@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*@font-face {
	font-family: NanumGothic;
	src: url('../fonts/NanumGothic.ttf');
}

@font-face {
	font-family: NanumGothicBold;
	src: url('../fonts/NanumGothicBold.ttf');
}*/

/*@font-face {
	font-family: NanumGothicExtraBold;
	src: url('../fonts/NanumGothicExtraBold.ttf');
}*/

/* 갤2 */
/*@media all and (device-width: 480px) {
	html {
		zoom: 0.296;
		-webkit-transform: scale(.296);
		transform: scale(.296);
	}
}*/
/* 갤3 */
/*
@media all and (device-width: 720px) {
	html {
		zoom: 0.334;
		/*-webkit-transform: scale(.334);
		transform: scale(.334);
	}
}
*/


html {
	/*width: 1080px;*/
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	/*position: absolute;*/
	/*width: 1080px;*/
	height: 100%;
	/*min-height: 100%;*/
	margin: 0;
	padding: 0;
	/*zoom: 50%;*/
	font-family: 'Nanum Gothic';
	/*-webkit-text-size-adjust: none;*/

	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;

	/*background-color: blue;*/
}

h1, h2, h3, h4, h5, p, strong, th {
	margin: 0;
	font-weight: normal;
}

caption {
	display: none;
}

th {
	text-align: left;
}

strong {
	font-family: 'Nanum Gothic';
	font-weight: bold;
}

ul, input {
	margin: 0;
	padding: 0;
}


li {
	list-style-type: none;
	background-color: #fff;
}

li.active {
	list-style-type: none;
	background-color: #c9c9c9;
}

h1, h2 {
	font-size: 0;
	line-height: 0;
}

input[type=search] {
	 -webkit-border-radius: 0px;
	 -webkit-appearance: none;
	 border-radius: 0px;
}

dl,
dt{
	margin : 0;
}

/* 2014-05-14: 접근성 수정*/
.heading_disable {
	display: none;
}

button {
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	white-space: normal;
}

a {
	text-decoration: none;
}

.address {
	background-color: transparent;
	font-style: normal;
}

#start {
	height: 0;
}

.font-red {
	color: #e41031;
}

.text-hide {
	font-size: 0;
	line-height: 0;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.star {
	display: inline-block;
	margin-left: 5px;
	width: 21px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	background: url(../img/iconset.png) no-repeat -148px -125px;
	vertical-align: middle;
}


#wrap {
	position: absolute;
	top:0px;
	width: 1080px;
	height: 1845px;
	/*height: 3000px;*/
	overflow-x: hidden;
	/*border-right: 1px solid #000;
	border-bottom: 1px solid #000;*/
}

@media screen and (device-aspect-ratio: 16/9) {
	#wrap {
		height: 1845px;
	}
}
/* 갤2 */
@media screen and (device-width: 480px) and (device-height: 800px) and (-webkit-device-pixel-ratio: 1.5) {
	#wrap {
		max-height: 1710px;
	}
}

/* 노트 1*/
@media screen and (device-width: 800px) and (device-height: 1280px) and (-webkit-device-pixel-ratio: 1.6) {
	#wrap {
		max-height: 1710px;
	}
}

/* 아이폰4 */
@media screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait) {
	#wrap {
		max-height: 1550px;
		height: 1550px;
	}
}
/* 아이폰5 */
@media screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait) {
	#wrap {
		max-height: 1845px;
	}
}

.blind {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #3f4953;*/
	opacity: .6;
	z-index: 15;
}

#loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
}

#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 140px;
	height: 140px;
	margin: -70px 0 0 -70px;
	z-index: 20;
}

#loading .blind {
	display: block;
}

.content {
	position: absolute;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.content .swiper-slide {
	width: 1080px;
}

.navigation {
	position: absolute;
	top: 0;
	width: 100%;
	height: 150px;
	background-color: #e41031;
	z-index: 10;
}

.navigation h1 {
	height: 150px;
	color: #fff;
	font-size: 60px;
	line-height: 150px;
	text-align: center;
}

.navigation button {
	position: absolute;
	top: 0;
	width: 150px;
	height: 150px;
	background-color: transparent;
}
.navigation button:before {
	content: '';
	width: 74px;
	height: 75px;
	display: inline-block;
	z-index: -1;
	background-image: url(../img/iconset.png);
}
.navigation .btn_back {
	left: 0;
}
.navigation .btn_back:before {
	background-position: 0 -99px;
}
.navigation .btn_menu {
	right: 0;
}
.navigation .btn_menu:before {
	background-position: -74px -99px;
}

.infowindow {
	background-color: rgba(0, 0, 0, 0.2);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	font-size: 12px;
	color: #666;
}

.infowindow a{
	color: #666;
}

.infowindow .infowrap {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #fff;
	white-space: nowrap;
}

.infowindow .infowrap .info {
	display: inline-block;
	padding: 10px 0 10px 10px;
	color: #666;
	white-space: nowrap;
}

.infowindow .btn_close {
	display: inline-block;
	padding: 10px;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	background-color: #888;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

/* 아이폰4 */
@media screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait) {
	.infowindow, .infowindow .btn_close {
		font-size: 45px;
	}
}
/* 아이폰5 */
@media screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait) {
	.infowindow, .infowindow .btn_close {
		font-size: 45px;
	}
}

/* 메뉴 { */
@-webkit-keyframes animate-menu-view {
	from {
		-webkit-transform: translateY(-510px);
	}
	to {
		-webkit-transform: ttranslateY(0);
	}
}
@keyframes animate-menu-view {
	from {
		transform: translateY(-510px);
	}
	to {
		transform: translateY(0);
	}
}

#menu {
	display: none;
	position: absolute;
	left: 0;
	width: 1080px;
	z-index: 20;
	-webkit-animation: animate-menu-view .2s ease-out;
	animation: animate-menu-view .2s ease-out;

	-webkit-animation-direction: reverse;
	animation-direction: reverse;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#menu.active {
	display: block;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

#menu ul {
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#menu li {
	float: left;
}
#menu li button:active {
	background-color: #666;
}

#menu li .btn_search, #menu li .btn_fav, #menu li .btn_map, #menu li .btn_set {
	width: 270px;
	height: 270px;
	background-image: url(../img/btn_menu_s.png);
	border-bottom: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
}

#menu li .btn_search {
	background-color: #e41031;
	background-position: 0 0;
}
#menu li .btn_search:active {
	background-position: 0 -270px;
}
#menu li .btn_fav {
	background-color: #fff;
	background-position: -270px 0;
}
#menu li .btn_fav:active {
	background-position: -270px -270px;
}
#menu li .btn_map {
	background-color: #e41031;
	background-position: -540px 0;
}
#menu li .btn_map:active {
	background-position: -540px -270px;
}
#menu li .btn_set {
	background-color: #fff;
	background-position: -810px 0;
	border-right: none;
}
#menu li .btn_set:active {
	background-position: -810px -270px;
}

