.main-visual {
	overflow: hidden;
	position: relative;
}

.home-slider {
	position: relative;
}

.home-slider .slick-arrow {
	background-color: #fff;
	background-size: 1.1rem 1.8rem;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	cursor: pointer;
	height: 4.8rem;
	width: 4.8rem;
	position: absolute;
	top: 50%;
	margin-top: -2.4rem;
	z-index: 100;
}

.home-slider .slick-next {
	background-image: url("../images/common/icon-arrow-right-danger.svg");
	left: calc(100% + 2.2rem);
}

.home-slider .slick-prev {
	background-image: url("../images/common/icon-arrow-left-danger.svg");
	right: calc(100% + 2.2rem);
}

.home-slider .slick-dots {
	background-color: #f9f9f9;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	display: flex !important;
	justify-content: center;
	padding: 1.2rem 1.5rem;
}

.home-slider .slick-dots li {
	margin: 0 .6rem;
}

.home-slider .slick-dots li.slick-active button {
	background: #f62614;
}

.home-slider .slick-dots li button {
	-webkit-appearance: none;
	background: #e2e2e2;
	border: none;
	border-radius: .2rem;
	color: rgba(0,0,0,0);
	display: block;
	font-size: 0;
	margin: 0;
	padding: 0;
	height: .2rem;
	width: 2.2rem;
}

.home-slider__slide img {
	width: 100%;
}

.home-thumb {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
	justify-content: center;
	background-color: #f9f9f9;
	padding: 3.2rem 0;
}

.home-thumb__slide {
	cursor: pointer;
	max-width: 17rem;
	margin: 0 1.6rem;
}

.home-thumb__slide__img {
	opacity: .48;
	position: relative;
}

.home-thumb__slide__img::after {
	content: "";
	border: .3rem solid #f62614;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}

.home-thumb__slide__img img {
	width: 100%;
}

.home-thumb__slide.slick-current .home-thumb__slide__img {
	opacity: 1;
}

.home-thumb__slide.slick-current .home-thumb__slide__img::after {
	opacity: 1;
}

.home-thumb__slide__txt {
	font-size: 1.3rem;
	margin-top: .8rem;
	text-align: center;
}

.p-news {
	background-color: #f9f9f9;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	overflow: hidden;
}

.p-news__side .hline01 {
	margin-bottom: 1.8rem;
}

.p-news__side ul li:hover a {
	color: #f62614;
}

.p-news__side ul li a {
	display: inline-block;
	font-weight: 500;
	padding: 1rem 0 1rem 1.2rem;
}

.p-news__side ul li a.active,
.p-news__side ul li a:hover {
	color: #f62614;
}

.p-news__side ul li.active-bar {
	display: none;
}

.p-news .news-cate {
	border: 1px solid #f62614;
	border-radius: 1.4rem;
	color: #f62614;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	height: 2.3rem;
	width: 8rem;
}

.p-news .news-cate.news-cate--inactive {
	border-color: #8e8e8e;
	color: #8e8e8e;
}

.p-news .news-pdf {
	font-family: "Montserrat",sans-serif;
	font-size: 1.3rem;
	flex-shrink: 0;
	margin-left: .8rem;
}

.p-news .news-pdf span:not(.news-pdf__size) {
	border: 1px solid #f62614;
	border-radius: 1.4rem;
	color: #f62614;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	margin-right: .8rem;
	padding: .3rem 1rem;
}

.p-news .news-status {
	color: #f62614;
	font-family: "Montserrat",sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}

.p-news .news-txt {
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.p-news .news-txt:hover {
	text-decoration: underline;
}

.p-news__pickup li {
	padding: 0 1.5rem 2.4rem;
	margin-bottom: 2rem;
}

.p-news__pickup li:last-child {
	margin-bottom: 0;
}

.p-news__pickup__item {
	display: flex;
	flex-flow: column;
}

.p-news__pickup__img {
	margin-bottom: 1.6rem;
	width: 100%;
}

.p-news__pickup__img img {
	border: 1px solid #e2e2e2;
	width: 100%;
}

.p-news__pickup__info .head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.p-news__pickup__info .head .news-cate {
	margin-bottom: .5rem;
}

.p-news__pickup__info .head .news-ttl {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: .5rem;
}

.p-news__pickup__info .head .news-pdf {
	margin-bottom: .5rem;
}

.p-news__list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 2.2rem 1.5rem;
	position: relative;
	width: 100%;
}

.p-news__list li::after {
	content: "";
	background-color: #e2e2e2;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100vw;
	z-index: 10;
}

.p-news__list li:first-child::before {
	content: "";
	background-color: #e2e2e2;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 10;
}

.p-news__list li .news-date {
	color: #8e8e8e;
	flex-shrink: 0;
	font-size: 1.3rem;
	margin-right: .8rem;
}

.p-news .btn-more {
	background-color: rgba(0,0,0,0);
	color: #f62614;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	height: 7rem;
	width: 100%;
}

.p-news .btn-more::after {
	content: "";
	background: url("../images/common/icon-arrow-right-danger.svg") no-repeat center/contain;
	width: .8rem;
	height: 1.2rem;
	margin-left: 1.4rem;
	transform: rotate(90deg);
}

.p-news .btn-more:hover {
	background-color: #0b2a39;
	color: #fff;
}

.p-news .btn-more:hover::after {
	background-image: url("../images/common/icon-arrow-right-white.svg");
}

.p-reason {
	padding: 4.8rem 0;
}

.p-reason .reason-list li {
	margin-bottom: 2.6rem;
}

.p-reason .reason-item {
	display: block;
	background-color: #fff;
	border-radius: .8rem;
	border: 1px solid #e2e2e2;
	font-size: 1.3rem;
	overflow: hidden;
	padding-bottom: 2rem;
	text-align: center;
	transition: .2s ease;
}

.p-reason .reason-item:hover {
	border-color: #f62614;
	box-shadow: .1rem .3rem 3.2rem rgba(7,54,77,.13);
}

.p-reason .reason-item__img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -1px 2.3rem;
}

