@charset "utf-8";

/* ==================================================
	body 공통 속성
================================================== */
/* 기본 폰트 및 사이즈 설정 */
html {
	font-size: 10px;
}

body {
	font-size: var(--rem-18);
	font-family: 'Pretendard',  'Noto Sans KR', '돋움', 'Dotum', '굴림', 'Gulim', 'Lucida Grande', 'Tahoma', 'Verdana', 'AppleGothic', 'UnDotum', 'sans-serif';
	font-weight: var(--font-rg);
	-webkit-text-size-adjust: none;
	-ms-interpolation-mode: bicubic;
	color: var(--color-gray5s);
	word-break: keep-all;
	background: var(--color-white);
}

.hid {
	position: absolute;
	left: -9999%;
	font-size: 0;
	line-height: 0;
	text-indent: -9999rem;
}


a, a:link, a:hover, a:active, a:visited { color: inherit; text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border:solid 3px #ffffff00;}

a:focus,
input.type-text:focus, 
textarea:focus, 
textarea.type-text:focus { border:solid 3px var(--brand-color-main) ;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); border-radius: 5px; }

table caption { text-indent:-2000px; }
hr { clear:both; height:1px; border:none; background:#FFF; margin-bottom: 15px; line-height:0; color:#FFF }

input,
button {
	font-family: var(--font-Pretendard)
}

.ellips{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block;}
caption,legend { display:none }


img {
	/* 이미지 렌더링 방식 변경 */
	image-rendering: -webkit-optimize-contrast;
	/* z축을 0으로 초기화, 입체감 삭제 */
	transform: translateZ(0);
	/* 뒷면 숨기기, 입체감 삭제 */
	backface-visibility: hidden;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* 모바일CSS */
@media (max-width:1280px) {
	html {
		font-size: 9.5px;
	}
}

@media (max-width:800px) {
	html {
		font-size: 9px;
	}
}

@media (max-width:600px) {
	html {
		font-size: 8.5px;
	}
}

/*
 @media (max-width:450px) {
	html {
		font-size: 7px;
	}
} */


/* ==================================================
	skipnavi
================================================== */
#skipnavi{height:0px;position:relative;z-index:100000;}
#skipnavi > ul > li{text-align:center;}
#skipnavi > p {width:0; height:0; overflow:hidden; white-space:nowrap;}
#skipnavi > ul > li > a {position:absolute; display: block; color:#fff; font-size:18px; top:-10000px; left:0; border:2px solid var(--brand-color-main); z-index:10000;}
#skipnavi > ul > li > a:hover, #skipnavi > ul > li > a:focus, #skipnavi > ul > li > a:active {position:absolute; top:0; height:7px; padding:12px 0 31px; background: var(--brand-color-main); z-index:10000; width:100%; overflow: hidden;}


/* ==================================================
	레이아웃 큰박스
================================================== */
#wrap {
	position: relative;
	width: 100%;
	min-width: var(--rem-320);
	/*margin: 0 auto;
	height: auto !important;
	background-position: center top;
	overflow-x: hidden;*/
}

/* ==================================================
	컨텐츠
================================================== */
#container {
	clear: both;
	position: relative;
	min-width: var(--rem-320);
}

.container._sub {
	padding-top: var(--header-hei);
}

.container._sub #header::before {
	opacity: 1;
}

.container._sub #header #logo .hov {
	display: block;
}

.container._sub #header #logo .on {
	display: none;
}

.cont_detail {
	padding: 8rem 0 10rem;
}

.cont_detail2 {
	padding: 0 0 8rem 0;

}

.cont_detail3 {
	padding: 6rem 0 0 0;
}

.inner {
	position: relative;
	width: 100%;
	max-width: var(--px-base);
	margin: 0 auto;
	padding-left: var(--spacing);
	padding-right: var(--spacing);
}

/* 모바일CSS */
@media screen and (max-width:800px) {
	.cont_detail {
		padding-top: 7rem;
		padding-bottom: 9rem;
	}
}

@media screen and (max-width:450px) {
	.cont_detail {
		padding-top: 6rem;
		padding-bottom: 8rem;
	}
}

/* ==================================================
	비주얼
================================================== */
#subvisual {
	position: relative;
	z-index: 2;
	height: var(--sub-visual-hei);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#subvisual .sv-box {
	position: relative;
	width: 100%;
}

.svis_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	animation: blurs 1s;
}

