/* 온라인 교육 안내 */
.hub_online_mos{
    display:flex;
    align-items:center;
    gap:24px;

    width:100%;
    padding:18px 34px;
	margin:10px 0 0;

    background:#f3f3f3;
    border-radius:24px;
    box-sizing:border-box;
}

.hub_online_icon{
    flex:0 0 auto;
}

.hub_online_icon img{
    display:block;
    width:110px;
    height:auto;
}

.hub_online_text{
    flex:1;
    font-size:22px;
    font-weight:500;
    color:#555;
    line-height:1.5;
    word-break:keep-all;
}

.hub_online_text strong{
    color:#1f4fb7;
    font-weight:700;
}

/*==================================================
교육 주요 내용
==================================================*/

.hub_online_mos02{

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
	margin:0 0 30px;

}

.hub_online_mos02 .hub_online_item{

    background:#fff;
    border:1px solid #dcdcdc;
    border-radius:28px;

    padding:32px 22px 38px;

    text-align:center;

    transition:.3s;

}

.hub_online_mos02 .hub_online_item:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.08);

}

.hub_online_mos02 .icon{

    margin-bottom:20px;

}

.hub_online_mos02 .icon img{

    width:110px;
    display:block;
    margin:auto;

}

.hub_online_mos02 h3{

    font-size:21px;
    font-weight:700;
    color:#454545;

    line-height:1.4;

    margin-bottom:22px;

    word-break:keep-all;

}

.hub_online_mos02 p{

    font-size:18px;
    color:#666;
    line-height:1.6;
    word-break:keep-all;

}


/*=========================================================
교육 특징
=========================================================*/

.hub_online_mos02_2{

    display:grid;
    grid-template-columns:repeat(5,1fr);

    background:#fff;

    border:1px solid #dddddd;
    border-radius:32px;

    overflow:hidden;
	margin:0 0 40px;

}

.hub_online_mos02_2 .hub_online_item{

    position:relative;

    text-align:center;

    padding:46px 25px;

    transition:.35s;

}

.hub_online_mos02_2 .hub_online_item:not(.last)::after{

    content:"";

    position:absolute;

    right:0;
    top:50%;

    transform:translateY(-50%);

    width:1px;
    height:160px;

    background:#d9d9d9;

}

.hub_online_mos02_2 .hub_online_item:hover{

    background:#fafcff;

}

.hub_online_mos02_2 .icon{

    margin-bottom:20px;

}

.hub_online_mos02_2 .icon img{

    width:74px;
    height:auto;

    display:block;
    margin:auto;

    transition:.3s;

}

.hub_online_mos02_2 .hub_online_item:hover .icon img{

    transform:scale(1.08);

}

.hub_online_mos02_2 h3{

    font-size:22px;
    font-weight:700;
    color:#444;

    margin-bottom:18px;

    line-height:1.4;

}

.hub_online_mos02_2 p{

    font-size:17px;
    color:#666;

    line-height:1.6;

    word-break:keep-all;

}


/*=========================================================
  교육 대상 및 이수 안내
=========================================================*/

.hub_online_mos02_3 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
	margin:0 0 40px;
}

.hub_online_mos02_3 .hub_online_info_item {
    min-height: 350px;
    padding: 26px 22px 30px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 22px;
    text-align: center;
    box-sizing: border-box;
}

.hub_online_mos02_3 .hub_online_info_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 108px;
    margin-bottom: 10px;
}

.hub_online_mos02_3 .hub_online_info_icon img {
    display: block;
    width: 105px;
    max-height: 105px;
    object-fit: contain;
}

.hub_online_mos02_3 h3 {
    margin: 0 0 26px;
    color: #4b4b4b;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
    word-break: keep-all;
}

.hub_online_mos02_3 p {
    margin: 0;
    color: #6d6d6d;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.hub_online_mos02_3 ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #6d6d6d;
    font-size: 17px;
    line-height: 1.75;
    text-align: left;
    list-style: none;
}

.hub_online_mos02_3 li {
    position: relative;
    padding-left: 12px;
    word-break: keep-all;
}

.hub_online_mos02_3 li::before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
}

.hub_online_mos02_3 .hub_online_info_item {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.hub_online_mos02_3 .hub_online_info_item:hover {
    transform: translateY(-4px);
    border-color: #cfcfcf;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

/*=========================================================
  교육 진행 절차
=========================================================*/

.hub_online_mos02_4 {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) 58px
        minmax(0, 1fr) 58px
        minmax(0, 1fr) 58px
        minmax(0, 1fr);
    align-items: center;
    width: 100%;
    padding-top: 38px;
    box-sizing: border-box;
}

.hub_online_mos02_4 .hub_online_step {
    position: relative;
    min-height: 368px;
    padding: 53px 24px 35px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 22px;
    text-align: center;
    box-sizing: border-box;
}

.hub_online_mos02_4 .step_num {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background: #ff7414;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

.hub_online_mos02_4 .step_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    margin-bottom: 11px;
}

.hub_online_mos02_4 .step_icon img {
    display: block;
    width: 105px;
    max-height: 105px;
    object-fit: contain;
}

.hub_online_mos02_4 h3 {
    margin: 0 0 27px;
    color: #4a4a4a;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1.2px;
    word-break: keep-all;
}

.hub_online_mos02_4 p {
    margin: 0;
    color: #6d6d6d;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

/* 가운데 화살표 */
.hub_online_mos02_4 .step_arrow {
    position: relative;
    width: 100%;
    height: 46px;
}

.hub_online_mos02_4 .step_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -50%);
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 38px solid #494949;
}

