@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll; font-size:10px; color:#333;}

@media all and (max-width:480px){
	html {font-size:8px;}
}
body {margin:0;padding:0;font-size:1.6rem;font-family:'Paperlogy', dotum, sans-serif; }
html.overflow {
	overflow:hidden;
}
table {border-collapse: collapse;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Paperlogy', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, ol{margin:0;padding:0;list-style:none}
ol,li,dl,dt,dd {margin:0;padding:0; list-style:none;} 
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:'Paperlogy', dotum, sans-serif;font-size:1em}
button {cursor:pointer; background-color:#fff;}
textarea, select {font-family:'Paperlogy', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

*, :after, :before {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}
 
input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}
 
.placeholdersjs {color:#aaa !important}

/* 팝업레이어 */
#hd_pop {z-index:2000;position:relative;margin:0 auto;max-width:1200px;height:0;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}
@media all and (max-width:680px){
	.hd_pops {
		left:5% !important;
		top:110px !important;
		max-width:90% !important;
	}
	.hd_pops_con {
		width:100% !important;
		height:inherit !important;		
	}
	.hd_pops_con p {
		font-size:0;
	}
}


/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em
}

/* 캡챠 스타일링 plugin/kcaptcah/kcaptcha.lib.php */
#captcha{
}
#captcha .captcha_img_box {
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #333;	
}
#captcha_audio {
	order:5;
}
#captcha_mp3, #captcha_reload {
	height:5.5rem;
	width:5.5rem;
	font-size:0;
	border:0;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#c9c9c9;
}
#captcha #captcha_mp3 { background-image:url("/theme/basic/img/captcha_mp.png"); }
#captcha #captcha_reload { background-image:url("/theme/basic/img/captcha_reload.png"); }
#captcha #captcha_key { 
	height:5.5rem;
	min-width:300px;
}

/* 공통 페이지너비, 테마 컬러등 */
.hidden{position:absolute;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
.inner_container{
	width:100%;
	max-width:1420px;
	margin:0 auto;
}
.theme_color {
	color:#00b9f2;
}
@media all and (max-width:1600px){
	.inner_container {
		padding:0 3rem;
	}
}
@media all and (max-width:640px){
	.inner_container {
		padding:0 1.5rem;
	}
}

/* ==========================================================================*/
/* 헤더 */
/* ==========================================================================*/
#hd_wrapper {
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:1820px;
	padding-top:3rem;
	padding-bottom:3rem;
	z-index:100;
}
.gnb_menubox {
	display:flex;
	justify-content:space-between;
}
#gnb {
	position:absolute;
	left:50%;
	top:0;
	translate:-50% 0;	
	width:max-content;
	height:100%;
}
.gnb_wrap {
	height:100%;
}
#gnb_1dul {
	display:flex;
	justify-content:space-between;	
	height:100%;
}
#gnb_1dul .gnb_1dli{
	height:100%;
	position:relative;
}
#gnb_1dul .gnb_1da{
	font-size:2rem;
	font-weight:bold;
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	padding:3rem;
}
#gnb_1dul .gnb_1da:hover {
	color:#00b9f2;
}
#gnb_1dul .gnb_2dul{
	display:none;
}
#gnb_1dul .gnb_2dul{
	display: none;
	position:absolute;
	top:100%;
	left:50%;
	translate:-50% 0;
	width:100%;
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index:1000;
}
#gnb_1dul .gnb_2da{
	display:block;
	text-align:center;
	padding:1.5rem 0;
}
#gnb_1dul .gnb_2da:hover{
	color:#00b9f2;
}
@media all and (max-width:1440px){
	#gnb {
		display:none;
	}
}


/* ==========================================================================*/
/* 전체메뉴*/
/* ==========================================================================*/

