@charset "utf-8";

/* ==================================================
	body 공통 속성
================================================== */
/* 기본 폰트 및 사이즈 설정 */
html {
	font-size: 10px;
}

body {
	font-size: var(--rem-19);
	font-family: 'Pretendard', '돋움', '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-black);
	background: var(--color-white);
}

/*.hide {
	position: absolute;
	left: -9999%;
	font-size: 0;
	line-height: 0;
	text-indent: -9999rem;
}*/

input,
textarea,
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:1700px) {
	html {
		font-size: 9px;
	}
}

@media (max-width:1280px) {
	html {
		font-size: 8.5px;
	}
}

@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 {
	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 #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_detail {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.cont_detail2 {
	padding-top: 8rem;
}

.inner {
	position: relative;
	width: 100%;
	max-width: var(--px-base);
	margin: 0 auto;
}

/* 모바일CSS */
@media screen and (max-width:1600px) {
	.inner {
		width: 96%;
	}
}

@media screen and (max-width:1400px) {
	.inner {
		width: 94%;
	}
}

@media screen and (max-width:640px) {
	.cont_detail {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.cont_detail2 {
		padding-top: 7rem;
	}
}

@media screen and (max-width:450px) {
	.cont_detail {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.cont_detail2 {
		padding-top: 6rem;
	}
}

/* ==================================================
	비주얼
================================================== */
#subvisual {
	position: relative;
	width: 100%;
	height: var(--sub-visual-height);
	z-index: 2
}

#subvisual .subvisual_imgcon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: var(--sub-visual-height);
	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_about .subvisual_imginner{
	background: #eee url('../images/about/sub_visual.jpg') no-repeat 50% 0%;
}

#subvisual.visual_program .subvisual_imginner {
	background: #eee url('../images/program/sub_visual.jpg') no-repeat 50% 0%;
}

#subvisual.visual_registration .subvisual_imginner {
	background: #eee url('../images/registration/sub_visual.jpg') no-repeat 50% 0%;
}

#subvisual.visual_directory .subvisual_imginner {
	background: #eee url('../images/directory/sub_visual.jpg') no-repeat 50% 0%;
}

#subvisual.visual_convenience .subvisual_imginner {
	background: #eee url('../images/convenience/sub_visual.jpg') no-repeat 50% 0%;
}



#subvisual.visual_information .subvisual_imginner {
	background: #eee url('../images/information/sub_visual.jpg') no-repeat 50% 0%;
}





#subvisual .subvisual_txtcon {
	position: relative;
	max-width: var(--px-base);
	z-index: 1;
	text-align: center;
	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;
}

#subvisual .visual_tit {
	font-size: 8rem;
	font-weight: var(--font-sb);
	transition-delay: 0.3s;
}

.vis_location {
	overflow: hidden;
	padding-top: 1.8rem;
}

.vis_location li {
	display: inline-block;
	vertical-align: middle;
	color: var(--color-white);
	font-size: 2rem;
	letter-spacing: -0.5px;
}

.vis_location li a {
	color: inherit;
}

.vis_location li i {
	font-size: 2rem;
	color: var(--color-white);
	margin-top: -2px;
}

.vis_location li:before {
	font-family: 'xeicon';
	display: inline-block;
	content: "\e93f";
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin: 0px 2.3rem 0 1.9rem;
	color: var(--color-white);
	font-size: 2rem;
}

.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,
#subvisual .vis_location {
	opacity: 0;
	transform: translateY(30px);
	transition: var(--transition-custom);
	transition-property: transform, opacity;
}

#subvisual.active .visual_tit,
#subvisual.active .vis_location {
	opacity: 1.0;
	transform: translateY(0px);
}

#subvisual .vis_location {
	transition-delay: 0.5s;
}

/* 모바일CSS */
@media screen and (max-width:1200px) {
	#subvisual .visualtxt_container {
		margin-top: 0;
	}
}

@media screen and (max-width:800px) {
	#subvisual .visual_tit {
		font-size: 6rem;
	}
}

@media screen and (max-width:640px) {
	#subvisual .visual_tit {
		font-size: 4.5rem;
	}
}

/* ==================================================
	타이틀
================================================== */
.sub_tit {
	color: var(--color-black);
	text-align: var(--text-ag-center);
}

.sub_tit>span {
	position: relative;
	display: inline-block;
	font-size: var(--rem-45);
	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.7s 0.6s;
	-webkit-transition: all 0.7s 0.6s;
}

/* 모바일CSS */
@media screen and (max-width:640px) {
	.sub_tit>span {
		font-size: 3.6rem;
	}
	
}

/* ==================================================
	스크롤탑
================================================== */
.btn_top {
	display: block;
	overflow: visible;
	position: fixed;
	right: 10px;
	bottom: 38px;
	z-index: 50;
	width: 48px;
	height: 48px;
	opacity: 0;
	transition: opacity 0.5s;
}

.btn_top.on {
	opacity: 1;
}

.btn_top:before,
.btn_top:after {
	display: block;
	content: '';
	position: absolute;
	animation: moveTop 1s ease infinite alternate;
}

