@charset "utf-8";
/* CSS Document */
body {margin:0;}
h1 {font-size:40px; text-transform:uppercase; font-family:'open_sansregular'; font-weight:normal;}
h2 {font-size:24px; font-family:"Open-Sans-Semibold"; font-weight:normal;}
h3 {font-size:18px; font-family:"Open-Sans-Semibold"; font-weight:normal;}
p {font-size:13px; font-family:'Open-Sans-Semibold';  line-height:22px; color:#3b3b3b; margin:10px 0}
a {text-decoration:none; color:#000}
a img {border:0}

@font-face {
	font-family:'open_sansregular';
	src:url('../font/opensans-regular-webfont.eot');
	src:url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../font/opensans-regular-webfont.woff') format('woff'),url('../font/opensans-regular-webfont.ttf') format('truetype'),url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');

}
@font-face {
	font-family:"Open-Sans-Semibold";
		src:url("../font/OpenSans-Semibold.eot?") format("eot"),	url("../font/OpenSans-Semibold.woff") format("woff"),	url("../font/OpenSans-Semibold.ttf") format("truetype"),	url("../font/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");

}

.sec5-border img {margin-bottom: 15px;margin-right: 15px !important;}
.section1 .title-p {margin-top: 17px;}

.center-column{width:1000px; margin:auto; font-family:'open_sansregular'; }
.full-width {width:100%; float:left}

.no-mrg-top{margin-top:0;}
.no-mrg-bottom {margin-bottom:0;}

.logo-col {float:left; margin:12px 0 6px;}
.res-menu-icon {display:none}
.header-col { margin-bottom:8px;}
.nav-col {margin-top:28px;}
.nav-ul {margin:0; padding:0; float:left; width:100%; }
.nav-ul li {float:left; display:block; }
.nav-ul a{display:block; padding:10px 15px; font-size:14px; text-transform:uppercase; font-family:"Open-Sans-Semibold"; text-decoration:none; color:#1b1b1b; transition:All 0.2s ease;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;}
.nav-ul a:hover { color:#555; border-top:2px solid #eaeaea; background: rgba(244,244,244,1);
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0 );  }
.nav-ul a.selected { color:#555; border-top:2px solid #eaeaea; background: rgba(244,244,244,1);
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0 );}
.nav-ul li:first-child a {border-left:0}

.left-col {width:69%; display:inline; float:left; background:url(../images/page-devider.jpg) right repeat-y; padding-right:1%;}
.right-col {width:29%; display:inline; float:left;  background:url(../images/page-devider.jpg) repeat-y scroll -1px 0 rgba(0, 0, 0, 0); padding-left:3%; margin-left:-1.5%;}

.right-col h2 {margin-top:0; margin-bottom:10px;}
.ad-right-first {margin-bottom:25px;}
.right-col-mrg { margin-bottom:30px;}

