@charset "utf-8";
/* CSS Document */

/* *******************************************************

	* ProjectName : Eduspec Landing Page
	* FileName : landing_about_20190829.css
	* Description : About Eduspec Page
	* Date : 2019.08.29
	* Name : 김희선
 
******************************************************** */

/* -------------------------------- 

Top Text Banner Style

-------------------------------- */
.text_bn_inner {
  width: 100%;
  background: url("../../images_landing/bg/bg_l_top.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  position: relative;
  padding-top: 100px;
}
.text_bn_box {
  width: 100%;
  max-width: 1200px;
  padding: 110px 0;
  margin: 0 auto;
  color: #ffffff;
	box-sizing: border-box;
}
.text_bn_box > h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 76px;
  letter-spacing: -1.3px;
}
.text_bn_box > p {
  font-size: 24px;
  line-height: 26px;
  margin-top: 10px;
}
.text_bn_box > p.long {
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  margin-top: 55px;
}
.text_bn_box > .btn_detail {
  display: block;
  margin-top: 60px;
}
.text_bn_box > .btn_detail 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;
}
.text_bn_box > .btn_detail a span {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
.text_bn_box > .btn_detail a:hover {
  background-color: #ffffff;
}
.text_bn_box > .btn_detail a:hover span {
  color: #444444;
}
@media only screen and (max-width: 1200px) {
	.text_bn_inner {
		padding-top: 80px;
	}
	.text_bn_box {
		padding: 80px 5%;
	}
	.text_bn_box > h1 {
    font-size: 66px;
    line-height: 70px;
	}
	.text_bn_box > p.long {
    font-size: 18px;
    line-height: 30px;
    margin-top: 45px;
	}
	.text_bn_box > .btn_detail {
    display: block;
    margin-top: 45px;
	}
}
@media only screen and (max-width: 1024px) {
	.text_bn_inner {
		padding-top: 70px;
	}
	.text_bn_box {
		padding: 60px 5%;
	}
	.text_bn_box > h1 {
    font-size: 56px;
    line-height: 70px;
	}
	.text_bn_box > p {
    font-size: 22px;
    line-height: 24px;
    margin-top: 5px;
	}
	.text_bn_box > p.long {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
	}
	.text_bn_box > .btn_detail {
    display: block;
    margin-top: 40px;
	}
	.text_bn_box > .btn_detail a {
    display: block;
    width: 220px;
    height: 55px;
    line-height: 50px;
    margin: 0 auto;
    border: 2px #ffffff solid;
    -webkit-transition: background-color 0;
    -moz-transition: background-color 0;
    transition: background-color 0;
	}
	.text_bn_box > .btn_detail a span {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
	}
	.text_bn_box > .btn_detail a:hover {
		background-color: transparent;
	}
	.text_bn_box > .btn_detail a:hover span {
		color: #ffffff;
	}
}
@media only screen and (max-width: 820px) {
	.text_bn_box {
    padding: 50px 5%;
	}
	.text_bn_box > h1 {
    font-size: 46px;
    line-height: 50px;
	}
	.text_bn_box > p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
	}
	.text_bn_box > p.long {
    font-size: 15px;
    line-height: 22px;
    margin-top: 30px;
	}
	.text_bn_box > .btn_detail {
    display: block;
    margin-top: 30px;
	}
	.text_bn_box > .btn_detail a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 45px;
    margin: 0 auto;
	}
	.text_bn_box > .btn_detail a span {
    font-size: 18px;
	}
}
@media only screen and (max-width: 567px) {
	.text_bn_inner {
		padding-top: 60px;
	}
	.text_bn_box {
    padding: 45px 5%;
	}
	.text_bn_box > h1 {
    font-size: 42px;
    line-height: 44px;
	}
	.text_bn_box > p.long {
    margin-top: 20px;
	}
	.text_bn_box > .btn_detail a {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 40px;
    margin: 0 auto;
	}
	.text_bn_box > .btn_detail a span {
    font-size: 16px;
	}
}
@media only screen and (max-width: 359px) {
	.text_bn_box > h1 {
    font-size: 38px;
    line-height: 40px;
	}
	.text_bn_box > p {
    font-size: 18px;
    line-height: 22px;
	}
}
/* -------------------------------- 

About Box1 Style

-------------------------------- */
.about_box1_inner {
  width: 100%;
  padding: 35px 2%;
  background-color: #36b27a;
  text-align: center;
	box-sizing: border-box;
}
.about_box1_inner > p {
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  color: #ffffff;
}
.about_box1_inner > p > a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}
@media only screen and (max-width: 1420px) {
	.about_box1_inner > p {
		font-size: 23px;
		line-height: 45px;
	}
}
@media only screen and (max-width: 1255px) {
	.about_box1_inner > p {
		font-size: 22px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 1200px) {
	.about_box1_inner {
    padding: 30px 2%;
		box-sizing: border-box;
	}
	.about_box1_inner > p {
    font-size: 21px;
    line-height: 40px;
	}
}
@media only screen and (max-width: 1024px) {
	.about_box1_inner {
    padding: 20px 5%;
		box-sizing: border-box;
	}
	.about_box1_inner > p {
    font-size: 17px;
		font-weight: 400;
    line-height: 28px;
	}
}
@media only screen and (max-width: 375px) {
	.about_box1_inner {
    padding: 15px 5%;
    box-sizing: border-box;
	}
	.about_box1_inner > p {
    font-size: 15px;
    line-height: 24px;
	}
}
@media only screen and (max-width: 359px) {
	.about_box1_inner {
    padding: 10px 5%;
    box-sizing: border-box;
	}
	.about_box1_inner > p {
    font-size: 14px;
    line-height: 20px;
	}
}
/* -------------------------------- 

About Box2 Style

-------------------------------- */
.about_box2_inner {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}
.about_box2_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.about_box2_box > h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 46px;
  color: #000000;
}
.about_box2_box > p {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  margin-top: 10px;
}
.about_box2_box > ul {
  margin-top: 30px;
}
.about_box2_box > ul li {
  display: inline-block;
  line-height: 26px;
  padding: 0 25px;
  border-left: 1px rgba(0, 0, 0, 0.25) solid;
}
.about_box2_box > ul li span {
  font-size: 26px;
  font-weight: 500;
  color: #36b27a;
}
.about_box2_box > ul li:first-child {
  border-left: 0;
}
.about_box2_box > .media_package {
  position: relative;
  overflow: hidden;
  margin: 40px auto 0;
  width: 100%;
  max-width: 720px;
  z-index: 1;
  background: #000000;
}
.media_package a {
  display: block;
  position: relative;
}
.media_package img {
  width: 100%;
  object-fit: cover;
  transition: opacity .4s cubic-bezier(.72,.16,.345,.875)!important;
  -webkit-transition: opacity .4s cubic-bezier(.72,.16,.345,.875)!important;
}
.media_package .icon_play_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 35px;
  -ms-interpolation-mode: bicubic !important;
  transition: -webkit-transform .38s cubic-bezier(.74,.07,.34,.50);
  transition: transform .38s cubic-bezier(.74,.07,.34,.50);
  transition: transform .38s cubic-bezier(.74,.07,.34,.50), -webkit-transform .38s cubic-bezier(.74,.07,.34,.50);
}
.media_package:hover .icon_play_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  -webkit-transform: translate(-50%, -50%) scale(1.25);
}
.icon_play {
  position: absolute;
  top: 50%;
  left: 50.3%;
  width: 22px;
  height: 25px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: url(../../images_landing/icon/icon_play.png) no-repeat 0 0;
  background-size: 22px 25px;
  -webkit-background-size: 22px 25px;
}
.about_box2_box > .media_package_p {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
	.about_box2_inner {
    padding: 80px 5%;
	}
	.about_box2_box > ul {
    margin-top: 25px;
	}
	.about_box2_box > ul li {
    display: inline-block;
    line-height: 22px;
    padding: 0 15px;
	}
	.about_box2_box > ul li span {
    font-size: 22px;
	}
}
@media only screen and (max-width: 1024px) {
	.about_box2_inner {
    padding: 60px 5%;
	}
	.about_box2_box > h2 {
    font-size: 38px;
    line-height: 42px;
	}
	.about_box2_box > p {
    font-size: 24px;
    line-height: 30px;
    margin-top: 5px;
	}
	.about_box2_box > ul li {
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
	}
	.about_box2_box > ul li span {
    font-size: 20px;
	}
	.about_box2_box > .media_package {
    margin: 30px auto 0;
		width: 80%;
	}
	.about_box2_box > .media_package_p {
    font-size: 16px;
    margin-top: 10px;
	}
}
@media only screen and (max-width: 820px) {
	.about_box2_inner {
    padding: 50px 5%;
	}
	.about_box2_box > h2 {
    font-size: 36px;
    line-height: 40px;
	}
	.about_box2_box > p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
	}
	.about_box2_box > ul li {
    display: inline-block;
    line-height: 18px;
    padding: 0 10px;
		margin-bottom: 7px;
	}
	.about_box2_box > ul li span {
    font-size: 18px;
	}
}
@media only screen and (max-width: 567px) {
	.about_box2_inner {
    padding: 45px 5%;
	}
	.about_box2_box > h2 {
    font-size: 33px;
    line-height: 36px;
	}
	.about_box2_box > p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
	}
	.about_box2_box > ul li {
    line-height: 17px;
    padding: 0 5px;
	}
	.about_box2_box > ul li span {
    font-size: 16px;
	}
	.about_box2_box > .media_package {
    margin: 20px auto 0;
		width: 100%;
	}
}
@media only screen and (max-width: 375px) {
	.about_box2_box > h2 {
    font-size: 28px;
    line-height: 32px;
	}
	.about_box2_box > p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
	}
	.about_box2_box > .media_package_p {
    font-size: 14px;
    margin-top: 10px;
	}
}
@media only screen and (max-width: 359px) {
	.about_box2_box > h2 {
    font-size: 25px;
    line-height: 28px;
	}
	.about_box2_box > p {
    font-size: 14px;
		font-weight: 400;
    line-height: 20px;
	}
	.about_box2_box > ul {
    margin-top: 20px;
	}
	.about_box2_box > ul li {
    line-height: 16px;
    padding: 0 5px;
		margin-bottom: 5px;
	}
	.about_box2_box > ul li span {
    font-size: 14px;
	}
	.about_box2_box > .media_package_p {
    font-size: 13px;
    margin-top: 5px;
	}
}
/* -------------------------------- 

About Box3 Style

-------------------------------- */
.about_box3_inner {
  width: 100%;
  padding: 80px 0;
  background-color: #f0f0f0;
  text-align: center;
  box-sizing: border-box;
}
.about_box3_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.about_box3_box > h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 46px;
  color: #000000;
}
.about_box3_box > p {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  margin-top: 15px;
}
.about_box3_box > .p2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #000000;
  margin-top: 55px;
}
.about_box3_box > .img_device {
	max-width: 643px;
  margin: 60px auto 0;
}
.about_box3_box > .img_device img {
	width: 100% !important;
}
@media only screen and (max-width: 1200px) {
	.about_box3_inner {
		padding: 80px 5%;
	}
	.about_box3_box > h2 {
    font-size: 38px;
		font-weight: 600;
    line-height: 42px;
	}
	.about_box3_box > p {
    font-size: 26px;
    margin-top: 10px;
	}
	.about_box3_box > .p2 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 40px;
	}
	.about_box3_box > .img_device {
    margin: 50px auto 0;
	}
}
@media only screen and (max-width: 1024px) {
	.about_box3_inner {
		padding: 60px 5%;
	}
	.about_box3_box > h2 {
    font-size: 32px;
		font-weight: 600;
    line-height: 40px;
	}
	.about_box3_box > p {
    font-size: 22px;
    margin-top: 5px;
	}
	.about_box3_box > .p2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
	}
	.about_box3_box > .img_device {
    margin: 40px auto 0;
	}
	.about_box3_box > .img_device img {
		width: 80% !important;
	}
}
@media only screen and (max-width: 820px) {
	.about_box3_inner {
		padding: 50px 5%;
	}
	.about_box3_box > h2 {
    font-size: 28px;
    line-height: 32px;
	}
	.about_box3_box > p {
    font-size: 19px;
    margin-top: 5px;
	}
	.about_box3_box > .p2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
	}
	.about_box3_box > .img_device {
    margin: 30px auto 0;
	}
}
@media only screen and (max-width: 730px) {
	.about_box3_box > h2 {
    font-size: 24px;
    line-height: 40px;
	}
	.about_box3_box > p {
    font-size: 24px;
		line-height: 40px;
    margin-top: 5px;
	}
	.pc_only {
		display: none;
	}
	.m_only {
		display: block;
	}
	.about_box3_box > h2 {
    font-size: 24px;
    line-height: 32px;
	}
	.about_box3_box > p {
    font-size: 16px;
		line-height: 22px;
    margin-top: 5px;
	}
	.about_box3_box > .p2 {
    font-size: 15px;
		font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
	}
}
@media only screen and (max-width: 568px) {
	.about_box3_box > h2 {
    font-size: 22px;
    line-height: 30px;
	}
	.about_box3_box > p {
    font-size: 16px;
		line-height: 22px;
    margin-top: 5px;
	}
	.about_box3_box > .p2 {
    font-size: 14px;
		font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
	}
	.about_box3_box > .img_device img {
		width: 80% !important;
	}
}
@media only screen and (max-width: 414px) {
	.about_box3_box > .img_device img {
		width: 90% !important;
	}
}
/* -------------------------------- 

About Box4 Style

-------------------------------- */
.about_box4_inner {
  width: 100%;
  padding: 80px 0;
  background: url("../../images_landing/bg/bg_l_btm.jpg") no-repeat center;
	background-size: cover;
  text-align: center;
  box-sizing: border-box;
}
.about_box4_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.about_box4_box > h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 54px;
  color: #000000;
}
.about_box4_box > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #555555;
  margin-top: 20px;
}
.about_box4_box > ul {
  margin-top: 50px;
}
.about_box4_box > ul li {
  display: inline-block;
  margin: 0 30px;
  vertical-align: top;
}
.about_box4_box > ul li .circle {
  width: 285px;
  height: 285px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  padding-top: 60px;
  box-sizing: border-box;
}
.about_box4_box > ul li .circle h4.step {
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -2.5px;
}
.about_box4_box > ul li .circle .p1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 20px;
}
.about_box4_box > ul li .circle .p2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.about_box4_box > .btn_boxs {
	display: block;
	margin-top: 75px;
	text-align: center;
}
.btn_boxs > .btn_inquiry {
	display: inline-block;
	width: 220px;
	margin: 0 5px;
	box-sizing: border-box;
	vertical-align: middle;
}
.btn_boxs > .btn_inquiry a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 55px;
	margin-bottom: 5px;
  border: 3px #000000 solid;
  background-color: transparent;
  text-align: center;
  box-sizing: border-box;
}
.btn_boxs > .btn_inquiry a span {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}
.btn_boxs > .btn_join {
	display: inline-block;
	width: 220px;
	margin: 0 5px;
	box-sizing: border-box;
	vertical-align: middle;
}
.btn_boxs > .btn_join a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
	margin-bottom: 5px;
  background-color: #000000;
  text-align: center;
  box-sizing: border-box;
}
.btn_boxs > .btn_join a span {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
	.about_box4_inner {
    padding: 80px 5%;
	}
	.about_box4_box > h2 {
    font-size: 48px;
    line-height: 52px;
    color: #000000;
	}
	.about_box4_box > ul {
    margin-top: 40px;
	}
	.about_box4_box > ul li {
    margin: 0 15px;
	}
	.about_box4_box > ul li .circle {
    width: 265px;
    height: 265px;
    padding-top: 60px;
    box-sizing: border-box;
	}
	.about_box4_box > ul li .circle h4.step {
		font-size: 42px;
		line-height: 48px;
	}
	.about_box4_box > ul li .circle .p1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 15px;
	}
	.about_box4_box > ul li .circle .p2 {
    font-size: 16px;
    line-height: 32px;
	}
	.about_box4_box > .btn_boxs {
    display: block;
    margin-top: 60px;
    text-align: center;
	}
}
@media only screen and (max-width: 1024px) {
	.about_box4_inner {
    padding: 60px 5%;
	}
	.about_box4_box > h2 {
    font-size: 42px;
    line-height: 50px;
    color: #000000;
	}
	.about_box4_box > p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
	}
	.about_box4_box > ul {
		margin-top: 40px;
	}
	.about_box4_box > ul li {
    margin: 0 10px;
	}
	.btn_boxs > .btn_inquiry, .btn_boxs > .btn_join {
		display: inline-block;
		width: 220px;
		margin: 0 5px;
	}
	.btn_boxs > .btn_inquiry a {
		height: 55px;
		line-height: 50px;
		border: 2px #000000 solid;
		background-color: transparent;
		text-align: center;
		box-sizing: border-box;
	}
	.btn_boxs > .btn_join a {
		height: 55px;
		line-height: 55px;
		background-color: #000000;
		text-align: center;
		box-sizing: border-box;
	}
	.btn_boxs > .btn_join a span, .btn_boxs > .btn_inquiry a span {
		font-size: 20px;
	}
}
@media only screen and (max-width: 978px) {
	.about_box4_box > ul li {
		display: block;
		margin: 0 auto;
		vertical-align: top;
		text-align: center;
	}
	.about_box4_box > ul li .circle {
		width: 275px;
		height: 275px;
		padding-top: 60px;
		box-sizing: border-box;
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 820px) {
	.about_box4_inner {
    padding: 50px 5%;
	}
	.about_box4_box > h2 {
    font-size: 36px;
    line-height: 46px;
	}
	.btn_boxs > .btn_inquiry, .btn_boxs > .btn_join {
		display: inline-block;
		width: 200px;
		margin: 0 5px;
	}
	.btn_boxs > .btn_inquiry a {
		height: 50px;
		line-height: 45px;
	}
	.btn_boxs > .btn_join a {
    height: 50px;
    line-height: 50px;
	}
	.btn_boxs > .btn_inquiry a span, .btn_boxs > .btn_join a span {
		font-size: 18px;
	}
}
@media only screen and (max-width: 567px) {
	.btn_boxs > .btn_inquiry, .btn_boxs > .btn_join {
		display: inline-block;
		width: 47%;
		max-width: 160px;
		margin: 0 3px;
	}
	.btn_boxs > .btn_inquiry a {
		height: 45px;
		line-height: 40px;
	}
	.btn_boxs > .btn_join a {
    height: 45px;
    line-height: 45px;
	}
	.btn_boxs > .btn_inquiry a span, .btn_boxs > .btn_join a span {
		font-size: 16px;
	}
}
@media only screen and (max-width: 413px) {
	.about_box4_box > p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
	}
	.about_box4_box > ul li .circle {
		width: 235px;
		height: 235px;
		padding-top: 40px;
		box-sizing: border-box;
		margin: 0 auto 20px;
	}
	.about_box4_box > ul li .circle h4.step {
    font-size: 38px;
    line-height: 44px;
	}
	.about_box4_box > ul li .circle .p1 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
	}
	.about_box4_box > .btn_boxs {
    margin-top: 30px;
	}
}

