/****************
* html5 css초기화 *
*****************/
html,body,h1,h2,h3,h4,h5,h6,div,span,p,strong,em,button,ul,ol,li,dl,dt,dd,a,form,fieldset,input,textarea,table,thead,tbody,tfoot,th,tr,tdheader,footer,nav,section,aside{margin:0;padding:0;font-style:normal}
header,footer,section,article,aside,nav {display:block}
html,body {height:100%}
body{
	/*font-family:"Malgun Gothic", dotum, sans-serif;*/
	font-family:'noto3', sans-serif;
	font-weight:100;
	background-color:#fff;
	color:#333;
	font-size:14px;
	line-height:1.6em;
	letter-spacing:-.5px;
	min-width:1200px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
button{font-family:dotum, sans-serif;background:none;border:none}
fieldset,img,input,textarea {border:none}
a:link,a:visited,a:hover,a:active {text-decoration:none;color:inherit}
ul,ol {list-style-type:none}
address,cite {font-style:normal}
img,input,select {vertical-align:middle}
table {border-collapse:collapse;border-spacing:0;width:100%;}
.clear-after:after{clear:both; content:""; display:table;}
.clear-before:before{clear:both; content:""; display:table;}
.pull-left{float:left;}
.pull-right{float:right;}
.pull-over{overflow:hidden;}
.text-center {text-align:center !important}
.text-left {text-align:left !important}
.text-right {text-align:right !important}
.text-dot {
	position:relative;
	padding-left:10px;
}

.text-dot:after{
    position: absolute;
    left: 0;
    top: 0;
    content: 'ㆍ';
    font-size: 8px;
}

.displaynone {
	display:none;
}
.list-etc > li,
.list-etc-li{position:relative; padding-left:1.5em;  margin-bottom:6px}
.list-etc > li:before,
.list-etc-li:before{content:'\203B'; display:block; position:absolute; left:0}

.list-dash > li{position:relative; padding-left:12px; margin-bottom:6px}
.list-dash > li:before{content:'\2013'; display:block; position:absolute; left:0}
.list-dot > li{position:relative;padding-left:10px;margin-bottom: 2px;}
.list-dot > li:before{content:'\00B7'; display:block; position:absolute; left:0}
.list-dot > li.no_dot{
	padding:0;
	font-weight: 600;
}
.list-dot > li.no_dot:before{
	display: none;
}
body{
	min-width:auto !important;
}
.apply-popup .apply-popup-head {
    display: block;
    padding-left:22px;
    box-sizing:border-box;
    font-family: 'noto5';
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    width: 100%;
}
.item-container{
	width:830px;
	margin:0 auto;
	position:relative;
	padding-bottom:50px;
	font-family: 'noto3';
	color: #48515d;
}
.item-container .contents-title{
	height:auto;
    width: auto;
	border-bottom:none;
	margin-bottom:auto;
}
.item-container h2.item-title{
	width: 100%;
    height: 60px;
    line-height: 60px;
    font-family: 'noto5';
    font-size: 20px;
    letter-spacing: -1px;
    color: #313d4c;
    border-bottom: 2px solid #474747;
	padding-top:0
}
.item-container .class_type {
	width: 100%;
	height: 105px;
	background: #313d4c;
	padding: 17px;
	color: #ffffff;
	box-sizing: border-box;
}
.item-container .class_type > p {
	font-size:17px;
	margin-bottom:10px;
}
 .item-container .class_type .listdown_selected{
	height: 36px;
 	background:#ffffff;
 	position:relative;
 	color: #000000;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom:0;
    line-height: 36px;
    box-sizing: border-box;
 }
 .item-container .class_type .listdown_selected::before{
	position:absolute;
	right: 14px;
	top: 1px;
	content: '▼';
	font-size:11px;
	color: #000000;
}
.item-container .class_type  > ul,
 .item-container .class_type .listdown_selected {
	position:relative;
	width:50%;
	overflow:hidden;
	border: 1px solid #000000;
	box-sizing: border-box;
	font-family:'noto5';
	font-weight:100;
}
 .item-container .class_type .listdown_selected:hover{
	background: #eaedf2;
 }
.listdown_selected.list_down_no:before{
	display:none;
}
.item-container .class_type  > ul{
	display:none;
}
.item-container .class_type  > ul.on{
	height:auto;
	z-index:99;
	position:relative;
}
.item-container .class_type  > ul li {
	background: #ffffff;
	color: #000000;
	width: 100% !important;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	display:none;
	clear: both;
}
.item-container .class_type  > ul li a{
	display: block;
	height: 100%;
	padding: 0px 12px;
	font-family: 'noto3';
}
.item-container .class_type  > ul li a:hover{
	background:#eaedf2;
}
.item-container .class_type  > ul.on li{
	display:block;
}
.item-container .class_type  > ul li.on{
	display:block;
	font-family:'noto5';
}
.item-container .item-info{
	width:100%;
	height: auto;
	margin-top:15px;
	padding-bottom:15px;
	border-bottom:2px solid #474747;
	position:relative;
}
.item-container .item-info .item-table{
	width: 100%;
	height: auto;
	position:relative;
}
.item-container .item-info .item-table .item-info-more{
    width: 100%;
    /* margin-top: 14px; */
    margin: 14px auto 15px;
    border-bottom: 1px dashed #999999;
    padding-bottom: 10px;
}
.item-container .item-info .item-table .item-info-more .item-row{
	width:100%;
    padding: 4px 0 4px;
}
.item-container .item-info .item-table .item-info-more .item-row.not-border{
	border-bottom:none;
}
.item-container .item-info .item-table .item-info-more .item-row .item-cell{
	font-size:13px;
	font-weight:100;
	font-family: 'noto5';
}
.item-container .item-info .item-table .item-info-more a.all-degree{
	position:relative;
	width:84px;
	height:22px;
	line-height:22px;
	color:#FFF;
	font-family:'noto3';
	text-align:left;
	font-weight:100;
	background: #44929f;
	font-size:12px;
	display:inline-block;
	margin-left:10px;
	padding-left:14px;
	box-sizing:border-box;
}
.item-container .item-info .item-table .item-info-more a.all-degree:hover{
	text-decoration:none;
}
.item-container .item-info .item-table .item-info-more .item-row:after{
	content:'';
	display:table;
	clear:both;
}
.item-container .item-info .item-table .item-info-more .item-row .item-cell.th,
.item-container .item-info .item-table .item-info-more .item-row .item-cell.td{
	float:left;
}
.item-container .item-info .item-table .item-info-more .item-row .item-cell.th{
	width: 18%;
	text-indent:15px;
	background: #ffffff;
}
.item-container .item-info .item-table .item-info-more .item-row .item-cell.th span{
	color:#afafaf;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	width:35px;
	height:35px;
	position:absolute;
	display:inline-block;
	right:0;
}
.item-container .item-info .item-table .item-info-more .item-row .item-cell.td{
	width:70%;
	overflow:hidden;
}
.item-container .item-info .item-table .item-info-more .item-row .item-cell.th.l,
.item-container .item-info .item-table .item-info-more .item-row .item-cell.td.l{
	border:none;
}
.item-container .item-info .item-table .item-info-more .item-row .item-cell.td.l{
	color:#d11605;
}
.item-container .item-ch-list{
	position:relative;
	width:100%;
}
.item-container .item-ch-list h3.list-title{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:left;
	color:#333;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:"noto3";
}
.item-container .item-ch-list .item-tab-section{
	width:100%;
	position:relative;
}
.item-container .item-ch-list .item-tab-section .item-in{
    position: relative;
    width: 100%;
    margin: 25px auto;
}
.item-container .item-ch-list .item-tab-section .item-in .cat-title{
	position:relative;
	width:100%;
	height:40px;
}
.item-container .item-ch-list .item-tab-section .item-in .cat-title li{
	position:relative;
	height:40px;
	line-height:40px;
	text-align:center;
	float:left;
}
.item-container .item-ch-list .item-tab-section .item-in .cat-title li a{
	font-size:16px;
	font-family:"Nanum Gothic";
	letter-spacing:-1px;
	color:#838485;
	border:2px solid #CCC;
	display:block;
}
.item-container .item-ch-list .item-tab-section .item-in .cat-title li a:hover,
.item-container .item-ch-list .item-tab-section .item-in .cat-title li a.selected{
	color:#404141;
	text-decoration:none;
	border:2px solid #404141;
}
.item-container .item-ch-list .item-tab-section .item-in .item-top{
	width:100%;
	position:relative;
	border-bottom:1px solid #5e5e5e;
	padding-top: 10px;
    height: 60px;
}
.item-container .item-ch-list .item-tab-section .service-year{
	position:relative;
	display:none;
}
.item-container .item-ch-list .item-tab-section .service-year.selected{
	display:block;
}
.item-container .item-ch-list .item-tab-section .service-year li{
	height:40px;
	line-height:40px;
	width:50px;
	position:relative;
}
.item-container .item-ch-list .item-tab-section .service-year li span{
	position:absolute;
	left:-8px;
	line-height:40px;
	font-size:13px;
	font-weight:bold;
	color:#afafaf;
	font-family:"Nanum Gothic";
}
.item-container .item-ch-list .item-tab-section .service-year li a{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#afafaf;
	font-family:"Nanum Gothic";
}
.item-container .item-ch-list .item-tab-section .service-year li a:hover,
.item-container .item-ch-list .item-tab-section .service-year li a.selected{
	color:#1350ab;
	text-decoration:none;
}
.item-top .service-subject{
	margin-top:4px;
}
.item-top .service-subject p{
    font-size: 15px;
    font-family:'noto5';
    margin-bottom: 10px;
    color:#313d4c;
}
.item-top .service-subject .drop-sjh{
	display:none;
}
.item-top .service-subject .drop-sjh.selected{
	display:block;
}
.item-top .service-subject .dropdown-menu li{
	float:none;
}
.item-top .service-subject .dropdown-menu > li > a {
	font-size:14px;
}
.item-container .item-ch-list .item-tab-section .item-view{
	display:none;
}
.item-container .item-ch-list .item-tab-section .item-view.selected{
	display:block;
}
.item-container .item-ch-list .item-tab-section .item-in .tb-list-section{
	position:relative;
	margin:30px 0;
	display:none;
}
.item-container .item-ch-list .item-tab-section .item-in .tb-list-section.selected{
	display:block;
}
.tb-list-section h4.type-title{
	color:#333;
	font-family:"noto5";
	font-size:17px;
	letter-spacing:-1px;
	color:#313d4c;
}
.tb-list-section .type-tb-list{
	margin:10px 0 30px 0;
}
.item-in table.list-table{
	width:100%;
	border:1px solid #afafaf;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:15px;
}
.item-in table.list-table th,.item-in table.list-table td{
	border:1px solid #afafaf;
}
.item-in table.list-table th{
	text-align:center;
	background:#EEE;
	font-size:14px;
	font-weight: normal;
	font-family: 'noto5';
	padding: 6px 10px;
}
.item-in table.list-table td{
	font-size: 14px;
	text-align:center;
	padding: 5px 10px;
}
.item-in table.list-table .subject_list_btn ,
.item-in table.list-table .book-show-btn{
	position: relative;
	background:#45505e;
	color:#ffffff;
	margin: 0 auto 3px;
	text-align: left;
	font-size: 12px;
	display:inline-block;;
	box-sizing: border-box;
}
.item-in table.list-table .subject_list_btn {
	height: 21px;
	width: 40px;
	padding-left: 3px;
	line-height: 21px;
	box-sizing:border-box;
}
.item-in table.list-table .book-show-btn{
	height: 22px;
    width: 61px;
	padding-left: 3px;
	line-height:22px;
	box-sizing:border-box;
}
.item-in table.list-table .subject_list_btn:after,
.item-in table.list-table .book-show-btn:after{
	position: absolute;
	right:3px;
	content: '>';
	font-size: 12px;
	font-family:'noto3';
	top: 0px;
}
.item-info .item-row .all-degree:after{
	position: absolute;
	right:10px;
	content: '▶';
	font-size: 9px;
	top: 0px;
}
.item-in table.list-table .book-show-btn > em {
	font-size:5px;
	display: inline-block;
}
.item-in table.list-table td span.old-p{
	font-size:11px;
	text-decoration: line-through
}
.item-in table.list-table td span.dis-p{
	font-size:12px;
	color:#F00;
}
.item-in table.list-table td input[type="checkbox"]{
	margin-top:2px;
}
.item-in table.list-table td .smaple-btn{
	width:60px;
	height:20px;
	line-height:20px;
	display:inline-block;
	background: #313d4c;
	position:relative;
	margin-left:20px;
	text-align:center;
}
.item-in table.list-table td .smaple-btn a{
	color:#fff;
}
.type-tb-list h5.tb-title{
	color:#333;
	height:30px;
	line-height:40px;
	font-family:"noto3";
	font-size:15px;
	letter-spacing:-1px;
	margin-bottom:5px;
	color:#313d4c;
}
.order-info{
	position:fixed;
	width:100%;
	height:70px;
	left:0;
	bottom:0;
	z-index:98;
}
.order-info .info-price{
	position:relative;
	height:80px;
	left:50%;
	background:#383838;
	border-radius:15px;
	display:none;
}
.order-info .info-price .order-price{
	line-height:80px;
	font-weight:bold;
	font-size:20px;
	font-family:"Nanum Gothic";
	text-align:right;
	letter-spacing:-1px;
	margin-right:40px;
}
#order_info{
	width:100% !important;
}
.order-info .info-price .order-price .op1{
	color:#d9d9d9;
}
.order-info .info-price .order-price .op2{
	color:#f74c4c;
	margin-right:20px;
}
#order_btns .a-btn,
.order-info .info-price .order-price .a-btn{
	width:110px;
	height:28px;
	line-height:28px;
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	color:#FFF;
}
#order_btns .a-btn:hover,
.order-info .info-price .order-price .a-btn:hover{
	text-decoration:none;
}
#order_btns .a-btn.btn-buy,
.order-info .info-price .order-price .a-btn.btn-buy{
	background:#f74c4c;
}
#order_btns .a-btn.btn-cart,
.order-info .info-price .order-price .a-btn.btn-cart{
	background:#848484;
}
#order_btns .a-btn.btn-free,
.order-info .info-price .order-price .a-btn.btn-free{
	background:#1d7ada;
}
/*bootstrap drop button [S]*/
/*css */
.item-top .service-subject .drop-sjh button.dropdown-toggle{
	position:relative;
	background: #ffffff;
	border-radius:0;
	color: #000000;
	display: inline-block;
	margin: 0;
	font-weight: normal;
	font-family: inherit;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #a5a5a5;
	white-space: nowrap;
	text-transform: none;
	width: 50%;
	height : 35px;
	font-size: 14px;
	line-height: 1.42857;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible;
	padding: 0 0 0 10px;
	font-family:'noto5';
	font-weight:100;
}
.item-top .service-subject .drop-sjh button.dropdown-toggle:hover{
		background: #eaedf2;
}
.item-top .service-subject .drop-sjh button.dropdown-toggle:after{
	position: absolute;
    right: 14px;
    top: 8px;
    content: '▼';
    font-size: 11px;
    color: #000000;
}
.item-top .service-subject .drop-sjh .dropdown-menu{
	position: absolute;
	top: 159px;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 413px;
	margin: 2px 0 0;
	/* list-style: none; */
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border-top: none;
	height:auto;
	overflow:hidden;
	border: 1px solid #a5a5a5;
	display: none
}
.item-top .service-subject .drop-sjh .dropdown-menu li{
	box-sizing: border-box;
}
.item-top .service-subject .drop-sjh .dropdown-menu li a{
	display: block;
	padding: 0 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #333333;
	white-space: nowrap;
	text-decoration: none;
	box-sizing: border-box;
	background: transparent;
	height: 30px;
	line-height: 30px;
}
.item-top .service-subject .drop-sjh .dropdown-menu li a:hover{
	background:#eaedf2
}
/*bootstrap drop button [E]*/

