@charset "utf-8";
/* CSS Document */

/* *******************************************************

	* ProjectName : Eduspec Landing Page
	* FileName : landing_con_20190829.css
	* Description : Contents Page
	* Date : 2019.08.29
	* Name : 김희선
 
******************************************************** */

/* -------------------------------- 

Contents Common Style

-------------------------------- */
.con_com_inner {
	overflow: hidden;
  width: 100%;
	text-align: center;
}
.con_com_box {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
	box-sizing: border-box;
}
.con_com_box .con_tit {
	width: 55%;
	text-align: left;
}
.con_tit > h3 {
	font-size: 48px;
	font-weight: 600;
	line-height: 52px;
	color: #000000;
}
.con_tit > h5 {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	color: #000000;
	margin-top: 5px;
}
.con_com_box img {
	max-width: 100%;
}
.con_img1 {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.con_img2 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: left;
}
.con_com_box .con_explain {
	width: 55%;
	margin-top: 35px;
	text-align: left;
}
.con_explain > p.big {
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
}
.con_explain > p.small {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #000000;
	margin-top: 15px;
}
.con_explain > .btn_box {
	display: block;
	margin-top: 50px;
}
.btn_box > .btn_buy {
	display: inline-block;
	width: 190px;
	margin: 0 10px 0 0;
	box-sizing: border-box;
	vertical-align: middle;
}
.btn_box > .btn_buy a {
display: block;
	width: 100%;
	height: 60px;
	line-height: 55px;
	border: 3px #7f7f7f solid;
	background-color: transparent;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	transition: background-color 0.4s;
	text-align: center;
	box-sizing: border-box;
}
.btn_box > .btn_buy a span {
	font-size: 22px;
	font-weight: 600;
	color: #7f7f7f;
}
.btn_box > .btn_buy a:hover {
  background-color: #7f7f7f;
}
.btn_box > .btn_buy a:hover span {
  color: #ffffff;
}
.btn_box > .btn_video {
	display: inline-block;
	width: 220px;
	margin: 0 10px 0 0;
	box-sizing: border-box;
	vertical-align: middle;
}
.btn_box > .btn_video a {
display: block;
	width: 100%;
	height: 60px;
	line-height: 55px;
	border: 3px #36b27a solid;
	background-color: transparent;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	transition: background-color 0.4s;
	text-align: center;
	box-sizing: border-box;
}
.btn_box > .btn_video a span {
	font-size: 22px;
	font-weight: 600;
	color: #36b27a;
}
.btn_box > .btn_video a:hover {
  background-color: #36b27a;
}
.btn_box > .btn_video a:hover span {
  color: #ffffff;
}
/* Contents Left */
.con_tit.left, .con_explain.left {
	float: left;
}
.con_tit.right, .con_explain.right {
	float: right;
}
@media only screen and (max-width: 1200px) {
	.con_com_box {
    padding: 80px 5%;
	}
}
@media only screen and (max-width: 1024px) {
	.con_com_box {
    padding: 60px 5%;
	}
	.con_tit > h3 {
    font-size: 38px;
    line-height: 46px;
	}
	.con_tit > h5 {
    font-size: 21px;
    line-height: 28px;
    margin-top: 3px;
	}
	.con_com_box .con_explain {
    margin-top: 30px;
	}
	.con_explain > p.big {
    font-size: 18px;
		font-weight: 500;
    line-height: 24px;
	}
	.con_explain > p.small {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-top: 15px;
	}
	.con_explain > .btn_box {
    margin-top: 40px;
	}
	.btn_box > .btn_buy {
    display: inline-block;
    width: 170px;
    margin: 0 5px 0 0;
	}
	.btn_box > .btn_buy a {
    height: 55px;
    line-height: 50px;
    -webkit-transition: background-color 0;
    -moz-transition: background-color 0;
    transition: background-color 0;
	}
	.btn_box > .btn_buy a span {
    font-size: 20px;
	}
	.btn_box > .btn_video {
    display: inline-block;
    width: 200px;
    margin: 0 5px 0 0;
	}
	.btn_box > .btn_video a {
    height: 55px;
    line-height: 50px;
    background-color: transparent;
    -webkit-transition: background-color 0;
    -moz-transition: background-color 0;
    transition: background-color 0;
	}
	.btn_box > .btn_buy a:hover, .btn_box > .btn_video a:hover {
		background-color: transparent;
	}
	.btn_box > .btn_buy a:hover span {
		color: #7f7f7f;
	}
	.btn_box > .btn_video a:hover span {
		color: #36b27a;
	}
}
@media only screen and (max-width: 978px) {
	.con_com_box {
    padding: 50px 5%;
	}
	.con_com_box .con_tit {
    width: 100%;
    text-align: center;
	}
	.con_img1 {
    position: relative;
		text-align: center;
	}
	.con_img2 {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    text-align: center;
	}
	.con_img1 > img, .con_img2 > img {
		max-width: 45% !important;
		margin: 30px auto 0 !important;
	}
	.con_com_box .con_explain {
    width: 100%;
    margin-top: 35px;
    text-align: center;
	}
	.btn_box > .btn_buy {
    display: inline-block;
    width: 170px;
    margin: 0 3px;
	}
	.btn_box > .btn_video {
    display: inline-block;
    width: 200px;
    margin: 0 3px;
	}
}
@media only screen and (max-width: 567px) {
	.con_tit > h3 {
    font-size: 32px;
    line-height: 36px;
	}
	.con_tit > h5 {
    font-size: 19px;
    line-height: 25px;
    margin-top: 3px;
	}
	.btn_box > .btn_buy {
    width: 40%;
    margin: 0 3px;
	}
	.btn_box > .btn_buy a {
    height: 50px;
    line-height: 45px;
		border: 2px #7f7f7f solid;
	}
	.btn_box > .btn_buy a span, .btn_box > .btn_video a span {
    font-size: 18px;
		font-weight: 500;
	}
	.btn_box > .btn_video {
    width: 45%;
    margin: 0 3px;
	}
	.btn_box > .btn_video a {
   	height: 50px;
    line-height: 45px;
		border: 2px #36b27a solid;
	}
}
@media only screen and (max-width: 360px) {
	.con_tit > h3 {
    font-size: 30px;
    line-height: 34px;
	}
	.con_tit > h5 {
    font-size: 18px;
		font-weight: 400;
    line-height: 24px;
    margin-top: 3px;
	}
	.con_img1 > img, .con_img2 > img {
    max-width: 55% !important;
    margin: 30px auto 0 !important;
	}
	.con_explain > p.big {
    font-size: 16px;
		font-weight: 500;
    line-height: 22px;
	}
	.con_explain > p.small {
    font-size: 15px;
    line-height: 26px;
	}
	.btn_box > .btn_buy {
    width: 40%;
    margin: 0 3px;
	}
	.btn_box > .btn_video {
    width: 47%;
    margin: 0 3px;
	}
}
/* -------------------------------- 

Contents Other Style

-------------------------------- */
ul.con_other {
	overflow: hidden;
	text-align: center;
}
ul.con_other li {
	display: inline-block;
	position: relative;
	width: 31% !important;
	margin: 0 1%;
	text-align: center;
	vertical-align: top;
}
ul.con_other li .l_thumb {
	width: 305px;
	height: 190px;
	margin: 0 auto;
}
ul.con_other li > .box {
	margin: -84px 0 0;
	padding: 100px 15px 40px 15px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
ul.con_other li > .box .other_tit {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	color: #000000;
}
ul.con_other li > .box .other_tit_p {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	color: #b0b0b0;
	margin-top: 5px;
}
ul.con_other li > .box .other_info {
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #000000;
	margin-top: 25px;
}
ul.con_other li > .box .btn_others {
	margin: 40px auto 0;
	box-sizing: border-box;
}
a.btn_go {
	display: block;
	width: 165px;
	height: 50px;
	line-height: 50px;
	background-color: #36b27a;
	margin: 0 auto;
}
a.btn_go span {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffff;
}
a.btn_buy_small {
	display: inline-block;
	width: 125px;
	height: 50px;
	line-height: 43px;
	border: 2px #7f7f7f solid;
	background-color: transparent;
	text-align: center;
	box-sizing: border-box;
	margin: 0 5px;
}
a.btn_buy_small span {
	font-size: 18px;
	font-weight: 500;
	color: #7f7f7f;
}
a.btn_video_small {
	display: inline-block;
	width: 165px;
	height: 50px;
	line-height: 43px;
	border: 2px #36b27a solid;
	background-color: transparent;
	text-align: center;
	box-sizing: border-box;
	margin: 0 5px;
}
a.btn_video_small span {
	font-size: 18px;
	font-weight: 500;
	color: #36b27a;
}
.other_pc {
	display: block;
}
.other_m {
	display: none;
}
@media only screen and (max-width: 1200px) {
	.other_pc {
		display: none;
	}
	.other_m {
		display: block;
	}
	.con_com_box img {
    max-width: 90%;
		margin: 0 auto;
	}
	ul.con_other li {
    display: inline-block;
    width: 31% !important;
    margin: 0 1%;
    text-align: center;
    vertical-align: top;
	}
	ul.con_other li > .box {
    margin: 0 0;
    padding: 7%;
	}
	ul.con_other li > .box .other_tit {
    margin-top: 20px;
	}
	ul.con_other li > .box .btn_others {
		margin: 30px auto 0;
	}
	a.btn_go {
		display: block;
		width: 55%;
		height: 50px;
		line-height: 50px;
		background-color: #36b27a;
		margin: 0 auto;
	}
	a.btn_buy_small {
		display: inline-block;
		width: 40%;
		height: 50px;
		line-height: 43px;
		margin: 0 5px;
	}
	a.btn_video_small {
		display: inline-block;
		width: 50%;
		height: 50px;
		line-height: 43px;
		margin: 0 5px;
	}
	a.btn_video_small span {
		font-size: 18px;
		font-weight: 500;
		color: #36b27a;
	}
}
@media only screen and (max-width: 978px) {
	ul.con_other li {
    display: block;
    width: 100% !important;
		max-width: 350px;
    margin: 0 auto 30px;
	}
	ul.con_other li:last-child {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 567px) {
	.con_com_box {
    padding: 45px 5%;
	}
	ul.con_other li {
    display: block;
    width: 100% !important;
		max-width: 100%;
    margin: 0 auto 30px;
	}
	ul.con_other li > .box {
    padding: 7% 5%;
	}
	ul.con_other li > .box .other_tit {
		font-size: 22px;
		line-height: 26px;
		margin-top: 15px;
	}
	ul.con_other li > .box .other_tit_p {
		font-size: 15px;
		margin-top: 3px;
	}
	ul.con_other li > .box .other_info {
		font-size: 15px;
		line-height: 28px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 414px) {
	a.btn_buy_small {
    width: 40%;
    height: 45px;
    line-height: 41px;
    margin: 0 3px;
	}
	a.btn_video_small {
    width: 49%;
    height: 45px;
    line-height: 41px;
    margin: 0 5px;
	}
	a.btn_buy_small span, a.btn_video_small span {
    font-size: 16px;
	}
}
/* -------------------------------- 

Contents Bottom Style

-------------------------------- */
.con_btm_inner {
  width: 100%;
	height: 345px;
  background: url("../../images_landing/bg/bg_con_btm.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  position: relative;
}
.con_btm_box {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.con_btm_box > p.small_txt {
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 15px;
}
.con_btm_box > p.big_txt {
	font-size: 48px;
	font-weight: 600;
	line-height: 52px;
	color: #ffffff;
}
.con_btm_box > .btn_inquiry {
  display: block;
  margin-top: 40px;
}
.con_btm_box > .btn_inquiry a {
  display: block;
  width: 220px;
  height: 60px;
  line-height: 55px;
	margin: 0 auto;
  border: 3px #ffffff solid;
  background-color: transparent;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
  text-align: center;
  box-sizing: border-box;
}
.con_btm_box > .btn_inquiry a span {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
.con_btm_box > .btn_inquiry a:hover {
  background-color: #ffffff;
}
.con_btm_box > .btn_inquiry a:hover span {
  color: #444444;
}
@media only screen and (max-width: 1200px) {
	.con_btm_inner {
		height: 300px;
	}
	.con_btm_box {
		padding: 0 5%;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 1024px) {
	.con_btm_inner {
		height: 285px;
	}
	.con_btm_box > p.small_txt {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
	}
	.con_btm_box > p.big_txt {
    font-size: 46px;
    line-height: 50px;
	}
	.con_btm_box > .btn_inquiry a {
    display: block;
    width: 220px;
    height: 55px;
    line-height: 50px;
    margin: 0 auto;
    border: 2px #ffffff solid;
    background-color: transparent;
    -webkit-transition: background-color 0;
    -moz-transition: background-color 0;
    transition: background-color 0;
	}
	.con_btm_box > .btn_inquiry a span {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
	}
	.con_btm_box > .btn_inquiry a:hover {
		background-color: transparent;
	}
	.con_btm_box > .btn_inquiry a:hover span {
		color: #ffffff;
	}
}
@media only screen and (max-width: 978px) {
	.con_btm_inner {
		height: 275px;
	}
	.con_btm_box > p.small_txt {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 7px;
	}
	.con_btm_box > p.big_txt {
    font-size: 40px;
    line-height: 46px;
	}
}
@media only screen and (max-width: 820px) {
	.con_btm_inner {
		height: 250px;
	}
	.con_btm_box > p.small_txt {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
	}
	.con_btm_box > p.big_txt {
    font-size: 34px;
    line-height: 38px;
	}
	.con_btm_box > .btn_inquiry {
    display: block;
    margin-top: 30px;
	}
	.con_btm_box > .btn_inquiry a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 45px;
    margin: 0 auto;
	}
	.con_btm_box > .btn_inquiry a span {
    font-size: 18px;
	}
}
@media only screen and (max-width: 640px) {
	.con_btm_inner {
		height: 235px;
	}
	.con_btm_box > p.small_txt {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
	}
	.con_btm_box > p.big_txt {
    font-size: 29px;
    line-height: 33px;
	}
}
@media only screen and (max-width: 567px) {
	.con_btm_inner {
		height: 225px;
	}
	.con_btm_box > p.small_txt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
	}
	.con_btm_box > p.big_txt {
    font-size: 26px;
    line-height: 30px;
	}
	.con_btm_box > .btn_inquiry {
    display: block;
    margin-top: 30px;
	}
	.con_btm_box > .btn_inquiry a {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 40px;
    margin: 0 auto;
	}
	.con_btm_box > .btn_inquiry a span {
    font-size: 16px;
	}
}

