html,body {
    scroll-behavior: smooth;
}

.tit {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.ml20 {
    padding-left: 20px;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 14px;
    text-align: center;
    line-height: 26px;
}
button {cursor: pointer; background: inherit; border:none ;padding:0; margin:0}
.br_pc {
    display: block;
}
.br_m {
    display: none;
}
/*---------------------- common ------------------------------*/
.yellow_color {
  color:#0D3F67;
}
.red {
  color:#B8292F;
}
.color_black {
    color:#000;
    font-weight: 700;
}
.placeholdersjs {color:#aaa !important}
.pc_br {
  display: block;
}
.m_br {
  display: none;
}
.inner {
  max-width: 1280px;
  margin:0 auto;

}

.board_inner {
  max-width: 1280px;
  width: 100%;
  margin:50px auto;
}

.line {
  width: 1280px;
  height: 1px;
  background:#ddd;
  margin:155px 0;
}

/* -------------------------------head_wrap start------------------------------- */

.head_wrap {
  position: fixed;
  width: 100%;
  height: 90px;
  background:#fff;
  z-index: 9999;
  display:flex;
  justify-content:space-between;
  transition: .4s;
}

.head_wrap.active,
.head_wrap.open {
  z-index: 9999;
  background:#fff;
  border-bottom:1px solid #d9d9d9;
}


.head_wrap.active .logo
,.head_wrap.open .logo {
  color:#222;
}

.head_wrap.active .m_nav_btn,
.head_wrap.open .m_nav_btn {
  background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}

.head_wrap.active .gnb > li > a,
.head_wrap.open .gnb > li > a {
  color:#222;
}



.head_wrap > .logo {

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  display: block;
  width: 184px;
  height: 34px;
  background:url('../img/logo.png') center no-repeat;
  background-size:contain;

}

.head_wrap > nav {
    width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.head_wrap > nav > .gnb {
  display:flex;
  justify-content: space-between;

}

.head_wrap > nav > .gnb > li {
  position: relative;
  margin-right: 0px;
}
.head_wrap > nav > .gnb > li:last-child {
    margin-right: 0;
}

.head_wrap > nav > .gnb > li > a {
 
  display: block;
  color:#222;
  font-size: 18px;
  text-align: center;
  transition: .4s;
}

@media screen and (max-width:1280px) {
    .head_wrap > nav {
    }
  .head_wrap > nav > .gnb > li > a {
    padding:30px 0px;
    font-size: 16px;

  }
  .head_wrap > nav > .gnb > li:last-child {
margin-right: 0;
}
}

@media screen and (max-width:1200px) {
    .head_wrap > nav {
        display: none;
    }
  .head_wrap > nav > .gnb > li > a {
    padding:30px 0px;
    font-size: 16px;

  }
  .head_wrap > nav > .gnb > li:last-child {
margin-right: 0;
}
}

.head_wrap > nav > .gnb > li > a:hover {
  color:#0D3F67;
}

.head_wrap > nav > .gnb > li > .snb {
  position: absolute;
  top: 115px;
  left: 50%;
  transform:translateX(-50%);
  width: 130px;
  height: 1px;
  overflow: hidden;
  transition: .4s;
}

.head_wrap > nav > .gnb > li > .snb.active {
  height: 170px;
}

.head_wrap > nav > .gnb > li > .snb > li {
  height: 40px;
  text-align: center;
}

.head_wrap > nav > .gnb > li > .snb > li > a {
  color:#666;
  font-size: 16px;
  letter-spacing: -0.4px;
}

.head_wrap > nav > .gnb > li > .snb > li > a:hover {
  color:#0D3F67;
}

.head_wrap > .m_nav_btn {

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 40px;
  height: 40px;
  background:url('../img/m_nav_wrap_btn.png') center no-repeat;
  color:#fff;
}

.m_nav_wrap {
   display: none;
   position: fixed;
   top: 0;
   right: 0;
   width: 20%;
   height: 100%;
   background:#fff;
   border-left:1px solid #ddd;
   z-index: 9999;
}

.m_nav_wrap > .close_btn {
  position: absolute;
  top: 0;
  left: -41px;
  width: 40px;
  height: 40px;
  background:#222;
  cursor: pointer;
}

.material-icons.close {
  display: block;
  text-align: center;
  line-height: 40px;
  color:#fff;
}

.m_nav_wrap_logo {
  background:#0D3F67;
  height: 70px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  font-family: 'Raleway',sans-serif;
  font-weight: 700;
}

.member_ico_wrap {
  height: 60px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.member_ico_wrap > ul {
  display:flex;
  justify-content:space-between;
  margin:20px 15%;
}

.material-icons.login {
  font-size: 15px;
  color:#666;
}
.m_nav {
    height: 100%;
}

.m_nav > .m_nav_left {
    float: left;
    width: 45%;
    height: 100%;
    background:#eee;
  }
  
  .m_nav > .m_nav_right {
    float: left;
    width: 55%;
    height: 100%;
    background:#fff;
  }
.m_nav_left > ul {
  margin-top: 30px;

}

.m_nav_left > ul > li {

  padding: 15px 20px;
  font-size: 15px;
  cursor:pointer;
}






.m_nav_right >.m_nav_01_contents > ul > li > a,
.m_nav_right >.m_nav_02_contents > ul > li > a,
.m_nav_right >.m_nav_03_contents > ul > li > a,
.m_nav_right >.m_nav_04_contents > ul > li > a,
.m_nav_right >.m_nav_05_contents > ul > li > a,
.m_nav_right >.m_nav_06_contents > ul > li > a,
.m_nav_right >.m_nav_07_contents > ul > li > a,
.m_nav_right >.m_nav_8_contents > ul > li > a {
  display: block;
  padding: 15px 20px;
  font-size: 15px;
  cursor:pointer;
  color:#666;
  word-break: keep-all;
}
.m_nav_right >.m_nav_01_contents,
.m_nav_right >.m_nav_02_contents,
.m_nav_right >.m_nav_03_contents,
.m_nav_right >.m_nav_04_contents,
.m_nav_right >.m_nav_05_contents,
.m_nav_right >.m_nav_06_contents,
.m_nav_right >.m_nav_07_contents,
.m_nav_right >.m_nav_08_contents {
    
  display: none;
}

.m_nav_right >.m_nav_01_contents.active,
.m_nav_right >.m_nav_02_contents.active,
.m_nav_right >.m_nav_03_contents.active,
.m_nav_right >.m_nav_04_contents.active,
.m_nav_right >.m_nav_05_contents.active,
.m_nav_right >.m_nav_06_contents.active,
.m_nav_right >.m_nav_07_contents.active,
.m_nav_right >.m_nav_08_contents.active {
  display: block;
}

.snb_wrap {
  margin-top: 90px;
  width: 100%;
  background:#fff;
  height: 0;
  overflow: hidden;
  transition: .4s;
}

.snb_wrap_bg {
  width: 100%;
  height: 100%;
  background:url('../img/snb_wrap_bg.jpg') top right no-repeat;

}

.snb_wrap.active {
  border-bottom:1px solid #ddd;
  height: 230px;
}


/* intro_wrap */
.intro_wrap {
    max-width: 1280px;
    margin:0 auto;
    text-align: center;
    padding:100px 0;
}
.intro_wrap > h2 {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}
.intro_wrap > p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 26px;
    color:#666;
    font-weight: 300;
}

/* intro_wrap-- */

/* -------------------------------business_wrap------------------------------- */

.business_wrap {
  background:#F5F5F5;
  padding:96px 0;
  text-align: center;
}

.main_tit {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.main_subtit {
  font-size: 18px;
  font-weight: 300;
  margin-top: 4px;
  color:#444444;
  text-align: center;
  text-transform: uppercase;
  word-break: keep-all;
}

.business_list {
  margin-top: 81px;
  display:flex;
  justify-content: space-between;
  transition: .4s;
}

.business_list > li {
  width: 100%;
  height: 390px;
  background:#fff;
  transition: .4s;
}

.business_list > li:nth-child(2) {
  margin:0 20px;
}

@media screen and (max-width:1130px) {
  .business_list > li:nth-child(2) {
    margin: 20px 0;
  }
  .business_list {
    flex-direction: column;
    padding:0 20px;
  }
}

.business_ico {
  width: 130px;
  height: 130px;
  background:red;
  margin: 77px auto 0;
}

.business_ico.ico1 {
  background:url('../img/business_ico01.png') center no-repeat;
}

.business_ico.ico2 {
  background:url('../img/business_ico02.png') center no-repeat;
}

.business_ico.ico3 {
  background:url('../img/business_ico03.png') center no-repeat;
}

.business_list_tit {
  font-family: 'pretendard',sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 18px;
  text-transform: uppercase;
}

.business_list_desc {
    width: 80%;
    margin:12px auto 0;
  font-size: 16px;
  font-weight: 300;
  padding:0 20px;
  line-height: 24px;
  color:#666;
  word-break: keep-all;
}

.btn_busi {
    width: 200px;
    height: 60px;
    background:#fff;
    border:1px solid #ddd;
    margin:40px auto 0;
    transition: all .4s;
}
.btn_busi > a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    transition: all .4s;
}
.btn_busi:hover {
    background:#0D3F67
}
.btn_busi:hover > a {
    color:#fff;
}

/* -------------------------------product_wrap----------------------------------- */
.product_wrap {
  padding:96px 0;
  height: auto;
}

.product_box_wrap {
  width: 100%;
  height: 515px;
  margin-top: 81px;
  position: relative;
}

.product_box {
  display: none;
  height: 100%;
}

.product_box.active {
  display: block;
}

.product_box.item1 {
  background:url('../img/product_box_item1.png') no-repeat;

}

.product_box.item2 {
  background:url('../img/product_box_item2.png') no-repeat;
}

.product_box.item3 {
  background:url('../img/product_box_item3.png') no-repeat;
}

.product_list {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.product_list ul {
  display:flex;
  justify-content: space-between;
  width: 100%;
}

.product_btn  {
  width: 33.21%;
  height: 77px;
  background:rgba(59,59,59,.46);
  text-align: center;
  line-height: 77px;
  color:#fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.product_btn.active {
  background:#0D3F67;
}

.product_box_text_wrap {
  display: inline-block;
  margin: 133px 0 0 93px;
  color:#fff;
  letter-spacing: -0.2px;
}

.product_box_text_wrap > h4 {
  font-size: 20px;
  font-weight: 700;
  animation: text-up 1s .2s both;
}

.product_box_text_wrap > h2 {
  font-size: 40px;
  font-weight: 700;
  color:#fff;
  margin-top: 4px;
  text-transform: uppercase;
  animation: text-up 1s .4s both;
}

.product_box_text_wrap > p {
  max-width: 460px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 28px;
  word-break: keep-all;
  animation: text-up 1s .6s both;

}



/* ----------------------recruit_wrap-------------------------- */
.recruit_wrap {
  height: 536px;
  background:url('../img/recruit_wrap_bg.png');
  color:#fff;
}

.recruit_wrap > .inner > h4 {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 146px;
}

.recruit_wrap > .inner > h2 {
  font-size: 30px;
   font-weight: 700;
  margin-top: 9px;
}
.recruit_wrap > .inner > p {
  font-size: 18px;
font-weight: 300; 
  margin-top: 9px;
}
.btn_recruit {
  width: 193px;
  height: 50px;

  margin-top: 76px;
}
.btn_recruit > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color:#fff;
  font-size: 15px;
  font-weight: 300;
  transition: .4s;
  border:1px solid #fff;
}

.btn_recruit > a:hover {
  background:#0D3F67;
  border:0;

}


/* ---------------------------footer------------------------------ */

footer {
  padding:60px 0;
  border-top:1px solid #ddd;
}

footer > .inner {
  display: flex;
  align-items: center;
}

footer .logo {
  
 
  display: block;
  width: 184px;
  height: 34px;
  background:url('../img/logo.png') center no-repeat;
  background-size:contain;

}

.addr {
  margin-left: 89px;
}

.addr > p {
  font-size: 15px;
  font-weight: 300;
}

.addr > span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
}


/*--------------------------------sub_page------------------------*/
.cebu_img_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.img_cebu {
    width: calc(33.33% - 20px);
    aspect-ratio: 1/.75;
    background:#ddd;
    border-radius: 10px;
}
.img_cebu.img01 {background:url('../img/img_cebu01.png') center no-repeat;background-size:contain;}
.img_cebu.img02 {background:url('../img/img_cebu02.png') center no-repeat;background-size:contain;}
.img_cebu.img03 {background:url('../img/img_cebu03.png') center no-repeat;background-size:contain;}
.img_cebu.img04 {background:url('../img/img_cebu044.png') center no-repeat;background-size:contain;}
.img_cebu.img05 {background:url('../img/img_cebu05.png') center no-repeat;background-size:contain;}
.img_cebu.img06 {background:url('../img/img_cebu066.png') center no-repeat;background-size:contain;}
.sub_top {
  height: 500px;
  position: relative;
}

.sub_top_txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  text-transform: uppercase;
}

.sub_top_txt_wrap > h2 {
  font-size: 50px;
  font-weight: 700;
  color:#fff;
  animation: text-up 1s .2s both;
}

.sub_top_txt_wrap > p {
  font-size: 17px;
  font-weight: 300;
  color:#fff;
  margin-top: 15px;
  animation: text-up 1s .4s both;

}

.sub_top_txt_wrap > span {
  display: inline-block;
  margin-top: 15px;
  color:#fff;
  font-size: 14px;
  font-weight: 300;
  animation: text-up 1s .6s both;

}

.sub_menu_wrap {
  height: 60px;
  border-bottom:1px solid #ddd;
}

.sub_menu_wrap > .inner {
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}
.sub_menu {
  display: flex;
  justify-content: space-between;

}

.sub_menu > li {
  width: 100%;
  text-align: center;
  line-height: 60px;
  position: relative;
}

.sub_menu > li::after {
  content:"";
  width: 1px;
  height: 20px;
  background:#ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sub_menu > li:first-child::after {
  display: none;
}

.sub_menu > li > a {
  font-size: 16px;
  display: block;
  letter-spacing: -0.2px;
  transition: .4s;
}

.sub_menu > li > a:hover {
  background:#0D3F67;
  color:#fff;
}

/* ----------------------------content_wrap---------------------------------- */

.content_wrap {
  margin: 100px 0;
}

/* -----------------------------about_us_wrap----------------------------------- */

.about_us_wrap {
  display:flex;
}

.about_img {
  width: 472px;
  height: 507px;
  background:url('../img/about_img.png');
}

.about_txt {
  margin-left: 84px;
  width: 724px;
  letter-spacing: -0.2px;
}

.about_txt > h2 {
  font-size: 30px;
  font-weight: 700;
}

.about_txt > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 27px;
  word-break: keep-all;
}

