@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;
}
#job h3 {font-size:35px; font-weight:600; text-align:left; font-family: 'GmarketSansMedium'; margin: 80px 0 20px 0; line-height:40px;}
#job h3 span{position: relative; padding:0 16px 0 0;}
#job h3 span:before { content: "";  width: 8px; height: 8px; background-color:#2F88EF ;  position: absolute; 
right: 0; bottom: 6px;   border-radius: 50%;}

#job {width:100%; margin:0 auto; overflow:hidden;}
#job p.txtP { padding-bottom:20px; font-size:18px;  line-height:25px; text-align: left; display: flex;}
#job p.txtP span:first-child {margin-top: -3px;}
#job p.txtP span:first-child img {padding-right: 10px;}
#job p.txtP span.txtS {font-size: 18px; line-height: 25px;}

#job .info_img65 img {width:65%;}
#job .info_img80 img {width:80%;}
#job .info_img90 img {width:90%;}
#job .info_img65, #job .info_img80, #job .info_img90 {text-align: center;}

#job div.tit {font-size:20px; padding-top: 20px; font-weight: 700; text-align: left;}
 
/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
  #job h3 {font-size:22px;  margin: 50px 0 5px 0; line-height:30px;}
  #job h3 span:before { content: "";  width: 6px; height: 6px;   position: absolute; 
  right: 0; bottom: 7px;   border-radius: 50%;}

  #job p.txtP { padding-bottom:10px; }
  #job p.txtP span:first-child {margin-top: -5px;}
  #job p.txtP span:first-child img {padding-right: 5px;}
  #job p.txtP span.txtS {font-size: 14px; line-height: 20px; width: 99%;}
  #job div.txt {font-size:14px; line-height: 18px;}

  #job .info_img65 img {width:80%; margin-top: 10px;}
  #job .info_img80 img {width:90%; margin-top: 10px;}

  #job div.tit {font-size:16px; line-height:20px;}
}
@media (max-width: 768px) {	
  #job .info_img65 img {width:100%; margin-top: 10px;}
  #job .info_img80 img {width:100%; margin-top: 10px;}
  #job .info_img90 img {width:100%; margin-top: 10px;}
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

