@import url("fonts/view-font.css");
@import url("viewmobile_option.css?17012501");

*{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

html,
body{
	overflow: hidden;
}

#wisebook_contents{
	color: #fff;
	overflow: hidden;
	-ms-interpolation-mode: nearest-neighbor;
}

@media all and (min-width: 630px) and (min-height: 630px) {
	.view-button-mobile {
		font-size:14px;
		background:#292929;
		margin-right:0px;
	}

	.view-page-contents{
		padding-left: 15px;
		padding-right: 20px;
	}
}

/*
@media all and (max-width: 760px) and (orientation: landscape) {
	.view-page-contents{
		padding-top: 45px;
		padding-left: 35px;
		padding-right: 40px;
	}
}
*/

/************************************************************************************
	
	WISEBOOK MAIN NAVIGATER
		
*************************************************************************************/
#wisebook-left-navigater,
wisebook-right-navigater,
#wisebook-top-navigater,
#wisebook-center-navigater,
#wisebook-bottom-navigater{
	position: absolute;
}

.hide-control #wisebook-bottom-navigater{
	min-height: 60px;
	max-height: 60px;
}

.hide-control #view-controlbar-slider{
	display: none;
}

.hide-control #view-controlbar-option{
	bottom: 0;
}

.hide-toolbar #wisebook-bottom-navigater{
	min-height: 40px;
	max-height: 40px;
}
.hide-toolbar #view-controlbar-option{
	display: none;
}

.next-button,
.prev-button{
	width: 50px;
	z-index: 10000;
	position: absolute;
	
	background: rgba(0,0,0,0);
	/*border: 1px solid #888a8c;*/
	
	top : -webkit-calc(100% / 2 - 25px);
	top: calc(100% / 2 - 25px);
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.next-button i,
.prev-button i{
	font-size: 2.7em;
	color:#858484;
}

.next-button i:active,
.prev-button i:active{
	color:#007AFF;
}

.ltr .next-button,
.rtl .prev-button{
	right: 0;
}
.ltr .prev-button,
.rtl .next-button{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 0;
}

.next-button:active,
.prev-button:active {
	/*opacity: 0.3;*/
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;

	color:#007AFF;
}

.view-display-none{
	display: none;
}

/************************************************************************************
	
	TOP NAVIGATER
		
*************************************************************************************/
#wisebook-top-navigater{
	width: 100%;
	height: 60px;
	top : 0;
	
	background: rgba(0,0,0,0.8);
	z-index: 10001;

	border-bottom: 1px solid rgba(80,80,80,0.6);
}

.top-view-inner{
	position: absolute;
	padding: 0 8px;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	
	-moz-justify-content : space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	color: #fff;
}

a.top-view-icon-only {
	min-width: 50px;
	height: 50px;
	max-height:50px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;	
	
	margin: 0;
}

/************************************************************************************
	
	TOP MENU NAVI
		
*************************************************************************************/
#btn-menu-etc:active{
    -webkit-transition-duration: 0ms;
	transition-duration: 0ms;
	color: #007AFF;
}

.menu-etc-list-popover{
    width: 300px;
    height: 400px;
    min-height: 300px;    
}

@media all and (max-width : 560px) {
    .menu-etc-list-popover{
        width:  -webkit-calc(100% - 10px);
        width:  calc(100% - 10px);
        height: 300px;
        min-height: 300px;
    }
}
@media all and (max-width : 760px)  and (orientation: landscape) {
    .menu-etc-list-popover{
        width:  -webkit-calc(100% - 30px;);
        width:  calc(100% - 30px;);
        height: 300px;
        min-height: 300px;
    }
}

/************************************************************************************
	
	CENTER NAVIGATER
		
*************************************************************************************/
#wisebook-center-navigater{
	width: 100%;
	height: 100%;
}


#wisebook-magazin-page{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

#wisebook-view-wrapper{
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	height: 100%;
	max-height: 100%;
}

#wisebook-bottom-navigater{
	width: 100%;
	height: 100px;
	bottom: 0;
	
	background: rgba(0,0,0,0.8);
	z-index: 10001;
}

