@charset "utf-8";

/* ==================================================
	body 공통 속성
================================================== */
/* 기본 폰트 및 사이즈 설정 */
html {
	font-size: 10px;
}

body {
	font-size: var(--rem-18);
	font-family: 'Pretendard','NanumSquareRound','돋움', 'Dotum', '굴림', 'Gulim', 'Lucida Grande', 'Tahoma', 'Verdana', 'AppleGothic', 'UnDotum', 'sans-serif';
	font-weight: var(--font-lg);
	-webkit-text-size-adjust: none;
	-ms-interpolation-mode: bicubic;
	color: var(--color-black);
	background: var(--color-white);
	line-height: var(--rem-35);
	
}


.hide {
	position: absolute;
	left: -9999%;
	font-size: 0;
	line-height: 0;
	text-indent: -9999rem;
}

input,
button {
	font-family: var(--font-Pretendard)
}

/* 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: 9px;
	}
}

@media (max-width:1000px) {
	html {
		font-size: 8px;
	}
}

@media (max-width:750px) {
	html {
		font-size: 7.5px;
	}
}

/*
 @media (max-width:450px) {
	html {
		font-size: 7px;
	}
} */

.hid {
	position: absolute;
	left: -9999%;
	font-size: 0;
	line-height: 0;
	text-indent: -9999rem;
}

/* ==================================================
	레이아웃 큰박스
================================================== */
#wrap {
	width: 100%;
	min-width: var(--rem-320);
	max-width: var(--px-base);
	margin: 0 auto;

	/*
	height: auto !important;
	background-position: center top;
	overflow-x: hidden;*/
}

/* ==================================================
	컨텐츠
================================================== */
#container {
	clear: both;
	position: relative;
	min-width: var(--rem-320);
    max-width: var(--px-base);
    width: 100%;
    margin: 0 auto;
    margin-top: calc(var(--header-gnb-hei) + 1rem);

}

.container._sub #header {
	color: var(--color-black);
	background-color: var(--color-white);
}

.container._sub #header::before {
	opacity: 1;
}

.container._sub #header #logo .hov {
	display: block;
}

.container._sub #header #logo .on {
	display: none;
}

.container._sub #header .h_inner {
	background-color: var(--color-white);
}

.container._sub #allMenuBtn .line {
	fill: var(--color-black) !important;
}

.cont_title {
	color: var(--color-blue3);
	font-size: var(--rem-55);
	font-weight: var(--font-sb);
	padding-bottom: 2rem ;
	line-height: 7rem;
	word-break: keep-all;

}

.cont_detail {
	padding-top: var(--rem-50);
	padding-bottom: 12rem;
}

.cont_detail2 {
	padding-top: 8rem;
}

.inner {
	display: flex;
	gap: 8rem;
	width: 100%;
	max-width: var(--px-base);
}


.flex_left{
	display: flex;
	align-items: stretch;
}


.flex_between{
	display: flex;
	justify-content: space-between;
}

.flex_center {
	display: flex;
	justify-content: center;
}

.cont_right {
	width: 76.39%;
    flex-basis: 76.39%;
/*	padding-bottom: var(--rem-40);*/
}


.flex_v_center{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}

.flex_v_between{
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
}

.aligin_v_center{
	align-content: center;
}

.sep {
	color: var(--color-gray3);
	margin: 0 2rem;
	font-size: var(--rem-16);
}


/* 모바일CSS */

@media screen and (max-width:1440px) {

	#wrap {
		padding: 0 1.5rem;
	}

	.cont_detail {
		padding-top: 0;
	}
}

@media screen and (max-width:1024px) {

	#container {
		margin-top: var(--sub-menu-height);
	}
	
	.inner{
		display: block;
		gap: 0;
	}

	.leftmenu{
		display: none;
	}

	.cont_right {
		width: 100%;
		flex-basis: 100%;
	}

}

@media screen and (max-width:800px) {
	.cont_detail {
		padding-bottom: 10rem;
	}

	.cont_detail2 {
		padding-top: 7rem;
	}
}

