
@charset "utf-8";


.radius-20 {border-radius: 20px;}
.shadow { box-shadow: 5px 5px 10px 10px  rgba(0, 0, 0, 0.05); }
.overflow { overflow: hidden;}

.font-12px { font-size: .75rem;} 
.font-14px {font-size: 0.875rem; }
.font-16px {font-size: 1rem;} 
.font-17px {font-size:  1.0625rem;}
.font-18px {font-size: 1.125rem;} 
.font-19px {font-size: 1.1875rem;} 
.font-20px {font-size:1.25rem; } 
.font-22px {font-size:1.375rem; } 
.font-24px {font-size: 1.5rem; }
.font-25px {font-size: 1.5625rem;} 
.font-26px {font-size:  1.625rem;}
.font-30px {font-size: 1.875rem;} 
.font-35px {font-size: 2.187rem;} 
.font-36px {font-size: 2.25rem;} 
.font-40px {font-size: 2.5rem;} 
.font-42px {font-size: 2.625rem;} 
.font-50px {font-size:  3.125rem;}
.font-56px {font-size: 3.50rem;} 
.font-60px {font-size: 3.75rem;  } 
.font-65px {font-size: 4.0625rem;} 
.font-70px {font-size: 4.375rem;  } 
.font-80px {font-size: 5.00rem;} 
.font-86px {font-size: 5.375rem; } 
.font-90px {font-size: 5.625rem;}  
.font-307px {font-size: 19.187rem; } 

.font-w-400 { font-weight: 400;  }
.font-w-500 { font-weight: 500;  }
.font-w-600 { font-weight: 600;  }
.font-w-700 { font-weight: 700; }

.line-height-1 { line-height: 1;  } 
.line-height-2 { line-height: 2;  } 

.bg-white { background: #fff;}
.bg-dark { background: #313131; color: #fff; }
.bg-blue { background: #2f79ea; color: #fff; }
.bg-big-btn { background: var(--color-dark); color: #fff; }

.padding-30 { padding: 1.875rem; }

.footer-slide {
    background: #fff;
    width: 100%;
    max-width: calc(var(--inner-width) + 40px);
    padding: 0.27rem 1.25rem;
    margin: 0 auto;
    box-sizing: border-box;
    height: 4.6875rem;
}

.footer-slide .slide-wrap {
    position: relative;
    padding: 0 4.0625rem;
    height: 100%;
}

.footer-slide .slide-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-slide .slide-wrap .footer-arrow {
    color: #626262;
    width: 18px;
}

#mainContainer {
    background: #eceef1;
    margin-top:calc(var(--gnb-height) + var(--snb-height));
}

#mainContainer .con-wrapper {
    width: 100%;
    max-width: calc(var(--inner-width) + 40px);
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#mainContainer .con-wrapper .wrapper-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    width: calc(100% + var(--num-20px));
    margin-top: var(--num-20px-minus);
    margin-left: var(--num-20px-minus);
}

#mainContainer .con-wrapper .visual-section {
    -ms-flex: 0 0 calc(36.33% - var(--num-20px));
    flex: 0 0 calc(36.33% - var(--num-20px));
    max-width: calc(36.33% - var(--num-20px));
    margin-top: var(--num-20px);
    margin-left: var(--num-20px);
}

#mainContainer .con-wrapper .contents-section {
    -ms-flex: 0 0 calc(63.67% - var(--num-20px));
    flex: 0 0 calc(63.67% - var(--num-20px));
    max-width: calc(63.67% - var(--num-20px));
    margin-top: var(--num-20px);
    margin-left: var(--num-20px);
}

#mainContainer .contents-section .contents-inner {
    /* height: calc(100% + 20px); */
    margin-top: -20px;
}

#mainContainer .contents-section .contents-inner > * {
    /* -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-height: calc(50% - 20px); */
    width: 100%;
    margin-top: 20px;
}

.visual-section {
    padding: 2.8125rem 2.1875rem 5rem;
    background: var(--color-base) url(../img/main/bg_tab.jpg) no-repeat top right / auto;
    color: #fff;
} 

.visual-section .visual-inner {
    height: 100%;
}

.import-wrap span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
}