#view-controlbar-option{
	position: absolute;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid rgba(80,80,80,0.7);
	border-top: 1px solid rgba(80,80,80,0.6);
	bottom: 40px;
}

.center-controlbal-icons-inner{
	width: 100%;
	height: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	
	-moz-justify-content : space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}


.mobilesmallmenu #view-controlbar-option .center-controlbal-icons-inner{
    -moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#view-controlbar-slider{
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
}

.view-controlbar-slider-inner{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

.view-controlbar-list-inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 6px;
}

.view-controlbar-list-inner-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 60px;
}

.phone .view-controlbar-list-inner-box{
	padding: 0 15px;
}

.view-controlbar-list-inner-pen{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 60px;
}

.phone .view-controlbar-list-inner-pen{
	padding: 0 8px;
}


/************************************************************************************
	
	center  controlbal
		
*************************************************************************************/
.center-controlbal-icons-inner .option-button{	
	position: relative;
	width: 70px;
	max-width: 70px;
	height: 100%;
	overflow: visible;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tool-button:active,
.option-button:active {
	/*opacity: 0.5;*/
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
	color: #007AFF;
}

.option-button span{
	position: relative;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	
	line-height: 1.3;
	font-size: 12px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;  /*ie 10*/
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
}
/************************************************************************************
	
	SLIDE NAVIGATER
		
*************************************************************************************/
.nav-leftend, .nav-left,
.nav-right, .nav-rightend{
	position: absolute;
	width: 30px;
	height: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.nav-leftend i,
.nav-rightend i{
	font-size: 1.7em; 
}
.nav-left i,
.nav-right i{
	font-size: 1.6em; 
}

.ltr .nav-left,
.ltr .nav-leftend,
.rtl .nav-right,
.rtl .nav-rightend{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ltr .nav-left,
.rtl .nav-right{
	left: 40px;
}

.ltr .nav-right,
.rtl .nav-left{
	right: 40px;
	
}

.ltr .nav-rightend,
.rtl .nav-leftend{
	right: 10px;
}

.nav-left:not(.disable):active,
.nav-leftend:not(.disable):active,
.nav-right:not(.disable):active,
.nav-rightend:not(.disable):active{
	/*opacity: 0.5;*/
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
	color: #007AFF;
}

.nav-leftend.disable,
.nav-rightend.disable,
.nav-left.disable,
.nav-right.disable{
	color: #747474;
}


.control-navi-slide{
	position: absolute;
	height: 100%;
	left: 80px;
	right: 80px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.control-navi-range-inner{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 0px;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.control-navi-slide input[type="range"] {
	position: relative;
	width: 100%;
	margin: 5px 0 5px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #b7b8b7), color-stop(100%, #b7b8b7));
	background: linear-gradient(to right, #b7b8b7 0, #b7b8b7 100%);
	background-position: center;
	background-size: 100% 2px;
	background-repeat: no-repeat;
	outline: 0;
}
/************************************************************************************
	firefox slide range css
*************************************************************************************/
.firefox .control-navi-slide input[type="range"] {
	margin: 7px 0 5px 0;
}

/*바닥선*/
.control-navi-slide input[type="range"]::-moz-range-track{
	height: 2px;
	background: #cecece; /*수정부탁*/
	content: ' ';
	width:100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	z-index: 1;
	position: absolute;
}

/* firefox range bool */
.control-navi-slide input[type="range"]::-moz-range-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fff;
	z-index: 10;
	position: absolute;
}

.control-navi-slide input[type=range]::-moz-range-progress{
	background: #007aff;
}

/************************************************************************************
	chrome safari opera slide range css
*************************************************************************************/
/*바닥선*/
/* .control-navi-slide input[type="range"]:after {
	height: 2px;
	background: #fff;
	content: ' ';
	width: 5px;
	top: 50%;
	margin-top: -1px;
	margin-left: 2px;
	z-index: 1;
	position: absolute;
}

chrome range bool
.control-navi-slide input[type="range"]::-webkit-slider-thumb{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	height: 25px;
	width: 25px;
	position: relative;
	background: none;
}

.control-navi-slide input[type="range"]::-webkit-slider-thumb:after {
	height: 25px;
	width: 25px;
	border-radius: 25px;
	background: #fff;
	z-index: 10;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	content: ' ';
}

range track
.control-navi-slide input[type="range"]::-webkit-slider-thumb:before {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 2000px;
	height: 3px;
	margin-top: -1px;
	z-index: 1;
	background: #007aff;
	content: ' ';
}

.rtl .control-navi-slide input[type="range"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: -1px;
}
.rtl .control-navi-slide input[type="range"]:after {
  left: auto;
  right: -5px;
}
.rtl .control-navi-slide input[type="range"]::-webkit-slider-thumb:after {
  left: auto;
  right: 0;
}

.rtl .control-navi-slide input[type="range"]::-webkit-slider-thumb:before {
  right: auto;
  left: 100%;
} */

.control-navi-slide input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    cursor: pointer;
}

.rtl .control-navi-slide input[type="range"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: -1px;
}
.rtl .control-navi-slide input[type="range"]:after {
  left: auto;
  right: -5px;
}
.rtl .control-navi-slide input[type="range"]::-webkit-slider-thumb:after {
  left: auto;
  right: 0;
}

.rtl .control-navi-slide input[type="range"]::-webkit-slider-thumb:before {
  right: auto;
  left: 100%;
}

/************************************************************************************
	msie slide range css
*************************************************************************************/

.edge .control-navi-slide input[type="range"]::-ms-tooltip {
    display: none;
}

.edge .control-navi-slide input[type="range"] {
	top : 2px;
	padding: 0;
	margin: 0;
	background: none;
}

.edge .control-navi-slide input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
   
    background: transparent;
    border-color: transparent;
    border-width: 15px;

    color: transparent;
}

/*바닥 색깔*/
.edge .control-navi-slide input[type=range]::-ms-fill-upper {
    background: #b7b6b6;
    border-radius: 2px;
}

/*올라갈때 색깔*/
.edge .control-navi-slide input[type=range]::-ms-fill-lower {
    background: #007aff;
    border-radius: 10px;
}

.edge .control-navi-slide input[type=range]::-ms-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;

	border:1px solid #929292;
}

.edge .control-navi-slide input[type=range]::ms-tooltip{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
}


/*----------------------------------------------------------------
	right sns box css
-----------------------------------------------------------------*/
#right-sns-bar{
	position: absolute;
	top: 65px;
	right: 10px;
	z-index: 10000;
}

.msie #right-sns-bar{
	width: 90px;
	height: 270px;
}

