@charset "utf-8";

/**************************************************
프로그램 ID : detail.css
작성자 : 신동걸,강주연
최초 작성일 : 2018/12/10 
**************************************************/

/*@import url("Normalize.css");*/
@import url("/css/Font.css");
@import url("/css/base.css");
@import url("/css/layout.css");

/*서브페이지 타이틀 이미지 영역*/
#sub_title_area {
  font-family: "Noto Demi";
  padding-top: 95px;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
#sub_title_area > h3 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  display: block;
  padding-bottom: 15px;
}
#sub_title_area > h3:before {
  content: "[";
  color: #8a38f7;
  font-family: "Noto Bold";
  padding-right: 30px;
}
#sub_title_area > h3:after {
  content: "]";
  color: #8a38f7;
  font-family: "Noto Bold";
  padding-left: 30px;
}
#sub_title_area > p {
  font-family: "Noto Demi";
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  opacity: 0.8;
}

/*서브페이지 타이틀 이미지 */
.top_bg {
  width: 100%; /*1680px;*/
  margin: 0 auto;
  background-size: 110% 290px;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 290px;
  text-align: center;
}
.bg_company {
  background-image: url("../images/common/bg_company.jpg");
}
.bg_investment {
  background-image: url("../images/common/bg_investment.jpg");
}
.bg_business {
  background-image: url("../images/common/bg_business.jpg");
}
.bg_pr_center {
  background-image: url("../images/common/bg_pr_center.jpg");
}
.bg_customer {
  background-image: url("../images/common/bg_customer.jpg");
}
.bg_recruit {
  background-image: url("../images/common/bg_recruit.jpg");
}

@keyframes bgZoom {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.bgZoom {
  animation: bgZoom 1s ease-in-out;
  animation-fill-mode: both;
  background-size: 110% 110%;
  background-size: 100% 100%;
}

/*서브페이지 컨텐츠 영역*/
#sub_contents {
  margin: 0 auto;
}
.contents_title_area .tit {
  font-family: "Noto Medium";
  font-size: 32px;
  color: #222;
  line-height: 32px;
  padding-bottom: 40px;
  text-align: center;
}
.contents_title_area .txt {
  font-family: "Noto Demi";
  font-size: 16px;
  color: #222;
  padding-bottom: 40px;
  line-height: 24px;
}
.contents_title_area .txt > a {
  color: #6b3daa;
/*   text-decoration: underline; */
}
.contents_title_area .hashtitle {
  font-family: "Noto Medium";
  font-size: 32px;
  color: #222;
  line-height: 32px;
  display: inline-block;
  border: 2px solid #333;
  border-radius: 25px;
  padding: 5px 10px;
  margin: 0 auto;
  min-width: 10%;
  margin-bottom: 40px;
}

/*푸터영역*/
/*#footer {position: relative; color:#cbcbcb; width: 100%;  min-height: 210px; background: #222222; z-index: 999}
#footer img{opacity: 0.3}
#footer:before {width:100%; height:40px; margin-bottom:-40px; border-bottom: 1px solid #3d3d3d; background:#222222; display:block; content:"";}
#footer .util{position: relative; height: 40px; vertical-align: middle; line-height: 40px;}
#footer .util .inner_policy{min-width: 1160px; margin:0 auto;}
#footer .util ul li{float: left;}
#footer .util ul li a{padding-right: 30px; color: #fff; opacity: 0.8}
#footer .util ul li a:hover{opacity: 1}
#footer .util .policy{color:#fdb833}

#footer .FamilySite {float: right; background: #767676; width: 215px; text-align: center;}
#footer .FamilySite a{display: inline-block; color: #fff; padding:11px 0px; }
#footer .FamilySite .topa{display: inline-block; width: 16px; height: 10px; margin-left:97px; background: url('../images/common/foot_top_arrow.png')no-repeat 0px 0px; }

#footer > section:nth-child(2) {padding: 30px 15px;}

#footer h1, #footer section div {vertical-align:top; display: inline-block}
#footer h1 {width:180px; }
#footer dl:first-child{color: #fdb833}
#footer dt:before {width:1px; height:11px; margin:0 15px; background:#8c8d90; display:inline-block; content:"";}
#footer dt:first-child:before, #footer address dl:first-child dt:nth-of-type(3):before {display:none;}
#footer dt:after {margin:0 1px 0 4px; display:inline; content:":";}
#footer dd a{color:#cbcbcb;  opacity: 0.5}
#footer dd a:hover{opacity: 1}
#footer ul li, #footer dt, #footer dd {vertical-align:middle; display:inline-block;}
#footer section div address p{padding-top:10px; color:#767676;letter-spacing: 0px}

#footer > section div:last-child {float: right}

#footer_icon li{padding-left:20px}
#footer_icon li a{width: 42px; height: 42px; display: block; text-indent: -9999px; opacity: 0.5}
#footer_icon li a:hover{opacity: 1}
#footer_icon .icon_fackbook{background: url('../images/common/foot_sns_icon.png')no-repeat 0px 0px;}
#footer_icon .icon_instagram{background: url('../images/common/foot_sns_icon.png')no-repeat -62px 0px;}
#footer_icon .icon_naverblog{background: url('../images/common/foot_sns_icon.png')no-repeat -124px 0px;}*/

