@charset "utf-8";
/* 공통CSS */
html, body,a, * { margin:0; padding:0; font-family:'NotoSansKR',  'campton', 'Apple SD Gothic Neo', NanumBarunGothic, '나눔바른고딕', Malgun Gothic, '맑은 고딕', dotum, sans-serif; line-height:1.65em; font-size: 14px; }
html { -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
body{overflow-x: hidden;}
img { border:0; -ms-interpolation-mode:bicubic; }
a{text-decoration: none; color:#81d8d0;}
ul li {list-style: none;}
#mainImg{width:100%;}
#topbar{width:100%; height:10px;background-color: #81d8d0;}/**민트 81d8d0 a5c4b4 9ec5c9 B2FFFF  초코 2a1a1a 392424**/ 
#topconts{width:100%; height:100px;background-color: #392424;}

.ftComm{font-family: 'MS Gothic';   transform: rotate(180deg);}
#toptitle{
    width:500px; 
    float: left;
    padding-top: 15px;
}

.imglogo{
  height:70px;
  padding-left:70px;
}

.txtlogo{ 
  height:30px;
  padding: 0px;
}

.ilogo{display: inline-block;}
.tlogo{
  display: inline-block;

}


.RBlank{display: inline-block;color:#fff}
#topmenu{display: inline-block; float:none;}
#topjoin{ 
    float: right; 
    color:#fff;
    font-size: 12px;
    padding: 10px 100px 0 0; 
}

#topjoin a{
    color:#fff;
    font-size: 12px;
}
.tm, .tm a{
  color:#81d8d0; 
  width:200px;
  display: inline-block;
  cursor: pointer;
  text-align: -webkit-center;
  padding:10px 0;} 

 
.topblank{height:40px;}
 

.dropdown .dropbtn {
  border: none;
  outline: none;
  color:#81d8d0;
  font-family:NotoSans-Black;
  width:200px;
  background-color: inherit; 
  padding:0px;
  margin:0px;  

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #392424;
  min-width:200px;
  z-index: 1;
  padding-top: 28px;
  border: 1px solid;
  border-color: #392424;
}

.dropdown-content a {
  float: none;
  color:#81d8d0; 
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border: 1px solid;
  border-color: #392424;
}


.dropdown-content a:hover {
  background-color: #81d8d0;
  color: #392424;
  font-weight: 600;
  border: 1px solid;
  border-color: #392424;
}


.dropdown:hover .dropdown-content {
  display: block;
}


.icon {
  display: none ; 

}

   
  /**scroll layer**/
  aside{
    display: block; 
    text-align: -webkit-center;
  }

  #quick{
    position: fixed;
    top:40%;
    right:10px;
    width:200px; 
    z-index: 10; 
    text-align: -webkit-center; 
    border:5px solid #392424; 
    background-color: #392424;
    border-radius: 5%;
  } 

 .qkakao{ 
  /**  border:5px solid #81d8d0;**/
    width:100%;
    height: 100%;
    padding:15px 0;
    background-color: #fae100;
    border-radius: 5%;

 }
  .imgkakao{
    width:65px; 
    text-align: right;
  }

  .qcall{
    background-color: #392424;
    color:#81d8d0;
  }
  #quicktop{
    position: fixed;
    bottom:50px;
    right:10px;
    font-weight: 600;
    color:#81d8d0; 
    padding:20px 0; 
    margin-top: 20px;
    background-color: #392424;
    border-radius: 50%;
    width:80px;  
    text-align: -webkit-center; 
  }
  /** //scroll layer **/

  /** mainbanner start **/

  .imgmb{   
   
    height: 600px;
  }

 .mbconts{ 
  width: 100%;
  background-color: #fff;
  text-align: -webkit-center;
  vertical-align: middle;
 } 

 .mbtxt1{
  position:absolute;
  top:200px;
  left:-300px;
 }

 
 .mbtxt2{
  position:absolute;
  top:320px;
  left:-500px;
 }

 .mbtxt3{
  position:absolute;
  top:550px;
  right:-300px;
 }

 #mbtxt1 {
  top:200px;
  position: absolute;
  animation-name: mbt1;
  animation-duration: 2s;    
  animation-fill-mode: forwards;
}

@keyframes mbt1 {
  from   { left:-300px; }
  to  { left:200px; } 
}

