@charset "utf-8";

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

@media all and (max-width:480px){
	html {font-size:8px;}
}
body {margin:0;padding:0;font-size:1.6rem;font-family:'Pretendard'; }
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:'Jalnan'}
h4{position:relative;width:604px;padding-right:14px;padding-bottom:14px;font-size:5.5rem;text-align: right;}
h4::after{content:'';position:absolute;bottom:0;left:0;width:604px;height:12px;background:#ff8db4;border-top-right-radius:6px;border-bottom-right-radius:6px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul {margin:0;padding:0;list-style:none}
ol,li,dl,dt,dd {margin:0;padding:0} 
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:'Pretendard';font-size:1em}
button {cursor:pointer; background-color:#fff;}
textarea, select {font-family:'Pretendard';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:1000;position:relative;margin:0 auto;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}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}


/* 이전글 다음글*/
.bo_v_nb {
	border-top: 1px solid #ddd;
	margin-top:5rem;
	margin-bottom: 6rem;
}
.bo_v_nb li {
	display: grid;
	grid-template-columns: 20rem 1fr;
	border-bottom: 1px solid #ddd;
	color: #333;
}
.bo_v_nb li .nb_head{
	padding: 2.5rem 0;
	text-align: center;
	background-color: #f4f4f4;
}
.bo_v_nb li .nb_body{
	padding: 2.5rem 0 2.5rem 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;
	}
}


