@charset "utf-8";
::after, ::before{
	box-sizing: border-box;
}

@font-face {
	font-family: 'Nanum';
	src: url("/font/NanumSquareNeo-Variable.woff2");
}

html{
	margin:0;
	padding:0;
	font-size:14px;
	font-family: 'Nanum';
}
body{
	margin:0;
	padding:0;
}
div, ul, li, a{
	box-sizing: border-box;
}
form{
	margin:0;
}
button{
	cursor:pointer;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
input:not([type="image" i]) {
    box-sizing: border-box;
}
input[type="text" i] {
    padding: 1px 2px;
}
input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {
}
@keyframes infi_slide_ac1{
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-100%);
	}
}
@keyframes infi_slide_ac2{
	0% {
		transform: translate(100%);
	}
	100% {
		transform: translate(0);
	}
}
.txt_left{
	text-align:left;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.main_wrap{
	width:100%;
}
.contents_wrap_1800{
	max-width:1800px;
	width:100%;
	margin:auto;
}
.contents_wrap_1600{
	max-width:1600px;
	width:100%;
	margin:auto;
}
.contents_wrap_1400{
	max-width:1400px;
	width:100%;
	margin:auto;
}
.contents_wrap_1200{
	max-width:1200px;
	width:100%;
	margin:auto;
}
.contents_wrap_1000{
	max-width:1000px;
	width:100%;
	margin:auto;
}
/* 헤드 */
.header{
	width:100%;
	height:70px;
	/*
	border-bottom:1px solid #ddd;
	*/
	box-shadow:1px 2px 3px #ddd;
	background:#fff;
	overflow:hidden;
	position:fixed;
	top:0;
	z-index:2000;
}
.header .logo{
	width: 137px;
    padding: 10px 10px 2px;
    float: left;
}
.header .logo img{
	width:100%;
}
.header .menu{
	float:left;
	padding:0 40px;
}
.header .menu ul{
	width:100%;
	display:inline-block;
}
.header .menu ul li{
	float:left;
	padding: 28px 20px 22px;
	font-size:16px;
	font-weight:600;
}
.header .menu ul li a{
	text-decoration:none;
	color:#555;
}
.header .add_menu{
	float:right;
}
.header .add_menu ul{
	width:100%;
	display:inline-block;
}
.header .add_menu ul li{
	display:inline-block;
	float:left;
	padding: 12px 10px 10px;
	/*
	padding: 28px 20px 22px;
	*/
	font-size:16px;
	font-weight:600;
}
.header .add_menu ul li a{
	display:inline-block;
	padding:15px 25px;
	border-radius:30px;
	background:#D0413E;
	color:#fff;
	/*
	color:#D0413E;
	*/
	text-decoration:none;
}
/* 헤드2 */
.header2{
	width:100%;
	/*
	border-bottom:1px solid #ddd;
	*/
	box-shadow:1px 2px 3px #ddd;
	background:#fff;
	overflow:hidden;
	position:fixed;
	top:0;
	z-index:2000;
}
.header2 .logo_wrap{
	width: 100%;
    padding: 15px 10px 7px;
	text-align:center;
}
.header2 .logo_wrap .logo_wrap_inner{
	position:relative;
}
.header2 .logo_wrap .left{
	position:absolute;
	left:0;
}
.header2 .logo_wrap .left ul{
}
.header2 .logo_wrap .left ul li{
	float:left;
}
.header2 .logo_wrap .left ul li a{
    display: inline-block;
	font-size:16px;
	font-weight:600;
	color:#666;
	padding: 15px;
	text-decoration:none;
}
.header2 .logo_wrap .left ul li a.btn_event{
	color:#D0413E;
}
.header2 .logo_wrap .logo{
	margin:auto;
	width:120px;
}
.header2 .logo_wrap .logo img{
	width:100%;
}
.header2 .logo_wrap .right{
	position:absolute;
	top:0;
	right:0;
}
.header2 .logo_wrap .right ul{
}
.header2 .logo_wrap .right ul li.btn_kakao_plus{
	float:right;
}
.header2 .logo_wrap .right ul li.btn_idpet{
	float:right;
}
.header2 .logo_wrap .right ul li a{
	display:inline-block;
	font-size:16px;
	font-weight:600;
	color:#666;
	padding: 15px;
	text-decoration:none;
	
}
.header2 .logo_wrap .right ul li.btn_kakao_plus a{
	color:#ebd50c;
}
.header2 .logo_wrap .right ul li.btn_idpet a{
	color:#ed6f00;
	line-height:1;
	font-size:18px;
	padding-top:10px;
	padding-bottom:20px;
}
.header2 .logo_wrap .right ul li.btn_idpet a .idpet_left{
	float:left;
	font-size:34px;
	padding-right:10px;
}
.header2 .logo_wrap .right ul li.btn_idpet a .idpet_right{
	float:right;
}
.header2 .logo_wrap .right ul li.btn_idpet a .cont{
	font-size:14px;
	font-weight:400;
}
.header2 .menu{
	width:100%;	
	border-top:1px solid #ddd;
	position:relative;
}
.header2 .menu .menu_inline{
	margin:auto;
}
.header2 .menu .ul_1dept{
	display: flex;
    justify-content: center;
	margin:auto;
	overflow-x:auto;
}
.header2 .menu .ul_1dept > li{
	flex-shrink:0;
}
.header2 .menu .ul_1dept > li > a{
	text-decoration:none;
	padding:15px 20px;
	display:inline-block;
	color:#555;
	font-weight:600;
	position:relative;
}
.header2 .menu .ul_1dept > li:hover > a{
	color:#D0413E;
}
.header2 .menu .ul_1dept > li > a:after{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	content: '';
	border-bottom: 3px solid #D0413E;
	transform: scaleX(0);
	transition: transform 300ms ease-in-out; 
}
.header2 .menu .ul_1dept > li:hover > a:after{
	transform: scaleX(1);
}
.header2 .menu .ul_1dept > li.menu_active > a{
	color:#D0413E;
}
.header2 .menu .ul_1dept > li.menu_active > a:after{
	transform: scaleX(1);
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap{
	display:none;
	position:fixed;
	left:0;
	width:100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
    box-shadow: 1px 2px 3px #ddd;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth{
	display: flex;
    justify-content: center;
	margin:auto;
	overflow-x:auto;
	width:1000px;
}

.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li{
	width:400px;
	padding:15px 0 30px;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li > a{
	color: #999;
	text-decoration:none;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li > a .img_wrap{
	width:100%;
	padding:15px 15px 0 15px;
	margin:0;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li > a .img_wrap img{
	width:100%;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li > a .img_wrap .on_img{
	display:none;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li > a .img_wrap .off_img{
	display:block;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li > a .cont{
	width:100%;
	padding:15px;
	margin:0;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li > a .cont p{
	width:100%;
	margin:0;
	text-align:center;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li > a .cont p.sub{
	color: #333;
	font-weight:600;
	font-size:16px;
	margin-bottom:3px;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li > a .cont p.sub2{
	font-size:14px;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li > a .cont p.arrow{
	font-size:20px;
}
.header2 .menu .ul_1dept > li:hover .menu_2depth_wrap{
	display:block;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li:hover > a{
	color:#333;
	font-weight:600;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li:hover > a .cont p.sub{
	/*color:#D0413E;*/
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li:hover > a .img_wrap .on_img{
	display:block;
}
.header2 .menu .ul_1dept > li .menu_2depth_wrap .ul_2depth > li:hover > a .img_wrap .off_img{
	display:none;
}
.header2 .menu .ul_1dept > li.menu_active .menu_2depth_wrap .ul_2depth > li.active_2depth > a{
	color:#333;
	font-weight:600;
}
.header2 .menu .ul_1dept > li.menu_active .menu_2depth_wrap .ul_2depth > li.active_2depth > a .cont p.sub{
	/*color:#D0413E;*/
}
.header2 .menu .ul_1dept > li.menu_active .menu_2depth_wrap .ul_2depth > li.active_2depth > a .img_wrap .on_img{
	display:block;
}
.header2 .menu .ul_1dept > li.menu_active .menu_2depth_wrap .ul_2depth > li.active_2depth > a .img_wrap .off_img{
	display:none;
}
/* 모바일 헤드 */
.mobile_header{
	width:100%;
	display:none;
	position:fixed;
	z-index:1000;
	background:#fff;
	top:0;
	box-shadow:1px 2px 3px #ddd;
}
.mobile_header .logo{
	width: 140px;
    height: 60px;
    padding: 7px 15px 6px;
    position: absolute;
    left: calc(50% - 70px);
    top: 0;
}
.mobile_header .logo img{
	width:100%;
}
.mobile_header .hamberger_menu{
	position:relative;
	float:right;
	width:60px;
	height:60px;
	cursor:pointer;
}
.mobile_header .hamberger_menu .line1{
	position:absolute;
	top:30%;
	left:25%;
	width:50%;
	border:1px solid #444;
	border-radius:5px;
}
.mobile_header .hamberger_menu .line2{
	position:absolute;
	top:calc(50% - 1px);
	left:25%;
	width:50%;
	border:1px solid #444;
	border-radius:5px;
}
.mobile_header .hamberger_menu .line3{
	position:absolute;
	bottom:30%;
	left:25%;
	width:50%;
	border:1px solid #444;
	border-radius:5px;
}
.mobile_menu{
	position:fixed;
	top:0;
	right:-280px;
	width:280px;
	height:100vh;
	background:#fff;
	z-index:1001;
	box-shadow:1px 2px 3px #aaa;
}
.mobile_menu .head{
	width:100%;
	height:60px;
}
.mobile_menu .head .btn_close{
	width:60px;
	height:60px;
	font-size:20px;
	border:none;
	background:none;
	float:right;
	cursor:pointer;
}
.mobile_menu .menu_list{
	width:100%;
	height:calc(100% - 60px);
	background:#222;
}
.mobile_menu .menu_list ul{
	width:100%;
	display:inline-block;
}
.mobile_menu .menu_list ul li{
	width:100%;
}
.mobile_menu .menu_list ul li a{
	display:inline-block;
	text-decoration:none;
	width:100%;
	font-size:16px;
	padding:15px 20px;
	border-bottom:1px solid #3a3a3a;
	color:#fff;
}
.mobile_menu .menu_list ul li.add_menu a{
	color:#FA5858;
}
/* 모바일 헤드2 */
.mobile_header2{
	width:100%;
	display:none;
	position:fixed;
	z-index:1000;
	background:#fff;
	top:0;
	box-shadow:1px 2px 3px #ddd;
}
.mobile_header2 .logo{
	width: 140px;
    height: 60px;
    padding: 7px 15px 6px;
    position: absolute;
    left: calc(50% - 70px);
    top: 0;
}
.mobile_header2 .logo img{
	width:100%;
}
.mobile_header2 .hamberger_menu{
	position:relative;
	float:right;
	width:60px;
	height:60px;
	cursor:pointer;
}
.mobile_header2 .hamberger_menu .line1{
	position:absolute;
	top:30%;
	left:25%;
	width:50%;
	border:1px solid #444;
	border-radius:5px;
}
.mobile_header2 .hamberger_menu .line2{
	position:absolute;
	top:calc(50% - 1px);
	left:25%;
	width:50%;
	border:1px solid #444;
	border-radius:5px;
}
.mobile_header2 .hamberger_menu .line3{
	position:absolute;
	bottom:30%;
	left:25%;
	width:50%;
	border:1px solid #444;
	border-radius:5px;
}
.mobile_menu2{
	position:fixed;
	top:0;
	right:-280px;
	width:280px;
	height:100vh;
	background:#fff;
	z-index:100001;
	box-shadow:1px 2px 4px #000;
}
.mobile_menu2 .head{
	width:100%;
	height:60px;
}
.mobile_menu2 .head .btn_close{
	width:60px;
	height:60px;
	font-size:20px;
	border:none;
	background:none;
	float:right;
	cursor:pointer;
}
.mobile_menu2 .menu_list{
	width:100%;
	height:calc(100% - 60px);
	background:#222;
	overflow:auto;
}
.mobile_menu2 .menu_list ul{
	width:100%;
	display:inline-block;
}
.mobile_menu2 .menu_list ul li{
	width:100%;
	border-bottom:1px solid #3a3a3a;
	position:relative;
}
.mobile_menu2 .menu_list ul li a{
	text-decoration:none;
	padding:15px 20px;
	display:inline-block;
	width:100%;
	font-size:16px;
	color:#fff;
}
.mobile_menu2 .menu_list ul li.menu_active > a{
	background:#D0413E;
	font-weight:600;
}
.mobile_menu2 .menu_list ul li .btn_2depth{
	position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
    padding: 15px 0;
	line-height:1.5;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}
.mobile_menu2 .menu_list ul li .ul_2dept{
	width:100%;
	background:#fff;
	display:none;
}
.mobile_menu2 .menu_list ul li .ul_2dept.active{
	display:block;
}
.mobile_menu2 .menu_list ul li .ul_2dept li{
	width:100%;
	border-bottom: 1px solid #ddd;
}
.mobile_menu2 .menu_list ul li .ul_2dept li a{
	padding:12px 24px;
	color:#555;
}
.mobile_menu2 .menu_list ul li.menu_active .ul_2dept{
	display:block;
}
.mobile_menu2 .menu_list ul li.menu_active .ul_2dept .active_2depth{
    color: #FA5858;
	font-weight:600;
}
.mobile_menu2 .menu_list ul li.add_menu a{
	color:#FA5858;
}

/* 팝업 */
.popup_wrap{
	max-width:80%;
	margin:0;
	position:absolute;
	box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
	line-height: 0;
}
.popup_wrap img{
	width:100%;
}
.popup_bottom_wrap{
	width:100%;
	background:#000;
	text-align:right;
}
.popup_bottom_wrap .today_close{
	padding:8px;
	text-align:center;
	font-size: 12px;
	border:none;
	background:none;
	color:#fff;
}
.popup_bottom_wrap .close{
	padding:8px;
	text-align:center;
	font-size: 12px;
	border:none;
	background:none;
	color:#fff;
}
.related_channels{
	/*display:none;*/
}
/* 페이징 */
.tb_bottom{
	width:100%;
	text-align:center;
	padding:10px 0;
	line-height: 1.1;
	font-size:14px;
}

.tb_bottom .paging_arrow {
    display: inline-block;
    padding: 15px 0px;
    color: #888;
    width: 45px;
    height: 45px;
    text-align: center;
}
.tb_bottom .paging_arrow i {
	line-height: 1.2;
}
.tb_bottom .paging_num{
	display: inline-block;
    padding: 15px 0px;
    color: #888;
    width: 45px;
    height: 45px;
    text-align: center;
	text-decoration:none;
}

.tb_bottom .active_page {
    color: #000;
	font-weight:800;
}

/* 메인 */
/* 메인 슬라이드 */
.main_slide_wrap{
	width: 100%;
	position:relative;
}
.main_slide_wrap .main_slide{
/*
	min-height: 100vh;
*/
}
.main_slide .swiper-slide {
	background-position: center !important;
	background-size: cover !important;
	width: 100%;
	/*
	height:100vh;
	*/
	/*
	height: 841px;
	*/
	
}
.main_slide .swiper-slide img{
	display: block;
	width: 100%;
	/*
	margin-top:-5%;
	*/
}
.main_slide .swiper-slide img.m_img{
	display:none;
}
.main_slide .swiper-slide a{
	display:inline-block;
	width:100%;
	height:100%;
}
.main_slide_wrap .swiper-button-prev, .swiper-rtl .swiper-button-next{
	color:#ccc !important;
}
.main_slide_wrap .swiper-button-next, .swiper-rtl .swiper-button-prev{
	color:#ccc !important;
}
.main_wrap{
	position:relative;
	margin-top:129px;
}
.mask_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
	top:0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.main_wrap .intro_wrap{
	width:100%;
	display:inline-block;
}
.main_wrap .intro_wrap img{
	width:calc(50% - 1px / 2);
	float:left;
}
.main_wrap .intro_wrap img:first-child{
	margin-right:1px;
}
/* 메인 영상 섹션 */
/*
.main_wrap .m_movie_section{
	width:100%;
	height:calc(100vh - 150px);
	position:relative;
}
*/
.main_wrap .m_movie_section{
	width:100%;
	height:calc(100vh - 70px);
	
}
.main_wrap .intro{
	width:100%;
	height:100%;
	position:relative;
	background:#fff;
	display:table;
	padding-bottom: 100px;
}
.main_wrap .m_movie_section .intro .text_typing{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.main_wrap .intro_res{
	width:100%;
	height:100%;
	position:relative;
	display:none;
	padding-bottom: 0;
	background:url('/images/main.jpg') no-repeat center center / cover;z-index:100;
	z-index:1
}
.main_wrap .intro_res .intro_txt{
	position:absolute;
	z-index:2;
	left:15%;
	top:35%;
}
.main_wrap .intro_res .intro_txt .sub_txt1{
	font-size:18px;
	font-weight:100;
	color:#fff;
	margin-bottom:5px;
	text-align:left;
}
.main_wrap .intro_res .intro_txt .sub_txt{
	font-size:36px;
	letter-spacing:5px;
	color:#fff;
	font-weight:600;
	margin-bottom:15px;
	text-align:left;
}
.main_wrap .intro_res .intro_txt .sub_cont{
	font-size:18px;
	color:#fff;
	font-weight:400;
	text-align:left;
	line-height:1.5;
}
.main_wrap .intro_res .intro_txt .sub_cont b{
	font-size:24px;
	color:#A9D0F5;
	font-weight:800;
	letter-spacing: 1px;
}
.main_wrap .intro_res .intro_res_back{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:absolute
}
.main_wrap .intro_res .intro_res_back .contents_wrap_1200{
	height:100%;
}

.main_wrap .m_movie_section .bottom_bar{
	width:100%;
	height:100%;
	font-size:34px;
	color:#D0413E;
	position:relative;
	background:linear-gradient(to bottom, rgba(255,255,255,0) 70%, rgba(255,255,255,0.5));
}
.main_wrap .m_movie_section .bottom_bar a{
	color: #D0413E;
    position: absolute;
	left:calc(50% - 30px);
    bottom: 20px;
    text-decoration: none;
    display: inline-block;
	width:60px;
    height: 60px;
}
.main_wrap .m_movie_section .bottom_bar a i{
	color:#aaa;
}
.main_wrap .m_movie_section .bottom_bar a:hover i{
	color:#D0413E;
}
/* 모달 */
.my_modal{
    position:fixed;
    z-index:10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width:100%;
	border:1px solid #ddd;
}
.my_modal .my_modal_inner{
    width:100%;
    height:100%;
    position:relative;
	/*border-left:1px solid #ddd;*/
	box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
}
.my_modal .head{
    width:100%;
	position:relative;
    height:54px;
    font-size:20px;
    padding:14px 15px;
    font-weight:600;
	background:#fff;
	box-shadow:none;
}
.my_modal .head .btn_modal_close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
	border:none;
	background:none;
	width:36px;
	height:36px;
	color:#ddd;
}
.my_modal .content{
    background:#fff;
    padding:15px;
    height:calc(100% - 104px);
	overflow:auto;
}
.my_modal .content_no_footer{
    background:#fff;
    padding:15px;
    height:calc(100% - 54px);
	overflow:auto;
}
.my_modal .footer{
    position:absolute;
    display:inline-block;
    bottom:0px;
    width:100%;
    height:54px;
    background:#f5f5f5;
    padding:10px 15px;
}
.my_modal .footer .btn_wrap{
    float:right;
}
/* 기관안내 섹션 */
.main_wrap .organ_section{
	width:100%;
	padding:60px 0;
	display:inline-block;
}
.main_wrap .organ_section .head{
	padding:20px 0 ;
}
.main_wrap .organ_section .head h2{
	font-size:28px;
	margin:0;
	margin-bottom:10px;
}
.main_wrap .organ_section .head h3{
	font-size:20px;
	font-weight:400;
	margin:0;
}
.main_wrap .organ_section .cont{
	width:100%;
	margin:auto;
	padding:15px 0;
}
.main_wrap .organ_section .cont .cont_inner{
	display:inline-block;
	width:100%;
}
.main_wrap .organ_section .cont .organ_each{
	width:calc(100% / 6);
	padding:15px;
	float:left;
}
.main_wrap .organ_section .cont .organ_each a{
	color:#777;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
}
.main_wrap .organ_section .cont .organ_each .img_wrap{
	width:100%;
	line-height:0;
}
.main_wrap .organ_section .cont .organ_each .img_wrap img{
	width:100%;
}
.main_wrap .organ_section .cont .organ_each .desc_wrap{
	padding:15px 0;
}
.main_wrap .organ_section .cont .organ_each .img_wrap .all{
	background:#eee;
	border:4px solid #eee;
	/*
	border-radius:8px;
	*/
	border-radius:50%;
	width:100%;
	padding-bottom:calc(100% - 8px);
	position:relative;
}
.main_wrap .organ_section .cont .organ_each .img_wrap .line1{
	width:46%;
	margin:auto;
    border: 2px solid #888;
	border-radius: 5px;
	position:absolute;
	left:27%;
	top:33%;
}
.main_wrap .organ_section .cont .organ_each .img_wrap .line2{
	width:46%;
	margin:auto;
    border: 2px solid #888;
	border-radius: 5px;
	position:absolute;
	left:27%;
	top:calc(50% - 2px);
}
.main_wrap .organ_section .cont .organ_each .img_wrap .line3{
	width:46%;
	margin:auto;
    border: 2px solid #888;
	border-radius: 5px;
	position:absolute;
	left:27%;
	bottom:33%;
}

/* 반려동물 건강 섹션 */
.main_wrap .health_section{
	width:100%;
	padding:60px 0;
	display:inline-block;
	background:#5E5E5E;
}
.main_wrap .health_section .head{
	padding:0 0 30px;
}
.main_wrap .health_section .head h2{
	font-size:28px;
	color:#fff;
	margin:0;
	font-weight:400;
}
.main_wrap .health_section .head h3{
	font-size:20px;
	color:#fff;
	margin:0;
	margin-bottom:10px;
}
.main_wrap .health_section .movie{
	max-width:1200px;
	width:100%;
	height:600px;
}
/* peaple 섹션 */
.main_wrap .people_section{
	width:100%;
	padding:60px 0;
	display:inline-block;
}
.main_wrap .people_section .cont{
	width:100%;
	margin:auto;
}
.main_wrap .people_section .cont .cont_inner{
	width:100%;
	display:inline-block;
}
.main_wrap .people_section .cont .people_each{
	width:calc(100% / 5);
	float:left;
	display:flex;
}
.main_wrap .people_section .cont .people_each .peo_img{
	width:100%;
}
/* 강아지 섹션 */
.main_wrap .dog_section{
	width:100%;
	padding:60px 0;
	display:inline-block;
}
.main_wrap .dog_section	.head{
	padding:20px 0;
}
.main_wrap .dog_section	.head h2{
	font-size:28px;
	margin:0;
	margin-bottom:10px;
}
.main_wrap .dog_section	.head h3{
	font-size:20px;
	font-weight:400;
	margin:0;
}
.main_wrap .dog_section .cont{
	width:100%;
	margin:auto;
	padding:15px 0;
}
.main_wrap .dog_section	.cont .cont_inner{
	display:inline-block;
	width:100%;
}
.main_wrap .dog_section .cont .dog_each{
	width:calc(100% / 5);
	float:left;
	margin-bottom:15px;
	cursor:pointer;
}
.main_wrap .dog_section .cont .dog_each a{
	text-decoration:none;
}
.main_wrap .dog_section .cont .dog_each .dog_img_wrap{
	width:100%;
	padding-bottom:100%;
	position:relative;
}
.main_wrap .dog_section .cont .dog_each .dog_img_wrap .mask{
	width: 100%;
    height: 100%;
    position: absolute;
	background:rgba(0,0,0,0.5);
}
.main_wrap .dog_section .cont .dog_each .dog_img_wrap .status{
	position: absolute;
	top:10px;
	left:10px;
	padding:8px 10px;
	color:#fff;
	font-size:12px;
	border-radius:26px;
}
.main_wrap .dog_section .cont .dog_each .dog_img_wrap .main_used{
	position: absolute;
	top:10px;
	left:10px;
	padding:8px 0;
	text-align:center;
	width:32px;
	height:32px;
	color:#fff;
	background:#000;
	font-size:12px;
	font-weight:600;
	border-radius:50%;
}

.main_wrap .dog_section .cont .dog_each .dog_info_wrap{
	width:100%;
	padding:15px;
}
.main_wrap .dog_section .cont .dog_each .dog_info_wrap .info{
	width:100%;
}
.main_wrap .dog_section .cont .dog_each .dog_info_wrap .info1{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:16px;
	color:#777;
	font-weight:600;
	position:relative;
}
.main_wrap .dog_section .cont .dog_each .dog_info_wrap .info1 .img_gender{
	width: 12px;
    position: absolute;
    bottom: 4px;
}
.main_wrap .dog_section .cont .dog_each .dog_info_wrap .info2{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:16px;
	color:#444;
	font-weight:600;
}
.main_wrap .dog_section .cont .btn_wrap{
	width:100%;
	padding:15px 0;
}
.main_wrap .dog_section .cont .btn_wrap .btn_more{
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	color:#fff;
	background:#D0413E;
	padding:15px;
	border-radius:38px;
	width:150px;
}

/* 고양이 섹션 */
.main_wrap .cat_section{
	width:100%;
	padding:60px 0;
	display:inline-block;
}
.main_wrap .cat_section	.head{
	padding:20px 0;
}
.main_wrap .cat_section	.head h2{
	font-size:28px;
	margin:0;
	margin-bottom:10px;
}
.main_wrap .cat_section	.head h3{
	font-size:20px;
	font-weight:400;
	margin:0;
}
.main_wrap .cat_section .cont{
	width:100%;
	margin:auto;
	padding:15px 0;
}
.main_wrap .cat_section	.cont .cont_inner{
	display:inline-block;
	width:100%;
}
.main_wrap .cat_section .cont .cat_each{
	width:calc(100% / 5);
	float:left;
	margin-bottom:15px;
	cursor:pointer;
}
.main_wrap .cat_section .cont .cat_each a{
	text-decoration:none;
}
.main_wrap .cat_section .cont .cat_each .cat_img_wrap{
	width:100%;
	padding-bottom:100%;
	position:relative;
}
.main_wrap .cat_section .cont .cat_each .cat_img_wrap .mask{
	width: 100%;
    height: 100%;
    position: absolute;
	background:rgba(0,0,0,0.5);
}
.main_wrap .cat_section .cont .cat_each .cat_img_wrap .status{
	position: absolute;
	top:10px;
	left:10px;
	padding:8px 10px;
	color:#fff;
	font-size:12px;
	border-radius:26px;
}
.main_wrap .cat_section .cont .cat_each .cat_img_wrap .main_used{
	position: absolute;
	top:10px;
	left:10px;
	padding:8px 0;
	text-align:center;
	width:32px;
	height:32px;
	color:#fff;
	background:#000;
	font-size:12px;
	font-weight:600;
	border-radius:50%;
}
.main_wrap .cat_section .cont .cat_each .cat_info_wrap{
	width:100%;
	padding:15px;
}
.main_wrap .cat_section .cont .cat_each .cat_info_wrap .info{
	width:100%;
}
.main_wrap .cat_section .cont .cat_each .cat_info_wrap .info1{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:16px;
	color:#777;
	font-weight:600;
	position: relative;
}
.main_wrap .cat_section .cont .cat_each .cat_info_wrap .info1 .img_gender{
	width: 12px;
    position: absolute;
    bottom: 4px;
}
.main_wrap .cat_section .cont .cat_each .cat_info_wrap .info2{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:16px;
	color:#444;
	font-weight:600;
}
.main_wrap .cat_section .cont .btn_wrap{
	width:100%;
	padding:15px 0;
}
.main_wrap .cat_section .cont .btn_wrap .btn_more{
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	color:#fff;
	background:#D0413E;
	padding:15px;
	border-radius:38px;
	width:150px;
}
.main_wrap .branch_section{
	width: 100%;
    padding: 60px 0;
    display: inline-block;
    background: #E4E4E4;
}
/* 지점 */
.branch_wrap{
	width:100%;
	padding:60px 0;
	display:inline-block;
}
.branch_wrap .section {
    padding: 50px;
}
.branch_wrap .section1 .sub{
	font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
	padding:0 10px;
    margin-bottom: 30px;
    word-break: keep-all;
}
.branch_wrap .section1 .cont {
    font-size: 28px;
    color: #555;
    margin: 0;
	padding:0 10px;
    line-height: 1.5;
    word-break: keep-all;
}
.branch_wrap .section1 .btn_wrap {
    width: 100%;
    padding: 30px 10px 0;
}
.branch_wrap .section1 .btn_wrap .btn_red {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}
.branch_wrap .section1 .img_wrap {
	width:100%;
	padding:30px 10px;
}
.branch_wrap .section1 .img_wrap img{
	width:100%;
}
.main_wrap .branch_section .head{
	padding:20px 0;
}
.main_wrap .branch_section .head h2{
	font-size:28px;
	margin:0;
}
.main_wrap .branch_section .head h3{
	font-size:20px;
	font-weight:400;
	margin:0;
	margin-bottom:10px;
}
.main_wrap .branch_section .cont{
	padding:20px;
}
.main_wrap .branch_section .cont .cont_inner{
	width:100%;
	display:inline-block;
}
.main_wrap .branch_section .branch_view{
	width:calc(100% / 3 * 1);
	float:left;
	border-radius:8px;
	overflow:hidden;
}
.main_wrap .branch_section .branch_view .info_img_wrap{
	width:100%;
	height:318px;
}
.main_wrap .branch_section .branch_view .info_wrap{
	display:inline-block;
	width:100%;
	padding:15px;
	background:#D0413E;
	line-height:1.5;
}
.main_wrap .branch_section .branch_view .info_wrap .info_addr{
	width:100%;
	height:48px;
	font-size:16px;
	font-weight:600;
	color:#fff;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main_wrap .branch_section .branch_list{
	width:calc(100% / 3 * 2);
	float:left;
	display:inline-block;
	padding:10px 10px 10px 20px;
}

.main_wrap .branch_section .branch_list .branch_list_inner{
	display:inline-block;
	width:100%;
}
.main_wrap .branch_section .branch_list .branch_each{
	font-size:16px;
	padding:17px 18px;
	width:calc(100% / 4 - 10px);
	background:#fff;
	color:#000;
	font-weight:600;
	margin:5px;
	border-radius:51px;
	float:left;
	cursor:pointer;
}

.main_wrap .branch_section .branch_list .branch_each.active{
	background:#D0413E;
	color:#fff;
}
.main_wrap .branch_section .branch_list .branch_each.deselected{
	background:#A8A8A8;
	color:#fff;
}

/* 스토리 */
.main_wrap .story_section{
	width:100%;
	padding:60px 0;
	display:inline-block;
}
.main_wrap .story_section .head{
	padding:20px 0;
}
.main_wrap .story_section .head h2{
	font-size:28px;
	margin:0;
	margin-bottom:10px;
}
.main_wrap .story_section .head h3{
	font-size:20px;
	font-weight:400;
	margin:0;
}
.main_wrap .story_section .cont{
	padding:20px;
}
.main_wrap .story_section .cont .cont_inner{
	width:100%;
	display:inline-block;
}
.main_wrap .story_section .cont .story_each{
	width:calc(100% / 6);
	float:left;
	padding:5px;
}
.main_wrap .story_section .cont .story_each .info_img_wrap{
	width:100%;
	padding-bottom:100%;
	border:1px solid #eee;
}
.side_bar{
	position: fixed;
    right: 13px;
    bottom: 100px;
    width: 50px;
	z-index:100000;
}
.side_bar span{
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:12px;
	margin-bottom:5px;
	box-shadow: 1px 2px 3px #aaa;
}
.side_bar img{
	max-width:50px;
	max-height:50px;
	margin-bottom:5px;
	border-radius:12px;
	/*box-shadow:1px 1px 1px #aaa;*/
}
/* 푸터 */
.footer{
	width:100%;
	padding:20px 0;
	background:#D0413E;
}
.footer .menu{
	display:inline-block;
	width:100%;
	padding:10px;
}
.footer .menu a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	margin-right:30px;
}
.footer .info{
	display:inline-block;
	width:100%;
	padding:10px;
	font-size:14px;
	color:#fff;
	line-height:1.7;
}
.footer .info address{
	font-style: normal;
}
.footer .info span{
	display:inline-block;
	margin-right:10px;
}
.footer .copyright{
	display:inline-block;
	width:100%;
	padding:10px;
	font-size:14px;
	color:#fff;
}

/* 강아지 페이지 */
.dog_wrap{
	min-height:calc(100vh - 100px);
	padding:50px 0;
	margin-top:129px;
}
.dog_wrap .cate_list{
	width:100%;
	padding:15px 0;
	text-align:center;
}
.dog_wrap .cate_list .btn_cate{
	display:inline-block;
	text-decoration:none;
	padding:6px 12px;
	margin:5px 5px;
	color:#555;
	border:1px solid #777;
	border-radius:20px;
}
.dog_wrap .cate_list .btn_cate.cate_active{
	background:#777;
	color:#fff;
}
.dog_wrap .dog_list{
	width:100%;
	padding:15px;
	display:inline-block;
}
.dog_wrap .dog_list .dog_list_ul{
	list-style:none;
	padding:0;
	display:inline-block;
	width:100%;
}
.dog_wrap .dog_list .dog_each{
	width:calc(100% / 5);
	float:left;
	margin-bottom:15px;
}
.dog_wrap .dog_list .dog_each a{
	text-decoration:none;
}
.dog_wrap .dog_list .dog_each .dog_img_wrap{
	width:100%;
	padding-bottom:100%;
	position:relative;
}
.dog_wrap .dog_list .dog_each .dog_img_wrap img{
	display:none;
}
.dog_wrap .dog_list .dog_each .dog_img_wrap .mask{
	width: 100%;
    height: 100%;
    position: absolute;
	background:rgba(0,0,0,0.5);
}
.dog_wrap .dog_list .dog_each .dog_img_wrap .status{
	position: absolute;
	top:10px;
	left:10px;
	padding:8px 10px;
	color:#fff;
	font-size:12px;
	border-radius:26px;
}
.dog_wrap .dog_list .dog_each .dog_img_wrap .main_used{
	position: absolute;
	top:10px;
	left:10px;
	padding:8px 0;
	text-align:center;
	width:32px;
	height:32px;
	color:#fff;
	background:#000;
	font-size:12px;
	font-weight:600;
	border-radius:50%;
}
.dog_wrap .dog_list .dog_each .dog_info_wrap{
	width:100%;
	padding:15px;
}
.dog_wrap .dog_list .dog_each .dog_info_wrap .info{
	width:100%;
}
.dog_wrap .dog_list .dog_each .dog_info_wrap .info1{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:16px;
	color:#777;
	font-weight:600;
	position: relative;
}
.dog_wrap .dog_list .dog_each .dog_info_wrap .info1 .img_gender{
	width: 12px;
    position: absolute;
    bottom: 4px;
}
.dog_wrap .dog_list .dog_each .dog_info_wrap .info2{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:16px;
	color:#444;
	font-weight:600;
}
/* 강아지 view */
.dog_view_wrap .content_no_footer{
	padding:0 20px 20px 20px;
}
.dog_view_wrap .content_no_footer .view_img_wrap{
	padding:0 27px 34px 30px;
	height:100%;
	width:50%;
	float:left;
}
.dog_view_wrap .content_no_footer .view_img_wrap .view_img{
	width:100%;
	height:100%;
}
.dog_view_wrap .content_no_footer .view_cont_wrap{
	padding:0 30px 34px 27px;
	height:100%;
	width:50%;
	float:left;
}
.dog_view_wrap .content_no_footer .view_cont_wrap .sub{
	width:100%;
	height:100px;
	font-size:18px;
	font-weight:600;
	color:#555;
	padding:5px 0;
	position:relative;
	line-height:1.5;
}
.dog_view_wrap .content_no_footer .view_cont_wrap .sub .img_gender{
	width:15px;
	position:absolute;
	top:8px;
}
.dog_view_wrap .content_no_footer .view_cont_wrap .content{
	width:100%;
	height:calc(100% - 160px);
	font-size:18px;
	font-weight:600;
	color:#555;
	padding:5px 0;
	position:relative;
	line-height:1.5;
}
.dog_view_wrap .content_no_footer .view_cont_wrap .content p{
	margin:0;
}
.dog_view_wrap .content_no_footer .view_cont_wrap .btn_wrap{
	width:100%;
	height:60px;
	padding:5px 0;
	text-align:right;
}
.dog_view_wrap .content_no_footer .view_cont_wrap .btn_wrap .btn_kakao{
	display: inline-block;
    width: 50px;
    height: 50px;
	padding:7px 5px 3px 5px;
    vertical-align: middle;
	background:#FFEB00;
	border-radius:50%;
}
.dog_view_wrap .content_no_footer .view_cont_wrap .btn_wrap .btn_kakao span{
	background:url(/images/kakaotalk_sharing_btn_medium.png) no-repeat center center / cover;
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
}
.dog_view_wrap .content_no_footer .view_cont_wrap .btn_wrap .btn_call{
	display:inline-block;
	padding:15px 0;
	width:50px;
	height:50px;
	font-size:16px;
	border-radius:25px;
	text-align:center;
	background:#22A699;
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
}
/* 강아지 desc */
.dog_desc_wrap .section{
	padding: 50px;
}
.dog_desc_wrap .section .desc{
	width: 100%;
}
.dog_desc_wrap .section table{
	width: 100%;
	border-collapse:collapse;
	border-top:2px solid #777;
	border-bottom:2px solid #777;
	table-layout:fixed;
}
.dog_desc_wrap .section table tr td{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	line-height:2;
	font-size:16px;
}
.dog_desc_wrap .section table tr td.sub{
	padding:30px 60px;
}
.dog_desc_wrap .section table tr td.cont{
	padding:60px;
	font-size:16px;
}
.dog_desc_wrap .section table tr td.cont .cont_bottom_info{
	text-align:center;
	font-size:9pt;
	color:#cecece;
}
.dog_desc_wrap .section table tr td h1{
	font-size: 32px;
    font-weight: 600;
	margin:0;
	line-height:1.5;
	margin-bottom:10px;
}
.dog_desc_wrap .section table tr td.sub p{
	font-size: 16px;
	margin:0;
	line-height:2;
	color:#777;
}
.dog_desc_wrap .section table tr td .img_wrap{
	width:100%;
	margin-bottom:30px;
}
.dog_desc_wrap .section table tr td .img_wrap img{
	max-width:100%;
}
.dog_desc_wrap .section table tr td .cont_wrap{
	width:100%;
}
.dog_desc_wrap .section table tr td .cont_wrap p{
	margin:0;
}
.dog_desc_wrap .section table tr td .cont_wrap img{
	max-width:100%;
}
.dog_desc_wrap .section table tr td.p_info_an{
	padding:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dog_desc_wrap .section table tr td.p_info_an a{
	text-decoration:none;
	color:#555;
}
.dog_desc_wrap .section table tr td.p_info_an b{
	text-decoration:none;
	color:#000;
}
.dog_desc_wrap .section table tr td.p_info_an .sub{
	margin-left:20px;
}
.dog_desc_wrap .section .desc .btn_wrap{
	width:100%;
	padding:20px 0;
	text-align:center;
	display:inline-block;
}
.dog_desc_wrap .section .desc .btn_wrap .btn{
	margin:0 10px;
}
.dog_desc_wrap .section .desc .btn_wrap .btn_kakao{
	display: inline-block;
    width: 50px;
    height: 50px;
	padding:6px 5px 4px 5px;
    vertical-align: middle;
	background:#FFEB00;
	border-radius:50%;
}
.dog_desc_wrap .section .desc .btn_wrap .btn_kakao span{
	background:url(/images/kakaotalk_sharing_btn_medium.png) no-repeat center center / cover;
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
}
.dog_desc_wrap .section .desc .btn_wrap .btn_call{
	display:inline-block;
	padding:16px 0;
	width:50px;
	height:50px;
	font-size:16px;
	border-radius:25px;
	text-align:center;
	background:#22A699;
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
	line-height:1;
}
.dog_desc_wrap .section .btn_wrap{
	text-align:right;
	padding:30px 0;
}
.dog_desc_wrap .section .btn_wrap .btn_red{
	text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
    margin: 5px 0 10px 0;
	text-align:center;
}
/* 고양이 페이지 */
.cat_wrap{
	min-height:calc(100vh - 100px);
	padding:50px 0;
	margin-top:129px;
}
.cat_wrap .cate_list{
	width:100%;
	padding:15px 0;
	text-align:center;
}
.cat_wrap .cate_list .btn_cate{
	display:inline-block;
	text-decoration:none;
	padding:6px 12px;
	margin:5px 5px;
	color:#555;
	border:1px solid #777;
	border-radius:20px;
}
.cat_wrap .cate_list .btn_cate.cate_active{
	background:#777;
	color:#fff;
}
.cat_wrap .cat_list{
	width:100%;
	padding:15px;
	display:inline-block;
}
.cat_wrap .cat_list .cat_list_ul{
	list-style:none;
	padding:0;
	display:inline-block;
	width:100%;
}
.cat_wrap .cat_list .cat_each{
	width:calc(100% / 5);
	float:left;
	margin-bottom:15px;
}
.cat_wrap .cat_list .cat_each a{
	text-decoration:none;
}
.cat_wrap .cat_list .cat_each .cat_img_wrap{
	width:100%;
	padding-bottom:100%;
	position:relative;
}
.cat_wrap .cat_list .cat_each .cat_img_wrap img{
	display:none;
}
.cat_wrap .cat_list .cat_each .cat_img_wrap .mask{
	width: 100%;
    height: 100%;
    position: absolute;
	background:rgba(0,0,0,0.5);
}
.cat_wrap .cat_list .cat_each .cat_img_wrap .status{
	position: absolute;
	top:10px;
	left:10px;
	padding:8px 10px;
	color:#fff;
	font-size:12px;
	border-radius:26px;
}
.cat_wrap .cat_list .cat_each .cat_img_wrap .main_used{
	position: absolute;
	top:10px;
	left:10px;
	padding:8px 0;
	text-align:center;
	width:32px;
	height:32px;
	color:#fff;
	background:#000;
	font-size:12px;
	font-weight:600;
	border-radius:50%;
}
.cat_wrap .cat_list .cat_each .cat_info_wrap{
	width:100%;
	padding:15px;
}
.cat_wrap .cat_list .cat_each .cat_info_wrap .info{
	width:100%;
}
.cat_wrap .cat_list .cat_each .cat_info_wrap .info1{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:16px;
	color:#777;
	font-weight:600;
	position: relative;
}
.cat_wrap .cat_list .cat_each .cat_info_wrap .info1 .img_gender{
	width: 12px;
    position: absolute;
    bottom: 4px;
}
.cat_wrap .cat_list .cat_each .cat_info_wrap .info2{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:16px;
	color:#444;
	font-weight:600;
}
/* 고양이 view */
.cat_view_wrap .content_no_footer{
	padding:0 20px 20px 20px;
}
.cat_view_wrap .content_no_footer .view_img_wrap{
	padding:0 27px 34px 30px;
	height:100%;
	width:50%;
	float:left;
}
.cat_view_wrap .content_no_footer .view_img_wrap .view_img{
	width:100%;
	height:100%;
}
.cat_view_wrap .content_no_footer .view_cont_wrap{
	padding:0 30px 34px 27px;
	height:100%;
	width:50%;
	float:left;
}
.cat_view_wrap .content_no_footer .view_cont_wrap .sub{
	width:100%;
	height:120px;
	font-size:18px;
	font-weight:600;
	color:#555;
	padding:5px 0;
	position:relative;
	line-height:1.5;
}
.cat_view_wrap .content_no_footer .view_cont_wrap .sub .img_gender{
	width:15px;
	position:absolute;
	top:8px;
}
.cat_view_wrap .content_no_footer .view_cont_wrap .content{
	width:100%;
	height:calc(100% - 180px);
	font-size:18px;
	font-weight:600;
	color:#555;
	padding:5px 0;
	position:relative;
	line-height:1.5;
}
.cat_view_wrap .content_no_footer .view_cont_wrap .btn_wrap{
	width:100%;
	height:60px;
	padding:5px 0;
	text-align:right;
}
.cat_view_wrap .content_no_footer .view_cont_wrap .btn_wrap .btn_kakao{
	display: inline-block;
    width: 50px;
    height: 50px;
	padding:7px 5px 3px 5px;
    vertical-align: middle;
	background:#FFEB00;
	border-radius:50%;
}
.cat_view_wrap .content_no_footer .view_cont_wrap .btn_wrap .btn_kakao span{
	background:url(/images/kakaotalk_sharing_btn_medium.png) no-repeat center center / cover;
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
}
.cat_view_wrap .content_no_footer .view_cont_wrap .btn_wrap .btn_call{
	display:inline-block;
	padding:16px 0;
	width:50px;
	height:50px;
	font-size:16px;
	border-radius:25px;
	text-align:center;
	background:#22A699;
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
}
/* 고양이 desc */
.cat_desc_wrap .section{
	padding: 50px;
}
.cat_desc_wrap .section .desc{
	width: 100%;
}
.cat_desc_wrap .section table{
	width: 100%;
	border-collapse:collapse;
	border-top:2px solid #777;
	border-bottom:2px solid #777;
	table-layout:fixed;
}
.cat_desc_wrap .section table tr td{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	line-height:2;
	font-size:16px;
}
.cat_desc_wrap .section table tr td.sub{
	padding:30px 60px;
}
.cat_desc_wrap .section table tr td.cont{
	padding:60px;
	font-size:16px;
}
.cat_desc_wrap .section table tr td.cont .cont_bottom_info{
	text-align:center;
	font-size:9pt;
	color:#cecece;
}
.cat_desc_wrap .section table tr td h1{
	font-size: 32px;
    font-weight: 600;
	margin:0;
	line-height:1.5;
	margin-bottom:10px;
}
.cat_desc_wrap .section table tr td.sub p{
	font-size: 16px;
	margin:0;
	line-height:2;
	color:#777;
}
.cat_desc_wrap .section table tr td .img_wrap{
	width:100%;
	margin-bottom:30px;
}
.cat_desc_wrap .section table tr td .img_wrap img{
	max-width:100%;
}
.cat_desc_wrap .section table tr td .cont_wrap{
	width:100%;
}
.cat_desc_wrap .section table tr td .cont_wrap p{
	margin:0;
}
.cat_desc_wrap .section table tr td .cont_wrap img{
	max-width:100%;
}
.cat_desc_wrap .section table tr td.p_info_an{
	padding:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cat_desc_wrap .section table tr td.p_info_an a{
	text-decoration:none;
	color:#555;
}
.cat_desc_wrap .section table tr td.p_info_an b{
	text-decoration:none;
	color:#000;
}
.cat_desc_wrap .section table tr td.p_info_an .sub{
	margin-left:20px;
}
.cat_desc_wrap .section .desc .btn_wrap{
	width:100%;
	padding:20px 0;
	text-align:center;
	display:inline-block;
}
.cat_desc_wrap .section .desc .btn_wrap .btn{
	margin:0 10px;
}
.cat_desc_wrap .section .desc .btn_wrap .btn_kakao{
	display: inline-block;
    width: 50px;
    height: 50px;
	padding:6px 5px 4px 5px;
    vertical-align: middle;
	background:#FFEB00;
	border-radius:50%;
}
.cat_desc_wrap .section .desc .btn_wrap .btn_kakao span{
	background:url(/images/kakaotalk_sharing_btn_medium.png) no-repeat center center / cover;
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
}
.cat_desc_wrap .section .desc .btn_wrap .btn_call{
	display:inline-block;
	padding:16px 0;
	width:50px;
	height:50px;
	font-size:16px;
	border-radius:25px;
	text-align:center;
	background:#22A699;
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
	line-height:1;
}
.cat_desc_wrap .section .btn_wrap{
	text-align:right;
	padding:30px 0;
}
.cat_desc_wrap .section .btn_wrap .btn_red{
	text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
    margin: 5px 0 10px 0;
	text-align:center;
}
/* 지점안내 페이지 */
.branch_wrap{
	min-height:calc(100vh - 100px);
	padding:50px 0;
	margin-top:70px;
}
.branch_wrap .branch_list{
	width:100%;
	padding:15px;
	display:inline-block;
}
.branch_wrap .branch_list .branch_list_ul{
	list-style:none;
	padding:0;
	display:inline-block;
}
.branch_wrap .branch_list .branch_each{
	width:calc(100% / 4);
	float:left;
	padding:10px;
	/*margin-bottom:15px;*/
}
.branch_wrap .branch_list .branch_each a{
	text-decoration:none;
}
.branch_wrap .branch_list .branch_each .branch_img_wrap{
	width:100%;
	padding-bottom:100%;
	position:relative;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.branch_wrap .branch_list .branch_each .branch_img_wrap img{
	display:none;
}
.branch_wrap .branch_list .branch_each .branch_info_wrap{
	width:100%;
	padding:15px;
	background: #D0413E;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.branch_wrap .branch_list .branch_each .branch_info_wrap .info{
	width:100%;
}
.branch_wrap .branch_list .branch_each .branch_info_wrap .info1{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:16px;
	color:#fff;
	font-weight:600;
	margin-bottom:10px;
}
.branch_wrap .branch_list .branch_each .branch_info_wrap .info2{
	width: 100%;
    height: 48px;
	line-height:1.5;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 일반페이지 */
.page_wrap{
	width:100%;
	min-height:calc(100vh - 100px);
	margin-top:129px;
}
.page_wrap .subvis{
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display:block;
    width: 100%;
    height: 500px;
	position:relative;
}
.page_wrap .subvis::after {
	content: '';
	position: absolute;
	inset: 0;
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	z-index:1;
}
.page_wrap .subvis .subvis_title{
	position:absolute;
	left:0;
	top:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:100%;
	height:100%;
	z-index:2;
}
.page_wrap .subvis .subvis_title .subvis_sub{
	width:100%;
	font-size: 24px;
	text-align:center;
	color:#fff;
	margin: 0 0 15px;
}
.page_wrap .subvis .subvis_title .subvis_cont{
	width:100%;
	font-size: 24px;
	font-weight:400;
	text-align:center;
	color:#f7f7f7;
	margin:0;
}
.page_wrap .page_content{
	width:100%;
	padding:50px 0;
}
.page_wrap .cate_list {
    width: 100%;
    padding: 15px;
    text-align: center;
}
.page_wrap .cate_list .btn_cate {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px;
    margin: 4px;
    color: #555;
    border: 1px solid #777;
    border-radius: 20px;
}
.page_wrap .cate_list .btn_cate.cate_active {
    background: #777;
    color: #fff;
}
/* 인사말 */
.greetings_wrap .subvis{
	background-image: url('/images/greetings_vis.jpg');
}
.greetings_wrap .sub{
	box-sizing: border-box;
	max-width:800px;
	width:100%;
	font-size:28px;
	text-align:center;
	font-weight:600;
	color:#333;
	padding:50px 15px;
	margin:auto;
}
.greetings_wrap .cont{
	box-sizing: border-box;
	max-width:700px;
	width:100%;
	font-size:20px;
	text-align:center;
	color:#555;
	padding:30px 15px;
	line-height:1.7;
	margin:auto;
	word-break:keep-all;
}
.greetings_wrap .name{
	box-sizing: border-box;
	max-width:700px;
	width:100%;
	font-size:18px;
	text-align:center;
	padding:30px 15px;
	line-height:1.7;
	color:#555;
	text-align:center;
	margin:auto;
	margin-top:20px;
}
.greetings_wrap .name b{
	font-size:20px;
	color:#333;
}
/* 회사소개 */
.intro_wrap .subvis{
	background-image: url('/images/intro_vis.jpg');
}
.intro_wrap .section{
	padding:50px;
}
.intro_wrap .section1 .sub{
	font-size:40px;
	font-weight:600;
	line-height:1.5;
	color:#333;
	margin:0;
	margin-bottom:30px;
	word-break:keep-all;
}
.intro_wrap .section1 .cont{
	font-size:28px;
	line-height:1.5;
	color:#555;
	margin:0;
	word-break:keep-all;
}
.intro_wrap .section2 .infi_slide_list_wrap{
	position: relative;
    width: 100%;
	height: 365px;
	overflow:hidden;
}
.intro_wrap .section2 .infi_slide_list_wrap .infi_slide_list{
	display:flex;
	animation:infi_slide_ac1 60s linear infinite;
	position:absolute;
}
.intro_wrap .section2 .infi_slide_list_wrap .infi_slide_list img {
	width:365px;
	border-radius:8px;
}
.intro_wrap .section2 .infi_slide_list_wrap .infi_slide_list:nth-child(2){
	animation:infi_slide_ac2 60s linear infinite;
	transform: translate(100%);
	position:absolute;
}
.intro_wrap .section2 .infi_slide_list_wrap .infi_slide_list .infi_slide{
	min-width:385px;
}
.intro_wrap .section3{
	border-bottom:1px solid #ddd;
}
.intro_wrap .section3 .sub{
	font-size:32px;
	font-weight:600;
	color:#333;
	text-align:center;
	margin:0;
	line-height:1.5;
	margin-bottom:50px;
	word-break:keep-all;
}
.intro_wrap .section3 .cont_list{
	width:100%;
}
.intro_wrap .section3 .cont_list ul{
	width:100%;
}
.intro_wrap .section3 .cont_list ul li{
	width:100%;
	display:inline-block;
}
.intro_wrap .section3 .cont_list ul li .img{
	width:50%;
	padding:30px;
	float:left;
}
.intro_wrap .section3 .cont_list ul li .img img{
	width:100%;
}
.intro_wrap .section3 .cont_list ul li .cont{
	width:50%;
	padding:30px;
	float:left;
}
.intro_wrap .section3 .cont_list ul li .cont p{
	margin:0;
	font-size:20px;
	line-height:1.5;
	color:#555;
	word-break:keep-all;
}
.intro_wrap .section3 .cont_list ul li .cont p.list_sub{
	padding:60px 0 30px;
	font-size:28px;
	font-weight:600;
	color:#333;
}
.intro_wrap .section4 .title_wrap{
	text-align:center;
	margin-bottom:50px;
}
.intro_wrap .section4 .title_wrap p{
    margin: 0;
}
.intro_wrap .section4 .title_wrap .title_sub{
	font-size: 32px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 5px;
}
.intro_wrap .section4 .title_wrap .title_cont{
	font-size: 24px;
    color: #555;
    text-align: center;
    margin: 0;
}
.intro_wrap .section4 .map{
	width:100%;
	margin-bottom:50px;
}
.intro_wrap .section4 .map img{
	width:100%;
}
.intro_wrap .section4 .map_info{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.intro_wrap .section4 .map_info .each .map_info_sub{
	font-size:28px;
	font-weight:600;
	color:#333;
	margin-bottom:5px;
}
.intro_wrap .section4 .map_info .each .map_info_cont{
	font-size:20px;
	color:#555;
}
/* 스탭소개 */
.staff_wrap .subvis{
	background-image: url('/images/staff_vis.jpg');
}
.staff_wrap .section{
	padding:50px;
}
.staff_wrap .section1{
	border-bottom:1px solid #ddd;
}
.staff_wrap .section1 .sub_wrap{
	margin-bottom:30px;
}
.staff_wrap .section1 .sub_wrap .sub{
	font-size:32px;
	font-weight:600;
	color:#333;
	text-align:center;
	margin:0;
	margin-bottom:5px;
}
.staff_wrap .section1 .sub_wrap .cont{
	font-size:24px;
	color:#333;
	text-align:center;
	margin:0;
}
.staff_wrap .section1 .staff_list{
	width:100%;
}
.staff_wrap .section1 .staff_list ul{
	width:100%;
	display:flex;
	justify-content: center;
}
.staff_wrap .section1 .staff_list ul li{
	padding:15px;
}
.staff_wrap .section1 .staff_list ul li .img_wrap{
	text-align:center;
}
.staff_wrap .section1 .staff_list ul li .cont_wrap{
	padding:15px;
	font-size:24px;
	color:#333;
	text-align:center;
}
.staff_wrap .section2{
	border-bottom:1px solid #ddd;
}
.staff_wrap .section2 .sub_wrap{
	margin-bottom:30px;
}
.staff_wrap .section2 .sub_wrap .sub{
	font-size:32px;
	font-weight:600;
	color:#333;
	text-align:center;
	margin:0;
	margin-bottom:5px;
}
.staff_wrap .section2 .sub_wrap .cont{
	font-size:24px;
	color:#333;
	text-align:center;
	margin:0;
}
.staff_wrap .section2 .staff_list{
	width:100%;
}
.staff_wrap .section2 .staff_list ul{
	width:100%;
	display:flex;
	justify-content: center;
}
.staff_wrap .section2 .staff_list ul li{
	padding:15px;
}
.staff_wrap .section2 .staff_list ul li .img_wrap{
	text-align:center;
}
.staff_wrap .section2 .staff_list ul li .cont_wrap{
	padding:15px;
	font-size:24px;
	color:#333;
	text-align:center;
}
.staff_wrap .section3{
	border-bottom:1px solid #ddd;
}
.staff_wrap .section3 .sub_wrap{
	margin-bottom:30px;
}
.staff_wrap .section3 .sub_wrap .sub{
	font-size:32px;
	font-weight:600;
	color:#333;
	text-align:center;
	margin:0;
	margin-bottom:5px;
}
.staff_wrap .section3 .sub_wrap .cont{
	font-size:24px;
	color:#333;
	text-align:center;
	margin:0;
}
.staff_wrap .section3 .staff_list{
	width:100%;
}
.staff_wrap .section3 .staff_list ul{
	width:100%;
	display:flex;
	justify-content: center;
}
.staff_wrap .section3 .staff_list ul li{
	padding:15px;
}
.staff_wrap .section3 .staff_list ul li .img_wrap{
	text-align:center;
}
.staff_wrap .section3 .staff_list ul li .cont_wrap{
	padding:15px;
	font-size:24px;
	color:#333;
	text-align:center;
}
.staff_wrap .section4 .sub_wrap{
	margin-bottom:30px;
}
.staff_wrap .section4 .sub_wrap .sub{
	font-size:32px;
	font-weight:600;
	color:#333;
	text-align:center;
	margin:0;
	margin-bottom:5px;
}
.staff_wrap .section4 .sub_wrap .cont{
	font-size:24px;
	color:#333;
	text-align:center;
	margin:0;
}
.staff_wrap .section4 .staff_list{
	width:100%;
}
.staff_wrap .section4 .staff_list ul{
	width:100%;
	display:inline-block;
}
.staff_wrap .section4 .staff_list ul li{
	padding:15px;
	width: calc(100% / 4);
	float:left;
}
.staff_wrap .section4 .staff_list ul li.empty .img_wrap{
	width:100%;
	padding-bottom:100%;
	background:#ddd;
}
.staff_wrap .section4 .staff_list ul li .img_wrap img{
	width:100%;
}
.staff_wrap .section4 .btn_wrap{
	width:100%;
	padding: 30px 0 0;
	text-align:center;
}
.staff_wrap .section4 .btn_wrap .btn_red{
	text-decoration:none;
	font-size:20px;
	color:#fff;
	border-radius:30px;
	background:#D0413E;
	padding:15px 30px;
	display:inline-block;
	margin: 5px 0 10px 0;
}
/* 채용정보 */
.job_info_wrap .subvis{
	background-image: url('/images/job_info_vis.jpg');
}
.job_info_wrap .section{
    padding: 50px;
}
.job_info_wrap .section1 .sub{
	font-size:40px;
	font-weight:600;
	color:#333;
	margin:0;
	line-height:1.5;
	margin-bottom:30px;
	word-break:keep-all;
}
.job_info_wrap .section1 .cont{
	font-size:28px;
	color:#555;
	margin:0;
	line-height:1.5;
	word-break:keep-all;
}
.job_info_wrap .section2 .infi_slide_list_wrap{
	position: relative;
    width: 100%;
	height: 330px;
	overflow:hidden;
}
.job_info_wrap .section2 .infi_slide_list_wrap .infi_slide_list{
	display:flex;
	animation-duration:100s;
	animation:infi_slide_ac1 60s linear infinite;
	position:absolute;
}
.job_info_wrap .section2 .infi_slide_list_wrap .infi_slide_list .review{
	width:320px;
	height:320px;
	border:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
	padding:15px;
	position:relative;
}
.job_info_wrap .section2 .infi_slide_list_wrap .infi_slide_list .review .text{
	font-size:24px;
	color:#333;
}
.job_info_wrap .section2 .infi_slide_list_wrap .infi_slide_list .review .thumb_img{
	position:absolute;
	bottom:15px;
	left:15px;
	width:90px;
	height:90px;
	background:#ddd;
}
.job_info_wrap .section2 .infi_slide_list_wrap .infi_slide_list .review .thumb_img img{
	width:100%;
}
.job_info_wrap .section2 .infi_slide_list_wrap .infi_slide_list .review .people{
	position:absolute;
	bottom:15px;
	right:15px;
	font-size:18px;
	font-weight:600;
	color:#777;
}
.job_info_wrap .section2 .infi_slide_list_wrap .infi_slide_list:nth-child(2){
	animation:infi_slide_ac2 60s linear infinite;
	transform: translate(100%);
	position:absolute;
}
.job_info_wrap .section2 .infi_slide_list_wrap .infi_slide_list .infi_slide{
	min-width:340px;
}
.job_info_wrap .section3{
	border-bottom:1px solid #ddd;
}
.job_info_wrap .section3 .sub{
	font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
    margin-bottom: 30px;
	text-align:center;
	line-height:1.5;
	word-break:keep-all;
}
.job_info_wrap .section3 .cont_list{
	margin:auto;
	max-width:877px;
	width:100%;
}
.job_info_wrap .section3 .cont_list ul{
	width:100%;
}
.job_info_wrap .section3 .cont_list ul li{
	width:100%;
	padding:30px;
}
.job_info_wrap .section3 .cont_list ul li p{
	margin:0;
	font-size:20px;
	padding-left:50px;
	word-break:keep-all;
}
.job_info_wrap .section3 .cont_list ul li p:nth-child(2){
	line-height:1.5;
}
.job_info_wrap .section3 .cont_list ul li .cont_sub{
	margin-bottom:15px;
	font-size:28px;
	font-weight:600;
	position:relative;
	padding-left:50px;
}
.job_info_wrap .section3 .cont_list ul li .cont_sub .num{
	width: 37px;
    height: 37px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #D0413E;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 4px;
    text-align: center;
	border-radius:50%;
}
.job_info_wrap .section4 .sub{
	font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0;
    margin-bottom: 5px;
	text-align:center;
}
.job_info_wrap .section4 .cont{
	font-size: 20px;
    color: #555;
    margin: 0;
    margin-bottom: 50px;
	text-align:center;
}
.job_info_wrap .section4 .cont_list{
	margin:auto;
	max-width:1000px;
	width:100%;
}
.job_info_wrap .section4 .cont_list ul{
	display:inline-block;
	width:100%;
}
.job_info_wrap .section4 .cont_list ul li{
	float:left;
	width:calc(100% / 3);
	text-align:center;
	padding:30px 15px;
}
.job_info_wrap .section4 .cont_list ul li p{
	margin:0;
}
.job_info_wrap .section4 .cont_list ul li a{
	text-decoration:none;
}
.job_info_wrap .section4 .cont_list ul li a img{
	width:100%;
	max-width:88px;
}
.job_info_wrap .section4 .cont_list ul li a p{
	color: #D0413E;
	padding-top:15px;
}
.job_info_wrap .section4 .cont_list ul li:nth-child(2) img{
	margin:7px 0;
}
.job_info_wrap .section4 .cont_list ul li:nth-child(3) img{
	margin:12px 0;
}
/* 분양 정보 및 절차 */
.procedure_wrap .section {
    padding: 50px;
}
.procedure_wrap .section1 .sub {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
	line-height:1.5;
    margin-bottom: 30px;
	word-break:keep-all;
}
.procedure_wrap .section1 .cont {
    font-size: 28px;
    color: #555;
    margin: 0;
	line-height:1.5;
	word-break:keep-all;
}
.procedure_wrap .section1 .btn_wrap{
	width: 100%;
    padding: 30px 0 0;
}
.procedure_wrap .section1 .btn_wrap .btn_red{
	text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}
.procedure_wrap .section1 .btn_wrap .btn_red:first-child{
	margin-right:10px;
}
.procedure_wrap .section2 .infi_slide_list_wrap{
	position: relative;
    width: 100%;
	height: 365px;
	overflow:hidden;
}
.procedure_wrap .section2 .infi_slide_list_wrap .infi_slide_list{
	display:flex;
	animation-duration:100s;
	animation:infi_slide_ac1 60s linear infinite;
	position:absolute;
}
.procedure_wrap .section2 .infi_slide_list_wrap .infi_slide_list img {
	width:365px;
	border-radius:8px;
}
.procedure_wrap .section2 .infi_slide_list_wrap .infi_slide_list:nth-child(2){
	animation:infi_slide_ac2 60s linear infinite;
	transform: translate(100%);
	position:absolute;
}
.procedure_wrap .section2 .infi_slide_list_wrap .infi_slide_list .infi_slide{
	min-width:385px;
}
.procedure_wrap .section3 .cont_list{
	width:100%;
}
.procedure_wrap .section3 .cont_list ul{
	width:100%;
}
.procedure_wrap .section3 .cont_list ul li{
	width:100%;
	display:inline-block;
}
.procedure_wrap .section3 .cont_list ul li .img_wrap{
	float:left;
	width:50%;
	padding:30px 15px;
}
.procedure_wrap .section3 .cont_list ul li .img_wrap img{
	width:100%;
}
.procedure_wrap .section3 .cont_list ul li .cont_wrap{
	float:left;
	width:50%;
	padding:30px 15px;
}
.procedure_wrap .section3 .cont_list ul li .cont_wrap p{
	margin:0;
	font-size:20px;
	line-height:1.5;
	word-break:keep-all;
}
.procedure_wrap .section3 .cont_list ul li .cont_wrap .cont_sub{
	font-size:28px;
	font-weight:600;
	margin-bottom:15px;
	padding-top:100px;
}
.procedure_wrap .section3 .cont_list ul li .cont_wrap .cont_sub span{
	font-size:32px;
}
/* 의료 시스템 */
.hospital_wrap .section {
    padding: 50px;
}
.hospital_wrap .section1 .sub {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
	line-height:1.5;
    margin-bottom: 30px;
	word-break:keep-all;
}
.hospital_wrap .section1 .cont {
    font-size: 28px;
    color: #555;
    margin: 0;
	line-height:1.5;
	word-break:keep-all;
}
.hospital_wrap .section1 .btn_wrap{
	width: 100%;
    padding: 30px 0 0;
}
.hospital_wrap .section1 .btn_wrap .btn_red{
	text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}
.hospital_wrap .section2 .infi_slide_list_wrap{
	position: relative;
    width: 100%;
	height: 330px;
	overflow:hidden;
}
.hospital_wrap .section2 .infi_slide_list_wrap .infi_slide_list{
	display:flex;
	animation-duration:100s;
	animation:infi_slide_ac1 60s linear infinite;
	position:absolute;
}
.hospital_wrap .section2 .infi_slide_list_wrap .infi_slide_list .review{
	width:320px;
	height:320px;
	border:1px solid #ddd;
	box-shadow:1px 2px 3px #ddd;
	padding:15px;
	position:relative;
}
.hospital_wrap .section2 .infi_slide_list_wrap .infi_slide_list .review .text{
	font-size:24px;
	color:#333;
}
.hospital_wrap .section2 .infi_slide_list_wrap .infi_slide_list .review .thumb_img{
	position:absolute;
	bottom:15px;
	left:15px;
	width:90px;
	height:90px;
	background:#ddd;
}
.hospital_wrap .section2 .infi_slide_list_wrap .infi_slide_list .review .thumb_img img{
	width:100%;
}
.hospital_wrap .section2 .infi_slide_list_wrap .infi_slide_list .review .people{
	position:absolute;
	bottom:15px;
	right:15px;
	font-size:18px;
	font-weight:600;
	color:#777;
}
.hospital_wrap .section2 .infi_slide_list_wrap .infi_slide_list:nth-child(2){
	animation:infi_slide_ac2 60s linear infinite;
	transform: translate(100%);
	position:absolute;
}
.hospital_wrap .section2 .infi_slide_list_wrap .infi_slide_list .infi_slide{
	min-width:340px;
}
.hospital_wrap .section3 .title_wrap{
	text-align: center;
    margin-bottom: 50px;
}
.hospital_wrap .section3 .title_wrap .title_sub {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    text-align: center;
	margin-top:0;
    margin-bottom: 5px;
}
.hospital_wrap .section3 .title_wrap .title_cont {
    font-size: 24px;
    color: #555;
    text-align: center;
    margin: 0;
}
.hospital_wrap .section3 .col2_wrap{
	width:100%;
	display:inline-block;
}
.hospital_wrap .section3 .col2_wrap .img_wrap{
	width:50%;
	padding:30px 50px;
	float:left;
}
.hospital_wrap .section3 .col2_wrap .img_wrap img{
	width:100%;
}
.hospital_wrap .section3 .col2_wrap .cont_wrap{
	width:50%;
	padding:30px 50px;
	float:left;
}
.hospital_wrap .section3 .col2_wrap .cont_wrap ul{
	padding:30px 0 60px;
}
.hospital_wrap .section3 .col2_wrap .cont_wrap ul li{
	padding:30px 0;
}
.hospital_wrap .section3 .col2_wrap .cont_wrap ul li p{
	margin:0;
}
.hospital_wrap .section3 .col2_wrap .cont_wrap ul li p.sub{
	margin-bottom:20px;
	font-size:28px;
	font-weight:600;
}
.hospital_wrap .section3 .col2_wrap .cont_wrap ul li p.cont{
	font-size:20px;
	line-height:1.5;
	padding:0 5px;
	word-break:keep-all;
}
.hospital_wrap .section3 .col2_wrap .btn_wrap{
	width:100%;
}
.hospital_wrap .section3 .col2_wrap .btn_wrap .btn_red{
	text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}
/* 미용실 */
.salon_wrap .section {
    padding: 50px;
}
.salon_wrap .section1 .sub {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
	line-height:1.5;
    margin-bottom: 30px;
	word-break:keep-all;
}
.salon_wrap .section1 .cont {
    font-size: 28px;
    color: #555;
    margin: 0;
	line-height:1.5;
	word-break:keep-all;
}
.salon_wrap .section1 .btn_wrap{
	width: 100%;
	padding: 30px 0 0;
}
.salon_wrap .section1 .btn_wrap .btn_red{
	text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}
.salon_wrap .section1 .btn_wrap .btn_red:first-child {
    margin-right:10px;
}
.salon_wrap .section2 .infi_slide_list_wrap{
	position: relative;
    width: 100%;
	height: 365px;
	overflow:hidden;
}
.salon_wrap .section2 .infi_slide_list_wrap .infi_slide_list{
	display:flex;
	animation-duration:100s;
	animation:infi_slide_ac1 60s linear infinite;
	position:absolute;
}
.salon_wrap .section2 .infi_slide_list_wrap .infi_slide_list img {
	width:365px;
	border-radius:8px;
}
.salon_wrap .section2 .infi_slide_list_wrap .infi_slide_list:nth-child(2){
	animation:infi_slide_ac2 60s linear infinite;
	transform: translate(100%);
	position:absolute;
}
.salon_wrap .section2 .infi_slide_list_wrap .infi_slide_list .infi_slide{
	min-width:385px;
}
.salon_wrap .section3 .info_wrap{
	width:100%;
}
.salon_wrap .section3 .info_wrap .info_wrap_inner{
	width:100%;
	display:inline-block;
}
.salon_wrap .section3 .info_wrap .info_wrap_inner .img_wrap{
	width:calc(100% / 5 * 3);
	float:left;
	padding:30px 55px 30px 5px;
}
.salon_wrap .section3 .info_wrap .info_wrap_inner .img_wrap img{
	width:100%
}
.salon_wrap .section3 .info_wrap .info_wrap_inner .cont_wrap{
	width:calc(100% / 5 * 2);
	float:left;
	padding:30px 0;
}
.salon_wrap .section3 .info_wrap .info_wrap_inner .cont_wrap p{
	font-size: 20px;
	margin:15px 0;
}
.salon_wrap .section3 .info_wrap .info_wrap_inner .cont_wrap p.sub{
	font-size: 28px;
	font-weight:600;
	margin:20px 0;
}
.salon_wrap .section3 .list_wrap{
	width:100%;
}
.salon_wrap .section3 .list_wrap .list_wrap_inner{
	width:100%;
	display:inline-block;
}
.salon_wrap .section3 .list_wrap .list_wrap_inner .list{
	width:calc(100% / 3);
	float:left;
	padding:15px 5px;
}
.salon_wrap .section3 .list_wrap .list_wrap_inner .list img{
	width:100%;
}
/* 유치원 및 혜택 */
.kindergarden_wrap .section{
	padding: 50px;
}
.kindergarden_wrap .section1 .sub{
	font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 30px;
    word-break: keep-all;
}
.kindergarden_wrap .section1 .cont {
    font-size: 28px;
    color: #555;
    margin: 0;
    line-height: 1.5;
    word-break: keep-all;
}
.kindergarden_wrap .section1 .btn_wrap {
    width: 100%;
    padding: 30px 0 0;
}
.kindergarden_wrap .section1 .btn_wrap .btn_red {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}
.kindergarden_wrap .section1 .btn_wrap .btn_red:first-child {
    margin-right:10px;
}
.kindergarden_wrap .section3 .cont_list{
	width:100%;
}
.kindergarden_wrap .section3 .cont_list ul{
	width:100%;
}
.kindergarden_wrap .section3 .cont_list ul li{
	width:100%;
	display:inline-block;
}
.kindergarden_wrap .section3 .cont_list ul li .img_wrap{
	float:left;
	width:50%;
	padding:30px 15px;
}
.kindergarden_wrap .section3 .cont_list ul li .img_wrap img{
	width:100%;
}
.kindergarden_wrap .section3 .cont_list ul li .cont_wrap{
	float:left;
	width:50%;
	padding:30px 15px;
}
.kindergarden_wrap .section3 .cont_list ul li .cont_wrap p{
	margin:0;
	font-size:20px;
	line-height:1.5;
	word-break:keep-all;
}
.kindergarden_wrap .section3 .cont_list ul li .cont_wrap .cont_sub{
	font-size:28px;
	font-weight:600;
	margin-bottom:15px;
	padding-top:100px;
}
/* 혜택 */
.benefits_wrap .section{
	padding: 50px;
}
.benefits_wrap .section1 .sub{
	font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 30px;
    word-break: keep-all;
}
.benefits_wrap .section1 .cont {
    font-size: 28px;
    color: #555;
    margin: 0;
    line-height: 1.5;
    word-break: keep-all;
}
.benefits_wrap .section1 .btn_wrap {
    width: 100%;
    padding: 30px 0 0;
}
.benefits_wrap .section1 .btn_wrap .btn_red {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}
.benefits_wrap .section1 .btn_wrap .btn_red:first-child {
    margin-right:10px;
}
.benefits_wrap .section3 .list_wrap{
	width:100%;
	display:inline-block;
}
.benefits_wrap .section3 .list_wrap .list{
	width:calc(100% / 4);
	float:left;
	padding:8px;
}
.benefits_wrap .section3 .list_wrap .list img{
	width:100%;
	text-align:center;
}
/* overseas 페이지 */
.overseas_wrap .section{
	padding: 50px;
}
.overseas_wrap .section1{
	border-bottom:1px solid #aaa;
	padding-bottom:120px;
}
.overseas_wrap .section1 .sub{
	font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 30px;
    word-break: keep-all;
}
.overseas_wrap .section1 .cont {
    font-size: 28px;
    color: #555;
    margin: 0;
    line-height: 1.5;
    word-break: keep-all;
}
.overseas_wrap .section1 .btn_wrap {
    width: 100%;
    padding: 30px 0 0;
}
.overseas_wrap .section1 .btn_wrap .btn_red {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}
.overseas_wrap .section1 .btn_wrap .btn_red:first-child {
    margin-right:10px;
}
.overseas_wrap .section2{
	padding-bottom:120px;
	border-bottom:1px solid #aaa;
}
.overseas_wrap .section2 .sub{
	font-size: 40px;
    font-weight: 600;
	text-align:center;
	margin:60px 0;
}
.overseas_wrap .section2 .list_wrap{
	width:100%;
	display:inline-block;
}
.overseas_wrap .section2 .list_wrap .list{
	width:calc(100% / 3);
	float:left;
	padding:30px;
}
.overseas_wrap .section2 .list_wrap .img_wrap{
	width:100%;
}
.overseas_wrap .section2 .list_wrap .img_wrap img{
	width:100%;
	margin-bottom:30px;
}
.overseas_wrap .section2 .list_wrap .cont_wrap{
	text-align:center;
	font-size:16px;
}
.overseas_wrap .section3 .sub{
	font-size: 40px;
    font-weight: 600;
	text-align:center;
	margin:60px 0;
}
.overseas_wrap .section3 .list_wrap{
	width:100%;
	display:inline-block;
}
.overseas_wrap .section3 .list_wrap .list{
	width:calc(100% / 4);
	float:left;
	margin-bottom: 15px;
    padding: 0 5px;
}
.overseas_wrap .section3 .list_wrap .list .ovr_img_wrap{
	width: 100%;
    padding-bottom: calc(100% / 3* 2);
    position: relative;
    background: #D9D9D9;
}
.overseas_wrap .section3 .list_wrap .list .ovr_info_wrap{
	width: 100%;
    padding: 15px;
    background: #eee;
}
.overseas_wrap .section3 .list_wrap .list .ovr_info_wrap .info1{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:20px;
	color:#000;
	font-weight:600;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	margin-bottom:10px;
}
.overseas_wrap .section3 .list_wrap .list .ovr_info_wrap .info2{
	width:100%;
	height: 64px;
	line-height:1.5;
	font-size:14px;
	color:#000;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.overseas_wrap .section3 .list_wrap .list .ovr_info_wrap .btn_wrap{
	width:100%;
	margin-top:15px;
	display:inline-block;
}
.overseas_wrap .section3 .list_wrap .list .ovr_info_wrap .btn_wrap .btn_desc{
	float:right;
	font-size:14px;
	color:#757575;
	text-decoration:none;
}
.overseas_wrap .section3 .more_btn_wrap {
    width: 100%;
    padding: 30px 0 0;
	text-align:center;
}
.overseas_wrap .section3 .more_btn_wrap .btn_red {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
	width:200px;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}
/* overseas 상세페이지 */
.overseas_desc_wrap .section{
	padding: 50px;
}
.overseas_desc_wrap .section .desc{
	width: 100%;
}
.overseas_desc_wrap .section table{
	width: 100%;
	border-collapse:collapse;
	border-top:2px solid #777;
	border-bottom:2px solid #777;
	table-layout:fixed;
}
.overseas_desc_wrap .section table tr td{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	line-height:2;
	font-size:16px;
}
.overseas_desc_wrap .section table tr td.sub{
	padding:30px 60px;
}
.overseas_desc_wrap .section table tr td.cont{
	padding:60px;
	text-align:center;
	font-size:16px;
}
.overseas_desc_wrap .section table tr td h1{
	font-size: 32px;
    font-weight: 600;
	margin:0;
	line-height:1.5;
	margin-bottom:10px;
}
.overseas_desc_wrap .section table tr td.sub p{
	font-size: 16px;
	margin:0;
	line-height:2;
	color:#777;
}
.overseas_desc_wrap .section table tr td .img_wrap{
	width:100%;
	margin-bottom:30px;
}
.overseas_desc_wrap .section table tr td .img_wrap img{
	max-width:100%;
}
.overseas_desc_wrap .section table tr td .cont_wrap{
	width:100%;
}
.overseas_desc_wrap .section table tr td.ovr_an{
	padding:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.overseas_desc_wrap .section table tr td.ovr_an a{
	text-decoration:none;
	color:#555;
}
.overseas_desc_wrap .section table tr td.ovr_an b{
	text-decoration:none;
	color:#000;
}
.overseas_desc_wrap .section table tr td.ovr_an .sub{
	margin-left:20px;
}
.overseas_desc_wrap .section .btn_wrap{
	text-align:right;
	padding:30px 0;
}
.overseas_desc_wrap .section .btn_wrap .btn_red{
	text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
    margin: 5px 0 10px 0;
	text-align:center;
}
/* 입양후기 페이지 */
.review_wrap .section{
	padding: 50px;
}
.review_wrap .section1{
	padding-bottom:100px;
}
.review_wrap .section1 .sub{
	font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 30px;
    word-break: keep-all;
	text-align:center;
}
.review_wrap .section1 .cont {
    font-size: 28px;
    color: #555;
    margin: 0;
    line-height: 1.5;
    word-break: keep-all;
	text-align:center;
}
.review_wrap .section2 .list_wrap{
	width:100%;
	display:inline-block;
}
.review_wrap .section2 .list_wrap .list{
	width:calc(100% / 4);
	float:left;
	margin-bottom: 15px;
    padding: 0 5px;
}
.review_wrap .section2 .list_wrap .list .rev_img_wrap{
	width: 100%;
    padding-bottom: calc(100% / 3* 2);
    position: relative;
    background: #D9D9D9;
}
.review_wrap .section2 .list_wrap .list .rev_info_wrap{
	width: 100%;
    padding: 15px;
    background: #eee;
}
.review_wrap .section2 .list_wrap .list .rev_info_wrap .info1{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:20px;
	color:#000;
	font-weight:600;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	margin-bottom:10px;
}
.review_wrap .section2 .list_wrap .list .rev_info_wrap .info2{
	width:100%;
	height: 64px;
	line-height:1.5;
	font-size:14px;
	color:#000;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.review_wrap .section2 .list_wrap .list .rev_info_wrap .btn_wrap{
	width:100%;
	margin-top:15px;
	display:inline-block;
}
.review_wrap .section2 .list_wrap .list .rev_info_wrap .btn_wrap .btn_desc{
	float:right;
	font-size:14px;
	color:#757575;
	text-decoration:none;
}
.review_wrap .section2 .more_btn_wrap {
    width: 100%;
    padding: 30px 0 0;
	text-align:center;
}
.review_wrap .section2 .more_btn_wrap .btn_red {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
	width:200px;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}
/* 입양후기 상세페이지 */
.review_desc_wrap .section{
	padding: 50px;
}
.review_desc_wrap .section .desc{
	width: 100%;
}
.review_desc_wrap .section table{
	width: 100%;
	border-collapse:collapse;
	border-top:2px solid #777;
	border-bottom:2px solid #777;
	table-layout:fixed;
}
.review_desc_wrap .section table tr td{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	line-height:2;
	font-size:16px;
}
.review_desc_wrap .section table tr td.sub{
	padding:30px 60px;
}
.review_desc_wrap .section table tr td.cont{
	padding:60px;
	text-align:center;
	font-size:16px;
}
.review_desc_wrap .section table tr td h1{
	font-size: 32px;
    font-weight: 600;
	margin:0;
	line-height:1.5;
	margin-bottom:10px;
}
.review_desc_wrap .section table tr td.sub p{
	font-size: 16px;
	margin:0;
	line-height:2;
	color:#777;
}
.review_desc_wrap .section table tr td .img_wrap{
	width:100%;
	margin-bottom:30px;
}
.review_desc_wrap .section table tr td .img_wrap img{
	max-width:100%;
}
.review_desc_wrap .section table tr td .cont_wrap{
	width:100%;
}
.review_desc_wrap .section table tr td.rev_an{
	padding:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.review_desc_wrap .section table tr td.rev_an a{
	text-decoration:none;
	color:#555;
}
.review_desc_wrap .section table tr td.rev_an b{
	text-decoration:none;
	color:#000;
}
.review_desc_wrap .section table tr td.rev_an .sub{
	margin-left:20px;
}
.review_desc_wrap .section .btn_wrap{
	text-align:right;
	padding:30px 0;
}
.review_desc_wrap .section .btn_wrap .btn_red{
	text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
    margin: 5px 0 10px 0;
	text-align:center;
}

/* 반려동물 정보 페이지 */
.p_info_wrap .section{
	padding: 50px;
}
.p_info_wrap .section1{
	padding-bottom:100px;
}
.p_info_wrap .section1 .sub{
	font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 30px;
    word-break: keep-all;
	text-align:center;
}
.p_info_wrap .section1 .cont {
    font-size: 28px;
    color: #555;
    margin: 0;
    line-height: 1.5;
    word-break: keep-all;
	text-align:center;
}
.p_info_wrap .section2 .list_wrap{
	width:100%;
	display:inline-block;
}
.p_info_wrap .section2 .list_wrap .list{
	width:calc(100% / 4);
	float:left;
	margin-bottom: 15px;
    padding: 0 5px;
}
.p_info_wrap .section2 .list_wrap .list .pin_img_wrap{
	width: 100%;
    padding-bottom: calc(100% / 3* 2);
    position: relative;
    background: #D9D9D9;
}
.p_info_wrap .section2 .list_wrap .list .pin_info_wrap{
	width: 100%;
    padding: 15px;
    background: #eee;
}
.p_info_wrap .section2 .list_wrap .list .pin_info_wrap .info1{
	width:100%;
	height:24px;
	line-height:1.5;
	font-size:20px;
	color:#000;
	font-weight:600;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	margin-bottom:10px;
}
.p_info_wrap .section2 .list_wrap .list .pin_info_wrap .info2{
	width:100%;
	height: 64px;
	line-height:1.5;
	font-size:14px;
	color:#000;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.p_info_wrap .section2 .list_wrap .list .pin_info_wrap .btn_wrap{
	width:100%;
	margin-top:15px;
	display:inline-block;
}
.p_info_wrap .section2 .list_wrap .list .pin_info_wrap .btn_wrap .btn_desc{
	float:right;
	font-size:14px;
	color:#757575;
	text-decoration:none;
}
.p_info_wrap .section2 .more_btn_wrap {
    width: 100%;
    padding: 30px 0 0;
	text-align:center;
}
.p_info_wrap .section2 .more_btn_wrap .btn_red {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
	width:200px;
    border-radius: 30px;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
	margin: 5px 0 10px 0;
}

/* 반려동물 정보 상세페이지 */
.p_info_desc_wrap .section{
	padding: 50px;
}
.p_info_desc_wrap .section .desc{
	width: 100%;
}
.p_info_desc_wrap .section table{
	width: 100%;
	border-collapse:collapse;
	border-top:2px solid #777;
	border-bottom:2px solid #777;
	table-layout:fixed;
}
.p_info_desc_wrap .section table tr td{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	line-height:2;
	font-size:16px;
}
.p_info_desc_wrap .section table tr td.sub{
	padding:30px 60px;
}
.p_info_desc_wrap .section table tr td.cont{
	padding:60px;
	font-size:16px;
}
.p_info_desc_wrap .section table tr td h1{
	font-size: 32px;
    font-weight: 600;
	margin:0;
	line-height:1.5;
	margin-bottom:10px;
}
.p_info_desc_wrap .section table tr td.sub p{
	font-size: 16px;
	margin:0;
	line-height:2;
	color:#777;
}
.p_info_desc_wrap .section table tr td .img_wrap{
	width:100%;
	margin-bottom:30px;
}
.p_info_desc_wrap .section table tr td .img_wrap img{
	max-width:100%;
}
.p_info_desc_wrap .section table tr td .cont_wrap{
	width:100%;
}
.p_info_desc_wrap .section table tr td .cont_wrap img{
	max-width:100%;
}
.p_info_desc_wrap .section table tr td.p_info_an{
	padding:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p_info_desc_wrap .section table tr td.p_info_an a{
	text-decoration:none;
	color:#555;
}
.p_info_desc_wrap .section table tr td.p_info_an b{
	text-decoration:none;
	color:#000;
}
.p_info_desc_wrap .section table tr td.p_info_an .sub{
	margin-left:20px;
}
.p_info_desc_wrap .section .btn_wrap{
	text-align:right;
	padding:30px 0;
}
.p_info_desc_wrap .section .btn_wrap .btn_red{
	text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
    margin: 5px 0 10px 0;
	text-align:center;
}
/* 커뮤니티 페이지 */
.community_wrap .section{
	padding: 50px;
}
.community_wrap .section1{
	padding-bottom:60px;
}
.community_wrap .section1 .sub{
	font-size: 40px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 30px;
    word-break: keep-all;
	text-align:center;
}
.community_wrap .section1 .cont {
    font-size: 28px;
    color: #555;
    margin: 0;
    line-height: 1.5;
    word-break: keep-all;
	text-align:center;
}
.community_wrap .section2 table{
	margin-top: 30px;
    table-layout: fixed;
	border-collapse:collapse;
    width: 100%;
    border-top: 1px solid #474b53;
    border-bottom: 1px solid #ddd;
    text-align: center;
    word-break: break-all;
}
.community_wrap .section2 table th {
    padding: 13px 2px;
    position: relative;
}
.community_wrap .section2 table td {
    padding: 15px 5px;
    border-top: 1px solid #ddd;
    vertical-align: top;
}
.community_wrap .section2 table td a{
	color:#000;
	text-decoration:none;
}
.community_wrap .section2 table td .reply{
	color:red;
}
.community_wrap .section2 table td a{
	color:#000;
	text-decoration:none;
}
.community_wrap .section2 .search_wrap{
	width:100%;
	padding:20px 0;
	text-align:center;
}
.community_wrap .section2 .search_wrap select{
	width: 80px;
    height: 40px;
	border: solid 1px #ddd;
	color: #333;
	padding-left:5px;
	font-weight:600;
}
.community_wrap .section2 .search_wrap input[type=text]{
    padding: 0 5px;
	width: 150px;
    height: 40px;
	border: solid 1px #ddd;
	color: #333;
}
.community_wrap .section2 .search_wrap .btn_submit{
	display: inline-block;
    vertical-align: top;
    line-height: 40px;
	width:70px;
    height: 40px;
    line-height: normal;
	color: #333;
	background-color: #f6f6f6;
    border: solid 1px #ddd;
	font-weight:600;
}:
   
/* 커뮤니티 상세페이지 */
.community_desc_wrap .section{
	padding: 50px;
}
.community_desc_wrap .section .desc{
	width: 100%;
}
.community_desc_wrap .section table{
	width: 100%;
	border-collapse:collapse;
	border-top:2px solid #777;
	border-bottom:2px solid #777;
	table-layout:fixed;
}
.community_desc_wrap .section table tr td{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	line-height:2;
	font-size:16px;
}
.community_desc_wrap .section table tr td.sub{
	padding:30px 60px;
}
.community_desc_wrap .section table tr td.cont{
	padding:60px;
	font-size:16px;
}
.community_desc_wrap .section table tr td.rep{
	padding:60px;
	background:#f5fcff;
	font-size:16px;
	color:#483ca3;
}
.community_desc_wrap .section table tr td h1{
	font-size: 32px;
    font-weight: 600;
	margin:0;
	line-height:1.5;
	margin-bottom:10px;
}
.community_desc_wrap .section table tr td.sub p{
	font-size: 16px;
	margin:0;
	line-height:2;
	color:#777;
}
.community_desc_wrap .section table tr td .img_wrap{
	width:100%;
	margin-bottom:30px;
}
.community_desc_wrap .section table tr td .img_wrap img{
	max-width:100%;
}
.community_desc_wrap .section table tr td .cont_wrap{
	width:100%;
}
.community_desc_wrap .section table tr td .cont_wrap img{
	max-width:100%;
}
.community_desc_wrap .section table tr td.community_an{
	padding:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.community_desc_wrap .section table tr td.community_an a{
	text-decoration:none;
	color:#555;
}
.community_desc_wrap .section table tr td.community_an b{
	text-decoration:none;
	color:#000;
}
.community_desc_wrap .section table tr td.community_an .sub{
	margin-left:20px;
}
.community_desc_wrap .section .btn_wrap{
	text-align:right;
	padding:30px 0;
}
.community_desc_wrap .section .btn_wrap .btn_red{
	text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #D0413E;
    padding: 15px 30px;
    display: inline-block;
    margin: 5px 0 10px 0;
	text-align:center;
}