@charset "utf-8";
/* CSS Document */

/* *******************************************************

	* ProjectName : Eduspec Landing Page
	* FileName : landing_contact_20190829.css
	* Description : Contact Us Page
	* Date : 2019.08.29
	* Name : 김희선
 
******************************************************** */

/* -------------------------------- 

Purchase Inquiry Style

-------------------------------- */
.p_inquiry_inner {
  width: 100%;
	text-align: center;
}
.p_inquiry_box {
	width: 100%;
  max-width: 1200px;
	padding-top: 80px;
  margin: 0 auto;
	position: relative;
}
.p_inquiry_box > h2 {
	font-size: 52px;
	font-weight: 600;
	line-height: 54px;
	color: #ffffff;
}.p_inquiry_box > p {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: #ffffff;
	margin-top: 20px;
}
.p_inquiry_box > .p_inquiry_info {
	width: 885px;
	margin: 70px auto 0;
	padding: 60px 0;
	border-top: 15px #ffffff solid;
	border-left: 15px #ffffff solid;
	border-right: 15px #ffffff solid;
	box-sizing: border-box;
	text-align: center;
}
.p_inquiry_info > h4 {
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	color: #ffffff;
}
.p_inquiry_info > p {
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	color: #ffffff;
	margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
	.p_inquiry_box {
		padding: 80px 5% 0 5%;
		box-sizing: border-box;
	}
	.p_inquiry_box > h2 {
    font-size: 48px;
    line-height: 52px;
	}
	.p_inquiry_box > p {
    margin-top: 15px;
	}
	.p_inquiry_box > .p_inquiry_info {
    width: 100%;
		max-width: 885px;
    margin: 60px auto 0;
    padding: 40px 0;
    border-top: 15px #ffffff solid;
    border-left: 15px #ffffff solid;
    border-right: 15px #ffffff solid;
	}
	.p_inquiry_info > p {
    line-height: 32px;
    color: #ffffff;
    margin-top: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.p_inquiry_box {
		padding: 60px 5% 0 5%;
	}
	.p_inquiry_box > h2 {
    font-size: 42px;
    line-height: 50px;
	}
	.p_inquiry_box > p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
	}
	.p_inquiry_box > .p_inquiry_info {
    margin: 45px auto 0;
    padding: 40px 0;
	}
	.p_inquiry_info > h4 {
    font-size: 34px;
	}
}
@media only screen and (max-width: 568px) {
	.p_inquiry_box {
		padding: 45px 5% 0 5%;
	}
	.p_inquiry_box > h2 {
    font-size: 32px;
    line-height: 40px;
	}
	.p_inquiry_box > .p_inquiry_info {
    margin: 35px auto 0;
    padding: 25px 0;
    border-top: 8px #ffffff solid;
    border-left: 8px #ffffff solid;
    border-right: 8px #ffffff solid;
	}
	.p_inquiry_info > h4 {
    font-size: 26px;
	}
	.p_inquiry_info > p {
		font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
	}
}
/* -------------------------------- 

Advice Mail Style

-------------------------------- */
.a_mail_inner {
  width: 100%;
	padding: 80px 0;
	text-align: center;
	box-sizing: border-box;
}
.a_mail_box {
	width: 100%;
  max-width: 1200px;
  margin: 0 auto;
	position: relative;
}
.a_mail_box > h2 {
	font-size: 52px;
	font-weight: 600;
	line-height: 56px;
	color: #000000;
}
.a_mail_box > p {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: #555555;
	margin-top: 20px;
}
.a_mail_box > p strong {
	font-weight: 500;
	color: #36b27a;
}
.a_mail_box .a_mail_input {
	overflow: hidden;
	margin-top: 45px;
	text-align: center;
}
.input_area {
  display: block;
}
.input_field {
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	padding: 0 2%;
	box-sizing: border-box;
}
.input_field label {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.input_field input {
	width: 100%;
	border: 1px #dddddd solid;
	padding: 0 10px;
	height: 42px;
	margin-top: 7px;
	font-size: 17px;
	box-sizing: border-box;
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
	display: none;
}
.select_field1 {
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	padding: 0 2%;
	box-sizing: border-box;
}
.select_field1 label {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.styled_select1 {
	background: url(../../images_landing/icon/icon_arrow.png) no-repeat 97% center;
	height: 42px;
	overflow: hidden;
	width: 100%;
	border: 1px #dddddd solid;
	margin-top: 7px;
	box-sizing: border-box;
}
.styled_select1 select {
	width: 100%;
	background: transparent;
	border: none;
	font-size: 17px;
	height: 42px;
	padding: 0 10px;
	color: #000000;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
	-moz-appearance: none;
	appearance: none;
}
.styled_select1 option, .styled_select2 option {
	font-size: 16px;
	color: #555555;
}
.select_field2 {
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	padding: 0 2%;
	box-sizing: border-box;
}
.select_field2 label {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	width: 100%;
}
.styled_select2 {
	float: left;
	overflow: hidden;
	width: 48%;
	height: 42px;
	background: url(../../images_landing/icon/icon_arrow.png) no-repeat 95% center;
	border: 1px #dddddd solid;
	margin-top: 7px;
	margin-right: 11px;
	box-sizing: border-box;
}
.styled_select2:last-child {
	margin-right: 0;
}
.styled_select2 select {
	width: 100%;
	background: transparent;
	border: none;
	font-size: 17px;
	height: 42px;
	padding: 0 10px;
	color: #000000;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
	-moz-appearance: none;
	appearance: none;
}
.textarea_field textarea {
	display: block;
	width: 96%;
	border: 1px #dddddd solid;
	height: 300px;
	padding: 10px;
	font-size: 17px;
	margin: 0 auto;
	box-sizing: border-box;
}
.a_mail_txt {
	margin-top: 15px;
	text-align: left;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #c50505;
	padding: 0 2%;
	box-sizing: border-box;
}
.security_area {
	width: 100%;
	max-width: 690px;
	overflow: hidden;
	margin: 35px auto 0;
}
.security_char {
	float: left;
	width: 340px;
	height: 78px;
	margin: 0 auto;
	vertical-align: middle;
}
.security_char .char_img {
	float: left;
	width: 230px;
}
.security_char .char_img > img {
	width: 230px;
	height: 78px;
}
.security_char > ul {
	float: left;
	width: 110px;
	text-align: left;
}
.security_char > ul li.return a {
	display: block;
	border: 1px solid #e0e0e0;
	padding: 10px 7px 10px 7px;
	box-sizing: border-box;
	background-color: #ffffff;
}
.security_char > ul li.sound a {
	display: block;
	border: 1px solid #e0e0e0;
	padding: 9px 7px 10px 7px;
	box-sizing: border-box;
	margin-top: -1px;
	background-color: #ffffff;
}
.security_input {
	float: right;
	vertical-align: middle;
}
.security_input > input {
	width: 340px;
	height: 78px;
	box-sizing: border-box;
	border: 1px #e0e0e0 solid;
	padding: 0 20px;
	text-align: center;
	margin: 0 3px;
}
.btn_mail_send {
	display: block;
	margin-top: 75px;
	text-align: center;
}
.btn_mail_send > a {
	display: block;
	width: 220px;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 55px;
	background-color: #000000;
}
.btn_mail_send > a span {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
}
.security_pc {
	display: block;
}
.security_m {
	display: none;
}
@media only screen and (max-width: 1200px) {
	.a_mail_inner {
    padding: 80px 5%;
	}
	.styled_select2 {
    margin-right: 8px;
	}
	.a_mail_box > h2 {
    font-size: 48px;
    line-height: 52px;
	}
	.a_mail_box > p {;
    margin-top: 15px;
	}
}
@media only screen and (max-width: 1024px) {
	.a_mail_inner {
    padding: 60px 5%;
	}
	.a_mail_box > h2 {
    font-size: 42px;
    line-height: 50px;
	}
	.a_mail_box > p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
	}
	.a_mail_txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
		padding: 0 1%;
	}
	.security_area {
    margin: 25px auto 0;
	}
	.btn_mail_send {
    margin-top: 45px;
	}
	.btn_mail_send > a {
    width: 220px;
    height: 55px;
		line-height: 50px;
	}
	.btn_mail_send > a span {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
	}
}
@media only screen and (max-width: 982px) {
	.styled_select2 {
    margin-right: 5px;
	}
}
@media only screen and (max-width: 780px) {
	.security_pc {
		display: none;
	}
	.security_m {
		display: block;
	}
	.security_area {
    width: 60%;
    overflow: hidden;
    margin: 25px auto 0;
	}
	.security_char {
    float: none;
    width: 100%;
		height: auto;
    margin: 0 auto;
	}
	.security_char .char_img {
    float: none;
    width: 100%;
	}
	.security_char .char_img > img {
    width: 100%;
    height: auto;
	}
	.security_char > ul {
    float: none;
    width: 100%;
    text-align: center;
	}
	.security_char > ul li.return a {
    padding: 15px 7px;
    box-sizing: border-box;
    background-color: #ffffff;
	}
	.security_input {
    float: none;
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.security_input > input {
    width: 100%;;
    height: 78px;
    margin: 0;
	}
	.btn_mail_send {
    margin-top: 35px;
	}
	.btn_mail_send > a {
    width: 200px;
    height: 50px;
		line-height: 45px;
	}
	.btn_mail_send > a span {
    font-size: 18px;
	}
}
@media only screen and (max-width: 640px) {
	.select_field1, .select_field2, .input_field {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
	}
	.styled_select2 {
    margin-right: 7px;
	}
	.textarea_field textarea {
		width: 100%;
	}
	.a_mail_txt {
    padding: 0;
	}
}
@media only screen and (max-width: 568px) {
	.a_mail_inner {
    padding: 45px 5%;
	}
	.a_mail_box > h2 {
    font-size: 32px;
    line-height: 40px;
	}
	.a_mail_box > p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
	}
	.textarea_field textarea {
    width: 100%;
	}
	.btn_mail_send {
    margin-top: 35px;
	}
	.btn_mail_send > a {
    width: 200px;
    height: 50px;
		line-height: 45px;
	}
	.btn_mail_send > a span {
    font-size: 18px;
	}
}
@media only screen and (max-width: 480px) {
	.security_area {
    width: 100%;
	}
	.btn_mail_send {
    margin-top: 25px;
	}
	.btn_mail_send > a {
    width: 180px;
    height: 45px;
    line-height: 40px;
	}
	.btn_mail_send > a span {
    font-size: 16px;
	}
}
/* -------------------------------- 

Program Download Style

-------------------------------- */
.p_downlaod_inner {
  width: 100%;
	padding: 80px 0;
	text-align: center;
	box-sizing: border-box;
}
.p_downlaod_box {
	width: 100%;
  max-width: 1200px;
  margin: 0 auto;
	position: relative;
}
.p_downlaod_box > h2 {
	font-size: 48px;
	font-weight: 500;
	line-height: 54px;
	color: #000000;
}
.p_downlaod_box > p {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	color: #444444;
	margin-top: 20px;
}
.p_downlaod_box > .download {
	margin: 80px auto 0;
}
.p_downlaod_box > .download img {
	max-width: 100% !important;
}
.p_downlaod_box > .download p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	margin-top: 35px;
}
.p_downlaod_box > .download p a {
	font-weight: 500;
	color: #038ff4;
	text-decoration: underline;
	text-underline-position: under;
}
.p_down_pc {
	display: block;
}
.p_down_m {
	display: none;
}
@media only screen and (max-width: 1200px) {
	.p_downlaod_inner {
		padding: 80px 5%;
	}
	.p_downlaod_box > h2 {
    font-size: 44px;
    line-height: 50px;
	}
	.p_downlaod_box > p {
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
	}
	.p_downlaod_box > .download {
    margin: 60px auto 0;
	}
	.p_downlaod_box > .download p {
    margin-top: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.p_downlaod_inner {
		padding: 60px 5%;
	}
	.p_downlaod_box > h2 {
    font-size: 40px;
    line-height: 46px;
	}
	.p_downlaod_box > p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
	}
	.p_downlaod_box > .download {
    margin: 45px auto 0;
	}
	.p_downlaod_box > .download img {
    max-width: 50% !important;
	}
	.p_downlaod_box > .download p {
		font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
	}
}
@media only screen and (max-width: 820px) {
	.p_downlaod_inner {
		padding: 50px 5%;
	}
	.p_downlaod_box > h2 {
    font-size: 36px;
    line-height: 42px;
	}
	.p_downlaod_box > p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
	}
	.p_downlaod_box > .download {
    margin: 35px auto 0;
	}
	.p_downlaod_box > .download img {
    max-width: 60% !important;
	}
	.p_downlaod_box > .download p {
		font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
	}
}
@media only screen and (max-width: 740px) {
	.p_down_pc {
		display: none;
	}
	.p_down_m {
		display: block;
	}
}
@media only screen and (max-width: 568px) {
	.p_downlaod_inner {
		padding: 45px 5%;
	}
	.p_downlaod_box > h2 {
    font-size: 32px;
		font-weight: 600;
    line-height: 40px;
	}
	.p_downlaod_box > p {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
	}
	.p_downlaod_box > .download img {
    max-width: 70% !important;
	}
	.p_downlaod_box > .download p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
	}
}
@media only screen and (max-width: 410px) {
	.p_downlaod_box > h2 {
    font-size: 25px;
		font-weight: 600;
    line-height: 32px;
	}
	.p_downlaod_box > p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
	}
	.p_downlaod_box > .download {
    margin: 25px auto 0;
	}
	.p_downlaod_box > .download img {
    max-width: 80% !important;
	}
	.p_downlaod_box > .download p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 15px;
	}
}


