.thumbList_Box .thumb_book .thumb_img .thumb_btnBox a {
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    color: #ffffff;
    background-color: #8763aa;
    margin-top: 5px;
    padding: 3px;
	border: 2px solid rgba(255, 255, 255, 0); }

.thumbList_Box .thumb_book .thumb_img .thumb_btnBox {
    display: block;
    position: absolute;
    bottom: 12%;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
    display: none;
}


html {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0px;
	font-family: 's-core', "Malgun Gothic", "sans-serif";
}

body article {
	font-size: 16px;
	line-height: 1.65;
}

p {
	margin: 0;
}

ol,
ul {
	padding: 0 0 0 15px;
}

li {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

a,
a:hover,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: inherit;
}

button:focus {
	outline: none;
}

img {}


span.bold {
	font-weight: bold;
}

.slide {
	width: 100%;
	height: 530px;
	background-color: #d7d9dd;
	background-image: url(../img/slide_img1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 0px 0;
}

.slide a {
	font-size: 0;
	background-image: url(../img/logo.png);
	background-size: contain;
	background-repeat: no-repeat;

	width: 200px;
	height: 60px;
	display: block;
}

.slide h1 {
	
  	font-size: 0;
    margin-top: 17%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 640px;
    height: 500px;
    background-image: url(../img/title2.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
}


.full {
	padding: 50px 15px 30px 15px;
}

.full:nth-child(odd) {
	background-color: #f8f8f8;

}

.full h1 {

	width: 88px;
	margin: 0 auto 40px auto;
	border-bottom: 2px solid #222;
	font-size: 25px;
	text-align: center;
	position: relative;
	line-height: 1;
	padding-bottom: 13px;
	font-weight: 500;
}




.full ul.list {
	width: 100%;
    max-width: 1330px;
    margin: 20px auto;
    padding: 0 10px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media(max-width:767px) {

	.full ul.list li a h2 {
	font-size: 15px !important;
	margin: 10px auto 30px auto;
	text-transform: uppercase;
}

}


.full ul.list li {
	width: 200px;
	text-align: center;
	margin: 10px 0;

}

.full ul.list li a {
	overflow: hidden;
}

.full ul.list li a .img {
	width: 100%;
	border: 1px solid #ddd;
	position: relative;
}

.full ul.list li a .img img {
	width: 100%;
}

.full ul.list li a .img::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	display: block;
	position: absolute;
	top: 0;
	opacity: 0;
}

.full ul.list li a:hover .img::after {
	opacity: 0.3;
	transition: opacity 0.5s;
}

.full ul.list li a h2 {
	font-size: 17px;
	margin: 10px auto 0px auto;
	text-transform: uppercase;
			font-family: "s-core", "Malgun Gothic", "sans-serif";
			letter-spacing: -0.5px !important;
	line-height: 1.5em;
}

.full ul.list li a:hover h2 {
	color: #0d90d2;
	transition: color 0.5s;
}

.footer {
	padding: 50px 0;
	background-color: #333;
	vertical-align: middle;
}

.footer .footer-logo {
	width: 203px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.footer .footer-logo img {
	width: 100%;
}

.footer p {
	display: inline-block;
	color: #eee;
	height: 48px;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 4px;
	word-break: keep-all;
}


@media(max-width:1200px) {
	.slide {
		height: 360px;
		padding-top: 20px;
	}

	.full ul.list {
		max-width: 600px;
	}
}

@media(max-width:767px) {
	.slide {
		background-image: url(../img/slide_img_m1.png);
    background-position: bottom;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 20%;
    /* background-size: 100% auto; */
    width: 100%;
	}
	
	.slide h1 {
    font-size: 0;
    margin-top: 19%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 270px;
    height: 320px;
    background-image: url(../img/title.png);
    background-size: contain;
    background-repeat: no-repeat;
}

	.slide a {
		width: 120px;
		height: 40px;
	}

	.full ul.list {
		max-width: 380px;
	}

	.full ul.list li {
		width: 48%;
	}
}

@media(max-width:1200px) {
	.slide {
		background-image: url(../img/slide_img_m1.png);
    background-position: bottom;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 0%;
    /* background-size: 100% auto; */
    width: 100%;
	}
	
	.slide h1 {
  font-size: 0;
        margin-top: 30%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 504px;
        height: 188px;
        background-image: url(../img/title2.png);
        background-size: contain;
        background-repeat: no-repeat;
}

	.slide a {
		width: 120px;
		height: 40px;
	}

	.full ul.list {
		max-width: 95%;
	}

	.full ul.list li {
		width: 48%;
	}
}