#mbtxt2 {
  top:320px;
  position: absolute;
  animation-name: mbt2;
  animation-duration: 2s;    
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes mbt2 {
  from   { left:-500px; }
  to  { left:400px; } 
}

#mbtxt3 {
  top:550px;
  position: absolute;
  animation-name: mbt3;
  animation-duration: 2s;  
  animation-delay: 2s; 
  animation-fill-mode: forwards;
}

@keyframes mbt3 {
  from   { right:-300px; }
  to  { right:400px; } 
}

.mbbg{background-color:#81d8d0; height:600px;padding:5px 0;}

/** //mainbanner end **/

/** maincontents start **/
.mainConts{
    padding:50px 0;
    text-align:-webkit-center;

}
.mcbg{background-color:#392424;}
#mconts{
  height:600px; 
  max-width:100%; 
  text-align: -webkit-center;
  color:#81d8d0; 
}

#mc1{
  height:300px;
  width:400px;
  display: inline-block; 
  border:10px solid #392424;
  margin:50px 0px;
  font-size: 20px;  
  color:#81d8d0; 
  background-image: url("../image/mc_dc.png");
}
#mc2{
  height:300px;
  width:400px;
  display: inline-block;
  background-color:#fff;
  border:10px solid #392424;
  margin:50px 0px;
  background-image: url("../image/mc_bc.png");
}
#mc3{
  height:300px;
  width:400px;
  display: inline-block;
  background-color:black;
  border:10px solid #392424;
  margin:50px 0px;
  background-image: url("../image/mc_sl.png");
}


#mc1:hover , .mcactive{
  background-image: url("../image/mc_dc_a.png");
  background-color: #fff;
  color: #392424;
  border:10px solid #81d8d0;
}

#mc2:hover{
  background-image: url("../image/mc_bc_a.png");
  background-color: #fff;
  color: #392424;
  border:10px solid #81d8d0;
}

#mc3:hover{
    background-image: url("../image/mc_sl_a.png");
    background-color: #fff;
    color: #392424;
    border:10px solid #81d8d0;
  }

.imgmc{

  height:300px;
  background-color: #fff;
}
.mctitle{
    font-family: NotoSans-Black;
    font-size: 20px;
  color:#81d8d0; 
}

#mcmo{
    display: none;
}
#mccf{
    background-color: #81d8d0;
    padding:30px;
    color:#392424;
    max-width:1200px; 
    border:5px solid #fff;
}

#submccf{ 
    font-size: 20px;
    font-weight: 600; 
}
/** FOOTER **/

#footer{padding:10px 30px;}

/** about us **/
.aboubg{
  width:100%;
  height: 1500px;
  background-image: url("/image/aboutbg1.png");
  background-color: #212020;
  background-position: left top;
  background-repeat: no-repeat;
}

#abTitle{
    width:1024px;
    text-align: center;
}

.ablogoimg{
    float:left;
}

.abtxtlogo{ 
    height:30px;
    padding: 0px;
  }
.abTitleBox{ 
    float:right; 
}
 
.abtitle{margin-bottom: 16px;
    font-family: 'BigCaslon',-webkit-pictograph;
    font-size: 80px;
    font-weight: 500;
    line-height: 1.18;
    text-align: left;
    color:#fff;
     
}

.abtitleMint{margin-bottom: 0px;
    font-family: 'BigCaslon',-webkit-pictograph;
    font-size: 95px;
    font-weight: 500;
    line-height: 1.18;
    text-align: left;
    color:#81d8d0; 
}

.absubTitle{
    color:#fff;
    border-top:#fff solid 1px;
    border-bottom:#fff solid 1px;
    padding:10px;
    width:100px;
}

.abConts{
    text-align: center;
    max-width:1024px; 
    padding-top:400px; 
}

.abConts1{ 
    text-align: right;
    color:#fff; 
    font-size: 18px; 
    font-family: NotoSansKR-Light;
}

.ab3box{
    display: block;
    text-align: center;
    padding-top: 50px;
}

.ab3box_mo{
    display: none;
}
/** // about us**/

.imgkakaos{
    width:20px;
}

#bask_pc{ display: block;}
#bask_mo{ display: none;}

.ftcopy{
   padding:30px;
   font-size: 6px;
   text-align: right; 
}

