@charset "utf-8"

@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@font-face { font-family: 'S-CoreDream-3Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-4Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: normal; font-style: normal; }

a {color:#353535;}
.block{display:block;}

/* 추가 부분 */
input[type="checkbox"] {
  transform:scale(1.4, 1.4);
}

input[type="radio"] {
  transform:scale(1.4, 1.4);
}

input[type="radio"],
input[type="checkbox"]{
	cursor:pointer;
}

table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td {
    background-color: rgba(253, 251, 235, 0.86);
    color: #000;
}

.table thead tr{
    background-color: #EAEAEA;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
	padding: 6px 6px;
}

/*
.label {
	padding:4px 7px !important;
	font-size:0.85em;
}
*/

.ui-jqgrid tr.jqgrow td {box-sizing:content-box;}

/* 추가 부분 끝 */


/*------------------------------------- 
  header 
--------------------------------------*/

.logo {margin-top:13px; margin-bottom:8px;padding-left:0;}

.navbar {
    border-radius: 0px !important;
}

.navbar-brand {
	font-family: 'S-CoreDream-4Regular', sans-serif;
	width:180px;
	margin-right:20px;
	padding:5px 3px;
	box-sizing:border-box;
	background:rgba(194, 224, 251, 0.51);
	color:#014886 !important;
	font-weight:normal;
	font-size:1.15em;
	text-align:center;
	height:auto;
	line-height: 39px;
	/*border-radius: 5px;*/
}
.navbar-green{background:#3a79af !important;border-bottom:1px solid #555;}
/*.navbar-green{background:#4b9bb2 !important;}*/

.navbar-green .navbar-nav > li > a{margin-right:22px;color:#fff;font-weight:bold;font-size:1.05em;}
.navbar-green .navbar-nav > li > a:hover,
.navbar-green .navbar-nav > li > a:focus,
.navbar-green .navbar-nav > li.active > a {
	color:#fff; background:#254965;
}

.navbar-green .navbar-nav .dropdown-menu {background-color: rgba(173, 211, 255, 1);border: 1px solid #fff;}
.navbar-green .navbar-nav .dropdown-menu > li > a:hover {background:rgba(81, 141, 194, 1);}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background:#85b8c6}

#header .nav > li > a {
    padding: 15px 11px !important;
	font-family: "S-CoreDream-4Regular" sans-serif !important;
}

.dropdown-menu > li > a {
    font-family: "S-CoreDream-4Regular" sans-serif !important;
}

/* header-quick */
.quick{margin-top:12px;}
.btn_quick{padding:8px 12px;box-sizing:border-box;}
.btn_quick > a{color:#fff;text-decoration:none;}

/*------------------------------------- 
  footer 
--------------------------------------*/
footer {
	margin-top:20px;
	padding:0;
	/*
	border-top:1px solid #dbdbdb;
	color:#999;
	*/
}


/*------------------------------------- 
  sub 
--------------------------------------*/
/* leftmenu */
#left-menu{margin-bottom:0;padding-left:0;}

/*
#left-menu h2 {background:#43aaf9 url('/member/images/bg_lmenu.png') no-repeat;margin:0;height:100px; background:#347ab8; color:#fff;font-size:1.5em;font-weight:bold;line-height:100px;letter-spacing:-1px;text-align:center;border-bottom:2px solid #04e2f1;}
*/
#left-menu h2 {font-family: 'S-CoreDream-4Regular', sans-serif;background:rgba(52, 122, 184, 0.86) url('/member/images/bg_lmenu.png') no-repeat;margin:0;height:65px;color:#fff;font-size:1.23em;font-weight:500;line-height:85px;letter-spacing:-1px;border-radius:5px 5px 0 0;padding-right:10px; text-align:right; border-bottom:3px solid #fff;}

/*#left-menu > ul > li{margin-bottom:1px;}*/

#left-menu > ul > li > a {font-family: 'S-CoreDream-4Regular', sans-serif;display:block;padding:7px 10px; background:#e5e5e5; color:#555; border-radius:0;font-size: 0.98em;}
#left-menu > ul > li > a:hover,
#left-menu > ul > li > a:focus,
#left-menu > ul > li.active > a,
#left-menu > ul > li.active > a:hover,
#left-menu > ul > li.active > a:focus {
	background:#54aeff; 
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#left-menu .nav-stacked > li + li {
	margin:0;
}

/* leftmenu - 2depth */
#left-menu > ul > li > ul {font-family: 'S-CoreDream-4Regular', sans-serif; padding:4px 11px;border:1px solid #ddd;margin-bottom:3px;}
#left-menu > ul > li > ul > li {padding-left:8px;background:url('/member/images/bul_arrow2.gif') 1px 9px no-repeat; list-style:none;letter-spacing:-0.5px;padding-bottom: 4px;padding-top: 4px;}
#left-menu > ul > li > ul > li > a{display:block; line-height:120%;color:#555;text-decoration:none;font-size: 0.95em;}
#left-menu > ul > li > ul > li > a:hover,
#left-menu > ul > li > ul > li > a:focus,
#left-menu > ul > li > ul > li.active > a,
#left-menu > ul > li > ul > li.active > a:hover,
#left-menu > ul > li > ul > li.active > a:focus {color:#980000;font-weight:500; }

.nav-tabs{margin-top:20px;}

.cont_tit{position:relative;margin-bottom:25px;padding-bottom:12px;border-bottom:1px solid #dbdbdb;}
.cont_tit h2{margin:10px 0 0;padding-left:28px;padding-bottom:12px;border-bottom:4px solid #518dc2;background:url('/member/images/bul_cont_tit.gif') left 1px no-repeat;font-size:1.45em;font-weight:bold;letter-spacing:-0.05em;display:inline;}

.cont {line-height:20px; text-align:justify;}
.cont h3 {margin:30px 0 15px;padding-left:22px; background:url('/user/images/bul_circle1.gif') left 3px no-repeat;font-size:1.3em;font-weight:bold;}

/* 	container title */

.contTitle {
	font-family: 'S-CoreDream-4Regular', sans-serif;
	/*background: rgba(81, 141, 194, 0.48) url(/member/images/bg_sl.png);*/
	background: #f5f5f5 url(/member/images/bg_sl.png);
	padding: 8px 10px;
}

.contTitle > .divider{
	display:none;
}
.contTitle > h2{
	font-size:26px;
	display: inline-block;
	color: #555;
	margin-top:0;
	margin-bottom: 0;
	text-shadow: #fff 1px 1px 1px;
}
.contTitle > h2:after {
	display:inline-block; 
	content:""; 
	width:1px; 
	height:24px; 
	margin-left:18px; 
	margin-right:12px; 
	background:#787878; 
	vertical-align:bottom;
}

.location {
	display:inline-block;
}
.location li {
	display:inline-block; 
	padding-right:13px;
	background:url('/user/images/common/bul_arr_location_black.png') right 8px no-repeat; 
	color:#fff;
}
.location li:last-child{
	background:none;
}
.location li a:hover{
	text-decoration:underline
}

.divider {
	width: 40px;
	height: 2px;
	padding: 0;
	margin: 27px auto 34px;
	background: #d9d9d9;
	border: none;
	background: #555;
	fill: #555;
}

/* 	container title  끝 */

.container {word-break:break-all;}

section .container {
	min-height:600px;
}

.img-responsive-u{max-width:100%; height: auto;}

.box01{width:100%; padding:20px 20px 0 20px;border:1px solid #dbdbdb; box-sizing:border-box;}

.ul_list01 {margin-left:12px;padding:0;}
.ul_list01 li{padding-left:12px;background:url('/user/images/bul_dot1.png') left 7px no-repeat;}


#loginbox{margin:200px auto;}
.login h4{font-weight:bold;}
.login dt{font-size:20px;font-weight:bold;color:#0064a3;}
.login dd{margin-top:10px;font-size:13px;}


table > tbody > tr > th{vertical-align:middle !important;}

.th{background:#f5f5f5}

/* 게시판용 */
.board_list{	width:100%;margin-bottom:5px;padding:15px 20px 18px;border:1px solid #e4e4e4;box-sizing:border-box;background:#fff;text-align:left;}
.board_list dt{font-size:1.1em;font-weight:bold; color:#212121;}/*#005FC1*/
.board_list dt > strong{color:#22AD36; font-size:0.9em;}
.board_list dd.list_info{margin-top:8px;font-size:0.9em;font-weight:normal;color:#666;}
.board_list dd.list_info > span{	padding:0 6px 0 3px;border-right:1px solid #e4e4e4;}
.board_list dd.list_info > span:last-child{border-right:none;}
.board_list dd.list_cont{margin-top:8px;font-size:1.1em;	color:#333;	text-align:justify;line-height:140%}


/* 달력 */
.calendar{width:100%;}
.calendar thead th{
	padding:4px !important;
	text-align:center;
	font-weight:bold;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #dbdbdb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}
.calendar tbody td{padding:3px; vertical-align:top !important; }
.calendar tbody td > span{display:block}
.calendar tbody td > span.badge{display:inline-block;background:#ff0000;}
.calendar .sun{color:#ff0000}
.calendar .sat{color:#002aff;}
.calendar .gray{background:#f8f8f8;}
.calendar .panel{margin:8px 0 0;}
.calendar .panel-heading{padding:3px 8px;}
.calendar .panel-body{padding:8px 5px 3px 5px;}
.calendar ul, .calendar ol{padding-left:5px;}
.calendar li{width:auto;}

.cont_wrap{min-height:600px; box-sizing:border-box; color:#444; line-height:160%; text-align:justify;font-family: 'S-CoreDream-4Regular', sans-serif;padding:0 10px; font-size: 15px;}
.cont_wrap h3{position:relative; margin-top:50px; margin-bottom:18px; padding-top:10px; color:#333; font-size:25px; font-weight:500;}
.cont_wrap h3:before{content:''; display:block; position:absolute; left:0; top:0; width:30px; height:5px; border-radius:50px; background:#014099;}
.cont_wrap h3:first-child{margin-top:0;}
.cont_wrap h3 > small{padding-top:12px;}

.oath2 {margin-top:20px; padding:15px 50px 35px 50px; border-style:double; border-color:#dbdbdb;}
.oath2_tit {margin:35px 0 30px 0; font-size:35px; text-align:center;}
/*.oath2_txt {height:260px; margin-top:30px; line-height:25px; position:relative;}*/
.oath2_txt dt {margin-bottom:20px; font-size:15px; text-indent:10px;}
/*.oath2_txt ul {position:absolute; left:480px; top:140px;}*/
.oath2_txt li {font-size:15px;}
.oath2_txt p {clear:both; text-align:center; font-size:18px; font-weight:bold;}
.oath2_txt input {margin-left:40px; vertical-align:middle;}


/* 놀이치료사 선서 */
@media(min-width:1024px){
	.oath{width:100%; max-width:790px; background:url('/user/images/sub/bg_oath.png') repeat-y; font-family:'S-CoreDream-4Regular', sans-serif; color:#333;}
	.oath:before{content:''; display:block; width:790px; height:130px; background:url('/user/images/sub/bg_oath_top.png') no-repeat;}
	.oath:after{content:''; display:block; width:790px; height:130px; background:url('/user/images/sub/bg_oath_bottom.png') no-repeat;}
	.oath > div{padding-left:8rem; padding-right:8rem; box-sizing:border-box;}
	.oath > div > h4{text-align:center; font-size:40px; font-weight:700; font-family:'S-CoreDream-4Regular', sans-serif;}
	.oath > div > p{margin-bottom:40px; padding:30px 0 40px; border-bottom:1px solid #dbdbdb; font-size:1.6rem; font-weight:500; text-align:center; word-break:keep-all;}
	.oath > div > ul{padding:0;}
	.oath > div > ul > li{position:relative; margin-bottom:10px; padding-left:50px; list-style:none;  word-break:keep-all;}
	.oath > div > ul > li:before{position:absolute; left:0; top:0; display:block;}
	.oath > div > ul > li.one:before{content:'하나,';}
	.oath > div > ul > li.two:before{content:'둘,';}
	.oath > div > ul > li.three:before{content:'셋,';}
	.oath > div > ul > li.four:before{content:'넷,';}
	.oath > div > ul > li.five:before{content:'다섯,';}
	.oath > div > ul > li.six:before{content:'여섯,';}
	.oath > div > ul > li.seven:before{content:'일곱,';}
	.oath > div > ul > li.eight:before{content:'여덟,';}
	.oath > div > ul > li.nine:before{content:'아홉,';}
	.oath > div > ul > li.num_one:before{content:'1.';}
	.oath > div > ul > li.num_two:before{content:'2.';}
	.oath > div > ul > li.num_three:before{content:'3.';}
}
@media(max-width:1023px){
	.oath{width:100%; font-family:'S-CoreDream-4Regular', sans-serif;}
	.oath > div{padding:3rem; box-sizing:border-box; border:5px double #787594; color:#333;}
	.oath > div > h4{text-align:center; font-size:3.5rem; font-weight:700; font-family:'S-CoreDream-4Regular', sans-serif;}
	.oath > div > p{margin-bottom:40px; padding:30px 0 40px; border-bottom:1px solid #dbdbdb; font-size:1.6rem; font-weight:500; text-align:center;  word-break:keep-all;}
	.oath > div > ul{padding:0;}
	.oath > div > ul > li{position:relative; padding-left:50px; list-style:none;  word-break:keep-all;}
	.oath > div > ul > li:before{position:absolute; left:0; top:0; display:block;}
	.oath > div > ul > li.one:before{content:'하나,';}
	.oath > div > ul > li.two:before{content:'둘,';}
	.oath > div > ul > li.three:before{content:'셋,';}
	.oath > div > ul > li.four:before{content:'넷,';}
	.oath > div > ul > li.five:before{content:'다섯,';}
	.oath > div > ul > li.six:before{content:'여섯,';}
	.oath > div > ul > li.seven:before{content:'일곱,';}
	.oath > div > ul > li.eight:before{content:'여덟,';}
	.oath > div > ul > li.nine:before{content:'아홉,';}
	.oath > div > ul > li.num_one:before{content:'1.';}
	.oath > div > ul > li.num_two:before{content:'2.';}
	.oath > div > ul > li.num_three:before{content:'3.';}
}


/* 사단법인 한국놀이치료학회 가입 동의서 */
@media(min-width:1024px){
	.agree_sub10_1{width:100%; max-width:790px; background:url('/user/images/sub/bg_oath.png') repeat-y; font-family:'S-CoreDream-4Regular', sans-serif; color:#333;}
	.agree_sub10_1:before{content:''; display:block; width:790px; height:130px; background:url('/user/images/sub/bg_oath_top.png') no-repeat;}
	.agree_sub10_1:after{content:''; display:block; width:790px; height:130px; background:url('/user/images/sub/bg_oath_bottom.png') no-repeat;}
	.agree_sub10_1 > div{padding-left:8rem; padding-right:8rem; box-sizing:border-box;}
	.agree_sub10_1 > div > h4{text-align:center; font-size:40px; font-weight:700; font-family:'S-CoreDream-4Regular', sans-serif;}
	.agree_sub10_1 > div > p{margin-bottom:40px; padding:30px 0 40px; border-bottom:1px solid #dbdbdb; font-size:1.6rem; font-weight:500; text-align:center; word-break:keep-all;}
	.agree_sub10_1 > div > ul{padding:0;}
	.agree_sub10_1 > div > ul > li{position:relative; margin-bottom:10px; padding-left:30px; list-style:none;  word-break:keep-all;}
	.agree_sub10_1 > div > ul > li:before{position:absolute; left:0; top:0; display:block;}
	.agree_sub10_1 > div > ul > li.one:before{content:'하나,';}
	.agree_sub10_1 > div > ul > li.two:before{content:'둘,';}
	.agree_sub10_1 > div > ul > li.three:before{content:'셋,';}
	.agree_sub10_1 > div > ul > li.four:before{content:'넷,';}
	.agree_sub10_1 > div > ul > li.five:before{content:'다섯,';}
	.agree_sub10_1 > div > ul > li.six:before{content:'여섯,';}
	.agree_sub10_1 > div > ul > li.seven:before{content:'일곱,';}
	.agree_sub10_1 > div > ul > li.eight:before{content:'여덟,';}
	.agree_sub10_1 > div > ul > li.nine:before{content:'아홉,';}
	.agree_sub10_1 > div > ul > li.num_one:before{content:'1.';}
	.agree_sub10_1 > div > ul > li.num_two:before{content:'2.';}
	.agree_sub10_1 > div > ul > li.num_three:before{content:'3.';}
}
@media(max-width:1023px){
	.{width:100%; font-family:'S-CoreDream-4Regular', sans-serif;}
	.agree_sub10_1 > div{padding:3rem; box-sizing:border-box; border:5px double #787594; color:#333;}
	.agree_sub10_1 > div > h4{text-align:center; font-size:3.5rem; font-weight:700; font-family:'S-CoreDream-4Regular', sans-serif;}
	.agree_sub10_1 > div > p{margin-bottom:40px; padding:30px 0 40px; border-bottom:1px solid #dbdbdb; font-size:1.6rem; font-weight:500; text-align:center;  word-break:keep-all;}
	.agree_sub10_1 > div > ul{padding:0;}
	.agree_sub10_1 > div > ul > li{position:relative; padding-left:30px; list-style:none;  word-break:keep-all;}
	.agree_sub10_1 > div > ul > li:before{position:absolute; left:0; top:0; display:block;}
	.agree_sub10_1 > div > ul > li.one:before{content:'하나,';}
	.agree_sub10_1 > div > ul > li.two:before{content:'둘,';}
	.agree_sub10_1 > div > ul > li.three:before{content:'셋,';}
	.agree_sub10_1 > div > ul > li.four:before{content:'넷,';}
	.agree_sub10_1 > div > ul > li.five:before{content:'다섯,';}
	.agree_sub10_1 > div > ul > li.six:before{content:'여섯,';}
	.agree_sub10_1 > div > ul > li.seven:before{content:'일곱,';}
	.agree_sub10_1 > div > ul > li.eight:before{content:'여덟,';}
	.agree_sub10_1 > div > ul > li.nine:before{content:'아홉,';}
	.agree_sub10_1 > div > ul > li.num_one:before{content:'1.';}
	.agree_sub10_1 > div > ul > li.num_two:before{content:'2.';}
	.agree_sub10_1 > div > ul > li.num_three:before{content:'3.';}
}



/* 윤리강령 */
.tb_rulelist{width:100%; border:1px solid #dbdbdb; border-top:2px solid #3a79af;}
.tb_rulelist tbody td{padding:20px 40px; background:#f7f7f7;}
.tb_rulelist tbody td:first-child{border-right:1px solid #dbdbdb;}
.tb_rulelist tbody td > a{display:block;}
.tb_rulelist tbody td > a:hover{color:#3a79af;}

.rule > h4{font-size:22px; font-weight:500; color:#000;}
.rule > h5{margin-top:20px;margin-bottom:0px; font-size:15px; font-weight:bold; color:#000;}
.rule > p{margin:3px 0 20px;}

.ol_list02{padding-left:20px;}
.ol_list02 .graybox{width:100%; padding:20px; box-sizing:border-box; background:#f7f7f7;}
.ol_list02 > li{list-style-type: decimal !important;}
.ol_list02 > li.none{padding-left:0 !important; list-style:none;}
.ol_list02 > li > strong{font-weight:500;}
.ol_list02 > li > ul{margin-bottom:15px; padding:0;}
.ol_list02 > li > ul > li{position:relative; padding-left:18px; list-style:none;}
.ol_list02 > li > ul > li.none{padding-left:0 !important;}
.ol_list02 > li > ul > li:before{position:absolute; left:0; top:0; display:block;}
.ol_list02 > li > ul > li.one:before{content:'⑴';}
.ol_list02 > li > ul > li.two:before{content:'⑵';}
.ol_list02 > li > ul > li.three:before{content:'⑶';}
.ol_list02 > li > ul > li.four:before{content:'⑷';}
.ol_list02 > li > ul > li.five:before{content:'⑸';}
.ol_list02 > li > ul > li.six:before{content:'⑹';}
.ol_list02 > li > ul > li.seven:before{content:'⑺';}
.ol_list02 > li > ul > li.eight:before{content:'⑻';}
.ol_list02 > li > ul > li.nine:before{content:'⑼';}
.ol_list02 > li > ul > li.one_o:before{content:'①';}
.ol_list02 > li > ul > li.two_o:before{content:'②';}
.ol_list02 > li > ul > li.three_o:before{content:'③';}
.ol_list02 > li > ul > li.four_o:before{content:'④';}
.ol_list02 > li > ul > li.five_o:before{content:'⑤';}
.ol_list02 > li > ul > li.six_o:before{content:'⑥';}
.ol_list02 > li > ul > li.etc_1:before{content:'※';}
.ol_list02 > li > ul > li > ul{padding:0;}
.ol_list02 > li > ul > li > ul > li{padding-left:15px; background:url('/user/images/common/bul_dot2.png') left 9px no-repeat; list-style:none;}

.ol_list02 > li > ul > li.one_half:before{content:'1)';}
.ol_list02 > li > ul > li.two_half:before{content:'2)';}
.ol_list02 > li > ul > li.three_half:before{content:'3)';}
.ol_list02 > li > ul > li.four_half:before{content:'4)';}
.ol_list02 > li > ul > li.five_half:before{content:'5)';}
.ol_list02 > li > ul > li.six_half:before{content:'6)';}
.ol_list02 > li > ul > li.seven_half:before{content:'7)';}
.ol_list02 > li > ul > li.eight_half:before{content:'8)';}
.ol_list02 > li > ul > li.nine_half:before{content:'9)';}


.ol_list02_1{padding-left:0px;margin-top:5px;}
.ol_list02_1 .graybox{width:100%; padding:20px; box-sizing:border-box; background:#f7f7f7;}
.ol_list02_1 > li{position:relative; padding-left:18px; list-style:none;}
.ol_list02_1 > li.none{padding-left:0 !important;}
.ol_list02_1 > li:before{position:absolute; left:0; top:0; display:block;}
.ol_list02_1 > li.one_o:before{content:'①';}
.ol_list02_1 > li.two_o:before{content:'②';}
.ol_list02_1 > li.three_o:before{content:'③';}
.ol_list02_1 > li.four_o:before{content:'④';}
.ol_list02_1 > li.five_o:before{content:'⑤';}
.ol_list02_1 > li.six_o:before{content:'⑥';}
.ol_list02_1 > li.seven_o:before{content:'⑦';}
.ol_list02_1 > li.eight_o:before{content:'⑧';}
.ol_list02_1 > li.nine_o:before{content:'⑨';}
.ol_list02_1 > li.ten_o:before{content:'⑩ ';}

.ol_list02_2{padding-left:0px;margin-top:0;}
.ol_list02_2 .graybox{width:100%; padding:20px; box-sizing:border-box; background:#f7f7f7;}
.ol_list02_2 > li{position:relative; padding-left:18px; list-style:none;}
.ol_list02_2 > li.none{padding-left:0 !important;}
.ol_list02_2 > li:before{position:absolute; left:0; top:0; display:block;}
.ol_list02_2 > li.one:before{content:'⑴';}
.ol_list02_2 > li.two:before{content:'⑵';}
.ol_list02_2 > li.three:before{content:'⑶';}
.ol_list02_2 > li.four:before{content:'⑷';}
.ol_list02_2 > li.five:before{content:'⑸';}
.ol_list02_2 > li.six:before{content:'⑹';}
.ol_list02_2 > li.seven:before{content:'⑺';}
.ol_list02_2 > li.eight:before{content:'⑻';}
.ol_list02_2 > li.nine:before{content:'⑼';}

.ol_list02_3{padding-left:0px;margin-top:0;margin-bottom:0;}
.ol_list02_3 > li{position:relative; padding-left:50px; list-style:none;}
.ol_list02_3 > li.none{padding-left:0 !important;}
.ol_list02_3 > li:before{position:absolute; left:0; top:0; display:block;}
.ol_list02_3 > li.one:before{content:'첫번째)';}
.ol_list02_3 > li.two:before{content:'두번째)';}

.ol_list02_4{padding-left:0px;margin-top:0;margin-bottom:0;}
.ol_list02_4 .graybox{width:100%; padding:20px; box-sizing:border-box; background:#f7f7f7;}
.ol_list02_4 > li{position:relative; padding-left:18px; list-style:none;}
.ol_list02_4 > li.none{padding-left:0 !important;}
.ol_list02_4 > li:before{position:absolute; left:0; top:0; display:block;}
.ol_list02_4 > li.one:before{content:'1)';}
.ol_list02_4 > li.two:before{content:'2)';}
.ol_list02_4 > li.three:before{content:'3)';}
.ol_list02_4 > li.four:before{content:'4)';}
.ol_list02_4 > li.five:before{content:'5)';}
.ol_list02_4 > li.six:before{content:'6)';}
.ol_list02_4 > li.seven:before{content:'7)';}
.ol_list02_4 > li.eight:before{content:'8)';}
.ol_list02_4 > li.nine:before{content:'9)';}

.d-none > li{background:none !important; list-style:none;}

/* 정관 및 규정 */
.ol_list03{padding-left:20px;}
.ol_list03 .graybox{width:100%; padding:20px; box-sizing:border-box; background:#f7f7f7;}
.ol_list03 > li.none{padding-left:0 !important; list-style:none;}
.ol_list03 > li > strong{font-weight:500;}
.ol_list03 > li > ul{margin-bottom:15px; padding:0;}
.ol_list03 > li > ul > li{position:relative; padding-left:18px; list-style:none;}
.ol_list03 > li > ul > li.none{padding-left:0 !important;}
.ol_list03 > li > ul > li:before{position:absolute; left:0; top:0; display:block;}
.ol_list03 > li > ul > li.one:before{content:'⑴';}
.ol_list03 > li > ul > li.two:before{content:'⑵';}
.ol_list03 > li > ul > li.three:before{content:'⑶';}
.ol_list03 > li > ul > li.four:before{content:'⑷';}
.ol_list03 > li > ul > li.five:before{content:'⑸';}
.ol_list03 > li > ul > li.six:before{content:'⑹';}
.ol_list03 > li > ul > li.seven:before{content:'⑺';}
.ol_list03 > li > ul > li.eight:before{content:'⑻';}
.ol_list03 > li > ul > li.nine:before{content:'⑼';}
.ol_list03 > li > ul > li.o_1:before{content:'①';}
.ol_list03 > li > ul > li.o_2:before{content:'②';}
.ol_list03 > li > ul > li.o_3:before{content:'③';}
.ol_list03 > li > ul > li > ul{padding:0;}

.ol_list03 > li > ul > li.one_half:before{content:'1)';}
.ol_list03 > li > ul > li.two_half:before{content:'2)';}
.ol_list03 > li > ul > li.three_half:before{content:'3)';}
.ol_list03 > li > ul > li.four_half:before{content:'4)';}
.ol_list03 > li > ul > li.five_half:before{content:'5)';}

.ol_list03 > li > ul > li > ul{padding:0;}


.ol_list03_1{padding-left:15px;}
.ol_list03_1 > li{position:relative;margin-left:0; padding-left:18px; list-style:none;}
.ol_list03_1 > li.none{padding-left:0 !important;}
.ol_list03_1 > li:before{position:absolute; left:0; top:0; display:block;}

.ol_list03_1 > li.o_1:before{content:'①';}
.ol_list03_1 > li.o_2:before{content:'②';}
.ol_list03_1 > li.o_3:before{content:'③';}
.ol_list03_1 > li.o_4:before{content:'④';}
.ol_list03_1 > li.o_5:before{content:'⑤';}
.ol_list03_1 > li.o_6:before{content:'⑥';}
.ol_list03_1 > li.o_7:before{content:'⑦';}
.ol_list03_1 > li.o_8:before{content:'⑧';}
.ol_list03_1 > li.o_9:before{content:'⑨';}
.ol_list03_1 > li.o_10:before{content:'⑩';}
.ol_list03_1 > li.o_11:before{content:'⑪';}
.ol_list03_1 > li.o_12:before{content:'⑫';}
.ol_list03_1 > li.o_13:before{content:'⑬';}

 /* 교육전문위원회 규정 */
.ol_list04{padding-left:20px;}
.ol_list04 .graybox{width:100%; padding:20px; box-sizing:border-box; background:#f7f7f7;}
.ol_list04 > li.none{padding-left:0 !important; list-style:none;}
.ol_list04 > li > strong{font-weight:500;}
.ol_list04 > li > ul{margin-bottom:15px; padding:0;}
.ol_list04 > li > ul > li{position:relative; padding-left:18px; list-style:none;}
.ol_list04 > li > ul > li.none{padding-left:0 !important;}
.ol_list04 > li > ul > li:before{position:absolute; left:0; top:0; display:block;}
.ol_list04 > li > ul > li.one:before{content:'1)';}
.ol_list04 > li > ul > li.two:before{content:'2)';}
.ol_list04 > li > ul > li.three:before{content:'3)';}
.ol_list04 > li > ul > li.four:before{content:'4)';}
.ol_list04 > li > ul > li.five:before{content:'5)';}
.ol_list04 > li > ul > li.six:before{content:'6)';}
.ol_list04 > li > ul > li.seven:before{content:'7)';}
.ol_list04 > li > ul > li.eight:before{content:'⑻';}
.ol_list04 > li > ul > li.nine:before{content:'⑼';}
.ol_list04 > li > ul > li.o_1:before{content:'①';}
.ol_list04 > li > ul > li.o_2:before{content:'②';}
.ol_list04 > li > ul > li.o_3:before{content:'③';}
.ol_list04 > li > ul > li.o_4:before{content:'④';}
.ol_list04 > li > ul > li.o_5:before{content:'⑤';}
.ol_list04 > li > ul > li.o_6:before{content:'⑥';}
.ol_list04 > li > ul > li.o_7:before{content:'⑦';}
.ol_list04 > li > ul > li > ul{padding:0;}


.ol_list04_1{padding-left:15px;}
.ol_list04_1 > li{position:relative;margin-left:0; padding-left:18px; list-style:none;}
.ol_list04_1 > li.none{padding-left:0 !important;}
.ol_list04_1 > li:before{position:absolute; left:0; top:0; display:block;}

.ol_list04_1 > li.o_1:before{content:'①';}
.ol_list04_1 > li.o_2:before{content:'②';}
.ol_list04_1 > li.o_3:before{content:'③';}
.ol_list04_1 > li.o_4:before{content:'④';}
.ol_list04_1 > li.o_5:before{content:'⑤';}
.ol_list04_1 > li.o_6:before{content:'⑥';}
.ol_list04_1 > li.o_7:before{content:'⑦';}
.ol_list04_1 > li.o_8:before{content:'⑧';}
.ol_list04_1 > li.o_9:before{content:'⑨';}
.ol_list04_1 > li.o_10:before{content:'⑩';}
.ol_list04_1 > li.o_11:before{content:'⑪';}
.ol_list04_1 > li.o_12:before{content:'⑫';}
.ol_list04_1 > li.o_13:before{content:'⑬';}


/* 사례전문위원회 규정 */
.ol_list05{padding-left:20px;}
.ol_list05 .graybox{width:100%; padding:20px; box-sizing:border-box; background:#f7f7f7;}
.ol_list05 > li.none{padding-left:0 !important; list-style:none;}
.ol_list05 > li > strong{font-weight:500;}
.ol_list05 > li > ul{margin-bottom:15px; padding:0;}
.ol_list05 > li > ul > li{position:relative; padding-left:18px; list-style:none;}
.ol_list05 > li > ul > li.none{padding-left:0 !important;}
.ol_list05 > li > ul > li:before{position:absolute; left:0; top:0; display:block;}
.ol_list05 > li > ul > li.one:before{content:'①';}
.ol_list05 > li > ul > li.two:before{content:'②';}
.ol_list05 > li > ul > li.three:before{content:'③';}
.ol_list05 > li > ul > li.four:before{content:'④';}
.ol_list05 > li > ul > li.five:before{content:'⑤';}
.ol_list05 > li > ul > li.six:before{content:'⑹';}
.ol_list05 > li > ul > li.seven:before{content:'⑺';}
.ol_list05 > li > ul > li.eight:before{content:'⑻';}
.ol_list05 > li > ul > li.nine:before{content:'⑼';}
.ol_list05 > li > ul > li.o_1:before{content:'①';}
.ol_list05 > li > ul > li.o_2:before{content:'②';}
.ol_list05 > li > ul > li.o_3:before{content:'③';}
.ol_list05 > li > ul > li > ul{padding:0;}


.ol_list05_1{padding-left:15px;}
.ol_list05_1 > li{position:relative;margin-left:0; padding-left:18px; list-style:none;}
.ol_list05_1 > li.none{padding-left:0 !important;}
.ol_list05_1 > li:before{position:absolute; left:0; top:0; display:block;}

.ol_list05_1 > li.o_1:before{content:'①';}
.ol_list05_1 > li.o_2:before{content:'②';}
.ol_list05_1 > li.o_3:before{content:'③';}
.ol_list05_1 > li.o_4:before{content:'④';}
.ol_list05_1 > li.o_5:before{content:'⑤';}
.ol_list05_1 > li.o_6:before{content:'⑥';}
.ol_list05_1 > li.o_7:before{content:'⑦';}
.ol_list05_1 > li.o_8:before{content:'⑧';}
.ol_list05_1 > li.o_9:before{content:'⑨';}
.ol_list05_1 > li.o_10:before{content:'⑩';}
.ol_list05_1 > li.o_11:before{content:'⑪';}
.ol_list05_1 > li.o_12:before{content:'⑫';}
.ol_list05_1 > li.o_13:before{content:'⑬';}


/* 자격관리위윈회 규정 */
.ol_list06{padding-left:20px;}
.ol_list06 .graybox{width:100%; padding:20px; box-sizing:border-box; background:#f7f7f7;}
.ol_list06 > li.none{padding-left:0 !important; list-style:none;}
.ol_list06 > li > strong{font-weight:500;}
.ol_list06 > li > ul{margin-bottom:15px; padding:0;}
.ol_list06 > li > ul > li{position:relative; padding-left:18px; list-style:none;}
.ol_list06 > li > ul > li.none{padding-left:0 !important;}
.ol_list06 > li > ul > li:before{position:absolute; left:0; top:0; display:block;}
.ol_list06 > li > ul > li.one:before{content:'1)';}
.ol_list06 > li > ul > li.two:before{content:'2)';}
.ol_list06 > li > ul > li.three:before{content:'3)';}
.ol_list06 > li > ul > li.four:before{content:'4)';}
.ol_list06 > li > ul > li.five:before{content:'5)';}
.ol_list06 > li > ul > li.six:before{content:'⑹';}
.ol_list06 > li > ul > li.seven:before{content:'⑺';}
.ol_list06 > li > ul > li.eight:before{content:'⑻';}
.ol_list06 > li > ul > li.nine:before{content:'⑼';}
.ol_list06 > li > ul > li.o_1:before{content:'①';}
.ol_list06 > li > ul > li.o_2:before{content:'②';}
.ol_list06 > li > ul > li.o_3:before{content:'③';}
.ol_list06 > li > ul > li > ul{padding:0;}


.ol_list06_1{padding-left:15px;}
.ol_list06_1 > li{position:relative;margin-left:0; padding-left:18px; list-style:none;}
.ol_list06_1 > li.none{padding-left:0 !important;}
.ol_list06_1 > li:before{position:absolute; left:0; top:0; display:block;}

.ol_list06_1 > li.o_1:before{content:'①';}
.ol_list06_1 > li.o_2:before{content:'②';}
.ol_list06_1 > li.o_3:before{content:'③';}
.ol_list06_1 > li.o_4:before{content:'④';}
.ol_list06_1 > li.o_5:before{content:'⑤';}
.ol_list06_1 > li.o_6:before{content:'⑥';}
.ol_list06_1 > li.o_7:before{content:'⑦';}
.ol_list06_1 > li.o_8:before{content:'⑧';}
.ol_list06_1 > li.o_9:before{content:'⑨';}
.ol_list06_1 > li.o_10:before{content:'⑩';}
.ol_list06_1 > li.o_11:before{content:'⑪';}
.ol_list06_1 > li.o_12:before{content:'⑫';}
.ol_list06_1 > li.o_13:before{content:'⑬';}

.graybox_only{width:100%; padding:20px; box-sizing:border-box; background:#f7f7f7;}

.underline{padding:0; }
.underline > li{width:100%; padding:6px 15px 2px; border-bottom:1px dashed #dbdbdb; list-style:none}
.underline > li:last-child{border-bottom:none}


.sample_table {
	border-top: 2px solid #000;
}
.sample_table th {
	width: 33.33%;
}
.sample_table th, .sample_table td {
	padding: 10px 0;
	color: #000;
	text-align: center;
	font-size: 13px;
	border-bottom: 1px solid #000;
}

.sample_table th, .sample_table td {
	padding: 10px 0;
	color: #000;
	text-align: center;
	font-size: 13px;
	border-bottom: 1px solid #000;
}


/* 자격증 */
.flowchart{position:relative; margin-bottom:5px;}
.flowchart > i{position:absolute; right:-7px; top:50%; transform:translateY(-50%);}
.flowchart > a > div > .panel-heading{background:#3a79af; color:#fff;}
.tb_flow{width:100%; border-top:2px solid #3a79af; color:#333;}
.tb_flow thead th{padding:5px; border-right:1px solid #dbdbdb; text-align:center; font-weight:500; background:#67a1d2; color:#fff;}
.tb_flow thead th:last-child{border-right:0;}
.tb_flow tbody th{padding:5px; border-right:1px solid #fff; border-bottom:1px solid #fff; text-align:center; font-weight:400; background:#f1f1f1;}
.tb_flow tbody td{padding:5px; border:1px solid #dbdbdb; text-align:center; font-weight:300;}
.ul_list01{padding:0;}
.ul_list01 li{text-align: left;margin-left:10px; padding-left:15px; background:url('/user/images/common/bul_dot.png') left 9px no-repeat; list-style:none;}
.ol_list01{padding-left:20px;}
.ol_list01 li > ul{margin-bottom:10px; padding:0;}
.ol_list01 li > ul > li{padding-left:15px; background:url('/user/images/common/bul_dot.png') left 9px no-repeat; list-style:none;}
.ol_list01 li > .graybox_only > ul{padding:0;font-weight:300;}
.ol_list01 li > .graybox_only > ul > li{padding-left:15px; background:url('/user/images/common/bul_bar.png') left 13px no-repeat; list-style:none;}
.dl_list01 dt{margin:10px 5px; font-weight:400;}
.dl_list01 dd{margin-left:15px; padding-left:10px; background:url('/user/images/common/bul_dot2.png') left 9px no-repeat;}


.flowchart2{position:relative; margin-bottom:5px;}
.flowchart2 > ul{display:flex; justify-content: center; width:100%; padding:0;}
.flowchart2 > ul > li{position:relative; padding:10px; flex-grow: 1; list-style:none}
.flowchart2 > ul.w6 > li{width:16.6%}
.flowchart2 > ul.w7 > li{width:14.28%}
.flowchart2 > ul > li:after{content:''; position:absolute; right:-5px; top:50%; transform:translateY(-50%); display:inline-block; width:9px; height:14px; background:url('/user/images/common/bul_arrow2.png') left center no-repeat; z-index:3}
.flowchart2 > ul > li:last-child:after{display:none;}
.flowchart2 > ul > li.bg{background:#f3f3f3;}
.flowchart2 > ul > li.bg2{background:#eee;}
.flowchart2 > ul > li > .bgt{margin:0 auto; padding:7px 0 0; font-size:13px; text-align:center; color:#666}
.flowchart2 > ul > li > .bgt2{margin-left:-100%; padding:7px 0 0; font-size:13px; text-align:center; color:#666}
.flowchart2 > ul > li > a > .panel{margin-bottom:0;}
.flowchart2 > ul > li > a > div > .panel-heading{background:#3a79af; color:#fff;}
.flowchart2 > ul > li > a > div > .panel-body{min-height:78px; padding:15px 8px;}
.flowchart2 > ul > li > a > div > .panel-footer{padding:5px; background:#f7f7f7; font-size:15px; font-weight:normal;}
@media(max-width:767px){
	.flowchart2 > ul{display:block;}
	.flowchart2 > ul > li:after{transform:rotate(90deg) translateX(-50%); top:100%; right:50%;}
	.flowchart2 > ul.w6 > li, .flowchart2 > ul.w7 > li{width:100%}
	.flowchart2 > ul > li > a > div > .panel-heading{padding:5px; font-size:14px;}
	.flowchart2 > ul > li > a > div > .panel-body{min-height:1px; padding:5px;}
	.flowchart2 > ul > li > .bgt2{margin-left:0;}
}



.flowchart3{position:relative; margin-bottom:5px;}
.flowchart3 > ul{display:flex; justify-content: center; width:100%; padding:0;}
.flowchart3 > ul > li{position:relative; width:14%; padding:5px; flex-grow: 1; list-style:none}
.flowchart3 > ul > li:after{content:''; position:absolute; right:-5px; top:50%; transform:translateY(-50%); display:inline-block; width:9px; height:14px; background:url('/user/images/common/bul_arrow2.png') left center no-repeat; z-index:3}
.flowchart3 > ul > li:nth-of-type(2){width:30%; flex-grow: 2;}
.flowchart3 > ul > li > a{margin-bottom:5px;}
.flowchart3 > ul > li > a:after{content:''; display:block; clear:both;}
.flowchart3 > ul > li > a > .panel > .panel-body{display:flex; align-items: center; justify-content: center}
.flowchart3 > ul > li > a > div.w2{float:left; width:calc(50% - 5px);}
.flowchart3 > ul > li > a > div.w3{float:left; width:calc(33% - 5px);}
.flowchart3 > ul > li:nth-of-type(2) > a > div:first-child > .panel-body{min-height:40px}
.flowchart3 > ul > li > a > div:nth-of-type(2) > .panel-body{min-height:40px}
.flowchart3 > ul > li > a > div:nth-of-type(3) > .panel-body{min-height:68px}
.flowchart3 > ul > li > a > div:nth-of-type(2) > .panel-body:after{content:''; position:absolute; right:-11px; top:50%; transform:translateY(-50%); display:inline-block; width:9px; height:14px; background:url('/user/images/common/bul_arrow2.png') left center no-repeat; z-index:3}
.flowchart3 > ul > li:last-child > a > div > .panel-body:after{display:none;}
.flowchart3 > ul > li:last-child:after{display:none;}
.flowchart3 .panel{margin-bottom:8px;}
.flowchart3 > ul > li > a > div > .panel-heading{background:#3a79af; color:#fff;}
.flowchart3 > ul > li > a > div > .panel-body{position:relative; min-height:158px; padding:15px 8px; line-height:1.3;}
.flowchart3 > ul > li > a > div > .panel-footer{padding:5px; background:#f7f7f7; font-size:15px; font-weight:normal;line-height:1.3;}
@media(max-width:991px){
	.flowchart3 > ul{display:block;}
	.flowchart3 > ul > li{width:100%}
	.flowchart3 > ul > li > a > div{width:100%}
	.flowchart3 > ul > li:nth-of-type(2){width:100%}
	.flowchart3 > ul > li:after{transform:rotate(90deg) translate(-100%, -50%); top:100%; right:50%;}
	.flowchart3 > ul > li:last-child:after{display:none;}
	.flowchart3 > ul > li > a > div > .panel-heading{padding:5px; font-size:14px;}
	.flowchart3 > ul > li > a > div > .panel-body{min-height:1px !important; padding:5px;}

}

.flowchart4{position:relative; margin-bottom:5px;}
.flowchart4 > ul{display:flex; justify-content: center; width:100%; padding:0;}
.flowchart4 > ul > li{position:relative; padding:10px; flex-grow: 1; list-style:none}
.flowchart4 > ul.w5 > li{width:20%}
.flowchart4 > ul > li:after{content:''; position:absolute; right:-5px; top:55%; /*transform:translateY(-50%);*/ display:inline-block; width:9px; height:14px; background:url('/user/images/common/bul_arrow2.png') left center no-repeat; z-index:3}
.flowchart4 > ul > li:last-child:after{display:none;}
.flowchart4 > ul > li > a > div > .panel-heading{background:#3a79af; color:#fff;}
.flowchart4 > ul > li > a > div > .panel-body{min-height:165px; padding:15px;}
.flowchart4 > ul > li > a > div > .panel-footer{padding:5px; background:#f7f7f7; font-size:15px; font-weight:normal;}
.flowchart4 > ul > li > a > .panel > .panel-body{display:flex; align-items: center; justify-content: center; flex-grow: 1;}
@media(max-width:991px){
	.flowchart4 > ul{display:block;}
	.flowchart4 > ul > li:after{transform:rotate(90deg) translateX(-50%); top:100%; right:50%;}
	.flowchart4 > ul.w5 > li{width:100%}
	.flowchart4 > ul > li > a > div > .panel-heading{padding:5px; font-size:14px;}
	.flowchart4 > ul > li > a > div > .panel-body{min-height:1px; padding:5px;}
	.flowchart4 > ul > li > a > .panel > .panel-body{display:block;}
}


.flowchart5{position:relative; margin-bottom:5px;}
.flowchart5 > ul{display:flex; justify-content: center; width:100%; padding:0;}
.flowchart5 > ul > li{position:relative; width:14%; padding:5px; flex-grow: 1; list-style:none}
.flowchart5 > ul > li:after{content:''; position:absolute; right:-5px; top:50%; transform:translateY(-50%); display:inline-block; width:9px; height:14px; background:url('/user/images/common/bul_arrow2.png') left center no-repeat; z-index:3}
.flowchart5 > ul > li:first-child{width:30%;}
.flowchart5 > ul > li > a{margin-bottom:5px;}
.flowchart5 > ul > li > a:after{content:''; display:block; clear:both;}
.flowchart5 > ul > li > a > .panel > .panel-body{display:flex; align-items: center; justify-content: center}
.flowchart5 > ul > li > a > div.w2{float:left; width:calc(50% - 5px);}
.flowchart5 > ul > li > a > div.w3{float:left; width:calc(33% - 5px);}
.flowchart5 > ul > li > a > div > .panel-body{min-height:68px}
.flowchart5 > ul > li:last-child > a > div > .panel-body:after{display:none;}
.flowchart5 > ul > li:last-child:after{display:none;}
.flowchart5 .panel{margin-bottom:8px;}
.flowchart5 > ul > li > a > div > .panel-heading{background:#3a79af; color:#fff;}
.flowchart5 > ul > li > a > div > .panel-body{position:relative; min-height:193px; padding:15px 8px; line-height:1.3; word-break:keep-all}
.flowchart5 > ul > li > a > div > .panel-footer{padding:5px; background:#f7f7f7; font-size:15px; font-weight:normal;line-height:1.3;}
.flowchart5 > ul > li:first-child > a > div > .panel-body{min-height:69px;}


@media(max-width:991px){
	.flowchart5 > ul{display:block;}
	.flowchart5 > ul > li{width:100% !important}
	.flowchart5 > ul > li > a > div{width:100%}
	.flowchart5 > ul > li:after{transform:rotate(90deg) translate(-100%, -50%); top:100%; right:50%;}
	.flowchart5 > ul > li:last-child:after{display:none;}
	.flowchart5 > ul > li > a > div > .panel-heading{padding:5px; font-size:14px;}
	.flowchart5 > ul > li > a > div > .panel-body{min-height:1px !important; padding:5px;}

}



.star{padding-left:15px; background:url('/user/images/common/bul_star.png') left 8px no-repeat;}
.starb{margin:0; padding-left:15px; background:url('/user/images/common/bul_star-b.png') left 7px no-repeat;}

.clear{background:none;}

 @media(min-width:481px){
	.mo{display:none;}
	.flowchart > i{display:block;}
}
@media(max-width:480px){
	.mo{display:block; text-align:center;}
	.flowchart > i{display:none;}
}

	/* 페이지 제목
	------------------------------------------------------ */
	#pageTitle { 
		font-family: 'S-CoreDream-4Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		color:#31708f;
		font-size:1.5em;
		padding:11px 0 8px 0;
		/*background-color:#F6F6F6;*/
		border:#31708f 1px solid;
		border-bottom:#31708f 5px solid;
		border-radius:7px;
		/*border-top-right-radius:10px;*/

	}

/* 게시판 - faq
	------------------------------------------------------ */


	#faq-content dl { 
		padding:0;
		margin:0;
	}

	#faq-content > dl { 
		font-size:1.05em;
	}

	#faq-content dl > dd { 
		margin-left:18px;
	}

	#faq-content dl > dd > dl > dt { 
		font-weight:normal;
		float:left;
	}

	#faq-content dl > dd > dl > dd { 
		margin-left:18px;
	}

	#faq-content dl > dd > dl > dd > dl > dt{ 
		font-weight:normal;
		float:left;
	}
	
	#faq-content dl > dd > dl > dd > dl > dd{ 
		margin-left:25px;
	}


	.form-group > input[type="checkbox"] {
		display: none;
	}

	.form-group input[type="checkbox"] + .btn-group > label span {
		width: 20px;
	}

	.form-group input[type="checkbox"] + .btn-group > label span:first-child {
		display: none;
	}
	.form-group input[type="checkbox"] + .btn-group > label span:last-child {
		display: inline-block;   
	}

	.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
		display: inline-block;
	}
	.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
		display: none;   
	}

	#board-tab .nav-pills > li.active > a, #board-tab .nav-pills > li.active > a:hover, #board-tab .nav-pills > li.active > a:focus{
		background-color : #555;
	}

	#board-tab .nav-pills > li > a{  /* 탭 폰트 모양 및 여백 */
		font-size: 1.15em;
		font-weight:bold;
		min-height: 30px;
		vertical-align:middle !important;
		text-align:center !important;
		padding:10px 20px 9px !important;
		margin-top:10px;
		margin-bottom:5px;
		background-color : #EAEAEA;
		border-radius: 0;
	}

/*------------------------------------- 
  미디어쿼리 
--------------------------------------*/

@media (max-width:480px) {
	.contTitle > .divider{display:block; height:1px; margin:10px auto 12px;color:#787878;}
	.contTitle > h2{margin-bottom: 0;}
	.contTitle > h2:after {display:none;}
	.location {width:100%;}
}

@media (max-width: 767px) { /* 모바일 */

	/*.quick{display:none;}*/
	.quick {margin-bottom:10px;}
	.logo, .btnTopLogout{display:none;}
	.navbar-toggle {background:#75b1e6;}
	.navbar-toggle .icon-bar{background:#fff;}
	.navbar-brand{font-size:1.3em;}

	#idGrid { /* 임시 그리드 */
		display: block !important;
	}
	#left-menu { /* 왼쪽 메뉴 */
		display: none !important;
	}

	/* 모바일, 모바일 외 */
	.article-mobile {display:inline !important;}
	.article-not-mobile {display:none !important;}
	.article-mobile-calendar{display:block;}
	.article-not-mobile-calendar{display:none;}

	.cont_tit .local{padding-bottom:8px;color:#999;}

	span.check_radio{display:block; margin-bottom:5px;}

	footer > div > div > div > strong{display:block;margin-bottom:10px;}

	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

	.table-responsive > .tb_flow {
		margin-bottom: 0;
	}
	.table-responsive > .tb_flow > thead > tr > th,
	.table-responsive > .tb_flow > tbody > tr > th,
	.table-responsive > .tb_flow > tfoot > tr > th,
	.table-responsive > .tb_flow > thead > tr > td,
	.table-responsive > .tb_flow > tbody > tr > td,
	.table-responsive > .tb_flow > tfoot > tr > td {
		white-space: nowrap;
	}

}

@media (min-width: 768px) and (max-width: 991px) { /* 테블릿 */
    
	.quick {margin-bottom:10px;}

	ul.nav li.dropdown:hover > ul.dropdown-menu{     
		display: block;     
		margin: 0; 
	}

	#idGrid { /* 임시 그리드 */
		display: block !important;
	}
	#left-menu { /* 왼쪽 메뉴 */
		display: none !important;
	}

	/* 모바일, 모바일 외 */
	.article-mobile {display:none !important;}
	.article-not-mobile {display:inline !important;}
	.cont_tit .local{position:absolute; bottom:5px;right:0;padding-left:13px;color:#999;}

	/*.panel{font-size:1.2em;}*/

	/*.navbar-brand{display:none;}*/

}

@media (min-width: 768px) and (max-width: 1199px) {	 /* 테블릿 */
	ul.nav li.dropdown:hover > ul.dropdown-menu{     
		display: block;     
		margin: 0; 
	}
		
	.mainInfo{display:none;}
	/*.navbar-brand{display:none;}*/

	/* 모바일, 모바일 외 */
	.article-mobile {display:none !important;}
	.article-not-mobile {display:inline !important;}
	.article-mobile-calendar{display:none;}
	.article-not-mobile-calendar{display:block;}
	
	.cont_tit .local{position:absolute; bottom:5px;right:0;padding-left:13px;color:#999;}

}

@media (min-width: 1200px) {  /* PC */

	ul.nav li.dropdown:hover > ul.dropdown-menu{     
		display: block;     
		margin: 0; 
	}
	
	.mainInfo{display:none;}
	/*.navbar-brand{display:none;}*/

	#idGrid { /* 임시 그리드 */
		display: none; !important; 
	}

	/* 모바일, 모바일 외 */
	.article-mobile {display:none !important;}
	.article-not-mobile {display:inline !important;}
	.article-mobile-calendar{display:none;}
	.article-not-mobile-calendar{display:block;}

	.cont_tit .local{position:absolute; bottom:5px;right:0;padding-left:13px;color:#999;}
}






.quote{padding:0; list-style:none}
.quote > li{margin-left:30px; text-indent:-30px}
.ul_list02{padding:0;}
.ul_list02 li{margin-left:10px; padding-left:15px; background:url('/user/images/common/bul_bar.png') left 13px no-repeat; list-style:none;}
.h6{margin-top:30px; font-size:16px}
.offset-top-10{margin-top:10px}

.tabs ul{display:table; table-layout:fixed; width:100%; padding:0; margin-bottom:30px;}
.tabs ul li{display:table-cell; margin-left:-1px; font-size:16px; text-align:center;}
.tabs ul li a{position:relative; display:block; padding:16px 5px;; border:1px solid #d9d9d9; transition: all 0.3s;border-radius: 4px;letter-spacing: -1px; vertical-align:middle;background-color: #f5f5f5;}
.tabs ul li.on a{background:#0287c7 url('https://kapc.or.kr/user/images/sub/bg_sl.png') repeat-x; font-size:16px; font-weight:bold; color:#fff;border-radius: 4px; border:1px solid #0287c7; letter-spacing: -1px;}
.tabs ul li.on a:after{content:''; display:block; position:absolute; left:50%; bottom:-10px; margin-left:-10px; width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-top:10px solid #0287c7;}
.mtabs li a{display:table-cell; display:block; min-height:80px; vertical-align:middle !important;}


.blind, legend, hr{display:block; position:absolute; top:0; left:-1000em; width:1px; height:1px; margin:-1px; overflow:hidden;}
.chemi-btn {display: inline-block; width: 35px; height: 35px; background: url('/user/images/sub/bg_chemistry_off.png') no-repeat; background-size: 35px;}
.chemi-btn.on {background-image: url('/user/images/sub/bg_chemistry_on.png');}



.tb-list{width:100%; margin-left:-1px; border-top:2px solid #4b4b4b;}
.tb-list thead th{background:#f1f1f1; padding:12px 10px; border:1px solid #e0e1e3; text-align:center; font-weight:700;}
.tb-list tbody th{padding:10px 15px; border:1px solid #e0e1e3; background:#fafafa; text-align:center;}
.tb-list tbody td{padding:10px 15px; border:1px solid #e0e1e3; text-align:left;}

@media all and (max-width:768px){
	.tb-list th, .tb-list td {font-size:14px;}
}


ul{margin:0; padding:0;}
.ul-list01 > li{padding-left:12px; background:url('/member/images/bul_dot1.png') left 9px no-repeat; word-break:keep-all;}
.ul-list02 > li{margin-bottom:8px; padding-left:10px; background:url('/user/images/common/bul_dot2.png') left 12px no-repeat; word-break:keep-all; line-height:1.4}
.ul-list03 > li{margin-bottom:3px; padding-left:10px; background:url('/user/images/common/bul_bar2.png') left 12px no-repeat; word-break:keep-all;}


.rules > *{color:#444}
.rules > h3{font-size:28px; letter-spacing:-1px; font-weight:500; color:#212121; word-break:keep-all; background:none}
.rules > h3:before{display:none}
.rules > h5{margin:55px 0 25px; padding:13px 0 14px; text-align:center; font-size:17px; letter-spacing:-1px; font-family:'S-CoreDream-5Medium'; border-top:1px solid #333; border-bottom:1px solid #333; color:#333}
.rules > dl > dt{margin-top:20px; font-weight:600;}
.rules > dl > dd > ol{margin-left:6px; padding-left:18px;}
.rules > dl > dd > ol > li{list-style-type:decimal}
.rules > ol > li{list-style-type:decimal; }
.num-c, .num-b, .txt-k{margin-bottom:8px;}
.num-c > li{position:relative; padding-left:18px;}
.num-c > li:before{position:absolute; left:0; top:0; display:block;}
.num-c > li:nth-of-type(1):before{content:'① ';}
.num-c > li:nth-of-type(2):before{content:'② ';}
.num-c > li:nth-of-type(3):before{content:'③ ';}
.num-c > li:nth-of-type(4):before{content:'④ ';}
.num-c > li:nth-of-type(5):before{content:'⑤ ';}
.num-c > li:nth-of-type(6):before{content:'⑥ ';}
.num-c > li:nth-of-type(7):before{content:'⑦ ';}
.num-c > li:nth-of-type(8):before{content:'⑧ ';}
.num-c > li:nth-of-type(9):before{content:'⑨ ';}
.num-c > li:nth-of-type(10):before{content:'⑩ ';}
.num-c > li:nth-of-type(11):before{content:'⑪ ';}
.num-c > li:nth-of-type(12):before{content:'⑫ ';}
.num-c > li:nth-of-type(13):before{content:'⑬ ';}
.num-c > li:nth-of-type(14):before{content:'⑭ ';}
.num-c > li:nth-of-type(15):before{content:'⑮ ';}
.num-b > li{position:relative; padding-left:18px;}
.num-b > li:before{position:absolute; left:0; top:0; display:block;}
.num-b > li:nth-of-type(1):before{content:'⑴ ';}
.num-b > li:nth-of-type(2):before{content:'⑵ ';}
.num-b > li:nth-of-type(3):before{content:'⑶ ';}
.num-b > li:nth-of-type(4):before{content:'⑷ ';}
.num-b > li:nth-of-type(5):before{content:'⑸ ';}
.num-b > li:nth-of-type(6):before{content:'⑹ ';}
.num-b > li:nth-of-type(7):before{content:'⑺ ';}
.num-b > li:nth-of-type(8):before{content:'⑻ ';}
.num-b > li:nth-of-type(9):before{content:'⑼ ';}
.num-b > li:nth-of-type(10):before{content:'⑽ ';}
.num-b > li:nth-of-type(11):before{content:'⑾ ';}
.num-b > li:nth-of-type(12):before{content:'⑿ ';}
.num-b > li:nth-of-type(13):before{content:'⒀ ';}
.num-b > li:nth-of-type(14):before{content:'⒁ ';}
.num-b > li:nth-of-type(15):before{content:'⒂ ';}
.txt-k > li{position:relative; padding-left:24px;}
.txt-k > li:before{position:absolute; left:0; top:0; display:block;}
.txt-k > li:nth-of-type(1):before{content:'가. ';}
.txt-k > li:nth-of-type(2):before{content:'나. ';}
.txt-k > li:nth-of-type(3):before{content:'다. ';}
.txt-k > li:nth-of-type(4):before{content:'라. ';}
.txt-k > li:nth-of-type(5):before{content:'마. ';}
.txt-k > li:nth-of-type(6):before{content:'바. ';}
.txt-k > li:nth-of-type(7):before{content:'사. ';}
.txt-k > li:nth-of-type(8):before{content:'아. ';}
.txt-k > li:nth-of-type(9):before{content:'자. ';}
.txt-k > li:nth-of-type(10):before{content:'차. ';}
.txt-k > li:nth-of-type(11):before{content:'카. ';}
.txt-k > li:nth-of-type(12):before{content:'타. ';}
.txt-k > li:nth-of-type(13):before{content:'파. ';}
.txt-k > li:nth-of-type(14):before{content:'하. ';}

.tb-list2{width:100%; border-top:2px solid #333;}
.tb-list2 thead th{padding:8px 5px; border:1px solid #dbdbdb; background-color:#f2f2f2; color:#333; text-align:center;font-size:14px;}
.tb-list2 tbody th{padding:8px 5px; border:1px solid #dbdbdb; word-break:keep-all;background:#f9fafc; text-align:center; color:#333; font-size:14px;}
.tb-list2 tbody td{padding:8px 5px; border:1px solid #dbdbdb; word-break:keep-all;color:#333; text-align:center; font-size:14px;}

.text-indent{text-indent:-18px}
.ul-list04 > li{padding-left:12px; background:url('../images/common/bul_bar.png') left 15px no-repeat; word-break:keep-all;}
.box01{display:block; width:100%; margin:10px 0; padding:20px 30px 20px 50px; border:1px solid #f3f3f3; background:#fcfcfc}

/*------------------------------------- 
  약관동의 및 실명인증		 20260402 추가
--------------------------------------*/
.agree-list{font-size:15px;}
.agree-list > dt{margin-top:20px; font-weight:500;}
.agree-list > dt:first-child{margin-top:0;}
.agree-list > dd > ol > li{position:relative; padding-left:18px; list-style:none;  word-break:keep-all;}
.agree-list > dd > ol > li:before{position:absolute; left:0; top:0; display:block;}
.agree-list > dd > ol > li > ul > li{position:relative; padding-left:18px; list-style:none;  word-break:keep-all;}
.agree-list > dd > ol > li > ul > li:before{position:absolute; left:0; top:0; display:block;}


#agree-content > h3 {margin:20px 0 10px; font-size:18px; color:#9a0833; letter-spacing:-0.5px;}
#agree-content .agree-txt{ 
	width:100%;
	height:200px;
	overflow:auto;
	padding:15px;
	border:#ddd 1px solid;
	border-top-left-radius:5px;
	border-top-right-radius:5px;	
}
#agree-content .agree-name{ 
	width:100%;
	padding:5px 15px 10px 15px;
	border:#ddd 1px solid;
	background-color: #f5f5f5;
	text-align:center;
	border-radius:5px;
	border-radius:5px;
}
#agree-content .agree-name .navbar-form { 
	border:none;
	box-shadow: none;
}
#agree-content .agree-name .navbar-form { 
	padding:0;
	margin:0;
}
#agree-content .check { 
	height:35px;
	width:100%;
	border:#ddd 1px solid;
	background-color:#F6F6F6;
	text-align:right;
	padding-right:20px;	
}
#agree-content .check label { 
	line-height:32px;
}
#agree-content .agree-name .input-group-addon{ 
	min-width:80px;
}
