@import "master.css";

/* ===================== 가로형 ==================== */
@media all and (device-width: 6480px) and (device-height: 3840px) {
    body {
        width: 6480px;
        height: 3840px;
        font-family: 'NanumBarunGothic', sans-serif;
    }

    ul#signage > li {
        position: absolute;
        top: 0;
        width: 6480px;
        /* opacity: 0;
        transition: 1s opacity;  */
    }

    /* 공지사항 */
    .scene_notice > div {
        width: 6480px;
        height: 3840px;
        background: url(../images/notice_bg_2160.jpg) no-repeat left bottom;
        background-size: cover;
    }
    
    .scene_newsletter > div {
        width: 6480px;
        height: 3840px;
        background: url(../images/scene_newsletter_bg_2160.jpg) no-repeat;
        background-size: cover;
    }
    .scene_notice .topbar{padding: 90px;}
    .weather, .dust{display: flex; align-items: center;}
    .scene_notice .today_date p:nth-child(1) {
        font-size: 86px;
    }
    .scene_notice .today_date p:nth-child(2) {
        font-size: 195px;
    }
    .scene_notice .weather, .scene_notice .weather span {
        font-size: 280px;
    }
    .dust div p:nth-child(1) {
        font-size: 150px;
    }
    .dust div p:nth-child(2) {
        font-size: 150px;
    }
    .scene_notice .dust img {
        margin-right: 70px;
        width: 350px;
    }

    .scene_notice .school p{margin: 5px 0;}
    .scene_notice .school p:nth-child(1){font-size: 100px;}
    .scene_notice .school p:nth-child(2){font-size: 150px;}

    .notice_asset{padding: 70px; color: #fff;}
    .notice_asset h1{padding: 100px 0; font-size: 250px; text-align: center;}
    .notice_asset ul{margin-top: 40px;}
    .notice_asset ul li{font-size: 200px; line-height: 360px;}
    .notice_asset ul li p {
        width: 4800px !important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
    }

    .scene_notice_cont .notice_asset .notice_cont{
        width: auto !important;
        font-size: 110px;
        line-height: 180px;
        overflow: hidden;
        text-overflow: ellipsis !important;
        white-space: unset !important;
        word-break: unset !important;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
    }
    li.notice_cont_none div p{
        font-size: 150px;
        width: 2000px !important;
    }
    li.notice_cont_none div span{
        font-size: 120px;
    }
    .notice_cont_box ul:nth-child(2) li {
        line-height: 180px;
    }
    .notice_cont_box ul:nth-child(2) li p{
        max-width: 2150px;
        font-size: 125px;
        line-height: 290px;
    }
    .notice_cont_box ul:nth-child(2) span {
        font-size: 120px;
        line-height: 290px;
    }

    /* 이달의 행사 */
    .scene_calendar > div {
        width: 6480px;
        height: 3840px;
    }
    .calendar {
        padding: 90px;
    }
    .calendar_content {
        width: 100%;
        padding: 70px;
        display: inline-block;
        height: unset;
    }
    .calendar_content ul li {display: none;}
    .calendar_content ul li.this_day {display: block;}
    .calendar .now_month {
        font-size: 190px;
    }
    .calendar ul li span {
        font-size: 120px;
    }
    .calendar ul li span.schedule_on {
        display: inline-block;
        padding: 25px;
        background-color: #00bf60;
        border-radius: 100px;
        font-size: 90px;
    }
    .calendar_content ul {
        width: 100%;
        text-align: left;
    }
    .calendar_content li>p:nth-child(1) {
        width: 100%;
    }
    .calendar_content li p:nth-child(1) span {
        font-size: 130px;
        font-weight: 600;
    }
    .calendar_content ul li {
        display: block;
        padding: 40px 0;
        font-size: 110px;
        line-height: 190px;
    }

    /* 오늘의 식단 */
    .scene_schoolmeal > div {
        width: 6480px;
        height: 3840px;
    }
    .kcal{margin-left: 120px; width: 700px; height: auto; background: url(../images/kcal_bg_2160.png) left top no-repeat; background-size: cover;}
    .kcal span:first-child{padding-top: 270px; font-size: 170px;}
    .kcal span:last-child{padding-top: 60px; font-size: 120px;}
    .schoolmeal_pic img{width: 1500px;}
    .schoolmeal_tit, .schoolmeal_tit .material-symbols-outlined {
        font-size: 300px;
    }
    .schoolmeal_tit {
        padding: 130px 0 0 800px;
    }
    .schoolmeal_cont {
        margin-top: 600px;
        height: 3265px;
        background: url(../images/schoolmeal_bg.png) left bottom no-repeat;
        background-size: cover;
    }
    .schoolmeal_info div {
        width: 1900px;
        min-height: 2150px;
        margin-top: 470px;
    }
    .schoolmeal_info div ul {
        margin-top: 20px;
    }
    .schoolmeal_info div span {
        font-size: 200px;
    }
    .schoolmeal_info div ul li {
        font-size: 140px;
        line-height: 200px;
    }
    .allergy{padding: 90px 30px; font-size: 90px; line-height: 120px;}
    .schoolmeal_ment{padding: 90px 40px; font-size: 90px; box-sizing: border-box; color: #ffde00; line-height: 35px;}

    /* 학교이용안내 */
    .scene_useinfo .useinfo_user_box {
        width: 6480px; 
        height: 3840px; 
        border: 1px solid #000;
        background: url(../images/schooluseinfo_bg_2160.png) no-repeat left bottom;
        background-size: cover;
    }
    .scene_useinfo > .useinfo_user_bg img {
        width: 2305px;
        height: 3840px;
        object-fit: cover;
    }
    .useinfo_tit{margin:90px 90px 0 0;}
    .useinfo_tit span {
        right: 50px;
        font-size: 250px;
    }
    .useinfo_tit span:nth-child(2){color: #0059a0;}
    .useinfo_tit i {
        margin: 20px 40px 0 0;
        font-size: 175px;
    }
    .useinfo_cont div {
        margin: 150px 0 0 2250px; 
        width: 4090px; 
        font-size: 160px; 
        line-height: 230px; 
        word-break:keep-all;
    }
    .useinfo_cont ul li{list-style: none !important;}

    /* 학교행사사진 */
    .scene_album > div{
        width: 6480px; 
        height: 3840px; 
    }
    .scene_album ul li {
        width: 6480px; 
        height: 3840px; 
    }
    .scene_album ul li img{width: 6480px; max-width: 6480px; height: 3840px; object-fit: cover;}
    .scene_album p {
        padding: 70px;
        font-size: 160px;
    }

    /* 학교홍보동영상 */
    .scene_movie > div {
        width: 6480px; 
        height: 3840px; 
    }

    /* 동영상멘트 */
    .scene_movie_ment > div{
        width: 6480px; 
        height: 3840px; 
    }
    .scene_movie_ment_box {
        width: 6480px; 
        height: 3840px; 
    }
    .scene_movie_ment_cont {
        width: 6480px; 
        height: 3840px;
    }
    .movie_ment {
        width: 100%;
        padding: 20px 20px 10px 20px;
    }
    .movie_ment p:nth-child(1) {
        font-size: 150px;
    }
    .movie_ment p:nth-child(2), .movie_ment p:nth-child(3) {
        padding: 10px 0;
        font-size: 130px;
        line-height: 170px;
        text-align: justify;
    }

    /* 명언 */
    .scene_saying > div{
        width: 6480px; 
        height: 3840px;
        background: url(../images/saying_bg_3840.jpg) no-repeat;
        background-size: cover;
        background-position-x: -900px;
    }
    .scene_saying > div > div{display: flex; justify-content: center; align-items: center; width: 60%; min-height: 700px; padding: 20px; box-sizing: border-box; background-color: rgba( 0, 0, 0, 0.6 ); color: #fff;}
    .scene_saying div p{margin: 50px 0;}
    .scene_saying div p:nth-child(1){font-size: 200px;}
    .scene_saying div p:nth-child(2){font-size: 180px; color: #f4d233; line-height: 220px; word-break:keep-all;}
    .scene_saying div p:nth-child(3){font-size: 130px;}

    /* 명화 */
    .scene_painting > div{
        width: 6480px; 
        height: 3840px;
    }
    .scene_painting > div::before {
        width: 6480px; 
        height: 3840px;
        background-color: #000;
        background: url(https://lh3.googleusercontent.com/J0sw0IiqP2F4gavYnI-vUa5IBgHiHy42lohgm-qq1vuygUX0HQgylVSV1ZdDTV5XIg=s1200) no-repeat left center;
        background-size: cover;
        animation: scaleAnimation 13s infinite alternate;
    }
    .scene_painting_box {
        width: 6480px; 
        height: 3840px;
    }
    .scene_painting_cont {
        width: 6480px; 
        height: 3840px;
    }
    .scene_painting_cont img {
        min-width: 3000px;
        min-height: auto;
        max-width: 3000px;
        max-height: 3000px;
    }
    .scene_painting_cont div:nth-child(1) {
        width: 55%;
    }
    .scene_painting_cont div:nth-child(2) {
        width: 43%;
    }
    .painting_ment {
        padding: 50px;
    }
    .painting_ment p:nth-child(1) {
        font-size: 190px;
    }
    .painting_ment p:nth-child(2) {
        padding: 10px 0;
        font-size: 100px;
    }
    .painting_ment p:nth-child(3) {
        padding: 10px 0;
        font-size: 120px;
        line-height: 150px;
        text-align: justify;
    }

    /* 오늘의 영어단어 */
    .scene_engword > div {
        width: 6480px; 
        height: 3840px;
        background: url(../images/engword_bg.png) bottom right no-repeat;
        background-size: 1300px;
    }
    .scene_engword div div div{margin: 50px auto 0 auto; padding: 40px  0; width: 98%; box-sizing: border-box; background-color: #00bf60;}
    .scene_engword div div div p{margin: 10px 0; color: #fff;}
    .scene_engword div div div p:nth-child(1){font-size: 250px;}
    .scene_engword div div div p span{display: block; margin: 15px 0;}
    .scene_engword div div div p span:nth-child(1){font-size: 200px;}
    .scene_engword div div div p span:nth-child(2){font-size: 150px;}
    .scene_engword ul{margin: 90px 0 0 90px; padding: 10px  0; width: 82%; box-sizing: border-box;}
    .scene_engword ul li{margin: 30px 0; padding: 40px 0; border-bottom: 7px dashed #d1d1d1; font-size: 210px; text-align: left; line-height: 320px;}
    .scene_engword ul li span{color: #00bf60;}

    /* 오늘의 영어숙어 */
    .scene_engwidiom > div {
        width: 6480px; 
        height: 3840px;
        background: url(../images/engwidiom_bg.png) no-repeat;
        text-align: center;
        background-size: cover;
    }
    .scene_engwidiom > div > div{width: 100%; height: 100%; background: url(../images/engwidiom_item.png) bottom right no-repeat; background-size: 1300px;}
    .scene_engwidiom div div div{margin: 380px 0 0 810px; padding: 10px  0; width: 85.4%; box-sizing: border-box; background-color: #00aee1;}
    .scene_engwidiom div div div p{margin: 12px 0; color: #fff;}
    .scene_engwidiom div div div p:nth-child(1){font-size: 250px;}
    .scene_engwidiom div div div p span{display: block; margin: 15px 0;}
    .scene_engwidiom div div div p span:nth-child(1){font-size: 200px; color: #000;}
    .scene_engwidiom div div div p span:nth-child(2){font-size: 150px;}
    .scene_engwidiom ul{margin: 50px 0 0 820px; padding: 20px  0; width: 75%; box-sizing: border-box;}
    .scene_engwidiom ul li{margin: 0; padding: 30px 0; border-bottom: 7px dashed #d1d1d1; font-size: 210px; text-align: left; line-height: 320px;}
    .scene_engwidiom ul li span{color: #00aee1;}

    /* 디데이 */
    .scene_day > div {
        width: 6480px; 
        height: 3840px;
    }
    .scene_day > div .scene_day_tit {
        font-size: 17rem;
    }
    .scene_day > div ul {
        margin: 190px 0;
    }
    .scene_day > div ul li {
        font-size: 70rem;
    }
    .scene_day > div .scene_day_ment {
        font-size: 15rem;
    }

    /* 날씨.시간 공지사항 */
    .weather_time_box {
        width: 6480px; 
        height: 3840px;
    }
    .weather_time_bg {
        overflow: hidden;
        width: 6480px; 
        height: 3840px;
    }
    .weather_time_box .in_weather {
        padding: 20px;
    }
    .weather_time_box img {
        margin: 55px auto 0 auto;
        max-width: 900px;
        /* width: 6480px; 
        height: 3840px; */
    }
    #weather_time_contbox {
        height: 490px;
    }
    .weather_time {
        padding: 60px 0;
        width: 97%;
    }
    .weather_time_bg img {
        width: 6480px; 
        height: 3840px;
        object-fit: cover;
    }
    .weather_time_box > div:first-child b {
        display: block;
        padding-top: 20px;
        font-size: 190px;
        font-weight: 500;
    }
    .weather_time_box > div:first-child .temperature_text {
        font-size: 170px;
    }
    .weather_time p:first-child {
        padding: 10px 0;
        font-size: 160px;
    }
    .weather_time p:last-child {
        font-size: 170px;
    }
    .weather_time_cont span:first-child {
        font-size: 250px;
    }
    .weather_time_tit p {
        font-size: 190px;
    }
    .weather_time_cont span:last-child {
        font-size: 170px;
    }
    #weather_time_contbox {
        height: 2920px;
    }
    #autoscroll {
        font-size: 160px;
        line-height: 220px;
    }

    /* qrcode */
    .scene_qrcode {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 6480px; 
        height: 3840px;
        background: url(../images/schoolalbum_bg_3840.jpg) no-repeat;
        background-size: cover;
    }
    .qrcode img {
        display: inline-block;
        margin: 100px 0;
        width: 1200px;
    }
    .qrcode p:nth-child(1) {
        padding: 40px 0;
        font-size: 180px;
    }
    .qrcode p:nth-child(3) {
        padding: 40px 0;
        font-size: 140px;
    }
    .qrment {
        padding: 90px;
    }
    .qrment_tit1 {
        font-size: 190px;
    }
    .qrment_tit2 {
        padding: 30px 0;
        font-size: 110px;
    }
    .qrment_used1 {
        padding: 50px 0 40px 0;
        font-size: 130px;
    }
    .qrment_used2 {
        font-size: 140px;
        line-height: 190px;
    }

    /* 긴급 알림 */
    .scene_alram > div {
        width: 6480px; 
        height: 3840px;
        background: url(../images/alram_bg_3840.png) no-repeat ;
        background-size: cover;
    }
    .scene_alram span {
        position: absolute;
        left: 1580px;
        top: 350px;
        width: 4700px;
        font-size: 210px;
    }
    .scene_alram p {
        position: absolute;
        left: 500px;
        top: 1060px;
        width: 5800px;
        line-height: 210px;
        font-size: 150px;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
        word-break: keep-all;  
    }

    /* 전체 에러 */
    .scene_error > div {
        width: 6480px; 
        height: 3840px;
        background: url(../images/noticepop_bg.png) left top;
        background-size: cover;
    }
    .scene_error > div div {
        width: 1250px;
        position: absolute;
        left: 2400px;
        top: 1250px;
        font-size: 200px;
    }

    /* 날씨 */
    .weather_snow canvas {
        width: 6480px;
        height: 3840px !important;
    }
    .scene_weather_box > div {
        width: 6480px !important;
        height: 3840px !important;
    }
    .temperature_text, .temperature_info {
        padding: 0;
    }
    .weather_main .wt_icon {
        display: inline-block;
        vertical-align: top;
        width: 900px !important;
        height: 900px !important;
        background-size: 900px 900px !important;
    }
    .weather_main .wt_icon.ico_wt1,
    .weather_main .wt_icon.ico_wt2,
    .weather_main .wt_icon.ico_wt3,
    .weather_main .wt_icon.ico_wt4,
    .weather_main .wt_icon.ico_wt5,
    .weather_main .wt_icon.ico_wt6,
    .weather_main .wt_icon.ico_wt7,
    .weather_main .wt_icon.ico_wt8,
    .weather_main .wt_icon.ico_wt9,
    .weather_main .wt_icon.ico_wt10,
    .weather_main .wt_icon.ico_wt11 {
        top: -570px !important;
        left: 400px !important;
    }
    .week_item {
        margin: 20px !important;
        padding: 50px 10px !important;
        width: 47%;
        box-sizing: border-box;
        border-radius: 15px;
        text-align: center;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .cell_weather .wt_icon {
        width: 220px !important;
        height: 220px !important;
        background-size: 220px 220px !important;
    }
    .cell_weather > span {
        padding: 0 10px;
    }

    .weather_graphic .temperature_text strong {
        font-size: 30rem !important;
    }
    .temperature_info .summary {
        display: block;
        margin: 300px 0 200px 0 !important;
        font-size: 9rem !important;
    }
    .temperature_info .summary_list {
        font-size: 8rem !important;
    }
    .report_card_wrap .item_today .title {
        padding-bottom: 130px !important;
        font-size: 8rem !important;
    }
    .report_card_wrap .item_today .txt {
        font-size: 7rem !important;
    }
    .report_card_wrap .item_today {
        display: inline-block;
        min-width: 290px !important;
        margin: 50px 20px 20px 20px !important;
        padding: 80px !important;
    }
    .report_card_wrap .item_today .txt {
        display: block;
        font-weight: 700;
        /* line-height: 20rem !important; */
    }
    .today_chart_list {
        margin-top: 150px;
    }

    .week_tit {
        display: block;
        padding-bottom: 30px;
        font-size: 14rem !important;
    }
    .week_item .cell_date .day {
        margin-top: 50px;
        font-size: 7rem !important;
        /* font-weight: 400  !important; */
    }
    .date_inner .date {
        margin-top: 50px;
        font-size: 7rem !important;
    }
    .week_item .cell_weather .weather_left .time {
        margin-bottom: 80px;
        font-size: 6rem !important;
    }
    .week_item .cell_weather .weather_left .rainfall {
        font-size: 5rem !important;
    }
    .week_item .cell_temperature .lowest {
        font-size: 7.5rem !important;
    }
    .week_item .cell_temperature .highest {
        font-size: 8rem !important;
    }
    .weather_graphic .temperature_text strong {
        -webkit-text-stroke: 10px #fff !important; 
    }

    /* 팝업 전광판 */
    .scene_popupgallery .topbar{padding: 90px;}
    .scene_popupgallery .today_date p:nth-child(1) {
        font-size: 86px;
    }
    .scene_popupgallery .today_date p:nth-child(2) {
        font-size: 195px;
    }
    .scene_popupgallery .weather, .scene_popupgallery .weather span {
        font-size: 280px;
    }
    .scene_popupgallery .dust div p:nth-child(1) {
        font-size: 150px;
    }
    .scene_popupgallery .dust div p:nth-child(2) {
        font-size: 150px;
    }
    .scene_popupgallery .dust img {
        margin-right: 70px;
        width: 350px;
    }

    .scene_popupgallery .school p{margin: 5px 0; line-height: 170px;}
    .scene_popupgallery .school p:nth-child(1){font-size: 100px;}
    .scene_popupgallery .school p:nth-child(2){font-size: 150px;}

    .popupgallery_tit {
        left: 205px;
        top: 625px;
        width: 1000px;
        font-size: 120px;
        line-height: 150px;
        -webkit-line-clamp: 4;
    }
    .scene_popupgallery div.popupgallery_cont {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 6480px; 
        height: 3840px; 
        /* border: 1px solid red; */
        background-color: #000;
        background: url("../images/popboard_bg_3840w.jpg");
        background-size: cover;
    }
    .scene_popupgallery ul {
        margin: 350px 40px 0 0;
        max-width: 4850px;
        grid-gap: 80px;
    }
    .scene_popupgallery ul img, .scene_popupgallery ul video {
        box-sizing: border-box;
        width: 100%;
        min-width: 1400px;
        height: 1300px;
        object-fit: contain;
    }
    .scene_popupgallery ul li p {
        padding: 20px;
    }
    .scene_popupgallery ul li p span {
        max-width: 946px;
        font-size: 125px;
    }

    body.gallery {
        box-sizing: border-box;
        width: 100%;
        background-color: #fff;
        border: 10px solid #000;
        background: url("../images/gallery_pattern.jpg") repeat;
        background-size: contain;
    }

    /* 갤러리 */
    .scene_gallery {
        height: 2100px;
        overflow: hidden;
    }
    .gallery_box {
        width: 6480px !important;
        box-sizing: border-box;
        margin-top: -40px;
        padding: 200px 0;
        /* background-color: #55565a; */
        border-bottom: 10px solid #000;
        background: url("../images/gallery_tit_bg_3840w.jpg");
        background-size: cover;
    }
    .gallery_tit {
        box-sizing: border-box;
        margin: 50px auto 10px auto;
        padding: 10px 0;
        /* background-color: black; */
        font-size: 10em !important;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: center;
        border-radius: 5px;
        text-shadow: 4px 4px 7px #000;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        /* background: linear-gradient(to top, #FFBB00 40%, transparent 40%) */
    }
    /* gallery_row */
    .gallery_row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gallery_row .images {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        margin: 40px 0;
        gap: 10px;
        max-width: 98%;
        padding: 0;
    }
    .gallery_row .images .img {
        height: 1040px !important;
        flex-grow: 1;
        object-fit: cover;
    }
    .gallery_row .images img {
        box-sizing: border-box;
        height: 100%;
        min-width: 100%;
        object-fit: cover;
        vertical-align: bottom;
        border: 5px solid #000; 
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .gallery_row .images li.img {
        position: relative;
    }
    .gallery_row .images li.img p {
        position: absolute;
        bottom: 0;
        margin: 0;
        padding: 50px !important;
        background-color: rgba( 0, 0, 0, 0.4 );
        font-size: 90px !important;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: center;
    }
    .gallery_row .images video {
        height: 100%;
        min-width: 100%;
        object-fit: cover;
    }
}