/*메뉴영역*/
#gnbarea {
  max-width: 1680px;
  margin: 0 auto;
}
#gnbarea .modal-menu {
  padding-top: 5px;
}
#gnbarea menu {
  float: right;
  font-size: 18px;
  padding-top: 10px;
}
#gnbarea menu a {
  color: #222222;
}
#gnbarea menu ul {
  display: inline-block;
  position: relative;
}
#gnbarea menu ul li {
  font-family: "Noto Demi";
  float: left;
  padding-right: 25px;
}
#gnbarea menu ul li:last-child {
  padding-right: 30px;
}
#gnbarea menu ul li:last-child:after {
  width: 1px;
  height: 15px;
  margin: 2px 15px;
  background: #8c8d90;
  position: absolute;
  content: "";
}
#gnbarea menu dl {
  display: inline-block;
  padding-right: 30px;
}
#gnbarea menu dt,
#gnbarea menu dd {
  float: left;
}
#gnbarea menu dd a {
  color: #a5a5a5;
  padding-left: 10px;
}

/*모달 메뉴 영역*/
.modal_content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modal_content:target {
  opacity: 1;
  pointer-events: auto;
}
.modal_close {
  position: absolute;
  right: 40px;
  top: 40px;
}
.modal_content > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 0px 4%;
  background-color: #ffffff;
  overflow: auto;
}
.modal_menu {
  border-bottom: 1px dashed #c3c3c3;
  padding-top: 30px;
}
.modal_menu > p {
  font-family: "Noto bold";
  color: #222;
  font-size: 24px;
  display: inline-block;
  width: 140px;
  float: left;
}
.modal_menu ul li {
  display: inline-block;
  font-family: "Noto Demi";
  color: #888;
  font-size: 16px;
  padding-right: 15px;
}
.modal_menu ul li a {
  display: inline-block;
  height: 50px;
}
.modal_menu ul li a:hover {
  border-bottom: 2px solid #fcb833;
}
.modal_menu ul li:last-child {
  padding-right: 2px;
}

.p_right {
  float: right;
}
.p_left {
  float: left;
}
#location {
  display: none;
}

/*대표사원에게 바란다*/
.wish_info {
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px;
  padding: 40px 0px;
  line-height: 24px;
  color: #222222;
}
.wish_info strong {
  font-weight: bold;
}
.wish_info div {
  width: 50%;
}
.wish_info > div:first-child {
  float: left;
  text-align: left;
  padding-right: 50px;
  border-right: 1px dotted #a5a5a5;
}
.wish_info > div:last-child {
  float: right;
  text-align: left;
  padding-left: 50px;
}
.wish_info:after {
  content: "";
  display: block;
  clear: both;
}
.wish_form {
  width: 1040px;
  box-shadow: 2px 2px 2px #cbcbcb;
  background: #fff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.wish_form_title {
  width: 340px;
  background-color: #7b45cd;
  float: left;
}
.wish_form_contens {
  padding: 40px 34px;
  float: right;
  width: 690px;
}
.wish_form_contens ul li {
  padding: 5px 0px;
}
.wish_form_contens > ul > li > input:nth-child(2) {
  margin-left: 12px;
}
.wish_form_contens > ul > li > input,
.wish_form_contens > ul > li > textarea {
  background-color: #eeeeee;
  font-size: 16px;
}
.wish_form_info {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #888888;
  padding: 20px 27px;
  letter-spacing: 0px;
  line-height: 24px;
  margin: 15px 0px;
}
.wish_form_info ul li {
  position: relative;
  padding: 0px;
}
.wish_form_info ul li:before {
  position: absolute;
  margin: 4px 0px 0 -11px;
  word-break: break-all;
  white-space: normal;
  display: inline-block;
  content: "*";
}

