@charset "UTF-8";

#header #headersub {
        width: 994px;
        margin: 0 auto;
}
#header #headersub {
        position: relative;
        width: 994px;
        margin: 96px auto 0;
        height: 20px;
        background: transparent;
}
#header #headersub #topicpath_wrapper {
        position: absolute;
        top: 0;
        width: 842px;
        height: 14px;
}
#header #headersub #topicpath_wrapper ul#topicpath {
        width: 100%;
        height: 14px;
}
#headersub #topicpath_wrapper ul#topicpath li {
        height: 14px;
}
#headersub #topicpath_wrapper ul#topicpath li h1,
#headersub #topicpath_wrapper ul#topicpath li span,
#header #headersub #topicpath_wrapper ul#topicpath li.topic_top a,
#headersub #topicpath_wrapper ul#topicpath li a {
        height: 100% !important;
        margin: 0;
        font-weight: normal;
        line-height: 1.3;
}
#header #headersub {
    background: transparent none repeat scroll 0 0;
    height: 20px;

/* SALE */
    margin: 132px 8% 0;
/*    margin: -185px auto 0;*/

    position: relative;
    width: 994px;
#    margin-top: 100px;
}

#header #headersub div {
    height: 100%;
}
#header #headersub .news {
    float: left;
    width: 715px;
}
#header #headersub .news .ntitle {
    float: left;
    margin-top: 9px;
}
#header #headersub .news .date {
    float: left;
    padding: 0 10px;
    width: 55px;
}
#header #headersub .news .txt {
    width: 515px;
}
* html #headersub .date {
    width: 31px;
}
* html #headersub .txt {
    width: 500px;
}
#header #headersub .news .date p {
    font-size: 9px;
    height: 31px;
    line-height: 31px;
}
#header #headersub .news .txt {
    float: left;
}
#header #headersub .news .txt a:hover {
    text-decoration: underline;
}
#header #headersub .news .txt p {
    height: 31px;
    line-height: 31px;
}
#header #headersub .news .allbtn {
    float: right;
    margin-top: 7px;
}
#header #headersub .subbtn {
    float: right;
}
#headersub #topicpath_wrapper {
    height: 14px;
    line-height: 14px;
    position: absolute;
    top: 0;
    width: 742px;
}
#headersub #topicpath_wrapper ul#topicpath {
    height: 14px;
    list-style: outside none none;
    width: 100%;
}
#headersub #topicpath_wrapper ul#topicpath li {
    display: block;
    float: left;
    height: 14px;
}
#headersub #topicpath_wrapper ul#topicpath li span, #headersub #topicpath_wrapper ul#topicpath li a {
    background: rgba(0, 0, 0, 0) url("../../images/common/parts/header_topicpath.png") no-repeat scroll left center;
    display: block;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 9px;
}
#headersub #topicpath_wrapper ul#topicpath li span a {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
}
#headersub #topicpath_wrapper ul#topicpath li a {
    display: block;
    font-size: 11px;
}
#headersub #topicpath_wrapper ul#topicpath li a, #headersub #topicpath_wrapper ul#topicpath li span {
    margin-right: 0;
}
#headersub #topicpath_wrapper ul#topicpath li span a {
    margin-right: 0;
}
#headersub #topicpath_wrapper ul#topicpath li.topic_top a {
    background-image: none;
    font-weight: normal;
    height: 100% !important;
    line-height: 1.3;
    margin: 0;
    padding-left: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
	#header #headersub {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 94px 0 0;
	}
}

@media (min-width: 769px) and (max-width: 911px) {
    #header #headersub {
        margin-top: 100px;
	margin: 94px 0 0;
    }
}

@media (min-width: 912px) and (max-width: 1024px) {
    #header #headersub {
        margin-top: 100px;
	margin: 94px 8% 0;
    }
}

/* breadcrumb */
.breadcrumb {
    padding: 5px 0 5px 0;
    margin: 0 10px 10px 10px;
    -webkit-overflow-scrolling: touch; 
    overflow-x: auto;
    overflow-y: hidden; 
}

.breadcrumb::-webkit-scrollbar {
    height: 0px;
}

.breadcrumb::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}

.breadcrumb ul {
    display: table;
}

.breadcrumb ul li {
    font-size: 12px;
    font-size: 0.6rem;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb ul li:after {
    position: absolute;
    display: block;
    content: '';
    content: ">";
    top: 0px;
    right: 8px;
}


.breadcrumb.no-scroll ul {
    display: block;
}

.breadcrumb.no-scroll ul li {
    display: inline-block;
    margin-bottom: 12px;
    white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
    top: -4px;
}

@media print,screen and (min-width: 1024px) {
    .breadcrumb ul li a:before {
        transform: scaleX(1);
        transition: transform 0.3s ease;
    }
    .breadcrumb ul li a:hover:before {
        transform: scaleX(0);
    }
}