.visual_about {
	background-image: url('../images/about/sub_visual.jpg');
	background-repeat: no-repeat;
/*	background-color: #040a16;*/
}
.visual_finance {
	background-image: url('../images/finance/sub_visual.jpg');
	background-repeat: no-repeat;
/*	background-color: #040a16;*/
}
.visual_business {
	background-image: url('../images/business/sub_visual.jpg');
	background-repeat: no-repeat;
/*	background-color: #040a16;*/
}
.visual_specialty {
	background-image: url('../images/specialty/sub_visual.jpg');
	background-repeat: no-repeat;
/*	background-color: #040a16;*/
}
.visual_place {
	background-image: url('../images/place/sub_visual.jpg');
	background-repeat: no-repeat;
/*	background-color: #040a16;*/
}
.visual_comunity {
	background-image: url('../images/comunity/sub_visual.jpg');
	background-repeat: no-repeat;
/*	background-color: #040a16;*/
}
.visual_debtor {
	background-image: url('../images/debtor/sub_visual.jpg');
	background-repeat: no-repeat;
/*	background-color: #040a16;*/
}

#subvisual .inner .sv-title {
	margin-bottom: var(--rem-24);
	text-align: center;
}

.sv-box .inner .sv-title h3 {
	position: relative;
	font-size: 7rem;
	font-weight: var(--font-bd);
	color: var(--color-white);
}

.svis_tit {
	text-align: var(--text-ag-left);
	color: var(--color-white);
	text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.3)
}

.svis_tit h3.svtit_h3 {
/*	font-family: var(--font-nexonlv2);*/
	font-size: var(--rem-30);
	font-weight: var(--font-bd);
	line-height: 1.5;
}

.svis_tit h3 span {
	display: block;
	font-size: var(--rem-50);
}

/* 애니메이션 */
#subvisual .sv-title h3 {
	opacity: 0;
	transform: translateY(-50px);
}

#subvisual .active .sv-title h3 {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s 0.5s;
	-webkit-transition: all 0.7s 0.5s;
}

@keyframes point {
	0% {
		transform: scaleX(0)
	}

	100% {
		transform: scaleX(1)
	}
}

@keyframes blurs {
	0% {
		filter: blur(15px);
		transform: scale(1.2)
	}

	100% {
		filter: blur(0);
		transform: scale(1)
	}
}

/* 모바일CSS */
@media screen and (max-width:1280px) {
	.sv-box .inner .sv-title h3 {
		font-size: var(--rem-60);
	}

	.svis_tit h3.svtit_h3 {
		font-size: var(--rem-24);
	}
	.svis_tit h3 span {
		font-size: var(--rem-40);
	}
}

@media screen and (max-width:800px) {
	#subvisual .sv-box .inner {
		display: block;
		height: auto;
		padding-top: var(--rem-40);
		padding-bottom: var(--rem-40);
	}

	#subvisual .sv-box.plant-box .inner {
		display: block;
		height: auto;
		padding: 3.4rem 0 1rem 0;
	}

	#subvisual .sv-box .inner .sv-title {
		display: block;
		margin-top: 3rem;
	}

	.sv-box .inner .sv-title h3 {
		font-size: var(--rem-50);
	}

	.svis_tit h3.svtit_h3 {
		font-size: 3.6rem;
	}

}

@media screen and (max-width:640px) {
	.sv-box .inner .sv-title {
		margin-top: 2rem;
	}

	.sv-box .inner .sv-title h3 {
		font-size: var(--rem-40);
	}

	.svis_tit h3.svtit_h3 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width:450px) {

	.sv-box .inner .sv-title {
		margin-top: 1rem;
	}

	.sv-box .inner .sv-title h3 {
		font-size: 3.5rem;
	}

	.svis_tit h3.svtit_h3 {
		font-size: 2rem;
	}
}

/* ==================================================
	타이틀
================================================== */
.sub_tit {
	padding-bottom: var(--rem-50);
	text-align: center;
}

.sub_tit>span {
	position: relative;
	display: inline-block;
	font-size: 4.5rem;
	font-weight: var(--font-bd);
	color: var(--color-black)
}

/* 애니메이션 */
.sub_tit {
	opacity: 0;
	transform: translateY(30px);
}

.sub_tit.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s 0.6s;
	-webkit-transition: all 0.7s 0.6s;
}

/* 모바일CSS */
@media screen and (max-width:1280px) {
	.sub_tit>span {
		font-size: var(--rem-40);
	}
	.sub_tit {
		padding-bottom: var(--rem-40);
	}
}

@media screen and (max-width:800px) {
	.sub_tit>span {
		font-size: 3.5rem;
	}
	.sub_tit {
		padding-bottom: 3.5rem;
	}
}
@media screen and (max-width:450px) {
	.sub_tit>span {
		font-size: var(--rem-30);
	}
	.sub_tit {
		padding-bottom: var(--rem-30);
	}
}

/* ==================================================
	카피라이터
================================================== */
#footerW {
	clear: both;
	width: 100%;
	background: var(--color-white);
	border-top: 1px solid var(--color-gray2);
}

#footer{
	position: relative;
	padding: 45px 0;
}