/* -------------------------------- 

Layer Popup Style

-------------------------------- */
.layer_popup {
	display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 500;
}
.layer_popup .inner {
	display: block;
	overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.layer_popup .inner .layer_tit {
  line-height: 40px;
  font-weight: normal;
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
}
.layer_popup .inner .layer_movie {
	overflow: hidden;
	position: relative;
	margin: 20px auto 0;
	padding-bottom: 56.25%;
	width: 1024px;
	max-width: 100%;
	height: 0;
}
.layer_popup .inner .layer_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.layer_popup .btn_close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  background: url(../../images_landing/icon/icon_close.png) no-repeat 0 0;
  background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
}
@media only screen and (max-width: 1366px) {
	.layer_popup .inner {
		width: 80%;
		margin: 0 auto;
	}
	.layer_popup .btn_close {
		position: absolute;
		top: 4%;
		right: 4%;
		width: 30px;
		height: 30px;
		border: 0;
		cursor: pointer;
		background: url(../../images_landing/icon/icon_close_m.png) no-repeat 0 0;
		background-size: 30px 30px;
		-webkit-background-size: 30px 30px;
	}
}
@media only screen and (max-width: 977px) {
	.layer_popup .inner {
		width: 70%;
		margin: 0 auto;
	}
	.layer_popup .inner .layer_tit {
		line-height: 28px;
		font-size: 20px;
	}
	.layer_popup .inner .layer_movie {
		margin: 10px auto 0;
	}
}
@media only screen and (max-width: 414px) {
	.layer_popup .inner {
		width: 90%;
		margin: 0 auto;
	}
	.layer_popup .btn_close {
		position: absolute;
		top: 3%;
		right: 3%;
		width: 25px;
		height: 25px;
		border: 0;
		cursor: pointer;
		background: url(../../images_landing/icon/icon_close_m.png) no-repeat 0 0;
		background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	}
}

