/* BASIC CODE */
body {
	position: relative;
	min-width: 320px;
	font-size: 0.75em;
}

.hidden {
	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	width: 0;
	height: 0;
}

.goTopbtn {
	position: fixed;
	bottom: 55px;
	right: 5px;
	width: 34px;
	height: 34px;
	z-index: 11;
}

.goTopbtn a img {
	width: 100%;
}

.goTopbtn.on {
	bottom: 75px;
}

.width8p {
	width: 8%;
}

.width10p {
	width: 10%;
}

.width20p {
	width: 20%;
}

.width21p {
	width: 21%;
}

.width21n5p {
	width: 21.5%;
}

.width22p {
	width: 22%;
}

.width24p {
	width: 24%;
}

.width25p {
	width: 25%;
}

.width29n5p {
	width: 29.5%;
}

.width30p {
	width: 30%;
}

.width32p {
	width: 32%;
}

.width32n5p {
	width: 32.5%;
}

.width33p {
	width: 33%;
}

.width34p {
	width: 34%;
}

.width35p {
	width: 35%;
}

.width40p {
	width: 40%;
}

.width45p {
	width: 45%;
}

.width49p {
	width: 49%;
}

.width50p {
	width: 50%;
}

.width55p {
	width: 55%;
}

.width60p {
	width: 60%;
}

.width65p {
	width: 65%;
}

.width67p {
	width: 67%;
}

.width70p {
	width: 70%;
}

.width74p {
	width: 74%;
}

.width75p {
	width: 75%;
}

.width80p {
	width: 80%;
}

.width85p {
	width: 85%;
}

.width88p {
	width: 88%;
}

.width90p {
	width: 90%;
}

.width95p {
	width: 95%;
}

.width100p {
	width: 100% !important;
	margin: 0 auto;
}

.row-line {
	background: #b5b5b5;
	width: 1px;
	height: 8px;
	margin: 0 5px;
}

.mt1p {
	margin-top: 1%;
}

.ml1p {
	margin-left: 1%;
}

.pl1p {
	padding-left: 1%;
}

.pl2p {
	padding-left: 2% !important;
}

.lh20 {
	line-height: 20px !important;
}

.lh30 {
	line-height: 30px !important;
}

.fullImg img {
	width: 100%;
}

.tx-dark-blue,
.cop-color {
	color: #0c5dc0;
}

.tx-bright-brown,
.gosi-color {
	color: #ba560e;
}

input {
	color: #333;
	border: 1px solid #d4d4d4;
	padding: 0 3.2rem 0 0.6rem;
}

::placeholder {
	color: #333;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #333;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #333;
}

button {
	padding: 0;
}

select {
	-webkit-appearance: none;
	/* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	min-width: 4rem;
	height: 2.5rem;
	background: url("../../../img/willbes/m/mypage/icon_select_arrow.png") no-repeat 95% center;
	background-size: 0.8rem;
	position: relative;
	padding: 0 1.8rem 0 0.6rem;
	display: inline-block;
	border: 1px solid #d4d4d4;
	color: #333;
	cursor: pointer;
}

span {
	vertical-align: baseline;
}

/* Aside */

#aside {
	position: absolute;
	top: 0;
	left: 50%;
	width: 70%;
	background: #fff;
	margin-left: calc(-50% - 70%);
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	z-index: 100;
}

#aside .asideBox {
	position: relative;
	background: #fff;
	width: 100%;
	min-height: 300px;
}


#aside.on {
	visibility: visible;
	-webkit-transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
	margin-left: calc(-50% - 70%);
}

.rMenu {
	position: absolute;
	top: 0;
	right: 0;
	height: 100% !important;
	width: 80px;
	background: #fff;
	border-left: 1px solid #b0b0b0;
	z-index: 5;
}

.rMenu li a {
	display: block;
	text-align: center;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.rMenu li:nth-child(1) {
	border-bottom: 1px solid #b0b0b0;
}

.rMenu li:nth-child(1) a {
	background: url("../../../img/willbes/m/main/icon_close.png") no-repeat center center;
	background-size: 100%;
	width: 46px;
	height: 59px;
	line-height: 59px;
	margin: 0 auto;
	border-bottom: 0;
}

.dim {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	z-index: 3;
}

#aside .List {
	font-size: 14px;
	color: #000;
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}

#aside .ListTit {
	background: #1a8ccc;
	height: 60px;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}

#aside .ListBox .List a {
	display: block;
}

#aside h1 a {
	display: block;
	padding: 10px 0;
	text-align: center;
}

#aside h1 a img {
	width: 100px;
}

#aside h2 {
	border-bottom: 1px solid #333;
	text-align: left;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
}

#aside .Depth,
#aside .List-Depth {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 20px;
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #ccc;
}

#aside .List-Depth {
	display: block;
}

#aside .Depth {
	padding-right: 80px;
}

#aside .Depth li {
	display: inline;
	float: left;
	margin-right: 20px;
}

#aside .Depth ul:after {
	content: "";
	display: block;
	clear: both;
}

#aside .clogo {
	width: 46px;
}

/* Header : 공통 */
#Header .Menu-List {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;
}

#Header .Menu-List .main {
	display: flex;
	/*align-items:center;*/
	justify-content: space-between;
	width: 100%;
}

#Header .Menu-List .main>div {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

#Header button {
	display: inline-block;
}

#Header button.home {
	background: url("../../../img/willbes/m/main/icon_home.png") no-repeat center center;
	background-size: 150%;
	width: 30px;
	height: 30px;
	border: none;
}

#Header button.menubar {
	background: url("https://static.willbes.net/public/images/promotion/m/icon_menu.png") no-repeat left center;
	background-size: 85%;
	width: 30px;
	height: 30px;
	border: none;
}

#Header button.mypage {
	background: url("https://static.willbes.net/public/images/promotion/m/icon_mypage.png") no-repeat center center;
	background-size: 85%;
	width: 30px;
	height: 30px;
	border: none;
}

#Header button.searchView {
	background: url("https://static.willbes.net/public/images/promotion/m/icon_search.png") no-repeat center center;
	background-size: 85%;
	width: 30px;
	height: 30px;
	border: none;
	margin-right: 5px
}

#Header button.basket {
	background: url("https://static.willbes.net/public/images/promotion/m/icon_basket.png") no-repeat center center;
	background-size: 85%;
	width: 30px;
	height: 30px;
	border: none;
}

#Header button.classroom {
	position: absolute;
	top: 10px;
	right: 80px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	background-color:#fff;
}

#Header button.classroom2 {
	right: 55px;
	width: 90px;
}

#Header button.classroom span {
	display: block;
	background: #0b5dc0;
	color: #fff;
	font-size: 0.9rem;
	border-radius: 30px;
	text-align: center;
	letter-spacing: -1px;
}

#Header button.myacad {
	background: url("../../../img/willbes/m/main/icon_myacad.png") no-repeat center center;
	background-size: 100%;
	width: 46px;
	height: 52px;
	border: none;
}

#header .logo {
	display: inline-block;
	width: calc(100% - 120px);
}

#header .logo a {
	font-weight: bold;
	display: block;
	text-align: left;
}

#header .logo.intro {
	max-width: 120px;
	width: 28vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

#header .logo.intro a {
	margin: 0
}

#header .logo a.siteTitle {
	font-size: 18px;
	color: #000;
	letter-spacing: -1px;
}

#header .logo a.siteTitle span {
	color: #0d74ae;
}

#header .logo a.siteTitle span.book {
	color: #0c9d00;
}

#header .logo a img {
	width: auto;
	max-width: 100%;
}

#Header .Login-List {
	height: 52px;
}

#header .myLog {
	position: absolute;
	top: 0;
	right: 15px;
	letter-spacing: -1px;
	z-index: 10;
}

#header .myLog li {
	float: left;
	line-height: 52px;
}

#header .myLog li a {
	font-size: 13px;
}

#header .myLog .row-line {
	background: #b7b7b7;
	width: 1px;
	height: 10px;
	margin: -5px 8px 0;
}

#Header .Menu-List .main:after,
#Header .Menu-List div:after,
#Header .Menu-List:after {
	content: "";
	display: block;
	clear: both;
}



#Header .Menu-List .searchWrap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10px;
	background-color: #fff;
	padding:8px 0.5rem;
	display: none;
}

#Header .Menu-List .searchWrap input[type="search"] {
	border: 0;
	border-radius: 30px;
	height: 30px;
	width: calc(100% - 120px);
	background-color: #e8e9ed;
	padding: 0 20px;
	font-size: 14px;
	box-shadow: 2px 2px 4px #ccc inset;
	margin-right: 10px;
}

#Header .Menu-List .searchWrap input:focus {
	border: 0 !important;
	color: #333;
}

#Header .Menu-List .searchWrap button {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 0;
	text-indent: -9999px;
	border: none;
}

#Header .Menu-List .searchWrap button.searchBtn {
	background: url("https://static.willbes.net/public/images/promotion/m/icon_search.png") no-repeat center center;
	background-size: 85%;
}

#Header .Menu-List .searchWrap button.searchClose {
	background: url("https://static.willbes.net/public/images/promotion/m/icon_close.png") no-repeat center center;
	background-size: 85%;
}

/*자막검색*/
#Header .Menu-List .searchWrapV2 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #fff;
	padding:0 0.5rem;
	display: none;
}        

#Header .Menu-List .searchWrapV2 .searchSec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px; line-height:48px;
	position: relative;
	width:calc(100% - 90px)
}

#Header .Menu-List .searchWrapV2 input[type="search"] {
	border: 0;
	border-radius: 30px;
	height: 30px;
	width: calc(100%);
	background-color: #e8e9ed;
	padding: 0 20px;
	font-size: 14px;
	box-shadow: 2px 2px 4px #ccc inset;
}

#Header .Menu-List .searchWrapV2 input:focus {
	border: 0 !important;
	color: #333;
	outline:2px solid #000;
}


#Header .Menu-List .searchWrapV2 button {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 0;
	text-indent: -9999px;
	border: none;
}

#Header .Menu-List .searchWrapV2 button.searchBtn {
	background: url("https://static.willbes.net/public/images/promotion/m/v3/icon_search.png") no-repeat center center;
	background-size:20px;
	position: absolute;
	height: 48px; line-height:48px;
	top:0;
	right:35px;
	z-index: 11;
}

#Header .Menu-List .searchWrapV2 button.searchClose {
	background: url("https://static.willbes.net/public/images/promotion/m/v3/icon_close.png") no-repeat center center;
	background-size: 20px;
}




.d_flex {display:flex; gap:0 5px; justify-content: space-between;}
.d_flex_pd {display:flex; gap:0 5px; justify-content: space-between; padding:0 0.5rem}

.d_flex.book-search {gap:0; display:block}
.d_flex.book-search .toggle-button-cover {display:none;}
.d_flex.book-search .searchSec {width:calc(100%) !important;}

.toggle-button-cover {
	position: relative;        
	width:90px;
	margin-top:9px;
}
.button-cover {width:100%;}
.button-cover:before {
	position: absolute;
	top:0;
	right: 0;
	color: #d7e3e3;
	padding: 5px;             
}
.button-cover,
.button-cover .knobs,
.button-cover .layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.button-cover .button {
	position: relative;
	top: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.onSearchBox .button-cover .button {margin-top: -10px;}
.button-cover .button.r,
.button-cover .button.r .layer {
	border-radius: 100px;
}
.button-cover .checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}
.button-cover .knobs {
	z-index: 2;
}

.button-cover .layer {
	width: 100%;
	background-color: #b6b6b6;
	transition: 0.3s ease all;
	z-index: 1;
	display:flex; align-items: center;
	color:#fff;
	padding-left:30px;
	font-size:13px
}
#button-1 .knobs:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	color: #b6b6b6;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	line-height: 20px;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
	content: "";
	left: 64px;
	color: #22ba22;
}

#button-1 .checkbox:checked ~ .layer {
	background-color: #22ba22;
	padding-left:11px
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
	transition: 0.3s ease all;
}

.inputBox .toggle-button-cover .InfoAi {position: absolute; right:0}
.inputBox .toggle-button-cover .InfoAi a {width:30px; height:30px; line-height: 30px; border-radius: 50%; border:1px solid #22ba22; color:#22ba22; display:block; font-size:14px; text-align: center;}

.d_flex_sub {display:flex; gap:0 5px; justify-content: space-between; padding:0 20px; margin:10px 0;}
.d_flex_sub .inputBox {width:calc(100% - 90px)}
.d_flex_sub .toggle-button-cover {margin-top:5px}



#Header .subMenuBox {
	max-width: 720px;
	margin: 0 auto;
}

#Header .subMenu {
	position: relative;
}

#Header .sMenuList {
	display: inline-block;
	float: left;
	width: 25%;
}

#Header .subMenu.three .sMenuList {
	width: 33.3333%;
}

#Header .sMenuList>a {
	display: block;
	text-align: center;
	font-size: 14px;
	margin: 20px 0;
	font-weight: bold;
	line-height: 1.2;
	border-right: 1px solid #ccc;
	letter-spacing: -1px;
	width: 97%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#Header .sMenuList>a br {
	display: none;
}

#Header .sMenuList:last-child a {
	border: 0;
}

#Header .sMenuList .dropBox {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	background: #ededed;
	font-size: 12px;
	z-index: 20;
}

#Header .sMenuList .on {
	display: block;
}

#Header .sMenuList:nth-child(1) .dropBox ul {
	padding-left: 2%;
}

#Header .sMenuList:nth-child(2) .dropBox ul {
	padding-left: 26%;
}

#Header .subMenu.three .sMenuList:nth-child(2) .dropBox ul {
	padding-left: 34.3333%;
}

#Header .sMenuList:nth-child(3) .dropBox ul {
	padding-left: 52%;
}

#Header .sMenuList:nth-child(4) .dropBox ul {
	padding-left: 76%;
}

#Header .sMenuList li {
	padding: 8px 0;
	line-height: 1.4;
}

#Header .sMenuList li a {
	display: inline-block;
	margin-right: 5px;
	color: #666;
}

#Header .sMenuList .willstory {
	display: flex;
	flex-wrap: wrap;
}

#Header .sMenuList .willstory a {
	flex: 1 1 30%;
	padding: 8px 10px;
}

@media only screen and (max-width: 320px) {
	#Header .sMenuList .willstory a {
		flex: 1 1 40%;
	}
}

#Header .sMenuList:nth-child(1) .dropBox2 ul,
#Header .sMenuList:nth-child(2) .dropBox2 ul,
#Header .sMenuList:nth-child(3) .dropBox2 ul,
#Header .sMenuList:nth-child(4) .dropBox2 ul {
	padding-left: 0;
}

#Header .sMenuList .dropBox2 li {
	padding-left: 120px;
	position: relative;
}

#Header .sMenuList .dropBox2 li span {
	display: block;
	position: absolute;
	width: 110px;
	left: 0;
	z-index: 2;
	border-right: 1px solid #ccc;
	text-align: center;
}

#Header .sMenuList li:last-child {
	border: 0;
}

#Header .sMenuList a:after,
#Header .subMenuBox ul:after {
	content: "";
	display: block;
	clear: both;
}

#Header .dday {
	background: #f1f1f1;
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
}

#Header .dday span {
	color: #d60000;
}

#Header .dday strong {
	padding: 0 15px
}

#Header .dday strong:last-child span {
	color: #036ac1;
}

#Header .searchBox {
	position: relative;
	clear: both;
	max-width: 720px;
	margin: 0 auto 10px;
}

#Header .searchBox div {
	border: 2px solid #2364fe;
	height: 50px !important;
	width: 98%;
	margin: 0 auto;
	background: #fff;
	font-size: 16px;
	padding: 0 20px;
	border-radius: 50px;
	z-index: 20;
}

#Header .searchBox div input[type="search"] {
	border: 0;
	height: 46px;
	width: calc(100% - 130px);
	float: left;
}

#Header .searchBox div input:focus {
	border: 0 !important;
	color: #333;
}

#Header .searchBox button {
	display: block;
	position: absolute;
	width: 80px;
	font-size: 0;
	text-indent: -9999px;
	top: 5px;
	right: 18px;
	height: 40px;
	line-height: 40px;
	background: url("https://static.willbes.net/public/images/promotion/main/gate_v3_search.png") no-repeat center center;
	background-size: 60px;
	z-index: 1;
}

#Header .searchBox:after {
	content: "";
	display: block;
	clear: both;
}

#Header .searchBox.book div {
	border: 2px solid #0c9d00;
}

#Header .searchBox.book div select {
	position: absolute;
	top: 4px;
	left: 20px;
	z-index: 1;
}

#Header .searchBox.book div input[type="search"] {
	border: 0;
	height: 46px;
	width: calc(100% - 130px);
	float: left;
	/*margin-left:125px;*/
}

#Header .searchBox.book button {
	background: url("https://static.willbes.net/public/images/promotion/m/2012/wsbook_search.png") no-repeat center center;
}

/*서브메뉴*/
#Header .conSubMenuBox {
	max-width: 720px;
	margin: 0 auto;
}

#Header .conSubMenu {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 50px;
	width: auto;
}

#Header .consMenuList a.moreMenu {
	display: block;
	font-size: 1.2rem;
	margin: 0;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2d2d2d;
}
@media (max-width: 721px) {
	#Header .consMenuList a.moreMenu {
		font-size: 0.95rem;
	}
}

#Header .consMenuList a.moreMenu.more {
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
	text-align: center;
	border: 1px solid #ccc;
	height: 26px;
	width: 26px;
	border-radius: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#Header .consMenuList .dropBox {
	display: none;
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	border: 2px solid #ccc;
	padding: 1rem;
	background: #ededed;
	font-size: 0.85rem;
	line-height: 1.2;
	z-index: 10;
}


#Header .consMenuList .smTitle {
	font-size: 1rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px
}

#Header .consMenuList ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px
}

#Header .consMenuList ul:last-child {
	margin-bottom: 0
}

#Header .consMenuList li {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-content: stretch;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px
}

#Header .consMenuList li span {
	font-size: 0.7rem;
	background: #333;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#Header .consMenuList li div {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}


#Header .consMenuList .willstory {
	display: flex;
	flex-wrap: wrap;
}

#Header .consMenuList .willstory a {
	flex: 1 1 30%;
	padding: 8px 10px;
}

@media only screen and (max-width: 320px) {
	#Header .consMenuList .willstory a {
		flex: 1 1 40%;
	}
}


/* MainTxtBnr */
.MainTxtBnr {
	background: #0c5dc0;
	height: 36px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 34px;
}

.MainTxtBnr strong {
	font-size: 14px;
	font-weight: bold;
}

/* Login Form */

/* Basic Code */
body.memBody .widthAuto,
body.memBody .widthAuto320,
body.memBody .widthAuto460,
body.memBody .widthAuto550,
body.memBody .widthAuto690,
body.memBody .widthAuto770 {
	width: 100% !important;
	margin: 0 auto;
}

body.memBody #Gnb,
body.memBody #Header,
body.memBody #Footer {
	display: none;
}

/* Login Form : 공통 */
.mem-Tit {
	text-align: center;
	padding: 35px 0 70px;
}

.mem-Tit span {
	font-family: "NotoSansCJKkr-Regular", "Noto Sans KR", "Malgun Gothic",
		"맑은 고딕";
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -2px;
	display: inline-block;
	padding-top: 11px;
	padding-left: 11px;
	vertical-align: middle;
}

.Member {
	padding: 0 5%;
	letter-spacing: 0;
}

.Member .inputBox {
	height: auto;
	margin-bottom: 14px;
}

.Member .inputBox input {
	width: 100%;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #d4d4d4;
}

/* Login Form : 로그인 */
.mem-Login button.mem-Btn {
	height: 40px;
}

.mem-Login .chkBox {
	margin-bottom: 20px;
}

.mem-Login .chkBox ul {
	height: 20px;
}

.mem-Login .chkBox ul li {
	float: left;
	width: 50%;
	line-height: 18px;
}

.mem-Login .chkBox ul li input[type="checkbox"] {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0;
	cursor: pointer;
}

.mem-Login .chkBox ul li .labelSave {
	padding-left: 10px;
}

/*********************************************     INTRO PAGE     *********************************************/
.Container {
	max-width: 720px;
	margin: 0 auto;
}

.Container .Tit {
	font-size: 18px;
	padding: 20px 0;
	background: #1a8ccb;
	text-align: center;
	color: #fff;
}
.Container .evtCtnsBox img {width:100%; max-width:720px;}

.introBox3 {
	background-color: #181818;
	background-image: url("https://static.willbes.net/public/images/promotion/m/gate_m_bg1.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px;
}

.introBox3 .menuGroup {
	max-width: 720px;
	margin: 0 auto;
}

.introBox3 div.w50 {
	float: left;
	display: inline;
	width: 50%;
}

.introBox3 h4 {
	padding: 12px 0;
	font-size: 16px;
	color: #fff;
	text-align: left;
}

.introBox3 h4 img {
	width: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

.introBox3 .bigType {
	display: flex;
	flex-wrap: wrap;
}

.introBox3 .bigType li {
	width: calc(33.33333% - 8px);
	margin: 0 4px;
}

.introBox3 .bigType li.full {
	width: 100%;
}

.introBox3 .bigType li a {
	display: block;
	padding: 0 10px;
	border: 1px solid #808080;
	margin: 0 0 8px 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	position: relative;
}

.introBox3 .bigType li a:active,
.introBox3 .bigType li a:hover {
	background: #ffff00;
	border: 1px solid #ffff00;
	color: #000;
}

.introBox3 .bigType li a span {
	font-size: 10px;
	margin-top: -2px;
	vertical-align: top;
	animation: upDown 1s infinite;
	-webkit-animation: upDown 1s infinite;
}

@keyframes upDown {
	from {
		color: #fff;
	}

	50% {
		color: #ff0000;
	}

	to {
		color: #fff;
	}
}

@-webkit-keyframes upDown {
	from {
		color: #fff;
	}

	50% {
		color: #ff0000;
	}

	to {
		color: #fff;
	}
}


.introBox3 .etc>a {
	display: block;
	padding: 10px;
	border: 1px solid #808080;
	font-size: 14px;
	color: #fff;
	margin: 0 4px 10px;
}

.introBox3 .etc>a:hover {
	background: #ffff00;
	border: 1px solid #ffff00;
	color: #000;
}

.introBox3 .etc>a span {
	display: inline-block;
	float: right;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border-radius: 6px;
	background-color: #fff;
	color: #000;
	text-align: center;
}

.introBox3 .etc .smallType {
	display: none;
}

.introBox3 .etc li {
	display: inline;
	float: left;
	width: 50%;
}

.introBox3 .etc li a {
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	display: inline-block;
}

.introBox3 .etc ul:after {
	content: "";
	display: block;
	clear: both;
}

/*********************************************     MAIN PAGE     *********************************************/

/* MainSlider */

/* Slider BASIC */
.swiper-container {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}

.swiper-slide img {
	width: 100% !important;
}

.swiper-slide a {
	width: 100% !important;
}

.swiper-slide a img {
	width: 100% !important;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev {
	border: none;
	outline: none;
}

[role="button"]:active {
	background: #000;
}

[role="button"]:link {
	background: #f90;
}

[role="button"]:visited {
	background: #f00;
}

/* Main : MainSlider */
.MainSlider,
.MainSlider .swiper-wrapper,
.MainSlider .swiper-slide {
	height: auto;
	width: 100%;
}

.MainSlider>.swiper-pagination-bullets,
.MainSlider .swiper-pagination-custom,
.MainSlider .swiper-pagination-fraction {
	float: right;
	width: auto;
	height: 12px;
	top: 15px;
	right: 15px;
	text-align: right;
	padding: 0 10px;
}

.MainSlider .swiper-pagination-bullet {
	background: #fff;
	width: 12px !important;
	height: 12px !important;
	line-height: 12px;
	border-radius: 12px;
	margin: 0 2px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	color: #000;
	opacity: 1;
}

.MainSlider .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}




/* Main : MainBnrSlider */
.MainBnrSlider,
.MainBnrSlider .swiper-wrapper,
.MainBnrSlider .swiper-slide {
	height: auto;
	width: 100% !important;
	z-index:1;
}

.MainBnrSlider .swiper-button-next,
.MainBnrSlider .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	z-index: 10;
	cursor: pointer;
	left: auto;
	right: auto;
	background-size: 38px;
}

.MainBnrSlider .swiper-button-next,
.MainBnrSlider .swiper-container-rtl .swiper-button-prev {
	background: url("https://static.willbes.net/public/images/promotion/m/icon_arrowR.png") no-repeat center center;
	right: 10px;
}

.MainBnrSlider .swiper-button-prev,
.MainBnrSlider .swiper-container-rtl .swiper-button-next {
	background: url("https://static.willbes.net/public/images/promotion/m/icon_arrowL.png") no-repeat center center;
	left: 10px;
}

.MainBnrSlider .swiper-button-next.swiper-button-disabled,
.MainBnrSlider .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}

