.m_hide {
  display: none;
}

.inner {
  width: 100%;
  padding:0 20px;
}
.br_pc {
    display: none;
}
.br_m {
    display: block;
}
.pc_br {
  display: none;
}
.m_br {
  display: block;
}
.cebu_img_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.img_cebu {
    width: calc(33.33% - 5px);
    aspect-ratio: 1/.75;
    background:#ddd;
    border-radius: 10px;
}

.tit {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
}
.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 14px;
    text-align: center;
    line-height: 26px;
    word-break: keep-all;
}
.head_wrap {
  background: #fff;
  height: 60px;
}

.head_wrap > .logo {
  left: 20px;
  color:#222;
}

.member_ico_wrap > ul {
  display:flex;
  justify-content:space-between;
  margin:20px 5%;
}

nav {
  display: none;
}

.head_wrap > .m_nav_btn {
  right: 20px;
  background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}

.snb_wrap {
  display: none;
}

.slide_text_wrap {
  width: 100%;
}

.slide_text_wrap p {
  font-size: 18px;
  font-weight: 300;
  color:#fff;
  letter-spacing: -0.2px;
}

.swiper-button-next,
.swiper-button-prev {
  display: none!important;
}

.m_nav_wrap {
   display: none;
   position: fixed;
   top: 0;
   right: 0;
   width: 90%;
   height: 100%;
   background:#fff;
   border-left:1px solid #ddd;
   z-index: 9999;
}

.swiper.mySwiper.gofair_slide > .swiper-wrapper > .swiper-slide {
  display: block;
  background:#fff;
}




/* ---------------------------------------business_wrap----------------------- */
.business_wrap{
  padding:50px 0;
}

.main_tit {
  font-size: 25px;
}

.main_subtit {
  font-size: 15px;
}

.business_list {
  margin-top: 50px;
  display:block;
}

.business_list > li {
  width: 100%;
  height: auto;
  background:#fff;
  padding:30px 0;
  margin-bottom: 20px;
}

.business_ico {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.business_ico.ico1 {
  background-size:contain;
}

.business_ico.ico2 {
  background-size:contain;
}

.business_ico.ico3 {
  background-size:contain;
}



.business_list_tit {
  font-family: 'roboto',sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 18px;
  text-transform: uppercase;
}

.business_list_desc {
  font-size: 15px;
}


/* ---------------------------product_wrap----------------------------------- */
.product_wrap {
  padding:50px 0;
}



.product_box_wrap {
  height: auto;
  margin-top: 50px;
}


.product_box {
  display: block;
  height: 350px;
  margin-bottom: 20px;
  position: relative;
}

.product_box_text_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  color:#fff;
  letter-spacing: -0.2px;
  text-align: center;
  padding:0 20px;
  word-break: keep-all;
}


.product_box_text_wrap > h4 {
  margin-top: 0;
  font-size: 15px;
}

.product_box_text_wrap > h2 {
  font-size: 30px;
  word-break: keep-all;
}

.product_box_text_wrap > p {
  width: 100%;
  font-size: 15px;
}

.product_list {
  display: none;
}


/* --------------------------------recruit_wrap--------------------------------- */

.recruit_wrap {
  background:url('../img/recruit_wrap_bg.png') center;
  text-align: center;
}

.recruit_wrap > .inner > h4 {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 146px;
}

.recruit_wrap > .inner > h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 9px;
  word-break: keep-all;
}

.btn_recruit {
  width: 193px;
  height: 50px;
  background:#fff;

  margin: 76px auto;;

}
.btn_recruit > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color:#222;
  font-size: 15px;
  font-weight: 300;
  transition: .4s;
  border:1px solid #fff;
}



/* ---------------------------footer------------------------------ */

footer {
  padding:30px 0 110px 0;
  border-top:1px solid #ddd;
}

footer > .inner {
  display: block;
}

footer .logo {
  display: none;
}

.addr {
  margin-left: 0px;
}

.addr > p {
  font-size: 15px;
  font-weight: 300;
}

.addr > span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
}


/* ------------------------------about_us---------------------------------- */

