@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
    font-family: 'KyoboHandwriting2020A';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/KyoboHandwriting2020A.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
  --num : 'GmarketSansMedium';
}

#job {width:100%; margin:0 auto; overflow:hidden;}
#job img {vertical-align: top}
#job .header1 { text-align:center }
#job .header1 .tit {font-size:30px; font-weight:600;}
#job .header1 .txt {font-size:20px; line-height:32px;}
#job .header1 .txt strong {color:#0963B0}
#job .header1 .txt span {font-weight:600}
#job p.txtP { padding-bottom:20px; font-size:20px;  line-height:35px; }
#job div.icoBox {overflow:hidden; margin:60px 0 0px 0;}
#job div.icoBox section {padding:35px 80px 40px 250px;  width:100%; border-top:0px solid #efefef; border-radius:100px;
 box-sizing:border-box; float:left; background-repeat:no-repeat; background-position:110px center }
#job div.icoBox section:nth-child(odd) {background-color:#f2f2f2;}
#job div.icoBox section.ico1 {background-image:url("../img/ico1.png")}
#job div.icoBox section.ico2 {background-image:url("../img/ico2.png")}
#job div.icoBox section.ico3 {background-image:url("../img/ico3.png")}
#job div.icoBox section.ico4 {background-image:url("../img/ico4.png")}
#job div.icoBox section.ico5 {background-image:url("../img/ico5.png")}
#job div.icoBox section.ico6 {background-image:url("../img/ico6.png")}
#job div.icoBox section.ico7 {background-image:url("../img/ico7.png")}
#job div.tit {font-size:20px; padding-bottom:10px; font-weight:600;}
#job div.tit span {color:#91C23E; font-family:var(--num); font-size:26px }
#job div.txt {font-size:16px; }
#job div.txt span{font-size:18px; display:block; }
#job div.icoBox3 div.txt {font-size:16px; line-height:26px; }

#business {}
#business .header .tit {font-size:22px; font-weight:600; padding-bottom:10px}
#business .header .txt{font-size:18px; line-height:28px; text-align:left; padding:0 0 50px 0}
 
/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#job div.icoBox section {padding:30px 5px 40px 115px;}	
#job .header1 .txt {font-size:16px; line-height:25px;}
#job div.txt span{font-size:15px; display:block; padding:3px 0 }
#job div.tit {font-size:18px; padding-bottom:5px; line-height:22px;}
#job div.txt {font-size:14px; }
#job div.icoBox section {padding:25px 15px 25px 80px;  width:100%; border-top:0px solid #efefef; border-radius:100px;
 box-sizing:border-box; float:left; background-repeat:no-repeat; background-position:10px center; 
 background-size:50px;   }
#job div.icoBox {overflow:hidden; margin:30px 0 0px 0;}
#business .header .tit {font-size:18px; font-weight:600; padding-bottom:10px}
#business .header .txt{font-size:15px; line-height:22px; text-align:left; padding:0 0 30px 0}
 
}
@media (max-width: 768px) {	
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