/* 선택사항: hover */
.hub_online_mos02_4 .hub_online_step {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.hub_online_mos02_4 .hub_online_step:hover {
    transform: translateY(-5px);
    border-color: #cfcfcf;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

/*=========================================================
  이수증 발급 안내
=========================================================*/

.hub_Issuance_ms01 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
	margin:0 0 40px;
}

.hub_Issuance_ms01 .hub_Issuance_item {
    min-height: 336px;
    padding: 24px 20px 30px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 22px;
    box-sizing: border-box;
    text-align: center;
}

.hub_Issuance_ms01 .hub_Issuance_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 112px;
    margin-bottom: 8px;
}

.hub_Issuance_ms01 .hub_Issuance_icon img {
    display: block;
    width: 108px;
    max-height: 108px;
    object-fit: contain;
}

.hub_Issuance_ms01 h3 {
    margin: 0 0 20px;
    color: #4a4a4a;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1px;
    word-break: keep-all;
}

.hub_Issuance_ms01 p {
    margin: 0;
    color: #6b6b6b;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

/* hover 효과 */
.hub_Issuance_ms01 .hub_Issuance_item {
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.hub_Issuance_ms01 .hub_Issuance_item:hover {
    transform: translateY(-5px);
    border-color: #c8c8c8;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}



/* //////////////////////////  반응형 ////////////////////////// */
@media(max-width:1200px){

	.hub_online_mos02{

		grid-template-columns:repeat(3,1fr);
	
	}

	.hub_online_mos02_3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hub_online_mos02_3 .hub_online_info_item {
        min-height: 330px;
    }

	 .hub_online_mos02_4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 68px 24px;
    }

    .hub_online_mos02_4 .step_arrow {
        display: none;
    }

	.hub_online_mos02_4 .hub_online_step:nth-of-type(1)::after,
    .hub_online_mos02_4 .hub_online_step:nth-of-type(3)::after {
        content: "";
        position: absolute;
        right: -23px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 28px solid #494949;
		display:none;
    }

	.hub_Issuance_ms01 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .hub_Issuance_ms01 .hub_Issuance_item {
        min-height: 330px;
    }

}

@media (max-width:991px){

    .hub_online_mos{
        padding:16px 24px;
        gap:18px;
        border-radius:20px;
    }

    .hub_online_icon img{
        width:90px;
    }

    .hub_online_text{
        font-size:19px;
    }

}

@media screen and (max-width: 600px) {
    .hub_Issuance_ms01 {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hub_Issuance_ms01 .hub_Issuance_item {
        min-height: auto;
        padding: 24px 18px 27px;
        border-radius: 18px;
    }

    .hub_Issuance_ms01 .hub_Issuance_icon {
        height: auto;
        margin-bottom: 10px;
    }

    .hub_Issuance_ms01 .hub_Issuance_icon img {
        width: 88px;
        max-height: 88px;
    }

    .hub_Issuance_ms01 h3 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .hub_Issuance_ms01 p {
        font-size: 16px;
        line-height: 1.55;
    }
}


@media(max-width:768px){

.hub_online_mos02{

    grid-template-columns:1fr;
    gap:20px;

}

.hub_online_mos02 .hub_online_item{

    padding:26px 18px;

}

.hub_online_mos02 .icon img{

    width:90px;

}

.hub_online_mos02 h3{

    font-size:21px;

}

.hub_online_mos02 p{

    font-size:16px;

}

.hub_online_mos02_2{

    grid-template-columns:1fr;

}

.hub_online_mos02_2 .hub_online_item{

    padding:35px 20px;

}

.hub_online_mos02_2 .hub_online_item::after{

    display:none;

}

.hub_online_mos02_2 .hub_online_item:not(:last-child){

    border-bottom:1px solid #e8e8e8;

}

.hub_online_mos02_2 .icon img{

    width:64px;

}

.hub_online_mos02_2 h3{

    font-size:20px;

}

.hub_online_mos02_2 p{

    font-size:16px;

}

}

@media (max-width:767px){

    .hub_online_mos{
        flex-direction:column;
        justify-content:center;
        text-align:center;

        padding:22px 18px;
        gap:14px;
        border-radius:18px;
    }

    .hub_online_icon img{
        width:82px;
    }

    .hub_online_text{
        font-size:17px;
        line-height:1.6;
    }

	.hub_online_mos02_3 {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hub_online_mos02_3 .hub_online_info_item {
        min-height: auto;
        padding: 24px 18px 28px;
        border-radius: 18px;
    }

    .hub_online_mos02_3 .hub_online_info_icon {
        height: auto;
        margin-bottom: 12px;
    }

    .hub_online_mos02_3 .hub_online_info_icon img {
        width: 86px;
        max-height: 86px;
    }

    .hub_online_mos02_3 h3 {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .hub_online_mos02_3 p,
    .hub_online_mos02_3 ul {
        font-size: 16px;
    }

	.hub_online_mos02_4 {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding-top: 34px;
    }

    .hub_online_mos02_4 .hub_online_step {
        width: 100%;
        min-height: auto;
        padding: 49px 18px 30px;
        border-radius: 18px;
    }

    .hub_online_mos02_4 .step_num {
        top: -29px;
        width: 60px;
        height: 60px;
        font-size: 25px;
    }

    .hub_online_mos02_4 .step_icon {
        height: auto;
        margin-bottom: 12px;
    }

    .hub_online_mos02_4 .step_icon img {
        width: 88px;
        max-height: 88px;
    }

    .hub_online_mos02_4 h3 {
        margin-bottom: 17px;
        font-size: 23px;
    }

    .hub_online_mos02_4 p {
        font-size: 16px;
    }

    .hub_online_mos02_4 .step_arrow {
        display: block;
        width: 42px;
        height: 20px;
        margin: -28px auto -24px;
    }

    .hub_online_mos02_4 .step_arrow::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        border-top: 26px solid #494949;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 0;
		display:none;
    }

}
