/* header */
.header_wrap{
    padding: 0;
    height: 90px;
}
.header_wrap h1{
    left: 0;
    margin-right: 20px;
}
#header.fix .header_wrap{
    line-height: 90px;
}
h1 a img{
    vertical-align: middle;
}
#gnb{
    position: absolute;
    top: 0;
    left: 260px; /*220824*/
    padding: 0;
    width: 655px; /*220824*/
    height: 90px;
}
.portal_main_login #gnb{
    width: 650px;
    left: 260px;
}
#gnb::after{
    content: '';
    display: block;
    clear: both;
}
.gnb_cover{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 480px;
    border-top: none;
    background: #fff;
    padding-top: 90px;
}
.gnb_list{
    display: flex;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.gnb_list > li{
    flex: 1;
}
.gnb_list > li .sub_menu{
    display: none;
    position: absolute;
    left: 2px;
    top: 91px;
    width: 100%;
    height: 419px;
    padding: 20px 0 0 18px;
    box-sizing: border-box;
    text-align: left;
}

.gnb_list > li > a{
    padding-left: 18px;
    display: block;
    color: #333;
    font-size: 19px;
    font-weight: 700;
    text-align: left;
}
.portal_main_login .gnb_list > li > a{
    text-align: center;
    padding: 0;
}

.gnb_list > li:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 90px;
    visibility: hidden;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    transition: left .25s;
    -webkit-transition: left .25s;
    width: 0%;
    height: 4px;
    background: #416ef5;
}
.gnb_list > li:first-child > a{
    padding-left: 18px;
}

.portal_main_login .gnb_list > li:first-child > a{
    padding-left: 0;
}
.gnb_list > li.actived > a{
    color:#416ef5
}
.gnb_list > li.actived:after{
    left: 2px;
    animation-name: menu2depthhover;
    animation-duration: 1s;
    width: 100%;
}
    @keyframes menu2depthhover {
        0%{
            width: 0;
        }
        
        100%{
            width: 100%;
        }
    }
.gnb_list > li.actived > .sub_menu{
    transition: .8s linear;
    background:#f6faff;
}


.header-right{
    position: absolute;
    right: -93px;
    width: 420px;
    height: 90px;
    display: flex;
    z-index: 99;
}
.header-right.dbnone_login{
    display: none;
}
.header-right.dbflex_login{
    display: flex;
}
.portal_main_login .header-right{
    width: 420px;
}
.portal_main_login .header-right.before_login{
    width: 200px;
}
.header-right > div{
    flex: 1;
    position: relative;
}
.header-right .user > a{
    color: #2774d1;
    font-weight: 600;
    text-decoration: underline;
}