#menu li .btn_home, #menu li .btn_proposition {
	width: 540px;
	height: 149px;
	background-color: #fff;
	font-size: 42px;
	color: #666;
	border-bottom: 1px solid #7d7d7d;
}
#menu li .btn_home:before, #menu li .btn_proposition:before {
	content: '';
	display: inline-block;
	width: 77px;
	height: 77px;
	z-index: -1;
	margin-right: 17px;
	vertical-align: middle;
	background-image: url(../img/iconset.png);
}
#menu li .btn_home {
	border-right: 1px solid #7d7d7d;
}
#menu li .btn_home:before {
	background-position: -268px -48px;
}
#menu li .btn_home:active {
	color: #fff;
}
#menu li .btn_home:active:before {
	background-position: -268px -125px;
}
#menu li .btn_proposition:before {
	background-position: -268px -202px;
}
#menu li .btn_proposition:active {
	color: #fff;
}
#menu li .btn_proposition:active:before {
	background-position: -268px -279px;
}

#menu .btn_close {
	width: 100%;
	height: 90px;
	background-color: #ececec;
}

#menu .btn_close:active{
	background-color: #adadad;
}
#menu .btn_close:before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	z-index: -1;
	background-image: url(../img/iconset.png);
	background-position: -268px 0;
}

/* } 메뉴 */


@-webkit-keyframes animate-show-view {
	from {
		-webkit-transform: translateX(1080px);
	}
	to {
		-webkit-transform: translateX(0);
	}
}
@keyframes animate-show-view {
	from {
		transform: translateX(1080px);
	}
	to {
		transform: translateX(0);
	}
}

@-webkit-keyframes animate-hide-view {
	from {
		-webkit-transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(1080px);
	}
}
@keyframes animate-hide-view {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(1080px);
	}
}

@-webkit-keyframes animate-show-left-view {
	from {
		-webkit-transform: translateX(-1080px);
	}
	to {
		-webkit-transform: translateX(0);
	}
}
@keyframes animate-show-left-view {
	from {
		transform: translateX(-1080px);
	}
	to {
		transform: translateX(0);
	}
}

@-webkit-keyframes animate-hide-left-view {
	from {
		-webkit-transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-1080px);
	}
}
@keyframes animate-hide-left-view {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-1080px);
	}
}


@-webkit-keyframes animate-menu {
	from {
		-webkit-transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-510px);
	}
}
@keyframes animate-menu {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-510px);
	}
}


@-webkit-keyframes animate-hide-menu {
	from {
		-webkit-transform: translateY(-510px);
	}
	to {
		-webkit-transform: translateY(0);
	}
}
@keyframes animate-hide-menu {
	from {
		transform: translateY(-510px);
	}
	to {
		transform: translateY(0);
	}
}




#home, #search, #detail, #map, #map_view, #proposition, #favorite, #report, #set, #sungjangin, #information, #agreement, #roadmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 1080px;
	height: 100%;
	background-color: #fff;
	z-index: 1;
	overflow:scroll;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#search, #detail, #map, #map_view, #proposition, #favorite, #report, #set, #sungjangin, #information, #agreement, #roadmap {
	display: none;
}

/* animation  { */

.inactive-view {
	display: block;
	-webkit-animation: animate-hide-view .2s ease-in;
	animation: animate-hide-view .2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.inactive-left-view {
	display: block;
	-webkit-animation: animate-hide-left-view .2s ease-in;
	animation: animate-hide-left-view .2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.active-view {
	display: block !important;
	-webkit-animation: animate-show-view .2s ease-in;
	animation: animate-show-view .2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.active-left-view {
	display: block !important;
	-webkit-animation: animate-show-left-view .2s ease-in;
	animation: animate-show-left-view .2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#home {
	/*-webkit-transform: scale(1);*/
	/*transform: scale(1);*/
	/*-webkit-filter: blur(0);*/
	/*filter: blur(0);*/
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
#home.inactive-view {
	/*-webkit-transform: scale(0.98);*/
	/*transform: scale(0.98);*/
	/*-webkit-filter: blur(10px);*/
	/*filter: blur(10px);*/
}




/* } animation */



/* 탭 { */
ul.tab {
	position: absolute;
	width: 100%;
	height: 130px;
	z-index: 10;
}

ul.tab li {
	float: left;
	height: 130px;
}

ul.tab button {
	height: 130px;
	font-size: 50px;
	color: #666;
	border-left: 1px solid #b2b2b2;
	border-right: 2px solid #b2b2b2;
	border-bottom: 3px solid #b2b2b2;
	background-color: #fff;
}

ul.tab li:first-child button {
	border-left: none;
}

ul.tab li:last-child button {
	border-right: none;
}

ul.tab button.active {
	color: #e41031;
	border-bottom: 5px solid #e41031;
}
/* } 탭 */

/* 부제목 */
h3:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	z-index: -1;
	background: url(../img/iconset.png) no-repeat -99px -70px;
	margin-right: 17px;
	vertical-align: middle;
}



/* home  { */
#home #visual {
	width: 720px;
	height: 1080px;
	background: url(../img/bg_visual.jpg) repeat;
}

/*
#home #visual h2 {
	width: 100%;
	height: 100%;
	background: url(../img/visual.png) no-repeat center 96px;
}
*/
/* 2014-05-14: 접근성 개선*/
#home #visual img {
	padding: 13% 5%;
}

#home .menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	height: 1440px;
}

#home .menu button {
	width: 360px;
	height: 360px;
	background-image: url(../img/btn_menu.png);
}
#home .menu button:active {
	background-color: #666;
}


#home .btn_search {
	background-color: #e41031;
	background-position: 0 0;
}
#home .btn_search:active {
	background-position: -360px 0;
}
#home .btn_map {
	border-width: 1px 0;
	border-style: solid;
	border-color: #7d7d7d;
	background-color: #fff;
	background-position: 0 -360px;
}
#home .btn_map:active {
	background-position: -360px -360px;
}
#home .btn_fav {
	background-color: #fff;
	background-position: 0 -720px;
}
#home .btn_fav:active {
	background-position: -360px -720px;
}
#home .btn_set {
	border-width: 1px 0;
	border-style: solid;
	border-color: #7d7d7d;
	background-color: #fff;
	background-position: 0 -1080px;
}
#home .btn_set:active {
	background-position: -360px -1080px;
}

#home .links {
	width: 720px;
	height: 360px;
}
#home .btn_proposition {
	width: 720px;
	height: 141px;
	background-color: #666;
	background-image: url(../img/btn_proposition.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#home .btn_proposition:active {
	background-color: #999;
}

#home .links ul li {
	float: left;
}

#home .links ul li .btn_link {
	width: 240px;
	height: 219px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #7d7d7d;
}

#home .banner {
	width: 1080px;
	height: 405px;
}

/*#home .banner ul {
	float: left;
}*/

#home .banner .swiper-container, #home #banner_object  {
	display: inline-block;
	float: left;
	width: 945px;
	height: 405px;
	z-index: 1;
}

#home #banner_object li button  {
	width: 945px;
	height: 405px;
}

#home .control  {
	display: inline-block;
	width: 135px;
	float: right;
	position: relative;
}

#home .control li {
	position: absolute;
	width: 135px;
	top: 0;
	left: 0;
	/*height: 135px;*/
}

