*, html {
    font-family: 'Malgun Gothic';
}
body{background-image: url('img/background.jpg') !important;}
#outerContainer:fullscreen {background-image: url('img/background.jpg') !important;}
#outerContainer:-moz-full-screen {background-image: url('img/background.jpg') !important;}
#outerContainer:-webkit-full-screen {background-image: url('img/background.jpg') !important;width: 100%;height: 100%;}
#outerContainer:-ms-fullscreen {background-image: url('img/background.jpg') !important;}

#North,#South,#West,#East{display:none;}

#blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1600;
    display: none;
    top:0;
}

#blackout #modal{
    position:absolute;
    width:660px;
    height:100%;
    right:0;
    left:0;
    margin:0 auto;
    background:white;
    padding-top:170px;
    padding-right:35px;
    padding-left:35px;
}
#blackout #modal .modal_header{
    padding-bottom:30px;
}
#blackout #modal .modal_header .tab{
    cursor:pointer;
}

#blackout #modal .modal_header img{
    float:left;
}
#blackout #modal .modal_header .close{
    height:30px;
    width:30px;
    float:right;
    cursor:pointer;
}

#blackout #modal .modal_title{
    margin-top:20px;
    padding-top:15px;
    padding-bottom:10px;
}

#blackout #modal .modal_title > img{
    margin-top:15px;
}

#blackout #modal .modal_title > div{
    height:27px;
}
#blackout #modal .modal_title > div img{
    float:left;
}

#blackout #modal .findGrp{
    display:none;
}
#blackout #modal .modal_title .findGrp .search_btn{
    float:right;
    cursor:pointer;
}
#blackout #modal .modal_title .findGrp .search_input{
    background:none;
    border:solid 1px lightgray;
    border-radius:4px;
    box-sizing:border-box;
    float:right;
    outline:none;
    height:27px;
    font-size:14px;
    margin-right:2px;
    padding-left:15px;
}
#blackout #modal .modal_title .findGrp .search_count{
    width:100%;
    height:20px;
    float:left;
    color:gray;
    font-size:13px;
    margin-top:8px;
    line-height:35px;
}
#blackout #modal .modal_content .findGrp .search_page{
    width:100%;
    height:450px;
    overflow-y:scroll;
    overflow-x:hidden;
    background-repeat: no-repeat;
    background-position: center;

}
#blackout #modal .modal_content .findGrp .search_page > div{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:5px;
    margin-right:10px;
    width:45%;
    float:left;
}
#blackout #modal .modal_content .findGrp .search_page > .search_contents:hover > .search_summary{
    background-color:#2f2115;
}

#blackout #modal .modal_content .findGrp .search_page > #search_loading{
    width:100%;
    height:440px;
    text-align:center;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/preload.gif);
    font-size:20px;
    display:none;
}
#blackout #modal .modal_content .findGrp .search_page > #search_loading > #loading_text{
    width:100%;
    height:42px;
    margin-top:250px;
}
#blackout #modal .modal_content .findGrp .search_page > #search_loading > #loading_text > span{
    color:gray;
    font-size:15px;
}
#blackout #modal .modal_content .findGrp .search_page > .search_contents > .search_summary{
    padding-left:10px;
    padding-right:10px;
    width:160px;
    height:150px;
    float:left;
    word-break:break-all;
    font-size:12px;
    overflow:hidden;
    text-overflow: ellipsis;
}

#blackout #modal .modal_content .findGrp .search_page > div > img{
    width:106px;
    height:150px;
    float:left;
    cursor: pointer;
}
#blackout #modal .modal_content .findGrp > .search_pagebar{
    margin-top:30px;
    width:100%;
    height:30px;
    display:flex;
    justify-content: center;
    align-items:center;
}

#blackout #modal .modal_content .findGrp > .search_pagebar > div{
    margin:5px;
    font-size:14px;
    display:none;
}

#blackout #modal .modal_content .findGrp > .search_pagebar > .search_pagebar_index > span{
    margin-left:4px;
    margin-right:4px;
    cursor:pointer;
}

#blackout #modal .modal_content .findGrp > .search_pagebar > .search_pagebar_index > span.on{
    color:navy;
    font-weight:bold;
    font-size:18px;
}



