@charset "euc-kr";

*{margin: 0; padding: 0;}

body {
	margin: 0 auto;
	font-family:'Malgun Gothic';
}

ul, ol, li {text-decoration: none; list-style: none;}

@font-face {
  font-family: 'RixBGoPMA';
  src: url('/include/LB/font/RixBGoPMA.eot');
  src: url('/include/LB/font/RixBGoPMA.eot?#iefix') format('embedded-opentype'),
       url('/include/LB/font/RixBGoPMA.svg#RixBGoPMA') format('svg'),
       url('/include/LB/font/RixBGoPMA.ttf') format('truetype'),
       url('/include/LB/font/RixBGoPMA.woff') format('woff'),
       url('/include/LB/font/RixBGoPMA.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/****************************ÀüÃ¼Àû µðÀÚÀÎ***************************/

#LB_content {
	margin-top: 65px;
}

#LB_content>div {width: 100%;}

#search_text {
	color: #36f;
	font-family: 'RixBGoPMA';
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#search_box {
	position: relative;
	margin-bottom: 20px;
}

#lic_keyword {
	width: 600px;
	line-height: 50px;
	height: 50px;
	border: 3px solid #36f;
	text-indent: 10px;
	font-size: 20px;
	color: #000;
	box-sizing: border-box;
}

#lic_keyword:focus {outline:none;}

#search_box a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(250px);
	font-size: 30px;
	cursor: pointer;
	color: #36f;
}

#search_box a:hover {color: #000;}

/****************************title µðÀÚÀÎ***************************/

#LB_tab {
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.LB_tabs {float: left;}

#LB_tab input {display: none;}

#LB_tab label {
	cursor: pointer;
	font-weight: bold;
	position: relative;
}

#LB_all_tab label {
	display: inline-block;
	width: 199px;
	height: 60px;
	color: #36f;
	background: #fff;
	line-height: 60px;
	font-size: 17px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	border-right: 1px solid #999;
}

#LB_all_tab label:before {
  content: '';
  position: absolute;
  border: white solid 2px;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#LB_all_tab img {width: 35px; vertical-align: middle;}

#LB_psychology_tab, #LB_teach_tab {
	width: 390px;
	position: relative;
}

#LB_psychology_tab label, 
#LB_teach_tab label {
	display: inline-block;
	width: 130px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 15px;
	float: left;
	color: #666;
}

.LB_tabs label:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background: #666;
	top: 20px;
	right: -1px;
}

.LB_tabs label.LB_all-list:after,
.LB_tabs label.LB_button_teach_3:after {width: 0;}

input#LB_all-check:checked~.LB_all-list {color: #fff;}
input#LB_psy_1:checked~.LB_button_psy_1,
input#LB_psy_2:checked~.LB_button_psy_2,
input#LB_psy_3:checked~.LB_button_psy_3,
input#LB_teach_1:checked~.LB_button_teach_1,
input#LB_teach_2:checked~.LB_button_teach_2,
input#LB_teach_3:checked~.LB_button_teach_3 {
	background: #36f;
	color: #fff;
}

input#LB_all-check:checked~.LB_all-list:before {opacity: 1;}
input#LB_all-check:checked~.LB_all-list {background: #3366ff;}

/****************************tab µðÀÚÀÎ***************************/
#LB_box-list {
	padding: 20px 0;
	overflow: hidden;
}

#LB_box-list li {
	width: 230px;
	border: 2px solid #36f;
	box-sizing: border-box;
	float: left;
	margin: 0 7.5px 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#LB_box-list li img.LB_back_bg {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.6;
	z-index: -1;
}

#LB_box-list li h3 {
	font-size: 20px; 
	font-weight: bold; 
	background: rgba(255, 255, 255, 0.7);
	line-height: 34px;
	padding-top: 3px;
	width: 100%;
	color: #000;
}

.LB_period_4 {color: #f00;}
.LB_period_5 {color: #00f;}
.LB_period_6 {color: #060;}

.LB_period {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0;
}

.LB_period span {font-size: 30px;}

#LB_box-list li .LB_sample,
#LB_box-list li .LB_more {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	width: 50%;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1;
	background: #4898d3;
	float: left;
	box-sizing: border-box;
	border-top: 2px solid #36f;
}

#LB_box-list li .LB_sample {border-right: 1px solid #36f;}
#LB_box-list li .LB_more {border-left: 1px solid #36f;}

#LB_box-list li .LB_sample:hover,
#LB_box-list li .LB_more:hover {
	background: #36f;
	color: #ff0;
}

/****************************box-list µðÀÚÀÎ***************************/