.about_txt > span {
  margin-top: 30px;
  display: inline-block;
  text-align: right;
  font-size: 17px;
  font-weight: 300;
}

.ceo_name {
  margin-left: 10px;
  font-size: 23px!important;
  font-weight: 700!important;
}

.map {
    margin-top: 100px;
}
.map_wrap {
    position: relative;
    height: 150px;
    margin-bottom: 100px;
}
.map_info {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 9999;
}
.map_info > li {
    width: 300px;
    height: 200px;
    margin-right: 40px;
    background:#f9f9f9;
    text-align: center;
    border:1px solid #ddd;
}
.map_info > li:last-child {
    margin-right: 0;
}
.ico_map {
    width: 80px;
    height: 80px;
    background:#BDC2CD;
    border-radius: 50%;
    margin:30px auto 0;
}
.ico_map.img01 {
    background:url('../img/ico_map01.png') center no-repeat;
}
.ico_map.img02 {
    background:url('../img/ico_map02.png') center no-repeat;
}
.ico_map.img03 {
    background:url('../img/ico_map03.png') center no-repeat;
}
.map_info > li > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;

}
.map_info > li > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
}


/* 사업소개 */
.sub_busi_wrap {}
.sub_busi {
   
}
.sub_busi > li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.sub_busi > li.sec {
    flex-direction: row-reverse
}
.busi_img {
    width: calc(50% - 20px);
    aspect-ratio: 1/.5645;
    background:#ddd;
}
.busi_img.img01 {
    background:url('../img/busi_img01.png') center no-repeat;
    background-size:cover;
}
.busi_img.img02 {
    background:url('../img/busi_img02.png') center no-repeat;
    background-size:cover;
}