#blackout #modal .shareGrp{
    display:none;
}
#blackout #modal .modal_content .shareGrp{
    padding-top:15px;
    padding-right:20px;
}
#blackout #modal .modal_content .shareGrp .shareLeft{
    float:left;
}
#blackout #modal .modal_content .shareGrp .shareLeft .share_preview{
    width:250px;
    height:180px;
    background-image:url(img/print_thumnail_box.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    display:flex;
    justify-content: center;
    align-items: center;
}
#blackout #modal .modal_content .shareGrp .shareLeft .share_preview > img{
    width:45%;
    height:90%;
}
#blackout #modal .modal_content .shareGrp .shareRight{
    float:right;
    color:gray;
    font-size:14px;
}
#blackout #modal .modal_content .shareGrp .shareRight label{
    cursor:pointer;
}

#blackout #modal .modal_content .shareGrp .shareRight .shareRdBox{
    width:105px;
    height:40px;
    display:inline-block;
    color:#909090;
    font-size:12px;
    font-weight:bold;
    line-height:38px;
    margin-bottom:5px;
}
#blackout #modal .modal_content .shareGrp .shareRight .shareRdBox > input[type="radio"]{
    float:left;
    height:40px;
    margin-right:5px;
}
#blackout #modal .modal_content .shareGrp .shareRight > img{
    display:block;
    margin-bottom:12px;
}
#blackout #modal .modal_content .shareGrp .shareRight .share_icon{
    position:relative;
    display:inline-block;
    width:32px;
    height:32px;
    margin-right:5px;
    background-repeat:no-repeat;
    background-size:100% 100%;
    margin-bottom:18px;
    cursor:pointer;
}
#blackout #modal .modal_content .shareGrp .shareRight .share_icon > img{
    position:absolute;
    top:37px;
    display:none;
}
#blackout #modal .modal_content .shareGrp .shareRight .share_facebook{
    background-image:url(img/share_facebook.png);
}
#blackout #modal .modal_content .shareGrp .shareRight .share_twitter{
    background-image:url(img/share_twitter.png);
}
#blackout #modal .modal_content .shareGrp .shareRight .share_google{
    background-image:url(img/share_google.png);
}
#blackout #modal .modal_content .shareGrp .shareRight .share_naver{
    background-image:url(img/share_naver.png);
}
#blackout #modal .printGrp{
    display:none;
}

#blackout #modal .modal_content .printGrp .printDisable{
    position:absolute;
    width:660px;
    height:450px;
    display:block;
    z-index:100;
    background:white;
    text-align:center;
    line-height:450px;
    display:none;
}
#blackout #modal .modal_content .printGrp .printLeft{
    float:left;
    margin-right:90px;
    font-size:13px;
}

#blackout #modal .modal_content .printGrp .printLeft label{
    position:relative;
    top:-1px;
    cursor:pointer;
}
    

