body {}
html {scroll-behavior: smooth;}
*{letter-spacing:-0.02em;}


#header {width:100%; padding:0 100px; box-sizing:Border-box;position:fixed; top:20px; left: 0; z-index:2000;
	
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
#header_content {width:auto; margin:0 auto; position:relative; height:80px;background-color:#fff;box-shadow:3px 5px 10px rgba(0,0,0,0.08);}
#header_content .logo {position:absolute; top:20px; left:40px;z-index:2000;}
#header_content .logo a {display:block; }
#header_content .inquiry{position:absolute; top:23px; right:40px;text-align:right;font-size:15px; color:#c6bab4;font-weight:600;}
#header_content .inquiry p {font-size:17px; color:#4a7495;font-weight:900;}


/* gnb */

#gnb {width:100%;position:absolute;z-index:1000;top: 0;left:0;height:80px;}
#gnb  > ul {width:auto;margin:0 auto;text-align:center;}
#gnb  > ul > li {width:190px; text-align:center; display:inline-block; z-index:900;}
#gnb  > ul > li.m1, #gnb  > ul > li.m2 {width:130px;}
#gnb > ul > li > a {display:block;font-size:19px;height:80px; line-height:80px;font-weight:600; color:#000;box-sizing:border-box;} 
#gnb > ul > li > a:hover, #gnb > ul > li > a:focus, #gnb > ul > li.active > a {color:#666;}



#gnb div.submenu {display:none;position:absolute;width:190px;padding:15px 0;background-color:#fff;margin-top:0px;margin-left:0;animation:menuDown 0.3s linear;}
#gnb > ul > li.m2 div.submenu  {margin-left:-30px;}
#gnb div.submenu a {display:block;height:auto;padding:5px 0; color:#555;font-size:16px;line-height:35px; letter-spacing:-0.03em; font-weight:600;text-align:center; }
#gnb div.submenu a:hover, #gnb div.submenu a:focus {color:#8f0109;}


#gnb > ul > li:hover div.submenu {display:block;}

@keyframes menuDown{
	0% {
		opacity:0; 
		margin-top:-20px;
	}

	100% {
		opacity:1; 
		margin-top:0;
	}
}


/* mobile gnb */
.mobile_top {display:none;}
#nav {display:none;}
.m_right_box{display:none;}


#mainvisual {height:650px; position:relative;width:100%; background:url('../images/main/mainvisual.jpg') center center no-repeat; 
	background-size:cover;overflow:hidden;
}
#mainvisual .main_txt {max-width:1200px; margin:0 auto;text-align:center;}
#mainvisual .main_txt h3 {font-family:"rabbit", sans-serif;font-size:40px;color:#000; font-weight:600;padding:270px 0 15px 0;}
#mainvisual .main_txt h2 {margin:0 0 30px 0;}
#mainvisual .main_txt p {font-size:21px;color:#615c65; line-height:33px;}


