*, 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;}

#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;
    background-size:100% 100%;

}
#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:mediumaquamarine;
}

#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;
}
.cursor_pointer{
    cursor:pointer;
}
#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;
}

#North {display: none;}

#North {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 8;
}
#North .logo {
    position: absolute;
    top: 20px;
    right: 20px;
}
#North .logo img {
    width: 150px;
}
#North .tools {
    position: absolute;
    width: 482px;
    top: 7px;
    left: 50%;
    margin-left: -241px;
    z-index: 101;
    display: flex;
}
#North .tools div .help {
    position: absolute;
    top: 32px;
    display: none;
}
#North .tools .fullscreen {
    width: 124px;
    height: 35px;
    background: url(img/ext_buttons.png) 0px 0px;
    cursor: pointer;
}
#North .tools .fullscreen:hover {
    background: url(img/ext_buttons.png) 0px -55px;
}
#North .tools .fullscreen .help {
    left: 40px;
}
#North .tools .first {
    width: 36px;
    height: 35px;
    background: url(img/ext_buttons.png) -124px 0px;
    cursor: pointer;
}
#North .tools .first:hover {
    background: url(img/ext_buttons.png) -124px -55px;
}
#North .tools .first .help {
    left: 120px;
}
#North .tools .prev {
    width: 20px;
    height: 35px;
    background: url(img/ext_buttons.png) -160px 0px;
    cursor: pointer;
}
#North .tools .prev:hover {
    background: url(img/ext_buttons.png) -160px -55px;
}
#North .tools .prev .help {
    left: 135px;
}
#North .tools .current {
    width: 100px;
    height: 35px;
    background: url(img/ext_buttons.png) -180px 0px;
}
#North .tools .current input {
    width: 80px;
    height: 14px;
    line-height: 14px;
    color: rgb(247, 247, 247);
    font-size: 0.75em;
    border: none;
    text-align: center;
    background-color: transparent;
    position: relative;
    top: 2px;
    left: 9px;
}
#North .tools2 {
    position: absolute;
    width: 200px;
    top: 7px;
    left: 50%;
    margin-left: 242px;
    z-index: 101;
    display: flex;
}

#North .tools2 .rawdownload{
    width:35px;
    height:35px;
    background:url(img/rawdownload.png) center;
    background-repeat: no-repeat;
    background-size:60% 60%;
    cursor:pointer;
    display:none;
}

#North .tools2 .bgm{
    width:35px;
    height:35px;
    background:url(img/bgmrun.png) center;
    background-size:70%;
    background-repeat: no-repeat;
    cursor:pointer;
    display:none;
}
.bgmpause{
    background-image: url(img/bgmpause.png) !important;
}

#South{
    position:absolute;
    bottom:-160px;
    width:100%;
    z-index:4;
}
#South .preview{
    width:100px;
    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:11px;
    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{
    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:60px;
    height:100%;
    background-repeat: no-repeat;
    background-position:center;
    background-size:30px 50px;
    cursor:pointer;
    position:absolute;
    top:0;
    bottom:0;
}
#South .previewCont .previewThumnail .previewLeft:hover , #South .previewCont .previewThumnail .previewRight:hover{
    background-color:gray;
    transition: 0.2s all;
}
#South .previewCont .previewThumnail .previewLeft{
    float:left;
    background-image:url(img/left.png);
    border-radius:8px 0 0 8px;
    margin:auto 0;
    left:-60px;
}
#South .previewCont .previewThumnail .previewRight{
    float:left;
    background-image:url(img/right.png);
    border-radius:0 8px 8px 0;
    margin:auto 0;
    right:-60px;
}

#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);
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #North .tools .current input {top: 5px;}
}
#North .tools .next {
    width: 18px;
    height: 35px;
    background: url(img/ext_buttons.png) -280px 0px;
    cursor: pointer;
}
#North .tools .next:hover {
    background: url(img/ext_buttons.png) -280px -55px;
}
#North .tools .next .help {
    left: 252px;
}
#North .tools .last {
    width: 28px;
    height: 35px;
    background: url(img/ext_buttons.png) -298px 0px;
    cursor: pointer;
}
#North .tools .last:hover {
    background: url(img/ext_buttons.png) -298px -55px;
}
#North .tools .last .help {
    left: 266px;
}
#North .tools .find {
    width: 38px;
    height: 35px;
    background: url(img/ext_buttons.png) -326px 0px;
    cursor: pointer;
}
#North .tools .find:hover {
    background: url(img/ext_buttons.png) -326px -55px;
}
#North .tools .find .help {
    left: 326px;
}
#North .tools .share {
    width: 38px;
    height: 35px;
    background: url(img/ext_buttons.png) -364px 0px;
    cursor: pointer;
}
#North .tools .share:hover {
    background: url(img/ext_buttons.png) -364px -55px;
}
#North .tools .share .help {
    left: 364px;
}
#North .tools .print {
    width: 38px;
    height: 35px;
    background: url(img/ext_buttons.png) -402px 0px;
    cursor: pointer;
}
#North .tools .print:hover {
    background: url(img/ext_buttons.png) -402px -55px;
}
#North .tools .print .help {
    left: 398px;
}
#North .tools .info {
    width: 42px;
    height: 35px;
    background: url(img/ext_buttons.png) -440px 0px;
    cursor: pointer;
}
#North .tools .info:hover {
    background: url(img/ext_buttons.png) -440px -55px;
}
#North .tools .info .help {
    left: 430px;
}

#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: 270px;
    height: 100%;
    background-color: rgba(44,44,44,0.9);
    color: white;
    display: none;
    z-index: 9;
}
#West .header .title {
    position: relative;
    top: 22px;
    left: 16px;
    width: 147px;
    height: 24px;
    background-image: url(img/west/title_category.png);
}
#West .header .button {
    position: relative;
    top: 2px;
    left: 215px;
    width: 25px;
    height: 23px;
    background-image: url(img/west/icon_close.png);
    cursor: pointer;
}
#West .panel .content {
    height: 90%;
    overflow: auto;
    margin-top: 30px;
}
#West .panel .content ul {
    padding-left: 20px;
    width: 200px;
}
#West .panel .content li {
    list-style-type: none;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    color: rgb(235,192,54);
}
#West .panel .content li.depth0 {
    margin: 10px 0;
    color: rgb(193,193,193);
}
#West .panel .content li.depth1 {
    padding-left: 14px;
}
#West .panel .content li.depth2 {
    padding-left: 10px;
}
#West .panel .content li.depth3 {
    padding-left: 15px;
}
#West .panel .content li.depth4 {
    padding-left: 20px;
}




#rawdownload {
    position: absolute;
    width: 543px;
    height: 403px;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: white;
    border-radius: 4px;
    border: 1px solid whitesmoke;
    display: none;
}
#rawdownload .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#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: 5px;
    background-color: #DFDFDF;
}
#rawdownload .delimiter2 {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background-color: black;
}
#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 #D9D9D9;
}
#rawdownload .list .item .download {
    margin-right: 30px;
}
#rawdownload .list .item .download button {
    width: 68px;
    height: 24px;
    color: #9bb6d1;
    font-size: 11px;
    border: 1px solid #9bb6d1;
    background-color: white;
    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;
}

#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);}
#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);}

.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;
    }
  
}