@media screen and (max-width:1440px){
	br.pc_vw {display:none;}
/* header */
	.header .gnb {right:-20px;}
	.header .gnb li > a {padding:0 40px;}
/* main */
	.mcon .ibox a {padding:20px;}
	.mcon .ibox strong {font-size:22px;}
	.mcon .ibox p {font-size:15px;}
	.mcon .linkbox .mgall {padding:20px;}
/* sub */
	.container {font-size:19px;}
	.tbl th,
	.tbl td {padding:15px 10px; font-size:16px; word-break:break-word;}
	.row_tbl th {width:300px;}
	.row_tbl.th43 th {width:400px;}
	.row_tbl.th20 th {width:180px;}
/* (복) 양친사회복지회 */
	.about {gap:30px;}
	.about .txt {width:calc(56% - 30px);}
	.greeting .tt {font-size:22px; line-height:32px;}
	.footprints {gap:30px;}
	.footprints .txt {width:calc(71% - 30px); padding:100px 0;}
	.footprints .txt:before {left:120px;}
	.footprints .txt dt {width:120px; font-size:30px;}
	.footprints .txt dd {width:calc(100% - 120px); padding-left:30px;}
	.footprints .txt dd .box:before {left:-37px;}
	.footprints .txt dd .box:after {left:-35px;}
	.footprints .img {width:29%;}
/* 정성노인의집 */
	.house .info strong {font-size:46px;}
	.dls dt {width:280px;}
	.dls dd {width:calc(100% - 280px);}
/* 연혁 */
	.history_wrap .txt .tt {font-size:36px; line-height:42px;}
	.history_wrap .txt p {font-size:17px;}
	.history_wrap .txt img {max-width:80%;}
/* 연혁 */
	.lr_area .tit {width:220px;}
	.lr_area .con {width:calc(100% - 220px);}
/* 법인의 정성 */
	.spirit .gbox {padding:20px;}
	.spirit p {font-size:20px; line-height:30px;}
	.spirit .deagwang {font-size:34px; line-height:40px; padding-top:40px; margin-top:45px;}
/* 시설안내 */
	.facility_guide ul {gap:10px;}
	.facility_guide li {width:calc((100% - 30px)/4);}
/* 찾아오시는 길 */
	.map_area .txt {padding:0 50px;}
/* 입소안내 */
	.admission_top strong {font-size:40px;}
	.admission_con .step {gap:30px;}
	.admission_con .step li {width:calc((100% - 90px)/4); padding:20px;}
	.admission_con .step li:before {left:-30px; width:30px;}
	.admission_con .step li p {font-size:17px;}
/* 게시판 쓰기 */
	.board_write th {width:180px;}
}

