/* 초기화코드 */
*{margin:0; padding:0;}
body{font-size:12px;}
li{list-style:none;}
a{text-decoration:none;}
img{border:none;}

/*상담배너*/

#leftfixed {
    /* display: none; */
    width: 250px;
    height: 350px;
    background: #f1f4f3;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999;
    /* display: none; */
    padding-top: 33px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
	border: 1px solid #ddd;
}
#leftfixed.nav-toggle_end {
    right: 0;
    /* right: -270px; */
    transition: 0.3s all;
}
#leftfixed.nav-toggle {
    right: -270px;
    /* right: 0; */
    transition: 0.3s all;
}
#leftfixed.nav-toggle_end .d_toggle.d_on {
    background: #33333359;
}
#leftfixed .d_toggle.d_on {
    background-color: rgba(0,0,0,.3);
    /* background: url(/_wg/img/right_hidden/btn_on.png) no-repeat; */
}
#leftfixed .d_toggle {
    position: absolute;
    top: 50%;
    left: -75px;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,.9);
    /* background: url(/_wg/img/right_hidden/btn_off.png) no-repeat; */
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-top: -25px;
    cursor: pointer;
    transition: all .5s .5s ease;
    -webkit-transition: all .5s .5s ease;
}
.circle {
    position: absolute;
    /* background: url(../img/toggle_on.png)no-repeat; */
    width: 58px;
    height: 58px;
    right: 273px;
    top: 400px;
    z-index: 1000;
}
#leftfixed.nav-toggle_end .d_toggle.d_on .btn_on {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 24px;
}
#leftfixed .d_toggle .btn_on {
    position: absolute;
    top: 31px;
    left: 14px;
    transition: all .4s .5s ease;
    -webkit-transition: all .4s .5s ease;
}
#leftfixed.nav-toggle_end .d_toggle.d_on .btn_off {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 24px;
}
#leftfixed .d_toggle .btn_off {
    position: absolute;
    top: 18px;
    left: 14px;
    transition: all .4s .5s ease;
    -webkit-transition: all .4s .5s ease;
}

/*test*/
.quick_box {
    position: absolute;
    top: 130px;
    right: 0;
    width: 0px;
    border: 1px solid #ccc;
    border-right: 0;
    background: #fff;
    z-index: 9999;
}
.quick_box .login_box {
    position: relative;
    padding: 22px 10px 18px;
    border-bottom: 1px solid #ccc;
}
.quick_box .login_box h3 {
    font-size: 16px;
}
.mb15 {
    margin-bottom: 15px;
}
.hidden {
    position: absolute;
    left: -9999em;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.quick_box .login_box .form_box_q {
    width: 100%;
}
.quick_box .login_box .form_box_q .quick_text {
    width: 80px;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 5px 10px;
    background: #fbfbfb;
    color: #aaa;
}
.quick_box .login_box .form_box_q {
    width: 100%;
}
.quick_box .login_box .quick_pw .quick_text {
    border-top: 0;
}
.quick_box .login_box .sumit_box_q {
    padding: 10px 0;
}

/* 상단 ad animation */
@keyframes medalani{
	0%{
		opacity: 0
	}
	100%{
		opacity: 1
	}
}


/* 상단 ad */
#river_ad{overflow:hidden;}
.river_best_inner{display:flex; align-items:center; max-width:50%; margin: 0 auto; }
#river_best{overflow:hidden; width:100%; background:rgba(116, 106, 175, 1); padding: 5px 0;}
#river_best img{width:100%; height: 100%; object-fit:cover; margin: 15px 0;}
#river_ad img{width:calc(100%/2);height:auto;float:left;}
#river_best .medal{margin-right:20px; animation: medalani 0.7s ease-in-out infinite alternate; opacity:0 }
#river_best .medal.mark{margin-right:20px; animation: unset; opacity:1}

.banner-item{
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 15px 0;
}
#river_best .banner-item img{
    width: unset;
    height: unset;
    object-fit: contain;
	
}








/* nav 전체 */
#river_all_wrap {width:100%;min-width:1000px;margin:0 auto;}
#river_nav_all_wrap {width:100%;min-width:1000px;margin:0 auto;}
/* top_nav */
#river_top_nav{display:block;width:100%;height:40px;background:#746aaf;}
#river_top_nav_wrap{display:block;width:1000px;height:40px;margin:0 auto;overflow:hidden;}
#river_top_nav_wrap h2{float:left;cursor:pointer;}
#river_top_nav_wrap ul{float:right;overflow:hidden;width:320px;height:40px;}
#river_top_nav_wrap ul li{display:inline;margin-top:11px;}
#river_top_nav_wrap ul li a{text-align:center;color:white;}

/* logo */
#river_logo{
	background:white;
	}
#river_logo_wrap{
	width:1000px;
	height:140px;
	margin:0 auto;
	overflow:hidden;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	}
#river_logos{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 180px;
}

.logo_wrap{
	display:flex; 
	flex-direction: 
	column; align-items:center;
}


.logo02{
	width: 180px;
	height: 30px;
	margin-top: 10px;
}

#river_logo_wrap h1{
	padding-top:15px;
	float:left;
	cursor:pointer;
	}	 
#river_logo_wrap h3{
	padding-top:
	10px;
	float:left;
	}
#river_logo_wrap h3 img{
	width:220px; 
	height: 37px;
	}

/* 로고 옆 검색창 */
#river_logo_wrap #river_input_wrap{
	float:right;
	width:280px;
	height:40px;
	border:2px solid #c3addd;
	border-radius:30px;
	margin-top:50px;
	margin-right:1px;
	overflow:hidden;
	}
#river_logo_wrap #river_input_wrap input{
	float:left;
	border:white;
	position:relative;
	left:30px;
	top:12px;
	}
#river_logo_wrap #river_input_wrap .river_btn{
	width:25px;
	height:25px;
	float:right;
	margin-right:20px;
	margin-top:3px;
	border: 0;
	background: #fff;
	cursor: pointer;
	}
#river_logo_wrap #river_input_wrap i{
	color:#c3addd;
	cursor:pointer;
	}

/* bottom_nav */
#river_bottom_nav{width:100%;height:60px;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;}
#river_bottom_nav_wrap{width:1200px;height:60px;margin:0 auto;}
#river_bottom_nav_wrap ul{width:1200px;height:60px;margin:0 auto;}
#river_bottom_nav_wrap ul li{float:left;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:15.5px;text-align:center;border-left:1px solid #ebebeb;padding:20px;cursor:pointer;}
#river_bottom_nav_wrap ul li:first-child{padding:20px 30px;}
#river_bottom_nav_wrap ul li:nth-child(2){padding:20px 35px;}
#river_bottom_nav_wrap ul li:nth-child(3){padding:20px 40px;}
#river_bottom_nav_wrap ul li:nth-child(4){padding:20px 30px;}
#river_bottom_nav_wrap ul li:nth-child(5){padding:20px 30px;}
#river_bottom_nav_wrap ul li:last-child{padding:20px 42px;border-right:1px solid #ebebeb;}
#river_bottom_nav_wrap ul li a{color:black;}

/* 드롭다운메뉴 */
#river_drop_down{width:100%;height:250px;display:none;border-bottom:1px solid #ebebeb;background:white;position:absolute;z-index:3;}
#river_drop_down_wrap{width:1200px;height:250px;margin:0 auto;}
#river_drop_down_wrap ul{float:left;margin:10px 50px 0;width:130px;text-align:center;}
#river_drop_down_wrap ul:nth-child(1){margin-left:14px;}
#river_drop_down_wrap ul:nth-child(2){margin-left:10px;}
#river_drop_down_wrap ul:nth-child(3){margin-left:6px;}
#river_drop_down_wrap ul:nth-child(4){margin-left:-30px;}
#river_drop_down_wrap ul:nth-child(5){margin-left:-20px;}
#river_drop_down_wrap ul:nth-child(6){margin-right:40px;}
#river_drop_down_wrap ul li{margin:6px 0;text-align:center;height:25px;line-height:25px;}
#river_drop_down_wrap ul li a{color:black;text-decoration:none;}

	/* 여기부터 세부페이지 */
		/* 세부페이지 산후도우미 회사소개 */
/* 상단 흑백 이미지 */ 
#river_help_top_img{height: 273px; background: url("http://fmmom.com/images/head01.png") no-repeat;line-height: 273px;background-size: cover;}
#river_help_top_img .guide_1000 {width: 1000px; margin: 0 auto;}
#river_help_top_img h3{ border: 0px solid red; font-family: 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; font-size: 30px; font-weight: bold; color: white;text-align: center;}