.busi_info {
    width: calc(50% - 20px);
}
.busi_info > h2 {
    font-size: 30px;
    font-weight: 700;
}
.busi_info > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 28px;
    margin-top: 18px;
}
/* 사업소개-- */



/* 매물소개 */
.product_wrap {}
.product_wrap > li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.pro_tit {
    margin-right: 50px;
}
.pro_tit > h2 {
    font-size: 30px;
    font-weight: 700;
}
.pro_tit > h3 {
    font-size: 80px;
    font-weight: 900;
    color:#8BB27F
}
.pro_cont {}
.pro_img {
    width: 100%;
    aspect-ratio: 1/.459;
    background:#ddd;
}
.pro_img.img01 {
    background:url('../img/pro_img01.png') center no-repeat;
}
.pro_img.img02 {
    background:url('../img/pro_img02.png') center no-repeat;
}
.pro_img.img03 {
    background:url('../img/pro_img03.png') center no-repeat;
}
.pro_img.img04 {
    background:url('../img/pro_img04.png') center no-repeat;
}
.pro_cont > h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px;
}
.pro_cont > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
    word-break: keep-all;
}

.merit_wrap {
    padding: 100px 0;
    text-align: center;
    background:#f9f9f9;
    
}
.merit_wrap > .inner > p {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.merit_wrap > .inner > h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 12px;
}
.merit {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
    margin-top: 60px;
}
.merit > li {
    width: calc(33% - 20px);
    padding:40px;
    margin-bottom: 40px;
    color:#ffffff;
}
.bg01 {
    background:url('../img/bg01.png') center no-repeat;
    background-size:cover;
}
.bg02 {
    background:url('../img/bg02.png') center no-repeat;
    background-size:cover;
}
.bg03 {
    background:url('../img/bg03.png') center no-repeat;
    background-size:cover;
}
.bg04 {
    background:url('../img/bg04.png') center no-repeat;
    background-size:cover;
}
.bg05 {
    background:url('../img/bg05.png') center no-repeat;
    background-size:cover;
}
.bg06 {
    background:url('../img/bg06.png') center no-repeat;
    background-size:cover;
}
.merit > li > h3 {
    font-size: 20px;
}
.merit > li > h4 {
    font-size: 20px;
    margin-top: 50px;
    text-transform: uppercase;
}
.merit > li > h2 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 12px;
}
.merit > li > p {
    font-size: 18px;
    margin-top: 70px;
    color:#fff;
    word-break: keep-all;
}