/*도서보기 팝업, 목차보기 팝업 */
.pop-detail {
	position: fixed;
	z-index: 999;
	width: 550px;
	height: 602px;
	top:calc(50% - 301px);
	left:calc(50% - 275px);
	display: none;
	background:#ffffff;
	border: 1px solid #4a667a;
}
.pop-detail .pop-title {
	background-color: #4a667a;
    height: 50px;
    padding: 15px 13px 15px 20px;
    position: relative;
    box-sizing:border-box;
}
.pop-detail .pop-title h1 {
	color: #FFF;
	font-size: 16px;
	float: left;
	font-family:'noto5';
}
.pop-detail .pop-title .pop-close {
position: relative;
    right: 0;
    top: -3px;
    float: right;
    width: 71px;
    height: 27px;
    background: #ffffff;
    border-radius: 16px;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 27px;
    color: #4a667a;
}
.pop-detail .pop-title .pop-close > a {
	display:block;
}
.pop-detail .pop-title .pop-close a:after{
    position: absolute;
    right: 1px;
    top: 1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4a667a;
    content: '+';
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    transform: rotate(45deg);
    font-size: 20px;
	    transition:all .3s;
}
.pop-detail .pop-title .pop-close a:hover:after{
	background:#ffffff;
	border:1px solid #4a667a;
	color:#4a667a;
	box-sizing:border-box;
}
.pop-detail .book_type {
	font-size:17px;
	font-family:'noto5';
	color:#313d4c;
	border-bottom:2px solid #313d4c;
	border-top:2px solid #313d4c;
    width: 93%;
    margin: 10px auto 0;
    padding: 10px 0;
}
.pop-detail .book_type:nth-of-type(1){
	border-top:none;
}
.pop-detail .book-info2, .pop-detail .subject-detail-info{
	padding: 20px 20px 15px;
}
.pop-detail .book-info2 .d-info {
	width: 100%;
}
.pop-detail .book-info2 .b-info p > span {
	padding-right: 20px;
}
.book-pop .book-detail-info {
	height: 519px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	border:none;
	background: #FFF;
	    box-sizing: border-box;
}
.book-review-wrap {
    background-color: #f0f0f0;
    padding: 15px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 86%;
    margin: 0 auto 20px;
    border: 1px solid #cccccc;
}
.book-pop .book-detail-info > h3.book_type{
}
.book-pop .book-detail-info .book-info{
width: 91%;
    margin: 0 auto;
    padding: 20px 0;
	background:none
}
.book-review-wrap  > h3 {
	margin-bottom: 10px;
    border-bottom: 1px solid #cfcece;
    padding-bottom: 10px;
}
.book-review {
	background-color: #F4F4F4;
	padding: 15px 20px 15px 20px;
}
.b-photo {
    float: left;
    width: 148px;
    height: 186px;
    padding: 8px 14px;
    text-align: center;
    box-sizing: border-box;
}
.b-photo img {
	width: 124px;
	height: 168px;
}
.b-info {
float: right;
    /* margin-left: 26px; */
    width:310px;
    padding-top: 15px;
}
.b-info p {
	color: #313d4c;
	font-size: 13px;
}
.b-info .subject {
	width:91%;
    color: #313d4c;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    letter-spacing: -1px;
/*     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; */
}
.b-info p span.write {
	color: #FFF;
}
.b-info p a.book-detail {
	display: block;
	color: #707B89;
	line-height: 23px;
	font-weight: bold;
	width: 100px;
	height: 25px;
	background-color: #292E35;
	border: 2px solid #707B89;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	letter-spacing: -1px;
}
.b-info li span.price {
	color: #ED3D56;
	margin-left: 5px;
	font-family:'noto5'
}
.b-info > ul > li {
    margin-bottom: 2px;
    font-size: 13px;
}