#header .header-right .alarm{
    margin-left: -40px;
}
.portal_main_login .header-right .alarm{
    margin-left: -30px;
}
.header-right .alarm_count{
    position: relative;
    top: 46px;
    left: 30px;
    display: inline-block;
    width: 15px;
    line-height: 15px;
    background: #cb0048;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}
.header-right .alarm .message_layer{
    display: none;
    position: absolute;
    top: 90px;
    right: 0;
    padding: 40px 25px 25px 25px;
    width: 440px;
    height: 475px;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 2px 2px 35px -12px #4a4a4a;
    line-height: initial;
    z-index: 10;
}
.header-right .alarm .message_layer::after{
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #f9f9f9;
    box-shadow: 2px 2px 35px -9px #4a4a4a;
}
.header-right .btn_alarm{
    position: absolute;
    top: 32px;
    left: 45px;
    width: 26px;
    height: 26px;
}
.header-right .log{
    font-weight: 500;
}
.header-right .fontsize{
    display: flex;
    align-items: center;
}
.header-right .fontsize a{
    flex: 1;
    display: inline-block;
    margin-left: 1px;
    background: #e8ebf0;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #555;
    transition: .2s linear;
}
.header-right .fontsize a:hover{
    background: #cacdd3;
}
.header-right .fontsize a:nth-child(2){
    font-size: 16px;
}
.header-right .btn_our_school{
    margin-top: 23px;
    display: inline-block;
    background-image: url('/portal/images/common/icon_our_school.png');
    height: 40px;
    padding: 0 20px 0 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-position: 15px center;
    transition: background-color 0.25s;
}
.header-right .btn_our_school:hover {
    color: #2774d1 !important;
    border-color: #2774d1;
    background-color: #c8e1f7 !important;
    background-image: url('/portal/images/common/icon_our_school_on.png');
}
.message_layer .top-wrap{
    position: relative;
    text-align: left;
}
.message_layer .top-wrap p{
    display: inline-block;
}
.message_layer .top-wrap p:nth-child(1){
    font-weight: bold;
}
.message_layer .top-wrap p:nth-child(1) span{
    color: #c80146;
    line-height: 25px;
}
.message_layer .top-wrap p:nth-child(2){
    margin-left: 110px;
}
.message_layer .top-wrap p:nth-child(2) span{
    cursor: pointer;
    color: #b5b5b5; 
}
.message_layer .top-wrap p:nth-child(2) span:nth-child(1)::after{
    content: '|';
    display: inline-block;
    margin: 0 10px;
}
.message_layer .top-wrap > a{
    margin-left: 10px;
    background: url('/portal/images/util/btn_infowindow_close.png') no-repeat 70% 0;
    position: absolute;
    top: 3px;
    right: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
}
.message_layer .btn-alarm_all{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 48px;
    background: #f0f1f3;
    color: #838486;
    text-align: center;
}
.message_layer .msg-wrap{
    margin-top: 30px;
    width: 100%;
    height: 375px;
    overflow-y: auto;
}
.message_layer .msg-wrap ul{
    padding-left: 20px;
}
.message_layer .msg-wrap ul li{
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #f8f9fb;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    transition: .2s linear;
}
.message_layer .msg-wrap ul li:hover{
    background: #e9e9e9;
}
.message_layer .msg-wrap ul li.new{
    border: 1px solid #32a28a;
    background: #f1f7f6;
}
.message_layer .msg-wrap ul li.new:hover{
    background: #e3f1ee;
}
.message_layer .msg-wrap ul li::before{
    content: '';
    position: absolute;
    top: calc(50% - 4.5px);
    left: -20px;
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #818181;
    border-radius: 5px;
}
.message_layer .msg-wrap ul li.new::before{
    background: #32a28a;
}
.message_layer .msg-wrap ul li > p{
    line-height: 26px;
    font-weight: 500;
    color: #222;
}
.message_layer .msg-wrap ul li > span{
    display: inline-block;
    margin-top: 2px;
    line-height: 26px;
    font-weight: 500;
}
.message_layer .msg-wrap ul li > span:nth-child(2){
    color: #222;
}
.message_layer .msg-wrap ul li > span:nth-child(3){
    margin-left: 15px;
    font-size: 15px;
    color: #9c9c9c;
}

.my_info_layer::after{
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #f9f9f9;
    box-shadow: 2px 2px 35px -9px #4a4a4a;
}
.my_info_layer{
    display: none;
    position: absolute;
    top: 90px;
    right: 0;
    padding-top: 30px;
    width: 320px;
    height: 632px;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 2px 2px 35px -12px #4a4a4a;
    line-height: initial;
    z-index: 10;
}
.my_info_layer.active {
    height: 640px;
}
/* .my_info_layer .inner-fv_menu_list,
.my_info_layer .inner-btn_wrap{
    display: none;
} */
.my_info_layer.active .inner-fv_menu_list{
    display: block;
}
.my_info_layer.active .inner-btn_wrap{
    display: flex;
}
section::after{
    content: '';
    display: block;
    clear: both;
}
section.inner-user_info{
    text-align: left;
}
section.inner-user_info,
section.inner-default_menu,
section.inner-fv_menu{
    padding: 0 30px;
}
section.inner-fv_menu_list{}
section.inner-user_info span{
    display: inline-block;
    line-height: 28px;
}
section.inner-user_info span:nth-child(1){ /*수정*/
    font-size: 18px;
    font-weight: 500;
    color: #333;
    width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section.inner-user_info span:nth-child(2){
    margin-left: 5px;
    font-size: 15px;
}
section.inner-user_info span:nth-child(3){
    background: #0a958e;
    color: #fff;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 14px;
    float: right;
}
section.inner-user_info span:nth-child(3)::after{
    content: '';
    display: block;                                                                                                                            
    clear: both;
}
section.inner-user_info > a.logout{
    margin-left: 5px;
    float: right;
    border-radius: 14px;
    background: #404040;
    width: 85px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
section.inner-user_info span:nth-child(4){
    float: right;
    border-radius: 14px;
    background: #0a958e;
    width: 85px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
section.inner-default_menu{
    margin-top: 10px;
    width: calc(100% - 60px);
    display: flex;
    justify-content: flex-end;
    text-align: center;
}
section.inner-default_menu a{
    font-size: 14px;
    flex: 1;
    color: #333;
    font-weight: bold;
    border-right: 1px solid #ccc;
}
section.inner-default_menu a:nth-child(1){
    text-align: left;
}
section.inner-default_menu a:nth-child(3){
    border-right: none;
}
section.inner-fv_menu{
    margin-top: 20px;
    text-align: left;
}
section.inner-fv_menu{
    margin-top: 10px;
}
section.inner-fv_menu p{
    display: inline-block;
}
section.inner-fv_menu a{
    width: 23px;
    line-height: 23px;
    display: inline-block;
    margin-top: 1px;
}
section.inner-fv_menu a img{
    width: 100%;
}
section.inner-fv_menu ul{
    margin-top: 8px;
    text-align: center;
}
section.inner-fv_menu ul li{
    float: left;
    margin-right: 10px;
    width: 58px;
    height: 40px;
    background: #e4e4e4;
    border: 1px solid #c9c9c9;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}
section.inner-fv_menu ul li::after{
    content: '+';
    display: block;
    margin: 0 auto;
    font-size: 32px;
    color: #fff;
}
section.inner-fv_menu ul li:last-child{
    margin-right: 0;
}
section.inner-fv_menu ul li span{
    width: 100%;
}
section.inner-fv_menu ul li.selected{
    cursor: pointer;
    color: #fff;
}
section.inner-fv_menu ul li.selected::after{
    display: none;
}
section.inner-fv_menu ul li.selected:nth-child(1),
section.inner-fv_menu ul li.selected:nth-child(3){
    background: #386ffd;
    border-color: #386ffd;
}
section.inner-fv_menu ul li.selected:nth-child(2){
    background: #404040;
    border-color: #404040;
}

section.inner-fv_menu_list {
    margin-top: 20px;
    background: #f3f3f3;
    text-align: left;
    padding: 20px 30px;
    height: 345px;
    overflow-y: scroll;
}
section.inner-fv_menu_list ul{
    margin-top: 10px;
}
section.inner-fv_menu_list ul li{
    line-height: 35px;
}
section.inner-fv_menu_list ul li::after{
    content: '';
    display: block;
    clear: both;
}
section.inner-fv_menu_list ul li *{
    display: block;
    float: left;
}
section.inner-fv_menu_list ul li:hover{
    font-weight: bold;
}
section.inner-fv_menu_list ul li input[type="checkbox"]{
    margin-top: 10.5px;
    cursor: pointer;
}
section.inner-fv_menu_list ul li label{
    margin-left: 10px;
    color: #333;
    font-size: 15px;
}
section.inner-btn_wrap{
    display: flex;
    width: 100%;
    background: #f3f3f3;
}
section.inner-btn_wrap a{
    flex: 1;
    margin: 10px 10px 10px 0;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    background: #404040;
    color: #fff;
    border-radius: 5px;
}
section.inner-btn_wrap a:nth-child(1){
    margin-left: 10px;
    background: #386ffd;
}

.mob_user_wrap{
    display: none;
}

/* side menu*/
.side_menu{
    position: fixed;
    right: 200px;
    /* bottom: 160px; */
    bottom: 260px;
    margin-top: -125px;
    z-index: 130;
}
.side_menu > div{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 98%);
    display: table;
    vertical-align: middle;
    margin-bottom: 20px;
    box-shadow: 0px 0px 18px #dfdfdf;
    transition: .2s linear;
}
.side_menu > div:hover{
    background: rgba(255, 255, 255, 100%);
    box-shadow: 0px 0px 18px rgb(145, 145, 145);
}
.side_menu > div > a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #8c8c8c;
}
.side_menu > div > a > img{
    display: block;
    margin: 0 auto;
}
.side_menu .quick_top img{
    margin-bottom: 7px;
}
.side_menu .remote{
    height: 90px;
    background: #e4f0fd;
}
.side_menu .remote span{
    display: inline-block;
    margin-top: 10px;
    color: #111;
    font-weight: 600;
    font-size: 15px;
}
.side_menu > div.remote > a > img{
    margin-left: 20px;
    margin-top: -6px;
}
.side_menu > div.remote:hover{
    background: rgb(232, 242, 252);
    box-shadow: 0px 0px 18px rgb(131, 133, 139);
}




/* Footer */
#footer .customer{
    position: absolute;
    right: 55px;
    top: 30px;
}
#footer .customer p{
    color: #fff;
    font-size: 16px;
}
#footer .customer p.tel{
    margin: 15px 0 20px 0;
    font-size: 33px;
    font-weight: bold;
}
#footer .customer span{
    display: block;
    color: #91959d;
    line-height: 22px;
}
#footer .side_menu{
    display: none;
}
@media screen and (max-width: 1919px){ /*220824*/
    #gnb{
        width: 600px;
        left: 260px;
    }
    .portal_main_login #gnb{
        width: 600px;
    }
    .header-right{
        right: 0;
    }
    #container .side_menu{
        display: none;
    }
    #footer .side_menu{
        display: block;
        right: 0;
    }
    #footer .side_menu .remote{
        height: 70px;
    }
}
@media screen and (max-width: 1600px){
    
    #footer .customer{
        position: static;
        margin-bottom: 20px;
        border-bottom: 1px solid #4d5563;
        padding-bottom: 30px;
    }
    #footer .customer span{
        display: inline-block;
    }
}