.btngray{
    background-color: #303033;
    padding:10px;
    color:#fff; 
    text-align: center;
    height:25px; 
    vertical-align: -webkit-baseline-middle;
}
/** // FOOTER **/
/** join **/

.isjtitle{margin-bottom: 16px;
    font-family: 'BigCaslon',-webkit-pictograph;
    font-size: 87px;
    font-weight: 500;
    line-height: 1.18;
     
}

.cJoinBox{ 
    padding:20px;
    background-color: #fff;
    max-width:500px; 
    border: 1px solid #000; 
}

.tdT{      
    font-weight: 800;
    font-size: 20px;
    width:300px;
    border-bottom:1px solid #000;
    padding:10px;
    margin-bottom: 10px;
}

.tdC{
    padding:10px;
}



.btnSG {
    width:50px;
    padding:10px;
    background-color: #494b55;
    color: #fff;
    cursor: pointer;
}


.btnGSG {
    width:50px;
    padding:10px;
    background-color: #dcdcdc;
    color: #494b55;
    cursor: pointer;
}


.btnG {
    width:300px;
    padding:10px;
    background-color: #494b55;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.btnW {
    width:150px;
    padding:10px;
    background-color: #fff;
    color: #494b55;
    cursor: pointer;
    display: inline-block;
}

.btnLG {
    width:150px;
    padding:10px;
    background-color: #dcdcdc;
    color: #494b55;
    cursor: pointer;
    display: inline-block;
}

.cJoinBoxD{
    max-width : 600px;
    padding:20px;
    background-color: #fff; 
    border: 1px solid #000; 

}

.dUT{
    font-size:30px;
    font-weight: 800;
    padding-bottom: 20px;
}

.trD{
    text-align: left;
}
.tddT{
    display: inline-block;      
    font-weight: 800;
    font-size: 16px; 
    padding:10px; 
    width:150px;
    text-align: right;
    vertical-align: top;
}

.tddC{
    display: inline-block;
    padding:10px;
    
     }

.tddE{
    display: inline-block;
    width:10px;
     }

.trdesc{
    color:#a8a6a6;
    font-size: 12px;
    text-align: right;
}     
.trL{
   
    border-bottom:1px solid #000;
    margin-bottom: 10px;

}  

#popup_layer {
    position:fixed;top:0;left:0;z-index: 10000; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);text-align: left;
 } 
#pop_Userlayer {
    position:fixed;top:0;left:0;z-index: 10000; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);text-align: left;
 } 
 #country_layer {
    position:fixed;top:0;left:0;z-index: 10000; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);text-align: left;
 } 