.import-wrap h2 {
    margin: 1.25rem 0 1.875rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.import-wrap a {
    display: block;
    width: 10.9375rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.25rem;
    font-weight: 400;
    border-radius: 1.59375rem;
    text-align: center;
}

.edus-wrap .edus-list {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.edus-wrap .edus-list::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.edus-wrap .edus-list li {
    position: relative;
}

.edus-wrap .edus-list li::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.edus-wrap .edus-list li.after-line::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.edus-wrap .edus-list li:nth-child(1)::before,
.edus-wrap .edus-list li:nth-child(4)::before {
    content: none
}


.edus-wrap .edus-list a {
    color: #fff;
}

.edus-wrap .edus-list .edus-box {
    text-align: center;
    height: 160px;
    padding-top: 1.875rem ;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3125;
    transition: all .5s ease;
    cursor: pointer;
}

.edus-wrap .edus-list .edus-box .img-box {
    height: 4.6875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: start !important;
    align-items: start !important;
}

.edus-wrap .edus-list .edus-box .img-box img {
    /* max-height: 100%; */
}

.edus-wrap .edus-list .edus-box .tit {
    height: 42px;    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.edus-wrap .edus-list li:hover .edus-box {
    position: relative;
    z-index: 5;
    font-weight: 700;
    background: var(--color-point);
    box-shadow: 8px 8px 15px 5px  rgba(0, 0, 0, 0.18);
}

.login-wrap .login-box .input-box {
    margin-bottom: 15px;
}

.login-wrap .login-box .input-box ul {
    width: calc(100% - 103px - 10px);
}

.login-wrap .login-box .input-box ul li {
    display: inline-block;
    width: 100%;
}

.login-wrap .login-box .input-box ul li + li {
    margin-top: 8px;
}

.login-wrap .login-box .input-box ul li input {
    width: 100%;
    height: 47px;
    padding: 0 25px;
    line-height: 47px;
    background: #f4f4f4;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
}

.login-wrap .login-box .input-box .login-btn {
    width: 103px;
    height: calc(103px + 0px);
    border-radius: 10px;
    text-align: center;
    background: var(--color-base);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
}

.login-wrap .login-box .input-box  .login-btn span {
    display: block;
    padding-top: 30px;
    background: url(../img/common/ico_user.svg) no-repeat top center / 1.125rem;
}

.login-wrap .login-box .input-box input:-internal-autofill-selected,
.login-wrap .login-box .input-box input:active,
.login-wrap .login-box .input-box input:focus {
    background: #f4f4f4;
}

.login-wrap .login-box .input-box input::placeholder {
    font-weight: 300;
    color: #c5c5c5;
}

.login-wrap .btns-box,
.login-wrap .login-btns li a {
    font-size: calc(0.875rem + 2px);
    font-weight: 500;
    line-height: 27px;
    color: #7c7b7c;
}

.login-wrap .btns-box > * {
    display: inline-block;
}

.login-wrap .id-save {
    margin-right: 1.5625rem;
}

.login-wrap .id-save input[type="checkbox"] {
    display: none !important;
}

.login-wrap .id-save input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    cursor: pointer;
}

.login-wrap .id-save input[type="checkbox"] + label::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #fff; 
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    content: "";
}

.login-wrap .id-save input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-color: var(--color-base) ; 
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: var(--color-base);
}

.login-wrap .login-btns li {
    display: inline-block;
    position: relative;
}

.login-wrap .login-btns li + li {
    margin-left: 15px;
}

