/* BASIC css start */
.etc-page h2 {
    margin: 0 0 27px;
    padding: 0 0 27px;
    border-bottom: 1px solid #717171;
    color: #000;
    font-size: 24px;
}
.etc-page > div {
    line-height: 1.7;
}
.etc-page {
    min-height: 400px;
    padding: 25px 0 0;
}
#container > #content {
    display: table-cell;
    width: 100%;
    padding: 0 0 100px;
    vertical-align: top;
}
#container {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 1280px;
    min-height: 100%;
    margin: 0 auto;
}

/*
    이동 경로
*/
#route {
    height:39px;
    background:#f9f9f9;
    border-bottom:1px solid #ededed;
}
#route div {
    width:1000px;
    margin:0 auto;
    padding:13px 0 0;
}
#route div span {
    padding:0 8px 0 11px;
    background:url('/design/applemusic/route-arrow.png') no-repeat left 5px;
    color:#777;
    font-size:11px;
}
#route div span a {
    color:#777;
     vertical-align: baseline;
}
#route div span:first-child {
    background:none;
}
/* BASIC css end */

