@charset "utf-8";

/* main */
main {
	margin-top: 55px;
}

#slide_section {
	width: 100%;
	background: url(../images/slider_section.png) center/cover;
}

.slideWrap {
	padding: 50px 5.55%;
	word-break: keep-all;
}

.slide_txtWrap {
	flex-direction:column;
	align-items: start;
}

.slide_txtWrap>div br {
	display: none;
}

.slide_txtWrap>div>p {
	height: 140px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.slide_txtWrap>div {
	display: none;
}

.slide_txtWrap>div:first-child {
	display: block;
}

.slide_txtWrap > a {
	display: inline-block;
	padding: 0 24px;
	background-color: #2b2b2b;
	border-radius: 48px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 20px 0 20px;
}

.slide_txtWrap>a>span {
	display: inline-block;
	width: 40px;
	height: 12px;
	background: url(../images/info_more.png) center/cover;
}

.slide_txt{
	flex:1;
}

.slide_txt>h2 {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 1.5;
}

.slide_txt>p {
	font-size: 16px;
	line-height: 1.5;
}

.slideboxWrap {
	width: 100%;
	position: relative;
	border-radius: 20px;
	border: 1px solid #ccc;
	overflow: hidden;
	aspect-ratio:1.42/1;
}

.slideboxcon {
	width: 100%;
	display: flex;
}

.slidebox {
	width: 100%;
	flex-shrink: 0;
}

.slidebox  img {
	width: 100%;
	height: auto;
	display: block;
}

.slidebtn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px 10px;
	background-color: #414141c9;
	font-size: 14px;
	border-radius: 5px 0;
	z-index: 2;
}

.slidebtn>span {
	display: inline-block;
	color: #fff;
	width: 50px;
	vertical-align: middle;
}

.slidebtn>.back {
	width: 28px;
	height: 28px;
	background: url(../images/back_btn.png) center/cover;
	margin-left: 12px;
}

.slidebtn>.stop {
	width: 28px;
	height: 28px;
	background: url(../images/stop_btn.png) center/cover;
}

.slidebtn>.next {
	width: 28px;
	height: 28px;
	background: url(../images/next_btn.png) center/cover;
}

/* tab */
#tab_section {
	width: 100%;
}

.tab_wrap {
	padding: 50px 5.55% 66px;
	position: relative;
}

.tab_btn {
	width: 100%;
}

.tab_btn>ul {
	display: flex;
	gap: 24px;
}

.tab_btn>ul>li>a {
	font-size: 20px;
	font-weight: 600;
	color: #828282;
}

.tab_btn>ul>li.active>a {
	color: #1DA196;
	border-bottom: 2px solid #1DA196;
}

.more_btn {
	position: absolute;
	bottom: 0;
	width: 88.88%;
	height: 46px;
	border-radius: 8px;
	border: 1px solid #ccc;
	font-size: 16px;
}

.tab_content {
	border: 1px solid #ccc;
	border-radius: 20px;
	margin-top: 30px;
}

.tab_cont {
	padding: 30px 6.25%;
}

.tab_cont>ul {
	width: 100%;
}

.tab_cont>ul>li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.tab_cont>ul>li:last-child {
	border-bottom: none;
}

.tab_cont>ul>li>a {
	display: flex;
	gap: 5px;
	width: 100%;
	font-size: 14px;
}

.tab_cont>ul>li>a>span {
	color: #1DA196;
	font-size: 14px;
}

.tab_cont>ul>li>a>span::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background: url(../images/list.png) center/cover;
	margin-right: 5px;
}

.tab_cont>ul>li>a>i {
	font-style: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 44%;
	max-width: 50%;
}

time {
	font-size: 12px;
	margin-left: auto;
}

/* info */
#info_section {
	width: 100%;
	padding: 50px 5.55%;
	background: url(../images/main_section.png) no-repeat bottom/cover;
}

#info_section h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

.infoWrap {
	width: 100%;
}

.info {
	width: 100%;
}

.info_box {
	border: 1px solid #ccc;
	padding: 30px 5.38%;
	border-radius: 20px;
	background-color: #fff;
}

.info_box_txt {
	
}

.info_box_txt>h3 {
	font-size: 18px;
	color: #4b4b4b;
}

.info_box_txt>p {
	font-size: 14px;
	margin-bottom: 12px;
	color: #4b4b4b;
}

.info_box_btn {
	display: flex;
	flex-wrap: wrap;
	gap: 10px
}

.info_box_btn>a {
	display: flex;
	border: 1px solid #ccc;
	align-items: center;
	border-radius: 10px;
	width: 100%;
	padding: 22px 5.63%;
}

.info_box_btn>a>span {
	display: inline-block;
	width: 30px;
	height: 27px;
	background: url(../images/info01.png) center/cover;
	margin-left: auto;
}