#home .control button {
	width: 135px;
	height: 135px;
	background-repeat: no-repeat;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #7d7d7d;
}
#home .control li:first-child {
	top: 135px;
	height: 137px;
	border: none;
}
#home .control li:last-child {
	top: 270px;
}

#home .control li:last-child button {
	border-width: 0 0 0 1px;
}
#home .control button:before {
	content: '';
	display: inline-block;
	z-index: -1;
	background-image: url(../img/iconset.png);
}
#home .control .btn_left:active, #home .control .btn_right:active {
	background-color: #eee;
}
#home .btn_left {
	background-color: #fff;
}
#home .btn_left:before {
	width: 43px;
	height: 75px;
	background-position: 0 -174px;
}
#home .btn_toggle_play {
	background-color: #999;
}
#home .btn_toggle_play:before {
	width: 36px;
	height: 75px;
	background-position: -43px -174px;
}
#home .btn_right {
	background-color: #fff;
}
#home .btn_right:before {
	width: 42px;
	height: 75px;
	background-position: -79px -174px;
}
#home .btn_toggle_play:active{
	background-color: #666;
}
#home .btn_toggle_play.active:before {
	width: 33px;
	height: 61px;
	background-position: 0px -446px;
}

/* } home */

/* search { */

#search .content {
	/*width: 100%;
	top: 0;*/
	padding-top: 280px;
}

/* 검색 탭 { */
#search ul.tab {
	top: 150px;
}

#search ul.tab li {
	width: 540px;
}

#search ul.tab button {
	width: 540px;
}
/* } 검색 탭 */


#search .content #near, #search .content #area {
	position: relative;
	/*top: 280px;*/
	left: 0;
	width: 100%;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/* 주변검색 서브 뷰 { */
#search .content #near_step1, #search .content #near_step2 {
	display: none;
	position: absolute;
	/*padding-top: 280px;*/
	/*top: 280px;*/
	left: 0;
	width: 100%;
	background-color: #fff;
	padding-bottom: 50px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
/* } 주변검색 서브 뷰 */

/* 맞춤검색 서브 뷰 { */
#search .content #area_step1, #search .content #area_step2 {
	display: none;
	position: absolute;
	/*top: 280px;*/
	left: 0;
	width: 100%;
	background-color: #fff;
	padding-bottom: 50px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
/* } 맞춤검색 서브 뷰 */

#search .content .near_form, #search .content .area_form {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
}


/* 결과 더보기 버튼 li로 추가됨 { */
.more_result {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 40px;
	height: 220px;
}

.btn_more_result {
	width: 100%;
	height: 120px;
	font-size: 50px;
	border: 2px solid #c2c2c2;
	color: #666;
	background-color: #fff;
}

.btn_more_result:active {
	border: 2px solid #c2c2c2;
	color: #fff;
	background-color: #b7b7b7;
}
/* } 결과 더보기 버튼 li로 추가됨 */

/* 검색 드롭다운 공통 { */
.dropdown_container {
	position: relative;
	height: 90px;
}

.dropdown_container.top {
z-index: 5;
}

.btn_dropdown {
	position: absolute;
	padding-left: 30px;
	height: 90px;
	font-size: 50px;
	color: #666;
	border: 4px solid #b2b2b2;
	background-color: #fff;
	text-align: left;
}

.btn_dropdown .arrow {
	position: absolute;
	display: block;
	top: 30px;
	right: 25px;
	width: 40px;
	height: 23px;
	background: url(../img/iconset.png) no-repeat -19px -70px;
}

.btn_dropdown.active .arrow {
	background-position: -59px -70px;
}


@-webkit-keyframes animate-dropdown {
	from {
		max-height: 0;
	}
	to {
		max-height: 450px;
	}
}
@keyframes animate-dropdown {
	from {
		max-height: 0;
	}
	to {
		max-height: 450px;
	}
}


.dropdown {
	display: none;
	position: absolute;
	max-height: 0;
	overflow: scroll;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	border: 4px solid #b2b2b2;
	border-top: none;
	z-index: 10;
	-webkit-animation: animate-dropdown .3s ease;
	animation: animate-dropdown .3s ease;
}

.dropdown.active {
	display: block;
	max-height: 450px;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.dropdown.show {
	max-height: 450px;
}

/*.dropdown.inactive {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}*/

.dropdown li {
	height: 90px;
	line-height: 90px;
}

.dropdown li a {
	display: block;
	padding: 0 25px 0 30px;
	font-size: 50px;
	color: #666;
}
.dropdown li a:focus, #search .dropdown li a:active {
	background-color: #f3f3f3;
}
/* } 검색 드롭다운 공통 */

/* 검색 라디오버튼 공통 { */
.btn_radio {
	position: relative;
	height: 50px;
	padding-left: 66px;
	margin: 10px 0;
	font-size: 50px;
	color: #666;
	text-align: left;
	background-color: transparent;
}

.btn_radio .radio {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 47px;
	height: 50px;
	background: url(../img/iconset.png) no-repeat -47px -249px;
}

.btn_radio.active .radio {
	background-position: 0 -249px;
}
/* } 검색 라디오버튼 공통 */

/* 검색 결과 공통 { */
/* 총 몇개 표시 */
.total_count {
	position: relative;
	height: 120px;
	padding-left: 40px;
	font-size: 42px;
	line-height: 120px;
	color: #555;
	border-top: 3px solid #b2b2b2;
	border-bottom: 3px solid #c9c9c9;
}

.total_count .btn_dropdown {
	top: 15px;
	right: 40px;
	width: 320px;
}
.total_count .dropdown {
	top: 101px;
	right: 40px;
	width: 312px;
}

/* 검색 결과 */
.search_result li {
	padding: 50px 40px ;
	border-bottom: 2px solid #c9c9c9;
	font-size: 38px;
	color: #777;
}

.search_result li .rating-view {
	margin-left: 25px;
}

.search_result .subtitle {
	padding: 0 0 30px 0;
}
.search_result .subtitle a {
	font-size: 50px;
	color: #555;
}

.search_result .address {
	padding: 0 0 20px 0;
	background-color: transparent;
}

.search_result .information {
	position: relative;
	padding: 0 0 0 25px;
	font-size: 36px;
	color: #ea7314;
}

.information img {
	margin: 0 0 5px 0;
	vertical-align: bottom;
}

/*
.search_result .information:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 19px;
	height: 29px;
	background: url(../img/iconset.png) no-repeat 0 -70px;
}
*/

.rating-view {
	display: inline-block;
	width: 190px;
	height: 35px;
	/*margin-left: 25px;*/
	line-height: 0;
	margin-top: -10px;
	background: url(../img/iconset.png) no-repeat 0 0;
	vertical-align: middle;
}

.rating_area{
	padding: 12px 0 12px 0px;
}
.btn_rating {
	display: inline-block;
	width: 120px;
	height: 122px;
	margin: 0px 30px;
	background: url(../img/rating.png) no-repeat 0 0;
}

