/* BASIC css start */
.tool-wrap {padding:5px 10px;}
.tool-wrap select {width:100%;}
.list_array {border-top:0px none;}
.plan .list_array .list_arrayRight img {width: 23px; height: auto;}

/* Å¸ÀÌÆ² */
.plan-title img {
    width: 100%;
}



/* Ä«Å×°í¸® */
#goods {
    position: relative;
    overflow: hidden;
    border-top: 3px solid #444444;
    border-right: 1px solid #444444;
    text-align: center;
    border-bottom: 1px solid #444444;
    margin: 20px 2.5%;
    width: 95%;
}
ul#goods li {
    float: left;
    box-sizing: border-box;
    
    border-bottom: 1px solid #444444;
    border-left: 1px solid #444444;
}
#goods a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 95%;
}

ul#goods li:nth-child(1) {
    background-color: #12423e;
    color: #fff;
}
ul#goods li:nth-child(1) a {
    color: #fff;
    font-weight: 700;
}


/* BASIC css end */