.login-wrap .login-btns li + li::before {
    content: '';
    display: block;
    height: 15px;
    border-left: 1px solid #7c7b7c;
    position: absolute;
    left: -11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.login-wrap .profile-box figure {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #f4f4f4;
    overflow: hidden;
    margin-right: 20px;
}

.login-wrap .profile-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login-wrap .profile-box p {
    color: #656565;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1;
}

.login-wrap .profile-box p b {
    font-weight: 700;
    color: var(--color-base);
    display: inline-block;
    margin-right: 10px;
}

.login-wrap .profile-box p a {
    display: block;
    margin-top: 9px;
    font-weight: 700;
    font-size: 16px;
    color: #8d8d8d;
}

.login-wrap .profile-btns {
    margin-top: 44px;
}

.login-wrap .profile-btns ul li {
    border-radius: 17px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #7c7b7c;
}

.login-wrap .profile-btns ul li:first-child {
    background: #f4f4f4;
    border:  1px solid #f4f4f4;
}

.login-wrap .profile-btns ul li:last-child {
    border:  1px solid var(--color-base);
    color: var(--color-base);
    font-weight: 400;
}

.login-wrap .profile-btns ul li a {
    display: block;
    color: #7c7b7c;
}

.login-wrap .profile-btns ul li:last-child a,
.login-wrap .profile-btns ul li:last-child a span {
    color: var(--color-base);
}

.member-box ul li {
    width: 100%;
    padding: 0 1.75rem;
    border-radius: 25px;
}

.member-box ul li a {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 50px;
    color: #151515;
}

.member-box ul li a::after {
    content: '';
    display: block;
    width: 13px;
    height: 9px;
    background: url(../img/main/ico_go_right.png) no-repeat center / auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.member-box {
    margin-top: 1.875rem;
}

.member-box ul li a span {
    display: block;
    padding-left: 45px;   
}

.member-box ul li a span.class {
    background: url(../img/main/ico_class.svg) no-repeat left center / 29px;
}

.member-box ul li a span.certificate {
    background: url(../img/main/ico_certificate.svg) no-repeat left center / 32px;
}

.member-box ul li a span.print {
    background: url(../img/main/ico_print.svg) no-repeat left center / 31px;
}

.member-box ul li + li {
    margin-top: 10px;
}

.member-box ul li:hover {
    background: var(--color-tab);
}

.member-box ul li:hover a {
    color: var(--color-base);
}

.member-box ul li:hover a::after {
    background: url(../img/main/ico_go_right_on.png) no-repeat center / auto;
}

.member-box ul li:hover a span.class {
    background: url(../img/main/ico_class_on.svg) no-repeat left center / 29px;
}

.member-box ul li:hover a span.certificate {
    background: url(../img/main/ico_certificate_on.svg) no-repeat left center / 32px;
}

.member-box ul li:hover a span.print {
    background: url(../img/main/ico_print_on.svg) no-repeat left center / 31px;
}

.board-wrap .tab-btn {
    position: relative;
    background: var(--color-tab);
}

.board-wrap .tab-btn .tab-btn-list li {
    display: inline-block;
}

.board-wrap .tab-btn .tab-btn-list li a {
    display: block;
    padding: 0 25px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 62px;
    color: rgba(21, 21, 21, 0.52);
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.board-wrap .tab-btn .tab-btn-list li.on a {
    background: #fff;
    color: var(--color-base);
}

.board-wrap .tab-btn .tab-btn-more-list li {
    display: none;
}

.board-wrap .tab-btn .tab-btn-more-list li.on {
    display: block;
}

.board-wrap .tab-btn .tab-btn-more-list li a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--color-base);
    background: url(../img/common/ico_more.png) no-repeat center / 14px;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    text-indent: -99999px;
    z-index: 10;
    cursor: pointer;
}

.board-wrap .tab-content {
    height: calc(100% - 62px);
    padding: 0 1.875rem;
}

.board-wrap .tab-content .tab-content-list,
.board-wrap .tab-content .tab-content-list > li,
.board-wrap .tab-content .tab-content-list > li .board-box,
.board-wrap .tab-content .tab-content-list > li .board-box > ul {
    height: 100%;
}
    
.board-wrap .tab-content .tab-content-list > li {
    display: none;
}

.board-wrap .tab-content .tab-content-list > li.on {
    display: block;
}

.board-wrap .tab-content .post-list li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-height: 25%;
	margin-bottom : 0 !important;
	border-bottom : none !important;
}

@media screen and (min-width:768px) {   
	.board-wrap .tab-content .post-list li {
		padding-bottom : 0 !important;
	}
}

.board-wrap .tab-content .post-list li > .post-inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;

}

.board-wrap .tab-content .post-list li + li {
    border-top: 1px solid #dedede;
}   

.board-wrap .tab-content .post-list li > .post-inner a {
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
}