.btn_rating.star1 {
	background-position-y: -122px;
}
.btn_rating:first-child {
	margin-left: 0px;
}
.rating-view .rating {
	display: inline-block;
	width: 190px;
	height: 35px;
	background: url(../img/iconset.png) no-repeat 0 0;
}
.rating-view .rating.star1 {
	width: 34px;
	background-position: -156px -35px;
}
.rating-view .rating.star2 {
	width: 73px;
	background-position: -117px -35px;
}
.rating-view .rating.star3 {
	width: 112px;
	background-position: -78px -35px;
}
.rating-view .rating.star4 {
	width: 151px;
	background-position: -39px -35px;
}
.rating-view .rating.star5 {
	width: 190px;
	background-position: 0 -35px;
}
.rating-view a.rating {
	display: block;
	float: left;
	width: 34px;
	height: 35px;
	margin-right: 5px;
	font-size: 0;
	line-height: 0;
	background: url(../img/iconset.png) no-repeat 0 0;
}
.rating-view a.rating:last-child {
	margin-right: 0;
}
.rating-view a.rating.star1 {
	width: 34px;
	background-position: -156px -35px;
}
/* } 검색 결과 공통 */

/* 검색 편의시설 유형 선택 { */
.convenience_list {
	overflow: hidden;
	margin-right: 8px;
	border-left: 2px solid #c8c8c8;
	border-top: 2px solid #c8c8c8;
}

.convenience_list li {
	float: left;
	display: block;
	width: 330px;
	/*height: 176px;*/
}

.convenience_list li .convenience_button {
	width: 328px;
	height: 230px;
	/*padding: 106px 20px 30px 20px;*/
	background-color: #fff;
	font-size: 42px;
	color: #666;
	white-space: normal;
	display: inline-block;
	border-top: none;
	border-left: none;
	text-align: center;
	border-bottom: 2px solid #c8c8c8;
	border-right: 2px solid #c8c8c8;
}


.convenience_list li .convenience_button.active {
	background-color: #e41031;
	color: #fff;
}

.convenience_list li .convenience_button:before{
	content: '';
	background-position: -50px -471px; /* 미선택시 빈공간의 영역 출력 */
	display: block;
	width: 60px;
	height: 56px;
	z-index: -1;
	margin: 20px auto;
	vertical-align: middle;
	background-image: url(../img/iconset.png);
}

.convenience_list li .convenience_button.active:before {
	background-position: -342px 0px;
}

.convenience_tag {
	overflow: hidden;
}

.convenience_tag li {
	float: left;
	padding: 0 18px !important;
	height: 55px;
	display: block;
	font-size: 38px !important;
	line-height: 55px;
	color: #fff !important;
	background-color: #999;
	border: none !important;
	margin: 20px 20px 0 0;
}
/* } 검색 편의시설 유형 선택 */

/* 검색 불릿 */
#search .bullet {
	position: absolute;
	display: block;
	top: 35px;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../img/iconset.png) no-repeat -99px -70px;
}

/* 검색 버튼 */
#search .btn_search {
	display:block;
	width: 100%;
	height: 120px;
	font-size: 50px;
	background-color: #fff;
	color: #e41031;
	border: 4px solid #e41031;
}
#search .btn_search:before{
	content: '';
	background-position: -268px -356px;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: -1;
	margin-right: -180px;
	vertical-align: middle;
	background-image: url(../img/iconset.png);
}
#search .btn_search:active{
	background-color: #e41031;
	color: #fff;
	border: none;
}
#search .btn_search:active:before{
	background-position: -268px -416px;
}
/* 검색 결과 없음 { */
.no-result {
	height: 367px;
	padding: 0 40px;
	line-height: 246px;
	font-size: 50px;
	color: #acacac;
	text-align: center;
}

.no-result .btn_proposition {
	display: block;
	width: 100%;
	height: 121px;
	font-size: 50px;
	color: #fff;
	background-color: #888;
}
/* } 검색 결과 없음 */


/* 주변검색 step1 */
#search #near_step1 .near_form #label_near {
	width: 100%;
	height: 199px;
	display: block;
	font-size: 42px;
	line-height: 199px;
	color: #777;
	text-align: center;
}

#search #near_step1 .near_form #near_keyword {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 2px 20px;
	line-height: 51px;
	font-size: 50px;
	color: #777;
	border: 4px solid #b2b2b2;
	text-align: center;
}

/*검색*/
.style_search {
	margin-top: 40px;
	/*-webkit-box-sizing: border-box
	box-sizing: border-box;*/
	width: 100%;
	height: 120px;
	background-color: #fff;
	font-size: 50px;
	color: #e41031;
	border: 4px solid #e41031;
}
.style_search:before {
	content: '';
	background-position: -268px -356px;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: -1;
	margin-right: -180px;
	vertical-align: middle;
	background-image: url(../img/iconset.png);
}

.style_search:active {
	background-color: #e41031;
	font-size: 50px;
	color: #fff;
	border: none;
}
.style_search:active:before {
	background-position: -268px -416px;
}

#search #near_step1 #auto_comp {
	width:992px;	
}

#search #near_step1 .near_result .description {
	display: -webkit-box;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-box-align: center;
	box-align: center;
	width: 100%;
	height: 307px;
	font-size: 50px;
	color: #777;
	text-align: center;
	vertical-align: middle;
}

#search #near_step1 .near_result .total_count {
	height: 99px;
	padding-left: 40px;
	font-size: 42px;
	line-height: 99px;
	color: #555;
	border-top: 3px solid #b2b2b2;
	border-bottom: 3px solid #c9c9c9;
}

#search #near_step1 .near_result ul li {
	padding: 50px 40px ;
	/*width: 100%;*/
	/*height: 234px;*/
	border-bottom: 2px solid #c9c9c9;
	font-size: 38px;
	color: #777;
}

#search #near_step1 .near_result .subtitle {
	padding: 0 0 20px 0;
}
#search #near_step1 .near_result .subtitle a {
	font-size: 50px;
	color: #555;
}

/* 주변검색 step2 */
#search #near_step2 .description {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-box-align: center;
	box-align: center;
	padding: 50px;
	width: 100%;
	/*height: 289px;*/
	font-size: 50px;
	color: #777;
	border-bottom: 3px solid #b2b2b2;
	text-align: center;
	vertical-align: middle;
}
#search #near_step2 #near_map_inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 160px;
	zoom: 3.4;
}
#search #near_step2 .map {
	width: 100%;
	height: 100%;
}

/* 맞춤검색 step1 */
#search #area_step1 .description {
	height: 199px;
	line-height: 199px;
	font-size: 42px;
	color: #777;
	text-align: center;
}

#search #area_step1 .btn_dropdown {
	top: 0;
	right: 0;
	width: 100%;
}
#search #area_step1 .dong.dropdown {
	top: 86px;
	left: 0;
	width: 992px;
}

#search #area_step1 .dropdown_container {
	margin-bottom: 40px;
}

#search #area_step1 .radio_container {
	margin-bottom: 50px;
	text-align: center;
}

#search #area_step1 .radio_container .btn_radio {
	margin-right: 100px;
}

#search #area_step1 .radio_container .btn_radio:last-child {
	margin-right: 0;
}