.btn_blog {
    width: 150px;
    height: 50px;
    border:1px solid #ddd;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    margin:50px auto 0;
    background:#fff;
}
.btn_blog > a {
    display: block;
    width: 100%;
    height: 100%;
}

.btn_blog:hover {
    background:#094438;
}
.btn_blog:hover a {
    color:#fff;
}
/* 매물소개-- */




/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:30px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 28px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.inquiry_list {}
.inquiry_list > li {
    display: flex;
    height: 98px;
    align-items: center;
    border-bottom:1px solid #ddd;
    
}
.inquiry_01 {
    width: 20%;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}
.inquiry_02 {
    width: 80%;
    height: 50px;
}
.fr-con > input {
    background:#F6F6F6;
    width: 100%;
    height: 50px;
    border:1px solid #ddd;
    padding-left: 40px;
}

.fr-con.phone {
    display: flex;
    justify-content: space-between;
}

.phone_number {
    width: calc(33% - 10px)!important;
    border:1px solid red!important;
}

.fr-con.mail {
    display: flex;
}
.fr-con.mail > span {
    line-height: 50px;
    margin:0 10px;
}

.inquiry_con {
    height: 240px!important;
}

.inquiry_con > .inquiry_02 {
    height: 200px!important;
}

.check2 {
    width: 100%;
    height: 80px;
    background:#f6f6f6;
    padding:13px 30px;
    display: flex;
    justify-content: space-between;
}
.check2_img {
    width: 54px;
    height: 54px;
    background:url('../img/check2_img.png') center no-repeat;
}
.check2_info {
    width: 629px;
}
.check2_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
}



.form-box {}
.form-box .form-con {
    width: 920px;
    margin: 80px auto 0;
    border:1px solid #ddd;
    padding:70px 60px;
}