#gnb_all {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:400;
	background-color:#fff;
	overflow:auto;
}
#gnb_all .m {
	display:none;
}
#gnb_all .gnb_all_box {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	padding-right:100px;
}
#gnb_all .gnb_al_wrap {
	width: 100%;
	height:680px;
}
#gnb_all .gnb_al_ul {
	height:100%;
	display:flex;
}
#gnb_all .gnb_al_ul .gnb_al_li {
	padding:6rem 3rem;
	flex-grow: 1;
	border-right:1px solid #ddd;
}
#gnb_all .gnb_al_ul .gnb_al_li:last-child {
	border-right:0;
}
#gnb_all .gnb_al_ul .gnb_al_a{
	font-size:2.6rem;
	font-weight:bold;
}
#gnb_all .gnb_al_ul .gnb_al_li:hover .gnb_al_a{
	color:#00b9f2;
}
#gnb_all .gnb_al_li ul {
	margin-top:4rem;
}
#gnb_all .gnb_al_li ul li a:hover {
	color:#00b9f2;
	text-decoration:underline;
}
#gnb_all .gnb_al_2li {
	margin-bottom:3rem;
}
#gnb_all .gnb_al_2li:last-child {
	margin:0;
}
#gnb_all .gnb_al_2li a {
	font-size:1.8rem;
}
#gnb_all .gnb_al_2li a:hover {
	color:#00b9f2;
	text-decoration:underline;
}
#gnb_all .gnb_al_2li > ul {
	margin-top:2rem;
}
#gnb_all .gnb_al_3li {
	margin-bottom:2rem;
}
#gnb_all .gnb_al_3li:last-child {
	margin:0;
}
#gnb_all .gnb_al_3li a {
	position:relative;
	color:#888;
	font-size:1.6rem;
	padding-left:1rem;
}
#gnb_all .gnb_al_3li a:after{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:3px;
	height:3px;
	background-color:#888;
}
#gnb_all .gnb_al_3li a:hover {
	color:#00b9f2;
	text-decoration:underline;
}
#gnb_all .gnb_al_3li a:hover:after {
	background-color:#00b9f2;
}
@media all and (max-width:1600px){
	#gnb_all .m {
		display:grid;
		align-items:center;		
		height:100px;
		padding-left:3rem;
	}
	#gnb_all .m img {
		width:211px;
	}
	#gnb_all .gnb_all_box {
		flex-direction: column;
		justify-content:space-between;
		padding-right:0;
		height:100%;
	}
	#gnb_all .gnb_al_wrap {
		height:initial;
	}
	#gnb_all .gnb_al_ul {
		display:block;
		margin-bottom:5rem;
	}
	#gnb_all .gnb_al_li > ul {
		display:none;
		background-color:#f5f5f5;
		padding:2rem;
		border-radius:3rem;
	}
	#gnb_all .gnb_al_ul .gnb_al_li {
		padding: 2rem 3rem;
		border:0;
	}	
}
@media all and (max-width:1440px){
	#gnb_all {
		height:calc(100% - 100px);
	}
	#gnb_all .gnb_al_ul .gnb_al_li {
		padding: 2rem 0;
	}	
}
@media all and (max-width:720px){
	#gnb_all {
		height: calc(100% - 156px);
	}
}
@media all and (max-width:640px){
	#gnb_all .m {
		padding-left:1.5rem;
	}
}

.sidebar {
	position:fixed;
	top:0;
	right:0;
	z-index:500;
	height:100%;
}
.sidebar .menubtn {
	position:relative;
	width:100px;
	height:100px;
	border:0;
	background-color:#2f3293;
}
.sidebar .menubtn span{
	position:absolute;	
	left:50%;
	translate:-50% -50%;
	width:24px;
	height:2px;
	background-color:#fff;
}
.sidebar .menubtn span:nth-child(1){
	top:calc(50% - 10px);
}
.sidebar .menubtn span:nth-child(2){
	top:50%;
}
.sidebar .menubtn span:nth-child(3){
	top:calc(50% + 10px);
}
.sidebar .sd_bottom{
	color:#fff;
	text-align:center;
	width:100px;
	height:calc(100% - 100px);
	padding:0 1.5rem;
	background-color:#0d0f53;
}
.sidebar .smart{
	font-size:1.8rem;
	font-weight:bold;
	padding:2rem 0;
	border-bottom:1px solid #3a3c93;
}
.sidebar .quick{
	height: inherit;
	display:grid;
	padding: 2rem 0;
}
.sidebar .quick a {
	display:block;
	color:#fff;
	padding-top:7rem;
	margin-bottom:2rem;
	background-repeat:no-repeat;
	background-position:center top;
}
.sidebar .quick .quick01 {
	background-image:url('/theme/basic/img/side_quick01.png');
}
.sidebar .quick .quick02 {
	background-image:url('/theme/basic/img/side_quick02.png');
}
.sidebar .quick .quick03 {
	background-image:url('/theme/basic/img/side_quick03.png');
}
.sidebar .quick .quick04 {
	background-image:url('/theme/basic/img/side_quick04.png');
}
.sidebar .quick .quick05 {
	margin-bottom:0;
	background-image:url('/theme/basic/img/side_quick05.png');
}

.m_menu{ 
	display:none;
	position:fixed;
	bottom:0;
	width:100%;
	height:100px;
	background-color:#0d0f53;
	z-index:10;
}	
.m_menu .quick{
	display:flex;
	height:100%;
	flex-wrap:wrap;
	justify-content: center;
}
.m_menu .quick li {
	display:flex;		
	align-items:center;
	padding:0 3rem;
}
.m_menu .quick a {
	display:flex;		
	align-items:center;
	padding:2rem 0;
	color:#fff;
	padding-left:7rem;
	background-repeat:no-repeat;
	background-position:left center;
}
.m_menu .quick .quick01 {
	background-image:url('/theme/basic/img/side_quick01.png');
}
.m_menu .quick .quick02 {
	background-image:url('/theme/basic/img/side_quick02.png');
}
.m_menu .quick .quick03 {
	background-image:url('/theme/basic/img/side_quick03.png');
}
.m_menu .quick .quick04 {
	background-image:url('/theme/basic/img/side_quick04.png');
}
.m_menu .quick .quick05 {
	margin-bottom:0;
	background-image:url('/theme/basic/img/side_quick05.png');
}
@media all and (max-width:1440px){
	.sidebar {
		position:absolute;
	}
	.sidebar .sd_bottom {
		display:none;
	}
	.m_menu{ 
		display:block;
	}
}
@media all and (max-width:720px){	
	.m_menu {
		height:160px;
	}
	.m_menu .quick{		
		justify-content: space-between;;
	}
	.m_menu .quick li {
		width:50%;
		justify-content: center;;
	}
	.m_menu .quick a {
		width:130px;
	}
}

