/*!
Theme Name: yeogong
Theme URI: https://zanpress.com/
Author: Zanpress
Author URI: https://zanpress.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wpx is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {	
	--blacktr: rgb(0 0 0 / 40%);
	--white: #fff;

	--text: #131313;
	--textgrey: #556170;
	--textplace: #fafbff;
	--textblue: #6b7684;

	--line: rgb(67 76 98 / 23%);
	--lineinv: rgb(255 255 255 / 15%);

	--yellow: #ffe106;
	--main: #0e297a;
	--sub: #0b1b47;
	--gradi: linear-gradient(0deg, var(--sub) 0%, var(--main) 100%);
	
	--darkfocus: radial-gradient(circle, rgb(25 57 147) 0%, #06112f 100%);

	--bg: #ffffff;
	--grey: #f0f3f7;
	--greyplace: #fcfdff;
	--greyblue: #3a4152;
	--sky: #f5f9ff;
	--light: #f8fafd;
	--input: #ffffff;

	--mainlt: #e8eaef;
	--kakao: #fae100;
	--naver: #3cb15b;
	--red: #d95735;

	--shadowlg: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.15) 0px 16px 30px 4px;
	--shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
	--shadowline: 0 0 0px 1px var(--line);
	--font: "Pretendard Variable", -apple-system, system-ui, "Helvetica Neue", "Segoe UI", sans-serif;	
}
* {
	box-sizing: border-box;
	outline: none;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}
body {
	width: 100%;
	background: var(--bg);
	color: var(--text);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}
img{
	pointer-events: none;
	max-width: 100%;
	height: auto;
}
dl, dt, dd{
	margin: 0;
	padding: 0;
}
dl dt{
	font-weight: 600;
}

body,
input,
textarea,
button,
select,
option {
	font-family: var(--font);
}
input::placeholder,
textarea::placeholder {
	color: var(--textplace);
}
input:read-only,
textarea:read-only,
select:read-only {
	background: var(--light);
	color: var(--textgrey);
}
input:read-only:focus {
	border-color: var(--line);
}

input:focus,
textarea:focus,
select:focus {
	border-color: var(--main);
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
input {
	width: 100%;
	color: var(--text);
	background: var(--input);
	border: 0;
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 12px;
	height: 55px;
	font-size: 1.1em;
}
textarea {
	resize: vertical;
	width: 100%;
	color: var(--text);
	background: var(--input);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 12px;
	max-height: 300px;
	font-size: 1.1em;
}
ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li{
	margin: 10px 0;
	word-break: keep-all;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: var(--text);
}
small{
	font-weight: 400;
}
h1 {	
	font-size: 3.6em;
	font-weight: 800;
	line-height: 1.25;
}
h2{
	font-size: 2.1em;
	font-weight: 800;
	line-height: 1.35;
}
h3, .colsbox .item .num{
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3;
}
h4{
	font-size: 1.3em;
	font-weight: 700;
}
h1,h2,h3,h4,p{
	word-break: keep-all;
}
svg{
	height: 24px;
	width: auto;
}
header {
	z-index: 9999;
	position: sticky;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 80px;
	color: var(--text);
	background: var(--bg);
}
header.sty{
	background: var(--white);
	color: var(--text);	
	height: 70px;
}
header section {
	display: flex;
	gap: 40px;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}
.site-branding {
	display: flex;
	align-items: center;
	font-size: 1.7em;
	font-weight: bold;
	color: var(--white);
}
.site-branding svg {
	height: 30px;
	width: auto;
	fill: var(--main);
}
.site-branding svg g{
	fill: var(--text);
}
.site-branding svg #logotype{
	fill: var(--text);
}
.site-branding #symbol{
	display: none;
}
header .fr {
	display: flex;
	gap: 16px;
}
header .bn {
	display: flex;
}
header .right{
	display: flex;
	align-items: center;
	gap: 20px;
}
header .right .blueen{
	display: flex;
	align-items: center;
	gap: 10px;
}
header .bt{
	padding: 0 30px;
	font-size: 1.1em;
}
header .bt.ai{
	background: linear-gradient(330deg, #0c0c2d 0%, #3b3c70 100%);
}
header .bnbt{
	display: flex;
	align-items: center;	
	color: var(--white);
	background: var(--main);
	height: 50px;
	font-weight: 800;
}
header #hbg {
	display: none;
	align-items: center;
}
#movetopwrp.active {
	transform: translateY(0);
}
#movetopwrp {
	position: fixed;
	right: 30px;
	bottom: 30px;
	transition: all 0.2s linear 0s;
	transform: translateY(0px);
	z-index: 998;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#movetopwrp .item#movetop{
	display: none;
}
#movetopwrp.active .item#movetop{
	display: flex;
}
#movetopwrp .item {
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: var(--white);
	box-shadow: 0 3px 13px 0px rgb(0 0 0 / 10%);
	color: var(--text);
	border-radius: 50%;
	transition: all 0.2s linear 0s;	
}
#movetopwrp .item.kakao{
	background: var(--kakao);
}
#movetopwrp .item.naver{
	background: var(--naver);
}
#movetopwrp .item.naver svg{
	fill: var(--white);
}
.mnb {
	z-index: 999;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: none;
	align-items: center;
	background: var(--bg);
	padding: 0 10px;
}
.mnb .item {
	height: 50px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	line-height: normal;
}
#mgnbwrp {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	background: var(--blacktr);
	transition: opacity 0.2s ease, visibility 0.2s ease;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
}
#mgnbwrp.active {
	opacity: 1;
	visibility: visible;
}
#mgnbwrp.active .mgnb{
	transform: translateX(0);
} 
#mgnbwrp .mgnb {
	position: relative;
	padding: 30px;
	background: var(--bg);
	width: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	border-radius: 13px;
}

#mgnbwrp .mgnb ul li{
	margin: 0;
}
#mgnbwrp .exitmgn {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}
#mgnbwrp .mgnb .contact {
	border-radius: 30px;
	font-weight: 700;
	margin-top: auto;
}
#mgnbwrp .mgnb .searchwrp {
	margin: 0 -10px 30px;
}
#mgnbwrp .mgnb nav ul li a{
	display: inline-flex;
	font-size: 1.4em;
	color: var(--text);
}
#page {
	position: relative;
	width: 100%;
}
header nav {
	position: absolute;
	scrollbar-width: auto;
	left: 50%;
	transform: translateX(-50%);
}
nav {
	display: flex;
	align-items: center;
}
nav .menu-gnb-container{
	width: 100%;
}
nav ul {
	width: 100%;
	display: flex;
	gap: 40px;
}
nav ul.sub-menu li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 16px;
	background: transparent;
	border-bottom: 1px solid var(--line);
	border-left: 1px solid var(--line);
	border-radius: 0 0 0 12px;
}
nav ul.sub-menu>li{
	position: relative;
	padding: 0 13px;
	border-radius: 0;
}
nav ul.sub-menu>li:hover{
	background: transparent;
}
nav ul.sub-menu>li a:hover{
	background: var(--grey);
	border-radius: 9px;
}
nav ul>li.menu-item-has-children {
	position: relative;
}
nav ul>li.menu-item-has-children::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 18px;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;utf8, <svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
nav ul>li.menu-item-has-children.active::after{
	transform: rotate(180deg);
}
nav ul li a {
	z-index: 1;
	position: relative;
	font-weight: 800;
	font-size: 1.3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--text);
	height: 40px;
	display: flex;
	align-items: center;
}
nav ul li:hover a{
	box-shadow: inset 0px -3px 0px var(--text);
}
body.home nav ul li:hover a{
	box-shadow: inset 0px -3px 0px var(--white);
}
body.home header.sty nav ul li:hover a{
	box-shadow: inset 0px -3px 0px var(--text);
}
nav ul li.current-menu-item a, nav ul li.current-menu-ancestor a, nav ul li.current_page_item a, nav ul li.current_page_ancestor a, nav ul li.current-menu-parent a, nav ul li.current_page_parent a, nav ul li.active a{
	color: var(--main)!important;
	box-shadow: none!important;
}
nav ul li.active ul.sub-menu {
	display: block;
}
nav ul li ul.sub-menu::before{
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: calc(100% - 30px);
	background: var(--line);
}
nav ul li ul.sub-menu {
	overflow: hidden;
	position: relative;
	display: none;
	margin-top: -3px;
	padding-left: 3px;
}
nav ul li ul.sub-menu li a {
	font-weight: 400;
	font-size: .9em;
	padding: 8px 9px;
	width: 100%;
}
nav ul li ul.sub-menu li:last-child{
	border-bottom: 0;
}
#hisback {
	cursor: pointer;
	display: none;
	background: transparent;
	border: 0;
	height: 40px;
	align-items: center;
	justify-content: center;
	margin-left: -20px;
	padding: 0 10px;
	z-index: 1;
	color: var(--textblue);
}
.searchwrp input {
	width: 100%;
	padding: 0 12px 0 42px;
	font-size: 1.1em;
}
.searchwrp .searchbt {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 100%;
	color: var(--textgrey);
	background: transparent;
	border: 0;
}
main {
	position: relative;
	width: 100%;
	min-height: calc(100vh - 90px);
}
section {
	position: relative;
	padding: 0 30px;
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
}
section.sml{
	max-width: 730px;
}
.sml{
	position: relative;
	max-width: 950px;
	margin: 0 auto;
}
.stemp{
	position: absolute;
	right: 0;
	top: 0;
}
.stemp svg{
	width: 280px;
	height: auto;
	opacity: .04;
}
.otherposts{		
	background: var(--grey);
}
.otherposts section{
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0;
	background: var(--grey);
}
.otherposts .line{
	display: flex;
	flex: 0 0 auto;
	width: 1px;
	background: var(--line);
}
.otherposts .item{
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	padding: 0 60px;
	font-weight: 700;
	font-size: 1.2em;	
	color: #98948e;
	width: 100%;
}
.otherposts .item:hover{
	color: var(--text);
}
.otherposts .item .material-symbols-outlined{
	font-size: 30px;
}
.otherposts .item .otherpost_title{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
  overflow: hidden;
}
.profile_card{
	margin: 60px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid var(--line);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.profile_card .bt{
	max-width: none;
	width: auto;	
}
.profile_meta .avatar{
	border-radius: 50%;
	width: 46px;
	height: 46px;
	object-fit: cover;
}
.profile_meta{
	display: flex;
	align-items: center;
	gap: 10px;
}
.profile_meta .name_meta{
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.profile_meta .name_meta .name{
	font-weight: 700;
}
.profile_meta .name_meta .com{
	font-size: .8em;
	font-weight: 300;
	color: var(--textgrey);
}
.part{
	position: relative;
	display: flex;
	align-items: center;
	padding: 120px 0;
	overflow: hidden;
}
.part img.gtmobile{
	display: none;
}
.part.line{
	border-bottom: 1px solid var(--line);
}
.part .artw, .pagecover img.artw{
	position: absolute;
	transform: translateY(-50%);	
	top: 50%;
	right: 0;
	width: 500px;
	height: auto;
}
.part.tnp{
	padding-top: 0;
}
#contact.part{
	padding: 40px 0;
	background: var(--grey);
}
.part.nop{
	padding: 0;
	align-items: flex-end;
}
#scope.part.nop{
	padding: 100px 0;
	align-items: center;
	background: var(--bg);
}

.part.grey{
	background: var(--grey);	
}
.part.dark{
	background: var(--main);
	color: var(--white);
}
.part.black{
	background: var(--sub);
	color: var(--white);
}
.part.darkfocus{
	background: var(--darkfocus);
	color: var(--white);
}
.part_title.cen{
	text-align: center;
}
.part_title.cen p{
	margin-left: auto;
	margin-right: auto;
}
.subcover .part_title h1, .subcover .part_title h2, .subcover .part_title h4{
	color: var(--white);
}
.subcover .part_title{
	margin: 0 0 0;
	z-index: 1;
}
.part_title h4{
	margin: 0 0 10px;
	font-size: 1.25em;
	font-weight: 600;
}
.part.dark .part_title h4{
	color: var(--white);
}
.part_title h2, .part_title h1{
	margin: 0;
}
.part_title h2 .foc{
	color: var(--main);
}
.part_title.lg h2{
	font-size: 2.4em;
}
.part_title.lg h1{
	font-size: 2.8em;
}
.part_title.lt h2, .part_title.lt h1{
	font-weight: 400;
}
.part_title.lt h2 span, .part_title.lt h1 span{
	font-weight: 800;
}
.dark .part_title h1, .dark .part_title h2{
	color: var(--white);
}
.part_title p{
	font-size: 1.1em;
	font-weight: 500;
	max-width: 640px;
	color: var(--textgrey);
}
.part_title p:last-child{
	margin-bottom: 0;
}
.part_title p strong{
	text-decoration: underline;
	color: var(--main);
}
.part_focus{
	position: relative;
	padding: 90px 300px 90px 90px;		
	margin: 0 0 60px;
	border-radius: 16px;
	color: var(--white);
	background: var(--main);
	background: radial-gradient(circle, rgb(59 60 112) 0%, rgb(12 12 45) 90%);
}
.part_focus .art{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 76%;
	height: 100%;
	object-fit: cover;
	opacity: .2;
	border-radius: 16px;
}
.part_focus .peo{
	position: absolute;
	right: 20px;
	bottom: -20px;
	width: 286px;
	height: auto;
}
.part_focus p{
	position: relative;
	margin: 0;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: -.4px;
}
.part_focus p gold{
	color: var(--main);
	font-weight: 700;
	font-size: 1.15em;
}
.part_name{
	font-size: 1.8em;
	font-weight: 300;
}
.part_name span{
	font-weight: 800;
	letter-spacing: 5px;
}
.part_slogan{
	font-size: 3.8em;
	font-weight: 800;
	margin: 0 0 50px 0;
	line-height: 1;
	opacity: .15;
}
.part_slogan *:first-child{
	opacity: .5;
}
.part_title{
	position: relative;	
	margin: 0 0 60px;
}
.col2{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
.col{
	position: relative;
}
.col .symbol_art{
	margin-top: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .1;
}
.col .symbol_art svg{
	height: 150px;
}
.col.vercen{
	display: flex;
	align-items: center;
}
.pagecover .part_title.lg, .col.vercen .part_title.lg{
	margin-bottom: 0;
}
.col.vercen .part_title.lg{
	max-width: 90%;
}
.part img.worker{
	position: absolute;
	bottom: -100px;
	max-width: 550px;
}
.about_img{
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.about_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_logo{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	opacity: .8;
}
.about_logo svg{
	width: auto;
	height: 30px;
	fill: var(--white);
}
.part_desc{
	font-size: 1.15em;
}
.part_desc ul{
	list-style: disc;
	list-style-position: outside;
	font-weight: 700;
	padding: 5px 10px 5px 1.4em;
	border-radius: 10px;
}
.score_grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 70px;
	max-width: 920px;
	margin: 0 auto;
}
.score_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
}
.score_num{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	margin: 0 0 28px;
	border: 6px solid var(--main);
	border-radius: 50%;
	background: var(--white);
	color: var(--text);
	font-size: 2.1em;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}
.score_item p{
	width: 100%;
	margin: 0;
	font-weight: 700;
	line-height: 1.45;
	word-break: keep-all;
}
.curriculum{
	margin: 0 auto;
}
.curriculum h3{
	margin: 0 0 10px;
	font-size: 1.5em;
	font-weight: 700;
}
.curriculum_grid{
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(48px, 3vw, 76px) minmax(0, 1fr) clamp(48px, 3vw, 76px) minmax(0, 1fr) clamp(48px, 3vw, 76px) minmax(0, 1fr);
	gap: 0;
	align-items: start;
}
.cur_step{
	position: relative;
	display: grid;
	grid-template-rows: auto auto 1fr;
	height: 100%;
	background: var(--bg);
	border: 3px solid var(--main);
	border-radius: 16px;
	overflow: hidden;
}
.testwrp{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	height: 100%;
	margin: 0 -20px;
}
.testwrp .test{
	width: 100%;
	height: 64px;
	border-radius: 50%;
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--gradi);
	box-shadow: var(--shadowlg);
	z-index: 9;
	line-height: normal;
	font-weight: 800;
	text-transform: uppercase;
	transform: rotate(315deg);
	font-size: 1.35em;
}
.cur_period{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 20px;
	font-size: 1.35em;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	background: var(--main);
	color: var(--white);
}
.cur_track{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	background: var(--grey);
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
}
.cur_desc{
	padding: 24px;
	height: 100%;
	color: var(--textgrey);
}
.cur_step p{
	margin: 0;
	font-weight: 500;
	word-break: keep-all;
}
.scope_services{
	width: 100%;
}
.scope_table_head{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 22px 28px;
	border-radius: 12px 12px 0 0;
	background: var(--text);
	color: var(--white);
}
.scope_table_head h3{
	margin: 0;
	font-size: 1.35em;
	font-weight: 700;
}
.scope_table_scroll{
	width: 100%;
	overflow-x: auto;
	border: 3px solid var(--main);
	border-radius: 12px;
	overflow: hidden;
}
.scope_table{
	width: 100%;
	min-width: 1120px;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	color: var(--text);
}
.scope_table th, .scope_table td{
	padding: 15px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	text-align: center;
	vertical-align: middle;
	word-break: keep-all;
	line-height: 1.35;
}
.scope_table th:last-child, .scope_table td:last-child{
	border-right: 0;
}
.scope_table tbody tr:last-child td{
	border-bottom: 0;
}
.scope_table thead th{
	position: sticky;
	top: 0;
	z-index: 1;
	background: var(--sky);
	color: var(--main);
	font-weight: 800;
	font-size: 1.02em;
}
.scope_table .scope_group th{
	position: static;
	background: var(--main);
	color: var(--white);
	font-size: 1.08em;
	font-weight: 800;
}
.scope_table tbody td{
	font-weight: 500;
}
.scope_table tbody td:empty::after{
	content: '-';
	color: var(--textplace);
	font-weight: 400;
}
.scope_mobile_table{
	display: none;
}

/* 기업 고객 페이지: page-company.php 섹션 디자인 */
.company_block{
	width: 100%;
	margin: 0 0 110px;
}
.company_block:last-child{
	margin-bottom: 0;
}
.company_eyebrow{
	margin: 0 0 32px;
	color: var(--text);
	font-size: 1.65em;
	font-weight: 900;
	line-height: 1.25;
}
.company_solution > h3{
	margin: 0 0 70px;
	text-align: center;
	font-size: 2.1em;
	font-weight: 900;
}
.company_intro_text{
	display: flex;
	flex-direction: column;
	gap: 34px;
	max-width: 760px;
	margin: 0 auto 90px;
	text-align: center;
}
.company_intro_text p{
	margin: 0;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 1.65;
}
.contract_compare{
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px minmax(0, 1fr);
	gap: 28px;
	align-items: stretch;
	max-width: 1020px;
	margin: 0 auto 80px;
}
.contract_compare.compact{
	margin-bottom: 0;
}
.contract_side{
	display: grid;
	grid-auto-rows: 1fr;
	outline: 1px solid var(--line);
	background: var(--white);
	border-radius: 12px;
	overflow: hidden;
}
.contract_side.contract_year{
	outline: 3px solid var(--main);
}
.contract_side .contract_side_title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 18px;
	font-size: 1.35em;
	font-weight: 800;
}
.contract_year .contract_side_title{
	background: var(--main);
	color: var(--white);
}
.contract_item{
	display: block;
	text-align: center;
	min-height: 85px;
	padding: 20px 22px;
	border-top: 1px solid var(--line);
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
	color: var(--textgrey);
}
.contract_year .contract_item{
	color: var(--text);
	background: var(--bg);
}
.contract_axis{
	display: grid;
	grid-auto-rows: 1fr;
	align-self: center;
	gap: 12px;
}
.contract_axis div{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	padding: 14px;
	border-radius: 12px;
	background: var(--sky);
	color: var(--main);
	text-align: center;
	font-weight: 700;
	word-break: keep-all;
	font-size: 1.1em;
}
.company_sos{
	text-align: center;
}
.sos_grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 46px;
	max-width: 820px;
	margin: 0 auto 70px;
}
.sos_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	background: var(--gradi);
	color: var(--white);
	border-radius: 50%;
}
.sos_item strong{
	font-size: 5em;
	font-weight: 900;
	line-height: 1;
}
.sos_item span{
	margin-top: 12px;
	font-size: 1.55em;
	font-weight: 900;
	line-height: 1.1;
}
.company_sos p{
	margin: 0 auto 90px;
	max-width: 720px;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.6;
}
.sos_caption{
	text-align: center;
	font-style: italic;
	font-size: 1.35em;
	font-weight: 700;
	line-height: 1.4;
	color: var(--main);
}
.smart_panel h3{
	margin: 0 0 30px;
	text-align: center;
	color: var(--text);
	font-size: 1.8em;
	font-weight: 900;
}
.smart_grid{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 22px;
	align-items: stretch;
}
.smart_card, .smart_core{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 260px;
	padding: 28px;
	border-radius: 16px;
	background: var(--grey);
	text-align: center;
	word-break: keep-all;
}
.smart_card strong, .smart_core strong{
	color: var(--main);
	font-size: 1.35em;
	font-weight: 800;
	line-height: 1.3;
}
.smart_core{
	outline: 3px solid var(--main);
	box-shadow: var(--shadowlg);
	border-color: var(--main);
	background: var(--bg);
}
.smart_core span{
	display: inline-flex;
	align-self: center;
	margin: 0 0 18px;
	padding: 8px 20px;
	border-radius: 32px;
	background: var(--main);
	color: var(--white);
	font-weight: 700;
}
.smart_card p, .smart_core p{
	margin: 18px 0 0;
	font-weight: 500;
	color: var(--textgrey);
}
.company_area_grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.area_card{
	padding: 10px 36px 36px 36px;
	border-radius: 16px;
	word-break: keep-all;
	background: var(--bg);
}
.area_card .icon{
	display: flex;
	width: 80%;
	max-width: 150px;
	margin: 0 auto;
}
.area_card .icon img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.area_card h3{
	margin: 0 0 20px;
	font-size: 1.35em;
	font-weight: 800;
	color: var(--main);
	text-wrap: balance;
}
.area_card p{
	font-weight: 500;
	color: var(--textgrey);
}
.area_card p:last-child{
	margin-bottom: 0;
}

