
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Nanum Gothic', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', '돋움', dotum, 'Noto Sans KR', sans-serif;
}

html {
    -ms-touch-action: none;
}

html, body {
    box-sizing: border-box;
}

body {
    -webkit-overflow-scrolling: touch; /* iOS velocity scrolling */
    height: 100% !important;
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    font-family: 'Nanum Gothic', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', '돋움', dotum, 'Noto Sans KR', sans-serif;
    overflow: hidden;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: 0;
}

button:hover {
    outline: 0;
    cursor: pointer;
}

/**

뷰어 관련 스타일 클래스 정의
prefix: wmcv-
(winis mobile catalog viewer)


 */

.wmcv-header-bar {
    display: none;
    height: 45px;
    background-color: white;
    color: black;
    padding: 10px;
    z-index: 1005;
    overflow: hidden;
}

.wmcv-header-bar button {
    /*color: white;*/
}

.wmcv-header-bar-show {
    display: none;
    float: right;
    position: relative;
    top: -5px;
    height: 25px;
    overflow: hidden;
    z-index: 2005;
}

.wmcv-button-header-bar-show {
    color: white;
    padding: -3px 10px 10px;
    margin: 0;
    height: 100%;
    background-color: transparent;
    border: 0;
}

/**

 */
/* Background pattern from Subtle Patterns https://www.toptal.com/designers/subtlepatterns/ */
.wmcv-container {
    display: none;
    position: absolute;
    /*top: 40px;*/
    width: 100%;
    /*height: auto;*/
    /*z-index: auto;*/
}

.wmcv-canvas {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: content-box;
}

/* ul */
.wmcv-ul,
.wmcv-pages {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 9000000px;
    box-sizing: border-box;
    overflow: hidden;
}

.wmcv-li,
.wmcv-pages > li {
    margin: 0;
    padding: 0;
    float: left;
    height: 100%;
    overflow: hidden;
    display: block;
    background-color: transparent;
}

.wmcv-pages > li > div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    font-family: 'Nanum Barun Gothic', 'Nanum Gothic', 'Malgun Gothic', '돋움', dotum, sans-serif;
    background-color: white;
    border-bottom: 0;
}

.wmcv-pages > li.active {

}

.wmcv-pages a,
.wmcv-pages a:hover,
.wmcv-pages a:active,
.wmcv-pages a:link,
.wmcv-pages a:visited {
    text-decoration: none;
}

.wmcv-page-apple-trick {
    z-index: 3000;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.wmcv-button-next,
.wmcv-button-prev {
    position: absolute;
    border: 0;
    background-color: transparent;
    color: gray;
    width: 50px;
    padding: 0;
    margin: 0;
    font-size: 36px;
}

.wmcv-thumb-popup,
.wmcv-more-popup,
.wmcv-menu-popup {
    display: none;
    position: absolute;
    height: 200px;
    box-sizing: border-box;
    padding: 10px 0 0;
    z-index: 1000;
    max-width: 100%;
    max-height: 80%;
    overflow-y: auto;
    border: 1px solid silver;
    background-color: white;
}

.wmcv-more-popup {
    position: fixed;
    right: 0;
    width: 300px;
    border-right: 0;
}

.wmcv-menu-popup {
    padding-right: 30px;
    border-left: 0;
}

.wmcv-thumb-popup {
    display: none;
    width: 100%;
    height: 180px;
    position: fixed;
    bottom: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    border-top: 1px solid silver;
}

.wmcv-thumbnail-list {
    list-style: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    display: inline-block;
}

.wmcv-thumbnail-list li {
    background-color: white;
    overflow: hidden;
    display: block;
    float: left;
    margin: 5px;
    width: 120px; /* 640 * 920 */
    height: 175px;
    border: 1px solid #373737;
}

.wmcv-thumbnail-list li:hover {
    border: 2px solid red;
}

.wmcv-button-trans {
    border: 0;
    background-color: transparent;
}

.wmcv-menu {
    float: left;
    margin: 5px;
    padding: 0 10px;
    border: 0;
    background-color: transparent;
}

.wmcv-subject {
    float: left;
    font-family: 'Nanum Gothic', 'Malgun Gothic', '돋움', dotum, sans-serif;
    font-weight: bold;
}

.wmcv-progress-bar {
    position: relative;
    height: 2px;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid black;
    z-index: 4000;
}

.wmcv-page-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background-color: green;
}