#blackout #modal .modal_content .printGrp .printLeft .print_text_3{
    margin-top:40px;
}
#blackout #modal .modal_content .printGrp .printLeft > img{
    display:block;
    margin-bottom:18px;
}
#blackout #modal .modal_content .printGrp .printLeft .print_sub_grp1{
    margin-bottom:18px;
}
#blackout #modal .modal_content .printGrp .printLeft .print_sub_grp1 .print_sub1_selector{
    display:inline-block;
    margin-left:10px;
    position:relative;
}
#blackout #modal .modal_content .printGrp .printLeft .print_sub_grp1 .print_sub1_selector select{
    outline:none;
    width:130px;
    height:27px;
    box-sizing:border-box;
    border-radius:3px;
    border:solid 1px lightgray;
}
#blackout #modal .modal_content .printGrp .printLeft .print_sub_grp1 .print_sub1_selector select:disabled{
    background:rgba(120,120,120,0.6);
}
#blackout #modal .modal_content .printGrp .printLeft .print_sub_grp2{
    margin-bottom:20px;
}
#blackout #modal .modal_content .printGrp .printLeft .print_sub_grp2 .print_sub2_input{
    width:130px;
    height:25px;
    border:solid 1px lightgray;
    border-radius:3px;
    background:none;
    box-sizing:border-box;
    outline:none;
    margin-left:23px;
    padding-left:8px;
    z-index:10;
}
#blackout #modal .modal_content .printGrp .printLeft .print_sub_grp2 .print_sub2_input:disabled{
    background:rgba(120,120,120,0.6);    
}
#blackout #modal .modal_content .printGrp .printLeft .print_sub_grp2 .print_sub2_input.none_sel{
    opacity:0.4;
}
#blackout #modal .modal_content .printGrp .printLeft .print_sub_grp3 > #prd5{
    margin-left:40px;
}
#blackout #modal .modal_content .printGrp .printRight{
    float:right;
}
#blackout #modal .modal_content .printGrp .printRight > img{
    display:block;
    margin-bottom:18px;
}
#blackout #modal .modal_content .printGrp .printRight .print_thumnail{
    width:327px;
    height:319px;
    background-image:url(img/print_thumnail_box.png);
    background-size:100% 100%;
    background-position:center;
    background-repeat: no-repeat;
    display:flex;
    justify-content: center;
    align-items: center;
}
#blackout #modal .modal_content .printGrp .printRight .print_thumnail > img:first-child:nth-last-child(1){
    width:80%;
    height:95%;
}
#blackout #modal .modal_content .printGrp .printRight .print_thumnail > img:first-child:nth-last-child(2),#blackout #modal .modal_content .printGrp .printRight .print_thumnail > img:first-child:nth-last-child(2) ~ img{
    width:48%;
    height:75%;
}
#blackout #modal .modal_content .printGrp .print_btn{
    width:100%;
    float:right;
    margin-top:40px;
}
#blackout #modal .modal_content .printGrp .print_btn > img{
    display:block;
    left:0;
    right:0;
    margin:0 auto;
    cursor:pointer;
}
#blackout #modal .infoGrp{
    display:none;
}
#blackout #modal .modal_title .infoGrp .info_step{
    float:right;
    margin-top:7px;
    margin-left:2px;
    cursor:pointer;
}
#blackout #modal .modal_content .infoGrp .infoContBox{
    width:100%;
    height:450px;
}
#blackout #modal .modal_content .infoGrp .infoContBox img{
    width:100%;
    height:100%;
    display:none;
}

#rawdownload {
    position: absolute;
    width: 543px;
    height: 320px;
    padding: 30px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #555;
    display: none;-webkit-transition: 0.3s;  -o-transition: 0.3s;  transition: 0.3s; 
}
#rawdownload .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
#rawdownload .header .t1 {
    color: #7087BB;
    font-size: 26px;
}
#rawdownload .header .t2 {
    margin-left: 10px;
    font-size: 20px;
}
#rawdownload .header .close {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-image: url(img/north/cross_small.png);
    cursor: pointer;  
}
#rawdownload .delimiter1 {
    width: 100%;
    height: 1px;
    background-color: #DFDFDF;
}
#rawdownload .delimiter2 {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #eee;
}
#rawdownload .label {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 15px 0;
}
#rawdownload .label .name {
    margin-left: 10px;
}
#rawdownload .label .download {
    margin-right: 40px;
}
#rawdownload .list {
    height: 220px;
    overflow: auto;
}
#rawdownload .list .item {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin: 20px 0;
    border-bottom: 1px solid #eee;
}
#rawdownload .list .item .download {
    margin-right: 30px;
}
#rawdownload .list .item .download button {
    width: 76px;
    height: 26px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #6889AA;
    background-color:#6889AA;
    border-radius: 15px;
    cursor: pointer; 
}
#rawdownload .allFiles {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
#rawdownload .allFiles button {
    width: 180px;
    height: 40px;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    background-color: #6889AA;
    cursor: pointer;
}


