/* 서브 비주얼 이미지 */
#visual .bg1{ background: url("/img/sub/company_bg.jpg") no-repeat center center / cover; }
#visual .bg2{ background: url("/img/sub/concert_bg.jpg") no-repeat center center / cover; }
#visual .bg3{ background: url("/img/sub/membership_bg.jpg") no-repeat center center / cover; }
#visual .bg4{ background: url("/img/sub/community_bg.jpg") no-repeat center center / cover; }
#visual .bg5{ background: url("/img/sub/store_bg.jpg") no-repeat center center / cover; }

#visual .bg10{ background: url("/img/sub/member_bg.jpg") no-repeat center center / cover; }
#visual .bg11{ background: url("/img/sub/member_bg.jpg") no-repeat center center / cover; }


/* visual */
#visual{ position: relative; text-align: center; overflow: hidden; }
#visual::before,
#visual::after{ content: ""; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); transform: scaleX(0); opacity: 1; position: absolute; top: 0; left: 0; z-index: 10; pointer-events: none; }
#visual::before{ transform-origin: left; }
#visual::after{ transform-origin: right; }
#visual .bg{ min-height: 300px; padding-bottom: 41.995%; }
#visual .text{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#visual .text h2{ font-family: var(--pointFont); font-size: 10rem; font-weight: 400; color: #FFF; margin-bottom: 60px; }


/* lnb */
#lnb ul{ display: flex; justify-content: center; align-items: center; margin: -16px; }
#lnb ul li{ position: relative; }
#lnb ul li::before{ content: ""; width: 3px; height: 3px; background: #FFF; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); }
#lnb ul li:first-of-type::before{ display: none; }
#lnb a{ display: flex; font-size: 18px; font-weight: 200; color: #FFF; padding: 16px; }


/* animation */
#visual::before,
#visual::after{ animation: visualCover 1s 0.3s both; }
#visual .bg{ animation: bgScale 2s 0.3s both; }
#visual .text h2 span{ animation: textBlur 1s both; }
#lnb{ animation: textClip 1s both; }