.info_box_btn>a:nth-child(2)>span {
	background: url(../images/info02.png) no-repeat center/contain;
}

.info_box_btn>a:nth-child(3)>span {
	background: url(../images/info03.png) no-repeat center/contain;
}

.askWrap {
	width: 100%;
	padding: 50px 0;
}

.ask_box {
	border: 1px solid #ccc;
	padding: 30px 5.38%;
	border-radius: 20px;
	background-color: #fff;
}

.ask_icon {
	width: 60px;
	height: 60px;
	background: url(../images/ask_icon.png) center/cover;
	margin: 0 auto;
}

.ask_box>p {
	margin-top: 24px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.ask_box>a {
	display: block;
	width: 100%;
	padding: 16px 0;
	background-color: #3F3F3F;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	margin-top: 29px;
	font-size: 16px;
}

.familyWrap {
	width: 100%;
}

.family_box {
	border: 1px solid #ccc;
	padding: 30px 5.38%;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 18px;
	background-color: #fff;
}

.family_box_btn {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.family_box_btn br {
	display: none;
}

.family_box_btn>p::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/family01.png) center/cover;
	vertical-align: -6px;
	margin-right: 8px;
}

.family_box_btn:nth-child(2)>p::before {
	background: url(../images/family02.png) center/cover;
}

.family_box_btn:nth-child(3)>p::before {
	background: url(../images/family03.png) center/cover;
}

.family_box_btn:nth-child(4)>p::before {
	background: url(../images/family04.png) center/cover;
}

.family_box_btn:nth-child(5)>p::before {
	background: url(../images/family05.png) center/cover;
}

.family_box_btn:nth-child(6)>p::before {
	background: url(../images/family06.png) center/cover;
}

/* footer */
footer {
	background-color: #1d1d1d;
	width: 100%;
}

.footerWrap {
	padding: 54px 5.55%;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.footerLeft {
	margin-bottom: 30px;
}

.footerLeft>p {
	margin-top: 20px;
	color: #fff;
}

.footerLeft>.footerBtn {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 10px;
}

.footerBtn>a {
	color: #fff;
}

address {
	font-style: normal;
	color: #fff;
}

.footerBtn>a:first-child {
	color: #E6003E;
}

.footerright {
	width: 80%;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
}

.family_site {
	width: 100%;
	padding: 10px;
	cursor: pointer;
}

.family_site>span {
	display: flex;
	align-items: center;
	color: #fff;
}

.family_site>span.rotate::after {
	transform: rotate(180deg);
}

.family_site>span::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 5px;
	background: url(../images/footer_arrow.png) center/cover;
	margin-left: auto;
}

.footerright>ul {
	width: 100%;
	text-align: left;
	position: absolute;
	bottom: 34px;
	left: 0;
	background-color: #283341;
	display: none;
	border-radius: 10px;
}

.footerright>ul.on {
	display: block;
}

.footerright>ul>li>a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	background-color: #283341;
	border-radius: 10px;
}

@media screen and (max-width:1399px) {
	.login_section {
		width: 100%;
	}
}