.about_us_wrap {
  display: block;
}

.about_img {
  width: 100%;
  height: 300px;
  background:url('../img/about_img.png') center no-repeat;
  background-size:contain;
}

.about_txt {
  margin-left: 0px;
  margin-top: 20px;
  width: 100%;
  letter-spacing: -0.2px;
  word-break: keep-all;
}

.about_txt > h2 {
  font-size: 25px;
  font-weight: 700;
}

.about_txt > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 27px;
}

.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: auto;
}
.map_info {
    width: 90%;
    margin:40px auto 0;
    position: static;    
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9999;
}
.map_info > li {
    width: 100%;
    height: auto;
    aspect-ratio: 1/.8;
    margin-right: 0px;
    background:#f9f9f9;
    text-align: center;
    border:1px solid #ddd;
    margin-bottom: 40px;
}
.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;
}


/* intro_wrap */
.intro_wrap {
    max-width: 100%;
    margin:0 auto;
    text-align: center;
    padding:60px 10px;
}
.intro_wrap > h2 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.intro_wrap > p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
    color:#666;
    font-weight: 300;
    word-break: keep-all;
}

/* intro_wrap-- */


/*--------------------------------sub_page------------------------*/
.sub_top {
    height: 300px;
    position: relative;
    background-size:contain;
  }
  
  .sub_top_txt_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    text-transform: uppercase;
  }
  
  .sub_top_txt_wrap > h2 {
    font-size: 24px;
    font-weight: 700;
    color:#fff;
    animation: text-up 1s .2s both;
  }
  
  .sub_top_txt_wrap > p {
    font-size: 16px;
    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 {
    display: none;
    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:#69C14D;
    color:#fff;
  }
  



/* 사업소개 */
.sub_busi_wrap {}
.sub_busi {

}
.sub_busi > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 60px;
}
.sub_busi > li.sec {
    flex-direction: column;
}
.busi_img {
    width: 100%;
    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: 100%;
}
.busi_info > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.busi_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 28px;
    margin-top: 18px;
}
/* 사업소개-- */




/* 매물소개 */
.product_wrap {
    padding-top: 0;
    margin-top: 0;
}
.product_wrap > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 60px;
}
.pro_tit {
    margin-right: 0px;
}
.pro_tit > h2 {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}
.pro_tit > h3 {
    display: inline-block;
    font-size: 60px;
    font-weight: 900;
    color:#8BB27F
}
.pro_cont {
    margin-top: 20px;
}
.pro_img {
    width: 100%;
    aspect-ratio: 1/.459;
    background:#ddd;
}
.pro_img.img01 {
    background:url('../img/pro_img01.png') center no-repeat;
    background-size:contain;
}
.pro_img.img02 {
    background:url('../img/pro_img02.png') center no-repeat;
    background-size:contain;
}
.pro_img.img03 {
    background:url('../img/pro_img03.png') center no-repeat;
    background-size:contain;
}
.pro_img.img04 {
    background:url('../img/pro_img04.png') center no-repeat;
    background-size:contain;
}
.pro_cont > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
}
.pro_cont > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
    word-break: keep-all;
}

.merit_wrap {
    padding: 0px 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: 100%;
    padding:20px;
    margin-bottom: 40px;
    color:#ffffff;
}
.merit > li > h3 {
    font-size: 18px;
}
.merit > li > h4 {
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.merit > li > h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 12px;
}
.merit > li > p {
    font-size: 16px;
    margin-top: 70px;
    color:#fff;
    word-break: keep-all;
}
/* 매물소개-- */





/* 입단 및 무료체험문의 */

.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:10px;
}
.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: 16px;
    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: 100%;
    margin: 80px auto 0;
    border:1px solid #ddd;
    padding:20px 10px;
}

.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: 'Noto Sans KR', 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: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 16px;
}



.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 80px;
    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;
    flex-wrap: wrap;
}
.dde_info > li {
    width: 100%;
    margin-bottom: 20px;
}
.dde_info_img {
    width: 100%;
    aspect-ratio: 1/.85;
}