/* ==========================================================================*/
/* 메인 */
/* ==========================================================================*/
.main_top {
	padding-top:10rem;
	padding-bottom:10rem;
}
.main_top h2 {
	font-size:6rem;
	font-weight:800;
	line-height:1.3;
	margin-bottom:3rem;
}
.main_top p {
	font-size:2.2rem;
}
@media all and (max-width:1080px){
	.main_top{
		padding-bottom:20rem;
	}
}

.main_imgwrap {
	position:relative;
	height:520px;
}
.main_img {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.main_img01 {
	background-image:url("/theme/basic/img/main_img.jpg");
}
.main_img02 {
	background-image:url("/theme/basic/img/main_img2.jpg");
}
.main_img03 {
	background-image:url("/theme/basic/img/main_img3.jpg");
}
.main_imgwrap .scroll_down{
	position:absolute;
	top:0;
	right:300px;
	translate:0 -50%;
	border:0;
	background-color:transparent;
	cursor: auto;
	z-index:10;
}
.main_imgwrap .scroll_down:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:253px;
	height:255px;
	translate:-50% -50%;
	background-image:url('/theme/basic/img/scroll_down_line.png');
	animation-name:rotate;
	animation-duration:8s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes rotate {
	0% {rotate:0deg}
	100% {rotate:360deg}
}
@media all and (max-width:1440px){
	.main_img {
		height:320px;
	}
	.main_img .scroll_down {
		right:100px;
	}
}
@media all and (max-width:1080px){
	.main_img .scroll_down {
		right:50px;
		width:160px;
	}
	.main_img .scroll_down img {
		width:100%;
	}
	.main_img .scroll_down:after {
		width: 223px;
		height: 225px;
		background-size:cover;
	}
}

.section_head {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:end;
	gap:2rem;
	margin:15rem 0 9rem;
}
.section_head h2 {
	font-weight:400;
	font-size:6rem;
}
.section_head h2 b {
	font-weight:800;
}
.section_head a {
	position:relative;
	color:#333;
	font-size:1.8rem;
	font-weight:600;
	padding-right:50px;
}
.section_head a:after {
	content:'';
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#333;
	background-image:url('/theme/basic/img/head_arrow.png');
	background-position:center;
	background-repeat:no-repeat;
}

.business .overviews {
	display:flex;
	gap:3rem;
}
.business .overviews li {
	position:relative;
	display:flex;
	align-items:flex-end;
	width:20%;
	height:50rem;
	padding:5rem 4rem;
	background-color:#f5f5f5;
	transition:0.3s;
	overflow:hidden;
}
.business .overviews li.short {
	width:16%;
}
.business .overviews li.wide {
    width: 50rem;
	border-radius:3rem;
}
.business .overviews li .content {
	width:100%;
	font-size:2.8rem; 
	font-weight:bold;
	padding-top:8rem;
	padding-right:2rem;
	background-repeat:no-repeat;
	background-position:left top;
}
.business .overviews li.item01 .content {
	background-image:url('/theme/basic/img/overview_icon01.png');
}
.business .overviews li.item02 .content {
	background-image:url('/theme/basic/img/overview_icon02.png');
}
.business .overviews li.item03 .content {
	background-image:url('/theme/basic/img/overview_icon03.png');
}
.business .overviews li.item04 .content {
	background-image:url('/theme/basic/img/overview_icon04.png');
}
.business .overviews li.item05 .content {
	background-image:url('/theme/basic/img/overview_icon05.png');
}
.business .overviews .content_hover {
	display:none;
	align-content:space-between;
	position:absolute;
	top:0;
	left:0;
	width:50rem;
	height:50rem;
	color:#fff;
	padding:7rem 4rem 4rem;
	background-position:center top;
}
.business .overviews li.item01 .content_hover {
	background-image:url('/theme/basic/img/overview_bg01.jpg');	
}
.business .overviews li.item02 .content_hover {
	background-image:url('/theme/basic/img/overview_bg02.jpg');	
}
.business .overviews li.item03 .content_hover {
	background-image:url('/theme/basic/img/overview_bg03.jpg');	
}
.business .overviews li.item04 .content_hover {
	background-image:url('/theme/basic/img/overview_bg04.jpg');	
}
.business .overviews li.item05 .content_hover {
	background-image:url('/theme/basic/img/overview_bg05.jpg');	
}
.business .overviews li .content_hover h3 {
	font-size:4rem; 
	font-weight:bold;
	padding-top:8rem;
	margin-bottom:4rem;
	background-repeat:no-repeat;
	background-position:left top;	
}
.business .overviews li.item01 .content_hover h3 {
	background-image:url('/theme/basic/img/overview_icon01_hover.png');
}
.business .overviews li.item02 .content_hover h3 {
	background-image:url('/theme/basic/img/overview_icon02_hover.png');
}
.business .overviews li.item03 .content_hover h3 {
	background-image:url('/theme/basic/img/overview_icon03_hover.png');
}
.business .overviews li.item04 .content_hover h3 {
	background-image:url('/theme/basic/img/overview_icon04_hover.png');
}
.business .overviews li.item05 .content_hover h3 {
	background-image:url('/theme/basic/img/overview_icon05_hover.png');
}
.business .overviews li .content_hover .t1 {
	font-size:2.4rem;
	margin-bottom:3rem;
}
.business .overviews li .content_hover .t2 {
	font-size:1.8rem;
	line-height:1.5;
}
.business .overviews li .content_hover .more {
	text-align:right;
}
.business .overviews li .content_hover .more a {
	position:relative;
	padding-right:50px;
	line-height:40px;
	font-size:1.8rem;
	color:#fff;
}
.business .overviews li .content_hover .more a:after{
	content:'';
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#fff;
	background-image:url('/theme/basic/img/business_more.png');
	background-repeat:no-repeat;
	background-position:center;	
}
@media all and (max-width:1620px){
	.business .overviews {
		display:block;
	}
	.business .overviews li {
		width:100%;
		height:21rem;
		margin-bottom:3rem;
	}	
	.business .overviews li.wide {
		width:100%;		
		height:50rem;
		border-radius:3rem;
	}
	.business .overviews li.short {
		width:100%;
	}
	.business .overviews li .content_hover {
		width:100%;
		background-size:cover;
	}
}

#main_rolltxt {
	position:relative;	
	padding-top:300px;
	overflow:hidden;
}
#main_rolltxt .roll{
	position:absolute;
	bottom:0;
	width: max-content;
	animation-name:rolltxt;
	animation-duration:20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