.btn_top:before {
	left: -6px;
	top: -6px;
	z-index: 20;
	width: 60px;
	height: 60px;
	background-color: rgba(34, 37, 210, 0.1);
	border-radius: 30px;
}

.btn_top:after {
	left: -12px;
	top: -12px;
	z-index: 10;
	width: 72px;
	height: 72px;
	background-color: rgba(34, 37, 210, 0.2);
	border-radius: 36px;
}

.btn_top .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	width: 48px;
	height: 48px;
	background-color: var(--brand-color-main);
	background-image: url('../images/common/btn_top.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 24px;
	text-indent: -9999px;
	transition: 0.3s;
}

/* 애니메이션 */
@keyframes moveTop {
	from {
		opacity: 0;
		transform: scale(0)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

/* 모바일CSS */
@media all and (min-width:0) and (max-width:1399px) {
	.btn_top {
		right: 20px;
		bottom: 15px;
	}

	.btn_top {
		bottom: 28px;
		width: 38px;
		height: 38px;
	}

	.btn_top:before {
		width: 50px;
		height: 50px;
	}

	.btn_top:after {
		width: 62px;
		height: 62px;
	}

	.btn_top .icon {
		width: 38px;
		height: 38px;
	}

}

@media all and (min-width:1280px) {
	.btn_top:hover:before {
		background-color: rgba(34, 37, 210, 0.2);
	}

	.btn_top:hover:after {
		background-color: rgba(34, 37, 210, 0.1);
	}

	.btn_top:hover .icon {
		background-color: var(--brand-color-main);
	}
}


/* ==================================================
	카피라이터
================================================== */
#footerW {
	clear: both;
	width: 100%;
	background: #B7BCC7;
}

.ft_inner {
	position: relative;
	width: 100%;
	max-width: var(--px-base);
	margin: 0 auto;
}

.footer_top .ft_top {
	padding: 4rem 0;
}

.footer_top .btn_top {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
	background: #00713A;
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.7rem;
	font-weight: var(--font-sb);
}

/* Related Site */
.family-site {
    position: absolute;
    /* top: 0; */
	right: 0;
    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: #9A9FAC;
	border: 1px solid #9196A4;
	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 #464B56;
	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;*/
	height: 65px;
	padding: 5px 0;
	border: 1px solid #b7bac2;
	border-bottom: none;
	background-color: #E3E3E3;
	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;
}



.footer_top .ft_top>div {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.footer_top .ft_top p a {
	color: #464B56;
}

.footer_bot {
	position: relative;
	width: 100%;
	border-top: 1px solid #838997;
	padding: 3.5rem 0;
}

.caddress{
	display: flex;
	justify-content: space-between;
}

.caddress .add_txt p {
	font-size: 1.6rem;
	line-height: 1.6;
}

.caddress .add_txt>ul {
	font-size: 1.6rem;
	color: var(--color-black);
	margin-top: 1.3rem;
}

.caddress .add_txt>ul>li {
	position: relative;
	display: inline-block;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	color: #464B56;
	font-size: var(--rem-19);
}

.caddress .add_txt>ul>li:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	width: 1px;
	height: 1.4rem;
	background: var(--color-black);
}

.caddress .add_txt>ul>li:last-child:after {
	display: none;
}

.caddress .add_txt>ul>li:first-child {
	padding-left: 0;
}

.caddress .copyright {
	margin-top: 2rem;
	color: #464B56;
	font-size: 1.7rem;
}
.footer_logo{

}
.footer_logo h2 a {
	display: block;
	width: 30rem;
	height: 6.5rem;
	background: url('../images/gnb/logo.svg') no-repeat ;
	background-size: contain;
}
.footer_logo .btn_top {
	position: absolute;
    right: 0;
    bottom: -15px;
    width: 55px;
    height: 55px;
    background: #9196A4;
    color: #c5c5c5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.7rem;
    font-weight: var(--font-sb);
    border-radius: 50%;
}
/* 모바일CSS */
@media screen and (max-width: 1400px) {
	.ft_inner {
		width: 96%;
	}
}

@media screen and (max-width: 1200px) {
	.ft_inner {
		width: 94%;
	}
}

@media screen and (max-width: 1024px) {
	.footer_top .ft_top div>ul {
		display: none;
	}

	.ft_bot {
		display: block;
	}
}

@media screen and (max-width:768px) {
	.footer_top .ft_top {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}

	.footer_top .ft_top>div {
		/* flex-direction: column; */
	}

	.footer_top .btn_top {
		width: 50px;
		height: 50px;
		font-size: 1.4rem;
	}

	.footer_bot {
		padding-bottom: 3rem;
		text-align: center;
	}
	.caddress {
		display: block;
	}
	.caddress .add_txt p {
		line-height: 1.5;
	}

	.caddress .add_txt>ul>li {
		display: block;
		padding-left: 0;
		padding-right: 0;
		padding-top: 1rem;
	}

	.caddress .add_txt>ul>li:first-child {
		padding-top: 0;
	}

	.caddress .add_txt>ul>li:after {
		display: none;
	}
	.footer_logo {
		padding-top: 2rem;
	}
	.footer_logo .btn_top{
		bottom: -5px;
	}
}