.board-wrap .tab-content .post-list li > .post-inner a .tit {
    color: var(--color-black);
    margin-bottom: 10px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.board-wrap .tab-content .post-list li:hover  > .post-inner a .tit {
    color: var(--color-base);
}   

.board-wrap .tab-content .post-list li > .post-inner a .date {
    color: var(--color-black-alpha);
}

.btm-inner {
    height: 100%;
}

.col-box h2 {
    font-size: 1.25rem;
    font-weight: 700;    
}

.support-box {
    color: var(--color-black);
    line-height: 1;
}

.support-box ul {
    margin-top: 17px;
}

.support-box ul li + li {
    margin-top: 1.6875rem;
}

.support-box li:hover a  p b {
    color: var(--color-base);
}

.support-box figure  {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f5f7fa;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: 13px;
}

.support-box p b {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.9375rem;
}

.support-box p span {
    font-size: 1rem;
    font-weight: 300;
}

.grid-col2  {
    margin-top: 10px;
}

.grid-col2 ul {
    width: calc(100% + 10px);
    margin-left: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.grid-col2 ul li {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-left: 10px;
}

.help-box ul li a {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 75px;
    color: #fff;
    padding: 0 23px;
}

.help-box ul li a span {
    display: inline-block;
    padding-left: 38px;
}

.help-box ul li a span.help {
    background: url(../img/main/ico_help.svg) no-repeat left center / 23px;
}

.help-box ul li a span.bot {
    padding-left: 47px;
    background: url(../img/main/ico_bot.svg) no-repeat left center / 32px;
}

.slide-wrap .swiper {
    height: 100%;
}

.slide-wrap a {
    display: block;
}

.slide-wrap .mainSwiper .swiper-slide {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.slide-wrap img {
    width: auto;
    max-width: none;
    height: 100%;
    /* object-fit: cover; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.slide-wrap .swiper-control {
    width: 100%;
    position: absolute;
    top: 25px;
    right: 20px;
    text-align: right;
}

.slide-wrap .swiper-control .swiper-pagination-fraction {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(178, 178, 178, 0.90);
    width: auto;
    position: relative;
    bottom: initial;
    top: initial;
    display: inline-block;
}

.slide-wrap .swiper-control .swiper-pagination-fraction span + span {
    position: relative;
    padding-left: 20px;
}

.slide-wrap .swiper-control .swiper-pagination-fraction span + span::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% + 2px);
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.40);
}

.slide-wrap .swiper-control .swiper-pagination-current {
    color: rgba(255, 255, 255, 0.90);
}

.slide-wrap .swiper-control .arrow {
    display: inline-block;
    margin-left: 15px;
}

.slide-wrap .swiper-control .arrow > * {
    display: inline-block;
}


.slide-wrap .swiper-control .arrow .btn-control {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    width: 6px;
    vertical-align: middle;
}

.slide-wrap .swiper-control .arrow .btn-control::before {
    content:url(../img/main/ico_pause.png);
    /* content: "\f04c"; */
    display: block;
    clear: both;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    font-family: 'FontAwesome' !important;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-wrap .swiper-control .arrow .btn-control.pause::before {
    content: "\f04b";
} 

.slide-wrap .swiper-control .arrow .swiper-arrow {
    position: relative;
    top: initial;
    right: initial;
    left: initial;
    color :#fff;
    width: auto;
    height: auto;
}

.slide-wrap .swiper-control .arrow .swiper-arrow:after {
    font-size: 1rem;
}

@media screen and (max-width:1280px) {    
    #mainContainer .con-wrapper .visual-section {
        -ms-flex: 0 0 calc(100% - var(--num-20px));
        flex: 0 0 calc(100% - var(--num-20px));
        max-width: calc(100% - var(--num-20px));
    }
    
    #mainContainer .con-wrapper .contents-section {
        -ms-flex: 0 0 calc(100% - var(--num-20px));
        flex: 0 0 calc(100% - var(--num-20px));
        max-width: calc(100% - var(--num-20px));
    }

    .visual-section {
        padding: 2.8125rem;
    } 

    .visual-section .visual-inner {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .edus-wrap {
        max-width: 45%;
    }

    .edus-wrap .edus-list .edus-box {
        padding-top: 1.25rem ;        
    }
}

@media screen and (max-width:767px) {  

    .visual-section .visual-inner {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .edus-wrap {
        max-width: 100%;
        margin-top: 2.5rem;
    }

    .edus-wrap .edus-list .edus-box .img-box {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .edus-wrap .edus-list .edus-box {
        height: auto;
        padding-bottom: 1.25rem ;        
    }

    .board-wrap .tab-content .post-list li {
        padding: 1.875rem 0;
    }

    .slide-wrap .swiper-slide {
        aspect-ratio : 1 / 1
    }

	.board-wrap .tab-content .post-list li > .post-inner {
		height: auto;
	}
}

@media screen and (max-width:640px) {
    #mainContainer {
        margin-top:calc(var(--gnb-height) + var(--snb-height-mo));
    }
}

@media screen and (max-width:575px) {
    #mainContainer .contents-section .contents-inner > * {
        margin-top: 10px;
    }
}

@media screen and (max-width:480px) {   
    html {
        font-size: 75%;
    }

    #mainContainer .con-wrapper {
        max-width: calc(var(--inner-width) + 20px);
        padding: 10px;
    }

    .grid-col2 ul {
        margin-top: -10px;
    }
    
    .grid-col2 ul li {
        -ms-flex: 0 0 calc(100% - 10px);
        flex: 0 0 calc(100% - 10px);
        max-width: calc(100% - 10px);
        margin-top: 10px;
    }

    .padding-30 { padding: 1.25rem; }

    .board-wrap .tab-content {
        padding: 0 1.25rem;
    }
}


@media screen and (min-height:1226px) {     
    #mainContainer {
        min-height: 68.698vh;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}