*, 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: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;
}

#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;
}

#North {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 8;
}
#North .logo {
    position: absolute;
    top: 20px;
    left: 20px;
     width: 150px;
}
#North .logo img {
    width: 100%
}
#North .tools{
    width:212px;
    height:36px;
    background-image:url('img/navigationBar.png');
    position:absolute;
    top:7px;
    left:0;
    right:0;
    margin:0 auto;
    display:flex;
    justify-content: center;
    align-items: center;
}
#North .tools div{
    float:left;
    cursor:pointer;
}
#North .tools .first{width:19px;height:19px;background:url('img/tools_sprite.png') -10px -49px;}
#North .tools .prev{width:19px;height:19px;background:url('img/tools_sprite.png') -10px -88px;}
#North .tools .next{width:19px;height:19px;background:url('img/tools_sprite.png') -88px -10px;}
#North .tools .last{width:19px;height:19px;background:url('img/tools_sprite.png') -10px -10px;}
#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:white;
}
#North .tools .first:hover{background:url('img/tools_sprite.png') -49px -49px;}
#North .tools .prev:hover{background:url('img/tools_sprite.png') -49px -88px;}
#North .tools .next:hover{background:url('img/tools_sprite.png') -88px -49px;}
#North .tools .last:hover{background:url('img/tools_sprite.png') -49px -10px;}



#West .panel{
    position:absolute;
    top:0px;
    width:330px;
    height:100%;
    background:#000000;
    opacity:0.85;
    z-index:9;
    left:-400px;
}

/*
#West .handle{
    position:absolute;
    top:150px;
    left:0px;
    width:32px;
    height:173px;
    background:#000000;
    opacity:0.85;
    z-index:9;
    cursor:pointer;
     left:-400px;
}
*/


#West .handle{
    position:absolute;
    top:150px;
    left:0px;
    width:32px;
    height:173px;
    background:url('img/west/tab_category.png');
    z-index:9;
    cursor:pointer;
}

#West .handle:hover{

    background:url('img/tab_category_on.png');
 
}


#West .panel .header{
    position:absolute;
    top:0px;
    width:100%;
    height:70px;
}



#West .panel .header .title{
    position:absolute;
    bottom:0px;
    left:28px;
    width:148px;
    height:30px;
    background:url('img/west/title_category.png');
}
#West .panel .header .button{
    position:absolute;
    bottom:3px;
    right:32px;
    width:19px;
    height:19px;
    background:url('img/west/close.png');
    cursor:pointer;
}

#West .panel .content{
    position:absolute;
    top:115px;
    left:28px;
}
#West .panel .content li{
    cursor:pointer;
}
#West .panel .text_style01{
    font-size:15px;
    color:#f2f2f2;
   
    font-family: 'Malgun Gothic';
    line-height: 130%;
}
#West .panel .text_style02{
    font-size:13px;
    color:#ffffff;
    font-weight:normal;
    font-family: 'Malgun Gothic';
    line-height: 130%;
}

#West .panel .content li.depth0 {
    margin-top:15px; color:rgb(235,192,54);
}
#West .panel .content li.depth1 {
    padding-left: 0px; color:#eee;
}
#West .panel .content li.depth2 {
    padding-left: 10px;
}
#West .panel .content li.depth3 {
    padding-left: 15px;
}
#West .panel .content li.depth4 {
    padding-left: 20px;
}

#East{
    position: absolute;
    width:48px;
    height:386px;
    right:0px;
    z-index:8;
    top:0;
    bottom:0;
    margin:auto 0;
}
#East .tools2{
    width:48px;
    height:346px;
    background-image:url('img/menuBar.png');
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top:20px;
    padding-bottom:20px;
}
#East .tools2 > div{
    cursor:pointer;
}

#East .tools2 .fullscreen{width:35px;height:34px;background:url('img/tools2_sprite.png') -10px -118px}
#East .tools2 .share{width:35px;height:34px;background:url('img/tools2_sprite.png') -120px -172px;}
#East .tools2 .find{width:35px;height:34px;background:url('img/tools2_sprite.png') -10px -172px;}
#East .tools2 .print{width:35px;height:34px;background:url('img/tools2_sprite.png') -175px -64px;}
#East .tools2 .info{width:35px;height:34px;background:url('img/tools2_sprite.png') -120px -118px;}
#East .tools2 .rawdownload{width:35px;height:34px;background:url('img/tools2_sprite.png') -120px -10px;display:none;}
#East .tools2 .bgm{width:35px;height:34px;background:url('img/tools2_sprite.png') -10px -64px;display:none;}
#East .tools2 .bgmpause{background:url('img/tools2_sprite.png') -10px -10px !important;}

#East .tools2 .fullscreen:hover{background:url('img/tools2_sprite.png') -65px -118px;}
#East .tools2 .share:hover{background:url('img/tools2_sprite.png') -175px -172px;}
#East .tools2 .find:hover{background:url('img/tools2_sprite.png') -65px -172px;}
#East .tools2 .print:hover{background:url('img/tools2_sprite.png') -175px -118px;}
#East .tools2 .info:hover{background:url('img/tools2_sprite.png') -175px -10px;}
#East .tools2 .rawdownload:hover{background:url('img/tools2_sprite.png') -120px -64px;}
#East .tools2 .bgm:hover{background:url('img/tools2_sprite.png') -65px -64px;}
#East .tools2 .bgmpause:hover{background:url('img/tools2_sprite.png') -65px -10px !important;}

#South{
    position:absolute;
    bottom:-160px;
    width:100%;
    z-index:4;
}
#South .preview{
    width:120px;
    height:30px;
    margin:0 auto;
    cursor:pointer;
    overflow:hidden;
    border-radius:15px 15px 0px 0px;
}
#South .preview_icon{
    float:left;
    width:40px;
    height:30px;
    background:rgba(67,88,104,0.6);
    background-image:url('img/preview_icon.png');
    background-size:18px 18px;
    background-position:center;
    background-repeat:no-repeat;
}
#South .preview_text{
    float:left;
    width:80px;
    height:30px;
    line-height:30px;
    text-align:left;
    font-size:14px;
    color:white;
    background:rgba(67,88,104,0.6);
}

#South .preview_on{
    transform:rotate(180deg);
}

#South .preview > span{
    padding-left:5px;
    font-size:1px;
    font-weight:normal;
}
#South .previewCont{
    width:100%;
    height:160px;
    background:rgba(67,88,104,0.6);
    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: -80px; cursor: pointer;}
#go-prev div {width: 64px; height: 64px; background-image: url(img/go_prev.png);background-size:78% 78%;background-repeat: no-repeat;background-position:left;}
#go-next {position: absolute; display: flex; height: 100%; align-items: center; right: -80px; cursor: pointer;}
#go-next div {width: 64px; height: 64px; background-image: url(img/go_next.png);background-size:78% 78%;background-repeat: no-repeat;background-position:right;}

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;
    }
  
}