/* pc start */
@media screen and (min-width:1400px) {
	/* z-index header:1000, main::before:990 */
	
	/* main */
	main{
	margin-top: 108px;
	}
	
	#slide_section {
		background: url(../images/slider_section_pc.png) center/cover;
	}
	.slideWrap {
		padding: 60px 0;
		width: 1400px;
		margin: 0 auto;
		display: flex;
		gap: 30px;
	}
	.slide_txtWrap {
		width: 50%;
		padding-top: 45px;
	}
	.slide_txtWrap>div br {
		display: block;
	}
	.slide_txtWrap>div>p {
		width: 637px;
		height: 150px;
		-webkit-line-clamp: 5;
	}
	.slide_txtWrap>a {
		padding: 0 30px;
		border-radius: 74px;
		line-height: 74px;
		font-size: 18px;
		margin: 30px 0 0;
		transition: all ease 0.5s;
	}
	.slide_txtWrap>a:hover {
		background-color: #1DA196;
	}
	.slide_txtWrap>a>span {
		width: 55px;
		height: 14px;
		margin-left: 4px;
		transition: all ease 0.5s;
	}
	.slide_txtWrap>a:hover>span {
		margin-left: 24px;
	}
	.slide_txt {
		width: 100%;
	}
	.slide_txt>h2 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	.slide_txt>p {
		font-size: 20px;
	}
	.slideboxWrap {
		width: 50%;
		height: 481px;
	}
	.slideboxcon {
		height: 481px;
	}
	.slidebox {
		height: 481px;
		flex-shrink: 0;
	}
	.slidebox img {
		height: 481px;
		object-fit: cover;
	}
	.slidebtn {
		padding: 10px 20px;
	}
	.slidebtn>span {
		font-size: 20px;
		width: 66px;
	}

	/* tab */
	.tab_wrap {
		padding: 90px 0 0;
		width: 1400px;
		margin: 0 auto;
	}
	.tab_btn>ul>li>a {
		font-size: 26px;
	}
	.more_btn {
		text-indent: -999em;
		white-space: nowrap;
		overflow: hidden;
		top: 85px;
		right: 0;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: url(../images/plus_btn.png) no-repeat center/20px;
	}
	.tab_cont {
		padding: 24px;
	}
	.tab_cont>ul>li {
		padding: 24px 20px;
		cursor: pointer;
	}
	.tab_cont>ul>li>a {
		gap: 10px;
		font-size: 20px;
	}
	.tab_cont>ul>li>a>i {
		width: 1000px;
		max-width: 1000px;
	}
	.tab_cont>ul>li>a:hover>span, .tab_cont>ul>li>a:hover>i {
		font-weight: 600;
	}
	.tab_cont>ul>li>a>span {
		font-size: 20px;
	}
	.tab_cont>ul>li>a>span::before {
		margin-right: 10px;
	}
	time {
		font-size: 18px;
	}

	/* info */
	#info_section {
		padding: 90px 0;
		background: url(../images/main_section_pc.png) no-repeat bottom/cover;
	}
	#info_section h2 {
		font-size: 26px;
	}
	.infoWrap {
		width: 1400px;
		margin: 0 auto;
		display: flex;
		gap: 30px;
	}
	.info {
		width: 33.3333%;
	}
	.info_box {
		padding: 30px 27px;
	}
	.info_box_txt>h3::after {
		vertical-align: -5px;
		width: 125px;
		height: 29px;
	}
	.info_box_txt>p {
		font-size: 18px;
		margin-bottom: 14px;
	}
	.info_box_txt>h3 {
		font-size: 22px;
	}
	.info_box_btn>a {
		display: flex;
		padding: 19px 16px;
		border-radius: 10px;
		font-size: 18px;
		transition: all ease 0.5s;
	}
	.info_box_btn>a:hover {
		border: 1px solid #1DA196;
		background-color: #EFFAF9;
	}
	.info_box_btn>a>span {
		width: 40px;
		height: 36px;
		background: url(../images/info01.png) center/contain;
	}
	.askWrap {
		padding: 0;
	}
	.ask_box {
		padding: 30px 27px;
	}
	.ask_icon {
		width: 70px;
		height: 70px;
	}
	.ask_box>p {
		margin-top: 28px;
		font-size: 20px;
	}
	.ask_box>a {
		padding: 24px 38px;
		margin-top: 48px;
		font-size: 18px;
		transition: all ease 0.2s;
	}
	.ask_box>a:hover {
		background-color: #1DA196;
	}
	.family_box {
		padding: 33px 27px;
		justify-content: space-between;
	}
	.family_box_btn {
		width: 48%;
		padding: 15px 20px;
		transition: all ease 0.5s;
	}
	.family_box_btn br {
		display: block;
	}
	.family_box_btn>p {
		font-size: 20px;
		line-height: 1.5;
		display: flex;
		align-items: center;
	}
	.family_box_btn:nth-child(4)>p {
		margin-top: 14px;
	}
	.family_box_btn>p::before {
		display: block;
		flex-shrink: 0;
	}
	.family_box_btn:hover {
		border: 1px solid #1DA196;
		background-color: #EFFAF9;
	}

	/* footer */
	.footerWrap {
		width: 1400px;
		margin: 0 auto;
		padding: 54px 0;
		display: flex;
		justify-content: space-between;
		text-align: left;
		font-size: 18px;
	}
	.footerLeft {
		margin-bottom: 0;
		width: 50%;
	}
	.footerLeft>p {
		margin-top: 12px;
	}
	.footerLeft>p:last-child {
		margin-top: 36px;
	}
	.footerLeft>.footerBtn {
		justify-content: left;
		margin-bottom: 36px;
	}
	.footerright {
		width: 250px;
		margin: 0;
	}
	.footerright>ul {
		bottom: 175px;
	}
	.footerright>ul>li>a {
		transition: all ease 0.2s;
	}
	.footerright>ul>li>a:hover {
		background-color: #1DA196;
	}
}
/* pc end */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #2B2B2B;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*:focus-visible {
	outline: 2px solid #007bff;
	/* outline-offset: 3px; */
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

button {
	cursor: pointer;
}

/*global_class*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.screen_out {
	position: absolute;
	top: -9999em;
}

.ir_pm {
	text-indent: -999em;
	white-space: nowrap;
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 99
}

button {
	outline: none;
	border: none;
}