.p-reason .reason-item__img img {
	border-radius: .8rem .8rem 0 0;
	width: 100%;
}

.p-reason .reason-item__info {
	padding: 0 2rem;
}

.p-reason .reason-item__ttl {
	color: #f62614;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 1.7rem;
}

.p-reason .reason-item__txt {
	line-height: 2;
}

.p-member {
	background: #f9f9f9;
	border-top: 1px solid #e2e2e2;
	padding: 3.2rem 0 4.8rem;
}

.p-member .hline01 {
	display: flex;
	margin-bottom: 3rem;
	text-align: left;
}

.p-member .hline01__icon {
	flex-shrink: 0;
}

.p-member__wrapper .nav-list {
	margin-top: 2.4rem;
}

.p-member__contact {
	background-color: #fff;
	border-radius: .4rem;
	padding: 2.4rem 0 3.2rem;
}

.p-member__contact .head {
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 2.4rem;
	padding: 0 1.5rem 2.4rem;
	text-align: center;
}

.p-member__contact .head h3 {
	font-size: 2rem;
	font-weight: 500;
	margin-top: .5rem;
}

.p-member__contact .body {
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 0 1.5rem;
}

.p-member__contact .body .btn {
	margin-bottom: 1.6rem;
}

.p-member__contact .body .btn:last-child {
	margin-bottom: 0;
}

.p-pvie__mainvisual {
	background: url("../images/home/bg-pvie.png") no-repeat center/cover;
	color: #fff;
	margin-bottom: 3.2rem;
	padding: 4rem 0 5.8rem;
	position: relative;
	overflow: hidden;
}

.p-pvie__mainvisual__txt {
	font-size: 1.8rem;
	font-weight: 500;
	margin: 2.4rem 0 3.3rem;
}

.p-pvie__mainvisual .pvie-slider {
	margin-top: 5.6rem;
}

.p-pvie__mainvisual .pvie-slider .slick-list {
	overflow: visible;
}

.p-pvie__mainvisual .pvie-slider span {
	flex-shrink: 0;
	margin-right: 1.5rem;
}

.p-home-banner {
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

.home-slider::before,
.home-slider::after {
	content: "";
	background-color: rgba(0,0,0,.56);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
}

.home-slider::before {
	right: 100%;
}

.home-slider::after {
	left: 100%;
}

.home-slider .slick-list {
	overflow: visible;
}

.p-news__wrapper {
	display: flex;
}

.p-news__side {
	padding-top: 5.6rem;
	padding-bottom: 4rem;
	width: 23rem;
}

.p-news__side .hline01 {
	margin-bottom: 4.9rem;
}

.p-news__side ul {
	border-left: 1px solid #e2e2e2;
	border-radius: .2rem;
	position: relative;
}

.p-news__side ul li.active-bar {
	background-color: #f62614;
	display: block;
	position: absolute;
	left: -1.5px;
	width: 2px;
	transition: .3s ease;
}

.p-news__main {
	border-left: 1px solid #e2e2e2;
	width: calc(100% - 23rem);
}

.p-news .news-txt {
	-webkit-line-clamp: 2;
	max-height: 4.4rem;
}

.p-news .new-space {
	min-height: 8.5rem;
}

.p-news__pickup {
	padding-top: 5.6rem;
}

.p-news__pickup li {
	padding: 0 0 4.8rem 3.2rem;
}

.p-news__pickup__item {
	flex-flow: row;
}

.p-news__pickup__img {
	flex-shrink: 0;
	margin-right: 1.6rem;
	margin-bottom: 0;
	width: 17.2rem;
}

.p-news__list li {
	padding: 2.5rem 0 2.5rem 3.2rem;
}

.p-news .btn-more {
	height: 8.5rem;
	width: calc(100vw - 24.5rem);
}

.p-reason {
	padding: 8.8rem 0 7rem;
}

.p-reason .hline01 {
	margin-bottom: 5rem;
}

.p-reason .reason-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.6rem;
}