.wmcv-transform-origin {
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
}

.wmcv-init-help-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    background-color: black;
    z-index: 9000
}

.wmcv-init-help {
    position: absolute;
    z-index: 9001;
    background-color: transparent;
}

.wmcv-slider-help-message {
    border: 1px solid orange;
    background-color: white;
    border-radius: 30px;
    font-size: 40px;
    position: absolute;
    text-align: center;
    padding: 30px;
    z-index: 1000;
}

.wmcv-slider-move-button {
    position: absolute;
    color: black;
    font-size: 50px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    z-index: 1000;
}

.wmcv-header-buttons {
}

.wmcv-video-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.wmcv-html-iframe,
.wmcv-survey-iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0
}

.wmcv-detail-view-popup,
.wmcv-comment-popup {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.wmcv-detail-view {
    position: absolute;
    text-align: center;
    background-color: white;
    border: 1px solid silver;
    box-sizing: border-box;
    color: black;
    padding:0;
    margin:0;
}

.wmcv-comment {
    position: absolute;
    width: 400px;
    min-height: 280px;
    text-align: center;
    background-color: white;
    border: 1px solid silver;
    border-radius: 20px;
    padding: 15px;
    box-sizing: border-box;
    color: black;
}

.wmcv-popup-background {
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left:0;
}

.wmcv-popup-bottom-button {
    margin: 10px 5px;
    padding: 10px 25px;
    border: 1px solid silver;
    border-radius: 10px;
    background-color: darkblue;
    color: white;
    font-weight: bold;
    font-size: 1.02em;
}


.wmcv-popup-bottom-close {
    background-color: gray;
}

.wmcv-detail-view-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width:25px;
    z-index: 99999;
    color: darkblue;
    font-size: 1.5em;
    border:0;
    padding:0;
    margin:0;
    background-color: transparent;
}



.wmcv-box-shadow {
    -webkit-box-shadow: 0 0 20px 1px #999;
    box-shadow: 0 0 20px 1px #999;
}


.wmcv-social-media-button-wrapper {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    margin: 0;
    top: 0;
}

.social-media-share-buttons {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.social-media-button {
    padding: 0 !important;
    margin: 2px 0 !important;
    display: inline-block;
}

.social-media-button-image {
    border: 1px;
    overflow: hidden;
    border-radius: 50px;
}

.disable-scrollbars::-webkit-scrollbar {
    width: 0;
    background: transparent; /* Chrome/Safari/Webkit */
}

.disable-scrollbars {;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.scroll-page-button {
    position: absolute;
    height: 30px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 30px;
    background-color: transparent;
    color: black;
    border: 0;
    z-index: 2000;
    text-shadow: 1px 1px 2px #fff;
}

/**
smart phone portrait
 */
@media screen and (max-width: 575px) {
}

/**
576~768
sm
many smart phone landscape / some tablet portrait (HD screen pad)
 */
@media (min-width: 576px) {
}

/**
width 768 이상인 것들
768~992
md
tablet portrait (ipad...) / pc (1024 모드)
*/
@media (min-width: 768px) {
}

/**
992 보다 큰 것들
일반적인 PC / 노트북 / Tablet landscape
992~1200
lg
*/
@media (min-width: 992px) {
}

/**
1200 보다 큰 것들
큰 화면 장비들
xl
**/
@media (min-width: 1200px) {
}