@media screen and (max-width:450px) {
	.cont_detail {
		padding-bottom: 8rem;
	}

	.cont_detail2 {
		padding-top: 6rem;
	}

	.cont_title {
	font-size: var(--rem-40);
	font-weight: var(--font-sb);
	line-height: 5rem;

}
}

/* ==================================================
	비주얼
================================================== */
#subvisual {
	position: relative;
	width: 100%;
	height: var(--sub-visual-height);
	z-index: 2;
	font-family: 'NanumSquareRound';
}

#subvisual .subvisual_imgcon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: var(--sub-visual-height);
    border-radius: var(--rem-30);
	overflow: hidden;
}

#subvisual .subvisual_imginner {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transform: scale(1.1, 1.1);
	transition: transform 3s linear;
}

#subvisual.active .subvisual_imginner {
	transform: scale(1.0, 1.0) rotate(0.002deg);
}

#subvisual.visual_overview .subvisual_imginner {
	background: #eee url('../images/overview/sub_visual_overview.png') no-repeat 50% 0%;
}

#subvisual.visual_childabuse .subvisual_imginner {
	background: #eee url('../images/childabuse/sub_visual_childabuse.jpg') no-repeat 50% 0%;
}

#subvisual.visual_notice .subvisual_imginner {
	background: #eee url('../images/notice/sub_visual_notice.png') no-repeat 50% 0%;
}


#subvisual.visual_community .subvisual_imginner {
	background: #eee url('../images/community/sub_visual_community.png') no-repeat 50% 0%;
}

#subvisual.visual_ysds .subvisual_imginner {
	background: #eee url('../images/ysds/sub_visual_ysds.png') no-repeat 50% 0%;
}

#subvisual .subvisual_txtcon {
	position: relative;
	max-width: var(--px-base);
	z-index: 1;
	display: table;
	width: 100%;
	height: 100%;
	color: var(--color-white);
	margin: 0px auto;
}

#subvisual .table_cell_layout {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#subvisual .visualtxt_container {
	/* position: relative; */
	width: 100%;
	/* margin-top: 3.5rem; */
}

/*h2 애니메이션*/
@keyframes floatText {
	0%, 100%   { transform: translateY(0); }
	50%        { transform: translateY(-4px); }
}

#subvisual .visual_tit {
	z-index: 2;
	position: absolute;
	bottom: 6rem;
	left: 4.5rem;
	padding-top: var(--rem-40);
    padding-left: var(--spacing);
    font-size: var(--rem-50);
    font-weight: var(--font-bd);
    line-height: 1.25;
    transition-delay: 0.3s;
    background: url("../images/icon/visual_icon.png") top no-repeat;
    background-position-x: var(--spacing);
	animation: floatText 6s ease-in-out infinite;
	transform-origin: center;
}

.vis_location {
    position: absolute;
    right: 1rem;    bottom: 1.4rem;
    overflow: hidden;
	/* padding-top: 3.8rem;*/
}

.vis_location li {
	display: inline-block;
	vertical-align: middle;
	font-size: var(--rem-16);
	font-weight: var(--font-rg);
}

.vis_location li a {
	font-weight: var(--font-rg);
	color: inherit;
}

.vis_location li i {
	font-size: var(--rem-18);
	margin-top: -2px;
}

.vis_location li:before {
	font-family: 'xeicon';
	display: inline-block;
	content: "\e93f";
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin: 0px 1.3rem 0 0.9rem;
	/* color: var(--color-white); */
	font-size: var(--rem-16);
}

.vis_location li.last {
	font-weight: var(--font-sb);
}

.vis_location li:first-child:before {
	display: none;
}

/* 애니메이션 */
.trans400 {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s
}

#subvisual .visual_tit,
.vis_location {
	opacity: 0;
	transform: translateY(30px);
	transition: var(--transition-custom);
	transition-property: transform, opacity;
}

#subvisual.active .visual_tit,
.active .vis_location {
	opacity: 1.0;
	transform: translateY(0px);
}

.vis_location {
	transition-delay: 0.5s;
}