.form-box .form-con ul li {
    
}

.form-box .form-con ul li .fr-con {
    width: 100%;
    height: 100%;
}





.form-box .form-con ul li .fr-con .text-box {
    diaplay: table;
    width: 100%;
    height: 65px;
}

.form-box .form-con ul li .fr-con .text-box input {
    width: 34%;
    float: left;
    margin-left: 1%;
}

.form-box select {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
}

.select2 {
    border:1px solid #ddd;
    padding:0 20px;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#f6f6f6;
    padding:40px;
    resize: none;
}

.form-box .form-con .provision {
    display: table;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 'pretendard', sans-serif;
}

.form-box .form-con .provision label {
    cursor: pointer;
    font-weight: 300;
}

.form-box .form-con .provision label input {
    width: 20px;
    height: 20px;
}

.form-box .form-con .provision label span {
    vertical-align: -2px;
    margin-left: 5px;
}

.form-box .form-con .provision a {
    padding: 0 15px;
    line-height: 65px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.form-box .receive-btn {
    width: 196px;
    height: 65px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #094438 !important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'pretendard', sans-serif;


}

select {
    font-size: 16px;
}



.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 80px;
    height: 80px;
    border:1px solid rgba(0,0,0,0);
}

.qmenu01 {
    background:#28816f;
}
.qmenu02 {
    background:#094438;
}
.qmenu03 {
    background:#413F3C;
}
.qmenu04 {
    background:#000000;
}
.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 13px auto 0;
}
.ico_qmenu.img01 {
    background:url('../img/ico_qmenu01.png') center no-repeat;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qmenu02.png') center no-repeat;
}
.ico_qmenu.img03 {
    background:url('../img/ico_qmenu03.png') center no-repeat;
}
.ico_qmenu.img04 {
    background:url('../img/ico_qmenu04.png') center no-repeat;
}
.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}


/* 두드림에듀소개 */
.dde_info {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.dde_info > li {
    width: calc(33% - 20px);
}
.dde_info_img {
    width: 100%;
    aspect-ratio: 1/.85;
}

.dde_info_img.img01 {
    background:url('../img/dde_info_img01.png') center no-repeat;
    background-size:cover;
}
.dde_info_img.img02 {
    background:url('../img/dde_info_img02.png') center no-repeat;
    background-size:cover;
}
.dde_info_img.img03 {
    background:url('../img/dde_info_img03.png') center no-repeat;
    background-size:cover;
}
.dde_info > li > h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.dde_info > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
    word-break: keep-all;
    line-height: 26px;
}


.dde_sequence {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
/* 두드림에듀소개-- */
.dde_sequence > li {
    width: calc(20% - 20px);
    border:1px solid #ddd;
    border-radius: 10px;
    padding:26px 10px;
    text-align: center;
}
.ico_sequence {
    width: 60px;
    height: 60px;
    background:#ddd;
    margin:0 auto;
}
.ico_sequence.img01 {
    background:url('../img/ico_sequence01.png') center no-repeat;
    background-size:contain;
}
.ico_sequence.img02 {
    background:url('../img/ico_sequence02.png') center no-repeat;
    background-size:contain;
}
.ico_sequence.img03 {
    background:url('../img/ico_sequence03.png') center no-repeat;
    background-size:contain;
}
.ico_sequence.img04 {
    background:url('../img/ico_sequence04.png') center no-repeat;
    background-size:contain;
}
.ico_sequence.img05 {
    background:url('../img/ico_sequence05.png') center no-repeat;
    background-size:contain;
}
.dde_sequence > li > h3 {
    font-size: 16px;
    margin-top: 22px;
}
.dde_sequence > li > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}
.dde_sequence > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 12px;
    line-height: 24px;
}


/* 서브페이지 */
.scon_img {
    width: 100%;
    aspect-ratio: 1/.2812;
    background:#ddd;
    margin-top: 100px;
    border-radius: 10px;
}
.scon_img.img01 {
    background:url('../img/scon_img01.png') center no-repeat;
    background-size:cover;
}
.scon_img.img02 {
    background:url('../img/scon_img02.png') center no-repeat;
    background-size:cover;
}
.scon_img.img03 {
    background:url('../img/scon_img03.png') center no-repeat;
    background-size:cover;
}
.scon_img.img04 {
    background:url('../img/scon_img04.png') center no-repeat;
    background-size:cover;
}
.scon_img.img05 {
    background:url('../img/scon_img05.png') center no-repeat;
    background-size:cover;
}
.scon_img.img06 {
    background:url('../img/scon_img06.png') center no-repeat;
    background-size:cover;
}
.scon_img.img07 {
    background:url('../img/scon_img07.png') center no-repeat;
    background-size:cover;
}
.scon_img.img08 {
    background:url('../img/scon_img08.png') center no-repeat;
    background-size:cover;
}
.scon_img.img09 {
    background:url('../img/scon_img09.png') center no-repeat;
    background-size:cover;
}

.scon_tit2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px;
    color:#666;
}
.scon_tit3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 40px;
}

.scon_tit4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 40px;
    padding-left: 10px;
}
.scon_list {
    list-style: none;
    padding-left: 10px;
    word-break: keep-all;
}
.scon_list > li {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-bottom: 12px;
    line-height: 26px;
}