/* 개인 고객 페이지: page-personal.php 섹션 디자인 */
.personal_system{
	width: 100%;
	text-align: center;
}
.personal_system h3{
	margin: 0 0 48px;
	font-weight: 800;
}
.system_orbits{
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: center;
	margin: 0 auto;
}
.system_circle{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	padding: 28px;
	border-radius: 50%;
	background: var(--white);
	color: var(--text);
	text-align: center;
	word-break: keep-all;
}
.system_circle h3{
	margin: 0;
	color: var(--main);
}
.system_circle.empty{
	opacity: 0;
	margin: 0;
}
.system_circle svg{
	height: 30px;
	opacity: .5;
	margin: 5px 0;
	fill: var(--main);
}
.system_circle.sym{
	background: var(--darkfocus);
	padding: 0;
}
.system_circle.sym .bt.ai{
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.system_circle.sym .bt.ai::after{
	inset: 5px;
}
.system_circle.sym .bt.ai svg{
	margin: 0;
	height: 100px;
	fill: var(--white);
	opacity: 1;
}
.system_circle p{
	margin: 0;
	font-weight: 600;
	font-size: 1.15em;
	color: var(--textgrey);
}
.system_circle span{
	margin: 0;
	font-weight: 600;
	font-size: 1.15em;
	color: var(--textgrey);
}
.personal_process, .safe_price, .personal_services, .yg_process{
	width: 100%;
	margin: 0 0 100px;
}
.personal_process h3, .personal_services h3{
	margin: 0 0 28px;
	font-size: 2em;
	font-weight: 900;
}
.process_line{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 1.25em;
	font-weight: 800;
	line-height: 1.55;
}
.process_line span{
	display: inline-flex;
	align-items: center;
}
.process_line span:not(:last-child)::after{
	content: '→';
	margin-left: 10px;
	color: var(--main);
}
.safe_price{
	padding: 56px;
	border-radius: 14px;
	background: var(--white);
	color: var(--text);
}
.safe_price h3{
	margin: 0 0 18px;
	font-size: 1.9em;
	font-weight: 900;
	line-height: 1.35;
}
.safe_price h4{
	margin: 0 0 36px;
	font-size: 1.5em;
	font-weight: 900;
	line-height: 1.45;
}
.safe_price_text{
	display: grid;
	gap: 24px;
	max-width: 760px;
}
.safe_price_text p{
	margin: 0;
	font-weight: 700;
	line-height: 1.65;
}
/* .personal_services{
	padding: 44px;
	border-radius: 12px;
	background: var(--main);
} */
.personal_services:last-child{
	margin-bottom: 0;
}
.personal_services + .personal_services{
	margin-top: -64px;
}
.personal_services h3{
	text-align: center;
}
.personal_services h3 span{
	color: var(--main);
}
.personal_service_grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}
.personal_service_card{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 30px 30px;
	border-radius: 16px;
	text-align: center;
	word-break: keep-all;
	color: var(--main);
	background: var(--bg);
}
.personal_service_card .icon{
	content: '';
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: var(--bg);
}
.personal_service_card .icon img{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.personal_service_card strong{
	font-size: 1.35em;
	font-weight: 700;
	word-spacing: -2px;
}
.personal_service_card p{
	margin: 10px 0 0;
	font-weight: 500;
}
.yg_process{
	margin-bottom: 0;
}
.yg_process > p{
	margin: -14px 0 34px;
	font-size: 1.15em;
	font-weight: 700;
}
.yg_process_steps{
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 38px;
	padding: 34px;
	border-radius: 150px;
	background: var(--main);
}
.yg_process_steps::before{
	content: '';
	position: absolute;
	left: 60px;
	right: 60px;
	top: 55px;
	height: 15px;
	background: var(--white);
	border-radius: 32px;
}
.yg_process_steps div{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	color: var(--white);
	font-weight: 800;
	line-height: 1.4;
}
.yg_process_steps span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: var(--white);
	font-weight: 800;
	color: var(--main);
	font-size: 1.7em;
}
.yg_process_steps strong{
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}
.yg_values{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--line);
	margin: 0 auto;
}
.yg_values h3{
	font-size: 1.35em;
	font-weight: 800;
	margin: 0 0 15px;
}
.yg_values div{
	padding: 36px;
	background: var(--bg);
}
.yg_values strong{
	display: block;
	margin: 0 0 10px;
	font-size: 1.2em;
	font-weight: 900;
}
.yg_values p{
	margin: 0;
	font-weight: 500;
}
.part_comp{
	display: flex;
}
.part.subcover{
	position: relative;
	background: var(--main);
	color: var(--white);
	padding: 100px 0;
}
.part.subcover p{
	color: var(--white);
	opacity: .8;
	font-size: 1.2em;
}
.part.subcover .artbg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comp_table{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;	
	background: var(--line);
	color: var(--text);	
	border-radius: 16px;
	overflow: hidden;	
}
.comp_focus{
	box-shadow: var(--shadowlg);
	width: 50%;
	flex: 0 0 auto;
	z-index: 1;
	border-color: var(--main);
	outline: 3px solid var(--main);
}
.comp_sml{
	max-width: 50%;
	border-radius: 16px 0 0 16px;	
	font-size: .93em;
	margin: 15px 0;
	border-right: 0;	
}
.comp_sml:last-child{
	border-radius: 0 16px 16px 0;
	border-left: 0;
}
.comp_sml .comp_cell{
	min-height: auto;
}
.comp_cell{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	padding: 20px;
	text-align: center;
	word-break: keep-all;
	background: var(--grey);
}
.comp_table.comp_focus .comp_cell{
	background: var(--bg);
	font-size: 1.05em;
}
.comp_th{
	min-height: 60px;
	padding: 15px 20px;
	font-weight: 700;
	font-size: 1.3em;
}
.comp_table.comp_focus .comp_cell.comp_brand{
	font-weight: 800;
	font-size: 1.8em;
	color: var(--white);
	background: var(--main);
}
.comp_cell strong{
	margin: 0 0 6px;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.25;
}
.comp_cell p{
	margin: 0;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.35;
	color: var(--textgrey);
}
.comp_focus strong{
	color: var(--main);
}
.comp_focus p{
	color: var(--text);
}
.cols{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.cols.cols31{
	grid-template-columns: 1fr 500px;
}
.cols.vercen{
	align-items: center;
}
.cols.flex{
	display: flex;
	align-items: center;
	gap: 60px;
}
.cols.flex .col:last-child{
	width: 100%;
}
.imgwrp {
	position: relative;
	display: flex;
}
.imgwrp::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	background: #bbbaba;
	background: linear-gradient(58deg, rgba(187, 186, 186, 1) 43%, rgba(247, 247, 247, 1) 100%);
}
.imgwrp::before{
	display: none;
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 50%;
	z-index: 2;
	background: #ffffff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
}
.imgwrp img{
	z-index: 1;
	max-width: 100%;
	height: auto;
	max-width: 350px;
	margin-right: -30px;
}