#main_rolltxt span {
	white-space: nowrap;
	font-size:160px;
	font-weight:800;
	color:#f5f5f5;
}
@keyframes rolltxt {
	0% {	translate:0%; }
	100% {	translate:-50.3%; }
}

.main_boards .section_head {
	padding-bottom:3rem;
	border-bottom:2px solid #333;
}
.main_boards .controllbox {
	display:grid;
	grid-template-columns: 1fr 140px;
	margin-bottom:7rem;
}
.main_boards .controllbox ul {
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}
.main_boards .controllbox li button {
	width:160px;
	font-size:2.2rem;
	text-align:center;
	padding:20px;
	border:1px solid #ddd;
	border-radius:5rem;
}
.main_boards .controllbox li button.active {
	color:#fff;	
	border:1px solid transparent;
	background-color:#333;
	font-weight:bold;
}
.main_boards .controllbox li button:hover {
	border:1px solid #333;
}
.main_boards .controllbox li button.active:hover {
	border:1px solid transparent;
}
.main_boards .controllbox .arrows {
	display:flex;
	gap:1rem;
}
.main_boards .controllbox .arrows button {
	position:relative;
	width:60px;
	height:60px;
	border:1px solid #ddd;
	border-radius:50%;
}
.main_boards .controllbox .arrows button:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	translate:-50% -50%;
	width:18px;
	height:16px;
	background-image:url('/theme/basic/img/business_more.png');
	background-position:center;
	background-repeat:no-repeat;
}
.main_boards .controllbox .arrows button.prev:after {
	rotate:180deg;
}
.main_boards .controllbox .arrows button:hover {
	border:1px solid #333;
}
.main_boards .main_story {
	display:none;
}
.main_boards #all {
	display:block;
}
@media all and (max-width:1280px){
	.main_boards .controllbox{
		grid-template-columns: 1fr;
		gap:3rem;
		margin-bottom:3rem;
	}
}
@media all and (max-width:640px){
	.main_boards .controllbox .arrows{
		display:none;
	}
}

.main_info {
	display:grid;
	grid-template-columns: 1fr 1fr;
	color:#fff;
	margin-top:14rem; 
}
.main_info .map #daumRoughmapContainer1753266559497{
	width:100% !important;
	border:1px solid #ddd;
}

.main_info .map #daumRoughmapContainer1755155349852{
	width:100% !important;
	border:1px solid #ddd;
}

.main_info .map #daumRoughmapContainer1755068925064{
	width:100% !important;
	border:1px solid #ddd;
}