.scon_tit {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 12px;
    margin-top: 60px;
}

.scon_tit:after {
    content:"";
    width: 4px;
    height: 26px;
    background:#0D3F67;
    position: absolute;
    top: 0;
    left: 0;
}

.scon_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 26px;
    padding-left: 10px; 
    word-break: keep-all;
}
.scon_desc.type2 {
    line-height: 33px;
}
.scon_desc > span {
    font-size: 19px;
    font-weight: 700;
    color:#000;
}
.scon_price {
    font-size: 18px;
    font-weight: 400;
    color:#2196F3;
    margin-top: 20px;
}

.documents {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}
.documents > li {
    border:1px solid #ddd;
    border-radius: 10px;;
    width: calc(25% - 20px);
    padding:40px 16px;
    text-align: center;
}
.ico_doc {
    width: 80px;
    height: 80px;
    background:red;
    margin:0 auto;
}
.ico_doc.img01 {
    background:url('../img/ico_doc01.png') center no-repeat;
    background-size:contain;
}
.ico_doc.img02 {
    background:url('../img/ico_doc02.png') center no-repeat;
    background-size:contain;
}
.ico_doc.img03 {
    background:url('../img/ico_doc03.png') center no-repeat;
    background-size:contain;
}
.ico_doc.img04 {
    background:url('../img/ico_doc04.png') center no-repeat;
    background-size:contain;
}
.documents > li > h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 18px;
}
.documents > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 14px;
    word-break: keep-all;
}

.highschool {
    max-width: 860px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;

}
.highschool > li {
    width: calc(33% - 20px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    border:1px solid #ddd;
    text-align: center;
    padding:60px;
}
.ico_high {
    width: 80px;
    height: 80px;
    background:red;
    margin:0 auto;
}
.ico_high.img01 {
    background:url('../img/ico_high01.png') center no-repeat;
    background-size:contain;
}
.ico_high.img02 {
    background:url('../img/ico_high02.png') center no-repeat;
    background-size:contain;
}
.ico_high.img03 {
    background:url('../img/ico_high03.png') center no-repeat;
    background-size:contain;
}
.highschool > li > p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    word-break: keep-all;
}

