@charset "utf-8";
.wrap {
	max-width: 1200px;
}

#lnb>nav>ul>li>a {
	font-weight: 400;
}

#lnb>nav>ul>li.select>a {
	font-weight: 700;
}

#con-tit {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1.44px;
}

#con-tit .bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 268px;
	overflow: hidden;
	z-index: -1;
}

#con-tit .bg video {
	width: 100%;
	min-height: 100%;
}

#location {
	display: flex;
	height: 60px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--light-gray);
}

#location ol {
	display: flex;
}

#location ol>li {
	position: relative;
	padding-left: 32px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.56px;
}

#location ol>li::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 0;
	width: 16px;
	height: 16px;
	background: url(../img/sub/location.svg) no-repeat -20px 0;
}

#location ol>li:nth-child(1) {	
	padding-left: 47px;
}

#location ol>li:nth-child(1):after {
	left: 24px;
}

#location ol>li:nth-child(1)::before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 20px;
	height: 20px;
	background: url(../img/sub/location.svg) no-repeat 0 0;
}

#location ol>li:nth-last-child(1) {
	color: var(--dark-green);
	font-weight: 700;
}

#location>ul>li {
	position: relative;
	display: inline-block;
	margin-left: 4px;
}

#location>ul>li>a {
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #E6E6E6;
}

#location>ul>li>a::after {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	width: 36px;
	height: 36px;
	background: #fff url(../img/sub/share.svg) no-repeat;
}

#location>ul>li.share>a::after {
	background-position: 0 0;
}

#location>ul>li.print>a::after {
	background-position: -36px 0;
}

#location>ul>li.share ul {
 display: none;
 position: absolute;
 right: 0;
 padding: 4px;
 background: #fff;
 border-radius: 100px;
 z-index: 2;
}

#location>ul>li.share ul>li {
	position: relative;
	margin-top: 4px;
}

h4 {
	margin-top: 60px;
	padding-left: 25.5px;
	color: var(--dark-green);
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.096rem;
	background: url(../img/sub/bl01.svg) no-repeat left 3px;
}

.bl02,
.bl02>li {
	position: relative;
	padding-left: 18px;
	margin-top: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	background: url(../img/sub/bl02.svg) no-repeat left 7px;
}

.bl03,
.bl03>li {
	position: relative;
	padding-left: 11px;
	margin-top: 3px;
	color: var(--gray);
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.6px;
}

.bl02 .bl03 {
	margin-top: 12px;
	padding-bottom: 10px;
}

.bl03::before,
.bl03>li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--dark-green);
} 

ul.bl02,
p.para01.bl02,
ul.bl03 {
	padding-left: 0;
	background: none;
}

ul.bl03::before {
	display: none;
}

.nobl::before {
	display: none !important;
}

.para01 {
	margin-top: 28px;
	margin-left: 20px;
}

.tbox {
	padding: 32px;
	border-radius: 4px;
	border: 4px solid var(--light-green);
}

.tbox .wrap {
	display: flex;
	align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	gap:10px;
}

h4+.tbox {
	margin-top: 28px;
}

table.data {
	width: 100%;
	margin-top: 20px;
	border-top: 2px solid var(--unnamed, #26653A);
	font-size: 15px;
}

.bl02 li table.data {
	margin-top: 10px;
	margin-bottom:24px;
}

table.data thead {
	 background:#FBFFE9;
}

table.data th,
table.data td {
	padding: 16px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.64px;
	word-break: break-all;
}

table.data .bg {
	background: var(--light-gray);
}

table.data .photo img {
	max-width:240px;
}

.photoBox {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--green);
}

.photoBox>div {	
	padding-bottom: 40px;
}

.photoBox>div h4:first-child {
	margin-top: 0;
}

.photoBox .photoBox-list {
	display: flex;
	gap: 12px;
	margin-top: 40px;
}

.photoBox .photoBox-list li {
	position: relative;
	width: 188px;
	height: 140px;
}

.photoBox .photoBox-list li img {
	height: 100%;
}

.photoBox .photo {
	position: relative;
	max-width: 580px;
	line-height: 0;
}

.photoBox .photoBox-list li.on a::before,
.photoBox .photo::before,
.photoList .photo::before,
.photoList ul.photo>li::before  {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border: 10px solid rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	z-index: 1;
}