#North{
    position:absolute;
    width:100%;
    height:45px;
    top:3px;
    z-index:8;
    background:none;
    display:none;
}
#North .logo {
    position: absolute;
    top: 2px;
    left: 20px;
}
#North .logo img {
    width: 105px;
    height: 47px;
}
.pswp__top-label{ position: fixed; top:20px; left: 160px;color:#0077bd !important;letter-spacing: -0.8px; ;font-size: 18px}
.pswp__top-label b{ color:#1cbfd9 !important; font-weight: normal}
#North .tools{
    position:absolute;
    height:34px;
    top:15px;
    bottom:0;
    left:0;
    right:0;
    margin:auto auto;
    display:flex;
    justify-content: center;
}
#North .tools div{
    float:left;
}
#North .tools .first{
    width:26px;
    height:26px;
    background:url('img/03_sprites.png') -62px -164px;
    cursor:pointer;
}
#North .tools .prev{
    width:26px;
    height:26px;
    background:url('img/03_sprites.png') -182px -164px;
    cursor:pointer;
}
#North .tools .next{
    width:26px;
    height:26px;
    background:url('img/03_sprites.png') -122px -164px;
    cursor:pointer;
}
#North .tools .last{
    width:26px;
    height:26px;
    background:url('img/03_sprites.png') -2px -164px;
    cursor:pointer;
}
#North .tools .current{
    height:26px;
}

#North .tools .current input{
    width:100px;
    height:26px;
    border:none;
    background:none;
    box-sizing:border-box;
    text-align:center;
    outline:none;
    color:#0077bd; font-weight: bold; font-size: 15px
}


#North .tools .first:hover{background:url('img/03_sprites.png') -92px -164px;}
#North .tools .prev:hover{background:url('img/03_sprites.png') -212px -164px;}
#North .tools .next:hover{background:url('img/03_sprites.png') -152px -164px;}
#North .tools .last:hover{background:url('img/03_sprites.png') -32px -164px;}

#North .tools2{
    position:absolute;
    width:auto;
    height:45px;
    right:35px;
    top: 1px;
}
#North .tools2 div{
    margin:0px;
    width:37px;
    height:45px;
    cursor:pointer;
    float:left;
    margin: 0 5px;
}

#North .tools2 .bgm{background:url('img/03_sprites.png') -84px -2px;display:none;background-position: center }
#North .tools2 .rawdownload{background:url('img/03_sprites.png') -43px -56px;display:none;}
#North .tools2 .fullscreen{background:url('img/03_sprites.png') -125px -2px;}
#North .tools2 .share{background:url('img/03_sprites.png') -207px -54px;}
#North .tools2 .find{background:url('img/03_sprites.png') -166px -110px;}
#North .tools2 .info{background:url('img/03_sprites.png') -2px -110px;}
#North .tools2 .print{background:url('img/03_sprites.png') -166px -2px;}
#North .tools2 .bgmpause{background-position: -2px -2px !important;}

#North .tools2 .bgm:hover{background:url('img/03_sprites.png') -2px -56px;}
#North .tools2 .rawdownload:hover{background:url('img/03_sprites.png') -84px -56px;}
#North .tools2 .fullscreen:hover{background:url('img/03_sprites.png') -125px -56px;}
#North .tools2 .share:hover{background:url('img/03_sprites.png') -207px -111px;}
#North .tools2 .find:hover{background:url('img/03_sprites.png') -207px -2px;}
#North .tools2 .info:hover{background:url('img/03_sprites.png') -43px -110px;}
#North .tools2 .print:hover{background:url('img/03_sprites.png') -166px -56px;}
#North .tools2 .bgmpause:hover{background-position: -43px -2px !important;}


#West {
    z-index: 9;
}
#West .handle {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 40px;
    height: 104px;
    cursor: pointer;
    background-image: url(img/west/tab_category.png);
    display: none;
    z-index: 6;
}
#West .panel {
    position: absolute;
    top: 0px;
    left: -400px;
    width: 400px;
    height: 100vh;
    background-color: rgba(44,44,44,0.9);
    color: white;
    z-index: 9;
    display: none;
}
#West .header .title {
    position: relative;
    top: 30px;
    left: 16px;
    width: 152px;
    height: 35px;
    background-image: url(img/west/title_category.png);
    visibility: hidden;
}
#West .header .button {
    position: relative;
    top: 2px;
    left: 350px;
    width: 25px;
    height: 23px;
    background-image: url(img/west/icon_close.png);
    cursor: pointer;
}
#West .panel .content {
    height: 100%;
    overflow: auto;
    margin-top: 30px;
}
#West .panel .content ul {
    padding-left: 20px;
    width: 350px;
    margin-bottom: 160px;
}
#West .panel .content li {
    list-style-type: none;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    color: rgb(193,193,193);
    
}
#West .panel .content li.depth0 {
    padding: 20px 0 4px 0 ; font-size: 16px; font-weight: bold; 
    color: #9bb6d1; 
}
#West .panel .content li.depth1 {
    padding-left: 5px;
}
#West .panel .content li.depth2 {
    padding-left: 10px;
}
#West .panel .content li.depth3 {
    padding-left: 15px;
}
#West .panel .content li.depth4 {
    padding-left: 20px;
}