.main_info .map .root_daum_roughmap .wrap_map{
	height:480px;
}
.main_info .map .root_daum_roughmap .cont .section.lst,
.main_info .map .root_daum_roughmap .wrap_controllers,
.main_info .map .root_daum_roughmap .wrap_btn_zoom,
.main_info .map .root_daum_roughmap .border1,
.main_info .map .root_daum_roughmavp .border2,
.main_info .map .root_daum_roughmap .border3,
.main_info .map .root_daum_roughmap .border4,
.main_info .root_daum_roughmap .map > div:nth-child(2) {
	display:none;
}
.main_info .con{
	padding:7rem 8rem;
	background-image:url('/theme/basic/img/main_info_bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
.main_info .con .cate{
	color:#00b9f2;
	font-weight:800;
	font-size:2rem;
	margin-bottom:3rem;
}
.main_info .con h2{
	font-size:4rem;
	margin-bottom:2rem;
}
.main_info .con .t1 {
	font-size:1.8rem;
	margin-bottom:3rem;
}
.main_info .con h3 {
	font-weight:400;
}
.main_info .con .center{
	margin-bottom:5rem;
}
.main_info .con .center b{
	font-size:2.8rem;
	vertical-align:middle;
}
.main_info .con .center span {
	display:inline-block;
	opacity:0.6;
	margin-left:1rem;
	padding-left:1rem;
	border-left:1px solid rgba(255,255,255,0.6);
	vertical-align:middle;
}
.main_info .con .btns a{
	position:relative;
	display:inline-block;
	width:200px;
	color:#fff;
	font-size:1.8rem;
	font-weight:600;
	padding:2rem;
	border:1px solid #fff;
	border-radius:5rem;
	transition:0.3s;
}
.main_info .con .btns a:first-child {
	margin-right:1rem;
}
.main_info .con .btns a:after {
	content:'';
	position:absolute;
	top:50%;
	right:1rem;
	translate:0 -50%;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#fff;
	background-image:url('/theme/basic/img/business_more.png');
	background-repeat:no-repeat;
	background-position:center;
	transition:0.3s;
}
.main_info .con .btns a:hover {
	color: rgba(255,255,255,0.6);	
	border:1px solid rgba(255,255,255,0.6);	
}
.main_info .con .btns a:hover:after {
	background-color:rgba(255,255,255,0.6);	
}
@media all and (max-width:1280px){
	.main_info {
		grid-template-columns: 1fr;
	}
	.main_info .con {
		padding:6rem 5rem;
		background-size:cover;
	}
	.main_info .con .center span {
		display:block;
		padding:0;
		margin:0;
		border:0;
	}
	.main_info .con .btns a {
		width:100%;
		margin-right:0;
		margin-bottom:1rem;
	}
}

.main_bottom {
	margin-top:18rem;
	padding-bottom:8rem;
}
.main_bottom .text {
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:8.5rem;
	font-weight:500;
}
.main_bottom .text:first-child {
	margin-bottom:7rem;
}
.main_bottom p {
	font-size:2.6rem;
	text-align:center;
	line-height:1.5;
	margin:11rem 0 7rem; 
}
.main_bottom a {
	display:block;
	width:150px;
	margin:0 auto;
	position:relative;
	color:#333;
	font-size:1.8rem;
	font-weight:600;
	padding-right:50px;
}
.main_bottom a:after {
	content:'';
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#333;
	background-image:url('/theme/basic/img/head_arrow.png');
	background-position:center;
	background-repeat:no-repeat;
}
@media all and (max-width:1480px){
	.tr {
		text-align:right;
	}
	.tr img{
		display:none;
	}
	.main_bottom .text {
		display:block;
	}
	.main_bottom .text:first-child img{
		margin-top:5rem;
	}
}
/* ==========================================================================*/
/* 푸터 */
/* ==========================================================================*/
#ft {
	margin-top:12rem;
	background-color:#fff;
}
#ft .inner_container {
	border-top:1px solid #ddd;
	padding-top:5rem;
	padding-bottom:5rem;
}
#ft_info{ 
	display:flex;
	justify-content:space-between;
}
#ft_info .left {
	display:grid;
	grid-template-columns:30rem 1fr;
}
#ft_info .left  > ul li{
	position:relative;
	display:grid;
	grid-template-columns:11rem 1fr;
	color:#777;
	padding-left:1.5rem;
	margin-bottom:1.5rem;
}
#ft_info .left  > ul li:after {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	translate:0 -50%;
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#333;
}
#ft_info .left  > ul li strong {
	color:#333;
}
@media all and (max-width:1200px){
	#ft_info .left {
		grid-template-columns: 1fr;
		gap:3rem;
		margin-bottom:4rem;
	}
	#ft_info {
		display:block;
	}
}

