@charset "utf-8";


/* main ------------------------------------------------------- */
#background{
	background: url(../images/main_bg.jpg) no-repeat 50% 50% fixed; 
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}
.main-navbar{
	overflow:visible;
	background: none;
	border-bottom: none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.main_menu a{
	color:#efefef;
	font-family: Arial;
	font-weight: bold;
	font-size:20px;
	padding: 20px 30px;
	line-height:60px;
}
.main_menu a:hover{
	text-decoration:none;
	color:#fff;
}
.navbar-main-fixed{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
}

#home {
    padding: 0;
	text-align:center;
	color:#fff;
	width:100%;
}
.main-cont{
	position:absolute;
	top:45%;
	width:100%;
}
.main-cont-text{padding:0 30px;}
.main_border{
	border:1px solid #fff;
	width:719px;
	margin:auto;
}
.gnb{
	position: fixed;
	top: 0px;
	left: 0px;
	/*z-index:1050;*/
	width: 100%;
	height: 100%;
	/*background:rgba(7, 8, 8, 0.75);*/
	text-align: center;
}

.gnb .main_gnb {
	position: relative;
	margin-left:0; 
	top: 50%;
	height: 50%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gnb .main_gnb li {
	display: block;
	height: 16,6%;
	height: calc(100% / 6);
	min-height: 54px;
}

.gnb .main_gnb li a{
	display: block;
	font-family: Arial;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	padding:15px 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.gnb .main_gnb li a:hover,
.gnb .main_gnb li a:focus,
.gnb .main_gnb li a:active{
	text-decoration:none;
	background:#fff;
	color:#3e5a6f;
}

@media (max-height: 30.5em) {
	.gnb .main_gnb {
		top:55%;
		height: 60%;
		font-size: 34px;
	}
	.gnb .main_gnb li {
		min-height: 34px;
	}
	.gnb .main_gnb li a{
		padding:10px 0;
	}
}

.gnb button.close{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 8px;
    font-weight: bold;
	overflow: hidden;
	border: none;
	font-size: 40px;
	color: #fff;
	outline: none;
	z-index: 100;
}

/*sub---------------------------------------------------------*/
.sub {margin-top: 60px;}
/*header--------------------*/
.top-bar{
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
}
.main_lan{
	width:70px;
	height:20px;
	border-radius:0;
	padding:1px;
	font-size: 11px;
}
.navbar{
	background:#fff;
	border-bottom:1px solid #e4e4e4;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
/*title-images--------------------*/
#sub_main{
	padding: 0;
	/*-webkit-background-size: cover;
	background-size: cover;
	-moz-background-size: cover;
	min-height: 486px;*/
	text-align:center;
	color:#fff;
}
.sub_text{
	padding: 213px 0;	
}
.sub_text h2,
.sub_text h4{
	margin: 0 20px;
}
.sub_main_01{
	background: url(../images/sub_main_01.jpg) no-repeat  center center;
}
.sub_main_02{
	background: url(../images/sub_main_02.jpg) no-repeat center center;
}
.sub_main_03{
	background: url(../images/sub_main_03.jpg) no-repeat center center;
}
.sub_main_04{
	background: url(../images/sub_main_04.jpg) no-repeat center center;
}
.sub_main_05{
	background: url(../images/sub_main_05.jpg) no-repeat center center;
}
.sub_main_06{
	background: url(../images/sub_main_06.jpg) no-repeat center center;
}
.sub_main_07{
	background: url(../images/sub_main_07.jpg) no-repeat center center;
}
.sub_main_08{
	background: url(../images/sub_main_08.jpg) no-repeat center center;
}
.sub_main_09{
	background: url(../images/sub_main_09.jpg) no-repeat center center;
}
.sub_main_10{
	background: url(../images/sub_main_10.jpg) no-repeat center center;
}
.sub_main_11{
	background: url(../images/sub_main_11.jpg) no-repeat center center;
}
.sub_main_12{
	background: url(../images/sub_main_12.jpg) no-repeat center center;
}
.sub_main_13{
	background: url(../images/sub_main_13.jpg) no-repeat center center;	
}


/*location---------------*/
.location{
	height:29px;
	background: #f7f7f7;
	border-bottom:1px solid #e4e4e4;
}
.location .location_ol{height:30px;}
.location .location_ol li{
	float:left;
	padding:0 15px 0 10px;
}
.location .location_ol li.first{
	background: url("../images/arrow.png") no-repeat right ;
}
.location .location_ol li.last{
	color:#3d5b6e;
	font-weight:bold;
}
.location .location_ol li a,
.location .location_ol li span{
	line-height:30px;
}


/*content---------------*/

.basic_cont{
	padding:80px 0;
	border-bottom:1px solid #e4e4e4;
}
.b_n{border-bottom:none;}
.about_table,.news_table, .ir_table02{
	border-top:2px solid #335266;
	border-bottom:1px solid #dddddd;
}
.about_table th,.news_table th,.ir_table th,.ir_table02 th{
	text-align:center;
	background:#f7f7f7;
}
.about_table td, .ir_table td{
	padding-left:20px;
}
.ir_table{margin-bottom:0;}
.ir_table th{vertical-align:middle;}

.ir_table02 td{
	text-align:center;
	vertical-align:middle;
	padding:17px;
	border-right:1px solid #dddddd;
}
.ir_table02 td:nth-child(4){border-right:none;}
.ir_table02 td.align_left{
	text-align:left;
	padding-left:20px;
}
.ir_table03 td:nth-child(3){border-right:none;}

.news_table{width:90%; margin:auto;}
.news_table img{width:100%;}

.news_table tr:hover,
.news_table tr:focus,
.news_table tr:active{
	background:#fcfdfd;
}
.news_table td{
	text-align:center;
	overflow:hidden;
}
.news_table td.align_left{
	text-align:left;
	padding-left:20px;
}

.news_table .news_cont{
	display:none;
	text-align:left;
	padding:30px 35px;
	background:#edf4f6;
}
.news_table tr.border_b{
	border-bottom:1px solid #dddddd;
}

.search_box{
	width:90%;
	margin:auto;
}
.search_btn{
	width:80px;
	height:30px; 
	line-height:30px; 
}
.vision_over:hover{
	background:#335266;
	cursor:pointer;
	color:#fff;
}
.vision_over:hover h1{color:#fff;}

.payment_box{
	border:1px solid #e4e4e4;
	border-radius:5px;
	min-height:181px;
}
.payment_box span{
	display:block;
	border-bottom:1px solid #e4e4e4;
}
.payment_box span h5{
	margin:0;
	padding:10px 0;	
}
.payment_box .img,
.payment_box ul{padding: 10px;}

.payment_box .img img{margin:10px;}

.payment_box ul{margin:10px 0 0 15px;}
.payment_box ul li{margin-bottom:5px;}

.data_box{width:93%; margin:auto; margin-top:30px;}

.contact_ul{margin-left:0;}
.contact_ul li{padding:20px 0; border-bottom:1px solid #dcdcdc; }
.contact_ul li ul li{border:0; padding:0;}

.contact_ul li.contact_ul_01,
.contact_ul li.contact_ul_02{
	height:50px;
	padding:50px 20px 20px 130px;
}
.contact_ul li.contact_ul_01{
	background: url(../images/network_icon_01.png) 10px 8px no-repeat;
}
.contact_ul li.contact_ul_01:hover{
	background: url(../images/network_icon_01_hover.png) 10px 8px no-repeat;
}
.contact_ul li.contact_ul_02{
	background: url(../images/network_icon_02.png) 10px 8px no-repeat;
}
.contact_ul li.contact_ul_02:hover{
	background: url(../images/network_icon_02_hover.png) 10px 8px no-repeat;
}

/*footer-----------------*/
.footer{
	border-top:1px solid #e4e4e4;
	padding:30px 0;
	font-size:12px;
}

.top_box{
	display:inline-block;
	/*position:relative;
	right:-50px;*/
	width:40px;
	height:40px;
	line-height:40px;
	background:#e4e4e4;
	text-align:center;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.family_btn{
	width:100px;
	background:none;
	background-color:#fff;
}
.family_dropdown{
	top:98%;
	width:120px;
	background-color:#fff;
	border:1px solid #e4e4e4;
	text-align:center;
	border-radius:4px;
}
.family_dropdown  li  a{
	width:120px;
	color:#333333;
	font-size:12px;
	padding:2px 0;
	border-radius:4px;
}

/*-----모바일수정------*/
.dropdown-backdrop {
    position: static;
}
.nav-collapse { 
    -webkit-transform: none !important; 
    z-index: 1 !important; 
} 

/*2015-12-10------------------*/
.contact_m li{
	padding:12px 0;
}

table.history_table td{
	vertical-align:top;
}
table.history_table tbody td:nth-child(1){white-space: nowrap;}
table.history_table tbody td:nth-child(2){padding-left:10px;}
.blog_btn{
	display:inline-block;
	width:27px;
	height:27px;
	cursor:pointer;
	background: url(../images/blog.png) no-repeat  center center;
}
.blog_btn:hover{
	background: url(../images/blog_over.png) no-repeat  center center;
}
.facebook_btn{
	display:inline-block;
	width:27px;
	height:27px;
	cursor:pointer;
	background: url(../images/fbook.png) no-repeat  center center;
}
.facebook_btn:hover{
	background: url(../images/fbook_over.png) no-repeat  center center;
}
.history_ul li{line-height:25px;}

.ir_tabs li{
	width:25%;
}
.ir_tabs li a{
	border-right:1px solid #ddd;
}
.ir_tabs li:nth-child(4) a{
	border-right:none;
}

/*추가*/
.lang {
	padding-left: 20px;
}

.lang:after {
	content: '';
	display: block;
	clear: both;
}

.lang .lang-nav li {
	float: left;
	padding: 20px 10px;
}

.lang .lang-nav li a {
	display: block;
	color: #a5a5a5;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-weight: 800;
	font-size: 12px;
}

.lang .lang-nav li a:hover {
	text-decoration: none;
	color: #667682;
}

.lang .lang-nav li a.active {
	color: #fff;
	background: #667682;
	border-radius: 100%;
}

@media ( max-width : 979px) {
	.lang {
		float: right !important;
	}
}

/*20180125*/

/*sns--*/
.sns_box {
	display:none;
    width: 80px;
    height: 30px;
    float: left;
    padding-top: 17px;
	
}

.sns_box a{
	display:inline-block;
}
@media ( max-width : 979px) {
	.sns_box{
		display:block !important;
	}
}

.sub_main_14{
	background: url(../images/sub_main_14.jpg) no-repeat center center;	
}

/*-----popup 20190305 ----*/
/* Popup Layer */
.layer {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:10000;}
.layer2 {position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:10000;}
.layer .bg, 
.layer2 .bg{position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.7; filter:alpha(opacity=70);}
.layer_area {position:absolute; left:50%; top:50%; background:#fff; padding:20px;}  
.layer .pop-conts {text-align:center;}
.layer .pop-conts h1{
	padding: 5px 5px 5px 8px;
	font-size: 17px;
	color: #202020;
	border-bottom: 1px solid #333333;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.layer .pop-conts .popup_text{
	width: 410px;
	padding: 20px 10px;
	text-align: left;
	overflow: hidden;
	word-break: break-word;
	word-wrap: break-word;
}
.layer .pop-conts .popup_text p{
	padding-bottom:13px;
}
.layer .pop-conts .popup_text a:hover{
	text-decoration:underline;
}
.loading_popup{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -171px;
	margin-top: -146px;
	z-index: 500;
	width: 300px;
	height: auto;
	padding: 20px;
	background: #fff;
	opacity: 1;
	text-align: center;
	border:1px solid #e7e7e7;
	box-shadow: 0 0 12px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 12px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 12px 5px rgba(0,0,0,0.1);
}
.loading_popup .loading_cont{
	text-align:center;
	height:200px;
	line-height:200px;
}
.loading_popup .stockholder{
	margin-top:20px;
}
.loading_popup .stockholder form{
	margin-bottom:0 !important;
}
.loading_popup .stockholder h2{
	font-size:24px;
}
.loading_popup .stockholder p{
	font-size:12px;
}
.loading_popup .stockholder-notice h1{
	font-size:13px;
	font-weight:bold;
}
.loading_popup .stockholder-notice{
	text-align: left;
    height: auto;
    padding: 8px 0;
    overflow-y: auto;
    font-size: 12px;

}
.loading_popup .stockholder-notice ol{
	margin-left:0 !important;
}
.close{
	position:absolute;
	top:5px;
	right:10px;
}
.close span{
	font-size:30px; font-weight:bold;
}
.pop-conts .krp_logo{
	width:60px;
}
.one_day {
	font-size:12px;
}
.one_day input[type="checkbox"]{
	margin:0 5px 0;
}
.general_meeting{
	top: 45%;
	padding:20px 20px 10px;
}
.news_cont .general_meeting_cont ol{
	padding-left:20x;
}
.news_cont .general_meeting_cont ul{
	padding-left:10px;
}
.news_cont .general_meeting_table{
	border:1px solid #9d9d9d;
}
.news_cont .general_meeting_table th,
.news_cont .general_meeting_table td{
	border-right:1px solid #9d9d9d;
	border-bottom:1px solid #9d9d9d;
}
.news_cont .general_meeting_table th:nth-last-child(1),
.news_cont .general_meeting_table td:nth-last-child(1){
	border-right:none;
}
.news_cont .general_meeting_table th{
	text-align:center;
	background:#dfe8f0;
}
.news_cont .general_meeting_table td{
	text-align:left;
	background: #edf4f6;
}
.news_cont .general_meeting_table ol{
	margin:0;
	padding:0 10px;
}
.news_cont .general_meeting_table ol li{
	margin-bottom:5px;
}
.news_cont .align_center td{
	text-align:center;
	vertical-align: middle;
}

.download a{
	font-size:18px;
	font-weight:bold;
}

@media (max-width: 767px){
	.news_cont .general_meeting_cont ol{
		padding-left:0;
		margin:0;
	}
	.news_cont .general_meeting_cont ul{
		padding-left:10px;
		margin:0;
	}
	.general_table_cont{
		display:none;
	}
}

/* 20180312추가 */
@media ( max-width : 490px) {
	.loading_popup .pop-conts{
		height: auto;
	}	
	.loading_popup{
		margin-left: -171px;
		margin-top: -146px;
		width: 300px;
		height: auto;
	}
    .loading_popup .pop-conts h3{
    	font-size:18px;
    }	
    .loading_popup .pop-conts h4{
    	font-size:16px;
    }
	.loading_popup .stockholder {
		margin-top: 0;
	}
	.loading_popup .stockholder table.m_t40{
    	margin-top: 20px !important;
    	margin-bottom: 20px !important;
	}	   
	.news_table .news_cont{
		padding:10px ;
	} 	  
	.news_table .news_cont ol{
		padding:0 !important;
	}
}


.iosBugFixCaret {
	position:fixed;
	width:100%;
}