#South{
    position:absolute;
    bottom:-160px;
    width:100%;
    z-index:4;
}
#South .preview{
    width:130px; 
    height:0px;
    border-bottom:18px solid rgba(0, 0, 0, 0.8);
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    margin:0 auto;
    font-size:13px;
    line-height:18px;
    font-weight:bold;
    text-align:center;
    color:white;
    cursor:pointer;
}

#South .preview > span{
    padding-left:5px;
    font-size:1px;
    font-weight:normal;
}
#South .previewCont{
    width:100%;
    height:160px;
    background:rgba(0, 0, 0, 0.8);
    display:block;
    position:relative;
    overflow:visible;
}

#South .previewCont .previewThumnail .previewContents{
    display: flex;
    justify-content:center;
    align-items:flex-end;
    overflow:visible;
}

.previewCardContents, .previewPast { margin:auto 0; width: 100%}
.primecard, .lastList {    display: flex;    justify-content: center}
.primecard, .lastList  { align-content: center;  }
.primecard  li img:hover{  width:180px;  transition: 0.2s all;  }
.primecard  li img{ width: 150px;margin: 20px 10px 0 10px;  height:auto;
    -webkit-box-reflect: below 5px -webkit-gradient(linear,left top,left bottom, from(transparent),color-stop(50%,transparent),to(rgba(250,250, 250, 0.3)));     display:block;    cursor:pointer;transition: 0.2s all;}


#South .preview_on{
    background:url('img/preview_on.png') !important;
}

#South .preview > span{
    padding-left:5px;
    font-size:1px;
    font-weight:normal;
}
#South .previewCont{
    width:100%;
    height:160px;
      background:rgba(0, 0, 0, 0.8);
    display:block;
    position:relative;
    overflow:visible;
}
#South .previewCont .previewThumnail{
    width:1750px;
    position:absolute;
    left:50%;
    margin-left:-875px;
    bottom:40px;
    display: flex;
    justify-content:center;
    align-items:flex-end;
    overflow:visible;
}
#South .previewCont .previewThumnail .previewLeft , #South .previewCont .previewThumnail .previewRight{
    width:34px;
    height:100%;
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
    cursor:pointer;
    position:absolute;
    top:0;
    bottom:0;
}
#South .previewCont .previewThumnail .previewLeft:hover , #South .previewCont .previewThumnail .previewRight:hover{
    opacity:0.5;
    transition: 0.2s all;
}
#South .previewCont .previewThumnail .previewLeft{
    float:left;
    background-image:url('img/prev.png');
    margin:auto 0;
    left:-34px;
}
#South .previewCont .previewThumnail .previewRight{
    float:left;
    background-image:url('img/next.png');
    margin:auto 0;
    right:-34px;
}

#South .previewCont .previewThumnail .previewContents{
    display: flex;
    justify-content:center;
    align-items:flex-end;
    overflow:visible;
}