/* 모바일CSS */
@media screen and (max-width:1100px) {
	#subvisual .visualtxt_container {
		margin-top: 2rem;
	}

	.vis_location {
    right: 1rem;    
	bottom: 0;
	}
}

@media screen and (max-width:800px) {
	#subvisual .visual_tit {
		left: 1rem;
		font-size: var(--rem-30);
		background-size: 30%;
	}

}

@media screen and (max-width:640px) {

	.vis_location {
		display: none;
	}
}

/* ==================================================
	타이틀
================================================== */
.sub_tit {
	position: relative;
	margin-bottom: 6rem;
	padding-top: 3.6rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #000 ;
	font-family: 'NanumSquareRound';
}
.sub_tit h3{
	color: var(--color-black);
	text-align: var(--text-ag-left);
}

.sub_tit span {
	position: relative;
	display: inline-block;
	font-size: 4.2rem;
	font-style: normal;
	font-weight: var(--font-bd);
}

/* 애니메이션 */
.sub_tit {
	opacity: 0;
	transform: translateY(30px);
}

.sub_tit.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s 0.5s;
	-webkit-transition: all 0.5s 0.5s;
}

/* 모바일CSS */

@media screen and (max-width:1100px) {
	.sub_tit {
		padding: 0;
	}
}


@media screen and (max-width:640px) {

	.sub_tit {
		margin-bottom: 4rem;
	}

	.sub_tit span {
		font-size: 3.2rem;
	}
}


/* ==================================================
	카피라이터
================================================== */
#footerW {
	clear: both;
	width: 100%;
	/* background: #242424; */
	position: relative;
}

.ft_inner {
	position: relative;
	width: 100%;
	max-width: var(--px-base);
	border-top: 1px solid #e2e2e2;
	padding: 3.5rem 0;
	margin: 0 auto;
}

.ft_inner .fly {
	position: fixed;
	right: calc((100vw - var(--px-base))/2 - 10rem);
	bottom: 4vh;
	z-index: 2;
}

.ft_inner .fly > a {
	width: 50px;
	height: 50px;
}

.btn_insta {
	border-radius: 30%;
	display: block;
	background-color: var(--color-green2);
	margin-bottom: 1rem;
}

.btn_insta img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.btn_top {
	border-radius: 50%;
	background: var(--color-blue1);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.4rem;
	font-weight: var(--font-md);
	line-height: 2.6rem;
}


.caddress {
	padding-left: 2rem;
}

.caddress p {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
}

.caddress>ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.6rem;
	color: var(--grayText01);
	margin-bottom: 2rem;
}

.caddress>ul>li {
	position: relative;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	word-break: keep-all;
	text-align: center;
	line-height: 1.4rem;
	border-right: 1px solid var(--color-gray3);
	white-space: nowrap;
	margin-top: 2rem;
}

.caddress>ul>li:last-child {
	border-right: 0;
}



.caddress>ul>li:first-child {
	padding-left: 0;
}

.caddress span {
	color: var(--color-gray3);
	margin: 0 5px;
	font-weight: 100;
}


.caddress strong span {
	display: inline-block;
	width: 44px;
	height: 22px;
	font-size: var(--rem-16);
	align-content: center;
	background-color: #D51919;
	border-radius: 20px;
	color: #fff;
	line-height: 22px;
	font-weight: var(--font-md);
}

.caddress .copyright {
	margin-top: 2rem;
	color: #b0b0b0;
	font-family: var(--font-Outfit);
	font-size: 1.5rem;
}

/* 모바일CSS */

@media screen and (max-width:1653px) {

	.ft_inner .fly {
		right:  0.5rem;
		z-index: 2;
	}
}

@media screen and (max-width:800px) {

	.caddress p {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.caddress strong {
		display: block;
		margin-top: 2rem;
	}
}


@media screen and (max-width:450px) {

	.ft_inner .fly {
		right: 0.5rem;
		bottom: 4vh;
	}

	.ft_inner .fly > a {
		width: 35px;
		height: 35px;
	}

}