@charset "utf-8";
.hidelist{display:none;}
.hidelist.active{display:block;}
/* 좌측메뉴 */
.nav-right {
	position: fixed;
	top: 45%;
	left: 90px;
	z-index: 8;
}

.nav-right ul {
	position: relative;
}

.nav-right ul:before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: -0.5px;
	width: 1px;
	height: 105px;
	background: #ddd;
}

.nav-right ul li {
	margin: 15px 0;
}

.nav-right ul li a {
	display: inline-block;
	position: relative;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #aaa;
}

.nav-right ul li a span {
	position: absolute;
	opacity: 0;
	border-radius: 50%;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.nav-right ul li.current {}

.nav-right ul li.current a {
	background-color: #222;
}

.nav-right ul li.current a span {
	opacity: 1;
	width: 35px;
	height: 35px;
	border: solid 1px #222;
}
.nav-right ul li:nth-child(1).current a,
.nav-right ul li:nth-child(2).current a
 {
	background-color: #fff;
}
.nav-right ul li:nth-child(1) a span,
.nav-right ul li:nth-child(2) a span
 {
	border-color: #fff;
}


/***** main *****/
section {}

section:not(.visual)>div {
	max-width: 1280px;
	margin: 0 auto;
	width:100%;padding: 0;
}

.dm-font {
	font-family: 'DM Serif Display Regular';
	font-weight:100;
}

.medium-title {
	font-size: 44px;
	font-weight: 100;
	line-height: 0.64;
	letter-spacing: normal;
	color: #2d2c2b;
}

.subtitle {
	font-size: 70px;
	font-weight: 100;
	letter-spacing: normal;
	color: #2d2c2b;
}

.more {
	font-family: 'DM Serif Display Regular';
	font-size: 17px;
	display: inline-block;
	text-align: center;
}

.more.arrow:after {
	content: "";
	display: inline-block;
	margin-bottom: 1px;
	margin-left: 20px;
	width: 48px;
	height: 9px;
	background: url(/img/main/arrow.png) center center;
	background-size: cover;
}
.more.arrow-top:after {
    height: 13px;    margin-left: 80px;
    width: 9px;
	background: url(/img/sub/arrow-top.png) center center no-repeat;
}

.more.arrow-white:after {
	content: "";
	display: inline-block;
	margin-bottom: 1px;
	margin-left: 20px;
	width: 48px;
	height: 9px;
	background: url(/img/main/arrow-white.png) center center;
	background-size: cover;
}
.new_board_2021 .board_view_n .board_view_body .event-btn{
	background-color: #a6765f;
font-size: 20px;
font-weight: bold;    font-family: 'Pretendard';line-height: 62px;
letter-spacing: -0.5px;
text-align: center;
color: #fff;
margin: 40px auto 35px;
display: block;
}
.more.small {}

.border {
	width: 280px;
	height: 65px;
	line-height: 63px;
}

.border.brown {
	border: solid 1px #a6765f;
}

.border.light-brown {
	border: solid 1px #ecdbc4;
}

.more-view {}

.text-brown{
	 color: #bf896f;
}
.red{
	color:#f35252;
}

.read-more {}

.brown {
	color: #a6765f;
}

.text-point-brown {
	color: #a6765f;
}

.light-brown {
	color: #ecdbc4;
}

/* visual */
.section_visual {
	max-width: 1920px;
	width: 100%;
	height: 960px;
	margin: 0 auto;
	background: url(/img/main/visual-bg.png) center bottom no-repeat;
	text-align: center;
}

.section_visual .text {
	padding-top: 294px;
}

.section_visual .text>div>img {
	margin-left: -182px;filter: drop-shadow(0px 0px 7px rgba(0,0,0,.5));

}

.section_visual .text p {
	font-size: 39.5px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.58;
	letter-spacing: -0.99px;
	margin-top: 65px;
	text-align: center;
	color: #fff;text-shadow: 0 0 7px rgb(0 0 0 / 50%);

}

.section_visual .text p span {}

.section_visual .text ul {
	text-align: center;
	margin-top: 95px;
}

.section_visual .text ul li {
	display: inline-block;
	padding-right: 95px;
}

.section_visual .text ul li:last-child {
	padding-right: 0;
}

.section_visual .text ul li div {
	display: inline-block;
	margin-right: 25px;
	text-align: center;
	width: 77px;
	height: 77px;
	border-radius: 50%;
	line-height: 77px;
	background-color: rgba(000, 000, 000, .3);
}

.section_visual .text ul li div img {
	vertical-align: middle;
}

.section_visual .text ul li p {
	font-size: 23.5px;
	display: inline-block;
	font-weight: 500;
	line-height: 1.23;
	letter-spacing: -0.59px;
	text-align: left;
	color: #fff;
}

.section_visual .animation {
	font-weight: normal;
	font-stretch: normal;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	font-size: 12px;
	writing-mode: vertical-rl;
	display: inline-block;
	margin-top: 42px;
	position: relative;
}

.section_visual .animation:after {
	content: "";
	display: block;
	width: 1px;
	height: 0;
	left: 50%;
	top: 102%;
	background: #fff;
	position: absolute;
	animation-duration: 2s;
	animation-name: scrollanimation;
	animation-iteration-count: infinite;
}

@keyframes scrollanimation {
	from {
		height: 0;
	}

	to {
		height: 60px;
	}
}

/* info */
.img-box.link {}

.img-box.link li {}

.img-box.link li div {}

.img-box.link li div p {}

.img-box.link li div p span {}

section.info {}

section.info>div {
	max-width: 1920px;
}

section.info>div>div {
	width: 50%;
}

section.info div.left {
	float: left;
}

section.info div.right {
	float: right;
}

ul.link-box {}

ul.link-box>li {
	width: 50%;
	height: 320px;
	float: left;
	position: relative;
	background: url(/img/main/info-bg01.png) center center no-repeat;
	background-size: cover;
}

ul.link-box li.box1 {}

ul.link-box li.box2 {
	background-image: url(/img/main/info-bg02.png);
}

ul.link-box li.box3 {
	background-image: url(/img/main/info-bg03.png);
}

ul.link-box li.more-box4 {
	background-image: url(/img/main/info-bg04.png);
}

ul.link-box li.box5 {
	background-image: url(/img/main/info-bg05.png);
}

ul.link-box li.box6 {
	background-image: url(/img/main/info-bg06.png);
}

ul.link-box li[class^=box] div {
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.2) 60%);
}