.reco_list {
    display: flex;
    
    margin-top: 40px;
    flex-wrap: wrap;
}
.reco_list > li {
    width: calc(25% - 20px);
    margin-bottom: 40px;
    margin-right: 20px;
}
.reco_list > li:nth-child(4n) {
    margin-right: 0;
}
.reco_list > li > .reco_school {
    width: 100%;
    aspect-ratio: 1/.31;
}
.reco_school.img01 {
    background:url('../img/reco_school01.png') center no-repeat;
    background-size:contain;
}
.reco_school.img02 {
    background:url('../img/reco_school02.png') center no-repeat;
    background-size:contain;
}
.reco_school.img03 {
    background:url('../img/reco_school03.png') center no-repeat;
    background-size:contain;
}
.reco_school.img04 {
    background:url('../img/reco_school04.png') center no-repeat;
    background-size:contain;
}
.reco_school.img05 {
    background:url('../img/reco_school05.png') center no-repeat;
    background-size:contain;
}
.reco_school.img06 {
    background:url('../img/reco_school06.png') center no-repeat;
    background-size:contain;
}
.reco_school.img07 {
    background:url('../img/reco_school07.png') center no-repeat;
    background-size:contain;
}
.reco_school.img08 {
    background:url('../img/reco_school08.png') center no-repeat;
    background-size:contain;
}
.reco_school.img09 {
    background:url('../img/reco_school09.png') center no-repeat;
    background-size:contain;
}
.reco_school.img10 {
    background:url('../img/reco_school10.png') center no-repeat;
    background-size:contain;
}
.reco_school.img11 {
    background:url('../img/reco_school11.png') center no-repeat;
    background-size:contain;
}
.reco_school.img12 {
    background:url('../img/reco_school12.png') center no-repeat;
    background-size:contain;
}
.reco_school.img13 {
    background:url('../img/reco_school13.png') center no-repeat;
    background-size:contain;
}
.reco_school.img14 {
    background:url('../img/reco_school14.png') center no-repeat;
    background-size:contain;
}
.reco_school.img15 {
    background:url('../img/reco_school15.png') center no-repeat;
    background-size:contain;
}
.reco_school.img16 {
    background:url('../img/reco_school16.png') center no-repeat;
    background-size:contain;
}
.reco_school.img17 {
    background:url('../img/reco_school17.png') center no-repeat;
    background-size:contain;
}
.reco_school.img18 {
    background:url('../img/reco_school18.png') center no-repeat;
    background-size:contain;
}
.reco_school.img19 {
    background:url('../img/reco_school19.png') center no-repeat;
    background-size:contain;
}
.reco_school.img20 {
    background:url('../img/reco_school20.png') center no-repeat;
    background-size:contain;
}
.reco_school.img21 {
    background:url('../img/reco_school21.png') center no-repeat;
    background-size:contain;
}
.reco_school.img22 {
    background:url('../img/reco_school22.png') center no-repeat;
    background-size:contain;
}
.reco_school.img23 {
    background:url('../img/reco_school23.png') center no-repeat;
    background-size:contain;
}
.reco_school.img24 {
    background:url('../img/reco_school24.png') center no-repeat;
    background-size:contain;
}
.reco_school.img25 {
    background:url('../img/reco_school25.png') center no-repeat;
    background-size:contain;
}
.reco_school.img26 {
    background:url('../img/reco_school26.png') center no-repeat;
    background-size:contain;
}
.reco_school.img27 {
    background:url('../img/reco_school27.png') center no-repeat;
    background-size:contain;
}
.reco_school.img28 {
    background:url('../img/reco_school28.png') center no-repeat;
    background-size:contain;
}
.reco_school.img29 {
    background:url('../img/reco_school29.png') center no-repeat;
    background-size:contain;
}
.reco_school.img30 {
    background:url('../img/reco_school30.png') center no-repeat;
    background-size:contain;
}
.reco_school.img31 {
    background:url('../img/reco_school31.png') center no-repeat;
    background-size:contain;
}
.reco_school.img32 {
    background:url('../img/reco_school32.png') center no-repeat;
    background-size:contain;
}
.reco_school.img33 {
    background:url('../img/reco_school33.png') center no-repeat;
    background-size:contain;
}
.reco_school.img34 {
    background:url('../img/reco_school34.png') center no-repeat;
    background-size:contain;
}
.reco_school.img35 {
    background:url('../img/reco_school35.png') center no-repeat;
    background-size:contain;
}
.reco_school.img37 {
    background:url('../img/reco_school37.png') center no-repeat;
    background-size:contain;
}
.reco_school.img38 {
    background:url('../img/reco_school38.png') center no-repeat;
    background-size:contain;
}
.reco_school.img39 {
    background:url('../img/reco_school39.png') center no-repeat;
    background-size:contain;
}
.reco_school.img40 {
    background:url('../img/reco_school40.png') center no-repeat;
    background-size:contain;
}
.reco_school.img41 {
    background:url('../img/reco_school41.png') center no-repeat;
    background-size:contain;
}
.reco_school.img42 {
    background:url('../img/reco_school42.png') center no-repeat;
    background-size:contain;
}
.reco_school.img43 {
    background:url('../img/reco_school43.png') center no-repeat;
    background-size:contain;
}
.reco_school.img44 {
    background:url('../img/reco_school44.png') center no-repeat;
    background-size:contain;
}
.reco_school.img45 {
    background:url('../img/reco_school45.png') center no-repeat;
    background-size:contain;
}
.reco_school.img46 {
    background:url('../img/reco_school46.png') center no-repeat;
    background-size:contain;
}
.reco_school.img47 {
    background:url('../img/reco_school47.png') center no-repeat;
    background-size:contain;
}
.reco_school.img48 {
    background:url('../img/reco_school48.png') center no-repeat;
    background-size:contain;
}
.reco_school.img48 {
    background:url('../img/reco_school48.png') center no-repeat;
    background-size:contain;
}
.reco_school.img49 {
    background:url('../img/reco_school49.png') center no-repeat;
    background-size:contain;
}
.reco_school.img50 {
    background:url('../img/reco_school50.png') center no-repeat;
    background-size:contain;
}
.reco_school.img51 {
    background:url('../img/reco_school51.png') center no-repeat;
    background-size:contain;
}
.reco_school.img52 {
    background:url('../img/reco_school52.png') center no-repeat;
    background-size:contain;
}
.reco_school.img53 {
    background:url('../img/reco_school53.png') center no-repeat;
    background-size:contain;
}
.reco_school.img54 {
    background:url('../img/reco_school54.png') center no-repeat;
    background-size:contain;
}
.reco_school.img55 {
    background:url('../img/reco_school55.png') center no-repeat;
    background-size:contain;
}
.reco_school.img56 {
    background:url('../img/reco_school56.png') center no-repeat;
    background-size:contain;
}
.reco_school.img57 {
    background:url('../img/reco_school57.png') center no-repeat;
    background-size:contain;
}
.reco_school.img58 {
    background:url('../img/reco_school58.png') center no-repeat;
    background-size:contain;
}
.reco_school.img59 {
    background:url('../img/reco_school59.png') center no-repeat;
    background-size:contain;
}
.reco_school.img60 {
    background:url('../img/reco_school60.png') center no-repeat;
    background-size:contain;
}
.reco_school.img61 {
    background:url('../img/reco_school61.png') center no-repeat;
    background-size:contain;
}
.reco_school.img62 {
    background:url('../img/reco_school62.png') center no-repeat;
    background-size:contain;
}
.reco_school.img63 {
    background:url('../img/reco_school63.png') center no-repeat;
    background-size:contain;
}

.reco_school > a {
    display: block;
    width: 100%;
    height: 100%;
}
.reco_list > li > p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    text-align: center;
}

.school {
    width: 100%;
    border:1px solid #ddd;
    border-collapse: collapse;
    margin-top: 60px;
}

.school th {
    font-size: 20px;
    font-weight: 700;
    padding:14px;
    border:1px solid #ddd;
    background: #0D3F67;
    color:#fff;
}
.school tr {
    
}
.school td {
    padding:14px;
    border:1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    text-align: center;
}