.right-list-contents{
	position: relative;
	width: 100%;
	height: 100%;
	
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
}

.right-listicons{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-ms-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;

	-ms-flex-direction: column;
	-webkit-flex-direction: column; 
	flex-direction: column; 
}

.rightbar-icon-box{
	width: 80px;
	max-width: 80px;
	height: 80px;
	margin-bottom: 5px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(105,105,105,0.7);
	
	position: relative;
	overflow: visible;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rightbar-icon-box i{
	font-size: 45px;
	line-height:1.1em;
}

.rightbar-icon-box:active{
	/*opacity: 0.6;*/
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
	
	background: rgba(44,44,44,0.8);
	color: #3192fd;
}

.rightbar-icon-box span{
	position: relative;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	
	line-height: 14px;
	letter-spacing: 0.01em;
	font-size: 13px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;  /*ie 10*/
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
}


/************************************************************************************
	
	icon
		
*************************************************************************************/
i.view-icon{
	vertical-align: middle;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	font-style: normal;
	position: relative;
}
.icon-font-size-em1-1{
    font-size: 1.1em;
}
.icon-font-size-em1-7{
	font-size: 1.7em;
}

.icon-font-size-em1-8{
	font-size: 1.8em;
}

.icon-font-size-em2{
	font-size: 2.0em;
}

.icon-font-size-em-pen{
	font-size: 2.7em;
}

.phone .icon-font-size-em-pen{
	font-size: 2.3em;
}

.icon-font-size-em-pen-del{
	font-size: 2.0em;
}

.phone .icon-font-size-em-pen-del{
	font-size: 1.8em;
}

.icon-font-trans-size{
	font-size: 2.2em;
	z-index: 2;
	margin-bottom: 6px;
}

.phone .icon-font-trans-size{
	font-size: 2.0em;
	z-index: 2;
	margin-bottom: 6px;
}

.icon-font-size-em2-line{
	font-size: 2.2em;
	line-height:34px;
}

.icon-font-size-em3{
	font-size: 3.0em;
}

.icon-font-size-em-phone{
	font-size: 2.3em;
}


.text-line-height1-5{
	line-height: 1.5;
}

.icon-view-view_close{
	font-size: 1.4em;
	font-weight: bold;
}

.color_grey{
	color:#6e6e6e;
}

a.view-icon-only {
	min-width: 40px;
	height: 40px;
	max-height:50px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;	
	
	margin: 0;
}

.view-navbar a.view-icon-link i + span {
	margin-left: 7px;
}

i.icon-view-back{
	width: 15px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'><path d='M10,0l2,2l-8,8l8,8l-2,2L0,10L10,0z' fill='%23f9fbfc'/></svg>");
}

i.icon-view-back:active{
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'><path d='M10,0l2,2l-8,8l8,8l-2,2L0,10L10,0z' fill='%23007AFF'/></svg>");
}

.view-navbar a.view-icon-link span{
	font-size: 20px;
}

a.view-icon-link:active{
	/*opacity: 0.5;*/
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
}

/************************************************************************************
	
	PAGE MESSAGE NAVI
		
*************************************************************************************/
#page-first-last-message-bg,
#page-track-message-bg{
	position: absolute;
	display: none;
	z-index: 10000;
	
	background-color:rgba(0,0,0,0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#page-first-last-message-bg{
	width:170px;
	height:40px;
	
	left: 50%;
	margin-left: -85px;
	bottom: 110px;
}

#page-track-message-bg{
	width:200px;
	height:50px;
	left:50%;
	top:50%;
	
	margin-left: -100px;
	margin-top: -25px;
}