/*팝업 박스*/
.popup_box{position: relative;top:50%;left:50%; width:550px;transform:translate(-50%, -50%);z-index:1002;box-sizing:border-box;background:#fff;box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);}
/*컨텐츠 영역*/
.popup_box .popup_cont {padding:50px;line-height:1.4rem;font-size:14px;word-break: break-word;}
.popup_box .popup_cont h2 {padding:15px 0;color:#333;margin:0;}
.popup_box .popup_cont p{ border-top: 1px solid #666;padding-top: 30px;}
/*버튼영역*/
.popup_box .popup_btn {display:table;table-layout: fixed;width:100%;height:70px;background:#5d5d5d;word-break: break-word;}
.popup_box .popup_btn a {position: relative; display: table-cell; height:70px; color:#fff; font-size:17px;text-align:center;vertical-align:middle;text-decoration:none; background:#102c5c;}
.popup_box .popup_btn a:before{content:'';display:block;position:absolute;top:26px;right:29px;width:1px;height:21px;background:#fff;-moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
.popup_box .popup_btn a:after{content:'';display:block;position:absolute;top:26px;right:29px;width:1px;height:21px;background:#fff;-moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.popup_box .popup_btn a.close_day {background:#5d5d5d;}
.popup_box .popup_btn a.close_day:before, .popup_box .popup_btn a.close_day:after{display:none;}
/*오버레이 뒷배경*/
.popup_overlay{position:fixed;top:0px;right:0;left:0;bottom:0;z-index:1001;;background:rgba(0,0,0,0.5);}   

/** // join **/

/**로그인**/
.idbox {
    padding:10px;
}
.txtidbox{
 padding:10px;
 width:300px;

}
/** //로그인**/
/** Edu Solution **/
.imglt{
    max-width:1024px;
}

.ltgrp{
    padding: 50px 30px 30px 30px;
    background-color: #fff;
    max-width:1024px;
} 

.dcbg{
    background-color: #fff;
} 

/**
.esDesc{
    display: inline-block;
    text-align: left;
    color:#81d8d0;

}**/

.esDesc{ 
    padding-top: 20px;
    text-align: left;
   }

.esDesc span{
    font-size: 16px;

}
.esTxt {
    padding: 10px 50px 10px 30px; 
    background-color: #4ca772;
    display: inline-block;
    color: #fff;
}
.dcTitle{ 
    border-top:#000 solid 1px;
    border-bottom:#000 solid 1px;
    padding:10px;
    width:100px;
    text-align: center;
}

.dcConts{
    text-align: center;
    max-width:1024px; 
    padding-top:100px; 
}

.dcConts1{
    text-align: left;
}

.dcSubT{
    padding:10px 10px 0 10px; 
    font-size: 16px;
}

.dcSubC{ 
    padding:30px;
    border:#81d8d0 solid 2px;
    background-color: #fff;
    border-radius: 5px;  
}

.dcSubC div{
    font-size: 18px;
    line-height:  1.18em;
}

.dcLine{
    color:#81d8d0;
    padding-left:40px;
    margin-bottom: -2px;
}
.dcGrp{ 
    padding-top:50px;
}

.bcTitle{ 
    border-top:#000 solid 1px;
    border-bottom:#000 solid 1px;
    padding:10px;
    width:130px;
}

.bcCon{
    display: inline-block;
    background-color:#d8d8d8 ;
    width:250px;
    height: 200px;
    font-size:20px;
    font-weight: 600;
   padding:30px 10px;
   margin: 10px;
   vertical-align: top;
}

.bcTit1{
    font-size: 20px;
    text-align: left;
}
/** INSTRUCTOR **/
.isbg{
    background-color: #d8d8d8;
    width:100%;
    height:100%;
} 

#isTitleBox{
    width:1024px;
    text-align: center;
}
 
.isFttitle{margin-bottom: 16px;
    font-family: 'BigCaslon',-webkit-pictograph;
    font-size: 87px;
    font-weight: 500;
    line-height: 1.18;
    text-align: left;
}

#islev1{
    display: inline-block;
    vertical-align: top;
}

#islev2, .isLinearrow {
    display: inline-block;
    padding-top: 50px;
    margin-left: 50px;
    vertical-align: -webkit-baseline-middle;
}

.isLinearrow_mo{display: none;}

.isSubTitle{
    width:300px;
    height:150px; 
    text-align: center; 
    font-size: 20px; 
    border-radius: 15px;
}

 

.isSubConts{
    border:#81d8d0 solid 1px;
    width:300px;
    height:150px;
    margin-left: 30px;
}
/**
  .isLinearrow{
    display: inline-block;
    margin: 50px;
}
**/
.isLine{ 
    display: inline-block;
    border:#81d8d0 solid 5px;
    width:100px;
    margin-left: 50px; 
    margin-top: 50px;  
}

.istxtboxTit{
    color:#4ca772;
    padding:10px;
    text-align:left;    
    font-size: 20px;
}
  

.istxtbox1{
    padding-top:30px;
    border-top:#000 solid 1px;
    border-bottom:#000 solid 1px;
    font-size: 20px;
    width:200px;
    height:130px;
    text-align: left; 
}

.istxtbox2{
    padding:40px 0;
    border-top:#000 solid 2px;
    border-bottom:#000 solid 2px;
    font-size: 20px;
    width:200px;
    height:100px;
    text-align: left;


}

#is2box1, #is2box2, #is2box3{ 
    display: inline-block;
    font-size: 20px;
}

#is2box2, #is2box3{
    padding-left:50px;
}

#is2box2_mo{
    display: none;
}
#is2box1{
    width:300px;
    height:200px; 
    border: #fff 2px solid;
    color:#fff;
    border-radius: 50%;
    padding-top:100px;
   
}

#is2box2{
    vertical-align: top;
    width:400px;
}

#is2box3{
    vertical-align: bottom;
}

