@charset "utf-8";

/* 온라인 강좌 */
.link_website {overflow: hidden; width: 100%; padding: 3%; background: #f9f9f9; border:1px solid #e5e5e5;}
.link_website .left {float: left; width: 28%; text-align: center;}
.link_website .left .link_logo {display: inline-block; width: 100%; height: 150px; margin-bottom: 10px; background:#fff; border: 1px solid #e0e0e0; text-align: center;}
.link_website .left .link_logo img {max-width: 100%;}
.link_website .right {float: right; width:70%;}

@media all and (max-width:768px) {
	.link_website .left {float: none; width: 100%; margin-bottom:15px;}
	.link_website .right {float: none; width:100%;}
}