/* 상단 이미지 밑 네비영역 */
#river_top_img_nav{width:100%;height:50px;background:#563957;}
#river_top_img_nav ul{width:1000px;height:50px;margin:0 auto;overflow:hidden;}
#river_top_img_nav ul li{float:left;height:50px;border-left:1px solid #6d4d6e;}
#river_top_img_nav ul li p{margin:15px 0 0 25px;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;color:#e6d0e4;}
#river_top_img_nav ul li:first-child{width:207px;}

/* 산후도우미 에프엠 설명 */
#river_fm_ex{width:100%;height:395px;background:white;}
#river_fm_ex img{display:block;margin:0 auto;padding-top:80px;}
#river_fm_ex p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:40px;color:#464444;}

/* fm산후도우미는 */
#river_fm_about{width:100%;height:320px;background:#f1e9f1;}
#river_fm_about h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:75px;margin-bottom:15px;}
#river_fm_about span{display:block;width:36px;height:1px;background:#401433;margin:0 auto;}
#river_fm_about p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:15px;color:#464444;}

/* fm산후관리사 선발 기준 */
#river_fm_select{width:100%;height:1155px;background:white;}
#river_fm_select > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:75px;margin-bottom:15px;}
#river_fm_select > h4 img{width:26px;height:26px;margin-bottom:-4px;margin-right:10px;}
#river_fm_select > p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:20px;color:#464444;}
/* 아이콘영역 */
#river_icon_box{width:356px;height:786px;border:1px solid #ddd;padding:0 100px;margin:0 auto;position:relative;top:9%;overflow:hidden;}
#river_icon_box .river_icon{width:356px;height:100px;text-align:center;;margin-bottom:61px;overflow:hidden;}
#river_icon_box .river_icon img{float:left;}
#river_icon_box .river_icon p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:20px;font-weight:normal;color:#3d3b3b;line-height:100%;margin:20px 0px;}

		/* 찾아오시는길 */
#river_how_come{width:100%;height:780px;background:green;}
#river_map{width:100%;height:550px;padding-top:15px;background:yellow;}
#river_map_text{width:1000px;height:215px;margin:0 auto;background:blue;}

		/* 산모신생아건강관리사 상단 이미지 */
#river_health_care_top_img{ height: 273px; background: url("http://fmmom.com/images/head02.png") no-repeat;line-height: 273px;background-size:cover;}
#river_health_care_top_img .guide_1000 {width: 1000px; margin: 0 auto;}
#river_health_care_top_img h3{ border: 0px solid red; font-family: 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; font-size: 30px; font-weight: bold; color: white;text-align: center;}

		/* 산후도우미 서비스 세부내용 텍스트 */
#river_fm_detail{width:100%;height:280px;background:#fff;}
#river_fm_detail h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:90px;margin-bottom:15px;}
#river_fm_detail span{display:block;width:36px;height:1px;background:#401433;margin:0 auto;}
#river_fm_detail p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:15px;color:#464444;}
		
		/* 산후도우미 서비스 세부내용 위치잡는 */
.river_health_care_detail_wrap_fix{width:100%;height:400px;background:white;overflow:hidden;}
.river_health_care_detail_wrap_fix:nth-child(even){background:#f3eff3;}
.river_health_care_detail_pic{width:1000px;height:400px;display:block;margin:0 auto;}
#river_white_fix_top > img{float:left;margin-top:80px;}
#river_white_fix_top > ul{float:right;margin-top:80px;}
#river_white_fix_top > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-bottom:10px;}
#river_white_fix_top > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:180%;}

#river_white_fix_bot > img{float:left;margin-top:80px;}
#river_white_fix_bot > ul{float:right;margin-top:80px;}
#river_white_fix_bot > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-bottom:10px;}
#river_white_fix_bot > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:180%;}

#river_purple_fix_top > img{float:right;margin-top:80px;}
#river_purple_fix_top > ul{float:left;margin-top:80px;}
#river_purple_fix_top > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-bottom:10px;}
#river_purple_fix_top > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:180%;}

#river_purple_fix_bot > img{float:right;margin-top:80px;}
#river_purple_fix_bot > ul{float:left;margin:80px 0 0 80px;}
#river_purple_fix_bot > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-bottom:10px;}
#river_purple_fix_bot > ul{margin-top:130px;}
#river_purple_fix_bot > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:180%;}

		/* 행복한 산후조지를 위하여 이것만은 지켜주세요 */
#river_please{width:1000px;height:1550px;margin:0 auto;}
#river_please > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#747474;padding:75px 0 0 50px;margin-bottom:60px;}
#river_please > h4 img{width:26px;height:26px;margin-bottom:-7px;margin-right:12px;}
.river_please_list{overflow:hidden;margin:30px 30px 30px 65px;padding-left:0px;border-bottom:1px solid #b5b5b5;}
.river_please_list:last-child{border:none;}
.river_please_list > img{display:block;float:left;margin-right:20px;}
.river_please_list > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#666;margin-left:0px;}
.river_please_list > p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:150%;margin-top:5px;}
#river_please_one{width:760px;height:115px;}
#river_please_two{width:760px;height:200px;}
#river_please_two > img{padding-bottom:40px;}
#river_please_three{width:760px;height:180px;}
#river_please_three > img{padding-bottom:40px;}
#river_please_four{width:760px;height:160px;}
#river_please_five{width:760px;height:160px;}
#river_please_six{width:760px;height:225px;}
#river_please_six > img{padding-bottom:80px;}
#river_please_seven{width:760px;height:100px;}
		
		/* 산후간리사 표준 일과 및 프로그램 */
#river_fm_time_top_text{width:100%;height:280px;background:#fff;}
#river_fm_time_top_text h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:90px;margin-bottom:15px;}
#river_fm_time_top_text span{display:block;width:36px;height:1px;background:#401433;margin:0 auto;}
#river_fm_time_top_text p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:15px;color:#464444;}

		/* 서비스 표준 일과표 */
#river_time{width:1000px;height:715px;margin:0 auto;background:white;}
#river_time > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#747474;padding:55px 0 0 0;margin-bottom:60px;}
#river_time > h4 img{width:26px;height:26px;margin-bottom:-7px;margin-right:12px;}
#river_time > img{display:block;margin:0 auto;}
		/* 하루 일정 시간세분화 */
#river_time_detail{width:1000px;height:1590px;margin:0 auto;background:white;}
#river_time_detail > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#747474;padding:55px 0 0 0;margin-bottom:60px;}
#river_time_detail > h4 img{width:26px;height:26px;margin-bottom:-7px;margin-right:12px;}
#river_time_detail > .river_time_detail_text{width:1000px;background:white;border-bottom:1px dotted #a4a4a4;}
#river_time_detail > .river_time_detail_text:nth-child(2){height:380px;}
#river_time_detail > .river_time_detail_text:nth-child(3){height:190px;}
#river_time_detail > .river_time_detail_text:nth-child(4){height:305px;}
#river_time_detail > .river_time_detail_text:nth-child(5){height:365px;}

.river_time_detail_text{overflow:hidden;}
.river_time_detail_text_box{width:490px;height:500px;float:left;border-right:1px dotted #a4a4a4;}
.river_time_detail_text_box:nth-child(even){border:none;}
.river_time_detail_text_box h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;font-weight:normal;margin:25px 0 0 70px;}
.river_time_detail_text_box li{margin-left:70px;line-height:250%;}
.river_time_detail_text_box li p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;font-weight:normal;}
.river_time_detail_text_box li strong{font-size:14px;font-weight:normal;color:red;}
.river_time_detail_text_box:nth-child(2) > li{line-height:210%;}
#river_time_detail > .river_time_detail_text:nth-child(4) > .river_time_detail_text_box{padding-top:30px;}
#river_time_detail > .river_time_detail_text:nth-child(4) > .river_time_detail_text_box:last-child > li{line-height:250%;}
#river_time_detail > .river_time_detail_text:nth-child(5) > .river_time_detail_text_box{padding-top:30px;}
#river_time_detail > .river_time_detail_text:nth-child(5) > .river_time_detail_text_box:last-child > li{line-height:250%;}
#river_time_detail > .river_time_detail_text:nth-child(6){border:none;}
#river_time_detail > .river_time_detail_text:nth-child(6) > p{text-align:right;margin-top:20px;}

		/* 산후관리사 선발과정 */
		/* 앞부분 글자 */
