@charset "UTF-8";
@import url(/public/font/arita_buri/stylesheet.css);

/* 공통 */
html {
	font-family: 'arita-buri' !important;
	font-size: 10px;
}

#wrap {
	width: 100%;
	background-image: url(/public/images/intro/wrap_bg.jpg);
	background-size: 1920px auto;
	background-position: center top;
}

#container {
	width: 100%;
	max-width: 1300px;
	margin:0 auto;
}


/* 헤더 */
header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding:50px 60px;
}

header .logo {
	display: inline-block;
	padding:5px;
	color: #333333;
	font-family: 'arita-buri';
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: -0.9px;
	border-top:3px solid #851428;
}



/* 인물 슬라이드 */
.page-title {
	text-align: center;
}
.page-title span {
	display: block;
	margin-bottom: 28px;
	color: #333333;
	font-family: 'arita-buri';
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: -0.58px;
	text-align: center;
	line-height: 1.3;
}
#people-bnnr .swiper-container {
	margin-top: 130px;
	width: 60%;
}
#people-bnnr .swiper-slide {
	text-align: center;
}
#people-bnnr .swiper-slide img {
	border-radius: 20px;
	box-shadow: 5px 8px 8px rgba(0,0,0,0.3);
}
#people-bnnr .swiper-slide span {
	display: block;
	margin-top: 15px;
	color: #333333;
	font-family: 'arita-buri';
	font-size: 1.6rem;
}
#people-bnnr .swiper-button-next,
#people-bnnr .swiper-button-prev {
	width: 66px;
	height: 66px;
	margin-top: -46px;
	border:none;
	background-repeat: no-repeat;
	background-position: center;
}
#people-bnnr .swiper-button-next {
	background-image: url(/public/images/intro/intro-right-off.png);
}
#people-bnnr .swiper-button-prev {
	background-image: url(/public/images/intro/intro-left-off.png);
}
#people-bnnr .swiper-button-next:hover {
	background-image: url(/public/images/intro/intro-right-on.png);
}
#people-bnnr .swiper-button-prev:hover {
	background-image: url(/public/images/intro/intro-left-on.png);
}
#people-bnnr + p {
	margin: 50px auto;
	color: #333333;
	font-family: 'arita-buri';
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.6px;
	text-align: center;
}


/* 문구 슬라이드 */
#text-bnnr {
	padding-bottom:50px;
}
#text-bnnr .swiper-container {
	margin-top: 80px;
	width: 100%;
	border-radius:15px;
	box-shadow: 5px 8px 8px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}
#text-bnnr .swiper-slide {
	padding:30px 0;
	color: #333333;
	font-family: 'arita-buri';
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.6px;
	text-align: center;
}
#text-bnnr .swiper-button-next,
#text-bnnr .swiper-button-prev {
	width: 41px;
	height: 9px;
	margin-top: -4px;
	border:none;
	background-repeat: no-repeat;
	background-position: center;
}
#text-bnnr .swiper-button-next {
	right: 50px;
	background-image: url(/public/images/intro/intro-right.png);
}
#text-bnnr .swiper-button-prev {
	left: 50px;
	background-image: url(/public/images/intro/intro-left.png);
}
#text-bnnr .swiper-pagination {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
#text-bnnr .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin:0 5px;
}
#text-bnnr .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #f9cc27;
}


/* 댓글리스트 */
#comment {
	margin-top: 100px;
	padding:0 110px 110px;
	border:1px solid #ddd;
	box-sizing: border-box;
	background-color: #fff;
}
#comment .ribbon {
	display: block;
	margin: -30px auto 0;
}
#comment h3 {
	margin: 60px auto;
	font-family: 'arita-buri';
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.51;
	letter-spacing: -0.88px;
	text-align: center;
	color: #333333;
}
#comment h3 span {
	color:#efc117;
}

#comment .comment-write {
	width: 100%;
	padding:40px 50px;
	box-sizing: border-box;
	background-color: #f2efea;
}

#comment .comment-write input {
	padding:10px;
	font-family: 'arita-buri';
	font-weight: 400;
	font-size: 1.6rem;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
	border:1px solid #ddd;
}

#comment .comment-write .text {
	width: 100%;
	height: 60px;
	padding-left: 60px;
	font-weight: 500;
	background-image: url(/public/images/intro/flower.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	background-size: 30px;
}

#comment .comment-write .name {
	display: none;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	font-weight: 500;
}

#comment .comment-write .nonauto {
    display: none;
    margin-top: 10px;
}
#comment .comment-write .nonauto .mobTh {
    color:#666;
    font-family: 'arita-buri';
}
#comment .comment-write .nonauto input {
    height: 35px;
    font-weight: 500;
}
#comment .comment-write .nonauto #zsfImg {
    height: 35px;
}
#comment .comment-write .nonauto a {
    display: inline-block;
    width: 100px;
    color:#444;
	font-size: 1.4rem;
	font-family: 'arita-buri';
	font-weight: 500;
	line-height: 35px;
    text-align: center;
    vertical-align: middle;
	background-color: #c1b5a6;
}
#comment .comment-write button {
	display: none;
	width: 200px;
	margin:30px auto 0;
	font-size: 1.8rem;
	font-family: 'arita-buri';
	font-weight: 500;
	line-height: 60px;
	background-color: #f9c925;
}
#comment .comment-write button:active {
	transform: translate(1px, 1px);
}

#comment .important {
	padding:8px 0;
	font-size: 1.4rem;
	font-family: 'arita-buri';
	font-weight: 500;
	text-align: right;
}