.slider_nav{
	position: absolute;
	transform: translate(-50%);
	left: 50%;
	bottom: 40px;	
	display: flex;
	gap: 10px;
}
.slider_nav .dot{
	width: 12px;
	height: 12px;
	border-radius: 32px;
	background: var(--white);
	cursor: pointer;
	overflow: hidden;
	opacity: 0.3;
}
.slider_nav .dot.active{
	opacity: 1;
}
.tags{
	margin: 30px 0 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tags .tag{
	font-size: .9em;
	font-weight: 500;
	display: flex;
	align-items: center;
	padding: 0 14px;
	height: 37px;
	background: linear-gradient(330deg, #0c0c2d 0%, #3b3c70 100%);
	color: var(--white);
	border-radius: 8px;
}
.hat .tags .tag{
	color: var(--text);
	background: var(--grey);			
	border: 1px solid var(--grey);
}
.list .hat:hover .tags .tag{
	border-color: #d7d5d3;
}
.hat .tags .tag::before{
	content: '#';
}
.hat .tags {
	position: relative;
	margin: 30px 0 0;
	justify-content: flex-start;
}
.colsbox.colsbox_contact{
	gap: 1px;
	background: var(--lineinv);
	overflow: hidden;
	grid-template-columns: repeat(1, 1fr);
}
.colsbox.colsbox_contact .item{
	display: flex;
	gap: 20px;
	background: var(--greyblue);
	color: var(--white);
	padding: 24px 10px;
	min-height: auto;
	border: 0;
	border-radius: 0;
}
.colsbox.colsbox_contact .item:hover h3{
	text-decoration: underline;
}
.colsbox.colsbox_contact .item h3{
	margin: 0 0 4px;
} 
.colsbox.colsbox_contact .item p{
	color: var(--textplace);
	margin: 0;
}
.colsbox.colsbox_contact .item .material-symbols-rounded{
	font-size: 28px;	
}
.colsbox.colsbox_contact .item svg{
	margin-top: 3px;
	height: 26px;
}
.colsbox.colsbox_contact .item svg.fill{
	fill: var(--white);
}
.colsbox{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.colsbox.info{
	gap: 20px;
	overflow: hidden;
	grid-template-columns: repeat(5, 1fr);
}
.colsbox.info .item{
	border-radius: 16px;
	background: var(--white);
	color: var(--main);
	padding: 25px;
	min-height: 215px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 3px solid var(--main);
}
.colsbox.info.scp .item{
	position: relative;
	overflow: visible;
	border: 0;
	background: var(--bg);
	padding: 24px 20px 22px;
	min-height: 190px;
	justify-content: flex-start;
}
.colsbox.info.scp .item::before{
	content: '';
	position: absolute;
	top: 49px;
	left: -20px;
	right: -20px;
	height: 4px;
	border-radius: 2px;
	background: var(--main);
	z-index: 0;
}
.colsbox.info.scp .item:first-child::before{
	left: 27px;
}
.colsbox.info.scp .item:last-child::before{
	right: 27px;
}
.colsbox.info.scp .item::after{
	display: none;
}
.colsbox.info.scp .item label{
	position: relative;
	z-index: 1;
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	border-radius: 50%;
	background: var(--main);
	font-size: 1.38em;
	font-weight: 800;
	line-height: 1;
	color: var(--white);
	box-shadow: 0 10px 18px rgb(14 41 122 / 22%);
}
.colsbox.info.scp .item p{
	margin: 0;
	text-align: left;
	font-size: 1.04em;
	line-height: 1.5;
	font-weight: 600;
	color: var(--text);
}
.colsbox.info .item label{
	margin: 0 0 10px;
}
.colsbox.info .item p{
	font-weight: 500;
	font-size: 1.1em;
	margin: 20px 0 0;
	text-align: right;
	text-wrap: balance;
}
.colsbox .item{
	overflow: hidden;
	position: relative;
	color: var(--text);
	background: var(--bg);
	padding: 30px;
	border-radius: 16px;
}
.colsbox.edu .item{
	aspect-ratio: 4 / 2;
}
.colsbox.edu .item{	
	display: flex;
	align-items: center;
	padding: 30px;
}
.colsbox.edu .item.foc{
	border: 3px solid var(--white);
	background: var(--main);
	color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
	text-align: center;
}
.colsbox.edu .item.foc svg{
	fill: var(--white);	
	height: 36px;
	margin: 0 0 15px;
}
.colsbox.edu .item.foc h3{
	margin: 0;
}
/* .colsbox.edu .item .des{
	max-width: 100%;
} */
.colsbox.edu .item .des p{
	text-wrap: balance;
	font-weight: 500;
	font-size: 1.1em;
	color: var(--textgrey);
}
.colsbox .item .obj{
	position: absolute;
	bottom: -5%;
	right: -10%;
	width: auto;
	height: 110%;
	object-fit: cover;
}
.colsbox.nums .item{
	overflow: hidden;
	position: relative;
	color: var(--white);
	background: transparent;
	padding: 30px;
	border-radius: 16px;
	border: 3px solid var(--white);
	min-height: 240px;
}
.colsbox .item .des{
	position: relative;
	z-index: 1;
	width: 100%;
}
.colsbox .item .des p{
	margin: 0;
}
.colsbox .item .check{
	flex: 0 0 auto;
	width: 30px;
	height: auto;
	fill: var(--mainlt);
}
.colsbox .item .check .sym{
	fill: url(#checkGrad);
}
.colsbox.info .item h3{
	margin: 10px 0 0;
}
.colsbox .item h3{
	margin: 0 0 10px;
}
.colsbox .item h4{
	margin: 0 0 6px;
	text-wrap: balance;
	font-weight: 800;
	font-size: 1.35em;	
	border-bottom: 1px solid var(--main);
}
.colsbox.edu .item h4{
	border-bottom: 0;
}
.colsbox.nums .item h3{
	margin: 0;
}
.colsbox.nums .item p{
	font-weight: 500;
	margin: 10px 0 0;	
	opacity: .8;
}
.colsbox.nums .item .num{
	font-size: 7em;
	/* background: linear-gradient(180deg, var(--main) 0%, var(--white) 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text; */
	position: absolute;
	right: 10px;
	bottom: -28px;
	letter-spacing: -2px;
	line-height: normal;
	z-index: 11;
	font-weight: 800;
	color: var(--white);
}
.contact_grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin: 0 0 50px;
}
.contact_form{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.contact_form .contact_form_title{
	display: flex;	
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.contact_form .contact_form_title h3{
	margin: 0;
}
.contact_form .item{
	overflow: hidden;
	position: relative;
	background: rgb(0 0 0 / 20%);
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.contact_form .item.foc{
	background: rgb(0 0 0 / 40%);
}
.contact_form .item .lb{
	flex: 0 0 auto;
	width: 80px;
	padding: 0 14px;
	display: flex;
	align-items: center;
	border-right: 1px solid rgb(255 255 255 / 20%);
	font-weight: 600;
	color: var(--white);
	font-size: 1.1em;
}
.contact_form .gid{
	color: var(--textplace);
	word-break: keep-all;
	padding: 10px;
}
.contact_form .submitwrp{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_form .submitwrp .bt{
	background: var(--white);
	color: var(--text);
	height: 55px;
	border-radius: 12px;
}
.contact_form input, .contact_form textarea{
	border: 0;
	background: transparent;
	color: var(--white);
}
.contact_form textarea{
	resize: none;
	padding: 18px;
}
.scroll_down{
	color: var(--white);
	cursor: pointer;
	background: rgb(0 0 0 / 30%);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0;
}
@keyframes bounce_down {
	0%, 100% { transform: translateY(-4px); }
	50%       { transform: translateY(4px); }
}
.scroll_down > * {
	animation: bounce_down 1.2s ease-in-out infinite;
	font-size: 34px;
	font-variation-settings: 'wght' 500 !important;
}
.pagecover{
	position: relative;
	overflow: hidden;
	background: var(--bg);
	color: var(--text);
	padding: 70px 0;
}
.pagecover#home::before, .part.subcover::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(13 43 98 / 50%);
}
.part.subcover::before{
	background: rgb(13 43 98 / 55%);
}
.pagecover section{
	z-index: 2;
}
.pagecover#home{
	height: calc(100vh - 80px - 65px);
	display: flex;
	align-items: center;
	text-align: center;
	background: var(--main);
	color: var(--white);
}
.pagecover#home h1{
  text-shadow: 0 0 5px rgb(0 0 0 / 8%);
}
.pagecover h1{
	font-size: 4em;
	margin: 0 0 20px;
	letter-spacing: -0.02em;
}
.pagecover p:last-child{
	margin-bottom: 0;
}
.pagecover#home h2{
	color: var(--main);
	margin: 0 0 10px;
}
.bt.ai{
	height: 80px;
	width: 80px;
	padding: 0;
	background: transparent;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	font-size: 1.15em;
	border-radius: 50%;
	box-shadow: var(--shadowlg);
}
.bt.ai::before{
	content: '';
	position: absolute;
	inset: -60%;
	background: conic-gradient(from 0deg, transparent, transparent 60%, rgb(255 255 255) 75%, transparent 90%);
	animation: ai_border_spin 3s linear infinite;
	z-index: -2;
}
@keyframes ai_border_spin{
	to{ transform: rotate(360deg); }
}
.bt.ai::after{
	content: '';
	position: absolute;
	inset: 2px;
	background: rgb(0 0 0 / 20%);
	border-radius: 50%;
	z-index: -1;
}
.bt.ai svg{
	fill: var(--white);
	height: 24px;
	width: auto;
}
.pagecover h3{
	font-weight: 600;
}
.pagecover#home img{
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagesubnav{
	z-index: 555;
	position: sticky;
	top: 70px;
	background: var(--sub);
}
.pagesubnav section{
	overflow-x: auto;
}
.pagesubnav .nav_list{
	width: fit-content;
	display: flex;
	font-weight: 600;
	font-size: 1.2em;	
	margin: 0;
}
.pagesubnav .nav_list.cen{
	margin: 0 auto;
}
.pagesubnav .nav_list a{
	position: relative;
	flex: 0 0 auto;
	white-space: nowrap;
	display: flex;
	align-items: center;
	height: 65px;
	color: var(--white);	
	padding: 0 40px 0 0;
	font-weight: 600;	
	opacity: 0.7;	
}
.pagesubnav .nav_list.cen{
	padding: 0 20px;
}
.pagesubnav .nav_list a.active{	
	font-weight: 700;
	opacity: 1;
}
.pagesubnav .nav_list a.active::before{
	content: '';
	position: absolute;
	left: 0;
	top: -50%;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255, 0.5) 40%, rgba(255, 255, 255, 0) 80%);
	opacity: .6;
}



.faqs {
	display: grid;
	grid-gap: 14px;
	grid-template-columns: repeat(1, 1fr);
	font-size: 14px;
}
.faqs .item {
	background: var(--bg);
	outline: 1px solid var(--line);
	border-radius: 12px;
	overflow: hidden;
	word-break: keep-all;
}
.faqs .item .qustion {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	gap: 7px;
	font-weight: 600;
	font-size: 1.05em;
	padding: 20px;
}

.faqs .item .qustion svg {
	width: 20px;
	height: 20px;
}

.faqs .item .qustion svg.open,
.faqs .item.active .qustion svg.close {
	display: block;
}

.faqs .item .qustion svg.close,
.faqs .item.active .qustion svg.open {
	display: none;
}

.faqs .item .answer {
	padding: 20px;
	border-top: 1px solid var(--line);
	display: none;
	word-break: keep-all;
	color: var(--textgrey);
}

.faqs .item.active .answer {
	font-size: 1em;
	display: block;
}

.faqs .item.active .answer a {
	color: var(--color_gold);
	text-decoration: underline;
}

.bred {
	display: flex;
	align-items: center;
	gap: 1px;
	opacity: .5;
}
.bred .item{
	display: flex;
	font-weight: 500;
}
.bred .item:first-child > span{
	font-size: 22px;
}
.bred .material-symbols-outlined{
  font-variation-settings: 'wght' 200!important;
}
.list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.list .hat{
	overflow: hidden;
	position: relative;
	padding: 40px;
	border: 1px solid var(--line);
	border-radius: 16px;
}
.list .hat:hover{
	background: var(--grey);
}
.list .hat h3{
	font-size: 1.3em;
	margin: 0 0 15px;
}
.list .excerpt {	
	word-wrap: break-word; /**긴 영문 url 대응 줄바꿈 **/
	word-break: keep-all;	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.4;
}
.list .excerpt p{
	margin: 0;
}
.bt.lg {
	max-width: 230px;
	height: 60px;
	font-size: 1.15em;
	border-radius: 32px;
}
.bt.sml {
	height: 40px;
	max-width: 120px;
	border-radius: 32px;
	padding: 0 20px;
	font-size: .95em;
}
.bt {
	white-space: nowrap;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	max-width: 150px;
	width: 100%;
	height: 50px;
	background: var(--main);
	color: var(--white);
	font-size: 1.1em;
	font-weight: 700;
	border: 0;
	border-radius: 12px;
	padding: 0 30px;
}
.bt.more{
	width: auto;
	max-width: none;
	padding: 0 24px;
	height: 55px;
}
.morewrp{
	margin: 50px 0 0;
	display: flex;
	justify-content: center;
}
label {
	font-weight: 800;
}
.dropdown {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	background: var(--input);
	border: 1px solid var(--line);
	border-radius: 12px;
	height: 42px;
	padding: 0 12px;
	font-size: 14px;
}
.dropdown.active .dropitems {
	display: block;
}
.dropdown .dropitems.orileft {
	right: auto;
	left: 0;
}
.dropdown .dropitems.oribottom {
	top: auto;
	bottom: calc(100% + 10px);
	left: 0;
	right: auto;
}
.dropdown .dropitems {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 130px;
	background: var(--bg);
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 1px 0px, rgba(0, 0, 0, 0.1) 0px 16px 30px 4px;
	border-radius: 12px;
	padding: 12px 0;
	z-index: 1;
	max-height: 300px;
	overflow-y: scroll;
	overflow: auto;
	scrollbar-width: thin;
	z-index: 100;
}
.dropdown .dropitems .item {
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
	color: var(--text);
}
.dropdown .dropitems .item:hover {
	background: var(--light);
}
.empty {
	color: var(--textgrey);
	text-align: center;
	margin: 10px 0;
	opacity: .5;
}
.inputwrp .exmark{
	width: 16px;
	height: 16px;
}
.breadwrp {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: .7em;
	margin: 10px 0;
	color: var(--textgrey);
}
.modal {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: var(--blacktr);
	z-index: 10000;
	padding: 20px;
}
.modal .modalconwrp {
	position: relative;
	max-width: 100%;
	width: 100%;
}
.modal.active, .modal.active .modalconwrp {
	display: flex;
}
.modal .modalcon {
	background: var(--bg);
	border-radius: 16px;
	width: 100%;
}
.modal .modalconin {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 20px;
}
.modal .modalconwrp .exit {
	cursor: pointer;
	position: absolute;
	top: -35px;
	right: 10px;
	color: var(--bg);
	z-index: 9;
	display: flex;
}
.modal .bts {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}


.pgnwrp {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	margin: 50px 0 70px;
}
#pagination, .numbar {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 8px;
}
#pagination .page-numbers.current {
	outline: 1px solid var(--main);
	color: var(--textblue);
	background: transparent;
}
#pagination a:hover{
	outline: 1px solid var(--line);
	background: transparent;
}
#pagination a, #pagination .page-numbers {
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-width: 40px;
	background: var(--grey);
	border-radius: 8px;
	padding: 0 6px;
}
.pgnwrp .counts {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 9px;
	white-space: nowrap;
	font-size: .9em;
	font-weight: 300;
}
.pgnwrp .counts #pagego {
	height: 30px;
	padding: 6px 10px;
	font-weight: 400;
	font-size: .9em;
	border-radius: 8px;
}
.pgnwrp .counts input {
	text-align: center;
	height: 30px;
	font-size: 1em;
	padding: 4px;
	min-width: 33px;
	border-radius: 8px;
}
footer {
	overflow: hidden;
	position: relative;		
	padding: 100px 0;
	font-size: .95em;
	color: var(--white);
	background: var(--greyblue);
}
footer .part_title.lg{
	margin: 0 0 60px;
}
footer .part_title.lg h2{
	color: var(--white);
}
footer .bga{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .1;
}
footer .info{
	display: flex;
	gap: 6px 20px;
	margin: 0 0 20px;
	max-width: 70%;
	flex-wrap: wrap;
}
footer .info dl{
	display: flex;
	gap: 4px;
}
footer .info dl dt.com{
	font-weight: 700;
}
footer .copyright{
	font-size: .9em;
}
.tabwrp {
	border-radius: 12px;
}
.tab_head {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	font-weight: 700;
	font-size: 1.1em;
	border-radius: 12px;
	padding: 0 10px;
}
.tab_head::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--line);
}
.tab_head a {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px;
	background: var(--grey);	
	border: 1px solid var(--line);
	height: 50px;
}
.tab_head a:first-child{
	border-right: 0;
	border-radius: 16px 0 0 0;
	box-shadow: inset -2px -2px 10px -5px rgb(0 0 0 / 10%);	
}
.tab_head a:last-child{
	border-left: 0;
	border-radius: 0 16px 0 0;
	box-shadow: inset 2px -2px 10px -5px rgb(0 0 0 / 10%);
}
.tab_head a.active {
	z-index: 2;
	background: var(--bg);
	box-shadow: none;
	border: 1px solid var(--line)!important;
	border-bottom-color: var(--bg)!important;	
}
.tab_body {
	padding: 30px;
	background: var(--bg);
	border-radius: 0 0 10px 10px;
}
/**슬라이더**/


