.supply_title {
    font-family:'Montserrat','Noto Sans KR', '맑은 고딕',Malgun Gothic,'돋움',Dotum,'굴림',  sans-serif;
    font-size: 25px;
    display: inline-block;
    height: 45px;
    border-bottom: 2px solid #444;
}
.cal_section {
    margin-top: 50px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.cal_btns {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    height: 60px;
}

.cal_btns > li {
    width: 200px;
    height: inherit;
    font-size: 14px;
}
.cal_btns > li > label {
    display: block;
    height: inherit;
    color: white;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}
.cal_btns > li:nth-of-type(1) > label{
    background-color: #1F4F65;
    text-align: left;
    padding-left: 10px;
}
.cal_btns > li:nth-of-type(2) > label{
    background-color: #3d7a96;
    text-align: right;
    justify-content: flex-end;
    padding-right: 10px;
}
.cal_lists_titles {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.cal_lists > .cal_lists_ol { 
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 30px;
        align-items: center;
}
.cal_lists > .days {
    height: 100px;
}
.cal_lists > .days li{
    height: 100px;
}

.cal_lists > .cal_lists_ol > li { 
    font-size: 0.9vw;
    line-height: 30px;
    width: 100%;
    height: inherit;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    justify-content:flex-start;
}
.cal_lists > .cal_lists_ol > li:nth-of-type(1){
    color: red;
}
.cal_lists > .cal_lists_ol > li:nth-of-type(7){
    color: blue;
}
.cal_lists > .cal_lists_ol > li:last-of-type{
    border-right:1px solid #ccc;
}
.boxs_size{
    color: white; display:flex; flex-direction: column; 
    align-items: center; justify-content: center;
}
.color1 { 
    background-color: #fb6a0a;
}
.color2 { 
    background-color: #293e83;
}
.color3{
    background-color: #491553;
}
.color4{
    background-color: #155348;
}
.span_size { 
    width:95%; height:65%; background-color:white; display:block;
    color: #1F4F65;
    display: flex;
    justify-content: center;
    align-items: center;
}
.span_text1 { 
    font-size: 1vw;
}
.span_text2 { 
    font-size: 0.8vw;
}
.supply_info {
    margin-top: 50px;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
.supply_info > img {
    height: 100%; width: 100%; object-fit: contain;
}

.supply_infobtn1{
    width: 25%;
    height: 2.2rem;
    display: block;
    position: absolute;
    cursor: pointer;
    right: 0;
    bottom: 29%;
}
.supply_infobtn2{
    width: 25%;
    height: 2.2rem;
    display: block;
    position: absolute;
    cursor: pointer;
    right: 0;
    bottom: 20%;
}

.supply_infobtn3 {
    width: 25%;
    height: 1.8rem;
    display: block;
    position: absolute;
    cursor: pointer;
    right: 0;
    bottom: 36.30%;
}

.supply_infobtn4 {
    width: 25%;
    height: 1.8rem;
    display: block;
    position: absolute;
    cursor: pointer;
    right: 0;
    bottom: 30.95%;
}

/* 사전예약 당첨자 및 일반 당첨자 */
.res_section { 
    padding-top: 50px;
    width: 100%;
}
.res_section > .res_texts {
    width: 80%;
    margin: 0 auto;
    height: auto;
    display: block;
}
.res_section > .res_texts > ul {
    text-align: left;
    font-size: 13px;
    height: auto;
}
.res_section > .res_texts > ul > li {
    height: auto;
    /* line-height: 30px; */
}
.res_days {
    height: 40px;
    display:flex;
    flex-direction: row;
    width:80%;
    margin: 0 auto;
}
.res_days > label{
    width: 50%;
    height: inherit;
    display: block;
    line-height: 40px;
    cursor: pointer;
}
.res_days > label:nth-of-type(1){
    background-color: #155348;
    color: white;
}
.res_days > label:nth-of-type(2){
    background-color: #f3f3e2;
    color: black;
}
.res_part { 
    width:80%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #293e83;
    margin: 0 auto;
}
.res_info, .res_search, .res_search2{
    height: auto;
}
.res_search > ol {
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    width: 80%;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #ccc;
}
.res_search2 > ol {
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    width: 80%;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.res_search2 > ol > li{
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.res_search2 > ol > li:nth-of-type(1){
    width: 10%;
    text-align: right;
}
.res_search2 > ol > li:nth-of-type(2){
    width: 10%;
}
.res_search2> ol > li:nth-of-type(3){
    width: 10%;
    text-align: right;
}
.res_search2 > ol > li:nth-of-type(4){
    width: 10%;
    margin-left: 10px;
    text-align: left;
}
.res_search2 > ol > li:nth-of-type(5){
    width: 10%;
    text-align: right;
}
.res_search2 > ol > li:nth-of-type(6){
    width: 10%;
    margin-left: 10px;
    text-align: left;
}
.res_search2 > ol > li:nth-of-type(7){
    width: 10%;
    text-align: right;
}
.res_search2 > ol > li:nth-of-type(8){
    width: 20%;
    margin-left: 10px;
    text-align: left;
}

.res_search > ol > li {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.res_search > ol > li:nth-of-type(1){
    width: 30%;
    text-align: right;
}
.res_search > ol > li:nth-of-type(2){
    width: 20%;
    margin-left: 10px;
    text-align: left;
}
.res_search > ol > li:nth-of-type(3){
    width: 10%;
    text-align: right;
}
.res_search > ol > li:nth-of-type(4){
    width: 40%;
    margin-left: 10px;
    text-align: left;
}
.res_info > ol {
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}

.res_info > ol > li{
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.res_info > ol:last-of-type{
    border-bottom: 1px solid #ccc;
}
.res_info > ol > li:nth-of-type(1){
    width: 20%;
    background-color: #daeeea;
}
.res_info > ol > li:nth-of-type(2){
    width: 80%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.select_css {
    height: 35px;
    width: 200px;
    text-indent: 5px;
    border: 1px solid #ccc;
}
input[type="text"]{
    height: 35px;
    text-indent: 5px;
    border: 1px solid #ccc;
}
.input_cssred{
    width: 100px;
    color: red !important;
}
.input_css1{
    width: 100px;
}
.input_css2{
    width: 180px;
}
.perno > label {
    width: 60px;
    height: 35px;
    display: inline-block;
    padding-top: 1px;
}
.terms {
    margin-top: 15px;
    width: 100%;
    height: auto;
}
.scrollable{
    width:80%;
    border:1px solid #ccc;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    padding: 10px;
}
.agree_ck{
    text-align: left;
    margin: 0 auto;
    width:80%;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}
.reservation_btn{
    width: 140px;
    height: 40px;
    background-color: #155348;
    color:white !important;
    border: 0;
}
.reservation_btn3{
    width: 140px;
    height: 40px;
    border:1px solid #155348;
    background-color: white;
    color:black !important;
}


.supply_info2 { display: none;}
@media screen and (min-width:1250px) and (max-width:1390px) {
    .supply_infobtn3 {
        width: 25%;
        height: 1.8rem;
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        bottom: 37.30%;
    }
    
    .supply_infobtn4 {
        width: 25%;
        height: 1.8rem;
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        bottom: 31.95%;
    }
}

@media screen and (min-width:1070px) and (max-width:1249px) {
    .supply_infobtn3 {
        width: 25%;
        height: 1.8rem;
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        bottom: 39.30%;
    }
    
    .supply_infobtn4 {
        width: 25%;
        height: 1.8rem;
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        bottom: 33.95%;
    }
}

@media screen and (min-width:991px) and (max-width:1069px) {
    .supply_infobtn3 {
        width: 25%;
        height: 1.8rem;
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        bottom: 40.30%;
    }
    
    .supply_infobtn4 {
        width: 25%;
        height: 1.8rem;
        display: block;
        position: absolute;
        cursor: pointer;
        right: 0;
        bottom: 35.95%;
    }
}
@media screen and (max-width:992px) {
    .supply_info { display: none;}
    .supply_info2 { display: block;}
    .supply_infobtn1_m{
        width: 52%;
        height: 3rem;
        display: block;
        position: absolute;
        cursor: pointer;
        bottom: 23%;
        left: 27%;
    }
    .supply_infobtn2_m{
        width: 52%;
        height: 3rem;
        display: block;
        position: absolute;
        cursor: pointer;
        left:27%;
        bottom: 12%;
    }
    .supply_infobtn3_m{
        width: 52%;
        height: 3rem;
        display: block;
        position: absolute;
        cursor: pointer;
        bottom: 26%;
        left: 25%;
    }
    .supply_infobtn4_m{
        width: 52%;
        height: 3rem;
        display: block;
        position: absolute;
        cursor: pointer;
        left:25%;
        bottom: 14%;
    }
    .span_size{
        line-height: 15px;
    }
    .res_search > ol > li:nth-of-type(1){
        text-align: left;
        width: 35%;
    }
    .res_search > ol > li:nth-of-type(2){
        width: 40%;
    }
    .res_search > ol > li:nth-of-type(3){
        width: 35%;
        text-align: left;
    }
    .res_search > ol > li:nth-of-type(4){
        width: 40%;
    }

    .res_search > ol {
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        align-items: center;
        width: 80%;
        height: 200px;
        margin: 0 auto;
        border: 1px solid #ccc;
    }
}

@media screen and (min-width:461px) and (max-width:640px) {
    .red_texts {
    display: none;
    }
    .supply_infobtn1_m{
        width: 52%;
        height: 2.5rem;
        bottom: 25%;
        left: 25%;
    }
    .supply_infobtn2_m{
        width: 52%;
        height: 2.5rem;
        left:25%;
        bottom: 12%;
    }
    .res_search > ol > li:nth-of-type(1){
        text-align: left;
        width: 100%;
        padding-left: 5px;
    }
    .res_search > ol > li:nth-of-type(2){
        width: 100%;
    }
    .res_search > ol > li:nth-of-type(3){
        padding-left: 5px;
        width: 100%;
        text-align: left;
    }
    .res_search > ol > li:nth-of-type(4){
        width: 100%;
    }
    .select_css {
        height: 35px;
        width: 95%;
        text-indent: 5px;
        border: 1px solid #ccc;
    }
    .res_info > ol > li:nth-of-type(1){
        width: 30%;
        background-color: #daeeea;
    }
    .res_info > ol > li:nth-of-type(2){
        width: 70%;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .help_text{
        display: none;
    }

    .res_search2 > ol {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content:space-around;
        align-items: center;
        height: auto;
        margin: 0 auto;
        border: 1px solid #ccc;
    }
    .res_search2 > ol > li {
        width: 50% !important;
        text-align: center !important;
        text-indent: 0;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media screen and (min-width:340px) and (max-width:460px) {
    .supply_infobtn1_m{
        width: 52%;
        height: 2rem;
        bottom: 16%;
        left: 27%;
    }
    .supply_infobtn2_m{
        width: 52%;
        height: 2rem;
        left:27%;
        bottom: 8%;
    }
    .res_search > ol > li:nth-of-type(1){
        text-align: left;
        width: 100%;
        padding-left: 5px;
    }
    .res_search > ol > li:nth-of-type(2){
        width: 100%;
    }
    .res_search > ol > li:nth-of-type(3){
        padding-left: 5px;
        width: 100%;
        text-align: left;
    }
    .res_search > ol > li:nth-of-type(4){
        width: 100%;
    }
    .select_css {
        height: 35px;
        width: 95%;
        text-indent: 5px;
        border: 1px solid #ccc;
    }
    .res_info > ol > li:nth-of-type(1){
        width: 20%;
        background-color: #daeeea;
    }
    .res_info > ol > li:nth-of-type(2){
        width: 80%;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .help_text{
        display: none;
    }
    .res_search2 > ol {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content:space-around;
        align-items: center;
        height: auto;
        margin: 0 auto;
        border: 1px solid #ccc;
    }
    .res_search2 > ol > li {
        width: 50% !important;
        text-align: center !important;
        text-indent: 0;
        margin: 0 !important;
        padding: 0 !important;
    }
}