@media screen and (max-width: 1280px){
    
    #gnb{
        left: 0;
        width: 100%;
    }
    #header{
        height: 70px;
        transition: .2s linear;
    }
    #header.fix .header_wrap{
        line-height:70px
    }
    .header_wrap{
        height: 70px;
        line-height:70px
    }
    .header-right .fontsize{
        display: none;
    }
    
    #header .header-right .header_btn{/*220824*/
        width: 60px;
        float: left;
    }
    #header .header-right .alarm{/*220824*/
        margin-left: 0; 
        width: 60px;
        float: left;
    }

    #footer .customer{
        position: static;
        margin-bottom: 20px;
        border-bottom: 1px solid #4d5563;
        padding-bottom: 30px;
    }
    #footer .customer span{
        display: inline-block;
    }
    #footer .side_menu{
        display: block;
        position: fixed;
    }
    .side_menu{
        display: none;
        right: 12px;
        left: initial;
        bottom: 0;
        margin-top: initial;
    }
    .side_menu > div{
        background: #fff;
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }
    #footer .side_menu .remote{
        height: 45px;
        background: #dbe5ef;
    }
    .side_menu > div.remote > a > img{
        margin-left: 6px;
        margin-top: -3px;
    }
    .btn_m_list{
        display: block;
    }
    .gnb_list{
        position: inherit;
        display: block;
    }
    .gnb_list > li.actived > a{
        color: #fff;
    }
    .gnb_list > li .sub_menu{
        display: block;
        position: static;
        height: auto;
        padding: 0;
    }
    .gnb_list > li.actived > .sub_menu{
        transition: none;
        background:#f6faff;
    }
    
	#gnb{display:none;position:absolute;left:0;right:0;top:0;bottom:0;width:auto;height:auto;margin-top:70px;padding:0;overflow-y:auto}
	.portal_main_login #gnb{
        width: auto;
        height: auto;
        left: 0;
    }
    
    .gnb_list > li{float:none;border-bottom:solid 1px #d4d6d8}	
	.gnb_list > li:after{display:none !important}
	.gnb_list > li:first-child{border-top:solid 1px #d4d6d8}
	.gnb_list > li > a{display:block;padding-left:16px;padding-right:26px;font-size:18px;text-align:center /*220221*/;line-height:50px}
	.gnb_list > li:first-child > a{padding-left:18px;}
	.gnb_list > li.actived > a{color:#fff;background:#2774d1}
	
	.gnb_list > li .sub_menu{display:none;position:static;height:auto;padding:0;border-top:solid 1px #d4d6d8;background-color:#f5f7f9}
	.gnb_list > li .sub_menu > li{margin-top:0 !important}
	.gnb_list > li .sub_menu > li > a{display:block;padding:0 20px;line-height:45px;border-top:solid 1px #d4d6d8; text-align: center;}
	.gnb_list > li .sub_menu > li:first-child > a{border-top:none; text-align: center /*220221*/; }
	.gnb_list > li .sub_menu > li > ul{margin-top:0;padding:10px 0 /*220221*/;border-top:solid 1px #d4d6d8}
	.gnb_list > li .sub_menu > li > ul li a{line-height:30px; text-align: center /*220221*/;}
	.gnb_list > li .sub_menu > li > ul li a:hover{text-decoration:none !important;color:#666 !important}	
    
    section.inner-default_menu a:nth-child(1){ /* 220627 */
        text-align: center;
    }
    
	
    .header-right{
        width: 120px; /*220824*/
        right: 0;
        top: 0px;
        height: 70px;
    }
    .portal_main_login .header-right{
        width: 120px;
    }
    .portal_main_login .header-right > div{
        width: 60px;
        float: left;
    }
    .portal_main_login .header-right > .log{
        display: block;
        width: 50px;
        float: none;
        flex: none;
        position: absolute;
        right: 40px;
        line-height: 70px;
    }
    .portal_main_login .header-right > .log.logout{
        display: none;
    }
    .portal_main_login .header-right .alarm{
        width: 60px;
        margin-left: 0;
        float: left;
    }
    .header-right.dbflex_login{
        display: block;
    }
    .header-right .btn_our_school{
        margin-top: 14px;
        padding: 0 20px;
        background-position-x: 50%;
    }
    .header-right .btn_our_school span{
        display: none;
    }
    .header-right .btn_alarm{
        top: 20px;
        right: 30px;
        left: inherit;
    }
    .header-right .alarm_count{
        top: 36px;
        left: 3px;
    }
    .header-right .user,
    .header-right .log,
    .header-right .fontsize{
        display: none;
    }
    #header .header_wrap{
        text-align: center;
    }
    #header .header_wrap h1{
        display: inline-block;
        position: inherit;
        left: inherit;
    }
    .header-right .alarm .message_layer{
        top: 70px;
    }
    #header .header_wrap{
        padding:0;
        text-align:center;
    }
    .mob_user_wrap,
    .mob_user_wrap .my_info_layer{
        display: block;
    }
    .mob_user_wrap .my_info_layer{
        width: 100%;
        height: auto;
        position: inherit;
        box-shadow: none;
        padding-bottom: 20px;
        background: #f9f9f9;
    }
    .mob_user_wrap .my_info_layer ul{
        width: 100%;
        display: flex;
    }
    .mob_user_wrap .my_info_layer ul li{
        flex: 1;
    }
    
    #container{
        padding-top: 70px;
    }


    @media screen and (max-width: 768px){ /*220221*/
        .gnb_list > li:first-child > a{
            padding-left: 16px;
        }
        .message_layer .top-wrap p:nth-child(2){
            display: block;
            margin-left: 0;
        }
    }
}



/* main - notice for Cloudserver update 2207 */
.main_cloud_notice{
    height: 100vh;
    padding-top: 140px;
    text-align: center;
    background: #ededed;
}
.main_cloud_notice h3{
    padding-top: 100px;
}
.main_notice_wrap{
    position: relative;
    margin: 0 auto;
    width: 630px;
    height: 630px;
    background: #fff;
    border-top: 8px solid #568bf2;
    box-shadow: 3px 3px 10px #c2c2c2;
}
.main_notice_wrap .main_title{
    margin-top: 58px;
    margin-left: 240px;
    color: #000;
    letter-spacing: -0.5px;
    line-height: 45px;
    text-align: left;
}
.main_notice_wrap .main_title p:nth-child(1){
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -3px;
}
.main_notice_wrap .main_title p:nth-child(2){
    font-size: 36px;
    letter-spacing: -2.5px;
}
.main_notice_wrap .main_title p:nth-child(2) strong{
    color: #e81d4d;
}

.main_notice_wrap .date{
    margin-top: 30px;
    margin-left: 240px;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 365px;
    text-align: left;
}
.main_notice_wrap .date dl{
    margin-left: 5px;
    line-height: 24px;
}
.main_notice_wrap .date dl.service_open{
    margin-top: 10px;
}
.main_notice_wrap .date dt{
    
    position: relative;
    padding: 0 5px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
}
.main_notice_wrap .date dd{
    font-weight: 600;
    letter-spacing: normal;
}
.main_notice_wrap .date dt,
.main_notice_wrap .date dd{
    display: inline-block;
}
.main_notice_wrap .date dl.service_pause dt{
    background: #ffe3ea;
}
.main_notice_wrap .date dl.service_open dt{
    background: #e0e5f4;
}
.main_notice_wrap .date dl.service_pause dt::before,
.main_notice_wrap .date dl.service_open dt::before{
    content: '';
    position: absolute;
    left: -5px;
    display: inline-block;
    width: 5px;
    height: 100%;
}
.main_notice_wrap .date dl.service_pause dt::before{
    background: #e1184c;
}
.main_notice_wrap .date dl.service_open dt::before{
    background: #3b5bb9;
}
.main_notice_wrap .date dl.service_pause dd{
    color: #e1184c;
}
.main_notice_wrap .date dl.service_open dd{
    color: #3b5bb9;
}

.main_notice_wrap .notice_text{
    color: #222;
    margin-top: 60px;
    line-height: 27px;
}

.main_notice_wrap .notice_text span{
    margin-top: 50px;
    display: inline-block;
    color: #999;
    font-size: 15px;
}
.mv_obj img:nth-child(1){
    position: absolute;
    top: 120px;
    left: -10px;
}
.mv_obj img:nth-child(2){
    position: absolute;
    top: 20px;
    left: 80px;
}

/* popup */
.main_notice_c07{
    position: relative;
    max-width: max-content;
    padding: 0;
    border-radius: unset;
    border: 0;
}
.main_notice_c07 .main_cloud_notice{
    height: auto;
    padding: 35px;
    background: #f7f7f7;
}
.main_notice_c07 .main_notice_wrap{
    margin: 0 auto;
    z-index: 9;
    background: rgba(255,255,255,95%);
}

.main_notice_c07 .bg_obj::before{
    z-index: 8;
    content: '';
    display: block;
    position: absolute;
    background: url(/portal/images/common/bg_obj1.png);
    top: 0;
    left: 0;
    width: 321px;
    height: 328px;
}
.main_notice_c07 .bg_obj::after{
    z-index: 8;
    content: '';
    display: block;
    position: absolute;
    background: url(/portal/images/common/bg_obj2.png);
    top: 0;
    right: 0;
    width: 157px;
    height: 155px;
}
.main_notice_c07 .bg_obj span::after{
    z-index: 8;
    content: '';
    display: block;
    position: absolute;
    background: url(/portal/images/common/bg_obj3.png);
    bottom: 0;
    right: 0;
    width: 187px;
    height: 231px;
}
.main_notice_c07 a.btn_pop_close{
    top: 60px;
    right: 60px;
    z-index: 10;
}

.main_notice_c07.main_notice_pop a.btn_pop_close:before, 
.main_notice_c07.main_notice_pop a.btn_pop_close:after{
    background: #898989;
}



@media screen and (max-width: 767px){ /*220718*/
    
    .main_notice_c07 .main_cloud_notice{
        padding: 35px 15px;
    }
    .main_cloud_notice{
        padding: 50px 20px 100px 20px;
        height: 100%;
    }
    .main_notice_wrap{
        padding: 30px 0 150px;
        width: 100%;
        height: auto;
    }
    .mv_obj img:nth-child(1){
        position: absolute;
        top: auto;
        left: auto;
        bottom: -45px;
        right: 0;
    }
    .mv_obj img:nth-child(2){
        position: absolute;
        top: auto;
        left: 10px;
        bottom: 10px;
    }
    .main_notice_wrap .main_title{
        margin: 35px auto;
        text-align: center;
    }
    .main_notice_wrap .date{
        margin: 0px auto;
        width: 85%;
        text-align: center;
    }
    .main_notice_wrap .date dt,
    .main_notice_wrap .date dd{
        width: 100%;
        display: block;
    }
    .main_notice_wrap .date dt{
        width: 70px;
        margin: 0 auto;
    }
    .main_notice_wrap .date dd{
        margin-top: 5px;
    }
    .notice_text > p{
        margin: 0 auto;
        width: 85%;
        line-height: 23px;
    }
    .main_notice_wrap .notice_text{
        margin-top: 30px;
        font-size: 14px;
    }
    .main_notice_c07 .bg_obj::before,
    .main_notice_c07 .bg_obj::after,
    .main_notice_c07 .bg_obj span::after{
        background: none;
    }

}@media screen and (max-width: 425px){
    .main_notice_c07 a.btn_pop_close{
        right: 30px;
    }
    .main_notice_wrap .main_title{
        line-height: 34px;
    }
    .main_notice_wrap .main_title p:nth-child(1){
        font-size: 21px;
    }
    .main_notice_wrap .main_title p:nth-child(2){
        font-size: 36px;
        padding: 0px 22px;
        line-height: 42px;
    }
    .main_notice_wrap .notice_text span{
        margin-top: 25px;
        font-size: 13px;
    }
}