.p-reason .reason-list li {
	flex: 0 50%;
	max-width: 50%;
	margin-bottom: 3.2rem;
	padding: 0 1.6rem;
}

.p-reason .reason-item {
	height: 100%;
	padding-bottom: 3.2rem;
}

.p-member {
	padding: 7.2rem 0;
}

.p-member .hline01 {
	margin-bottom: 4rem;
}

.p-member__wrapper {
	border-top: 1px solid #e2e2e2;
	display: flex;
	justify-content: space-between;
}

.p-member__wrapper .nav-list {
	margin-top: 4rem;
}

.p-member__left {
	border-right: 1px solid #e2e2e2;
	padding-top: 4.8rem;
	padding-right: 3.2rem;
	width: 42.7966101695%;
}

.p-member__right {
	padding-top: 4.8rem;
	width: 48.6440677966%;
}

.p-member__contact {
	padding-top: 3.2rem;
}

.p-member__contact .head {
	margin-bottom: 3.2rem;
	padding-bottom: 3.2rem;
}

.p-member__contact .head h3 {
	font-size: 2.4rem;
}

.p-pvie__mainvisual {
	padding: 9.3rem 0 9.1rem;
}

.p-pvie__mainvisual__txt {
	font-size: 2.2rem;
	margin: 4rem 0;
}

.p-pvie__mainvisual .pvie-slider span {
	margin-right: 3.2rem;
}

.float-btn {
	display: none;
}

.p-home-banner {
	display: flex;
	justify-content: space-between;
}

.p-home-banner a:not(:last-child) {
	margin-right: 2rem;
}

}

@media (min-width: 992px) {

.p-news__side {
	width: 27rem;
}

.p-news__main {
	width: calc(100% - 27rem);
}

.p-news .news-cate {
	font-size: 1.3rem;
	height: 2.8rem;
	width: 10.6rem;
}

.p-news .news-pdf {
	margin-left: 1.6rem;
}

.p-news .news-pdf span:not(.news-pdf__size) {
	padding: .2rem 1.1rem;
}

.p-news__pickup__img {
	margin-right: 3.2rem;
}

.p-news__pickup__info .head .news-cate {
	margin-right: 1.6rem;
}

.p-news__list li {
	flex-wrap: nowrap;
}

.p-news__list li .news-date {
	font-size: 1.5rem;
	margin-right: 1.6rem;
}

.p-news__list li .news-cate {
	margin-right: 1.6rem;
}

.p-news__list li .news-pdf {
	order: 4;
}

.p-news .btn-more {
	width: calc(100vw - 27rem - (100vw - 119.5rem) / 2);
}

.p-reason .reason-list li {
	flex: 0 33.33%;
	max-width: 33.33%;
}

.p-reason .reason-item {
	font-size: inherit;
}

.p-reason .reason-item__ttl {
	font-size: 2.4rem;
	margin-bottom: 2.4rem;
}

}

@media (max-width: 991px) {

.p-news__pickup__info .head .news-ttl {
	order: 3;
	width: 100%;
}

.p-news__pickup__info .head .news-pdf {
	order: 2;
}

.p-news__list li .news-pdf__size {
	display: none;
}

.p-news__list li .news-status {
	order: -1;
	margin-right: .8rem;
}

.p-news__list li .news-txt {
	margin-top: .8rem;
	width: 100%;
}

}

@media (max-width: 767px) {

.home-slider {
	margin: 0 -1.5rem;
}

.home-thumb {
	display: none !important;
}

.p-news {
	padding-top: 3.2rem;
}

.p-news__side .hline01__icon img {
	width: 2.6rem;
}

.p-news__side ul {
	background-color: #fff;
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	margin: 0 -1.5rem 2.4rem;
	padding: 1.5rem 1.5rem;
}

.p-news__side ul li {
	margin-right: 2.4rem;
	white-space: nowrap;
}

.p-news__main {
	margin: 0 -1.5rem;
}

.p-news__pickup__info {
	order: -2;
}

.p-reason .hline01__icon img {
	width: 3rem;
}

.p-reason .reason-list li:last-child {
	margin-bottom: 0;
}

.p-member .hline01__icon img {
	width: 2.4rem;
}

.p-member__right {
	margin-top: 2.5rem;
}

.p-pvie__mainvisual__ttl img {
	width: 18rem;
}

.float-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 500;
}

.p-home-banner a:not(:last-child) {
	display: block;
	margin-bottom: 2rem;
}

}

