@charset "UTF-8";
@import url("../../../css/fonts.css");

#document {
	width: fit-content;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #d7dada;
}

.header {
    width: 100%;
    height: 7%;
    background: #d8dbdb;
}

.viewertit {
    background: url('../images/icon_mag.png') no-repeat;
    background-position: 0;
    background-size: 42px 26px;
    width: 15%;
    height: 54px;
    cursor: pointer;
    float: left;
    margin: 0.5%;
    margin-left: 60px;
}

.viewertit p{
    display: inline-block;
    font-family: 'NanumSquareNeo-dEb';
    font-size: 25px;
    line-height: 54px;
    margin: 0;
    margin-left: 57px;
}

.closeBtn {
    background: url(../images/deleteButton.png) no-repeat;
    background-size: 100%;
    width: 54px;
    height: 54px;
    display: inline-block;
    cursor: pointer;
    margin: 0.5%;
    margin-right: 50px;
    float: right;
}

.maximize {
    background: url('../images/zoomsc_Btn.png') no-repeat;
    background-size: 100% 100%;
    width: 54px;
    height: 54px;
    cursor: pointer;
    float: right;
    margin: 0.5%;
}

#container {
    width: 97%;
    height: 86%;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: auto;
}

#container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}

.toolTab {
    width: 100%;
    height: 7%;
    background: #d8dbdb;
    text-align: right;
    /* padding-right: 30px; */
    position: relative;
}

.enlargement {
    background: url(../images/enlargement.png) no-repeat;
    background-size: 100%;
    width: 54px;
    height: 54px;
    cursor: pointer;
    display: inline-block;
    margin: 0.5%;
}

.reduction {
    background: url(../images/decrease.png) no-repeat;
    background-size: 100%;
    width: 54px;
    height: 54px;
    cursor: pointer;
    display: inline-block;
    margin: 0.5%;
    margin-right: 50px;
}