/* 서브 비주얼 */
#visual.visual1 .bg{ background: url("/img/sub/about_bg.jpg") no-repeat center center / cover; }
#visual.visual2 .bg{ background: url("/img/sub/storage_bg.jpg") no-repeat center center / cover; }
#visual.visual3 .bg{ background: url("/img/sub/rnd_bg.jpg") no-repeat center center / cover; }
#visual.visual4 .bg{ background: url("/img/sub/hscm_bg.jpg") no-repeat center center / cover; }
#visual.visual5 .bg{ background: url("/img/sub/investor_bg.jpg") no-repeat center center / cover; }
#visual.visual6 .bg{ background: url("/img/sub/notice_bg.jpg") no-repeat center center / cover; }
#visual.visual7 .bg{ background: url("/img/sub/policy_bg.jpg") no-repeat center center / cover; }


/* lnb */
#lnb{ margin-top: -5px; margin-left: -20px; }
#lnb ul{ display: flex; align-items: center; }
#lnb ul li{ position: relative; }
#lnb ul li::after{ content: ""; width: 3px; height: 3px; background: #999; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translate(50%, -50%); }
#lnb a{ display: inline-block; font-size: 18px; font-weight: 500; color: #999; padding: 5px 20px; }

#lnb ul li:first-of-type::after{ display: none; }
#lnb ul li:last-of-type a{ color: #222; }


/* visual */
#visual{ padding-top: 100px; overflow: hidden; }
#visual .text-box h2{ font-family: var(--engFont); font-size: 11rem; font-weight: 300; color: #111; letter-spacing: -0.06em; margin: 40px 0 70px; }
#visual .text-box h2 em span{ display: inline-block; animation: textBlur 1s both; }
#visual .text-box h2 strong{ display: inline-block; font-family: var(--engFont2); font-size: 10rem; font-weight: 700; letter-spacing: -0.04em; animation: textClip 1s both; }
#visual .bg-box{ overflow: hidden; }
#visual .bg-box .bg{ padding-bottom: 30%; animation: imgZoomin 3s both; }


/* common */
#sub{ padding-top: var(--headerH); transition: background 1s; }
#sub.black{ background: #111; }

.sub-content{ padding: 120px 0 240px; }


/* 간격 */
.pt160{ padding-top: 160px; }
.pb160{ padding-bottom: 160px; }
.pt145{ padding-top: 145px; }
.pb145{ padding-bottom: 145px; }
.pt140{ padding-top: 140px; }
.pb140{ padding-bottom: 140px; }
.pt120{ padding-top: 120px; }
.pb120{ padding-bottom: 120px; }


