@charset "utf-8";

html {min-width: 360px;}

/***** common *****/
.area { margin: 0 auto;}
.clearfix:after {content: ''; display: block; width: 100%; height: 1px; clear: both;}
.point_color {
}
/* 햄버거메뉴 */
.hidden-menu{
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(000,000,000,.5);
	z-index: 99;
}
.hidden-menu .close_menuBtn{
	display:inline-block;
	width: 26px;
  height: 26px;
	float:right;
	background:url(/img/main/close.png)center center no-repeat;
	cursor: pointer;
}
.hidden-menu > div{
	width: 100%;
	max-width:500px;
	height:100%;
	position: absolute;
	top:0;
	right:0;
	padding: 59px 36px 0 78px;
	background:url(/img/main/hidden-bg.png) right 35px bottom no-repeat;
  background-color: #a6765f;
}
.hidden-menu > div > ul{margin-top:105px;}
.hidden-menu .depth1{}
.hidden-menu .depth1 > a{
	display:inline-block;
	font-size: 34px;
 font-weight: bold;
 font-stretch: normal;
 font-style: normal;
 line-height: 0.88;
 letter-spacing: -1.7px;
 text-align: left;
 color: #fff;
 margin-bottom:30px;

}
.hidden-menu .depth1 > a + span{
	font-family: 'DM Serif Display Regular';
	margin-left:10px;
	font-size: 18px;
 font-weight: 100;
 font-stretch: normal;
 font-style: normal;
 line-height: 1.67;
 letter-spacing: normal;
 text-align: left;
 color: rgba(255, 255, 255, 0.3);
}
.hidden-menu .depth2{display:none; padding-bottom:30px;    padding-left: 20px;}
.hidden-menu .depth2 li{}
.hidden-menu .depth2 li a{
	display:inline-block;
	font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: -0.45px;
  text-align: left;
  color: #fff;
	transition: all .2s;

}
.hidden-menu .depth2 li a:after{
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:rgba(255,255,255,.4);
	visibility: hidden;

}
.hidden-menu .depth2 li a:hover:after{
visibility: visible;
}
/** header **/
#header {    position: fixed;z-index: 11;
    width: 100%;}
#header h1 {margin:0;}
#header h1 a {}
#header .area {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;    border-bottom: 1px solid rgba(255,255,255,.35);
		/* 2026-08-21 1920 보다 넓은 화면에서 메뉴가 왼쪽으로 320px 치우쳐 보였다.
		   흰 바는 화면 전체 폭으로 두고, 안쪽 메뉴(ul.pc max-width:1330)만 가운데 오게 함.
		   이전 값: max-width:1920px; */
    text-align: center;}
#header button.menu_btn {
	/* position: absolute; */
	/* top: 40px; */
	/* right: 320px; */
	width: 40px;
	height: 27px;
	background: url(/img/main/all-menu.png) no-repeat;
	text-indent: -999999px;
	vertical-align: middle;
}

/* menu effect */
#header.on {}
#header.on .area, #header.active .area {background: #fff;border-bottom:1px solid #ddd;}

#header  .logo a
{
	background:url(/img/main/logo.png) center center no-repeat;
	width: 268px;
	height: 89px;
	display:block;
}
#header.on .logo a,#header.active  .logo a{
	background-image:url(/img/main/logo-over.png);
}

/* #header.on:after {content:""; position: absolute; top:100px; width: 100%; height: 1px; background: #ddd; z-index: 99;} */
#header.on .area:hover .depth01 > a,
#header.active .area:hover .depth01 > a
 {color: #2d2c2b;}
#header.on .area:hover .depth01 > a:hover,
#header.active .area:hover .depth01 > a:hover {

  color: #a6765f;
}
#header.on h1 a {}

#header.on .menu_depth01 .depth01 > a {}
#header.on .menu_depth01 .depth01 > a.on {}
#header.on .menu_depth02 {}
#header.on .menu_btn,
#header.active .menu_btn{background: url(/img/main/all-menu-over.png) no-repeat;}
#header.active  .menu_depth01 .depth01 > a {
color: #2d2c2b;
}

/* 1depth menu */
.menu_depth01{height:90px;}
.menu_depth01 ul{
	max-width: 1330px;
	display: inline-block;
	width: 100%;
	top:80px;

	left: 0;}
.menu_depth01 li{float:left;padding:0 35px;}
.menu_depth01 .depth01 {position: relative;}
.menu_depth01 .depth01:last-child {line-height: 100px;
    height: 89px;}