.dde_info > li > h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
.dde_info > li > p {
    font-size: 16px;
    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;
    flex-wrap: wrap;
}
/* 두드림에듀소개-- */
.dde_sequence > li {
    width: 100%;
    border:1px solid #ddd;
    border-radius: 10px;
    padding:26px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.ico_sequence {
    width: 60px;
    height: 60px;
    background:#ddd;
    margin:0 auto;
}

.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 {
    width: 90%;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin:12px auto 0;
    line-height: 24px;
    word-break: keep-all;
}


.scon_tit2 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
    color:#666;
    word-break: keep-all;
}
.scon_tit3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 40px;
    word-break: keep-all;
}

.scon_tit4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 40px;
    word-break: keep-all;
}

.scon_list > li {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-bottom: 12px;
    line-height: 24px;
    word-break: keep-all;

}


.scon_tit {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-left: 12px;
    margin-top: 60px;
}


.scon_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 26px;
    word-break: keep-all;
}

.scon_price {
    font-size: 16px;
    font-weight: 400;
    color:#2196F3;
    margin-top: 20px;
    word-break: keep-all;
}


.documents {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.documents > li {
    border:1px solid #ddd;
    border-radius: 10px;;
    width: 100%;
    padding:40px 16px;
    text-align: center;
    margin-bottom: 20px;
}
.ico_doc {
    width: 80px;
    height: 80px;
    background:red;
    margin:0 auto;
}



.highschool {
    max-width: 860px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 0;

}
.highschool > li {
    width: 80%;

    aspect-ratio: 1/1;
    border-radius: 50%;
    border:1px solid #ddd;
    text-align: center;
    margin:0 auto 20px;
    padding:60px;
}
.ico_high {
    width: 50px;
    height: 50px;
    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(50% - 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_list > li > p {
    margin-top: 12px;
    font-size: 14px;
    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: 18px;
    font-weight: 700;
    padding:14px;
    border:1px solid #ddd;
    background: #0D3F67;
    color:#fff;
}
.school tr {
    
}
.school td {
    width: 50%;
    padding:14px;
    border:1px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    text-align: center;
}



.talk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.talk > li {
    width: 100%;
    text-align: center;
    border:1px solid #ddd;
    border-radius: 10px;
    padding:30px;
    margin-bottom: 40px;
}
.ico_talk {
    width: 60px;
    height: 60px;
    background:red;
    margin:0 auto;
}

.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;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.video_edu > li {
    width: 80%;
    border:1px solid #ddd;
    aspect-ratio: 1/1;
    border-radius: 50%;
    text-align: center;
    padding: 50px;
    margin:0 auto 20px;
}
.ico_edu {
    width: 60px;
    height: 60px;
    background:red;
    margin:0 auto;
}

.video_edu > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
}
.video_edu > li > h2 {
    font-size: 16px;
    font-size: 20px;
    margin-top: 12px;
}

.m_qmenu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background:#0D3F67;
    z-index: 9999;
}
.m_qmenu > li {
    width: 25%;
    padding:10px;
    position: relative;
}
.m_qmenu > li:After {
    content:"";
    width: 1px;
    height: 15px;
    background:#fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.m_qmenu > li:first-child::after {
    display: none;
}
.m_qmenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.m_qmenu > li > a > .ico_mqmenu {
    width: 40%;
    aspect-ratio: 1/1;
    margin:0 auto;
}
.ico_mqmenu.img01 {
    background:url('../img/ico_mqmenu01.png') center no-repeat;
    background-size:contain;
}
.ico_mqmenu.img02 {
    background:url('../img/ico_mqmenu02.png') center no-repeat;
    background-size:contain;
}
.ico_mqmenu.img03 {
    background:url('../img/ico_mqmenu03.png') center no-repeat;
    background-size:contain;
}
.ico_mqmenu.img04 {
    background:url('../img/ico_mqmenu04.png') center no-repeat;
    background-size:contain;
}
.m_qmenu > li > a > p {
    text-align: center;
    margin-top: 10px;
    color:#fff;
    font-size: 14px;
}