/*업무제휴*/
.partner_title {
  position: absolute;
  z-index: 9;
  box-shadow: 2px 2px 2px #cbcbcb;
  top: 0px;
  left: 0px;
}
.partner_form_area {
  width: 880px;
  float: right;
  padding-bottom: 150px;
}
.partner_form_area .step {
  padding-bottom: 15px;
  text-align: right;
}
.partner_form_area .step > span {
  color: #222;
}
.partner_form_area .step_num {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-size: 13px;
}
.partner_form_area .step_num li {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #d2d2d2;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  margin: 0px 15px;
  z-index: 1;
  position: relative;
}
.partner_form_area .step_num li:after {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 25px;
  height: 0;
  border-top: 2px dotted #d2d2d2;
  display: block;
  content: "";
}
.partner_form_area .step_num li:last-child:after {
  display: none;
}
.partner_form_area .step_num li:last-child {
  margin-right: 0px;
}
.partner_form_area .step_num .stepOn {
  background-color: #222222;
}
.partner_form_area .step_num .stepOn:after {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 25px;
  height: 0;
  border-top: 2px dotted #222;
  display: block;
  content: "";
}
.partner_form {
  background-color: #f5f5f5;
  border-top: 2px solid #222222;
  height: 586px;
  padding: 50px 50px 50px 150px;
  text-align: left;
}
.partner_form > p {
  font-family: "Noto Medium";
  font-size: 22px;
  color: #222;
}
.partner_form .partner_agree {
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 20px;
}
.partner_form .partner_agree > p {
  font-size: 16px;
  color: #888888;
  line-height: 24px;
}
.partner_form .partner_agree dl {
  font-size: 16px;
  color: #888888;
  line-height: 22px;
  letter-spacing: 0px;
}
.partner_form .partner_agree dt {
  font-family: "Noto Medium";
  padding-top: 15px;
}
.partner_form .partner_agree dd:last-child {
  padding-bottom: 15px;
}
.partner_form_agree {
  color: #888888;
  font-size: 16px;
}
.partner_form_st01 {
  height: 46px;
  padding: 0 20px;
  width: 340px;
}
.partner_form_username,
.partner_form_phonnumber {
  width: 340px !important;
}
.partner_form_textarea {
  height: 260px !important;
}

/* 버튼 */
.btn_confirm {
  text-align: center;
  padding: 30px 0px;
} /* 서식단계 진행 */
a.btn_b01 {
  font-family: "Noto Light";
  display: inline-block;
  padding: 12px 51px;
  background: #a5a5a5;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font-size: 18px;
}
a.btn_b01:focus,
.btn_b01:hover {
  text-decoration: none;
}

a.btn_submit {
  display: inline-block;
  padding: 12px 51px;
  background: #a5a5a5;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font-size: 18px;
  cursor: pointer;
}
a.btn_submit:focus,
.btn_submit:hover {
  text-decoration: none;
}
fieldset .btn_submit {
  padding: 0 25px;
  height: 28px;
  line-height: 1em;
}

a.btn_partner_submit {
  display: inline-block;
  padding: 12px 60px;
  background: #222;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font-size: 18px;
  cursor: pointer;
  margin: 0 5px;
}
a.btn_partner_cencle {
  display: inline-block;
  padding: 12px 60px;
  background: #a5a5a5;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font-size: 18px;
  cursor: pointer;
  margin: 0 5px;
}
a.btn_partner_submit:focus,
.btn_partner_submit:hover {
  text-decoration: none;
}
fieldset .btn_partner_submit,
fieldset .btn_partner_cencle {
  padding: 0 25px;
  height: 28px;
  line-height: 1em;
}

a.btn_cancel {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  vertical-align: top;
  text-decoration: none;
}

a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  padding: 0 5px;
  height: 24px;
  border: 0;
  background: #333;
  color: #fff;
  letter-spacing: -0.1em;
  text-decoration: none;
  vertical-align: top;
} /* 우편번호검색버튼 등 */
a.btn_frmline {
  line-height: 24px;
}
button.btn_frmline {
  font-size: 1em;
}

.wish_form_agree {
  color: #888888;
  font-size: 16px;
}

.where {
  display: block;
  margin: 25px 15px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  font-family: verdana;
  font-style: italic;
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filebox label {
  display: inline-block;
  padding: 0.5em 0.75em;
  color: #999;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fdfdfd;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
}

/* named upload */
.filebox .upload-name {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

/* imaged preview */
.filebox .upload-display {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .filebox .upload-display {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.filebox .upload-thumb-wrap {
  display: inline-block;
  width: 54px;
  padding: 2px;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #fff;
}

.filebox .upload-display img {
  display: block;
  max-width: 100%;
  width: 100% \9;
  height: auto;
}

.filebox.bs3-primary label {
  color: #fff;
  background-color: #a5a5a5;
}
.contents_txt {
  font-family: "Noto Demi";
  font-size: 16px;
  line-height: 26px;
  color: #222;
  padding-top: 40px;
}

/*에듀원소개*/
.c_bg_01 {
  margin-top: 50px;
  background: url("../images/company/eduone_c_bg.jpg") no-repeat top center;
  position: relative;
  width: 1160px;
  margin: 0 auto;
}
.c_bg_01 .eduone_con_01 {
  padding-top: 270px;
}
.c_bg_01:after {
  content: "";
  display: block;
  clear: both;
}

.C_topLine {
  border-top: 2px solid #222222;
}

/*IR정보*/
#summary {
  background: #f5f5f5;
  padding: 25px;
  overflow: hidden;
  color: #222222;
  margin-bottom: 80px;
}
#summary ul li {
  float: left;
}
#summary li {
  width: 33.3333%;
  border-right: 1px solid #fff;
}
#summary li:last-child {
  border-right: none;
}
#summary li > p {
  padding: 10px 0px;
}
#summary dt {
  font-size: 18px;
  font-family: "Noto Demi";
  line-height: 28px;
  display: block;
}
#summary dd {
  font-size: 22px;
  font-family: "Noto Medium";
  display: block;
}
#summary dd > span {
  color: #888888;
  font-size: 13px;
  font-family: "Noto Demi";
}