ul.link-box li[class^=box] div p {
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-size: 30px;
	font-weight: bold;
	line-height: 0.7;
	letter-spacing: -0.75px;
	color: #fff;
}

ul.link-box li[class^=box] div p span {
	/* 2026-08-16: 이 칸은 원래 영문(Information·Course·Result…) 자리라 영문 전용 글꼴만 지정돼 있었다.
	   한글(「추후공지」 등)을 넣으면 그 글꼴에 한글이 없어 깨져 보였다.
	   → 뒤에 사이트 기본 글꼴을 덧대 «영문은 DM Serif, 한글은 Pretendard» 로 자동으로 갈리게 한다.
	   (영문 칸은 지금과 똑같이 보인다) 이전 값: font-family: 'DM Serif Display Regular'; */
	font-family: 'DM Serif Display Regular', Pretendard, sans-serif;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.31;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}

ul.link-box li.box7 {
	background-image: url(/img/main/info-bg07.png);
}

ul.link-box li.more-box8 {
	background: url(/img/main/info-bg08.png) left center no-repeat #1d363a;
	background-size: contain;
}

ul li.more-box {
	position: relative;
}

ul li.more-box div {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

ul li.more-box div p {
	font-size: 22px;
	font-weight: normal;
	line-height: 0.95;
	letter-spacing: -0.55px;
	text-align: center;
	color: #fff;
	margin-bottom: 33px;
}

ul li.more-box div a {}

/* infobox */
ul.link-box li.info {
	padding: 70px 0 0 130px;
	position: relative;
	background-image: none;
	height: 640px;
	width: 100%;
}

section.info li.info h1 {}

section.info li.info a.read-more {
	position: absolute;
	left: 512px;
	top: 95px;
}

section.info li.info ol {
	margin-top: 60px;
}

section.info li.info li {
	position: relative;
	padding-left: 105px;
	margin-bottom: 30px
}

section.info li.info li span {
	position: absolute;
	left: 0;
	/* 2026-08-16: 라벨(22px, 줄높이 없음)과 값(20px, 줄높이 1.7=34px)의 세로 중심이 4px 어긋나
	   값이 내려와 보였다. 작은 화면 규칙엔 이미 top:4px 보정이 있어 같은 방식으로 맞춘다. 이전 값 top:0 */
	top: 4px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.55px;
	text-align: left;
	color: #2d2c2b;
}

section.info li.info li p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: -0.5px;
	color: #2d2c2b;
}