#search #area_step1 h3 {
	height: 80px;
	margin-bottom: 13px;
	padding-left: 23px;
	line-height: 80px;
	font-size: 42px;
	color: #666;
}

#search #area_step1 h3 .description {
	line-height: 0;
	color: #888;
}

#search #area_step1 .convenience_list {
	margin-bottom: 50px;
}

/* 맞춤검색 step2 */
#search #area_step2 .total_count {
	height: 123px;
	line-height: 123px;
	border-top: none;
	border-bottom: 3px solid #b2b2b2;
}

/* } search */

/* detail { */

#detail .content {
	/*width: 100%;
	top: 0;*/
	padding-top: 410px;
}
#detail #place {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 150px;
	width: 100%;
	height: 130px;
	line-height: 130px;
	border-bottom: 3px solid #b2b2b2;
	background-color: #f3f3f3;
	z-index: 10;
}

#detail #place h2 {
	padding-left: 40px;
	line-height: 128px;
	font-family: 'Nanum Gothic';
	font-weight: bold;
	font-size: 50px;
	color: #666;
	background-color: #f3f3f3;
	z-index: 10;
}

#detail #place #btn_favorite {
	position: absolute;
	top: 0;
	right: 40px;
	width: 78px;
	height: 106px;
	background-color: transparent;
	background: url(../img/iconset.png) no-repeat -190px 0;
}

#detail #place #btn_favorite.active {
	background-position: -190px -106px;
}

/* 페이지 탭 */
#detail ul.tab {
	top: 280px;
}

#detail ul.tab li {
	width: 360px;
}

#detail ul.tab button {
	width: 360px;
}

#detail .content #basic, #detail .content #convenience, #detail .content #comment {
	width: 100%;
	display: none;
	padding-bottom: 50px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#detail .content .subcontent {
	padding: 25px 40px;
}

/* 이미지 슬라이드 */
.slide_photo {
	position: relative;
	width: 1080px;
	height: 550px;
	background-color: #101010;
	border-bottom: 3px solid #b2b2b2;
	margin-bottom: 50px;
}

.slide_photo .slide_photo_control {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.slide_photo_control button {
	position: absolute;
	top: 210px;
	width: 129px;
	height: 130px;
	background-repeat: no-repeat;
	border: 1px solid #7d7d7d;
	background-color: #fff;
}
.slide_photo_control button:before {
	content: '';
	display: inline-block;
	z-index: -1;
	background-image: url(../img/iconset.png);
}
.slide_photo_control .btn_left:before {
	width: 43px;
	height: 75px;
	background-position: 0 -174px;
}
.slide_photo_control .btn_right:before {
	width: 42px;
	height: 75px;
	background-position: -79px -174px;
}
.slide_photo_control .btn_left {
	left: 0;
	border-left: none;
}
.slide_photo_control .btn_right {
	right: 0;
	border-right: none;
}

.slide_photo_control .btn_left:active {
	background-color: #adadad;
}
.slide_photo_control .btn_right:active {
	background-color: #adadad;
}
/* basic */
#detail .swiper-container.slide, #detail .swiper-wrapper.slide {
	width: 1080px;
	height: 100%;
}
#detail .swiper-wrapper.slide li {
	position: relative;
	height: 100%;
	text-align: center;
	background-color: #101010;
	overflow: hidden;
}
#detail .swiper-wrapper.slide img {
	width: auto;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;
}

#detail #basic .function {
	margin: 0 20px;
	overflow: hidden;
}

#detail #basic .function li {
	float: left;
	/*width: 520px;*/
	width: 346px;
	height: 115px;
}

#detail #basic .function button {
	/*width: 520px;*/
	width: 346px;
	height: 115px;
	font-size: 44px;
	color : #666666;
	background-repeat: no-repeat;
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #d9d9d9;
	background-color: #fff;
}
#detail #basic .function button:active {
	color : #fff;
	background-color: #b7b7b7;
}
#detail #basic .function button:before {
	content: '';
	display: inline-block;
	z-index: -1;
	background-image: url(../img/iconset.png);
	margin-right: 17px;
	vertical-align: text-bottom;
}

#detail #basic .function li:last-child button {
	border-right-width: 2px;
}

#detail #basic .function .btn_map:before {
	width: 51px;
	height: 43px;
	vertical-align: middle;
	background-position: -208px -306px;
}
#detail #basic .function .btn_map:active:before {
	background-position: -208px -349px;
}

#detail #basic .function .btn_call:before {
	width: 51px;
	height: 43px;
	vertical-align: middle;
	background-position: -208px -392px;
}
#detail #basic .function .btn_call:active:before {
	background-position: -208px -436px;
}

#detail #basic .function .btn_share:before {
	width: 51px;
	height: 25px;
	vertical-align: middle;
	background-position: -208px -480px;
}
#detail #basic .function .btn_share:active:before {
	background-position: -208px -505px;
}

#detail #basic .function .btn_share {
	border-right-width: 2px;
}

#detail .subcontent {
	background-color: #fff;
}

#detail .subcontent h3 {
	height: 70px;
	line-height: 70px;
	font-size: 42px;
	color: #555;
}

#detail .subcontent p {
	padding: 15px 0 30px 25px;
	font-size: 42px;
	color: #777;
	line-height: 58px;
	background-color: #fff;
}

#detail .subcontent table {
	margin: 24px 0 50px 0;
	width: 100%;
	border-top: 2px solid #d9d9d9;
	background-color: #fff;
}

#detail .subcontent table th, #detail .subcontent table td {
	padding: 20px 25px;
	font-size: 38px;
	border-bottom: 2px solid #d9d9d9;
	background-color: #fff;
}

#detail .subcontent table th {
	width: 165px;
	color: #555;
	background-color: #ececec;
}

#detail .subcontent table td, #detail .subcontent table td a {
	color: #777;
}


#detail .subcontent .function2 {
	overflow: hidden;
}

#detail .subcontent .function2 li {
	float: left;
	width: 490px;
	height: 120px;
	margin-right: 20px;
}

#detail .subcontent .function2 li:last-child {
	margin-right: 0;
}

#detail .subcontent .function2 button {
	width: 490px;
	height: 120px;
	font-size: 50px;
}

#detail .subcontent .function2 .btn_proposition {
	background-color: #fff;
	color: #e41031;
	border: 4px solid #e41031;
}
#detail .subcontent .function2 .btn_proposition:active {
	background-color: #e41031;
	color: #fff;
	border: none;
}
#detail .subcontent .function2 .btn_report {
	color: #666;
	background-color: #fff;
	border: 2px solid #c2c2c2;
}
#detail .subcontent .function2 .btn_report:active {
	color: #fff;
	background-color: #b7b7b7;
}

