header, footer{
	display: block;
}
.kp1{
    font-family: 'PRK P Chongbong', 'WKLChongbong', 'Batang';
}
.kp2{
    font-family: 'PRK P Gothic', 'WKLgothic', 'Gulim';
}
.en1{
    font-family:'Times New Roman';
}
.page-header{
	background:url(../images/topbar_mark.png) left top / contain no-repeat , #6dc0fc ;
	height:49px;
}
.page-wrapper-middle{
    background-color:#fff !important;
}
.footer_cell{

    height:84px;
    width:100%;
    background:url(../images/footer_bg.gif) repeat-x;
    text-align:center;
}
.lang_link{
	color:white;
	text-align:right;
	padding-right:1em;
	display: block;	
	font-size:1.2em;
}
.searchForm .form-control{
	height:33px;
}
.black{
  background-color: #555555 !important;
  color: #555555 !important;
}
.sm-width{
	width:100%;
	text-overflow: ellipsis;
	overflow: hidden;
	padding:6px 3px !important;
}
.col-xs-6{
	margin-bottom:1rem;
}
.works_area{
	width:100%;
    position: static;
    margin-left:auto;
    margin-right: auto;
}
.work_header_en{
    width:100%;
    padding-bottom:0.3em;    
    border-bottom:2px solid #dd1c1c;
}
.row{
    margin-left: 0px !important;
    margin-right:0px !important;
}
.work_header{
    width:100%;
    padding-bottom:0.3em;    
    border-bottom:2px solid #dd1c1c;
}
.work_header img{
	margin-left:1em ;
}
.works_main{
	width:290px;
    height:200px;
    overflow: auto;
    background-color: #fbcfd0;    
    border-left: 1px solid #9d2123;
    border-right: 1px solid #9d2123;
    border-bottom: 1px solid #9d2123;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.leader_vbox{
    width:100%;
    height:450px;
    background-color: #518ecd;
    border-left: 1px solid #3470a6;
    border-right: 1px solid #3470a6;
    border-bottom: 1px solid #3470a6;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.leader_vbox .leader_box{
    width:271px;
    height:447px;
    border:1px solid #dcebfe;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    background-color:#dcebfe;
    margin-left:2px;
    overflow:visible;
}
.leader_ships{
	width:100%;
	margin-left:auto;
    margin-right: auto;
}
.responsive{
	width:80%;
}
.leader_sh_header{
    width:100%;
    padding-bottom:0.3em;   
    border-bottom:2px solid #447efe; 
}
.btn.btn-outline.myblack.disabled{
    color:#000000;
    background: #AAAAAA;
}
.btn.btn-outline.myblack {
      border-color: #555555;
      color: #555555;
      background: none; 
}
.btn.btn-outline.myblack:hover, .btn.btn-outline.myblack:active, .btn.btn-outline.myblack:active:hover, .btn.btn-outline.myblack:active:focus, .btn.btn-outline.myblack:focus, .btn.btn-outline.myblack.active {
    border-color: #555555;
    color: #FFFFFF;
    background-color: #555555; } 
.leader_sh_header_en{
    width:100%;
    padding-bottom:0.3em;   
    font-family:'Times New Roman';
    border-bottom:2px solid #447efe; 
}
.site_info{
	margin-top:25px;
    display:inline-block;
    text-align:center;
    font-family:PRK P Chongbong;
    font-size:12pt;
	
}
.affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
    background-color:#fff;
}
.works{
    padding-left: 0px !important;
}
.works li{
    margin-top:10px;
    list-style:outside square;
    padding-left:7px;
    padding-right: 7px;
    padding-top:4px;    
    list-style:none;
    padding-bottom:4px;
    text-align: justify;
}
.name-nowrap {
    white-space: nowrap;
}
/*.home{
    color:white;
    margin-left:2rem;
    padding-right: 1em;
    padding-top:7px;
    vertical-align: bottom;
}*/
.home{
    color:white;
 /*   margin-left:2rem;
    padding-right: 1em;*/
    padding-top:30px;
    padding-right:20px;
    vertical-align: bottom;
}

.home i{
    font-size:2.5rem;
}
.works li.myeven{
    color: #000000 !important; 
    background-color:#EEEEEE;
}
.works li.myodd{
    color: #2864a2 !important; 
}
.leader_ships ul{
    padding-left:22px;
}
.leader_ships li{
    font-size:11pt;
    margin-top:10px;
    list-style: none;
}
.articles_list{
    padding-left:0px !important; ;
    padding-right:0px !important; ;
}
.articles_list li{
    list-style: none;
    line-height: 2rem;
    text-align: justify;
}
.articles_list li>p{
    text-align: justify;
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.articles_list li a{
    color:blue;
}
.en{
	font-family:'Times New Roman' !important;
}
.kp{
	font-family:'PRK P Chongbong', WKLChongbong, Batang;
}
.page_overlay{
    position: fixed; /* Sit on top of the page content */
    /*display: none; *//* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 200; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 40%;
    /*font-size: 50px;*/
    /*color: white;*/
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.pagination{
    display:inline-block !important;
}
.center-block{
    margin-left: 1rem !important;
    margin-right:1rem !important;
}

@media only screen and (max-device-width: 355px){
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding-left:7px;
		padding-right:7px;
		
	}
}