/* 서브 페이지 공통 */
.ctt_admin, .btn_admin, .btn_b01 {
	 display:none; 
}
.sub_header {
	padding-top:10rem;
}
.path_ul {
	display:flex;
	margin-bottom:5rem;
}
.path_ul > li {
	position:relative;
	padding-right:14px;
	margin-right:10px;
}
.path_ul > li:first-child {
	padding-left:2.5rem;
	background-image:url('/theme/basic/img/sub_home.png');
	background-repeat:no-repeat;
	background-position: left center;
}
.path_ul > li:not(:last-child):after {
	content:'';
	position:absolute;
	top:50%;
	right:0;
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#ddd;
}
.path_ul > li button {
	border:0;
}
.sub_header h2 {
	font-size:6.8rem;
	margin-bottom:6rem;
}
.sub_header h2 span {
	color:#bbb;
	font-size:4rem;
	font-weight:400;
	margin-left:2rem;
}
@media all and (max-width:580px){
	.sub_header h2 span {
		display:block;
		margin-left:0;
		margin-top:1rem;
	}
}

.sub_ul_wrap {
	border-bottom:1px solid #ddd;
	margin-bottom:10rem;
	overflow:hidden;
}
.sub_ul_wrap .slide_ul2 {
	display:flex;
}
.sub_ul_wrap li {
	width:180px;	
}
.sub_ul_wrap li a{
	display:block;
	color:#ddd;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
	border-bottom:4px solid transparent;
	padding:1.5rem 0;
	transition:0.3s;
}
.sub_ul_wrap li a.active {
	color:#333;
	border-bottom:4px solid #333;
}

.tab_box {
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	border:1px solid #ddd;
	margin-bottom:10rem;
}
.tab_box li {
	position:relative;
}
.tab_box li:after{
	content:'';
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	width:1px;
	height: 3rem;
	background-color:#ddd;
}
.tab_box button, .tab_box a{
	display:block;
	width:100%;
	color:inherit;
	border:0;
	padding:2.5rem 0; 
	text-align:center;
	background:transparent;
}
.tab_box .active{
	color:#fff;
	font-weight:600;
	background: linear-gradient(90deg, rgba(0, 5, 165, 1) 0%, rgba(0, 175, 236, 1) 100%);
}

/* 인풋 공통 스타일링*/
.chk_box .checkbox {
	display:inline-block;
	width:2rem;
	height:2rem;
	border:1px solid #ddd;
	border-radius:5px;
	margin-right:5px;
}
.chk_box input:checked + .checkbox{
	background-color: #1466f3;
	background-image:url("/theme/basic/img/chk.png");
	background-repeat:no-repeat;
	background-position: center;
}
/* 게시판 관련 */
.cke_sc {display:none;}
/* 댓글*/
#bo_vc {
	margin-bottom:2rem;
	margin-top:7rem;
}
#bo_vc > h2{ 
	padding-bottom:2rem;
	border-bottom:2px solid #333;	
}
#bo_vc h2 > p {
	font-weight:400;
	font-size:1.8rem;
	margin-top:3rem;
}
#bo_vc article {	
	position:relative;
	padding:3rem 0;
	gap:2rem;
	border-bottom:1px solid #ddd;
}
#bo_vc article time{	
	color:#777;
}
#bo_vc article .cmt_contents{	
	line-height:1.5;
}
#bo_vc .bo_vl_opt {
	position:absolute;
	top:3rem;
	right:0;
}
#bo_vc .bo_vl_opt .btn{
	width:5rem;	
	height:5rem;
	padding:0;
	border-radius: 1rem;
}
#bo_vc .bo_vl_opt .btn:hover {
	color:#fff;
	border: 2px solid transparent;
}
#bo_vc .bo_vc_act {
	display:none;
	position:absolute;
	top:110%;
	left:50%;
	translate:-50% 0;
	width:6rem;
	line-height:1.5em;
	text-align:center;
	border:1px solid #333;
	border-radius:1rem;
	padding:1.5rem 0;
	background:#fff;
	z-index:1;
}
#bo_vc .bo_vc_act a:hover {
	font-weight:500;
}
#bo_vc article .cm_wrap header{	
	margin-bottom:1rem;
}
#bo_vc article .cm_wrap .comment_name{	
	padding-right:1rem;
	border-right:1px solid #ddd;
	margin-right:1rem;
}
#bo_vc_empty{
	padding: 5rem 3rem;
}
#bo_vc .bo_vc_w_info{
	margin-top:1rem;
}
#bo_vc .btn_confirm{
	margin:0;
}
#bo_vc .btn_submit {
	width: 100%;
    line-height: 3em;
    border: 1px solid #333;
    margin-top: 1rem;
}
#bo_vc .btn_submit:hover {
	color:#fff;
	border: 1px solid transparent;
}
#bo_vc #wr_content {
	width: 100%;
}
@media all and (max-width:780px){
	#bo_vc .bo_vl_opt .btn{
		width:3rem;
		padding:7px 0;
	}
}