section.info li.info li p b {}

/* media */
section.media-section {
	padding: 140px 0;
	text-align: center;
	background:url(/img/main/media-bg.png)center center no-repeat;
}

section.media-section>div {
	text-align: center;
}

ul.tab {
	text-align: center;
	margin: 55px 0 80px;
	border-bottom: 1px solid #ddd;
}

ul.tab li {
	display: inline-block;
}

ul.tab li a {
	display: inline-block;
	margin: 10px 20px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.05;
	letter-spacing: -0.5px;
	text-align: center;
	color: #999;
	padding-bottom: 10px;
}

ul.tab li.active {}

ul.tab li.active a {
	color: #2d2c2b;
	position: relative;
}

ul.tab li.active a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #2d2c2b;
}

.main-film {    }
.main-film2.active{
	display: inline-block !important;
    width: 100%;}
.main-film ul {}

.main-film ul li {
	width: calc(50% - 20px);
	float: left;
}

.main-film ul li {
	margin-right: 40px;
	margin-bottom: 35px;
}

.main-film ul li>p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.5px;
	color: #222;
	margin-top: 15px;
	text-align: left;
}

.main-film ul li:nth-child(2n) {
	margin-right: 0;
}

.main-film div[class^=film] {
	width: 100%;
	height: 320px;
	position: relative;
}

.main-film div[class^=film] a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main-film div[class^=film] img {}

.main-film div.film-01 {
	width: 100%;
	height: 590px;
	/* background: url(/img/main/video-bg01.png) center center no-repeat; */
	margin-bottom: 40px;
}

.main-film div.film-01 iframe{
	width:100%; max-width:1280px;
}
.main-film div.film-01 div {
	position: absolute;
	left: 50px;
	bottom: 50px;
	text-align: left;
}

.main-film div.film-01 span {
	font-size: 16px;
	line-height: 1.31;
	letter-spacing: -0.4px;
	color: #ecdbc4;
}

.main-film div.film-01 h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 0.88;
	letter-spacing: -0.6px;
	color: #fff;
	margin: 25px 0 15px;
}

.main-film div.film-01 p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.63;
	letter-spacing: -0.4px;
	color: #fff;
}

.main-film div.film-02 {
	/* background: url(/img/main/video-bg02.png) center center no-repeat; */
}

.main-film div.film-03 {
	/* background: url(/img/main/video-bg03.png) center center no-repeat; */
}

.main-film div.film-04 {
	/* background: url(/img/main/video-bg04.png) center center no-repeat; */
}

.main-film div.film-05 {
	/* background: url(/img/main/video-bg05.png) center center no-repeat; */
}

.main-film div.film-06 {
	/* background: url(/img/main/video-bg06.png) center center no-repeat; */
}

.main-film div.film-07 {
	/* background: url(/img/main/video-bg07.png) center center no-repeat; */
}

.main-film .more-view {
	display: inline-block;
	margin-top: 30px;
}

/* notice */
section.notice {}

section.notice>div {
	max-width: 100%;
}

