/* News */

.nc-header {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 40px;
	font-family: 'Merriweather', serif;
}
.nc-header .ttl {
	flex: 0 1 auto;
}
.nc-header .nav {
	flex: 0 0 auto;
	margin-left: 40px;
}

.news-nav {
	background: #0077CC;
}
.nc-nav {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.nc-nav.accordion {
	display: none;
}
.nc-nav ul {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0;
}
.nc-nav li {
	flex: 0 1 auto;
	margin: 0 0 0 25px;
	list-style-type: none;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nc-nav li:first-child {
	margin-left: 0;
}
.nc-nav a {
	display: block;
	padding: 9px 0;
	text-decoration: none;
	border-bottom: 2px solid #0364A9;
}
.nc-nav a:hover {
	color: #0077CC;
	border-color: #0077CC;
}
.nc-nav a.active {
	color: #EF092F;
	border-color: #EF092F;
}
.nc-nav .has-sub > a:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 5px 0 0 10px;
	background: url(../img/n_nav_arw.svg) center center no-repeat;
	background-size: 10px auto;
	vertical-align: top;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nc-nav .has-sub:hover > a:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nc-nav ul ul {
	display: none;
	width: 300px;
	text-align: left;
	background: #FFF;
	position: absolute;
	top: calc(100% - 2px);
	right: 0;
	z-index: 9999;
	-webkit-box-shadow: 0 7px 15px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 7px 15px 0 rgba(0,0,0,0.3);
	box-shadow: 0 7px 15px 0 rgba(0,0,0,0.3);
}
.nc-nav ul li:hover ul {
	display: block;
}
.nc-nav ul ul li {
	flex: 0 1 auto;
	margin: 0;
	border-bottom: 1px solid #EEE;
}
.nc-nav ul ul a {
	padding: 20px 30px;
	color: #0364A9;
	border-bottom: none;
}
.nc-nav ul ul li:hover,
.nc-nav ul ul a:hover {
	color: #0077CC;
	background: #F9F9F9;
}

.news-container {
	color: #444;
	font-family: 'Merriweather', serif;
	font-size: 17px;
	line-height: 30px;
	background: #FFF;
}
.news-container .wrapper {
	margin-top: -80px;
	padding: 40px;
	background: #FFF;
	position: relative;
	z-index: 2;
}
.news-container h1,
.news-container h2,
.news-container h3,
.news-container h4,
.news-container h5 {
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.025em;
}

.news-container .btn {
	font-family: 'Lato', sans-serif;
}

.news-intro {
	height: 160px;
	color: #FFF;
	background: #0364A9 url(../img/news/intro_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.news-intro:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(25,88,136,0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.news-intro .wrapper {
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-end;
	height: 100%;
	margin-top: 0;
	padding: 10px 0 90px 0;
	background: transparent;
	position: relative;
	z-index: 2;
}
.ni-breadcrumbs {
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}
body .ni-breadcrumbs {
	margin-top: auto;
}
.ni-breadcrumbs li {
	flex: 0 1 auto;
	margin: 0;
	padding-right: 30px;
	list-style-type: none;
	position: relative;
}
.ni-breadcrumbs li:last-child {
	padding-right: 0;
}
.ni-breadcrumbs li:after {
	display: block;
	content: "";
	width: 6px;
	height: 11px;
	background: url(../img/n_breadcrumbs.svg) 0 0 no-repeat;
	background-size: 100% auto;
	opacity: 0.5;
	position: absolute;
	top: 5px;
	right: 12px;
}
.ni-breadcrumbs a {
	display: block;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}
.ni-breadcrumbs a:hover {
	color: rgba(255,255,255,1);
}
.ni-breadcrumbs li:last-child:after {
	display: none;
}

.nc-section {
	margin-bottom: 50px;
}
.nc-title1 {
	margin: 20px 0;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
}
.nc-title2 {
	margin: 50px 0;
	padding: 5px 20px;
	color: #091D36;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	border-left: 5px solid #EF092F;
}
.nc-title3 {
	margin: 30px 0;
	padding: 5px 20px;
	color: #091D36;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	border-left: 5px solid #EF092F;
}

.nc-list {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: -30px -20px 0 -20px;
}
.nc-list .col {
	flex-grow: 0;
	flex-shrink: 1;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	padding: 30px 20px;
	position: relative;
}
.nc-list .col:after {
	display: block;
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	background: #DDD;
	position: absolute;
	bottom: 0;
	left: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nc-list .col:hover:after {
	background: #0364A9;
}
.nc-list .img a {
	display: block;
}
.nc-list .img img {
	display: block;
	width: 100%;
	object-fit: cover;
}
.nc-list .info {
	flex: 0 1 100%;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 20px;
}
.nc-list .ttl {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.nc-list .ttl a {
	color: #091D36;
	text-decoration: none;
}
.nc-list .ttl .new {
	display: inline-block;
	margin: 0;
	color: #168500;
	font-size: 11px;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
	vertical-align: top;
}
.nc-list .txt {
	margin: 10px 0 0 0;
	font-size: 15px;
	line-height: 26px;
}
.nc-list .date {
	margin: 13px 0 0 0;
	color: #999;
	font-size: 13px;
	line-height: 18px;
}
.nc-list .button {
	width: 100%;
	margin-top: auto;
}

.nc-list.cats .col {
	flex-basis: 33.333%;
	flex-direction: column;
}
.nc-list.cats .img a {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
}
.nc-list.cats .img a:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #0364A9;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nc-list.cats .col:hover .img a:before,
.nc-list.cats .img a:hover:before {
	background: #0077CC;
}
.nc-list.cats .img img {
	height: 220px;
}
.nc-list.cats .img .icn,
.nc-list.cats .img .icn:before,
.nc-list.cats .img .icn:after {
	display: block;
	width: 48px;
	height: 48px;
	border: 4px solid rgba(255,255,255,0.5);
	position: absolute;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nc-list.cats .img .icn {
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	z-index: 10;
}
.nc-list.cats .img .icn:before {
	content: "";
	border-color: rgba(255,255,255,0.7);
	bottom: -12px;
	left: -12px;
	z-index: 15;
}
.nc-list.cats .img .icn:after {
	content: "";
	border-color: rgba(255,255,255,0.3);
	top: -12px;
	right: -12px;
	z-index: 5;
}
.nc-list.cats .col:hover .img .icn {
	border-color: rgba(255,255,255,0.8);
}
.nc-list.cats .col:hover .img .icn:before {
	border-color: rgba(255,255,255,1);
}
.nc-list.cats .col:hover .img .icn:after {
	border-color: rgba(255,255,255,0.6);
}

.nc-list.cats .button {
	max-width: 160px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.nc-list .btn {
	display: block;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}

.nc-list.news .col {
	flex-basis: 50%;
	max-width: 50%;
	flex-direction: row;
}
.nc-list.news .img {
	flex: 0 0 160px;
	margin-right: 30px;
}
.nc-list.news .img img {
	height: 160px;
}
.nc-list.news .info {
	margin-top: 0;
}
.nc-list.news .button {
	max-width: 120px;
	margin-left: auto;
	padding-top: 15px;
}
.nc-list.news .btn {
	display: block;
	padding: 7px 15px;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
}

.nc-banner {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	padding: 20px 20px 15px 20px;
	font-family: 'Lato', sans-serif;
	background: #0364A9 url(../img/n_banner.png) right center no-repeat;
	overflow: hidden;
}
.nc-banner .img {
	flex: 0 0 148px;
	margin-bottom: -6px;
}
.nc-banner .img img {
	display: block;
	margin: 0 auto;
}
.nc-banner .txt {
	flex: 1 1 auto;
	max-width: 1170px;
}

.nc-banner-ttl {
	color: #FFF;
	font-weight: 700;
	text-align: center;
}
.ncb-ttl1 {
	font-size: 26px;
	line-height: 28px;
	text-transform: uppercase;
}
.ncb-ttl2 {
	margin-top: 5px;
	font-size: 18px;
	line-height: 22px;
}
.ncb-ttl2 .special {
	display: inline-block;
	border-bottom: 1px solid #FFF;
	vertical-align: top;
}

.nc-banner-form {
	margin-top: 10px;
}
.nc-banner-form .row {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 -5px;
}
.nc-banner-form .row.small {
	max-width: 480px;
	margin: 0 auto;
}
.nc-banner-form .row.small .btn {
	flex: 0 0 33%;
}
.nc-banner-form .cell {
	flex: 0 1 100%;
	padding: 5px;
}
.nc-banner-form .cell.state {
	flex: 0 0 13%;
}
.nc-banner-form .form-control {
	height: 40px;
	padding: 0 12px;
	font-size: 16px;
	background-color: #FFF;
	border: none;
}
.nc-banner-form select.form-control {
	padding: 0 24px 0 8px;
	background-position: calc(100% - 12px) center;
	background-size: 6px 12px;
}
.nc-banner-form .form-btn {
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.nc-banner-form .form-btn.arw:after {
	width: 12px;
	height: 12px;
	margin-left: 6px;
}

.nc-info {
	color: #999;
	font-size: 15px;
	line-height: 20px;
}

.nc-container {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 40px;
}

.nc-content {
	flex: 0 1 100%;
}
.nc-content h1,
.nc-content h2,
.nc-content h3,
.nc-content h4,
.nc-content h5 {
	color: #091D36;
	font-weight: 700;
}

.nc-social {
	flex: 0 0 auto;
	margin-left: 30px;
	font-size: 0;
	text-indent: -999em;
}
.nc-social ul {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0;
}
.nc-social li {
	flex: 0 0 32px;
	width: 32px;
	margin: 0 0 0 6px;
	list-style-type: none;
}
.nc-social li:first-child {
	margin-left: 0;
}

.nc-social a {
	display: block;
	width: 32px;
	height: 32px;
	text-decoration: none;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	border: 1px solid #0077CC;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.nc-social a:hover {
	opacity: 0.7;
}
.nc-social a.fb {
	background-image: url(../img/kc_social_fb.svg);
}
.nc-social a.tw {
	background-image: url(../img/kc_social_tw.svg);
}
.nc-social a.yt {
	background-image: url(../img/kc_social_yt.svg);
}
.nc-social a.sc {
	background-image: url(../img/kc_social_sc.svg);
}
.nc-social a.gp {
	background-image: url(../img/kc_social_gp.svg);
}
.nc-social a.pt {
	background-image: url(../img/kc_social_pt.svg);
}
.nc-social a.li {
	background-image: url(../img/kc_social_li.svg);
}
.nc-social a.rd {
	background-image: url(../img/kc_social_rd.svg);
}
.nc-social a.se {
	background-image: url(../img/kc_social_se.svg);
}

.nc-sidebar {
	flex: 0 0 340px;
	width: 340px;
	margin-left: 40px;
	font-size: 14px;
	line-height: 20px;
}
.ncs-block {
	margin-bottom: 30px;
	background: #FFF;
	border: 1px solid #DDD;
}
.ncs-header {
	padding: 25px 30px;
	color: #999;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	background: #FAFAFA;
}
.ncs-body {
	padding: 30px;
}

body .ncs-list {
	margin: -5px 0;
}
.ncs-list li {
	margin: 0;
	list-style-type: none;
}
.ncs-list a {
	display: block;
	padding: 4px 0 4px 15px;
	text-decoration: none;
	position: relative;
}
.ncs-list a:before {
	display: block;
	content: "";
	width: 5px;
	height: 9px;
	background: url(../img/n_list_arw.svg) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 10px;
	left: 0;
}
.ncs-list ul {
	margin: 0 0 0 15px;
}

.nc-author .photo {
	max-width: 120px;
	margin: 0 auto;
}
.nc-author .photo img {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.nc-author .name {
	margin-top: 25px;
	color: #0364A9;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}
.nc-author .txt {
	margin-top: 20px;
	color: #777;
	line-height: 20px;
}
.nc-author .link {
	margin-top: 20px;
	font-weight: 700;
}

.ncs-news {
	margin-bottom: 30px;
}
.ncs-news-title {
	margin: 0 0 30px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.nc-art-img {
	margin: 30px auto;
	background: #F5F5F5;
	border: 1px solid #DDD;
}
.nc-art-img img {
	display: block;
	margin: 0 auto;
}
.nc-art-img .cpt {
	padding: 5px 10px;
	color: #777;
	font-size: 12px;
	line-height: 16px;
}
.nc-art-img.left,
.nc-art-img.right {
	max-width: 40%;
}
.nc-art-img.right {
	float: right;
	margin: 5px 0 20px 30px;
}
.nc-art-img.left {
	float: left;
	margin: 5px 30px 20px 0;
}
.nc-bq-img {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.nc-bq-img .nc-art-img.left,
.nc-bq-img .nc-art-img.right {
	flex: 0 0 40%;
	max-width: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
.nc-bq-img .nc-art-img.left {
	order: -1;
}
.nc-bq-img .nc-art-img.right {
	order: 1;
}
.nc-bq-img blockquote {
	margin: 0;
	padding: 0;
	border: none;
}

.art-img {
	display: block;
	margin: 30px auto;
}
.art-img.left,
.art-img.right {
	max-width: 40%;
}
.art-img.right {
	float: right;
	margin: 5px 0 20px 30px;
}
.art-img.left {
	float: left;
	margin: 5px 30px 20px 0;
}

.nc-sidebar .nc-list {
	margin-top: -30px;
}
.nc-sidebar .nc-list .col {
	padding-top: 30px;
}
.nc-sidebar .nc-list.news .col {
	flex-basis: 100%;
	max-width: 100%;
}
.nc-sidebar .nc-list.news .img {
	flex: 0 0 70px;
	margin-right: 20px;
}
.nc-sidebar .nc-list.news .img img {
	height: 70px;
}
.nc-sidebar .nc-list.news .info {
	margin-top: -5px;
}
.nc-sidebar .nc-list .ttl {
	font-size: 17px;
	line-height: 24px;
}
.nc-sidebar .nc-list .txt {
	margin-top: 6px;
	font-size: 14px;
	line-height: 20px;
}

.acc-contents {
	display: none;
	font-family: 'Lato', sans-serif;
}
.acc-title {
	display: block;
	margin: 0;
	padding: 15px 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	cursor: pointer;
	background: #0077CC;
}
.acc-title .ui-accordion-header-icon {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/arw_header_white.svg) center center no-repeat;
	background-size: 12px auto;
	vertical-align: top;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
}
.acc-title.ui-state-active .ui-accordion-header-icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.acc-content {
	background: #FFF;
}
.acc-contents ul {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.acc-contents ul li {
	margin: 0;
	list-style-type: none;
}
.acc-contents ul a {
	display: block;
	padding: 20px 40px 20px 20px;
	color: #0077CC;
	text-decoration: none;
	background: #FFF;
	border-bottom: 1px solid #EEE;
	position: relative;
}
.acc-contents ul a:hover {
	color: #0364A9;
	background: #F9F9F9;
}
.acc-contents ul a:after {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/arw_header_main.svg) center center no-repeat;
	background-size: 12px auto;
	opacity: 0.3;
	vertical-align: top;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.acc-contents ul a:hover:after {
	opacity: 1;
}
.acc-contents ul ul a {
	padding-left: 40px;
}

.nc-comments {
	padding-top: 30px;
}

.kc-tnav {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	border-bottom: 2px solid #DDD;
}
.kc-tnav ul {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 0 -2px 0 !important;
}
.kc-tnav li {
	flex: 0 1 100%;
	margin: 0;
	list-style-type: none;
}
.kc-tnav a {
	display: block;
	padding-bottom: 6px;
	text-decoration: none;
	border-bottom: 2px solid #DDD;
	position: relative;
}
.kc-tnav a.active {
	color: #0077CC;
	border-bottom-color: #0077CC;
}



/* Sticky Form */

.sticky-form {
	width: 100%;
	background: #FFF;
	background-size: cover;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	-webkit-box-shadow: 0 0 50px 0 rgba(53,156,243,0.75);
	-moz-box-shadow: 0 0 50px 0 rgba(53,156,243,0.75);
	box-shadow: 0 0 50px 0 rgba(53,156,243,0.75);
}
.sf-ttl {
	padding: 30px 60px;
	cursor: pointer;
	border: none;
	outline: none;
	position: relative;
	z-index: 2;
}
.sf-ttl:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: url(../img/btn_arw_red.svg) center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 12px);
	right: 18px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.sf-ttl.ui-state-active:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.sf-ttl .ttl {
	margin: 0;
	color: #091D36;
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
}
.sf-ttl .special {
	display: inline-block;
	color: #EF092F;
	position: relative;
	vertical-align: top;
}
.sf-ttl .special:before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #EF092F;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sf-ttl.ui-state-active .special:before {
	display: none;
}
.sf-form {
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}
.sf-form .tnav a {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}
.sf-form .tnav a:hover:before {
	bottom: 2px;
}
.sf-form .tnav a.active:before {
	bottom: -4px;
}
.sf-form .form2 .cell {
	margin-right: -1px;
}
.sf-form .form2 .form-label {
	color: #091D36;
}
.sf-form .form2 .form-label .req,
.sf-form .form2 .form-error,
.sf-form .intro-required {
	color: #EF092F;
}
.sf-form .form2 .form-control {
	border: 1px solid #777;
}
.sf-form .form2 .cell:first-child .form-control {
	border-left: 1px solid #777;
}
.sf-form .intro-info {
	color: #777;
}
.sf-form .intro-info li:before {
	background-image: url(../img/info_icns.png);
	opacity: 0.5;
}



.nc-search {
	margin: 30px auto;
	padding: 30px 30px 25px 30px;
	background: #0364A9 url(../img/kc_search_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.nc-search:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.nc-search-title {
	margin: 0 0 25px 0;
	padding: 0;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.025em;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.nc-content .nc-search-title {
	color: #FFF;
	font-weight: 700;
}
.nc-search-title .special {
	color: #FFF100;
}
.nc-search-form {
	position: relative;
	z-index: 2;
}
.nc-search-nav  {
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.nc-search-nav ul {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	margin: 0;
}
.nc-search-nav li {
	margin: 0;
	padding: 2px;
	list-style: none;
}
.nc-search-nav a {
	display: block;
	padding: 6px 10px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	background: #0077CC;
	position: relative;
	z-index: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.nc-search-nav a.active {
	color: #0077CC;
	background: #FFF;
}
.nc-search-nav a:before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: #0077CC;
	position: absolute;
	bottom: 2px;
	left: calc(50% - 4px);
	z-index: -1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nc-search-nav a:hover:before,
.nc-search-nav a.active:before {
	bottom: -4px;
}
.nc-search-nav a.active:before {
	background: #FFF;
}
.nc-form {
	position: relative;
	z-index: 2;
}
.nc-form.short {
	max-width: 480px;
	margin: 0 auto;
}
.nc-form .row {
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 -2px;
}
.nc-form .cell {
	padding: 2px;
}
.nc-form .form-control {
	height: 40px;
	padding: 0 12px;
	font-size: 16px;
	background-color: #FFF;
	border: none;
}
.nc-form select.form-control {
	padding: 0 24px 0 8px;
	background-position: calc(100% - 12px) center;
	background-size: 6px 12px;
}
.nc-form .form-btn {
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}
.nc-form .form-btn.arw:after {
	width: 13px;
	height: 13px;
	margin-left: 10px;
}

.nc-search.horizontal {
	padding: 15px 20px;
}
.nc-search.horizontal .nc-search-title {
	margin: 0 0 10px 0;
}
.nc-search.horizontal .nc-form .row {
	flex-direction: row;
	margin: 0 -5px;
}
.nc-search.horizontal .nc-form .cell {
	flex: 0 1 100%;
}
.nc-search.horizontal .nc-form .cell.state {
	flex: 0 0 13%;
}
.nc-search.horizontal .nc-form .form-btn {
	font-size: 16px;
}
.nc-search.horizontal .nc-form .form-btn.arw:after {
	width: 12px;
	height: 12px;
	margin-left: 6px;
}



.font-news {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}
.font-news .trade {
	display: inline-block;
	vertical-align: top;
}

.snav .font-news {
	font-size: 16px;
}
.snav .font-news .trade {
	margin-top: 2px;
	font-size: 13px;
	line-height: 12px;
}

.nc-title1 .font-news {
	font-size: 36px;
}
.nc-title1 .font-news .trade {
	margin-top: 4px;
	font-size: 20px;
	line-height: 20px;
}

.ni-breadcrumbs .font-news .trade {
	margin-top: 3px;
	font-size: 13px;
	line-height: 12px;
}

body .sentinel-logo {
	display: inline-block;
	margin: -5px 15px -5px 0;
	vertical-align: top;
}



.bnav {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	position: relative;
}
.bnav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	text-align: center;
}
.bnav li {
	flex: 0 1 auto;
	margin: 0;
	padding: 5px 2px;
	list-style-type: none;
	vertical-align: top;
}
.bnav a {
	display: block;
	padding: 5px 15px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	background: #0077CC;
	position: relative;
	z-index: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.bnav a.active {
	color: #0077CC;
	background: #FFF;
}
.bnav a:before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: #0077CC;
	position: absolute;
	bottom: 2px;
	left: calc(50% - 4px);
	z-index: -1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bnav a:hover:before,
.bnav a.active:before {
	bottom: -4px;
}
.bnav a.active:before {
	background: #FFF;
}
.bnav li.bnav-label {
	margin: 0 10px 0 0;
	white-space: nowrap;
}



.bnav ul.tabs-more {
	flex-wrap: nowrap;
}
.bnav .d-hide {
	display: none;
}
.bnav .more {
	display: block;
	padding: 5px 10px;
	color: #FFF;
	background: #0077CC;
	cursor: pointer;
	border-radius: 50px;
	white-space: nowrap;
}
.bnav .more:after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	margin-left: 6px;
	background: url(../img/arw_header_white.svg) center center no-repeat;
	background-size: 100% auto;
	transition: all 0.2s ease;
}
.bnav .open .more:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.bnav .has-sub {
	position: relative;
}
.bnav .has-sub ul {
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	background: #0364A9;
	overflow: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 100;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
}
.bnav .has-sub ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #0364A9;
	white-space: nowrap;
}
.bnav .has-sub ul li:first-child {
	border-top: none;
}
.bnav .has-sub a {
	border-radius: 0;
}
.bnav .has-sub a:before {
	display: none;
}
.bnav .has-sub a:hover {
	background: #0077CC;
}
.bnav .has-sub a.active {
	color: #0077CC;
	background: #FFF;
}



.ncs-toc.accordion {
	display: none;
}
.ncs-header.accordion-header {
	cursor: pointer;
	position: relative;
}
.ncs-header.accordion-header:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: url(../img/n_nav_arw.svg) center center no-repeat;
	background-size: 10px auto;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.ncs-header.accordion-header.ui-state-active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ncs-toc.accordion .ncs-list a:before {
	top: 15px;
}



.show-more {
	margin-top: 30px;
	padding: 15px;
	color: #0077CC;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	cursor: pointer;
	text-align: center;
	background: #F9F9F9;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.show-more:hover,
.show-more:focus,
.show-more:active {
	background: #F5F5F5;
}
.show-more:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin: 1px 8px 0 0;
	background: url(../img/ps2_plus.svg) center center no-repeat;
	background-size: 8px auto;
	border: 2px solid #0077CC;
	vertical-align: top;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nc-banner2 {
	margin: 30px 0;
}
.nc-banner2 img {
	display: block;
	margin: 0 auto;
}



/* Responsive */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.site-logo.intelicenter {
		background-image: url(../img/logo_intelicenter@2x.png);
	}
	.sf-form .intro-info li:before {
		background-image: url(../img/info_icns@2x.png);
		background-size: 16px auto;
	}
}

@media only screen and (max-width: 1170px) {
	.news-container .wrapper {
		margin: 0;
		padding: 30px;
	}
	.news-intro {
		height: 90px;
	}
	.news-intro .wrapper {
		padding: 10px 30px;
	}
	.news-nav .wrapper {
		margin: 0;
	}
	.nc-header {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.nc-header .nav,
	.ncs-contents {
		display: none;
	}
	.acc-contents {
		display: block;
		margin-top: 30px;
	}
	.nc-nav {
		margin-bottom: 30px;
		font-size: 15px;
		line-height: 20px;
	}
	.nc-section {
		margin-bottom: 30px;
	}
	.nc-title1 {
		font-size: 30px;
		line-height: 34px;
	}
	.nc-title2 {
		margin: 30px 0;
		font-size: 24px;
		line-height: 28px;
	}
	.nc-title3 {
		font-size: 18px;
		line-height: 22px;
	}
	.nc-container {
		margin-top: 30px;
	}
	.nc-banner .txt br {
		display: none;
	}
	.sf-ttl .ttl {
		font-size: 24px;
		line-height: 28px;
	}
	.nc-container {
		flex-direction: column;
	}
	.nc-content {
		flex: 0 1 auto;
	}
	.nc-social {
		flex: 0 1 auto;
		margin: 20px 0 0 0;
	}
	.nc-social ul {
		flex-direction: row;
	}
	.nc-social li {
		margin: 0 6px 0 0;
	}
	.nc-sidebar {
		flex: 0 1 auto;
		width: auto;
		margin: 30px 0 0 0;
	}
	.nc-search {
		padding: 15px 20px;
	}
	.nc-search-title {
		margin: 0 0 10px 0;
	}
	.nc-form .row {
		flex-direction: row;
		margin: 0 -5px;
	}
	.nc-form .cell {
		flex: 0 1 100%;
	}
	.nc-form .form-btn {
		font-size: 16px;
	}
	.nc-form .form-btn.arw:after {
		width: 12px;
		height: 12px;
		margin-left: 6px;
	}
	.ncs-toc {
		display: none;
	}
	.ncs-toc.accordion {
		display: block;
	}
}

@media only screen and (max-width: 1023px) {
	.ni-breadcrumbs {
		font-size: 14px;
		line-height: 18px;
	}
	.ni-breadcrumbs li:after {
		top: 4px;
	}
	.nc-section {
		margin-bottom: 30px;
	}
	.nc-nav {
		display: none;
	}
	.nc-list {
		margin-top: -30px;
	}
	.nc-list .col {
		padding-top: 30px;
	}
	.nc-list.cats .col {
		flex-basis: 50%;
	}
	.nc-list.news .col {
		flex-basis: 100%;
		max-width: 100%;
	}
	.nc-banner {
		flex-direction: column;
	}
	.nc-banner .img {
		max-width: 148px;
		margin: 0 auto 20px auto;
	}
	.nc-banner .txt {
		margin: 0;
	}
	.ncb-ttl1 {
		font-size: 22px;
		line-height: 24px;
	}
	.ncb-ttl2 {
		font-size: 18px;
		line-height: 22px;
	}
	.bnav li.bnav-label {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.news-container {
		font-size: 14px;
		line-height: 24px;
	}
	.news-container .wrapper {
		padding: 30px 20px;
	}
	.news-intro .wrapper {
		padding: 10px 20px;
	}
	.news-intro {
		height: 60px;
	}
	.nc-title1 {
		font-size: 26px;
		line-height: 30px;
	}
	.nc-title2 {
		font-size: 22px;
		line-height: 26px;
	}
	.nc-info {
		font-size: 12px;
		line-height: 18px;
	}
	.nc-list {
		margin-left: 0;
		margin-right: 0;
	}
	.nc-list .col {
		padding-left: 0;
		padding-right: 0;
	}
	.nc-list .col:after {
		width: 100%;
		left: 0;
	}
	.nc-list.cats .col {
		flex-basis: 100%;
	}
	.nc-list.cats .img img {
		height: 200px;
	}
	.nc-list .info {
		margin-top: 15px;
	}
	.nc-list .ttl {
		font-size: 18px;
		line-height: 24px;
	}
	.nc-list .date {
		margin-top: 10px;
		font-size: 12px;
		line-height: 18px;
	}
	.nc-list .txt {
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.nc-list.news .img {
		flex-basis: 100px;
		margin-right: 20px;
	}
	.nc-list.news .img img {
		height: 100px;
	}
	.nc-list.news .info {
		margin-top: 0;
	}
	.sf-ttl {
		padding: 15px 20px;
	}
	.sf-ttl:after {
		width: 12px;
		height: 12px;
		top: calc(50% - 6px);
		right: 10px;
	}
	.sf-ttl .ttl {
		font-size: 16px;
		line-height: 20px;
	}
	.sf-form {
		padding-bottom: 10px;
	}
	.sf-form .tnav a {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.sf-form .form2 .cell {
		margin-right: 0;
	}
	.sf-form .intro-search .form2 .form-control {
		border-left: 1px solid #777 !important;
	}
	.sf-form .form2 .form-btn {
		padding: 12px;
	}
	.nc-search {
		max-width: 360px;
	}
	.nc-form .row,
	.nc-search.horizontal .nc-form .row {
		flex-direction: column;
	}
	.nc-form .cell {
		flex: 0 1 100%;
	}
	.nc-banner {
		background-image: none;
	}
	.ncb-ttl1 {
		font-size: 20px;
		line-height: 24px;
	}
	.ncb-ttl2 {
		font-size: 15px;
		line-height: 20px;
	}
	.nc-banner-form .bblock {
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}
	.nc-banner-form .row {
		flex-direction: column;
	}
	.nc-banner-form .row.small {
		margin: 0 -5px;
	}
	.nc-banner-form .cell.state,
	.nc-search.horizontal .nc-form .cell.state {
		flex: 0 1 auto;
	}
	.ni-breadcrumbs {
		font-size: 12px;
		line-height: 14px;
	}
	.ni-breadcrumbs li:after {
		width: 5px;
		height: 9px;
		top: 4px;
	}
	.ni-breadcrumbs .font-news .trade {
		margin-top: 2px;
		font-size: 10px;
		line-height: 10px;
	}
	.ncs-header {
		padding: 15px 20px;
	}
	.ncs-body {
		padding: 20px;
	}
	.bnav .m-hide {
		display: none;
	}
	.bnav .d-hide {
		display: block;
	}
	.bnav a {
		padding: 5px 10px;
	}
}

@media only screen and (max-width: 479px) {
	.acc-title {
		padding: 15px 20px;
		font-size: 16px;
		line-height: 18px;
	}
	.acc-title .ui-accordion-header-icon {
		right: 20px;
	}
	.acc-contents ul {
		font-size: 14px;
		line-height: 18px;
	}
	.acc-contents ul a {
		padding: 15px 40px 15px 20px;
	}
	.acc-contents ul a:after {
		right: 20px;
	}
	.acc-contents ul ul a {
		padding-left: 40px;
	}
	.nc-art-img,
	.nc-art-img.left,
	.nc-art-img.right {
		max-width: inherit;
		float: none;
		margin: 25px auto;
	}
	.nc-bq-img {
		flex-direction: column;
		align-items: stretch;
	}
	.nc-bq-img .nc-art-img.left,
	.nc-bq-img .nc-art-img.right {
		flex: 0 1 auto;
		order: -1;
		max-width: inherit;
		margin-bottom: 20px;
	}
	.art-img.left,
	.art-img.right {
		float: none;
		max-width: 100%;
		margin: 30px auto;
	}
}