@charset "utf-8";
#subpage { width: 100%; overflow: hidden; position: relative; padding-top: 0px; min-height: 800px; }
#subpage .contents { position: relative; top: 0; left: 50%; margin-left: -960px; width: 1920px; overflow: hidden; min-height: 800px; }
#subpage .contents #depth3 { position: absolute; width: 100%; overflow: hidden; top: 50px; left: 0; text-align: center; }
#subpage .contents #depth3 > ul { display: inline-block; }
#subpage .contents #depth3 > ul > li { float: left; border: 1px solid #fff; margin-left: -1px; line-height: 1; }
#subpage .contents #depth3 > ul > li:first-child { margin-left: 0; }
#subpage .contents #depth3 > ul > li > a { display: block; padding: 15px 30px; color: #fff; font-size: 14px; }
#subpage .contents #depth3 > ul > li.on > a { background: #fff; color: #f17297; }

#subpage > .board { padding: 100px 0 150px; }