.is2box3C{
    font-size: 20px;
    padding:30px;
    border-top: #212020 solid 2px;
    border-bottom: #212020 solid 2px;
}

.is2bg3{
    background-color: #4ca772;
    padding:10px;
    font-size: 18px;
    color: #fff;
}

.imgis2{
    width:200px;
}

.is2box2C{
    display: block;
}

.is2txt2C{
    font-size:20px;
}

.iscompany{
    background-image: "/image/acon_w1.png";
    font-size: 20px;
}
 
.imgislogo{
    width:40px;
}

.isKind{
    display: inline-block;
    width:300px;
    margin:30px;
    vertical-align: top;
}

.isKTitle{
    font-size: 20px; 
}

.isKBox{
     
    text-align: center;
}

.isKConts{
    margin-top:30px;
    padding:20px;
    background-color: #fff;
    font-size: 20px;
    font-weight:900;
    text-align: left;
    height:200px;
    vertical-align: top;
   border-top: #000 2px solid;
}

.ltcell{ 
    
    background-color: #392424;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding:20px 10px;
    font-weight: 800;
    margin-bottom:30px ;
}

.ltTxt{
   
    width:260px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    padding:30px 10px; 
    vertical-align: top;
    height: 60px;
}
.ltarrow{
    display: block;
    padding-top:70px;
}

.ltarrow_mo{
    display: none;
}


.ltrow{
    display: inline-block; 
    vertical-align: top;
    padding:5px;
}

.ltclass div{
    text-align: center;
}
.isSubPad20{ padding:20px;}
.isTPad100{ padding-top:100px;}
.isTPad30{ padding-top:30px;}

/** //INSTRUCTOR **/

/**process **/
.pcbox{
    display:inline-block;
    width:300px;
    vertical-align:top;
}

.pctitle{
    text-align:left;
    font-size:25px;
    font-weight:800;
    padding:20px;
}

.pcconts{
    padding:20px;
    height:300px;
    background-color:#fff;
    font-size:20px;
    font-weight:600; 
    text-align:left;
}

.pcline{
    display:inline-block;
    padding:80px;
}
/** //process **/

/**scm**/
.lmenubox{
    display: inline-block;
}

.mmenubox{
    display: inline-block;
}

.dispinb{display: inline-block;}

/** // scm **/
/** 모바일 mobile ==============================================================================================**/
@media screen and (max-width: 600px) {

      
    #toptitle{
        width:200px;  
        padding-top: 10px;
    }
 
    #topjoin{
        padding:10px 10px 0 0; 
        font-size: 10px;
    }

    #topjoin a{
        font-size: 10px;
    }

    .imglogo{
      height:60px;
      padding: 10px 0px 0px 20px;
    }

    .txtlogo{ 
        height:20px; 
      }

      
    .topnav a:not(:first-child), .dropdown .dropbtn, #quick , #toptxt{
      display: none;
    }

     .icon {
      position: absolute; 
      display: block;
      right:20px;
      top: 68px; 
    }
 

    .topnav.responsive {
        position: fixed;
        right:0;
        top:0px;
        height:100%;
        width:80%;
       
        background-color: #392424; 
        z-index: 100; 
    }
   
    .topblank{height:20px;}

    .topnav.responsive  .fabar{
        display: none;
    }
 
    .topnav .fabar{
        display: block;
    }

    .topnav.responsive  .faclose{
        display:block ;
    }
 
    .topnav .faclose{
        display: none;
    }

    

    /**
     .topnav.responsive a { 
     
    }

    **/
    .topnav.responsive .icon {
        position: relative;
        display: block;
        text-align: right;
        padding: 68px 20px 0 0;
        right:0;
        top:0;
    }

    .topnav.responsive .dropdown {  
        padding:10px 0;
    }
    .topnav.responsive .dropdown-content  {
        position: relative;
        text-align: right;
        display: block;
        padding-top: 10px;
        margin-left: 50px;
    }

    .topnav.responsive #toptxt{
        display: block; 
    }

    .topnav.responsive .dropdown .dropbtn {
      display: block; 
      border-bottom: #81d8d0 1px solid;
      width:100%;
      padding:10px 0 20px 0; 
      text-align: left;
      padding-left: 30px;
    }