/*목차보기*/
.pop-detail .subject-detail-info{
	padding: 20px 20px 0px;
	height: 542px;
	box-sizing: border-box;
	overflow: auto;
}
.pop-detail  .subject,
.gicul_popup_wrap .subject{
    font-family: 'noto5';
    font-size: 18px;
    line-height: 100%;
}
.pop-detail .subject-detail-info ul {
	border-bottom:2px solid #474747;
	padding-bottom:11px;
	margin-top: 14px;
	overflow: hidden;
	margin-bottom:15px;
}
.pop-detail .subject-detail-info ul > li {
	float:none;
}
.degree-review-wrap{
	border:none !important;
	padding:0;
	height:400px;
	overflow:auto;
}
.pop-detail .subject_list_content h3{
	font-family:'noto5';
	font-weight:100;
}
.pop-detail .subject_list_content table{
	margin-top:10px;
}
.pop-detail .subject_list_content table th,
.pop-detail .subject_list_content table td{
	border:1px solid #cccccc;
	font-size:13px;
	height:34px;
	padding:3px 10px;
	box-sizing: border-box;
}
.pop-detail .subject_list_content table th {
	background:#eeeeee;;
	font-family:'noto5';
	font-weight:100;
	text-align:center;
}

/* 전체 목차보기 팝업*/
.gicul_popup_wrap {
	position: fixed;
	z-index: 9999;
	width: 550px;
	height: 570px;
	top: calc(50% - 316px);
	left: calc(50% - 275px);
	display: none;
	background: 	#ffffff;
	border: 1px solid 	#4a667a;
}
.gicul_popup_wrap .pop-title {
    background-color: #4a667a;
    height: 50px;
    position: relative;
    box-sizing:border-box;
	padding: 15px 13px 15px 20px;
}
.gicul_popup_wrap .pop-title h1{
    color:#ffffff;
    font-size:16px;
	font-family:'noto5';
}
.gicul_popup_wrap .pop-title .close_btn {
	position: relative;
    right: 0;
    top: -3px;
    float: right;
    width: 71px;
    height: 27px;
    background: #ffffff;
    border-radius: 16px;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 27px;
    color: #4a667a;
}
.gicul_popup_wrap .pop-title .close_btn:after{
	    position: absolute;
    right: 1px;
    top: 1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4a667a;
    content: '+';
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    transform: rotate(45deg);
    font-size: 20px;
	transition:all .3s;
}
.gicul_popup_wrap .pop-title .close_btn:hover:after{
	background:#ffffff;
	border:1px solid #4a667a;
	color:#4a667a;
	box-sizing:border-box;
}
.gicul_popup_wrap .gicul_wrap{
	width: 93%;
	margin: 0 auto;
}
.gicul_popup_wrap  .book-info {
	padding: 20px;
    font-family:'noto3';
}
.gicul_popup_wrap  .book-info .d-info ul{
	border-bottom: 2px solid #474747;
    padding-bottom: 11px;
    margin-top: 14px;
}
.gicul_popup_wrap a .book-info .b-info > h3 {
	font-family:'noto5';
	font-weight:100;
}
.gicul_popup_wrap a .book-info .b-info p > span {
	padding-right: 20px;
}
.gicul_popup_wrap .book-info .b-info p > span {
    padding-right: 20px;
}
.gicul_popup_wrap .b-info p.subject {
    color: #CABB93;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    letter-spacing: -1px;
        font-family: 'spoqa2';
}
.gicul_popup_wrap .b-info {
    padding-top: 8px;
}
.gicul_popup_wrap .b-info p {
    color: #BCBCBC;
    font-size: 13px;
}
.gicul_popup_wrap .b-info p span.write {
    color: #FFF;
}
.gicul_popup_wrap .sub_name {
    font-size:16px;
    /* color:#333333; */
    font-family:'noto5';
    font-weight:100;
}
.gicul_popup_wrap .sub_name:nth-child(2){
    margin-top:5px;
}
.gicul_popup_wrap .gicul_table{
    position:relative;
    font-size:14px;
    border-collapse: collapse;
    width:100%;
    margin:15px auto 30px;
}
.gicul_popup_wrap .gicul_table .table-title th{
    background-color: #eee;
	border: 1px solid #cccccc;
    font-weight: normal;
    font-size:14px;리브햇
	height:32px;
	color:#48515d;
	font-family:'noto5';
}
.gicul_popup_wrap .gicul_table  td {
	border: 1px solid #cccccc;
	font-size: 13.3px;
	padding: 6px 10px;
	box-sizing: border-box;
}
.gicul_popup_wrap .popup_centent_wrap{
	height:519px;
	overflow:auto;
}