.ft_inner {
	position: relative;
	display: flex;
}

a.btn_top {
	position: absolute;
	right: var(--spacing);
	top: -7rem;
	width:  var(--rem-50);
	height: var(--rem-50);
	background: var(--brand-color-main);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: var(--rem-14);
	font-weight: var(--font-md);
	border-radius: 10px;
}

.ft_inner .logo{
    width: 30rem;
}

/* .ft_top>div {
	display: flex;
	align-items: center;
}*/

.ft_inner .logo h2 a {
    display: block;
    width: 20rem;
    height: var(--rem-40);
    background: url('../images/common/copy_logo.svg') no-repeat center;
    background-size: 100%;
}

.ft_link div>ul {
	display: flex;
	gap: 30px;
}

.ft_top div>ul>li:nth-child(1) img {
	width: 100%;
	max-width: 187px;
}

.ft_top div>ul>li:last-child img {
	width: 100%;
	max-width: 73px;
}

.footer_bot {
	position: relative;
	width: 100%;
	border-top: 1px solid var(--color-gray3);
	padding: 3.5rem 0;
}

.caddress>ul {
	font-size: 1.6rem;
	margin-top: var(--rem-13);
}

.caddress>ul+ul {
	font-size: 1.6rem;
	margin-top: var(--rem-20);
}

.caddress>ul>li {
	position: relative;
	display: inline-block;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
}

.caddress>ul>li:after {
	content: "";
	display: block;
	position: absolute;
	top: 8%;
	left: 0;
	width: 1px;
	height: 80%;
	background: var(--color-gray2);
}

.caddress>ul>li:first-child:after {
	display: none;
}

.caddress>ul>li:first-child {
	padding-left: 0;
}

.caddress>ul>li strong {
	font-weight: var(--font-md);
}

.copyright {
	margin-top: 1.0rem;
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.4rem;
}


/* Related Site */
.family-site {
    position: absolute;
    top: 0;
	right: var(--spacing);
    width: 20rem;
}

.family-site>a {
	position: relative;
	display: block;
	height: var(--rem-40);
	line-height: var(--rem-40);
	font-size: 1.7rem;
	font-weight: var(--font-md);
	background: #ffffff;
	border: 1px solid var(--brand-color-main);
	border-radius: 10px;
	padding: 0 var(--rem-20);
	color: rgba(0, 0, 0, 0.5);
}

.family-site>a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: var(--rem-20);
	margin-top: -6px;
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid var(--brand-color-main);
	border-top: none;
	border-left: none;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
	transition: all 0.2s ease-in-out;
}

.family-site>a.active:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.family-site>ul {
	position: absolute;
	bottom: var(--rem-40);
	left: 0;
	width: 100%;
	height: 127px;
	padding: 5px 0;
	border: 1px solid var(--brand-color-main);
	border-bottom: none;
	background-color: var(--color-white);
	border-radius: 10px;
	display: none;
	font-size: 1.5rem;
	overflow: auto;
	z-index: 1;
}

.family-site>ul>li>a {
	padding: 7px 10px;
	display: block;
	color: rgb(0, 0, 0);
}

.family_tit {
	padding: 3px 10px;
}

/* 모바일CSS */
@media screen and (max-width: 1280px) {
	#footer {
		padding: var(--rem-40) 0;
	}

	.ft_inner {
		flex-direction: column;
	}

	.family-site {
		width: 19rem;
	}

	.family-site>a {
		font-size: 1.6rem;
		padding: 0 var(--rem-15);
	}

	.family-site>a:after {
		right: var(--rem-15);
	}
}

@media screen and (max-width:800px) {
	#footer {
		padding: var(--rem-30) 0;
	}

	a.btn_top {
		top: -5rem;
		width:  var(--rem-40);
		height: var(--rem-40);
		font-size: var(--rem-13);
	}

	.caddress>ul {
		font-size: var(--rem-15);
	}

	.caddress>ul+ul{
		margin-top: 1rem;
	}

	.caddress>ul>li {
		padding-left:0;
		padding-right: var(--rem-20);
		padding-bottom: 1rem;
	}

	.caddress>ul>li:after {
		display: none;
	}
	
	.copyright {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {

	.ft_inner .logo {
		width: 40%;
	}

	.ft_inner .logo h2 a {
		width: 100%;
	}

	.caddress>ul {
		font-size: var(--rem-14);
	}
	
	.caddress>ul>li {
		padding-right: var(--rem-18);
	}

	.caddress>ul>li:after {
		display: none;
	}

	.family-site {
        width: 17rem;
    }
	
	.family-site>a {
        font-size: 1.5rem;
    }

	.family-site>a:after {
		margin-top: -4px;
		width: 4px;
		height: 4px;
	}

	.family-site>ul {
		height: 115px;
		font-size: 1.4rem;
	}
}