section.notice .section3-bg {
	max-width: 1920px;
	margin-left:auto; margin-right:auto;   /* 2026-08-21 넓은 화면에서 공지 배경이 왼쪽으로 치우쳐 추가. 이전 값: 없음(margin 0) */
	height: 960px;
	background-image: url(/img/main/notice-bg1.png), url(/img/main/notice-bg2.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
}

section.notice .section3-bg>div {
	max-width: 1280px;
	margin: 0 auto;
}

section.notice .notice {
	margin-top: 440px;
	width: 100%;
	max-width: 880px;
	float: left;
	position: relative;
	border-left: 1px solid #ddd;
}

section.notice .notice h1 {
	display: inline-block;
	padding: 56px 0 56px 65px;
}

section.notice .notice h1 span {
	font-family: 'Pretendard';
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.45px;
	text-align: left;
	color: #2d2c2b;
	margin-left: 25px;
	vertical-align: middle;
}

section.notice .notice .more-view {
	width: 217px;
	position: absolute;
	top: 35px;
	right: 37px;
}

section.notice .notice .more-view {}

ul.notice-list {
	background-color: #f7f7f7;
	height: 380px;
	padding: 55px 70px;
}

ul.notice-list li {
	width: 100%;
	border-bottom: solid 1px #d9d9d9;
	padding: 35px 0;
}

ul.notice-list li:last-child {
	border-bottom: none;
}

ul.notice-list li a {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.5px;
	text-align: left;
	position: relative;
	padding-left: 15px;
	vertical-align: middle;
	color: #2d2c2b;
}

ul.notice-list li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #bababa;
}

ul.notice-list li span.date {
	font-size: 29px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1;
	line-height: .7;
	letter-spacing: -0.73px;
	color: #b5b5b5;
	float: right;
}

section.notice .gallery {
	width: 100%;
	max-width: 400px;
	float: right;
	text-align: right;
}

section.notice .gallery div {
	height: 580px;
	background: url(/img/main/gallery_bg.png) #a6765f;
	padding: 80px 50px;
}

section.notice .gallery h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 0.7;
	letter-spacing: -0.75px;
	color: #fff;
	margin-bottom: 40px;
}

section.notice .gallery h1 span {
	font-size: 16px;
	line-height: 1.31;
	letter-spacing: normal;
	font-weight: 100;
	color: #fff;
	margin-bottom: 15px;
}

section.notice .gallery div p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	letter-spacing: -0.4px;
	color: #fff;
}

section.notice .gallery .read-more {
	color: #fff;
	margin-top: 235px;
}

section.notice .gallery>img {}

/* spon */
#sponsor {
	border-top: 1px solid #ddd;
}

#sponsor>div {
	max-width: 1324px;
	margin: 0 auto;
	padding: 40px 0;
}

#sponsor>div:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

#sponsor div+hr {
	border-top: 1px solid #ddd;
	margin: 0;
}

#sponsor ul {
	display: inline-block;
	width: 100%;
	font-size: 0;
}

#sponsor ul li {
	float: left;
	vertical-align: middle;    margin-top: 20px;
    margin-left: 65px;
}

#sponsor ul li+li .title {
	margin-left: 60px;
}

#sponsor ul li a {
	display: inline-block;
}

#sponsor ul li a img {
	vertical-align: middle;
	margin-left: 28px;
}
#sponsor ul li a img[src*=spon_koreit]{ transform: translateY(-5px);}
#sponsor ul li a img[src*=spon_klpga]{transform: translateY(6px);}
#sponsor ul li a img[src*=spon_mai]{    transform: translateY(-8px);}
#sponsor ul .title, #sponsor ul li:first-child {
	margin-left: 0;margin-top: 0px;
}

#sponsor ul span.title {
	vertical-align: -webkit-baseline-middle;
	font-size: 24px;
	line-height: 37px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.6px;
	text-align: center;
	color: #222;
}

#sponsor ul li:not(:first-child) .title {}

.mobile-block, .mobile-inblock {
	display: none
}

@media screen and (max-width:1300px) {
	ul.link-box li.info {
		padding: 70px 0 0 80px;
	}

	section.info li.info a.read-more {
		left: 390px;
	}

	section.info li.info li span {
		top: 4px;
		font-size: 18px;
	}

	section.info li.info li p {
		font-size: 18px;
	}

	#sponsor>div {
		max-width: 1150px;clear:both;
	}

	#sponsor ul {
		position: relative;
		padding-left: 0;
	}

	#sponsor ul li .title {
		font-size: 20px;
		margin-right: 10px;
	}

	#sponsor ul li:first-child {}

	#sponsor ul li+li .title {
		margin-left: 30px;
	}

	#sponsor ul li a {
		height: 30px;
	}

	#sponsor ul li a img {
		max-height: 92%;
    margin-left: 20px;
	}
	#sponsor ul li a img[src*=spon_koreit] {
	transform: translateY(-3px);
}
#sponsor ul li a img[src*=spon_klpga] {
	transform: translateY(1px);
}
#sponsor ul li a img[src*=spon_sbsgolf] {
			width: 85px;
}
#sponsor ul li a img[src*=spon_capeon] {
			width: 85px;
}
#sponsor ul li a img[src*=spon_iksan] {
	width: 76px;
}