/*IR정보 차트*/

/*사업영역소개*/
.div_business {
  width: 100%;
  margin-bottom: 50px;
}
.div_business:after {
  content: "";
  display: block;
  clear: both;
}
.div_business > div:first-child {
  float: left;
  width: 30%;
}
.div_business > div:first-child > img {
  width: 100%;
}
.div_business > div:last-child {
  float: left;
  width: 70%;
}
.div_business_info {
  min-height: 440px;
  position: relative;
}
.div_business_info:after {
  content: "";
  display: block;
  clear: both;
}
.div_business_info > .business_title {
  border-bottom: 2px solid #222222;
  width: 100%;
  padding: 25px 0px;
  text-align: left;
}
.div_business_info > .business_title > h5 {
  font-size: 32px;
  font-family: "Noto Bold";
  display: inline;
  color: #222222;
  padding-left: 50px;
}
.div_business_info > .business_title > p {
  font-size: 22px;
  font-family: "Noto Medium";
  display: inline;
  color: #222222;
  padding-left: 20px;
}
.div_business_info > .business_description {
  padding-left: 50px;
  position: relative;
}
.div_business_info > .business_description .description {
  font-family: "Noto Demi";
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-align: left;
  padding: 25px 0px 25px 0px;
}
.div_business_info > .business_description .Awards {
  text-align: left;
  color: #666666;
  font-family: "Noto Demi";
  font-size: 14px;
  padding-bottom: 30px;
}
.div_business_info > .business_description .Awards li {
  margin-left: 10px;
  line-height: 24px;
}
.div_business_info > .business_description .Awards li:before {
  width: 3px;
  height: 3px;
  background: #666666;
  word-break: break-all;
  white-space: normal;
  vertical-align: 3px;
  display: inline-block;
  content: "";
  margin-right: 5px;
}
.business_link {
  text-align: left;
}
.business_link ul li {
  display: inline-block;
  padding: 0 5px 10px 0;
  vertical-align: middle;
}
.business_link ul li > img {
  vertical-align: middle;
}
.business_link li a.targetlink {
  position: relative;
  background: #7838d4;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  padding: 15px 60px 15px 32px;
  vertical-align: middle;
  text-align: left;
  display: block;
  width: 245px;
}
.business_link li .targetlink:after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  display: inline-block;
  content: "+";
}
.business_link li a.targetlink_260 {
  position: relative;
  background: #7838d4;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  padding: 15px 60px 15px 32px;
  vertical-align: middle;
  text-align: left;
  display: block;
  width: 260px;
}
.business_link li .targetlink_260:after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  display: inline-block;
  content: "+";
}
.business_info_area {
  background: #f5f5f5;
  text-align: left;
}

/*버튼영역정렬*/
.btnR {
  clear: both;
  margin-top: 30px;
  text-align: right;
}
.btnC {
  clear: both;
  margin-top: 30px;
  text-align: center;
}
.btnL {
  clear: both;
  margin-top: 30px;
  text-align: left;
}

a.location {
  display: inline-block;
  border: 1px solid #666666;
  font-family: "Noto Medium";
  font-size: 17px;
  color: #222222;
  padding: 15px 115px 15px 20px;
}
a.location > span {
  color: #7838d4;
}
.location_icon {
  background: url("../images/common/icon_location.png") no-repeat 90% center;
}
a.people {
  display: inline-block;
  background: #000;
  font-family: "Noto Light";
  font-size: 16px;
  color: #fff;
  padding: 14px 20px;
}

/*문의 하기*/
.CJ_list {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0px;
  font-family: "Noto Demi";
}
.CJ_list:last-child {
  border-bottom: 1px solid #a5a5a5;
}
.CJ_list .bi_logo {
  display: inline-block;
  width: 28%;
  vertical-align: middle;
  text-align: left;
}
.CJ_list .bi_Telnumber {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  line-height: 25px;
  width: 42%;
  padding-left: 3%;
}
.CJ_list .bi_Telnumber:before {
  width: 1px;
  height: 60px;
  background: #eee;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
}
.CJ_list .bi_Telnumber:after {
  width: 1px;
  height: 60px;
  background: #eee;
  display: inline-block;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
}
.CJ_list .bi_Telnumber dt {
  font-size: 18px;
  color: #222222;
}
.CJ_list .bi_Telnumber dd {
  font-size: 16px;
  color: #888888;
}
.CJ_list .bi_Cjlink {
  display: inline-block;
  width: 25%;
}
.CJ_list .bi_Cjlink a.Online_cj {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 50px;
  padding: 7px 40px 7px 15px;
}
.Online_cj_icon {
  background: url("../images/common/icon_Online_cj.png") no-repeat 91% center;
}