#comment .comment-list {
	width: 100%;
	margin-top: 60px;
}
#comment .comment-list li {
	display: table;
	width: 100%;
	padding: 20px 30px 20px 130px;
	border-bottom:1px solid #eee;
	background-image: url(/public/images/intro/flower.png);
	background-repeat: no-repeat;
	background-position: 30px 50%;
}
#comment .comment-list li:first-of-type {
	border-top:1px solid #eee;
}
#comment .comment-list li:nth-of-type(even) {
	background-color: #fcfcfc;
}

#comment .comment-list li div {
	display: table-cell;
	padding:15px 0;
	vertical-align: middle;
}
#comment .comment-list li div.name_text {
	font-family: 'arita-buri';
}
#comment .comment-list li div.date_text {
	width: 200px;
	font-family: 'arita-buri';
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.88;
	letter-spacing: -0.4px;
	text-align: right;
	color: #a6a6a6;
}
#comment .comment-list li div.minus {
	width: 80px;
	text-align: right;
}

/* 페이지네이션 */
.pagination {
	margin-top: 40px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.pagination .btn {
	display: inline-block;
	margin: 0 2px;
	width: 3.3rem;
	height: 3.3rem;
	padding: 0 !important;
	border: 1px solid #dfdfdf;
	color: #666 !important;
	font-family: 'area';
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 3.3rem;
	vertical-align: top;
}

.pagination .btn.current {
	color: #fff !important;
	border-color: #efc117;
	background-color: #efc117;
	cursor: default;
}

.pagination .btn.prev {
	width: 3.3rem;
	border:none;
	/* vertical-align: baseline !important; */
}

.pagination .btn.prev span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url("/resource/images/selec-down.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	vertical-align: sub;
}

.pagination .btn.next {
	width: 3.3rem;
	border:none;
	/* vertical-align: baseline !important; */
}

.pagination .btn.next span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url("/resource/images/selec-down.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	vertical-align: sub;
}


#more-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 80px;
}
#more-list a {
	position: relative;
	width: calc(25% - 9px);
	margin-left: 12px;
	color:#fff;
	font-family: 'arita-buri';
	font-size: 3.5rem;
	box-sizing: border-box;
	background-position: 85% 35px;
	background-repeat: no-repeat;
}

#more-list a:after {
	display: block;
	padding-top: 100%;
	content:'';
}

#more-list a:first-of-type {
	margin-left: 0;
	background-color: #f9c823;
	background-image: url(/public/images/intro/icon-01.png);
}
#more-list a:nth-of-type(2) {
	background-color: #95856a;
	background-image: url(/public/images/intro/icon-02.png);
}
#more-list a:nth-of-type(3) {
	color:#333;
	border:1px solid #ddd;
	background-color: #fff;
	background-image: url(/public/images/intro/icon-03.png);
}
#more-list a:last-of-type {
	background-color: #666666;
	background-image: url(/public/images/intro/icon-04.png);
}

#more-list a span {
	position: absolute;
	bottom: 45px;
	left: 35px;
}

/* 풋터 */
footer {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	margin:100px auto 0;
	padding:50px 0;
	border-top:1px solid rgba(255,255,255,0.2);
}
footer p {
	color:#fff;
	font-family: 'arita-buri';
}
footer ul {
	display: flex;
}
footer ul li {
	margin-left: 15px;
}
/*
breakpoints: {
	320: {
		slidesPerView: 1,
			spaceBetween: 20,
	}

	,
	768: {
		slidesPerView: 1.5,
			spaceBetween: 40,
	}

	,
	1024: {
		slidesPerView: 3,
			spaceBetween: 50,
	}

	,
}
*/

@media screen and (max-width:1330px){

}
@media screen and (max-width:1220px) {
	#more-list a span {
		font-size: 2.4rem;
	}
}
@media screen and (max-width:1024px) {
	header {
		padding: 30px 30px 100px;
	}
	#comment {
		padding: 0 25px 50px;
		margin: 100px 25px;
	}
	#comment .important {
		text-align: center;
	}
	#more-list {
		padding: 0px 25px;
		box-sizing: border-box;
	}
	#more-list a {
		width: calc(50% - 10px);
		margin-left: 20px;
		margin-bottom: 20px;
	}
	#more-list a:nth-of-type(2n+1) {
		margin-left: 0;
	}

	#text-bnnr .swiper-button-next {
		right: 20px;
	}

	#text-bnnr .swiper-button-prev {
		left: 20px;
	}
	footer {
		display: block;
		padding:100px 50px;
		border-top:none;
		background-color: #4f4a46;
	}
	footer .logo {
		width: 100%;
		margin-bottom: 30px;
	}
	footer p {
		display: inline-block;
	}
	footer p span {
		overflow: hidden;
		display: block;
		height: 0;
	}
	footer ul {
		display: inline-flex;
		float: right;
		margin-left: auto;
	}
}

@media screen and (max-width:768px) {
    #comment .comment-write .nonauto input {
        width:calc(100% - 180px) !important;
    }
}

@media screen and (max-width:600px) {
	#text-bnnr {
		margin:0 25px;
	}
	#text-bnnr .swiper-button-next,
	#text-bnnr .swiper-button-prev {
		display: none;
	}
	#comment .comment-list li {
		display: block;
		padding: 20px 30px 20px 100px;
		text-align: right;
		background-position: 15px 50%;
		background-size: 60px;
	}
	#comment .comment-list li div {
		display: inline-block;
		padding:0;
	}
	#comment .comment-list li div.name_text {
		width: 100%;
		padding-bottom: 15px;
		font-size: 2rem;
		text-align: left;
	}

	footer {
		padding: 50px;
	}
}