@charset "utf-8";

.smartwatch {
    margin-bottom: 65px;
}

.smartwatch * {
    line-height: 1;
    box-sizing: border-box;
}

.smartwatch img {
    vertical-align: bottom;
}

.smartwatch a {
    text-decoration: none;
}

.search_panel #series .lineup .series_wrapper ul li a:hover,
.search_panel #career .lineup .series_wrapper a:hover {
    color: #1445cc;
    border: 1px solid #1445cc;
    background: #edf3ff;
}

/* mv */
.mv {
    text-align: center;
}

.mv h1 {
    background: #FFC38A;
}

.mv h2 {
    color: #192b5b;
    font-size: 36px;
    font-weight: bold;
    margin-top: 40px;
}

.mv .mv_txt {
    color: #333333;
    font-size: 16px;
    margin-top: 40px;
}

/* search */
.search {
    margin-top: 40px;
}

.search_tab {
    display: flex;
    justify-content: center;
    text-align: center;
    background: #f0f0f0;
    gap: 0 10px;
    padding: 10px 0;
}

.search_tab_series {
    background-color: #ffffff;
    width: 242.5px;
    height: 50px;
    border-radius: 4px;
    color: #192b5b;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.75;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.search_tab_series:hover {
    background: #edf3ff;
}

.search_tab_series .label {
    position: absolute;
    left: -4px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    min-width: 50px;
    padding: 0 3px;
    top: 4px;
    transform: translateY(-50%);
}

.search_tab_series .label.-new {
    background-color: #fed600;
    color: #192b5b;
}

.search_tab_series a {
    color: #192b5b;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.75;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* search_panel */
.search_panel {
    width: 1000px;
    margin: 0 auto;
}

/* search_panel #series */
.search_panel #series .lineup {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.search_panel #series .lineup > li {
    width: 1000px;
    padding: 30px 0 35px;
    border-bottom: 2px solid #f0f0f0;
}

.search_panel #series .lineup > li:last-child {
    border-bottom: none;
}

.search_panel #series .lineup h4 {
    color: #192b5b;
    font-size: 24px;
    font-weight: bold;
}

.search_panel #series .lineup .series_wrapper {
    display: flex;
    justify-content: space-between;
}

.search_panel #series .lineup .series_wrapper p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 235px;
}

.search_panel #series .lineup .series_wrapper ul {
    width: 660px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    gap: 10px 0;
}

.search_panel #series .lineup .series_wrapper ul li {
    width: 320px;
}

.search_panel #series .lineup .series_wrapper ul li:nth-of-type(n + 9) {
    display: none;
}

.search_panel #series .lineup .series_wrapper ul li a {
    border: 1px solid #192b5b;
    border-radius: 4px;
    display: block;
    color: #192b5b;
    font-size: 14px;
    font-weight: bold;
    line-height: calc(48 / 14);
    position: relative;
    text-align: center;
    text-decoration: none;
}

.search_panel #series .lineup .series_wrapper ul li .label {
    position: absolute;
    left: 20px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    min-width: 50px;
    padding: 0 3px;
    top: 50%;
    transform: translateY(-50%);
}

.search_panel #series .lineup .series_wrapper ul li .label.-new {
    background-color: #fed600;
    color: #192b5b;
}

.series_show_more {
    text-align: center;
    margin-top: 20px;
}

.series_show_more_btn {
    color: #0068b7;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

.series_show_more_btn:hover {
    opacity: 0.6;
}

/* search_panel #career */
.search_panel #career .lineup {
    padding-top: 15px;
}

.search_panel #career .lineup > li {
    padding: 40px 0;
}

.search_panel #career .lineup > li + li {
    border-top: 2px solid #f0f0f0;
}

.search_panel #career .lineup h4 {
    color: #192b5b;
    font-size: 24px;
    font-weight: bold;
}

.search_panel #career .lineup .series_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.search_panel #career .lineup .series_wrapper li + li {
    margin-left: 20px;
}

.search_panel #career .lineup .series_wrapper li:nth-of-type(n + 5) {
    margin-top: 10px;
}

.search_panel #career .lineup .series_wrapper li:nth-of-type(4n + 1) {
    margin-left: 0;
}

.search_panel #career .lineup .series_wrapper a {
    display: block;
    color: #192b5b;
    font-size: 14px;
    font-weight: bold;
    line-height: calc(48 / 14);
    text-align: center;
    width: 235px;
    border: 1px solid #192b5b;
    border-radius: 4px;
}

.search_panel #career .lineup .annotation {
    color: #333333;
    font-size: 12px;
    margin-top: 20px;
}

/* campaignBanner */
.campaignBanner {
    display: block;
    list-style: none;
    padding: 50px 0 0;
    background: no-repeat;
}

.campaignBanner li {
    width: 1000px;
    margin: 0 auto !important;
}

.campaignBanner li + li {
    margin: 30px auto 0 !important;
}
