@charset "utf-8";

/* 로그인 */
.login_page {
	position: relative;
	min-height: 100vh !important;
	background: #d9f1fb;
}
.login_page .login_box {
	position: absolute; top: 50%; left: 50%;
	padding: 130px 130px 144px 690px;
	width: 1140px;
	text-align: right;
	background-color: #fff;
	background-image: url(../../images/admin/img_login.jpg), url(../../images/admin/bg_login.jpg);
	background-repeat: no-repeat; background-position: 100px 100px, right top;
	box-shadow: 10px 0 50px rgba(81,106,158,0.3);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.login_page .login_logo {
	margin: 0 auto 88px;
	width: 240px;
}
.login_page .login_logo a {
	display: block;
}
.login_page .login_logo img {
	width: 100%;
}
.form-control:focus  {
	outline: 1px solid #40b8ea;
}
.login_page .login_input {
	margin-bottom: 8px; padding: 0 18px;
	width: 100%; height: 50px;
	color: #464646; font-size: 15px;  line-height: 48px; 
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.login_page .login_input:focus  {
	outline: 1px solid #40b8ea;
}
/*Chrome, Firefox, Opera, Safari 20.1+*/
.login_page .login_input::placeholder {
	color: #c5c5c5;
	/*firefox*/
	opacity: 1; 
}
/*IE 10-11*/
.login_page .login_input:-ms-placeholder {
	color: #c5c5c5;
}
/*Microsoft Edge*/
.login_page .login_input::-ms-placeholder {
	color: #c5c5c5;
}
.login_page .check_row {
	display: inline-block;
	margin-bottom: 32px;
}
.login_page .check_row > label {
	padding: 2px 0 2px 22px;
	color: #101424; font-size: 15px; line-height: 1;
	background: url(../../images/admin/icon_check_off.png) no-repeat left 2px;
	background-size: 16px;
}
.login_page .check_row > input:checked + label {
	background-image: url(../../images/admin/icon_check_on.png);
}
.login_page .check_row > input:disabled + label {
	cursor: default;
}
.login_page .btn_login_submit {
	display: block;
	width: 100%; height: 54px;
	color: #fff; font-size: 20px; line-height: 54px; letter-spacing: -0.03em;
	background: #40b8ea;
	border: none; outline: none; 
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.login_page .btn_login_submit:hover {
	background: #158ec0;
}
.login_page  .copyright {
	position: absolute; left: 0; bottom: 30px;
	width: 100%;
	color: #616161; font-size: 13px; text-align: center;
}
.login_page .copyright br {
	display: none;
}

/* 접속가능 IP */
.ipavailable_page {
	position: relative;
	min-height: 100vh !important;
	background: #d9f1fb;
	background: #edf6fb;
}
.ipavailable_inner {
	margin: 20px auto;
	width: 490px;
}
.ipavailable_inner .logo {
	margin: 0 auto 40px;
	width: 228px; height: 60px;
}
.ipavailable_inner .logo img {
	height: 100%;
}
.ipavailable_inner h2 {
	margin-bottom: 8vh; 
	color: #3a3a3a; font-family: NetMarble, sans-serif; font-size: 24px; font-weight: 600; letter-spacing: -0.05em; text-align: center;
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}
.ipavailable_input {
	margin-bottom: 4vh;
}
.ipavailable_input label {
	display: block;
	padding-left: 4px;
	color: #3a3a3a; font-family: NetMarble, sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -0.05em;
	-webkit-transform: skew(-0.03deg);
	-moz-transform: skew(-0.03deg);
	-o-transform: skew(-0.03deg);
	transform: skew(-0.03deg);
}
.ipavailable_input .form-control {
	padding: 0 16px;
	height: 46px;
	line-height: 44px;
}
.ipavailable_inner .btn_area {
	margin-top: 5vh;
}

/* 에러페이지 */
.error-page {
	margin: 0 0;
	position: absolute; top: 20%; left: 50%;
	transform: translateX(-50%);
}
.error-page > .error-content {
	margin-left: 0;
}
.error-page > .error-content > h3 {
	margin-top: 0;
}
.error-page > .error-content p a {
	display: inline-block;
	margin-top: 10px;
	font-size: 15px; font-family: NanumSquareB; color: #3c8dbc;
}

/* 레이아웃 */
.content {
	padding: 10px;
}
.main-header {
	height: 40px;
}
.main-header .logo {
	line-height: 60px;
}
.main-header .navbar {
	min-height: 40px; height: 40px;
}
.main-header .sidebar-toggle {
	padding: 10px 15px;
}
.navbar-nav > li > a {
	padding-top: 10px; padding-bottom: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main-sidebar {
	padding-top: 60px;
}
.fixed .content-wrapper {
	margin-left: 250px; padding-top: 40px;	
}


/* 대시보드 */
.ad_dash_graph {
	overflow: hidden;
	width: 100%; min-height: 250px;
	position: relative;
}

/* 박스 */
.ad_section {
	margin-bottom: 30px;
}
.ad_section_s {
	margin-bottom: 20px;
}
.box {
	margin-bottom: 10px;
	border-color: #ddd;
}
.box-header {
	padding-bottom: 2px;
}
.box-header.with-border {
	padding-top: 8px; padding-bottom: 8px;
	border-color: #e1e1e1;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
	font-size: 16px;
}
.nav-tabs-custom > .header {
	margin: 0; padding: 10px;
	font-size: 16px; line-height: 1;
	font-family: NanumSquareR, '나눔스퀘어'; font-weight: 600;
}
.nav-tabs-custom > .nav-tabs > li.active {
	border-top-color: #0d65d9;
}
.nav-tabs > li > a {
	line-height: 1.25;
}
.tab-content {
	position: relative;
}
.small-box h3 {
	margin: 10px;
	font-size: 28px;
}
.ad_dash_more {
	position: absolute; right: 10px; top: 7px;
	color: #999; font-size: 18px;
	z-index: 5;
}

/* 권한설정 */
.ad_manager_list {
	overflow-y: auto;
	height: 450px;
	padding: 5px;
	border: 1px solid #ddd;
}
.ad_manager_list_s {
	min-height: 300px;
}
.ad_manager_list_s1 {
	min-height: 340px;
}
.ad_btnlist_center {
	padding-top: 120px;
}
.ad_btnlist_center a {
	display: block;
	width: 37px; height: 37px;
	margin: 10px auto;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	
	/* 리스트 추가 라벨과 동일 클래스 사용으로 인한 오류 수정 */
	min-width: auto; 
	border: none;
}
.ad_btnlist_center a.add_list {
	background-image: url(../../images/admin/btn_addname.png);
}
.ad_btnlist_center a.add_list:hover {
	background-image: url(../../images/admin/btn_addname_on.png);
}
.ad_btnlist_center a.remove_list {
	background-image: url(../../images/admin/btn_minusname.png);
}
.ad_btnlist_center a.remove_list:hover {
	background-image: url(../../images/admin/btn_minusname_on.png);
}


/* 서브페이지 상단 네비게이션 */
.content-header {
	min-height: 41px;
	padding: 15px 10px 5px 10px;
}
.content-header > h2 {
	margin: 0; padding-left: 26px;
	font-size: 20px;
	background: url(../../images/admin/icon_tit_lg.png) no-repeat left 1px;
}
.content-header > .breadcrumb {
	top: 10px;
}

/* 메뉴체계도 */
.ad_menutree_wrap {
	overflow-y: auto;
	height: 500px;
	padding: 10px;
	border: 1px solid #e1e1e1;
}
.ad_menuinfo_wrap {
	overflow-y: auto;
	height: 519px;
}

/* 지도교수 선택 */
.ad_name_row {
	display: inline-block;
	margin-left: 5px;
}

/* 통계 */
.invoice {
	margin: 0;
}
.ad_box {
	background: #fff;
}

/* 진단 임시저장 */
.ad_test_wrap {
	position: relative;
}
.ad_test_bar {
	overflow: hidden;
	width: 100%; height: 15px;
	margin-bottom: 10px;
	position: relative;
	background-color: #ececec;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ad_test_bar p {
	height: 15px;
	background: #c2d280;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ad_test_btnlist {
	text-align: center;
}
.ad_test_btnlist .btn {
	min-width: auto; width: 30px; height: 30px;
	margin: 0 12px;
	background-color: #2a5f94; background-repeat: no-repeat; background-position: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ad_test_btnlist .btn:hover {
	background-color: #174471
}
.ad_test_btnlist .btn.disabled, .ad_test_btnlist .btn.disabled:hover {
	background-color: #838b94;
}
.ad_test_btnlist .btn_prev {
	background-image: url(../../images/admin/icon_test_prev.png);
}
.ad_test_btnlist .btn_next {
	background-image: url(../../images/admin/icon_test_next.png);
}
.ad_test_btnlist p {
	display: inline-block;
	color: #3a3a3a;
}
.ad_test_btnlist p span:first-child {
	font-weight: 600;
}
.ad_test_wrap .btn_tempo {
	position: absolute; right: 90px; bottom: 0;
}
.ad_test_wrap .btn_testsave {
	position: absolute; right: 0; bottom: 0;
}

/* fullcalendar */
.bg {
	height: 30px;
	margin-bottom: 15px;
}
.bg ul {
	display: table;
	width: auto; height: 30px;
	margin: 0 auto !important;
	float: none !important;
	text-align: center;
}
.bg ul li {
	display: table-cell;
	height: 30px;
	font-size: 24px;
}
.bg ul li .pre_m, .next_m {
	display: block;
	width: 30px; height: 30px;
	font-size: 24px; line-height: 30px; text-align: center;
	border: 1px solid #d7d7d7;
}
.bg ul li .pre_m {
	margin-right: 10px;
}
.bg ul li .next_m {
	margin-left: 10px;
}
.fc-view-container table {
	width: 100%;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
	border-bottom: 0;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
	padding: 5px;
}
.fc-title {
	width: 100%;
	display: block;
	font-size: 13px;
}
.fc-event {
	vertical-align: middle;
}
.pp_schedulelist {
	display: block;
	width: auto;
	color: #01ac50; text-align: center; line-height: 1em;
	cursor: pointer;
}
.pp_schedulelist_end {
	display: block;
	width: auto;
	color: #f46c5c; text-align: center; line-height: 1em;
}

/* C.A.T 통계화면 */
.ad_graph_wrap {
	overflow: hidden;
	min-height: 210px;
	margin-top: 26px;
	padding: 15px;
	border: 1px solid #ddd;
}
.ad_graphbar_wrap {
	width: 100%;
	position: relative;
}
.ad_graphbar_wrap ul {
	display: table;
	width: 100%;
}
.ad_graphbar_wrap ul li {
	display: table-cell;
	width: 20%; height: 30PX;
	text-indent: -9999px;
	border: 1px solid #ddd;
	border-top: 0;
	border-bottom: 0;
}
.ad_graphbar_wrap p {
	height: 20px;
	position: absolute; top: 5px; left: 0px;
}
.ad_graph_tit {
	display: table;
	width: 100%;
}
.ad_graph_tit li {
	display: table-cell;
	vertical-align: middle;
}
.ad_multigraph_wrap {
	padding-right: 20px;
}
.ad_multigraph_tbl {
	width: 100%;
}
.ad_multigraph_tbl table {
	width: 100%;
}
.ad_multigraph_tbl th {
	font-weight: 400; text-align: right; font-size: 13px;
}
.ad_multigraph_tit {
	width: 100%;
	margin-bottom: 15px;
	font-size: 0; line-height: 0;
}
.ad_multigraph_tit li {
	display: inline-block;
	width: 20%; height: 10px;
	position: relative;
	text-align: right;
	font-size: 11px; line-height: 1em;
}
.ad_multigraph_tit li p{
	position: absolute; top: 0; right: -15px;
}
.ad_multigraph {
	width: 100%; height: 30px;
	position: absolute; top: 0; left:0;
	font-size: 0; line-height: 0;
}
.ad_multigraph p {
	display: inline-block;
	position: relative;
}
.half_cell {
	background-image: url(../../images/admin/backslash.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* 진단결과 */
.ad_infobox {
	padding: 2px; 
	border: double 1px transparent;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: linear-gradient(#fff, #fff),  linear-gradient(135deg, #2f9cd4 20px, #d6dadf 20px,  #d6dadf 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
}
.ad_infobox > .inner {
	padding: 20px;
}
.ad_testresult_tit {
	/*padding-top: 40px;*/
}
.ad_testresult_tit span {
	position: relative;
	display: block;
	padding: 10px 0 10px 32px;
	color: #444; font-weight: 600;
	border-top: 1px solid #d6dadf;
	border-bottom: 1px solid #d6dadf;
}
.ad_testresult_tit span::after {
	position: absolute; top: 10px; left: 5px;
	content: "";
	display: block;
	width: 20px; height: 20px;
	background: url(../../images/admin/img_test_check.png) no-repeat center; background-size: contain;
}
.ad_tipbox {
	position: relative; z-index: 1;
	padding: 20px;
	background: #f5f5f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.ad_tipbox::before {
	position: absolute; top: -7px; left: -17px;
	content: "";
	display: inline-block; 
	width: 40px; height: 20px;
	background: #a90056;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ad_tipbox::after {
	position: absolute; bottom: 10px; right: 10px; z-index: -1;
	content: "";
	display: inline-block; 
	width: 29px; height: 25px;
	background: url(../../images/admin/icon_tipbox.png) no-repeat center;
	opacity: 0.2;
}
.ad_testresult_subtit {
	position: relative;
	padding: 8px 0 8px 120px;
	min-height: 36px;
	border-top: 1px solid #d6dadf;
	border-bottom: 1px solid #d6dadf;
	overflow: hidden;
}
.ad_testresult_subtit strong {
	position: absolute; top: 0; left: 0;  z-index: 1;
	display: inline-block;
	margin-right: 20px; padding: 8px 4px 8px 10px;
	width: 100px;
	color: #222; text-align: center;
	background: #f0f3f7;
}
.ad_testresult_subtit strong::after {
	position: absolute; top: -10px; right: -10px; z-index: -1;
	content: "";
	display: block;
	width: 30px; height: 50px;
	background: #f0f3f7;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.highlight {
	position: relative; z-index: 1;
}
.highlight::after {
	position: absolute; bottom: -2px; left: 0; z-index: -1;
	content: "";
	display: block;
	width: 100%; height: 10px;
}
.highlight.hl_blue::after {
	background: rgba(37,170,225,0.3);
}
.highlight.hl_pink::after {
	background: rgba(169,0,86,0.2);
}
.highlight.hl_yellow::after {
	background: rgba(252,176,64,0.3);
}
.link_hover {
	color: #0e81b8;
}
.link_hover:hover {
	color: #0e81b8;
	text-decoration: underline;
	cursor: pointer;
}

/* tab */
.tab_list {
	margin-bottom: 20px;
	font-size: 0; line-height: 0;
	background: #fff;
	border-bottom: 1px solid #c2c2c2;
}
.tab_list li {
	display: inline-block;
	vertical-align: bottom;
}
.tab_list a {
	display: block;
	padding: 0 10px;
	min-width: 100px; height: 44px;
	color: #808080; font-family: NanumSquareR, sans-serif; font-size: 15px; font-weight: 600; line-height: 42px; text-align: center; 
	border: 1px solid #fff;
	border-top: 4px solid #fff;
}
.tab_list a .count {
	line-height: inherit; vertical-align: top; font-style: normal;
}
.tab_list li.on a {
	position: relative;
	margin-bottom: -1px;
	color: #25aae1;
	background: #fff;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #fff;
	border-top: 3px solid #25aae1;
}
.tab_list li.on a::after {
	position: absolute; bottom: 2px; left: 50%;
	content: "";
	display: block;
	margin-left: -6px;
	width: 12px; height: 6px;
	background: url(../../images/admin/icon_tablist_on.png) no-repeat center;
}

.tab_list2 {
	margin: -2px 0 15px;
	font-size: 0; line-height: 0;
}
.tab_list2 li {
	display: inline-block;
	margin: 2px;
}
.tab_list2 li a {
	display: block;
	padding: 0 20px;
	min-width: 70px;
	color: #919191; font-family: NanumSquareR, sans-serif; font-size: 14px; font-weight: 600; line-height: 34px; text-align: center;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	-webkit-transition: background 0.3s; 
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.tab_list2 li.on a {
	color: #fff;
	background: #027dcb;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}



@media all and (max-width:1279px) {
	
	/* 로그인 1279 */
	.login_page .login_box {
		padding: 130px 8% 144px 56%;
		width: 90%;
		background-position: 15% 40%, right top;
		background-size: 45%, auto;
	}
	
	
	
}

@media all and (max-width:1024px) {
	
	/* 로그인 1024 */
	.login_page .login_box {
		padding: 60px 6% 30px;
		width: 460px;
		background: #fff url(../../images/admin/bg_login.jpg) no-repeat right top;
		background-size: 300px;
	}
	.login_page .login_logo {
		margin-bottom: 50px;
		width: 200px;
	}
	.login_page .login_input {
		padding: 0 12px;
		height: 40px;
		line-height: 38px;
	}
	.login_page .btn_login_submit {
		margin-bottom: 40px;
		height: 42px;
		font-size: 18px; line-height: 42px;
	}
	.login_page .copyright {
		position: static;
	}
	.login_page .copyright br {
		display: block;
	}
}

@media all and (max-width:991px) {
	.navbar-custom-menu .navbar-nav > li > a {
		padding-top: 10px; padding-bottom: 10px;
	}
	
	.ad_btnlist_center1 {
		padding-top: 0; margin-bottom: 20px;
		text-align: center;
	}
	.ad_btnlist_center1 a {
		display: inline-block;
		width: 37px; height: 37px;
		margin: 0px 10px;
		transform: rotate(90deg)
	}
}

@media all and (max-width:767px) {

	/* 레이아웃 */
	.main-header {
		height: 90px;
	}
	.main-header .logo {
		margin: 0 auto;
		height: 50px;
		line-height: 50px;
	}
	.main-header .logo .logo-lg {
		width: 160px;
	}
	.main-sidebar {
		padding-top: 90px;
	}
	.fixed .content-wrapper {
		margin-left: 0;
	}
	
	/* 접속가능 IP 768 */
	.ipavailable_inner h2 {
		font-size: 20px;
	}
	.ipavailable_input label {
		font-size: 18px;
	}
	.ipavailable_input .form-control {
		padding: 0 10px;
		height: 40px;
		line-height: 38px;
	}
	
	/* 에러페이지 */
	.error-page {
		margin: 20px auto 0 auto;
	}
	.error-page > .error-content > h3 {
		font-size: 18px;
	}
	.error-page > .error-content p {
		text-align: center;
	}

	/* 권한설정 */
	.ad_manager_list {
		height: auto;
	}
	.ad_btnlist_center {
		padding-top: 10px;
		text-align: center;
	}
	.ad_btnlist_center a {
		display: inline-block;
		width: 37px; height: 37px;
		margin: 0px 10px;
		transform: rotate(90deg)
	}

	/* 진단 임시저장 */
	.ad_test_wrap {
		text-align: center;
	}
	.ad_test_btnlist {
		margin-bottom: 5px;
	}
	.ad_test_wrap .btn_tempo {
		position: relative; right: auto;
	}
	.ad_test_wrap .btn_testsave {
		position: relative; right: auto;
	}
	
	/* 진단결과 */
	.ad_testresult_subtit {
		padding: 0 0 8px 0;
	}
	.ad_testresult_subtit strong {
		position: static;
		margin-bottom: 6px;
		width: 100%;
	}
	.ad_testresult_subtit strong::after {
		display: none;
	}

}


@media all and (max-width:480px) {

	/* 로그인 480 */
	.login_page .login_box {
		padding: 60px 6% 30px;
		width: 95%;
		background-size: 250px;
	}
	
	/* 접속가능 IP 480 */
	.ipavailable_inner .logo {
		width: 190px; height: 50px;
	}
	.ipavailable_inner {
		width: 80%;
	}
	.ipavailable_inner h2 {
		font-size: 18px;
	}
	.ipavailable_input label {
		font-size: 16px;
	}
	
	
	
	.fixed .content-wrapper, .fixed .right-side {
		padding-top: 80px;
	}

	.content-header>h2 {
		font-size: 24px;
	}
	
	/* 박스 */
	.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
		font-size: 16px;
	}
	.nav-tabs-custom > .header {
		font-size: 16px;
	}
	.nav-tabs > li > a {
		padding : 10px 8px;
	}
	.small-box > .inner {
		padding: 5px;
	}
	.small-box h3 {
		margin: 5px;
		font-size: 20px;
	}

}
/* 지도교수 상담 */
.state_link div {
	float: left;
	padding: 0 10px 10px;
	width: 33%;
}

.state_div div{
	float: left;
	padding: 30px 10px 30px 10px;
	width: 30%;
	height : 105px;
	background: #f4f4f4;
	
}

.state_link div a {
	display: block;
	padding: 6px;
	text-align: center;
	background: #f4f4f4;
	border: 4px solid #f4f4f4;
}
.state_link div a:hover, .state_link div a.on {
	color: #333;
	/*background: #ddd;*/
	border: 4px solid #ddd; box-sizing: border-box;
}
.nav-tabs_sm > li > a {
	padding: 10px 4px;
}
.student_list {
	padding: 10px 0 10px 90px;
	border-bottom: 1px solid #e1e1e1;
}
.student_list:last-child {
	border-bottom: 0;
}
.student_list:hover, .student_list.on {
	background: #f4f4f4;
}
.student_profile {
	float: left;
	position: relative;
	margin-right: 10px; margin-left: -90px;
	width: 80px; height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.student_profile img {
	position: absolute; top: 50%; left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.student_docu {
	padding-top: 4px;
}
.student_docu a {
	margin-bottom: 4px;
}

/* 결과없음 */
.ad_nolist_box {
	position: relative;
	text-align: center;
	border: 2px dashed #d7d7d7;
}
.ad_nolist_box p {
	display: inline-block;
	padding: 40px 20px 40px 40px;
	font-size: 1.4rem; color: #909090;
	background: url('../../images/client/sub/icon_nopost.png') no-repeat left center;
	background-size: auto 25px;
}