/**
    .dropdown .dropbtn {
        border: none;
        outline: none;
        color:#81d8d0;font-family:NotoSans-Black;
        width:200px;
        background-color: inherit; 
        padding:0px;
        margin:0px;  
      
      }**/

    .tm, .tm a {
        display: block;
        width:100%; 
        text-align: left; 
    }

    .tm{ 
        border-bottom: #81d8d0 1px solid;
        padding-left:30px;  
    }

  
    .mbbg{
        height:300px;
    }
    .imgmb{
        height:300px;
        max-width: 100%;
    }
 
    .ctx1,.ctx2,.ctx3{
        height:20px;
    }
  
    #mbtxt1 {
        top:170px;
    }

    #mbtxt2 {
        top:210px;
    }

    #mbtxt3 {
        top:330px;
    }

  @keyframes mbt1 {
    from   { left:-300px; }
    to  { left:30px; } 
  }
  
  @keyframes mbt2 {
    from   { left:-500px; }
    to  { left:50px; } 
  } 
  
  @keyframes mbt3 {
    from   { right:-300px; }
    to  { right:30px; } 
  }

  #mconts{
    height:700px;  
    border:#81d8d0 10px solid;
  }
  
  .mcmo{
   text-align: left;
   padding:30px 20px 0 20px;
    }
  
  #mcmo_s1{
   margin: 20px 5px;
   color:#fff; 
  }

  .imgmcmo{
    width:60px;
  }


  .imgmcmo70 {
     width:70px;
}

  .mcmo_txtbg{
    
    padding:10px;
  }
 #quicktop{
    display: none;
 }

 
#mcpc{
    display: none;
}


#mcmo{
    display: block;
}
 #mccf{ 
    font-size: 14px;
    padding: 0px;
 }
  
 
 #submccf{
    padding:10px;
    font-size: 14px;;
    text-align: left;
 }

 
.btngray{ 
    max-width:80%; 
   margin-top:10px; 
   height: 50px;
}

#bask_pc{ display: none;}
#bask_mo{ display: block;}
.ftcopy{
    padding: 30px 0px 0px 0px;
    text-align: center;
}

.askbg_mo{
    border:10px solid #392424; 
    background-color: #392424;
    border-radius: 5%;
    text-align: center;
    margin: 30px;
}  


/** instructor mobile**/
#isTitleBox{
    width:90%; 
}
 
.isFttitle{ 
    font-size: 37px; 
}


#islev1{
    display: block; 
}

.isLinearrow{
    display: none;  
}
.isLinearrow_mo{
    display: block;  
    padding:30px;
}
#islev2 {
    display: block;
    padding-top: 0px; 
    margin-left: 0px;
    text-align: -webkit-center;
}

.isSubTitle{
    display: inline-block;
    width:40%;
    height:150px; 
    text-align: center; 
    font-size: 20px; 
    border-radius: 15px;
}

.isSubPad20{
    display: inline-block; 
    padding:10px;
}

.isSubConts{
    border:#81d8d0 solid 1px;
    width:300px;
    height:150px;
    margin-left: 30px;
}
/**
  .isLinearrow{
    display: inline-block;
    margin: 50px;
}
**/
.isLine{ 
    display: inline-block;
    border:#81d8d0 solid 5px;
    width:100px;
    margin-left: 50px; 
    margin-top: 50px;  
}

.istxtboxTit{
display: inline-block;
padding:30px 10px 0 0 ; 
height:90px; 
text-align: left;
vertical-align: top; 
font-size: 20px;
}
 

.istxtbox2{
    float: right;
    right:10px;
    padding:10px 0; 
    font-size: 20px;
    width:60%; 
    height:100px;  
 
}

#is2box1, #is2box2, #is2box3{ 
    display: block;
    font-size: 20px;
}

#is2box2, #is2box3{
    padding-left:0px;
    padding-top:30px;
}

#is2box1{
    width:200px;
    height:150px; 
    border: #fff 2px solid;
    color:#fff;
    border-radius: 50%;
    padding-top:50px;
   
}

#is2box2_mo{
    display: block;
    height:300px; 
}
.is2box2C_mo{
    background-image: url("/image/arrow_green_mo.png");
    width:200px;
    height:199px;
}
#is2box2{
    display: none;
    vertical-align: top;
    width:400px;
}

#is2box3{
    vertical-align: bottom;
}