@media only screen and (max-width: 374px) {

	.MainBnrSlider .swiper-button-next,
	.MainBnrSlider .swiper-button-prev {
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background-size: 20px;
	}
}


/* MainFixBnr */
.MainFixBnr {
	float: left;
	width: 100%;
}

.MainFixBnr ul li {
	float: left;
	width: 50%;
}

.MainFixBnr ul li img {
	width: 100%;
}

.swiper-slide img {
	width: 100% !important;
}

/* line 공통 */
.line {
	background: #e9e9e9;
	height: 5px;
	border-bottom: 1px solid #ccc;
	text-indent: -9999px;
}

/* Main : MainCampusTabs */
.MainCampusTabs .willbes-Txt-Tit {
	border-bottom: 1px solid #e4e4e4;
	margin: 20px 20px 0;
}

/* Main : MainCampusSlider */
.MainCampusSlider,
.MainCampusSlider .swiper-wrapper,
.MainCampusSlider .swiper-slide {
	height: auto;
}

.MainCampusSlider {
	width: auto;
	margin: 0 20px;
	overflow: hidden;
}

.MainCampusSlider .swiper-wrapper {
	height: 50px;
}

.MainCampusSlider .swiper-slide {
	width: auto !important;
	height: 50px;
	white-space: nowrap;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
}

.MainCampusSlider .swiper-slide a {
	float: left;
	display: block;
	padding: 0 20px;
	line-height: 50px;
	font-size: 12px;
}

.MainCampusSlider .swiper-slide a.on {
	color: #1a8ccc;
}

.MainCampusSlider .swiper-slide .row-line {
	background: #b5b5b5;
	width: 1px;
	height: 8px;
	margin: 21px 0;
}

/* Main : MainCampusListSlider */
.MainCampusListSlider,
.MainCampusListSlider .swiper-wrapper,
.MainCampusListSlider .swiper-slide {
	height: auto;
}

.MainCampusListSlider .swiper-button-next,
.MainCampusListSlider .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 49px;
	height: 45px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	left: auto;
	right: auto;
}

.MainCampusListSlider .swiper-button-next,
.MainCampusListSlider .swiper-container-rtl .swiper-button-prev {
	background: url("../../../img/willbes/m/main/btn_next_gray.png") no-repeat center center;
	right: 0;
}

.MainCampusListSlider .swiper-button-prev,
.MainCampusListSlider .swiper-container-rtl .swiper-button-next {
	background: url("../../../img/willbes/m/main/btn_prev_gray.png") no-repeat center center;
	left: 0;
}

.MainCampusListSlider .swiper-button-next.swiper-button-disabled,
.MainCampusListSlider .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}

.MainCampusListSlider {
	background: #eaeaea;
	height: 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.campuslistWrap {
	width: auto;
	margin: 0 50px;
}

.MainCampusListSlider .swiper-slide {
	background: none;
	width: auto !important;
	height: 48px;
	white-space: nowrap;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
}

.MainCampusListSlider .swiper-slide a {
	display: inline-block;
	padding: 0 20px;
	line-height: 48px;
	font-size: 12px;
}

.MainCampusListSlider .swiper-slide a.on {
	color: #1a8ccc;
}

/*공무원*/
.gosiTitle {
	font-size: 22px;
	text-align: center;
	padding: 45px 0 20px;
	word-break: keep-all;
	line-height: 1.2;
}

.gosiSecBn01 li {
	display: inline;
	float: left;
	width: 49%;
	max-width: 350px;
}

.gosiSecBn01 li.f_left {
	float: left;
}

.gosiSecBn01 li.f_right {
	float: right;
}

.gosiSecBn01 ul:after {
	content: "";
	display: block;
	clear: both;
}

.gosiSecBn01 .c_both {
	clear: both;
	margin-top: 2.5%;
}

.gosiSecBn01 img {
	width: 100%;
}

.gosi .gosiProf {
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
}

.gosi .gosiProf .swiper-container-prof {
	height: 600px;
}

.gosi .gosiProf .swiper-slide {
	width: 220px;
	height: calc((100% - 10px) / 2);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.gosi .gosiProf .swiper-slide a {
	display: block;
}

.gosi .gosiProf .swiper-slide img {
	width: 100%;
}

.gosi .gosiProf .swiper-container-prof .swiper-pagination {
	bottom: 10px;
}

.gosi .gosiProf .swiper-container-prof .swiper-pagination .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

.gosi .gosiProf-psat {
	text-align: center;
}

.gosi .gosiProf-psat div {
	float: left;
	width: calc(50% - 10px);
	margin: 0 5px 20px;
}

.gosi .gosiProf-psat div img {
	width: 100%;
	max-width: 350px;
}

.gosi .gosiProf-psat:after {
	content: "";
	display: block;
	clear: both;
}

.gosi .gosiTip {
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
	margin-top: -30px;
}

.gosi .gosiTip .swiper-container-tip {
	width: 100%;
	padding-bottom: 56.25%;
	margin: 0;
}

.gosi .gosiTip .swiper-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	height: 100%;
}

.gosi .gosiTip .swiper-slide {
	background-color: transparent;
}

.gosi .gosiTip .swiper-slide a {
	display: block;
}

.gosi .gosiTip .swiper-slide .bnTit {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px auto 0;
	font-size: 12px;
}

.gosi .gosiTip .swiper-slide img {
	width: 100%;
}

.gosi .gosiTip .swiper-container-lec .swiper-pagination {
	bottom: 0 !important;
}

.gosi .gosiTip .swiper-container-lec .swiper-pagination .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}



.gosi .campus li {
	display: inline;
	float: left;
	width: 50%;
}