#South .previewCont .previewThumnail .previewContents > div{
    margin-left:5px;
    margin-right:5px;
    position:relative;
}
#South .previewCont .previewThumnail .previewContents div .PageNumHover{
    background:rgba(0,0,0,0.7);
    color:white;
    width:65px;
    padding:5px;
    border-radius:8px;
    text-align:center;
    font-size:15px;
    display:none;
    position: absolute;
    top:-40px;
    left:0;
    right:0;
    margin:0 auto;
}
#South .previewCont .previewThumnail .previewContents div:hover img{
    max-width:110px;
    height:auto;
    transition: 0.2s all;
}
#South .previewCont .previewThumnail .previewContents div:hover .PageNumHover{
    display:block;
}
#South .previewCont .previewThumnail .previewContents div img{
    max-width:68.9px;
    height:auto;
    -webkit-box-reflect: below 5px -webkit-gradient(linear,left top,left bottom, from(transparent),color-stop(50%,transparent),to(rgba(250,250, 250, 0.3)));
    margin:0;
    display:block;
    float:left;
    bottom:0px;
    cursor:pointer;
}
#South .previewCont .previewPageBar{
    width:100%;
    height:40px;
    position:absolute;
    top:125px;
    display:flex;
    justify-content: center;
    align-items:center;
}

#South .previewCont .previewPageBar button{
    width:50px;
    height:6px;
    border:none;
    background-color:rgba(224,224,224,0.4);
    border-radius:3px;
    box-sizing:border-box;
    outline:none;
    cursor:pointer;
    margin-left:2px;
    margin-right:2px;
}

#South .previewCont .previewPageBar button:hover,#South .previewCont .previewPageBar button.act{
    background-color:rgba(224,224,224,1);
}


#go-prev {position: absolute; display: flex; height: 100%; align-items: center; left: -70px; cursor: pointer;}
#go-prev div {width: 64px; height: 64px; background-image: url(img/go_prev.png);background-size:35% 80%;background-repeat: no-repeat;background-position:center;}
#go-next {position: absolute; display: flex; height: 100%; align-items: center; right: -70px; cursor: pointer;}
#go-next div {width: 64px; height: 64px; background-image: url(img/go_next.png);background-size:35% 80%;background-repeat: no-repeat;background-position:center;}

progress{
    display:none;
}

#prog1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 15px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    z-index: 1601;
    display: none;
}

#printArea{
    display:none;
}

.search_highlight {
    position: absolute;
    background: yellow;
    opacity: 0.3;
    display: none;
}

.ex-link {
    position: absolute;
    z-index: 11;
}
.ex-link-goto {
    background: green;
    opacity: 0.3;
}
.ex-link-goto:hover {
    border: 2px solid red;
}
.ex-link a {
    display: block;
    width: 100%;
    height: 100%;
}
.ex-link-open {
    background: blue;
    opacity: 0.3;
}
.ex-link-open:hover {
    border: 2px solid red;
}
.ex-link-video video {
    width: 100%;
    height: 100%;
}



@media print {

    #outerContainer{
        display:none;
    }
    #printArea{
        display:block;
    }
    html, body{
        width:210mm;
        height:296mm;
    }
    
    @page{
        size:A4;
        margin:0;
    }

    #printArea div:not(:first-child) {
        page-break-before: always;
    }

    .colPrint div{
        margin-left:210mm;
		display: flex;
        align-items: center;
        justify-content: center;
		width: 296mm;
		height: 210mm;
		transform-origin:0% 0%;
		transform:rotate(90deg);
    }

    .rowPrint div{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 296mm;
    }

    #printArea div img:first-child:nth-last-child(1){
        max-width: 90%;
        max-height: 100%;
		border:none;
    }

    #printArea div img:first-child:nth-last-child(2),#printArea div img:first-child:nth-last-child(2) ~ img{
		max-width: 50%;
        max-height: 100%;
		border:none;
    }
  
}

/*공통속성수정 */
#viewer .shadow {
    box-shadow:0 0 5px #FFFFFF;
    opacity: 0 !important;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.align-center {
	transform: translate(-50%, -50%);
}

.animated {
	transition: none !important;
}

#viewer .page {
	background-color: #FFF;
	background-size:100% 100%;
	
}

/*중앙그라데이션*/
#viewer .even .gradient{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:none !important;
}

#viewer .odd .gradient{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:none !important;
}

/*공통속성*/
#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
}


#viewer { 
	/*width: 1070px;
	height: 757px;
	top: -378px;
	left: -535px;*/
}


/*
#viewer .page .loading-icon {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('img/deback_logo.png') center no-repeat !important;
}
*/