.is2box3C{
    display: inline-block;
    font-size: 14px;
    padding:30px 10px;
    border-top: #212020 solid 2px;
    border-bottom: #212020 solid 2px;
    width:40%;
}

.is2bg3{
    background-color: #4ca772;
    padding:10px;
    font-size: 18px;
    color: #fff;
}

.imgis2{
    width:150px;
    transform: rotate( 90deg );
}
.is2txt2C{
    font-size:14px;
}
.is2box2C{
    display: inline-block;
}

.iscompany{
    background-image: "/image/acon_w1.png";
    font-size: 20px;
}
 
.imgislogo{
    width:20px;
}

.isTPad100{
    padding-top:50px;
}

.isTPad30{
    padding:10px;
    display: inline-block;
}


/** edu solution mobile**/

.ltcell{
    margin-bottom: 10px;
}
.ltrow{
    display: inline; 
    vertical-align: top;
    padding:5px;
}

.ltTxt{   
    width:95%;   
}

.ltarrow{
    display: none;
}

.ltarrow_mo{
    display: block;
     
}

.imglt{
    width:90%;
}
.esDesc{ 
    text-align: left; 
    padding-top:10px; 
}
 
.esDesc span{ 
   font-size: 12px;
}

.dcGrp{ 
    padding-top:50px;
}

.dcConts{
    text-align: center;
    max-width:90%;
    padding-top:100px; 
}

.dcSubC{ 
    padding:30px 10px; 
    border-radius: 5px;  
}

.dcSubC div{
    font-size: 16px;
    line-height: 1.18em;
}


/** about us mobile **/ 
.aboubg{
    max-width:100%; 
    height:1400px;
    background-image: url("/image/aboutbg_s.png"); 
  }
  
  #abTitle{
      width:100%;
      text-align: center;
  }
  
  .abTitleBox{ 
      display: inline;
      padding-right: 20px;
  }

  .ablogoimg{
    padding-left: 130px;
    padding-bottom: 5px;
}

.abtxtlogo{ 
    height:15px;
    padding: 0px;
  }

.abtitle{ 
    font-size: 25px; 
}

.abtitleMint{ 
    font-size: 40px;  
}

.absubTitle{
    color:#fff;
    border-top:#fff solid 1px;
    border-bottom:#fff solid 1px;
    padding:10px;
    width:100px;
}

.abConts{
    text-align: center;
    max-width:90%; 
    padding-top:180px; 
}

.abConts1{  
    font-size: 12px;  
}

.ab3box{
    display: none; 
}
.ab3box_mo{
    display: block;
    text-align: center;
    padding-top: 40px;
}
.abc3img{
    width:60%;
    padding:10px;
}
/** // about us mobile**/

/**process **/
.pcbox{
    display:block; 
    text-align: center;
}

.pctitle{
    text-align:left;
    font-size:25px;
    font-weight:800;
    padding:20px;
}

.pcconts{
    padding:20px;
    height:300px;
    background-color:#fff;
    font-size:20px;
    font-weight:600; 
    text-align:left;
}

.pcline{
    display:block;
    padding:30px;
    border-bottom:#bec1c0 1px solid;
    
}
/** //process **/

  }
  