/* 공통 페이지너비, 테마 컬러등 */
.hidden{position:absolute;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#wrapper{
	margin-top:-120px;
}
.inner_container{
	width:100%;
	max-width:1500px;
	margin:0 auto;
}
.theme_color {
	color:#005ddd;
}
.btn_wr{
	display:none;
}
.owl_pager{
	position:relative;
}
.owl_pager .owl-dots{
	position: absolute;
    left: 50%;
    bottom: 3em;
	display:flex;
	gap:22px;
	margin-left:-32px;
    z-index: 10;
}
.owl_pager .owl-dot a{
    display: inline-block;
	width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
	font-size: 0;
}
.owl_pager .owl-dot.active a{
	background: #e0487d;
}
.ctt_admin{
	display:none;
}
@media all and (max-width:1320px){
	.inner_container {
		padding:0 3rem;
	}
}
@media all and (max-width:640px){
	.inner_container {
		padding:0 1.5rem;
	}
}
/* 헤더 */
#hd {	
	width:100%;
	z-index:1000;
}
#hd_wrapper {	
	width:100%;
	background-color:#fff;	
	z-index:11;
}
#hd_wrapper .hd_wrap{
	display: grid;		
	height: 120px;
	grid-template-columns:42rem 103rem;
	align-items:center;
	justify-content:space-between;
	padding:0 5rem;
}
#hd_wrapper .hd_wrap #logo{
	position: relative;
    z-index: 10;
}
#gnb_1dul{
	display: flex;	
    width: 782px;
	z-index:100;
}
#gnb_1dul .gnb_1dli{
	position:relative;
}
#gnb_1dul .gnb_1da{
	display:flex;
	align-items:center;
	height: 120px;
	margin:0 3rem;
	font-size:2.5rem;
	font-weight:600;
	color:#fff;
}
#gnb_1dul .gnb_1dli.gnb_1dli_on .gnb_1da{
	position:relative;
	color:#ffb7a1;
}
#gnb_1dul .gnb_1dli.gnb_1dli_on .gnb_1da::after{
	content: '';
	position: absolute;
	bottom:40px; 
	left: 0;
	right: 0;
	display: block;
	width: auto;
	margin: auto;
	height: 3px;
	background: #ffb7a1;
}
#gnb_1dul .gnb_2dul{
	display:none;
	position:absolute;
	top:100%;
	left:50%;
	translate:-50% 0;
	width:22rem;
	text-align:center;
	padding:2rem 0.5rem;
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 15px;
}
#gnb_1dul .gnb_1dli.gnb_1dli_on .gnb_2dul{
	display:block;
}
#gnb_1dul .gnb_2da{
	display:block;
	font-size:2rem;	
	padding:1rem 0;
}
#gnb_1dul .gnb_2da:hover{
	color:#df467b;
	font-weight:700;
}
/* 서브배너 & 서브메뉴 */
.sub_header h3{font-size:8rem;color:#fff;}
.sub_header .txt{font-size:3.3rem;color:#d3d3d3;}

.slide_ul2{display: flex;align-items: center;justify-content: center;margin-top: 58px;}
.slide_ul2 li{margin-left:46px;padding-left:46px;border-left:1px solid #7c7c7c;}
.slide_ul2 li:first-child{margin-left:0;padding-left:0;border-left:0}
.slide_ul2 li a{font-size:28px;color:#7c7c7c;}
.slide_ul2 li a.active{font-weight:900;color:#bd2359;}

/* 햄버거 버튼 */
.hd_right{display:none;position: relative;z-index:10;}
.hd_right .gnb_menu_btn{width: 22px;height: 22px;background: transparent;border: 0;}
.hd_right .gnb_menu_btn .bar{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 2px;background: #fff;transition: all 0.3s;}
.hd_right .gnb_menu_btn .bar1{margin-top:-16px;}
.hd_right .gnb_menu_btn .bar3{margin-top:-8px;}
/* 모바일메뉴 */
.m_all_dummy{display: none;z-index: 9999;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.8);cursor: pointer;}
#m_all_menu{ display:none; z-index:9999; position:fixed; top:0; right:0; width:100%; height:100vh; background:#fff; max-width:400px; overflow-y:auto;transform:translateX(100%); -webkit-transform:translateX(100%); -moz-transform:translateX(100%);transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s;}
#m_all_menu.on{ transform:translateX(0%); -webkit-transform:translateX(0%); -moz-transform:translateX(0%); }
#m_all_menu .all_top{ position:relative; padding:0 15px; text-align:right;}
#m_all_menu .all_top #m_all_close{ position:relative;width:22px; height:60px; font-size:0px; border:0;}
#m_all_menu .all_top #m_all_close .bar{ position:absolute; top:50%; left:50%; width:25px; height:2px; background:#333; transform:translate(-50%,-50%) rotate(45deg); -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg);}
#m_all_menu .all_top #m_all_close .bar2{ transform:translate(-50%,-50%) rotate(-45deg); -webkit-transform:translate(-50%,-50%) rotate(-45deg); -moz-transform:translate(-50%,-50%) rotate(-45deg);}
#m_all_menu .gnb_al_a{position:relative; display:block; width:100%;padding:0 50px 0 15px; height:50px; line-height:50px; border:0; border-bottom:1px solid #ddd; font-weight:700; font-size:14px; text-align:left;transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; }
#m_all_menu .gnb_al_a:after,
#m_all_menu .gnb_al_a:before{content: ""; position: absolute; top: 50%; right:15px; width:15px; height:1px; background:#666;transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; }
#m_all_menu .gnb_al_a:before{transform:translateY(-50%) rotate(90deg); -webkit-transform:translateY(-50%) rotate(90deg); -moz-transform:translateY(-50%) rotate(90deg); }
#m_all_menu .gnb_al_a.on,
#m_all_menu .gnb_al_li:hover .gnb_al_a{ background:#df467b; color:#fff; }
#m_all_menu .gnb_al_li:hover .gnb_al_a:after,
#m_all_menu .gnb_al_li:hover .gnb_al_a:before{background:#fff;}
#m_all_menu .gnb_al_a.on:before{transform:translateY(-50%) rotate(0deg); -webkit-transform:translateY(-50%) rotate(0deg); -moz-transform:translateY(-50%) rotate(0deg);}
#m_all_menu .gnb_al_a > span{ line-height:140%; display:inline-block; }
#m_all_menu .gnb_al_a > span span{ font-size:10px; display:inline-block; line-height:140%; vertical-align:top;}
#m_all_menu .gnb_al2ul{ display:none; padding:15px 0; border-bottom:1px solid #ddd; }
#m_all_menu .dep2_a{ position:relative; display:block; padding:0 30px; height:30px; line-height:30px; font-size:13px; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; }

/* 메인배너 */
.mainbanner_wrap{position:relative;}
.banner-text{position:absolute;bottom:195px;left:120px;}
.banner-text .banner-main{font-size:5.8rem;color:#fff;line-height:72px;word-break: keep-all;font-family:'Jalnan'}
.banner-text .banner-sub{display: inline-block;font-size:6.8rem;color:#c5c5c5;line-height: 86px;}
/* 메인사업분야 */
.business_wrap{margin-top:172px;padding-bottom:144px;}
.business_wrap h2{font-size:6rem;text-align:center;}
.business_wrap ul{display:flex;flex-wrap:wrap;gap:20px;margin-top:70px;}
.business_wrap ul li{position:relative;width:calc(33.3% - 13px);height:300px;box-shadow: inset 0 0 18px rgba(223, 70, 123, 0.6);border-radius: 55px;cursor: pointer;}
.business_wrap ul li:hover{border:6px solid #df467b;background:linear-gradient(to bottom, #ffa589 , #df467b );box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.28);}
.business_wrap ul li:hover a{padding:50px;}
.business_wrap ul li:hover p{color:#fff;}
.business_wrap ul li:hover::after{bottom:20px;right:-4px;z-index:auto}
.business_wrap ul li::after{content:'';width: inherit;height: 98px;display: block;position: absolute;bottom:26px;right: 0;z-index:-10;}
.business_wrap ul li:nth-child(1)::after{background:url('/theme/basic/img/ico_business01.png') no-repeat 50% 50% / 94px 98px;}
.business_wrap ul li:nth-child(2)::after{background:url('/theme/basic/img/ico_business02.png') no-repeat 50% 50% / 98px 98px;}
.business_wrap ul li:nth-child(3)::after{background:url('/theme/basic/img/ico_business03.png') no-repeat 50% 50% / 78px 98px;}
.business_wrap ul li:nth-child(4)::after{background:url('/theme/basic/img/ico_business04.png') no-repeat 50% 50% / 86px 98px;}
.business_wrap ul li:nth-child(5)::after{background:url('/theme/basic/img/ico_business05.png') no-repeat 50% 50% / 98px 87px;}
.business_wrap ul li:nth-child(6)::after{background:url('/theme/basic/img/ico_business06.png') no-repeat 50% 50% / 98px 75px;}
.business_wrap ul li a{display:block;height:100%;padding:56px;}
.business_wrap ul li .tit{font-size:40px;font-weight:700;color:#df467b;word-break: keep-all;}
.business_wrap ul li .desc{margin-top:10px;font-size:24px;word-break: keep-all;}

/* 푸터 */
#ft {padding:50px 0;background: linear-gradient(60deg, #df467b 0%, #ffa589 100%);}
#ft .inner_container{display:flex;}
#ft .right{position:relative;margin-left:32px;padding-left:32px;}
#ft .right::after{content:'';position: absolute;top: 50%;left: 0;width: 1px;height: 80px;background: #fff;margin-top: -40px;opacity: .4;}
#ft .right .info{display:flex;gap:40px;font-size:22px;color:#fff;word-break: keep-all;}
#ft .right .copy{margin-top:10px;font-size:18px;color:#e8e8e8;opacity:.7;}

/* 선택삭제,복사,이동 버튼 */
.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;}

/* 서브페이지 */
/* 타이틀 박스 영역 */
.academic_wrap .inner_container{max-width:1550px;}
.academic_wrap .sub_tit_box{display:flex;align-items: center;justify-content: center;gap:62px;width:1150px;margin:130px auto 168px;padding:70px 0;background: #fff;box-shadow: inset 0 0 18px rgba(223, 70, 123, 0.6);border-radius: 55px;}
.academic_wrap .sub_tit_box .tit{font-size:26px;}
.academic_wrap .sub_tit_box .support_list{width:560px;}
.academic_wrap .sub_tit_box .support_list li{position:relative;margin-top:8px;padding-left:22px;font-size:22px;}
.academic_wrap .sub_tit_box .support_list li:first-child{margin-top:0;}
.academic_wrap .sub_tit_box .support_list li::before{content:'';position:absolute;top:10px;left:0;width:9px;height:9px;border-radius:50%;background:#bd2359;}


/****************** 반응형 ******************/
/* max-width:1260px */
@media all and (max-width:1260px){
	/* 헤더 */
	#hd_wrapper .hd_wrap{display:flex;}
	#gnb_1dul{display:none;}
	.hd_right{display:block;margin-left: auto;}
	/* 서브메뉴 */
	.slide_ul2{flex-wrap:wrap;padding:0 10px;}
	.slide_ul2 li{width: calc(33.33% - 2px);margin:2px;margin-left:0;padding-left:0;border-left:0;}
	.slide_ul2 li a{background: #ececec;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;width: 100%;height: 50px;line-height: 1;font-size:28px;color:#7c7c7c;}
	h4{width:auto;padding-right:0;text-align:center;}
	h4:after{content:none;}
	/* 메인배너	*/
	.banner-text{bottom:100px;left:66px;}
	.banner-text .banner-main{font-size:5rem;line-height:70px;}
	/* 메인사업분야 */
	.business_wrap{margin-top:46px;}
	.business_wrap h2{font-size:3rem;}
	.business_wrap ul{gap:10px;margin-top:40px;}
	.business_wrap ul li{width: calc(50% - 5px);}
	.business_wrap ul li .tit{font-size:40px;}
	/* 서브페이지 */
	/* 타이틀 박스 영역 */
	.academic_wrap .sub_tit_box{display:block;width: fit-content;margin: 40px auto 68px;padding:50px;}
	.academic_wrap .sub_tit_box .support_list{width:auto;margin-top:26px;}
	.academic_wrap .sub_tit_box .support_list li{margin-top: 12px;}
	.academic_wrap .sub_tit_box .img_box{margin-top:14px;text-align:right;}
	/* 푸터 */
	#ft .right .info{display:block;}
}
/* max-width:860px */
@media all and (max-width:860px){
	/* 메인배너	*/
	.banner-text{bottom:100px;left:46px;}
	.banner-text .banner-main{font-size:3.5rem;line-height:45px;}
	/*	 메인사업분야 */
	.business_wrap ul li{width:100%;text-align: center;}
	/* 서브메뉴 */
	.slide_ul2 li{width: calc(50% - 2px);}
	.slide_ul2 li a{font-size:20px;}

}
/* max-width:560px */
@media all and (max-width:560px){
	.sub_header h3{font-size:3rem;}
	.sub_header .txt{font-size:2.5rem;}
	.subbanner{height:430px !important;}
	#hd_wrapper .hd_wrap{gap:50px;padding: 0 1rem}
	#hd_wrapper .hd_wrap #logo img{width:100%;}
	/* 서브메뉴 */
	h4{font-size:4rem}
	/* 메인배너	*/
	.banner-text{bottom:70px;left:30px;}
	.banner-text .banner-main{font-size:2rem;line-height:25px;}
	/*	 메인사업분야 */
	.business_wrap ul li{height:200px;}
	.business_wrap ul li a{padding: 28px 30px 30px;}
	.business_wrap ul li .tit{font-size: 22px;}
	.business_wrap ul li .desc{margin-top:6px;font-size:18px;}
	.business_wrap ul li:hover a{padding:22px 20px 20px;}
	
	.business_wrap ul li:nth-child(1)::after{background:url('/theme/basic/img/ico_business01.png') no-repeat 50% 50% / 64px 68px;}
	.business_wrap ul li:nth-child(2)::after{background:url('/theme/basic/img/ico_business02.png') no-repeat 50% 50% / 68px 68px;}
	.business_wrap ul li:nth-child(3)::after{background:url('/theme/basic/img/ico_business03.png') no-repeat 50% 50% / 48px 68px;}
	.business_wrap ul li:nth-child(4)::after{background:url('/theme/basic/img/ico_business04.png') no-repeat 50% 50% / 56px 68px;}
	.business_wrap ul li:nth-child(5)::after{background:url('/theme/basic/img/ico_business05.png') no-repeat 50% 50% / 68px 57px;}
	.business_wrap ul li:nth-child(6)::after{background:url('/theme/basic/img/ico_business06.png') no-repeat 50% 50% / 68px 45px;}
	/* 서브페이지 */
	/* 타이틀 박스 영역 */
	.academic_wrap .sub_tit_box{padding:35px}
	.academic_wrap .sub_tit_box .tit{font-size:20px;}
	.academic_wrap .sub_tit_box .support_list{margin-top:14px;}
	.academic_wrap .sub_tit_box .support_list li{font-size:16px;}
	.academic_wrap .sub_tit_box .support_list li::before{top:6px;}
	/* 푸터 */
	#ft .inner_container{display:block;}
	#ft .right::after{content:none;}
	#ft .right{margin-top:10px;margin-left:0;padding-left:0;}
	#ft .right .info{font-size: 16px;}
	#ft .right .copy{font-size: 16px;}
}
/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 table {}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head01 td:first-child {border-left:0}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:7px;background:#f3f3f3;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

.tbl_head03 {margin:0 0 10px}
.tbl_head03 table {border-bottom:1px solid #d3d3d3}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:20px 0;border-top:2px solid #959da6;border-bottom:1px solid #d3d3d3;color:#383838;font-size:1.2em;text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {background:#fff;background-clip:padding-box;padding:25px 15px;border-top:1px solid #ccd2d9;border-left:1px solid #f6f6f6;line-height:1.5em;word-break:break-all}
.tbl_head03 td:first-child {border-left:0}
.tbl_head03 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:90px;padding:5px 10px;background:none;text-align:right;font-weight:normal}
.tbl_frm01 td {padding:5px 10px;background:transparent}
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:45px}

.full_input, .frm_address {width:100%}
.half_input {width:49.5%}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본리스트*/
.list_01 li {position:relative;border:1px solid #dbdbdb;border-radius:3px;margin:8px 0;padding:10px 15px;list-style:none}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}

.list_02 ul:after {display:block;visibility:hidden;clear:both;content:""}
.list_02 li {float:left;width:225px;margin:10px 0 20px 18px}
.list_02 li:nth-child(5n+1) {clear:both;margin-left:0}

/*폼 리스트*/
.form_01 h2 {margin:0 0 10px;font-size:1.25em}
.form_01 li {margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input {float:right}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}
.form_01 .form_left {float:left;width:49.5%}
.form_01 .form_right {float:right;width:49.5%}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:90px}
.grid_3 {width:140px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_default {width:60px;text-align:center}
.td_dvr {width:100px;text-align:center}
.td_group {width:100px;text-align:center}
.td_imgsmall {width:60px;text-align:center}
.td_num {width:80px;text-align:center}
.td_numbig {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:50px;text-align:left}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_mngsmall {width:100px;text-align:center}
.td_statsmall {width:50px;text-align:center}

.text_left {text-align:left !important}
.text_center {text-align:center !important}
.text_right {text-align:right !important}

/* 새창 기본 스타일 */
.new_win {position:relative;background:#fff}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center;padding-bottom:30px}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#111}
.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:3px !important;width:94px;border-bottom:1px solid #283646;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {margin:10px 0 30px;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current,.qa_page {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page,.qa_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover,.qa_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#df467b;border:1px solid #df467b;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

.list_footer{position:relative;}
.list_footer .write_btn{position: absolute;top: 50%;right: 0;translate: 0 -50%;display: flex;align-items: center;color: #fff;font-weight: 500;font-size: 1.8rem;width: 19rem;padding: 2rem 0 2rem 4rem;border-radius: 3rem;background-color: #000;background-image: url(/theme/basic/img/write_btn_icon.png);background-repeat: no-repeat;background-position: right 3.5rem center;}

/* max-width:640px */
@media all and (max-width:640px){
	.list_footer .write_btn{position: static;height: 4rem;margin-bottom: 3rem;}
}
/* input, radio */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#676e70}
.chk_box input[type="checkbox"] + label:hover{color:#2172f8}
.chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url('../img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}

.chk_box input[type="radio"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="radio"] + label {position:relative;padding-left:23px;display:inline-block;color:#676e70}
.chk_box input[type="radio"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;background:#fff;border:1px solid #cdd6df;border-radius:50%}
.chk_box input[type="radio"]:checked + label {color:#305af9}
.chk_box input[type="radio"]:checked + label span:before {width:7px;height:7px;background:#305af9;content:'';position:absolute;top:3px;left:3px;border-radius:50%}