.talk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.talk > li {
    width: calc(33% - 20px);
    text-align: center;
    border:1px solid #ddd;
    border-radius: 10px;
    padding:30px;
    margin-bottom: 40px;
}
.btn_talk {
    width: 200px;
    height: 40px;
    background:#0D3F67;
    margin-bottom: 20px;

}
.btn_talk > a {
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 300;
}
.ico_talk {
    width: 60px;
    height: 60px;
    background:red;
    margin:0 auto;
}
.ico_talk.img01 {
    background:url('../img/ico_talk01.png') center no-repeat;
    background-size:contain;
}
.ico_talk.img02 {
    background:url('../img/ico_talk02.png') center no-repeat;
    background-size:contain;
}
.ico_talk.img03 {
    background:url('../img/ico_talk03.png') center no-repeat;
    background-size:contain;
}
.ico_talk.img04 {
    background:url('../img/ico_talk04.png') center no-repeat;
    background-size:contain;
}
.ico_talk.img05 {
    background:url('../img/ico_talk05.png') center no-repeat;
    background-size:contain;
}
.ico_talk.img06 {
    background:url('../img/ico_talk06.png') center no-repeat;
    background-size:contain;
}
.talk > li > h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 22px;
}
.talk > li > p {
    font-size: 16px;
    color:#666;
    line-height: 24px;
    width: 90%;
    margin-top: 14px;
    word-break: keep-all;
}

.video_edu {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.video_edu > li {
    width: calc(25% - 20px);
    border:1px solid #ddd;
    aspect-ratio: 1/1;
    border-radius: 50%;
    text-align: center;
    padding: 70px;
}
.ico_edu {
    width: 60px;
    height: 60px;
    background:red;
    margin:0 auto;
}
.ico_edu.img01 {
    background:url('../img/ico_edu01.png') center no-repeat;
    background-size:contain;
}
.ico_edu.img02 {
    background:url('../img/ico_edu02.png') center no-repeat;
    background-size:contain;
}
.ico_edu.img03 {
    background:url('../img/ico_edu03.png') center no-repeat;
    background-size:contain;
}
.ico_edu.img04 {
    background:url('../img/ico_edu04.png') center no-repeat;
    background-size:contain;
}
.video_edu > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
}
.video_edu > li > h2 {
    font-size: 18px;
    font-size: 20px;
    margin-top: 12px;
}
/* 서브페이지-- */

.m_qmenu {
    display: none;
}


.national_wrap {
    margin-top: 60px;
}
.natioanl_img_wrap {
    display: flex;
    justify-content: space-between;
}
.n_img {
    width: calc(50% - 20px);
    aspect-ratio: 1/.548;
    background:#ddd;
    border-radius: 10px;
}

.n_tit {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 70px;
    margin-top: 60px;
}

.n_tit.img01:after {
    content:"";
    width: 55px;
    height: 29px;
    background:url('../img/n_tit01.png') center no-repeat;
    background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
}
.n_tit.img02:after {
    content:"";
    width: 55px;
    height: 29px;
    background:url('../img/n_tit02.png') center no-repeat;
    background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
}
.n_tit.img03:after {
    content:"";
    width: 55px;
    height: 29px;
    background:url('../img/n_tit03.png') center no-repeat;
    background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
}
.n_tit.img04:after {
    content:"";
    width: 55px;
    height: 29px;
    background:url('../img/n_tit04.png') center no-repeat;
    background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
}
.n_tit.img05:after {
    content:"";
    width: 55px;
    height: 29px;
    background:url('../img/n_tit05.png') center no-repeat;
    background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
}

.n_img.img01 {
    background:url('../img/n_img01.png') center no-repeat;
    background-size:cover;
}
.n_img.img02 {
    background:url('../img/n_img02.png') center no-repeat;
    background-size:cover;
}
.n_img.img03 {
    background:url('../img/n_img03.png') center no-repeat;
    background-size:cover;
}
.n_img.img04 {
    background:url('../img/n_img04.png') center no-repeat;
    background-size:cover;
}
.n_img.img05 {
    background:url('../img/n_img05.png') center no-repeat;
    background-size:cover;
}
.n_img.img06 {
    background:url('../img/n_img06.png') center no-repeat;
    background-size:cover;
}
.n_img.img07 {
    background:url('../img/n_img07.png') center no-repeat;
    background-size:cover;
}
.n_img.img08 {
    background:url('../img/n_img08.png') center no-repeat;
    background-size:cover;
}
.n_img.img09 {
    background:url('../img/n_img09.png') center no-repeat;
    background-size:cover;
}
.n_img.img10 {
    background:url('../img/n_img10.png') center no-repeat;
    background-size:cover;
}

.n_img.img11 {
    background:url('../img/n_img11.png') center no-repeat;
    background-size:cover;
}

.n_img.img12 {
    background:url('../img/n_img12.png') center no-repeat;
    background-size:cover;
}

.btn_wrap {}
.btn_wrap > ul {
    width: 80%;
    margin:60px auto 0;
    display: flex;
    justify-content: center;
    
}
.btn_wrap > ul > li {
    width: 20%;
    height: 50px;
    border:1px solid #ddd;
}

.btn_wrap > ul > li.active {
    background:#000;
}

.btn_wrap > ul > li.active > a {
    color:#fff;
}

.btn_wrap > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;

}