/*KG피플*/
#KGpelple_listarea {
  padding-top: 25px;
}
#KGpelple_listarea ul li {
  float: left;
}
#KGpelple_listarea li {
  width: 25%;
  padding: 25px;
}
#KGpelple_listarea dl {
  color: #222;
  line-height: 24px;
  padding-top: 20px;
}
#KGpelple_listarea dt {
  font-size: 14px;
}
#KGpelple_listarea dd {
  font-size: 22px;
}
.people_img {
  overflow: hidden;
  border-radius: 50%;
  max-width: 227px;
  max-height: 227px;
}

.people_img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.people_img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#KGpelple_viewarea {
  border-bottom: 1px solid #a5a5a5;
}

/*매거진*/
.magazineBG {
  background: url(../images/webzine/main_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*.magazineBG{background:url(../images/webzine/main_bg_te.jpg) no-repeat top center;}*/
.magazine {
  position: relative;
  min-height: 1072px;
}

.deco_flower1 {
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -213px;
  z-index: 9;
}
.deco_flower2 {
  position: absolute;
  top: 14%;
  left: 50%;
  margin-left: 504px;
  z-index: 9;
}
.deco_flower3 {
  position: absolute;
  bottom: 0%;
  right: 211px;
  z-index: 9;
}

.magazin_hash_area {
  width: 280px;
  background: #fff;
  min-height: 380px;
  position: absolute;
}
.magazin_hash_area > a > img {
  float: right;
  width: 90%;
}
.magazin_hash_area .magazin_Mcontainer {
  clear: both;
  padding: 5px 30px;
  text-align: left;
}
.magazin_hash_area .magazin_Mcontainer > p {
  font-family: "Noto Bold";
  color: #0daa71;
  font-size: 13px;
  padding: 10px 0px;
}
.magazin_hash_area .magazin_Mcontainer > h6 {
  font-family: "Noto Bold";
  font-size: 20px;
  color: #343434;
  line-height: 24px;
  padding-bottom: 20px;
}
.magazin_hash_area .magazin_Mcontainer > span {
  font-family: "Noto Regular";
  font-size: 15px;
}

.first_hash {
  top: 143px;
  left: 50%;
  margin-left: -324px;
  min-height: 410px;
}
.second_hash {
  top: 65px;
  left: 50%;
  margin-left: -24px;
}
.third_hash {
  top: 465px;
  left: 50%;
  margin-left: -24px;
  min-height: 410px;
}
.data_area {
  width: 280px;
  background: #09a16d;
  min-height: 415px;
  position: absolute;
  left: 50%;
  margin-left: 276px;
  margin-top: 53px;
  padding: 65px 40px;
  text-align: left;
}
.data_area > p {
  font-family: "Noto bold";
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  width: 50%;
}
.data_area .data_yyyydd {
  position: relative;
  top: 150px;
  border-bottom: none;
  font-size: 22px;
  text-align: right;
  width: 80%;
}
.data_area .data_yyyydd:before {
  background-color: #fff;
  width: 70px;
  height: 3px;
  display: inline-block;
  margin: 6px 8px 6px 0px;
  content: "";
}

.PassStroy_area {
  position: absolute;
  top: 572px;
  left: 50%;
  margin-left: -373px;
}

/*이용약관*/
#terms_area {
}
#terms_area .terms_title {
  padding: 30px 0px;
  border-bottom: 1px solid #a5a5a5;
}
#terms_area .terms_title > h5 {
  font-size: 32px;
  line-height: normal;
}
#terms_area .terms_title > p {
  font-size: 16px;
  line-height: normal;
  color: #888888;
}
#terms_area .terms_contents {
  text-align: left;
  padding: 40px 40px;
  color: #666666;
}
#terms_area .terms_contents > h6 {
  font-size: 24px;
  color: #222222;
  line-height: normal;
}
#terms_area .terms_contents > p {
  padding: 25px 0px 50px 0px;
  font-size: 16px;
  line-height: 26px;
}
#terms_area .terms_contents dl {
  font-size: 16px;
  line-height: normal;
  padding: 0px 15px;
}
#terms_area .terms_contents dt {
  color: #222;
  padding-top: 15px;
}
#terms_area .terms_contents dd {
  color: #666;
  padding-left: 15px;
  display: block;
}
#terms_area .terms_contents table {
  width: 100%;
  text-align: center;
  margin: 15px;
}
#terms_area .terms_contents thead th {
  background: #f7f7f7;
  font-size: 16px;
  color: #222;
  border: 1px solid #a5a5a5;
  border-top: 1px solid #222222;
  padding: 15px 0px;
}
#terms_area .terms_contents td {
  font-size: 16px;
  color: #666;
  border: 1px solid #a5a5a5;
  padding: 15px 0px;
  vertical-align: middle;
}

