.kennel_index{
	background: #f6f6f6;
}
.hd_header{
	background:#fff;
	min-height: 240px;
	width: 100%;
}

.hd_header .header_title{
    margin-top: 54px;
    font-size: 8vw;
    text-align: center;
    white-space: nowrap;
}

.hd_header .header_ver{
	margin-top: 30px;
    font-size: .9rem;
    text-align: center;
    color: #fff;
}

.hd_header .header_ver span{
    background: #b8b8b8;
    padding: 3px 12px;
    border-radius: 12px;	
}

.hd_header .header_title .hd_one{
	padding: 3vw 3.3vw;
    background: url(hd_one.png) no-repeat;
    background-size: contain;
    background-color: #999;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 5px -5px #999;
    text-shadow: 0 1px 1px #666;
}

.hd_header .hd_search{
	width: 72vw;
    margin: 30px auto;
	min-width: 225px;
}

.hd_search .hd_box {
    width: 100%;
    height: 56px;
    background-color: #ebf6ff;
    border-radius: .6rem;
    position: relative;
	padding-right: 30px;
}

.hd_box input{ width: 100%; height: 100%; font-size:18px; color: #333; border:none; background:none; outline:none; text-align:center}
.hd_box .hd_sumbit{
	width: 56px;
    height: 56px;
    background: url(hd_right.png) no-repeat;
    border: 0;
    background-size: cover;
    position: absolute;
    right: 0;
	opacity: .8;
}

.hd_box input::placeholder {
  color: #999;
  opacity: .5;
}
.hd_box button:focus {
    outline: 0;
	opacity: .6
}

.hd_box .disabled, .hd_box button:disabled {
  opacity: .3;
}

.hd_search .hd_info{
	font-size: 16px;
}

.hd_body{
	width: 100%;
	margin: 15px 12px 0 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: #fff;
	padding: 12px;
}

.hd_body .title{
    width: 100%;
    color: #666;
    text-align: center;
    font-size: 16px;
}
.hd_body .hd_history{
	width: 100%;
	text-align: center;
}
.hd_history span{
	color: #999;
    font-size: 5.4vw;
	line-height: 15vw;
    border: 1px #f9f9f9 solid;
    padding: 6px 12px;
    border-radius: 24px;
    -moz-box-shadow: 0px 0px 9px #e4e4e4;
    -webkit-box-shadow: 0px 0px 9px #e4e4e4;
    margin: 0 3px;
    box-shadow: 0px 0px 9px #e4e4e4;
    opacity: .8;
	font-family: serif;
}

#view_box {
	width: 100%;
	height: 100%;
	border: 1px #f9f9f9 solid;
	position: absolute;
	text-align: center;
}

#view_box canvas{
	height:100%;
	-webkit-user-drag: none;
	margin-top: -30px;
}

.view_header{
	width: 100%;
	background: #f6f6f6;
	border-bottom: 1px #ccc solid;
	padding:3px 6px;
	z-index: 9;
}

.view_header button{
	border: 0;
    background: #2196f3;
    border-radius: 9px;
    color: #fff;
    margin: 2px 0;
    padding: 2px 1.6vw;
}

.view_body{
    width: 100%;
    height: calc(100vh - 120px);
    background: #fff;
    overflow: hidden;
	position: relative;
}

.pinch-zoom-container{
	overflow: hidden;
    position: relative;
    height: 100% !important;
}
.any_thread_like p {
    width: 100%;
    height: 54px;
    background: #f6f6f6;
    font-size: 16px;
    color: #313131;
    line-height: 54px;
    text-align: center;
    margin-top: 20px;
}
.any_thread_like {
    margin-bottom: 0;
}
.any_thread_like {
    background: #fff;
}