.right-col-ul1 {margin:-5px 0 0; padding:0}
.right-col-ul1 li {display:block; line-height:18px; border-bottom:1px solid #f3f3f3; padding-top:8px; padding-bottom:12px;}
.right-col-ul1 li a {color:#000; text-decoration:none; font-family:"Open-Sans-Semibold";  font-size:13px; line-height:normal}
.right-col-ul1 li a:hover {color:#333; text-decoration:underline}
.right-col-ul1 li:last-child {border-bottom:0}

.footer-column {width:100%; padding:15px 3%; float:left; margin-top:30px; background:#000; border-top:2px solid #b6b6b6;}
.footer-nav {margin:0; padding:0; text-align:center}
.footer-nav li {display:inline-block;}
.footer-nav li a {color:#ccc; text-decoration:none; font-family:"Open-Sans-Semibold"; padding:0 10px; font-size:12px; border-right:1px solid #ccc; }
.footer-nav li:last-child a {border:0} 
.footer-nav li a:hover {color:#fff; text-decoration:underline}
.footer-col2 {margin-top:10px; border-top:1px solid #393939; font-size:10px; color:#666; text-align:center}
.footer-col2 a {color:#666; font-size:11px; font-family:"Open-Sans-Semibold"; }
.footer-col2 a:hover {color:#fff;}
.footer-col2 p {font-family:"Open-Sans-Semibold"; font-size:10px; }

.section1 {background:#f1f1f1; padding:0%; min-height:260px; width:96%; float:left}
.sec1-col1 {width:47%; float:left; margin-right:6%;}
.sec1-col2 {width:47%; float:left; }
.title-p {font-family:"Open-Sans-Semibold"; font-size:18px;}
.section1 p {line-height:normal}
.sec1-img-mask {height:auto; overflow:hidden}

.section2 {margin-top:0px;}
.news-img-col {
    display: inline;
    float: left;
    margin-right: 3%;
    width: 22%; 
}
.news-cnt-col {
    display: inline;
    float: left;
    width: 75%; margin-top:-20px;
}
.news-col {
    margin-bottom: 15px;
    margin-top: 0px; border-bottom:1px solid #f2f2f2; padding-bottom:15px; float:left; width:100%;
}
.news-col  h3 {margin: 0 0 5px;}
.news-img-col img {
    width: 100%; 
}

.sec3-col1 {width:31%;  float:left; margin-right:3.5%;}
.sec3-col2 {width:31%; float:left; margin-right:3.5%;}
.sec3-col3 {width:31%; float:left;}

.section3 { padding-bottom:20px;}
.section3 h3{margin:5px 0 0}

.sec4-col1 {border-bottom:1px solid #f2f2f2; border-top:1px solid #f2f2f2; padding:15px 0;}
.sec4-colbrd1 {border-bottom:1px solid #f2f2f2}
.sec4-news1 {width:47%; float:left; border-right:1px solid #f2f2f2; padding-right:2.8%;}
.sec4-new1-mrg {margin-bottom:15px;}
.sec4-news1-img {float:left}
.sec4-news1-title {margin-left:110px;}
.sec4-news1-title h3 {margin:0}
.sec4-news2 {width:47%; float:left;  padding-left:3%;}
.sec4-news3 {width:47%; float:left; border-right:1px solid #f2f2f2; padding-right:2.8%;}
.sec4-news4 {width:47%; float:left;  padding-left:3%;}
.sec4-new3-mrg {margin-top:15px;}
.section5 {margin-top:25px;}

.breadcrumbs {
    border-bottom: 1px solid #f3f3f3;
    float: left;
    font-size: 12px;
    /*margin-bottom: 25px;*/
    padding-bottom: 8px;
    width: 100%;
}
.breadcrumbs a {
    color: #000;
}
.breadcrumbs a:hover {
    color: #333;
}
.breadcrumb-selected {
    color: #0079bb;
}

.light-text1 {
    color: #999;
    font-family: "Open-Sans-Semibold";
    font-size: 14px;
}
.light-text1 a {
    color: #c3c3c3;
    text-decoration: none;
}
.light-text1 a:hover {
    color: #000;
}
.no-margin {margin:0}

.mgn-sec1-col1 {width:40%; float:left}
.mgn-sec1-col2 {width:55%; margin-left:5%; float:left}
.mgn-sec1-col2 p {margin-top:0}


.read-more-link {
    color: #016ebc;
    font-family: "Open-Sans-Semibold";
    font-size: 13px;
}
.read-more-link:hover {color:#000;}

.cnt-past-mgn {
    margin: 0;
    padding: 0;
}
.cnt-past-mgn li {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px; float:left;
}
.cnt-past-magazine {
    border: 1px solid #d5d5d5;
    float: left;
}

.cnt-past-magazine-col1 {
    margin-left: 100px;
}

.cnt-past-magazine-col1 h3 {margin:0}
.cnt-past-magazine-col1 .light-text1 {margin-top:0}

.mgn-cnt-title {border-bottom:1px solid #f2f2f2; padding-bottom:10px;}


#mgn-contents {width:100%;
    column-count:1;
    column-gap:20px;
	column-rule-style:solid;
	column-rule-width:1px;
	column-rule-color:#f2f2f2;
	
    -moz-column-count:1;
    -moz-column-gap:20px;
	
	-moz-column-rule-style:solid;
	-moz-column-rule-width:1px;
	-moz-column-rule-color:#f2f2f2;
	
	
    -webkit-column-count:1;
	-webkit-column-gap:20px;
	
	-webkit-column-rule-style:solid;
	-webkit-column-rule-width:1px;
	-webkit-column-rule-color:#f2f2f2;      
	}
	
.list_item { margin: 5px 5px 20px ;
    padding: 5px;
    width: 95%;
    float: left;}
.pg-number {float:left; border:1px solid #ccc; border-radius:100%; text-align:center; height:45px; width:45px; }
.pg-number-mrg {margin-top:11px;  font-family: "Open-Sans-Semibold"; font-weight:bold; font-size:19px;}
.contents-title {margin-left:60px;}
.contents-title h3 {margin:0; font-size:16px;}
.contents-title .light-text1 {margin:0}

.form-new-col {float:left; width:100%; margin-bottom:15px;}
.form-lbl {float:left; width:30%; margin-top:8px; font-family:"Open-Sans-Semibold"; font-size:13px;}
.form-txt {width:65%; margin-left:5%; float:left}
.input-txt {width:100%; border:1px solid #ccc; padding:7px 0; font-family:"Open-Sans-Semibold"; font-size:13px;}
.input-txt:focus{border: 1px solid #90b9d7;
    box-shadow: 0 0 5px 1px #ddd;}
.input-btn {background:#195c8f; border:0; color:#fff; font-family:Arial, Helvetica, sans-serif; padding:6px 12px; border-radius:3px; cursor:pointer;}
.input-btn:hover {background:#666;}	

.show-menu {display:block !important}
.menu-column {float:right}

@media screen and (max-width:530px) {
	.sec5-border img { width:100% !important;height:auto !important;}	
}
.bullet_des {
    background: none repeat scroll 0 0 rgb(0, 75, 116);
    float: left;
    height: 8px;
    margin-right: 6px;
    margin-top:7px;
    width: 8px;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    ::i-block-chrome,em {
     margin-left:13px;
    }
}