/*-----------------------------------------------
	index.html
-----------------------------------------------*/

.topBtn{

}
.topBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #313131;
    color: #fff;
    font-size: 18px;
}
.topBtn a::before{
	display:inline-block;
	position:absolute;
    top: 44%;
	right:35%;
	width:10px;
	height:10px;
	margin-right:15px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
	content:"";
}
.topBtn a.active::before{
    top: 39%;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
.topBtn span {
    display: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.topBtn .active .txtOff {
    display: none;
}
.topBtn .txtOff, 
.topBtn .active .txtOn {
    display: block;
}
@media only screen and (max-width:767px){
    .btnBox{
        width: 92%;
    }
    .topBtn a{
        height: 50px;
        font-size: 15px;
    }
    .topBtn a::before {
        right: 15%;
        width: 6px;
        height: 6px;
        margin-right: 0;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .wrapperSp{
        width: 92%;
    }
}

/* searchBox */
.searchBox{
    margin: 20px auto 0;
}
.searchBox .boxList label {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 24px 0;
    font-size: 15px;
    min-width: 210px;
}
.searchBox .btnSearch {
    display: block;
    width: 500px;
    height: 80px;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    padding-top: 29px;
    border-radius: 50px;
    margin: 20px auto 0;
}
.searchBox .clearGalleryForm {
    display: block;
    width: 180px;
    height: 50px;
    font-size: 18px;
    color: #FFF;
    background: #C3C3C3;
    text-align: center;
    border-radius: 50px;
    padding-top: 18px;
    margin: 20px auto 0;
}
.secForm input[type="checkbox"]{
    width: 25px;
    height: 25px;
    max-width: 25px;
    min-width: 25px;
}
.secForm input[type="checkbox"]:checked::after {
    top: 2px;
    left: 8px;
}

@media only screen and (max-width:767px){
    .searchBox{
        width: 92%;
        margin-bottom: 30px;
        margin: 10px auto 0;
    }
    .searchBox .boxList label {
        margin: 0 20px 15px 0;
        font-size: 12px;
        min-width: 80px;
    }
    .searchBox .btnSearch {
        max-width: 100%;
        width: 240px;
        height: 50px;
        font-size: 17px;
        padding-top: 16px;
        margin: 0 auto;
    }
    .searchBox .clearGalleryForm {
        max-width: 100%;
        width: 130px;
        height: 40px;
        font-size: 15px;
        padding-top: 12px;
        margin: 10px auto 0;
    }
    .secForm input[type="checkbox"]{
        width: 20px;
        height: 20px;
        max-width: 20px;
        min-width: 20px;
    }
    .secForm input[type="checkbox"]:checked::after {
        top: 0px;
        left: 6px;
    }
}
/* resultBox */
.resultBox{
    text-align: center;
    margin: 70px auto;
}
.resultBox .txtResult{
    font-size: 15px;
    letter-spacing: 1px;
}
.resultBox .txtResult .txtNum{
    font-size: 50px;
    letter-spacing: 2px;
    vertical-align: -2px;
}
.resultBox .boxList{
    font-size: 0;
    margin-top: 20px;
}
.resultBox .box{
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 60px;
    border-radius: 10px;
    color: #FFF;
    margin-right: 20px;
    font-size: 15px;
    padding-top: 12px;
}
.resultBox .box2{
    background: #313131;
}
.resultBox .box:last-child{
    margin-right: 0;
}
.resultBox .box .txtNum{
    font-size: 35px;
    vertical-align: -3px;
    padding: 0 2px 0 5px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .resultBox{
        text-align: center;
        margin: 30px auto 40px;
    }
    .resultBox .txtResult{
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .resultBox .txtResult .txtNum{
        font-size: 30px;
        letter-spacing: 2px;
        vertical-align: -2px;
    }
    .resultBox .boxList{
        margin-top: 10px;
    }    
    .resultBox .box{
        width: 140px;
        height: 65px;
        margin-right: 10px;
        font-size: 12px;
        padding-top: 12px;
        line-height: 1.2;
    }
    .resultBox .box .txtNum{
        font-size: 28px;
        vertical-align: -2px;
        padding: 0 2px;
    }    
}
/* sortBox */
.sortBox{
    font-size: 14px;
    margin: 70px auto 30px;
    text-align: right;
}
.sortBox select{
    height: 45px;
    border-radius: 5px;
    margin-left: 10px;
}
@media only screen and (max-width:767px){
    .sortBox{
        font-size: 13px;
        width: 92%;
        margin: 40px auto 20px;
        text-align: right;
    }
    .sortBox select{
        height: 40px;
        width: 150px!important;
    }
}
/* itemList */
 .itemList{
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
}
 .itemList .item {
    width: 370px !important;
    margin-right: 45px;
}
 .itemList .item:nth-child(3n){
     margin-right: 0;
}
.itemList .item:nth-child(n+4){
    margin-top: 60px;
}
 .itemList .imgRe {
    width: 100%;
    position: relative;
}
 .itemList .item .imgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 64.326%;
    border: 1px solid #c9c9c9;
    overflow: hidden;
}
 .itemList .item .imgBox img{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
 .itemList .item .txtBox {
    margin: 15px auto 0;
    color: #010101;
}
 .itemList .item .txtBox .tagList{
    display: flex;
    flex-wrap: wrap;
}
 .itemList .item .txtBox .tagList li{
    font-size: 13px;
    padding: 7px;
    border: 1px solid #c9c9c9;
    margin:0 5px 5px 0;
}
 .itemList .item .txtBox .voiceTit{
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itemList .item .txtBox .areaTxt{
    font-size: 15px;
    margin-top: 15px;
}
@media only screen and (max-width:767px){
     .itemList{
        flex-direction: column;
        margin-top: 30px;
        width: 92%;
    }
     .itemList .item {
        width: 100% !important;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }
     .itemList .item + .item{
        margin-left: 0;
        margin-top: 30px;
    }
     .itemList .imgRe {
        flex-direction: column;
    }
     .itemList .item .imgBox {
        max-width: none;
        width: 100%;
        padding-top: 64.35%;
    }
     .itemList .item .txtBox {
        width: 100%;
        margin: 15px 0 0 0;
    }
     .itemList .item .txtBox .tagList li{
        font-size: 13px;
        padding: 7px 8px;
        margin:0 5px 5px 0;
    }
     .itemList .item .txtBox .voiceTit{
        font-size: 17px;
        margin-top: 10px;
    }
     .itemList .item .txtBox .areaTxt{
        font-size: 15px;
        margin-top: 15px;
    }
}
/*-----------------------------------------------
	details.html
-----------------------------------------------*/
.cmnInTit{
    margin: 0;
}
/* secTop */
.secDetails .secTop{
    margin: 30px auto 30px;
    padding-bottom: 30px;
    border-bottom: #CCC solid 1px;
    position: relative;
}
.secDetails .secTop .iconArea{
    border: #c9c9c9 solid 1px;
    min-width: 80px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 5px;
}
.secDetails .secTop .tit{
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.secDetails .secTop .areaTxt{
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.box {
    margin: 100px auto 0;
}
@media only screen and (max-width:767px){
    .secDetails .secTop{
        margin: 20px auto ;
        padding: 0 0 20px;
        width: 92%;
    }
    .secDetails .secTop .tit{
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 1.5;
        width: 100%;
    }
    .box {
        margin: 50px auto 0;
    }
}
.secAbout {
    margin: 30px auto 0;
}
.secAbout .leftBox{
    width: 700px;
    float: left;
    position: relative;
}
.secAbout .leftBox .imgBox{
    border: 1px solid #c9c9c9;
    width: 100%;
}
.secAbout .leftBox .imgBox img{
    width: 100%;
    height: auto;
}
@media only screen and (max-width:767px){
    .secAbout{
        width: 92%;
        margin: 20px auto 0;
    }
    .secAbout .leftBox{
        width: 100%;
        float: none;
    }
}
/* secAbout .rightBox*/
.secAbout .rightBox{
    width: 460px;
    float: right;
}
.secAbout .dlBox{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: #efefef solid 1px;
}
.secAbout .dlBox:last-child{
    border-bottom: #efefef solid 1px;
}
.secAbout .dtBox{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1px;
    display: table-cell;
    width: 145px;
}
.secAbout .ddBox{
    font-size: 14px;
    line-height: 1.5;
    padding-top: 15px;
}
.secAbout .ddBox .faqList{
    display: flex;
    flex-direction: column;
}
.secAbout .ddBox .faqList li{
    display: flex;
    align-items: center;
}
.secAbout .ddBox .faqList li + li{
    margin-top:15px;
}
.secAbout .ddBox .faqList li .qesTxt{
    position: relative;
    width: 240px;
    margin-right: 15px;
}
.secAbout .ddBox .faqList li .qesTxt::after{
    content: '：';
    position: absolute;
    width: 3px;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secAbout .ddBox .faqList li .ansTxt{
    margin-left: 15px;
    width: calc(100% - 270px);
}
@media only screen and (max-width:767px){
    .secAbout .rightBox{
        width: 100%;
        float: none;
        margin: 10px auto 0;
    }
    .secAbout .dlBox {
        padding: 15px 0;
    }
    .secAbout .dtBox{
        font-size: 15px;
        width: 100%;
    }
    .secAbout .ddBox{
        font-size: 13px;
        width: 100%;
        padding-top: 10px;    
    }
    .secAbout .ddBox .faqList li .qesTxt{
        position: relative;
        max-width: 205px;
        width: 59.424%;
        margin-right: 10px;
    }
    .secAbout .ddBox .faqList li .qesTxt::after{
        right: -10px;
    }
    .secAbout .ddBox .faqList li .ansTxt{
        margin-left: 10px;
        width: calc(100% - 66%);
    }
}
/* secVoice */
.secGallery .wrapBox{
    margin: 40px auto 0;
}
.secGallery .wrapBox .galleryList{
    display: flex;
    flex-wrap: wrap;
}
.secGallery .wrapBox .galleryList li{
    position: relative;
    width: 30.834%;
    margin-right: 3.7%;
}
.secGallery .wrapBox .galleryList li::before,
.secGallery .wrapBox .galleryList li::after{
    content: '';
    display: block;
    width: 19px;
    height: 1px;
    background: white;
    position: absolute;
    right: 9px;
    bottom: 17px;
    transform: translateY(-50%);
    z-index: 2;
}
.secGallery .wrapBox .galleryList li::after{
    transform: translateY(-50%) rotate(90deg);
}
.secGallery .wrapBox .galleryList li a{
    position: relative;
    display: block;
}
.secGallery .wrapBox .galleryList li a::before{
    position: absolute;
    content: '';
    width: 39px;
    height: 39px;
    background-color: rgba(0, 0, 0, 0.7);
    right: 0;
    bottom: 0;
}
.secGallery .wrapBox .galleryList li:nth-child(3n){
    margin-right: 0;
}
.secGallery .wrapBox .galleryList li:nth-child(n+4){
    margin-top: 45px;
}
@media only screen and (max-width:767px){
    .secGallery{
        margin: 50px auto;
        width: 92%;
    }
    .secGallery .wrapBox{
        margin: 25px auto 0;
    }
    .secGallery .wrapBox .galleryList{
        justify-content: space-between;
    }
    .secGallery .wrapBox .galleryList li{
        width: 49.276%;
        margin-right: 0;
    }
    .secGallery .wrapBox .galleryList li::before,
    .secGallery .wrapBox .galleryList li::after{
        width: 13px;
        height: 1px;
        right: 7px;
        bottom: 14px;
    }
    .secGallery .wrapBox .galleryList li a::before{
        width: 29px;
        height: 29px;
    }
    .secGallery .wrapBox .galleryList li:nth-child(n+3){
        margin-top: 5px;
    }
}

.secVoiceArea .txtBox{
    margin-top: 40px;
}
.secVoiceArea .txtBox .txt{
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}
@media only screen and (max-width:767px){
    .secVoiceArea .txtBox{
        margin-top: 25px;
    }
    .secVoiceArea .txtBox .txt{
        font-size: 13px;
        line-height: 22px;
    }
}

.secInterview .secMovie{
    width: 100%;
    max-width: 1040px;
    text-align: center;
    margin: 40px auto 0;
}
.secInterview .secMovie iframe{
    max-width: 100%;
}
@media only screen and (max-width:767px){
    .secInterview .secMovie{ 
        width: 100%;
        height: 0;
        margin: 25px auto 0;
        padding-top: 56.235%;
        position: relative;
    }
    .secInterview .secMovie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.secOther{
    margin: 80px auto 0;
    padding-top: 56px;
    border-top: 1px solid #ccc;
}
.secOther .itemList{
    margin: 40px auto 0;
}
.secOther .itemList .item:nth-child(n+4){
    display: none;
}
@media only screen and (max-width:767px){
    .secOther{
        margin: 50px auto 0;
        padding-top: 35px;
    }
    .secOther .itemList{
        flex-direction: column;
        margin-top: 25px;
    }
    .secOther .itemList .item {
        width: 100% !important;
        border: none;
        margin-right: 0;
        padding-bottom: 0;
    }
    .secOther .itemList .item + .item{
        margin-left: 0;
        margin-top: 20px;
    }
    .secOther .itemList .item:nth-child(n+4){
        display: none;
    }
    .secOther .itemList .imgRe {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: relative;
    }
    .secOther .itemList .item .imgBox {
        max-width: 130px;
        width: 44.987%;
        padding-top: 24.06%;
    }
    .secOther .itemList .item .txtBox {
        width: calc(100% - 42.026%);
        margin: 0 0 0 15px;
    }
    .secOther .itemList .item .txtBox .tagList li{
        font-size: 11px;
        padding: 5px;
        margin:0 2px 3px 0;
    }
    .secOther .itemList .item .txtBox .voiceTit{
        font-size: 14px;
        margin-top: 10px;
    }
    .secOther .itemList .item .txtBox .areaTxt{
        font-size: 12px;
        margin-top: 10px;
    }
}
@media only screen and (max-width:360px){
    .cmnTop .titCmn {
        font-size: 15px;
    }
}