#terms_area .terms_contents ul {
  font-size: 16px;
  line-height: normal;
  padding: 25px 0px 50px 0px;
}
#terms_area .terms_contents ul > li > ul {
  font-size: 16px;
  line-height: normal;
  padding: 0px;
}
#terms_area .terms_contents li {
  color: #666;
  text-indent: -24px;
  padding-left: 25px;
}
#terms_area .terms_contents ol {
  font-size: 16px;
  line-height: normal;
}
#terms_area .terms_contents ol > li {
  color: #7a7a7a;
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -23px;
}

/*개인정보처리방침*/
#privacy_area {
}
#privacy_area .privacy_title {
  padding: 30px 0px;
  border-bottom: 1px solid #a5a5a5;
}
#privacy_area .privacy_title > h5 {
  font-size: 32px;
  line-height: normal;
}
#privacy_area .privacy_title > p {
  font-size: 16px;
  line-height: normal;
  color: #888888;
}
#privacy_area .privacy_contents {
  text-align: left;
  padding: 40px 40px;
  color: #666666;
}
#privacy_area .privacy_contents > h6 {
  font-size: 24px;
  color: #222222;
  line-height: normal;
  padding-top: 20px;
}
#privacy_area .privacy_contents > h6:first-child {
  padding-top: 0px;
}
#privacy_area .privacy_contents > p {
  font-size: 16px;
  line-height: 26px;
}
#privacy_area .privacy_contents dl {
  font-size: 16px;
  line-height: normal;
  padding: 0px 15px;
}
#privacy_area .privacy_contents dt {
  color: #222;
  padding-top: 15px;
}
#privacy_area .privacy_contents dd {
  color: #666;
  padding-left: 15px;
  display: block;
}
#privacy_area .privacy_contents table {
  width: 100%;
  text-align: center;
  margin: 15px;
}
#privacy_area .privacy_contents thead th {
  background: #f7f7f7;
  font-size: 16px;
  color: #222;
  border: 1px solid #a5a5a5;
  border-top: 1px solid #222222;
  padding: 15px 0px;
}
#privacy_area .privacy_contents td {
  font-size: 16px;
  color: #666;
  border: 1px solid #a5a5a5;
  padding: 15px 0px;
  vertical-align: middle;
}

#privacy_area .privacy_contents ul {
  font-size: 16px;
  line-height: normal;
  padding: 0px 0px 15px 15px;
}
#privacy_area .privacy_contents li {
  padding-left: 15px;
  color: #666;
}
#privacy_area .privacy_contents li:before {
  background-color: #666;
  width: 4px;
  height: 1px;
  display: inline-block;
  margin: 0 5px 5px -10px;
  content: "";
}

#privacy_area .privacy_contents .Agency {
  padding-top: 15px;
}
#privacy_area .privacy_contents .Agency ul {
  font-size: 16px;
  line-height: normal;
  padding: 0px 0px 15px 15px;
}
#privacy_area .privacy_contents .Agency li {
  padding-left: 15px;
  color: #666;
}
#privacy_area .privacy_contents .Agency li:before {
  display: none;
  content: "";
}

/*교수모집*/
#proffesor {
  position: relative;
}
#proffesor > div {
  float: left;
  display: inline-block;
}
#proffesor > div:last-child {
  padding-top: 80px;
  margin-left: 65px;
  width: 560px;
}
#proffesor > div dl {
  width: 90%;
  margin: 0 auto;
  display: block;
}
#proffesor > div dt,
dd {
  vertical-align: middle;
}
#proffesor > div dt {
  width: 23%;
  background-color: #777777;
  color: #fff;
  font-size: 17px;
  border-bottom: 2px solid #fff;
}
#proffesor > div dd {
  width: 77%;
  font-size: 16px;
  color: #222;
  text-align: left;
  padding: 15px 0px 15px 25px;
  line-height: normal;
}
#proffesor > div dd li {
  margin-left: 17px;
}
#proffesor > div dd li:before {
  width: 3px;
  height: 3px;
  background: #8632ff;
  word-break: break-all;
  white-space: normal;
  vertical-align: 3px;
  display: inline-block;
  content: "";
  margin: 0 8px 0 -12px;
}
a.proffesorJob {
  display: inline-block;
  background-color: #000;
  font-family: "Noto Medium";
  font-size: 24px;
  color: #fff;
  padding: 30px 170px 30px 55px;
  border-radius: 50px;
}
.proffesorJob_icon {
  background: url("../images/common/icon_proffesorJob.png") no-repeat 85% center;
}

