
.contents-ready{text-align:center; padding:40px 0;}
/* common */

.onlyWeb{display:block;}
.onlyMobile{display:none;}

@media all and (max-width:767px){
	.onlyWeb{display:none;}
	.onlyMobile{display:block;}
}

.con-title{font-size:22px;font-weight:600; padding:3px 0 3px 40px; background:url(../img/common/i_contitle.png) left top no-repeat; margin-bottom:8px;}

.con-wrap{position:relative;}
.con-wrap + .con-wrap,
.con-wrap + .con-title,
.con-wrap + .con-wrap-head{margin-top:50px;}
.con-title + .con-wrap,
.con-wrap-head + .con-wrap{margin-left:40px; margin-top:15px;}
.con-title + .con-wrap.full{margin-left:0;}

.m-title{margin-bottom:35px;}
.m-title h3{font-size:26px;color:#7b6958;}

.b-title{margin-bottom:40px;}
.b-title .en{font-size:20px;color:#c0bbb5;}
.b-title .ko{font-size:40px;color:#333; font-weight:400;}

.md-title{font-size:20px; color:#1e957d; font-weight:600; margin-bottom:10px;}

.md-wrap + .md-title{margin-top:30px;}
.md-title + .md-wrap{}

.list-dot{margin:3px 0;}
.list-dot > li{position:relative; padding-left:12px; line-height:1.5em;}
.list-dot > li + li{margin-top:3px;}
.list-dot > li:before{display:block;content:'';width:3px;height:3px;border-radius:2px; background-color:#333; position:absolute;left:0;top:9px;}
.list-dot.green > li:before{background-color:#46a492;}
.list-dot > li > ul{padding:5px 0;}
.list-dot > li > ol{padding-top:5px;padding-bottom:5px;}
.list-dot.gap > li + li{margin-top:10px;}
.list-dot .head{font-weight:600;}
.list-dot .pt{color:#194c67;}

.list-dash{margin:3px 0;}
.list-dash > li{position:relative; padding-left:12px;}
.list-dash > li:before{content:'- '; position:absolute;left:0;top:0;}
.list-dash > li + li{margin-top:3px;}
.list-dash > li > ul{padding:5px 0;}
.list-dash > li > ol{padding-top:5px;padding-bottom:5px;}

.list-num > li{position:relative; padding-left:20px;}
.list-num > li > .num{position:absolute;left:0;top:0;}
.list-num > li + li{margin-top:3px;}
.list-num > li > ul{padding:5px 0;}
.list-num > li > ol{padding-top:5px;padding-bottom:5px;}

.i-dot{position:relative; padding-left:12px;}
.i-dot:before{display:block;content:'';width:3px;height:3px;border-radius:2px; background-color:#333; position:absolute;left:0;top:9px;}

.i-dash{position:relative; padding-left:12px;}
.i-dash:before{content:'- '; position:absolute;left:0;top:0;}

dl.con-type{line-height:1.5em;}
dl.con-type dt{font-weight:600; margin-bottom:5px;}
dl.con-type dd + dt{margin-top:10px;}
dl.con-type.ex dd{padding-left:15px;}

.gray-box{background-color:#f9f9f9; border-radius:6px; padding:30px;}

.img-box{padding:20px 0;}

.checkbox{position:relative; overflow:hidden; cursor:pointer; display:inline-block; height:40px; vertical-align:middle;}
.checkbox span{display:inline-block; height:40px; line-height:40px; padding-left:34px; vertical-align:top;}
.checkbox span:before{width:24px;height:24px; display:block;content:''; background:url(../img/common/checkbox_off.png) 0 0 / 24px auto no-repeat; position:absolute;left:0;top:7px;}
.checkbox input{position:absolute;left:-9999px;}
.checkbox input:checked + span:before{background-image:url(../img/common/checkbox_on.png);}

.checkbox-group{}
.checkbox-group label input{margin-right:10px;}
.checkbox-group label{cursor:pointer;margin-right:35px;}
.checkbox-group > span{margin-right:2px;}

.radio{position:relative; overflow:hidden; cursor:pointer; display:inline-block; height:40px; vertical-align:middle;}
.radio span{display:inline-block; height:40px; line-height:40px; padding-left:34px; vertical-align:top;}
.radio span:before{width:24px;height:24px; display:block;content:''; background:url(../img/common/radio_off.png) 0 0 / 24px auto no-repeat; position:absolute;left:0;top:7px;}
.radio input{position:absolute;left:-9999px;}
.radio input:checked + span:before{background-image:url(../img/common/radio_on.png);}

.radio-group{}
.radio-group label{cursor:pointer;margin-right:35px;}
.radio-group > span{margin-right:2px;}

.con-table{border-top:2px solid #194c67; overflow-x:auto;}
.con-table table.min-w600{min-width:600px;width:auto;}
.con-table table{width:100%; table-layout:fixed;}
.con-table table thead th{border:1px solid #c7d4da; text-align:center; padding:10px 5px; background-color:#f3f6f7; color:#194c67;}
.con-table table thead tr th:first-child{border-left:none;}
.con-table table thead tr th:last-child{border-right:none;}
.con-table table thead tr:first-child th{border-top:none;}
.con-table table tbody th{border:1px solid #c7d4da;text-align:center; padding:12px 5px; color:#194c67;font-weight:600; line-height:1.5em;}
.con-table table tbody th.bg{background-color:#f3f6f7;}
.con-table table tbody th.bg + td{}
.con-table table tbody td{border:1px solid #c7d4da; text-align:center; padding:12px 15px; line-height:1.5em;}
.con-table table tbody tr td:last-child{border-right:none;}
.con-table table tbody tr td:first-child{border-left:none;}
.con-table table tbody tr th:first-child{border-left:none;}
.con-table table tbody tr:first-child th,
.con-table table tbody tr:first-child td{border-top:none;}
.con-table .type-row tbody th{text-align:center;padding:15px;}
.con-table .type-row tbody td{text-align:left;padding:15px;}
.con-table .type-row.cell-center td{text-align:center; padding:15px 10px;}
.con-table .type-row.th-bg tbody th{background-color:#f3f6f7;}

.con-table + .con-table-guide{margin-top:15px;}
.con-table-guide{line-height:1.5em;}

.btn{display:inline-block;height:40px;line-height:40px; padding:0 15px; text-align:center; vertical-align:middle; border-radius:6px;}
.btn.dgray{background-color:#516371;color:#fff;}
.btn.cmd{background-color:#2080b0;color:#fff;}
.btn.cmd2{background-color:#194c67;color:#fff;}
.btn.cmd3{background-color:#b03120;color:#fff;}
.btn.blueLine{color:#2080b0;border:1px solid #2080b0; background-color:#fff; line-height:38px;}

.btn.big{height:56px;line-height:56px; min-width:120px;}
.btn.big.blueLine{line-height:54px;}

.bottom-btns{text-align:center;}
.bottom-btns .btn{margin:0 3px; font-weight:600;}
.bottom-btns .right{text-align:right;}

.con-wrap + .bottom-btns{margin-top:50px;}

.links-wrap.po-bottom{padding-top:50px;}
.links-wrap.po-center{padding:30px 0;}
.links-wrap.po-top{padding-bottom:30px;}
.links-wrap.po-middle{padding-top:20px;}
.links-wrap{text-align:center;}

.links-wrap.multi .link-down2{margin-bottom:15px;}

.link-go{height:56px;display:inline-block; line-height:56px; background-color:#2080b0; color:#fff; font-size:17px; padding:0 59px 0 33px; position:relative; border-radius:6px; font-weight:600;}
.link-go:after{display:inline-block; width:25px;height:25px;content:''; position:absolute;right:24px;top:50%; transform:translateY(-50%); background:url(../img/common/arr_go.png) 0 0 / cover no-repeat;}
.link-go:hover{background-color:#156e9b;}

.link-go1{height:56px;display:inline-block; line-height:56px; background-color:#e8765b; color:#fff; font-size:17px; padding:0 59px 0 33px; position:relative; border-radius:6px; font-weight:600;}
.link-go1:after{display:inline-block; width:25px;height:25px;content:''; position:absolute;right:24px;top:50%; transform:translateY(-50%);}
.link-go1:hover{background-color:#c7644d;}



.link-down{display:inline-block; height:38px; line-height:38px; border-radius:20px; padding:0 46px 0 28px; color:#1f80af; border:1px solid #2080b0; font-size:15px; position:relative; font-weight:600;}
.link-down:after{display:inline-block; width:15px;height:15px;content:''; position:absolute;right:22px;top:50%; margin-top:-8px; background:url(../img/common/i_down.png) 0 0 / cover no-repeat;}
.link-down:hover{background-color:rgba(31,128,175,0.1);}

.link-down2{height:56px;display:inline-block; line-height:54px; background-color:#fff; color:#2080b0; font-size:17px; padding:0 59px 0 33px; position:relative; border-radius:6px; font-weight:600; box-sizing:border-box; border:1px solid #2080b0;}
.link-down2:after{display:inline-block; width:30px;height:30px;content:''; position:absolute;right:20px;top:50%; margin-top:-15px; background:url(../img/common/i_down.png) center center / 15px no-repeat; border-radius:15px; border:1px solid #2080b0; box-sizing:border-box;}


.link-down3_1{height:56px;display:inline-block; line-height:54px; background-color:#70ead3; color:#333; font-size:17px; padding:0 59px 0 33px; position:relative; border-radius:6px; font-weight:600; box-sizing:border-box; }
.link-down3_1:after{display:inline-block; width:30px;height:30px;content:''; position:absolute;right:20px;top:50%; margin-top:-15px; background:url(../img/common/i_down_1.png) center center / 15px no-repeat; border-radius:15px; border:0px solid #2080b0; box-sizing:border-box;background-color:#fff;}

.link-down3_2{height:56px;display:inline-block; line-height:54px; background-color:#82d0f7; color:#333; font-size:17px; padding:0 59px 0 33px; position:relative; border-radius:6px; font-weight:600; box-sizing:border-box; }
.link-down3_2:after{display:inline-block; width:30px;height:30px;content:''; position:absolute;right:20px;top:50%; margin-top:-15px; background:url(../img/common/i_down_1.png) center center / 15px no-repeat; border-radius:15px; border:0px solid #2080b0; box-sizing:border-box;background-color:#fff;}


.required{color:#d84108; font-weight:600;}

.new-window{padding-right:32px; position:relative;}
.new-window:after{display:block;content:''; width:24px;height:24px; background:url(../img/common/i_window.png) 0 0 no-repeat; position:absolute;right:0;top:-3px;}
.new-window:hover{text-decoration:underline; color:#47a492;}

p.refer{font-size:15px;}
.i-refer{position:relative;padding-left:20px;}
.i-refer:before{display:block;content:'※'; position:absolute;left:0;top:0;}

.con-wrap .con-title + .required-guide{position:absolute;right:0;top:10px;}

.data-regist{border-top:2px solid #194c67;}
.data-regist table{width:100%; table-layout:fixed;}
.data-regist table tr th{border-bottom:1px solid #d7d7d7; padding:9px 20px 9px 25px; text-align:left; background-color:#f9f9f9;}
.data-regist table tr td{border-bottom:1px solid #d7d7d7; padding:9px 20px; text-align:left; height:58px; box-sizing:border-box;}
.data-regist table tr td input,
.data-regist table tr td textarea{max-width:100%;}

.input-id{display:inline-block; vertical-align:middle;}
.input-id:after{display:block;content:'';clear:both;}
.input-id input{width:calc(100% - 90px);float:left;}
.input-id .btn{width:88px;float:right; padding:0;}

.input-birth .btn-calendar{width:40px;height:40px; overflow:hidden;text-align:left;text-indent:-9999px; background:url(../img/common/i_calendar.png) center center no-repeat; vertical-align:middle;}

.input-email{}
.input-email .id{width:220px;}
.input-email .domain{width:220px;}
.input-email .domain-opt{width:220px;}

.input-tel{line-height:40px;}
.input-tel select,
.input-tel input{width:100px;}

.input-addr{}
.input-addr > div + div{margin-top:3px;}
.input-addr .zipcode input{width:100px;}
.input-addr .addr1 input{width:100%;}
.input-addr .addr2 input{width:100%;}

.ui-datepicker-trigger{cursor:pointer;}

.input-guide{vertical-align:middle;}
.input-id + .input-guide,
input + .input-guide{display:inline; margin-left:10px;}


/* member ************************************************************************ */

.login-wrap{height:467px; background:url(../img/member/login_bg.png) center bottom no-repeat; text-align:center; box-sizing:border-box; padding-top:94px;}

.login-form{width:595px;margin:0 auto 50px auto; position:relative;}
.login-form:after{display:block;content:'';clear:both;}
.login-form .inputs{float:left;width:calc(100% - 118px);}
.login-form .inputs input{width:100%; height:46px;border:1px solid #194c67; line-height:44px; text-indent:20px;}
.login-form .inputs input::placeholder,
.login-form .inputs input::-ms-input-placeholder{color:#194c67 !important; font-size:17px;}
.login-form .inputs input + input{margin-top:4px;}

.login-form .command{float:right;width:108px;}
.login-form .command input{width:108px;height:96px; background-color:#194c67;color:#fff; font-size:19px;font-weight:600;}

.login-guide{width:595px;margin:0 auto; text-align:left;}
.login-guide ul li{position:relative; padding-left:12px; padding-right:214px; margin-bottom:25px;}
.login-guide ul li:before{position:absolute;left:0;top:12px; display:block;content:'';clear:both; width:3px;height:3px;border-radius:2px; background-color:#194c67;}
.login-guide ul li .item{font-size:17px; font-weight:700;color:#1c1c1c;}
.login-guide ul li .item + p{font-size:14px; color:#555; margin-top:7px;}
.login-guide ul li .link{position:absolute;right:0;bottom:9px;}
.login-guide ul li .link a{display:inline-block;height:42px; line-height:40px; box-sizing:border-box; border:1px solid #535353; font-size:15px; width:104px; text-align:center; font-weight:600;border-radius:6px;}

.join-step{text-align:center; margin-bottom:55px;}
.join-step ul{display:flex; justify-content:center;}
.join-step li{height:72px; line-height:72px; padding:0 0 0 89px; position:relative; text-align:left; font-size:18px;color:#555; margin:0 20px;}
.join-step li.active{font-weight:600; color:#194c67;}
.join-step li + li{margin-left:45px;}
.join-step li + li:after{display:block;content:'';width:13px;height:23px; background:url(../img/member/step_arr.png) center center / 13px auto no-repeat; position:absolute;left:-36px;top:50%; transform:translateY(-50%);}
.join-step li:before{display:block;width:72px;height:72px;content:''; position:absolute;left:0;top:0;}
.join-step li.step1:before{background:url(../img/member/step1_off.png) 0 0 no-repeat;}
.join-step li.step2:before{background:url(../img/member/step2_off.png) 0 0 no-repeat;}
.join-step li.step3:before{background:url(../img/member/step3_off.png) 0 0 no-repeat;}
.join-step li.step1.active:before{background:url(../img/member/step1_on.png) 0 0 no-repeat;}
.join-step li.step2.active:before{background:url(../img/member/step2_on.png) 0 0 no-repeat;}
.join-step li.step3.active:before{background:url(../img/member/step3_on.png) 0 0 no-repeat;}

.member-type-select{border:1px solid #d7d7d7; text-align:center; padding:25px;border-radius:6px;}
.member-type-select label{margin:0 30px; font-size:17px;}
.member-type-select + .select-guide{color:#d84108; padding:10px;}

.member-agree-wrap{border:1px solid #d7d7d7;border-radius:6px;}
.member-agree-wrap .textarea{width:100%;height:288px;padding:20px 30px; line-height:1.5em;box-sizing:border-box; border:none; outline:none; overflow-y:auto; border-radius: 0 0 6px 6px;}
.member-agree-wrap .textarea.auto{height:auto;}
.member-agree-wrap textarea{width:100%;height:288px;padding:20px 30px; line-height:1.5em;box-sizing:border-box; border:none; outline:none;}
.member-agree-wrap .agree-check{padding:16px 30px; border-top:1px solid #d7d7d7; background-color:#f4f4f4; text-align:center;}
.member-agree-wrap .agree-check label{font-size:17px; margin:0 20px;}
.member-agree-wrap .con-table{margin:10px 0;}
.agree-guide-txt{text-align:center; padding:20px 0;}

.member-agree-all{border:1px solid #d7d7d7;text-align:center; padding:30px 25px;}
.member-agree-all label{font-size:20px;color:#1c1c1c; font-weight:600;}

.cer-guide{padding-left:39px; margin-bottom:20px; font-size:17px;}
.cer-select{border:1px solid #d7d7d7; padding:45px 0; display:flex; text-align:center; border-radius:6px;}
.cer-select .item{width:50%; text-align:center;}
.cer-select .item dl{padding:104px 0 0 0;}
.cer-select .item dt{font-size:22px;font-weight:600; margin-bottom:8px;}
.cer-select .item dd.sub-txt{color:#555555; margin-bottom:30px;}
.cer-select .item dd.button button{width:140px;height:50px; background-color:#2180b2;color:#fff; font-size:18px;font-weight:600;}
.cer-select .item.ipin{border-left:1px solid #d7d7d7;}
.cer-select .item.phone dl{background:url(../img/member/i_cer1.png) center top no-repeat;}
.cer-select .item.ipin dl{background:url(../img/member/i_cer2.png) center top no-repeat;}

.children_info + .children_info{margin-top:5px;}
.children_info > span{display:inline-block; vertical-align:middle; line-height:38px;}
.children_info span + span{margin-left:15px;}
.children_info .radio{vertical-align:middle; display:inline-block; height:38px;}

.join-end-wrap{border:1px dotted #6fa7c4; text-align:center; padding:60px 160px; border-radius:6px; margin-bottom:50px;}
.join-end-wrap:before{display:block;content:''; width:94px;height:94px; margin:0 auto 25px auto; background:url(../img/member/join_end_bg.png) center center no-repeat;}
.join-end-wrap .end-msg{font-size:22px; font-weight:600; line-height:1.33em; margin-bottom:30px;}
.join-end-wrap .joined-info{background-color:#f9f9f9; padding:30px; border-radius:6px; }
.join-end-wrap .joined-info ul{display:inline-block; margin:0 auto; text-align:left; font-size:22px;}
.join-end-wrap .joined-info ul li{white-space:nowrap; position:relative; padding-left:10px; margin:10px 0;}
.join-end-wrap .joined-info ul li:before{display:block;content:'';width:3px;height:3px;border-radius:2px; background-color:#1c1c1c; position:absolute;left:0;top:10px;}
.join-end-wrap .joined-info .label{display:inline-block;width:108px;}
.join-end-wrap .joined-info .data{color:#d84108;}

.idpw-find{display:flex; justify-content:space-between;}
.find-wrap{width:calc(50% - 15px); border:1px dotted #6fa7c4; text-align:center; padding:55px 20px; box-sizing:border-box; border-radius:6px;}
.find-wrap h4{font-size:26px; color:#2180b2; margin-bottom:10px; font-weight:600;}
.find-wrap h4 + p{font-size:16px; color:#555; line-height:1.33em; letter-spacing:-1px;}
.find-wrap .find-title{margin-bottom:30px;}
.find-wrap .find-input{height:140px;width:80%; margin:0 auto; display:flex; justify-content:center; align-items:center; margin-bottom:30px;}
.find-wrap .find-input ul{width:100%; position:relative;}
.find-wrap .find-input b{display:inline-block; vertical-align:middle; width:60px; text-align:left; font-weight:600;}
.find-wrap .find-input input{width:calc(100% - 70px);}
.find-wrap .find-input li + li{margin-top:8px;}
.find-wrap .command .btn{width:120px;}

.find-result-wrap{}
.find-result-wrap{border:1px dotted #6fa7c4; text-align:center; padding:60px 160px; margin-bottom:50px; border-radius:6px;}
.find-result-wrap:before{display:block;content:''; width:106px;height:72px; margin:0 auto 25px auto; }
.find-result-wrap.result-id:before{background:url(../img/member/find_result_id_bg.png) center center no-repeat;}
.find-result-wrap.result-pw:before{background:url(../img/member/find_result_pw_bg.png) center center no-repeat;}
.find-result-wrap .result-msg{font-size:22px; font-weight:600; line-height:1.33em; margin-bottom:30px;}
.find-result-wrap .joined-info{background-color:#f9f9f9; padding:30px;}
.find-result-wrap .joined-info ul{display:inline-block; margin:0 auto; text-align:left; font-size:22px;}
.find-result-wrap .joined-info ul li{white-space:nowrap; position:relative; padding-left:10px; margin:10px 0;}
.find-result-wrap .joined-info ul li:before{display:block;content:'';width:3px;height:3px;border-radius:2px; background-color:#1c1c1c; position:absolute;left:0;top:10px;}
.find-result-wrap .joined-info .label{display:inline-block; margin-right:10px;}
.find-result-wrap .joined-info .data{color:#d84108;}


/* board ************************************************************************ */

/* list */
.board-search{background-color:#f4f4f4; padding:20px; text-align:center; border-radius:6px; margin-bottom:30px; display:flex; justify-content:center;}
.board-search .input-opt{display:block; margin:0 2px;}
.board-search .input-opt:after{display:block;content:'';clear:both;}
.board-search .input-opt select{width:100%;}
.board-search .input-opt select + select{margin-left:3px;}
.board-search .btn-search{width:90px;height:40px; vertical-align:middle;background-color:#194c67;color:#fff; position:relative; padding-left:23px;}
.board-search .btn-search:before{display:inline-block;width:18px;height:18px;content:''; background:url(../img/common/i_search_w.png) 0 0 / cover no-repeat; position:absolute;left:15px;top:11px;}
.board-search .btn-all{width:90px;height:40px; vertical-align:middle;border:1px solid #194c67; background-color:#fff;color:#194c67;}
.board-search .input-keyword{display:block; margin:0 2px; width:590px; display:flex;}
.board-search .input-keyword .keyword{width:calc(100% - 90px);float:left;}
.board-search .input-keyword .btn-search{width:90px;margin-left:3px;}
.board-search .input-keyword .btn-all{margin-left:3px;}

.board-search.base .input-opt{width:120px;}
.board-search.base .input-keyword{width:590px;}

.board-search.search-wanted .input-opt{width:340px; position:relative; display:flex;}
.board-search.search-wanted .input-opt select{width:calc(50% - 1.5px); float:left;}
.board-search.search-wanted .input-keyword{width:500px;}

.board-search.search-toy .input-opt{width:360px; position:relative; display:flex;}
.board-search.search-toy .input-opt select{width:calc((100% / 3) - 2px); float:left;}
.board-search.search-toy .input-keyword{width:500px;}

.board-search.search-event .input-opt{width:340px; position:relative; display:flex;}
.board-search.search-event .input-opt select{width:calc(50% - 1.5px); float:left;}
.board-search.search-event .input-keyword{width:500px;}
/*
.search-book{text-align:left; padding-left:45px;}
.search-book .book-opt{margin-bottom:6px;}
.search-book select{width:140px;}
.search-book .keyword{width:716px;}
*/

.board-list-top{margin-bottom:15px;}
.board-list-top:after{display:block;content:'';clear:both;}
.board-list-top .left{float:left;}
.board-list-top .right{float:right;}

.board-count .total em{font-weight:700;}
.board-count .result em{color:#d84108;font-weight:700;}

.board-list-top .board-count{line-height:38px;}

.board-list{margin-bottom:40px;}
.board-list table{width:100%; border-top:2px solid #194c67;}
.board-list table th{text-align:center; border-bottom:1px solid #8ca5b3; padding:18px 3px; color:#194c67; font-weight:700;}
.board-list table td{text-align:center; border-bottom:1px solid #e3e3e3; padding:18px 3px; line-height:1.25em;}
.board-list table td.title{text-align:left; padding-left:10px; }
.board-list table td.title a{font-weight:600; white-space:normal; overflow:hidden;text-overflow:ellipsis; line-height:22px;}
.board-list table .noData{padding:80px 0;}
.board-list table .i-notice{display:inline-block;position:relative; width:16px;height:16px;}
.board-list table .i-notice img{position:absolute;left:-7px;top:-7px; max-width:33px;}
.board-list table .i-file{display:inline-block;position:relative; width:16px;height:16px;}
.board-list table .i-file img{position:absolute;left:-2px;top:-2px;}
.board-list table .i-reply{margin:0 5px 0 10px;}
.board-list table .i-reply:before,
.board-list table .i-reply:after{display:block;content:''; background-color:#2eb6d6; position:absolute;}
.board-list table .i-reply:before{width:1px;height:10px; left:-10px;top:0;}
.board-list table .i-reply:after{width:10px;height:1px; left:-10px;top:10px;}

.board-list table td .lb-wanted{margin:-5px 5px -5px 0; vertical-align:top;}
.board-list table td .lb-review{margin:-7px 5px -7px 0; vertical-align:top;}
.board-list table td.noData{text-align:center !important; padding:30px 0 !important;width:100%;box-sizing:border-box;}

.i-reply{width:30px;height:22px; display:inline-block; border-radius:3px; line-height:22px; background-color:#2eb6d6;color:#fff;font-size:12px; text-align:center; position:relative;}

.gallery-list{display:flex; flex-wrap:wrap; border-top:2px solid #194c67; border-bottom:1px solid #e3e3e3; margin-bottom:40px; position:relative;}
/*.gallery-list:before{display:block; content:''; background-color:#e3e3e3; position:absolute;left:0;right:0;top:50%; height:1px;}*/
.gallery-list .item{width:calc(33% - 20px); margin:0 10px; text-align:center; padding:35px 0;}
.gallery-list .item a{display:block;}
.gallery-list .photo{max-width:300px;max-height:223px; margin:0 auto 20px auto; overflow:hidden;}
.gallery-list .photo img{width:100%;min-height:223px; border-radius:8px;}
.gallery-list .title{height:60px; font-size:17px; font-weight:600; line-height:1.25em; padding:0 10px;}
.gallery-list .date{color:#848484; font-size:15px;}

.toy-list{display:flex; flex-wrap:wrap; margin-bottom:40px; position:relative;}
.toy-list .item{width:calc(100% / 3 - 20px); margin-right:30px; text-align:center; box-sizing:border-box; margin-bottom:50px;}
.toy-list .item:nth-of-type(3n){margin-right:0;}
.toy-list .item a{display:block;}
.toy-list .photo{width:100%;height:280px; margin:0 auto 20px auto; overflow:hidden; border:1px solid #e3e3e3; box-sizing:border-box; overflow:hidden; border-radius:8px;}
.toy-list .photo img{width:100%;height:100%;}
.toy-list .title{font-size:17px; font-weight:bold; line-height:1.25em; margin-bottom:5px;}
.toy-list .info{font-size:15px; line-height:1.25em; margin-bottom:10px;}
.toy-list .status{}

/* 라벨 */
/* 구인, 구직 */
.lb-wanted{display:inline-block;height:28px; padding:0 5px; border-radius:4px; line-height:28px; box-sizing:border-box; font-size:13px; letter-spacing:-1px; vertical-align:middle; width:60px; text-align:center;}
.lb-wanted.ing{background-color:#f1561c;  color:#fff; }
.lb-wanted.end{background-color:#f7f8f8; color:#a6abad; border:1px solid #bcc1c4; line-height:26px; }

/* 후기 */
.lb-review{display:inline-block;height:32px; padding:0 5px; border-radius:4px; line-height:32px; box-sizing:border-box; font-size:15px; letter-spacing:-1px; vertical-align:middle; width:78px; text-align:center; font-weight:600;}
.lb-review.review{background-color:#49aae1;  color:#fff; }
.lb-review.qna{background-color:#68ba35;  color:#fff; }
.lb-review.etc{background-color:#ea687d;  color:#fff; }

/* 상담 */
.lb-reply{display:inline-block;height:28px; padding:0 5px; border-radius:4px; line-height:28px; box-sizing:border-box; font-size:13px; letter-spacing:-1px; vertical-align:middle; width:60px; text-align:center;}
.lb-reply.before{background-color:#09a587;  color:#fff; }
.lb-reply.ing{background-color:#f1561c;  color:#fff; }
.lb-reply.end{background-color:#f7f8f8; color:#a6abad; border:1px solid #bcc1c4; line-height:26px; }

.re-acount{color:#f0571b; font-weight:600;}

/* 장난감대여 */
.lb-rent{display:inline-block;height:30px; padding:0 10px; border-radius:15px; line-height:30px; box-sizing:border-box; font-size:15px; letter-spacing:-1px; vertical-align:middle; width:78px; text-align:center; font-weight:600; min-width:84px;}
.lb-rent.able{background-color:#f1561c;  color:#fff; }
.lb-rent.ing{background-color:#2eb6d6;  color:#fff; }

/* qna */
.list-faq .label-q,
.list-faq .label-a{display:inline-block;width:38px;height:38px; border-radius:19px; line-height:38px; text-align:center; color:#fff;font-weight:600;font-size:20px; margin:-8px 0;}
.list-faq .label-q{background-color:#46a492;}
.list-faq .label-a{background-color:#f1561e;}
.list-faq tr.q{cursor:pointer;}
.list-faq tr.a .answer{text-align:left; line-height:1.5em; padding:20px 20px 30px 10px;}
.list-faq tr.a{display:none;}
.list-faq tr.a td{vertical-align:top;}
.list-faq tr.q.active + tr.a{display:table-row;}

.paging{text-align:center;}
.paging a{display:inline-block;height:34px;width:34px;vertical-align:middle;overflow:hidden; box-sizing:border-box; border:1px solid #c6c6c6; line-height:32px; border-radius:17px;}
.paging .page{text-align:left;text-indent:-9999px;position:relative;}
.paging .page:after{display:block;width:32px;height:32px;position:absolute;left:0;top:0;content:'';}
.paging .first:after{background:url(../img/common/page_first.png) center center no-repeat;}
.paging .prev:after{background:url(../img/common/page_prev.png) center center no-repeat;}
.paging .prev{margin-right:10px;}
.paging .next{margin-left:10px;}
.paging .next:after{background:url(../img/common/page_next.png) center center no-repeat;}
.paging .last:after{background:url(../img/common/page_last.png) center center no-repeat;}
.paging .num{}
.paging .current{background:#2080b0; border-color:#2080b0; color:#fff;}


/* view */
.board-view{margin-bottom:40px;}

.view-title{border-top:2px solid #194c67; border-bottom:1px solid #d7d7d7; background-color:#f9f9f9; padding:25px; font-size:22px; color:#194c67; text-align:center; font-weight:600;}
.view-info{border-bottom:1px solid #d7d7d7; padding:15px 25px; box-sizing:border-box;}
.view-info ul{box-sizing:border-box;}
.view-info ul:after{display:block;content:'';clear:both;}
.view-info ul li{float:left; box-sizing:border-box;}
.view-info .lb{display:inline-block; font-weight:600; position:relative; color:#194c67; padding-right:20px; box-sizing:border-box;}
.view-info .lb:after{display:block;content:'';width:1px;height:12px;background-color:#d7d7d7; position:absolute;right:-2px;top:50%; transform:translateY(-50%);}
.view-info .data{display:inline-block; padding-left:20px; min-width:150px;}
.view-info .writer .lb{width:85px;}
.view-info .date{margin-left:100px;}
.view-info .hit{float:right;}
.view-info.half li{width:50%; margin:0 !important;}

.view-file{border-bottom:1px solid #d7d7d7; padding:15px 25px;}
.view-file dl:after{display:block;content:'';clear:both;}
.view-file dt{font-weight:600; float:left; width:85px; }
.view-file dd{float:left; width:calc(100% - 85px)}
.view-contents{padding:40px 25px; border-bottom:1px solid #d7d7d7; line-height:1.5em;}
.view-contents img{max-width:100% !important; height:auto !important;}

.attach-file-wrap .file{display:block; padding-left:30px; background:url(../img/common/i_file.png) left 0 no-repeat; min-height:21px; line-height:21px;}
.attach-file-wrap .file + .file{margin-top:8px;}

.view-table table{width:100%; table-layout:fixed;}
.view-table table th{text-align:left; padding:15px 15px 15px 25px; border-bottom:1px solid #d7d7d7; font-weight:600; position:relative;}
.view-table table th:after{display:block;content:'';width:1px;height:12px;background-color:#d7d7d7; position:absolute;right:0;top:50%; transform:translateY(-50%);}
.view-table table td{text-align:left; padding:15px; border-bottom:1px solid #d7d7d7;}

.reply-contents{margin-top:40px;}
.reply-contents .line{margin-bottom:40px;}

.inner-list{}
.inner-list table{width:100%;}
.inner-list table th{padding:15px 0 15px 25px; border-bottom:1px solid #d7d7d7; width:110px; box-sizing:border-box; color:#194c67;}
.inner-list table td{padding:15px 20px; border-bottom:1px solid #d7d7d7;}
.inner-list .lb{display:block; font-weight:600; position:relative; color:#194c67; padding-right:20px; box-sizing:border-box; width:85px;}
.inner-list .lb:after{display:block;content:'';width:1px;height:12px;background-color:#d7d7d7; position:absolute;right:-2px;top:50%; transform:translateY(-50%);}

/* 댓글 */
.comment-wrap{ margin-bottom:40px;}
.comment-wrap .cmt-title{background:url(../img/common/i_cmt.png) 3px top no-repeat; padding:3px 0 10px 38px; font-size:22px; font-weight:600;}
.comment-wrap .cmt-title .total{color:#f0571b; margin-left:10px;}
.comment-wrap .cmt-form{background-color:#f4f4f4; border-top:2px solid #194c67; padding:23px 38px; box-sizing:border-box;display:flex; margin-bottom:30px; border-radius:0 0 8px 8px;}
.comment-wrap .cmt-form textarea{width:calc(100% - 113px); height:96px; border:1px solid #c5c5c5; margin-right:5px; }
.comment-wrap .cmt-form button{width:108px; height:96px; background-color:#194c67; color:#fff; font-weight:600; }
.comment-wrap .cmt-list{border-top:1px solid #194c67;}
.comment-wrap .cmt-list ul{display:table;width:100%;}
.comment-wrap .cmt-list li{display:table-row;}
.comment-wrap .cmt-list li > div{display:table-cell; vertical-align:middle; border-bottom:1px solid #e3e3e3; box-sizing:border-box;}
.comment-wrap .cmt-list .cmt-uname{width:185px; text-align:center; font-weight:600;}
.comment-wrap .cmt-list .cmt-content{text-align:left; padding:20px 0; }
.comment-wrap .cmt-list .cmt-content .cmt{line-height:1.5em; margin-bottom:10px;}
.comment-wrap .cmt-list .cmt-content .date{font-size:15px;color:#858585; line-height:28px;}
.comment-wrap .cmt-list .cmt-content .cmt-del{display:inline-block; height:28px; line-height:26px; padding:0 8px 0 6px; font-size:15px; color:#1c1c1c;  box-sizing:border-box; border:1px solid #bababa; margin-left:10px; letter-spacing:-1px; border-radius:4px;}

.toy-view:after{display:block;content:'';clear:both;}
.toy-view .photo{float:left;width:452px; border:1px solid #e3e3e3; box-sizing:border-box; padding:10px; border-radius:8px;}
.toy-view .photo img{width:100%;}
.toy-view .info{float:right;width:calc(100% - 490px); border-top:2px solid #194c67;}
.toy-view .info .title{padding:25px 10px; font-size:24px;font-weight:600; border-bottom:1px solid #e3e3e3;}
.toy-view .info .info-table{padding:20px 0; border-bottom:1px solid #e3e3e3; }
.toy-view .info .info-table table{width:100%;}
.toy-view .info .info-table table th{text-align:left; padding:5px 0 5px 10px; box-sizing:border-box; font-weight:600; vertical-align:top;}
.toy-view .info .info-table table td{text-align:left; padding:5px 0; height:30px; vertical-align:top;}
.toy-view .info .info-table .lb-rent{margin-top:-6px;}
.toy-view .bottom-btns{padding-top:40px; text-align:left;}

/* 상단 안내 내용 */
.front-box{background-color:#f2f7f8; padding:20px; border-radius:6px; margin-bottom:35px;}
.front-box > div{padding:20px 0 20px 160px; text-align:left; display:flex; align-items:center; position:relative; min-height:90px; box-sizing:border-box;}
.front-box > div:before{display:block;content:'';width:1px; background-color:#dee1e2; position:absolute;left:133px;top:20px; bottom:20px;}
.front-box .m-txt{font-size:20px;font-weight:600; color:#147865; letter-spacing:-0.1em;}
.front-box .s-txt{font-size:15px; color:#393939; line-height:1.5em;}
.front-box .s-txt em{color:#d84108;}
.front-box .m-txt + .s-txt{margin-top:10px;}
.front-box .s-txt-list{font-size:16px; color:#393939;}
.front-box .s-txt-list li{position:relative; padding-left:10px; }
.front-box .s-txt-list li + li{margin-top:7px;}
.front-box .s-txt-list li .lb{font-weight:600; color:#1c1c1c;}
.front-box .s-txt-list li:before{display:block;content:'';width:3px;height:3px; border-radius:2px; background-color:#1c1c1c; position:absolute;left:0;top:7px;}
.front-box .m-txt + .s-txt-list{margin-top:15px;}

.front-box + .tip-box{margin-top:-25px;}
.tip-box{border:1px solid #46a492; padding:30px; border-radius:4px; color:#393939; font-size:15px; margin-top:12px; position:relative; margin-bottom:50px;}
.tip-box:before,
.tip-box:after{display:block;content:'';width:12px;height:23px; background:url(../img/m2/tip_line.png) 0 0 no-repeat; position:absolute;top:-12px;}
.tip-box:before{left:24px;}
.tip-box:after{right:24px;}
.tip-box .title{font-weight:600; margin-bottom:5px;}
.tip-box .list-dot{margin-left:20px;}
.tip-box .list-dash{margin-left:20px;}
.tip-box li{margin-bottom:3px; line-height:1.5em;}

.tip-box + .board-search{margin-top:-20px;}

.front-box .food{background:url(../img/board/i_front_food.png) left top no-repeat;}
.front-box .review{background:url(../img/board/i_front_review.png) left center no-repeat;}
.front-box .calendar{background:url(../img/board/i_front_calendar.png) left top no-repeat;}
.front-box .toy{background:url(../img/board/i_front_toy.png) left top no-repeat;}
.front-box .book{background:url(../img/board/i_front_book.png) left top no-repeat;}
.front-box .event{background:url(../img/board/i_front_event.png) left top no-repeat;}
.front-box .terms{background:url(../img/board/i_front_terms.png) left top no-repeat;}
.front-box .purpose{background:url(../img/board/i_front_purpose.png) left top no-repeat;}
.front-box .self{background:url(../img/board/i_front_self.png) left top no-repeat;}
.front-box .open{background:url(../img/board/i_front_open.png) left top no-repeat;}
.front-box .monitoring{background:url(../img/board/i_front_monitoring.png) left top no-repeat;}
.front-box .parent-edu{background:url(../img/board/i_front_parent.png) left top no-repeat;}
.front-box .parent-edu2{background:url(../img/board/i_front_parent2.png) left top no-repeat;}
.front-box .parent-edu3{background:url(../img/board/i_front_parent3.png) left top no-repeat;}
.front-box .ex-program{background:url(../img/board/i_front_ex.png) left top no-repeat;}
.front-box .ex-program2{background:url(../img/board/i_front_ex2.png) left top no-repeat;}
.front-box .ex-program3{background:url(../img/board/i_front_ex3.png) left top no-repeat;}
.front-box .counsel{background:url(../img/board/i_front_counsel.png) left top no-repeat;}
.front-box .counsel2{background:url(../img/board/i_front_counsel2.png) left top no-repeat;}
.front-box .world{background:url(../img/board/i_front_world.png) left center no-repeat;}
.front-box .isarang{background:url(../img/board/i_front_isarang.png) left center no-repeat;}
.front-box .infanttest{background:url(../img/board/i_front_infanttest.png) left top no-repeat;}

.refer-copy{margin:-20px 0 35px 10px; font-size:15px;}

/* 탭 */
.tabMenu{border-bottom:2px solid #46a492; margin-bottom:30px;}
.tabMenu ul:after{display:block;content:'';clear:both;}
.tabMenu ul li{height:49px; border:1px solid #c5c5c5;border-left:none;border-bottom:none; border-radius:10px 10px 0 0; box-sizing:border-box; float:left; overflow:hidden;}
.tabMenu ul li:first-child{border-left:1px solid #c5c5c5;}
.tabMenu a{display:flex;width:100%;height:100%; text-align:center; align-items:center; justify-content:center; font-weight:600; font-size:17px; letter-spacing:-1px; padding:0 10px; box-sizing:border-box; line-height:1.16em; word-break:break-all;}
.tabMenu .active{border-color:#46a492 !important;}
.tabMenu .active a{background-color:#46a492; color:#fff;}
.tabMenu.big ul li{height:70px;}

.tabMenu.full ul{display:flex;}
.tabMenu.full ul li{width:50%; float:none;}


/* 달력 */
/* calendar */
.calendar_top { position:relative; margin-bottom:15px; text-align:center; }
.calendar_top > a{ display:inline-block; width:32px; height:32px; vertical-align:middle; border-radius:100%; background-repeat:no-repeat; background-position:center center; text-indent:-9999px; }
.calendar_top > a.btnPrev{ background-image:url(/img/common/icon_calTopBtn_prev.png); }
.calendar_top > a.btnNext{ background-image:url(/img/common/icon_calTopBtn_next.png); }
.calendar_top > b{ display:inline-block; margin:0 18px; vertical-align:middle; font-size:25px; color:#333; }
.calendar_top > b span{ font-size:25px; }
.calendar_top select{ height:25px; }


.board-list{margin-bottom:40px;}
.board-list table{width:100%; border-top:2px solid #194c67;}
.board-list table th{text-align:center; border-bottom:1px solid #8ca5b3; padding:18px 3px; color:#194c67;}
.board-list table td{text-align:center; border-bottom:1px solid #e3e3e3; padding:18px 3px; word-break:break-all;}
.board-list table td.title{text-align:left; padding-left:10px;}


.calendarWrap{ margin-bottom:35px;}
.calendarWrap table{ width:100%; border-collapse:collapse; font-size:14px; }
.calendarWrap table th{ padding:14px 5px; background:#4e9cc5; border:1px solid #4383a5; color:#fff; text-align:center; font-weight:400; font-size:15px;}
.calendarWrap table td{ position:relative; height:96px; padding:25px 10px 10px; border:1px solid #e3e3e3; vertical-align:top; }
.calendarWrap table td.bottomTxt{ padding-bottom:35px; word-break:break-all; }
.calendarWrap table tr:first-child td{ border-top:0; }
.calendarWrap table .sun{ color:#ff4f4f; }
.calendarWrap table .sun .day{ color:#ff4f4f; }
.calendarWrap table .sat{ color:#3dabff; }
.calendarWrap table .sat .day{ color:#3dabff; }
.calendarWrap table .holiday{ color:#f0571b; font-weight:bold;}
.calendarWrap table span.day{ position:absolute; display:block; top:5px; left:0px; width:24px; height:20px; line-height:20px; font-size:13px; color:#393939; font-weight:600; text-align:center; }
.calendarWrap table span.day.hasPlan{ display:block; margin:0 auto; color:#fff; font-weight:normal; width:29px; height:29px; border-radius:50%; background:#fe832b; color:#fff; font-weight:normal; line-height:29px; }
.calendarWrap table td .markArea{ position:absolute; bottom:4px; left:0; right:0; text-align:center; }
.calendarWrap table td .markArea .mark{ display:inline-block; vertical-align:middle; width:20px; height:20px; line-height:20px; margin:0 2px; border-radius:50%; color:#fff; }
.calendarWrap table td .markArea .mark.type1{ background:#00b477; }
.calendarWrap table td .markArea .mark.type2{ background:#f24954; }
.calendarWrap table td .markArea .mark.type3{ background:#3bdce3; }
.calendarWrap table td .markArea .mark.type4{ background:#fe832b; }
.calendarWrap table td .markArea .mark.type5{ background:#e76da5; }
.calendarWrap table span.dayName{ display:block; padding:3px 5px; position:absolute; top:0; left:20px; right:0px; text-align:right; font-size:14px; letter-spacing:-0.5px; }
.calendarWrap table td b { display:block; margin-bottom:5px; }

.calendarWrap .calSchedule .set{position:relative;margin:2px 0;}
.calendarWrap .calSchedule .set .bubble{display:none;position:absolute;left:4px;top:-35px;background:#fff;border:1px solid #4e7ecc;border-radius:5px;z-index:1;}
.calendarWrap .calSchedule .set .bubble:after{display:block;content:'';position:absolute;left:10px;bottom:-6px;width:9px;height:6px;background:#fff url(/img/layout/icon_balloon_blue.png) no-repeat center center; transform: rotateZ(180deg);}
.calendarWrap .calSchedule .set .bubble .subject {display:block;width:300px;padding:5px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.calendarWrap .calSchedule .set:hover .bubble{display:block;}

.eduBtnState{display:inline-block;width:62px;height:auto;line-height:150%;padding:0 5px;letter-spacing:-1px;font-size:13px;text-align:center;box-sizing:border-box; font-weight:600; border-radius:3px; height:28px;line-height:28px;}
.eduBtnState.red{background-color:#f1561c; color:#fff;}
.eduBtnState.gray{background-color:#f7f8f8; color:#bcc1c4; border:1px solid #bcc1c4; line-height:26px;}
.eduBtnState.blue{background-color:#73a1e1;color:#fff;}
.eduBtnState.green{background-color:#46b179;color:#fff;}

.borderType{display:inline-block;padding:0 5px;height:20px;line-height:20px;font-size:13px; font-weight:bold;}
.borderType.blue{border:1px solid #005ea2;color:#005ea2;}
.borderType.red{border:1px solid #f70e0e;color:#f70e0e;}
.borderType.green{border:1px solid #98c87c;color:#98c87c;}
.borderType.yellow{border:1px solid #e8ca0f;color:#e8ca0f;}
.borderType.navy{border:1px solid #000080;color:#000080;}
.borderType.purple{border:1px solid #8e5aab;color:#8e5aab;}
.borderType.sky{border:1px solid #257fc0;color:#257fc0;}
.borderType.gray{border:1px solid #8C8C8C;color:#8C8C8C;}
.borderType.gray2{border:1px solid #6a6969;color:#6a6969;}
.borderType.crimson{border:1px solid crimson;color:crimson;}
.borderType.type1{border:1px solid #ce4318;color:#ce4318;}
.borderType.type2{border:1px solid #da15a5;color:#da15a5;}
.borderType.type3{border:1px solid #098039;color:#098039;}
.borderType.type4{border:1px solid #b31717;color:#b31717;}

.btnEdu{display:inline-block;padding:0 5px;font-size:14px;letter-spacing:-1px; margin-bottom:2px; text-align:center; border-radius:3px; height:28px; line-height:26px; box-sizing:border-box; font-weight:600;}
/*
.btnColor01{background-color:#fff;border:1px solid #e01919;color:#e01919;}
.btnColor02{background-color:#ffffff;border:1px solid #226bcf;color:#226bcf;}
.btnColor03{background-color:#ffffff;border:1px solid #009346;color:#009346;}
*/
.btnColor01{background-color:#fff;border:1px solid #36a92a;color:#36a92a;}
.btnColor02{background-color:#ffffff;border:1px solid #1da792;color:#1da792;}
.btnColor03{background-color:#ffffff;border:1px solid #345bc9;color:#345bc9;}
.btnColor04{background-color:#ffffff;border:1px solid #d46e00;color:#d46e00;}
.btnColor05{background-color:#ffffff;border:1px solid #ac27b8;color:#ac27b8;}
.btnColor06{background-color:#ffffff;border:1px solid #007eb8;color:#007eb8;}
.btnColor07{background-color:#ffffff;border:1px solid #6c8b00;color:#6c8b00;}
.btnColor08{background-color:#ffffff;border:1px solid #a06600;color:#a06600;}
.btnColor09{background-color:#ffffff;border:1px solid #4b4b4b;color:#4b4b4b;}
.btnColor10{background-color:#ffffff;border:1px solid #4d00f2;color:#4d00f2;}
.btnColor11{background-color:#fff;border:1px solid #6d1800;color:#6d1800;}
.btnColor12{background-color:#ffffff;border:1px solid #ed395b;color:#ed395b;}
.btnColor13{background-color:#ffffff;border:1px solid #009346;color:#009346;}
.btnColor14{background-color:#ffffff;border:1px solid #60605f;color:#60605f;}

/* 교육신청 */
.edu-apply .btnEdu{display:block;}

/* 상담신청 */
.regist-top-guide{text-align:right; color:#d84108; margin-bottom:10px;}

.regist-counsel{}
.data-regist .inner-agree{line-height:1.5em;}

.counsel-exp{}
.counsel-exp span + span{margin-left:15px;}



/* 센터소개 ************************************************************************************************************* */

.greeting-wrap{min-height:745px; border-radius:6px; background:#ecf8ff url(../img/m1/greeting_bg.png) right bottom no-repeat; padding:75px 85px; text-align:left; box-sizing:border-box;}
.greeting-wrap .front-txt{font-size:28px;color:#0a7fba; line-height:1.5em; margin-bottom:40px; padding-top:20px; position:relative;}
.greeting-wrap .front-txt:before{width:45px;height:1px;display:block;content:'';background-color:#1983b9; position:absolute;left:0;top:0;}
.greeting-wrap .front-txt em.p1{font-weight:bold;color:#0eac8c;}
.greeting-wrap .front-txt em.p2{font-weight:bold;color:#00adaf;}
.greeting-wrap .txt1{font-weight:bold; font-size:18px; margin-bottom:30px;}
.greeting-wrap .txt2{font-size:18px; line-height:1.5em;}

.history-wrap dl{padding:20px 0; border-bottom:1px dashed #d4d4d4; position:relative;}
.history-wrap dl dt{position:absolute;left:0;top:20px; font-size:30px;color:#1e957d; font-weight:600;}
.history-wrap dl dd{margin-left:114px;}
.history-wrap li{position:relative; line-height:1.5em; padding:5px 0 5px 8px; box-sizing:border-box;}
.history-wrap li:before{display:block;width:3px;height:3px;border-radius:2px;content:''; position:absolute;left:0;top:15px; background-color:#848484;}
.history-wrap li:after{display:block;content:'';clear:both;}
.history-wrap li .date{float:left; width:73px; font-weight:bold;}
.history-wrap li .txt{float:left; width:calc(100% - 73px);}

.center-philosophy{background-color:#f2f8f8; border-radius:6px; height:194px; display:flex; align-items:center; padding-left:90px; font-size:26px; font-weight:600; line-height:1.5em; position:relative; background:#f2f8f8 url(../img/m1/phil_bg.png) right center no-repeat;}
.center-philosophy:before{position:absolute;left:7px;top:7px;right:7px;bottom:7px;content:'';display:block;border-radius:5px; border:1px dashed #a6c8c8;}
.center-philosophy em{font-weight:bold;}
.center-philosophy .p1{color:#09997c;}
.center-philosophy .p2{color:#00adaf;}

.vision-wrap{margin-bottom:40px;}
.vision-wrap dl{border-radius:10px; display:flex; position:relative; align-items:center; padding-left:140px; height:100px; margin-bottom:15px;}
.vision-wrap dl dt{display:flex;align-items:center;justify-content:center;width:104px;height:84px; border-radius:6px 36px 36px 6px; text-align:center; line-height:1.25em;color:#fff; font-size:20px; font-weight:600; position:absolute;left:-1px;top:50%; transform:translateY(-50%); letter-spacing:-1px;}
.vision-wrap dl dd{font-size:18px; font-weight:600;}
.vision-wrap .mission{border:1px solid #a1dcd2;}
.vision-wrap .mission dt{background-color:#39b9a0;}
.vision-wrap .mission dd{font-size:22px;}
.vision-wrap .vision1{border:1px solid #9dc8e0;}
.vision-wrap .vision1 dt{background-color:#3aa2d7;}
.vision-wrap .vision1 dd{font-size:22px;}
.vision-wrap .vision2{border:1px solid #a5bbe3;}
.vision-wrap .vision2 dt{background-color:#4c7fdc;}
.vision-wrap .vision2 dd{font-size:22px;}

.purpose-wrap:after{display:block;content:'';clear:both;}
.purpose-wrap .labels{float:left; width:104px;}
.purpose-wrap .labels .lb1{display:block;width:104px;height:84px; border-radius:6px 36px 36px 6px; text-align:center; line-height:84px;color:#fff; font-size:21px; font-weight:600; letter-spacing:-1px; background-color:#516371; margin-bottom:10px;}
.purpose-wrap .labels .lb2{display:flex; align-items:center; justify-content:center; width:104px;height:294px; border-radius:6px 36px 36px 6px; text-align:center; color:#435563; font-size:21px; font-weight:600; letter-spacing:-1px; background-color:#d9e2e8;}
.purpose-wrap .items{float:right; display:flex; width:calc(100% - 114px);}
.purpose-wrap .items dl{width:20%; padding-top:6px; position:relative;}
.purpose-wrap .items dt{height:72px; text-align:center; font-size:21px; font-weight:600; border-radius:32px; display:flex;align-items:center; justify-content:center;  margin:0 2px 16px 2px; line-height:1.16em;}
.purpose-wrap .items dd{height:294px; box-sizing:border-box; border-radius:32px; padding:35px 18px; background-color:#f9f9f9; margin:0 2px;  font-weight:600;letter-spacing:-1px;}
.purpose-wrap .items dd .list-dot > li{line-height:1.33em;}
.purpose-wrap .items .item1 dt{background-color:#f7cbc0;}
.purpose-wrap .items .item2 dt{background-color:rgba(245,199, 85, 0.5);}
.purpose-wrap .items .item3 dt{background-color:rgba(55,198,193, 0.5);}
.purpose-wrap .items .item4 dt{background-color:rgba(108,154, 224, 0.5);}
.purpose-wrap .items .item5 dt{background-color:rgba(159,123, 250, 0.5);}

.business-title{width:640px;margin:0 auto 45px auto; text-align:center; line-height:78px; border:1px solid #d7d7d7; border-radius:40px; font-size:26px;color:#383636; position:relative;}
.business-title:before,
.business-title:after{display:block;width:32px;height:9px;content:'';position:absolute;top:50%;margin-top:-5px;}
.business-title:before{left:0;background:url(../img/m1/bs_line1.png) 0 0 no-repeat;}
.business-title:after{right:0;background:url(../img/m1/bs_line2.png) 0 0 no-repeat;}
.business-title em{font-weight:600;}
.business-wrap{display:flex; }
.business-wrap dl{width:calc(100% / 5 - 7px); border-radius:32px; background-color:#f6f6f6; position:relative;}
.business-wrap dl + dl{margin-left:8px;}
.business-wrap dt{display:block;height:156px; border-radius:32px; text-align:center; position:relative; padding:27px 0 0 0; font-size:20px; font-weight:600; box-sizing:border-box; letter-spacing:-1px;}
.business-wrap dt .num{display:block;width:48px;height:48px;border-radius:25px;background-color:#fff;box-sizing:border-box;line-height:48px;text-align:center; font-size:17px;letter-spacing:-1px; position:absolute;left:11px;top:-15px; box-shadow:2px 4px 0 rgba(0,0,0,0.1);}
.business-wrap dt:before{display:block;content:'';width:85px;height:61px; margin:0 auto 15px auto;}
.business-wrap dd{height:290px;text-align:left; padding:20px 30px 30px 30px;box-sizing:border-box;}
.business-wrap .item1 dt{background-color:#70ead2;}
.business-wrap .item2 dt{background-color:#82d0f8;}
.business-wrap .item3 dt{background-color:#9fbef7;}
.business-wrap .item4 dt{background-color:#f7b2a1;}
.business-wrap .item5 dt{background-color:#f0d079;}
.business-wrap .item1 dt .num{border:1px solid #4dd0b3;color:#39b9a0;}
.business-wrap .item2 dt .num{border:1px solid #68c0f3;color:#3aa2d7;}
.business-wrap .item3 dt .num{border:1px solid #81a6f3;color:#4c7fdc;}
.business-wrap .item4 dt .num{border:1px solid #f49a86;color:#e87356;}
.business-wrap .item5 dt .num{border:1px solid #f0d079;color:#d1aa41;}
.business-wrap .item1 dt:before{background:url(../img/m1/i_business2.png) center top no-repeat;}
.business-wrap .item2 dt:before{background:url(../img/m1/i_business1.png) center top no-repeat;}
.business-wrap .item3 dt:before{background:url(../img/m1/i_business3.png) center top no-repeat;}
.business-wrap .item4 dt:before{background:url(../img/m1/i_business4.png) center top no-repeat;}
.business-wrap .item5 dt:before{background:url(../img/m1/i_business5.png) center top no-repeat;}

.advice-member{}
.advice-member:after{display:block;content:'';clear:both;}
.advice-member .mb-box{float:left; width:calc(50% - 9px); border:1px solid #e3e3e3; border-top:none; position:relative; padding:30px; display:flex; box-sizing:border-box; margin-bottom:40px;}
.advice-member .mb-box:before{position:absolute;left:-1px;right:-1px;top:0;height:3px;content:'';display:block; background-color:#39b9a0;}
.advice-member .mb-box .photo{width:138px;}
.advice-member .mb-box .info{width:calc(100% - 138px); box-sizing:border-box; padding:10px 0 0 30px;}
.advice-member .mb-box .info .name{font-size:22px;font-weight:600; margin-bottom:15px;}
.advice-member .mb-box .info ul{font-size:15px;}
.advice-member .mb-box:nth-child(2n){margin-left:18px;}
.advice-member .mb-box:nth-child(2n+1){clear:both; float:left;}

.location-map{margin-bottom:10px;}
.center-info .row{padding:30px 0;}
.center-info .row:after{display:block;content:'';clear:both;}
.center-info .row + .row{border-top:1px dashed #d4d4d4;}
.center-info dl{padding:0 10px; display:flex; box-sizing:border-box; }
.center-info dl dt{width:140px;height:68px; box-sizing:border-box; padding-left:68px; display:flex; align-items:center; justify-content:center; font-size:22px;font-weight:600; line-height:1.16em; margin-right:20px; position:relative;}
.center-info dl dt:before{display:block;content:'';width:68px;height:68px; position:absolute;left:0;top:0; background-position:0 0; background-repeat:no-repeat; background-size:cover;}
.center-info dl dd{width:calc(100% - 170px); box-sizing:border-box; display:flex; padding-top:4px; align-items:center;}
.center-info .addr dt:before{background-image:url(../img/m1/i_info_addr.png);}
.center-info .tel dt:before{background-image:url(../img/m1/i_info_tel.png);}
.center-info .email dt:before{background-image:url(../img/m1/i_info_email.png);}
.center-info .traffic dt:before{background-image:url(../img/m1/i_info_traffic.png);}
.center-info .time dt:before{background-image:url(../img/m1/i_info_time.png);}
.center-info .traffic dd{align-items:baseline;}

.center-info.gy .tel,
.center-info.gy .email{float:left;width:50%;}
.center-info.gy .traffic-type{float:left;width:50%;}

/* 어린이집지원 ************************************************************************************************************* */

.docu-wrap{position:relative;}
.docu-wrap .docu-title{width:204px;height:172px; box-sizing:border-box; background:url(../img/m2/docu_title_bg.png) 0 0 no-repeat; position:absolute;left:0;top:0;}
.docu-wrap .docu-title h4{width:180px; font-size:20px;text-align:center; color:#147865; padding-top:123px; font-weight:bold;}

.docu-wrap .docu-list{margin-left:188px; border:1px solid #c5d2d9; border-radius:3px; padding:17px 45px; min-height:172px; box-sizing:border-box; border-radius:6px;}
.docu-wrap .docu-list li + li{border-top:1px dashed #d5d5d5;}
.docu-wrap .docu-list li a{display:block; line-height:60px; padding:0 0 0 47px; font-size:17px; background:url(../img/m2/i_down.png) 1px center no-repeat;}
.docu-wrap .docu-list li a:hover{color:#1f80af;}

.standard-info{text-align:center; padding:0 0 20px 0;}

p.con{line-height:1.5em;}

.fileDown-links{display:flex; margin-bottom:30px;}
.fileDown-links dl{width:486px; background-color:#fff; position:relative; border-radius:10px 10px 30px 30px; border:1px solid #48bfa9; overflow:hidden;}
.fileDown-links dl + dl{margin-left:20px;}
.fileDown-links dl dt{background-color:#48bfa9; text-align:center; height:48px; color:#fff; line-height:48px; border-radius:0 0 10px 10px; font-size:20px;font-weight:600;}
.fileDown-links dl dd{padding:10px 35px;}
.fileDown-links ul li + li{border-top:1px dashed #d5d5d5;}
.fileDown-links ul li a{display:block; line-height:60px; padding-left:54px; background:url(../img/m2/i_down.png) 2px center no-repeat;}

.list-dot + .gray-box{margin-top:20px;}
.con-type.ex dd{font-size:15px;}

.con-table.edu-person tbody td{text-align:left;}

.monitoring-detail{display:flex; justify-content:space-between; margin-top:10px;}
.monitoring-detail dl{width:240px; border-radius:6px; border:1px solid #48bfa9; overflow:hidden;}
.monitoring-detail dl dt{text-align:center; height:48px; line-height:48px; border-radius:0 0 6px 6px; background-color:#48bfa9; color:#fff; font-weight:600; font-size:19px;}
.monitoring-detail dl dd{padding:15px 25px;}

.monitoring-act th{position:relative;}
.monitoring-act tr + tr th:before{position:absolute;left:50%;top:-13px;display:block;content:'';width:26px;height:26px; background:url(../img/m2/arr_down.png) 0 0 no-repeat; transform:translate(-50%);}

.self-ach{display:flex; flex-wrap:wrap; justify-content:space-between;}
.self-ach > div{width:calc((100% / 3) - 18px);position:relative;}
.self-ach dl{border-radius:10px 10px 30px 30px;box-sizing:border-box;}
.self-ach dl dt{border-radius:10px;text-align:center;padding:15px 10px;font-size:20px;font-weight:600;}
.self-ach dl dd{padding:20px;}
.self-ach dl dd li{padding:10px 5px; line-height:1.25em;}
.self-ach dl dd li + li{border-top:1px dashed #d4d4d4;}

.self-ach.self1 dl{height:100%;}
.self-ach.self1 .item1{border:1px solid #70ead3;}
.self-ach.self1 .item1 dt{background-color:#70ead3;}
.self-ach.self1 .item2{border:1px solid #9fbef7;}
.self-ach.self1 .item2 dt{background-color:#9fbef7;}
.self-ach.self1 .item3{border:1px solid #f7b2a2;}
.self-ach.self1 .item3 dt{background-color:#f7b2a2;}
.self-ach.self2 div{margin-bottom:20px;}
.self-ach.self2 dl{height:100%;}
.self-ach.self2 .item1{border:1px solid #70ead3;}
.self-ach.self2 .item1 dt{background-color:#70ead3;}
.self-ach.self2 .item2{border:1px solid #82d0f7; margin-bottom:20px;}
.self-ach.self2 .item2 dt{background-color:#82d0f7;}
.self-ach.self2 .item3{border:1px solid #f7b2a2;}
.self-ach.self2 .item3 dt{background-color:#f7b2a2;}
.self-ach.self2 .item4{border:1px solid #9fbef7;}
.self-ach.self2 .item4 dt{background-color:#9fbef7;}
.self-ach.self2 .item5{border:1px solid #f0d079;}
.self-ach.self2 .item5 dt{background-color:#f0d079;}
.self-ach.self2 .item6{border:1px solid #f793c5;}
.self-ach.self2 .item6 dt{background-color:#f793c5;}
.self-ach.self2 .item7{border:1px solid #d798f5;}
.self-ach.self2 .item7 dt{background-color:#d798f5;}
.self-ach.self2 > div:nth-of-type(2) dl{height:auto;}

.inpool-process ul{display:flex;width:100%;}
.inpool-process li{width:calc(100% / 4 - 7.5px); border:1px solid #a0dcd2; border-radius:30px; text-align:center; box-sizing:border-box; position:relative; height:156px; padding:55px 10px 10px 10px;}
.inpool-process li + li{margin-left:11px;}
.inpool-process li + li:before{display:block;content:'';width:35px;height:35px; background:url(../img/m7/arr_next.png) 0 0 / cover no-repeat; position:absolute;left:-25px;top:50%; margin-top:-18px;}
.inpool-process .lb{display:block;height:36px;width:140px; line-height:36px; background-color:#48bfa9; color:#fff; font-weight:600; border-radius:0 0 10px 10px; position:absolute;top:-1px;left:50%; transform:translateX(-50%);}
.inpool-process p{font-size:16px; line-height:1.5em; font-weight:600; letter-spacing:-1px;}
.inpool-process .row1{margin-bottom:10px;}
.inpool-process .row2 li{height:176px;}
.inpool-process .before{border:1px solid #a0dcd2;}
.inpool-process .before .lb{background-color:#48bfa9;}
.inpool-process .ing{border:1px solid #4c7fdb;}
.inpool-process .ing .lb{background-color:#4c7fdb;}
.inpool-process .after{border:1px solid #e8765b;}
.inpool-process .after .lb{background-color:#e8765b;}


.input-process{margin:15px 0 5px;}
.input-process ul{display:flex; flex-wrap:wrap; width:100%;}
.input-process li{width:calc(100% / 3 - 7.5px); border:1px solid #a0dcd2; border-radius:30px; text-align:center; box-sizing:border-box; position:relative; height:216px; padding:55px 10px 10px 10px; margin-bottom:11px;}
.input-process li + li{margin-left:11px;}
.input-process li:nth-child(3n+1){margin-left:0;}
.input-process li:nth-child(3n+1):before{display:none;}
.input-process li + li:before{display:block;content:'';width:35px;height:35px; background:url(../img/m7/arr_next.png) 0 0 / cover no-repeat; position:absolute;left:-25px;top:50%; margin-top:-18px;}
.input-process .lb{display:block;height:36px;width:140px; line-height:36px; background-color:#48bfa9; color:#fff; font-weight:600; border-radius:0 0 10px 10px; position:absolute;top:-1px;left:50%; transform:translateX(-50%);}
.input-process .txt1{font-size:20px; font-weight:600; margin-bottom:10px;}
.input-process .txt2{font-size:16px; line-height:1.5em; font-weight:600; letter-spacing:-1px;}
/*
.input-process .txt3{font-size:16px; line-height:1.5em; font-weight:600; letter-spacing:-1px; text-align:left; padding-left:20px;}*/
.input-process .row1{}
.input-process li:nth-child(4),
.input-process li:nth-child(5),
.input-process li:nth-child(6){height:196px;}

.input-process .step1{border-color:#48bfa9;}
.input-process .step1 .lb{background-color:#48bfa9;}
.input-process .step1 .txt1{color:#0cad8f;}
.input-process .step2{border-color:#3aa2d7;}
.input-process .step2 .lb{background-color:#3aa2d7;}
.input-process .step2 .txt1{color:#0086ca;}
.input-process .step3{border-color:#4c7fdb;}
.input-process .step3 .lb{background-color:#4c7fdb;}
.input-process .step3 .txt1{color:#205fd1;}
.input-process .step4{border-color:#d9a823;}
.input-process .step4 .lb{background-color:#d9a823;}
.input-process .step4 .txt1{color:#c2910b;}
.input-process .step5{border-color:#e8765b;}
.input-process .step5 .lb{background-color:#e8765b;}
.input-process .step5 .txt1{color:#dd4926;}
.input-process .step6{border-color:#e0378c;}
.input-process .step6 .lb{background-color:#e0378c;}
.input-process .step6 .txt1{color:#da2d84;}



/* 가정양육지원 ************************************************************************************************************* */

.guide-lang{position:relative;}
.guide-lang .lang-title{width:204px;height:172px; box-sizing:border-box; position:absolute;left:0;top:0;}
.guide-lang .lang-title h4{width:180px; font-size:20px;text-align:center; color:#147865; padding-top:123px; font-weight:bold;}

.guide-lang .lang-title.ko{background:url(../img/m3/childuse_title01_korean_bg.png) 0 0 no-repeat;}
.guide-lang .lang-title.russian{background:url(../img/m3/childuse_title02_russian_bg.png) 0 0 no-repeat;}
.guide-lang .lang-title.vietnam{background:url(../img/m3/childuse_title03_vietnam_bg.png) 0 0 no-repeat;}
.guide-lang .lang-title.chinese{background:url(../img/m3/childuse_title04_chinese_bg.png) 0 0 no-repeat;}
.guide-lang .lang-title.english{background:url(../img/m3/childuse_title05_english_bg.png) 0 0 no-repeat;}
.guide-lang .lang-title.Japan{background:url(../img/m3/childuse_title06_Japan_bg.png) 0 0 no-repeat;}
.guide-lang .lang-title.Thailand{background:url(../img/m3/childuse_title07_Thailand_bg.png) 0 0 no-repeat;}
.guide-lang .lang-title.Arabic{background:url(../img/m3/childuse_title08_Arabic_bg.png) 0 0 no-repeat;}
.guide-lang .lang-title.Indonesia{background:url(../img/m3/childuse_title08_Indonesia_bg.png) 0 0 no-repeat;}

.guide-lang .lang-list{margin-left:188px; border:1px solid #c5d2d9; border-radius:3px; padding:17px 45px; min-height:172px; box-sizing:border-box; border-radius:6px;}
.guide-lang .lang-list li + li{border-top:1px dashed #d5d5d5;}
.guide-lang .lang-list li a{display:block; line-height:60px; padding:0 0 0 47px; font-size:17px; background:url(../img/m2/i_down.png) 1px center no-repeat;}
.guide-lang .lang-list li a:hover{color:#1f80af;}

.nursery-type dl{display:flex; align-items:center;}
.nursery-type dl + dl{margin-top:20px;}
.nursery-type dt{width:170px;height:170px; font-size:18px; font-weight:600; position:relative; border-radius:50%; margin-right:35px;box-sizing:border-box;}
.nursery-type dt div{display:flex; align-items:center;justify-content:center; width:100%;height:100%; text-align:center;}
.nursery-type dd{width:calc(100% - 205px); border-radius:30px; padding:25px 30px; position:relative; box-sizing:border-box;}
.nursery-type dd:before{display:block;width:35px;height:1px;content:''; background-color:#d7d7d7; position:absolute; left:-35px;top:50%;}
.nursery-type dd:after{display:block;width:12px;height:12px;content:''; border-radius:6px;box-sizing:border-box; background-color:#fff; position:absolute;left:-42px;top:50%;margin-top:-6px;}

.nursery-type .type1 dt{background-color:#70ead2;}
.nursery-type .type1 dd{border:1px solid #70ead2;}
.nursery-type .type1 dd:after{border:1px solid #70ead2;}
.nursery-type .type2 dt{background-color:#82d0f7;}
.nursery-type .type2 dd{border:1px solid #82d0f7;}
.nursery-type .type2 dd:after{border:1px solid #82d0f7;}
.nursery-type .type3 dt{background-color:#9fbef7;}
.nursery-type .type3 dd{border:1px solid #9fbef7;}
.nursery-type .type3 dd:after{border:1px solid #9fbef7;}
.nursery-type .type4 dt{background-color:#f7b2a2;}
.nursery-type .type4 dd{border:1px solid #f7b2a2;}
.nursery-type .type4 dd:after{border:1px solid #f7b2a2;}

.nursery-type .list-dot li{}
.nursery-type .list-dot li + li{margin-top:25px;}
.nursery-type .list-dot li + li:after{display:block;content:'';position:absolute;left:0;right:0;top:-13px;height:1px;border-top:1px dashed #d4d4d4;}
.nursery-type .list-dot .lb{font-weight:600;}


.qna-box{background-color:#f9f9f9; padding:23px 27px 23px 100px; border-radius:6px; text-align:left; display:flex; align-items:center; position:relative;}
.qna-box dt{font-weight:600; font-size:16px;}
.qna-box dd{font-size:15px;}
.qna-box.infant:before{display:block;content:'';width:62px;height:62px; background:url(../img/m3/i_qna_infant.png) center center / cover no-repeat; position:absolute;left:27px;top:50%; transform:translateY(-50%);}

.table-vaccin table thead th{padding:15px 3px; font-size:15px; line-height:1.25em;}
.table-vaccin table tbody td{padding:15px 3px;}
.table-vaccin table tbody td.bg3{background-color:#e2f1c9;}

.vaccin-process ul{display:flex; justify-content:space-between;}
.vaccin-process li{width:156px; border:1px solid #48bfa9;border-radius:6px; position:relative; height:188px; box-sizing:border-box; text-align:center;}
.vaccin-process li .num{position:absolute;left:20px;top:13px; color:#1e957d; font-size:20px; font-weight:600;}
.vaccin-process li .txt{font-size:16px; display:flex; width:100%; height:45px; align-items:center; justify-content:center; line-height:1.25em;}
.vaccin-process li:before{display:block;content:''; width:86px;height:86px; border-radius:50%; margin:34px auto 6px auto;}
.vaccin-process li.num1:before{background:#f2f8f8 url(../img/m3/i_vc1_1.png) center center / cover no-repeat;}
.vaccin-process li.num2:before{background:#f2f8f8 url(../img/m3/i_vc1_2.png) center center / cover no-repeat;}
.vaccin-process li.num3:before{background:#f2f8f8 url(../img/m3/i_vc1_3.png) center center / cover no-repeat;}
.vaccin-process li.num4:before{background:#f2f8f8 url(../img/m3/i_vc1_4.png) center center / cover no-repeat;}
.vaccin-process li.num5:before{background:#f2f8f8 url(../img/m3/i_vc1_5.png) center center / cover no-repeat;}
.vaccin-process li.num6:before{background:#f2f8f8 url(../img/m3/i_vc1_6.png) center center / cover no-repeat;}

.vaccin-process2{margin-bottom:20px;}
.vaccin-process2 ul{display:flex; justify-content:space-between;}
.vaccin-process2 li{width:156px; border:1px solid #48bfa9;border-radius:6px; position:relative; height:188px; box-sizing:border-box; text-align:center;}
.vaccin-process2 li .num{position:absolute;left:20px;top:13px; color:#1e957d; font-size:20px; font-weight:600;}
.vaccin-process2 li .txt{font-size:16px; display:flex; width:100%; height:45px; align-items:center; justify-content:center; line-height:1.25em;}
.vaccin-process2 li:before{display:block;content:''; width:86px;height:86px; border-radius:50%; margin:34px auto 6px auto;}
.vaccin-process2 li.num1:before{background:#f2f8f8 url(../img/m3/i_vc2_1.png) center center / cover no-repeat;}
.vaccin-process2 li.num2:before{background:#f2f8f8 url(../img/m3/i_vc2_2.png) center center / cover no-repeat;}
.vaccin-process2 li.num3:before{background:#f2f8f8 url(../img/m3/i_vc2_3.png) center center / cover no-repeat;}
.vaccin-process2 li.num4:before{background:#f2f8f8 url(../img/m3/i_vc2_4.png) center center / cover no-repeat;}
.vaccin-process2 li.num5:before{display:none;}
.vaccin-process2 li.num5{width:323px;}
.vaccin-process2 li.num5 .txt2{margin:50px 20px 0 20px; text-align:left;}
.vaccin-process2 li.num5 .txt2 p{}
.vaccin-process2 li.num5 .txt2 p:after{display:block;content:'';clear:both;}
.vaccin-process2 li.num5 .txt2 p span{float:left;}
.vaccin-process2 li.num5 .txt2 p .lb{width:45px;}
.vaccin-process2 li.num5 .txt2 p .lb + span{width:calc(100% - 45px);}

.parent-contents .pt{color:#194c67; font-weight:600;}
.parent-contents .con-table + .con-table{margin-top:20px;}
.parent-contents .parent-edu-icon{margin-bottom:12px;}

.suda-box{background:#fffec7 url(../img/m3/suda_bg.png) right bottom no-repeat; height:174px; display:flex; align-items:center; padding:10px 10px 10px 60px; text-align:left; box-sizing:border-box; border-radius:6px; margin-bottom:30px;}
.suda-box + .tip-box{margin-top:-20px;}

.self-club-top{ margin-bottom:40px;}
.self-club-top p{font-size:18px; padding:20px 10px 0 10px;}

.p-word4{position:relative; padding-left:70px;}
.p-word4 .lb{position:absolute;left:0;top:0;}

.p-ex{position:relative; padding-left:26px;}
.p-ex .lb{position:absolute;left:0;top:0;}

.ex-program dl{display:flex;}
.ex-program dl + dl{margin-top:10px;}
.ex-program dt{width:196px;height:154px; font-size:16px;color:#194c67;font-weight:600; border:1px solid #e3e3e3;background-color:#f6f8f9; position:relative; border-radius:6px; margin-right:21px;box-sizing:border-box;display:flex; align-items:center;justify-content:center;}
.ex-program dt div{width:100%; line-height:1.25em; text-align:center;}
.ex-program dt div:before{display:block;content:'';width:75px;height:75px;margin:0 auto 5px auto;background-size:cover; background-position:center center; background-repeat:no-repeat;}
.ex-program dd{width:calc(100% - 217px); border-radius:6px; border:1px solid #e3e3e3; padding:10px 30px; display:flex;align-items:center; box-sizing:border-box;position:relative;}
.ex-program dd ul{width:100%;}
.ex-program dd ul li{padding:10px 5px;}
.ex-program dd ul li + li{border-top:1px dashed #d4d4d4;}
.ex-program dd:before{display:block;width:21px;height:1px;content:''; background-color:#d7d7d7; position:absolute; left:-21px;top:50%;}
.ex-program dd:after{display:block;width:12px;height:12px;content:''; border-radius:6px;box-sizing:border-box; background-color:#fff; position:absolute;left:-30px;top:50%;margin-top:-6px;border:1px solid #e3e3e3;}
.ex-program .program1 dt div:before{background-image:url(../img/m3/i_program1.png);}
.ex-program .program2 dt div:before{background-image:url(../img/m3/i_program2.png);}
.ex-program .program3 dt div:before{background-image:url(../img/m3/i_program3.png);}
.ex-program .program4 dt div:before{background-image:url(../img/m3/i_program4.png);}
.ex-program .program5 dt div:before{background-image:url(../img/m3/i_program5.png);}


/* 전문양육지원 ************************************************************************************************************* */

.counsel-part{display:flex; justify-content:space-between;}
.counsel-part dl{width:235px; border-radius:10px 10px 30px 30px; overflow:hidden;}
.counsel-part dt{height:60px; line-height:60px; text-align:center; font-size:20px; font-weight:bold; border-radius:10px;}
.counsel-part dd{text-align:center; padding:20px 10px; line-height:1.5em;}
.counsel-part .img{margin-bottom:20px;}
.counsel-part .item1{border:1px solid #70ead3;}
.counsel-part .item1 dt{background-color:#70ead3;}
.counsel-part .item2{border:1px solid #82d0f7;}
.counsel-part .item2 dt{background-color:#82d0f7;}
.counsel-part .item3{border:1px solid #9fbef7;}
.counsel-part .item3 dt{background-color:#9fbef7;}
.counsel-part .item4{border:1px solid #f7b2a2;}
.counsel-part .item4 dt{background-color:#f7b2a2;}

.counsel-process{display:flex; justify-content:space-between;}
.counsel-process li{width:130px; position:relative; text-align:center;}
.counsel-process li:before{display:block;content:'';width:130px;height:116px; border-radius:36px; background-color:#f3f6f7; background-position:center center; background-repeat:no-repeat; margin:0 auto 20px auto;}
.counsel-process li.step1:before{background-image:url(../img/m4/i_counsel_process1.png);}
.counsel-process li.step2:before{background-image:url(../img/m4/i_counsel_process2.png);}
.counsel-process li.step3:before{background-image:url(../img/m4/i_counsel_process3.png);}
.counsel-process li.step4:before{background-image:url(../img/m4/i_counsel_process4.png);}
.counsel-process li.step5:before{background-image:url(../img/m4/i_counsel_process5.png);}
.counsel-process li.step6:before{background-image:url(../img/m4/i_counsel_process6.png);}
.counsel-process li + li:after{display:block;content:'';width:16px;height:13px; background:url(../img/m4/arr_process.png) center center no-repeat; position:absolute;left:-30px;top:52px;}
.counsel-process li p{line-height:1.25em;}

.i-counsel-tel{background:url(../img/m4/i_tel.png) left center no-repeat; line-height:32px; padding-left:45px; font-weight:600;}

.counsel-process2{margin:15px 0 5px;}
.counsel-process2 ul{display:flex;}
.counsel-process2 li{width:calc(100% / 5); border:1px solid #a0dcd2; border-radius:30px; text-align:center; box-sizing:border-box; position:relative; height:180px; padding:55px 10px 10px 10px; margin-bottom:11px;}
.counsel-process2 li + li{margin-left:11px;}
.counsel-process2 li + li:before{display:block;content:'';width:35px;height:35px; background:url(../img/m7/arr_next.png) 0 0 / cover no-repeat; position:absolute;left:-25px;top:50%; margin-top:-18px;}
.counsel-process2 .lb{display:block;height:36px;width:120px; line-height:36px; background-color:#48bfa9; color:#fff; font-weight:600; border-radius:0 0 10px 10px; position:absolute;top:-1px;left:50%; transform:translateX(-50%);}
.counsel-process2 .txt1{font-size:20px; font-weight:600; margin-bottom:10px;}
.counsel-process2 .txt2{font-size:16px; line-height:1.5em; font-weight:600; letter-spacing:-1px;}
.counsel-process2 .step1{border:1px solid #48bfa9;}
.counsel-process2 .step1 .lb{background-color:#48bfa9;}
.counsel-process2 .step1 .txt1{color:#0cad8f;}
.counsel-process2 .step2{border:1px solid #3aa2d7;}
.counsel-process2 .step2 .lb{background-color:#3aa2d7;}
.counsel-process2 .step2 .txt1{color:#0086ca;}
.counsel-process2 .step3{border:1px solid #4c7fdb;}
.counsel-process2 .step3 .lb{background-color:#4c7fdb;}
.counsel-process2 .step3 .txt1{color:#205fd1;}
.counsel-process2 .step4{border:1px solid #d9a823;}
.counsel-process2 .step4 .lb{background-color:#d9a823;}
.counsel-process2 .step4 .txt1{color:#c2910b;}
.counsel-process2 .step5{border:1px solid #e8765b;}
.counsel-process2 .step5 .lb{background-color:#e8765b;}
.counsel-process2 .step5 .txt1{color:#dd4926;}

.counsel-process3{display:flex; justify-content:space-between;}
.counsel-process3 li{width:200px; position:relative; text-align:center;}
.counsel-process3 li:before{display:block;content:'';width:200px;height:116px; border-radius:36px; background-color:#f3f6f7; background-position:center center; background-repeat:no-repeat; margin:0 auto 20px auto;}
.counsel-process3 li.step1:before{background-image:url(../img/m4/i_counsel_process1.png);}
.counsel-process3 li.step2:before{background-image:url(../img/m4/i_counsel_process7.png);}
.counsel-process3 li.step3:before{background-image:url(../img/m4/i_counsel_process3.png);}
.counsel-process3 li.step4:before{background-image:url(../img/m4/i_counsel_process4.png);}
.counsel-process3 li + li:after{display:block;content:'';width:16px;height:13px; background:url(../img/m4/arr_process.png) center center no-repeat; position:absolute;left:-40px;top:52px;}
.counsel-process3 li p{line-height:1.25em;}

.test-process{margin:15px 0 5px;}
.test-process ul{display:flex; flex-wrap:wrap; width:100%;}
.test-process li{width:calc(50% / 2 - 10px); border:1px solid #a0dcd2; border-radius:30px; text-align:center; box-sizing:border-box; position:relative; padding:55px 10px 10px 10px; margin-bottom:11px;}
.test-process li + li{margin-left:11px;}
.test-process li + li:before{display:block;content:'';width:35px;height:35px; background:url(../img/m7/arr_next.png) 0 0 / cover no-repeat; position:absolute;left:-25px;top:50%; margin-top:-18px;}
.test-process li:nth-child(1){width:calc(50% - 10px);}
.test-process .lb{display:block;height:36px;width:140px; line-height:36px; background-color:#48bfa9; color:#fff; font-weight:600; border-radius:0 0 10px 10px; position:absolute;top:-1px;left:50%; transform:translateX(-50%);}
.test-process .txt1{font-size:20px; font-weight:600; margin-bottom:10px;}
.test-process .txt2{font-size:16px; line-height:1.5em; font-weight:600; letter-spacing:-1px;}

.test-process .step1{border-color:#48bfa9;}
.test-process .step1 .lb{background-color:#48bfa9;}
.test-process .step1 .txt1{color:#0cad8f;}
.test-process .step2{border-color:#3aa2d7;}
.test-process .step2 .lb{background-color:#3aa2d7;}
.test-process .step2 .txt1{color:#0086ca;}
.test-process .step3{border-color:#4c7fdb;}
.test-process .step3 .lb{background-color:#4c7fdb;}
.test-process .step3 .txt1{color:#205fd1;}


/* 부속기관 ************************************************************************************************************* */
.organ-intro{border-radius:10px;}
.organ-intro dt{height:60px; text-align:center; line-height:60px; border-radius:10px; font-weight:600; font-size:20px;}
.organ-intro dd{padding:30px 40px 40px 40px;}
.organ-intro .preview{margin-top:20px;}
.organ-intro .preview ul{display:flex; justify-content:space-between;}
.organ-intro .preview li{width:calc(100% / 3 - 13px); text-align:center;}
.organ-intro .preview li + li{margin-left:7px;}
.organ-intro .preview .photo{margin-bottom:15px;}
.organ-intro .preview img{border-radius:10px;}
.organ-intro .preview p{font-size:20px; font-weight:600;}
.organ-intro.organ1{border:1px solid #70ead3;}
.organ-intro.organ1 dt{background-color:#70ead3;}
.organ-intro.organ1 .preview p{color:#0cad8f;}
.organ-intro.organ2{border:1px solid #82d0f7;  margin-top:30px;}
.organ-intro.organ2 dt{background-color:#82d0f7;}
.organ-intro.organ2 .preview p{color:#0086ca;}
.organ-intro.organ3{border:1px solid #9fbef7;  margin-top:30px;}
.organ-intro.organ3 dt{background-color:#9fbef7;}
.organ-intro.organ3 .preview p{color:#205fd1;}

.isarang-guide{display:flex;}
.isarang-guide li{width:calc(100% / 6 - 9px); display:flex; height:106px; box-sizing:border-box; align-items:center; justify-content:center; border:1px solid #48bfa9; border-radius:20px; text-align:center; line-height:1.5em; position:relative;}
.isarang-guide li + li{margin-left:11px;}
.isarang-guide li + li:before{display:block;content:'';width:35px;height:35px; background:url(../img/m7/arr_next.png) 0 0 / cover no-repeat; position:absolute;left:-25px;top:50%; margin-top:-18px;}


/* 보육도서관 ************************************************************************************************************* */

.lib-guide{display:flex;}
.lib-guide li{width:25%;text-align:center; box-sizing:border-box; padding:0 20px; position:relative;}
.lib-guide li img{margin-bottom:10px;}
.lib-guide li p{text-align:left; position:relative; padding-left:18px; line-height:1.5em; margin:0 5px; word-break:break-all;}
.lib-guide li p .num{position:absolute;left:0;top:0;}
.lib-guide li + li:before{display:block;content:'';width:35px;height:35px; background:url(../img/m7/arr_next.png) 0 0 / cover no-repeat; position:absolute;left:-20px;top:50%; margin-top:-30px;}

.join-guide-step ul{display:flex;width:100%;}
.join-guide-step li{width:calc(100% / 3 - 7px); border:1px solid #a0dcd2; border-radius:30px; text-align:center; box-sizing:border-box; position:relative; padding:55px 10px 20px 10px;}
.join-guide-step li + li{margin-left:11px;}
.join-guide-step li + li:before{display:block;content:'';width:35px;height:35px; background:url(../img/m7/arr_next.png) 0 0 / cover no-repeat; position:absolute;left:-25px;top:50%; margin-top:-18px;}
.join-guide-step .lb{display:block;height:36px;width:140px; line-height:36px; background-color:#48bfa9; color:#fff; font-weight:600; border-radius:0 0 10px 10px; position:absolute;top:-1px;left:50%; transform:translateX(-50%);}
.join-guide-step p{font-size:16px; line-height:1.5em; font-weight:600; letter-spacing:-1px;}
.join-guide-step p.sp{padding:10px 0px;}

.join-guide-step .step1{border-color:#48bfa9;}
.join-guide-step .step1 .lb{background-color:#48bfa9;}
.join-guide-step .step1 .txt1{color:#0cad8f;}
.join-guide-step .step2{border-color:#3aa2d7;}
.join-guide-step .step2 .lb{background-color:#3aa2d7;}
.join-guide-step .step2 .txt1{color:#0086ca;}
.join-guide-step .step3{border-color:#4c7fdb;}
.join-guide-step .step3 .lb{background-color:#4c7fdb;}
.join-guide-step .step3 .txt1{color:#205fd1;}
.join-guide-step .step4{border-color:#d9a823;}
.join-guide-step .step4 .lb{background-color:#d9a823;}
.join-guide-step .step4 .txt1{color:#c2910b;}
.join-guide-step .step5{border-color:#e8765b;}
.join-guide-step .step5 .lb{background-color:#e8765b;}
.join-guide-step .step5 .txt1{color:#dd4926;}
.join-guide-step .step6{border-color:#e0378c;}
.join-guide-step .step6 .lb{background-color:#e0378c;}
.join-guide-step .step6 .txt1{color:#da2d84;}

.lib-terms{}
.lib-terms > dt{font-size:17px; font-weight:600; color:#194c67; margin-bottom:8px;}
.lib-terms > dd{font-size:16px; line-height:1.5em;}
.lib-terms > dd + dt{margin-top:30px;}


/* 동아리활동 ************************************************************************************************************* */

.club-intro{margin-bottom:40px;}
.club-intro dl{display:flex;}
.club-intro dt{display:flex; width:180px;height:142px; border-radius:6px; position:relative; background-color:#48bfa9; align-items:center; justify-content:center; color:#fff; font-size:22px; font-weight:600; margin-right:12px; text-align:center;}
.club-intro dt:before{display:block;content:'';border-radius:4px; position:absolute;left:6px;top:6px;right:6px;bottom:6px; border:1px dashed rgba(255,255,255,0.5);}
.club-intro dt img{ margin-bottom:5px;}
.club-intro dd{display:flex; width:calc(100% - 192px); min-height:142px; box-sizing:border-box; border:1px solid #46a492; border-radius:6px; padding:20px 40px; text-align:left; align-items:center; position:relative;}
.club-intro dd:before,
.club-intro dd:after{display:block;content:'';width:23px;height:12px; position:absolute;left:-13px; background:url(../img/m8/club_line.png) 0 0 no-repeat;}
.club-intro dd:before{top:15px;}
.club-intro dd:after{top:115px;}

.club-intro .ukulele dt{min-height:162px;}
.club-intro .ukulele dd{min-height:162px;}

.club-intro .daddy dt{min-height:182px;}
.club-intro .daddy dd{min-height:182px; }

.club-intro .gyefluencer dt{min-height:226px;}
.club-intro .gyefluencer dd{min-height:226px; }


.club-action table{width:100%; table-layout:fixed; border-top:1px dashed #d4d4d4;}
.club-action th{font-size:22px; color:#1e957d; font-weight:bold; border-bottom:1px dashed #d4d4d4; background-color:#f2f8f8; text-align:center; padding:15px;}
.club-action td{padding:15px 20px; border-bottom:1px dashed #d4d4d4; text-align:left;}

/* 기타 ************************************************************************************************************* */

.privacy-wrap ul,
.privacy-wrap p{margin:10px 0;}
.privacy-wrap .list-dot li{}
.privacy-wrap .list-dash li{margin:0;}
.privacy-wrap .fb{font-weight:bold;}

.sitemap-wrap{display:flex; flex-wrap:wrap;}
.sitemap-wrap dl{width:calc(100% / 4 - 7.5px); margin-right:10px; margin-bottom:60px;}
.sitemap-wrap dl:nth-of-type(4n){margin-right:0;}
.sitemap-wrap dt{height:60px; border-radius:10px; text-align:center; line-height:60px; font-size:20px; font-weight:bold;}
.sitemap-wrap dd{padding:5px 8px; text-align:left;}
.sitemap-wrap .dep2 > li{border-bottom:1px solid #e3e3e3;  padding:0 13px;}
.sitemap-wrap .dep2 > li > a{font-weight:600; font-size:17px; line-height:50px;}
.sitemap-wrap .dep3{margin:-2px 0 12px;}
.sitemap-wrap .dep3 > li{}
.sitemap-wrap .dep3 > li > a{position:relative; font-size:15px; padding-left:10px;}
.sitemap-wrap .dep3 > li > a:before{display:block;content:'';width:3px;height:3px; border-radius:3px; background-color:#46a492; position:absolute;left:0;top:6px;}

.sitemap-wrap .item1 dt{background-color:#70ead3;}
.sitemap-wrap .item2 dt{background-color:#82d0f7;}
.sitemap-wrap .item3 dt{background-color:#9fbef7;}
.sitemap-wrap .item4 dt{background-color:#d798f5;}
.sitemap-wrap .item5 dt{background-color:#bce370;}
.sitemap-wrap .item6 dt{background-color:#f0d079;}
.sitemap-wrap .item7 dt{background-color:#f7b2a2;}
.sitemap-wrap .item8 dt{background-color:#f793c5;}
.sitemap-wrap .item9 dt{background-color:#87e685;}
.sitemap-wrap .item10 dt{background-color:#71e2a9;}


/* 검색 ************************************************************************************************************* */
.result-head{position:relative;}
.result-head .right{position:absolute;right:0;top:0;}
.result-head .go{display:inline-block;height:32px; border:1px solid #c8c8c8; border-radius:3px; line-height:30px; box-sizing:border-box; position:relative; padding:0 12px 0 27px; font-size:15px;}
.result-head .go:before{display:block;width:12px;height:12px; content:''; background:url(../img/search/i_go.png) 0 0 no-repeat; position:absolute;left:10px;top:9px; }

.result-wrap{border-top:1px solid #8ca5b3; margin-bottom:50px;}
.result-wrap strong.word{background-color:#ffff00;}
.result-wrap .gallery-list{border-top:none;}

.result-list li{position:relative; border-bottom:1px solid #e3e3e3; padding:20px 10px 20px 17px;}
.result-list li:before{position:absolute;left:3px;top:30px; display:block;content:''; width:5px;height:5px;border-radius:3px; background-color:#46a492;}
.result-list li .title{font-size:20px; font-weight:600; display:inline-block; margin-right:170px;}
.result-list li .date{font-size:14px; position:absolute;right:3px;top:22px; color:#555;}
.result-list li .summary{color:#555; margin-top:10px;}

/* 대여물품 목록 20240316 ************************************************************************************************************* */
.board-count{margin-bottom:15px;padding-left:10px;}
.board-count .count b{font-weight:600;font-size:17px;color:#2080b0;}

.toy-title{display:block;max-width:99%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.toy-info > li{font-size:15px;}
.toy-info > li em{display:block;flex-shrink:0;position:relative;margin-right:10px;padding-right:10px;font-weight:500;color:#2080b0;}
.toy-info > li em:after{display:block;content:'';position:absolute;right:-2px;top:10px;width:4px;height:4px;background:#2080b0;border-radius:50%;}
.toy-btn{display:flex;justify-content:space-between;}
.toy-btn > *{display:inline-flex;justify-content:center;align-items:center;margin:0 2px;flex:1;height:38px;font-weight:600;color:#fff;background:#2080b0;border:1px solid #2080b0;border-radius:6px;box-sizing:border-box;}
.toy-btn .line{color:#2080b0;background:#fff;border-color:#2080b0;}
.toy-btn .gray{background:#bebebe;border-color:#bebebe;}
.toy-btn a:hover{box-shadow:1px 5px 5px rgba(0,0,0,0.1);}

.toy-wrap .empty{display:block;padding:100px 0;width:100%;text-align:center;font-size:17px;}

.toy-thum{overflow:hidden;margin-bottom:40px;}
.toy-thum > ul{display:flex;flex-wrap:wrap;margin:-10px;}
.toy-thum > ul > li{padding:10px;width:50%;box-sizing:border-box;}
.toy-thum .box{display:flex;align-items:center;padding:35px;border:1px solid #dbdbdb;border-radius:20px;}
.toy-thum .box .img{display:flex;align-items:center;flex-shrink:0;margin-right:20px;width:162px;height:162px;background:#fff;border-radius:20px;overflow:hidden;}
.toy-thum .box .img.no-img{background:#f7f7f7 url('/img/layout/footer_logo.png') no-repeat center;background-size:140px auto;}
.toy-thum .box .img img{transition-duration:0.3s;}
.toy-thum .box .con{width:calc(100% - 200px);}
.toy-thum .toy-title{font-size:17px;}
.toy-thum .toy-info{margin:5px 0 10px;}
.toy-thum .toy-info > li{display:flex;margin-bottom:2px;}

.toy-view{display:flex;margin-bottom:40px;}
.toy-view .img{flex-shrink:0;margin-right:40px;width:370px;height:370px;text-align:center;background:#fff;border-radius:8px;overflow:hidden;}
.toy-view .img.no-img{background:#f7f7f7 url('/img/layout/footer_logo.png') no-repeat center;background-size:80% auto;}
.toy-view .img img{width:100%;height:100%;}
.toy-view .view-title{padding:20px 5px;}

.lb-wanted.can{background-color:#2080b0;color:#fff;border:1px solid #2080b0;line-height:26px;}

.calendarWrap .rent-status{margin-top:10px;}
.calendarWrap .rent-status li{line-height:1.25em;}
.calendarWrap .rent-status li b{display:inline-block;color:#2080b0;}

/* 반응형 ************************************************************************************************************* */

/* 1024 ************************************************************************************************************* */
@media all and (max-width:1024px){

.tabMenu a{padding:0 5px; font-size:16px;}

.root_daum_roughmap{width:100% !important;}

.join-step li{margin:0 10px;}

/* 20240316 */
.borderType{padding:2px;height:auto;line-height:1.25em;word-break:break-all;}
.toy-thum > ul{display:block;}
.toy-thum > ul > li{width:auto;}
.toy-view .img{width:250px;height:250px;}
.calendarWrap .lb-wanted{padding:5px;width:auto;height:auto;line-height:1.1em;word-break:break-all;}
.calendarWrap .rent-status li{word-break:break-all;}

}

/* 768 ************************************************************************************************************* */
@media all and (max-width:768px){

.login-wrap{height:auto; padding:50px 20px; background-size:100% auto;}
.login-form{width:400px;}
.login-guide{width:90%;}

.idpw-find{display:block;;}
.find-wrap{width:auto; padding:40px 0;margin-bottom:20px;}
.find-wrap .find-input{height:auto;width:60%;}

.join-step li{height:auto; line-height:1.25em; padding:75px 0 0 0; text-align:center; font-size:18px;}
.join-step li + li{margin-left:45px;}
.join-step li:before{width:60px;height:60px; background-size:cover !important; margin:0 auto; left:50%;transform:translateX(-50%);}

.member-type-select > label{margin:0 20px;}

.join-end-wrap{padding:60px 30px;}

.input-email{}
.input-email .id{width:30%;}
.input-email .domain{width:30%;}
.input-email .domain-opt{width:30%;}

.center-info.gy .tel,
.center-info.gy .email{float:none; width:auto;}
.center-info.gy .tel{margin-bottom:20px;}
.center-info .traffic dd{display:block;}
.center-info.gy .traffic-type{float:none;width:auto; margin-bottom:20px;}

.business-title{width:auto;padding:20px 50px; font-size:20px; line-height:1.5em;}
.business-wrap{display:block;}
.business-wrap dl{width:auto; margin-bottom:30px;}
.business-wrap dd{height:auto;}

.monitoring-detail{flex-wrap:wrap;}
.monitoring-detail dl{width:48%; margin-bottom:10px;}
.monitoring-detail dl dd{padding:15px;}

.inpool-process ul{flex-wrap:wrap;}
.inpool-process li{width:calc(100% / 2 - 7.5px); margin-bottom:10px;}
.inpool-process li:nth-child(2n+1){margin-left:0;}
.inpool-process li:nth-child(2n+1):before{display:none;}
.inpool-process .row1{margin:0;}
.inpool-process p{font-size:14px;}
.inpool-process .lb{width:auto;left:15px;right:15px;transform:translateX(0);margin-top:0;}

.input-process ul{flex-wrap:wrap;}
.input-process li{width:calc(100% / 2 - 7.5px); margin-bottom:10px; height:180px !important; padding-top:45px;}
.input-process li:nth-child(2n){margin-left:11px !important;}
.input-process li:nth-child(2n):before{display:block;}
.input-process li:nth-child(2n+1){margin-left:0;}
.input-process li:nth-child(2n+1):before{display:none;}
.input-process .row1{margin:0;}
.input-process p{font-size:14px;}
.input-process .lb{width:auto;left:15px;right:15px;transform:translateX(0);margin-top:0;}
.input-process .txt1{font-size:16px;}
.input-process .txt2{font-size:14px; line-height:1.25em;}


.vaccin-process ul{flex-wrap:wrap}
.vaccin-process li{width:calc(100% / 3 - 5px); margin-bottom:10px; }

.vaccin-process2 ul{flex-wrap:wrap}
.vaccin-process2 li{width:calc(100% / 3 - 5px); margin-bottom:10px;}
.vaccin-process2 li.num5{width:calc((100% / 3 - 5px)*2 + 8px);}

.counsel-process{flex-wrap:wrap;}
.counsel-process li{width:calc(100% / 3 - 10px); margin-bottom:20px;}
.counsel-process li:before{width:100px;height:100px; background-size:65px auto;}
.counsel-process li + li:after{left:-15px;top:40px;}

.counsel-process3{flex-wrap:wrap;}
.counsel-process3 li{width:calc(100% / 4 - 10px); margin-bottom:20px;}
.counsel-process3 li:before{width:100px;height:100px; background-size:65px auto;}
.counsel-process3 li + li:after{left:-15px;top:40px;}

.counsel-process2 ul{flex-wrap:wrap;}
.counsel-process2 li{width:calc(100% / 3 - 10px); margin-bottom:20px;}

.test-process .lb{width:auto;left:10px;right:10px; transform:translateX(0);}

.sitemap-wrap dl{width:calc(100% / 2 - 10px)}

.self-ach > div{width:calc((100% / 2) - 10px);margin-bottom:20px;}

/* 20240316 */
.toy-info > li{font-size:14px;line-height:1.5rem;}
.toy-thum .box{padding:20px;}
.toy-thum .box .img{width:120px;height:120px;}
.toy-thum .box .con{width:calc(100% - 140px);}
.toy-thum .box .img.no-img{background-size:100px auto;}
.toy-wrap .empty{padding:50px 0;}
.toy-view{flex-direction:column;margin-bottom:40px;}
.toy-view .img{display:block;margin:0 auto 20px;width:200px;height:200px;}

}

/* 599 ************************************************************************************************************* */
@media all and (max-width:599px){

body,html{word-break:break-all;}

.con-title{font-size:18px;}
.con-title + .con-wrap,
.con-wrap-head + .con-wrap{margin-left:0; margin-top:10px;}

.con-wrap + .con-wrap,
.con-wrap + .con-title,
.con-wrap + .con-wrap-head{margin-top:30px;}

.con-wrap + .bottom-btns{margin-top:30px;}

.front-box{padding:20px; margin-bottom:20px;}
.front-box > div{padding:0; background:none !important; min-height:0;}
.front-box > div:before{display:none;}
.front-box .m-txt{font-size:17px;}

.con-table{border-top:2px solid #194c67;}
.con-table table{width:100%; table-layout:fixed;}
.con-table table thead th{padding:10px 3px; font-weight:600; font-size:13px; word-break:break-all;}
.con-table table tbody th{padding:10px 3px; font-size:13px; word-break:break-all;}
.con-table table tbody td{padding:10px 3px; font-size:13px; word-break:break-all;}
.con-table .type-row tbody th{padding:10px;}
.con-table .type-row tbody td{padding:10px;}
.con-table .type-row.cell-center td{text-align:center; padding:10px 5px;}

.tabMenu a{padding:0 5px; font-size:14px;}
.tabMenu.length5 ul,
.tabMenu.length6 ul,
.tabMenu.length7 ul,
.tabMenu.length8 ul{flex-wrap:wrap;}

.tabMenu.length5 ul li{width:calc(100% / 3);}
.tabMenu.length5 ul li:nth-child(4){width:calc(100% / 2);border-left:1px solid #c5c5c5;}
.tabMenu.length5 ul li:nth-child(5){width:calc(100% / 2);}

.tabMenu.length6 ul li{width:calc(100% / 3);}
.tabMenu.length6 ul li:nth-child(4){border-left:1px solid #c5c5c5;}

.tabMenu.length7 ul li{width:calc(100% / 4);}
.tabMenu.length7 ul li:nth-child(5){border-left:1px solid #c5c5c5;}

.tabMenu.length8 ul li{width:calc(100% / 4);}
.tabMenu.length8 ul li:nth-child(5){border-left:1px solid #c5c5c5;}

.member-type-select > label{margin:0; width:45%; text-align:left;}

.member-agree-wrap textarea{padding:15px; height:200px; font-size:15px;}
.member-agree-wrap .agree-check{text-align:left;padding:10px 20px;}
.member-agree-wrap .agree-check label{font-size:15px; display:inline-block; margin:0 5px;}
.member-agree-wrap .textarea{padding:15px; height:200px;}
.member-agree-all{padding:15px;}
.member-agree-all label{font-size:18px;}

.join-end-wrap{padding:30px 20px; margin-bottom:30px;}
.join-end-wrap:before{display:block;content:''; width:94px;height:94px; margin:0 auto 25px auto; background:url(../img/member/join_end_bg.png) center center no-repeat;}
.join-end-wrap .end-msg{font-size:18px;}
.join-end-wrap .joined-info{padding:20px 10px;}
.join-end-wrap .joined-info ul{font-size:16px;}
.join-end-wrap .joined-info ul li{margin:5px 0;}
.join-end-wrap .joined-info .label{width:80px;}

.find-wrap h4{font-size:22px}
.find-wrap h4 + p{font-size:14px;}
.find-wrap .find-input{width:80%;}
.find-wrap .find-input b{font-size:15px;}
.find-wrap .command .btn{width:100px;}

.con-wrap .con-title + .required-guide{font-size:13px;}

.input-id{width:100% !important;}

.input-email{}
.input-email .id{width:calc(90% + 3px); margin-bottom:3px;}
.input-email .domain{width:45%;}
.input-email .domain-opt{width:45%;}

.input-tel{display:flex; justify-content:between-space;}
.input-tel select,
.input-tel input{width:30%;}
.input-tel .dash{width:5%;text-align:center;}

.board-search{flex-wrap:wrap;}
.board-search .input-opt{margin:0 0 5px 0;width:100% !important;}
.board-search .input-opt select{width:100%;}
.board-search .input-opt select + select{margin:5px 0 0 0;}

.board-search .input-keyword{width:100% !important; position:relative;text-align:left; margin:0;}
.board-search .input-keyword .keyword{width:calc(100% - 111px);}
.board-search .input-keyword .btn-search{margin-left:3px; text-align:left; text-indent:-9999px;width:45px; padding:0;}
.board-search .input-keyword .btn-search:before{left:13px;}
.board-search .input-keyword .btn-all{font-size:13px; width:60px;margin-left:3px;}

.board-search.search-wanted .input-opt{display:block;}
.board-search.search-wanted .input-opt select + select{margin:0 0 0 3px;}

.board-search.search-toy .input-opt{display:block;}
.board-search.search-toy .input-opt select + select{margin:0 0 0 3px;}

.board-search.search-event .input-opt{display:block;}
.board-search.search-event .input-opt select + select{margin:0 0 0 3px;}


.board-list{margin-bottom:20px;}
.bottom-btns + .paging{margin-top:20px;}
.paging + .bottom-btns{margin-top:20px;}

.m-boardList table{display:block;}
.board-list.m-boardList colgroup{display:none;}
.board-list.m-boardList table > thead{display:none;}
.board-list.m-boardList table > tbody,
.board-list.m-boardList table tr,
.board-list.m-boardList table th{display:block; border:none;}
.board-list.m-boardList table td{display:inline-block; border:none; padding:0;}
.board-list.m-boardList table tr{border-bottom:1px solid #e3e3e3; padding:15px 5px;}
.board-list.m-boardList td.no{display:none;}
.board-list.m-boardList td.title{display:block; margin-bottom:5px; box-sizing:border-box;}
.board-list.m-boardList td.title a{width:auto;white-space:normal;}
.board-list.m-boardList tr.re{padding-left:60px; position:relative;}
.board-list.m-boardList tr.re .i-reply{position:absolute;left:6px;top:15px;}
.board-list.m-boardList td.file{}
.board-list.m-boardList table .i-file{margin-top:2px; margin-right:10px;}
.board-list.m-boardList table .i-file img{left:0;top:0;}
.board-list.m-boardList td.writer{margin-right:10px;}
.board-list.m-boardList td.date{margin-right:10px;}
.board-list.m-boardList td.hit{display:none;}

.m-boardList2 table{display:block;}
.board-list.m-boardList2 colgroup{display:none;}
.board-list.m-boardList2 table > thead{display:none;}
.board-list.m-boardList2 table > tbody,
.board-list.m-boardList2 table tr,
.board-list.m-boardList2 table th,
.board-list.m-boardList2 table td{display:block; border:none;}

.board-list.m-boardList2 table{display:block;}
.board-list.m-boardList2 colgroup{display:none;}
.board-list.m-boardList2 table > thead{display:none;}
.board-list.m-boardList2 table > tbody,
.board-list.m-boardList2 table tr,
.board-list.m-boardList2 table th,
.board-list.m-boardList2 table td{display:block; border:none;}
.board-list.m-boardList2 tbody tr{padding:20px 0; border-bottom:1px solid #ddd;}
.board-list.m-boardList2 tbody td{padding:10px; height:auto;}

.board-list.m-boardList2 tbody tr{text-align:left;}
.board-list.m-boardList2 tbody td{ text-align:left; padding:3px 0 3px 100px; min-height:25px; position:relative; vertical-align:top; line-height:25px;}
.board-list.m-boardList2 tbody td[data-label]::before{display:block; content:attr(data-label); width:90px; height:28px; background-color:#f4f4f4; box-sizing:border-box; display:flex;align-items:center; justify-content:center; text-align:center; border-radius:5px; position:absolute;left:0;top:3px; font-size:14px; font-weight:600; letter-spacing:-1px;}
.board-list.m-boardList2 .title a{display:block;}
.board-list.m-boardList2 table td .lb-wanted{margin:0 0 5px 0;}

.gallery-list .item{width:calc(50% - 20px); padding:20px 0;}
.gallery-list .photo{margin-bottom:15px;}
.gallery-list .photo img{width:100%;min-height:120%;}
.gallery-list .title{height:60px; font-size:16px;}

.paging .num{display:none;}
.paging .current{display:inline-block;}

.board-view{margin-bottom:20px;}
.view-title{font-size:17px;padding:20px 5px;}
.view-info{padding:10px 5px; font-size:14px;}
.view-info .lb{padding-right:5px;}
.view-info .data{padding-left:5px;}
.view-info .writer .lb{width:auto;}
.view-info .data{min-width:0;}
.view-info .date{margin-left:20px;}
.view-file{padding:10px 5px;}
.view-file dt{display:none;}
.view-file dd{font-size:14px;}
.view-contents{padding:30px 15px;}

.view-table table{display:block;}
.view-table table colgroup{display:none;}
.view-table table tbody{display:block;}
.view-table table tr{display:block;}
.view-table table th{display:block; padding:10px 15px 5px 15px; border:none;}
.view-table table th:after{display:none;}
.view-table table td{display:block; padding:0 15px 10px 15px; border-bottom:1px solid #d7d7d7;}


.btn.big{height:45px;line-height:45px; min-width:80px;}
.btn.big.blueLine{line-height:45px;}

.data-regist > table{display:block;}
.data-regist > table > colgroup{display:none;}
.data-regist > table > thead,
.data-regist > table > tbody,
.data-regist > table tr,
.data-regist > table th,
.data-regist > table td{display:block;}
.data-regist > table > tbody > tr > th{padding:10px; height:auto;}
.data-regist > table > tbody > tr > th br{display:none;}
.data-regist > table > tbody > tr > td{padding:10px; height:auto;}

.input-guide{line-height:1.25em; font-size:14px;}
.input-id + .input-guide,
input + .input-guide{margin:10px 0 0 0; display:block;}

.login-wrap{padding:20px; background-size:auto 50%;}
.login-form{width:100%;margin:0 auto 30px auto;}
.login-form .inputs{width:calc(100% - 105px);}
.login-form .command{float:right;width:100px;}
.login-form .command input{width:100px;height:96px; font-size:19px;}
.login-guide{width:auto;}
.login-guide ul li{padding-right:0;}
.login-guide ul li .item{font-size:17px;}
.login-guide ul li .item + p{line-height:1.5em; margin:7px 0 10px;}
.login-guide ul li .link{position:relative;right:inherit;bottom:inherit;}


.greeting-wrap{min-height:0; padding:50px 30px 100px 30px;  background-size:180% auto; background-position:right -100px bottom;}
.greeting-wrap .front-txt{font-size:20px;letter-spacing:-1px; margin-bottom:30px;}
.greeting-wrap .txt1{font-size:17px;}
.greeting-wrap .txt2{font-size:16px;}

.history-wrap{padding:0 10px;}
.history-wrap dl dt{font-size:28px;}
.history-wrap dl dd{margin:35px 0 0 0;}

.vision-wrap dl{padding-left:110px;}
.vision-wrap dl dt{font-size:18px !important; width:90px;}
.vision-wrap .mission dd{ font-size:18px; line-height:1.25em;}
.vision-wrap .vision1 dd{font-size:18px; line-height:1.25em;}
.vision-wrap .vision2 dd{font-size:18px; line-height:1.25em;}

.purpose-wrap .labels{display:none;}
.purpose-wrap .items{display:block; float:none; width:100%;}
.purpose-wrap .items dl{width:100%; margin-bottom:10px;}
.purpose-wrap .items dt{margin-bottom:2px;}
.purpose-wrap .items dt br{display:none;}
.purpose-wrap .items dd{height:auto; padding:20px;}
.purpose-wrap .items dd br{display:none;}


.root_daum_roughmap .wrap_map{height:300px !important;}
.center-info dl{display:block;}
.center-info dl dt{width:auto; height:40px;line-height:40px; text-align:left; padding-left:50px; display:block; margin-bottom:5px; font-size:20px;}
.center-info dl dt br{display:none;}
.center-info dl dt:before{width:40px;height:40px;}
.center-info dl dd{width:auto;}

.docu-wrap{}
.docu-wrap .docu-title{width:auto;height:auto; padding:20px; background:none; background-color:#f2f7f8; position:relative;}
.docu-wrap .docu-title h4{width:100%;padding:0;}
.docu-wrap .docu-list{margin:10px 0 0 0; padding:20px;}
.docu-wrap .docu-list li{padding:10px 0;}
.docu-wrap .docu-list li a{background-position:left top; padding:6px 0 6px 47px; line-height:1.25em;}

.fileDown-links{display:block; margin-bottom:0;}
.fileDown-links dl{width:auto;}
.fileDown-links dl + dl{margin:20px 0 0 0;}
.fileDown-links dl dd{padding:10px 25px;}


.calendarWrap table th{padding:5px;}
.calendarWrap table td{height:60px; padding:25px 3px 5px 3px;}
.calendarWrap table td .btnEdu{font-size:12px; line-height:1.25em; height:auto; padding:4px 2px; display:block;}


.guide-lang .lang-title{width:120px;background-size:100% auto !important;}
.guide-lang .lang-title h4{width:auto; font-size:16px;padding-top:70px; padding-right:17px;}
.guide-lang .lang-list{margin-left:110px; padding:17px 20px;}

.suda-box{background-size:50% auto; height:auto; padding:20px 50px 20px 20px; margin-bottom:10px;}
.suda-box + .tip-box{margin-top:-5px;}
.tip-box{padding:30px 20px; margin-bottom:30px;}

.nursery-type dl{display:block;}
.nursery-type dt{margin:0 auto 15px auto; width:auto;height:auto;padding:20px; border-radius:30px;}
.nursery-type dt br{display:none;}
.nursery-type dd{width:100%;}
.nursery-type dd:before{width:1px;height:15px; left:50%;top:-15px;}
.nursery-type dd:after{left:50%;top:-15px; margin-left:-5px;}

.qna-box{padding:20px 20px 20px 75px;}
.qna-box.infant:before{left:10px;top:20px; width:50px;height:50px; transform:translate(0);}

.club-intro{margin-bottom:40px;}
.club-intro dl{display:block;}
.club-intro dt{display:block; width:auto;height:auto; padding:15px; margin:0 0 10px 0;}
.club-intro dt br{display:none;}
.club-intro dd{display:block; width:auto; min-height:0; padding:20px;}
.club-intro dd:before,
.club-intro dd:after{transform:rotate(90deg); left:inherit;}
.club-intro dd:before{left:15px; top:-10px;}
.club-intro dd:after{right:15px; top:-10px;}

.club-intro .ukulele dt{min-height:0;}
.club-intro .ukulele dd{min-height:0;}

.club-action th{font-size:17px;}

.counsel-part{flex-wrap:wrap;}
.counsel-part dl{width:calc(100% / 2 - 5px); margin-bottom:10px;}

.organ-intro dd{padding:25px 20px;}
.organ-intro .preview li{width:calc(100% / 3 - 5px);}
.organ-intro .preview p{font-size:15px; line-height:1.25em;}

.test-process ul{display:block;}
.test-process li{width:auto;padding:45px 10px 15px 10px;}
.test-process li + li{margin:30px 0 0 0;}
.test-process li + li:before{left:50%;top:-36px; margin:0 0 0 -14.5px; transform:rotate(90deg);}
.test-process li:nth-child(1){width:auto;}


.lib-guide{flex-wrap:wrap;}
.lib-guide li{width:50%; margin-bottom:20px;}
.lib-guide li:nth-child(3):before{display:none;}

.join-guide-step ul{display:block;}
.join-guide-step li{width:auto; padding:45px 10px 20px 10px;}
.join-guide-step li + li{margin:30px 0 0 0;}
.join-guide-step li + li:before{left:50%;top:-35px; margin:0 0 0 -18px; transform:rotate(90deg);}


.isarang-guide{flex-wrap:wrap}
.isarang-guide li{width:calc(100% / 3 - 9px); margin-bottom:10px;}
.isarang-guide li:nth-child(4){margin-left:0;}
.isarang-guide li:nth-child(4):before{display:none;}

.ex-program dt{width:130px;height:154px; font-size:14px;margin-right:5px;padding-top:17px;padding:15px 10px;}
.ex-program dt div:before{width:50px;height:50px;}
.ex-program dd{width:calc(100% - 135px);padding:10px;}
.ex-program dd ul li{padding:5px;}
.ex-program dd:before{width:5px;left:-5px;}
.ex-program dd:after{width:8px;height:8px;left:-12px;margin-top:-4px;}

.self-ach > div{width:100%;}
.self-ach dl dt{font-size:18px;}
.self-ach dl dd{padding:10px;}

}


/* max-width:425 *************************************************************************************************** */
@media all and (max-width:425px){

.link-down2{display:block;margin-bottom:5px; line-height:1.25em; height:auto; padding:15px 50px 15px 15px; font-size:15px;}
.link-go{display:block; margin-bottom:5px;  line-height:1.25em; height:auto; padding:15px 50px 15px 15px;}

.gray-box{padding:20px;}

.board-search{display:block; padding:20px 10px;}

.business-wrap dt{line-height:40px; height:70px; padding:15px;}
.business-wrap dt:before{display:inline-block; vertical-align:top;margin:0; height:40px; background-size:auto 40px !important;}

.join-step li{padding:60px 0 0 0; font-size:16px;}
.join-step li + li{margin-left:20px;}
.join-step li:before{width:50px;height:50px;}
.join-step li + li:after{left:-20px;}

.toy-list{margin:0 -10px;}
.toy-list .item{width:calc(100% / 2 - 20px); margin:0 10px 30px 10px;}
.toy-list .photo{height:54vw;}

.monitoring-detail{display:block;}
.monitoring-detail dl{width:auto;float:none; margin-bottom:10px;}
.monitoring-detail dl dd{padding:15px;}

.vaccin-process li .txt{font-size:14px;padding:0 10px; width:auto;}
.vaccin-process li:before{width:60px;height:60px; margin-top:45px;}

.vaccin-process2 li .txt{font-size:14px;padding:0 10px; width:auto;}
.vaccin-process2 li:before{width:60px;height:60px; margin-top:45px;}

.counsel-process2 .lb{width:auto;left:10px;right:10px; transform:translateX(0);}
.counsel-process2 .txt1{font-size:18px;}
.counsel-process2 .txt2{font-size:14px}

.organ-intro .preview ul{display:block;;}
.organ-intro .preview li{width:auto;}
.organ-intro .preview li + li{margin:20px 0 0 0;}

.sitemap-wrap{display:block;}
.sitemap-wrap dl{width:auto;}

.tip-box .list-dash{margin:0;}

/* 20240316 */
.input-period input{display:inline-block;margin-top:3px;}
.radio-group.m-cols label{margin-right:15px;}

}