@charset 'utf-8';
/* 모바일까지 ~767px */
@media screen and (max-width: 767px) {
    .main_visual_sec {width: 100%; height: 100vh; background-color: #000;}
    .main_visual_wrap {width: 100%; height: 100%;}
    .v_txt {transform: translate(-50%, -50%);}
    .v_txt1 img {width: 80%;}
    .v_txt2 img {width: 60%;}
    .main_notice_wrap {height: 70vh;}
    .notice_li > div {width: 100%;}
    .n_txt {
        position: absolute; 
        left: 0; 
        top: 0;
        width: 100%; 
        height: 100%;
        text-align: center;
    }
    .n_txt1 {background-color: rgba(255,156,6,0.6);}
    .n_txt2 {background-color: rgba(189,33,62,0.6);}
    .n_txt3 {background-color: rgba(58,109,255,0.7);}
    .n_txt .cm {
        font-size: 0.9em;
    }
    .more_btn {
        margin-top: 1em;
    }
    .n_pagination {
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 100%;
        text-align: center;
    }
    
    .main_rooms_wrap {
        font-size: 0.85em;
    }
    .r_name {
        font-size: 0.9em;
    }
    .r_cm {
        position: relative;
        font-size:0.7em;
    }
    .r_rs_btn {
        margin-top: 1em;
        width: 100%;
        height: 40px;
        text-align: center;
        display: inline-block;
    }
    .so_txt {
        font-size: 0.9em;
    }
    .rmap_map {
        width: 100%;
        height: 30%;
        margin: 0 auto;
        overflow: hidden;
    }
    .rmap_cm_wrap {
        width: 70%;
        margin: auto;
        font-size: 0.5em;
        margin-top: 1em;
        color: #8a8686;
        text-align: center;
    }

} 

/* 태블릿부터 768px~  */
@media screen and (min-width: 768px) {
    .v_txt {padding-left: 60px;}
    .main_visual_pagination {padding-left: 60px;}
    /* NOTICE */
    .main_notice_wrap {width: 100%; height: 440px; padding-bottom: 40px;}
    .main_notice_wrap:before {content: ''; display: block; width: 100%; height: 400px; background-color: #f0f0f0;}
    .main_notice {width: 3600px; height: 400px;}

    .notice_li {width: 768px; opacity: 0.2; transition: opacity 1s;}
    #n_radio1:checked ~ .main_notice {left: calc((100% - 768px) / 2);}
    #n_radio2:checked ~ .main_notice {left: calc(-768px + (100% - 768px) / 2);}
    #n_radio3:checked ~ .main_notice {left: calc(-1536px + (100% - 768px) / 2);}
    #n_radio1:checked ~ .main_notice li:nth-child(1), 
    #n_radio2:checked ~ .main_notice li:nth-child(2), 
    #n_radio3:checked ~ .main_notice li:nth-child(3) {opacity: 1;}
    
    .n_txt > div {
        width: 50%;
        padding: 0 1em;
    }
    .n_txt .name {
        font-size: 1.8em;
    }
    .n_txt .date  {
        font-size: 1.1em;
        color: #f0f0f0;
    }
    .n_txt .cm {
        font-size: 1.3em;
    }
    .n_txt, .n_img {
        width: 50%;
    }
    .more_btn {}
    .n_pagination {
        bottom: 0;
    }
    .n_pagination label {
        background-color: #000;
    }
    .so_txt {
        font-size: 1.3em;
    }

}

/* 태블릿만 768px~ 1279px */
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .main_rooms {
        max-width: 680px;
        margin: auto;
    }
    .r_txt:before {
        content: '';
        display: inline-block;
        width: 15%;
        height: 1px;
        background-color: #606060;
    }
    .n_txt {
        font-size: 0.9em;
    }
    .so_li {
        max-width: 800px;
        height: 500px;
        font-size: 1.2em;
    }
    .rmap_map_wrap {
        width: 100%;
        height: 400px;
        margin: 1.5em auto;
        overflow: hidden;
    }
    .rmap_cm_wrap {
        width: 80%;
        display: block;
        margin: auto;
        font-size: 1.1em;
        margin-top: 1em;
        color: #8a8686;
        text-align: center;
    }
    .rmap_cm i {
        font-size: 1.2em;
        margin-right: 0.7em;
        color: #dddddd;
    }
    .rmap_cm1{
        float: left;
    } 
    .rmap_cm2{
    }  
    

}


/* PC부터 1280px~ */
@media screen and (min-width: 1280px) {
    /* ROOMS */
    .rooms_tit {
        text-align: center;
        padding: 130px 0 98px;
        font-size: 37.5px;
    }
    .main_rooms_wrap {
        width: 1200px;
        margin: auto;
    }
    .main_rooms {}
    .rooms_li {
        width: 100%;
        height: 460px;
        margin: 0;
    }
    .rooms_li > div {
        float: left;
        width: 50%;
        height: 100%;
    }
    .r_img {
        left: 0;
        top: 0;
        
    }
    .r_img2 {
        float: right !important;
    }
    .r_txt {
        padding-top: 6%;
        background-color: #fff;
        text-align: center;   
    }
    .r_txt:before {
        display: none;
    }
    .r_line {
        content: '';
        display: inline-block;
        width: 70px;
        height: 1px;
        background-color: #606060;
    }
    .r_name, .r_cm {
        float: none;
        width: inherit;
    }
    .r_name{
        padding-top: 0.8em;
        padding-bottom: 0.9em;
        font-size: 1.7em;
        font-weight: bold;

    }
    .r_cm {
        position: relative;
        padding-top: 1.5em;
        padding-bottom: 2.5em;
        font-size: 0.9em;
        color: #606060;

    }
    .r_cm > span {
        display: block;
        text-align: center;
    }
    .r_rs_btn {
        background-color:#c02b46;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:16px;
        padding:12px 48px;
        text-decoration:none;
        margin-top: 1em;
    }

    /* 공지사항 */
    .main_notice {width: 3600px; height: 400px;}
    .n_txt > div {padding: 0 50px;}
    .notice_li {width: 1200px; opacity: 0.2; transition: opacity 1s;}
    #n_radio1:checked ~ .main_notice {left: calc((100% - 1200px) / 2);}
    #n_radio2:checked ~ .main_notice {left: calc(-1200px + (100% - 1200px) / 2);}
    #n_radio3:checked ~ .main_notice {left: calc(-2400px + (100% - 1200px) / 2);}

    .main_so_wrap {
        width: 100%;
        margin: 1.5em auto;
    }
    .so_li {
        width: 22%;
        height: 360px;
        vertical-align: middle;
    }
}