.photoBox .photo::after {
	content: '';
	position: absolute;
	left: -163px;
	bottom: 0;
	width: 225px;
	height: 278px;
	background: url(../img/sub/photoBox-bg.png) no-repeat left bottom;
	z-index: -1;
}

.photoBox .photo img {
	width: 100%;
	height: 100%;
}

.photoList {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.photoList>div {
	width: calc(50% - 20px);
}

.photoList .photo,
.photoList ul.photo>li {
	position: relative;
	margin-top: 20px;
	width: 100%;
	max-height: 380px;
	line-height: 0;
	overflow: hidden;
}

.photoList .photo img {
	width: 100%;
	max-width: none;
}

.photoList ul.photo {
	display: flex;
	gap: 40px;
	margin-top: 20px;	
}

.photoList ul.photo>li {
	margin-top: 0;
}

.photoList ul.photo::before {
	display: none;
}

#detail_con {
	margin-top: 80px;
	margin-bottom: 100px;
}

#tab {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 80px;
}

#tab li {
	flex: 1 1 calc(33.3% - 20px / 3);
	text-align: center;
}

#tab li a {
	display: block;
	padding: 47px 10px;
	color: var(--gray);
	font-size: 22px;
	letter-spacing: 0.88px;
	border-radius: 12px;
	background: var(--light-gray);
}

#tab li.select a {
	color: #edff93;
	font-weight: 700;
	background: var(--green);
}

#tab li span {
	position: relative;
	display: inline-block;
	padding-left: 62px;
}

#tab.program li a span::before, #tab.tour li a span::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 25px);
	width: 44px;
	height: 50px;
}

#tab.program li a span::before {
	background: url(../img/sub/tab-program.svg) no-repeat;
}

#tab.tour li a span::before {
	background: url(../img/sub/tab-tour.svg) no-repeat;
}

#tab.program li:nth-child(1) span::before, #tab.tour li:nth-child(1) span::before {
	background-position: 0 -50px;
}

#tab.program li.select:nth-child(1) span::before, #tab.tour li.select:nth-child(1) span::before {
	background-position: 0 0;
}

#tab.program li:nth-child(2) span::before, #tab.tour li:nth-child(2) span::before {
	background-position: -44px -50px;
}

#tab.program li.select:nth-child(2) span::before, #tab.tour li.select:nth-child(2) span::before {
	background-position: -44px 0;
}

#tab.program li:nth-child(3) span::before, #tab.tour li:nth-child(3) span::before {
	background-position: -88px -50px;
}

#tab.program li.select:nth-child(3) span::before, #tab.tour li.select:nth-child(3) span::before {
	background-position: -88px 0;
}

.conbtnBox {
	text-align: center;
	margin-top: 40px;
}

a.conbtn {
	display: inline-block;
	padding: 20px 60px 20px 60px;
	color: var(--green);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.68px;
	border-radius: 8px;
	border: 3px solid var(--green);
}

a.conbtn.reserve {
	padding-right: 88px;
	background: url(../img/sub/conbtn.svg) no-repeat right 60px center;
}

a.consbtn {
	display: inline-block;
	padding: 12px;
	min-width: 140px;
	color: var(--green);
	font-size: 15px;
	letter-spacing: 0.68px;
	border-radius: 8px;
	border: 2px solid var(--green);
	text-align: center;
	background-color: #fff;
}

.board_list ul.lecList {
	display:flex;
	flex-wrap:wrap;
	overflow:visible;
	gap:0.8%;
}
.board_list ul.lecList>li {
	float:none;
	flex:1 1 49%;
	width:auto;
}

.board_list ul.lecList>li ul>li {
    width: 100%;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px dashed #c7cf9d;
}
.board_list ul.lecList>li ul>li.point {
	color:#a82a2a;
}

.board_list ul.lecList>li:nth-child(1):after, .board_list ul.lecList>li:nth-child(2):after {
    display: none;
}

.board_list ul.lecList>li>div {
	padding: 40px;
    border-radius: 8px;
	border: 1px solid #e6f0b3;
	background-color: #fdfff2;
}

.board_list ul.lecList>li p.tit {
    padding-right: 0;
}

.board_list ul.lecList>li p.tit a {
    font-weight: bold;
	color: var(--green);
}