#page-first-last-message-bg .page-first-last-message,
#page-track-message-bg .page-track-message{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 5px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.page-first-last-message span,
.page-track-message span{
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/************************************************************************************
	
	text color
		
*************************************************************************************/
.view-text-white{
	color: white;
}

/*********************************************************************************

	phone

**********************************************************************************/
@media screen and (max-width : 560px) {
	.top-view-inner{
		padding: 0;
	}
	
	.next-button,
	.prev-button{
		width: 40px;
		z-index: 10000;
		position: absolute;
		
		background: rgba(0,0,0,0);
		/*border: 1px solid #888a8c;*/
		
		top : -webkit-calc(100% / 2 - 20px);
		top: calc(100% / 2 - 20px);
	}
	
	.next-button i,
	.prev-button i{
		font-size: 2.6em;
		color:#858484;
	}
	
	.rightbar-icon-box{
		width: 60px;
		max-width: 60px;
		height: 60px;
	}
		
	.rightbar-icon-box span{
		font-size: 11px;
	}
	
	.rightbar-icon-box i{
		font-size: 35px;
	}

	.tool-button span{
		font-size: 10px;
		line-height:17px;
	}
	
	.view-navbar a.view-icon-link span{
		font-size: 17px
	}
	.icon-font-size-em1-7{
		font-size: 1.5em;
	}

	.icon-font-size-em2{
		font-size: 1.5em;
	}

	.icon-font-size-em2-line{
		font-size: 1.5em;
		line-height:22px;
	}

	.icon-font-size-em3{
		font-size: 2.0em;
	}
}


/*********************************************************************************

	phone landscape max size to iphone 6plus

**********************************************************************************/
@media all and (max-width: 760px) and (orientation: landscape) {
	
}


/* ------------------------------------------------------------
	message FADE CSS
------------------------------------------------------------ */
.view-message-fade {
    position: absolute;
    width: 270px;
    left: 50%;
    top: 50%;
    margin-left: -135px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    z-index: 12000;
    font-family: Arial, sans-serif;
    font-size: 1em;
    opacity: 1;
}

.view-message-fade-inner{
    position: relative;
	width: 100%;
	height: 100%;
	padding: 15px;

    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.view-message-hidden{
	-webkit-transition-duration: 3000ms;
	transition-duration: 3000ms;
	opacity: 0;
}
