/* 임시  */
@media (max-width: 768px) {
    .criteria{
        margin-top: -24px;
    }
    section:first-child{
        /* display: none !important; */
    }
    .section1_t_container, .contents, section{
        width: 100% !important;
        height: 100%;
    }
    section{
        /* margin-top: 40px !important; */
    }
    .faqtile{
        width: 90vw !important;
    }
    .contents {
        gap: 12px !important;
        margin-bottom: 32px !important;
    }
    .mozib_container{
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        margin-bottom:60px !important;
    }
    .mozib , .deco_border{
        width: 90vw !important;
    }
    ul li:first-child{
    }
    ul li {
    }
    ul ol{
        margin-left: 12px;
        padding-left: unset !important;
    }
    .section_title{
        line-height: unset !important;
    }
    .bottom:nth-child(2){
        height: auto !important;
    }
    .bottom{
        padding : 24px 20px !important; 
    }
    .mozib{
        height: auto !important;
        gap : 12px !important;
    }
    ul:first-child{
        margin-bottom: unset !important;
    }
    section:nth-child(2){
        margin-bottom: 60px !important;
    }
}
    .deco_border{
        width: 1200px;
        border: 0.8px solid #EDF0F3;
        margin: 16px 0px 16px 0px;
    }
    .hidden {
        display: none !important;
      }
    .howapply{
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    section{
        width: 1200px;
    }
    section:first-child{
        margin-top: 80px;
    }
    section:nth-child(2){
        margin-bottom: 160px;
    }
    .contents{
        width: 1200px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-bottom: 60px;
    }
    .faqtile{
        width: 100%;
        padding : 20px 0px;
        height: auto;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        min-height: 90px;
    }
    .ques, .answer , .etc{
        display: flex;
        width: 100%;
    }
    .ques{
        color : var(--primary-500);
    }
    .etc{
        color : var(--gray-500);
    }
    .etc span {
        opacity: 0;
    }
    .mr12{
        margin-right: 12px;
    }
    .ques span{
        width: 13px;
    }
    .btnCntr{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .downloadbtn{
        color :white !important;
        width: 282px;
        height: 48px;
        border-radius: 24px;
        background: linear-gradient(180deg, #009591 0%, #008380 100%);
        /* shadow */
        box-shadow: 0px 5px 20px 0px rgba(177, 201, 201, 0.35);
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: unset;
        gap: 8px;
    }
    .mozib_container{
        width: 1200px;
        height: auto;
        display: flex;
        gap: 24px;
        margin-bottom: 120px;
    }
    .mozib{
        width: 384px;
        height: 564px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .mozib .top{
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding : 16px 10px;
        border-radius: 12px;
        height: 60px;
        color : white;
        text-align: center;
    }
    .mozib:first-child .top{
        background: var(--primary-400, #33AAA7);
    }
    .mozib:nth-child(2) .top{
        background: var(--primary-500, #009591);
    }
    .mozib:nth-of-type(3) .top{
        background: var(--primary-600, #008884);
    }
    .mozib .top img{
        position: absolute;
        right: -18px;
    }
    .bottom{
        position: relative;
        height: 480px;
        padding : 28px 24px;
        border-radius: 12px;
        background: var(--gray-white, #FFF);
        box-shadow:  0 0 20px rgba(177, 201, 201, 0.35);
        box-sizing: border-box;
    }
    .bottom > img{
        position: absolute;
        right: 24px;
        bottom: 20px
    }
    ul{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-left: 20px;
    }
    ul:first-child{
        margin-bottom: 20px;
    }
    ul ol{
        margin-top: -8px;
        padding-left : 21px;
    }
    ul > li {
        /* margin-bottom: 12px; */
    }
    ol > li{
        margin-bottom: 8px;
    }
    ul > li > ol{
        margin-top: 12px;
    }
    .section_title{
        line-height: 48px;
    }
    .hanaemail{
        text-decoration: underline;
        color: var(--primary-500);
        text-underline-offset: 3px;
    }