section.notice .notice {
	max-width: 880px;
}
}
@media screen and (max-width:1200px) {
	/* 큰사이즈 기기에서의 백그라운드 설정 */
}

@media screen and (max-width:780px) {
	.main-film div.film-01 iframe {
    height: 185px;
    /* padding-bottom: 55%; */
}
	section:not(.visual)>div {
    padding: 0 20px;
}
	main section:not(.visual)>div {
		padding:0;
	}
	.mobile-block {
		display: block;
	}

	.mobile-inblock {
		display: inline-block;
	}

	.pc {
		display: none !important;
	}
	.subtitle {
	    font-size: 34px;
		}
		.medium-title {
    font-size: 34px;
	}
		.more{
			font-size:13px;
		}
		.more.arrow:after {
    margin-left: 43px;
	}
	.border {
    width: 210px;
    height: 45px;
    line-height: 43px;
}

	/* visual */
	.section_visual {
		height: 0;
    background: url(/img/main/visual_m.png) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 177.7778vw;
	}

	.section_visual .text {
		padding-top: 40.9167vw;
	}
	.section_visual .text p {
	    font-size: 18px;
	    margin-top: 30px;
	}
	.section_visual .text>div>img {
		margin: 0 auto;
max-width: 85vw
	}
	.section_visual .text ul {
	    margin-top: 80px;
	}
	.section_visual .text ul li {
		text-align: center;
		position: relative;padding-right: 0;
		width:100px;
	}

	.section_visual .text ul li div {
		display: block;
		margin: 0 auto;    width: 61px;
    height: 61px;
    line-height: 61px;
	}

	.section_visual .text ul li p {
		margin-top: 0;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    width: 100%;
    text-align: center;
	}

	/* info */
	section.info li.info a.read-more {
		left: 50%;
    /* right: 0; */
    bottom: 35px;
    top: auto;
    transform: translateX(-50%);
		width: 210px;
		 height: 45px;
		 border: solid 1px #a6765f;     font-size: 14px;
		 line-height:43px;
	}
	ul.link-box li.info {
    padding: 35px 20px 100px;
		height:auto;

	}
	section.info li.info ol {
	    margin-top: 20px;
	}
	section.info li.info li {
    padding-left: 70px;
    margin-bottom: 15px;
}
section.info li.info li p {
    font-size: 14px;
}
	section.info li.info li span {
    font-size: 14px;
}
	section.info div.left {
		float: none;
	}

	section.info>div>div {
		width: 100%;
	}
	ul.link-box li[class^=box] div p {
    bottom: 25px;
    left: 25px;
    font-size: 16px;
	}
	ul.link-box li[class^=box] div p span{
		font-size:13px;
	}
	ul.link-box>li {
	    width: 50%;
	    height: 44.4444vw;
		}
		ul.link-box li[class^=box] div {
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 80%);
}
		ul.link-box>li.box1 {
    background-image: url(/img/main/info-bg01-m.png);
		}
		ul.link-box>li.box2 {
    background-image: url(/img/main/info-bg02-m.png);
		}
		ul.link-box>li.box4 {
    background-image: url(/img/main/info-bg04-m.png);
		}
		ul.link-box>li.box7 {
    background-image: url(/img/main/info-bg07-m.png);
		}
	ul li.more-box div p{
		font-size: 16px;margin-bottom: 20px;
	}
	/* media */
	section.media-section {
		padding: 60px 0;
    background: url(/img/main/media-bg-m.png)left top no-repeat;
    background-size: contain;
	}
	.main-film ul li {
		margin-right: 0;
		margin-bottom: 35px;
	}

	.main-film ul li {
		width: 100%;
		float: none;
	}

	.main-film ul li:nth-child(n+3) {
		display: none;
	}
	.main-film div[class^=film] {
		width: 88.8889vw;
    height: 0;
    padding-bottom: 51%;
    position: relative;
    background-size: cover;
    margin: 0 auto;
}
.main-film ul li>p {
    font-size: 15px;
    margin:10px auto 0;
    max-width: 88.8889vw;
	}
	.main-film div.film-01 {
	    width: 88.8889vw;
	    height: 0;
    padding-bottom: 51%;
	    margin: 0 auto 30px;
			/* background-image: url(/img/main/video-bg01-m.png); */
	    background-size: cover;
	}
	.main-film div.film-02 {
    /* background-image: url(/img/main/video-bg02-m.png); */
	}
	.main-film div[class^=film] iframe{
		height: 185px;width: 100%;
	}
	.main-film div.film-03 {
    /* background-image: url(/img/main/video-bg03-m.png); */
	}
	ul.tab {
    margin: 30px 0 35px;
		font-size:0;
	}
	ul.tab li a {
    margin: 10px 10px 0;
    font-size: 12px;
}
.main-film div.film-01 div {
    left: 22px;
    bottom: 20px;
}
.main-film div.film-01 h1 {
    font-size: 16px;
    margin: 15px 0 0;
}
.main-film div.film-01 span {
	font-size: 13px;
}
.main-film .more-view {
    margin-top: 0;
}
	/* notice */
	section.notice .section3-bg {
		max-width: 1920px;
		height: 50.0000vw;
		background-image: url(/img/main/gallery-bg-m.png);
		background-position: left top;
		background-repeat: no-repeat;
    background-size: 50% 100%;
	}
	section.notice .gallery {
    width: 50%;
		max-width:none;
	}
	section.notice .gallery div {
	    height: 50vw;padding: 40px 25px;    text-align: left;
			background-image:url(/img/main/gallery_bg_m.png);
			background-size:cover;
		}
		section.notice .gallery h1 {
    font-size: 19px;
    margin-bottom: 0;width: 100%;
    text-align: left;
    float: left;
}
section.notice .gallery h1 span {
    font-size: 11px;
    margin-bottom: 10px;
}
	section.notice .notice {
    margin-top: 0;border-left:none;
	}
	section.notice .gallery .read-more {
    color: #fff;
    margin-top: 68px;
}
section.notice .notice h1 {
    padding: 25px 0 25px 20px;
}
section.notice .notice h1 span {
    font-size: 13px;
    margin-left: 15px;
	}
	section.notice .notice .more-view {
    width: 107px;
    height: 40px;
    line-height: 38px;
    top: 17px;
    right: 20px;
}
ul.notice-list {
    height: 188px;
    padding: 7px 20px;
}
ul.notice-list li a {
    font-size: 14px;
	}
	ul.notice-list li {
    padding: 20px 0;
}
ul.notice-list li span.date {
    font-size: 15px;
    line-height: 1.3;
	}
	/* spon */
	#sponsor>div {
    max-width: 1324px;
    margin: 0 auto;
    padding: 20px 20px;
}
	#sponsor ul {
		position: static;
		padding-left: 0;
	}

	#sponsor ul li:first-child {
	position: relative;
	}

	#sponsor ul li {
		clear: both;
		position: relative;    margin-top: 0;
    margin-left: 48px;
	}
	#sponsor ul li.title1 {    padding-left: 30px;}
	#sponsor ul li.title2 {    padding-left: 30px;}
	#sponsor ul li.title3 {    padding-left: 60px;}
	#sponsor ul li.title4 {    padding-left: 30px;}
	#sponsor ul li.title5 {    padding-left: 50px;}

	#sponsor ul li+li .title {
		margin-left: 0;
	}
	#sponsor ul li.title .title{
		position: absolute;font-size: 17px;
    margin-right: 0;
		left:0;
	}
	#sponsor ul {}
		#sponsor ul li a {
    height: 26px;margin: 7px 0;
}
.new_board_2021 .board_view_n .board_view_body .event-btn {
    background-color: #a6765f;
    font-size: 14px;
    line-height: 47px;
	}
}

@media screen and (max-width:480px) {}
