@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Nanum Gothic','나눔고딕', dotum, sans-serif;background:#ffffff;}
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:'Nanum Gothic','나눔고딕', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, 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;font-size:1em}
input, button {margin:0;padding:0;font-family:'Nanum Gothic','나눔고딕', dotum, sans-serif;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Nanum Gothic','나눔고딕', 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}
a:hover {color:#2c9eaf;}

*, :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:970px;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_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}


/* 레이아웃 크기 지정 */
#hd, #ft, #wrapper {min-width:1062px}
#hd_pop,
#hd_wr,
#tnb_wr,
#lnb_wr,
#gnb_wr,
#ft_wr {width:1062px}

/* 1.상단 레이아웃 */
#hd {background:#fff;z-index:1000000;width:100%;/*position:fixed;*/}


/* 1-1.tnb*/
#tnb {width: 100%; height: 28px; background:#0d6fb2;}
#tnb_wr {position: relative; margin: 0 auto;}

#tnb .tnb_left {position: absolute; left: 0; top: 0;}
#tnb .tnb_left ul {display: flex;border-right: 0px solid #1e626d;}
#tnb .tnb_left ul li {}
#tnb .tnb_left ul li a {display:inline-block;padding:1px 15px;height:28px;color:#f1f1f1;line-height:2.4em; border-left: 1px dotted #1e626d;}
#tnb .tnb_left .visit-num {display:inline-block;line-height:14px;padding:0 5px;margin-left:10px;border-radius:10px;background:#88a526;color:#fff;font-size:10px}

#tnb .tnb_right {display: flex; position: absolute; right: 0; top: 0;}
#tnb .tnb_right li {position: relative; line-height: 1;}
#tnb .tnb_right li:last-child:after {display: none;}
#tnb .tnb_right li a {display:inline-block;padding:1px 15px;height:28px;color:#f1f1f1;line-height:2.4em; border-left: 1px dotted #1e626d;}


#tnb .tnb_right .visit-num {display:inline-block;line-height:14px;padding:0 5px;margin-left:10px;border-radius:10px;background:#0e3d44;color:#fff;font-size:10px}

#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none;background:#1e626d;color:#fff}



/*1-2.lnb 로고,검색영역*/

/*1-3.gnb 로고+메뉴 */
#gnb {width:100%; height:80px;margin:0 auto; padding-top:5px;border-bottom:1px solid #ddd;background:#fff;}
#gnb_wr {height:80px; background:none; clear:both; margin:0 auto;}
.gnb_fix {position: fixed;top: 0;z-index: 999;animation-name: gnbani;animation-duration: .4s;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 9px 1px;}
.hd_logo {width:201px; padding-top:2px;float:left;} /* 메뉴4개:  메뉴5개: 305, 6개:270 */
.hd_menu { float:right; padding:0;}
.hd_menu ul {font-size: 0; margin: 0; padding: 0;}
.hd_menu ul li {display: inline-block; position: relative; width:135px;}/* 메뉴4개:175, 메뉴5개: 155, 6개:135 */
.hd_menu ul li a {display: block; padding: 23px 0 23px 0; transition: 0.2s linear; text-align:center;}
.hd_menu ul li a:hover {background: #0d6fb2;color:#ffffff !important;}

.hd_menu ul li ul {border-top: 1px solid #035e89; display: none; position: absolute; width: 135px; background:#fff;}/* 메뉴5개: 155, 6개:135 */
.hd_menu ul li ul li {display: block;}
.hd_menu ul li ul li:first-child { border-top: none; }
.hd_menu ul li ul li a {background:#fff; display: block; padding: 10px 10px; text-align:center;color:#555; letter-spacing:-0.05em}
.hd_menu ul li ul li a:hover { background: #47aa42; color:#fff}
nav .fa.fa-angle-down { margin-left: 6px; }
.sub2_menu a {color:#000; font-size:14px;}
.menu_title {font-size:18px; font-weight:600;color:#333;letter-spacing:0.075em; }


/* 전체 검색 */
#hd_sch {float:left;margin:0 0 0 20px;padding:0;border:1px solid #c3c6ca}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #sch_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #sch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}

/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}






/* 중간 레이아웃 */
#wrapper {z-index:5;margin:0 auto;width:100%;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#aside {float:right;margin:0 0 0 -1px;width:210px;border-left:1px solid #dde4e9;background:#fff}

#container {width:1062px;z-index:4;position:relative;float:left;height:auto !important;background:#fff;font-size:1.175em;zoom:1; width:100%;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}

/* 하단 레이아웃-black
#ft {width:100%; height:200px; background:#222222; margin-top:50px;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}

#ft_catch {position:relative;margin:0 auto;padding:20px 0 0;width:970px;text-align:center}
#ft_company {text-align:center}

#ft_qnb {height:50px; border-bottom:1px solid #555; }
#ft_qnb ul {width:1062px; margin:0 auto; padding:15px 0 0 0}
#ft_qnb ul  li {color:#fff; float:left;padding-right:10px; font-size:15px}
#ft_qnb ul li a {color:#fff}
#ft_copy {width:1062px; margin:0 auto; padding:10px 0 0px 0}
.ft_logo {float:left; padding-right:30px}
.copy_text {font-size:15px; color:#999; float:left; width:760px}
.ft_mobile{float:right; padding-right:10px;}
*/




/*하단 레이아웃 gray*/
#ft_gray{background:#efefef;border-top:2px solid #0d6fb2;color:#444;}
#ft_gray_qnb {height:50px; }
#ft_gray_qnb ul {width:1062px; margin:0 auto; padding:15px 0 0 0;}
#ft_gray_qnb ul li { float:left;padding-right:10px; font-size:15px}
#ft_gray_qnb ul li:last-child{float:right;}
#ft_gray_qnb ul li a {color:#444}
#ft_gray_qnb ul li a:hover {color:#0d6fb2}


#ft_gray_wrap{width:1062px;height:120px;margin:0 auto;padding:20px 0;position:relative;background:#efefef;border-top:1px dotted #999; }
#ft_gray_logo{position:absolute;left:1px;top:20px;color:#111; text-align:left;border:0px red;}
#ft_gray_copyright{position:absolute;left:280px;top:15px;color:#111; text-align:left;font-size:1.1em;}
#ft_gray_copyright p.ft_info{;border-bottom:0px solid #75738c;color:#333;padding:0 0 1px;line-height:30px}
#ft_gray_copyright p.ft_copy{text-align:center;color:#333;padding:1px 0}
#ft_gray_mobile {position:absolute;right:0px;top:15px;text-align:center;}
#ft_gray_mobile a {color:#444;}
#ft_gray_mobile a:hover {color:#0d6fb2;}
#ft_gray_privacy{position:absolute;right:60px;top:15px;text-align:center;}
#ft_gray_privacy a {color:#444;}
#ft_gray_privacy a:hover {color:#0d6fb2;}

/*하단 레이아웃 dark*/
#ft_dark{background:#333;border-top:0px solid #555;color:#c1c1c1;}
#ft_dark_qnb {height:50px; }
#ft_dark_qnb ul {width:1062px; margin:0 auto; padding:15px 0 0 0;}
#ft_dark_qnb ul li { float:left;padding-right:10px; font-size:15px}
#ft_dark_qnb ul li:last-child{float:right;}
#ft_dark_qnb ul li a {color:#c1c1c1}
#ft_dark_qnb ul li a:hover {color:#37b8cd}

#ft_dark .family-site button::after {
	content: "";
	border-width: 5px;
	border-color: transparent transparent #8d8f94;
	border-style: solid;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s;
	transition: all .3s;
}
::selection {
	background: #fad716;
	color: #333;
}

#ft_dark .family-site button {
	width: 250px;
	height: 38px;
	background-color: #141414;
	color: #aaa;
	font-size: 1.4rem;
	text-align: left;
	padding-left: 20px;
	position: relative;
}

#ft_dark .family-site .depth-list {
	background-color: #141414;
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 100%;
	display: none;
}

#ft_dark .family-site .depth-list > li {
	border-bottom: 1px solid #343b46;
}

#ft_dark .family-site .depth-list > li > a {
	display: block;
	height: 38px;
	font-size: 1.4rem;
	color: #aaa;
	padding: 11px 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ft_dark_wrap{width:1062px;height:200px;margin:0 auto;padding:20px 0;position:relative;border-top:1px dotted #999; }
#ft_dark_logo{position:absolute;left:1px;top:20px; text-align:left;border:0px red;}
#ft_dark_copyright{position:absolute;left:240px;top:15px; text-align:left;font-size:1.1em;}
#ft_dark_copyright p.ft_info{;border-bottom:0px solid #75738c;padding:0 0 1px;line-height:30px}
#ft_dark_copyright p.ft_copy{text-align:center;padding:1px 0}
#ft_dark_mobile {position:absolute;right:10px;top:15px;text-align:center;}
#ft_dark_mobile a {color:#ccc}
#ft_dark_mobile a:hover {color:#37b8cd;}
#ft_dark_privacy{position:absolute;right:100px;top:15px;text-align:center;}
#ft_dark_privacy a {color:#ccc;}
#ft_dark_privacy a:hover {color:#37b8cd;}

/*하단 레이아웃 white*/
#ft_white{background:#fff;border-top:1px solid #c9c9c9;}
#ft_white_qnb {height:50px; }
#ft_white_qnb ul {width:1062px; margin:0 auto; padding:15px 0 0 0;}
#ft_white_qnb ul  li {color:#444; float:left;padding-right:10px; font-size:15px}
#ft_white_qnb ul li a {color:#444}

#ft_white_wrap{width:1062px;height:120px;margin:0 auto;padding:20px 0;position:relative;;border-top:1px dotted #999; }
#ft_white_logo{position:absolute;left:1px;top:20px;color:#111; text-align:left;border:0px red;}
#ft_white_copyright{position:absolute;left:240px;top:15px;color:#111; text-align:left;font-size:1.1em;}
#ft_white_copyright p.ft_info{;border-bottom:0px solid #75738c;color:#333;padding:0 0 1px;line-height:30px}
#ft_white_copyright p.ft_copy{text-align:center;color:#333;padding:1px 0}
#ft_white_mobile {position:absolute;right:10px;top:15px;text-align:center;}
#ft_white_privacy{position:absolute;right:100px;top:15px;text-align:center;}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left: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}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -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}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;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}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#0d6fb2;color:#fff;cursor:pointer;border:0;}
.btn_submit:hover {background:#107181;}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa;
}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b01:hover {background:#54598c}
a.btn_b02 {display:inline-block;background:#0d6fb2;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover {background:#107181;}
a.btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover {background:#ebedf6}
a.btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_b05 {display:inline-block;background:#f2f2f2;padding:0 15px;color:#222;text-decoration:none;border:0;vertical-align:middle;border:1px solid #ccc;border-radius:3px;}
a.btn_b05:hover {background:#555;color:#fff;}
a.btn_admin,.btn_admin {display:inline-block;background:#484950;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#0d6fb2}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border-top:2px solid #333;}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;background:#fafafa;height:40px}
.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:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.2em;height:40px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#eff7f8;}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.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;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.2em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;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:40px;}

.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.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{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.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}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;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_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#0d6fb2;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#0d6fb2;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 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 {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background-color:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/*메일인증*/
.rg_em{margin-top:5px}
.rg_em caption{padding:0;font-size:0;line-height:0;overflow:hidden}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio{display:block;margin:5px 0 10px;}
#captcha.m_captcha #captcha_key{margin-left:3px }
#captcha.m_captcha #captcha_reload span{background:none;display:inline}
#captcha.m_captcha  #captcha_reload {position:relative ;width:auto;top:0;left:0;margin:0;padding:0 10px;height:43px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}


/* main-body outline */
#bd1{width:100%;padding:0;background:#fff;}
#bd1_wrap {margin:0 auto;width:1062px;border:0px solid red;}
#bd1_wrap:after {display:block;visibility:hidden;clear:both;content:""}

#bd2{width:100%;background:#fff;}
#bd2_wrap {margin:0 auto;width:1062px;border:0px solid red;}
#bd2_wrap:after {display:block;visibility:hidden;clear:both;content:""}

	#box21 {width:523px; height:310px; background:#fff; float:left; margin-right:16px}
	#box22 {width:523px; height:310px; background:#fff; float:right;}

	#box21b {width:602px; height:310px; background:#fff; float:left; margin-right:40px}
	#box22b {width:420px; height:310px; background:#fff; float:right;}

#bd3{width:100%;}
#bd3_wrap {margin:0 auto;width:1062px;border:0px solid red;}
#bd3_wrap:after {display:block;visibility:hidden;clear:both;content:""}

	#box31{position:relative; width:344px; float:left; border:0px solid red;margin-right:15px;}
	#box32{position:relative; width:344px; float:left; border:0px solid red;margin-right:15px;}
	#box33{position:relative; width:344px; float:right;border:0px solid red}

	#box31b{position:relative; width:348px; height:260px; background:#e3f1fb url("/img/index/icon01.png") center 50px no-repeat; float:left; border:1px solid #dcdcdc;padding:0;margin-right:18px;}
	#box31b:hover{background:#e8f7e0 url("/img/index/icon01.png") center 50px no-repeat;}
	#box32b{position:relative; width:348px; height:260px; background:#e3f1fb url("/img/index/icon02.png") center 50px no-repeat; float:left; border:1px solid #dcdcdc;padding:0;margin-right:18px;}
	#box32b:hover{background:#e8f7e0 url("/img/index/icon02.png") center 50px no-repeat;}
	#box33b{position:relative; width:348px; height:260px; background:#e3f1fb url("/img/index/icon03.png") center 50px no-repeat; float:left; border:1px solid #dcdcdc;padding:0;margin-right:0px;}
	#box33b:hover{background:#e8f7e0 url("/img/index/icon03.png") center 50px no-repeat;}


	#box31c{position:relative; width:348px; height:120px; background:#fff; float:left; border:1px solid #cfc8ca;padding:5px 5px 0 10px;margin-right:18px;}
	#box32c{position:relative; width:348px; height:120px; background:#fff; float:left; border:1px solid #cfc8ca;padding:5px 5px 0 10px;margin-right:18px;}
	#box33c{position:relative; width:348px; height:120px; background:#fff; float:right;border:1px solid #cfc8ca;padding:5px 5px 0 10px;}

	#box31d{position:relative; width:424px; height:240px; float:left; border:1px solid #cfc8ca;padding:0;margin-right:15px;}
	#box32d{position:relative; width:312px; height:240px; background:url('/img/index/b21.jpg') center no-repeat; float:left; border:1px solid #cfc8ca;padding:30px 5px 0 30px;margin-right:15px;}
	#box32d:hover {background:#666;}
	#box33d{position:relative; width:312px; height:240px; background:#fff; float:right;border:1px solid #cfc8ca; padding:10px 0 0 10px;}
	#box33d:hover{};

	#box31e{position:relative; width:440px; height:320px; background:#2c9eaf; float:left; border:1px solid red;margin-right:18px;}
	#box32e{position:relative; width:290px; height:320px; background:#2c9eaf; float:left; border:1px solid blue;margin-right:18px;}
	#box33e{position:relative; width:290px; height:320px; background:#2c9eaf; float:right;border:1px solid red}

#bd4{width:100%;background:#fff;}
#bd4_wrap {margin:0 auto;width:1062px;border:0px solid red;}
#bd4_wrap:after {display:block;visibility:hidden;clear:both;content:""}

	#box41{position:relative; width:255px; height:260px; background:#e3f1fb url("/img/index/icon01.png") center 50px no-repeat; float:left; border:0px solid #dcdcdc;padding:0;margin-right:14px;}
	#box41:hover{background:#dbf1cf url("/img/index/icon01.png") center 50px no-repeat;}
	#box42{position:relative; width:255px; height:260px; background:#e3f1fb url("/img/index/icon02.png") center 50px no-repeat; float:left; border:0px solid #dcdcdc;padding:0;margin-right:14px;}
	#box42:hover{background:#dbf1cf url("/img/index/icon02.png") center 50px no-repeat;}
	#box43{position:relative; width:255px; height:260px; background:#e3f1fb url("/img/index/icon03.png") center 50px no-repeat; float:left; border:0px solid #dcdcdc;padding:0;margin-right:14px;}
	#box43:hover{background:#dbf1cf url("/img/index/icon03.png") center 50px no-repeat;}	
	#box44{position:relative; width:255px; height:260px; background:#fae9e2 url("/img/index/icon04.png") center 50px no-repeat; float:left; border:0px solid #dcdcdc;padding:0;margin-right:0px;}
	#box44:hover{background:#ecd2c8 url("/img/index/icon04.png") center 50px no-repeat;}


	#box41b{position:relative; width:258px; height:220px; background:#f1efed; float:left; border:0px solid #cfc8ca;padding:0;background:url('/img/index/dummy41b.gif') center no-repeat;margin-right:16px;}
	#box41b:hover {background:url('/img/index/dummy41bon.gif') center no-repeat;border:1px solid #378139;}
	#box42b{position:relative; width:258px; height:220px; background:#f1efed; float:left; border:0px solid #cfc8ca;padding:0;background:url('/img/index/b02.jpg') center no-repeat;margin-right:16px;}
	#box42b:hover {background:url('/img/index/b02on.jpg') center no-repeat;border:1px solid #378139;}
	#box43b{position:relative; width:258px; height:220px; background:#f1efed; float:left; border:0px solid #cfc8ca;padding:0;background:url('/img/index/b03.jpg') center no-repeat;margin-right:16px;}
	#box43b:hover {background:url('/img/index/b03on.jpg') center no-repeat;border:1px solid #378139;}
	#box44b{position:relative; width:258px; height:220px; background:#f1efed; float:right;border:0px solid #cfc8ca;padding:0;background:url('/img/index/b04.jpg') center no-repeat;}
	#box44b:hover {background:url('/img/index/b04on.jpg') center no-repeat;border:1px solid #378139;}
	

	#box41c{position:relative; width:372px; height:190px; background:#fff url("/img/index/bar.gif") 0 5px no-repeat;float:left; border:0px solid #dcdcdc;padding:0;margin-right:0px;}

	#box42c{position:relative; width:230px; height:190px; background:#fff url("/img/index/icon01.png") center 10px no-repeat; float:left; border-right:1px solid #dcdcdc;padding:0;}
	#box42c:hover{background: url("/img/index/icon01on.png") center 10px no-repeat;-webkit-box-shadow: 0.8rem 0.8rem 3.8rem rgba(0, 0, 0, 0.08);box-shadow: 0.8rem 0.8rem 3.8rem rgba(0, 0, 0, 0.08);}
	#box43c{position:relative; width:230px; height:190px; background:#fff url("/img/index/icon02.png") center 10px no-repeat; float:left; border-right:1px solid #dcdcdc;padding:0;}
	#box43c:hover{background: url("/img/index/icon02on.png") center 10px no-repeat;-webkit-box-shadow: 0.8rem 0.8rem 3.8rem rgba(0, 0, 0, 0.08);box-shadow: 0.8rem 0.8rem 3.8rem rgba(0, 0, 0, 0.08);}
	#box44c{position:relative; width:230px; height:190px; background:#fff url("/img/index/icon03.png") center 10px no-repeat; float:left; border:0px solid #dcdcdc;padding:0;}
	#box44c:hover{background: url("/img/index/icon03on.png") center 10px no-repeat;-webkit-box-shadow: 0.8rem 0.8rem 3.8rem rgba(0, 0, 0, 0.08);box-shadow: 0.8rem 0.8rem 3.8rem rgba(0, 0, 0, 0.08);}





	#box41d{position:relative; width:424px; height:244px; background:#fff;   float:left; border:1px solid #cfc8ca;padding:30px 5px 0 30px;margin-right:15px;}
	#box42d{position:relative; width:203px; height:244px; background:#246dae url("/img/index/icon05.png") center 70px no-repeat; float:left; border:1px solid #cfc8ca;padding:30px 0px 0 0;margin-right:15px;}
	#box42d:hover{background:#aaa url("/img/index/icon05.png") center 70px no-repeat;}
	#box43d{position:relative; width:203px; height:244px; background:#2c9eaf url('/img/index/icon06.png') center 70px no-repeat; float:left; border:1px solid #cfc8ca;padding:30px 0px 0 0;margin-right:15px;}
	#box43d:hover{background:#aaa url("/img/index/icon06.png") center 70px no-repeat;}
	#box44d{position:relative; width:203px; height:244px; background:#608044 url('/img/index/icon07.png') center 70px no-repeat; float:right;border:1px solid #cfc8ca;padding:30px 0px 0 0;}
	#box44d:hover{background:#aaa url("/img/index/icon07.png") center 70px no-repeat;}
.box_txtbtm {border:0px solid red;width:100%;padding:10px 0;margin-top:178px;text-align:center;background:#000;color:#fff;font-size:20px;font-weight:550;opacity: 0.75;}

#bd5{width:100%;margin:20px auto;padding:20px 0;background:#fff;}
#bd5_wrap {margin:0 auto;padding:0;width:1062px;}
#bd5_wrap:after {display:block;visibility:hidden;clear:both;content:""}
	#box51{position:relative; width:204px; height:260px; background:#e8f7e0 url("/img/index/icon01.png") center 50px no-repeat; float:left; border:0px solid #cfc8ca;padding:0;margin-right:15px;}
	#box51:hover{background:#e3f1fb url("/img/index/icon01.png") center 50px no-repeat;}
	#box52{position:relative; width:204px; height:260px; background:#e8f7e0 url("/img/index/icon02.png") center 50px no-repeat; float:left; border:0px solid #cfc8ca;padding:0;margin-right:15px;}
	#box52:hover{background:#e3f1fb url("/img/index/icon02.png") center 50px no-repeat;}
	#box53{position:relative; width:204px; height:260px; background:#e8f7e0 url("/img/index/icon03.png") center 50px no-repeat; float:left; border:0px solid #cfc8ca;padding:0;margin-right:15px;}
	#box53:hover{background:#e3f1fb url("/img/index/icon03.png") center 50px no-repeat;}
	#box54{position:relative; width:204px; height:260px; background:#e8f7e0 url("/img/index/icon04.png") center 50px no-repeat; float:left; border:0px solid #cfc8ca;padding:0;margin-right:15px;}
	#box54:hover{background:#e3f1fb url("/img/index/icon04.png") center 50px no-repeat;}
	#box55{position:relative; width:204px; height:260px; background:#e8f7e0 url("/img/index/icon05.png") center 50px no-repeat; float:right;border:0px solid #cfc8ca;padding:0;}
	#box55:hover{background:#e3f1fb url("/img/index/icon05.png") center 50px no-repeat;}
    

 /* cs-cneter */
.tit01 {font-size:18px; color:#222;letter-spacing:0.05em;}
.tit01_span {float:right;color:#0d6fb2; font-size:12px;padding-right:10px;padding-top:10px;}
.tit01_line {width:97%;border-bottom:1px solid #0d6fb2;padding-top:5px;}

.tit02 {text-align:center;font-size:20px; color:#222;font-weight:800;letter-spacing:0.05em;padding-top:80px;}
.tit02_span {text-align:center;color:#555; font-size:14px;padding-top:10px;}
.tit02_line {width:97%;border-bottom:1px solid #0d6fb2;padding-top:5px;}

.tit03 {font-size:16px; color:#222;font-weight:800;letter-spacing:0.05em;padding-top:20px;padding-left:0px;}
.tit03_span {color:#222; font-size:18px;font-weight:400;padding-top:15px;}
.tit02_line {width:97%;border-bottom:1px solid #0d6fb2;padding-top:5px;}


.txt_big   {font-size: 45px;font-weight: 700;text-align:center;}
.txt_small {font-size:18px; color:#222; text-align:center; margin:10px 0 25px 0}
.txt_btm   {padding-top:200px;text-align:center;font-size:18px;font-weight:600;color:#333;}

.txt01 {font-size:15px; color:#222; padding-top:15px; line-height:15px}
.txt01_span {color:#0570bb; font-size:25px}
.txt01_small {font-size:13px; color:#888;padding-top:15px;}


.txt02 {font-size:15px; color:#fff; padding-top:15px; line-height:25px}
.txt02_span {color:#fdfdca; font-size:25px}
.txt02_small {font-size:13px; color:#fff;padding-top:15px;}
.txt02_btn {display: inline-block;background:transparent;padding: 8px 20px; font-size:15px;color: #fff;text-decoration: none;border: 1px solid #fff;vertical-align: middle;float:right;}

.tit_span {float:right;color:#0570bb; font-size:12px;padding-top:5px;padding-right:10px;/*첫화면 lastest*/}
.tit_span:hover {color:#eb5cd2}
/***************************** subpage **************************************************************************************************/

/* 1.subtop */
#subtop01 {background:url("/img/sub/subtop01.jpg") no-repeat scroll center bottom 0; height: 280px; width: 100%; margin-top:0px;}
#subtop02 {background:url("/img/sub/subtop02.jpg") no-repeat scroll center bottom 0; height: 280px; width: 100%; margin-top:0px;}
#subtop03 {background:url("/img/sub/subtop03.jpg") no-repeat scroll center bottom 0; height: 280px; width: 100%; margin-top:0px;}
#subtop04 {background:url("/img/sub/subtop04.jpg") no-repeat scroll center bottom 0; height: 280px; width: 100%; margin-top:0px;}
#subtop05 {background:url("/img/sub/subtop05.jpg") no-repeat scroll center bottom 0; height: 280px; width: 100%; margin-top:0px;}
#subtop06 {background:url("/img/sub/subtop06.jpg") no-repeat scroll center bottom 0; height: 280px; width: 100%; margin-top:0px;}
#subtop09 {background:url("/img/sub/subtop09.jpg") no-repeat scroll center bottom 0; height: 280px; width: 100%; margin-top:0px;}
#subtop_wrap {margin: 0 auto;padding: 130px 0 0;width: 1062px; text-align:center}
.subtop_title {color: #fff;font-size: 50px;font-weight: 500;}
.subtop_title::after {background-color: #fff; content: ""; display: block; height: 2px; margin: 30px auto 10px; width: 56px;}

/* 2.sub-menu */
#submenu {width: 100%;height: 50px;background-color: #333333;}
#submenu_wrap {width: 1062px;margin: 0px auto;}
.menulist .home {float: left;width: 50px;display: block;text-align: center;line-height: 50px;border-left: 1px solid #525252;}
.menulist ul li {float: left;}
.menulist ul li:hover a, .menulist ul li.on a {background-color: #0d6fb2; letter-spacing:-0.06em}
.menulist ul li:first-child a {border-left: 1px solid #525252;}
.menulist ul li a {display: block;width: ;height: 50px;line-height: 50px;color: #fff;letter-spacing: 0.25px;font-size: 15px;font-weight: 300;text-align: center; padding:0 15px; letter-spacing:-0.05em;border-right: 1px solid #525252;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.menulist .on {background-color: #0d6fb2; letter-spacing:-0.06em}

/* 3.sub-content 공통*/
#subcon {width:1062px; margin:50px auto 150px auto;background:#fff;font-size:13px;line-height:25px;border-radius:5px;}
#subcon:after {display:block;visibility:hidden;clear:both;content:""}
.subtitle     {margin:10px 0 50px;padding:0 0 60px;background:url('/img/sub/title_bar.gif') no-repeat center bottom;font-size: 40px;font-weight: 400;color: #222;text-align: center;letter-spacing: -0.05em;border:0px solid red;}

.subtxt01 {font-size:32px; color:#333;line-height:2.0em;letter-spacing: -1px}
.subtxt02 {font-size:20px; color:#222;line-height:1.75em;}
.subtxt03 {font-size:15px; color:#555;line-height:1.75em;}

/* */
.box3_tit {font-size:30px}
.box3_txt {font-size:17px; color:#555; margin-top:200px; line-height:25px}
.box3_b1 {width:348px; height:486px; background:#ebebed url('/img/sub/sub41-1.jpg') center no-repeat; float:left; margin-right:18px; margin-bottom:100px;}
.box3_b2 {width:348px; height:486px; background:#ebebed url('/img/sub/sub41-2.jpg') center no-repeat; float:left; margin-right:18px; margin-bottom:100px;}
.box3_b3 {width:346px; height:486px; background:#ebebed url('/img/sub/sub41-3.jpg') center no-repeat; float:right; margin-bottom:100px;}
.box3_b1 ul {padding-top:45px; text-align:center;}
.box3_b2 ul {padding-top:45px; text-align:center;}
.box3_b3 ul {padding-top:45px; text-align:center;}


/* 여기서부터는 각 페이지별 */

/* 인사말 */
.intro {margin-top: 50px;background: url("/img/sub/sub11.png") no-repeat right 160px;border:0px solid red;}
.intro_sign {padding: 30px 0px;width: 320px;margin-right:50px;float: right;background: url("/img/sub/sub11-2.png") no-repeat scroll right 15px;font-size: 16px;font-weight: bold;color: #444;}

/* 오시는 길 */
.findway .title {border-bottom: 1px solid #CFCFCF;padding-left: 15px;background: url("/img/sub/loc_icon.png") no-repeat left 15px;padding-bottom: 15px;font-size: 18px;letter-spacing: -0.35px;color: #333333;margin-top: 50px;margin-bottom: 0;}
.findway p {font-size: 16px;line-height: 40px;letter-spacing: -0.35px;color: #333333;margin-bottom: 150px;margin-top: 20px;}
.findway ul li {font-size: 16px;line-height: 40px;letter-spacing: -0.35px;color: #666666;margin-top: 10px;padding-left:30px;}


/* custom 추가 */

.btn_cate01 {
	background:#d3e3f7;
	border-radius:3px;
	border:0px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:14px;
	padding:10px 0px;
	width:112px;
	text-decoration:none;
}

.btn_cate02 {
	background:#e2efbe;
	border-radius:3px;
	border:0px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:14px;
	padding:10px 0px;
	width:112px;
	text-decoration:none;
}

.btn_cate03 {
	background:#d4d4d4;
	border-radius:3px;
	border:0px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:14px;
	padding:10px 0px;
	width:112px;
	text-decoration:none;
}

.btn_cate04 {
	background:#f8d4df;
	border-radius:3px;
	border:0px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:14px;
	padding:10px 0px;
	width:112px;
	text-decoration:none;
}

.tbl-box4 {display: table;width: 100%;}
.tbl-box4-row {display: table-row;}
.tbl-box4-cell {display: table-cell;padding: 0;height: 100px;}

.section-title {position: relative;width: 45%;padding-bottom: 10px;}
.section-title h2::before {content: "";display: block;position: absolute;top: 40%;left: 0;transform: translateY(-50%);width: 100%;height: 1px;background: #ccc;}
.section-title h2 strong {display: inline-block;position: relative;padding: 0 10px;font-size: 40px;font-weight:800;line-height: 50px;text-transform: uppercase;background: #ebeef3;border-left: 5px solid #0d6fb2;}
.section-title h2 span {display: inline-block;position: absolute;top: 40%;right: 0;transform: translateY(-50%);padding-left: 10px;font-size: 16px;font-weight: 300;background: #ebeef3;}

.section-title2 {position: relative;width: 35%;padding-bottom: 10px;}
.section-title2 h2::before {content: "";display: block;position: absolute;top: 40%;left: 0;transform: translateY(-50%);width: 100%;height: 1px;background: #ccc;}
.section-title2 h2 strong {display: inline-block;position: relative;padding: 0 10px;font-size: 40px;font-weight:800;line-height: 50px;text-transform: uppercase;background: #fff;border-left: 5px solid #0d6fb2;}
.section-title2 h2 span {display: inline-block;position: absolute;top: 40%;right: 0;transform: translateY(-50%);padding-left: 10px;font-size: 16px;font-weight: 300;background: #fff;}

.section-title3 {position: relative;width:50%;padding-bottom: 10px;}
.section-title3 h2::before {content: "";display: block;position: absolute;top: 40%;left: 0;transform: translateY(-50%);width: 100%;height: 1px;background: #ccc;}
.section-title3 h2 strong {display: inline-block;position: relative;padding: 0 10px;font-size: 30px;font-weight:700;line-height: 40px;text-transform: uppercase;background: #fff;border-left: 5px solid #4971b7;}
.section-title3 h2 span {display: inline-block;position: absolute;top: 40%;right: 0;transform: translateY(-50%);padding-left: 10px;font-size: 16px;font-weight: 300;background: #fff;}


.transition {-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear;}

.bo_cate {
	border-radius: 3px;
	border: 0px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #555;
	font-size: 1.2rem;
	padding: 2px 5px;
	text-decoration: none;
	font-family: 'Dotum','돋움';
}
.bo_cate_bgcolor1 {background:#fceeeb;}
.bo_cate_bgcolor2 {background:#d8ebf5;}
.bo_cate_bgcolor3 {background:#e2efbe;}
.bo_cate_bgcolor4 {background:#faf8e2;}
.bo_cate_bgcolor5 {background:#f1ecf9;color:#222;}
.bo_cate_bgcolor6 {background:#e2d3f7;}
.bo_cate_bgcolor7 {background:#d4d4d4;}
.bo_cate_bgcolor8 {background:#a8a8a8;}
.bo_cate_bgcolor9 {background:#bb7afc;}