.board_list ul.lecList>li ul+div.right {
	margin-top:10px;
}

/*pc*/
@media screen and (min-width:1025px) {
	#tmenu {
		padding-top: 10px;
		padding-bottom: 10px;
		background: linear-gradient(350deg, #006B21 0%, #77AA35 100%);
	}
	
	#tmenu .sub-menu {	
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#tmenu .sub-menu>li>a {
		display: block;
		text-align: center;
		padding: 16px 20px;
		min-width: 175px;
		color: #FFF;
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 0.8px;
		border-radius: 8px;
	}
	
	#tmenu .sub-menu>li.select>a {
		color: var(--dark-green);
		background: #FFF;
		box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.10);
	}
}

/* min-pc */
@media screen and (max-width:1350px) {
}

/* mb */
@media screen and (max-width:1024px) {
	#con-tit {
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 24px;
	}

	#con-tit .bg {
		height: 145px;
	}

	#tmenu {
		display: none;
	}

	#location {
		padding-top: 12px;
		padding-bottom: 12px;
		flex-direction: column;
		gap: 8px;
		height: auto;
		border-bottom: 0;
	}

	#location ol>li {
		padding-left: 48px;
		font-size: 12px;
	}

	#location ol>li:nth-last-child(1) {
		font-weight: normal;
	}

	#location ol>li::after {
		top: -2px;
	}
	
	#location ol>li:nth-child(1)::before {
		top: -2px;
		width: 16px;
		height: 16px;
		background-size: auto 16px;
	}
	
	#location>ul>li>a {
		width: 32px;
		height: 32px;
	}

	#location>ul>li>a::after {
		width: 32px;
		height: 32px;
		background-size: auto 32px;
	}
	
	#location>ul>li.print>a::after {
		background-position: -32px 0;
	}

	#detail_con {
		margin-top: 0;
		margin-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.tableBox {
		position: relative;
		width: 100%;
		overflow-x: scroll;
	}

	.tableBox table.data {
		width: 800px;
	}

	.dataScroll {
		position: absolute;
		left: calc(50% - 60px);
		top: 50px;
		display: block;
		text-align: center;
		width: 120px;
		height: 120px;
		padding-top: 80px;
		font-size: 14px;
		color: #fff;
		border-radius: 50%;
		background: rgba(0, 0, 0, .7) url(../img/sub/ic_scroll.png) no-repeat center 23px;
		z-index: 9;
	}

	table.data {
		margin-top: 10px;
		font-size: 12px;
	}

	table.data th, table.data td {
		padding:6px;
	}

	.photoBox {
		flex-direction: column;
		margin-bottom: 40px;
		border-bottom: none;
	}

	.photoBox>div {
		padding-bottom: 20px;
	}
	
	.photoBox .photo {
		margin-left: 20px;
		max-width: 100%;
	}

	.photoBox .photo::after {
		display: none;
	}
	
	.photoList {
		margin-top: 40px;
	}

	.photoList h4 {
		margin-top: 0;
	}

	.photoList ul.photo {
		flex-wrap: wrap;
	}

	.photoList .photo, 
	.photoList ul.photo>li {
		max-height: none;
	}

	.photoList>div,
	.photoList ul.photo>li {
		width: 100%;
	}

	#tab {
		align-items: stretch;
		margin-bottom: 40px;
	}
	
	#tab li a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px;
		height: 100%;
		font-size: 13px;
	}

	#tab.program li a span::before, 
	#tab.tour li a span::before {
		left: calc(50% - 22px);
		top: 0;
	}

	#tab li span {
		padding-left: 0;
		padding-top: 62px;
	}

	h4 {
		margin-top: 28px;
		font-size:18px;
	}

	.para01 {
		margin-top: 14px;
	}		

	.bl02,
	.bl02>li {
		margin-top: 8px;
	}

	.board_list ul.lecList>li>div {
		padding: 20px;
	}
}

/* mb */
@media screen and (max-width:800px) {
	.board_list ul.lecList>li {
		width:100%;
	}
	.board_list ul.lecList>li p.tit {
		padding-right:60px;
	}
}

/* mb */
@media screen and (max-width:480px) {
	.tableBox table.data {
		width: 640px;
	}
}