/*FAQ 영역 */
.divFAQ {
  border-bottom: 1px solid #eeeeee;
}
.divFAQ:after {
  content: "";
  display: block;
  clear: both;
}
.divFAQ > div:first-child {
  font-size: 22px;
  color: #222222;
  float: left;
  padding: 30px 80px 0px 40px;
}
.divFAQ > div:first-child:before {
  width: 6px;
  height: 6px;
  background: #8632ff;
  word-break: break-all;
  white-space: normal;
  vertical-align: 5px;
  display: inline-block;
  content: "";
  margin: 0 10px 0 -12px;
}

/*오시는길*/
.map_area {
  border: 1px solid #a5a5a5;
  border-top: none;
  position: relative;
  overflow: hidden;
  min-height: 700px; /*845px*/
}
.map_area > select {
  width: 350px;
  font-size: 18px;
  height: 60px;
  color: #111;
  border-bottom: 1px solid #a5a5a5;
  border-left: 0px solid #a5a5a5;
  padding-left: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* FAQ */
.accordion_container {
  float: right;
  width: 80%;
}

.accordion_head {
  text-align: left;
  color: #666666;
  cursor: pointer;
  font-size: 18px;
  padding: 30px 15px;
  border-bottom: 1px solid #eeeeee;
}
.accordion_body {
  text-align: left;
  background: #f5f5f5;
}

.accordion_body p {
  padding: 15px 35px;
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
}
.plusminus {
  float: right;
}
.headOn {
  background: #f5f5f5;
  color: #222222;
  margin: 0px;
  font-family: "Noto Bold";
  font-size: 18px;
}

.refund {
  padding-bottom: 50px;
}
.refund p {
  font-size: 20px;
  color: #222;
  line-height: 35px;
}

.thumbnail_img > img {
  width: 370px;
  height: 200px;
  margin-top: 5px;
}
.business_m_img,
.view_mobile {
  display: none;
}

/* mobile */
@media screen and  (max-width: 767px) {
  header > h1 > a > img {
    width: 100%;
  }
  header > div > a > img {
    width: 100%;
  }
  .view_pc {
    display: none;
  }
  .view_mobile {
    display: block;
  }

  .headerWrap header div ul {
  display: none;
  }
  .headerWrap,
  #sub_contents img {
    width: 100%;
  }
  #sub_title_area {
    padding: 5vw;
  }
  #sub_title_area h3 {
    font-size: 8vw;
  }
  #sub_title_area p {
    font-size: 4vw;
    line-height: 1.5;
  }
  .top_bg {
    min-height: auto;
  }
  .contents_area {
    margin: 0 4vw;
  }
  .contents_title_area .tit {
    font-size: 7vw;
    padding-bottom: 15vw;
    line-height: 0;
  }
  .contents_title_area .txt {
    font-size: 4vw;
    padding: 0 10vw 10vw;
    line-height: 1.5;
    margin-top: -5vw;
	word-break: keep-all;
  }

  #summary {
    margin-bottom: 15vw;
  }
  #summary dt {
    font-size: 4vw;
  }
  #summary dd {
    font-size: 3.5vw;
  }
  #summary dd span {
    display: block;
    font-size: 3vw;
  }
  .div_business {
    margin-top: -10vw;
  }
  .div_business > div:first-child {
    display: none;
  }
  .div_business > div:last-child {
    width: 100%;
  }
  .div_business_info > .business_title > h5 {
    padding: 0px;
    font-size: 8vw;
  }
  .div_business_info > .business_title > p {
    display: block;
    padding-top: 2vw;
    padding-left: 0;
    font-size: 5vw;
    line-height: 1.5;
  }
  .div_business_info > .business_description {
    padding: 0px;
  }
  .business_link li a.targetlink {
    width: auto;
  }

  .CJ_list .bi_logo {
    display: none;
  }
  .CJ_list .bi_Telnumber:before {
    display: none;
  }
  .CJ_list .bi_Telnumber {
    width: 65%;
    padding-left: 0px;
  }
  .CJ_list .bi_Telnumber dt {
    font-size: 4vw;
  }
  .CJ_list .bi_Telnumber dd {
    font-size: 3vw;
    line-height: 1.3;
  }
  .CJ_list .bi_Telnumber:after {
    display: none;
  }
  .CJ_list .bi_Cjlink a.Online_cj {
    font-size: 3vw;
    padding: 2vw 1vw 2vw 1vw;
    vertical-align: middle;
    text-align: left;
    line-height: 1;
  }
  .Online_cj_icon {
    background: none;
  }

  .partner_title {
    display: none;
  }
  .partner_form {
    padding: 50px;
  }
  .partner_form_area {
    width: 100%;
  }

  .map_area,
  .tabcontent {
    min-height: 320px !important;
  }

  select {
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: url(이미지 경로) no-repeat 95% 50%; /* 화살표 모양의 이미지 */
  } /* IE 10, 11의 네이티브 화살표 숨기기 */
  select::-ms-expand {
    display: none;
  }

  .map_area > select {
    width: 100%;
    font-size: 18px;
    height: 45px;
    color: #111;
    border-bottom: 1px solid #a5a5a5;
    border-left: 0px solid #a5a5a5;
    padding-left: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
  }

  .map_area > select {
    /* styling */
    background-color: white;
    /*   border: thin solid blue;
		border-radius: 4px; */
    display: inline-block;
    font: inherit;
    /* line-height: 1.5em; */
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }

  select.minimal:focus {
    background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: gray;
    outline: 0;
  }

  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }

  #KGpelple_listarea li {
    width: 33.33333%;
    height: 190px;
    padding: 3vw;
  }
  #KGpelple_listarea dt {
    font-size: 3vw;
    line-height: 1.3;
  }
  #KGpelple_listarea dd {
    font-size: 5vw;
  }

  .accordion_container {
    float: left;
    width: 100%;
  }
  .accordion_head {
    font-size: 4vw;
    line-height: 1.5;
    padding: 5vw;
  }
  .accordion_body p {
    padding: 5vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  .divFAQ > div:first-child {
    padding: 10vw 5vw 5vw;
    font-size: 5vw;
  }

  .c_bg_01 {
    width: 100%;
  }

  #terms_area .terms_contents {
    padding: 10vw 5vw;
  }
  #terms_area .terms_contents > h6 {
    font-size: 4vw;
  }
  #terms_area .terms_contents > p {
    font-size: 3vw;
    padding: 5vw 0 10vw;
    line-height: 1.5;
  }
  #terms_area .terms_contents ul {
    font-size: 3vw;
    padding: 5vw 0 10vw;
    line-height: 1.5;
  }
  #terms_area .terms_contents li {
    font-size: 3vw;
    padding-left: 0;
    text-indent: 0;
  }
  #terms_area .terms_contents ol > li {
    text-indent: 0;
  }
  #terms_area .terms_contents table {
    margin: 5vw 0;
  }
  #terms_area .terms_contents thead th {
    font-size: 3vw;
    vertical-align: middle;
    line-height: 1.5;
    padding: 3vw 0;
  }
  #terms_area .terms_contents td {
    font-size: 3vw;
    line-height: 1.5;
    padding: 3vw 0;
  }

  .refund {
    font-size: 3vw;
    line-height: 1.5;
  }
  .refund p {
    font-size: 4vw;
  }

  #privacy_area .privacy_contents {
    padding: 10vw 5vw;
  }
  #privacy_area .privacy_contents > h6 {
    font-size: 4vw;
  }
  #privacy_area .privacy_contents > p {
    font-size: 3vw;
    padding: 5vw 0 0;
    line-height: 1.5;
  }
  #privacy_area .privacy_contents dl {
    font-size: 3vw;
    padding: 0;
    line-height: 1.5;
  }
  #privacy_area .privacy_contents dt {
    padding-top: 5vw;
  }
  #privacy_area .privacy_contents dd {
    padding-left: 0;
  }
  #privacy_area .privacy_contents ul {
    font-size: 3vw;
    padding: 5vw 5vw 0;
    line-height: 1.5;
  }
  #privacy_area .privacy_contents li {
    font-size: 3vw;
    padding-left: 0;
    text-indent: 0;
  }
  #privacy_area .privacy_contents ol > li {
    text-indent: 0;
  }
  #privacy_area .privacy_contents table {
    margin: 5vw 0;
  }
  #privacy_area .privacy_contents thead th {
    font-size: 3vw;
    vertical-align: middle;
    line-height: 1.5;
    padding: 3vw 0;
  }
  #privacy_area .privacy_contents td {
    font-size: 3vw;
    line-height: 1.5;
    padding: 3vw 0;
  }
  #privacy_area .privacy_contents .Agency li {
    padding-left: 0;
  }

  #proffesor .img {
    display: none;
  }
  #proffesor > div:last-child {
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
  }
  #proffesor > div dt {
    width: 40%;
    text-align: center;
  }
  #proffesor > div dd {
    width: 100%;
  }

  .tbl_head_blog li {
    width: 100% !important;
  }
  .thumbnail_img > img {
    width: 100%;
    height: 200px;
    margin-top: 5px;
  }

  .searchArea {
    display: none !important;
  }

  /* 사업영역 */
  .business_link ul {
    text-align: center;
  }
  .business_link ul li:first-child {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
 .business_link li a.targetlink_260{width: 100%;}
  .div_business {
    margin-bottom: 0px;
  }
  .div_business_info > .business_title {
    text-align: center;
  }
  .btnR,
  .business_info_area {
    display: none;
  }
  .div_business_info > .business_description .Awards {
    padding-bottom: 0px;
    border-left: 2px solid;
    margin-bottom: 30px;
  }
  .business_m_img {
    overflow: hidden;
    height: 30vw;
    margin-bottom: 10vw;
    display: block;
	display: none;
  }
  .business_m_img > img {
    top: -100px;
    position: relative;
  }
}