/** 기본 SET **/
.intxt10{width:10px;}
.intxt20{width:20px;}
.intxt80{width:80px;}
.intxt150{width:150px;}
.intxt250{width:250px;}
.intxt300{width:300px;}
.intxt400{width:400px;}
.intxt600{width:600px;}
.intxta{width:300px;}
.intxtb{width:100px;}
/**input[type="checkbox"]{display: none;}**/
input[type="text"], input[type="password"], select { display: inline-block; height: 40px; line-height: 40px; border:1px solid #dfdfdf; font-size:14px; color:#222; }
input[type="button"] { display: inline-block; height: 40px; border:none; font-size: 14px; text-align:center; }
input[type="text"], input[type="password"], select { margin:0; padding:0 0 0 5px; }
.inputFile input[type="button"] { display:inline-block; height:25px; line-height:25px; margin-left:5px; padding:0 10px; border:1px solid #555; font-size:12px; font-weight:300; color:#fff; background:#555; }
input[type="text"]:focus, input[type="password"]:focus, select:focus, .btnSchM:focus { border:1px solid #81d8d0; }
textarea{ display: inline-block; line-height: 40px;border:1px solid #dfdfdf; font-size:14px; color:#222;line-height:1.5em; }

.line_w {width:100%; height:1px;background-color: #fff;}
.line_c {width:100%; height:1px;background-color: #392424;}
.line_m {width:100%; height:1px;background-color: #81d8d0;}
.line_m01 {width:100%; height:0.1em;background-color: #81d8d0;}
.line_m5 {width:100%; height:5px;background-color: #81d8d0;}
.line_g {width:100%; height:1px;background-color: #e1e1e7;}
.line_rg {width:100%; height:1px;background-color: #bec1c0;}

.dpinlineblock{display: inline-block;}

.ftcM{color:#81d8d0}
.ftcC{color:#392424}
.ftcW{color:#fff}
.ftcB{color:#000}
.ftcGreen{color:#4ca772;}
.ftcDG{color:#282a34;}
.ftcG{color:#303033;}
.ftcLG{color:#dcdcdc;}

.bgcM{background-color: #81d8d0;}
.bgcC{background-color:#392424;}
.bgcDG{background-color: #212020;}
.bgcG{background-color: #303033;}
.bgcB{background-color: #000;}
.bgcBG{background-color:#282a34;}
.bgGreen{background-color: #4ca772;}

.ftB{ font-family:NotoSansKR;
  font-weight: 600; }
.ftR{font-family:NotoSansKR; font-weight: 400; }
.ftL{font-family:NotoSansKR; font-weight: 200; }

.ftBig{   font-family: 'BigCaslon'}

.ft6{font-size:6px;}
.ft10{font-size:10px;}
.ft11{font-size:11px;}
.ft12{font-size:12px;}
.ft16{font-size:16px;}
.ft18{font-size:18px;}
.ft20{font-size:20px;}
.ft30{font-size:30px;}
.ft87{font-size:87px;}

.noPad{padding:0px;}
.Pad5{padding:0px 5px;} 
.Pad3{padding:3px;}
.Pad10{padding:10px;}
.Pad15{padding:15px;}
.Pad20{padding:20px;}
.Pad30{padding:30px;}

.TPad10{padding-top: 10px;}
.TPad20{padding-top: 20px;}
.TPad30{padding-top: 30px;}
.TPad40{padding-top: 40px;}
.TPad45{padding-top: 45px;}
.TPad50{padding-top: 50px;}
.TPad60{padding-top: 60px;}
.TPad100{padding-top: 100px;}
.TPad150{padding-top: 150px;} 
.TPad200{padding-top: 200px;}

.BPad10{padding-bottom: 10px;}
.BPad20{padding-bottom: 20px;}
.BPad30{padding-bottom: 30px;}
 
.LPad0{padding-left: 0px;}
.LPad10{padding-left: 10px;}
.LPad20{padding-left: 20px;}
.LPad30{padding-left: 30px;}

.RPad30{padding-right:30px;}

.LAlign{text-align: left;}
.RAlign{text-align: right;}
.CAlign{text-align: center;}
.WCAlign{text-align: -webkit-center;}

.MVAlign{vertical-align: -webkit-baseline-middle;} 
.TValign{vertical-align:top;}

.width30{ width:30px;}
.width50{ width:50px;} 
.width60{ width:60px;} 
.width80{ width:80px;} 
.width100{ width:100px;}   
.width150{ width:150px;}    
.width200{ width:200px;}  
.width400{ width:400px;}  
.width600{ width:600px;} 
.width800{ width:800px;}  
.width1000{ width:1000px;}  

.width12P{width:11.9%}
.width15P{ width:15%;}
.width20P{ width:20%;} 
.width30P{ width:30%;}
.width35P{ width:35%;}
.width34P{ width:34%;}
.width40P{ width:40%;}
.width60P{ width:60%;} 
.width80P{ width:80%;} 
.width99P{ width:97.5%;} 
.width100P {width:100%;}
.height100P {height:100%;}

.lineheight50{line-height: 50px;}    
.lineheight100{line-height: 100px;}    
.lineheight150{line-height: 150px;}    

.ctbl{
    padding:1px;
    background-color: #dfdfdf;
    width:100%;
}

.ctd{ 
    padding:10px 5px;
    background-color: #fff;
    text-align: center;
}

.cspointer{ cursor:pointer;}