.menu_depth01 .depth01 > a {    height: 89px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 89px;
    letter-spacing: -0.43px;
    text-align: center;
    color: #fff;}
.menu_depth01 .logo a {
	height: 89px;
	display: block;
	line-height: 89px;
}
.menu_depth01 .logo a img{
	vertical-align: middle;
}
.menu_depth01 .depth01 > a:focus, .menu_depth01 .depth01 > a:hover {text-decoration:none;}

/* 2depth menu */
.menu_depth01 .menu_depth02 {
	position: absolute;box-shadow: 0 0 20px 0 rgba(6, 0, 1, 0.15);
  background-color: #a6765f;
	display:none;width:155px;
	left:50%;
	transform: translateX(-50%);
}
.menu_depth01 a[title^=선수안내] + .menu_depth02{

}
.menu_depth02 li{width:100%; padding:0;margin-bottom:15px;}
.menu_depth02 li:first-child{
	padding-top:15px;
}
.menu_depth02 li:last-child{
	padding-bottom:15px;margin-bottom:0;
}
.menu_depth02 .depth02 a { font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.4px;
  text-align: center;
  color: #fff;}

.menu_depth02 .depth02 a:hover {
	border-bottom:1px solid #fff;
}

/*       ְ   Ŀ  */

/** footer **/
#footer {background-color: #171717;font-family: "Noto Sans KR", sans-serif;padding:60px 0;}
#footer > div{max-width:1500px; width:100%; margin:0 auto; }
#footer .footer_nav { padding:0;display:block;}
#footer .footer_nav a {  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.4px;
  text-align: center;
  color: #fff;}
#footer .footer_nav ul{    margin-bottom: 25px;
    display: inline-block;
    width: 100%;}
#footer .footer_nav ul li{float:left; margin-right:30px;position: relative;}
#footer .footer_nav ul li:first-child:after{
	content:"";
	display:block;
	position:absolute;
	top:7px;
	right:-18px;
	width: 1px;
  height: 14px;opacity: 0.2;
  background-color: #fff;
}
#footer .footer_bottom {padding:0;}
#footer .footer_bottom .area {position: relative;}
#footer .footer_bottom address {font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: -0.4px;
  text-align: left;
  color: rgba(255, 255, 255, 0.2);margin-bottom:0;}
#footer .footer_bottom address strong {display: block; font-weight: inherit; margin-top: 22px;}

#footer .pivot {position: absolute; top:16px; right:0; text-align: right; }
#footer .pivot a {font-size: 16px; color:#a2a2a2; font-weight: 400;}

#footer .footer_line1, #footer .footer_line2 {display: inline-block; width: 20px;}

@media screen and (max-width:1600px) {
	#header .menu_btn {
    right: 150px;
	}
}
@media screen and (max-width:1300px) {
	#footer {
    padding: 60px 40px;
}
	#header .menu_btn {
    right: 80px;
	}
	.menu_depth01 li {
    float: left;
    padding: 0 27px;
}

}
@media screen and (max-width:768px) {
	#header.on .menu_btn, #header.active .menu_btn {
    background: url(/img/main/all-menu-over.png) no-repeat;
    right: 20px;
    top: 25px;
    position: fixed;
    width: 24px;
    height: 9px;
    background-size: cover;
}
	#header .logo a {
    background: url(/img/main/logo.png) center center no-repeat;
		width: 175px;
		    height: 34px;
    margin-top: 13px;
		background-size:cover;
}
	#header .menu_btn {
		right: 20px;
		    top: 25px;
		    position: fixed;
		    width: 24px;
		    height: 9px;
		    background-size: cover;
}
/* 모바일메뉴 */
.hidden-menu > div {
    padding: 30px 25px 0 65px;
		background-image: url(/img/main/hidden-bg-m.png);
		background-size:134px;
		background-position: right bottom;
	}
	.hidden-menu .depth1 > a {
	    display: inline-block;
	    font-size: 17px;
		}
.hidden-menu .depth1 > a + span{
	font-size:12px;
}
.hidden-menu > div > ul {
    margin-top: 45px;
}
.hidden-menu .depth1 > a {
    margin-bottom: 20px;
}
.hidden-menu .depth2 li a {
    font-size: 14px;
	}
	.hidden-menu .depth2 {
	    display: none;
	    padding-bottom: 25px;
			padding-left:10px;
		}
	.sponsor-wrap .sponsor-title {display:flex; margin-bottom:10px;}
	.sponsor-wrap .sponsor-title h4 {	font-size: 20px;	}
	.sponsor-wrap .sponsor-title h4:after {display:none;}
	#wrap .area {
		padding-left: 20px;
		padding-right: 20px;
		height: 60px;
		    border-bottom: 1px solid rgba(255,255,255,.35);
	}

	.menu_depth01 {
    height: 0;
}
#footer {
    padding: 40px 20px;
}
 #wrap #footer .area {
    height: auto; border-bottom:none;
}
#footer .footer_nav a {
    font-size: 12px;
	}
	#footer .footer_bottom address {
    font-size: 12px;
	}
	#footer .pivot {
    position: static;text-align: right;
}
#footer .pivot a{
	margin-top:20px;
	font-size: 12px;
 font-weight: 300;
 line-height: 1.17;
 letter-spacing: -0.6px;

 color: rgba(255, 255, 255, 0.2);
}

}

@media screen and (max-width:480px){
	#header {min-width: 360px;}
	.visible-xs {
		display: block;
	}
}

/** 상단 긴급 알림 **/
header .notice-banner.notice-banner-close {
	display: none;
}

.gallery-box .left img { padding: 30px 50px !important; }