/* convenience */
#detail .convenience_list_large li.list {
	position: relative;
	height: 142px;
	font-size: 46px;
	background-color: #fff;
	border-bottom: 2px solid #d9d9d9;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#detail .convenience_list_large li.list.active {
	height: auto;
}
#detail .convenience_list_large li.list a {
	display: block;
	height: 142px;
	line-height: 142px;
	padding-left: 40px;
	color: #000;
	background-color: #fff;
}
#detail .convenience_list_large li.list a:before {
	content: '';
	position: absolute;
	top: 56px;
	right: 40px;
	width: 54px;
	height: 30px;
	background-image: url(../img/iconset.png);
	background-position: 0 -326px;
}
#detail .convenience_list_large li.list.active a {
	color: #fff;
	background-color: #888;
}
#detail .convenience_list_large li.list.active a:before {
	background-position: 0 -296px;
}

#detail .convenience_list_large li.list .slide_photo {
	margin-bottom: 0;
	border-bottom: none;
}

/* convenience */
#detail #comment_form {
	height: 220px;
	padding: 50px 40px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#detail #comment_form .btn_show_commentform {
	position: relative;
	width: 100%;
	height: 120px;
	line-height: 120px;
	font-size: 50px;
	color: #fff;
	background-color: #888;
}
#detail #comment_form .btn_show_commentform:before {
	content: '';
	position: absolute;
	top: 51px;
	left: 50%;
	margin-left: 250px;
	/*z-index: -1;*/
	width: 32px;
	height: 18px;
	background-position: -141px -70px;
	background-image: url(../img/iconset.png);
}
#detail #comment_form .btn_show_commentform.active:before {
	background-position: -109px -70px;
}


#detail #comment_form.active {
	height: 776px;
}

#detail #comment_form table {
	display: none;
	position: relative;
	/*height: 245px;*/
	width: 100%;
	padding: 40px 40px;
	line-height: 65px;
	background-color: #f3f3f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#detail #comment_form table.active {
	display: block;
}

#detail #comment_form table th, #detail #comment_form table td {
	padding: 12px 0 12px 20px;
	height: 90px;
	line-height: 90px;
}

#detail #comment_form table th {
	width: 200px;
	padding-left: 30px;
	font-size: 50px;
	color: #777;
	background-color: #f3f3f3;
}

#detail #comment_form table td .text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 670px;
	padding: 2px 20px;
	font-size: 50px;
	color: #777;
	border: 4px solid #b2b2b2;
	vertical-align: top;
}

#detail #comment_form table td input {
	height: 90px;
}

#detail #comment_form table td textarea {
	height: 106px;
}

#detail #comment_form .btn_dropdown {
	width: 670px;
}
#detail #comment_form .dropdown {
	top: 86px;
	width: 662px;
}

#detail #comment_form table td.submit {
	padding-left: 0;
	width: 235px;
	text-align: right;
	vertical-align: top;
}

#detail #comment_form .btn_comment {
	display: none;
	width: 100%;
	height: 121px;
	font-size: 50px;
	background-color: #fff;
	color: #e41031;
	border: 4px solid #e41031;
}
#detail #comment_form .btn_comment:active {
	background-color: #e41031;
	color: #fff;
	border: none;
}

#detail .comment_result {
	position: relative;
	min-height: 400px;
	background-color: #fff;
	z-index: -1;
}
#detail .total_count {
	height: 99px;
	padding-left: 40px;
	font-size: 42px;
	color: #555;
	border-top: 3px solid #b2b2b2;
	border-bottom: 3px solid #c9c9c9;
	background-color: #fff;
}

#detail .comment_result ul {
	padding: 0 40px;
}

#detail .comment_result ul li {
	padding: 40px 0 40px 0;
	line-height: 62px;
	/*width: 100%;*/
	/*height: 234px;*/
	border-bottom: 2px solid #c9c9c9;
	font-size: 42px;
	color: #777;
	background-color: #fff;
}

#detail .comment_result .rating-view {
	margin-bottom: 20px;
}

#detail .comment_result .description {
	font-size: 38px;
	color: #999;
}

#detail .comment_result .btn_delete {
	width: 150px;
	height: 60px;
	margin-left: 30px;
	font-size: 38px;
	color: #777;
	border: 2px solid #c2c2c2;
	background-color: #f3f3f3;
}
#detail .comment_result .btn_delete:active {
	background-color: #c2c2c2;
}



/* } detail */



/* map { */


#map .content {
	/*width: 100%;
	top: 0;*/
	padding-top: 280px;
}

/* 검색 탭 { */
#map ul.tab {
	top: 150px;
}

#map ul.tab li {
	width: 540px;
}

#map ul.tab button {
	width: 540px;
}
/* } 검색 탭 */


#map .content #search_map, #map .content #search_type_map {
	position: relative;
	/*top: 280px;*/
	left: 0;
	width: 100%;
	display: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#map .content #search_map {
	position: relative;
	/* top: 0; */
	/* left: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* margin: 0; */
	width: 100%;
	height: 100%;
}
#map .content #search_type_map {
	padding: 0 0 50px 0;
}
#map .content #search_type_map .area_form {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 40px 0 40px;
}

#map .content #search_map #map_inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	zoom: 3.4;
}

#map .map {
	display: block;
	position: absolute;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}



/* 맞춤검색 step1 */
#map #search_type_map_step1 .btn_dropdown {
	top: 0;
	right: 0;
	width: 100%;
}
#map #search_type_map_step1 .dong.dropdown {
	top: 86px;
	left: 0;
	width: 992px;
}

#map #search_type_map_step1 .dropdown_container {
	margin-bottom: 40px;
}

#map #search_type_map_step1 .radio_container {
	margin-bottom: 50px;
	text-align: center;
}

#map #search_type_map_step1 .radio_container .btn_radio {
	margin-right: 100px;
}

#map #search_type_map_step1 .radio_container .btn_radio:last-child {
	margin-right: 0;
}

#map #search_type_map_step1 h3 {
	height: 80px;
	margin-bottom: 13px;
	padding-left: 23px;
	line-height: 80px;
	font-size: 42px;
	color: #666;
}

#map #search_type_map_step1 h3 .description {
	line-height: 0;
	color: #888;
}

#map #search_type_map_step1 .convenience_list {
	margin-bottom: 50px;
}

/* 검색 버튼 */
#map .btn_map {
	width: 100%;
	height: 120px;
	background-color: #fff;
	font-size: 50px;
	color: #e41031;
	border: 4px solid #e41031;
}

#map .btn_map:before {
	content: '';
	background-position: -268px -356px;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: -1;
	margin-right: -180px;
	vertical-align: middle;
	background-image: url(../img/iconset.png);
}

#map .btn_map:active {
	background-color: #e41031;
	font-size: 50px;
	color: #fff;
	border: none;
}
#map .btn_map:active:before {
	background-position: -268px -416px;
}

/* } map */


/* 맵보기 { */

#map_view .content {
	padding-top: 150px;
}

#map_view .content #map_view_inner {
	position: relative;
	width: 100%;
	height: 100%;
	zoom: 3.4;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#map_view .map {
	display: block;
	position: absolute;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#map_view .information {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 50px 40px;
	border-top: 4px solid #c9c9c9;
	font-size: 38px;
	color: #777;
	background-color: #fff;
}

#map_view .information .subtitle {
	padding: 0 0 20px 0;
	font-size: 50px;
	color: #555;
	background-color: #fff;
}