.gosi .campus li a {
	display: block;
	border: 1px solid #333;
	text-align: center;
	padding: 15px 0;
	margin-right: 5px;
	font-size: 1.6vh;
	width: calc(100%-5px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gosi .campus li a.on {
	background: #333 !important;
	color: #fff !important;
}

.gosi .campus li:last-child a {
	margin: 0;
}

.gosi .campus ul:after {
	content: "";
	display: block;
	clear: both;
}

.gosi .mapCts {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	word-break: keep-all;
}

.gosi .mapCts img {
	width: 100%;
	max-width: 698px;
}

.gosi .mapCts .add {
	margin: 20px 10px 0;
	text-align: left;
	line-height: 1.4;
}

.gosi .mapCts .add span {
	display: inline-block;
	color: #ccc;
}

.gosi .mapCts .add a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #1a8ccc;
	color: #fff;
	text-align: center;
	margin: 10px auto;
}

.gosi .mapCts .add br {
	display: block;
}

/*고등고시*/
.bnSec02 ul {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.bnSec02 li {
	display: inline;
	float: left;
	width: 33.33333%;
}

.bnSec02 li img {
	width: 100%;
	max-width: 240px;
}

.bnSec02 li:last-child {
	border: 0;
}

.bnSec02 ul:after {
	content: "";
	display: block;
	clear: both;
}

.bnSec03 {
	margin-bottom: 10px;
	padding: 0 10px;
}

.bnSec03 ul {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.bnSec03 li {
	display: inline;
	float: left;
	width: 50%;
}

.bnSec03 li a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.bnSec03 li:last-child {
	border: 0;
}

.bnSec03 ul:after {
	content: "";
	display: block;
	clear: both;
}

.mainTab {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.mainTab li {
	display: inline;
	float: left;
	width: 33.33333%;
}

.mainTab.one li {
	display: inline;
	float: left;
	width: 100%;
}

.mainTab.two li {
	display: inline;
	float: left;
	width: 50%;
}

.mainTab li a {
	display: block;
	font-size: 16px;
	text-align: center;
	background: #eaeaea;
	color: #8a8a8a;
	padding: 20px 0;
	font-size: bold;
	border-right: 1px solid #ccc;
	line-height: 1.2;
}

.mainTab li a br {
	display: none;
}

.mainTab li:last-child a {
	border: 0;
}

.mainTab li a.on {
	background: #fff;
	color: #313131;
}

.mainTab:after {
	content: "";
	display: block;
	clear: both;
}

.mainTab.four li {
	width: 25%;
}

.mSubTit {
	text-align: center;
	font-size: 1.9em;
	color: #2e2e2e;
	letter-spacing: -2px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.mSubTit span {
	color: #e80000;
}

/*이달의 강의*/
.thisMonth {
	width: calc(100% - 40px);
	margin: 0 auto;
	overflow: hidden;
}

.thisMonth .swiper-container-lec {
	width: 100%;
	height: 180px;
	position: relative;
}

.thisMonth .swiper-slide {
	width: 33.33333%;
	height: 152px;
	text-align: center;
	font-size: 18px;
	background: #eee;
	overflow: hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	-webkit-align-items: left;
	align-items: left;
}

.thisMonth .swiper-slide a {
	display: block;
	height: 152px;
}

.thisMonth .swiper-slide div {
	position: absolute;
	top: 38px;
	left: 18px;
	width: 50%;
	text-align: left;
	color: #ff3600;
	line-height: 1.2;
	font-size: 14px;
	word-break: keep-all;
	z-index: 2;
}

.thisMonth .swiper-slide span {
	display: block;
	font-size: 24px;
	color: #2e2e2e;
}

.thisMonth .swiper-slide img {
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 100%;
	max-width: 200px;
	z-index: 1;
}

.thisMonth .swiper-container-lec .swiper-pagination {
	bottom: 0 !important;
}

.thisMonth .swiper-container-lec .swiper-pagination .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

/**/
.sampleView {
	height: 360px;
	width: calc(100% - 20px);
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
}

.sampleView .swiper-container-view {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.sampleView .swiper-slide {
	text-align: left;
	font-size: 16px;
	background: #eee url("../../../img/willbes/m/main/icon_play.png") no-repeat 98% center;
	background-size: 30px;
	height: calc((100% - 10px) / 4);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.sampleView .swiper-container-View .swiper-pagination {
	bottom: -55px !important;
}

.sampleView .swiper-container-View .swiper-pagination .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

.sampleView .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #5a5a5a;
}

.sampleView .swiper-slide a img {
	max-width: 80px;
	float: left;
	display: inline-block;
	margin: 0 10px;
}

.sampleView .swiper-slide a div {
	margin-top: 18px;
	line-height: 1.2;
	float: left;
	width: calc(100% - 100px);
}

.sampleView .swiper-slide a div span {
	margin: 0 10px;
	height: 14px;
	width: 1px;
	background: #999;
	display: inline-block;
}

.sampleView .swiper-slide a div strong {
	color: #2e2e2e;
}

.sampleView .swiper-slide a div p {
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.sampleView .sampleLecBn:after {
	content: "";
	display: block;
	clear: both;
}

/*로드맵*/
.loadMap {
	font-size: 14px;
	padding: 0 20px;
}

.loadMap>ul {
	margin: 10px 0;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
}

.loadMap>p {
	border: 1px dashed #e4e4e4;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.loadMap>p.start {
	border-bottom: 0;
}

.loadMap>p.goal {
	border-top: 0;
}

.loadMap>p span {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	padding: 0 5px;
}

.loadMap>p.start span {
	margin-top: -16px;
}

.loadMap>p.goal span {
	margin-top: 14px;
}

.loadMap li.lmTitle>a {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #757575;
	padding: 15px;
	border-bottom: 1px solid #d9d9d9;
	background: #eee url("../../../img/willbes/m/main/icon_arr_top.png") no-repeat 98% center;
}

.loadMap .lmCts a.moreBtn {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #2e2e2e;
	border-radius: 20px;
	width: 130px;
	margin: 20px auto 0;
	text-align: center;
}

.loadMap .lmCts {
	display: none;
	padding: 15px;
	border-bottom: 1px solid #d9d9d9;
	color: #757575;
	line-height: 1.4;
}

.loadMap .lmCts ul {
	margin: 15px 0;
}

.loadMap .lmCts ul li {
	list-style: disc;
	margin-left: 15px;
}

.loadMap .lmCts div span {
	box-shadow: inset 0 -10px 0 rgba(255, 255, 0, 0.3);
	color: #333;
}

.loadTab {
	border-top: 1px solid #ccc;
	margin-bottom: 40px;
}

.loadTab li {
	display: inline;
	float: left;
	width: 50%;
}

.loadTab li a {
	display: block;
	font-size: 16px;
	text-align: center;
	background: #eaeaea;
	color: #8a8a8a;
	height: 50px;
	line-height: 50px;
	font-size: bold;
	border-right: 1px solid #ccc;
}

.loadTab li:last-child a {
	border: 0;
}

.loadTab li a.on {
	background: #fff;
	color: #313131;
}

.loadTab:after {
	content: "";
	display: block;
	clear: both;
}

/*메인 cs센터*/
.csCenter {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	margin-bottom: 30px;
}

.csCenter li {
	display: inline;
	float: left;
	width: 33.33333%;
}

.csCenter li a {
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	letter-spacing: -1px;
}

.csCenter .link li:last-child a {
	border-right: 0;
}

.csCenter .link li a {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.8vh;
	color: #313131;
}

.csCenter .tel {
	background: #eee;
	border-bottom: 1px solid #ccc;
}

.csCenter .tel li {
	padding: 2vh 0;
	border-right: 1px solid #ccc;
	cursor: pointer;
}

.csCenter .tel li:last-child {
	border-right: 0;
}

.csCenter li img {
	float: left;
	margin: -13% 5px 10px 10px;
}

.csCenter li div.goTel {
	display: flex;
	justify-content: center;
	align-items: center;
}

.csCenter li div.goTel div {
	float: left;
	font-size: 1.6vh;
	line-height: 1.4;
	margin-left: 5px;
}

.csCenter li div.goTel a {
	border: 0;
}

.csCenter li strong {
	display: block;
	font-size: 1.8vh;
	color: #313131;
}

.csCenter li span {
	display: block;
	color: #006cff;
	font-weight: bold;
}

.csCenter .tel li:after,
.csCenter ul:after {
	content: "";
	display: block;
	clear: both;
}

.gosibtns {
	margin: 20px 20px 0;
	border-bottom: 2px solid #333;
	padding-bottom: 20px;
}

.gosibtns li {
	display: inline;
	float: left;
	width: 33.33333%;
}

.gosibtns li a {
	display: block;
	text-align: center;
	margin: 0 5px 5px 0;
	border: 1px solid #e4e4e4;
	font-size: 0.9rem;
	padding: 10px 0;
	color: #666;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gosibtns li:nth-child(3) a,
.gosibtns li:nth-child(6) a {
	margin-right: 0;
}

.gosibtns li a:hover,
.gosibtns li a:active {
	background: #1a8ccc;
	color: #fff;
	border: 1px solid #1a8ccc;
}

.gosibtns ul:after {
	content: "";
	display: block;
	clear: both;
}

/*경찰캐스트*/
.cast {
	width: calc(100% - 40px);
	margin: 0 auto;
	overflow: hidden;
}

.cast .swiper-container-lec {
	width: 100%;
	height: 180px;
	position: relative;
}

.cast .swiper-slide {
	width: 226px;
	height: 152px;
}

.cast .swiper-slide a {
	display: block;
}

.cast .swiper-container-lec .swiper-pagination {
	bottom: 0 !important;
}

.cast .swiper-container-lec .swiper-pagination .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

/*경찰 메인 베스트 강좌*/
.bestView {
	height: 360px;
	width: calc(100% - 40px);
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
}

.bestView .swiper-container-view {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.bestView .swiper-slide {
	text-align: left;
	font-size: 16px;
	background: #eee;
	height: calc((100% - 10px) / 4);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bestView .swiper-container-View .swiper-pagination {
	bottom: -55px !important;
}

.bestView .swiper-container-View .swiper-pagination .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

.bestView .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #5a5a5a;
	font-size: 12px;
}

.bestView .swiper-slide a img {
	max-width: 80px;
	float: left;
	display: inline-block;
	margin: 0 10px;
}

.bestView .swiper-slide a div {
	margin-top: 12px;
	line-height: 1.2;
	float: left;
	width: calc(100% - 100px);
}

.bestView .swiper-slide a div p {
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	font-size: 14px;
}

.bestView .swiper-slide a span {
	background: #333;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 11px;
}

.bestView .sampleLecBn:after {
	content: "";
	display: block;
	clear: both;
}

/****************윌스토리 서점 : 메인******************/

.wsbook .tx-main {
	color: #0c9d00;
}

.wsbook .mainTit {
	font-size: 20px;
	position: relative;
	height: 30px;
	padding: 0 10px;
}

.wsbook .mainTit a {
	position: absolute;
	bottom: 0;
	right: 10px;
	display: block;
	border: 1px solid #ccc;
	color: #000;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	z-index: 1;
}

.wsbookList {
	height: 350px;
	overflow: hidden;
	position: relative;
}

.wsbookList .swiper-container-nBook {
	width: 100%;
}

.wsbookList .swiper-slide {
	width: 33.33333%;
	text-align: center;
	font-size: 18px;
	height: 310px;
	position: flex;
}

.wsbookList .swiper-slide a {
	display: block;
	font-size: 14px;
	margin-right: 5px;
}

.wsbookList .swiper-slide .bookimg {
	width: 210px;
	height: 250px;
	margin: 0 auto;
	/*border:1px solid #d9d9d9;*/
	position: relative;
}

.wsbookList .swiper-slide img {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
}

.wsbookList ul {
	margin-top: 10px;
	line-height: 1.4;
}

.wsbookList li:first-child {
	font-size: 11px;
	color: #737373;
}

.wsbookList li:nth-child(2) {
	width: 98%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wsbookList li:last-child strong {
	font-size: 14px;
	color: #0c9d00;
}

.wsbookList li:last-child span {
	color: #000;
	font-weight: normal;
	text-decoration: line-through;
}

.wsbookList .swiper-container-nBook.swiper-pagination {
	bottom: 0 !important;
}

.wsbookList .swiper-container-nBook.swiper-pagination .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

.wsbookList .mdBook {
	width: 100%;
}

.wsbookList .mdBook .swiper-slide {
	display: inline;
	float: left;
	width: 33.33333%;
}

.wsbookList .swiper-slide a {
	padding: 0 5px;
}

.wsbookList .mdBook:after {
	content: "";
	display: block;
	clear: both;
}

.wsbook .noticeBox .List-Table li a span {
	background: #0c9d00;
}

/*메인-오늘의책*/
.wsBook .todayBook {
	position: relative;
	padding: 20px;
	height: auto;
	background-color: #f3f3f3;
	margin-top: 10px;
}

.wsBook .todayBook .todaybookList {
	width: 100%;
}

.wsBook .todayBook .todaybookList .bookimgB {
	float: left;
	width: 45%;
	text-align: center;
	position: relative;
}

.wsBook .todayBook .todaybookList .bookimgB img {
	width: 80%;
	max-width: 175px;
}

.wsBook .todayBook .todaybookList .summary {
	float: right;
	width: 55%;
}

.wsBook .todayBook .todaybookList .summary li {
	color: #333;
	display: block;
	text-align: left;
	line-height: 1.5;
	word-break: keep-all;
}

.wsBook .todayBook .todaybookList .summary li:nth-child(1) {
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.1;
}

.wsBook .todayBook .todaybookList .summary li span {
	display: inline-block;
	text-decoration: line-through;
	margin-right: 10px;
	vertical-align: bottom;
}

.wsBook .todayBook .todaybookList .summary li strong {
	font-size: 16px;
	font-weight: bold;
	color: #d30000;
}

.wsBook .todayBook .todaybookList:after {
	content: "";
	display: block;
	clear: both;
}

.wsBook .todayBook p {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 15px;
	height: 57px;
	cursor: pointer;
	background: url(https://static.willbes.net/public/images/promotion/main/2012_arrow_01.png) no-repeat;
	background-size: 30px;
	z-index: 100;
}

.wsBook .todayBook p a {
	display: none;
}

.wsBook .todayBook p.leftBtn {
	left: 10px;
	background-position: left top;
}

.wsBook .todayBook p.rightBtn {
	right: 10px;
	background-position: right top;
}

.wsbook .csCenterBook {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
}

.wsbook .csCenterBook li {
	display: inline;
	float: left;
	padding: 15px;
	font-size: 14px;
	line-height: 1.5;
	word-break: keep-all;
}

.wsbook .csCenterBook li span {
	display: inline;
}

.wsbook .csCenterBook li:first-child {
	width: 65%;
}

.wsbook .csCenterBook li:last-child {
	width: 35%;
	text-align: center;
	padding: 15px 0;
}

.wsbook .csCenterBook li:last-child img {
	max-width: 60px;
}

.wsbook .csCenterBook li:last-child a {
	display: block;
	border-left: 1px solid #ccc;
}

.wsbook .csCenterBook ul:after {
	content: "";
	display: block;
	clear: both;
}

/****************윌스토리 서점 : 메인 end******************/

/****************윌스토리 서점 : 검색화면******************/
.wsbook-Search-List {
	margin-bottom: 30px;
}

.wsbook-Search-List .wsl-box {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.wsbook-Search-List .wsbookimg {
	float: left;
	width: 170px;
	text-align: center;
}

.wsbook-Search-List .wsbookimg img {
	width: 100%;
	max-width: 130px;
}

.wsbook-Search-List .wsbookinfo {
	float: left;
	line-height: 1.2;
	width: calc(100% - 170px);
}

.wsbook-Search-List .wsbookinfo li {
	margin-bottom: 8px;
}

.wsbook-Search-List .wsbookinfo li:first-child {
	font-size: 16px;
	margin-bottom: 15px;
}

.wsbook-Search-List .wsbookinfo li span {
	display: inline-block;
	width: 50px;
}

.wsbook-Search-List .wsbookinfo li:last-child span {
	display: inline;
	width: auto;
	text-decoration: line-through;
	color: #666;
}

.wsbook-Search-List .wsbookinfo li:last-child strong {
	color: #d30000;
	font-size: 14px;
}

.wsbook-Search-List .wsl-box:after {
	content: "";
	display: block;
	clear: both;
}

/****************윌스토리 서점 : 검색화면 end******************/

/****************윌스토리 서점 : 도서 상세보기*************************/
.wsBookViewWrap {
	border-top: 1px solid #e1e1e1;
}

.wsBookViewWrap h5 {
	font-size: 18px;
	margin-bottom: 30px;
	padding-left: 10px;
	color: #000;
}

.wsBookView {
	margin: 45px 0 20px;
}

.wsBookView h5 {
	margin-right: 10px;
}

.wsBookView .wsBookImg {
	display: inline-block;
	float: left;
	width: calc(42% - 10px);
	text-align: center;
}

.wsBookView .wsBookImg .imgWrap {
	width: 100%;
	max-width: 250px;
	margin: 0 auto
}

.wsBookView .wsBookImg img {
	width: 100%;
	max-width: 250px;
	margin: 0 auto
}

.wsBookView .wsBookImg .bookView {
	position: absolute;
	width: calc(100% - 2px);
	bottom: 0;
	display: block;
	z-index: 2;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 1px;
	font-size: 14px;
	text-align: center
}

.wsBookView .wsBookImg .bookView:hover {
	background-color: #000;
	color: #fff
}

.wsBookView .wsBookImg .lecViewBtn {
	display: block;
	text-align: center;
	width: 100%;
}

.wsbook .tx-main {
	color: #0c9d00;
}

.wsbook .mainTit {
	font-size: 20px;
	position: relative;
	height: 30px;
	padding: 0 10px;
}

.wsbook .mainTit a {
	position: absolute;
	bottom: 0;
	right: 10px;
	display: block;
	border: 1px solid #ccc;
	color: #000;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	z-index: 1;
}

.BookPlay .swiper-wrapper,
.BookPlay .swiper-slide {
	height: auto;
	width: 100%;
	padding-bottom: 15px;
	position: relative;
}

.BookPlay>.swiper-pagination-bullets,
.BookPlay .swiper-pagination-custom,
.BookPlay .swiper-pagination-fraction {
	width: auto;
	height: 5px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 10px;
	margin: 0;
}

.BookPlay .swiper-pagination-bullet {
	background: #b7b7b7;
	width: 20px !important;
	height: 5px !important;
	margin: 0 2px;
	border-radius: 0;
	opacity: 1;
}

.BookPlay .swiper-pagination-bullet-active {
	background: #000;
}

.BookPlay .youtube iframe {
	width: 100%;
	height: auto;
}


.BookViewImg,
.BookViewImg .swiper-wrapper,
.BookViewImg .swiper-slide {
	height: auto;
	width: 100%;
	padding-bottom: 15px;
	position: relative;
}

.BookViewImg>.swiper-pagination-bullets,
.BookViewImg .swiper-pagination-custom,
.BookViewImg .swiper-pagination-fraction {
	width: auto;
	height: 5px;
	bottom: -20px;
	text-align: center;
	padding: 0 10px;
}

.BookViewImg .swiper-pagination-bullet {
	background: #b7b7b7;
	width: 20px !important;
	height: 5px !important;
	margin: 0 2px;
	border-radius: 0;
	opacity: 1;
}

.BookViewImg .swiper-pagination-bullet-active {
	background: #000;
}




.wsBookView .wsBookInfo {
	display: inline-block;
	float: left;
	width: calc(58% - 20px);
	letter-spacing: normal;
	margin: 0 10px;
}

.wsBookView .wsBooktxt {
	border-top: 1px solid #d9d9d9;
}

.wsBookView .wsBooktxt li {
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 0;
}

.wsBookView .wsBooktxt strong.shead {
	display: inline-block;
	width: 50px;
}

.wsBookView .wsBooktxt a.another {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #0b9d00;
	width: 20px;
	padding: 3px 0;
	text-align: center;
	border-radius: 10px;
}

.wsBookView .wsBooktxt span {
	display: inline-block;
	min-width: calc(95% - 70px);
}

.wsBookView .wsBooktxt li.total {
	text-align: right;
	font-size: 16px;
}

.wsBookView .wsBooktxt li.total strong {
	display: inline-block;
	width: calc(50% - 5px);
	color: #0b9d00;
	padding-right: 5px;
}

.wsBookView .wsBooktxt a.more {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	width: 18px;
	text-align: center;
	font-size: 11px;
	background: #0b9d00;
	color: #fff;
	border-radius: 4px;
	vertical-align: middle;
	margin-left: 10px;
}

.wsBookView .wsBooktxt a.more .delivery {
	display: none;
}

.wsBookView .wsBooktxt a.more:hover .delivery {
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	font-size: 12px;
	border: 2px solid #0b9d00;
	background: #fff;
	color: #333;
	padding: 20px;
	width: 520px;
	line-height: 1.5;
	z-index: 5;
}

.wsBookView .wsBooktxt select {
	width: 50px;
	height: 30px;
	border: 1px solid #d4d4d4;
}

.wsBookView .wsBook-buyBtn {
	margin-top: 20px;
}

.wsBookView .wsBook-buyBtn li {
	display: inline;
	float: left;
	width: 50%;
}

.wsBookView .wsBook-buyBtn:after {
	content: "";
	display: block;
	clear: both;
}

.wsBookView .wsBookInfo:after,
.wsBookView:after {
	content: "";
	display: block;
	clear: both;
}

.wsBookViewWrap .naver {
	clear: both;
	text-align: center;
	margin: 20px 0;
}

.wsBookViewWrap .lec-info-tab {
	font-size: 12px;
}

.wsBookViewWrap .lec-info-tab .tabWrap li a:hover,
.wsBookViewWrap .lec-info-tab .tabWrap li a.on {
	background: #0c9d00;
	border: 1px solid #0c9d01;
	color: #fff;
}

.wsBookViewWrap .tabBox li {
	list-style-type: disc;
	margin-left: 20px;
}

.wsBookViewWrap .lec-info-tab .tabBox img {
	display: block;
	width: 100%;
	max-width: 680px;
	height: auto;
	margin-bottom: 20px;
}

/****************윌스토리 서점 : 도서 상세보기 end*************************/

/****************윌비스 임용 : 메인******************/
.ssam .tx-main {
	color: #0c5dc0;
}

.ssam .mainTit {
	font-size: 20px;
	position: relative;
	height: 30px;
	margin: 0 10px;
}

.ssam .mainTit .goBtns {
	position: absolute;
	top: 0;
	right: 0;
}

.ssam .mainTit .goBtns li {
	display: inline;
	float: left;
	margin-left: 5px;
}

.ssam .mainTit .goBtns li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	background: #0c5dc0;
	font-size: 12px;
}

.ssam .mainTit .goBtns li:last-child a {
	background: #464646;
}

.ssam .mainTit .goBtns ul:after {
	content: "";
	display: block;
	clear: both;
}

.ssam .replyBox {
	height: 210px;
	position: relative;
}

.ssam .replyBox .swiper-container-reply {
	height: 180px;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 0 10px;
	overflow: hidden;
}

.ssam .replyBox .swiper-slide {
	text-align: left;
	font-size: 18px;
	height: 180px;
	position: flex;
	background: none;
	padding: 10px;
}

.ssam .replyBox .review {
	color: #3a3a3a;
	line-height: 1.5;
}

.ssam .replyBox .reviewInfo {
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
	font-weight: bold;
}

.ssam .replyBox .reviewInfo span {
	margin: 0 10px;
	color: #ccc;
}

.ssam .replyBox .review .title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.ssam .replyBox .review .title img {
	display: inline;
	margin-right: 10px;
	width: 82px !important;
	vertical-align: middle;
}

.ssam .replyBox .review .reviewTxt {
	font-size: 14px;
	line-height: 1.7;
	height: 50px;
	overflow: hidden;
}

.ssam .swiper-container-reply .swiper-pagination {
	bottom: 0 !important;
}

.ssam .swiper-container-reply .swiper-pagination .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

.ssam .noticeBox .List-Table li a span {
	background-color: #0c5dc0;
}

.ssam .noticeBox .List-Table2 li a {
	width: 95%;
}

.ssam .reference {
	text-align: right;
	color: #666;
	margin-top: 10px;
}

.ssam .bestLecBox {
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

.ssam .bestLecBox .bestLec {
	position: relative;
	display: block;
	float: left;
	width: 33.33333%;
	height: 150px;
	overflow: hidden;
}

.ssam .bestLecBox .bestLec a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	z-index: 2;
}

.ssam .bestLecBox .bestLec:first-child a {
	border-left: 1px solid #ccc;
}

.ssam .bestLecBox .bestLec .profImg img {
	position: absolute;
	top: 20px;
	right: -30px;
	width: 65%;
	z-index: 1;
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
	-moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
	-ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
	-o-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
	transform: scale(1);
	transition: all ease-in-out 0.2s;
}

.ssam .bestLecBox .best {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 0 17px 17px 17px;
	background: #0c5dc0;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.ssam .bestLecBox .lecinfo {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 90%;
	z-index: 2;
	font-size: 14px;
	line-height: 1.5;
}

.ssam .bestLecBox .lecinfo li {
	margin-bottom: 15px;
}

.ssam .bestLecBox .lecinfo li:nth-of-type(1) {
	font-weight: bold;
	font-size: 20px;
}

.ssam .bestLecBox .lecinfo li:nth-of-type(1) span {
	display: block;
	font-size: 14px;
}

.ssam .bestLecBox .lecinfo li strong {
	background: #a9d1d1;
	color: #262a6a;
	font-weight: bold;
	padding: 5px 10px;
}

.ssam .bestLecBox .lecinfo li:last-child {
	display: block;
	word-break: keep-all;
}

.ssam .bestLecBox .lecinfo li:last-child span {
	background: rgba(255, 255, 255, 0.5);
}

.ssam .bestLecBox:after {
	content: "";
	display: block;
	clear: both;
}

.ssam .bestLecBoxV2 {
	margin-top: 10px;
}

.ssam .bestLecBoxV2 .bestLec {
	position: relative;
	display: block;
	float: left;
	width: 33.33333%;
	overflow: hidden;
}

.ssam .bestLecBoxV2 .bestLec a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.ssam .bestLecBoxV2 .bestLec .profImg img {
	width: 100%;
}

.ssam .bestLecBoxV2 .bestLec .best {
	position: absolute;
	right: 2%;
	bottom: 2%;
	width: 34px;
	height: 34px;
	z-index: 10;
}

.ssam .bestLecBoxV2 .bestLec .best img {
	width: 100%;
}

.ssam .bestLecBoxV2 .lecinfo {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 90%;
	z-index: 2;
	font-size: 14px;
	line-height: 1.5;
}

.ssam .bestLecBoxV2 .lecinfo li {
	margin-bottom: 15px;
}

.ssam .bestLecBoxV2 .lecinfo li:nth-of-type(1) {
	font-weight: bold;
	font-size: 20px;
}

.ssam .bestLecBoxV2 .lecinfo li:nth-of-type(1) span {
	font-size: 14px;
}

.ssam .bestLecBoxV2 .lecinfo li strong {
	background: #fff;
	color: #262a6a;
	font-weight: bold;
	padding: 5px 10px;
}

.ssam .bestLecBoxV2 .lecinfo li:last-child {
	display: block;
	word-break: keep-all;
}

.ssam .bestLecBoxV2 .lecinfo li:last-child span {
	background: rgba(255, 255, 255, 0.5);
}

.ssam .bestLecBoxV2:after {
	content: "";
	display: block;
	clear: both;
}

.ssam .sampleLec {
	height: auto;
	margin: 0 20px;
	overflow: hidden;
	padding-bottom: 40px;
	position: relative;
}

.ssam .sampleLec li {
	display: block;
	width: 100%;
	max-width: 680px;
}

.ssam .sampleLec li a {
	display: block;
	margin-bottom: 10px;
}

.ssam .sampleLec li a img {
	width: 100%;
}

.ssam .sampleLec .bx-pager {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.ssam .sampleLec .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 2px;
}

.ssam .sampleLec .bx-pager .bx-pager-item a {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	font-size: 0;
	text-indent: -9999px;
	background: #b6b5c5;
	vertical-align: middle;
}

.ssam .sampleLec .bx-pager .bx-pager-item a.active {
	background: #0c5dc0;
}




.ssam .examInfo li {
	display: inline;
	float: left;
	width: 25%;
	margin-bottom: 0;
}

.ssam .examInfo li a {
	display: block;
	text-align: center;
	font-size: 15px;
	border-right: 1px solid #e4e4e4;
	letter-spacing: -1px;
}

.ssam .examInfo li img {
	display: block;
	width: 70%;
	max-width: 92px;
	margin: 0 auto 10px;
}

.ssam .examInfo li:nth-child(4) a {
	border: 0;
}

.ssam .examInfo ul:after {
	content: "";
	display: block;
	clear: both;
}

/*임용 맛보기*/
.ssam .sampleView {
	height: 440px;
	width: calc(100% - 20px);
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
}

.ssam .sampleView .swiper-container-view {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.ssam .sampleView .swiper-slide {
	text-align: left;
	font-size: 16px;
	background: #eee url("../../../img/willbes/m/main/icon_play.png") no-repeat 98% center;
	background-size: 30px;
	height: calc((100% - 10px) / 5);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ssam .sampleView .swiper-container-View .swiper-pagination {
	bottom: -55px !important;
}

/*임용 맛보기 이미지 배너*/
.ssam .sampleViewImg {
	height: 600px;
	width: calc(100% - 20px);
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
}

.ssam .sampleViewImg .swiper-slide {
	background: none;
	height: calc((100% - 10px) / 5);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ssam .sampleViewImg .swiper-slide a img {
	width: 100%;
	float: none;
	margin: 0;
}

.ssam .sampleViewImg .swiper-container-View .swiper-pagination {
	bottom: 50px !important;
}

@media only screen and (max-width: 374px) {
	.ssam .sampleViewImg {
		height: 90vw;
	}
}

@media only screen and (min-width: 375px) and (max-width: 640px) {
	.ssam .sampleViewImg {
		height: 90vw;
	}
}

.ssam .ssamEtc {
	border-top: 1px solid #cfcfcf;
	text-align: center;
	padding: 20px 0;
	margin-top: 50px;
}

.ssam .ssamEtc a {
	display: inline-block;
	font-size: 15px;
	text-align: center;
	letter-spacing: -1px;
	width: 26%;
}

.ssam .ssamEtc a:last-child {
	border: 0;
}

.ssam .ssamEtc a img {
	display: block;
	margin: 0 auto 10px;
	max-width: 50px
}

.ssam .ssamCsCenter {
	margin: 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

.ssam .ssamCsCenter .tel {
	padding: 15px 0;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ssam .ssamCsCenter li {
	width: 50%;
}

.ssam .ssamCsCenter li .goTel {
	padding: 0 1.5vh;
	font-size: 1.4vh;
	line-height: 1.3;
	display: flex;
	align-items: center;
	text-align: center
}

.ssam .ssamCsCenter li:nth-child(2) .goTel {
	border-left: 1px solid #ccc;
}

.ssam .ssamCsCenter li .goTel div {
	width: 50%;
}

.ssam .ssamCsCenter li .goTel div strong {
	display: block;
	font-size: 1.8vh
}

.ssam .ssamCsCenter li .goTel span {
	color: #333;
	font-weight: bold;
	font-size: 2.8vh;
	text-align: center
}

/*임용 공지사항 강의 일정 테이블*/
.ssamLecTable {
	width: 100%;
	margin: 0 auto 50px;
	font-size: 12px
}

.ssamLecTable h5 {
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
	line-height: 1.2
}

.ssamLecTable h5 span {
	color: #002060;
	vertical-align: top
}

.ssamLecTable table {
	border: 2px solid #999
}

.ssamLecTable thead {
	border-bottom: 2px solid #999
}

.ssamLecTable th,
.ssamLecTable td {
	text-align: center;
	padding: 10px 5px !important;
	line-height: 1.4;
	border: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

.ssamLecTable thead th {
	color: #333;
	background: #e9ecf5 !important;
	font-size: 14px;
	font-weight: bold;
}

.ssamLecTable td a {
	display: block;
	padding: 3px;
	border-radius: 3px;
	font-size: 11px !important;
}

.ssamLecTable td a.btnSt01 {
	background: #ff6600;
	color: #fff;
}

.ssamLecTable td a.btnSt02 {
	background: #2e898e;
	color: #fff
}

.ssamLecTable td:nth-last-child(3) {
	font-size: 11px !important;
}

.ssamLecTable td strong {
	color: #000;
	font-size: 12px !important;
}

.ssamLecTable td em {
	color: #ed1c24
}


/****************윌비스 임용 : 메인 end******************/

/* Tabs : lineTab 공통 */
.lineTabs {
	float: left;
	width: 100% !important;
	padding: 20px;
}

/* Tabs : lineTab : lineWrap 공통 */
.lineWrap.one li {
	width: 100%;
}

.lineWrap.two li {
	width: 50%;
}

.lineWrap.three li {
	width: 33.33333333%;
}

.lineWrap.four li {
	width: 25% !important;
}

.lineWrap.five li {
	width: 20%;
}

/* Tabs : lineTab : boxlineWrap 공통 */
.boxlineWrap {
	height: 45px;
	border-bottom: 1px solid #1a8ccc;
}

.boxlineWrap li {
	float: left;
	height: 45px;
	box-sizing: border-box;
}

.boxlineWrap li a {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 43px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-align: center;
	letter-spacing: 0;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

.boxlineWrap li a img {
	vertical-align: top;
	margin-top: 11px;
	height: 25%;
}

.boxlineWrap li a span {
	vertical-align: baseline;
}

.boxlineWrap li:first-child a {
	border-left: 1px solid #e4e4e4;
}

.boxlineWrap li a.on {
	position: relative;
	z-index: 2;
	background: #fff;
	height: 45px;
	border-top: 1px solid #1a8ccc;
	border-left: 1px solid #1a8ccc;
	border-right: 1px solid #1a8ccc;
}

/* Tabs : lineTab : rowlineWrap 공통 */
.rowlineWrap {
	height: 60px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.rowlineWrap li {
	position: relative;
	float: left;
	height: 60px;
	box-sizing: border-box;
}

.rowlineWrap li a {
	display: block;
	min-height: 40px;
	width: 100% !important;
	padding: 10px 0;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-align: center;
	letter-spacing: -1px;
	border-bottom: 1px solid #e4e4e4;
}

.rowlineWrap li .twoRow {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -40px;
	text-align: center;
	font-size: 12px;
	width: 80px;
	background: #1a8ccc;
	color: #fff;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
}

.rowlineWrap li a img {
	vertical-align: top;
	margin-top: 11px;
	height: 25%;
}

.rowlineWrap li a span {
	vertical-align: TOP;
}

.rowlineWrap li a.on {
	position: relative;
	z-index: 2;
	background: #fff;
	color: #1a8ccc !important;
	border-bottom: 2px solid #1a8ccc;
}

.rowlineWrap li .row-line {
	position: absolute;
	top: 50%;
	right: 0;
	background: #e4e4e4;
	width: 1px;
	height: 20px;
	margin: 0;
	margin-top: -10px;
	z-index: 3;
}

/* Tabs : buttonTab 공통 */
.buttonTabs {
	float: left;
	width: 100%;
	padding: 20px;
}

.buttonWrap {
	height: 42px;
}

.buttonWrap li {
	float: left;
	height: 42px;
	box-sizing: border-box;
}

.buttonWrap li a {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 40px;
	font-size: 14px;
	color: #000;
	text-align: center;
	letter-spacing: 0;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.buttonWrap li:first-child a {
	border-left: 1px solid #e4e4e4;
}

.buttonWrap li a.on {
	position: relative;
	z-index: 2;
	background: #1a8ccc;
	font-weight: 600;
	color: #fff;
}

.buttonWrap.one li {
	width: 100%;
}

.buttonWrap.two li {
	width: 50%;
}

.buttonWrap.three li {
	width: 33.33333333%;
}

.buttonWrap.four li {
	width: 25%;
}

.buttonWrap.five li {
	width: 20%;
}

/* Main : Tabs : lecProfBox */
.tabSection {
	float: left;
	width: 100%;
	padding: 20px;
}

.lecProfWrap li a {
	font-size: 14px;
}

.lecProfTabs {
	padding: 0;
}

.lecProfBox ul {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #e4e4e4;
}

.lecProfBox ul:first-child {
	border-top: none;
}

.lecProfBox ul li {
	float: left;
}

.lecProfBox ul li.w-list {
	width: 70%;
	margin-left: 15px;
}

.lecProfBox ul li .w-tit {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lecProfBox ul li .w-name {
	font-size: 12px;
	color: #707070;
}

/* Main : Tabs : noticeBox */
.noticeBox .List-Table li {
	font-size: 14px;
	line-height: 40px;
	height: 42px;
	border-top: 1px solid #e4e4e4;
}

.noticeBox .List-Table li:first-child {
	border-top: none;
}

.noticeBox .List-Table li a {
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.noticeBox .List-Table li .date {
	float: right;
	width: 30%;
	color: #959595;
	text-align: right;
	font-size: 12px
}

.noticeBox .List-Table li a span {
	background: #ba560e;
	color: #fff;
	padding: 0 10px;
	border-radius: 10px;
	margin-right: 5px;
	font-size: 12px
}

.noticeBox .moreBtn {
	text-align: right;
}

.noticeBox .moreBtn a {
	display: inline-block;
	border: 1px solid #ccc;
	color: #000;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

/* 배너영역 */
.bannerSec01 {
	margin: 20px 0;
}

.bannerSec01 img {
	width: 100%;
}

/* appPlayer */
.appPlayer {
	padding: 0;
}

.appPlayer img {
	width: 100%;
}

/* Footer */
#Footer {
	background: #ececec;
	border-top: 1px solid #ccc;
	padding-bottom: 120px !important;
}

#Footer .ft-Link {
	font-size: 12px;
	color: #333;
	text-align: center;
	padding: 20px 0;
}

#Footer .ft-Link ul li {
	display: inline-block;
	margin: 0 3%;
}

#Footer address {
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 16px;
}

/*********************************************     공무원 메인     *********************************************/

#Header .tab-onoff {
	max-width: 720px;
	margin: 20px auto 0;
}

#Header .tab-onoff li {
	display: inline;
	float: left;
	width: 50%;
}

#Header .tab-onoff li a {
	display: block;
	text-align: center;
	border: 2px solid #f4f4f4;
	background: #f4f4f4;
	border-bottom: 2px solid #0d74ae;
	font-size: 16px;
	padding: 15px 0;
	color: #666;
}

#Header .tab-onoff li a.on {
	background: #fff;
	color: #0d74ae;
	border: 2px solid #0d74ae;
	border-bottom: 2px solid #fff;
}

#Header .tab-onoff:after {
	content: "";
	display: block;
	clear: both;
}

/*********************************************     CONTAINER PAGE     *********************************************/
.Container:after {
	content: "";
	display: block;
	clear: both;
}

/* Tit : 공통 */
.willbes-Tit {
	font-size: 16px;
	color: #323232;
	text-align: center;
	line-height: 48px;
	background: #ececec;
	height: 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.willbes-Tit button.goback {
	background: url("../../../img/willbes/m/main/icon_goback.png") no-repeat center center;
	background-size: 100%;
	width: 46px;
	height: 46px;
	border: none;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -23px;
}

.sticky-Title {
	position: relative;
	height: 50px;
}

.sticky-topTit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	height: auto;
}

.sticky-topTit.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	margin: 0 auto;
}

.willbes-List-Tit {
	font-size: 16px;
	color: #323232;
	padding: 15px 20px;
}

.willbes-Txt {
	font-size: 12px;
	color: #3a3a3a;
	line-height: 20px;
	padding: 0 20px 20px;
	border-bottom: 1px solid #ccc;
}

.willbes-Txt img {
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
}

.willbes-Txt2 {
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.willbes-Txt.on {
	height: 40px;
	overflow: hidden;
	margin-bottom: 0 !important;
}

.willbes-Txt span {
	vertical-align: baseline;
}

.willbes-Txt-Tit {
	font-size: 14px;
	color: #3a3a3a;
	line-height: 40px;
}

.willbes-Txt-Tit .row-line {
	background: #b5b5b5;
	width: 1px;
	height: 12px;
	margin: 0 10px;
}

.willbes-Txt-Tit .MoreBtn {
	float: right;
}

.willbes-Txt-Tit .MoreBtn a {
	font-size: 14px;
}

.willbes-Line {
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 48px;
	background: #1a8ccc;
	height: 50px;
	padding-left: 20px;
}

.willbes-Lec-Selected {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px;
}

.willbes-Lec-Selected select {
	float: left;
	font-size: 14px;
	height: 40px;
}

.willbes-Lec-Selected .chkBox {
	position: absolute;
	top: 20px;
	right: 20px;
	float: right;
	font-size: 14px;
	text-align: right;
	line-height: 40px;
}

.willbes-Lec-Selected .chkBox.line2 {
	top: 65px;
}

.willbes-Lec-Selected .chkBox input[type="checkbox"],
.willbes-Lec-Selected .chkBox input[type="radio"] {
	width: 20px;
	height: 20px;
	margin: 10px 4px 10px 0;
}

.willbes-Lec-Selected .chkBox span {
	float: right;
	font-size: 0.75rem;
}

.willbes-Lec-Selected .resetBtn {
	right: 20px;
	bottom: 20px;
	width: 37px;
	height: 40px;
}

.willbes-Lec-Selected .resetBtn a {
	display: block;
	border: 1px solid #d4d4d4;
}

.willbes-Lec-Selected .resetBtn a img {
	width: 100%;
}

.willbes-Lec-Selected .resetBtn.resetBtn02 {
	top: 50px;
}

.willbes-Lec-Selected:after {
	content: "";
	display: block;
	clear: both;
}

/*쪽지*/
.message-Selected {padding:20px; font-size: 14px;}
.message-Selected .seclectBox {display:flex; gap:0 1%; justify-content: space-between;}
.message-Selected .seclectBox select {width:calc(50%)}
.message-Selected select {
	height: 40px;
}
.message-Selected .inputBox {margin-top:1%; position: relative;}
.message-Selected .inputBox input[type="text"] {
	height: 40px;
	color: #ccc;
	width:100%
}

.message-Selected .inputBox input[type="text"]:focus {
	color: #333;
}

.message-Selected .inputBox .search-Btn {
	background: url("../../../img/willbes/m/main/icon_search_btn.png") no-repeat 0 0;
	background-size: 100%;
	width: 51px;
	height: 38px;
	border: none;
	position: absolute;
	top: 1px;
	right: 1px;
}
.message-list-wrap {margin:30px 20px 0; border:2px solid #e2e2e2; padding:20px}
.messageList {border-bottom:1px solid #e2e2e2; padding:13px 0; line-height:1.2}
.messageList:first-child {padding:0 0 13px}
.messageList:last-child {padding:13px 0 0; border:0}
.messageList li {margin-bottom:4px}
.messageList li:first-child {color:#ababab}
.messageList li:nth-of-type(2) {font-size:14px}
.messageList li:last-child {font-size:13px; color:#ababab; display:flex; gap:0 10px; align-items: center;}
.messageList li span.msgCheck {color:#db6541}
.messageList li span.nonCheck {color:#1087ef}
.listmore {margin: 20px 0 30px; text-align: center}
.listmore a {color:#132182} 

.message-view-wrap {margin:30px 20px 0; border:2px solid #e2e2e2; padding:20px; line-height:1.3}
.message-view-wrap ul {margin-bottom:15px}
.message-view-wrap li {margin-bottom:4px; border-bottom:1px solid #e2e2e2; padding:10px 0;}
.message-view-wrap li:first-child {font-size:14px; padding-top:0}
.message-view-wrap li:first-child p {color:#ababab; font-size:12px}
.message-view-wrap li:nth-of-type(2) {color:#ababab; font-size:13px; display:flex; gap:0 10px}
.message-view-wrap li:nth-of-type(2) span:last-child {color:#1087ef}
.message-view-wrap li:last-child a {display:flex; gap:0 10px; align-items: center;}
.message-view-wrap li:last-child a span {font-size:13px; color:#1087ef; border-bottom:1px solid #1087ef}


.willbes-WriteBox {
	width: 100%;
	float: left;
	padding: 0 20px;
}

.willbes-WriteBox .lecTitle {
	padding: 15px 0;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
}

.willbes-WriteBox textarea {
	border: 1px solid #d4d4d4;
	resize: none;
	width: 100%;
	height: 315px;
	overflow-x: auto;
	font-size: 14px;
	line-height: 24px;
	padding: 20px;
	color: #ccc;
}

.willbes-WriteBox textarea:focus {
	color: #333;
}

/* subContainer : rating-stars */
.rating-stars {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.rating-stars span {
	float: left;
	display: inline-block;
	line-height: 24px;
	margin-right: 10px;
	font-size: 14px;
	color: #000;
}

.rating-stars ul {
	float: left;
}

.rating-stars ul>li.star {
	display: inline-block;
	margin: 0 -3px;
}

.rating-stars ul>li.star>i.fa,
.rating-stars ul>li.star.selected.none>i.fa {
	background: url("/public/img/willbes/mypage/icon_star_off.png") no-repeat center center;
	width: 24px;
	height: 24px;
	display: block;
	cursor: pointer;
}

.rating-stars ul>li.star.hover>i.fa,
.rating-stars ul>li.star.selected>i.fa {
	background: url("/public/img/willbes/mypage/icon_star_on.png") no-repeat center center;
}

.rating-stars .success-box {
	display: inline-block;
	margin-left: 10px;
	line-height: 24px;
}

.rating-stars .success-box>div {
	vertical-align: baseline;
	display: inline-block;
}

.rating-stars:after {
	content: "";
	display: block;
	clear: both;
}

.AllchkBox .chkBox-Agree {
	background: url("/public/img/willbes/login/icon_check.png") no-repeat 0 0;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-left: 5px;
}

.AllchkBox .chkBox-Agree.checked {
	background: url("/public/img/willbes/login/icon_check.png") no-repeat 0 -44px;
}

.AllchkBox .chkBox-Agree input[type="checkbox"] {
	opacity: 0;
	width: 22px;
	height: 22px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.agree-All-Tit {
	font-size: 14px;
	font-weight: 600;
	color: #707070;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0;
	margin-bottom: 10px;
}

.agree-Chk .agree-Tit {
	position: relative;
	font-size: 14px;
	color: #707070;
}

.agree-Chk .agree-Tit a {
	display: block;
}

.agree-Chk .agree-Tit a .arrow {
	vertical-align: baseline;
	margin-left: 15px;
	font-size: 12px;
}

.agree-Chk .agree-Txt {
	display: none;
	margin-top: 10px;
	height: 150px;
	line-height: 1.5;
	padding: 10px;
	border: 1px solid #e2e2e2;
	overflow-x: auto;
}

.agree-Chk .agree-Txt li {
	margin-bottom: 10px;
}

.agree-Chk .agree-Tit a .v_arrow {
	background: url("/public/img/willbes/gnb/icon_arrow.gif") no-repeat -20px 0;
	display: inline-block;
	width: 9px;
	height: 6px;
	margin: 10px 15px;
	text-indent: -9999px;
	vertical-align: middle;
}

.agree-Chk .agree-Tit.hover a .v_arrow {
	background: url("/public/img/willbes/gnb/icon_arrow.gif") no-repeat -20px -12px;
}

/* btn : 공통 */
.btn_white {
	background: #fff;
	border: 1px solid #c9c9c9;
	color: #636363;
}

.btn_gray {
	background: #636363;
	border: 1px solid #636363;
	color: #fff !important;
}

.btn_black {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.btn_black_line {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.btn_blue {
	background: #1a8ccc;
	border: 1px solid #1a8ccc;
	color: #fff !important;
}

.btn-purple {
	background: #264abf;
	border: 1px solid #264abf;
	color: #fff !important;
}

.btn-purple-line {
	background: #fff;
	border: 1px solid #264abf;
	color: #264abf !important;
}

/* 상태 공통 */
.w-info dt .nBox {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 14px;
	padding: 3px 6px;
	vertical-align: middle !important;
}

.w-info dt .nBox.n1 {
	background: #f14078;
}

.w-info dt .nBox.n2 {
	background: #21abc8;
}

.w-info dt .nBox.n3 {
	background: #1087ef;
}

.w-info dt .nBox.n4 {
	background: #333;
}

.w-info dt .nBox.n5 {
	background: #fe3333;
}

.w-info dt .nBox.n6 {
	background: #46a1dc;
}

.w-info dt .nBox.n7 {
	background: #2119b7;
}

.w-info .lBox {
	display: inline-block;
	min-width: 50px;
	height: 30px;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 30px;
	padding: 0 6px;
	border: 1px solid #000;
}

.w-info .lBox.n1 {
	background: #fff;
	color: #1a8ccc;
	border-color: #1a8ccc;
}

.w-info .lBox.n2 {
	background: #4b4b4b;
	color: #fff;
	border-color: #4b4b4b;
}

/* lecTable : 공통 */
.lecAllChk {
	margin: 20px;
}

.lecAllChk input[type="checkbox"] {
	float: left;
	width: 20px;
	height: 20px;
}

.lecAllChk label {
	font-size: 15px;
	line-height: 19px;
	margin-left: 5px;
}

.lecTable .w-tit {
	font-size: 14px;
	color: #323232;
	line-height: 1.5;
}

.lecTable .pkg-tit span {
	border: 1px solid #1a8ccc;
	color: #1a8ccc;
	padding: 2px 5px;
	font-size: 12px !important;
}

.lecTable .w-info {
	/*font-family: "NanumGothic-Regular", "Nanum Gothic", "나눔고딕", "sans-serif";*/
	font-size: 12px;
	/*line-height: 1.5;*/
}

.lecTable .w-info span {
	vertical-align: baseline;
}

.lecTable .row-line {
	background: #b5b5b5;
	width: 1px;
	height: 8px;
	margin: 0 5px;
}

.lecTable .w-info.acad {
	line-height: 2;
}

.lecTable .w-file {
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0;
}

.lecTable .w-file a {
	display: block;
}

.lecTable .w-file a img {
	padding-right: 5px;
}

.lecTable .w-txt {
	font-size: 14px;
	line-height: 24px;
}

.lecTable .w-txt img,
.lecTable .w-txt p img {
	height: auto !important;
	width: 100%;
	/*max-width: 680px;*/
}

.lecTable .w-start {
	font-size: 12px;
	margin: 20px -20px 0;
	padding: 15px 20px;
	border-top: 1px dashed #ccc;
	line-height: 2;
}

.lecTable .w-subtxt {
	width: 45%;
}

.lecTable .w-start ul li {
	display: inline;
	float: left;
	height: 34px;
	margin-right: 5px;
}

.lecTable .w-start ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	letter-spacing: -1px;
}

.lecTable .w-start ul li span {
	line-height: 32px;
}

.lecTable .w-start ul.one {
	width: 25%;
}

.lecTable .w-start ul.one li {
	width: 98%;
}

.lecTable .w-start ul.two {
	width: 100%;
}

.lecTable .w-start ul.two li {
	width: 120px;
}

.lecTable .w-start-go-pay {
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
}

.lecTable .w-start ul:after {
	content: "";
	display: block;
	clear: both;
}

.lecTable .w-buy {
	font-size: 12px;
	padding: 15px 0;
	line-height: 33px;
}

.lecTable .w-buy li {
	display: inline;
	float: left;
	height: 34px;
}

.lecTable .w-buy li a {
	display: block;
	height: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	letter-spacing: -1px;
	margin-right: 5px;
}

.lecTable .w-buy ul.two {
	width: 60%;
}

.lecTable .w-buy ul.two li {
	width: 50%;
}

.lecTable .w-buy ul.three {
	width: 80%;
}

.lecTable .w-buy ul.three li {
	width: 33.333333%;
}

.lecTable .w-buy ul:after {
	content: "";
	display: block;
	clear: both;
}

.lecTable .w-s-date {
	background: #e9e9e9;
	font-size: 14px;
	margin: 20px -20px 0;
	line-height: 49px;
}

.lecTable .w-s-date .grid {
	border-top: 1px solid #ccc;
	padding: 0 20px;
}

.lecTable .w-s-date input[type="text"] {
	width: 15%;
	min-width: 80px;
	height: 30px;
	padding: 0 0.6rem;
}

.lecTable .w-line {
	background: #e9e9e9;
	height: 5px;
	margin: 0 -20px;
	border-top: 1px solid #ccc;
	text-indent: -9999px;
}

.lecTable tr td {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.lecTable tr td:first-child {
	padding-left: 20px;
}

.lecTable tr td:last-child {
	padding-right: 20px;
}

.lecTable tr td.w-data {
	line-height: 1.6;
	position: relative;
}

.lecTable tr td.w-data a {
	display: block;
}

.lecTable tr td.w-data.file a {
	display: block;
	margin-right: 20px;
}

.lecTable tr td.w-data div.download {
	position: absolute;
	top: 25px;
	right: 10px;
	width: 30px;
	z-index: 10;
}

.lecTable tr td.w-data div.download a {
	display: block;
	width: 30px;
	height: 30px;
	background: url("/public/img/willbes/prof/icon_file.gif") no-repeat center center !important;
	font-size: 0;
	text-indent: -9999px;
}

.w-info .sale_state {display:flex; gap:0 6px; align-items: center}
.w-info .sale_state span {border:1px solid red; background-color: #fff; color:red; padding:0 10px 0 5px; border-radius: 0 15px 15px 0}
.w-info .sale_state span.end {background-color: red; color:#fff;}

.lecTable dl dt {
	display: inline-block;
}

.lecTable input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.lecTable .w-lecList {
	line-height: 1.8;
	background: #f6f6f6;
	color: #666;
	padding: 10px;
	position: relative;
}

.lecTable .w-lecList>div .moreBtn {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 20px;
	height: 20px;
	text-align: center;
}

.lecTable .w-lecList ul {
	display: none;
	margin-top: 10px;
}

.lecTable .w-lecList li {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.lecTable .w-lecList li .supplementBtn a {
	padding: 2px 6px;
	background-color: #1a8ccc;
	color: #fff;
	display: inline-block
}

.lecTable .w-lecList li .supplementBtn a.type2 {
	background-color: #fff;
	color: #666;
	border: 1px solid #666;
}

/*.lecTable .w-lecList li span {
	border: 1px solid #ed1c24;
	color: #ed1c24;
	background: #fff;
	padding:2px 4px;
}*/
.lecTable .oneBox {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.lecTable .oneBox * {
	line-height: 2;
}

.lecTable .oneBox:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.lecTable a.lecView {
	background: url("../../../img/willbes/m/main/icon_search_btn2.png") no-repeat right center;
	background-size: 20px;
	display: inline-block !important;
	padding-right: 25px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}

.lecTable tr.bgst01 th {
	background: #f4f4f4;
	border-bottom: 1px solid #fff
}

.lecTable tr.bgst01 td {
	padding-left: 10px;
	padding-right: 10px
}

.lecTable tr.bgst01:nth-child(1) td {
	border-top: 1px solid #ccc
}

.lecTable .w-data .disc li strong {
	display: inline-block;
	color: #333;
	width: 60px
}

.lecTable .w-data .preview {
	display: flex;
	align-items: center;
}

.lecTable .w-data .preview a {
	margin-left: 5px;
}

.btnSt01 {
	background: #1a8ccc;
	color: #fff !important;
	padding: 5px 15px;
	display: inline-block !important;
}

.btnSt01border {
	border: 1px solid #1a8ccc;
	color: #1a8ccc !important;
	padding: 5px 15px;
	display: inline-block !important;
}

.btnSt02 {
	background: #333;
	color: #fff !important;
	padding: 5px 15px;
	display: inline-block !important;
}

.btnSt02border {
	border: 1px solid #333;
	color: #333 !important;
	padding: 5px 15px;
	display: inline-block !important;
}

.btnSt03 {
	background: #ed1c24;
	color: #fff !important;
	padding: 5px 15px;
	display: inline-block !important;
}

.btnSt03border {
	border: 1px solid #ed1c24;
	color: #ed1c24 !important;
	padding: 5px 15px;
	display: inline-block !important;
}

.btnStfull01 {
	background: #333;
	color: #fff !important;
	padding: 5px 15px;
	display: block;
	border-radius: 15px;
	text-align: center;
	font-size: 13px
}

.btnStfull02 {
	border: 1px solid #ed1c24;
	background: #fff;
	color: #ed1c24 !important;
	padding: 5px 15px;
	display: block;
	border-radius: 15px;
	text-align: center;
	font-size: 13px
}

.btnStfull03 {
	background: #1a8ccc;
	color: #fff !important;
	padding: 5px 15px;
	display: block;
	border-radius: 15px;
	text-align: center;
	font-size: 13px
}

.btnStfull04 {
	border: 1px solid #666;
	background: #fff;
	color: #666 !important;
	padding: 5px 15px;
	display: block;
	border-radius: 15px;
	text-align: center;
	font-size: 13px
}

.aBox {
	display: inline-block;
	width: 60px;
	height: 22px;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	font-family: "굴림", "Gulim", "돋움", "Dotum", "Helvetica",
		"Apple SD Gothic Neo", "sans-serif";
}

.answerBox {
	border: 1px solid #5ab6eb;
	color: #1a8bcc;
	background: #fff;
}

.finishBox {
	border: 1px solid #ed1c24;
	color: #ed1c24;
	background: #fff;
}

.blueBox {
	background: #1a8ccc;
	color: #fff;
}

.blueBoxborder {
	border: 1px solid #1a8ccc;
	color: #1a8ccc;
}

.redBox {
	background: #ed1c24;
	color: #fff;
}

.waitBox_block {
	border: 1px solid #4b4b51 !important;
	color: #4b4b51 !important;
	background: #fff !important;
}

.btnblue {
	background: #1a8ccc;
	color: #fff !important;
	border-radius: 6px;
	padding: 5px 15px;
	display: inline-block !important;
	margin-top: 5px;
}

.btnblue02 {
	color: #1a8ccc !important;
	border: 1px solid #1a8ccc;
	padding: 5px 15px;
	display: inline-block !important;
	font-size: 14px
}

.btnboard {
	background: #1a8ccc;
	color: #fff !important;
	border-radius: 6px;
	padding: 10px 0;
	display: block;
	margin: 10px auto 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.request {
	font-size: 14px;
	line-height: 1.5;
}

.request .title {
	padding: 10px;
	background-color: ivory;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: 600;
}

.request ul {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.request li {
	margin-bottom: 5px;
}


.request .form .f_left {
	float: left;
	width: 75%;
}

.request .form .f_right {
	float: right;
	width: calc(25% - 5px);
}

.request .form .f_right a {
	display: block;
	text-align: center;
	height: 65px;
	line-height: 65px;
	background-color: #1a8ccc;
	color: #fff;
}

.request .form .f_right a.end {
	background-color: #666;
}

.request input {
	vertical-align: middle;
	color: #ccc;
}

.request input:focus {
	color: #333;
}

.request input[type="radio"] {
	width: 18px;
	height: 18px;
}

.request input[type="text"],
.request input[type="tel"],
.request input[type="email"] {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

.request input[type="text"] {
	width: calc(40% - 5px);
	margin-right: 5px;
}

.request input[type="tel"] {
	width: 60%;
}

.request input[type="email"] {
	width: 100%;
}

.request .form:after {
	content: "";
	display: block;
	clear: both;
}

.reply {
	line-height: 1.5;
}

.replyWrite {
	background-color: #f4f4f4;
	padding: 10px;
}

.replyWrite textarea {
	border: 1px solid #d4d4d4;
	resize: none;
	width: 100%;
	height: 150px;
	overflow-x: auto;
	font-size: 14px;
	padding: 10px;
	line-height: 1.5;
	color: #ccc;
}

.replyWrite textarea:focus {
	color: #333;
}

.replyWrite a {
	display: inline-block;
	background-color: #1a8ccc;
	color: #fff;
	float: right;
	margin-top: 10px;
	padding: 10px 20px;
}

.replyWrite div span i {
	vertical-align: top !important
}

.replyWrite:after {
	content: "";
	display: block;
	clear: both;
}


.replyList {
	margin-bottom: 20px
}

.replyList li {
	border-bottom: 1px solid #f4f4f4;
	padding: 15px 10px;
	font-size: 14px;
}

.replyList li .date {
	margin-bottom: 10px;
	color: #666;
	font-size: 12px;
}

.replyList li .date a {
	display: inline-block;
	float: right;
	color: #000;
	text-decoration: underline;
}

.replyList li.notice {
	background-color: #eef7fc;
}

.replyList li.notice .date a {
	color: #1a8ccc;
}

.replyList li.notice span {
	background-color: orangered;
	color: #fff;
	padding: 0 5px;
}

.replyList li.noReply {
	text-align: center;
}

.replyList .ryw_info a.rpDel {
	color: #ff4400;
	float: right;
	display: inline-block;
}


/* ETC : 나머지 버튼 공통 */
.InfoBtn {
	float: left;
	font-size: 12px;
}

.InfoBtn a {
	display: block;
	width: 100%;
	padding: 11px 15px;
}

.InfoBtn a span {
	vertical-align: baseline;
}

.btnBox {
	clear: both;
	width: 100%;
	float: left;
	padding: 0 20px;
}

.btnBox ul li {
	margin-right: 5px;
}

.btnBox ul li:last-child {
	margin: 0;
}

.AddlecMore {
	clear: both;
}

.AddlecMore a {
	background: #1a8ccc;
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	margin: 10px 20px;
}

.AddlecMore a img {
	width: 30px;
	margin-top: -3px;
}

.BuylecMore {
	clear: both;
	background: #1a8ccc;
	height: 45px;
}

.BuylecMore a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 45px;
}

.lecSubject {
	clear: both;
	background: #4f4f4f;
	height: 50px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.lecSubject a {
	display: block;
}

.Fixbtn {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.Fixbtn ul li {
	float: left;
	height: 45px;
}

.Fixbtn ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
}

.Fixbtn.one ul li {
	width: 100%;
}

.Fixbtn.two ul li {
	width: 50%;
}

.Fixbtn.three ul li {
	width: 33.33333333%;
}

.resetBtn {
	position: absolute;
	float: right;
	text-align: right;
}

.btnSet {
	margin:4vh 0; display:flex; gap:0 5px;
}
.btnSet a {
	display: block;
	width:50%;
	background: #4f4f4f;
	height: 50px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.btnSet a:last-child {background:#ececec; color:#333}

/* 무한 PASS존 */
/* 무한 PASS존 : Tabs : lecListTabs */
.lecListTabs {
	padding: 0 0 50px 0;
}

.lecListWrap {
	margin: 20px 20px 0;
}

.lecListWrap li a {
	color: #999;
}

.lecListWrap li a.on {
	color: #000;
}

.lecListWrap li a.on span {
	color: #1a8ccc;
}

.lecListBox .lecTxt {
	float: left;
	font-size: 12px;
	color: #999;
	padding: 20px 30px;
}

.tabWrapSsam li a {
	font-size: 12px !important;
	letter-spacing: -1px;
}

/* 무한 PASS존 자세히 보기 : Tabs : passProfTabs */
.passProfTabs tr td {
	border-bottom: none;
}

@media only screen and (max-width: 320px) {

	.passProfTabs .w-prof,
	.passProfTabs .w-data {
		float: none;
		width: 100%;
	}
}

@media only screen and (min-width: 321px) {
	.passProfTabs .w-prof {
		float: left;
		width: 35%;
		max-width: 85px;
		max-height: 85px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.passProfTabs .w-data {
		float: left;
		width: calc(100% - 95px);
		margin-left: 10px;
	}
}

.passProfTabs .w-prof {
	width: 84px;
	height: 84px;
	overflow: hidden;
	border-radius: 42px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05)
}

.passProfTabs .w-prof img {
	width: 100%;
}

.passProfTabs .w-prof .cover {
	position: absolute;
	top: 0;
	left: 0;
}

.passProfTabs .w-info {
	clear: both;
	padding-top: 10px;
	margin-top: 5px;
}
.passProfTabs .w-info dl {display:flex; flex-wrap: wrap; gap:5px 8px; margin-bottom:10px}
.passProfTabs .w-info dt {
	line-height: 1.5;
}

.passProfTabs .w-info strong {
	display: inline-block;
	margin-right:5px;
	border-bottom:1px solid #e4e4e4;
	color:#333;
}

.passProfTabs .lecReview {
	margin-top: 10px;
	text-align: right;
	clear: both;
}

.passProfTabs .lecReview a {
	display: inline-block;
	background: url("../../../img/willbes/m/main/icon_myacad.png") no-repeat left center;
	background-size: 46px;
	padding: 10px 10px 10px 40px;
	border: 1px solid #4f4f4f;
	font-size: 14px;
	color: #4f4f4f;
}

.passProfTabs .lecReview02 {
	display:flex; align-items: center; gap:0 5px;
} 
.passProfTabs .lecReview02 a {
	border-radius:8px; padding:0 15px; font-size:13px; color:#fff; height:30px; line-height: 30px; text-align: center; margin-top:1vh;
}
.passProfTabs .lecReview02 a:first-child {background-color:#1a8ccb;}
.passProfTabs .lecReview02 a:nth-of-type(2) {background-color:#22ba22;}
.passProfTabs .lecReview02 a:nth-of-type(3) {color:#898989; border:1px solid #898989; width:30px; border-radius: 15px; padding:0;}

.tBox {
	display: inline-block;
	width: 50px;
	height: 20px !important;
	line-height: 20px !important;
	font-size: 12px;
	color: #fff !important;
	text-align: center;
}

.tBox.black {
	background: #333;
}

.tBox.gray {
	background: #898989;
}
.tBox.white {
	border: 1px solid #898989;
	background-color: #fff;
}
.tBox.white a {color: #333;}

/* 무한 PASS존 자세히 보기 : Tabs : buylecTable */
.buylecTable tr td.w-chk {
	vertical-align: top;
}

.buylecTable tr td.w-chk input[type="checkbox"] {
	margin-top: 5px;
}

/* 무한 PASS존 자세히 보기 : Tabs : passListTabs */
.passListTabs {
	width: 100%;
	padding: 0 20px;
}

.passListTabs tr.finish {
	background: #f1f8fe;
}

.passListTabs thead tr td {
	padding-top: 20px;
	padding-bottom: 10px;
}

.passListTabs thead tr td.w-chk input[type="checkbox"] {
	float: left;
	margin-top: 0;
}

.passListTabs thead tr td label {
	font-size: 15px;
	line-height: 19px;
	margin-left: 5px;
}

.passListTabs tr td:first-child {
	padding-left: 0;
}

.passListTabs tr td:last-child {
	padding-right: 0;
}

.passListTabs tr td.w-chk {
	vertical-align: top;
}

.passListTabs tr td.w-chk input[type="checkbox"] {
	margin-top: 0;
}

.passListTabs tr td .w-tit {
	font-size: 14px;
}

.passListTabs tr td .w-info {
	font-size: 14px;
}

.passListTabs tbody tr:last-child td {
	border-bottom: none;
}

.passListTabs .w-free li {
	float: left;
	width: 23%;
	height: 34px;
}

.passListTabs .w-free li:last-child {
	width: 31%;
}

.passListTabs .w-free li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
}

.passListTabs .w-free li.w-data a {
	font-size: 12px;
	line-height: 45px;
	text-align: right;
}

/* 무한 PASS 강좌추가 */
.willbes-Lec-Search {
	position: relative;
	float: left;
	font-size: 14px;
}

.willbes-Lec-Search .inputBox {
	float: left;
}

.willbes-Lec-Search input[type="text"] {
	height: 40px;
	color: #ccc;
}

.willbes-Lec-Search input[type="text"]:focus {
	color: #333;
}

.willbes-Lec-Search button.search-Btn {
	background: url("../../../img/willbes/m/main/icon_search_btn.png") no-repeat 0 0;
	background-size: 100%;
	width: 51px;
	height: 38px;
	border: none;
	position: absolute;
	top: 1px;
	right: 1px;
}

.willbes-Lec-Search button.search-Btn02 {
	right: 40%;
}

.willbes-Lec-Search .resetBtn {
	top: 0;
	right: 0;
	width: 37px;
	height: 40px;
}

.willbes-Lec-Search .resetBtn a {
	display: block;
	border: 1px solid #d4d4d4;
}

.willbes-Lec-Search .resetBtn a img {
	width: 100%;
}

/* 등록기기 정보 */
.willbes-User-Tablet {
	float: left;
	width: 100%;
	padding: 20px;
}

.willbes-User-Tablet dl {
	text-align: center;
	line-height: 20px;
	margin-bottom: 15px;
}

.willbes-User-Tablet dl dt {
	display: inline-block;
	font-size: 14px;
}

.willbes-User-Tablet dl dt .row-line {
	background: #b5b5b5;
	width: 1px;
	height: 10px;
	margin: 0 5px;
}

.willbes-User-Tablet ul li {
	float: left;
	width: 25%;
	height: 36px;
	font-size: 13px;
	text-align: center;
	line-height: 34px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.willbes-User-Tablet ul li:first-child {
	border-left: 1px solid #d4d4d4;
}

.willbes-User-Tablet ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.willbes-User-Tablet ul li a.on,
.willbes-User-Tablet ul li a:hover,
.willbes-User-Tablet ul li a:active {
	background: #1a8ccc;
	color: #fff;
}

.tabletTabs table tr td .w-info {
	line-height: 30px;
}

.tabletTabs table tr td .w-info.tx-gray {
	font-size: 13px;
}

/* 수강중강좌 : 패키지강좌 */
.willbes-Open-Table .openTable {
	display: none;
}

.willbes-Open-Table .MoreBtn {
	width: 34px;
	height: 34px;
	/*margin-top:-20px;*/
}

.willbes-Open-Table .MoreBtn a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #9a9a9a;
}

.willbes-Open-Table .MoreBtn a img {
	width: 34px;
}

/* 시작일변경 */
.daysListTabs table {
	border-top: 1px solid #c9c9c9;
}

.daysListTabs table tr td {
	padding-right: 0 !important;
}

.daysListTabs table tr td.w-num {
	font-size: 14px;
	text-align: center;
	padding-left: 0;
}

.daysListTabs table tr td .w-info {
	line-height: 30px;
}

.calendarPickerBtn a {
	display: block;
}

/* 자주하는 질문 */
.replyList.willbes-Open-Table {
	cursor: pointer;
}

.replyList.willbes-Open-Table .MoreBtn {
	background: url("../../../img/willbes/m/mypage/icon_arrow_on.png") no-repeat center center;
	background-size: 34px;
	width: 40px;
	height: 40px;
	padding-right: 0;
	text-indent: -9999px;
}

.replyList.willbes-Open-Table.hover .MoreBtn {
	background: url("../../../img/willbes/m/mypage/icon_arrow_off.png") no-repeat center center;
	background-size: 34px;
}

.willbes-Open-List {
	display: none;
}

.OTclass {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 5px;
}

.OTclass span {
	background: #000;
	color: #fff;
	padding: 0 15px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 15px;
	display: inline-block;
}

.OTclass span.red {
	border: 1px solid #ed1c24;
	color: #ed1c24;
	background: #fff;
}

/* 동영상 상담실 */
.filetype {
	clear: both;
	display: inline-block;
	width: 100%;
	height: 40px;
}

.filetype .file-text {
	background: #fff;
	float: left;
	position: relative;
	width: 67%;
	height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	line-height: 40px;
	z-index: 3;
	padding: 0;
}

.filetype .file-select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.filetype .file-select .input-file {
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
}

.filetype .file-reset {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	display: inline-block;
	z-index: 1;
	background: #000;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 0;
}

.filetype .file-btn {
	display: inline-block;
	background: #4f4f4f;
	height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

/* Paging */
.Paging {
	text-align: center;
	margin: 25px 0;
}
.Paging ul {display:flex; justify-content: center; align-items: center}
.Paging ul li {
	margin: 0 10px 0 5px;
	display:flex; align-items: center; justify-content: center
}
.Paging ul li img {margin:0 !important;}
.Paging ul li a {
	font-size: 12px;
	color: #323232;
}

.Paging ul li a.on {
	font-size: 15px;
	font-weight: 600;
	color: #1a8ccc;
	text-decoration: underline;
}

.Paging ul li .row-line {
	background: #ddd;
	width: 1px;
	height: 9px;
	margin-left:15px;
}



/* willbes-Layer-popup */
.layer-popupBox {
	/*display: none;
	position: fixed;
	top: 50%;
	left: 60%;
	z-index: 106;
	width:auto;
	height:auto;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	z-index: 10002;
}
.layer-popupBox .Layer-Wrap{
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 0;
	z-index: 10000;
	}
.layer-popupBox .Layer-Wrap .Layer-Cont {position: relative; max-width:700px;}
.layer-popupBox .Layer-Wrap .Layer-Cont div img {max-width:700px}
.layer-popupBox .Layer-Wrap .Layer-Cont .embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; border-radius: 15px}

.layer-popupBox .Layer-Wrap .Layer-Cont .embed-container iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
/*.layer-popupBox .Layer-Cont div iframe {max-width:720px; height:405px; overflow: hidden; border-radius:30px;}*/
.layer-popupBox .Layer-Wrap .btn-popup-close {position:absolute; right:5px; top:-15px; width:36px; height:36px; transform:rotate(0); z-index: 2;}
.layer-popupBox .Layer-Wrap .btn-popup-close:hover {transform: rotate(360deg); transition: all 0.2s;}

/* willbes-Layer-PassBox */
.willbes-Layer-Black {
	display:none;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 105;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
}

.willbes-Layer-Black h4 {
	font-size: 16px;
	width: 90%;
	margin-bottom: 20px;
}

.willbes-Layer-PassBox {
	/*float: left;*/
	width: 100%;
	height: auto;
	background: #fff;
	padding: 20px 25px;
	margin: 5% auto auto;
	position: relative;
	z-index: 109;
}

.willbes-Layer-PassBox .closeBtn {
	position: absolute;
	top: 15px;
	right: 15px;
}

.willbes-Layer-Black .AddlecMore {
	margin: 20px 0;
}

/*강좌상세보기 팝업*/
.willbes-Layer-Black .LecDetailBox {
	border: 1px solid #ccc;
	line-height: 1.5;
	height: 420px;
	overflow-y: auto;
	padding: 20px !important;
}

.willbes-Layer-Black .LecDetailBox h5 {
	font-size: 14px;
	margin: 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
}

.willbes-Layer-Black .LecDetailBox h5:first-child {
	margin: 0 0 10px;
}

.willbes-Layer-PassBox600 {
	max-width: 600px;
}

.willbes-Layer-PassBox.fix {
	position: fixed;
	display: block;
	top: 50%;
}

.willbes-Layer-PassBox600.h470.fix {
	margin-top: -235px;
}

.willbes-Layer-PassBox600.h250.fix {
	margin-top: -125px;
}

.willbes-Layer-PassBox600.h400.fix {
	margin-top: -200px;
}

.willbes-Layer-PassBox600.h510.fix {
	margin-top: -250px;
}

.willbes-Layer-PassBox600.hauto.fix {
	margin-top: -50%;
}

/*자매독서실 팝업*/
.readingRoomBox {
	border: 1px solid #ccc;
	line-height: 1.5;
	padding: 20px !important;
}

.readingRoomBox ul {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.readingRoomBox li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}

.readingRoomBox li:last-child {
	color: #ed1c24;
	margin-bottom: 10px;
}

.readingRoomBox select {
	width: 100% !important;
}

/*개인정보활용 및 환불정책 안내 팝업*/
.willbes-Layer-Black .protectBox {
	border-top: 1px solid #ccc;
	line-height: 1.4;
	padding: 10px 0 !important;
	position: relative;
}

.willbes-Layer-Black .protectBox .protectBoxWrap {
	height: 305px;
	overflow-y: scroll !important;
}

.willbes-Layer-Black .protectBox h5 {
	font-size: 14px;
	margin: 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
}

.willbes-Layer-Black .protectBox h5:first-child {
	margin: 0 0 5px;
}

.willbes-Layer-Black .protectBox .protectBoxSm {
	padding: 10px 0;
}

.willbes-Layer-Black .protectBox .allBtn {
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
}

.willbes-Layer-Black .protectBox .allBtn a {
	display: block;
	background: #0d74ae;
	color: #fff;
	border: 1px solid #0d74ae;
	padding: 8px 0;
	margin: 10px auto 0
}


/* calendarTable */
.calendarTable {
	font-family: "Arial", "sans-serif";
	width: 100%;
}

.calendarTable .table-condensed tr th,
.calendarTable .table-condensed tr td {
	font-size: 3vw;
}

.calendarTable .table-condensed tr.month th {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0 20px;
}

.calendarTable .table-condensed tr.month th span.Btn {
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 0 10px;
}

.calendarTable .table-condensed thead tr.week th {
	background: #1a8ccc;
	height: 36px;
	color: #fff;
	text-align: center;
}

.calendarTable .table-condensed tbody tr td {
	position: relative;
	height: 50px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
}

.calendarTable .table-condensed tbody tr td .num {
	position: relative;
	z-index: 10;
}

.calendarTable .table-condensed tr td.start:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: inline-block;
	background: #e9e9e9;
	width: 0;
	height: 49px;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 10px solid #333;
}

.calendarTable .table-condensed tr td.end:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	background: #e9e9e9;
	width: 0;
	height: 49px;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-right: 10px solid #333;
}

.calendarTable .table-condensed tr td.start {
	background: #333;
	color: #fff;
}

.calendarTable .table-condensed tr td.ing {
	background: #e9e9e9;
}

.calendarTable .table-condensed tr td.end {
	background: #333;
	color: #fff;
}

.loading {
	background: #1a8ccb;
	height: 100%;
	position: relative;
}

.loadingImg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50%;
	width: 100%;
	margin-top: -120px;
	text-align: center;
}

.loadingImg div {
	text-align: center;
	color: #fff;
	font-size: 130%;
	margin-top: 20px;
	line-height: 1.5;
}

/**/
.board_type {
	border: 0 !important;
}

.board_type {
	width: 100% !important;
	color: #666 !important;
	border-top: solid 2px #000 !important;
	border-left: solid 1px #d7d7d7 !important;
	border-collapse: separate !important;
	border-spacing: 0px !important;
	text-align: left;
}

.board_type caption {
	display: none;
}

.board_type th {
	padding: 7px 0 !important;
	border-bottom: solid 1px #000 !important;
	border-right: solid 1px #ccc !important;
	background: #faf9fb !important;
	color: #333 !important;
	font-weight: bold !important;
	line-height: 18px !important;
	vertical-align: middle !important;
	font-size: 12px !important;
	text-align: center !important;
}

.board_type td {
	padding: 5px !important;
	border-bottom: solid 1px #d7d7d7 !important;
	text-align: center !important;
	border-right: solid 1px #d7d7d7 !important;
	vertical-align: middle !important;
}

.board_type td.td1 {
	text-align: left !important;
}

.board_type td.td2 {
	font-weight: bold !important;
	text-align: left;
}

.board_type td.td3 {
	font-size: 120% !important;
	font-weight: bold !important;
	text-align: left !important;
}

.board_type td.tdleft {
	text-align: left !important;
}

.board_type p {
	line-height: 120%;
}

.board_type ul {
	margin: 0;
	padding: 0;
}

.board_type ul li {
	list-style-type: none;
}

.board_ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}

.board_ul li {
	list-style-type: disc;
}

.board_type a {
	display: block;
	padding: 5px !important;
	border-radius: 5px;
	text-decoration: none;
	background-color: #ff434a;
	color: #fff !important;
	font-weight: bold;
}

.board_type a.cooming {
	background-color: #666 !important;
}

.board_type a.freeLec {
	background-color: #06f !important;
}

.board_type a:hover {
	background-color: #000 !important;
}

.sort {
	margin: 10px 0;
	text-align: right;
}

.sort a {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	padding: 5px 0;
}

.sort a.on {
	color: #1a8ccc;
	border-bottom: 1px solid #1a8ccc;
}

/*수강신청*/
.Lec-Selected {
	border-bottom: 1px solid #ccc;
	padding: 20px;
}

.Lec-Selected li {
	margin-bottom: 10px;
}

.Lec-Selected li:last-child {
	margin: 0;
}

.Lec-Selected select {
	width: 100%;
	font-size: 14px;
	height: 40px;
}

.Lec-Selected .resetBtn2 {}

.Lec-Selected .resetBtn2 .resetWrap {
	display:flex;
	gap:0 5px; align-items: center;
	justify-content: flex-end;
}

.Lec-Selected .resetBtn2 .resetWrap a {
	display: inline-block;
	width: 120px;
	color: #fff;
	text-align: center;
	background: #4f4f4f;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.Lec-Selected .resetBtn2 a.scAibtn {
	background:#fff; border:1px solid #21ba22; color:#21ba22;
}

.scAi-Wrap {border:1px solid #e1e1e1; border-top:0;  margin:2vh auto; font-family: 'Spoqa Han Sans Neo'; font-weight:400; position: relative; display:none; letter-spacing:normal; box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);  position: relative;}
.scAi-Wrap .scAi-Box-close {position: absolute; right:-17px; top:-17px; width:36px; z-index: 2;}
.scAi-Sec {padding:2.5vh; max-height:400px; overflow-y: auto; border-top:5px solid #22ba22;}
.scAi-Sec::-webkit-scrollbar {
    width: 5px;
}
.scAi-Sec::-webkit-scrollbar-track {
    background-color: #fff;
}
.scAi-Sec::-webkit-scrollbar-thumb { 
    background-color: #f0f0f0;
}
.scAi-Sec::-webkit-scrollbar-button {
    display: none;
}
.scAi-Sec::-webkit-scrollbar-track,
.scAi-Sec::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

.scAi-Box {background: url("../../../img/willbes/sub/scai_logo.png") no-repeat left top; padding-top:50px; margin-bottom:2vh;}

.search-Ai input[type=search] {border:0; font-size:16px; padding:5px; border-bottom:2px solid #22ba22; width:calc(100% - 35px); font-weight:400}
.search-Ai input:focus {border:0 !important; color:#000; border-bottom:2px solid #22ba22 !important; outline:0}
.search-Ai input::placeholder{color:#c8c8c8;}
.search-Ai button {background: url("../../../img/willbes/sub/icon_ai_setting03.png") no-repeat center center; width:22px; height: 22px;}
.scAi-Box .tag {margin-top:1.5vh; display:flex; flex-wrap: wrap; gap:0 10px; line-height:1.4; font-size:14px; color:#808080}
.scAi-Box .tag a:nth-child(2) {margin-left:5px; color: red;}

.scAi-List-Box .scAi-List {border:2px solid #f0f0f0; border-radius:10px; padding:2vh; margin-bottom:1vh; display: none; flex-direction: column;}
.scAi-List-Box .scAi-List:hover {background:#f1f8fe; border-color:#f1f8fe}
.scAi-List-Box .scAi-List:last-child {margin-bottom:0}
.list-Title {width:100%; margin-bottom:1vh}
.list-Title > div {font-size:15px; font-weight:700; color:#4c4b51}
.list-Title > p {font-size:13px; font-weight:500; color:#d50000; margin-top:10px; display:flex; flex-wrap:wrap; line-height: 1.2 }
.list-Title > p span:first-child {width:60px;}
.list-Title > p span:last-child {width:calc(100% - 60px)}
.list-Title > span {font-size:15px; font-weight:700; color:#4c4b51}
.list-Title-none {width:100%;}
.list-Title-none > span {font-size:15px; font-weight:700; color:#4c4b51}

.scAi-Box-btns {font-size:12px; margin:0 auto; position: absolute; bottom:-15px; z-index: 2; display:flex; flex-wrap: wrap; justify-content: center; gap:0 10px; height:30px; width:100%; text-align: center}
.scAi-Box-btns a {background:#fff; color:#333; border:1px solid #e1e1e1; display:flex; align-items: center; height:30px; font-size:13px; border-radius:20px; padding:0 20px; margin-bottom:5px}
.scAi-Box-btns a:hover {background-color:#22ba22; color:#fff; border-color:#22ba22}
.scAi-Box-btns div {/*background:#fff; padding:3px 6px; border-radius:10px;*/ text-align: center}
.scAi-Box-btns div a {background:#333; color:#fff; display:flex; align-items: center; height:30px; font-size:13px; border-radius:20px; padding:0 20px; margin-bottom: 5px; border:0}

.scAiinfo-Wrap {margin:1vh auto; font-family: 'Spoqa Han Sans Neo'; font-weight:400; position: relative; display:none; letter-spacing:normal; box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);}
.scAiinfo-title {background-color:#22ba22; padding:3vh; position: relative;}
.scAiinfo-title a {position: absolute; right:10px; top:10px; z-index: 2;}
.scAiinfo-ctns {padding:4vh 3vw; text-align:center; border:1px solid #e1e1e1; border-top:0}
.scAiinfo-ctns img {width:100%; max-width:599px}


.lec-info {
	border-top: 1px solid #e4e4e4;
	padding: 20px;
	color: #3a3a3a;
	font-size: 14px;
	text-align: left;
}

.lec-info h4 {
	font-size: 16px;
	padding-bottom: 20px;
	color: #000;
}

.lec-info h5 {
	font-size: 14px;
	padding: 20px 0 10px;
	color: #000;
}

.lec-info h4 a,
.lec-info h5 a {
	display: inline-block;
	float: right;
	padding: 8px 16px;
	background: #555;
	color: #fff;
	font-size: 12px;
	margin-top: -5px;
}

.lec-info h4:after,
.lec-info h5:after {
	content: "";
	display: block;
	clear: both;
}

.lec-info .chk {
	float: left;
	margin-right: 5px;
}

.lec-info .chk label {
	display: none;
}

.lec-info .chk2 label {
	display: inline-block;
	margin-left: 5px;
}

.lec-info input[type="checkbox"] {
	float: left;
	width: 20px;
	height: 20px;
}

.lec-info .priceWrap {
	float: left
}

.priceWrap {
	line-height: 1.5;
}

.priceWrap li {
	margin-bottom: 5px
}

.priceWrap li label {
	padding-left: 5px
}

.priceWrap span {
	margin-right: 5px
}

.priceWrap .price {
	text-decoration: line-through;
	color: #999;
}

.priceWrap .discount {
	color: #ed1c24;
}

.priceWrap .dcprice {
	color: #0d74ae;
}

.priceWrap strong {
	font-weight: bold !important;
}

.priceWrap p {
	font-size: 12px;
}

.lec-info li {
	margin-bottom: 10px;
	display:flex;
}

.lec-info li:last-child {
	margin: 0;
}

.lec-info li:after {
	content: "";
	display: block;
	clear: both;
}

.lec-info .row-line {
	background: #b5b5b5;
	width: 1px;
	height: 12px;
	margin: 0 10px;
	vertical-align: middle;
}

.lec-info .automatic {
	clear: both;
	margin-top: 20px;
	background-color: #f9f9f9;
	padding: 10px;
}

.lec-info .automatic div {
	color: #1a8ccc;
	margin-bottom: 10px;
}

.lec-info .automatic p {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
}

.priceBox {
	padding: 20px;
	border-top: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.5;
}

.priceBox ul {
	background: #f9f9f9;
	color: #1d1d1d;
	padding: 20px;
	border: 1px solid #898989;
}

.priceBox li {
	margin-bottom: 10px;
	text-align: right;
}

.priceBox li strong {
	float: left;
}

.priceBox li:last-child {
	font-size: 16px;
	padding-top: 10px;
	border-top: 1px solid #898989;
	margin-bottom: 0;
}

.priceBox li:after {
	content: "";
	display: block;
	clear: both;
}

.passTabs {
	padding: 0;
}

.passTabs .passWrap {
	margin: 20px;
}

.passWrap li.ready {
	display: block;
	height: 42px;
	line-height: 40px;
	font-size: 14px;
	color: #000;
	text-align: center;
	letter-spacing: 0;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.lec-info-tab {
	font-size: 14px;
	line-height: 1.5;
}

.lec-info-tab .tabWrap li {
	display: inline;
	float: left;
	width: 25%;
}

.lec-info-tab .tabWrap.two li {
	width: 50%;
}

.lec-info-tab .tabWrap li a {
	display: block;
	text-align: center;
	border: 1px solid #c9c9c9;
	border-right: 0;
	padding: 15px 0;
	color: #555;
	font-size: 16px;
}

.lec-info-tab .tabWrap li:last-child a {
	border-right: 1px solid #c9c9c9;
}

.lec-info-tab .tabWrap li a:hover,
.lec-info-tab .tabWrap li a.on {
	background: #1a8ccc;
	border: 1px solid #1a8ccc;
	color: #fff;
}

.lec-info-tab .tabWrap:after {
	content: "";
	display: block;
	clear: both;
}

.lec-info-tab .tabBox {
	padding: 20px;
	color: #3a3a3a;
}

.lec-info-tab .tabBox img {
	display: block;
	width: 100%;
	max-width: 680px;
	height: auto;
	margin-bottom: 20px;
}

.lec-info-tab .tabBox2 {
	border-top: 1px solid #c9c9c9;
	margin-top: -1px;
}

.lec-info-tab h4 {
	font-size: 16px;
	margin: 40px 0 10px;
	color: #1d1d1d;
}

.lec-info-tab h4:first-child {
	margin: 0 0 10px;
}

.lec-info-tab .book-info {
	position: relative;
	color: #1d1d1d;
}

.lec-info-tab .book-info img {
	border: 1px solid #d0d0d0;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	width: 160px;
	float: left;
}

.lec-info-tab .book-info ul {
	float: left;
	margin-left: 20px;
	line-height: 2;
	width: calc(100% - 180px);
}

.lec-info-tab .book-info li:first-child {
	font-size: 16px;
	margin-bottom: 15px;
}

.lec-info-tab .book-info li:last-child {
	margin-top: 15px;
}

.lec-info-tab .book-info li span {
	width: 70px;
	display: inline-block;
}

.lec-info-tab .book-info:after {
	content: "";
	display: block;
	clear: both;
}

.lec-info-tab .lec-list>ul>li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.lec-info-tab .lec-list>ul>li:first-child {
	padding-top: 0;
}
.lec-info-tab .lec-list>ul>li:last-child {border-bottom:0}
.lec-info-tab .lec-list li li {
	display: inline;
	float: left;
}

.lec-info-tab .lec-list li li:last-child {
	float: right;
}

.lec-info-tab .lec-list li a {
	display: inline-block;
	width: 80px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
}
.lec-info-tab .lec-list .dataIcon {
	width: 15px;
	margin: auto;
	display:inline-block;
}

.lec-info-tab .lec-list li ul:after {
	content: "";
	display: block;
	clear: both;
}

.lec-info-tab .lec-reply .reply {
	padding: 20px;
	background: #f9f9f9;
	margin-top: 10px;
}

.lec-info-tab .lec-reply .reply p {
	font-size: 12px;
	color: #666;
}

.lec-btns {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 45px;
	margin: 0 auto;
}

.lec-btns ul {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	height: auto;
}

.lec-btns li {
	display: inline;
	float: left;
	width: 33.33333%;
}

.lec-btns.w25p ul li {
	width: 25% !important;
}

.lec-btns.w50p ul li {
	width: 50% !important;
}

.lec-btns.w100p ul li {
	width: 100% !important;
}

.lec-btns li a {
	display: block;
	font-size: 16px;
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.Message {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	padding: 30px 0;
}

.MessageBtns {
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
}

.MessageBtns a {
	display: inline-block;
	text-align: center;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 0 4px;
}

.lec-info .w-data {
	border-top: 1px solid #edebeb;
	padding: 20px 0 0;
}

.lec-info .w-info {
	font-size: 12px;
}

.lec-info .w-tit {
	font-size: 14px;
	margin: 10px 0 15px;
}

.lec-info .w-info strong {
	display: inline-block;
	margin-right: 10px;
}

.lec-info .w-book {
	background: #f9f9f9;
	padding: 10px;
	margin: 10px 0 20px;
}

.lec-info .lec-info-pkg {
	border-top: 1px solid #edebeb;
	line-height: 1.5;
	padding: 20px 0 0;
}

.lec-info .lec-info-pkg img {
	width: 100% !important;
	display: block;
	margin: 20px 0;
	max-width: 680px;
	height: auto !important
}

.lec-choice-pkg {
	border: 1px solid #898989;
}

.lec-choice-pkg .lecTable tr td {
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.lec-choice-pkg tr:last-child td {
	border-bottom: 0 !important;
}

.lec-choice-pkg .w-info dt {
	display: block;
	margin-bottom: 6px;
}

.lec-choice-pkg .w-info dt:last-child {
	margin: 0;
}

.lec-choice-pkg .w-info a {
	display: inline-block !important;
}

.lec-choice-pkg .lecView {
	background: url("../../../img/willbes/m/main/icon_search_btn2.png") no-repeat right center;
	background-size: 20px;
	display: inline-block;
	padding-right: 25px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}

.w-data-pkg {
	border-top: 1px solid #edebeb;
	padding: 20px 0;
}

.w-data-pkg:first-child {
	border-top: 0;
	padding-top: 0;
}

.w-data-pkg:last-child {
	padding-bottom: 0;
}

.basketBox {
	position: fixed;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 15px;
	border-radius: 10px 10px 0 0;
	background: #f9f9f9;
	width: calc(100% - 20px);
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	z-index: 5;
}

.basketBox .MoreBtn a {
	display: block;
	height: 40px;
	text-align: center;
}

.basketBox .MoreBtn a img {
	width: 40px;
}

.basketInfo {
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
}

.basketBox .basketList li {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #edebeb;
}

.basketBox .basketList li:last-child {
	border: 0;
}

.basketBox .basketList li p {
	padding-right: 25px;
}

.basketBox .basketList li span {
	font-size: 12px;
	border: 1px solid #0d74ae;
	padding: 3px 5px;
	color: #0d74ae;
	font-family: "NanumGothic-Regular", "Nanum Gothic", "나눔고딕", "sans-serif" !important;
	margin-right: 5px;
}

.basketBox .basketList li a {
	position: absolute;
	background: #f9f9f9 url("../../../img/willbes/m/calendar/close.png") no-repeat center center;
	background-size: 11px;
	height: 19px;
	width: 19px;
	right: 0;
	top: 10px;
	text-indent: -9999px;
	font-size: 0;
}

.basketBox .basketList li strong {
	float: right;
	color: #0d74ae;
}

.basketBox .basketList li:after {
	content: "";
	display: block;
	clear: both;
}

.basketBox .priceBox {
	font-size: 14px;
}

.basketBox .basketPrice ul {
	background: #0c74ae;
	color: #fff;
	padding: 20px;
}

.basketBox .basketPrice li {
	margin-bottom: 10px;
	text-align: left;
}

.basketBox .basketPrice li span {
	float: right;
	color: #fafe98;
}

.basketBox .basketPrice li:last-child span {
	color: #d0eefe;
}

.basketBox .basketPrice li:last-child {
	font-size: 16px;
	padding-top: 10px;
	border-top: 1px solid #308ec3;
	margin-bottom: 0;
}

.basketBox .basketPrice li:after {
	content: "";
	display: block;
	clear: both;
}

.basketBox .infoBox {
	margin-top: 10px;
}

.basketBox .infoBox p {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}

.basketBox .infoBox p input {
	width: 20px;
	height: 20px;
}

.basketBox .infoBox ul {
	display: none;
	margin-bottom: 10px;
}

.basketBox .infoBox li {
	margin-left: 15px;
	list-style: disc;
	font-size: 12px;
	font-weight: normal;
}

.LecPocketLinkBox {
	padding: 0
}

.LecPocketLinkBox a {
	border: 1px solid #0d74ae;
	color: #0d74ae;
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 14px
}

.LecPocketLinkBox a:hover {
	background: #0d74ae;
	color: #fff;
}

.chkBoxAgree {
	position: relative;
	margin: 10px auto;
	line-height: 1.5;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #333;
	padding: 10px 0
}

.chkBoxAgree input[type=checkbox]:not(old) {
	position: absolute;
	right: 0;
	width: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
}

.chkBoxAgree input[type=checkbox]:not(old)+label {
	display: block;
	text-align: left;
	min-height: 22px;
	padding-left: 25px;
	background: url("/public/img/willbes/login/icon_check.png") no-repeat 0 0;
	cursor: pointer;
}

.chkBoxAgree input[type=checkbox]:not(old):checked+label {
	background: url("/public/img/willbes/login/icon_check.png") no-repeat 0 -44px;
}

.basketListBox {
	margin: 10px 20px 0;
	font-size: 14px;
}

.basketListBox div {
	border-top: 1px solid #c9c9c9;
	padding: 20px 0;
}

.basketListBox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
}

.basketListBox label {
	float: left;
	margin-left: 5px;
}

.basketListBox label li {
	margin-bottom: 8px;
}

.basketListBox label li:first-child span {
	font-size: 12px;
	border: 1px solid #0d74ae;
	padding: 3px 5px;
	color: #0d74ae;
	font-family: "NanumGothic-Regular", "Nanum Gothic", "나눔고딕", "sans-serif" !important;
	display: inline-block;
}

.basketListBox label li:nth-child(3) span {
	margin: 0 20px;
	color: #0d74ae;
}

.basketListBox label li:last-child {
	margin: 0;
}

.basketListBox label li span.amount {
	color: #00b22a;
	text-decoration: underline
}

.basketListBox div:after {
	content: "";
	display: block;
	clear: both;
}

.basketWrap .lecTxt {
	padding: 0 20px 50px;
}

.basketWrap .lecTxt li {
	line-height: 1.5;
	list-style-type: disc;
	margin-left: 15px;
}

/*결제하기*/
.paymentTxt {
	padding: 20px;
	border-bottom: 1px solid #898989;
}

.paymentTxt li {
	line-height: 1.5;
	list-style-type: disc;
	margin-left: 15px;
}

.paymentWrap .replyList {
	font-size: 16px;
}

.paymentWrap .replyList td {
	border-bottom: 1px solid #898989;
}

.paymentWrap .willbes-Open-List {
	display: block;
}

.paymentWrap .payLecList {
	padding: 20px 0;
	border-bottom: 1px solid #c9c9c9;
	line-height: 1.5;
}

.paymentWrap .payLecList:first-child {
	padding-top: 0;
}

.paymentWrap .payLecList:last-child {
	border: 0;
	padding-bottom: 0;
}

.paymentWrap .payLecList li {
	margin-bottom: 10px;
}

.paymentWrap .payLecList li .row-line {
	background: #b5b5b5;
	width: 1px;
	height: 12px;
	margin: 0 10px;
}

.readingRoom {
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.readingRoom a {
	display: inline-block;
	padding: 10px 15px;
	color: #fff !important;
	background: #264abf;
	border-radius: 20px;
}

.paymentWrap .payLecList li:nth-child(2) {
	color: #1d1d1d;
	font-size: 16px;
}

.paymentWrap .payLecList li:first-child span {
	border: 1px solid #666;
	color: #666;
	padding: 3px 5px;
}

.paymentWrap .payLecList li:first-child span.off {
	border: 1px solid #4616cf;
	color: #4616cf;
}

.paymentWrap .payLecList li strong {
	width: 85px;
	display: inline-block;
	font-weight: normal !important;
	letter-spacing: -1px;
}

.paymentWrap .payLecList li input[type="text"] {
	width: 15%;
	min-width: 100px;
	height: 30px;
	padding: 0 0.6rem;
}

.paymentWrap .payLecList li:last-child {
	margin: 0;
	position: relative;
	letter-spacing: -1px;
}

.paymentWrap .payLecList li:last-child a {
	display: inline-block;
	padding: 6px 12px;
	background: #333;
	color: #fff;
	margin-right: 5px;
}

.paymentWrap .payLecList li:last-child a.delete {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 0;
	width: 11px;
	height: 11px;
	background: #fff;
	float: right;
	vertical-align: middle;
	z-index: 5;
}

.paymentWrap .payLecList02 li {
	font-size: 12px !important;
}

.paymentWrap .payLecList02 li a {
	text-decoration: underline;
	color: #1a8ccc
}

.paymentWrap input[type="radio"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.paymentWrap label {
	margin: 0 10px;
	font-size: 14px;
	cursor: pointer;
}

.paymentWrap .delivery {
	margin-top: 25px;
}

.paymentWrap .delivery a {
	display: inline !important;
	border: 1px solid #666;
	padding: 8px 16px;
	font-size: 14px;
	color: #666;
}

.paymentWrap .buyerInfo {
	margin-top: 20px;
}

.paymentWrap .buyerInfo table td {
	border: 0;
	padding: 5px 0;
}

.paymentWrap .buyerInfo table th {
	text-align: left;
}

.paymentWrap input[type="number"],
.paymentWrap input[type="tel"],
.paymentWrap input[type="text"] {
	min-width: 60px;
	height: 30px;
	padding: 0 0.6rem;
}

.paymentWrap .buyerInfo select {
	height: 30px !important;
}

.paymentWrap .buyerInfo .findaddress {
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #666;
	display: inline-block !important;
	vertical-align: middle;
	padding: 0 15px;
}

.paymentWrap .paymentPoint {
	font-size: 14px;
	margin-bottom: 10px;
	background: #f9f9f9;
	padding: 10px;
	letter-spacing: -1px;
}

.paymentWrap .paymentPoint input {
	margin-left: 10px;
	width: 50px;
}

.paymentWrap .paymentPoint a {
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #666;
	display: inline-block !important;
	vertical-align: middle;
	padding: 0 8px;
	float: right;
	font-size: 12px;
}

.paymentWrap .paymentPoint:after {
	content: "";
	display: block;
	clear: both;
}

.paymentWrap .priceBox {
	border: 0;
	padding: 0;
}

.paymentWrap .method {
	margin-bottom: 10px;
}

.paymentWrap .method:after {
	content: "";
	display: block;
	clear: both;
}

.paymentWrap .method li {
	display: inline;
	float: left;
	width: 33.33333%;
}

.paymentWrap .method a,
.paymentWrap .method label {
	display: block;
	background: #f9f9f9;
	border: 1px solid #999;
	color: #1d1d1d;
	text-align: center;
	font-size: 12px;
	padding: 15px 0;
	margin-right: 10px;
}

.paymentWrap .method li:last-child a,
.paymentWrap .method li:last-child label {
	margin: 0;
}

.paymentCts .policyInfo {
	line-height: 1.5;
	font-size: 14px;
}

.paymentCts .policyInfo li {
	border-bottom: 1px solid #c9c9c9;
	padding: 15px 0;
	margin: 0 20px;
	position: relative;
}

.paymentCts .policyInfo li:first-child {
	border-bottom: 1px solid #898989;
	margin: 0;
	padding: 15px 20px;
}

.paymentCts .policyInfo .txtBox {
	display: none;
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
	background: #f9f9f9;
}

.paymentCts .policyInfo li:last-child {
	border: 0;
}

.paymentCts .policyInfo li .chkBox-Agree {
	position: absolute;
	top: 15px;
	right: 0;
}

.paymentCts .policyInfo li:first-child .chkBox-Agree {
	right: 20px;
}

.paymentCts .policyInfo .AllchkBox,
.paymentCts .policyInfo .chkBox {
	cursor: pointer;
	letter-spacing: -1px;
}

.paymentCts .policyInfo .chkBox p {
	padding-right: 25px;
}

.paymentCts .policyInfo .MoreBtn {
	width: 20px;
	height: 20px;
	padding-right: 0;
	display: inline-block;
}

.lecTable .SubTit {
	clear: both;
	margin-bottom: 10px;
}

.lecTable .Txt {
	width: 100%;

}

.lecTable .Txt .aBox {
	float: left;
	display: block
}

.lecTable .Txt .SubTxt {
	float: left;
	display: block;
	line-height: 22px;
	margin-left: 10px;
	width: calc(100% - 70px);
}

.lecTable .SubTit:after,
.lecTable .Txt:after {
	content: '';
	display: block;
	clear: both
}


/*배송 주소록 팝업*/
.addressListBox {
	overflow-y: auto;
	height: 390px;
	font-size: 12px;
	line-height: 1.5;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

.addList {
	border-bottom: 1px solid #c9c9c9;
	padding: 15px 0;
}

.addList label {
	margin-left: 10px;
	font-size: 16px;
}

.addList input {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.addList li {
	margin-bottom: 5px;
	color: #666;
}

.addList li:first-child {
	margin-bottom: 10px;
	color: #333;
}

.addList li:last-child {
	margin-bottom: 0;
}

.addInfo {
	margin: 10px 0;
}

.addInfo li {
	margin-left: 15px;
	list-style-type: disc;
}

/*쿠폰 팝업*/
.couponListBox {
	/*verflow-y: auto;
	height: 390px;*/
	padding: 15px 0;
	border-top: 1px solid #333;
}

.couponListBox .payLecList li {
	margin-bottom: 10px;
	font-size: 14px;
}

.couponListBox .payLecList li span {
	border: 1px solid #666;
	color: #666;
	padding: 3px 5px;
	font-size: 12px;
}

.couponListBox .priceBox {
	padding: 0;
	border: 0;
}

.couponListBox .couponTab {
	margin-top: 20px;
}

.couponListBox .couponTab li {
	display: inline;
	float: left;
	width: 50%;
}

.couponListBox .couponTab li a {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	border: 1px solid #898989;
	color: #999;
	background: #f6f6f6;
}

.couponListBox .couponTab li:last-child a {
	border-left: 0;
}

.couponListBox .couponTab li a.on {
	color: #333;
	border-bottom: 1px solid #fff;
	background: #fff;
}

.couponListBox .couponTab:after {
	content: "";
	display: block;
	clear: both;
}

.couponListBox .couponList {
	padding: 10px 0;
	line-height: 1.5;
	max-height: 300px;
	overflow-x: auto;
}

.couponListBox .couponList .lecinfo p {
	color: #ed1c24;
	margin-bottom: 10px;
}

.couponListBox .couponList .lecinfo ul {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 15px 0;
}

.couponListBox .couponList label {
	margin-left: 10px;
	font-size: 14px;
}

.couponListBox .couponList input {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.couponListBox .couponList .lecinfo li {
	margin-bottom: 5px;
	color: #666;
}

.couponListBox .couponList li strong {
	display: inline-block;
	width: 80px;
	color: #333;
}

.couponListBox .couponList li:first-child {
	margin-bottom: 10px;
	color: #333;
}

.couponListBox .couponList li:last-child {
	margin-bottom: 0;
}

.couponNo {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	text-align: center;
	padding: 20px 0;
}

.couponInfo {
	background: #f9f9f9;
	padding: 10px;
	line-height: 1.5;
}

.couponInfo p {
	font-size: 14px;
}

.couponInfo li {
	margin-left: 15px;
	list-style: disc;
}

.couponBtns ul:after {
	content: "";
	display: block;
	clear: both
}

.couponBtns li {
	display: inline;
	float: left;
	width: 50%;
}

.couponBtns li a {
	display: block;
	padding: 10px 0;
	text-align: center;
}

/*결제완료*/
.paymentTxt02 {
	padding: 20px 0;
	border: 1px solid #898989;
	margin: 20px;
	text-align: center;
	font-size: 14px;
}

.paymentTxt02 span {
	background: url("../../../img/willbes/login/icon_check.png") no-repeat left bottom;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	font-size: 0;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: middle;
}

.paymentCtsEnd {
	padding: 0 20px 20px;
}

.paymentCtsEnd h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.paymentCtsEnd table {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
}

.paymentCtsEnd th,
.paymentCtsEnd td {
	padding: 10px;
	font-size: 14px;
}

.paymentCtsEnd th {
	background: #f9f9f9;
}

.paymentCtsEnd tr {
	border-bottom: 1px solid #c9c9c9;
}

.paymentCtsEnd tr:last-child {
	border: 0;
}

.paymentCtsEnd .priceBox {
	border: 0;
	padding: 0;
	margin-bottom: 20px;
}

.paymentCtsEnd .payLecList {
	border-top: 1px solid #333;
}

/*무료특강*/
.freeLecPass {
	margin: 10px 0;
}

.freeLecPass p {
	margin-bottom: 5px;
}

.freeLecPass input[type="password"] {
	width: 80px;
	height: 30px;
	padding: 0 0.6rem;
	float: left;
	vertical-align: middle;
}

.freeLecPass a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	background: #1387c8;
	float: left;
	color: #fff;
	text-align: center;
	padding: 3px 10px 0;
}

.freeLecPass a.view {
	width: auto;
	background: #333;
	margin: 0;
	padding: 3px 10px 0;
}

.freeLecPass:after {
	content: "";
	display: block;
	clear: both;
}

/*주문배송관리*/
.paymentDate {
	margin: 20px;
	padding: 10px;
	background: #f9f9f9;
}

.paymentDate .payLecList {
	border: 0;
	padding: 0 0 10px;
}

.paymentDate strong {
	margin-right: 10px;
}

.paymentDat ul {
	margin-top: 10px;
}

.paymentDate li {
	display: inline;
	float: left;
	width: 20%;
}

.paymentDate li a {
	display: block;
	text-align: center;
	padding: 15px 10px;
	border: 1px solid #898989;
	border-right: 0;
	background: #fff;
	font-size: 14px;
	color: #898989;
}

.paymentDate li:last-child a {
	border-right: 1px solid #898989;
}

.paymentDate ul:after {
	content: "";
	display: block;
	clear: both;
}

.paymentDate .btnSearch {
	margin-top: 10px;
	text-align: right;
}

.paymentDate .btnSearch a {
	display: inline-block;
	width: 80px;
	color: #fff;
	text-align: center;
	background: #4f4f4f;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.paymentWrap .willbes-Lec-Selected .chk {
	float: right;
	margin-top: 10px;
}

.paymentWrap .willbes-Lec-Selected .chk label {
	margin-left: 5px;
}

.paymentWrap .willbes-Lec-Selected .chk input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
	cursor: pointer;
}

.paymentCheck {
	margin: 0 20px;
	font-size: 14px;
	border-bottom: 1px solid #898989;
	clear: both;
}

.paymentCheck h4 {
	color: #999;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	padding: 15px 10px;
}

.paymentCheck .bgblue {
	background: #e9f7fd
}

.paymentCheck h4 a {
	float: right;
	color: #0d74ae;
}

.paymentCheck ul {
	padding: 10px;
}

.paymentCheck li {
	line-height: 1.5;
}

.paymentCheck li:last-child {
	font-size: 12px;
	color: #999;
}

.paymentCheck .orderDetail {
	padding: 0 20px
}

.paymentCheck .orderDetail>div {
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0
}

.paymentCheck .orderDetail>div div {
	padding: 5px 0
}

.paymentCheck .orderDetail>div div strong {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
	color: #999
}

.paymentCheck .orderDetail>div div:last-child {
	border-bottom: 0
}

.paymentCheckInfo {
	margin: 20px;
	padding: 10px;
	background: #f9f9f9;
}

.paymentCheckInfo h4 {
	font-size: 14px;
	padding: 10px 0;
}

.paymentCheckInfo h4:first-child {
	padding-top: 0;
}

.paymentCheckInfo li {
	line-height: 1.5;
	margin-left: 15px;
	list-style-type: disc;
	color: #666;
}

/*포인트관리*/
.pointHead {
	background: #f9f9f9;
	margin: 20px 20px 0;
	padding: 20px;
	text-align: center;
	font-size: 14px;
}

.pointHead h4 {
	font-size: 15px;
}

.pointHead ul {
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 20px;
	padding: 20px;
	margin-top: 20px;
}

.pointHead li {
	display: inline;
	float: left;
	width: 50%;
	border-right: 1px solid #c9c9c9;
	line-height: 2;
}

.pointHead li:last-child {
	border: 0;
}

.pointHead ul:after {
	content: "";
	display: block;
	clear: both;
}

.pointLec {
	margin: 10px 20px;
	padding: 20px 0;
	background: #f9f9f9;
}

.pointLec li {
	display: inline;
	float: left;
	width: 50%;
	border-right: 1px solid #c9c9c9;
	line-height: 2;
	text-align: center;
}

.pointLec li:last-child {
	border: 0;
}

.pointLec:after {
	content: "";
	display: block;
	clear: both;
}

.pointList {
	margin: 20px;
	font-size: 14px;
	line-height: 1.5;
	clear: both;
	border-top: 1px solid #c9c9c9;
}

.pointList li {
	display: inline;
	float: left;
	border-bottom: 1px solid #c9c9c9;
	width: 30%;
	padding: 10px;
}

.pointList li:nth-child(2) {
	width: 40%;
}

.pointList li:last-child {
	text-align: right;
}

.pointList ul:after {
	content: "";
	display: block;
	clear: both;
}

/*쿠폰,수강권관리*/
.btnCoupon {
	margin: 0 20px;
}

.btnCoupon a {
	display: block;
	color: #fff;
	text-align: center;
	background: #4f4f4f;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}

.myCouponTab {
	margin: 20px 20px 0;
}

.myCouponTab li {
	display: inline;
	float: left;
	width: 50%;
}

.myCouponTab li a {
	display: block;
	text-align: center;
	padding: 15px 0;
	background: #fff;
	border: 1px solid #888;
	font-size: 14px;
	color: #999;
}

.myCouponTab li:last-child a {
	border-left: 0;
}

.myCouponTab li a.on {
	border-bottom: 1px solid #f9f9f9;
	background: #f9f9f9;
	color: #3a3a3a;
}

.myCouponTab:after {
	content: "";
	display: block;
	clear: both;
}

.myCouponList {
	clear: both;
	padding: 0 20px;
	border-top: 1px solid #898989;
}

.myCouponList ul {
	border-bottom: 1px solid #c9c9c9;
	padding: 10px 0;
}

.myCouponList li {
	line-height: 1.5;
	margin-bottom: 5px;
}

.myCouponList li:first-child {
	font-size: 14px;
}

.myCouponList li strong {
	display: inline-block;
	width: 80px;
	margin-right: 10px;
	font-family: "NanumGothic-ExtraBold", "Nanum Gothic", "나눔고딕", "sans-serif" !important;
}

.couponSingup {
	border: 1px solid #898989;
	padding: 20px;
	margin-top: 10px;
	font-size: 14px;
}

.couponSingup p {
	margin-bottom: 10px;
}

.couponSingup div {
	margin-top: 10px;
}

.couponSingup input[type="text"] {
	width: calc(100% - 90px);
	height: 30px;
	padding: 0 0.6rem;
	float: left;
	vertical-align: middle;
}

.couponSingup a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	width: 80px;
	color: #fff;
	text-align: center;
	background: #4f4f4f;
}

.couponSingup:after {
	content: "";
	display: block;
	clear: both;
}

.pointBox .couponSingup {
	margin: 20px;
}

/*교수진소개 리스트*/
.profArea {
	padding: 0 20px;
	margin-bottom: 30px;
}

.profArea .subjectBox {
	margin-top: 30px;
}

.profArea .subjectBox .subTitle {
	font-size: 16px;
	margin-bottom: 10px;
}

.profArea .subjectBox ul {
	margin-right: -10px;
}

.profArea .subjectBox li {
	display: inline;
	float: left;
	width: calc(33.333333% - 10px);
	margin-right: 10px;
}

.profArea .subjectBox a {
	display: block;
	height: 152px;
	background: #eee;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.profArea .subjectBox li div {
	position: absolute;
	top: 15px;
	left: 18px;
	width: 60%;
	text-align: left;
	line-height: 1.2;
	font-size: 18px;
	z-index: 2;
}

.profArea .subjectBox li img {
	position: absolute;
	width: 100%;
	top: -10px;
}

.profArea .subjectBox span.subject {
	font-size: 14px;
	margin-bottom: 15px;
	color: #666
}

.profArea .subjectBox span {
	display: block;
	font-size: 20px;
	color: #1a8ccc;
}

.profArea .subjectBox ul:after {
	content: "";
	display: block;
	clear: both;
}

/*교수 상세보기*/
.profAreaView {
	position: relative;
	background: url("../../../img/willbes/prof/bg_prof.jpg") no-repeat 0 0;
	overflow: hidden;
	line-height: 1.4;
	max-height: 280px;
	border-bottom: 1px solid #e4e4e4;
}

.profAreaView .profImg img {
	width: 38%;
}

.profAreaView .profCopy {
	position: absolute;
	top: 10%;
	left: 40%;
	font-size: 20px;
	padding-right: 10px;
}

.profAreaView .profCopy span {
	color: #1a8ccc;
}

.profAreaView .profCopy p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.profAreaView .profMenu {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 100%;
	z-index: 5;
}

.profAreaView .profMenu ul {
	float: right;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
}

.profAreaView .profMenu li {
	display: inline;
	float: left;
}

.profAreaView .profMenu li a {
	display: block;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	border-left: 1px solid #ccc;
	color: red;
}

.profAreaView .profMenu li:nth-child(1) a {
	padding: 0;
	border: 0;
}

.profAreaView .profMenu ul:after {
	content: "";
	display: block;
	clear: both;
}

.profLecTab {
	text-align: center;
	background: #1a8ccc;
	color: #fff;
	position: relative;
	height: 50px;
	overflow: hidden;
}

.profLecTab ul {
	position: absolute;
	top: 0px;
	z-index: 2;
	margin: 15px 20px 0;
	width: calc(100% - 40px);
}

.profLecTab .tabWrap li {
	display: inline;
	float: left;
	width: 33.333333% !important;
	border-right: 1px solid #46a8df;
}

.profLecTab .tabWrap li a {
	display: block;
	height: 35px;
	line-height: 35px;
	width: 100% !important;
}

.profLecTab .tabWrap li:last-child {
	border: 0;
}

.profLecTab .tabWrap li a.on {
	background: #fff;
	color: #1a8ccc;
}

.profLecTab .tabWrap.two li {
	width: 50% !important;
}

.profLecTab ul:after {
	content: "";
	display: block;
	clear: both;
}

.lecListTabs .tabWrap.btntab {
	margin: 20px auto 0;
	text-align: center;
}

.lecListTabs .tabWrap.btntab li {
	display: inline;
}

.lecListTabs .tabWrap.btntab a {
	display: inline-block;
	border: 1px solid #1a8ccc;
	border-radius: 20px;
	color: #1a8ccc;
	padding: 10px 20px;
}

.lecListTabs .tabWrap.btntab a.on {
	background: #1a8ccc;
	color: #fff;
}

.lecListTabs .tabWrap.btntab:after {
	content: "";
	display: block;
	clear: both;
}

/* subContainer : Prof : willbes-Layer-ProfileBox */
.willbes-Layer-ProfileBox {
	display: none;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -48%;
	margin-top: -310px;
	width: 96%;
	height: 620px;
	z-index: 110;
	border: 1px solid #2f2f2f;
	padding: 20px 25px 30px;
}

.willbes-Layer-ProfileBox .closeBtn {
	position: absolute;
	top: 15px;
	right: 15px;
}

.willbes-Layer-ProfileBox .Layer-Tit {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 20px 0 30px;
	border-bottom: 2px solid #000;
}

.willbes-Layer-ProfileBox .Layer-Tit span {
	vertical-align: baseline;
}

.willbes-Layer-ProfileBox .Layer-SubTit {
	font-size: 16px;
	padding: 30px 0 20px;
}

.willbes-Layer-ProfileBox .Layer-Txt {
	height: 183px;
	padding: 20px;
	line-height: 24px;
	border: 1px solid #e2e2e2;
	overflow-x: auto;
}

/* subContainer : Prof : willbes-Layer-CurriBox */
.willbes-Layer-CurriBox {
	display: none;
	position: absolute;
	top: 50px !important;
	left: 50%;
	margin-left: -48%;
	margin-top: 0;
	width: 96%;
}

.willbes-Layer-CurriBox .closeBtn {
	position: absolute;
	top: 15px;
	right: 15px;
}

.willbes-Layer-CurriBox .Layer-Tit {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 20px 0 30px;
	border-bottom: 2px solid #000;
}

.willbes-Layer-CurriBox .Layer-Tit span {
	vertical-align: baseline;
}

.willbes-Layer-CurriBox .Layer-SubTit {
	font-size: 16px;
	padding: 30px 0 20px;
}

.willbes-Layer-CurriBox .Layer-Txt {
	padding: 20px;
	line-height: 24px;
	border: 1px solid #e2e2e2;
	overflow-x: auto;
}

.willbes-Layer-CurriBox .Layer-Cont img {
	max-width: 100%;
}

.willbes-Layer-CurriBox .Layer-Cont {
	height: auto;
	max-height: 480px;
	overflow-y: auto !important;
}

/* subContainer : Prof : willbes-Layer-Replynotice */
.willbes-Layer-Replynotice {
	display: none;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -48%;
	margin-top: -310px;
	width: 96%;
	height: 520px;
	z-index: 110;
	border: 1px solid #2f2f2f;
	padding: 20px 25px 30px;
}

.willbes-Layer-Replynotice .Layer-Tit {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid #000;
}

.willbes-Layer-Replynotice .Layer-SubTit {
	padding: 10px;
	background: #f5f5f5;
}

.willbes-Layer-Replynotice .Layer-SubTit p {
	text-align: right;
	color: #999;
	margin-top: 5px;
}

.willbes-Layer-Replynotice .Layer-Txt {
	height: 350px;
	padding: 10px;
	border: 1px solid #e2e2e2;
	overflow-x: auto;
}

/* subContainer : Prof : willbes-Layer-ProfileBox */
.willbes-Layer-BookBox {
	display: none;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -48%;
	margin-top: -200px;
	width: 96%;
	height: 400px;
	z-index: 110;
	border: 1px solid #2f2f2f;
	padding: 20px 20px 30px;
}

.willbes-Layer-BookBox .closeBtn {
	position: absolute;
	top: 15px;
	right: 15px;
}

.willbes-Layer-BookBox .Layer-SubTit {
	font-size: 16px;
	padding: 30px 0 20px;
}

.willbes-Layer-BookBox .Layer-Txt {
	height: auto;
	padding: 20px;
	line-height: 1.5;
	border: 1px solid #e2e2e2;
}

.willbes-Layer-BookBox .Layer-Txt a {
	display: block;
	margin-bottom: 10px
}

.willbes-Layer-BookImgBox {
	top: 1% !important;
	left: 50%;
	margin-left: -48%;
	margin-top: 0;
	width: 96%;
	height: auto;
	z-index: 110;
	border: 1px solid #2f2f2f;
	padding: 40px 20px 30px;
}

/*교재구매*/
.bookListWrap {
	margin: 20px 0 30px !important;
	border-top: 1px solid #ccc;
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.bookList {
	display: inline-block;
	/*width: calc(50% - 2px);*/
	flex: 1 1 40%;
	max-width: calc(50%);
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 20px 10px;
	text-align: center;
}

.bookList:nth-of-type(even) {
	border-right: 0;
}

.lecViewBtn {
	display: inline-block;
	text-align: center;
	color: #fff !important;
	background: #00b22a;
	padding: 10px 0;
	width: 80%;
	max-width: 160px;
	margin: 0 auto
}


.bookImg {
	width: 100%;
	height: 200px;
	position: relative;
}

.bookImg img {
	width: 100%;
	max-width: 130px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bookInfo {
	margin-top: 20px;
}

.bookInfo .bookTitle {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
	text-overflow: ellipsis;
	height: 40px;
	color: #0d74ae;
	word-break: keep-all;
}

.bookInfo>li {
	margin-bottom: 8px;
	line-height: 1.4;
}

.bookInfo>li:nth-of-type(2) {
	font-size: 12px;
	color: #666;
}

.bookInfo>li br {
	display: none;
}

.bookInfo>li .row-line {
	background: #b5b5b5;
	width: 1px;
	height: 12px;
	margin: 0 5px;
	vertical-align: middle;
}

.bookInfo>li select {
	height: 30px
}

.bookInfo a.bookView {
	background: url("../../../img/willbes/m/main/icon_search_btn2.png") no-repeat right center;
	background-size: 20px;
	display: inline-block !important;
	padding-right: 25px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}

.bookInfo .w-buy {
	font-size: 12px;
	padding: 15px 0;
	line-height: 33px;
}

.bookInfo .w-buy ul {
	width: 60%;
	margin: 0 auto;
}

.bookInfo .w-buy li {
	display: inline-block;
	float: left;
	height: 34px;
	width: 50%;
}

.bookInfo .w-buy li a {
	display: block;
	height: 100%;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	letter-spacing: -1px;
	margin-right: 5px;
}

.bookInfo .seleLec {
	margin-bottom: 5px
}

.bookInfo .w-buy:after,
.bookListWrap:after,
.bookList:after {
	content: "";
	display: block;
	clear: both;
}

/*학원오시는길*/
.mapArea {
	padding: 0 20px;
	margin-bottom: 30px;
}

.mapArea .mapTitle {
	font-size: 16px;
	margin-top: 30px;
}

.mapArea .mapTitle p {
	font-size: 12px;
	margin-top: 5px;
	color: #666;
}

.mapArea li {
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
	min-height: 30px;
	padding-top: 12px;
}

.mapArea li:nth-child(1) {
	background: url("https://static.willbes.net/public/images/promotion/m/icon_add.png") no-repeat left center;
}

.mapArea li:nth-child(2) {
	background: url("https://static.willbes.net/public/images/promotion/m/icon_tel2.png") no-repeat left center;
}

.ssamMapArea li {
	padding: 20px 0;
	margin: 0
}

.ssamMapArea li:nth-child(1) {
	background: url("https://static.willbes.net/public/images/promotion/m/2017/mapIcon01.png") no-repeat left center;
	background-size: 30px;
	padding-left: 40px;
	border-bottom: 1px solid #ececec;
}

.ssamMapArea li:nth-child(2) {
	background: url("https://static.willbes.net/public/images/promotion/m/2017/mapIcon02.png") no-repeat left center;
	background-size: 30px;
	padding-left: 40px;
	font-size: 30px
}

.location_map {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	border: 1px solid #ccc;
}

.location_map span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -29px;
	margin-left: -10px;
	z-index: 10;
}

.location_map .mapimg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -560px;
}

/*********************************************     MYPAGE     *********************************************/

/*게시판 신규강의리스트*/
.newLecList {
	margin-top: 30px;
	max-width: 900px;
	color: #666;
	margin-bottom: 100px;
}

.newLecList h4 {
	font-size: 22px;
	border-bottom: 2px solid #000;
	padding: 10px 0;
}

.newLecList ul {
	margin-bottom: 30px;
}

.newLecList li {
	padding: 10px;
	line-height: 1.4;
	border-bottom: 1px dashed #e4e4e4;
}

.newLecList li:hover {
	background: #f6f6f6;
}

.newLecList li.li2 {
	border-bottom: 1px dashed #999;
}

.newLecList li:last-child {
	border-bottom: 1px solid #000;
}

.newLecList li:after {
	content: "";
	display: block;
	clear: both;
}

.newLecList li div {
	width: 80%;
	float: left;
}

.newLecList li div span {
	color: #ccc;
	margin: 0 5px;
}

.newLecList li div strong {
	color: #000;
}

.newLecList li a {
	display: block;
	float: right;
	width: 18%;
	height: inherit;
	background: #fff;
	border: 1px solid #55676b;
	color: #55676b;
	border-radius: 16px;
	text-align: center;
	padding: 4px 0;
	margin-bottom: 4px
}

.newLecList li a:hover {
	background: #55676b;
	color: #fff;
}

/*********************************************     학원     *********************************************/

/*검색*/
.onSearch {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0 0;
	width:calc(100% - 90px)
}

.onSearch input[type="search"] {
	border: 0;
	border-bottom: 1px solid #000;
	height: 28px;
	width: 100%;
	color: #ccc;
	font-size: 14px;
	padding: 0;
}

.onSearch input:focus {
	border: 0 !important;
	border-bottom: 1px solid #1087ef !important;
	color: #1087ef;
}

.onSearch button {
	position: absolute;
	top: 10px;
	right: 0;
	width: 28px;
	height: 28px;
	font-size: 0;
	text-indent: -9999px;
	background: url("../../../img/willbes/m/main/icon_search.png") no-repeat center center;
	background-size: 18px;
	display: block;
	z-index: 1;
}

.searchAmount,
.searchZero {
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #c9c9c9;
}

.searchAmount strong {
	color: #1087ef;
}

.searchZero img {
	width: 60px !important;
}

.searchZero h3 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}

.searchZero p {
	margin-top: 20px;
	color: #666;
}

.searchTap {
	border-top: 1px solid #ccc;
	margin-top: 30px;
}

.searchTap li {
	display: inline;
	float: left;
	width: 25%;
	border-bottom: 2px solid #333;
}

.searchTap li a {
	display: block;
	text-align: center;
	border-bottom: 2px solid #fff;
	padding: 15px 0;
}

.searchTap li span {
	color: #1087ef;
}

.searchTap li.on {
	border-bottom: 2px solid #1087ef;
}

.searchTap li.on a {
	border-bottom: 2px solid #1087ef;
}

.searchTap ul:after {
	content: "";
	display: block;
	clear: both;
}

.searchTitle {
	color: red;
	font-size: 1.4rem;
	padding: 20px 0;
	border-bottom: 1px solid #c9c9c9;
}

.searchTab {
	border-left: 1px solid #c9c9c9;
}

.searchTab:after {
	content: '';
	display: block;
	clear: both
}

.searchTab li {
	display: inline;
	float: left;
	font-size: 12px;
	width: 20%;
	text-align: center;
	line-height: 1.5
}

.searchTab li strong {
	display: block;
	padding: 10px 0;
	background-color: #f4f4f4;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

.searchTab li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

.searchTab li span {
	display: block;
	background-color: #d9fcfc;
	padding: 0 3px;
	width: 40px;
	margin: 0 auto
}

.searchTab li strong span {
	background: none
}

@media only screen and (max-width: 374px) {
	.searchTab li {
		width: 25%;
	}
}

.searchContent h5 {
	position: relative;
	font-size: 14px;
	height: 50px;
	padding: 20px;
}

.searchContent h5 select {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 14px;
	height: 40px;
	width: 110px;
}

.searchContent h5:after {
	content: "";
	display: block;
	clear: both;
}

/*강의실 배정표*/
/* calendarTable */
.calendarTable {
	width: 68%;
}

table.calendar {
	width: 100%;
	border: 1px solid #bebebe;
}

tr.calendar_week td,
tr.calendar_day td {
	border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	font-size: 13px;
}

tr.calendar_week td:first-child,
tr.calendar_day td:first-child {
	border-left: none;
	color: #ed1c24;
}

tr.calendar_week th:last-child,
tr.calendar_day td:last-child {
	color: #1a8ccb;
}

tr.calendar_week td {
	background: #f1f1f1;
	height: 36px;
	text-align: center;
}

tr.calendar_day td {
	position: relative;
	height: 66px;
	padding: 12px 12px 8px;
	vertical-align: top;
	cursor: pointer;
}

tr.calendar_day td a.viewSchedule {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 65px;
	font-size: 0;
	text-indent: -9999px;
	z-index: -1;
}

tr.calendar_day td a.today {
	background: #f2f8fe;
}

tr.calendar_day td a.active {
	background: #feeeee;
}

tr.calendar_day td:hover {
	background: #fef7f7;
	color: #0c5dc0;
	text-decoration: underline;
}

tr.calendar_day td span.roomTable {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	background-color: salmon;
	float: right;
	font-size: 0;
	text-indent: -9999px;
	display: inline-block;
	border-radius: 5px;
	z-index: 2;
}

tr.calendar_month th {
	font-size: 18px;
	padding: 22px 0;
}

tr.calendar_month th span {
	display: inline-block;
	width: 29px;
	height: 29px;
	margin: 0 30px;
}

span.calendar_btn {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	font-family: "NanumGothic-Regular", "Nanum Gothic", "나눔고딕", "sans-serif";
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	line-height: 16px;
	margin: 0 8%;
	padding: 2px 0;
}

.btn_end {
	background: #eaeaea;
	border: 1px solid #c9c9c9;
	color: #888;
}

.btn_ing {
	background: #1a8ccb;
	border: 1px solid #1a8ccb;
	color: #fff;
}

.scheduleImg {
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	padding: 30px 0;
}

.scheduleImg img {
	max-width: 100%;
}

.scheduleImg .scheduleDate {
	font-size: 22px;
	margin-bottom: 20px;
}

.scheduleImg .scheduleDate span {
	box-shadow: inset 0 -15px 0 rgba(12, 93, 192, 0.2);
}

/*임용가이드*/
.w-Guide-Ssam {
	padding: 0 20px;
	margin-bottom: 30px;
}

.ssam .w-Guide-Ssam {
	padding: 0 10px;
}

.w-Guide-Ssam h4 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #2b4ab8;
	line-height: 30px;
}

.w-Guide-Ssam h4 span {
	font-size: 14px;
	border-radius: 4px;
	background: #036ac1;
	color: #fff;
	margin-right: 5px;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center
}

.w-Guide-Ssam .tabBox {
	position: relative;
	margin-bottom: 30px;
}

.w-Guide-Ssam .tabShow {
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.w-Guide-Ssam .tabShow li {
	display: inline;
	float: left;
	width: 33.3333%;
}

.w-Guide-Ssam .tabShow li a {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	letter-spacing: -1px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.w-Guide-Ssam .tabShow li a.on {
	color: #2b4ab8;
	background: #f5f5f5;
}

.w-Guide-Ssam .tabShow:after {
	content: "";
	display: block;
	clear: both;
}

.ssamGuideSt01 dt {
	font-size: 14px;
}

.ssamGuideSt01 dd {
	padding-left: 15px;
	margin-bottom: 2vh
}

.ssamGuideSt01 dd ul li {
	list-style-type: square;
	margin-left: 15px;
}

.ssamGuideSt01 img {
	max-width: 100%
}

.ssamGuideSt01 .guidebox tbody th {
	background: #fafafb
}

.ssamInfoMenu {
	margin-bottom: 20px;
	border-bottom: 1px solid #2d2f56;
}

.ssamInfoMenu .tabinfo {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.ssamInfoMenu .tabinfo li {
	display: inline;
	float: left;
	width: 25%;
}

.ssamInfoMenu .tabinfo li a {
	display: block;
	text-align: center;
	font-size: 14px;
	height: 69px;
	line-height: 1.4;
	padding: 15px 0;
	border-right: 1px solid #dedede;
	border-bottom: 0;
}

.ssamInfoMenu .tabinfo li a:hover,
.ssamInfoMenu .tabinfo li a.on {
	color: #fff;
	background: #2d2f56;
}

.ssamInfoMenu .tabinfo li.one a {
	padding: 0;
	line-height: 69px;
}

.ssamInfoMenu .tabinfo:after {
	content: "";
	display: block;
	clear: both;
}

.w-Guide-Ssam .tabSsam {

	border-top: 0;
	/*
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc*/
	display: flex;
	flex-wrap: wrap;
}

.w-Guide-Ssam .tabSsam li {
	margin: 0;
	border: 0;
	padding: 0;
	width: calc(100% / 4 - 2px);
	margin: 0 2px 2px 0;
}

.w-Guide-Ssam .tabSsam li a {
	display: block;
	padding: 10px 0;
	border: 0;
	border: 1px solid #ccc;
}

.w-Guide-Ssam .tabSsam li a.on {
	background: #f6f6f6;
	color: #000;
}

.w-Guide-Ssam .tabSsam li:nth-child(3) a,
.w-Guide-Ssam .tabSsam li:nth-child(4) a {
	color: #fff;
	text-indent: -9999px;
	background-color: #fff !important;
	border: 0;
}

.w-Guide-Ssam .tabBox .guideBtn {
	position: absolute;
	top: 0;
	right: 0;
}

.w-Guide-Ssam .tabBox .guideBtn a {
	display: inline-block;
	border: 1px indianred solid;
	color: indianred;
	padding: 5px 10px;
	margin-left: 5px;
}

.w-Guide-Ssam .tabBox .guideBtn a:hover {
	background-color: indianred;
	color: #fff;
}

.w-Guide-Ssam .tabContent {
	line-height: 1.8;
	color: #555;
	font-weight: normal;
	letter-spacing: normal;
}

.w-Guide-Ssam .tabContent .guideBtn02 {
	margin-top: 20px;
	width: 100%;
}

.w-Guide-Ssam .tabContent .guideBtn02 a {
	display: block;
	border: 1px indianred solid;
	color: indianred;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	width: 100%;
}

.w-Guide-Ssam .tabContent .guideBtn02 a:hover {
	background-color: indianred;
	color: #fff;
}

.w-Guide-Ssam .guidebox:after {
	content: "";
	display: block;
	clear: both;
}

.w-Guide-Ssam .guidebox table {
	border-top: 1px solid #e2e4e6;
	border-left: 1px solid #e2e4e6;
}

.w-Guide-Ssam .guidebox th,
.w-Guide-Ssam .guidebox td {
	text-align: center;
	padding: 10px 5px;
	border-right: 1px solid #e2e4e6;
	line-height: 1.4;
}

.w-Guide-Ssam .guidebox tr {
	border-bottom: 1px solid #e2e4e6;
}

.w-Guide-Ssam .guidebox th {
	font-weight: bold;
	color: #494a4d;
	background: #f4f4f5;
	letter-spacing: normal;
}

.w-Guide-Ssam .guidebox td a.btn01 {
	display: inline-block;
	padding: 5px 25px 5px 0;
	background: url("https://static.willbes.net/public/images/promotion/m/2017/icon_down.png") no-repeat right center;
}

.w-Guide-Ssam .listTable select {
	padding: 5px;
}

.w-Guide-Ssam .lecTable .w-tit {
	margin-right: 80px;
}

.w-Guide-Ssam .lecTable tr td.w-data div.download {
	width: 70px;
}

.w-Guide-Ssam .lecTable tr td.w-data div.download a {
	display: block;
	width: 100%;
	background: url("https://static.willbes.net/public/images/promotion/m/2017/icon_down.png") no-repeat right center !important;
	font-size: 13px;
	text-indent: 0;
	padding: 5px 0;
}

.trendData {
	margin-top: 20px;
}

.trendData table {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.trendData tr {
	border-bottom: 1px solid #dedede;
}

.trendData tr:nth-of-type(even) {
	background: #fafafa;
}

.trendData th,
.trendData td {
	padding: 10px;
	text-align: center;
	border-right: 1px solid #dedede;
}

.trendData th {
	font-weight: bold;
	color: #fff;
	background: #0c5dc0;
}

/*임용 대학특강, 교수채용 */
.w-Guide-Ssam .request_con {
	text-align: center;
	padding-top: 90px;
	word-break: keep-all;
	line-height: 1.3;
}

.w-Guide-Ssam .request_con.bg01 {
	background-color: #f9f0e4;
}

.w-Guide-Ssam .request_con.bg02 {
	background-color: #e3f5fb;
}

.w-Guide-Ssam .request_con>.txt01 {
	font-size: 12px;
	color: #b5caf2;
	letter-spacing: 31px;
	text-indent: 31px;
}

.w-Guide-Ssam .request_con>.txt02 {
	font-size: 40px;
	color: #2b4ab8;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 28px 0 11px;
}

.w-Guide-Ssam .request_con>.txt03 {
	font-size: 24px;
	color: #2b4ab8;
	letter-spacing: -1px;
}

.w-Guide-Ssam .request_con>img {
	margin: 65px 0 25px;
	width: 100%;
}

.w-Guide-Ssam .request_con .txt04 {
	font-size: 28px;
	color: #2b4ab8;
	margin-top: 40px
}

.w-Guide-Ssam .request_con .request_txtWrap {
	padding: 45px 0;
	background: #fff;
	margin-top: 90px;
	text-align: center;
}

.w-Guide-Ssam .request_con .request_txtWrap .txt01 {
	font-size: 16px;
	color: #2b49b8;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 28px;
}

.w-Guide-Ssam .request_con .request_txtWrap .txt02 {
	display: block;
	margin: 0 10%;
	font-size: 18px;
	font-weight: 300;
	color: #2c303e;
	padding: 9px 0;
	border-bottom: 1px dashed #bec3cc;
}

.w-Guide-Ssam .request_con .request_txtWrap .txt02:last-of-type {
	border-bottom: 0;
}

.w-Guide-Ssam .request_con .request_txtWrap .txt02 span {
	font-weight: 500;
	color: #2b4ab8;
}

.w-Guide-Ssam .professor_con>.txt03 {
	margin: 30px 0 10px;
}

.w-Guide-Ssam .professor_con>.txt02 {
	margin: 0;
}

.w-Guide-Ssam .professor_con>img {
	margin: 55px 0 25px;
}

.btnStA {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff !important;
	background-color: #005699;
	font-size: 1rem;
	padding: 10px 0;
	line-height: 1.4;
}

.sortList {
	margin: 10px;
}

.sortList li {
	display: inline;
	float: left;
	width: calc(20% - 5px);
	margin-right: 5px;
	margin-bottom: 5px;
}

.sortList a {
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	color: #999;
	text-align: center;
	letter-spacing: -1px;
}

.sortList a.on {
	border-color: #1a8ccc;
	color: #1a8ccc;
}

.sortList ul:after {
	content: "";
	display: block;
	clear: both;
}


/*좌석선택*/
.seatChoiceSec {
	padding: 20px;
	line-height: 1.4
}

.seatChoiceSec .seatBtn {
	text-align: center;
	margin-bottom: 10px
}

.seatChoiceSec .seatBtn a {
	background: #333;
	color: #fff;
	border-radius: 20px;
	padding: 10px 30;
	display: inline-block;
	font-size: 14px
}

.seatChoiceSec .seatChoice {
	text-align: right;
	margin-top: 10px
}

.seatChoiceSec .seatChoice span {
	display: inline-block;
	margin-left: 10px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center
}

.seatChoiceSec .seatChoice span:nth-child(1) {
	border: 1px solid #ccc;
	color: #ed1c24
}

.seatChoiceSec .seatChoice span:nth-child(2) {
	background: #ccc;
}

.seatNumber ul {
	margin: 20px 0 20px;
}

.seatNumber li {
	display: inline;
	float: left;
	margin-bottom: 8px;
}

.seatNumber li button {
	display: inline-block;
	width: calc(100% - 8px);
	text-align: center;
	letter-spacing: normal;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e4e4e4;
	background: #fff;
	color: #333;
}

.seatNumber .sNumberA {
	color: #ed1c24
}

.seatNumber .sNumberB {
	background: #e4e4e4;
}

.seatNumber .sNumberC {
	background: #1a8ccb;
	color: #fff;
}

.seatNumber li button.active {
	border: 1px solid #1a8ccb;
	color: #1a8ccb;
}

.seatNumber ul:after {
	content: "";
	display: block;
	clear: both;
}

.lecup-Notice-sub a {
	display: block;
	font-size: 14px;
	padding: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lecup-Notice-sub a span {
	background: #0c5dc0;
	color: #fff;
	padding: 0 10px;
	border-radius: 10px;
	margin-right: 5px;
}


/*교재구매 제한 : 윌스토리, 통합 장바구니*/
.buyinfo {
	display: inline-block;
	margin: 0 0 0 5px;
	border: 1px solid #00b22a;
	border-radius: 4px;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	vertical-align: middle;
	position: relative;
}

.buyinfo span {
	color: #00b22a;
	vertical-align: top
}

.buyinfo .buyinfoPop {
	display: none;
	position: absolute;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	padding: 10px;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	top: 32px;
	line-height: 1.3;
	z-index: 10;
	text-align: left
}

.buyinfo .buyinfoPop p {
	font-weight: bold;
	margin-bottom: 10px;
	color: #00b22a
}

.buyinfo .buyinfoPop .closeBtn {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #ccc;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif
}

.cardWrap {
	padding: 20px
}

.cardBox {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	font-size: 1.8vh;
	line-height: 1.5;
	background: url("https://static.willbes.net/public/images/promotion/m/card_bg.png") no-repeat 20px 45px;
	background-size: 160px;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.cardBox li {
	text-align: center;
}

.cardBox li:first-child span {
	font-size: 1.5vh;
	background: #7fafff;
	color: #fff;
	padding: 2px 10px
}

.cardBox li:first-child {
	padding-bottom: 30px;
	text-align: left
}

.cardBox li:nth-child(2) {
	border-top: 1px dotted #ccc;
	text-align: left;
	font-size: 2.2vh;
	margin-top: 10px;
	padding: 20px 0
}

.cardBox li:nth-child(2) span {
	color: #999
}

.cardBox li:nth-child(3) {
	padding: 20px 0
}


.cardWrap .info {
	margin-top: 20px;
	font-size: 1.6vh;
	line-height: 1.3;
}

.cardWrap .info li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

.cardWrap .info li:first-child {
	font-size: 2vh;
	font-weight: 600;
	color: #3f87ff;
	margin-bottom: 10px;
	margin-left: 0;
	list-style-type: none
}



/* iPhone 5/SE */
@media only screen and (max-width: 374px) {
	.width25p {
		width: 22%;
	}

	.width45p {
		width: 40%;
	}

	.width88p {
		width: 86%;
	}

	.width90p {
		width: 89%;
	}

	.filetype .file-text {
		width: 62%;
	}

	.willbes-Lec-Selected .chkBox {
		right: 5%;
	}

	#Footer .ft-Link ul li {
		margin: 0 1%;
	}

	#Header .sMenuList>a br {
		display: block;
	}

	.thisMonth .swiper-slide {
		width: 50%;
		height: 160px;
	}

	.thisMonth .swiper-slide img {
		bottom: 0;
	}

	.thisMonth .swiper-slide div {
		top: 70px;
	}

	.mainTab li a br {
		display: block;
	}

	.introBox3 .bigType li {
		width: calc(50% - 8px);
	}

	.csCenter li img {
		margin: 0 5px 10px 10px;
	}

	.csCenter .link li a {
		font-size: 14px;
	}

	.csCenter .tel li {
		display: block;
		float: none;
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}

	.csCenter .tel li:last-child {
		border: 0;
	}

	.csCenter .tel li br {
		display: none;
	}

	.profArea .subjectBox li {
		width: calc(50% - 10px);
	}

	.profArea .subjectBox a {
		height: 140px;
	}

	.profArea .subjectBox li img {
		width: 110%;
	}

	.profAreaView .profCopy {
		font-size: 20px;
	}

	.profAreaView .profCopy p {
		font-size: 16px;
	}

	.profAreaView .profMenu li a {
		padding-left: 7px;
		margin-right: 7px;
		font-size: 12px;
	}

	.bookList {
		display: block;
		float: none;
		width: 100%;
	}

	.bookInfo .w-buy ul {
		width: 100%;
	}

	.bookInfo>li br {
		display: none;
	}

	.gosi .gosiProf .swiper-container-prof {
		height: 450px;
	}

	.gosi .gosiProf .swiper-slide {
		width: 150px;
	}

	.gosi .gosiProf .swiper-container-prof .swiper-pagination {
		bottom: 30px;
	}

	.gosi .mapCts .add span {
		display: none;
	}

	.wsbook .newbook .swiper-container-newbook {
		height: 450px;
	}

	.wsbook .newbook .swiper-slide {
		width: 150px;
	}

	.wsbook .newbook .swiper-container-newbook .swiper-pagination {
		bottom: 30px;
	}

	.wsbookList .swiper-slide {
		width: 50%;
		height: 260px;
	}

	.wsbookList .swiper-slide .bookimg {
		width: 100%;
	}

	.wsbookList .mdBook .swiper-slide {
		width: 50%;
	}

	.wsbookList .mdBook .swiper-slide:last-child {
		display: none;
	}

	.wsBookView .wsBookImg {
		display: block;
		width: calc(100%);
		text-align: center;
		margin: 0 auto 20px;
	}

	.wsBookView .wsBookInfo {
		display: block;
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.ssam .bestLecBox .bestLec {
		height: 190px;
	}

	.ssam .bestLecBox .bestLec .profImg img {
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	.ssam .bestLecBox .lecinfo {
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		margin-top: 100px;
		width: 100%;
		padding: 10px;
		background-color: #a9d1d1;
	}

	.ssam .bestLecBox .lecinfo li {
		margin-bottom: 5px;
	}

	.ssam .bestLecBox .lecinfo li:nth-of-type(1) {
		font-weight: bold;
		font-size: 16px;
	}

	.ssam .bestLecBox .lecinfo li strong {
		padding: 0;
	}

	.ssam .bestLecBoxV2 .lecinfo {
		top: 12%;
		left: 10px;
		width: 90%;
		z-index: 2;
		font-size: 12px;
		line-height: 1.4;
	}

	.ssam .bestLecBoxV2 .lecinfo li {
		margin-bottom: 5px;
	}

	.ssam .bestLecBoxV2 .lecinfo li:nth-of-type(1) {
		font-size: 15px;
	}

	.ssam .bestLecBoxV2 .lecinfo li:nth-of-type(1) span {
		font-size: 13px;
	}

	.ssam .bestLecBoxV2 .lecinfo li span.prof {
		display: none;
	}

	.ssam .bestLecBoxV2 .lecinfo li strong {
		padding: 0;
		background: none;
		color: #fff;
	}

	.ssam .ssamCsCenter li .goTel {
		display: block
	}

	.ssam .ssamCsCenter li .goTel div {
		width: 100%;
	}

	.ssam .sampleLec {
		margin: 0 10px;
	}

	.ssam .examInfo li {
		width: 50%;
		margin-bottom: 15px;
	}

	.willbes-Layer-CurriBox .Layer-Cont {
		height: 300px !important;
		overflow-y: scroll;
	}

	.sortList li {
		width: calc(50% - 5px);
	}

	.noticeBox .List-Table li {
		font-size: 12px;
	}

	.cardBox li:nth-child(2) {
		font-size: 1.8vh;
	}

}

/* iPhone 6/7/8 */
@media only screen and (min-width: 375px) and (max-width: 640px) {
	.width25p {
		width: 24%;
	}

	.width45p {
		width: 44%;
	}

	.filetype .file-text {
		width: 64%;
	}

	.thisMonth .swiper-slide {
		width: 50%;
		height: 160px;
	}

	.thisMonth .swiper-slide img {
		bottom: -40px;
	}

	.introBox3 .bigType li {
		width: calc(50% - 8px);
	}

	.location_map {
		height: 300px;
	}

	.profArea .subjectBox li {
		width: calc(50% - 10px);
	}

	.profArea .subjectBox a {
		height: 140px;
	}

	.profArea .subjectBox li img {
		width: 90%;
		right: 0;
		top: -10px;
	}

	.profAreaView .profMenu li a {
		font-size: 12px;
	}

	.bookInfo .w-buy ul {
		width: 80%;
	}

	.bookInfo>li .writer {
		width: 90%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
	}

	.bookInfo>li br {
		display: block;
	}

	.bookInfo>li .row-line {
		display: none;
	}

	.gosi .gosiProf .swiper-container-prof {
		height: 500px;
	}

	.gosi .gosiProf .swiper-slide {
		width: 170px;
	}

	.gosi .gosiProf .swiper-container-prof .swiper-pagination {
		bottom: 30px;
	}

	.gosi .mapCts .add span {
		display: inline-block;
	}

	.gosi .mapCts .add br {
		display: none;
	}

	.wsbookList .swiper-slide {
		width: 50%;
		height: 260px;
	}

	.wsbookList .swiper-slide .bookimg {
		width: 100%;
	}

	.wsbookList .mdBook .swiper-slide {
		width: 50%;
	}

	.wsbookList .mdBook .swiper-slide:last-child {
		display: none;
	}

	.ssam .bestLecBox .bestLec {
		height: 190px;
	}

	.ssam .bestLecBox .bestLec .profImg img {
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	.ssam .bestLecBox .lecinfo {
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		margin-top: 100px;
		width: 100%;
		padding: 10px;
		background-color: #a9d1d1;
	}

	.ssam .bestLecBox .lecinfo li {
		margin-bottom: 5px;
	}

	.ssam .bestLecBox .lecinfo li:nth-of-type(1) {
		font-weight: bold;
		font-size: 16px;
	}

	.ssam .bestLecBox .lecinfo li strong {
		padding: 0;
	}

	.ssam .bestLecBoxV2 .lecinfo {
		top: 12%;
		left: 10px;
		width: 90%;
		z-index: 2;
		font-size: 12px;
		line-height: 1.4;
	}

	.ssam .bestLecBoxV2 .lecinfo li {
		margin-bottom: 5px;
	}

	.ssam .bestLecBoxV2 .lecinfo li:nth-of-type(1) {
		font-size: 15px;
	}

	.ssam .bestLecBoxV2 .lecinfo li:nth-of-type(1) span {
		font-size: 13px;
	}

	.ssam .bestLecBoxV2 .lecinfo li span.prof {
		display: none;
	}

	.ssam .bestLecBoxV2 .lecinfo li strong {
		padding: 0;
		background: none;
		color: #fff;
	}

	.ssam .ssamCsCenter li .goTel {
		display: block
	}

	.ssam .ssamCsCenter li .goTel div {
		width: 100%;
	}

	.ssam .ssamCsCenter li .go .ssam .sampleLec {
		margin: 0 10px;
	}

	.sortList li {
		width: calc(33.33333% - 5px);
	}

	.cardBox li:nth-child(2) {
		font-size: 2vh;
	}
}

/* Calendar */
@media only screen and (min-width: 690px) {
	#header .logo a.siteTitle {
		font-size: 20px;
	}

	.willbes-Layer-PassBox600 {
		left: 50%;
		margin-left: -300px;
	}

	.willbes-Layer-ProfileBox,
	.willbes-Layer-CurriBox,
	.willbes-Layer-Replynotice,
	.willbes-Layer-BookBox {
		margin-left: -300px;
		width: 600px;
	}

	.willbes-Layer-CurriBox {
		top: 50px !important;
		margin-top: 0;
	}

	.calendarTable .table-condensed tr th,
	.calendarTable .table-condensed tr td {
		font-size: 16px;
	}

	.Message p br {
		display: none;
	}

	.gosi .mapCts .add br {
		display: none;
	}

	.gosi .gosiTip {
		position: relative;
		padding-bottom: 0;
		overflow: hidden;
		margin-top: -30px;
	}

	.gosi .gosiTip .swiper-container-tip {
		width: 100%;
		padding-bottom: 42.25%;
		margin: 0;
	}

	.gosi .gosiTip .swiper-slide {
		width: calc(50% - 10px);
	}
}

/* 메인 모달 팝업 */
.popupBox {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10002;
}

.popupBox .popupContent {
	position: relative;
	width: 100%;
	max-width: 720px;
	/*max-height: 100%;*/
	margin: 0 auto;
	overflow-y: auto;
	z-index: 10000;
	padding: 30px 0;
	text-align: center
		/* 스크롤 바 */
		/* 스크롤 바 밑의 배경 */
		/* 실질적 스크롤 바 */
}

.popupBox .popupContent::-webkit-scrollbar {
	width: 7px;
}

.popupBox .popupContent::-webkit-scrollbar-track {
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.popupBox .popupContent::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 10px;
}

.popupBox .popupContent .popbanner {
	margin-bottom: 10px
}

.popupBox .popupContent .popbanner img {
	max-width: 680px;
	width: 100%
}

.popupBox .popupContent .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.popupBox .popupContent .embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}


.popupBox .btnClose {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 100
}

.popupBox .btnClose div {
	width: 50%;
}

.popupBox .btnClose div.wfull {
	width: 100%;
}

.popupBox .btnClose div button {
	display: block;
	background: #000;
	color: #fff;
	font-size: 0.9rem;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.popupBox .btnClose div:last-child button {
	border-right: 0;
	color: #ffff66
}

@media (max-width: 720px) {
	.popupBox .popupContent {
		width: calc(100% - 40px);
	}
}

/*게시판 신규 강의 안내*/
.lecNoticeList {
	font-size: 1.4vh;
	margin: 8vh auto
}

.lecNoticeList h4 {
	font-size: 1.8vh;
	padding: 1vh;
	color: #fff !important;
	background: #0d56ae;
	border-radius: 10px 10px 0 0
}

.lecNoticeList .lecNoticeLine {
	padding: 2vh 0;
	border-bottom: 1px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 10px;
	line-height: 1.4
}

.lecNoticeList .lecNoticeLine:hover {
	background: #f9f9f9
}
.lecNoticeList .lecNoticeLine ul {
	width:calc(100% - 70px);
}
.lecNoticeList .lecNoticeLine li:nth-of-type(1) span {
	padding: 2px 6px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	font-size: 1.2vh;
	display: inline-block;
	margin: 0 0.4vh 0.4vh 0
}

.lecNoticeList .lecNoticeLine li:nth-of-type(1) span.point {
	border: 1px solid #f30;
	color: #f30
}

.lecNoticeList .lecNoticeLine li:nth-of-type(2) {
	font-size: 1.6vh;
	font-weight: bold;
	color: #333;
	padding: 0.5vh 0
}

.lecNoticeList .lecNoticeLine li:last-child {
	display: flex;
	align-items: center;
}

.lecNoticeList .lecNoticeLine li:last-child strong {
	color: #000
}

.lecNoticeList .lecNoticeLine li:last-child strong:last-child {
	color: red
}

.lecNoticeList .lecViewBtns {
	display: flex;
	flex-direction: column;
	gap:3px 0;
	width: 70px;
}

.lecNoticeList .lecViewBtns a {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 0.5vh 0;
	text-align: center;
}

.lecNoticeList .lecViewBtns a.off {
	background: #000;
	color: #fff;
}


.lecNoticeList .lecViewBtns a:hover {
	background: #0d56ae;
	color: #fff;
	border: 1px solid #0d56ae;
}

.lecNoticeList .lecViewBtns a.pc {
	display: none
}

/*크롬 이지지 랜더링*/
img {
	image-rendering: auto;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}