@charset "UTF-8";

.posRelative{position: relative;}


.mainImgLogoSet{
    position: absolute;
    top: 0; left: 0;
    margin-bottom: 0px!important;
    display: none;
}
.titlelogoSet{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
    height: 570px;
/*    margin-top: 240px;*/
/*    margin-bottom: 30px;*/
/*    margin-right: 375px;*/
/*    margin-left: -10px;*/
}
.titlelogoSet02{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.titlelogoN{
    max-width: 67px;
    max-height: auto;
    margin-right: 7px;
    opacity: 0;
}
.titlelogoS{
    max-width: 22px;
    max-height: auto;
    margin-right: 7px;
    opacity: 0;
}

.titletex01{
    max-width: 321px;
    max-height: auto;
    margin-bottom: 20px;
    margin-right: 647px;
}
.titletex02{
    max-width: 270px;
    max-height: auto;
    margin-bottom: 20px;
    margin-right: 697px;
}
.titletex03{
    max-width: 399px;
    max-height: auto;
    margin-right: 569px;
}

/*--------------------topics*/
.topHeader{
    position: relative;
}

.topMain{
    width: 100%;
    max-width: 1200px;
    height: auto;
}
/*.topMainBgColor01{ background-color: #ffffff; }
.topMainBgColor02{ background-color: #efbfa8; }
.topMainBgColor03{ background-color: #b6efa8; }
.topMainBgColor04{ background-color: #a8f0ef; }
.topMainBgColor05{ background-color: #eba7f0; }*/

#topicsContainer{
    position: absolute;
    bottom: 20px; left: 0;
    z-index: 4;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.topicsSet{
    background-color: #51ad3c;
    width: 88%;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 2px;
/*    margin-top: 20px;*/
}
.topicsSet a{
/*
    width: 100%;
    font-size: 0.75rem;
*/
    color: #000;
}
.topicsTitle{
    width: 150px;
    height: auto;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.topicsTitleLink{
    width: 180px;
    height: auto;
}
.topicsImg{
    display: block;
    width: 20px;
    height: auto;
    margin-left: 10px;
}
.topicsDetailSet{
    background-color: #fff;
    width: 100%;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 1px;
}
.topicsDetailSet div img{
    max-width: 19px;
    max-height: auto;
}
.topicsDetailChangeSet{
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 1px;
}
.topicsDetail{
    font-size: 0.9rem;
    line-height: 1.4rem;
    display: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.topicsDetailArrow{
    display: inline-block;
    width: 7px;
    height: auto;
    margin: 0 10px;
    margin-bottom: 1px;
}
.topicsDetailList{
    display: inline-block;
    width: 100%;
    height: auto;
    padding-left: 10px;
}
.topicsActive{
    display: flex;
}
.topicsActive:hover{
    opacity: 0.7;
}
.topicsLeftArrow{
    width: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.topicsRightArrow{
    width: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.topicsWrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.sliderButtonBox{
    width: 12%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}
.sliderButton{
    width: 10px;
    height: 10px;
    fill: #ccc;
    cursor: pointer;
}
.sliderButton svg{
    display: block;
}
.activeSliBtn{
    fill: #51ad3c;
}