#map_view .information .address {
	line-height: 55px;
}

#report .btn_submit,
#map_view .information .btn_roadmap,
#map_view .information .btn_proposition {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 120px;
	font-size: 50px;
	background-color: #fff;
	color: #e41031;
	border: 4px solid #e41031;
}
#report .btn_submit:active,
#map_view .information .btn_roadmap:active,
#map_view .information .btn_proposition:active {
	background-color: #e41031;
	color: #fff;
	border: none;
}
/* } 맵보기 */




/* 편의시설 등록 { */
#proposition .content {
	margin-top: 150px ;
}

#proposition #proposition_inner {
	padding: 40px 50px 40px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#proposition h2.htitle {
	height: 92px;
	line-height: 92px;
	font-size: 50px;
	color: #555;
}
#proposition h2.htitle:before {
	display: inline-block;
	width: 18px;
	height: 18px;
	content: '';
	z-index: -1;
	background: url(../img/iconset.png) no-repeat -148px -106px;
	margin-right: 20px;
	vertical-align: middle;
}

#proposition .proposition_information h2.htitle:before {
	width: 36px;
	height: 36px;
	background: url(../img/iconset.png) no-repeat 0 -356px;
}

#proposition ul.description {
	margin-bottom: 30px;
}

#proposition ul.description li {
	padding: 0 0 10px 40px;
	font-size: 38px;
	color: #777;
}
#proposition ul.description li:before {
	display: inline-block;
	width: 9px;
	height: 9px;
	content: '';
	z-index: -1;
	background: url(../img/iconset.png) no-repeat -166px -106px;
	margin-right: 20px;
	vertical-align: middle;
}

#proposition .proposition_basic table {
	width: 100%;
	margin-bottom: 27px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#proposition .proposition_basic table th, #proposition .proposition_basic table td {
	padding: 12px 0 12px 20px;
	height: 90px;
	line-height: 90px;
	background-color: #fff;
}

#proposition .proposition_basic table th {
	width: 230px;
	padding-left: 30px;
	font-size: 50px;
	color: #777;
	background-color: #f3f3f3;
}

#proposition .proposition_basic table td .text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 2px 20px;
	font-size: 50px;
	color: #777;
	border: 4px solid #b2b2b2;
	vertical-align: top;
}

#proposition .proposition_basic table td input {
	height: 90px;
}

#proposition .proposition_basic table td textarea {
	height: 106px;
}

#proposition .proposition_basic .btn_radio {
	margin-right: 100px;
	vertical-align: middle;
}

#proposition .proposition_basic .btn_dropdown {
	width: 700px;
}
#proposition .proposition_basic .dropdown {
	top: 86px;
	width: 692px;
}

#proposition .convenience_list {
	position: relative;
	width: 990px;
	margin-bottom: 27px;
	overflow: hidden;
}

#proposition .convenience_list li.on {
	height: 828px;
}

#proposition .convenience_list li .convenience_button.on {
	background-color: #777;
	color: #fff;
}

#proposition .convenience_list li .convenience_button.on:before {
	background-position: -342px -56px;
}

#proposition .convenience_list .photo_upload {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: 514px;
	padding: 40px 0;
	background-color: #777;
	z-index: 20;
}

#proposition .convenience_list .photo_upload label {
	display: inline-block;
	width: 218px;
	margin-left: 22px;
	font-size: 42px;
	color: #fff;
	text-align: center;
	vertical-align: top;
}
#proposition .convenience_list .photo_upload label:before {
	display: inline-block;
	width: 8px;
	height: 14px;
	content: '';
	z-index: -1;
	background: url(../img/iconset.png) no-repeat -30px -392px;
	margin-right: 10px;
	vertical-align: middle;
}

#proposition .convenience_list .photo_upload .btn_upload {
	width: 406px;
	height: 106px;
	font-size: 50px;
	color: #666;
	background-color: #f3f3f3;
	border: 2px solid #adadad;
}
#proposition .convenience_list .photo_upload .btn_upload:before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 43px;
	background-position: -190px -212px;
	z-index: -1;
	background-image: url(../img/iconset.png);
	margin-right: 20px;
	vertical-align: middle;
}

#proposition .convenience_list .photo_upload .btn_upload:active {
	background-color: #adadad;
}

#proposition .convenience_list .photo_upload ul {
	display: inline-block;
	width: 720px;
	height: 220px;
	max-width: 720px;
	margin: 20px 0 40px 243px;
	overflow: auto;
	overflow-y: hidden;
	white-space: nowrap;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

#proposition .convenience_list .photo_upload ul li {
	float: none;
	position: relative;
	display: inline-block;
	width: 150px;
	height: auto;
	margin-right: 35px;
}
#proposition .convenience_list .photo_upload ul li:last-child {
	margin-right: 0;
}

#proposition .convenience_list .photo_upload ul li .image-layer {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	background-position: center center;
	background-size: cover;
}

#proposition .convenience_list .photo_upload ul li .x-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background-position: -59px -306px;
	background-image: url(../img/iconset.png);
}

#proposition .convenience_list .photo_upload ul li .btn_delete {
	width: 150px;
	height: 60px;
	font-size: 38px;
	color: #777;
	background-color: #f3f3f3;
	border: 2px solid #adadad;
}
#proposition .convenience_list .photo_upload ul li .btn_delete:active {
	background-color: #adadad;
}

#proposition .convenience_list .photo_upload .text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 720px;
	height: 116px;
	padding: 2px 20px;
	font-size: 50px;
	color: #777;
	border: 4px solid #b2b2b2;

}

#proposition .btn_submit {
	width: 100%;
	height: 120px;
	font-size: 50px;
	background-color: #fff;
	color: #e41031;
	border: 4px solid #e41031;
}

#proposition .btn_submit:active {
	background-color: #e41031;
	color: #fff;
	border: none;
}

/* } 편의시설 등록 */




/* 즐겨찾기 { */

#favorite .content {
	padding-top: 150px;
}

#favorite #favorite_inner {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#favorite .total_count {
	height: 123px;
	line-height: 123px;
	border-top: none;
	border-bottom: 3px solid #b2b2b2;
}

#favorite .search_result li {
	position: relative;
}
#favorite .search_result li .btn_delete {
	position: absolute;
	top: 50px;
	right: 40px;
	width: 150px;
	height: 60px;
	font-size: 38px;
	color: #777;
	background-color: #f3f3f3;
	border: 2px solid #c2c2c2;
}
#favorite .search_result li .btn_delete:active {
	background-color: #c2c2c2;
}

#favorite .more_result .btn_more_result {
	width: 480px;
	margin-right: 40px;
}
#favorite .more_result .btn_deleteall {
	width: 480px;
	height: 120px;
	font-size: 50px;
	color: #fff;
	background-color: #888;
}
.address { overflow:hidden; }
.address dd.addr {word-break:break-all; width:828px; margin-left:10px; }
.address dt, .address dd {
	float:left;
	padding: 5px 0;
	margin:0;
}
.address dt.tel{ clear:left; }
.address dd.tel { width: 370px; margin-left: 10px; }
.address dd.com { margin-left: 10px; }