/* common */
:root{
	--subPt: 120px;
	--subPb: 200px;
}
.sub-content{ padding: var(--subPt) 0 var(--subPb); }
.span20{ font-family: var(--engFont); font-size: 20px; font-weight: 400; color: #151515; }
.asterisk{ font-size: 18px; font-weight: 300; color: #555; line-height: 1.3 !important; padding-left: 18px; position: relative; }
.asterisk::before{ content: ""; width: 13px; height: 13px; background: url("/img/sub/asterisk_icon.svg") no-repeat center center / contain; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }

.asterisk.small{ font-size: 15px; }
.asterisk.small::before{ top: calc(1.2em / 2); }


/* 간격 */
.pt200{ padding-top: 200px; }
.pb200{ padding-bottom: 200px; }
.pt160{ padding-top: 160px; }
.pb160{ padding-bottom: 160px; }
.pt120{ padding-top: 120px; }
.pb120{ padding-bottom: 120px; }
.pt100{ padding-top: 100px; }
.pb100{ padding-bottom: 100px; }


/* page-title */
.page-title{ margin-bottom: 80px; }
.page-title > *:only-child{ margin-bottom: 0 !important; }
.page-title span{ display: block; font-family: var(--engFont); font-size: 24px; font-weight: 400; color: #111; margin-bottom: 10px; }
.page-title h3 ,
.page-title h4{ font-family: var(--pointFont); font-weight: 400; color: #111; }
.page-title h3{ font-size: 8rem; }
.page-title h4{ font-size: 6rem; } 


/* boder-title */
.border-title{ display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #353535; padding: 25px 0; }
.border-title h5, 
.border-title h6{ font-weight: 600; color: #151515; }
.border-title h5{ font-size: 30px; }
.border-title h6{ font-size: 22px; }


/* flex-title */
.flex-title{ display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 100px; }
.flex-title > *{ margin-bottom: 0; }


/* base / base-box */
.base, 
.base-box{ font-size: 20px; font-weight: 300; color: #353535; line-height: 1.6; }
.base-box *{ line-height: inherit; }
.base-box p:not(:last-child){ margin-bottom: 30px; }

/* viewmore */
.viewmore{ width: max-content; display: flex; justify-content: center; align-items: center; background: transparent; border: 1px solid rgba(17, 17, 17, 0.3); border-radius: 5px; font-size: 18px; font-weight: 500; color: #555; padding: 12px; transition: background 0.4s, border-color 0.4s, color 0.4s; }
.viewmore i{ display: inline-block; width: 12px; height: 12px; margin-left: 10px; position: relative; overflow: hidden; }
.viewmore i::before,
.viewmore i::after{ content: ""; width: 100%; height: 100%; background: url("/img/sub/viewmore_icon.svg") no-repeat center center / contain; position: absolute; top: 0; left: 0; transition: transform 0.4s, opacity 0.4s; }
.viewmore i::before{ transform: translate(0, 0); }
.viewmore i::after{ filter: invert(1) brightness(3); -webkit-filter: invert(1) brightness(3); transform: translate(-100%, 100%); }

.viewmore.plus i{ width: 16px; height: 16px; transform: translateY(-1px); }
.viewmore.plus i::before,
.viewmore.plus i::after{ background-image: url("/img/sub/viewmore_plus.svg"); transform: rotate(0); }
.viewmore.plus i::before{ opacity: 1; }
.viewmore.plus i::after{ opacity: 0; }

@media screen and (hover: hover){
	.viewmore:hover{ background: #000; border-color: rgba(0, 0, 0, 0.3); color: #FFF !important }
	.viewmore:hover i::before{ transform: translate(100%, -100%); }
	.viewmore:hover i::after{ transform: translate(0, 0); }

	.viewmore.plus:hover i::before,
	.viewmore.plus:hover i::after{ transform: rotate(180deg); }
	.viewmore.plus:hover i::before{ opacity: 0; }
	.viewmore.plus:hover i::after{ opacity: 1; }
}


/* tab-menu */
.tab-menu ul{ display: flex; flex-wrap: wrap; }
.tab-menu ul li a{ display: inline-block; border: 1px solid transparent; border-radius: 5px; font-size: 22px; font-weight: 500; color: rgba(21, 21, 21, 0.3); padding: 10px 30px; }
.tab-menu ul li.on a{ border-color: #151515; color: #151515; }


/* grid-layout */
.grid-layout{ display: grid; grid-template-columns: 640px calc(100% - 640px); }
.grid-layout .page-title{ margin-bottom: 0; }
.grid-layout .left{ padding-right: 100px; }
.grid-layout .left .sticky{ position: sticky; top: 60px; left: 0; }

.grid-layout .gallery ul{ display: grid; grid-template-columns: 50% 50%; margin: -10px; }
.grid-layout .gallery ul li{ margin: 10px; }
.grid-layout .gallery figure,
.grid-layout .gallery figure img{ width: 100%; }
.grid-layout .gallery figure{ border-radius: 5px; overflow: hidden; }


/* table-box */
.table-box{ 
	--thBg: #F5F5F5;
	--border: 1px solid #DDD;

	--pt: 20px; 
	--pr: 30px;
}
.table-box table *{ font-size: 20px; font-weight: 400; color: #111; letter-spacing: -0.02em; }
.table-box tr > *:last-child{ border-right: 0; }
.table-box th, 
.table-box td{ padding: var(--pt) var(--pr); border: var(--border); border-left: none; }
.table-box th{ background: var(--thBg); font-weight: 500; }

.scroll-bar.os-theme-dark > .os-scrollbar-vertical,
.scroll-bar.os-theme-light > .os-scrollbar-vertical{ width: 35px; height: 35px; padding: 15px; }
.scroll-bar.os-theme-dark > .os-scrollbar > .os-scrollbar-track, 
.scroll-bar.os-theme-light > .os-scrollbar > .os-scrollbar-track{ background: #EEE; }
.scroll-bar.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{ background: #231815; }


@media screen and (max-width: 1800px){
	/* visual */
	#visual .text h2{ margin-bottom: 40px; }

	/* lnb */
	#lnb a{ font-size: 17px; }

	/* common */
	:root{
		--subPt: 90px;
		--subPb: 150px;
	}
	.span20{ font-size: 18px; }
	.asterisk{ font-size: 17px; }

	/* 간격 */
	.pt200{ padding-top: 160px; }
	.pb200{ padding-bottom: 160px; }
	.pt160{ padding-top: 120px; }
	.pb160{ padding-bottom: 120px; }
	.pt120{ padding-top: 100px; }
	.pb120{ padding-bottom: 100px; }
	.pt100{ padding-top: 80px; }
	.pb100{ padding-bottom: 80px; }

	/* page-title */
	.page-title{ margin-bottom: 60px; }
	.page-title span{ font-size: 20px; }

	/* boder-title */
	.border-title{ padding: 20px 0; }
	.border-title h5{ font-size: 26px; }
	.border-title h6{ font-size: 20px; }

	/* flex-title */
	.flex-title{ margin-bottom: 70px; }

	/* base-box */
	.base, 
	.base-box{ font-size: 18px; }
	.base-box p:not(:last-child){ margin-bottom: 20px; }

	/* tab-menu */
	.tab-menu ul li a{ font-size: 20px; padding: 8px 20px; }

	/* viewmore */
	.viewmore{ font-size: 17px; padding: 10px; }
	.viewmore i{ width: 11px; height: 11px; }

	.viewmore.plus i{ width: 14px; height: 14px; }

	/* table-box */
	.table-box table *{ font-size: 18px; }
}

@media screen and (max-width: 1400px){
	/* grid-layout */
	.grid-layout{ display: grid; grid-template-columns: 500px calc(100% - 500px); }
	.grid-layout .left{ padding-right: 70px; }
}

@media screen and (max-width: 1280px){
	/* visual */
	#visual .text{ padding-top: calc(var(--headerH) / 2); }
	#visual .text h2{ margin-bottom: 20px; }

	/* lnb */
	#lnb a{ font-size: 16px; }

	/* common */
	:root{
		--subPt: 60px;
		--subPb: 100px;
	}
	.span20{ font-size: 17px; }
	.asterisk{ font-size: 16px; }

	/* 간격 */
	.pt200{ padding-top: 100px; }
	.pb200{ padding-bottom: 100px; }
	.pt160{ padding-top: 80px; }
	.pb160{ padding-bottom: 80px; }
	.pt120{ padding-top: 60px; }
	.pb120{ padding-bottom: 60px; }
	.pt100{ padding-top: 50px; }
	.pb100{ padding-bottom: 50px; }

	/* page-title */
	.page-title{ margin-bottom: 40px; }
	.page-title span{ font-size: 18px; margin-bottom: 10px; }
	.border-title h6{ font-size: 19px; }

	/* boder-title */
	.border-title{ padding: 10px 0; }
	.border-title h5{ font-size: 22px; }

	/* flex-title */
	.flex-title{ margin-bottom: 30px; }

	/* base-box */
	.base, 
	.base-box{ font-size: 17px; }
	.base-box p:not(:last-child){ margin-bottom: 15px; }

	/* tab-menu */
	.tab-menu ul li a{ font-size: 18px; padding: 7px 15px; }

	/* viewmore */
	.viewmore{ font-size: 16px; padding: 8px; }
	.viewmore i{ width: 10px; height: 10px; }

	.viewmore.plus i{ width: 12px; height: 12px; }

	/* table-box */
	.table-box{ 
		--pt: 15px; 
		--pr: 20px;
	}
	.table-box table *{ font-size: 17px; }
}

@media screen and (max-width: 1200px){
	/* flex-title */
	.flex-title{ flex-direction: column; align-items: center; }
	.flex-title .search-box{ width: 100%; margin-top: 30px; }

	/* grid-layout */
	.grid-layout{ display: block; }
	.grid-layout .left{ padding-right: 0; padding-bottom: 20px; }
}

@media screen and (max-width: 1000px){
	/* table-box */
	.table-box{ 
		--pt: 10px; 
		--pr: 15px;
	}
}

@media screen and (max-width: 900px){
	/* visual */
	#visual .text h2{ font-size: 9rem; }

	/* page-title */
	.page-title span{ font-size: 16px; margin-bottom: 5px; }
	.page-title h3{ font-size: 7rem; }
	.page-title h4{ font-size: 6.5rem; } 

	/* grid-layout */
	.grid-layout .gallery ul{ margin: -5px; }
	.grid-layout .gallery ul li{ margin: 5px; }
}


/* 공연일정 */
#calendar .top .date{ display: flex; justify-content: center; align-items: center; }
#calendar .top .date button{ background: none; border: none; padding: 0; }
#calendar .top .date p{ font-family: var(--pointFont); font-size: 10rem; font-weight: 400; color: #111; text-align: center; margin: 0 100px; }


#calendar .top .type{ margin: 60px 0 80px; overflow: hidden; }
#calendar .top .type ul{ display: flex; flex-wrap: wrap; justify-content: center; margin: -5px -30px; }
#calendar .top .type ul li{ font-size: 18px; font-weight: 600; color: #151515; margin: 5px 30px; padding-left: 17px; position: relative; }
#calendar .top .type ul li::before{ content: ""; width: 7px; height: 7px; background: var(--mainColor); border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#calendar .top .type ul li.green::before{ background: #1B988E; }
#calendar .top .type ul li.purple::before{ background: #6A1B98; }


#calendar .table th{ background: #151515; font-size: 20px; font-weight: 400; color: #FFF; padding: 27px 10px; }
#calendar .table thead{ clip-path: inset(0 0 0 0 round 5px); -webkit-clip-path: inset(0 0 0 0 round 5px); }
#calendar .table thead tr > *{ border-left: 1px solid #2C2C2C; }
#calendar .table thead tr > *:first-child{ border-left: none; }
#calendar .table tbody tr > *{ border: 1px solid #DDD; border-right: none; }
#calendar .table tbody tr > *:first-child{ border-left: none; }

#calendar .table td{ text-align: left; position: relative; cursor: pointer; }
#calendar .table td::before{ content: ""; width: calc(100% + 2px); height: calc(100% + 2px); border: 2px solid var(--mainColor); box-sizing: border-box; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; }
#calendar .table .box{ height: 160px; padding: 20px; position: relative; overflow: hidden; }
#calendar .table .box .date{ display: flex; justify-content: space-between; margin-bottom: 12px; }
#calendar .table .box .date span{ font-size: 16px; font-weight: 500; color: #333; }
#calendar .table .box .type ul li{ display: flex; flex-wrap: wrap; align-items: center; font-size: 15px; font-weight: 600; color: #151515; position: relative; }
#calendar .table .box .type ul li:not(:last-of-type){ margin-bottom: 10px; }
#calendar .table .box .type ul li::before{ content: ""; width: 7px; height: 7px; display: inline-block; background: var(--mainColor); border-radius: 50%; margin-right: 10px; }
#calendar .table .box .type ul li p,
#calendar .table .box .type ul li span{ width: calc(100% - 17px); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-left: auto; }
#calendar .table .box .type ul li span{ display: block; font-size: 14px; font-weight: 300; color: #555; margin-top: 3px; }

#calendar .table .on::before{ opacity: 1; }

#calendar .table .over .box .date::after{ content: ""; width: 26px; height: 26px; display: inline-block; background: #EEE url("/img/sub/concert/calendar_plus.svg") no-repeat center center / contain; border-radius: 50%; }

#calendar .table .gray .box .date span{ color: rgba(51, 51, 51, 0.3); }

#calendar .table .box .type ul li.green::before{ background: #1B988E; }
#calendar .table .box .type ul li.purple::before{ background: #6A1B98; }


#calendar h5{ font-size: 5rem; font-weight: 600; color: #151515; text-align: center; margin-bottom: 60px; }
#calendar .table-info table{ clip-path: inset(0 0 0 0 round 5px 0 0 5px); -webkit-clip-path: inset(0 0 0 0 round 5px 0 0 5px); }
#calendar .table-info table tr > *{ font-size: 20px; padding: 27px 40px; }
#calendar .table-info table tr:last-child th{ border-bottom: none !important; }
#calendar .table-info th{ width: 320px; background: #151515; border-top: 1px solid #151515; border-bottom: 1px solid #2C2C2C; font-weight: 400; color: #FFF; }
#calendar .table-info td{ border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; font-weight: 300; color: #333; cursor: pointer; }

@media screen and (max-width: 1800px){
	#calendar .top .date p{ margin: 0 70px; }
	#calendar .top .type{ margin: 40px 0 60px; }

	#calendar .table th{ font-size: 18px; padding: 23px 10px; }

	#calendar h5{ margin-bottom: 40px; }
	#calendar .table-info table tr > *{ font-size: 18px; padding: 20px 30px; }
	#calendar .table-info th{ width: 280px; }
}

@media screen and (max-width: 1280px){
	#calendar .top .date button img{ width: 50px; height: auto; }
	#calendar .top .date p{ margin: 0 40px; }
	#calendar .top .type{ margin: 20px 0 30px; }
	#calendar .top .type ul{ margin: -5px -20px; }
	#calendar .top .type ul li{ font-size: 17px; margin: 5px 20px; }

	#calendar .table th{ font-size: 17px; padding: 17px 10px; }
	#calendar .table .box{ height: 150px; padding: 15px; }

	#calendar .table .over .box .date::after{ width: 23px; height: 23px; }

	#calendar h5{ margin-bottom: 20px; }
	#calendar .table-info table tr > *{ font-size: 17px; padding: 20px 30px; }
	#calendar .table-info th{ width: 200px; }
}

@media screen and (max-width: 1000px){
	#calendar .table td{ vertical-align: top; }
	#calendar .table .box{ height: 75px; padding: 10px; }
	#calendar .table .box .date span{ font-size: 15px; }
	#calendar .table .box .type ul li p,
	#calendar .table .box .type ul li span{ display: none; }

	#calendar .table .over .box .date::after{ display: none; }
}

@media screen and (max-width: 900px){
	#calendar .top .date p{ margin: 0 30px; }
	#calendar .top .type ul{ margin: -5px -10px; }
	#calendar .top .type ul li{ margin: 5px 10px; }

	#calendar .table th{ font-size: 16px; padding: 12px 5px; }
}

@media screen and (max-width: 700px){
	#calendar .table-info table{ clip-path: unset; -webkit-clip-path: unset; }
	#calendar .table-info tr{ display: flex; flex-direction: column; }
	#calendar .table-info tr:not(:last-of-type){ margin-bottom: 20px; }
	#calendar .table-info table tr > *{ width: 100% !important; padding: 15px 20px; }
	#calendar .table-info table td{ border-top: none; }
}


/* 더하우스콘서트 - 소개 */
#introduce .page-title{ text-align: center; }
#introduce .page-title span{ color: rgba(17, 17, 17, 0.8); }

#introduce .motion{
	--ptb: 40px;
	--plr: 120px;
	--top: 200px;
}
#introduce .motion{ position: relative; }
#introduce .motion .inner{ max-width: 1520px; margin: 0 auto; position: relative; }
#introduce .motion .text{ display: flex; flex-direction: column; padding: 0 var(--plr); }
#introduce .motion .text h3:not(:last-of-type){ margin-bottom: 15px; }
#introduce .motion h3{ max-width: max-content; display: inline-block; font-family: var(--pointFont); font-size: 8rem; font-weight: 400; color: transparent; position: relative; transition: left 1s, transform 1s; }
#introduce .motion h3 em{ color: #111; display: inline-block; position: relative; }


#introduce .motion .top{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; pointer-events: none; }
#introduce .motion .cover-box{ width: 100%; height: 100vh; position: sticky; top: 0; left: 0; }
#introduce .motion .cover{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; animation-duration: 1s; animation-fill-mode: both; opacity: 1; animation-delay: 1.3s; pointer-events: auto; }
#introduce .motion .cover > *{ height: 100%; }
#introduce .motion .cover .inner{ height: 100%; }
#introduce .motion .cover .text{ position: relative; top: 50%; transform: translateY(-50%); transition: top 1s , transform 1s; }
#introduce .motion .cover .text h3:first-of-type{ left: 0; transform: translateX(0); }
#introduce .motion .cover .text h3:last-of-type{ left: 100%; transform: translateX(-100%); }

#introduce .motion .cover1{ background: #FFF; }
#introduce .motion .cover1 .text h3 em{ color: transparent; background: linear-gradient(to right, #111, #111, #111, #111 50%, transparent 50%); background-clip: text; -webkit-background-clip: text;  background-size: 200% 100%; background-position: 100%; animation-duration: 1.2s; animation-fill-mode: both; }
#introduce .motion .cover1 .text h3:last-of-type em{ animation-delay: 0.8s; }


#introduce .motion .cover2{ overflow: hidden; transform: translateY(100%); transition: transform 1s; }
#introduce .motion .cover2 .inner{ z-index: 10; transform: translateY(-100%); transition: transform 1s; }
#introduce .motion .cover2 .text h3 em{ color: #FFF; }
#introduce .motion .cover2 .bg-box,
#introduce .motion .cover2 .bg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; animation-timing-function: linear; animation-duration: 1s; animation-fill-mode: both; animation-delay: 1s; }
#introduce .motion .cover2 .bg01{ background: url("/img/sub/company/introduce_bg01.jpg") no-repeat center center / cover; opacity: 1; animation-direction: reverse; }
#introduce .motion .cover2 .bg02{ background: url("/img/sub/company/introduce_bg02.jpg") no-repeat center center / cover; opacity: 0; }


#introduce .motion .bottom{ padding-top: var(--ptb); }
#introduce .motion .bottom p{ color: #353535; line-height: 1.6; }
#introduce .motion .bottom .inner{ border-top: 1px solid #DDD; padding-top: var(--top); }
#introduce .motion .bottom .text{ margin-bottom: 150px; }
#introduce .motion .bottom .content > *{ transform: translateY(var(--aosPlus)); opacity: 0; transition: transform var(--aosT), opacity var(--aosT); }
#introduce .motion .bottom .right{ display: flex; justify-content: flex-end; margin-bottom: 120px; }
#introduce .motion .bottom .right p{ font-size: 22px; font-weight: 500; }
#introduce .motion .bottom .p-box{ text-align: justify; transition-delay: 0.2s; }
#introduce .motion .bottom .p-box p{ font-size: 20px; font-weight: 300; }
#introduce .motion .bottom .p-box p:not(:last-of-type){ margin-bottom: 30px; }


/* scroll motion */
#introduce .step1 .cover1 .text h3 em{ animation-name: textBg; }

#introduce .step2 .cover2,
#introduce .step2 .cover2 .inner{ transform: translateY(0); }
#introduce .step2 .cover1 .text h3:first-of-type,
#introduce .step2 .cover2 .text h3:first-of-type{ left: 10%; }
#introduce .step2 .cover1 .text h3:last-of-type,
#introduce .step2 .cover2 .text h3:last-of-type{ left: 90%; }
#introduce .step2 .cover2 .bg{ animation-name: fade; }

#introduce .step3 .cover{ animation-name: clipUp; }
#introduce .step3 .cover .text{ top: calc(var(--ptb) + var(--top)); transform: translateY(0); }
#introduce .step3 .cover .text h3{ left: 0 !important; transform: translateY(0) !important; transition-delay: 1s; }

#introduce .step4 .bottom .content > *{ transform: translateY(0); opacity: 1; }


#introduce .introduce .title{ margin-bottom: 30px; }
#introduce .introduce .border-title{ margin-bottom: 60px; }
#introduce .introduce .base-box{ text-align: justify; }
#introduce .introduce .gallery{ margin-top: 60px; }
#introduce .introduce .viewmore{ width: 250px; margin-top: 50px; }

#introduce .introduce .sticky{ padding: 60px 30px 35px; border-radius: 10px; background: linear-gradient(-33deg, #FFF, #F5F5F5); text-align: center; position: sticky; top: calc(50% - (var(--height) / 2)); left: 0; }
#introduce .introduce .sticky .txt{ font-size: 19px; font-weight: 400; color: #555; padding-top: 30px; margin-top: 50px; position: relative; }
#introduce .introduce .sticky .txt::before{ content: ""; width: 140px; height: 1px; background: #DDD; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#introduce .introduce .sticky .txt p{ line-height: 1.5; }

#introduce .introduce .diagram{ display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; }
#introduce .introduce .diagram > *{ position: relative; cursor: pointer; }
#introduce .introduce .diagram figure{ width: 100%; animation: rotate360 8s linear infinite; animation-play-state: paused; }
#introduce .introduce .diagram p{ font-weight: 600; color: #333; letter-spacing: -0.02em; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }

#introduce .introduce .diagram .item01{ width: 100%; font-size: 28px; padding: 0 12%; }
#introduce .introduce .diagram .item02{ max-width: max-content; width: calc(55% - 6px); margin-top: -7px; margin-right: 6px; font-size: 24px; }
#introduce .introduce .diagram .item03{ max-width: max-content; width: 45%; margin-top: -15px; font-size: 20px; }

#introduce .festival{ margin-top: 80px; }
#introduce .festival h6{ font-size: 24px; font-weight: 600; color: #151515; margin-bottom: 30px; }
#introduce .festival-board .item{ display: grid; grid-template-columns: 260px calc(100% - 260px); padding: 40px 0; border-bottom: 1px solid #DDD; }
#introduce .festival-board .item:first-child{ padding-top: 0; }
#introduce .festival-board .item:last-child{ padding-bottom: 0; border-bottom: none; }
#introduce .festival-board .img figure{ display: block; position: relative; padding-bottom: 149.235%; border-radius: 5px; overflow: hidden; }
#introduce .festival-board .img figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#introduce .festival-board .text{ display: flex; flex-direction: column; justify-content: center; padding-left: 80px; }
#introduce .festival-board .text h5{ font-size: 30px; font-weight: 600; color: #151515; margin-bottom: 40px; }
#introduce .festival-board .text ul li{ display: flex; flex-wrap: wrap; font-size: 18px; font-weight: 300; color: #353535; padding-left: 20px; position: relative; }
#introduce .festival-board .text ul li:not(:last-of-type){ margin-bottom: 20px; }
#introduce .festival-board .text ul li::before{ content: ""; width: 4px; height: 4px; background: #353535; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#introduce .festival-board .text ul li > *:only-child{ width: 100% !important; }
#introduce .festival-board .text ul li strong{ display: inline-block; width: 110px; font-weight: 500; }
#introduce .festival-board .text ul li p{ width: calc(100% - 110px); margin-left: auto; position: relative; }
#introduce .festival-board .text ul li p:not(:last-of-type){ margin-bottom: 5px; }
#introduce .festival-board .text ul li p:not(:only-of-type){ padding-left: 15px; }
#introduce .festival-board .text ul li p:not(:only-of-type)::before{ content: "-"; position: absolute; top: 0; left: 0; }


@media screen and (hover: hover){
	#introduce .introduce .diagram > *:hover figure{ animation-play-state: running; }
}

@media screen and (max-width: 1800px){
	#introduce .motion{
		--ptb: 30px;
		--plr: 80px;
		--top: 140px;
	}
	#introduce .motion .bottom .text{ margin-bottom: 100px; }
	#introduce .motion .bottom .right{ margin-bottom: 70px; }
	#introduce .motion .bottom .right p{ font-size: 20px; }
	#introduce .motion .bottom .p-box p{ font-size: 18px; }
	#introduce .motion .bottom .p-box p:not(:last-of-type){ margin-bottom: 20px; }

	#introduce .introduce .border-title{ margin-bottom: 40px; }
	#introduce .introduce .gallery{ margin-top: 40px; }
	#introduce .introduce .viewmore{ width: 230px; margin-top: 40px; }

	#introduce .introduce .sticky{ padding: 40px 30px 30px; }
	#introduce .introduce .sticky .txt{ font-size: 18px; }

	#introduce .introduce .diagram .item01{ font-size: 24px; }
	#introduce .introduce .diagram .item02{ font-size: 22px; }
	#introduce .introduce .diagram .item03{ font-size: 18px; }

	#introduce .festival{ margin-top: 60px; }
	#introduce .festival h6{ font-size: 20px; }
	#introduce .festival-board .text{ padding-left: 60px; }
	#introduce .festival-board .text h5{ font-size: 26px; margin-bottom: 30px; }
}

@media screen and (max-width: 1400px){
	#introduce .festival-board .item{ grid-template-columns: 200px calc(100% - 200px); }
}

@media screen and (max-width: 1280px){
	#introduce .motion{
		--ptb: 20px;
		--plr: 40px;
		--top: 100px;
	}
	#introduce .motion .text h3:not(:last-of-type){ margin-bottom: 10px; }

	#introduce .motion .bottom .text{ margin-bottom: 70px; }
	#introduce .motion .bottom .right{ margin-bottom: 40px; }
	#introduce .motion .bottom .right p{ font-size: 19px; }
	#introduce .motion .bottom .p-box p{ font-size: 17px; }
	#introduce .motion .bottom .p-box p:not(:last-of-type){ margin-bottom: 15px; }

	#introduce .introduce .title{ margin-bottom: 20px; }
	#introduce .introduce .border-title{ margin-bottom: 20px; }
	#introduce .introduce .gallery{ margin-top: 30px; }
	#introduce .introduce .viewmore{ width: 200px; margin-top: 0; }

	#introduce .introduce .sticky{ padding: 30px 25px 25px; }
	#introduce .introduce .sticky .txt{ font-size: 18px; padding-top: 20px; margin-top: 30px; }

	#introduce .introduce .diagram .item01{ font-size: 22px; }
	#introduce .introduce .diagram .item02{ font-size: 20px; }
	#introduce .introduce .diagram .item03{ font-size: 17px; }

	#introduce .festival{ margin-top: 50px; }
	#introduce .festival h6{ font-size: 19px; margin-bottom: 20px; }
	#introduce .festival-board .item{ padding: 30px 0; }
	#introduce .festival-board .text{ padding-left: 40px; }
	#introduce .festival-board .text h5{ font-size: 22px; margin-bottom: 20px; }
	#introduce .festival-board .text ul li{ font-size: 17px; padding-left: 13px; }
	#introduce .festival-board .text ul li:not(:last-of-type){ margin-bottom: 10px; }
	#introduce .festival-board .text ul li strong{ width: 90px; }
	#introduce .festival-board .text ul li p{ width: calc(100% - 90px); }
	#introduce .festival-board .text ul li p:not(:only-of-type){ padding-left: 10px; }
}

@media screen and (max-width: 900px){
	#introduce .motion{
		--plr: 20px;
		--top: 60px;
	}
	#introduce .motion .text h3{ font-size: 7rem; }
	#introduce .motion .text h3:not(:last-of-type){ margin-bottom: 5px; }

	#introduce .festival-board .item{ padding: 20px 0; }
	#introduce .motion .bottom .text{ margin-bottom: 40px; }
	#introduce .festival-board .text h5{ font-size: 20px; margin-bottom: 15px; }
	#introduce .motion .bottom .right{ margin-bottom: 20px; }
}

@media screen and (max-width: 700px){
	#introduce .festival-board .item{ grid-template-columns: 120px calc(100% - 120px); }
	#introduce .festival-board .text{ padding-left: 20px; }
	#introduce .festival-board .text ul li > *{ width: 100% !important; }
	#introduce .festival-board .text ul li strong:not(:only-child){ margin-bottom: 5px; }
}


/* 더하우스콘서트 - 연혁 */
#history{
	--pt: 60px;
	--pb: 240px;
	--tb: 160px;
	--lr: calc((100% - 1800px) / 2);
}
#history{ padding: 0; position: relative; }
#history .tit{ padding-top: var(--pt); position: absolute; top: 0; left: 0; right: 0; }

#history .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin-bottom: -1px; }
#history .bg .sticky{ width: 100%; height: 100vh; position: sticky; top: 0; left: 0; }
#history .bg .img{ width: 100%; height: 100%; margin: 0 auto; background: url("/img/sub/company/history_bg.jpg") no-repeat center center / cover; clip-path: inset(var(--tb) var(--lr) var(--tb) var(--lr)); -webkit-clip-path: inset(var(--tb) var(--lr) var(--tb) var(--lr)); opacity: 1 !important; transition: clip-path var(--aosT); overflow: hidden; }
#history .bg .img .page-title *{ color: #FFF; }
#history .bg .img.aos-animate{ clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); }

#history .history{ padding: var(--pt) 0 var(--pb); position: relative; z-index: 100; }
#history .content{ max-width: 870px; color: #FFF; margin-top: 190px; margin-left: auto; }
#history .content dl{ padding-top: 120px; opacity: 0.3; transition: opacity 0.4s; }
#history .content dl.on{ opacity: 1; }
#history dl dt{ font-family: var(--engFont); font-size: 6rem; font-weight: 400; margin-bottom: 15px; }
#history dl dd{ display: flex; flex-wrap: wrap; font-size: 18px; font-weight: 300; }
#history dl dd:not(:last-of-type){ margin-bottom: 15px; }
#history dl dd em{ display: inline-block; width: 150px; }
#history dl dd p{ width: calc(100% - 150px); color: rgba(255, 255, 255, 0.8); margin-left: auto; }

@media screen and (max-width: 1840px){
	#history{
		--lr: 20px;
	}

	#history .content{ padding: 0 20px; }
}

@media screen and (max-width: 1800px){
	#history{
		--pb: 180px;
		--tb: 120px;
	}

	#history .content{ margin-top: 120px; }
	#history .content dl{ padding-top: 90px; }
	#history dl dd{ font-size: 17px; } 
}

@media screen and (max-width: 1280px){
	#history{
		--pt: 40px;
		--pb: 100px;
		--tb: 80px;
	}

	#history .content{ margin-top: 80px; }
	#history .content dl{ padding-top: 60px; }
	#history dl dd em{ width: 120px; }
	#history dl dd p{ width: calc(100% - 120px); }
}

@media screen and (max-width: 1200px){
	#history .bg .img .page-title{ display: none; } 
}

@media screen and (max-width: 900px){
	#history{
		--pt: 30px;
		--tb: 70px;
	}

	#history .content{ margin-top: 40px; }
	#history dl dt{ font-size: 6.5rem; }
}

@media screen and (max-width: 650px){
	#history dl dd em{ width: 100%; margin-bottom: 5px; }
	#history dl dd p{ width: 100%; }
}


/* 더하우스콘서트 -  예술감독 */
#director{ background: url("/img/sub/company/director_bg.jpg") no-repeat bottom left / contain; }
#director .grid-layout .left{ padding-right: 130px; }
#director .sticky figure{ display: block; position: relative; padding-bottom: 55%; border-radius: 10px; overflow: hidden; }
#director .sticky figure img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#director .sticky .btns{ display: flex; justify-content: space-between; margin-top: 15px; }
#director .sticky .btns > *{ width: calc((100% - 10px) / 2); }

#director .page-title{ margin-bottom: 120px; }
#director .page-title h4 em{ display: inline-block; margin-left: 20px; }
#director .base-box{ text-align: justify; }

@media screen and (max-width: 1800px){
	#director .grid-layout .left{ padding-right: 90px; }

	#director .page-title{ margin-bottom: 80px; }
}

@media screen and (max-width: 1280px){
	#director .grid-layout .left{ padding-right: 60px; }

	#director .page-title{ margin-bottom: 40px; }
	#director .page-title h4 em{ margin-left: 10px; } 
}

@media screen and (max-width: 1200px){
	#director .grid-layout .left{ padding-right: 0; }
	#director .sticky{ transform: translate(0, var(--aosPlus)); }
	#director .sticky.aos-animate{ transform: translate(0, 0); }
}

@media screen and (max-width: 900px){
	#director{ background-size: cover; }
	#director .page-title{ margin-bottom: 20px; }
}


/* 더하우스콘서트 - 기획 */
#planning .right h4{ font-family: var(--pointFont); font-size: 4.8rem; font-weight: 400; color: #000; line-height: 1.5; }
#planning .right .border-title{ margin-bottom: 40px; }
#planning .right .gallery ul{ margin: -10px; }
#planning .right .gallery figure{ margin-bottom: -5px; }
#planning .right figure,
#planning .right img{ width: 100%; }
#planning .right figure{ border-radius: 5px; overflow: hidden; }
#planning .right .base-box{ text-align: justify; margin-top: 40px; }
#planning .right .asterisk{ margin-top: -10px; }
#planning .right .viewmore{ width: 250px; margin-top: 60px; }

@media screen and (max-width: 1800px){
	#planning .right .border-title{ margin-bottom: 30px; }
	#planning .right .base-box{ margin-top: 30px; }
	#planning .right .viewmore{ width: 220px; margin-top: 40px; }
}

@media screen and (max-width: 1280px){
	#planning .right .border-title{ margin-bottom: 20px; }
	#planning .right .base-box{ margin-top: 15px; }
	#planning .right .asterisk{ margin-top: 0; }
	#planning .right .viewmore{ width: 200px; margin-top: 20px; }
}

@media screen and (max-width: 900px){
	#planning .right h4{ font-size: 5rem; }
	#planning .right .gallery ul{ margin: -5px; }
}

@media screen and (max-width: 600px){
	#planning .right h4 br{ display: none; }
}


/* 더하우스콘서트 -  Contact */
#contact h4{ font-size: 36px; font-weight: 400; color: #000; line-height: 1.5; }  
#contact .right .sec01{ margin-bottom: 80px; }
#contact .right section{ margin-top: 60px; }
#contact .right section > .viewmore{ width: 250px; margin-top: 60px; }
#contact .right .border-title{ margin-bottom: 40px; }

#contact .right .iframe{ border-radius: 5px; overflow: hidden; }
#contact .right .iframe .root_daum_roughmap .cont { display: none !important; }
#contact .right .iframe .root_daum_roughmap{ width: 100% !important; } 
#contact .right .iframe .root_daum_roughmap .wrap_map{ height: 500px !important; }
#contact .right .iframe .root_daum_roughmap .map_border{ display: none; }

#contact .right address{ display: grid; grid-template-columns: 50% 50%; margin: -10px; margin-top: 50px; }
#contact .right address > *{ margin: 10px; }
#contact .right dl{ font-size: 18px; }
#contact .right dl dt{ font-weight: 600; color: #222; margin-bottom: 20px; }
#contact .right dl dd{ font-weight: 300; color: #555; }
#contact .right .flex dl{ display: flex; }
#contact .right .flex dl:not(:last-of-type){ margin-bottom: 20px; }
#contact .right .flex dl dt{ width: 175px; margin-bottom: 0; }
#contact .right .flex dl dd{ width: calc(100% - 175px); }

#contact .right .sns{ margin-top: 40px; }
#contact .right .sns ul{ display: grid; grid-template-columns: repeat(5, 1fr); margin: -5px; }
#contact .right .sns ul li{ margin: 5px; }
#contact .right .sns .viewmore{ width: 100%; border: 1px solid #DDD; color: #999; }
#contact .right .sns .viewmore img{ margin-right: 10px; filter: unset; -webkit-filter: unset; transition: filter 0.4s; } 
#contact .right .sns .viewmore i::before{ filter: brightness(1.9); -webkit-filter: brightness(1.9); }

@media screen and (hover: hover){
	#contact .right .sns .viewmore:hover{ background: #353535; border-color: #353535; } 
	#contact .right .sns .viewmore:hover img{ filter: invert(1) brightness(5); -webkit-filter: invert(1) brightness(5); }
}

@media screen and (max-width: 1800px){
	#contact h4{ font-size: 30px; }
	#contact .right .sec01{ margin-bottom: 60px; }
	#contact .right section > .viewmore{ width: 220px; margin-top: 40px; }
	#contact .right .border-title{ margin-bottom: 30px; }

	#contact .right address{ margin-top: 40px; }
	#contact .right dl dt{ margin-bottom: 10px; } 
	#contact .right .flex dl dt{ width: 140px; }
	#contact .right .flex dl dd{ width: calc(100% - 140px); }

	#contact .right .sns{ margin-top: 30px; }
}

@media screen and (max-width: 1550px){
	#contact .right .sns ul{ grid-template-columns: repeat(3, 1fr); } 
}

@media screen and (max-width: 1280px){
	#contact h4{ font-size: 26px; }
	#contact .right .sec01{ margin-bottom: 30px; }
	#contact .right section{ margin-top: 40px; }
	#contact .right section > .viewmore{ width: 200px; margin-top: 20px; }
	#contact .right .border-title{ margin-bottom: 20px; }

	#contact .right address{ margin-top: 30px; }
	#contact .right dl{ font-size: 17px; }
}

@media screen and (max-width: 900px){
	#contact h4{ font-size: 22px; }
}

@media screen and (max-width: 700px){
	#contact .right address{ grid-template-columns: repeat(1, 1fr); margin: -5px; margin-top: 20px; }
	#contact .right address > *{ margin: 5px; }
	#contact .right  dl{ display: flex; }
	#contact .right  dl dt{ width: 100px !important; margin-bottom: 0; }
	#contact .right  dl dd{ width: calc(100% - 100px) !important; } 
	#contact .right .flex dl:not(:last-of-type){ margin-bottom: 10px; } 

	#contact .right .sns{ margin-top: 20px; }
}

@media screen and (max-width: 550px){
	#contact h4 br{ display: none; } 
	#contact .right .sns ul{ grid-template-columns: repeat(2, 1fr); } 
}


/* 멤버십 - 안내 */
#guide .border-title{ margin-bottom: 40px; }
#guide .viewmore{ margin-top: 60px; padding-left: 40px; padding-right: 40px; }

#guide ul{ margin-top: 60px; }
#guide ul li{ font-size: 20px; font-weight: 300; color: #353535; padding-left: 20px; position: relative; }
#guide ul li:not(:last-of-type){ margin-bottom: 15px; }
#guide ul li::before{ content: ""; width: 4px; height: 4px; background: #353535; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#guide ul li strong{ display: inline-block; font-weight: 500; padding-right: 25px; }

@media screen and (max-width: 1800px){
	#guide .border-title{ margin-bottom: 30px; }
	#guide .viewmore{ margin-top: 40px; padding-left: 30px; padding-right: 30px; }

	#guide ul{ margin-top: 40px; }
	#guide ul li{ font-size: 18px; }
	#guide ul li strong{ padding-right: 15px; }
}

@media screen and (max-width: 1280px){
	#guide .border-title{ margin-bottom: 20px; }
	#guide .viewmore{ margin-top: 30px; padding-left: 20px; padding-right: 20px; }

	#guide ul{ margin-top: 30px; }
	#guide ul li{ font-size: 17px; padding-left: 10px; }
	#guide ul li:not(:last-of-type){ margin-bottom: 10px; }
	#guide ul li::before{ width: 3px; height: 3px; }
	#guide ul li strong{ padding-right: 10px; }
}

@media screen and (max-width: 600px){
	#guide br{ display: none; }
}


/* 멤버십 - 후원 방법 */
#support{
	--width: calc((100% - 20px) / 2);
}
#support section:not(:last-child){ margin-bottom: 80px; }
#support .border-title{ margin-bottom: 40px; }
#support h6{ font-size: 22px; font-weight: 600; color: #151515; margin-bottom: 25px; }
#support .viewmore{ width: var(--width); padding: 15px; margin-top: 40px; }

#support .p-box p:not(:last-of-type){ margin-bottom: 15px; }
#support .p-box strong{ font-weight: 500; color: #555; }

#support .table-box th{ width: 260px; }
#support .table-box .asterisk{ font-size: 15px; margin-top: 20px; }

#support .half-box{ display: flex; flex-wrap: wrap; justify-content: space-between; }
#support .half-box:not(:last-child){ margin-bottom: 60px; }
#support .half-box > *{ width: var(--width); }

#support .half-box dl{ border: 1px solid #DDD; border-left: none; border-right: none; }
#support .half-box dl dt{ background: #F5F5F5; font-size: 20px; font-weight: 500; color: #111; text-align: center; padding: 10px; }
#support .half-box dl dd{ font-size: 18px; font-weight: 400; color: #555; padding: 20px 30px; }
#support .half-box dl dd > *:not(:last-child){ margin-bottom: 15px; }
#support .half-box dl dd p{ font-size: 16px; color: #777; }
#support .half-box dl dd p strong{ display: inline-block; font-size: 20px; font-weight: 400; color: #111; padding-right: 14px; }

#support .half-box .flex{ display: flex; flex-wrap: wrap; }
#support .half-box .flex span{ display: inline-block; padding-right: 10px; }
#support .half-box .flex ul{ display: flex; margin: -5px -15px; }
#support .half-box .flex ul li{ padding: 5px 15px; position: relative; }
#support .half-box .flex ul li::after{ content: ""; width: 1px; height: 12px; background: #BBB; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#support .half-box .flex ul li:last-of-type::after{ display: none; }

#support .half-box .step{ overflow: hidden; }
#support .half-box .step ul{ display: flex; flex-wrap: wrap; margin: -5px -10px; margin-left: -28px; }
#support .half-box .step ul li{ padding: 5px 10px; padding-left: 28px; position: relative; }
#support .half-box .step ul li::before{ content: ""; width: 18px; height: 18px; background: #D9D9D9 url("/img/sub/membership/step_arrow.svg") no-repeat center center / contain; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

#support .half-box .dot-list li{ font-size: 18px; font-weight: 300; color: #353535; line-height: 1.5; padding-left: 20px; position: relative; }
#support .half-box .dot-list li:not(:last-of-type){ margin-bottom: 10px; }
#support .half-box .dot-list li::before{ content: ""; width: 4px; height: 4px; background: #353535; border-radius: 50%; position: absolute; top: calc(1.5em / 2); left: 0; transform: translateY(-50%); }

@media screen and (max-width: 1800px){
	#support section:not(:last-child){ margin-bottom: 60px; }
	#support .border-title{ margin-bottom: 40px; }
	#support h6{ font-size: 20px; }
	#support .viewmore{ margin-top: 40px; }

	#support .table-box th{ width: 200px; }

	#support .half-box dl dt{ font-size: 18px; }
	#support .half-box dl dd{ font-size: 17px; }
	#support .half-box dl dd p strong{ font-size: 18px; }
}

@media screen and (max-width: 1280px){
	#support br{ display: none; }
	#support section:not(:last-child){ margin-bottom: 40px; }
	#support .border-title{ margin-bottom: 20px; }
	#support h6{ font-size: 18px; margin-bottom: 15px; }
	#support .viewmore{ padding: 13px; margin-top: 20px; }

	#support .table-box th{ width: 130px; }
	#support .table-box .asterisk{ margin-top: 10px; }

	#support .half-box dl dt{ font-size: 17px; }
	#support .half-box dl dd{ font-size: 16px; padding: 15px 20px; }
	#support .half-box dl dd > *:not(:last-child){ margin-bottom: 10px; }
	#support .half-box dl dd p{ font-size: 15px; }
	#support .half-box dl dd p strong{ font-size: 17px; padding-right: 10px; }

	#support .half-box .step ul{ margin-left: -25px; }
	#support .half-box .step ul li{ padding-left: 25px; }
	#support .half-box .step ul li::before{ width: 15px; height: 15px; }

	#support .half-box .dot-list li{ font-size: 17px; padding-left: 13px; }
	#support .half-box .dot-list li:not(:last-of-type){ margin-bottom: 7px; }
	#support .half-box .dot-list li::before{ width: 3px; height: 3px; }
}

@media screen and (max-width: 1000px){
	#support{
		--width: 100%;
	}
	#support .half-box > *:not(:last-child){ margin-bottom: 40px; }
}


/* 멤버십 - 후원인 · 기관 */
#sponsor .border-title{ margin-bottom: 40px; }
#sponsor h6{ font-size: 26px; font-weight: 600; color: #151515; margin-bottom: 40px; }
#sponsor h6 em{ display: inline-block; font-size: 18px; font-weight: 300; color: #999; padding-left: 15px; }
#sponsor .asterisk{ font-size: 17px; color: #888; margin-top: 20px; }
#sponsor .asterisk::before{ filter: brightness(2); -webkit-filter: brightness(2); }

#sponsor section{ padding: 60px 0; }
#sponsor section:not(:last-of-type){ border-bottom: 1px solid #DDD; }
#sponsor section:first-of-type{ padding-top: 0; }
#sponsor section:last-of-type{ padding-bottom: 0; }

#sponsor .name{ font-size: 20px; font-weight: 300; color: #353535; line-height: 1.6; }
#sponsor .name p{ line-height: inherit; }

#sponsor .agency h6{ color: #555; margin-bottom: 30px; }
#sponsor .agency .logo-box{ overflow: hidden; }
#sponsor .agency .logo-box div{ display: flex; flex-wrap: wrap; margin: -15px -30px; }
#sponsor .agency .logo-box div > *{ margin: 15px 30px; }
#sponsor .agency .logo-box figure{ display: flex; justify-content: center; align-items: center; height: 100px; }
#sponsor .agency .logo-box figure img{ max-height: 100%; }

@media screen and (max-width: 1800px){	
	#sponsor .border-title{ margin-bottom: 30px; }
	#sponsor h6{ font-size: 22px; margin-bottom: 30px; }
	#sponsor h6 em{ font-size: 17px; }

	#sponsor section{ padding: 40px 0; }

	#sponsor .name{ font-size: 18px; }

	#sponsor .agency .logo-box div{ margin: -15px -20px; }
	#sponsor .agency .logo-box div > *{ margin: 15px 20px; }
	#sponsor .agency .logo-box figure{ height: 85px; }
}

@media screen and (max-width: 1280px){
	#sponsor .border-title{ margin-bottom: 25px; }
	#sponsor h6{ font-size: 20px; margin-bottom: 15px; }
	#sponsor h6 em{ font-size: 16px; padding-left: 10px; }

	#sponsor section{ padding: 25px 0; }

	#sponsor .name{ font-size: 17px; }
	#sponsor .asterisk{ font-size: 16px; margin-top: 10px; }

	#sponsor .agency h6{ margin-bottom: 15px; }
	#sponsor .agency .logo-box div{ margin: -10px -15px; }
	#sponsor .agency .logo-box div > *{ margin: 10px 15px; }
	#sponsor .agency .logo-box figure{ height: 70px; }
}


/* 스토어 - 하콘 실황앨범 */
#album .right section:not(:last-of-type){ margin-bottom: 80px; }
#album .border-title h5{ font-size: 26px; }
#album h4{ font-family: var(--pointFont); font-size: 4.8rem; font-weight: 400; color: #000; letter-spacing: -0.02em; line-height: 1.5; }
#album .p-box{ text-align: justify; }
#album .p-box p{ line-height: 1.6; margin-top: 30px; }

#album .banner{ min-height: 360px; border-radius: 5px; padding: 70px; position: relative; z-index: 10; overflow: hidden; }
#album .banner .bg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; }
#album .banner .bg img{ width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform var(--aosT); }
#album .banner h5{ font-size: 30px; font-weight: 500; color: #FFF; letter-spacing: -0.02em; }
#album .banner h5:not(:last-of-type){ margin-bottom: 15px; }
#album .banner .viewmore{ background: #000; color: #FFF; padding-inline: 35px; margin-top: 40px; }
#album .banner .viewmore i::before{ filter: invert(1) brightness(3); -webkit-filter: invert(1) brightness(3); }

#album .logo-box{ overflow: hidden; margin-top: 40px; }
#album .logo-box ul{ display: flex; justify-content: space-between; margin: 0 -50px; }
#album .logo-box ul li{ max-width: calc(100% / 5); margin: 0 50px; }
#album .logo-box ul.six{ margin: 0 -54px; }
#album .logo-box ul.six li{ max-width: calc(100% / 6); margin: 0 54px; }
#album .logo-box figure{ width: 100%; height: 100px; display: flex; justify-content: center; align-items: center;}
#album .logo-box figure img{ max-height: 100%; }

@media screen and (hover: hover) and (pointer: fine){
	#album .banner:hover .bg img{ transform: scale(1.05); }
}

@media screen and (max-width: 1800px){
	#album .border-title h5{ font-size: 22px; }
	#album .p-box p{ margin-top: 20px; }

	#album .banner{ padding: 45px; }
	#album .banner h5{ font-size: 26px; }
	#album .banner .viewmore{ padding-inline: 25px; margin-top: 30px; }

	#album .logo-box{ margin-top: 20px; }
	#album .logo-box ul{ margin: 0 -30px; }
	#album .logo-box ul li{ margin: 0 30px; }
	#album .logo-box ul.six{ margin: 0 -34px; }
	#album .logo-box ul.six li{ margin: 0 34px; }
	#album .logo-box figure{ height: 90px; }
}

@media screen and (max-width: 1500px){
	#album .logo-box ul{ margin: 0 -15px; }
	#album .logo-box ul li{ margin: 0 15px; }
	#album .logo-box ul.six{ margin: 0 -19px; }
	#album .logo-box ul.six li{ margin: 0 19px; }
}

@media screen and (max-width: 1280px){
	#album .right section:not(:last-of-type){ margin-bottom: 50px; }
	#album .border-title h5{ font-size: 20px; }
	#album h4{ font-size: 5.8rem; }
	#album .p-box p{ margin-top: 15px; }

	#album .banner{ min-height: 250px; padding: 30px; }
	#album .banner h5{ font-size: 22px; }
	#album .banner h5:not(:last-of-type){ margin-bottom: 10px; }
	#album .banner .viewmore{ padding-inline: 20px; margin-top: 20px; }

	#album .logo-box{ margin-top: 10px; }
	#album .logo-box figure{ height: 80px; }
}

@media screen and (max-width: 900px){
	#album .banner h5{ font-size: 20px; }
	#album .banner h5:not(:last-of-type){ margin-bottom: 5px; }

	#album .logo-box{ margin-top: 5px; }
	#album .logo-box ul{ flex-wrap: wrap; margin: 0 !important; }
	#album .logo-box ul li{ max-width: unset !important; width: 50%; margin: 0 !important; }
}