@charset "utf-8";
/* 상단 로고 */
@media all and (min-width:1000px) {
	#header .logo a .logo-txt {font-size:16px;}
}
@media all and (max-width:999px) {
	#header .logo {width:290px;}
}
@media all and (max-width:429px) {
	#header .logo {width:210px;}
	#header .logo a .logo-txt {font-size:12px;word-break: keep-all;}
}

#footer-wrap .ftInfo .fti-addr .office {display:none}
/* 메인 비주얼 슬로건 */
@media all and (min-width:1000px) {
	.msec01 .mVisual-wr .dataList .txtBox {top:60px;}
	.msec01 .mVisual-wr .pTxt2 {display:block;width:100%;}
	.msec01 .mVisual-wr .pTxt2 .t1 {width:100%;font-size:2.5em;}
	.msec01 .mVisual-wr .pTxt2 .t2 {padding-left:0;}
	.msec01 .mVisual-wr .mVisual-txt-box {padding-top:80px;}
	.msec01 .mVisual-wr .data-pkgs {padding-bottom:70px;}
}


/* 인사말 < 훈련센터 소개 */
.greeting-wr .cnt-box .p-info span {display:inline-block;padding-left:15px;}


/* 채용예정자 국비지원과정 < 구직자 취업교육 */
.jprocess-list {display:flex;flex-wrap:wrap;flex-wrap:wrap;column-gap:40px;row-gap:20px;justify-content:center;align-items:center;}
.jprocess-list .txt {width:220px;height:220px;display:flex;justify-content:center;align-items:center;border-radius:50%;text-align:center;border:10px solid #6AA7A9;background:#066C70;color: #FFF;font-family:'ONE-Mobile-Title', sans-serif;font-size: 1.33333em;line-height:1.2em;box-sizing:border-box;}
.jprocess-list li:nth-child(2) .txt {border-color:#6EC7C8;background:#0EA2A4;}
.jprocess-list li:nth-child(3) .txt {border-color:#B5C566;background:#839E00;}
.jprocess-list li:nth-child(4) .txt {border-color:#8EB5E2;background:#4384CE;}

@media all and (max-width:1099px) {
	.jprocess-list {column-gap:20px;}
	.jprocess-list .txt {width:160px;height:160px;font-size: 1.125em;}
}
@media all and (max-width:799px) {
	.jprocess-list {column-gap:10px;row-gap:10px;align-items:initial;}
	.jprocess-list li {width: calc(50% - 5px);}
	.jprocess-list .txt {width: 100%;height:100%;padding:20px 10px;border-radius:50px;border-width:6px;}
	.jprocess-list .txt br {display:none;}
}