/* section01 */
.section01 {max-width: 1200px; margin:0 auto; padding:100px 0;}
.section01 .sec_title {display: flex; align-items: flex-end;margin:0 0 40px 0;}
.section01 h3{font-family: 'arita', serif; font-size: 40px;color: #514e59;font-weight: 400;line-height: 1;; }
.section01 h3 span{color:#8f0109;}
.section01 .sec_title p{font-size: 19px;color:#555555; padding-left:20px;}
.section01  ul{display:flex;justify-content: space-between;}
.section01  ul li{width:225px;height:278px;}
.section01  ul li a{display: block;width: 100%;height:100%;position:relative;box-sizing: border-box;padding:25px;border-radius:23px;overflow:hidden;background-color:#421d1f;}
.section01  ul li a .bg_img {position:absolute;z-index: 0;top:0;left:0;width:100%;height:100%;transition:all .3s;}
.section01  ul li a h4{font-size: 23px;color: #fff; font-weight: 900;padding:190px 0 5px;position:relative;z-index:1;transition:all .3s;}
.section01  ul li a .hover_txt{display:none;position:relative;z-index:1;}
.section01  ul li a .hover_txt p{font-size:15px; color:rgba(255,255,255,0.7);margin:0 0 20px 0;}
.section01  ul li a .hover_txt span{font-size:15px; color:#fff;}

.section01  ul li a:hover .hover_txt {display:block;}
.section01  ul li a:hover h4{padding:120px 0 5px;}
.section01  ul li a:hover .bg_img{opacity:0.5;}



/* section02 */
.section02 {width:100%; padding:100px 0; background:url(../images/main/sec02_bg.jpg) center center no-repeat; background-size:cover;}
.section02 .sec02_in{max-width:1200px; margin:0 auto;position:relative;}
.section02 .sec02_in h3{font-family: 'arita', serif; font-size: 40px;color: #514e59;font-weight: 400; margin:0 0 30px 0;}
.section02 .sec02_in h3 span{color:#8f0109;}
.section02 .more{position: absolute;top:20px; right:0;}
.section02 .sec02_in .newswrap {display:flex; justify-content: space-between;}
.section02 .sec02_in .newswrap .big_news{width:545px; margin-right:85px;}
.section02 .sec02_in .newswrap .big_news a{display:block;}
.section02 .sec02_in .newswrap .big_news a .thumb{width:100%;height:385px;overflow:hidden;border-radius:20px;margin:0 0 40px 0;}
.section02 .sec02_in .newswrap .big_news a .thumb img{width:100%;height:100%;transition: all .3s;}
.section02 .sec02_in .newswrap .big_news a .title{font-size: 20px;font-weight: 600;color:#111; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin:0 0 10px 0;}
.section02 .sec02_in .newswrap .big_news a .date{font-size: 16px;color: #999999;;}
.section02 .sec02_in .newswrap .big_news a:hover .thumb img{transform:scale(1.05);}
.section02 .sec02_in .newswrap .big_news a:hover .title{color:#8f0109;}

.section02 .sec02_in .newswrap .small_news {max-width:570px;}
.section02 .sec02_in .newswrap .small_news li {border-bottom:1px solid #d1c9c3;}
.section02 .sec02_in .newswrap .small_news li:last-child{border-bottom:none;}
.section02 .sec02_in .newswrap .small_news li a{display:flex; width:100%; box-sizing: border-box;padding:25px 0;}
.section02 .sec02_in .newswrap .small_news li:first-child a{padding:0 0 25px 0;}
.section02 .sec02_in .newswrap .small_news li a .thumb{width:220px; height:130px; border-radius: 20px; overflow:hidden;margin-right:20px;;}
.section02 .sec02_in .newswrap .small_news li a .thumb img{width:100%;height:100%;transition: all .3s;}
.section02 .sec02_in .newswrap .small_news li a .right{width:Calc(100% - 240px);}
.section02 .sec02_in .newswrap .small_news li a .right .title {
    font-size: 20px;
    color: #000;
    line-height: 26px;
    margin: 10px 0 35px 0;
    font-weight: 600;

    display: -webkit-box;        /* ← 필수 */
    -webkit-box-orient: vertical;/* ← 필수 */
    -webkit-line-clamp: 2;       /* ← 두 줄까지만 */
    overflow: hidden;            /* ← 필수 */
    text-overflow: ellipsis;
    word-break: break-word;

    max-height: calc(26px * 2);  /* 줄 수 × line-height */
    width: 100%;                 /* ← 반드시 고정 */
    min-width: 0;                /* ← flex 안이면 필수 */
}
.section02 .sec02_in .newswrap .small_news li a .right .date{font-size: 16px;color: #999999;}


.section02 .sec02_in .newswrap .small_news li a:hover .thumb img{transform:scale(1.05);}
.section02 .sec02_in .newswrap .small_news li a:hover .title{color:#8f0109;}



/*section03 */
.section03 {max-width:1200px; margin:0 auto; padding:100px 0;display:flex;justify-content: space-between;}
.section03 .boardwrap{width:600px;}
.section03 .boardwrap  h3{font-family: 'arita', serif; font-size: 40px;color: #514e59;font-weight: 400; margin:0 0 30px 0;}
.section03 .boardwrap h3 span{color:#8f0109;}
.section03 .boardwrap .board_tab{margin:0 0 20px 0;}
.section03 .boardwrap .board_tab a{display:inline-block; margin-right:20px;font-size:22px;font-weight: 900;color:#a5a5a5;}
.section03 .boardwrap .board_tab a.on{color:#000;}
.section03 .boardwrap .column ul li a{display:block; width:100%;height:60px; border-radius:10px;background-color:#f4f4f4;box-sizing:border-box; padding:0 20px 0 80px;position:relative;margin:0 0 5px 0;}
.section03 .boardwrap .column ul li a .tit{position:absolute; top:22px; left:20px; font-size:15px;color:#8f0109;}
.section03 .boardwrap .column ul li a .date{position:absolute; top:22px; right:20px; font-size:15px; color:#999999;}
.section03 .boardwrap .column ul li a .title {width:70%; font-size:17px; color:#111111; line-height:60px; overflow:hidden; text-overflow: ellipsis;white-space: nowrap;font-weight:600;;}
.section03 .contact{width:558px;height:380px;background:url('../images/main/dw_bg.png') 100% 100% no-repeat #00aab9; background-size:100%; border-radius: 20px;overflow: hidden;box-sizing:border-box;padding:34px 50px;}
.section03 .contact h3{font-size: 24px; line-height: 30px;color:#ffffff;font-weight:900;margin:0 0 30px 0;}
.section03 .contact h3 span{display:block;font-size:17px;color:#c5eaec; padding:0 0 5px 0;font-weight:400;}
.section03 .contact  h4{width:115px;height:26px; line-height: 26px; color:#2f9da4; ;font-size: 17px; font-weight: 400;text-align: center;background-color:#c1fbff; border-radius:30px}
.section03 .contact .callbox {border-bottom:1px solid #c1fbff30;background:url('../images/main/tel_icon.png') 20px 28px no-repeat;font-size: 28px;font-weight: 900;color:#fff;;padding:23px 0 23px 75px;}
.section03 .contact .timebox {padding:10px 0 10px 75px;background:url('../images/main/clock_icon.png') 16px 28px no-repeat;font-size: 28px;font-weight: 900;color:#fff;line-height: 1;}
.section03 .contact .timebox span{font-size:15px;line-height:25px;color:#c5eaec;}


/* footer */
footer {background-color:#3a3e40; }
footer .foot_menu{background-color:#2b3235;height:60px; }
footer .foot_menu div{display:flex; max-width:1200px;margin:0 auto;}
footer .foot_menu div a{display: block;width:25%;line-height: 60px;text-align: center;font-size: 16px; color:#ffffff;background:url('../images/main/foot_bar.png') 100% center no-repeat;}
footer .foot_menu div a:last-child{background:none;}
footer .foot_menu div a img{vertical-align: middle;padding:0 15px;}
footer .footer{max-width: 1200px;margin:0 auto; padding:40px 0;text-align: center;color:#ffffff; font-size:16px; line-height:30px;}
footer .footer b{font-size: 17px;  font-weight: 800;display:block; margin:0 0 5px 0;}
footer .footer span{display:inline-block;margin:0 10px;}
footer .footer .copy{font-size: 15px; color:#ffffff50; }

/* 사이드바*/
.sidebar{position:fixed;right:20px;bottom:60px;width:170px; height:auto; padding:25px 20px; box-sizing: border-box;border:5px solid #8f0109; border-radius: 10px;background-color: #fff;z-index: 500; }
.sidebar dl{padding:0 0 25px 0; margin:0 0 25px 0; border-bottom: 1px solid #ddd;text-align: center;}
.sidebar dl.last{ border:none;margin:0;}
.sidebar dl dt{font-size: 16px;color: #000000;letter-spacing: -0.03em;margin:0 0 10px 0;line-height: 1;font-weight: 600;;}
.sidebar dl dd{font-size: 18px;color: #b22139;font-weight: 900;line-height: 22px;letter-spacing: -0.05em;;}
.sidebar dl dd span{font-size:13px; color:#666;font-weight: 400;;letter-spacing: -0.08em;;}
.sidebar .topBtn{display: block;height:38px;line-height: 38px;color: #fff; font-weight: 600;font-size:18px;text-align: center;background-color: #8f0109;}


/* 서브레이아웃 */
#subvisual {width:100%; height:470px;background:url('../images/sub/subvisual.jpg') center center no-repeat; background-size:cover;}
#subvisual .sub_txt{max-width:1200px; margin:0 auto; text-align:center;}
#subvisual .sub_txt h3{font-family:"rabbit", sans-serif;font-size:80px;color:#fff; font-weight:400;padding:220px 0 15px 0;line-height:1;}
#subvisual .sub_txt p{font-size:20px;color:rgba(255,255,255,0.9);}


.container{width:100%; }
.con_area{padding:0 0 100px 0;}
.con_area h3.st{font-size:32px; color:#111111; font-weight:900; padding-left:22px; background:url('../images/sub/st.jpg') 0 1px no-repeat;margin:0 0 25px 0;}
.sub_title {padding:75px 0; text-align:center;}
.sub_title h3{font-family:'arita', serif; font-size:40px; color:#8f0109; font-weight:400; letter-spacing:-0.04em; }


/* 회사소개 - intro */
.intro .boxing{padding:80px 0;}
.intro .boxing .wine{padding:0  0 35px 0;font-family:'arita', serif; font-size:40px; color:#8f0109;text-align:center;}
.intro .boxing01{padding:0 0 80px 0;}
.intro .boxing01 h4{font-size:45px;color:#333333; letter-spacing:-0.04em; font-weight:600; line-height:1;margin:0 0 15px 0;text-align:center;}
.intro .boxing01 h4 .yell{color:#cfaf01;}
.intro .boxing01 p{font-size:21px; color:#333333; letter-spacing:-0.04em;text-align:center;}

.intro .boxing02{background:url('../images/sub/intro_bg.jpg') center 100% no-repeat; background-size:cover;}
.intro .boxing02 h4{font-size:25px; letter-spacing:-0.04em; color:#332418; font-weight:500;text-align:Center}
.intro .boxing02 .normal{font-size:19px; line-height:31px; letter-spacing:-0.04em; color:#332418; margin:30px 0 0 0;text-align:center;word-break:keep-all;}
.intro .boxing02 h5{font-size:19px;font-weight:900;margin:80px 0 0 0;text-align:Center;color:#332418; }

.intro .boxing03 p{text-align:center; font-size:21px; color:#333333; letter-spacing:-0.04em; margin:0 0 40px 0;}
.intro .boxing03 > div{max-width:1200px; margin:0 auto 10px ;text-align:Center;font-size:21px; font-weight:900;color:#ffffff; letter-spacing:-0.04em;height:95px;
	display:flex; justify-content:center; align-items:center;line-height:1.4;padding:0 20px;border-radius:20px;
}
.intro .boxing03 > div.c01{background:url('../images/sub/intro_bar01.png') center center no-repeat;background-size:cover;}
.intro .boxing03 > div.c02{background:url('../images/sub/intro_bar02.png') center center no-repeat;background-size:cover;}
.intro .boxing03 > div.c03{background:url('../images/sub/intro_bar03.png') center center no-repeat;background-size:cover;}

.intro .boxing04 .his_top{padding:110px 0; text-align:center; background:url('../images/sub/his_bg.jpg') center center no-repeat; background-attachment:fixed;}
.intro .boxing04 .his_top h4{font-family:'arita', serif; font-size:70px; color:#ffffff;font-weight:600;letter-spacing:-0.02em;margin:0 0 20px 0;}
.intro .boxing04 .his_top p{font-size:20px; color:rgba(255,255,255,0.8);letter-spacing:-0.02em;}
.intro .boxing04 .his_list{max-width:1200px; margin:0 auto; padding:50px 0;background:url('../images/sub/his_line.png') center 0 repeat-y;}
.intro .boxing04 .his_list > div.left{width:50%; box-sizing:border-box; padding:55px 40px 0 0;text-align:right;}
.intro .boxing04 .his_list > div.right{ padding:55px 0 0 40px;text-align:left;margin-left:50%;}
.intro .boxing04 .his_list > div h3{font-family:'arita', serif; font-size:40px; color:#c3a042;margin:0 0 15px 0;position:relative;} 
.intro .boxing04 .his_list > div.left h3:after{content:"";display:block;width:17px;height:17px; background:url('../images/sub/his_dot.png') center center no-repeat;
	position:absolute; top:15px;right:-47px;
}
.intro .boxing04 .his_list > div.right h3:after{content:"";display:block;width:17px;height:17px; background:url('../images/sub/his_dot.png') center center no-repeat;
	position:absolute; top:15px;left:-48px;
}
.intro .boxing04 .his_list > div p{font-size:19px; color:#333333; letter-spacing:-0.04em; line-height:1.3; margin:8px 0;}


.intro .boxing05{background:url('../images/sub/vision_bg.jpg') center 100% no-repeat; background-size:cover;}
.intro .boxing05 ul{max-width:1200px;  margin:0 auto;}
.intro .boxing05 ul li{display:flex; align-items:center; margin:0 0 10px 0;background-color:#fff; border-radius:20px; height:205px;}
.intro .boxing05 ul li h4{font-size:25px; color:#8f0109; font-weight:900;width:200px;}
.intro .boxing05 ul li p{font-size:21px; color:#222222; line-height:30px; letter-spacing:-0.04em;}
.intro .boxing05 ul li span{display:block; width:190px;text-align:center;}
.intro .boxing05 ul li  .cbox{display:flex; align-items:center;}
.intro .boxing05 ul li  .cbox  .circle{width:115px; height:115px; border-radius:115px;line-height:115px; border:5px solid #d8c9a0; text-align:center; font-size:20px;color:#222222; font-weight:900;}
.intro .boxing05 ul li  .cbox  .txt{text-align:center; font-size:25px;color:#8f020a; font-weight:900;margin:0 10px;}

.intro .boxing06 .center{text-align:center;}
.intro .boxing06 .center img{max-width:100%;}

.intro .boxing07 .tbbox{max-width:1200px;margin:0 auto 60px;}
.intro .boxing07 .tbbox h4{text-align:center; font-size:28px; color:#000000; letter-spacing:-0.04em; font-weight:600; margin:0 0 30px 0;}
.intro .boxing07 .tbbox table thead tr th{background-color:#eee9db; padding:13px 10px; text-align:center;font-size:19px;color:#333333; font-weight:900;}
.intro .boxing07 .tbbox table tbody tr th{background-color:#eee9db; padding:13px 10px; text-align:center;font-size:19px;color:#333333; font-weight:900;border-bottom:1px solid #ddd;}
.intro .boxing07 .tbbox table tbody tr td{padding:15px 10px; text-align:center;font-size:19px;color:#333333; border-bottom:1px solid #ddd;border-right:1px solid #ddd;border-top:1px solid #ddd;}
.intro .boxing07 .tbbox table tbody tr td:last-child{border-right:none;}



/* 오시는길 */
.location .top{margin:0 0 50px 0;}
.location .top h3{font-size: 35px; font-weight: 600;color: #6e805d;text-align: center;line-height: 1; margin:0 0 25px 0;;}
.location .top .add{font-size: 23px;color: #595a58; font-weight: 500; letter-spacing: -0.025em; text-align: center;line-height: 1;margin:0 0 30px 0;}
.location .top .linkbox{text-align:center;}
.location .top .linkbox a{display:inline-block;width:234px;height:50px;line-height: 50px;text-align: center; font-size:19px;color: #9c9a6d; font-weight: 600;border:1px solid #9c9a6d; border-radius:50px;margin:0 10px; ;}
.location .top .linkbox a:hover, .location .top .linkbox a:Focus{background-color: #f3f2e4;}

.location .mapwrap{border:1px solid #ccc;}
.location .mapwrap .root_daum_roughmap {width:100%;height:550px;}
.location .mapwrap .root_daum_roughmap .wrap_map {width:100%;height:550px;}
.location .mapwrap .root_daum_roughmap .cont{display:none;}
.location .mapwrap .map_border, .location .mapwrap  .wrap_controllers  {display:none;}





/* 장애인활동지원서비스 */
.busi01 {max-width:1200px; margin:0 auto;}
.busi01 .boxing{margin:0 0 60px 0;}
.busi01 .topbox{padding:80px 0; text-align: center; font-size:22px; color:#fff; line-height:32px; font-weight:600;background:url('../images/sub/busi01_bg.jpg') center center no-repeat; background-size:cover;margin:0 0 60px 0;}
.busi01 .boxing p.dot{padding-left:13px;font-size:19px; color:#000; letter-spacing: -0.03em; line-height: 1.3; margin:8px 0;position:relative;}
.busi01 .boxing p.dot:before{content:"";display:block; width:3px; height:3px; background-color:#d3c6a4; position:absolute;top:10px; left:0;}
.busi01 .boxing p .wine{color:#8f0109; font-weight: 600;;}
.busi01 .boxing .juyo {display:flex; flex-wrap: wrap;gap:20px 20px;}
.busi01 .boxing .juyo li {width:calc(50% - 20px / 2);height:86px;box-sizing:border-box;border:3px solid #eee1d9; display:flex; justify-content: space-between;align-items: center;padding:0 30px;}
.busi01 .boxing .juyo li h4{font-size:20px; font-weight:900;color:#8f0109; }
.busi01 .boxing .juyo li p{font-size:19px; color:#666666; }
.busi01 .boxing table thead tr th{background-color:#efe9db; padding:20px 10px; font-size:20px; font-weight: 900;color:#3c382e;}
.busi01 .boxing table tbody tr td{border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:15px 10px; font-size:17px;color:#333; text-align:center;line-height:1.3;}
.busi01 .boxing table tbody tr td.left{text-align:left;}
.busi01 .boxing table tbody tr td.left p {margin:8px 0;}
.busi01 .boxing table tbody tr td.bold{font-weight:900;}
.busi01 .boxing table tbody tr td:last-child{border-right:none;}
.busi01 .boxing .r_noti{text-align:right; margin:20px 0 0 0; color:#555; font-size:16px;}
.busi01 .boxing .progress {display:flex; justify-content: space-between;}
.busi01 .boxing .progress li.box {width:30%;box-sizing:border-box;border:5px solid #eee1d9;justify-content: center; display:flex;align-items: center; 
    font-size:22px; color:#8c181e; font-weight:900;line-height: 30px;padding:30px 0;text-align: center;
}
.busi01 .boxing .progress li.arrow{width:5%;display:flex; align-items: center;justify-content: center;}



/* 누구나돌봄서비스 */
.busi02 {max-width:1200px; margin:0 auto;}
.busi02 .boxing{margin:0 0 60px 0;}
.busi02 .topbox{padding:80px 0; text-align: center; font-size:22px; color:#fff; line-height:32px; font-weight:600;background:url('../images/sub/busi02_bg.jpg') center center no-repeat; background-size:cover;margin:0 0 60px 0;}
.busi02 .boxing p.dot{padding-left:13px;font-size:19px; color:#000; letter-spacing: -0.03em; line-height: 1.3; margin:8px 0;position:relative;}
.busi02 .boxing p.dot:before{content:"";display:block; width:3px; height:3px; background-color:#d3c6a4; position:absolute;top:10px; left:0;}
.busi02 .boxing .progress {display:flex; justify-content: space-between;}
.busi02 .boxing .progress li.box {width:45%;box-sizing:border-box;border:5px solid #eee1d9;justify-content: center; display:flex;align-items: center; 
    font-size:22px; color:#8c181e; font-weight:900;line-height: 30px;padding:30px 0;text-align: center;
}
.busi02 .boxing .progress li.arrow{width:10%;display:flex; align-items: center;justify-content: center;}

.busi02 .boxing .dol {margin:0 0 30px 0;}
.busi02 .boxing .dol h4{display:inline-block; background-color:#f8efe9; color:#8f0109; font-size:22px; font-weight:600; padding:8px 35px; line-height:1; border-radius:50px;margin:0 0 25px 0;}
.busi02 .boxing .dol ul {display:flex; justify-content: flex-start;gap:10px;flex-wrap: wrap;}
.busi02 .boxing .dol ul li{border:3px solid #eee;width:calc(20% - 40px / 5);box-sizing:border-box;padding:30px 20px;font-size:15px;letter-spacing: -0.03em;line-height:1.4}
.busi02 .boxing .dol ul li.chu{border-color:#e7cdbd;}
.busi02 .boxing .dol ul li b{font-size:22px; color:#000;}


/* 가사 간병방문서비스 */
.busi03 {max-width:1200px; margin:0 auto;}
.busi03 .boxing{margin:0 0 60px 0;}
.busi03 .topbox{padding:80px 0; text-align: center; font-size:22px; color:#fff; line-height:32px; font-weight:600;background:url('../images/sub/busi03_bg.jpg') center center no-repeat; background-size:cover;margin:0 0 60px 0;}
.busi03 .boxing p.dot{padding-left:13px;font-size:19px; color:#000; letter-spacing: -0.03em; line-height: 1.3; margin:8px 0;position:relative;}
.busi03 .boxing p.dot:before{content:"";display:block; width:3px; height:3px; background-color:#d3c6a4; position:absolute;top:10px; left:0;}
.busi03 .boxing .juyo {display:flex; flex-wrap: wrap;gap:20px 20px;}
.busi03 .boxing .juyo li {width:calc(50% - 20px / 2);height:86px;box-sizing:border-box;border:3px solid #eee1d9; display:flex; justify-content: space-between;align-items: center;padding:0 30px;}
.busi03 .boxing .juyo li h4{font-size:20px; font-weight:900;color:#8f0109; }
.busi03 .boxing .juyo li p{font-size:19px; color:#666666; }
.busi03 .boxing .noti{text-align:right; font-size:17px; color:#000; margin:10px 0 0 0;}
.busi03 .boxing table{border-top:1px solid #ddd;}
.busi03 .boxing table thead tr th{background-color:#efe9db; padding:20px 10px; font-size:19px; font-weight: 900;color:#3c382e;}
.busi03 .boxing table tbody tr th{background-color:#efe9db; padding:15px 10px; font-size:17px; font-weight: 900;color:#3c382e;border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.busi03 .boxing table tbody tr td{border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:15px 10px; font-size:17px;color:#333; text-align:center;line-height:1.3;}
.busi03 .boxing table tbody tr td.left{text-align:left;}
.busi03 .boxing table tbody tr td.left p {margin:8px 0;}
.busi03 .boxing table tbody tr td.bold{font-weight:900;}
.busi03 .boxing table tbody tr td:last-child{border-right:none;}

/* 장기요양  */
.busi04 {max-width:1200px; margin:0 auto;}
.busi04 .boxing{margin:0 0 60px 0;}
.busi04 .topbox{padding:80px 0; text-align: center; font-size:22px; color:#fff; line-height:32px; font-weight:600;background:url('../images/sub/busi04_bg.jpg') center center no-repeat; background-size:cover;margin:0 0 60px 0;}
.busi04 .boxing p.dot{padding-left:13px;font-size:19px; color:#000; letter-spacing: -0.03em; line-height: 1.3; margin:8px 0;position:relative;}

.busi04 .boxing p.dot:before{content:"";display:block; width:3px; height:3px; background-color:#d3c6a4; position:absolute;top:10px; left:0;}
.busi04 .boxing p.dot b{color:#8f0109;}

.busi04 .boxing table{border-top:1px solid #ddd;}
.busi04 .boxing table thead tr th{background-color:#efe9db; padding:20px 10px; font-size:19px; font-weight: 900;color:#3c382e;}
.busi04 .boxing table tbody tr th{background-color:#efe9db; padding:15px 10px; font-size:17px; font-weight: 900;color:#3c382e;border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.busi04 .boxing table tbody tr td{border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:15px 10px; font-size:17px;color:#333; text-align:center;line-height:1.3;}
.busi04 .boxing table tbody tr td.left{text-align:left;}
.busi04 .boxing table tbody tr td.left p {margin:8px 0;}
.busi04 .boxing table tbody tr td.bold{font-weight:900;}
.busi04 .boxing table tbody tr td:last-child{border-right:none;}
.busi04 .boxing .progress {display:flex; justify-content: space-between;}
.busi04 .boxing .progress li.box {width:30%;box-sizing:border-box;border:5px solid #eee1d9;justify-content: center; display:flex;align-items: center; 
    font-size:19px; color:#8c181e; font-weight:900;line-height:26px;padding:30px 0;text-align: center;
}
.busi04 .boxing .progress li.arrow{width:5%;display:flex; align-items: center;justify-content: center;}


/*  통합재가  */
.busi05 {max-width:1200px; margin:0 auto;}
.busi05 .boxing{margin:0 0 60px 0;}
.busi05 .topbox{padding:80px 0; text-align: center; font-size:22px; color:#fff; line-height:32px; font-weight:600;background:url('../images/sub/busi05_bg.jpg') center center no-repeat; background-size:cover;margin:0 0 60px 0;}
.busi05 .boxing p.dot{padding-left:13px;font-size:19px; color:#000; letter-spacing: -0.03em; line-height: 1.3; margin:8px 0;position:relative;}
.busi05 .boxing p.dot:before{content:"";display:block; width:3px; height:3px; background-color:#d3c6a4; position:absolute;top:10px; left:0;}
.busi05 .boxing .bbox{border:5px solid #eee1d9;padding:20px; font-size:19px; color:#8c181e;letter-spacing: -0.03em; line-height: 1.5;margin:0 0 20px 0;word-break:keep-all;}
.busi05 .boxing .juyo li {width:auto;height:86px;margin:0 0 10px 0;box-sizing:border-box;border:3px solid #eee1d9; display:flex; justify-content: space-between;align-items: center;padding:0 30px;}
.busi05 .boxing .juyo li h4{font-size:20px; font-weight:900;color:#8f0109; }
.busi05 .boxing .juyo li p{font-size:19px; color:#666666; }



/* 서비스이용안내  */
.service {max-width:1200px; margin:0 auto;}
.service .tabwrap{display: flex;margin:0 0 60px 0;}
.service .tabwrap a{display: block;width:25%;height:65px;line-height: 65px; text-align: center;font-size: 23px;font-weight: 600;;background-color: #f8f1eb;font-size: 22px;color: #72675d; letter-spacing: -0.02em; font-weight:500;border:1px solid #dbd6d3;}
.service .tabwrap a.on{background-color:#8f0109;border-color: #8f0109;color: #fff;;}
.service .boxing{margin:0 0 60px 0;}
.service .boxing h4.sst{font-size:36px;font-weight:900;color:#8f0109;margin:0 0 30px 0;}
.service .boxing .bbox{border:1px solid #ddd; padding:30px;}
.service .boxing p.dot{padding-left:13px;font-size:19px; color:#000; letter-spacing: -0.03em; line-height: 1.5; margin:8px 0;position:relative;word-break: keep-all;}
.service .boxing p.dot:before{content:"";display:block; width:3px; height:3px; background-color:#d3c6a4; position:absolute;top:10px; left:0;}
.service .boxing .noti_b{color: #357cd3;font-size: 17px;;}
.service .boxing .bg_box{padding:25px; background-color:#f5f5f5;border:1px solid #efefef;}
.service03 .boxing b{color:#9b7726;}

.m-br {
        display: none;
    }


/**** mobile layout *************************************************************************************************************/

@media screen and (max-width:1280px) {

    #header {padding:0;width:96%;left:2%;}
    #header_content .inquiry {right:95px;}
	#gnb {display:none;}
	.top_menu {display:none;}
    .mob_none {display:none;}
    

    .section01{padding:100px 20px;}
    .section01 .sec_title{display:block;}
    .section01 h3{font-size:33px;}
    .section01 .sec_title p{padding:10px 0 0 0;}

    .section01 ul li{width:19%;height:230px;}
    .section01 ul li a{padding:20px;}
    .section01 ul li a h4{font-size:20px;padding:150px 0 5px;}
    .section01 ul li a:hover h4 {padding:90px 0 5px;}
    .section01 ul li a .hover_txt p {font-size:13px;}
    
    .section02{width:auto;padding:100px 20px;}
    .section02 .sec02_in h3{font-size:33px;}
    .section02 .sec02_in .newswrap .big_news{width:48%; margin-right:4%;}
    .section02 .sec02_in .newswrap .big_news a .thumb {height:300px;}
    .section02 .sec02_in .newswrap .big_news a .title{font-size:18px;}

    
    .section02 .sec02_in .newswrap .small_news{width:48%; }
    .section02 .sec02_in .newswrap .small_news li a .thumb{width:150px;height:100px;}
    .section02 .sec02_in .newswrap .small_news li a .right{width:calc(100% - 170px);}
    .section02 .sec02_in .newswrap .small_news li a .right .title{font-size:18px;margin: 0 0 20px 0;}


    .section03{padding:100px 20px;}
    .section03 .boardwrap{width: 58%;}
    .section03 .boardwrap h3{font-size: 33px;;}
    .section03 .contact{width: 38%;padding:30px 40px;}
    .section03 .contact h3{font-size:20px;line-height: 26px;;}
    .section03 .contact .callbox{font-size:20px;background-position:10px 22px;padding:23px 0 23px 50px;}
    .section03 .contact .timebox{font-size:20px;background-position:6px 20px;padding:23px 0 23px 50px;}

     .sidebar {display: none;}
	/* nav */
	#top_right {position:fixed; top:50px; right:50px;z-index:2001;}
	.allmenu { position:relative;}
	#menu-icon2{
	  position: relative;
	  width: 30px;
	  height: 20px;
	  transform: rotate(0deg);
	  transition: 0.5s ease-in-out;
	  cursor: pointer;
	}
	#menu-icon2 span{
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #000;
	  opacity: 1;
      left: 0;
      border-radius:3px;
	  transform: rotate(0deg);
	  transition: 0.25s ease-in-out;
	}
	#menu-icon2 span.short {
		width:20px;
		left:10px;
	}
	#menu-icon2 span:nth-child(1){top: 0px;}
	#menu-icon2 span:nth-child(2){top: 8px;}
	#menu-icon2 span:nth-child(3){top: 17px;}
	#menu-icon2.open span:nth-child(1) {
	  top: 6px;
	  transform: rotate(-45deg);
	}
	#menu-icon2.open span:nth-child(2) {
	  opacity: 0;    /*클릭하면 중간선이 사라집니다.*/
	}
	#menu-icon2.open span:nth-child(3) {
	  top: 6px;
	  transform: rotate(-135deg);
	  width:30px;
	  left:0;
	}
	#nav {position:fixed; top:100px; right:2%; width:96%; height:90vh;background-color:#fff; text-align:left; z-index:1100;}
	#nav li { border-top:1px solid #eee; }
	#nav li a {color:#000; font-size:17px; font-weight:600; display:block;  padding:25px 30px;;}
	#nav > li > ul {padding:15px 0;background:#f4f4f4;}
	#nav > li > ul > li {border-bottom:none; border:none;background:none;}
	#nav > li > ul > li:first-child {border-top:none;}
	#nav > li > ul > li a {color:#111; font-size:16px;  font-weight:600; padding:15px 50px;}


	.intro .boxing{padding:80px 20px;}		
	.intro .boxing05 ul li span {width: 100px;}
		.intro .boxing05 ul li span img{height:50px;}
	.intro .boxing05 ul li h4 {font-size: 22px;width:130px;}
	.intro .boxing05 ul li p{font-size:16px;}
	.intro .boxing05 ul li .cbox{width:Calc(100% - 230px)}
	.intro .boxing05 ul li .cbox .circle{width:80px;height:80px;line-height:80px;}
	.intro .boxing05 ul li .cbox .txt{font-size:20px;margin:0;}

    
    /* 장애인활동지원서비스 */
    .busi01 .topbox{padding:80px 20px;word-break: keep-all;}
    .busi01 .boxing {padding:0 20px;}
    .busi01 .boxing .juyo li{flex-direction: column;justify-content: center;}
    .busi01 .boxing .juyo li p{text-align: center;}

    .busi02 .topbox{padding:80px 20px;word-break: keep-all;}
    .busi02 .boxing {padding:0 20px;}
    
    .busi03 .topbox{padding:80px 20px;word-break: keep-all;}
    .busi03 .boxing {padding:0 20px;}
    .busi03 .boxing .juyo li{flex-direction: column;justify-content: center;}
    .busi03 .boxing .juyo li p{text-align: center;}
    
    .busi04 .topbox{padding:80px 20px;word-break: keep-all;}
    .busi04 .boxing {padding:0 20px;}
    
    .busi05 .topbox{padding:80px 20px;word-break: keep-all;}
    .busi05 .boxing {padding:0 20px;}
    .busi05 .boxing .juyo li{flex-direction: column;justify-content: center;}
    .busi05 .boxing .juyo li p{text-align: center;}
    
    
    /* 서비스이용안내  */
    .service {padding:0 20px;}


}

@media screen and (max-width:768px) {
    .m-br {
        display: block;
        height:4px;
    }

    body {min-width:320PX;}
    #header{top:10px;}
    #header_content .logo {left:20px;top:27px;}
    #header_content .logo a img { width: 130px;}
    #top_right{top:40px;right:30px;}
    #nav{top:90px;}
    #header_content .inquiry{top: 25px;right:65px;font-size:13px;}
    #header_content .inquiry p{font-size:15px;}
    #mainvisual{height:480px;}
    #mainvisual .main_txt{padding:0 20px;}
    #mainvisual .main_txt h3{font-size:20px;padding: 220px 0 15px 0;}
    #mainvisual .main_txt h2 img{max-width:85%; }
    #mainvisual .main_txt p {font-size:15px; line-height:1.5; word-break: keep-all;}
    #mainvisual .main_txt p br{display:none;}

    .section01 {padding:70px 20px;}
    .section01 h3{font-size:25px;}
    .section01 .sec_title p{    font-size: 15px;line-height:1.4;}
    .section01 ul{flex-wrap:wrap;}
    .section01 ul li{width:49%;margin:0 0 7px 0;height:200px;}
    .section01 ul li a h4{font-size:18px;padding: 130px 0 5px;}
    .section01 ul li a:hover h4{padding: 70px 0 5px;}

    .section02{padding:70px 20px;}
    .section02 .sec02_in h3 {font-size:25px;}
    .section02 .more{top:5px;}
    .section02 .more img{width:17px;}
    .section02 .sec02_in .newswrap{display:block;}
    .section02 .sec02_in .newswrap .big_news{width:auto; margin: 0 0 40px 0;}
    .section02 .sec02_in .newswrap .big_news a .thumb{height:250px;margin:0 0 20px 0;}
    .section02 .sec02_in .newswrap .big_news a .title{font-size:17px;}
    .section02 .sec02_in .newswrap .small_news{width:auto; }
    .section02 .sec02_in .newswrap .small_news li a .thumb{width:130px; height:85px;border-radius:10px;}
    .section02 .sec02_in .newswrap .small_news li a .right{width:calc(100% - 150px)}
    .section02 .sec02_in .newswrap .small_news li a .right .title{font-size:16px;line-height: 22px;}

    .section03 {padding:70px 20px;display:block;}
    .section03 .boardwrap{width:auto;margin:0 0 30px 0;}
    .section03 .boardwrap h3{font-size:25px;}
    .section03 .boardwrap .board_tab a{font-size:19px;}
    .section03 .boardwrap .column ul li a{padding:0 20px 0 45px;}
    .section03 .boardwrap .column ul li a .tit{font-size:13px;left:13px;}
    .section03 .boardwrap .column ul li a .date{font-size:12px;right:13px;}
    .section03 .boardwrap .column ul li a .title{font-size:15px;}
    .section03 .contact{width:auto;padding:30px;}
    .section03 .contact h3{word-break: keep-all;;}
    footer .foot_menu{height:auto;}
    footer .foot_menu div{flex-wrap: wrap;}
    footer .foot_menu div a{font-size:12px;}
    footer .foot_menu div a img {padding:0 5px 0 0; height:17px;}
    footer .footer{font-size:13px;line-height:23px;}
    footer .footer b{font-size:15px;}
    footer .footer .copy{font-size:13px;}


	/* 서브레이아웃 */
	#subvisual {width:100%; height:350px;background:url('../images/sub/subvisual.jpg') center center no-repeat; background-size:cover;}
	#subvisual .sub_txt{padding:0 20px;}
	#subvisual .sub_txt h3{font-size:50px;padding:180px 0 15px 0;line-height:1;}
	#subvisual .sub_txt p{font-size:15px;}


	.container{width:100%;}
	.con_area{padding:0 20px 100px 20px;}
    /* 반응형 (768px 이하) */
        .bd_table colgroup col:nth-child(1) { width: 12% !important; }   /* 번호 조금 늘림 */
        .bd_table colgroup col:nth-child(2) { width: 45% !important;; }   /* 제목 줄임 */
        .bd_table colgroup col:nth-child(3) { width: 16% !important;; }   /* 작성자 늘림 */
        .bd_table colgroup col:nth-child(4) { width: 12% !important;; }   /* 조회수 조금 늘림 */
        .bd_table colgroup col:nth-child(5) { width: 15% !important;; }   /* 날짜 고정 */
    .con_area h3.st{font-size:22px;word-break: keep-all;}
	.sub_title {padding:50px 0; text-align:center;}
	.sub_title h3{font-size:35px;}


	/* 회사소개 - intro */
	.intro .boxing{padding:50px 20px;}
	.intro .boxing .wine{font-size:32px;}
	.intro .boxing01{padding:0 20px 50px;}
	.intro .boxing01 h4{font-size:26px;line-height:1.2;margin:0 0 15px 0;word-break:keep-all;}
	.intro .boxing01 h4 .yell{display:block;}
	.intro .boxing01 p{font-size:16px;word-break:keep-all;line-height:1.3;}

	.intro .boxing02 h4{font-size:20px;}
	.intro .boxing02 .normal{font-size:15px; line-height:27px;margin:20px 0 0 0;}
	.intro .boxing02 h5{font-size:16px;margin:50px 0 0 0;}

	.intro .boxing03 p{font-size:15px; line-height:24px;word-break:keep-all;}
	.intro .boxing03 > div{font-size:16px; height:auto;padding:30px 20px;word-break:keep-all;}

	.intro .boxing04 .his_top{padding:80px 20px;  background-attachment: scroll;}
	.intro .boxing04 .his_top h4{ font-size:40px;}
	.intro .boxing04 .his_top p{font-size:15px;word-break:keep-all;}
	.intro .boxing04 .his_list{max-width:1200px; margin:0 auto; padding:50px 0;background:url('../images/sub/his_line.png') 15px 0 repeat-y;}
	.intro .boxing04 .his_list > div.left{width:auto; padding:55px 0 0 30px;text-align:left;}
	.intro .boxing04 .his_list > div.right{ padding:55px 0 0 30px;text-align:left;margin-left:0;}
	.intro .boxing04 .his_list > div h3{font-size:30px;} 
	.intro .boxing04 .his_list > div.left h3:after{ top:9px;right:auto;left:-24px;	}
	.intro .boxing04 .his_list > div.right h3:after{ top:9px;left:-24px;}
	.intro .boxing04 .his_list > div p{font-size:15px;  margin:10px 0;}


	.intro .boxing05 ul{max-width:1200px;  margin:0 auto;}
	.intro .boxing05 ul li{display:block;height:auto; padding:30px 10px;}
	.intro .boxing05 ul li h4{font-size:22px;width:auto;margin:15px 0;text-align:center;}
	.intro .boxing05 ul li p{font-size:16px;line-height:26px;text-align:center; word-break:keep-all;}
	.intro .boxing05 ul li span{width:auto;}
	.intro .boxing05 ul li  .cbox{width:auto;justify-content:center;}
	.intro .boxing05 ul li  .cbox  .circle{width:40px; height:40px; border-radius:40px;line-height:40px; border:2px solid #d8c9a0; font-size:15px;}
	.intro .boxing05 ul li  .cbox  .txt{font-size:16px;}
	.intro .boxing07 .tbbox h4{font-size:22px; }
	.intro .boxing07 .tbbox table thead tr th{padding:13px 5px; font-size:15px;word-break:keep-all;}
	.intro .boxing07 .tbbox table tbody tr th{padding:13px 5px; font-size:15px;word-break:keep-all;}
	.intro .boxing07 .tbbox table tbody tr td{padding:15px 5px; font-size:15px;word-break:keep-all;}



        

    /* 장애인활동지원서비스 */
    .busi01 .topbox{font-size:18px;  line-height:28px;}
    .busi01 .topbox br{display:none;}
    .busi01 .boxing p.dot{padding-left:11px;font-size:15px;}
    .busi01 .boxing p.dot:before{top:6px;}
    .busi01 .boxing .juyo {gap:10px 10px;}
    .busi01 .boxing .juyo li {width:100%;height:auto;padding:20px 10px;line-height: 1.5;}
    .busi01 .boxing .juyo li h4{font-size:17px;}
    .busi01 .boxing .juyo li p{font-size:14px;}
    .busi01 .boxing table thead tr th{font-size:14px;}
    .busi01 .boxing table tbody tr td{font-size:13px;}
    .busi01 .boxing .r_noti{font-size:13px;}
    .busi01 .boxing .progress {display:flex; flex-direction:column;}
    .busi01 .boxing .progress li.box {width:100%;font-size:17px;line-height:28px;padding:20px 10px;}
    .busi01 .boxing .progress li.arrow{width:100%;padding:9px 0;}
    .busi01 .boxing .progress li.arrow img{transform: rotate(90deg);}



    /* 누구나돌봄서비스 */
    .busi02 .topbox{font-size:18px;  line-height:28px;}
    .busi02 .topbox br{display:none;}
    .busi02 .boxing p.dot{padding-left:11px;font-size:15px;}
    .busi02 .boxing p.dot:before{top:6px;}
    .busi02 .boxing .progress {display:flex; flex-direction:column;}
    .busi02 .boxing .progress li.box {width:100%;font-size:17px;line-height:28px;padding:20px 10px;}
    .busi02 .boxing .progress li.arrow{width:100%;padding:9px 0;}
    .busi02 .boxing .progress li.arrow img{transform: rotate(90deg);}


    .busi02 .boxing .dol h4{font-size:18px;}
    .busi02 .boxing .dol ul li{width:calc(50% - 10px / 2);font-size:13px;}
    .busi02 .boxing .dol ul li b{font-size:17px;}


    /* 가사 간병방문서비스 */
    .busi03 .topbox{font-size:18px;  line-height:28px;}
    .busi03 .topbox br{display:none;}
    .busi03 .boxing p.dot{padding-left:11px;font-size:15px;}
    .busi03 .boxing p.dot:before{top:6px;}
    .busi03 .boxing .juyo {gap:10px 10px;}
    .busi03 .boxing .juyo li {width:100%;height:auto;padding:20px 10px;line-height: 1.5;}
    .busi03 .boxing .juyo li h4{font-size:17px;}
    .busi03 .boxing .juyo li p{font-size:14px;}

    .busi03 .boxing .noti{font-size:13px;}
    .busi03 .boxing table thead tr th{font-size:14px;}
    .busi03 .boxing table tbody tr th{font-size:14px;}
    .busi03 .boxing table tbody tr td{font-size:13px;}

    /* 장기요양  */
    .busi04 .topbox{font-size:18px;  line-height:28px;}
    .busi04 .topbox br{display:none;}
    .busi04 .boxing p.dot{padding-left:11px;font-size:15px;}
    .busi04 .boxing p.dot:before{top:6px;}
    .busi04 .boxing table{border-top:1px solid #ddd;}
    .busi04 .boxing table thead tr th{font-size:14px; }
    .busi04 .boxing table tbody tr th{font-size:14px;}
    .busi04 .boxing table tbody tr td{font-size:13px;}
    .busi04 .boxing .progress {display:flex; flex-direction:column;}
    .busi04 .boxing .progress li.box {width:100%;font-size:17px;line-height:28px;padding:20px 10px;}
    .busi04 .boxing .progress li.arrow{width:100%;padding:9px 0;}
    .busi04 .boxing .progress li.arrow img{transform: rotate(90deg);}

    /*  통합재가  */
    .busi05 .topbox{font-size:18px;  line-height:28px;}
    .busi05 .topbox br{display:none;}
    .busi05 .boxing p.dot{padding-left:11px;font-size:15px;}
    .busi05 .boxing p.dot:before{top:6px;}
    .busi05 .boxing .bbox{font-size:14px;}
    .busi05 .boxing .juyo {gap:10px 10px;}
    .busi05 .boxing .juyo li {width:100%;height:auto;padding:20px 10px;line-height: 1.5;}
    .busi05 .boxing .juyo li h4{font-size:17px;}
    .busi05 .boxing .juyo li p{font-size:14px;}

        /* 서비스이용안내  */
    .service {padding:0 20px 100px ;}
    .service .tabwrap{flex-wrap: wrap;}
    .service .tabwrap a{width:50%;height:45px;line-height: 45px;font-size:17px;box-sizing: border-box;}
    .service .boxing h4.sst{font-size:27px;}
    .service .boxing .bbox{padding:15px 20px;}
    .service .boxing p.dot{padding-left:11px;font-size:15px;}
    .service .boxing p.dot:before{top:8px;}
    .service .boxing .noti_b{font-size: 14px;;}
    .service .boxing .bg_box{padding:20px;}


    /* 오시는길 */
    .location .top h3{font-size:22px;word-break: keep-all;}
    .location .top .add{font-size:15px;}
    .location .top .linkbox a{display:block;width:204px;height:40px;line-height: 40px;font-size:16px;margin:5px auto;}
    .location .mapwrap .root_daum_roughmap {height:350px;}
    .location .mapwrap .root_daum_roughmap .wrap_map {height:350px;}



}