/* hover */
@media screen and (min-width:1024px){
	.board_bottom .btn_abso:hover {background:#f5f5f5; color:var(--iden);}
	.board_bottom .paging a:hover {color:var(--iden); border-color:var(--iden);}
	.btns_tac .btn:hover {color:#22272f; background:#fff;}
	.btns_tac .btn_l:hover {color:#fff; background:#777; border-color:#777;}
	.btns_tac .btn_iden:hover {color:var(--iden); background:#fff;}
	.header .gnb li:hover > a {color:var(--iden);}
	.header .snb .smenu:hover > a {color:var(--iden);}
	.header .depth a:hover {color:var(--iden);}

	.header.hover .bg {height:550px;}
	.header.hover .logo img {opacity:1;}
	.header.hover .logo:before {opacity:0;}
	.header.hover .gnb li > a {color:#222;}
	.header.hover .snb {padding:20px 0; height:450px;}

	.mcon .ibox a:hover {color:#fff; background:var(--iden); border-color:var(--iden);}
	.mcon .ibox a:hover i {background-color:#fff;}
	.aside a:hover {color:#fff; background:var(--iden);}
	.aside a:hover:before,
	.aside a:hover + a:before {display:none;}
}

/* tablet */
@media screen and (max-width:1023px){
/* header */
	.header .bg:before {top:80px;}
	.header .inner {height:80px;}
	.header .logo {line-height:80px; width:160px;}
	.header .btn_menu {position:absolute; top:0; right:0; height:100%; aspect-ratio:1/1; z-index:20;}
	.header .btn_menu p {position:absolute; top:50%; left:50%; width:30px; height:2px; background:#fff; margin-left:-15px; transition:.2s linear;}
	.header .btn_menu .t {margin-top:-10px;}
	.header .btn_menu .m {margin-top:-1px;}
	.header .btn_menu .b {margin-top:8px;}
	.header .gnb,
	.header .gnb .black {position:fixed; top:0; width:100%; height:100%; opacity:0; transition:.2s linear;}
	.header .gnb {right:-100%; padding-left:30%;}
	.header.on .gnb {right:0; opacity:1;}
	.header .gnb .black {left:-100%; background:rgba(0,0,0,.7);}
	.header.on .gnb .black {left:0; opacity:1;}
	.header .gnb ul {position:relative; width:100%; height:100%; flex-direction:column; align-items:flex-start; background:#fff; z-index:1; padding-top:80px;}
	.header .gnb ul:before {content:""; position:absolute; top:0; left:20px; width:160px; height:80px; background:url('/images/logo.png') no-repeat 50% 50% / contain;}
	.header .gnb li {width:100%; text-align:left;}
	.header .gnb li > a {font-size:18px; color:#222; line-height:70px; padding:0 30px;}
	.header .gnb li > a.pc_vw {display:none !important;}
	.header .gnb li > a.mo_vw {position:relative; display:block !important; width:100%;}
	.header .gnb li > a.mo_vw i {position:absolute; top:0; right:20px; width:30px; height:100%;}
	.header .gnb li > a.mo_vw i:before,
	.header .gnb li > a.mo_vw i:after {content:""; position:absolute; top:50%; left:50%; width:12px; height:1px; background:#222; transition:.2s linear;}
	.header .gnb li > a.mo_vw i:before {margin-left:-10px; transform:rotate(45deg);}
	.header .gnb li > a.mo_vw i:after {margin-left:-2px; transform:rotate(-45deg);}
	.header .gnb li.on > a.mo_vw i:before,
	.header .gnb li.open > a.mo_vw i:before {transform:rotate(-45deg); background:var(--iden2);}
	.header .gnb li.on > a.mo_vw i:after,
	.header .gnb li.open > a.mo_vw i:after {transform:rotate(45deg); background:var(--iden2);}
	.header .gnb li.on.open > a.mo_vw i:before {transform:rotate(-45deg); background:#222;}
	.header .gnb li.on.open > a.mo_vw i:after {transform:rotate(45deg); background:#222;}
	.header .snb {position:relative; top:0; padding:20px 0; font-size:15px; line-height:36px; height:auto; display:none; transition:none; background:#ecf8fa;}
	.header .on .snb {display:block;}
	.header .snb .smenu > a {padding:0 30px;}
	.header .depth {padding-bottom:8px;}
	.header .depth a {padding:0 40px;}
	.header.fixed .btn_menu p {background:#222;}
	.header.on .btn_menu p {background:#222;}
	.header.on .btn_menu .t {margin-top:-1px; transform:rotate(135deg);}
	.header.on .btn_menu .m {width:0;}
	.header.on .btn_menu .b {margin-top:-1px; transform:rotate(-135deg);}
	.header .mems {display:none;}
	.header .gnb .mems_mo {display:flex !important; background:var(--iden);}
	.header .gnb .mems_mo a {width:50%; font-size:16px; color:#fff; font-weight:600; line-height:60px; text-align:center;}
	.header .gnb .mems_mo a + a {border-left:#fff9 1px solid;}
	.header .gnb .mems_mo a:after {display:none;}
/* footer */
	.footer {padding:45px 0 0;}
	.footer .flex {padding-bottom:40px; flex-direction:column; gap:20px;}
	.footer .logo {width:160px; height:43px;}
	.footer .info {gap:10px 30px; font-size:15px; line-height:22px; margin-top:20px;}
	.footer .right {width:100%; font-size:15px; line-height:22px; display:flex; flex-wrap:wrap; gap:0 30px;}
	.footer .tit {font-size:22px; line-height:28px; gap:20px; margin:0; width:100%;}
	.footer .tit .more {font-size:14px;}
	.footer dl {gap:15px;}
	.footer dt {width:auto;}
	.footer p {margin-top:8px;}
	.footer .btm {padding:25px 0; font-size:15px; line-height:22px;}
	.footer .links {gap:30px;}
	.gotop {bottom:20px; right:20px; width:50px; height:50px;}
/* main */
	.mvisual_wrap .mv_txt {margin-top:40px;}
	.mvisual_wrap p {font-size:18px; margin-bottom:8px;}
	.mvisual_wrap strong {font-size:40px;}
	.mvisual img {height:600px;}
	.mvisual_wrap .slick-dots {bottom:20px; gap:4px;}
	.mvisual_wrap .slick-dots button {width:22px; height:5px;}
	.main_notice {margin:20px 0;}
	.main_notice .tit {width:130px; font-size:17px; line-height:60px; padding-left:50px; background-position:15px 50%;}
	.main_notice .vertical_slide {width:calc(100% - 130px); padding-right:100px;}
	.main_notice .vertical_slide a {font-size:17px; line-height:60px; padding:0 90px 0 15px;}
	.main_notice .vertical_slide a p {font-size:15px;}
	.slick-arrow {width:32px; height:32px;}
	.main_notice .slick-prev {right:51px;}
	.main_notice .slick-next {right:15px;}
	.mcon {padding-bottom:25px;}
	.mcon .ibox {gap:20px; margin-bottom:20px;}
	.mcon .ibox {flex-wrap:wrap;}
	.mcon .ibox a {width:calc(50% - 10px); height:240px; padding:20px;}
	.mcon .ibox i {width:70px; height:70px;}
	.mcon .ibox strong {font-size:24px; line-height:26px; margin:30px 0 15px;}
	.mcon .ibox p {font-size:15px; line-height:22px;}
	.mcon .linkbox {gap:20px; flex-wrap:wrap;}
	.mcon .linkbox .mgall {width:100%; padding:20px;}
	.mcon .linkbox .tit {font-size:22px; line-height:32px; margin-bottom:15px;}
	.mcon .gall_slide {margin:0 -10px;}
	.mcon .gall_slide .slick-slide {padding:0 10px;}
	.mcon .gall_slide .slick-slide > div {aspect-ratio:149/85; height:auto;}
	.mcon .gall_slide .slick-arrow {top:-47px;}
	.mcon .gall_slide .slick-prev {right:51px;}
	.mcon .gall_slide .slick-next {right:10px;}
	.mcon .linkbox > a {width:calc(50% - 10px); height:288px;}
	.mcon .linkbox a strong {font-size:22px; line-height:32px;}
	.mcon .linkbox a p {font-size:15px; line-height:22px; margin:10px 0 30px;}
	.mcon .linkbox a i {font-size:14px; line-height:36px; height:36px; width:100px;}
	.center_banner .inner {gap:10px;}
/* sub */
	.svisual {padding-top:80px; height:400px;}
	.svisual .location i {width:14px;}
	.svisual .location em {width:24px;}
	.svisual span {font-size:15px;}
	.svisual h2 {font-size:40px; margin-top:8px;}
	.aside {margin-top:-30px; margin-bottom:-30px;}
	.aside a {font-size:15px; height:60px;}
	.aside a:before {height:20px;}
	.container {padding:90px 20px; font-size:17px; line-height:28px;}
	.container .title {font-size:32px; margin-bottom:50px;}
	.stit {font-size:28px; line-height:28px; margin:80px 0 20px;}
	.jq_tab {gap:15px; margin-bottom:60px;}
	.jq_tab a,
	.jq_tab button {font-size:14px; width:150px;}
	.tbl th,
	.tbl td {line-height:24px; padding:10px; font-size:14px;}
	.row_tbl th {width:240px;}
	.row_tbl.th43 th {width:300px;}
	.row_tbl.th20 th {width:160px;}
	.dots_list p {font-size:16px; line-height:28px; padding-left:12px;}
	.dots_list p:before {top:12px; width:4px; height:4px;}
	.dots_list.lh p {line-height:24px;}
	.dots_list.lh p:before {top:10px;}
	.dots_list.pmb p {margin-bottom:10px;}
	.over_tbl {position:relative; overflow:hidden; padding-top:24px;}
	.over_tbl:before {content:"\f0a6 \ 좌우로 스크롤해주세요."; position:absolute; top:0; right:0; font-family:"Font Awesome 5 Free"; font-size:14px; line-height:20px; font-weight:900;}
	.over_tbl > div {overflow:auto;}
	.over_tbl > div table {width:1024px;}
	.over_tbl th,
	.over_tbl td {padding:10px 5px;}
/* (복) 양친사회복지회 */
	.about_set i {border-radius:15px;}
	.about_set p {margin-top:15px;}
	.about {gap:20px;}
	.about .img {width:40%;}
	.about .img p {font-size:15px;}
	.about .txt {width:calc(60% - 20px);}
	.greeting {gap:20px;}
	.greeting .txt {width:calc(100% - 220px);}
	.greeting .tt {font-size:18px; line-height:30px; margin-bottom:20px;}
	.greeting .img {width:200px;}
	.greeting .img p {font-size:16px;}
	.footprints {gap:20px;}
	.footprints .txt {width:calc(75% - 20px); padding:60px 0;}
	.footprints .txt:before {left:100px;}
	.footprints .txt dl {margin-bottom:80px;}
	.footprints .txt dt {width:100px; font-size:26px;}
	.footprints .txt dd {width:calc(100% - 100px); padding-left:30px;}
	.footprints .txt dd .box:before {top:4px; left:-37px;}
	.footprints .txt dd .box:after {top:6px; left:-35px;}
	.footprints .txt dd .box .iden {font-size:20px; line-height:24px; margin-bottom:15px;}
	.footprints .txt dd .box p {font-size:16px; line-height:25px;}
	.footprints .img {width:25%;}
	.footprints .img img {margin-bottom:20px; border-radius:10px;}
/* 정성노인의집 */
	.house .info {height:280px; margin-bottom:30px;}
	.house .info strong {font-size:40px;}
	.house .info font {font-size:36px;}
	.dls {padding:20px 0; margin-bottom:40px;}
	.dls dt {width:220px; font-size:28px; line-height:32px;}
	.dls dd {width:calc(100% - 220px); font-size:16px; line-height:25px;}
	.gbox {border-radius:15px;}
	.wordbox {padding:40px;}
	.wordbox p {font-size:14px; line-height:22px; padding-top:20px; margin-top:25px;}
/* 연혁 */
	.history_wrap {padding-bottom:40px; margin-bottom:40px;}
	.history_wrap .txt .tt {font-size:26px; line-height:36px;}
	.history_wrap .txt p {font-size:16px; line-height:22px; padding-bottom:25px; margin:20px 0 40px;}
	.history_wrap .txt p:after {width:50px; height:3px;}
	.history_wrap .txt img {border-radius:15px;}
	.history dl {padding:0 0 40px 20px;}
	.history dl:before {top:2px; left:-11px; width:22px; height:22px;}
	.history dl:after {top:8px; left:-5px; width:10px; height:10px;}
	.history dt {font-size:26px;}
	.history dd {padding:20px 0;}
	.history dd p {padding-left:40px; font-size:16px; line-height:26px;}
	.lr_area .tit {width:180px; font-size:26px;}
	.lr_area .con {width:calc(100% - 180px);}
	.lr_area + .lr_area {margin-top:40px;}
	.lr_area_multi .lr_area {padding:40px 0;}
/* 법인의 정성 */
	.spirit {gap:20px;}
	.spirit > * {width:calc(50% - 10px);}
	.spirit p {font-size:20px; line-height:30px;}
	.spirit .deagwang {font-size:30px; line-height:36px; padding-top:30px; margin-top:35px;}
	.spirit .deagwang:before {width:160px;}
/* 비전/미션 */
	.vision_mission {border-radius:15px; padding:20px;}
	.vision_mission > p {font-size:18px; line-height:30px; padding:10px 50px 10px 0;}
	.vision_mission > p:after {width:50px; height:auto; aspect-ratio:31/34; background-size:contain;}
	.vision_mission .boxs {margin-top:40px; gap:10px;}
	.vision_mission .boxs li {width:calc(50% - 5px); padding:20px;}
	.vision_mission .boxs strong {font-size:17px; line-height:25px;}
	.vision_mission .boxs .iden {font-size:26px; margin-bottom:8px;}
	.vision_mission .boxs .tac {margin-top:15px;}
	.vision_mission .boxs .inbox p {font-size:15px; line-height:26px; padding-left:10px;}
/* 시설안내 */
	.facility_guide .gbox {padding:30px 20px; margin-bottom:30px;}
	.facility_guide .tit {font-size:24px;}
	.facility_guide .gbox p {font-size:15px;}
	.facility_guide .gbox > p {margin:10px 0 20px;}
	.facility_guide ul {gap:10px;}
	.facility_guide li {width:calc((100% - 30px)/4);}
	.facility_guide li p {margin-top:15px;}
/* 찾아오시는 길 */
	.map_area {padding-bottom:90px; margin-bottom:100px;}
	.map_area .wrap_map {height:400px !important;}
	.map_area .txt {height:180px; border-radius:0 35px; padding:0 30px;}
	.map_area .txt .tit {font-size:22px; margin-bottom:10px;}
	.map_area .txt .address {gap:10px 20px;}
	.map_area .txt dl {gap:0 15px; font-size:15px; line-height:24px;}
	.movement .lr_area {padding-bottom:30px; margin-bottom:30px;}
	.movement .con {font-size:16px; line-height:24px;}
	.movement p + strong {margin-top:20px;}
	.movement i {width:18px; height:18px; margin:3px 5px;}
/* 입소안내 */
	.admission_top {height:260px; margin-bottom:40px; gap:15px; border-radius:15px;}
	.admission_top strong {font-size:30px;}
	.bg_iden {font-size:14px; line-height:26px; padding:10px;}
	.admission_con .tt {font-size:18px; margin-bottom:15px;}
	.admission_con .tt ~ .tt {margin-top:50px;}
	.admission_con .step {gap:20px;}
	.admission_con .step li {width:calc((100% - 60px)/4); padding:20px;}
	.admission_con .step li:before {left:-20px; width:20px;}
	.admission_con .step li i {width:50px; height:50px; line-height:50px; font-size:18px; margin-bottom:15px;}
	.admission_con .step li p {font-size:16px; line-height:25px; word-break:break-word;}
/* 노인장기요양보험 */
	.lr_area.ptb {padding:30px 0 40px;}
	.isurance {gap:10px; flex-direction:column; margin-top:30px;}
	.isurance li {width:100%; padding:20px;}
	.isurance .flex {gap:12px;}
	.isurance p {padding-top:20px; margin-top:20px;}
/* 서비스 */
	.service li {padding:40px 20px;}
	.service i {width:80px; height:80px; margin-bottom:30px;}
	.service strong {font-size:22px; margin-bottom:10px;}
	.service p {font-size:16px; line-height:25px;}
	.service b {font-size:14px; line-height:20px;}
/* 주간 식단 */
	.comingsoon {padding:25px; border-radius:15px;}
/* 후원안내 */
	.done_wrap dl {margin-bottom:12px; padding:18px 0;}
	.done_wrap dt {width:140px; padding-left:25px;}
	.done_wrap dd {width:calc(100% - 140px);}
	.done_wrap dd:before {height:30px;}
	.done_wrap .lr_area .con.s {font-size:16px;}
	.done_wrap .lr_area .con.s .iden {margin-bottom:12px;}
	.done_wrap .lr_area .con.s .iden ~ .iden {margin-top:20px;}
/* 후원신청 */
	.terms_wrap {margin-top:50px; padding:40px;}
	.terms_wrap .tit {margin-bottom:25px;}
/* 자원봉사활동 안내 */
	.volunteer_list {gap:50px 15px; margin-bottom:100px;}
	.volunteer_list li {width:calc((100% - 30px)/3);}
	.volunteer_list i {border-radius:15px;}
	.volunteer_list strong {font-size:28px; margin:30px 0 10px;}
	.volunteer_list p,
	.volunteer_area .con p,
	.volunteer_btm p {font-size:16px; line-height:25px;}
	.volunteer_area {margin-bottom:80px;}
	.volunteer_area ul {gap:12px; margin-top:15px;}
	.volunteer_area li {width:220px; height:100px;}
	.volunteer_btm .tt {font-size:22px; margin-bottom:15px;}
/* 게시판 목록 */
	.board_list th,
	.board_list td {height:60px;}
	.board_list th {font-size:16px;}
	.board_list td {font-size:15px;}
	.board_list .w1 {width:70px;}
	.board_list .w2 {width:120px;}
	.board_list .w3 {width:130px;}
/* 비번입력 */
	.password_area {border-radius:15px; padding:40px 20px;}
	.password_area i {width:80px; height:80px;}
	.password_area strong {font-size:30px; margin:20px 0;}
	.password_area p {font-size:16px; line-height:25px; margin-bottom:30px;}
	.password_area .inputs * {height:45px;}
	.password_area .btns_tac .btn {line-height:43px; height:45px;}
	.btns_tac.mt {margin-top:40px;}
	.btns_tac.mt4 {margin-top:30px;}
/* 게시판 상세 */
	.board_view .tit {font-size:26px; padding:25px 140px 25px 0;}
	.board_view .tit .date {font-size:14px;}
	.board_view .con {padding:50px 0;}
	.board_view .file dt {width:80px; font-size:16px;}
	.board_view .file dd {width:calc(100% - 80px);}
	.board_view .file dd a {font-size:15px;}
/* 게시판 쓰기 */
	.board_write table,
	.board_write tbody,
	.board_write td {display:block;}
	.board_write tr {display:flex; flex-wrap:wrap;}
	.board_write th,
	.board_write td {font-size:16px; padding:10px;}
	.board_write th {width:200px; display:flex; ; justify-content:center; align-items:center;}
	.board_write td {width:calc(100% - 200px);}
	.board_write td input.text,
	.board_write td select.text {height:50px;}
	.board_write td .flex span {line-height:50px;}
	.vertical_check label.check {margin-bottom:10px;}
/* 갤러리 목록 */
	.gall_list {gap:40px 20px;}
	.gall_list a {width:calc((100% - 40px)/3);}
	.gall_list .tit {height:24px; line-height:24px; margin:15px 0 6px;}
	.gall_list p {font-size:13px;}
/* 로그인 가입 */
	.join_wrap {flex-direction:column;}
	.join_wrap .box {width:100%; height:287px;}
	.join_wrap .box i {height:50px;}
	.join_wrap .box p {font-size:17px;}
	.join_wrap .normal p {margin:20px 0 30px;}
	.join_wrap .normal .btn {font-size:13px; line-height:38px; height:40px;}
	.join_wrap .normal .btn_kakao,
	.join_wrap .normal .btn_naver {margin-bottom:5px;}
	.join_wrap .business a {gap:30px;}
	.join_wrap .login {font-size:13px;}
	.join_wrap .login a {font-size:14px; margin-left:10px;}

	.join_wrap {flex-direction:column;}
	.join_wrap .box {width:100%; height:287px;}
	.join_wrap .box i {height:50px;}
	.join_wrap .box p {font-size:17px;}
	.join_wrap .normal p {margin:20px 0 30px;}
	.join_wrap .normal .btn {font-size:13px; line-height:38px; height:40px;}
	.join_wrap .normal .btn_kakao,
	.join_wrap .normal .btn_naver {margin-bottom:5px;}
	.join_wrap .business a {gap:30px;}
	.join_wrap .login {font-size:13px;}
	.join_wrap .login a {font-size:14px; margin-left:10px;}

	.join_step i {width:60px; height:60px; overflow:hidden;}
	.join_step i:before {width:40%; height:40%; margin:30%; mask-size:contain; -webkit-mask-size:contain;}
	.join_step p {font-size:13px;}
	.join_inputs .text_area {padding:10px; margin-top:10px;}
	.join_inputs .text_area.mt {margin-top:20px;}
	.join_inputs .con {font-size:13px; line-height:20px; height:80px; margin-top:10px;}
	.btns_tac {gap:10px; flex-wrap:wrap; margin-top:30px;}
	.btns_tac.mt {margin-top:40px;}
	.btns_tac .btn {font-size:13px; line-height:38px; height:40px;}
	.join_inputs .btns_tac .btn_kakao,
	.join_inputs .btns_tac .btn_naver {width:100%;}
	.join_inputs .text,
	.join_inputs .btn {height:40px; line-height:38px; font-size:13px;}
	.join_inputs .dls {padding:10px 0;}
	.join_inputs .dls dl {line-height:40px; padding:5px 0;}
	.join_inputs .dls dt {width:80px; font-size:13px;}
	.join_inputs .dls dd {width:calc(100% - 80px); font-size:13px;}
	.join_inputs .dls .text {height:40px; font-size:13px;}
	.join_inputs .dls .inbtn .text {width:calc(100% - 90px);}
	.join_inputs .dls .inbtn .btn {width:80px; height:40px; line-height:40px; font-size:13px;}
	.join_inputs .tel span {width:20px;}
	.join_inputs .dls .text {width:calc((100% - 40px)/3);}
	
	
}

/* mobile */
@media screen and (max-width:767px){
	.pc_vw {display:none;}
	.mo_vw {display:block !important;}
	.inner {padding:0 15px;}
/* header */
	.header .bg:before {top:50px;}
	.header .inner {height:50px;}
	.header .logo {left:15px; line-height:50px; width:90px;}
	.header .btn_menu p {width:20px; margin-left:-10px;}
	.header .btn_menu .t {margin-top:-8px;}
	.header .btn_menu .b {margin-top:6px;}
	.header .gnb ul {padding-top:60px;}
	.header .gnb ul:before {width:90px; height:50px;}
	.header .gnb li > a {font-size:13px; line-height:50px; padding:0 20px;}
	.header .gnb li > a.mo_vw i {width:20px;}
	.header .gnb li > a.mo_vw i:before,
	.header .gnb li > a.mo_vw i:after {width:10px;}
	.header .gnb li > a.mo_vw i:before {margin-left:-8px;}
	.header .gnb li > a.mo_vw i:after {margin-left:-1px;}
	.header .snb {padding:10px 0; font-size:12px; line-height:30px;}
	.header .snb .smenu > a {padding:0 25px;}
	.header .depth {padding-bottom:5px;}
	.header .depth a {padding:0 30px;}
	.header .gnb .mems_mo a {font-size:13px; color:#fff !important; line-height:40px;}
/* footer */
	.footer {position:relative; padding:20px 0 0;}
	.footer .flex {padding-bottom:20px; gap:101px; border-bottom:0;}
	.footer .logo {width:90px; height:24px;}
	.footer .info {gap:0 20px; font-size:11px; line-height:18px; margin-top:10px;}
	.footer .right {font-size:10px; line-height:20px; flex-direction:column; gap:0;}
	.footer .tit {font-size:16px; line-height:20px; gap:10px;}
	.footer .tit .more {font-size:12px;}
	.footer dl {gap:10px;}
	.footer dt {width:35px;}
	.footer p {margin-top:5px;}
	.footer .btm {position:absolute; bottom:150px; left:0; width:100%; padding:10px 20px; font-size:11px; line-height:18px; flex-direction:column; border-top:rgba(255,255,255,.2) 1px solid;}
	.footer .links {gap:20px;}
	.gotop {width:40px; height:40px;}
/* main */
	.mvisual_wrap .mv_txt {margin-top:20px;}
	.mvisual_wrap p {font-size:2.93vw; margin-bottom:5px;}
	.mvisual_wrap strong {font-size:6.13vw;}
	.mvisual img {height:auto; aspect-ratio:24/19;}
	.mvisual_wrap .slick-dots {bottom:15px; gap:3px;}
	.mvisual_wrap .slick-dots button {width:12px; height:4px;}
	.main_notice {margin:15px 0;}
	.main_notice .tit {width:80px; font-size:12px; line-height:40px; height:40px; padding-left:30px; background-position:10px 50%; background-size:14px;}
	.main_notice .tit:after {height:8px;}
	.main_notice .vertical_slide {width:calc(100% - 80px); padding-right:70px;}
	.main_notice .vertical_slide a {font-size:12px; line-height:40px; padding:0 0 0 10px;}
	.main_notice .vertical_slide a p {display:none;}
	.slick-arrow {width:24px; height:24px;}
	.main_notice .slick-arrow {margin-top:-12px;}
	.main_notice .slick-prev {right:40px;}
	.main_notice .slick-next {right:10px;}
	.mcon {padding-bottom:20px;}
	.mcon .ibox {gap:15px 10px; margin-bottom:15px;}
	.mcon .ibox a {width:calc(50% - 5px); height:auto; padding:15px; border-radius:25px 0;}
	.mcon .ibox i {width:40px; height:40px; background-size:50% 50%;}
	.mcon .ibox strong {font-size:13px; line-height:20px; margin:15px 0 10px;}
	.mcon .ibox p {font-size:11px; line-height:16px;}
	.mcon .linkbox {gap:10px;}
	.mcon .linkbox .mgall {padding:15px; border-radius:25px 0;}
	.mcon .linkbox .tit {font-size:13px; line-height:24px; margin-bottom:10px;}
	.mcon .gall_slide {margin:0 -5px;}
	.mcon .gall_slide .slick-slide {padding:0 5px;}
	.mcon .gall_slide .slick-arrow {top:-36px;}
	.mcon .gall_slide .slick-prev {right:35px;}
	.mcon .gall_slide .slick-next {right:5px;}
	.mcon .linkbox > a {width:calc(50% - 5px); height:auto; border-radius:25px 0; padding:15px;}
	.mcon .linkbox a strong {font-size:13px; line-height:20px;}
	.mcon .linkbox a p {font-size:11px; line-height:16px; margin:10px 0 15px;}
	.mcon .linkbox a i {font-size:11px; line-height:30px; height:30px; width:80px;}
	.center_banner .slick-list {width:calc(100% + 30px); transform:translateX(-15px); padding:0 15px;}
	.center_banner .slick-slide {width:calc((100vw - 40px)/2.5); max-width:calc((100vw - 40px)/2.5);}
	.center_banner .slick-slide > div {padding:0 2px;}
/* sub */
	.svisual {padding-top:50px; height:auto; aspect-ratio:72/37;}
	.svisual .location {display:none;}
	.svisual h2 {font-size:23px; margin-top:0;}
	.aside {position:relative; margin-top:-20px; margin-bottom:-20px; display:flex; z-index:20;}
	.aside:before {content:""; position:absolute; top:0; left:20px; width:calc(100% - 40px); height:100%; box-shadow:rgba(0,0,0,.1) 0 0 10px; border-radius:10px 0;}
	.aside .g,
	.aside .s dt {display:block;}
	.aside dl {position:relative; width:50%;}
	.aside dt {position:relative; font-size:12px; color:#777; font-weight:500; line-height:40px; background:#fff; padding:0 15px;}
	.aside dt:after {content:""; position:absolute; top:50%; right:10px; width:10px; height:10px; margin:-8px 0 0 -5px; border-right:#777  1px solid; border-bottom:#777  1px solid; transform:rotate(45deg); transition:.2s linear;}
	.aside .on dt:after {transform:rotate(225deg); margin-top:-2px;}
	.aside .g dt {border-radius:10px 0 0 0;}
	.aside .s dt {border-radius:0 0 10px 0;}
	.aside dd {position:absolute; top:100%; left:0; width:100%; background:#fff; border-radius:0 0 10px 0; display:none;}
	.aside a {font-size:12px; line-height:25px; height:auto; justify-content:flex-start; padding:5px 15px;}
	.aside a:before {display:none;}

	.container {padding:60px 15px; font-size:12px; line-height:20px;}
	.container .title {font-size:18px; margin-bottom:20px;}
.stit {font-size:28px; line-height:28px; margin:80px 0 20px;}

	.jq_tab {gap:10px; flex-wrap:wrap; margin-bottom:25px; padding:0 20px;}
	.jq_tab a,
	.jq_tab li {width:calc((100% - 20px)/3);}
	.jq_tab a,
	.jq_tab button {font-size:12px; line-height:18px; height:40px;}
	.tbl th,
	.tbl td {line-height:20px; font-size:13px;}
	.row_tbl th {width:120px;}
.row_tbl.th43 th {width:140px;}
.row_tbl.th20 th {width:80px;}

	.dots_list p {font-size:13px; line-height:22px; padding-left:10px;}
	.dots_list p:before {top:9px;}
	.dots_list.lh p {line-height:20px;}
	.dots_list.lh p:before {top:8px;}
.dots_list.pmb p {margin-bottom:10px;}

	.over_tbl:before {font-size:13px;}
	.over_tbl th,
	.over_tbl td {padding:5px;}
	
/*이용약관*/
.yaks textarea {  font-size:13px; height:400px;}


/* 조직도 */
.organization {padding:0 16px;}
.organization:before {display:none;}
.organization .ceo {width:160px; margin-bottom:28px;}
.organization .box {font-size:16px; padding:12px 10px;}
.organization .boxs {flex-wrap:wrap; gap:16px;}
.organization .boxs:before {display:none;}
.organization .boxs1 {justify-content:center; margin-bottom:16px;}
.organization .boxs1 .box {width:100%;}
.organization .department3 {width:100%; margin:0 auto; display:flex; justify-content:center;}
.organization .department3 .box.c2 {flex:1; max-width:100%;}
.organization .boxs2 {padding-top:24px; align-items:stretch;}
.organization .boxs2:before {display:none;}
.organization .department {width:calc(50% - 8px); display:flex; flex-direction:column;}
.organization .department .box.c2 {margin-bottom:12px;}
.organization .department .box.c2:before {display:none;}
.organization .box:before {display:none;}


/* (복) 양친사회복지회 */
	.about_set i {border-radius:10px; width:60%; max-width:235px; margin:0 auto;}
	.about_set p {margin-top:10px;}
	.about {gap:30px; flex-direction:column;}
	.about .img,
	.about .txt {width:100%;}
	.about .img p {font-size:12px;}
	.greeting {gap:30px; flex-direction:column-reverse;}
	.greeting .txt,
	.greeting .img {width:100%;}
	.greeting .tt {font-size:15px; line-height:24px; margin-bottom:10px;}
	.greeting .img p {font-size:13px;}
	.footprints {gap:30px; flex-direction:column-reverse;}
	.footprints .txt {width:100%; padding:30px 0;}
	.footprints .txt:before {left:70px;}
	.footprints .txt dl {margin-bottom:40px;}
	.footprints .txt dt {width:70px; font-size:18px;}
	.footprints .txt dd {width:calc(100% - 80px); padding-left:15px;}
	.footprints .txt dd .box:before {top:3px; left:-22px;}
	.footprints .txt dd .box:after {top:5px; left:-20px;}
	.footprints .txt dd .box .iden {font-size:16px; line-height:22px; margin-bottom:10px;}
	.footprints .txt dd .box p {font-size:13px; line-height:20px;}
	.footprints .img {width:100%; display:flex; gap:10px;}
	.footprints .img img {width:calc(50% - 5px); margin-bottom:0;}
/* 정성노인의집 */
	.house .info {height:180px; margin-bottom:20px;}
	.house .info strong {font-size:20px;}
	.house .info font {font-size:18px;}
	.dls {padding:15px 0; margin-bottom:20px; flex-direction:column; gap:10px;}
	.dls dt {width:100%; font-size:18px; line-height:26px;}
	.dls dd {width:100%; font-size:13px; line-height:20px;}
	.gbox {border-radius:10px;}
	.wordbox {padding:20px;}
	.wordbox p {font-size:13px; line-height:20px; padding-top:15px; margin-top:15px;}
/* 연혁 */
	.history_wrap {padding-bottom:20px; margin-bottom:20px; flex-direction:column; gap:30px;}
	.history_wrap > * {width:100%;}
	.history_wrap .txt .tt {font-size:18px; line-height:26px;}
	.history_wrap .txt p {font-size:13px; line-height:20px; padding-bottom:15px; margin:10px 0 20px;}
	.history_wrap .txt p:after {width:30px; height:2px;}
	.history_wrap .txt img {border-radius:10px;}
	.history:before {left:10px;}
	.history dl {padding:0 0 40px 30px;}
	.history dl:before {top:0; left:0px; width:20px; height:20px;}
	.history dl:after {top:5px; left:5px; width:10px; height:10px;}
	.history dt {font-size:20px;}
	.history dd {padding:15px 0;}
	.history dd p {padding-left:30px; font-size:14px; line-height:22px;}
	.lr_area {flex-direction:column; gap:10px;}
	.lr_area .tit {width:100%; font-size:18px;}
	.lr_area .tit br {display:none;}
	.lr_area .con {width:100%;}
	.lr_area + .lr_area {margin-top:20px;}
	.lr_area_multi .lr_area {padding:20px 0;}
/* 법인의 정성 */
	.spirit {flex-direction:column-reverse; gap:20px;}
	.spirit > * {width:100%;}
	.spirit p {font-size:16px; line-height:24px;}
	.spirit .deagwang {font-size:20px; line-height:26px; padding-top:20px; margin-top:25px;}
	.spirit .deagwang:before {width:100px;}
/* 비전/미션 */
	.vision_mission {border-radius:10px; padding:10px;}
	.vision_mission > p {font-size:14px; line-height:24px; padding:10px 40px 10px 0;}
	.vision_mission > p:after {width:40px;}
	.vision_mission .boxs {margin-top:30px;}
	.vision_mission .boxs li {padding:15px;}
	.vision_mission .boxs strong {font-size:13px; line-height:20px;}
	.vision_mission .boxs .iden {font-size:20px; margin-bottom:5px;}
	.vision_mission .boxs .tac {margin-top:12px;}
	.vision_mission .boxs .inbox p {font-size:13px; line-height:20px;}
	.vision_mission .boxs .inbox p:before {width:4px; height:4px;}
/* 시설안내 */
	.facility_guide .gbox {padding:15px; margin-bottom:20px;}
	.facility_guide .tit {font-size:18px;}
	.facility_guide .gbox p {font-size:12px;}
	.facility_guide .gbox > p {margin:5px 0 10px;}
	.facility_guide ul {flex-wrap:wrap; gap:20px 10px;}
	.facility_guide li {width:calc(50% - 5px);}
	.facility_guide li p {margin-top:10px;}
/* 찾아오시는 길 */
	.map_area {padding-bottom:0; margin-bottom:50px;}
	.map_area .wrap_map {height:300px !important;}
	.map_area .txt {position:relative; width:80%; height:auto; border-radius:0 20px; padding:20px 30px; margin:-20px 0 0 auto;}
	.map_area .txt .tit {font-size:18px; margin-bottom:5px;}
	.map_area .txt .address {gap:5px 10px;}
	.map_area .txt dl {gap:0 10px; font-size:13px; line-height:20px;}
	.movement .lr_area {padding-bottom:20px; margin-bottom:20px;}
	.movement .con {font-size:13px; line-height:20px;}
	.movement p + strong {margin-top:15px;}
	.movement i {width:14px; height:14px; background-size:auto 50%;}
/* 입소안내 */
	.admission_top {height:180px; margin-bottom:20px; gap:10px; border-radius:10px; padding:15px;}
	.admission_top strong {font-size:20px;}
	.admission_con .tt {font-size:15px; margin-bottom:10px;}
	.admission_con .tt ~ .tt {margin-top:30px;}
	.admission_con .step {gap:10px; flex-wrap:wrap;}
	.admission_con .step li {width:calc(50% - 5px); padding:15px;}
	.admission_con .step li:before {left:-10px; width:10px; background-size:8px;}
	.admission_con .step li i {width:40px; height:40px; line-height:40px; font-size:15px; margin-bottom:10px;}
	.admission_con .step li p {font-size:13px; line-height:20px;}
/* 노인장기요양보험 */
	.lr_area.ptb {padding:20px 0 30px;}
	.isurance {margin-top:20px;}
	.isurance li {padding:15px;}
	.isurance .flex {gap:10px;}
	.isurance .flex img {width:calc(50% - 5px);}
	.isurance p {padding-top:15px; margin-top:15px;}
/* 서비스 */
	.service li {padding:15px;}
	.service i {width:50px; height:50px; margin-bottom:20px; background-size:50% 50%;}
	.service strong {font-size:18px; margin-bottom:5px;}
	.service p {font-size:13px; line-height:20px;}
	.service b {font-size:12px; line-height:18px;}
	.service li.noitem:before {background-size:50% auto;}
/* 주간 식단 */
	.comingsoon {padding:15px; border-radius:10px;}
/* 후원안내 */
	.done_wrap dl {margin-bottom:10px; padding:15px 0;}
	.done_wrap dt {width:80px; padding-left:15px;}
	.done_wrap dd {width:calc(100% - 80px);}
	.done_wrap dd:before {height:20px;}
	.done_wrap .lr_area .con.s {font-size:13px;}
	.done_wrap .lr_area .con.s .iden {margin-bottom:10px;}
	.done_wrap .lr_area .con.s .iden ~ .iden {margin-top:15px;}
/* 후원신청 */
	.terms_wrap {margin-top:20px; padding:20px;}
	.terms_wrap .tit {margin-bottom:15px;}
	.terms_wrap .flex_center .box {font-size:13px; line-height:20px;}
	.terms_wrap .flex_center .box u {padding-left:10px;}
	.terms_wrap .flex_center .flex {gap:20px; flex-wrap:wrap; justify-content:center; max-width:300px; margin:30px auto 0;}
	.terms_wrap .flex_center .flex .name {padding-left:30px;}
/* 자원봉사활동 안내 */
	.volunteer_list {gap:20px 10px; margin-bottom:50px;}
	.volunteer_list li {width:100%;}
	.volunteer_list i {border-radius:10px;}
	.volunteer_list strong {font-size:20px; margin:20px 0 10px;}
	.volunteer_list p,
	.volunteer_area .con p,
	.volunteer_btm p {font-size:13px; line-height:20px;}
	.volunteer_area {margin-bottom:40px;}
	.volunteer_area li {width:calc(50% - 5px); height:80px; padding:10px;}
	.volunteer_btm .tt {font-size:18px; margin-bottom:10px;}
/* 게시판 목록 */
	.board_list th,
	.board_list td {height:40px;}
	.board_list th {font-size:13px;}
	.board_list td {font-size:12px;}
	.board_list td.tal {padding-left:20px;}
	.board_list .lock .tal {background-size:14px;}
	.board_list .re .tal a {padding-left:20px; background-size:12px;}
	.board_list.notice_wrap td.tal {padding-left:40px;}
	.board_list .notice td.tal:before {font-size:13px; line-height:20px; height:20px; width:35px; border-radius:5px;}
	.board_list .w2 {width:50px;}
	.board_list .w3 {width:70px;}
	.board_bottom .btn_abso {position:relative; display:block; margin:0 0 0 auto; font-size:14px; line-height:31px; height:35px; width:100px; margin-bottom:20px;}
	.board_bottom .paging {gap:2px; padding:5px 0;}
	.board_bottom .paging a {width:30px; height:30px; line-height:28px; font-size:13px;}
	.board_bottom .paging .prev {margin-right:5px;}
	.board_bottom .paging .next {margin-left:5px;}
	.board_bottom .search_wrap {margin-top:30px; gap:5px;}
	.board_bottom .search_wrap .text,
	.board_bottom .search_wrap .btn {height:35px; line-height:33px; font-size:13px;}
	.board_bottom .search_wrap select.text {width:100px; padding:0 10px;}
	.board_bottom .search_wrap input.text {width:calc(100% - 190px);}
	.board_bottom .search_wrap .btn {width:80px;}
/* 비번입력 */
	.password_area {border-radius:10px; padding:20px;}
	.password_area i {width:60px; height:60px;}
	.password_area strong {font-size:20px; margin:10px 0;}
	.password_area p {font-size:13px; line-height:20px; margin-bottom:20px;}
	.password_area .inputs * {height:40px;}
	.password_area .btns_tac .btn {line-height:38px; height:40px;}
	.btns_tac.mt {margin-top:30px;}
	.btns_tac.mt4 {margin-top:20px;}
	.btns_tac .btn {width:120px; line-height:43px; height:45px; font-size:13px;}
	.btns_tac .btn_iden {font-size:14px; line-height:40px; height:40px; width:120px;}
/* 게시판 상세 */
	.board_view .tit {font-size:18px; padding:15px 0;}
	.board_view .tit .date {position:relative; top:0; transform:none; font-size:13px; margin-top:10px;}
	.board_view .con {padding:20px 0;}
	.board_view .file {line-height:20px; padding:10px 0;}
	.board_view .file dt {width:60px; font-size:13px;}
	.board_view .file dd {width:calc(100% - 60px);}
	.board_view .file dd a {font-size:13px;}
/* 게시판 쓰기 */
	.board_write th,
	.board_write td {font-size:13px; padding:5px;}
	.board_write th {width:100px;}
	.board_write td {width:calc(100% - 100px);}
	.board_write td input.text,
	.board_write td select.text {height:40px;}
	.board_write td select.text {padding:0 10px;}
	.board_write td .flex span {line-height:40px;}
	.board_write td .tel span {width:20px;}
	.board_write td .tel .text {width:calc((100% - 40px)/3);}
	.board_write td .radios {gap:20px;}
	label.check {padding-left:28px; line-height:24px;}
	label.check i {top:2px;}
	label.check input:checked + i:before {width:12px; height:12px;}
	.vertical_check label.check {margin-bottom:5px;}
	.vertical_check label.check strong {width:100%; font-size:14px;}
	.vertical_check label.check span {font-size:13px;}
	
		.board_write .tel .text {width:calc((100% - 30px)/3);}
	.board_write .tel span {width:15px; line-height:40px;}
	.board_write .yn {gap:15px;}
	.board_write .email {flex-wrap:wrap;}
	.board_write .email span {width:20px; line-height:40px;}
	.board_write .email .text {width:calc(50% - 10px);}
	.board_write .email select.text {width: 100%; margin:5px 0 0;}
	.board_write .address {gap:5px 0;}
	.board_write .address .btn {line-height:40px; width:100px;}
	.board_write textarea.text {height:120px;}

	label.radio {line-height:20px; padding-left:24px;}
	label.radio i {width:20px; height:20px;}
	label.radio input:checked + i:before {width:12px; height:12px;}
	label.check {padding-left:30px; line-height:22px;}
	label.check i {width:20px; height:20px;}
	label.check i:before {background-size:14px;}

	.terms_area {margin-top:30px;}
	.terms_area .tit {font-size:18px; margin-bottom:20px;}
	.terms_area .tt {font-size:14px; padding-left:14px;}
	.terms_area .tt:before {width:4px; height:4px;}
	.terms_area .textarea {padding:15px; height:100px; font-size:12px; margin-bottom:10px;}
	.terms_area .slice {margin:20px 0;}
	.btn_submit {font-size:16px; line-height:50px; height:50px; width:100%; margin-top:30px;}
	
	
/* 갤러리 목록 */
	.gall_list {gap:20px;}
	.gall_list a {width:calc(50% - 10px);}
	.gall_list .tit {height:20px; line-height:20px; margin:10px 0 2px;}
	.gall_list p {font-size:12px;}	
	
/* 로그인 */
	.mem_inputs .text {font-size:13px; height:40px; line-height:38px; padding:0 10px; border-radius:5px;}
	.mem_inputs .text + .text {margin-top:4px;}
	.mem_inputs .btn {font-size:13px; line-height:50px; height:50px; border-radius:5px; margin-top:10px;}
	.mem_inputs .links {margin-top:15px; gap:20px; margin-top:15px;}
	.mem_inputs .links a {font-size:13px;}
	.mem_inputs .links a + a:before {left:-10px; height:10px;}
	.container .jq_tab {gap:10px; margin-bottom:20px;}
	.container .jq_tab button {font-size:13px; line-height:40px; height:40px; width:120px;}
	
  .join_inputs .dls dl {width:100%;}
  .btn_half {font-size:15px; padding:14px 0;}
	
}
@media screen and (max-width:400px){
	.hd_pops {top:60px !important; left:1% !important; max-width:98%;}
	.hd_pops_con {max-width:100% !important; height:auto !important;    max-height:300px; overflow:scroll;}
	.tbl th, .tbl td, .board_list th, .board_list td {}
}