.marquee_wrp {
	position: relative;
}

.marquee_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	min-width: 42px;
	min-height: 42px;
	padding: 0;
	margin: 0 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bg);
	color: var(--text);
	box-shadow: var(--shadowlg);
	border: 0;
	cursor: pointer;
	z-index: 2;
}

.marquee_arrow.marquee_next {
	left: auto;
	right: 0;
}

.marquee_arrow svg {
	width: auto;
	height: 20px;
}

.marquee {
	width: 100%;
	overflow: hidden;
	touch-action: pan-y;
	/* 가로 드래그할 거면 JS에서 처리 */
	user-select: none;
	border-radius: 9px;
	border-right: 1px solid var(--linedeep);
	border-left: 1px solid var(--linedeep);
}

.marquee>* {
	display: flex;
	width: max-content;
	will-change: transform;
}

.marqueelist {
	cursor: grab;
	display: flex;
	position: relative;
	padding: 0 0;
	width: auto;
	max-width: none;
	gap: 8px;
	padding-left: 20px;
}

.marqueelist .item {
	position: relative;
	display: flex;
	width: 300px;
	flex: 0 0 auto;
	white-space: nowrap;
}

.marqueelist .item img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	pointer-events: none;
	border-radius: 9px;
}

/**모바일**/
@media screen and (max-width: 768px) {

	body {
		font-size: 13px;
	}
	.pagecover#home{
		height: calc(100vh - 70px - 55px);
		padding: 50px 0;
	}
	.pagecover img.worker{
		height: 44%;
	}
	.pagecover#home h1{
		font-size: 10vw;
	}
	.pagecover#home h1 br{
		display: none;
	}
	.pagecover#home h2{
		font-size: 7vw;
	}
	.part.subcover{
		padding: 50px 0;
	}
	.part.subcover p{
		font-size: 1.1em;
		text-wrap: balance;		
	}
	h1{
		font-size: 9vw;
	}
	.part_title.lg h2, .part_title.lg h1{
		font-size: 6vw;
	}
	/* .part_title.lg h2 br, .part_title.lg h1 br, .part_title p br{
		display: none;
	} */
	.part_title{
		margin: 0 0 40px;
	}
	h2{
		font-size: 7vw;
	}
	h3, .colsbox .item .num, .list .hat h3{
		font-size: 6vw;
	}
	.colsbox.colsbox_contact .item h3{
		font-size: 5vw;
	}
	.colsbox .item .num{
		font-size: 7em;
	}
	.cols.vercen{
		align-items: flex-start;
	}
	.site-branding svg {
		height: 26px;
	}		
	header {		
		height: 70px;
	}
	header section {
    gap: 10px;
    padding: 0 20px;
	}
	header #hbg {
		display: flex;
	}
	header #hbg .material-symbols-outlined{
		font-size: 26px;
	}
	header .bnbt, header .ai{
		max-width: 105px;
    height: 45px;
	}	
	header .bnbt span{
		display: none;
	}
	.pagesubnav .nav_list a{
    padding: 0 22px 0 0;
    height: 55px;
    font-size: .9em;
	}	
	.part{
		padding: 60px 0;
	}	
	.col.vercen .part_title.lg{
		max-width: 100%;
	}
	.part img.gtdesk{
		display: none;
	}
	.part img.gtmobile{
		display: block;
	}	
	footer{
		padding: 60px 0 20px;
	}
	#scope.part.nop{
		padding: 60px 0;
	}
	.part_focus{
    padding: 30px 40px 330px 40px;
    margin: 0 0 30px;
	}
	.part_focus p{
    font-size: 5vw;
    margin: 0 -10px;
    line-height: 1.5;
	}
	.part_focus .peo{
		right: auto;
    bottom: -20px;
    width: 270px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
		z-index: 1;
	}
	.part_focus .art{
		width: 100%;
	}
	nav ul{
		flex-direction: column;
		gap: 20px;
	}	
	.his{
		margin: 30px 0 50px;
	}
	.mnb {
		display: flex;
	}
	#hisback.active {
		display: flex;
	}
	nav#gnb {
		display: none;
	}
	#site-navigation {
		display: none;
	}
	#page {
		grid-template-columns: 1fr;
	}
	header .fr {
		flex-direction: row;
		gap: 0;
	}
	#movetopwrp {
		right: 15px;
		bottom: 15px;
	}
	#movetopwrp .item{
		width: 55px;
		height: 55px;
	}
	.scroll_down{
		width: 50px;
		height: 50px;
	}
	.imgwrp{
		margin: 0 -20px;
	}
	.imgwrp::before{
		display: flex;
	}
	.part_slogan{
		font-size: 12vw;
		margin: 0 9px 15px 0;
	}
	.colsbox{		    
		grid-template-columns: repeat(1, 1fr);
	}
	.cols, .cols.cols31{
		grid-template-columns: repeat(1, 1fr);
	}
	.colsbox.cols2{
		grid-template-columns: repeat(2, 1fr);
		height: auto;
	}
	.about_block{
		margin-bottom: 70px;
	}
	.about_logo{
		margin-bottom: 34px;
	}
	.about_logo svg{
		width: 74px;
	}
	.part_desc{
		gap: 24px;
	}
	.score_grid{
		grid-template-columns: repeat(1, 1fr);
		gap: 42px;
		max-width: 360px;
	}
	.score_item{
		text-align: center;
	}
	.score_num{
		width: 118px;
		height: 118px;
		margin-bottom: 18px;
		border-width: 4px;
		font-size: 1.75em;
	}

	.curriculum_grid{
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}	
	.testwrp{
		height: auto;
		min-height: 0;
		margin: 0;	
	}
	.testwrp .test{
    width: 100px;
    height: 64px;
	}	
	.scope_table_head{
		padding: 18px 20px;
		border-radius: 10px 10px 0 0;
	}
	.scope_table_head h3{
		font-size: 1.1em;
	}
	.scope_table_scroll{
		margin: 0;
		width: 100%;
		overflow-x: visible;
		border-radius: 10px;
		border-top: 3px solid var(--main);
	}
	.scope_table_scroll.scope_mobile_ready .scope_table{
		display: none;
	}
	.scope_mobile_table{
		display: block;
		width: 100%;
		color: var(--text);
	}
	.scope_mobile_section + .scope_mobile_section{
		border-top: 3px solid var(--main);
	}
	.scope_mobile_chunk + .scope_mobile_chunk{
		border-top: 3px solid var(--main);
	}
	.scope_mobile_group_row,
	.scope_mobile_grid{
		display: grid;
	}
	.scope_mobile_group_row.cols2,
	.scope_mobile_grid.cols2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.scope_mobile_group_row.cols3,
	.scope_mobile_grid.cols3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.scope_mobile_group_row.cols4,
	.scope_mobile_grid.cols4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.scope_mobile_group{
		padding: 12px 10px;
		background: var(--main);
		color: var(--white);
		font-size: .9em;
		font-weight: 800;
		text-align: center;
		word-break: keep-all;
		border-right: 1px solid rgba(255, 255, 255, .35);
	}
	.scope_mobile_group:last-child{
		border-right: 0;
	}
	.scope_mobile_col{
		display: flex;
		flex-direction: column;
		min-width: 0;
		border-right: 1px solid var(--line);
		border-bottom: 1px solid var(--line);
	}
	.scope_mobile_grid.cols2 .scope_mobile_col:nth-child(2n),
	.scope_mobile_grid.cols3 .scope_mobile_col:nth-child(3n),
	.scope_mobile_grid.cols4 .scope_mobile_col:nth-child(4n){
		border-right: 0;
	}
	.scope_mobile_head, .scope_mobile_cell{
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 52px;
		padding: 10px 4px;
		text-align: center;
		word-break: keep-all;
		overflow-wrap: anywhere;
		line-height: 1.35;
		border-bottom: 1px solid var(--line);
		text-wrap: balance;
	}
	.scope_mobile_head{
		background: var(--sky);
		color: var(--main);
		font-size: .82em;
		font-weight: 800;
	}
	.scope_mobile_cell{
		font-size: .72em;
		font-weight: 500;
	}
	.scope_mobile_cell.empty{
		visibility: hidden;
	}

	/* 기업 고객 페이지 모바일 */
	.company_block{
		margin-bottom: 80px;
	}
	.company_eyebrow{
		margin-bottom: 22px;
		font-size: 1.25em;
	}
	.company_solution > h3{
		margin-bottom: 44px;
		font-size: 1.55em;
	}
	.company_intro_text{
		gap: 24px;
		margin-bottom: 56px;
	}
	.company_intro_text p{
		font-size: 1em;
	}
	.contract_compare{
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 52px;
	}
	.contract_axis{
		order: -1;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.contract_axis div{
		min-height: auto;
		padding: 10px;
		font-size: 13px;
	}
	.contract_item{
		min-height: auto;
		padding: 16px;
		font-size: 14px;
	}
	.sos_grid{
    gap: 8px;
    margin: 0 -8px 40px;
	}
	.sos_item span{
		display: none;
	}
	.company_sos p{
		margin-bottom: 48px;
		font-size: 1em;
	}
	.sos_caption{
		font-size: 1em;
	}	
	.smart_panel h3{
		font-size: 1.35em;
	}
	.smart_grid{
		grid-template-columns: 1fr;
	}
	.company_area_grid{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.area_card{
		min-height: auto;
		padding: 10px 30px 30px 30px;
	}
	.area_card h3{
		margin-bottom: 22px;
	}	

	.system_orbits{
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 60px;
	}
	.system_circle, .system_circle.main, .system_circle.bottom{
		grid-column: auto;
		width: min(100%, 280px);
		justify-self: center;
		transform: none;
		border-width: 5px;
		font-size: 14px;
	}
	.personal_process, .safe_price, .personal_services, .yg_process{
		margin-bottom: 70px;
	}
	.personal_process h3,	.personal_services h3{
		font-size: 1.55em;
	}
	.process_line{
		display: grid;
		grid-template-columns: 1fr;
		font-size: 1em;
	}
	.process_line span:not(:last-child)::after{
		margin-left: auto;
	}
	.safe_price{
		padding: 30px 22px;
	}
	.safe_price h3{
		font-size: 1.35em;
	}
	.safe_price h4{
		font-size: 1.12em;
	}	
	.system_circle.empty{
		display: none;
	}
	.personal_service_grid{
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.personal_service_card{
		min-height: auto;
	}
	.yg_process_steps{
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 16px;
    margin: 0;
	}
	.yg_process_steps strong{
		text-align: left;
	}
	.yg_process_steps strong br{
		display: none;
	}
	.yg_process_steps::before{
		display: none;
	}
	.yg_process_steps div{
		flex-direction: row;
		align-items: center;
	}
	.yg_values{
		grid-template-columns: 1fr;
	}
	.part_comp{
		margin: 0 -8px;
	}
	.comp_table{
		font-size: 0.9em;
		width: 60%;
	}	
	.comp_cell{
		min-height: auto;
		padding: 12px;
	}
	.comp_th{
		min-height: auto;
	}	
	.comp_cell strong{
		margin-bottom: 6px;
		font-size: 1em;
	}
	.comp_cell p{
		font-size: .95em;
	}
	.cols.flex{
		flex-direction: column;
		gap: 0;
	}
	.colsbox.cols2 .item{
		padding: 30px 10px;
	}
	footer .colsbox.cols2{
		border: 1px solid var(--lineinv);
		border-radius: 12px;
	}
	footer .colsbox.cols2 .item{
    padding: 20px;
    flex-direction: column;
		align-items: flex-start;
	}	
	.colsbox.colsbox_contact .item svg{
		margin-top: 0;
	}
	footer .part_title.lg{
		margin: 0 0 30px;
	}
	.part_name{
		font-size: 5.5vw;	
		margin-right: 9px;
	}
	.part_name span{
		letter-spacing: 1px;
	}
	.tags{
    margin-bottom: 0;
	}	
	.imgwrp img{
    max-width: 48%;
    margin-right: 0;
		margin-left: 5px;
    max-height: 300px;
    object-fit: cover;
    object-position: top;
	}
	.imgwrp::after{
    background: linear-gradient(180deg, var(--grey) 0%, var(--white) 100%);
	}
	section {
		padding: 0 20px;
	}
	.list{
		grid-template-columns: repeat(1, 1fr);
	}
	.list .hat{
		padding: 30px;
	}
	.list .hat .tags{
		margin: 22px 0 0;
	}
	.morewrp{
		margin: 40px 0 0;
	}
	.otherposts section{
		flex-direction: column;
	}
	.otherposts .item{
		height: auto;
		padding: 30px;
		font-size: 1.1em;
	}
	.otherposts .line{
		width: 100%;
		height: 1px;
	}
	.tab {
		font-size: 15px;
	}
	.nextpaywrp button {
		max-width: 100%;
	}
	.pagetitle {
		margin: 20px 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.faqs {
		font-size: 13px;
		gap: 12px;
	}
	.pgnwrp{
		margin: 30px 0 70px;
	}
	.profile_meta_ld{
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 20px;
	}
	.profile_meta_ld .tags{
    gap: 6px;    
		justify-content: flex-end;
	}
	.profile_card{
		margin: 40px 0 0;
		align-items: unset;
    flex-direction: column;
		gap: 24px;
	}
	.profile_card .bt{
		height: 58px;
	}
	.his dl dt{
    width: 32px;
	}
	.hat .tags .tag{
		height: 34px;
		padding: 0 12px;
	}
	.contact_grid{
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 60px;
	}
	.contact_form .submitwrp{
		flex-direction: column;
		gap: 12px;
	}
	.contact_form .submitwrp .bt{
		max-width: 100%;
	}
	footer h2{
		font-size: 1.5em;
	}
	/* footer h2 br{
		display: none;
	} */
	footer .info{
		max-width: 100%;
		margin: 0 0 25px;
	}	
	footer .info dl{
		width: 100%;
	}
	footer .info dl dt{
		width: 111px;
		flex: 0 0 auto;
	}
	footer .info dl dt.com{
		color: var(--white);
		font-size: 1.3em;
		font-weight: 700;
    width: auto;    
		margin-bottom: 10px;
	}	
	footer dd{
    max-width: 157px;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.list .before {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.list .row .icon {
		position: absolute;
		right: 8px;
		bottom: 21px;
	}

	.colsbox.info{
    grid-template-columns: repeat(1, 1fr);
	}
	.colsbox.info .item{
    min-height: auto;
	}
	.colsbox.info.scp{
		gap: 12px;
	}
	.colsbox.info.scp .item{
		display: block;
		padding: 18px 16px 18px 85px;
		min-height: 120px;
		transform: none;
	}
	.colsbox.info.scp .item::before{
		display: none;
	}
	.colsbox.info.scp .item:not(:first-child)::before{
		content: '';
		position: absolute;
		display: block;
		top: -12px;
		bottom: calc(100% - 35px);
		left: 39px;
		width: 4px;
		height: 30px;
		border-radius: 2px;
		background: var(--main);
	}
	.colsbox.info.scp .item:not(:last-child)::after{
		content: '';
		position: absolute;
		display: block;
		top: 35px;
		bottom: -12px;
		left: 39px;
		right: auto;
		transform: none;
		width: 4px;
		height: auto;
		border-radius: 2px;
		background: var(--main);
	}
	.colsbox.info.scp .item:last-child::after{
		display: none;
	}
	.colsbox.info.scp .item label{
		position: absolute;
		top: 14px;
		left: 14px;		
		margin: 0;
	}
	/* .colsbox.info.scp .item p{
		margin-top: 4px;
		font-size: .98em;
		line-height: 1.45;
		text-align: left;
	} */

	.col2 {
			display: grid;
			grid-template-columns: repeat(1, minmax(0, 1fr));
			gap: 10px;
	}	

	.part section .artw{
		display: none;
	}

	.comp_sml:last-child{
		display: none;
	}

	.marquee{
		width: auto;
		margin: 0 -8px;
	}

}

@media print {
	header {
		display: none !important;
	}
}