/* page-title */
.page-title{ margin-bottom: 100px; }
.page-title.mb60{ margin-bottom: 60px; }
.page-title h3{ font-family: var(--engFont); font-size: 8rem; font-weight: 300; color: #111; letter-spacing: -0.06em; transform: translateY(100%); clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); transition: color 0.5s, transform 0.5s, clip-path 0.5s; transition-property: opacity, transform, clip-path, color !important; }
.page-title p{ font-size: 20px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.6; margin-top: 30px; }
.page-title p:not(:first-of-type){ margin-top: 15px; }
.page-title p strong{ font-weight: 600; }
.page-title p em{ font-size: 24px; font-weight: 600; color: var(--mainColor); letter-spacing: -0.02em; }

#sub.black .page-title h3{ color: #FFF; }
#sub.black .page-title p{ color: rgba(255, 255, 255, 0.8); }

.page-title h3.aos-animate{ transform: translateY(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }


/* sec-title */
.sec-title{ margin-bottom: 60px; }
.sec-title h3,
.sec-title h4{ font-weight: 400; color: #111; letter-spacing: -0.02em; transform: translateY(100%); clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); transition: color 0.5s, transform 0.5s, clip-path 0.5s; transition-property: opacity, transform, clip-path, color !important; }
.sec-title h3{ font-size: 5rem; }
.sec-title h4{ font-size: 4rem; }

.sec-title h3.aos-animate, 
.sec-title h4.aos-animate{ transform: translateY(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }


/* line-title */
.line-title{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; position: relative; opacity: 1; }
.line-title::before{ content: ""; width: 100%; height: 2px; background: #333; position: absolute; bottom: 0; left: 0; transform: scaleX(0); transform-origin: left; transition: transform 1.5s; }
.line-title > *{ transform: translateY(100%); clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); transition: transform 1s, clip-path 1s; transition-property: opacity, transform, clip-path, color !important; }
.line-title > *:first-child{ margin-right: 30px; transition-delay: unset !important; }
.line-title > *:last-child{ transition-delay: 1s; }
.line-title > *:only-child{ margin-right: 0 !important; }

.line-title.aos-animate::before{ transform: scaleX(1); }
.line-title.aos-animate > *{ transform: translateY(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }


/* clipCircle */
.clipCircle{ opacity: 0; clip-path: circle(0 at 50% 50%); -webkit-clip-path: circle(0 at 50% 50%); transition: opacity 1.5s, clip-path 1.5s !important; }
.clipCircle.aos-animate{ opacity: 1; clip-path: circle(100% at 50% 50%); -webkit-clip-path: circle(100% at 50% 50%); }


/* border-layout */
.border-layout{
	--border: #DDD;
}

.border-layout{ border-top: 1px solid var(--border); }
.border-layout:not(:last-of-type){ margin-bottom: -1px; }
.border-layout:last-of-type{ border-bottom: 1px solid var(--border); }
.border-layout .flex-box{ display: flex; }
.border-layout .flex-box > div{ width: 50%; position: relative; z-index: 10; }
.border-layout .flex-box > div::before,
.border-layout .flex-box > div::after{ content: ""; width: 1px; height: 100%; background: var(--border); position: absolute; top: 0; z-index: 10; }
.border-layout .flex-box > div::before{ left: 0; }
.border-layout .flex-box > div::after{ right: 0; }

.border-layout figure{ width: 100%; }
.border-layout figure img{ width: 100%; }

.border-layout .text{ display: flex; flex-direction: column; padding: 60px 80px; }
.border-layout .text span{ flex: 1 0 auto; display: block; font-family: var(--engFont2); font-size: 18px; font-weight: 700; color: var(--mainColor); }
.border-layout .text .figure{ display: none; }
.border-layout .text dl dt{ font-size: 26px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 20px; }
.border-layout .text dl dt em{ color: var(--mainColor); }
.border-layout .text dl dd{ font-size: 18px; font-weight: 300; color: #222; letter-spacing: -0.02em; line-height: 1.5; }
.border-layout .text dl dd *{ line-height: inherit; }
.border-layout .text dl dd strong{ font-weight: 600; }

.border-layout:nth-of-type(odd) .img::after{ display: none; }

.border-layout:nth-of-type(even) .flex-box{ flex-direction: row-reverse; }
.border-layout:nth-of-type(even) .img::before{ display: none; }


/* tab-menu */
.tab-menu{ margin-bottom: 100px; }
.tab-menu.mb60{ margin-bottom: 60px; }
.tab-menu ul{ display: flex; flex-wrap: wrap; margin-left: -20px; margin-bottom: -10px; }
.tab-menu ul li{ margin-bottom: 10px; cursor: pointer; }
.tab-menu ul li a{ display: inline-block; font-size: 30px; font-weight: 400; color: #999; letter-spacing: -0.02em; padding: 8px 20px; position: relative; }
/* .tab-menu ul li a::before{ content: ""; width: calc(100% - 40px); height: 3px; background: #222; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) scaleX(0); transition: transform 0.5s; } */
.tab-menu ul li a span{ background: linear-gradient(to bottom, transparent calc(100% - 2px), #222 calc(100% - 2px) 100%) left center no-repeat; background-size: 0 auto; line-height: 1.5em; padding: 3px 0; }

.tab-menu ul li.on a{ font-weight: 600; color: #222; }
.tab-menu ul li.on a span{ background-size: 100% auto; }
/* .tab-menu ul li.on a::before{ transform: translateX(-50%) scaleX(1); } */


/* sticky-tab */
.sticky-tab{ position: sticky; top: 80px; left: 0; }
.sticky-tab ul li{ font-size: 18px; font-weight: 500; color: #AAA; letter-spacing: -0.02em; padding: 9px 0; padding-left: 0; position: relative; transition: padding 0.5s, font-size 0.5s, color 0.5s; cursor: pointer; }
.sticky-tab ul li::before{ content: ""; width: 3px; height: calc(100% - 18px); background: #222; position: absolute; top: 50%; left: 0; transform: translateY(-50%) scaleY(0); transition: transform 0.5s; }
.sticky-tab ul li span{ font-size: 16px; transition: font-size 0.5s; }

.sticky-tab ul li.active{ font-size: 22px; font-weight: 600; color: #222; padding-left: 23px !important; }
.sticky-tab ul li.active::before{ transform: translateY(-50%) scaleY(1); }
.sticky-tab ul li.active span{ font-size: 18px; }


/* frame-box */
.frame-box{ display: flex; flex-wrap: wrap; }
.frame-box .item{ overflow: hidden; border-radius: 20px; position: relative; clip-path: inset(0 0 0 0 round 20px); -webkit-clip-path: inset(0 0 0 0 round 20px); transition: clip-path 0.5s, opacity 1s, transform 1s !important; }
.frame-box .bg{ width: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.frame-box .bg img{ width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 0.8s; }
.frame-box .text{ width: 100%; height: 100%; display: flex; flex-direction: column; padding: 50px; position: relative; z-index: 10; }
.frame-box .text::before{ content: ""; background: rgba(0, 0, 0, 0.75); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; opacity: 0; transition: opacity 0.8s; }  
.frame-box .text dl{ flex: 1 0 auto; opacity: 0; filter: blur(10px); -webkit-filter: blur(10px); transition: opacity 0.5s, filter 0.5s; }
.frame-box .text dl dt{ font-size: 30px; font-weight: 600; color: #FFF; letter-spacing: -0.02em; margin-bottom: 20px; }
.frame-box .text dl dd{ font-size: 18px; font-weight: 300; color: rgba(255, 255, 255, 0.8); letter-spacing: -0.02em; line-height: 1.6; }
.frame-box .text h6{ font-family: var(--engFont2); font-size: 36px; font-weight: 700; color: #FFF; letter-spacing: -0.04em; transition: color 0.8s; }

.frame-box .item:hover{ clip-path: inset(10px 10px 10px 10px round 20px); -webkit-clip-path: inset(10px 10px 10px 10px round 20px); }
.frame-box .item:hover img{ transform: scale(1.1); }
.frame-box .item:hover .text::before{ opacity: 1; }
.frame-box .item:hover .text dl{ opacity: 1; filter: blur(0); -webkit-filter: blur(0); }
.frame-box .item:hover .text h6{ color: rgba(255, 255, 255, 0.3); }

.frame-box .item.on{ clip-path: inset(10px 10px 10px 10px round 20px); -webkit-clip-path: inset(10px 10px 10px 10px round 20px); }
.frame-box .item.on img{ transform: scale(1.1); }
.frame-box .item.on .text::before{ opacity: 1; }
.frame-box .item.on .text dl{ opacity: 1; filter: blur(0); -webkit-filter: blur(0); }
.frame-box .item.on .text h6{ color: rgba(255, 255, 255, 0.3); }

/* table-box */
.table-box{
	--thSize: 20px;
	--tdSize: 18px;
	--padding: 17px;
	--minH: 100px;
	--border: #E8E8E8;
	--activeShadow: 0 0 30px rgba(0, 153, 68, 0.15);
}

.table-box{ width: 100%; border-top: 1px solid #111; text-align: center; position: relative; overflow-y: clip; overflow-x: auto; }
.table-box::-webkit-scrollbar{ width: 22px; height: 22px; }
.table-box::-webkit-scrollbar-thumb{ background: var(--mainColor); background-clip: padding-box; border: 7px solid transparent; border-left: none; border-right: none; }
.table-box::-webkit-scrollbar-track{ background: #DDD; background-clip: padding-box; border: 7px solid transparent; border-left: none; border-right: none; }
.table-box *{ line-height: 1.5; }
.table-box .active-box{ position: relative; }
.table-box .active-box::before{ content: ""; width: 0; height: var(--activeH); position: absolute; bottom: 0; left: 0; box-shadow: var(--activeShadow); }
.table-box table th, 
.table-box table td{ border: 1px solid var(--border); font-size: var(--tdSize); color: #222; padding: var(--padding); border-left: none; }
.table-box table th{ background: #F5F5F5; font-weight: 500; }
.table-box table thead th{ font-size: var(--thSize); font-weight: 600; }
.table-box table td{ font-weight: 300; }
.table-box .min{ display: flex; justify-content: center; align-items: center; min-height: calc(var(--minH) - (var(--padding) * 2)); }

.table-box table tr > *:last-of-type{ border-right: none; }
.table-box table .border{ border: 1px solid var(--border); }
.table-box table .none{ background: transparent; border: none; }
.table-box table .green{ background: rgba(0, 153, 68, 0.05); }
.table-box table .th{ font-size: var(--thSize); }
.table-box table .gray{ color: #555; }

.table-box table .active{ position: relative; z-index: 10; }
.table-box table .active::before{ content: ""; width: 100%; height: calc(100% + 2px); position: absolute; bottom: -1px; left: 0; z-index: -1; box-sizing: border-box; }
.table-box table th.active{ background: var(--mainColor); font-weight: 600; color: #FFF; }
.table-box table th.active::before{ background: var(--mainColor); }
.table-box table td.active{ font-weight: 500; }
.table-box table td.active::before{ content: ""; border: 5px solid var(--mainColor); border-top: none; border-bottom: none; }
.table-box table tbody tr:last-of-type td.active::before{ border-bottom: 5px solid var(--mainColor); }


/* flex-layout */
.flex-layout{
	--left: 295px;
}

.flex-layout{ display: flex; }
.flex-layout .left{ width: var(--left); padding-right: 30px; }
.flex-layout .right{ width: calc(100% - var(--left)); }


/* popup (공통) */
#popup{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 1000; display: none; }
#popup .blank{ width: 100%; height: 100%; }
#popup .inner{ max-width: 90%; background: #FFF; border: 1px solid #DDD; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#popup .close{ background: none; border: none; padding: 0; position: absolute; top: 40px; right: 40px; }
#popup .close::before{ content: ""; width: 30px; height: 30px; display: inline-block; background: url("/img/sub/popup_close.svg") no-repeat center center / contain; }

@media screen and (max-width: 1600px){
	/* lnb */
	#lnb a{ font-size: 17px; }

	/* visual */
	#visual{ padding-top: 60px; }
	#visual .text-box h2{ margin: 30px 0 40px; }
	#visual .bg-box{ width: calc(100% + 40px); margin-left: -20px; }

	/* common */
	.sub-content{ padding: 80px 0 180px; }

	/* 간격 */
	.pt160{ padding-top: 130px; }
	.pb160{ padding-bottom: 130px; }
	.pt145{ padding-top: 125px; }
	.pb145{ padding-bottom: 125px; }
	.pt140{ padding-top: 120px; }
	.pb140{ padding-bottom: 120px; }
	.pt120{ padding-top: 100px; }
	.pb120{ padding-bottom: 100px; }

	/* page-title */
	.page-title{ margin-bottom: 70px; }
	.page-title.mb60{ margin-bottom: 40px; }
	.page-title p{ font-size: 18px; }
	.page-title p em{ font-size: 20px; }

	/* sec-title */
	.sec-title{ margin-bottom: 40px; }

	/* border-layout */
	.border-layout .text{ padding: 50px 60px; }
	.border-layout .text span{ font-size: 17px; }
	.border-layout .text dl dt{ font-size: 22px; }

	/* tab-menu */
	.tab-menu{ margin-bottom: 60px; }
	.tab-menu.mb60{ margin-bottom: 40px; }
	.tab-menu ul li a{ font-size: 24px; }

	/* sticky-tab */
	.sticky-tab ul li{ font-size: 17px; }
	.sticky-tab ul li::before{ width: 3px; }
	.sticky-tab ul li span{ font-size: 15px; }

	.sticky-tab ul li.active{ font-size: 20px; padding-left: 15px !important; }
	.sticky-tab ul li.active span{ font-size: 17px; }

	/* frame-box */
	.frame-box .text dl dt{ font-size: 26px; }
	.frame-box .text dl dd{ font-size: 17px; }
	.frame-box .text h6{ font-size: 30px; }

	/* table-box */
	.table-box{
		--thSize: 18px;
		--tdSize: 17px;
		--padding: 15px;
		--minH: 90px;
	}

	/* flex-layout */
	.flex-layout{
		--left: 250px;
	}
}

@media screen and (max-width: 1280px){
	/* lnb */
	#lnb a{ font-size: 16px; }

	/* visual */
	#visual{ padding-top: 20px; }
	#visual .text-box h2{ font-size: 9rem; margin: 20px 0 10px; }
	#visual .text-box h2 strong{ font-size: 8.5rem; }

	/* common */
	.sub-content{ padding: 50px 0 100px; }

	/* 간격 */
	.pt160{ padding-top: 85px; }
	.pb160{ padding-bottom: 85px; }
	.pt145{ padding-top: 85px; }
	.pb145{ padding-bottom: 85px; }
	.pt140{ padding-top: 80px; }
	.pb140{ padding-bottom: 80px; }
	.pt120{ padding-top: 70px; }
	.pb120{ padding-bottom: 70px; }

	/* page-title */
	.page-title{ margin-bottom: 30px; }
	.page-title.mb60{ margin-bottom: 20px; }
	.page-title h3{ font-size: 7.5rem; }
	.page-title p{ font-size: 17px; margin-top: 15px; }
	.page-title p:not(:first-of-type){ margin-top: 10px; }
	.page-title p em{ font-size: 18px; }

	/* sec-title */
	.sec-title{ margin-bottom: 20px; }
	.sec-title h3{ font-size: 5.5rem; }
	.sec-title h4{ font-size: 4.5rem; }

	/* border-layout */
	.border-layout .text{ padding: 30px 40px; }
	.border-layout .text span{ font-size: 15px; }
	.border-layout .text dl dt{ font-size: 19px; margin-bottom: 10px; }
	.border-layout .text dl dd{ font-size: 16px; }

	/* tab-menu */
	.tab-menu{ margin-bottom: 40px; }
	.tab-menu.mb60{ margin-bottom: 20px; }
	.tab-menu ul{ margin-left: -10px; }
	.tab-menu ul li a{ font-size: 20px; padding: 8px 10px; }
	.tab-menu ul li a::before{ width: calc(100% - 20px); }

	/* sticky-tab */
	.sticky-tab ul li{ font-size: 16px; }
	.sticky-tab ul li span{ font-size: 14px; }

	.sticky-tab ul li.active{ font-size: 18px; padding-left: 12px !important; }
	.sticky-tab ul li.active span{ font-size: 16px; }

	/* frame-box */
	.frame-box .text{ padding: 40px; }
	.frame-box .text dl dt{ font-size: 22px; margin-bottom: 10px;}
	.frame-box .text dl dd{ font-size: 16px; }
	.frame-box .text h6{ font-size: 26px; }

	/* table-box */
	.table-box{
		--thSize: 17px;
		--tdSize: 16px;
		--minH: 80px;
	}

	/* popup (공통) */
	#popup .close{ padding: 5px; top: 15px; right: 15px; }
	#popup .close::before{ width: 25px; height: 25px; }  
}

@media screen and (max-width: 1200px){
	/* flex-layout */
	.flex-layout{ flex-direction: column; }
	.flex-layout .left{ width: 100%; padding-right: 0; padding-bottom: 30px; }
	.flex-layout .right{ width: 100%; }
}

@media screen and (max-width: 1000px){
	/* border-layout */
	.border-layout .flex-box{ display: block; }
	.border-layout .flex-box > div{ width: 100%; }
	.border-layout .img{ display: none; }
	.border-layout .text span{ margin-bottom: 30px; }
	.border-layout .text dl dt{ margin-bottom: 15px; }
	.border-layout .text .figure{ display: block; margin-bottom: 20px; }
}

@media screen and (max-width: 900px){
	/* sec-title */
	.sec-title h3{ font-size: 6rem; }
	.sec-title h4{ font-size: 5rem; }

	/* frame-box */
	.frame-box .text{ padding: 35px; }
	.frame-box .text dl dt{ font-size: 20px; }
	.frame-box .text h6{ font-size: 23px; }

	/* tab-menu */
	.tab-menu ul{ margin-left: -8px; }
	.tab-menu ul li a{ font-size: 18px; padding: 8px; }
	.tab-menu ul li a::before{ width: calc(100% - 16px); height: 2px; }

	/* table-box */
	.table-box{
		--minH: 70px;
	}
}

@media screen and (max-width: 650px){
	/* border-layout */
	.border-layout .text{ padding: 25px 30px; }
}


/* 회사소개 - 소개 */
#introduction .introduce .page-title{ margin-bottom: 40px; }
#introduction .introduce .flex-box{ display: flex; position: relative; }
#introduction .introduce .flex-box::before,
#introduction .introduce .flex-box::after{ content: ""; width: 100%; height: 1px; background: #DDD; position: absolute; left: 0; z-index: 10; }
#introduction .introduce .flex-box::before{ top: 0; }
#introduction .introduce .flex-box::after{ bottom: 0; }
#introduction .introduce .flex-box > div{ width: 50%; height: 100vh; }

#introduction .introduce .img{ position: relative; }
#introduction .introduce .img::after{ content: ""; width: 1px; height: 100%; background: #DDD; position: absolute; top: 0; right: 0; z-index: 10; }
#introduction .introduce .img figure{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; clip-path: circle(0 at 50% 50%); -webkit-clip-path: circle(0 at 50% 50%); transition: opacity 1.5s, clip-path 1.5s; }
#introduction .introduce .img figure img{ width: 100%; height: 100%; object-fit: cover; }

#introduction .introduce .item{ display: flex; padding: 50px 80px; position: relative; transition: padding 0.5s, flex 1s; }
#introduction .introduce .item::after{ content: ""; width: 100%; height: 1px; background: #DDD; position: absolute; bottom: 0; left: 0; }
#introduction .introduce .text{ display: flex; flex-direction: column; }
#introduction .introduce .text figure{ display: none; margin-bottom: 20px; opacity: 0; clip-path: circle(0 at 50% 50%); -webkit-clip-path: circle(0 at 50% 50%); transition: opacity 1.5s, clip-path 1.5s; }
#introduction .introduce .text figure.aos-animate{ opacity: 1; clip-path: circle(100% at 50% 50%); -webkit-clip-path: circle(100% at 50% 50%); }
#introduction .introduce .text figure img{ width: 100%; }
#introduction .introduce dl{ height: 100%; display: flex; flex-direction: column; justify-content: flex-end; position: relative; }
#introduction .introduce dl::before{ content: attr(data-num); font-family: var(--engFont3); font-size: 18px; font-weight: 600; color: #333; letter-spacing: -0.02em; position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.5s; }
#introduction .introduce dl *{ font-size: 18px; letter-spacing: -0.02em; line-height: 1.5; }
#introduction .introduce dl dt{ font-weight: 400; color: #DDD; transition: font-size 0.5s, color 0.5s; }
#introduction .introduce dl dt span{ font-size: inherit; display: block; transition: color 0.5s; }
#introduction .introduce dl dd{ font-weight: 300; color: #555; padding-top: 20px; display: none; }

#introduction .introduce figure.on{ opacity: 1; clip-path: circle(100% at 50% 50%); -webkit-clip-path: circle(100% at 50% 50%); }
#introduction .introduce .item.on{ flex: 1 0 auto; padding: 60px 80px; }
#introduction .introduce .item.on dl::before{ opacity: 1; }
#introduction .introduce .item.on dl dt{ font-size: 26px; font-weight: 600; color: #111; }
#introduction .introduce .item.on dl dt span{ color: var(--mainColor); }


#introduction .achieve .page-title{ margin-bottom: 85px; }
#introduction .achieve .flex-box{ display: flex; flex-wrap: wrap; }
#introduction .achieve .item{ width: calc(100% / 4); position: relative; clip-path: inset(0 0 0 0 round 20px); -webkit-clip-path: inset(0 0 0 0 round 20px); transition: clip-path 0.5s, transform 1s, opacity 1s; }
#introduction .achieve .item a{ display: block; position: relative; }

#introduction .achieve .img{ padding-bottom: 125%; position: relative; }
#introduction .achieve .img::after{ content: ""; width: calc(100% + 20px); height: calc(100% + 20px); background: linear-gradient(to bottom, transparent, #111 85%); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.5s; }

#introduction .achieve .text{ width: 100%; display: flex; flex-direction: column; justify-content: flex-end; position: absolute; bottom: 0; left: 0; z-index: 10; }
#introduction .achieve .text > div{ padding: 50px; }
#introduction .achieve .relative{ opacity: 0; pointer-events: none; }
#introduction .achieve .absolute{ width: 100%; text-align: right; position: absolute; top: 0; left: 0; transform: translateY(0); transition: top 0.5s, transform 0.5s; will-change: top, transform; }
#introduction .achieve dl{ text-align: left; }
#introduction .achieve dl *{ color: #FFF; letter-spacing: -0.02em; }
#introduction .achieve dl dt{ font-size: 30px; font-weight: 600; margin-bottom: 20px; }
#introduction .achieve dl dd{ font-size: 18px; font-weight: 300; line-height: 1.5; position: relative; padding-left: 15px; margin-top: 10px; opacity: 0; transition: opacity 0.5s; }
#introduction .achieve dl dd::before{ content: ""; width: 4px; height: 4px; background: #FFF; border-radius: 50%; opacity: 0.8; position: absolute; top: calc(1.5em / 2); left: 0; transform: translateY(-50%); }
#introduction .achieve i{ display: inline-block; width: 40px; height: 40px; background: #FFF; border-radius: 50%; margin-top: 30px; position: relative; opacity: 0; transition: opacity 0.3s; }
#introduction .achieve i::before{ content: ""; width: 20px; height: 20px; background: url("/img/sub/about/achieve_icon.svg") no-repeat center center / contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#introduction .achieve .item:hover{ clip-path: inset(10px 10px 10px 10px round 20px); -webkit-clip-path: inset(10px 10px 10px 10px round 20px); }
#introduction .achieve .item:hover .img::after{ opacity: 1; }
#introduction .achieve .item:hover .absolute{ top: 100%; transform: translateY(-100%); }
#introduction .achieve .item:hover dd{ opacity: 1; }
#introduction .achieve .item:hover i{ opacity: 1; }

@media screen and (max-width: 1600px){
	#introduction .introduce .page-title{ margin-bottom: 20px; }
	#introduction .introduce .item{ padding: 40px 60px; }
	#introduction .introduce dl::before{ font-size: 17px; }
	#introduction .introduce dl *{ font-size: 17px; }

	#introduction .introduce .item.on{ padding: 50px 60px; }
	#introduction .introduce .item.on dl dt{ font-size: 22px; }

	#introduction .achieve .page-title{ margin-bottom: 50px; }
	#introduction .achieve .text > div{ padding: 40px; }
	#introduction .achieve dl dt{ font-size: 26px; }
	#introduction .achieve dl dd{ font-size: 17px; }
	#introduction .achieve i{ width: 35px; height: 35px; }
}

@media screen and (max-width: 1280px){
	#introduction .introduce .page-title{ margin-bottom: 10px; }
	#introduction .introduce .item{ padding: 25px 40px; }
	#introduction .introduce dl::before{ font-size: 16px; }
	#introduction .introduce dl *{ font-size: 16px; }
	#introduction .introduce dl dd{ padding-top: 10px; }

	#introduction .introduce .item.on{ padding: 35px 40px; }
	#introduction .introduce .item.on dl dt{ font-size: 20px; }

	#introduction .achieve .page-title{ margin-bottom: 30px; }
	#introduction .achieve .text > div{ padding: 30px; }
	#introduction .achieve dl dt{ font-size: 22px; margin-bottom: 10px; }
	#introduction .achieve dl dd{ font-size: 16px; }
	#introduction .achieve i{ width: 30px; height: 30px; margin-top: 15px; }
	#introduction .achieve i::before{ width: 17px; height: 17px; }
}

@media screen and (max-width: 1200px){
	#introduction .introduce .flex-box > div{ width: 100%; height: auto; }
	#introduction .introduce .item{ padding: 30px 15px !important; }
	#introduction .introduce .img{ display: none; }
	#introduction .introduce .text figure{ display: block; }
	#introduction .introduce dl::before{ opacity: 1; }
	#introduction .introduce dl dt{ font-size: 20px; color: #111; padding-top: 50px; }
	#introduction .introduce dl dt span{ color: var(--mainColor); }
	#introduction .introduce dl dd{ display: block !important; padding-top: 25px; }

	#introduction .achieve .item{ width: calc(100% / 2); }
	#introduction .achieve .img figure{ height: 300px; }
}

@media screen and (max-width: 750px){
	#introduction .achieve .item{ width: 100%; }
	#introduction .achieve .img figure{ height: 300px; }
}


/* 회사소개 - 가치 및 비젼 */
#vision .purpose{ overflow: hidden; }
#vision .purpose .flex-box{ display: flex; position: relative; }
#vision .purpose .flex-box > div{ width: 50%; }
#vision .purpose .text{ display: flex; flex-direction: column; padding-right: 100px; }
#vision .purpose .text .page-title{ flex: 1 0 auto; margin-bottom: 30px; }
#vision .purpose .text .page-title h3{ transform: unset; clip-path: unset; -webkit-clip-path: unset; }
#vision .purpose .text p{ font-size: 22px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.6; }
#vision .purpose .text p strong{ font-weight: 600; }

#vision .purpose .figure{ width: 50%; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#vision .purpose .figure figure{ width: 100%; }
#vision .purpose .figure img{ width: 100%; }
#vision .purpose .img div{ width: 100%; padding-bottom: 80%; }

#vision .diagram{ position: relative; opacity: 1; }
#vision .diagram::before{ content: ""; width: 100%; height: 1px; background: #DDD; position: absolute; top: 0; left: 0; transform: scaleX(0); transform-origin: left; transition: transform 1.5s; }
#vision .diagram.aos-animate::before{ transform: scaleX(1); }

#vision .diagram .flex-box{ display: flex; align-items: center; }
#vision .diagram .flex-box > div{ width: 50%; }
#vision .diagram .list-box{ position: relative; }
#vision .diagram .list-box::after{ content: url("/img/sub/about/vision_after.png"); position: absolute; top: 50%; right: 0; z-index: -1; transform: translate(70%, -50%); }
#vision .diagram .list-box ul li{ background: #F8F8F8; border-radius: 20px; padding: 0 30px; overflow: hidden; position: relative; }
#vision .diagram .list-box ul li:not(:last-of-type){ margin-bottom: 10px; }
#vision .diagram .list-box ul li > div{ min-height: 167px; display: flex; align-items: center; padding: 20px 0; }
#vision .diagram .list-box ul li > div::before,
#vision .diagram .list-box ul li > div::after{ content: ""; width: 40%; height: 30%; background: var(--bg); border-radius: 50%; box-shadow: 0 0 100px 100px var(--bg); opacity: 0.6; position: absolute; z-index: 1; }
#vision .diagram .list-box .icon{ width: 180px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 10; }
#vision .diagram .list-box .icon span{ font-family: var(--engFont); font-size: 30px; font-weight: 300; color: #222; }
#vision .diagram .list-box dl{ width: calc(100% - 180px); padding-left: 60px; position: relative; z-index: 10; }
#vision .diagram .list-box dl dt{ font-size: 20px; font-weight: 700; color: #222; letter-spacing: -0.02em; margin-bottom: 10px; }
#vision .diagram .list-box dl dd{ font-size: 17px; font-weight: 400; color: #444; letter-spacing: -0.02em; line-height: 1.6; }

#vision .diagram .list-box .item01::before{ --bg: #EAFFD1; top: -25%; left: 0; transform: translate(-50%, -50%); }
#vision .diagram .list-box .item01::after{ --bg: #D9E0FC; bottom: 10%; right: 0; transform: translate(50%, 50%); }
#vision .diagram .list-box .item02::before{  --bg: #D1F5FF; bottom: 10%; left: 0; transform: translate(-50%, -50%); }
#vision .diagram .list-box .item02::after{ --bg: #D9E0FC; top: -25%; right: 0; transform: translate(50%, 50%); }
#vision .diagram .list-box .item03::before{ --bg: #CDF3FF; top: -25%; left: 0; transform: translate(-50%, -50%); }
#vision .diagram .list-box .item03::after{ --bg: #FCE4D9; bottom: 10%; right: 0; transform: translate(50%, 50%); }

#vision .diagram .circle{ max-width: 495px; width: 85%; margin-left: auto; position: relative; }
#vision .diagram .circle::before{ content: ""; display: block; padding-bottom: 100%; background: #FFF; border-radius: 50%; box-shadow: 0 0 30px rgba(0, 102, 255, 0.3); }
#vision .diagram .circle .text{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); padding: 0 30px; text-align: center; }
#vision .diagram .circle .text h6{ font-size: 36px; font-weight: 700; color: #222; letter-spacing: -0.02em; margin: 35px 0 25px; }
#vision .diagram .circle .text p{ font-size: 17px; font-weight: 400; color: #444; letter-spacing: -0.02em; line-height: 1.6; }

@media screen and (max-width: 1600px){
	#vision .purpose .text p{ font-size: 20px; }

	#vision .diagram .list-box .icon{ width: 140px; }
	#vision .diagram .list-box .icon span{ font-size: 26px; }

	#vision .diagram .list-box dl{ width: calc(100% - 140px); padding-left: 30px; }
	#vision .diagram .list-box dl dt{ font-size: 19px; }

	#vision .diagram .circle .text h6{ font-size: 30px; }
}

@media screen and (max-width: 1450px){
	#vision .diagram .list-box dl br{ display: none; }
}

@media screen and (max-width: 1280px){
	#vision .purpose .text .page-title{ margin-bottom: 20px; }
	#vision .purpose .text p{ font-size: 18px; }

	#vision .diagram .flex-box > div.list-box{ width: 55%; }
	#vision .diagram .list-box .icon span{ font-size: 22px; }
	#vision .diagram .list-box dl dt{ font-size: 18px; margin-bottom: 5px; }
	#vision .diagram .list-box dl dd{ font-size: 16px; }

	#vision .diagram .flex-box > div.circle-box{ width: 45%; }
	#vision .diagram .circle .text h6{ font-size: 26px; margin: 20px 0 15px; }
}

@media screen and (max-width: 1200px){
	#vision .diagram .flex-box{ max-width: 900px; margin: 0 auto; flex-direction: column-reverse; }

	#vision .diagram .flex-box > div.list-box{ width: 100%; }
	#vision .diagram .list-box{ margin-top: 40px; }
	#vision .diagram .list-box::after{ display: none; }

	#vision .diagram .flex-box > div.circle-box{ width: 100%; }
	#vision .diagram .circle{ max-width: 400px; margin: 0 auto; }
	#vision .diagram .circle .text{ padding: 0 40px; }
}

@media screen and (max-width: 1000px){
	#vision .purpose .flex-box > div{ width: 100%; }
	#vision .purpose .text{ padding-right: 0; }
	#vision .purpose .text p{ margin-top: 15px; }
	
	#vision .purpose .figure{ width: 100%; position: static; transform: unset; }
	#vision .purpose .img{ display: none; }
}

@media screen and (max-width: 800px){
	#vision .diagram .circle{ max-width: 350px; }
}

@media screen and (max-width: 650px){
	#vision .diagram .list-box ul li > div{ flex-direction: column; align-items: flex-start; }
	#vision .diagram .list-box dl{ width: 100%; margin-top: 20px; padding-left: 0; }
}


/* 회사소개 - 연혁 */
#history{
	--ptb: 80px;
	--border: #DDD;
}

#history{ padding: 0; }
#history .flex-box{ display: flex; position: relative; z-index: 10; }
#history .flex-box > div{ width: 50%; position: relative; }
#history .inner{ max-width: 800px; width: 100%; position: relative; }

#history .left{ z-index: 5; }
#history .sticky{ width: 100%; height: 100vh; position: sticky; top: 0; left: 0; padding-left: 20px; }
#history .sticky::before,
#history .sticky::after{ content: ""; display: block; width: 200%; height: var(--ptb); background: #FFF; position: absolute; left: 0; box-sizing: border-box; }
#history .sticky::before{ border-bottom: 1px solid var(--border); top: 0; }
#history .sticky::after{ border-top: 1px solid var(--border); bottom: 0; }
#history .sticky .inner{ height: 100%; margin-left: auto; padding: var(--ptb) 0; border-left: 1px solid var(--border); border-right: 1px solid var(--border); z-index: 10; }
#history .sticky .relative{ height: 100%; position: relative; overflow: hidden; }
#history .sticky .img{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; clip-path: circle(0 at 50% 50%); -webkit-clip-path: circle(0 at 50% 50%); transition: opacity 1.5s, clip-path 1.5s; will-change: opacity, clip-path; }
#history .sticky .img figure{ width: 100%; height: 100%; }
#history .sticky .img figure img{ width: 100%; height: 100%; object-fit: cover; }
#history .sticky .img span{ display: block; font-family: var(--engFont2); font-size: 10rem; font-weight: 600; color: rgba(255, 255, 255, 0.6); letter-spacing: -0.06em; line-height: 1.1; padding: 40px 60px; position: absolute; top: 0; left: 0; }

#history .sticky .img.active{ opacity: 1; clip-path: circle(100% at 50% 50%); -webkit-clip-path: circle(100% at 50% 50%); }

#history .right{ width: 50%; padding: var(--ptb) 0; margin-left: auto; overflow: hidden; }
#history .right .inner{ padding-right: 20px; }
#history section{ border-top: 1px solid var(--border); padding: 60px 100px; padding-right: 0 !important; }
#history section:first-of-type{ border-top: none; }
#history section h6{ font-family: var(--engFont2); font-size: 4rem; font-weight: 500; color: #333; letter-spacing: -0.06em; margin-bottom: 30px; }
#history section ul li{ font-size: 20px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.6; padding-left: 15px; position: relative; }
#history section ul li:not(:last-of-type){ margin-bottom: 5px; }
#history section ul li::before{ content: ""; width: 3px; height: 3px; background: #333; border-radius: 50%; position: absolute; top: calc(1.6em / 2); left: 0; transform: translateY(-50%); }

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

	#history .sticky .img span{ padding: 30px 50px; }

	#history section{ padding: 40px 60px; }
	#history section h6{ margin-bottom: 20px; }
	#history section ul li{ font-size: 18px; }
}

@media screen and (max-width: 1280px){
	#history{
		--ptb: 50px;
	}
	
	#history .sticky .img span{ padding: 25px 35px; }

	#history section{ padding: 25px 35px; }
	#history section h6{ margin-bottom: 10px; }
	#history section ul li{ font-size: 17px; padding-left: 10px; }
}

@media screen and (max-width: 1200px){
	#history .left{ display: none; }

	#history .right{ width: 100% !important; }
	#history section{ padding: 25px 20px !important; }
	#history section:first-of-type{ border-top: 1px solid var(--border); }
	#history section:last-of-type{ border-bottom: 1px solid var(--border); }
}


/* 회사소개 - 특허 */
#board.patent .board_box table tbody tr,
#board.patent .board_box table tbody tr a{ cursor: auto !important; }


/* 제대혈 보관 - 제대혈 소개 - 제대혈이란? */
#cordblood{ overflow: hidden; }
#cordblood .page-title{ position: relative; z-index: 20; }

#cordblood .about .diagram{ position: relative; z-index: 10; }
#cordblood .about .diagram .center{ width: 100%; text-align: center; position: absolute; top: 35%; left: 0; right: 0; z-index: -1; transform: translateY(-50%); opacity: 1; }
#cordblood .about .diagram .center::before,
#cordblood .about .diagram .center::after{ --transform: translate(-50%, -50%); content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#cordblood .about .diagram .center::before{ width: 56%; padding-bottom: 56%; background: url("/img/sub/storage/cordblood_circle01.svg") no-repeat center center / contain; transform: translate(-50%, -50%); animation: rotate360 1.2s linear infinite reverse; }
#cordblood .about .diagram .center::after{ width:75%; padding-bottom: 75%; background: url("/img/sub/storage/cordblood_circle02.svg") no-repeat center center / contain; animation: rotate360 1.18s linear infinite reverse; }
#cordblood .about .diagram .center figure{ width: 50%; transform: scale(1.1); opacity: 0; transition: transform 1s, opacity 1s; }
#cordblood .about .diagram .center.aos-animate figure{ opacity: 1; transform: scale(1); }

#cordblood .about .diagram .item dl{ max-width: 500px; width: 50%; background: #FFF7F7; border-radius: 20px; padding: 40px 50px; }
#cordblood .about .diagram .item dl dt{ font-size: 20px; font-weight: 600; color: #333; letter-spacing: -0.02em; margin-bottom: 30px; }
#cordblood .about .diagram .item dl dt span{ display: block; font-family: var(--engFont2); font-size: 16px; font-weight: 700; color: #FF6969; letter-spacing: -0.02em; margin-bottom: 5px; }
#cordblood .about .diagram .item dl dd{ font-size: 17px; font-weight: 300; color: #555; letter-spacing: -0.02em; line-height: 1.5; }

#cordblood .about .diagram .item:nth-of-type(even) dl{ margin-left: auto; }
#cordblood .about .diagram .item01{ margin-bottom: -8%; }
#cordblood .about .diagram .item03{ margin-left: 8%; }


#cordblood .cell .frame-box .item{ width: calc(100% / 2); }
#cordblood .cell .frame-box .item dl{ margin-bottom: 200px; }

@media screen and (max-width: 1600px){
	#cordblood .about .diagram .item dl{ padding: 30px 40px; }
	#cordblood .about .diagram .item dl dt{ font-size: 19px; margin-bottom: 20px; }

	#cordblood .cell .frame-box .item dl{ margin-bottom: 150px; }
}

@media screen and (max-width: 1450px){
	#cordblood .about .diagram .item br{ display: none; }
	#cordblood .about .diagram .item dl{ max-width: 400px; padding: 25px 30px; }

	#cordblood .cell br{ display: none; }
	#cordblood .cell .frame-box .item dl{ margin-bottom: 100px; }
}

@media screen and (max-width: 1280px){
	#cordblood .about .diagram .item dl dt{ font-size: 18px; margin-bottom: 10px; }
	#cordblood .about .diagram .item dl dt span{ font-size: 15px; }
	#cordblood .about .diagram .item dl dd{ font-size: 16px; }
}

@media screen and (max-width: 1200px){
	#cordblood .about .diagram .center{ top: 45%; }
	#cordblood .about .diagram .item dl{ max-width: 350px; }
	#cordblood .about .diagram .item03{ margin-left: 4%; }

	#cordblood .cell .frame-box .item dl{ margin-bottom: 60px; }
}

@media screen and (max-width: 1000px){
	#cordblood .about .diagram{ margin-top: -40px; }
	#cordblood .about .diagram .center{ position: relative; top: unset; transform: unset; margin-bottom: 30px; }
	#cordblood .about .diagram .center figure{ width: 70%; }
	#cordblood .about .diagram .item{ margin: 0 !important; }
	#cordblood .about .diagram .item:not(:last-of-type){ margin-bottom: 15px !important; }
	#cordblood .about .diagram .item dl{ max-width: 100%; width: 100%; }

	#cordblood .cell .frame-box .item{ width: 100%; }
}

@media screen and (max-width: 600px){
	#cordblood .about br{ display: none; }

	#cordblood .cell .frame-box .item dl{ margin-bottom: 30px; }
}


/* 제대혈 보관 - 제대혈 소개 - 공여제대혈의 우수성 */
#superiority .icon-list{ background: #F8F8F8; padding: 80px; }
#superiority .icon-list ul{ display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto; margin-bottom: -30px; }
#superiority .icon-list ul li{ max-width: 180px; width: calc((100% - 360px) / 5); margin-right: 90px; margin-bottom: 30px; text-align: center; position: relative; }
#superiority .icon-list ul li:last-of-type{ margin-right: 0 !important; }
#superiority .icon-list ul li:nth-of-type(5n){ margin-right: 0; }
#superiority .icon-list ul li:last-of-type figure::after{ display: none !important; }
#superiority .icon-list ul li:nth-of-type(5n) figure::after{ display: none; }

#superiority .icon-list figure{ width: 100%; background: #FFF; border-radius: 20px; padding: 40px; position: relative; }
#superiority .icon-list figure::after{ content: ""; width: 50px; height: 50px; background: url("/img/sub/storage/superiority_arrow.svg") no-repeat center center / contain; position: absolute; top: 50%; right: -45px; transform: translate(50%, -50%); }
#superiority .icon-list p{ font-size: 18px; font-weight: 400; color: #000; letter-spacing: -0.02em; line-height: 1.5; margin-top: 20px; }

#superiority .monitoring .border-layout .flex-box{ flex-direction: row; }
#superiority .monitoring .border-layout .text{ justify-content: center; }

@media screen and (max-width: 1600px){
	#superiority .icon-list{ padding: 50px; }
	#superiority .icon-list figure{ padding: 30px; }
	#superiority .icon-list p{ font-size: 17px; }
}

@media screen and (max-width: 1400px){
	#superiority .border-layout br{ display: none; }
}

@media screen and (max-width: 1280px){
	#superiority .icon-list{ padding: 35px; }
	#superiority .icon-list figure{ padding: 25px; }
	#superiority .icon-list p{ font-size: 16px; margin-top: 10px; }
}

@media screen and (max-width: 1200px){
	#superiority .icon-list ul li{ width: calc((100% - 200px) / 5); margin-right: 50px; }
	#superiority .icon-list figure::after{ width: 40px; height: 40px; right: -25px; }
}

@media screen and (max-width: 1000px){
	#superiority .page-title br{ display: none; }

	#superiority .icon-list ul{ max-width: 800px; }
	#superiority .icon-list ul li{ width: calc((100% - 100px) / 3); }
	#superiority .icon-list ul li:nth-of-type(5n){ margin-right: 50px; }
	#superiority .icon-list ul li:nth-of-type(3n){ margin-right: 0; }
	#superiority .icon-list ul li:nth-of-type(3n) figure::after{ display: none; }
}

@media screen and (max-width: 600px){
	#superiority .icon-list ul{ max-width: 350px; }
	#superiority .icon-list ul li{ width: calc((100% - 50px) / 2); }
	#superiority .icon-list ul li:nth-of-type(3n){ margin-right: 50px; }
	#superiority .icon-list ul li:nth-of-type(2n){ margin-right: 0; }
	#superiority .icon-list ul li:nth-of-type(3n) figure::after{ display: block; }
	#superiority .icon-list ul li:nth-of-type(2n) figure::after{ display: none; }

	#superiority .icon-list figure{ padding: 30px; }
}


/* 제대혈 보관 - 제대혈 조혈모세포 이식 - 제대혈 vs 골수 조혈모세포 이식 */
#vs{
	--s: 160px;
	--m: 200px;
}
#vs .page-title h3{ font-size: 6rem; }

#vs .table-box{ padding-top: 20px; border-top: none; }
#vs .table-box::before{ display: none; }
#vs .table-box .active-box{ min-width: 900px; }
#vs .table-box .active-box::before{ content: ""; width: calc((100% - var(--s) - var(--m)) / 2); height: calc(var(--activeH) + 20px); left: calc(var(--s) + var(--m)); box-shadow: var(--activeShadow); }
#vs .table-box colgroup col.s{ width: var(--s); }
#vs .table-box colgroup col.m{ width: var(--m); }
#vs .table-box th.active{ top: -10px; }
#vs .table-box th.active::before{ content: ""; width: 100%; height: calc(100% + 20px); bottom: -11px; }

@media screen and (max-width: 1400px){
	#vs .table-box br{ display: none; }
}

@media screen and (max-width: 1280px){
	#vs{
		--s: 120px;
		--m: 150px;
	}

	#vs .table-box{ padding-top: 10px; }
	#vs .table-box th.active::before{ height: calc(var(--activeH) + 10px); bottom: -6px; }
	#vs .table-box th.active{ top: -5px; }
}


/* 제대혈 보관 - 제대혈 조혈모세포 이식 - 제대혈 조혈모세포 이식 치료 */
#transplant .table-box colgroup col.s{ width: 300px; }

@media screen and (max-width: 1500px){
	#transplant br{ display: none; }
}

@media screen and (max-width: 1000px){
	#transplant .table-box colgroup col.s{ width: 200px; }
}

@media screen and (max-width: 600px){
	#transplant .table-box colgroup col.s{ width: 120px; }
}


/* 제대혈 보관 - 휴코드 제대혈 은행 */
#bank{
	--center: 540px;
	--padding: 80px;
}

#bank{ overflow: hidden; }
#bank .frame-box .item{ width: calc(100% / 3); }
#bank .frame-box .item dl{ margin-bottom: 120px; }

#bank .only .page-title{ margin-bottom: 145px; }

#bank .only .diagram{ position: relative; }
#bank .only .diagram .center{ width: var(--center); position: absolute; top: 47%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
#bank .only .diagram .center figure{ width: 100%; display: inline-block; opacity: 0; transform: scale(1.1); transition: transform 1s, opacity 1s; }
#bank .only .diagram .center::before{ content: ""; --transform: translate(-50%, -50%); width: 100%; padding-bottom: 100%; border: 1px dashed #BBB; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: rotate360 3s linear infinite; }
#bank .only .diagram .center::after{ content: ""; max-width: 100%; height: 40px; background: url("/img/common/footer_logo.svg") no-repeat center center / contain; padding: 0 30px; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }

#bank .only .diagram .dl-box{ display: flex; flex-wrap: wrap; justify-content: center; }
#bank .only .diagram dl{ max-width: 490px; width: calc((100% - var(--center)) / 2); position: relative; padding-left: var(--padding); margin-bottom: 13%; opacity: 1; }
#bank .only .diagram dl > *{ opacity: 0; transition: transform 1s 0.2s, opacity 1s 0.2s; }
#bank .only .diagram dl::before{ content: ""; width: 10px; height: 10px; background: #555; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#bank .only .diagram dl dt{ font-size: 24px; font-weight: 600; color: #222; letter-spacing: -0.04em; margin-bottom: 20px; }
#bank .only .diagram dl dd{ font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.04em; line-height: 1.5; }

#bank .only .diagram dl:nth-of-type(odd){ margin-right: calc(var(--center) - 8%); text-align: right; padding-left: 0; padding-right: var(--padding); }
#bank .only .diagram dl:nth-of-type(odd)::before{ left: unset; right: 0; }
#bank .only .diagram dl:nth-of-type(odd) > *{ transform: translateX(var(--aosMinus)); }
#bank .only .diagram dl:nth-of-type(even) > *{ transform: translateX(var(--aosPlus)); }

#bank .only .diagram.aos-animate .center figure{ opacity: 1; transform: scale(1); }
#bank .only .diagram.aos-animate dl > *{ opacity: 1; transform: translateX(0); }

#bank .only .diagram dl.dl03{ margin-bottom: 0; }
#bank .only .diagram dl.dl04{ margin-bottom: 0; }

@media screen and (max-width: 1600px){
	#bank .frame-box .item dl{ margin-bottom: 80px; }

	#bank .only .diagram dl dt{ font-size: 20px; margin-bottom: 10px; }
	#bank .only .diagram dl dd{ font-size: 17px; }
	#bank .only .diagram dl:nth-of-type(odd){ margin-right: calc(var(--center) - 7%); }
}

@media screen and (max-width: 1350px){
	#bank{
		--center: 35%;
		--padding: 80px;
	}

	#bank .only br{ display: none; }
	#bank .only .diagram dl:nth-of-type(odd){ margin-right: calc(var(--center) - 8%); }
}

@media screen and (max-width: 1280px){
	#bank .frame-box .item dl{ margin-bottom: 50px; }

	#bank .only .diagram dl dt{ font-size: 18px; }
	#bank .only .diagram dl dd{ font-size: 16px; }
}

@media screen and (max-width: 1200px){
	#bank .frame-box .item{ width: calc(100% / 2); }

	#bank .only .diagram dl:nth-of-type(odd){ margin-right: calc(var(--center) - 11%); }
}

@media screen and (max-width: 1100px){
	#bank .only .page-title{ margin-bottom: 30px; }

	#bank .only .diagram .center{ width: 100%; max-width: 300px; position: relative; top: 0; left: 0; transform: unset; margin: 0 auto; padding: 25px; }
	#bank .only .diagram .center::after{ height: 30px; }

	#bank .only .diagram .dl-box{ display: block; margin-top: 50px; }
	#bank .only .diagram dl{ max-width: 100%; width: 100%; text-align: left !important; padding: 0 !important; }
	#bank .only .diagram dl:nth-of-type(odd){ margin-right: 0; }
	#bank .only .diagram dl:not(:last-of-type){ margin-bottom: 30px !important; }
	#bank .only .diagram dl::before{ display: none; }
}

@media screen and (max-width: 900px){
	#bank .frame-box .item dl{ margin-bottom: 30px; }
}

@media screen and (max-width: 700px){
	#bank .frame-box .item{ width: 100%; }
}

@media screen and (max-width: 600px){
	#bank br{ display: none; }
}


/* 제대혈 줄기세포 R&D - 제대혈 줄기세포 소개 - 줄기세포란? */
#stemcell{ 
	--s: 21%;
}

#stemcell .dl-box{ margin-top: 60px; }
#stemcell .dl-box dl:first-of-type{ border-top: 1px solid #000; }
#stemcell .dl-box dl{ display: flex; align-items: center; border-bottom: 1px solid #DDD; padding: 60px 20px; }
#stemcell .dl-box dl dt{ width: 500px; font-size: 26px; font-weight: 600; color: #111; letter-spacing: -0.02em; padding-right: 20px; padding-left: 100px; position: relative; }
#stemcell .dl-box dl dt span{ font-family: var(--engFont2); font-size: 18px; font-weight: 700; color: #999; letter-spacing: -0.06em; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#stemcell .dl-box dl dd{ width: calc(100% - 500px); font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.6; }
#stemcell .dl-box dl dd strong{ font-weight: 600; color: var(--mainColor); }

#stemcell .dl-box dl.active{ background: rgba(0, 153, 68, 0.03); }

#stemcell .table-box .active-box{ min-width: 650px; }
#stemcell .table-box .active-box::before{ width: calc((100% - var(--s)) / 3); left: var(--s); }
#stemcell .table-box colgroup col.s{ width: var(--s); }
#stemcell .table-box table thead th:not(.green, .active){ font-weight: 500; }

@media screen and (max-width: 1600px){
	#stemcell .dl-box dl{ padding: 40px 20px; }
	#stemcell .dl-box dl dt{ width: 300px; font-size: 22px; padding-left: 60px; }
	#stemcell .dl-box dl dt span{ font-size: 17px; }
	#stemcell .dl-box dl dd{ width: calc(100% - 300px); font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#stemcell .dl-box{ margin-top: 30px; }
	#stemcell .dl-box dl{ padding: 30px 20px; }
	#stemcell .dl-box dl dt{ width: 200px; font-size: 20px; padding-left: 40px; }
	#stemcell .dl-box dl dt span{ font-size: 15px; }
	#stemcell .dl-box dl dd{ width: calc(100% - 200px); font-size: 16px; }
}

@media screen and (max-width: 800px){
	#stemcell br{ display: none; }
	#stemcell .dl-box dl{ display: block; padding: 20px; }
	#stemcell .dl-box dl dt{ width: 100%; margin-bottom: 10px; padding-left: 30px; }
	#stemcell .dl-box dl dd{ width: 100%; }
}


/* 제대혈 줄기세포 R&D - 제대혈 줄기세포 소개 - 제대혈 줄기세포 특징 */
#characteristics .grid-box{ width: calc(100% + 4px); display: grid; grid-template-columns: repeat(4, 1fr); }
#characteristics .item{ position: relative; background: transparent; border: 1px solid #DDD; color: transparent; margin-bottom: -1px; margin-right: -1px; overflow: hidden; transition: background 0.5s; overflow: hidden; }
#characteristics .item::before{ content: ""; display: block; padding-bottom: 100%; }
#characteristics .item .text{ display: flex; flex-direction: column; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 40px; }
#characteristics .item .text span{ flex: 1 0 auto; display: block; font-family: var(--engFont2); font-size: 18px; font-weight: 700; color: var(--mainColor); letter-spacing: -0.06em; margin-bottom: 20px; }
#characteristics .item dl{ position: relative; top: 100%; transform: translateY(-100%); opacity: 0; transition: top 1s, transform 1s, opacity 1s; }
#characteristics .item dl dt{ display: flex; flex-direction: column; justify-content: space-between; font-size: 26px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 20px; transition: color 0.5s; }
#characteristics .item dl dd{ font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.6; }
#characteristics .item figure{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#characteristics .item figure img{ width: 100%; height: 100%; object-fit: cover; }

#characteristics .item2{ grid-column: auto / span 2; }
#characteristics .item2::before{ padding-bottom: 50%; }

#characteristics .item .text dl.aos-animate{ top: 0; transform: translateY(0); opacity: 1; }

#characteristics .slide-info{ align-items: center; margin-top: 15px; display: none; }
#characteristics .slide-info .bar{ flex: 1 0 auto; height: 3px; background: #DDD; }
#characteristics .slide-info .bar div{ width: 0; height: 100%; background: var(--mainColor); transition: width 1s; }
#characteristics .slide-info .btns{ display: flex; margin-left: 15px; }
#characteristics .slide-info .btns button{ width: 50px; height: 50px; background: #FFF; border: 1px solid #DDD; border-radius: 50%; transition: background 0.3s, border 0.3s; }
#characteristics .slide-info .btns button:not(:last-of-type){ margin-right: 5px; }
#characteristics .slide-info .btns button img{ width: auto; height: auto; filter: invert(1); transition: filter 0.3s; }
#characteristics .slide-info .btns button.none{ border: 1px solid #DDD !important; background: #FFF !important; }
#characteristics .slide-info .btns button.none img{ filter: invert(1) opacity(0.5) !important; -webkit-filter: invert(1) opacity(0.5) !important; }

@media screen and (hover: hover){
	#characteristics .item:hover{ background: rgba(0, 153, 68, 0.03); }
	#characteristics .item:hover dt{ color: var(--mainColor); }

	#characteristics .slide-info .btns button:hover{ background: #111; border: 1px solid #111; }
	#characteristics .slide-info .btns button:hover img{ filter: invert(0); -webkit-filter: invert(0); }
}

@media screen and (max-width: 1600px){
	#characteristics .item .text{ padding: 30px; }
	#characteristics .item .text span{ font-size: 16px; }
	#characteristics .item dl dt{ font-size: 22px; }
	#characteristics .item dl dd{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#characteristics .item .text{ padding: 20px; }
	#characteristics .item .text span{ font-size: 15px; }
	#characteristics .item dl dt{ font-size: 18px; margin-bottom: 10px; }
	#characteristics .item dl dd{ font-size: 16px; }
}

@media screen and (max-width: 1100px){
	#characteristics .grid-box{ width: calc(100% + 3px); grid-template-columns: repeat(3, 1fr); }
}

@media screen and (max-width: 850px){
	#characteristics .grid-box{ width: calc(100% + 2px); grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 600px){
	#characteristics .grid-box{ width: calc(100% + 20px); display: block; }
	#characteristics .grid-box .item{ width: 350px; margin-bottom: 0; }
	#characteristics .grid-box .item dl{ top: 0; transform: translateY(0); opacity: 1; }

	#characteristics .item.slick-active{ background: rgba(0, 153, 68, 0.03); }
	#characteristics .item.slick-active dt{ color: var(--mainColor); }

	#characteristics .slide-info{ display: flex; }
}


/* 제대혈 줄기세포 R&D - 제대혈 줄기세포 소개 */
#technology .motion .sec-title{ position: relative; z-index: 15; }
#technology .motion .flex-box{ display: flex; clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); }
#technology .motion .flex-box > div{ width: 50%; }

#technology .motion .relative{ position: relative; z-index: 10; }
#technology .motion .sticky{ position: sticky; top: calc((100vh - var(--height)) / 2); left: 0; }
#technology .motion .sticky::before,
#technology .motion .sticky::after{ content: ""; width: 100%; background: #FFF; position: absolute; right: 0; z-index: 10; }
#technology .motion .sticky::before{ height: calc(((100vh - var(--height)) / 2) + var(--margin)); top: calc(var(--margin) + 1px); transform: translate(100%, -100%); border-bottom: 1px solid #DDD; }
#technology .motion .sticky::after{ height: calc((100vh - var(--height)) / 2); bottom: 1px; transform: translate(100%, 100%); border-top: 1px solid #DDD; }

#technology .motion .video{ position: relative; padding-bottom: 88%; }
#technology .motion .video video{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }

#technology .motion .text{ overflow: hidden; margin-top: var(--margin); }
#technology .motion ul li{ height: calc(var(--video) / 3); border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; font-size: 20px; font-weight: 300; color: #111; letter-spacing: -0.02em; padding: 60px; }
#technology .motion ul li:not(:last-of-type){ margin-bottom: -1px; }
#technology .motion ul li div{ height: 100%; display: flex; flex-direction: column; }
#technology .motion ul li span{ flex: 1 0 auto; display: block; font-family: var(--engFont2); font-size: 18px; font-weight: 700; color: #333; letter-spacing: -0.06em; margin-bottom: 30px; }


#technology .trials{
	--gapB: 40px;
	--gapR: 60px;
	--text: 270px;
}

#technology .trials .line-title{ padding: 17px 0; margin-bottom: 60px; }
#technology .trials .line-title h5{ font-size: 24px; font-weight: 400; color: #333; letter-spacing: -0.02em; }
#technology .trials .line-title span{ display: block; font-family: var(--engFont); font-size: 28px; font-weight: 500; color: #BBB; letter-spacing: -0.04em; } 

#technology .trials .sec{ background: #F8F8F8; padding: 80px; text-align: center; }
#technology .trials section .sec:not(:last-of-type){ margin-bottom: 60px; }
#technology .trials .sec .inner{ max-width: 1200px; width: 100%; margin: 0 auto; }

#technology .trials .sec .gallery{ max-width: max-content; margin: 0 auto; }
#technology .trials .sec ul{ max-width: max-content; display: flex; flex-wrap: wrap; margin: calc(var(--gapB) * -1) calc(var(--gapR) * -1); }
#technology .trials .sec ul li{ max-width: calc(100% / 3); padding: 0 var(--gapR); margin: var(--gapB) 0; border-right: 1px solid #DDD; position: relative; }
#technology .trials .sec ul li:last-of-type{ border-right: none; }
#technology .trials .sec ul li p{ font-size: 18px; font-weight: 400; color: #000; letter-spacing: -0.02em; margin-top: 20px; }

#technology .trials .sec .before-after{ max-width: max-content; margin: 0 auto; padding-right: var(--text); }
#technology .trials .sec .before-after:not(:first-of-type) .gallery{ padding-top: var(--gapB); margin-top: var(--gapB); border-top: 1px solid #DDD; }
#technology .trials .sec .before-after ul li{ max-width: unset; width: calc(100% / 2); }
#technology .trials .sec .before-after .after{ position: relative; }
#technology .trials .sec .before-after .after div{ width: var(--text); display: flex; flex-direction: column; padding-left: 105px; position: absolute; top: 50%; right: 0; transform: translate(100%, -50%); }
#technology .trials .sec .before-after .after div span{ display: block; font-family: var(--engFont2); font-size: 20px; font-weight: 500; color: #333; letter-spacing: -0.02em; position: relative; }
#technology .trials .sec .before-after .after div span:not(:last-of-type){ margin-bottom: 50px; }
#technology .trials .sec .before-after .after div span::before,
#technology .trials .sec .before-after .after div span::after{ content: ""; position: absolute; }
#technology .trials .sec .before-after .after div span::before{ width: 105px; height: 100%; background: url("/img/sub/rnd/arrow01.svg") no-repeat center left / auto; top: 0; left: -1px; transform: translateX(-100%); }
#technology .trials .sec .before-after .after div span::after{ width: 28px; height: 28px; background: url("/img/sub/rnd/arrow02.svg") no-repeat center center / contain; bottom: -25px; left: 50%; transform: translate(-50%, 50%); }
#technology .trials .sec .before-after .after div span:last-of-type::before,
#technology .trials .sec .before-after .after div span:last-of-type::after{ display: none; }

#technology .trials .sec .white{ background: #FFF; font-size: 18px; font-weight: 300; color: #222; letter-spacing: -0.02em; line-height: 1.5; padding: 30px; margin-top: 60px; }
#technology .trials .sec .white *{ line-height: inherit; }
#technology .trials .sec .white dl dt{ font-size: 20px; font-weight: 700; color: #222; letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 20px; }

@media screen and (max-width: 1600px){
	#technology .motion ul li{ font-size: 18px; padding: 40px; }
	#technology .motion ul li span{ font-size: 16px; }  

	#technology .trials{
		--gapB: 30px;
		--gapR: 40px;
	}

	#technology .trials .line-title{ padding: 15px 0; margin-bottom: 40px; }
	#technology .trials .line-title h5{ font-size: 22px; }
	#technology .trials .line-title span{ font-size: 24px; }

	#technology .trials .sec{ padding: 50px; }
	#technology .trials section .sec:not(:last-of-type){ margin-bottom: 40px; }
	#technology .trials .sec ul li p{ font-size: 17px; }

	#technology .trials .sec .before-after .after div span{ font-size: 18px; }

	#technology .trials .sec .white{ font-size: 17px; padding: 25px; margin-top: 40px; }
	#technology .trials .sec .white dl dt{ font-size: 18px; margin-bottom: 15px; }
}

@media screen and (max-width: 1280px){
	#technology .motion ul li{ font-size: 17px; padding: 30px; }
	#technology .motion ul li span{ font-size: 15px; margin-bottom: 20px; }

	#technology .trials{
		--gapB: 20px;
		--gapR: 20px;
	}

	#technology .trials .line-title{ padding: 12px 0; margin-bottom: 20px; }
	#technology .trials .line-title h5{ font-size: 20px; }
	#technology .trials .line-title span{ font-size: 22px; }

	#technology .trials .sec{ padding: 30px; }
	#technology .trials section .sec:not(:last-of-type){ margin-bottom: 20px; }
	#technology .trials .sec ul li p{ font-size: 16px; margin-top: 15px; }

	#technology .trials .sec .before-after .after div span{ font-size: 16px; }

	#technology .trials .sec .white{ font-size: 16px; padding: 20px; margin-top: 30px; }
	#technology .trials .sec .white dl dt{ font-size: 17px; margin-bottom: 10px; }
}

@media screen and (max-width: 1200px){
	#technology .motion .flex-box{ flex-direction: column; }
	#technology .motion .flex-box > div{ width: 100%; }

	#technology .motion .sticky::before,
	#technology .motion .sticky::after{ display: none; }

	#technology .motion .text{ margin-top: 20px; }
	#technology .motion ul li{ height: auto; padding: 20px 15px; }
}

@media screen and (max-width: 900px){
	#technology .trials{
		--gapR: 10px;
		--text: 200px;
	}

	#technology .trials .line-title{ padding: 8px 0; }
	#technology .trials .line-title h5{ font-size: 19px; }
	#technology .trials .line-title span{ font-size: 21px; }

	#technology .trials .sec{ padding: 20px; }
	#technology .trials .sec ul li p{ margin-top: 10px; }

	#technology .trials .sec .before-after .after div{ padding-left: 50px; }
	#technology .trials .sec .before-after .after div span{ font-size: 15px; }
	#technology .trials .sec .before-after .after div span:not(:last-of-type){ margin-bottom: 30px; }
	#technology .trials .sec .before-after .after div span::before{ width: 50px; background-position: center right; transform: translateX(-100%) scale(0.9); transform-origin: center left; }
	#technology .trials .sec .before-after .after div span::after{ width: 20px; height: 20px; bottom: -15px; }

	#technology .trials .sec .white{ margin-top: 20px; }
}

@media screen and (max-width: 600px){
	#technology .trials{
		--text: 120px;
	}

	#technology .trials .sec .before-after .after div{ padding-left: 40px; }
	#technology .trials .sec .before-after .after div span::before{ width: 30px; left: -10px; }
}


/* HSCM (공통) */
#hscm h6{ font-size: 24px; font-weight: 600; color: #222; }
#hscm h6.light{ font-weight: 300; }
#hscm h6 em{ color: var(--mainColor); }
#hscm .base{ font-size: 20px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.6; }
#hscm .gray-box{ background: #F8F8F8; padding: 80px; }

#hscm .line-title{ padding: 20px 0; margin-bottom: 60px; }
#hscm .line-title h5{ font-size: 30px; font-weight: 400; color: #333; letter-spacing: -0.02em; margin: -5px 0; }
#hscm .line-title h6{ font-weight: 400; margin-bottom: 0; }
#hscm .line-title span{ font-family: var(--engFont); font-size: 28px; font-weight: 500; color: #BBB; letter-spacing: -0.04em; }
#hscm .line-title h5 + span{ margin: -5px 0; }

#hscm section .sec:not(:last-of-type){ margin-bottom: 60px; }

#hscm .bg-box{ padding: 60px; }
#hscm .bg-box h6{ margin-bottom: 15px; }
#hscm .bg-box .circle-list{ display: flex; flex-wrap: wrap; margin-top: 60px; margin-bottom: -30px; }
#hscm .bg-box .circle-list li{ max-width: 200px; margin-right: 30px; margin-bottom: 30px; }
#hscm .bg-box .circle-list li:last-of-type{ margin-right: 0; }
#hscm .bg-box .circle-list li figure{ width: 100%; background: #FFF; border-radius: 50%; padding-bottom: 100%; position: relative; }
#hscm .bg-box .circle-list li figure img{ max-width: calc(100% - 30px); max-height: calc(100% - 30px); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }


/* About HSCM */
#hscm .about .bg-box{ background: url("/img/sub/hscm/about_bg.jpg") no-repeat center center / cover; }
#hscm .about .bg-box .circle-list li{ width: 100%; }
#hscm .about .text{ margin-top: 60px; }
#hscm .about .p-box{ margin-top: 20px; }
#hscm .about .p-box p{ font-size: 20px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.6; }
#hscm .about .p-box p:not(:last-of-type){ margin-bottom: 15px; }


/* 제조과정 */
#hscm .process ul{ display: flex; flex-wrap: wrap; justify-content: center; text-align: center; margin-bottom: -27px; }
#hscm .process ul li{ width: calc((100% - 324px) / 7); margin-right: 54px; margin-bottom: 27px; }
#hscm .process ul li:last-of-type{ margin-right: 0; }
#hscm .process ul li figure{ width: 100%; background: #F8F8F8; border-radius: 20px; padding: 30px; position: relative; }
#hscm .process ul li figure::after{ content: ""; width: 34px; height: 34px; background: url("/img/sub/hscm/arrow.svg") no-repeat center center / contain; position: absolute; top: 50%; right: -27px; transform: translate(50%, -50%); }
#hscm .process ul li:last-of-type figure::after{ display: none; }
#hscm .process ul li p{ font-size: 18px; font-weight: 400; color: #000; letter-spacing: -0.02em; margin-top: 20px; }


/* 주요효과 */
#hscm .effect .line-title{ margin-bottom: 0; }
#hscm .effect ul li{ display: flex; padding: 40px 0; }
#hscm .effect ul li:not(:first-of-type){ border-top: 1px solid #DDD; }
#hscm .effect ul li:last-of-type{ padding-bottom: 0 !important; }
#hscm .effect ul li .img{ width: 440px; }
#hscm .effect ul li .img figure,
#hscm .effect ul li .img figure img{ width: 100%; }
#hscm .effect ul li .text{ width: calc(100% - 440px); display: flex; flex-direction: column; padding: 40px; }
#hscm .effect ul li .text span{ flex: 1 0 auto; display: block; font-family: var(--engFont2); font-size: 18px; font-weight: 700; color: #BBB; letter-spacing: -0.06em; margin-bottom: 20px; }
#hscm .effect ul li .text dl dt{ font-size: 22px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 20px; }
#hscm .effect ul li .text dl dd{ font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.02em; }


/* 주요성분 */
#hscm .ingredient .dl-box{ display: grid; grid-template-columns: repeat(3, 1fr); margin: -20px; }
#hscm .ingredient .dl-box dl{ background: #F8F8F8; padding: 40px; margin: 20px; }
#hscm .ingredient .dl-box dl dt{ font-family: var(--engFont2); font-size: 30px; font-weight: 600; color: #333; letter-spacing: -0.02em; margin-bottom: 30px; }
#hscm .ingredient .dl-box dl dd{ font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.5; padding-left: 20px; position: relative; }
#hscm .ingredient .dl-box dl dd:not(:last-of-type){ margin-bottom: 10px; }
#hscm .ingredient .dl-box dl dd::before{ content: ""; width: 4px; height: 4px; background: #333; border-radius: 50%; position: absolute; top: calc(1.5em / 2); left: 0; transform: translateY(-50%); }

#hscm .ingredient .gray-box{ margin-top: 30px; text-align: center; }
#hscm .ingredient .gray-box .flex-box{ max-width: 715px; width: 100%; display: flex; margin: 0 auto; display: flex; justify-content: space-between; }
#hscm .ingredient .gray-box .item{ width: calc((100% - 115px) / 2); }
#hscm .ingredient .gray-box .item figure{ width: 100%; position: relative; }
#hscm .ingredient .gray-box .item figure::after{ content: ""; width: 34px; height: 34px; background: url("/img/sub/hscm/plus.svg") no-repeat center center / contain; position: absolute; top: 50%; right: calc((115px / 2) * -1); transform: translate(50%, -50%); }
#hscm .ingredient .gray-box .item:last-of-type figure::after{ display: none; }
#hscm .ingredient .gray-box .item figure img{ width: 100%; }
#hscm .ingredient .gray-box p{ font-size: 16px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.5; margin-top: 20px; }
#hscm .ingredient .gray-box p strong{ font-weight: 600; }


/* 타사 배양액과의 비교 */
#hscm .compare .gray-box{ margin-bottom: 30px; }
#hscm .compare .flex-box{ max-width: 1050px; width: 100%; display: flex; flex-wrap: wrap; margin: 0 auto; margin-bottom: -30px; }
#hscm .compare .item{ width: calc((100% - 90px) / 4); margin-right: 30px; margin-bottom: 30px; }
#hscm .compare .item:last-of-type{ margin-right: 0; }
#hscm .compare .item figure{ width: 100%; border: 1px solid #F5F5F5; }
#hscm .compare .item figure img{ width: 100%; }
#hscm .compare .item p{ min-height: 55px; display: flex; justify-content: center; align-items: center; background: #EEE; font-size: 18px; font-weight: 500; color: #AAA; letter-spacing: -0.02em; text-align: center; padding: 10px; margin-top: 10px; }
#hscm .compare .item.active p{ background: #E99314; font-size: 20px; font-weight: 600; color: #FFF; }


/* 효능에 대한 연구: HSCM (제대혈 줄기세포 배양액) */
#hscm .hscm .gray-box .inner{ max-width: 1000px; width: 100%; margin: 0 auto; }
#hscm .hscm .text-box{ background: #FFF; border: 1px solid #DDD; padding: 40px 50px; margin-top: 40px; font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.6; }
#hscm .hscm .text-box strong{ font-weight: 500; }
#hscm .hscm .text-box p{ line-height: inherit; }
#hscm .hscm .text-box dl dt{ font-size: 22px; font-weight: 600; margin-bottom: 20px; }
#hscm .hscm .text-box dl dd{ line-height: 1.6; }
#hscm .hscm .text-box dl dd p{ font-size: 17px; font-weight: 300; color: #777; margin-top: 20px; }

#hscm .hscm .graph-box{ display: flex; justify-content: space-between; }
#hscm .hscm .graph-box figure{ width: 100%; }
#hscm .hscm .graph-box img{ width: 100%; }
#hscm .hscm .graph-box .img{ width: 34%; display: flex; flex-wrap: wrap; margin-bottom: -20px; }
#hscm .hscm .graph-box .img div{ width: calc((100% - 20px) / 2); margin-right: 20px; margin-bottom: 20px; }
#hscm .hscm .graph-box .img div:nth-of-type(2n){ margin-right: 0; }
#hscm .hscm .graph-box .img p{ font-size: 16px; font-weight: 400; color: #000; letter-spacing: -0.02em; margin-top: 10px; text-align: center; }
#hscm .hscm .graph-box .graph{ width: 60%; display: flex; justify-content: center; align-items: center; background: #FFF; }

#hscm .hscm .half-box{ display: flex; flex-wrap: wrap; justify-content: space-between; }
#hscm .hscm .half-box > div{ width: calc((100% - 40px) / 2); display: flex; flex-direction: column; background: #F8F8F8; padding: 60px 40px; }
#hscm .hscm .half-box figure{ width: 100%; background: #FFF; text-align: center; }
#hscm .hscm .half-box .text-box{ flex: 1 0 auto; padding: 40px; }

#hscm .hscm .sec04 .gray-box .inner{ max-width: 1100px; }
#hscm .hscm .sec04 .text-box{ flex: 1 0 auto; padding: 40px 25px; margin-top: 30px; }
#hscm .hscm .sec04 .flex-box{ display: flex; flex-wrap: wrap; margin-bottom: -20px; }
#hscm .hscm .sec04 .item{ width: calc((100% - 44px) / 3); display: flex; flex-direction: column; margin-right: 22px; margin-bottom: 20px; }
#hscm .hscm .sec04 .item:nth-of-type(3n){ margin-right: 0; }
#hscm .hscm .sec04 .item figure{ width: 100%; text-align: center; }


/* 시험성적서 */
#hscm .test .bg-box{ background: url("/img/sub/hscm/test_bg.jpg") no-repeat center right / cover; margin: 30px 0 70px; }
#hscm .test .bg-box .circle-list li{ max-width: 140px; width: calc((100% - 30px) / 2); }
#hscm .test .bg-box .circle-list li:not(:last-of-type){ margin-right: 30px; }
#hscm .test .bg-box .circle-list li figure img{ max-width: calc(100% - 40px); max-height: calc(100% - 40px); }
#hscm .test .bg-box .circle-list li p{ font-size: 20px; font-weight: 500; color: #333; letter-spacing: -0.02em; text-align: center; margin-top: 15px; }

#hscm .report-list{ display: flex; flex-wrap: wrap; margin-bottom: -80px; }
#hscm .report-list .item{ width: calc((100% - 120px) / 4); margin-right: 40px; margin-bottom: 80px; }
#hscm .report-list .item:nth-of-type(4n){ margin-right: 0; }
#hscm .report-list .item figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 138%; border: 1px solid #DDD; }
#hscm .report-list .item figure::after{ content: ""; width: 36px; height: 36px; background: url("/img/sub/hscm/check.svg") no-repeat center center / contain; position: absolute; bottom: 20px; left: 20px; }
#hscm .report-list .item figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#hscm .report-list .item p{ font-size: 20px; font-weight: 600; color: #333; letter-spacing: -0.02em; text-align: center; margin-top: 30px; }

@media screen and (max-width: 1600px){
	/* HSCM (공통) */
	#hscm h6{ font-size: 20px; }
	#hscm .base{ font-size: 18px; }
	#hscm .gray-box{ padding: 50px; }

	#hscm .line-title{ padding: 20px 0; margin-bottom: 40px; }
	#hscm .line-title h5{ font-size: 26px; }
	#hscm .line-title span{ font-size: 20px; }

	#hscm section .sec:not(:last-of-type){ margin-bottom: 40px; }

	#hscm .bg-box{ padding: 40px; }
	#hscm .bg-box .circle-list{ margin-top: 40px; }
	#hscm .bg-box .circle-list li{ max-width: 150px; }

	/* About HSCM */
	#hscm .about .text{ margin-top: 40px; }
	#hscm .about .p-box p{ font-size: 18px; }

	/* 제조과정 */
	#hscm .process ul li p{ font-size: 17px; }

	/* 주요효과 */
	#hscm .effect ul li{ padding: 30px 0; }
	#hscm .effect ul li .text span{ font-size: 16px; }
	#hscm .effect ul li .text dl dt{ font-size: 20px; }
	#hscm .effect ul li .text dl dd{ font-size: 17px; }

	/* 주요성분 */
	#hscm .ingredient .dl-box dl{ padding: 30px; }
	#hscm .ingredient .dl-box dl dt{ font-size: 26px; margin-bottom: 20px; }
	#hscm .ingredient .dl-box dl dd{ font-size: 17px; }

	/* 타사 배양액과의 비교 */
	#hscm .compare .item p{ min-height: 50px; font-size: 16px; }
	#hscm .compare .item.active p{ font-size: 18px; }

	/* 효능에 대한 연구: HSCM (제대혈 줄기세포 배양액) */
	#hscm .hscm .text-box{ font-size: 17px; padding: 30px 40px; margin-top: 30px; }
	#hscm .hscm .text-box dl dt{ font-size: 20px; }
	#hscm .hscm .text-box dl dd p{ font-size: 16px; }

	#hscm .hscm .half-box .text-box{ padding: 30px; }

	#hscm .hscm .sec04 .text-box{ padding: 25px; }

	/* 시험성적서 */
	#hscm .test .bg-box{ margin: 30px 0 50px; }
	#hscm .test .bg-box .circle-list li{ max-width: 120px; }
	#hscm .test .bg-box .circle-list li p{ font-size: 18px; }

	#hscm .report-list .item p{ font-size: 18px; margin-top: 15px; }
}

@media screen and (max-width: 1500px){
	/* 제조과정 */
	#hscm .process ul li figure{ padding: 25px; }
}

@media screen and (max-width: 1420px){
	/* 제조과정 */
	#hscm .process ul li{ width: calc((100% - 162px) / 4); }
	#hscm .process ul li:nth-of-type(4n){ margin-right: 0; }
	#hscm .process ul li:nth-of-type(4n) figure::after{ display: none; }

	/* 주요성분 */
	#hscm .ingredient .dl-box{ margin: -10px; }
	#hscm .ingredient .dl-box dl{ margin: 10px; }

	/* 시험성적서 */
	#hscm .report-list{ margin-bottom: -30px; }
	#hscm .report-list .item{ width: calc((100% - 60px) / 4); margin-right: 20px; margin-bottom: 30px; }
}

@media screen and (max-width: 1280px){
	/* HSCM (공통) */
	#hscm h6{ font-size: 19px; }
	#hscm h6.light{ font-size: 17px; }
	#hscm .base{ font-size: 16px; }
	#hscm .gray-box{ padding: 30px; }

	#hscm .line-title{ padding: 15px 0; margin-bottom: 20px; }
	#hscm .line-title h5{ font-size: 21px; margin: 0;  }
	#hscm .line-title span{ font-size: 20px; }
	#hscm .line-title h5 + span{ margin: 0; }

	#hscm section .sec:not(:last-of-type){ margin-bottom: 30px; }

	#hscm .bg-box{ padding: 25px; }
	#hscm .bg-box h6{ margin-bottom: 10px; }
	#hscm .bg-box .circle-list{ margin-top: 25px; }
	#hscm .bg-box .circle-list li{ max-width: 120px; }

	/* About HSCM */
	#hscm .about .text{ margin-top: 30px; }
	#hscm .about .p-box{ margin-top: 10px; }
	#hscm .about .p-box p{ font-size: 16px; }
	#hscm .about .p-box p:not(:last-of-type){ margin-bottom: 10px; }

	/* 제조과정 */
	#hscm .process ul li p{ font-size: 16px; margin-top: 10px; }

	/* 주요효과 */
	#hscm .effect ul li{ padding: 20px 0; }
	#hscm .effect ul li .img{ width: 50%; }
	#hscm .effect ul li .text{ width: 50%; padding: 20px; }
	#hscm .effect ul li .text span{ font-size: 15px; }
	#hscm .effect ul li .text dl dt{ font-size: 18px; margin-bottom: 10px; }
	#hscm .effect ul li .text dl dd{ font-size: 16px; }

	/* 주요성분 */
	#hscm .ingredient .dl-box dl{ padding: 25px; }
	#hscm .ingredient .dl-box dl dt{ font-size: 22px; margin-bottom: 10px; }
	#hscm .ingredient .dl-box dl dd{ font-size: 16px; padding-left: 15px; }
	#hscm .ingredient .dl-box dl dd:not(:last-of-type){ margin-bottom: 5px; }

	/* 타사 배양액과의 비교 */
	#hscm .compare .gray-box{ margin-bottom: 10px; }
	#hscm .compare .item p{ min-height: 45px; font-size: 15px; }
	#hscm .compare .item.active p{ font-size: 16px; }

	/* 효능에 대한 연구: HSCM (제대혈 줄기세포 배양액) */
	#hscm .hscm .text-box{ font-size: 16px; padding: 15px 20px; margin-top: 15px; }
	#hscm .hscm .text-box dl dt{ font-size: 18px; margin-bottom: 10px; }
	#hscm .hscm .text-box dl dd p{ font-size: 14px; margin-top: 10px; }

	#hscm .hscm .graph-box .img p{ font-size: 15px; }

	#hscm .hscm .half-box > div{ padding: 30px; }
	#hscm .hscm .half-box .text-box{ padding: 20px; }

	#hscm .hscm .sec04 .text-box{ padding: 15px 20px; margin-top: 20px; }

	/* 시험성적서 */
	#hscm .test .bg-box{ margin: 20px 0 30px; }
	#hscm .test .bg-box .circle-list li{ max-width: 100px; width: calc((100% - 10px) / 2); }
	#hscm .test .bg-box .circle-list li:not(:last-of-type){ margin-right: 10px; }
	#hscm .test .bg-box .circle-list li p{ font-size: 16px; margin-top: 10px; }

	#hscm .report-list .item figure::after{ width: 30px; height: 30px; bottom: 10px; left: 10px; }
	#hscm .report-list .item p{ font-size: 16px; margin-top: 10px; }
}

@media screen and (max-width: 1200px){
	/* HSCM (공통) */
	#hscm{ overflow: hidden; }
	#hscm .flex-layout > .left{ display: none; }	

	#hscm .line-title{ padding: 10px 0; }

	/* 효능에 대한 연구: HSCM (제대혈 줄기세포 배양액) */
	#hscm .hscm .half-box > div{ width: calc((100% - 20px) / 2); }
}

@media screen and (max-width: 900px){
	/* HSCM (공통) */
	#hscm .gray-box{ padding: 20px; }

	/* 주요성분 */
	#hscm br{ display: none; }
	#hscm .ingredient .dl-box{ grid-template-columns: repeat(2, 1fr); }
	#hscm .ingredient .dl-box dl{ padding: 20px; }
	#hscm .ingredient .dl-box dl dt{ font-size: 20px; }

	#hscm .ingredient .gray-box .item figure::after{ width: 28px; height: 28px; }
	#hscm .ingredient .gray-box .item{ width: calc((100% - 60px) / 2); }
	#hscm .ingredient .gray-box .item figure::after{ right: -30px; }

	/* 타사 배양액과의 비교 */
	#hscm .compare .flex-box{ margin-bottom: -20px; }
	#hscm .compare .item{ width: calc((100% - 45px) / 4); margin-right: 15px; margin-bottom: 20px; }
	#hscm .compare .item p{ min-height: 40px; }

	/* 효능에 대한 연구: HSCM (제대혈 줄기세포 배양액) */
	#hscm .hscm .graph-box .img{ width: 40%; padding-right: 20px; margin-bottom: -15px; }
	#hscm .hscm .graph-box .img div{ width: calc((100% - 10px) / 2); margin-right: 10px; margin-bottom: 15px; }

	#hscm .hscm .half-box > div{ padding: 20px; }

	#hscm .hscm .sec04 .item{ width: calc((100% - 20px) / 2); margin-right: 20px; }
	#hscm .hscm .sec04 .item:nth-of-type(3n){ margin-right: 20px; }
	#hscm .hscm .sec04 .item:nth-of-type(2n){ margin-right: 0; }

	/* 시험성적서 */
	#hscm .test .bg-box .circle-list li p{ font-size: 15px; margin-top: 5px; padding: 0 5px; }

	#hscm .report-list .item{ width: calc((100% - 40px) / 3); }
	#hscm .report-list .item:nth-of-type(4n){ margin-right: 20px; }
	#hscm .report-list .item:nth-of-type(3n){ margin-right: 0; }
}

@media screen and (max-width: 750px){
	/* 효능에 대한 연구: HSCM (제대혈 줄기세포 배양액) */
	#hscm .hscm .half-box > div{ width: 100%; }
	#hscm .hscm .half-box > div:not(:last-of-type){ margin-bottom: 30px; }
}

@media screen and (max-width: 700px){
	/* 제조과정 */
	#hscm .process ul li{ width: calc((100% - 120px) / 4); margin-right: 40px; }
	#hscm .process ul li figure{ padding: 20px; }
	#hscm .process ul li figure::after{ width: 30px; height: 30px; right: -20px; }

	/* 주요효과 */
	#hscm .effect ul li{ flex-direction: column; }
	#hscm .effect ul li .img{ width: 100%; }
	#hscm .effect ul li .text{ width: 100%; padding: 0; padding-top: 20px; }

	/* 타사 배양액과의 비교 */
	#hscm .compare .item{ width: calc((100% - 15px) / 2); }
	#hscm .compare .item:nth-of-type(even){ margin-right: 0; }

	/* 효능에 대한 연구: HSCM (제대혈 줄기세포 배양액) */
	#hscm .hscm .graph-box{ flex-direction: column; }
	#hscm .hscm .graph-box .img{ width: 100%; padding-right: 0; padding-bottom: 15px; }
	#hscm .hscm .graph-box .img div{ width: calc((100% - 20px) / 2); margin-right: 20px; }
	#hscm .hscm .graph-box .graph{ width: 100%; }
}

@media screen and (max-width: 600px){
	/* 제조과정 */
	#hscm .process ul li{ width: calc((100% - 80px) / 3); }
	#hscm .process ul li:nth-of-type(4n){ margin-right: 40px; }
	#hscm .process ul li:nth-of-type(4n) figure::after{ display: block; }
	#hscm .process ul li:nth-of-type(3n){ margin-right: 0; }
	#hscm .process ul li:nth-of-type(3n) figure::after{ display: none; }

	/* 주요성분 */
	#hscm .ingredient .dl-box{ grid-template-columns: repeat(1, 1fr); }

	#hscm .ingredient .gray-box .flex-box{ flex-direction: column; }
	#hscm .ingredient .gray-box .item:not(:last-of-type){ margin-bottom: 80px; }
	#hscm .ingredient .gray-box .item{ width: 100%; position: relative; }
	#hscm .ingredient .gray-box .item::after{ content: ""; width: 28px; height: 28px; background: url("/img/sub/hscm/plus.svg") no-repeat center center / contain; position: absolute; bottom: -40px; left: 50%; transform: translate(-50%, 50%); }
	#hscm .ingredient .gray-box .item:last-of-type::after{ display: none; }
	#hscm .ingredient .gray-box .item figure::after{ display: none; }

	/* 효능에 대한 연구: HSCM (제대혈 줄기세포 배양액) */
	#hscm .hscm .sec04 .item{ width: 100%; margin-right: 0 !important; }

	/* 시험성적서 */
	#hscm .report-list .item{ width: calc((100% - 20px) / 2); }
	#hscm .report-list .item:nth-of-type(3n){ margin-right: 20px; }
	#hscm .report-list .item:nth-of-type(2n){ margin-right: 0; }
}


/* Ivestors (공통) */
#investor .sec-title{ margin-bottom: 100px; }
#investor .sec-title figure{ margin-bottom: 40px; }
#investor .sec-title h3{ transform: unset; clip-path: unset; }

#investor .board_box table td{ padding: 10px 50px; }

@media screen and (max-width: 1600px){
	#investor .sec-title{ margin-bottom: 60px; }
	#investor .sec-title figure{ margin-bottom: 20px; }

	#investor .board_box table td{ padding: 10px 35px; }
}

@media screen and (max-width: 1280px){
	#investor .sec-title{ margin-bottom: 30px; }
	#investor .sec-title figure{ margin-bottom: 0; }

	#investor .board_box table td{ padding: 10px 20px; }
}

@media screen and (max-width: 1000px){
	#investor .board_box table td{ padding: 10px; }
	#investor .board_box table tr td:nth-of-type(1){ padding: 5px 10px 0; }
	#investor .board_box table tr td:nth-of-type(2){ padding-top: 0; }
}


/* 고객지원 - 고객센터 */
#support .flex-box{ display: flex; justify-content: space-between; }
#support .flex-box > div{ width: calc((100% - 80px) / 2); }
#support .line-title{ padding: 15px 0; }
#support .line-title h5{ font-size: 36px; font-weight: 400; color: #111; letter-spacing: -0.02em; }

#support .sticky{ margin-top: 40px; position: sticky; top: 40px; left: 0; }
#support .sticky .map-box{ border: 1px solid #DDD; }
#support .sticky .root_daum_roughmap{ width: 100% !important; }
#support .sticky .root_daum_roughmap .map_border{ display: none; }

#support .sticky .dl{ border-top: 1px solid #E8E8E8; border-bottom: 1px solid #E8E8E8; margin-top: 30px; padding: 30px; }
#support .sticky .dl dl{ display: flex; align-items: baseline; }
#support .sticky .dl dl:not(:last-of-type){ margin-bottom: 20px; }
#support .sticky .dl dl *{ font-size: 20px; letter-spacing: -0.02em; }
#support .sticky .dl dl dt{ width: 120px; font-weight: 600; color: #222; }
#support .sticky .dl dl dd{ width: calc(100% - 120px); font-weight: 300; color: #666; }

#support .form-box{ margin-top: 60px; }

@media screen and (max-width: 1600px){
	#support .line-title h5{ font-size: 28px; }

	#support .sticky{ margin-top: 30px; }
	#support .sticky .dl{ padding: 20px; margin-top: 20px; }
	#support .sticky .dl dl *{ font-size: 18px; }

	#support .form-box{ margin-top: 40px; }
}

@media screen and (max-width: 1400px){
	#support .flex-box > div{ width: calc((100% - 40px) / 2); }
}

@media screen and (max-width: 1280px){
	#support .line-title{ padding: 10px 0; }
	#support .line-title h5{ font-size: 24px; }

	#support .sticky{ margin-top: 20px; }
	#support .sticky .dl{ padding: 15px 10px; }
	#support .sticky .dl dl:not(:last-of-type){ margin-bottom: 15px; }
	#support .sticky .dl dl *{ font-size: 16px; }
	#support .sticky .dl dl dt{ width: 80px; }
	#support .sticky .dl dl dd{ width: calc(100% - 80px); }

	#support .form-box{ margin-top: 20px; }
}

@media screen and (max-width: 1000px){
	#support .flex-box{ flex-direction: column; }
	#support .flex-box > div{ width: 100%; }
	#support .flex-box > div:not(:last-of-type){ margin-bottom: 50px; }
}

@media screen and (max-width: 900px){
	#support .line-title h5{ font-size: 20px; }
}


/* 문의폼 */
.form-box{ 
	--height: 50px;
	--border: #DDD;
	--padding: 15px;
}

.form-box *{ font-family: var(--baseFont); font-size: 17px; font-weight: 400; color: #111; }
.form-box input,
.form-box textarea,
.form-box select{ width: 100%; outline: none; }
.form-box input, .form-box select{ height: var(--height); border: none; border-bottom: 1px solid var(--border); border-radius: 0; -webkit-border-radius: 0; }
.form-box input::placeholder, 
.form-box textarea::placeholder{ color: #BBB; }
.form-box textarea{ resize: none; height: 220px; border: 1px solid var(--border); padding: var(--padding); margin-top: 20px; }
.form-box select{ color: #BBB; padding-right: 25px; background: url("/img/sub/form_select.svg") no-repeat center right / auto; }
.form-box select.selected{ color: #111; }
.form-box option{ padding: 0 10px; }

.form-box .article-box p{ font-size: 20px; font-weight: 400; color: #111; letter-spacing: -0.02em; }
.form-box .article-box .article:not(:last-of-type){ margin-bottom: 30px; }

.form-box .bottom{ display: flex; flex-wrap: wrap; align-items: center; margin-top: 20px; }
.form-box .bottom > div{ max-width: 100%; }
.form-box .captcha{ display: flex; margin-right: 20px; }
.form-box .captcha > *:not(:last-child){ margin-right: 4px; }
.form-box .captcha figure{ height: var(--height); }
.form-box .captcha figure img{ height: 100%; }
.form-box .captcha button{ width: var(--height); height: var(--height); background: rgba(0, 0, 0, 0.1); border: none; border-radius: 0; -webkit-border-radius: 0; }
.form-box .captcha input{ flex: 1 0 auto; max-width: 220px; width: auto; border: 1px solid rgba(17, 17, 17, 0.15); padding: 0 var(--padding); }

.form-box .agree{ display: flex; align-items: center; }
.form-box .agree input{ display: none; }
.form-box .agree label{ display: inline-block; width: 18px; height: 18px; background: rgba(0, 0, 0, 0.1); position: relative; cursor: pointer; }
.form-box .agree label::before{ content: ""; width: 100%; height: 100%; background: var(--mainColor) url("/img/sub/form_check.svg") no-repeat center center / contain; position: absolute; top: 0; left: 0; opacity: 0; }
.form-box .agree input:checked + label::before{ opacity: 1; }
.form-box .agree button{ background: none; border: none; font-weight: 300; color: rgba(17, 17, 17, 0.7); padding: 15px 10px; }
.form-box .agree button em{ font-weight: 500; color: #111; text-decoration: underline; text-underline-position: under; }

.form-box .submit{ margin-top: 30px; }
.form-box .submit button{ width: 100%; height: 120px; display: flex; justify-content: center; align-items: center; background: #111; border: none; padding: 0; font-size: 22px; font-weight: 500; color: #FFF; letter-spacing: -0.02em; transition: background 0.3s; }
.form-box .submit button i{ display: inline-block; width: 20px; height: 20px; background: url("/img/sub/form_submit.svg") no-repeat center center / contain; margin-left: 10px; transform: rotate(0); transition: transform 0.5s; }

@media screen and (hover: hover){
	.form-box .submit button:hover{ background: var(--mainColor); }
	.form-box .submit button:hover i{ transform: rotate(-45deg); }
}

@media screen and (max-width: 1600px){
	.form-box .article-box p{ font-size: 18px; }

	.form-box .submit button{ height: 100px; font-size: 20px; }
}

@media screen and (max-width: 1280px){
	.form-box{ 
		--height: 45px;
	}

	.form-box *{ font-size: 16px; }
	.form-box textarea{ margin-top: 10px; }
	.form-box .article-box p{ font-size: 16px; }

	.form-box .submit{ margin-top: 15px; }
	.form-box .submit button{ height: 80px; font-size: 18px; }
}

@media screen and (max-width: 900px){
	.form-box .submit button{ height: 70px; font-size: 17px; }
}

@media screen and (max-width: 710px){
	.form-box .bottom{ margin-right: 0; }
	.form-box .captcha{ width: 100%; margin-right: 0; }
	.form-box .captcha input{ max-width: 100%; }
}

/* 팝업 - 개인정보처리방침 */
#popup.policy .inner{ width: 1000px; padding: 60px 80px 80px; }
#popup.policy h3{ font-size: 4rem; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 60px; }
#popup.policy .scroll-box{ height: 350px; border: 1px solid #DDD; padding: 50px; overflow-x: clip; overflow-y: auto; }
#popup.policy .scroll-box::-webkit-scrollbar{ width: 12px; height: 12px; }
#popup.policy .scroll-box::-webkit-scrollbar-thumb{ background: #DDD; background-clip: padding-box; border: 5px solid transparent; }
#popup.policy .scroll-box::-webkit-scrollbar-track{ background: transparent; background-clip: padding-box; border: 5px solid transparent; }

#popup.policy .privacy *{ font-size: 15px; }
#popup.policy .privacy dl dt{ font-size: 16px; }
#popup.policy .privacy dl dl dt{ font-size: 15px; }

@media screen and (max-width: 1600px){
	#popup.policy .inner{ padding: 40px 60px 60px 60px; }
	#popup.policy h3{ margin-bottom: 40px; }
	#popup.policy .scroll-box{ padding: 40px; }
}

@media screen and (max-width: 1280px){
	#popup.policy .inner{ padding: 25px 40px 40px 40px; }
	#popup.policy h3{ font-size: 4.5rem; margin-bottom: 20px; }
	#popup.policy .scroll-box{ padding: 30px; }
}

@media screen and (max-width: 900px){
	#popup.policy .inner{ padding: 20px 25px 25px 25px; }
	#popup.policy h3{ font-size: 5rem; }
	#popup.policy .scroll-box{ height: 60vh; padding: 20px; }
}