/* 댓글쓰기 */
#bo_vc_w {
	margin-top:7rem;
}
#bo_vc_w h2{
	margin-bottom:3rem;
}
#bo_vc_w form input {
	font-size:1.6rem;
}
#bo_vc_w .bo_vc_top {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:5px;
	margin-bottom:2rem;
}
#bo_vc_w input {
	height:4.5rem;
	line-height:4.5rem;
}
#bo_vc_w .bo_vc_top .chk_box{
	position:relative;
	margin-left:2rem;
}
#bo_vc_w .con_wrap{
	display:grid;
	grid-template-columns:1fr 13rem;
	margin-bottom:2rem;
}
#bo_vc_w .con_wrap > div {
	font-size:0;	
}
#bo_vc_w .con_wrap .btn_confirm {
	margin:0;
}
#bo_vc_w #wr_content {
	width:100%;
	height:140px;
	font-size:1.6rem;
	border-right:0;
}
#bo_vc_w .btn_submit {
	width:100%;
	height:100%;
	font-size:1.6rem;
	color:#fff;
	background-color:#333;
}
#bo_vc_w .btn_submit:hover {
	color:#fff;
	border:1px solid transparent;
}

.bo_vc_w_info .certinput{
	width:100%;
	height:3rem;
	line-height:3rem;
	padding: 0 2rem;
	border:1px solid #ddd;
	border-radius: 5px;
	margin-bottom:1rem;
}
@media all and (max-width:780px){
	#bo_vc_w .bo_vc_top {
		margin-bottom:1rem;
	}
	#bo_vc_w form input:not(.sound_only) {
		width:calc(50% - 3px);
	}
	#bo_vc_w .bo_vc_top .chk_box{
		margin-left:0;
	}
}
@media all and (max-width:640px){
	#bo_vc_empty {
		padding:3rem 1.5rem;
	}
	#bo_vc_w #wr_content {
		height:90px;
	}
}
/* 이전글 다음글*/
.bo_v_nb {
	border-top: 1px solid #ddd;
	margin-bottom: 6rem;
}
.bo_v_nb li {
	display: grid;
	grid-template-columns: 20rem 1fr;
	font-size:1.8rem;
	border-bottom: 1px solid #ddd;	
}
.bo_v_nb li .nb_head{
	padding: 2rem 0;
	text-align: center;
	background-color: #f4f4f4;
}
.bo_v_nb li .nb_body{
	padding: 2rem 0 2rem 3rem;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.bo_v_nb li .nb_body span{
	color: #999;
}
@media all and (max-width: 640px){
	.bo_v_nb li {
		grid-template-columns: 13rem 1fr;
	}
}


/* 검색 */
#list_search {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 6rem;
}
#list_search > p {
	font-size: 1.8rem;
}
#list_search > p span {
	color:#777;
}
#list_search .input_wrap input,
#list_search .input_wrap select{
	font-size: 1.6rem;
	height: 55px;
	background-repeat: no-repeat;	
	padding-left: 1.5rem;
	border: 1px solid #ddd;
}
#list_search .input_wrap form {
	font-size: 0;
}
#list_search .input_wrap select {
	width: 12rem;
	line-height: 1em;
	appearance:none;	
	margin-right: 5px;
	background-image: url("/theme/basic/img/select_arrow.png");
	background-position: right 1.5rem center;
}
#list_search .input_wrap input[type="text"]{
	width: 23rem;
	padding-right: 4rem;
	border-right :0;
}
#list_search .input_wrap input[type="text"]::placeholder {
	color: #bbb;
}
#list_search .input_wrap input[type="submit"]{
	width: 10rem;
	color:#fff;
	padding:0;
	text-align:center;
	cursor: pointer;
	background-color:#00afec;
}
@media all and (max-width: 640px){
	#list_search {
		flex-wrap:wrap;
		gap:2rem;
		margin-bottom: 4rem;
	}
	#list_search .input_wrap select {
		width:100%;
		margin-right:0;
		margin-bottom:1rem;
	}
	#list_search .input_wrap input[type="text"] {
		width:calc(100% - 10rem);
	}
}
/* 페이징 스타일링 */
.pg_wrap {
	margin:6rem 0 30px;text-align:center; 
}
.pg_wrap:after {
	display:block;visibility:hidden;clear:both;content:""
}
.pg {
	text-align:center; font-size: 0;
}
.pg_numwrap { 
	display: inline-block; 
}
.pg_page, .pg_current,.qa_page {
	display:inline-flex; align-items: center; justify-content: center; border:1px solid #e2e2e2; 
}
.pg a:focus, .pg a:hover {
	text-decoration:none
}
.pg_page,.qa_page {
	color:#070506; font-size: 1.6rem; height:40px;width:40px;text-decoration:none;
}
.pg_page:hover,.qa_page:hover {
	border: 1px solid #333;
}
.pg_start {
	text-indent:-999px;overflow:hidden;background:url('../img/pg_start.png') no-repeat center;padding:0;border:1px solid #eee;  border-right: 0; 
}
.pg_prev {
	text-indent:-999px;overflow:hidden;background:url('../img/pg_prev.png') no-repeat center;padding:0;border:1px solid #eee; margin-right: 12px;
}
.pg_start.pg_disabled {
	background-image:url('../img/pg_start_disabled.png');
}
.pg_prev.pg_disabled {
	background-image:url('../img/pg_prev_disabled.png');
}
.pg_end {
	text-indent:-999px;overflow:hidden;background:url('../img/pg_end.png') no-repeat center;padding:0;border:1px solid #eee;  border-left: 0;
}
.pg_next {
	text-indent:-999px;overflow:hidden;background:url('../img/pg_next.png') no-repeat center;padding:0;border:1px solid #eee; margin-left: 12px;
}
.pg_end.pg_disabled {
	background-image:url('../img/pg_end_disabled.png'); 
}
.pg_next.pg_disabled {
	background-image:url('../img/pg_next_disabled.png');
}
.pg_disabled { 
	cursor: not-allowed; 
}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {
	background-color:#fafafa
}
.pg_current {
	background:#2f3293;border:0; color:#fff; font-size: 1.6rem; height:40px;width:40px; text-decoration:none; 
}
.pg_current:last-child, .pg_page:last-child {
	margin-right: 0;
}
/*파일*/
#bo_v_file {
	color: #333;
	display: grid;
	align-items: center;
	grid-template-columns: 160px 1fr;
	padding: 2rem 4rem;
	border: 1px solid #333;
	border-radius:3rem;
	margin-bottom: 1.5rem;
}
#bo_v_file .view_file_download {
	position:relative;	
	color: #333;
	display: block;
	padding: 1rem 4rem;
	word-break: break-all;
}
#bo_v_file .view_file_download:after {		
	content:'';
	position:absolute;
	left:0;
	top:50%;
	translate:0 -50%;
	width:26px;
	height:26px;
	border-radius:5px;	
	border:1px solid #ddd;
	background-image: url("/theme/basic/img/file.png");
	background-repeat: no-repeat;
	background-position: center;
	transition:0.3s;
}
#bo_v_file .view_file_download:hover:after {	
	border:1px solid transparent;
	background-image: url("/theme/basic/img/file_w.png");
	background-color:#00afec;
}
@media all and (max-width:640px){
	#bo_v_file{
		padding:2rem;
		grid-template-columns: 1fr;
	}	
}
/* 링크 */
#bo_v_link {
	 color: #333;
    display: grid;
    align-items: center;
    grid-template-columns: 160px 1fr;
    padding: 2rem 4rem;
    border: 1px solid #333;
	border-radius:3rem;
    margin-bottom: 7rem;
}
#bo_v_link li {
	overflow:hidden;
}
#bo_v_link li a{
	position:relative;
	display:block;
	color: #333;
    padding: 1rem 4rem;
	word-break: break-all;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#bo_v_link li a:after {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	translate:0 -50%;
	width:26px;
	height:26px;
	border-radius:5px;	
	border:1px solid #ddd;
	background-image: url("/theme/basic/img/bd_link.png");
	background-repeat: no-repeat;
	background-position: center;
	transition:0.3s;
}
#bo_v_link li a:hover:after{
	border:1px solid transparent;
	background-image: url("/theme/basic/img/bd_link_w.png");
	background-color:#00afec;
}
@media all and (max-width:640px){
	#bo_v_link{
		padding:2rem;
		grid-template-columns: 100%;
	}	
}
/* 글 상세 */
#bo_v_con img {
	max-width:100%;
}


/* 푸터버튼 */
.list_footer {
	position:relative;
}
.list_footer .write_btn {
	position:absolute;
	top:0;
	right:0;
	display:flex;
	align-items: center;
	justify-content:center;
	height:100%;
	font-weight:500;
	width:12rem;
	border:1px solid #333;
	border-radius:5rem;
}
.list_footer .write_btn:hover{
	color:#fff;
	border:1px solid transparent;
	background-color:#00afec;
}

.btn_bo_user {
	display:flex;
	justify-content:space-between;
}
.btn_bo_user .more_opt{
	display:flex;
	gap:5px;
}
.btn_bo_user .more_opt button{
	padding:5px 10px;
	border:1px solid #333;
}

@media all and (max-width: 640px){
	.pg_wrap { margin: 4rem 0 20px; }
	.list_footer .write_btn {
		position:static;
		width:100%;
		height:4rem;
		margin-bottom:3rem;
	}
}
 @media all and (max-width:540px){
	.blist_wrap {
		margin-bottom:0;
	}
	.pg_wrap {
		margin:2rem 0 20px;
	}
}
@media all and (max-width: 340px){
	.pg_page, .pg_current, .qa_page { width: 30px; height: 30px;}
}