/* } 즐겨찾기 */



/* 잘못된 정보 신고 { */
#report .content {
	padding-top: 150px;
}

#report #report_inner {
	padding: 0 40px 0 40px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#report table {
	margin: 40px 0 50px 0;
	width: 100%;
	border-top: 2px solid #d9d9d9;
}

#report table th, #report table td {
	padding: 30px 0 30px 30px;
	font-size: 42px;
	border-bottom: 2px solid #d9d9d9;
	background-color: #fff;
}

#report table th {
	width: 210px;
	padding-left: 30px;
	vertical-align: top;
	color: #777;
	background-color: #f3f3f3;
}

#report table td {
	color: #777;
}

/* 2014-05-13: 접근성 개선(잘못된 정보 신고의 분리된 각각의 테이블을 하나로 통합하고 내용부분의 td css 적용) */
#report table .txt_report {
	padding: 50px 0 40px !important;
}

#report .photo_upload {
}

#report .photo_upload label:before {
	display: inline-block;
	width: 8px;
	height: 14px;
	content: '';
	z-index: -1;
	background: url(../img/iconset.png) no-repeat -30px -392px;
	margin-right: 10px;
	vertical-align: middle;
}

#report .photo_upload .btn_upload {
	width: 406px;
	height: 106px;
	font-size: 50px;
	color: #fff;
	background-color: #888;
}
#report .photo_upload .btn_upload:before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 43px;
	background-position: -190px -255px;
	z-index: -1;
	background-image: url(../img/iconset.png);
	margin-right: 20px;
	vertical-align: middle;
}

#report .photo_upload ul {
	display: inline-block;
	width: 720px;
	height: 220px;
	max-width: 720px;
	margin: 20px 0 0 0;
	overflow: auto;
	overflow-y: hidden;
	white-space: nowrap;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

#report .photo_upload ul li {
	position: relative;
	display: inline-block;
	width: 150px;
	height: auto;
	margin-right: 28px;
}
#report .photo_upload ul li:last-child {
	margin-right: 0;
}

#report .photo_upload ul li .image-layer {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	background-position: center center;
	background-size: cover;
}

#report .photo_upload ul li .x-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background-position: -59px -306px;
	background-image: url(../img/iconset.png);
}

#report .photo_upload ul li .btn_delete {
	width: 150px;
	height: 60px;
	font-size: 38px;
	color: #777;
	background-color: #f3f3f3;
	border: 2px solid #adadad;
}
#report .photo_upload ul li .btn_delete:active {
	background-color: #adadad;
}

#report .text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 2px 20px;
	font-size: 50px;
	color: #777;
	border: 4px solid #b2b2b2;
}

#report td input {
	margin-top: 20px;
	height: 78px;
}

#report textarea {
	height: 218px;
}



/* 설정 { */

#set .content {
	padding-top: 150px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#set ul li {
	position: relative;
	font-size: 41px;
	color: #555;
	border-bottom: 2px solid #c9c9c9;
	background-color: #fff;
}

#set ul li.title {
	font-size: 41px;
	padding: 40px;
	font-weight: bold;
	background-color: #f3f3f3;
}

#set ul li a {
	position: relative;
	display: block;
	padding: 40px;
	color: #555;
}
#set ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -27px;
	right: 33px;
	width: 30px;
	height: 54px;
	background-image: url(../img/iconset.png);
	background-position: 0 -392px;
}

#set ul li.description {
	padding: 40px;
}

/* } 설정 */

/* 센터소개 { */

.more .content {
	padding-top: 150px;
}

.more_inner {
	position: relative;
	padding: 50px 50px 50px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.more_inner .description {
	width: 100%;
	/*height: 100%;*/
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #c8c8c8;
	background-color: #fff;
}

.more h2 {
	margin-bottom: 20px;
	font-size: 42px;
	color: #555;
	font-weight: bold;
	line-height: 38px;
	background-color: #fff;
}

.more_inner .description p {
	width: 100%;
	font-size: 32px;
	color: #555;
	line-height: 51px;
	background-color: #fff;
}
.more_inner .description img {
	vertical-align: bottom;
	margin-left: 50px;
}

.more_inner .description .right{
	font-size: 32px;
	color: #555;
	background-color: #fff;
}
.more_inner .description p.wrap_agree {
	width: 100%;
	font-size: 45px;
	color: #555;
	line-height: 51px;
	background-color: #fff;
	text-align: center;
	margin-top: 50px;
}
.more_inner .description p.wrap_agree input[type='checkbox'] {
	width:70px;
	height:70px;
	line-height: 51px;
	vertical-align: middle;
	margin-right: 10px;
}
/* } 센터소개 */
.sub_menu {
	display: none;
}

/* 이미지 확대 */
.pswp__zoom-wrap img {width:100%; height:auto;}

/* 검색 */
.search_wrap {float:left; width:98%; padding:5px 1%; border-bottom:2px solid #c8c8c8; background-color:#f3f3f3;position:absolute; left:0; top:150px;z-index:200;}
/* .search_wrap input[type=text] {float:left; width:73%; height:21px; margin:0 4% 0 0; padding:0; border:2px solid #c8c8c8} */
.search_wrap input[type=text] {float:left; width:73%; height:105px; margin:0 4% 0 0; padding:0; border:2px solid #c8c8c8;font-size:50px;}
.search_wrap button {float:left; width:21%; height:105px; margin:0; padding:0; border:2px solid #999; font-weight:bold; line-height:21%;font-size:50px;color:#fff;vertical-align:middle;}

/* 튜토리얼 */
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.tutorial-wrapper {overflow:hidden;position:absolute!important;left:0;top:0;z-index:99;left:1080px;}
.swiper-pagination .btn_close{position:absolute;right:50px;top:0px;}
/*
.tutorial_wrap {overflow:hidden;position:absolute;left:0;top:0;z-index:99;}
.tutorial_wrap li{list-style:none;}
.tutorial_wrap img {width:100%}       
.tutorial_wrap .img_location {float:left}
.tutorial_wrap .img_location img {height:auto}
.tutorial_wrap .bottom_wrap {clear:both; position:fixed; bottom:0; width:100%; max-width:1080px; padding:3% 0; z-index:20}
.tutorial_wrap .bg_bottom {clear:both; position:fixed; bottom:0; width:100%; max-width:1080px; padding:5% 0; opacity:0.3; background-color:#000; z-index:10;}
.tutorial_wrap .pasing{text-align:center}
.tutorial_wrap .pasing > a{display:inline-block; width:10px; max-width:20px; height:10px; max-height:20px; margin:0 5%; background: #000 url('../img/btn_tab_new.png') no-repeat; text-indent:-9999px}
.tutorial_wrap .pasing > a.current{background-position:0 -10px;}
.tutorial_wrap .btn_close {position:absolute; right:0; top:0; margin:3% 4% 0 0;}
.tutorial_wrap .btn_close img{width:12px}
.tutorial_wrap .swiper-container .img_location .swiper-slide {float:left;}
.tutorial_wrap .swiper-wrapper .swiper-slide {z-index:100;width: 1080px!important;height:1845px!important;}
*/