#river_fm_select_top_text{width:100%;height:240px;background:#fff;}
#river_fm_select_top_text h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:90px;margin-bottom:15px;}
#river_fm_select_top_text span{display:block;width:36px;height:1px;background:#401433;margin:0 auto;}
#river_fm_select_top_text p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:15px;color:#464444;}

		/* 산후관리사 선발과정 그림 */
.river_fm_select{width:1000px;height:330px;background:white;margin:0 auto;overflow:hidden;}
.river_fm_select_pic_box{width:335px;height:310px;background:white;}
.river_fm_select_pic_box img{display:block;margin:0 auto;}
.river_fm_select_text_box{width:300px;height:170px;background:white;margin:15px;box-shadow:5px 2px 10px #8f8f8f;}
.river_fm_select_text_box_title{width:300px;height:40px;background:#cabedd;}
.river_fm_select_text_box_title p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:20px;font-weight:bold;color:white;text-align:center;line-height:40px;}
.river_fm_select_text_box_content{width:300px;height:115px;background:white;overflow:hidden;}
.river_fm_select_text_box_content p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:150%;color:#444;margin-top:40px;}
.river_fm_select_pic_box:first-child{float:left;}
.river_fm_select_pic_box:last-child{float:right;}
.river_fm_select_arrow_box{float:left;}
.river_fm_select_arrow_box > img{display:block;margin:55px 125px 125px 125px;}

#river_fm_select_text_box_content_four_line p{margin-top:5px;}

		/* 보수교육 */
.river_fm_select_fix_edu{width:990px;height:170px;background:white;margin:0 auto;overflow:hidden;}
.river_fm_select_fix_edu_text_box{width:960px;height:145px;background:white;margin:15px;box-shadow:5px 2px 10px #8f8f8f;}
.river_fm_fix_edu_text_box_title{width:960px;height:30px;background:#cabedd;margin:0 auto;}
.river_fm_fix_edu_text_box_title p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:20px;font-weight:bold;color:white;text-align:center;line-height:150%;}
.river_fm_fix_edu_text_box_content{width:960px;height:115px;background:white;overflow:hidden;}
.river_fm_fix_edu_text_box_content p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:18px;text-align:center;line-height:150%;color:#444;margin-top:30px;}

		/* 올바른 산후조리 산후도우미의 정석 */
.river_fm_select_bottom_logo{width:1000px;height:300px;margin:0 auto;}
.river_fm_select_bottom_logo p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:28px;font-weight:bold;text-align:center;color:#401433;margin-top:100px;}
.river_fm_select_bottom_logo img{display:block;margin:0 auto;padding-top:50px;}

		/* 에프엠 산후관리사는 */
.river_who_detail_wrap_fix{width:100%;height:400px;background:white;overflow:hidden;}
#river_who_detail_wrap_fix_two{width:100%;height:700px;background:#f9f7f9;margin:0 auto;overflow:hidden;}
.river_who_detail_wrap_fix:nth-child(even){background:#f3eff3;}
.river_who_detail_pic{width:1000px;height:400px;display:block;margin:0 auto;}

#river_fix_top > img{float:right;margin-top:80px;width:40%;height:auto;}
#river_fix_top > ul{float:left;margin-top:80px;}
#river_fix_top > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-bottom:10px;}
#river_fix_top > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:180%;}

#river_fix_bot{width:1000px;height:700px;background:#f9f7f9;}
#river_fix_bot > img:first-child{float:right;margin-top:80px;}
#river_fix_bot > img:nth-child(2){float:left;margin-top:80px;}
#river_fix_bot > ul{float:left;margin-top:70px;}
#river_fix_bot > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:220%;}

.river_who_last_white{width:100%;height:100px;background:white;}

		/* 행복한 산후조지를 위하여 이것만은 지켜주세요 */
#river_fm_rules{width:100%;height:240px;background:#fff;}
#river_fm_rules h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:90px;margin-bottom:25px;}
#river_fm_rules span{display:block;width:36px;height:1px;background:#401433;margin:0 auto;}
#river_fm_rules p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:25px;color:#464444;}

#river_rule{width:1000px;height:840px;margin:0 auto;}

.river_rule_list{overflow:hidden;margin:30px 30px 30px 0;padding-left:10px;border-bottom:0px solid #b5b5b5;}
.river_rule_list:last-child{border:none;}
.river_rule_list > img{display:block;float:left;margin:0 20px 20px 0;}
.river_rule_list > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#666;margin:30px 0 0 20px;}
.river_rule_list > p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:150%;margin-top:5px;}

		/* 산후도우미 준수사항 마지막 border-radius박스 */
#river_rule_bottom_box{width:1000px;height:165px;background:#f8f8f8;margin:0 auto;border-radius:20px;margin-bottom:50px;}
#river_rule_bottom_box p{color:#674568;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;text-align:center;line-height:180%;padding-top:20px;}

#river_last_white_box{width:100%;height:25px;background:white;}

		/* 이용안내 상단 이미지 */
#river_how_to_use_top_img{ height: 273px; background: url("/images/head03.png") no-repeat;line-height: 273px;background-size:cover;}
#river_how_to_use_top_img .guide_1000 {width: 1000px; margin: 0 auto;}
#river_how_to_use_top_img h3{ border: 0px solid red; font-family: 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; font-size: 30px; font-weight: bold; color: white;text-align: center;}

		/* 이용안내 서비스 이용절차 */
#river_fm_how_to_use{width:100%;height:220px;background:#fff;}
#river_fm_how_to_use h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:90px;margin-bottom:25px;}
#river_fm_how_to_use span{display:block;width:36px;height:1px;background:#401433;margin:0 auto;}
#river_fm_how_to_use p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:25px;color:#464444;}

		/* 서비스 이용절차 리스트 */
#river_use_rule{width:1000px;height:720px;margin:0 auto;}

.river_use_rule_list{overflow:hidden;margin:30px 30px 30px 0;padding-left:80px;border-bottom:0px solid #b5b5b5;}
.river_use_rule_list:last-child{border:none;}
.river_use_rule_list > img{display:block;float:left;margin:0 20px 20px 0;}
.river_use_rule_list:nth-child(3){overflow:hidden;margin:30px 30px 30px 0;padding:0 0 0 80px;border-bottom:0px solid #b5b5b5;}
.river_use_rule_list:nth-child(3) > img{margin-bottom:100px;}
.river_use_rule_list:nth-child(4){overflow:hidden;margin:30px 30px 30px 0;padding:0 0 0 80px;border-bottom:0px solid #b5b5b5;}
.river_use_rule_list:nth-child(4) > img{margin-bottom:50px;}
.river_use_rule_list > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#666;margin:0px 0 0 0px;}
.river_use_rule_list > p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:150%;margin-top:10px;}
.river_use_rule_list:nth-child(3) > p{line-height:150%;}
.river_use_rule_list:nth-child(4) > p{line-height:150%;}

		/* 서비스 이용절차 밑 순환그래프 */
	/* 산후관리사 선발과정 그림 */
.river_fm_how_to_use_pic{width:800px;height:300px;background:white;margin:0 auto;overflow:hidden;}
.river_fm_how_to_use_pic_pic_box{width:335px;height:310px;background:white;}
.river_fm_how_to_use_pic_pic_box img{display:block;margin:0 auto;}
.river_fm_how_to_use_pic_text_box{width:300px;height:170px;background:white;margin:15px;box-shadow:3px 2px 10px #8f8f8f;}
.river_fm_how_to_use_pic_text_box_title{width:300px;height:40px;background:#cabedd;}
.river_fm_how_to_use_pic_text_box_title p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:20px;font-weight:bold;color:white;text-align:center;line-height:40px;}
.river_fm_how_to_use_pic_text_box_content{width:300px;height:115px;background:white;overflow:hidden;}
.river_fm_how_to_use_pic_text_box_content p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:150%;color:#444;margin-top:30px;}
.river_fm_how_to_use_pic_pic_box:first-child{float:left;}
.river_fm_how_to_use_pic_pic_box:last-child{float:right;}
.river_fm_how_to_use_pic_arrow_box{float:left;}
.river_fm_how_to_use_pic_arrow_box > img{display:block;margin:60px 20px 20px 20px;}
.river_fm_how_to_use_pic_arrow_box_two{float:left;}
.river_fm_how_to_use_pic_arrow_box_two > img{display:block;margin:25px 0px 0px 130px;}

#river_fm_how_to_use_text_box_content_three_line p{margin-top:18px;}

		/* 서비스 대여용품 상단 텍스트 */
#river_fm_borrow{width:100%;height:360px;background:#fff;}
#river_fm_borrow h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:90px;margin-bottom:15px;}
#river_fm_borrow span{display:block;width:36px;height:1px;background:#401433;margin:0 auto;}
#river_fm_borrow p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:15px;color:#464444;}
		
		/* 대여용품 리스트 */
.river_borrow_item_detail_wrap_fix{width:100%;height:440px;background:white;overflow:hidden;}
.river_borrow_item_detail_wrap_fix:nth-child(even){background:#f3eff3;}
.river_borrow_item_detail_pic{width:1000px;height:440px;display:block;margin:0 auto;}
#river_borrow_item_top > img{float:left;margin-top:80px;width:250px;}
#river_borrow_item_top > ul{float:right;margin-top:100px;}
#river_borrow_item_top > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:25px;font-weight:bold;color:#666;margin-bottom:10px;}
#river_borrow_item_top > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:20px;font-weight:normal;color:#666;line-height:180%;}

#river_borrow_item_mid > img{float:right;margin-top:90px;width:20%;}
#river_borrow_item_mid > ul{float:left;margin-top:80px;}
#river_borrow_item_mid > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:25px;font-weight:bold;color:#666;margin-bottom:10px;}
#river_borrow_item_mid > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:20px;font-weight:normal;color:#666;line-height:180%;}

#river_borrow_item_bot > img{float:left;margin-top:90px;width:30%;}
#river_borrow_item_bot > ul{float:right;margin-top:120px;}
#river_borrow_item_bot > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:25px;font-weight:bold;color:#666;margin-bottom:10px;}
#river_borrow_item_bot > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:20px;font-weight:normal;color:#666;line-height:180%;}

#river_borrow_item_down > img{float:left;margin-top:80px;width:200px;}
#river_borrow_item_down > ul{float:right;margin-top:100px;}
#river_borrow_item_down > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:25px;font-weight:bold;color:#666;margin-bottom:10px;}
#river_borrow_item_down > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:20px;font-weight:normal;color:#666;line-height:180%;}



#river_borrow_item_title{width:1100px;height:50px;margin:0 auto;}
#river_borrow_item_title img{float:left;margin:10px;}
#river_borrow_item_title p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:36px;font-weight:bold;color:#ad84ad;}

		/* 산후관리사모집 상단 흑백 이미지 */
#river_need_top_img{ height: 273px; background: url("/images/head05.png") no-repeat;line-height: 273px;background-size:cover;}
#river_need_top_img .guide_1000 {width: 1000px; margin: 0 auto;}
#river_need_top_img h3{ border: 0px solid red; font-family: 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; font-size: 30px; font-weight: bold; color: white;text-align: center;}

		/* 출산육아정보 */
#river_fm_baby {height: 273px; background: url("/images/head04.png") no-repeat;line-height: 273px;background-size:cover;}
#river_fm_baby .guide_1000 {width: 1000px; margin: 0 auto;}
#river_fm_baby h3{border: 0px solid red; font-family: 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; font-size: 30px; font-weight: bold; color: white;text-align: center;}


		/* 모집안내 상단 */
#river_fm_need{width:100%;height:855px;background:white;}
#river_fm_need > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:75px;margin-bottom:15px;}
#river_fm_need > h4 img{width:26px;height:26px;margin-bottom:-4px;margin-right:10px;}
#river_fm_need > p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:20px;color:#464444;}

		/* 모집안내 자격조건 */
#river_fm_need_title{width:1000px;height:120px;margin:0 auto;overflow:hidden;padding-left:0px;}
#river_fm_need_title h4 img{margin-top:3px;display:block;float:left;}
#river_fm_need_title h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:27px;color:#9cb079;padding-top:1px;margin-left:10px;}

		/* 모집안내 내용 */
.river_fm_need{width:1000px;height:300px;background:white;margin:0 auto;overflow:hidden;}
.river_fm_need_pic_box{width:230px;height:350px;background:white;float:left;margin:0 17px;}
.river_fm_need_pic_box img{display:block;margin:0 auto;width:80%;}
.river_fm_need_text_box{width:230px;height:150px;background:white;box-shadow:3px 2px 5px #8f8f8f;margin-top:20px;}
.river_fm_need_text_box_title{width:230px;height:40px;background:#cabedd;}
.river_fm_need_text_box_title p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:15px;font-weight:bold;color:white;text-align:center;line-height:40px;}
.river_fm_need_text_box_content{width:230px;height:90px;background:white;overflow:hidden;}
.river_fm_need_text_box_content p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:13px;text-align:center;line-height:150%;color:#444;margin-top:10px;}
.river_fm_need_circle_box{float:left;overflow:hidden;margin:10px;}
.river_fm_need_circle_box > img{display:block;float:left;margin:80px 0 0 0;}

#river_fm_need_text_box_content_four_line p{margin-top:5px;}

		/* 세부내용 정리 */
#river_fm_need_text_box_content_one p{padding-top:5px;}
#river_fm_need_text_box_content_two p{margin-top:7px;}
#river_fm_need_text_box_content_three p{padding-top:15px;}

		/* 문의전화 */
#river_fm_need_call_wrap{width:100%;height:280px;background:white;}

#river_fm_need_call_title{width:1000px;height:120px;margin:0 auto;overflow:hidden;padding-left:0px;}
#river_fm_need_call_title h4 img{margin-top:3px;display:block;float:left;}
#river_fm_need_call_title h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:27px;color:#9cb079;padding-top:1px;margin-left:10px;}

#river_need_call{width:1000px;height:110px;background:#e3dded;margin:0 auto;}
#river_need_call p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:20px;color:#0b0b0b;text-align:center;padding-top:25px;}

		/* 정부지원 바우처 서비스 안내 */
#river_gov_help_all_wrap{width:100%;height:11100px;background:white;}

		/* 산모 신생아 바우처 지원대상 */
#river_gov_help_who{width:1000px;height:780px;background:white;margin:0 auto;}
#river_gov_help_who h4{overflow:hidden;}
#river_gov_help_who h4 img{float:left;}
#river_gov_help_who h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:24px;font-weight:bold;color:#464444;margin-left:7px;}

#river_gov_help_who ul{margin-top:70px;}
#river_gov_help_who ul li h5{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:20px;font-weight:normal;color:red;line-height:130%;}
#river_gov_help_who ul li p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:170%;}

		/* 지원대상 표 */
#river_gov_help_table{width:1000px;height:265px;background:white;margin:0 auto;border:1px solid #ddd;overflow:hidden;margin-top:40px;}
#river_gov_help_table p{text-align:center;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:14px;font-weight:normal;color:#666;height:35px;line-height:35px;}
#river_gov_help_table_title{width:1000px;height:47px;line-height:47px;background:#eee;float:left;border-bottom:1px solid #ddd;}
#river_gov_help_table_content{width:500px;height:265px;background:white;float:left;}
#river_gov_help_table_content:nth-child(2){width:499px;border-right:1px solid #ddd;}
#river_gov_help_table div:nth-child(1) p{margin-top:5px;}
#river_gov_help_table_content:nth-child(2) p{text-align:left;display:inline-block;margin:25px 0 0 150px;}
#river_gov_help_table_content:nth-child(3) p{text-align:left;display:inline-block;margin:25px 0 0 120px;}
		
		/* 산모 신생아 바우처 신청 */
#river_gov_help_request{width:1000px;height:620px;background:white;margin:0 auto;}
#river_gov_help_request h4{overflow:hidden;}
#river_gov_help_request h4 img{float:left;}
#river_gov_help_request h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:24px;font-weight:bold;color:#464444;margin-left:7px;}
		/* 바우처 신청 내용 */
#river_gov_help_request ul{margin-top:70px;}
#river_gov_help_request ul li h5{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:20px;font-weight:normal;color:red;line-height:130%;}
#river_gov_help_request ul li p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:170%;}

#river_gov_help_flow{width:100%;height:600px;border-bottom:1px solid #d7d4d7;background:white;}
#river_gov_help_flow_content{width:1000px;height:600px;background:white;margin:0 auto;}
#river_gov_help_flow_content h4{overflow:hidden;}
#river_gov_help_flow_content h4 #river_gov_help_flow_content_purple_box{width:4px;height:25px;background:#ad84ad;float:left;}
#river_gov_help_flow_content h4 img{float:left;}
#river_gov_help_flow_content h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-left:12px;margin-bottom:10px;}
				

		/* 바우처 자격 신청 및 처리 흐름도 표 */

#river_money_table_basic_flow{border-collapse:collapse;width:1000px;margin:0 auto;border-top:1px solid #d7d4d7;border-bottom:1px solid #d7d4d7;}
#river_money_table_basic_flow tr{background:#fff;border:1px solid #d7d4d7;}
#river_money_table_basic_flow tr:nth-child(1){background:#ededed;height:50px;}
#river_money_table_basic_flow tr:nth-child(2){background:#ffffff;}
#river_money_table_basic_flow td{line-height:40px;height:40px;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:14px;font-weight:normal;color:#464444;text-align:center;border:1px solid #d7d4d7;}
#river_money_table_basic_flow tr:nth-child(7) td:last-child{text-align:left;padding-left:30px;line-height:40px}

#river_gov_help_flow_table{width:1000px;height:465px;background:white;border-top:1px solid #d7d4d7;border-right:1px solid #d7d4d7;border-left:1px solid #d7d4d7;border-bottom:1px solid #d7d4d7;margin-top:60px;}
#river_gov_help_flow_table_title{width:100%;height:40px;background:#ededed;border-bottom:1px solid #d7d4d7;}
#river_gov_help_flow_table_title div{width:33.2%;height:40px;background:#ededed;float:left;text-align:center;border-right:1px solid #d7d4d7;border-left:1px solid #d7d4d7;}
#river_gov_help_flow_table_title div p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:14px;font-weight:normal;color:#464444;text-align:center;height:45px;line-height:45px;}
#river_gov_help_flow_table_title div:nth-child(3){border:none;}

#river_gov_help_flow_table_content{width:100%;height:115px;}
#river_gov_help_flow_table_content div{width:33.2%;height:114px;background:white;float:left;text-align:center;border-right:1px solid #d7d4d7;}
#river_gov_help_flow_table_content div p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:18px;font-weight:normal;color:#464444;text-align:center;margin-top:45px;}
#river_gov_help_flow_table_content div:nth-child(2) p{text-align:left;margin:40px 0 0 20px;line-height:180%;}
#river_gov_help_flow_table_content div:nth-child(2){border-right:1px solid #d7d4d7;}
#river_gov_help_flow_table_content div:nth-child(3) p{text-align:left;margin:8px 0 0 20px;line-height:180%;}
#river_gov_help_flow_table_content div:nth-child(3){border-right:none;}

#river_gov_help_flow_table_content_last{width:100%;height:60px;}
#river_gov_help_flow_table_content_last div{width:33.2%;height:59px;background:white;float:left;text-align:center;border-right:1px solid #d7d4d7;}
#river_gov_help_flow_table_content_last div p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:18px;font-weight:normal;color:#464444;text-align:center;}
#river_gov_help_flow_table_content_last div p{margin-top:20px;}
#river_gov_help_flow_table_content_last div:nth-child(2) p{text-align:left;margin:12px 0 0 20px;line-height:180%;}
#river_gov_help_flow_table_content_last div:nth-child(2){border-right:1px solid #d7d4d7;}
#river_gov_help_flow_table_content_last div:nth-child(3) p{text-align:left;margin:12px 0 0 20px;line-height:180%;}
#river_gov_help_flow_table_content_last div:nth-child(3){border-right:none;}
.river_table_fix{padding-top:15px;}

		/* fm바우처 요금표 */
#river_fm_gov_help_service{width:100%;height:215px;background:#fff;}
#river_fm_gov_help_service > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:105px;margin-bottom:25px;}
#river_fm_gov_help_service > span{display:block;width:36px;height:1px;background:#401433;margin:0 auto;}
#river_fm_gov_help_service > p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:25px;color:#464444;}
		
 
 
/* index_how_to_use_01  */		
		
		/* fm산후도우미 출퇴근 기본형 서비스 요금표 */
 
#river_money{width:100%;height:3350px;background:white;}
#river_money_table_basic_wrap{width:920px;background:white;margin:0 auto;padding-top:150px;}
#river_money_table_basic_wrap h4{overflow:hidden;}
#river_money_table_basic_wrap h4 #river_money_table_wrap_purple_box{width:4px;height:35px;background:#ad84ad;float:left;}
#river_money_table_basic_wrap h4 img{float:left;}
#river_money_table_basic_wrap h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-left:12px;margin-bottom:10px;}
		
#river_money_table_basic{border-collapse:collapse;width:920px;margin:0 auto;border-top:1px solid #d7d4d7;border-bottom:1px solid #d7d4d7;}
#river_money_table_basic tr{background:#fff;border:1px solid #d7d4d7;}
#river_money_table_basic tr:nth-child(1){background:#ededed;}
#river_money_table_basic tr:nth-child(2){background:#ededed;}
#river_money_table_basic td{line-height:40px;height:40px;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:18px;font-weight:normal;color:#464444;text-align:center;border:1px solid #d7d4d7;}
#river_money_table_basic tr:nth-child(7) td:last-child{text-align:left;padding-left:30px;line-height:40px}


		/* fm산후도우미 출퇴근 고급형 서비스 요금표 */
			
#river_money_table_best_wrap{width:920px;background:white;margin:0 auto;padding-top:100px;}
#river_money_table_best_wrap h4{overflow:hidden;}
#river_money_table_best_wrap h4 #river_money_table_wrap_purple_box{width:4px;height:35px;background:#ad84ad;float:left;}
#river_money_table_best_wrap h4 img{float:left;}
#river_money_table_best_wrap h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-left:12px;margin-bottom:10px;}
		
#river_money_table_best{border-collapse:collapse;width:920px;margin:0 auto;border-top:1px solid #d7d4d7;border-bottom:1px solid #d7d4d7;}
#river_money_table_best tr{background:#fff;border:1px solid #d7d4d7;}
#river_money_table_best tr:nth-child(1){background:#ededed;}
#river_money_table_best tr:nth-child(2){background:#ededed;}
#river_money_table_best td{line-height:40px;height:40px;padding:0 45px;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:18px;font-weight:normal;color:#464444;text-align:center;border:1px solid #d7d4d7;}
#river_money_table_best tr:nth-child(7) td:nth-child(2){text-align:left;padding-left:10px;line-height:40px;height:40px}
#river_money_table_best tr:nth-child(7) td:nth-child(3){text-align:left;padding-left:10px;line-height:40px;height:40px}


/*근무시간 river_money_table_best*/
#river_money_table_time_wrap{width:920px;background:white;margin:0 auto;padding-top:100px;}
#river_money_table_time_wrap h4{overflow:hidden;}
#river_money_table_time_wrap h4 #river_money_table_wrap_purple_box{width:4px;height:25px;background:#ad84ad;float:left;}
#river_money_table_time_wrap h4 img{float:left;}
#river_money_table_time_wrap h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-left:12px;margin-bottom:10px;}
		
#river_money_table_time{border-collapse:collapse;width:920px;margin:0 auto;border-top:1px solid #d7d4d7;border-bottom:1px solid #d7d4d7;}
#river_money_table_time tr{background:#fff;border:1px solid #d7d4d7;}
#river_money_table_time .timetable_title td{background:#ededed;font-size:15px;}
#river_money_table_time tr:nth-child(1){background:#fff;}
#river_money_table_time tr:nth-child(2){background:#fff;}
#river_money_table_time td{line-height:40px;height:40px;padding:0 5px;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:13px;font-weight:normal;color:#464444;text-align:center;border:1px solid #d7d4d7;}
#river_money_table_time tr:nth-child(7) td:nth-child(2){text-align:left;padding-left:10px;line-height:40px;height:40px}
#river_money_table_time tr:nth-child(7) td:nth-child(3){text-align:left;padding-left:10px;line-height:40px;height:40px}



/*커뮤니티상단*/
#river_com_top_img {height: 273px; background: url("http://fmmom.com/images/head06.png") no-repeat;line-height: 273px;background-size:cover;}
#river_com_top_img .guide_1000 {width: 1000px; margin: 0 auto;}
#river_com_top_img h3{border: 0px solid red; font-family: 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; font-size: 30px; font-weight: bold; color: white;text-align: center;}

		
/* 정부지원(바우처)서비스 안내 */
#river_fm_service_about{width:100%;height:330px;background:#fff;}
#river_fm_service_about h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:30px;font-weight:bold;color:#5d3752;text-align:center;padding-top:90px;margin-bottom:25px;}
#river_fm_service_about span{display:block;width:36px;height:1px;background:#401433;margin:0 auto;}
#river_fm_service_about p{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;text-align:center;line-height:180%;margin-top:25px;color:#464444;}
		
		/* 서비스 대상 부터 */
		/* 산후도우미 서비스 세부내용 위치잡는 */
.river_service_about_detail_wrap_fix{width:100%;min-width:1000px;margin:0 auto;height:400px;background:white;overflow:hidden;}
.river_service_about_detail_wrap_fix:nth-child(even){background:#f3eff3;}
.river_service_about_detail_pic{width:1000px;height:400px;display:block;margin:0 auto;}
#river_service_about_white_fix_top > img{float:left;margin-top:80px;}
#river_service_about_white_fix_top > ul{float:left;margin:75px 0 0 50px;}
#river_service_about_white_fix_top > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-bottom:10px;}
#river_service_about_white_fix_top > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:190%;}

#river_service_about_purple_fix_top > img{float:right;margin-top:80px;}
#river_service_about_purple_fix_top > ul{float:left;margin-top:80px;}
#river_service_about_purple_fix_top > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-bottom:10px;}
#river_service_about_purple_fix_top > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:220%;}

#river_service_about_white_fix_bot > img{float:left;margin-top:80px;}
#river_service_about_white_fix_bot > ul{width:1000px;height:270px;padding-top:60px;overflow:hidden;margin:0 auto;}
#river_service_about_white_fix_bot > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-bottom:22px;margin-left:35px;}
#river_service_about_white_fix_bot > ul > li{width:25%;height:250px;background:white;float:left;overflow:hidden;}
.river_service_about_icon_box{width:250px;height:230px;background:white;float:left;}
.river_service_about_icon_box > img{margin:0 auto;padding-bottom:15px;padding-top:5px;}
#river_service_about_white_fix_bot > ul > li > .river_service_about_icon_box > strong{display:inline-block;width:250px;height:40px;background:white;text-align:center;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:bold;color:#666;}
#river_service_about_white_fix_bot > ul > li > .river_service_about_icon_box > img{display:block;}
#river_service_about_white_fix_bot > ul > li > img{margin:120px 0 0 25px;}
#river_service_about_white_fix_bot > ul > li > .river_service_about_icon_box > p{text-align:center;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:16px;font-weight:normal;color:#666;margin-top:10px;}

#river_service_about_purple_fix_bot > img{float:left;margin-top:80px;}
#river_service_about_purple_fix_bot > ul{float:left;margin:75px 0 0 50px;}
#river_service_about_purple_fix_bot > ul > h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin:3px 0;}
#river_service_about_purple_fix_bot > ul > li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:220%;}


		/* 서비스내용 표 */
#river_service_content_wrap{width:100%;min-width:1000px;height:1600px;margin:0 auto;background:#fff;border-bottom:1px solid #d7d4d7;}
#river_service_content{width:1000px;height:1520px;margin:0 auto;background:#fff;}
#river_service_content h4{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin:165px 0 10px 0px;}
#river_service_table_standard{width:1000px;height:640px;border-collapse: collapse;border-bottom:1px solid #d7d4d7;}
#river_service_table_standard tr th{border:1px solid #d7d4d7;background:#ededed;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:14px;font-weight:bold;color:#464444;text-align:center;}
#river_service_table_standard tr td{border:1px solid #d7d4d7;background:#fff;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:14px;font-weight:normal;color:#464444;padding-left:50px;}
#river_service_table_standard tr:nth-child(2) td{background:#ededed;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:14px;font-weight:bold;color:#464444;text-align:center;padding-left:0;}
		
		/* 예시 표 */

#river_service_table_ex{width:1000px;height:585px;border-collapse: collapse;margin-top:140px;border-top:1px solid #d7d4d7;border-bottom:1px solid #d7d4d7;}
#river_service_table_ex tr th{height:10%;}
#river_service_table_ex tr td{height:10%;}
#river_service_table_ex tr:nth-child(2) td{height:20%;}
#river_service_table_ex tr:nth-child(3) td{height:20%;}
#river_service_table_ex tr:nth-child(4) td{height:20%;}
#river_service_table_ex tr th{border:1px solid #d7d4d7;background:#ededed;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:14px;font-weight:bold;color:#464444;text-align:center;}
#river_service_table_ex tr td{border:1px solid #d7d4d7;background:#fff;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:14px;font-weight:normal;color:#464444;line-height:180%;padding-left:50px;}
		
	/* 본인부담금 및 정부지원금 금액 */
#river_gov_help_service{width:1000px;height:2285px;background:white;margin:0 auto;border:0px solid red;}
#river_gov_help_service h3{overflow:hidden;margin-bottom:35px;text-align:center;}
#river_gov_help_service h3 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:18px;font-weight:normal;color:#464444;margin-left:7px;}
#river_gov_help_service h4{overflow:hidden;margin-bottom:35px;}
#river_gov_help_service h4 img{float:left;}
#river_gov_help_service h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:14px;font-weight:bold;color:#464444;margin-left:7px;}

#river_fm_gov_help_service_title_wrap{width:1000px;height:850px;background:white;margin:0 auto;}
#river_fm_gov_help_service_title_wrap h4{overflow:hidden;}
 
#river_fm_gov_help_service_title_wrap h4 #river_gov_help_flow_content_purple_box{width:4px;height:25px;background:#ad84ad;float:left;}
#river_fm_gov_help_service_title_wrap h4 img{float:left;}
#river_fm_gov_help_service_title_wrap h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-left:12px;}


#river_fm_gov_help_service_title_wrapadd{width:1000px;height:550px;background:white;margin:0 auto;margin-top:50px;}
#river_fm_gov_help_service_title_wrapadd h4{overflow:hidden;}
 
#river_fm_gov_help_service_title_wrapadd h4 #river_gov_help_flow_content_purple_box{width:4px;height:25px;background:#ad84ad;float:left;}
#river_fm_gov_help_service_title_wrapadd h4 img{float:left;}
#river_fm_gov_help_service_title_wrapadd h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-left:12px;}



	/* river_service_table_price 정부 지원금 금액 표 */
#river_service_table_price{border-collapse:collapse;width:1000px;height:715px;border:1px solid #d7d4d7;margin-top:10px;}
#river_service_table_price tr td{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:14px;font-weight:normal;color:#464444;text-align:center;line-height:180%;border:1px solid #d7d4d7;}
#river_service_table_price tr:nth-child(1){background:#ededed;}
#river_service_table_price tr:nth-child(1) td{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:14px;font-weight:bold;color:#464444;text-align:center;}
#river_service_table_price tr:nth-child(2){background:#ededed;}
#river_service_table_price tr:nth-child(2) td{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:14px;font-weight:bold;color:#464444;text-align:center;}
#river_service_table_price tr td{}
#river_service_table_price tr td:last-child{}

	/* river_service_table_addprice 추가 금액 표 */
#river_service_table_addprice{border-collapse:collapse;width:1000px;height:355px;border:1px solid #d7d4d7;margin-top:10px;}
#river_service_table_addprice tr td{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:14px;font-weight:normal;color:#464444;text-align:center;line-height:180%;border:1px solid #d7d4d7;}
#river_service_table_addprice tr:nth-child(1){background:#ededed;}
#river_service_table_addprice tr:nth-child(1) td{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:14px;font-weight:bold;color:#464444;text-align:center;}
#river_service_table_addprice tr:nth-child(2){background:#ededed;}
#river_service_table_addprice tr:nth-child(2) td{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:14px;font-weight:bold;color:#464444;text-align:center;}
#river_service_table_addprice tr td{}
#river_service_table_addprice tr td:last-child{}
		
		/* 산모 신생아 건강관리 서비스 이용안내문 부분 css */
#river_how_use_service{width:1000px;height:1320px;border:0px solid Red;ackground:#fff;margin:0 auto;}
#river_how_use_service h4:first-child{padding-top:20px;}
#river_how_use_service ul{width:1000px;height:auto;margin-top:30px;}
#river_how_use_service ul li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:16px;font-weight:normal;color:#666;line-height:35px;}

		
/* index_how_to_use_01  */		
		


		/* 추가비용 */
			
#river_money_table_add_wrap{width:920px;background:white;margin:0 auto;padding-top:100px;}
#river_money_table_add_wrap h4{overflow:hidden;}
#river_money_table_add_wrap h4 #river_money_table_wrap_purple_box{width:4px;height:35px;background:#ad84ad;float:left;}
#river_money_table_add_wrap h4 img{float:left;}
#river_money_table_add_wrap h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-left:12px;margin-bottom:10px;}
		
#river_money_table_add{border-collapse:collapse;width:920px;height:540px;margin:0 auto;border-top:1px solid #d7d4d7;border-bottom:1px solid #d7d4d7;}
#river_money_table_add tr{background:#fff;border:1px solid #d7d4d7;}
#river_money_table_add tr:nth-child(1){background:#ededed;}
#river_money_table_add td{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:14px;font-weight:normal;color:#464444;text-align:center;border:1px solid #d7d4d7;}


	/* 반일제 비용 */
			
#river_money_table_half_wrap{width:920px;height:390px;background:white;margin:0 auto;padding-top:100px;padding-bottom:70px;}
#river_money_table_half_wrap h4{overflow:hidden;}
#river_money_table_half_wrap h4 #river_money_table_wrap_purple_box{width:4px;height:35px;background:#ad84ad;float:left;}
#river_money_table_half_wrap h4 img{float:left;}
#river_money_table_half_wrap h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-left:12px;margin-bottom:10px;}
		
#river_money_table_half{border-collapse:collapse;width:920px;height:340px;margin:0 auto;border-top:1px solid #d7d4d7;border-bottom:1px solid #d7d4d7;}
#river_money_table_half tr{background:#fff;border:1px solid #d7d4d7;}
#river_money_table_half tr:nth-child(1){background:#ededed;}
#river_money_table_half td{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic',sans-sans-serif;font-size:18px;font-weight:normal;color:#464444;text-align:center;border:1px solid #d7d4d7;}
#river_money_table_half tr:nth-child(5) td:last-child{text-align:left;line-height:180%;padding-left:20px;}

	/* 추가 안내 사항 */
#river_money_notice_wrap{width:100%;min-width:1000px;margin:0 auto;margin-top:50px;height:900px;background:#fdfcfd;}
#river_money_notice{width:980px;background:#fdfcfd;margin:0 auto;padding-top:50px;}
#river_money_notice h4{overflow:hidden;}
#river_money_notice h4 #river_money_table_wrap_purple_box{width:4px;height:35px;background:#ad84ad;float:left;}
#river_money_notice h4 img{float:left;}
#river_money_notice h4 p{display:inline-block;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:24px;font-weight:bold;color:#ad84ad;margin-left:12px;margin-bottom:10px;}

#river_money_notice ul{margin-top:10px;}
#river_money_notice ul li{font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-sans-serif;font-size:14px;font-weight:normal;color:#444;line-height:180%;}

/* 윤건희 출산선물 추가 css */

		/* 가이드 라인 박스 미리 잡아놓기 */
		.ri_guide{width:1000px;height:auto;margin:0 auto;overflow:hidden;}
		.ri_fm_gift_text_tit{font-size:24px;font-weight:bold;color:#ad84ad;margin-top:70px;}
		.ri_fm_gift_text_con{font-size:16px;color:#666;line-height:25px;margin-top:30px;}


		/* 출산선물 페이지 윤건희 */
		.ri_fm_gift_tit{width:100%;height:auto;min-width:1000px;margin:0 auto;text-align:center;}
		.ri_fm_gift_tit h3{font-size:30px;font-weight:bold;color:#5d3752;margin-top:85px;}
		.ri_gift_tit_under_line{width:37px;height:1px;background:#401433;margin:0 auto;margin-top:15px;}
		.ri_fm_gift_tit_purple{font-size:18px;font-weight:bold;color:#ad84ad;margin-top:15px;}
		.ri_fm_gift_tit p:last-child{font-size:16px;color:#666;margin-top:10px;margin-bottom:85px;}

		/* 내용 박스 */
		.ri_fm_gift_wrap{width:100%;height:auto;min-width:1000px;margin:0 auto;}
		.ri_fm_gift_wrap img{width:30%;height:auto;margin:74px 0;}
		.ri_fm_gift_text{width:435px;height:296px;margin-top:50px;}

		/* 보라박스 */
		#ri_fm_gift_purple{background:#f3eff3;}
		#ri_fm_gift_purple img{float:left;}
		#ri_fm_gift_purple .ri_fm_gift_text{float:right;}

		/* 릔박스 */
		#ri_fm_gift_white img{float:right;}
		#ri_fm_gift_white .ri_fm_gift_text{float:left;}


		/* 가이드 라인 박스 미리 잡아놓기 */
		
		
		.ri_fm_food_text_tit{font-size:24px;font-weight:bold;color:#ad84ad;}
		.ri_fm_food_text_con{font-size:16px;color:#666;line-height:30px;margin-top:30px;}


		/* 출산선물 페이지 윤건희 */
		.ri_fm_food_tit{width:100%;height:auto;min-width:1000px;margin:0 auto;text-align:center;}
		.ri_fm_food_tit h3{font-size:30px;font-weight:bold;color:#5d3752;;}
		.ri_food_tit_under_line{width:37px;height:1px;background:#401433;margin:0 auto;margin-top:15px;}
		.ri_fm_food_tit_purple{font-size:24px;font-weight:bold;color:#ad84ad;margin-top:90px;}
		.ri_fm_food_tit_expl{font-size:16px;color:#666;margin-top:40px;margin-bottom:140px;line-height:30px;}

		.ri_fm_food_tit img{display:block;margin:0 auto;margin-bottom:140px;}
		
		/* 내용 박스 */
		.ri_fm_food_wrap{width:100%;height:auto;min-width:1000px;margin:0 auto;}
		
		.ri_fm_food_text{width:1000px;height:auto;margin-top:50px;}

		/* 보라박스 */
		#ri_fm_food_purple{background:#f3eff3;}
		.ri_fm_food_img_wrap{width:892px;height:244px;margin:0 auto;overflow:hidden;margin-top:70px;}
		.ri_fm_food_img_wrap img:first-child{float:left;}
		.ri_fm_food_img_wrap img:last-child{float:right;}
		#ri_fm_food_purple .ri_fm_gift_text{width:1000px;height:auto;}

		/* 릔박스 */
		.ri_fm_food_table{width:100%;height:1250px;border-collapse:collapse;text-align:center;line-height:25px;}
		.ri_fm_food_table tr td{border:1px solid #e6e6e6;font-size:14px;color:#666;}
		.ri_fm_food_table_bg{background:#eee;}
		
		.ri_fm_tb_detail{margin-top:15px;margin-bottom:75px;}
		.ri_fm_tb_detail p{font-size:14px;color:#666;line-height:20px;}

/* 베이비시터 추가 20240116 */


.font27{
	font-size: 27px;
}
.font25{
	font-size: 25px;
}
.font20{
    font-size: 20px;
}
.font18{
	font-size: 18px;
}
.font15{
	font-size: 15px;
}
.text-color{
	color: #ad84ad
}

.gray-color1{
	color: #aeaeae;
}
.gray-color2{
	color: #525252;
}
.gray-color3{
	color:#636363 !important;
}
.gary-color4{
	color: #737373;
}

.llo{
	max-width: 1420px;
	margin: 0 auto;
}

.lo{
	max-width: 1025px;
	margin: 0 auto;
}
.lo2{
    max-width: 1085px;
    margin: 0 auto;
}

.babysitter-m-nav-wrapper{
    display: none;
}

.sitter-all-section a{
	color: inherit;
    position: relative;
}

#river_sitter_top_img {height: 273px; background: url("http://fmmom.com/images/babybanner.jpg") no-repeat; line-height: 273px; background-size:cover; background-position: center;}
#river_sitter_top_img .guide_1000 {width: 1000px; margin: 0 auto;}
#river_sitter_top_img h3{border: 0px solid red; font-family: 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; font-size: 30px; font-weight: bold; color: white;text-align: center;}

.sitter-all-section{
	color: #aeaeae;
}

.sitter-section1{
	padding-bottom: 110px;
}
.babysitter-type{
	display: flex;
	justify-content: center;
	margin-bottom: 120px;
}

.babysitter-type li{
	width: calc(100%/2);
	text-align: center;
	height: 75px;
	font-size: 27px;
	line-height: 2.7;
	border-bottom: 1px solid #eee;
	font-weight: 700;
}

.babysitter-type li.on{
	background-color: #ad84ad;
	border-bottom: none;
	color: #fff;
}

.babysitter-type li.on a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background-color: #ad84ad;
}

.babysitter-type li.babysitter-type2.on{
    border-left: 5px solid #ad84ad;
    border-right: 1px solid #eee;
}

.babysitter-content1{
	display: flex;
	margin-bottom: 130px;
	align-items: center;
}


.type1-image-inner{
	width: 100%;
}
.babysitter-content1 figure{
	width: 79%;
}
.babysitter-content1 figure img{
	width: 100%;
}
.babysitter-content1 .type1-typo-wrapper{
	width: 100%;
}
.type1-typo-inner{
	padding-left: 90px;
}
.type1-typo{
	line-height: 1.8;
}
.type1-tit{
	margin-bottom: 72px;
}
.sitter-section2{
	background-color: #f3eff3;
}
.sitter-background{
	padding-bottom: 135px;
	position: relative;
}
.sitter1-background{
    padding-bottom: 175px;
}
.sitter-background #river_fm_rules h4{
    margin-bottom: 65px;
}
.sitter-section2 #river_fm_rules{
	background-color: unset;
}
.babysitter-caution-tit{
	display: flex;
	margin-bottom: 30px;
}
.babysitter-caution-tit figure{
	margin-right: 15px;
}

.babysitter-caution{
	line-height: 1.8;
	padding-left: 55px;
}
.babysitter1 #river_fm_rules{
    height: 180px;
}

.babysitter1 .prevArrow{
    transform: rotate(180deg) translateY(100%);
}

.babysitter1 .nextArrow{
    transform: translateY(-100%);
}


.prevArrow{
	position: absolute;
	left: 108px;
	top: 50%;
	display: block;
	background-image: url(../../../images/icon/arrow.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 51px;
	transform: rotate(180deg);
	cursor: pointer;
}
.nextArrow{
	position: absolute;
	right: 108px;
	top: 50%;
	display: block;
	background-image: url(../../../images/icon/arrow.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 51px;
	cursor: pointer;
}
.sitter-slider{
	margin-bottom: 120px;
    margin-top: 50px;
}
.slider-wrapper{
    position: relative;
}
.slide-image{
	margin: 0 30px;
	height: 280px;
}
.slick-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide-typo{
	text-align: center;
	margin-top: 33px;
    color: #0b0b0b;
    font-weight: 700;
}
.sitter-role-typo{
	line-height: 2.05;
	padding-left: 57px;
}
.qualification-wrapper{
	padding-left: 30px;
	padding-right: 100px;
	padding-top: 165px;
	padding-bottom: 285px;
}
.qualification{
	margin-bottom: 110px;
	color: #ad84ad;
	font-weight: 700;
    padding-left: 80px;
}
.qualification-list{
	display: flex;
	gap: 50px;
	justify-content: center;
	align-items: center;
}
.qualification-item{
	display: flex;
	flex-direction: column;
	width: 275px;
	height: 212px;
	text-align: center;
	border: 1px solid #eee;
	border-top: unset;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.qualification-item::after{
	content: '';
	position: absolute;
	right: -30px;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #c9bedc;
	border-radius: 100%;
	transform: translateY(100%);
}
.qualification-item:last-child::after{
	display:none;
}

.qualification-tit{
	background-color: #c9bedc;
	color: #fff;
	padding: 15px 0;
	font-weight: 700;
}

.qualification-typo{
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
  	height: 100%;
	line-height: 1.8;
}

/* babysitter-cont2 */

.babysitter-cont2-typo{
    margin-bottom: 95px;
}

#sitter-content2 .babysitter-cont2-typo p{
	line-height: 2.05;
	margin: 0;
	color: #636363;
}

#sitter-content2 .babysitter-cont2-typo span{
	display: inline-block;
  	width: unset;
  	height: unset;
  	background: unset;
  	margin: 0;
}
#sitter-content2 .babysitter-cont2-typo .effect1{
	color: #ad84ad;
	text-decoration: underline;
	font-weight: 700;
	font-size: 22px;
}
#sitter-content2 .babysitter-cont2-typo .effect2{
	font-weight: 700;
	color: #636363;
	font-size: 22px;
}

#sitter-content2 .slide-image{
	margin-top: 95px;
}

/* babysitter-price */

.price-subtitle{
    text-align: center;
    font-size: 18px;
    color: #636363;
    font-weight: 400;
    margin: 30px;
}

.babysitter-price-wrapper table{
    width: 100%;
    font-size: 18px;
}

.babysitter-price-wrapper{
    padding-bottom: 150px;
    margin-top: 50px;
}

.babysitter-price-tit{
    font-size: 22px;
    background-color: #ededed;
    color: #0b0b0b;
}
.babysitter-price-wrapper table:nth-child(1) tr:nth-child(2) td{
    background-color: #ededed !important;
    color: #0b0b0b;
}

.babysitter-price-wrapper table td{
    padding: 20px;
    text-align: center;
    color: #464444;
}

.babysitter-price-wrapper table:last-child tr td:first-child{
    width:25% !important;
}

.babysitter-price-wrapper table:last-child{
    border-top: unset !important;
}

@media screen and (min-width: 1921px) {
    #DB_tab44 .img{
        left: 15%;
    }
}





@media screen and (max-width:1366px) {
    


	/* 베이비 시터 CSS */

	.font27{
		font-size: 20px;
	}
	.font25{
		font-size: 18px;
	}
	.font18{
		font-size: 14px;
	}
	.font15{
		font-size: 14px;
	}
   
	.sitter-all-section #river_fm_rules h4{
		font-size: 20px;
	}
	.sitter-section1{
		padding-bottom: 60px;
	}
	.babysitter-type li{
		height: 50px;
		font-size: 16px;
	}
	.babysitter-content1{
		flex-direction: column;
		padding: 0 20px;
		margin-bottom: 70px;
	}
	.section1-content2{
		padding: 0 20px;
	}
	.babysitter-content1 figure{
		width: 100%;
		margin-bottom: 30px;
	}
	.type1-typo-inner{
		padding-left: 0;
	}
	.type1-tit{
		margin-bottom: 30px;
	}

	.sitter-section2 #river_fm_rules{
		height: 180px;
	}
	.sitter-slider{
		margin-bottom: 60px;
	}
    .babysitter-cont2-typo{
        padding: 0 20px;
    }
    .babysitter-cont2-typo br{
        display: none;
    }
    #sitter-content2 .babysitter-cont2-typo .effect1{
        font-size: 18px;
    }
    #sitter-content2 .babysitter-cont2-typo .effect2{
        font-size: 16px;
    }

    .slide-image{
        padding: 0 10px;
    }

    .slider-wrapper{
        position: relative;
        padding: 0 20px;
    }


	.prevArrow{
		left: 0;
		top: 50%;
		height: 30px;
        transform: rotate(180deg) translateY(100%);
	}
	.nextArrow{
		right: 0;
		top: 50%;
		height: 30px;
        transform: translateY(-100%);
	}
	#sitter-content2 .babysitter-cont2-typo p{
		font-size: 14px;
	}
	.babysitter-caution{
		padding-left: 0;
	}
	.sitter-role-typo{
		padding: 0 30px
	}
    .sitter-role-typo br{
        display: none;
    }
	.qualification-list{
		flex-wrap: wrap;
	}
	.qualification-item::after{
		display: none;
	}
	.qualification{
		margin-bottom: 55px;
	}
	.qualification-wrapper{
		padding: 85px 20px 135px;
	}


    .babysitter-price-wrapper{
        padding: 0 20px 150px;
    }

    .babysitter-price-wrapper table{
        font-size: 12px;
    }

    .babysitter-price-tit{
        font-size: 15px;
    }



    /* 베이비시터 내비게이션 추가 mobile*/

    .babysitter-m-nav-wrapper{
        padding: 0 20px
    }

    .babysitter-m-nav-list{
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .babysitter-m-nav-item{
        padding: 10px 0;
        border: 1px solid #ddd;
    }
    .babysitter-m-nav-item:nth-child(1){
        border-bottom: unset;
    }
    .babysitter-m-nav-item.on{
        background-color: #401433;
    }

    .babysitter-m-nav-item.on a{
        color: #fff;
    }

   




	

}







@media screen and (max-width:1366px){

    
	#river_money_table_best td{padding:unset}

    /* #river_top_ad .banner-item2 .medal img{
        width: 80%;
    } */

    #river_top_ad .banner-item2 .typo img{
            width:90%;
            margin: 0 auto;
    }


	/* 추가 css */


	.m_best{
		display:flex;
		align-items:center;
	}

	.m_best .medal{
		margin-right:8px;
		animation: medalani 0.7s ease-in-out infinite alternate
	}

    .babysitter-m-nav-wrapper{
        display: block;
    }



}