body{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #E6E6E6;
    box-sizing: border-box;
}

ul{list-style: none;margin: 0;padding: 0;}
div{border: none;margin: 0;padding: 0;}
a{text-decoration: none;}

#container{
    max-width: 540px;
    width: 100%;
    margin: 30px auto 0;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 5px 4px 9px;
}

.top{
    margin-bottom: 20px;
    border: 1px solid #E6E6E6;
    text-align: center;
    line-height: 60px;
    font-size: 1.5em;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.logo{
    margin-right: 10px;
    width: 140px;
    background-image: url("../img/racingjoy_logo_281x48.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.title_text{
    box-sizing: content-box;
}

li{
    border-top: 1px dotted #009944;
    height: 60px;
}

ul>li:last-child{
    border-bottom: 1px dotted #009944;
}

li>a{
    display: block;
    color: #0c0c0c;
    position: relative;
}

a>div{
    display: inline-block;
}

.name_number{
    width: 30px;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
}

.name_text{
    margin: 0 10px;
    width: 80px;
    line-height: 60px;
    font-weight: 500;
}

.area_date{
    font-size: 0.75em;
    vertical-align: middle;
    margin-bottom: 10px;
}

.name_area{font-weight: 500; height: 20px;}
.seoul{color: #1D2696;}
.busan{color: #009245;}
.jeju{color: #ED1C24;}

.서울{color: #1D2696;}
.부산{color: #009245;}
.제주{color: #ED1C24;}

.name_date{ height: 20px;}

.list_btn{
    position: absolute;
    right: 10px;
    top: 14px;
    width: 110px;
    line-height: 32px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.85em;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(30deg,#90C31F,#009944);
}

.other_name_list{
    width: 500px;
    height: 60px;
    margin: 20px auto 0;
}

#other_name{
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border: 1px solid #009944;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 700;
}

select option[value=""][disabled] {
	display: none;
}

option{
    line-height: 1.5em;
}

@media (max-width:600px){
   body{
        background-color: #fff;
   } 
   #container{
        width: calc(100% - 30px);
        margin: 30px auto 0;
        padding: 15px;
        box-shadow: none;
    }
    .top{
        font-size: 1em;
        font-weight: 700;
    }

    .other_name_list{
        width: calc(100% - 20px);
    }

    .name_number{
        width: 20px;
    }

    .name_text{
        margin: 0 5px;
        width: 75px;
    }

    .area_date{
        font-size: 0.75em;
    }

    .list_btn{
        position: absolute;
        right: 5px;
        width: 85px;
        font-size: 0.9em;
    }

    #other_name{
        padding-left: 10px;
        font-size: 0.95em;
    }
    
}

@media (max-width:359px){
    .logo{width: 120px;}
    .name_text{width: 60px;}
    .list_btn{width: 80px; font-size: 0.8em;}
}