@charset "utf-8";

.cmnMainTit{
    background-image: url(../img/gallery/bgTit.jpg);
}
.cmnMainTit .titY{
    position: absolute;
    left: calc(50% - 560px);
    bottom: -45px;
}
@media only screen and (max-width:767px){
    .cmnMainTit{
        margin: 0 0 83px;
    }
    .cmnMainTit .titY {
        width: 25%;
        left: calc(50% - 100px);
        bottom: -25px;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
@media only screen and (max-width:767px){
    .wrapper1280 {
        margin-left: 0;
        margin-right: 0;
    }
    .wrapperSp{
        margin-left: 20px;
        margin-right: 20px;
    }
}

.secTopBnr .bnrTxt{
    font-size: 20px;
    color: #006699;
}
.secTopBnr .txtCover{
    text-align: center;
    margin-top: 35px;
}
.secTopBnr img{
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:767px){
    .secTopBnr .bnrTxt {
        font-size: 13px;
    }
    .secTopBnr .txtCover{
        margin-top: 31px;
    }
}
.secGallery{
    margin-top: 77px;
}
.secGallery .galleryTxt{
    font-size: 18px;
}
.secGallery .galleryTxt .spanNumber{
    font-size: 24px;
}
.secGallery .galleryBox{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 43px;
    padding-bottom: 35px;
}
.secGallery .galleryBox li{
    width: 49.21875%;
    margin-right: 1.5625%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.secGallery .galleryBox li > a,
.secGallery .galleryBox li > div{
    display: block;
    text-decoration: none;
    color: #000;
    height: 100%;
    padding-bottom: 100px;
}
.secGallery .galleryBox .boxCover + a{
    display: block;
    text-decoration: none;
    color: #000;
}
.secGallery .galleryBox li .img{
    width: 100%;
    padding-top: 71.42857142857143%;
    height: auto;

}
.secGallery .galleryBox li:nth-child(2n){
    margin-right: 0;
}
.secGallery .galleryBox li:nth-child(n+3){
    margin-top: 80px;
}
.secGallery .galleryBox li .boxTit{
    font-size: 24px;
    line-height: 1.666;
    margin: 33px 30px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secGallery .galleryBox li .boxTxt{
    font-size: 15px;
    line-height: 2;
    margin: 17px 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;
    max-height: 90px;
}
.secGallery .galleryBox li .boxBtn{
    display: block;
    width: 300px;
    height: 70px;
    background-color: #373e46;
    color: #fff;
    font-size: 16px;
    padding-top: 28px;
    padding-left: 35px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: calc(50% - 150px);
}
.secGallery .galleryBox li .boxBtn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    margin: auto;
    background: url(../img/modelhouse/iconBtnArrow.png) top center / cover no-repeat;
    width: 8px;
    height: 14px;
}
.secGallery .galleryBox li .boxBtn .moreSpan{
    position: relative;
}
.secGallery .galleryBox li .boxBtn .moreSpan::before {
    content: "";
    position: absolute;
    top: 0;
    left: -37px;
    bottom: 0;
    margin: auto;
    background: url(../img/modelhouse/iconBtn02.gif) top center / cover no-repeat;
    width: 24px;
    height: 4px;
}
.secGallery .galleryBox li .boxCover{
    position: relative;
}
.secGallery .galleryBox li .boxMember {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secGallery .galleryBox li .boxMember::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    content: "";
}
.secGallery .galleryBox li .boxMemberIn{ width:100%;}
.secGallery .galleryBox li .boxMember .boxTitM {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 25px 69px 25px;
    font-weight: 700;
    border: 8px solid #fff;
    color: #fff;
}
.secGallery .galleryBox li .boxMember .boxTxtM {
    font-size: 18px;
    line-height: 34px;
	font-weight:700;
    padding-top: 30px;
    color: #fff;
}
.secGallery .galleryBox li .boxMember .listBtn{ 
	margin-top:30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secGallery .boxMember .listBtn .aBtn{
    display:block;
    color:#fff;
    position:relative;
    font-size:15px;
    line-height:20px;
    letter-spacing:1px;
    border:1px solid #fff;
    width:100%;
	max-width:260px;
    height: 64px;
    padding-top: 22px;
    text-decoration:none;
    border-radius: 50px;
}
.secGallery .galleryBox li .boxMember .listBtn .aBtn.member{
    background-image: -moz-linear-gradient( 0deg, rgb(164,143,30) 0%, rgb(242,188,23) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(164,143,30) 0%, rgb(242,188,23) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(164,143,30) 0%, rgb(242,188,23) 100%);
    margin-right: 20px;
}
.secGallery .galleryBox li .boxMember .listBtn .aBtn::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width:767px){
    .secGallery{
        margin-top: 27px;
    }
    .secGallery .galleryTxt {
        font-size: 14px;
        text-align: center;
    }
    .secGallery .galleryTxt .spanNumber {
        font-size: 24px;
    }
    .secGallery .galleryBox li {
        width: 100%;
        margin-right: 0;
        position: relative;
    }
    .secGallery .galleryBox li > a,
    .secGallery .galleryBox li > div{
        padding-bottom: 0;
    }
    .secGallery .galleryBox {
        display: block;
        margin-top: 28px;
        padding-bottom: 50px;
        margin-bottom: 50px;
        position: relative;
    }
    .secGallery .galleryBox::after{
        position: absolute;
        content: "";
        width: 90%;
        height: 1px;
        background-color: #dddddd;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    .secGallery .galleryBox li .boxTit {
        font-size: 17px;
        line-height: 1.647;
        margin: 17px 20px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: 56px;
        white-space: pre-wrap;
    }
    .secGallery .galleryBox li .boxTxt {
        font-size: 14px;
        line-height: 1.857;
        margin: 10px 20px 0;
        max-height: 78px;
    }
    .secGallery .galleryBox li .boxBtn {
        width: 235px;
        height: 50px;
        color: #fff;
        font-size: 13px;
        padding-top: 19px;
        padding-left: 0;
        margin: 18px auto 0;
        position: static;
    }
    .secGallery .galleryBox li .boxBtn .moreSpan::before {
       display: none;
    }
    .secGallery .galleryBox li .boxBtn::after {
        width: 6px;
        height: 10px;
        right: 30px;
    }
    .secGallery .galleryBox li:nth-child(n+2) {
        margin-top: 50px;
    }
    .secGallery .galleryBox li .boxMember .boxTitM {
        font-size: 22px;
        letter-spacing: 2px;
        display: inline-block;
        padding: 1px 28px;
        border: 5px solid #fff;
    }
    .secGallery .galleryBox li .boxMember .boxTxtM {
        font-size: 13px;
        line-height: 24px;
        padding-top: 16px;
    }
    .secGallery .galleryBox li .boxMember .listBtn {
        margin-top: 12px;
    }
    .secGallery .boxMember .listBtn .aBtn {
        font-size: 12px;
        line-height: 15px;
        max-width: 140px;
        height: 50px;
        padding-top: 18px;
    }
    .secGallery .galleryBox li .boxMember .listBtn .aBtn.member{
        padding-top: 10px;
    }
    .secGallery .galleryBox li .boxMember .listBtn .aBtn::after {
        right: 20px;
    }
}


.iconNew{
    position: absolute;
    content: "";
    width: 50px;
    height: 32px;
    background-color: #ffe400;
    font-size: 16px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 10px;
}
@media only screen and (max-width: 767px){
    .secMainSlider .item .iconNew {
        width: 40px;
        height: 22px;
        font-size: 13px;
        top: 0;
        left: 0;
        z-index: 1;
        padding-top: 6px;
    }
}

.noneTxt{
    font-size: 18px;
    padding: 80px 0 20px;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .noneTxt{
        font-size: 14px;
        padding: 40px 0 10px;
        text-align: center;
    }
}

.btmBnr{
    width: 96.875%;
    margin: 150px auto 30px;
}
.btmBnr .underBnr{
    margin-top: 10px;
}
@media only screen and (max-width: 767px){
    .btmBnr{
        width: 100%;
        margin: 60px auto 0;
    }
    .btmBnr .underBnr{
        margin-top: 15px;
    }
}

/*-----------------------------------------------
    secDetails
-----------------------------------------------*/

.secDetails .detailsTop {
    padding: 40px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    position: relative;
}
.secDetails .detailsTop .boxTit {
    font-size: 28px;
    line-height: 1.5;
    margin-top: 11px;
}
.secDetails .txtCity {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.57;
    display: inline-block;
}
.secDetails .detailsTop::after {
    content: "";
    width: 150px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    background: #000;
}
.secDetails .iconNew{
    position: static;
    display: inline-block;
    margin-right: 10px;
}
.secDetails .boxImg{
    text-align: center;
}
.secDetails .boxImg img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
@media only screen and (max-width: 767px){
    .secDetails .detailsTop {
        padding: 20px 0;
    }
    .secDetails .detailsTop .boxTit {
        font-size: 18px;
        line-height: 1.444;
        margin-top: 13px;
    }
    .secDetails .txtCity {
        font-size: 13px;
        line-height: 1.5384;
    }
    .secDetails .iconNew {
        width: 36px;
        height: 21px;
        font-size: 12px;
        z-index: 1;
        padding-top: 6px;
    }
    .secDetails .detailsTop::after {
        width: 50px;
    }
}


.secDetails .secDetailsTopImg{
    margin-top: 45px;
}
@media only screen and (max-width: 767px){
    .secDetails .secDetailsTopImg{
        margin-top: 20px;
    }
}


/* secMovie */
.secMovie{
	margin-top:60px;
	text-align:center;
	color:#000;
	background:#373e46;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
	padding:30px 30px 30px 0;
}
.secMovie .boxLeft{
	width:calc(100% - 650px);
	position: relative;
}
.secMovie .boxTit{
	font-size:20px;
	line-height:38px;
	font-weight:700;
	letter-spacing:3px;
	padding-top:14px;
    color: #fff;
}
.secMovie .boxTxtMore{
	font-size:16px;
	line-height:36px;
	letter-spacing:1px;
	padding-top:7px;
    color: #fff;
}
.secMovie .boxMovie { width: 650px;}
.secMovie iframe {
    width: 100%;
    height: 365px;
}
@media only screen and (max-width:767px){
	.secMovie{
		margin-top:20px;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 0;
	}
	.secMovie .boxLeft{ 
		width:100%;
		order:2;
		position:relative;
		margin-top:0;
        padding: 18px 0;
	}
    .secMovie .boxTxtMore {
       display: none;
    }
	.secMovie .iconBox{
		width:52%;
		margin:0 auto;
	}
	.secMovie .boxTit{
		font-size:16px;
		line-height:25px;
		letter-spacing:1px;
		padding-top:9px;
	}
	.secMovie .boxMovie { 
		width: 100%;
		order:1;
		position:relative;
		padding-top:56%;
	}
	.secMovie iframe {
		width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
	}
}
/* secDetailsEntry */
.secDetailsEntry li.box{ margin-top:107px;}
.secDetailsEntry li.box:first-child{
    margin-top: 100px;
}
.secDetailsEntry li .boxTxt { margin-top: 47px;}
.secDetailsEntry li .boxTxt .tit {
    font-size: 24px;
    line-height: 1.208;
    font-weight: 700;
    letter-spacing: 1px;
}
.secDetailsEntry li .boxTxt .tit + .txt { padding-top:22px;}
.secDetailsEntry li .boxTxt .txt {
    font-size: 16px;
    line-height: 2.25;
}
.secDetailsEntry li.boxItemWrapIn .boxTxt .txt {
    font-size: 17px;
    line-height: 2.0;
}
.secDetailsEntry.topEntry .boxImg{
    width: 660px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

/* boxItem02Wrap */
.secDetailsEntry li .boxItem02Wrap .imgLeft {
    width: 60.9375%;
    padding-top:57.8125%;
    float: left;
}
.secDetailsEntry li .boxItem02Wrap .imgRight {
    width: calc(100% - 60.9375% - 10px);
    float: right;
    position: relative;
    margin-left:10px;
    padding-top:57.8125%;
}

/* boxItem03Wrap */
.secDetailsEntry li .boxItem03Wrap .imgLeft {
	width: 60.9375%;
    padding-top:57.8125%;
    float: left;
}
.secDetailsEntry li .boxItem03Wrap .imgRightWrap {
    width: calc(100% - 60.9375% - 10px);
    float: right;
    position: relative;
    margin-left: 10px;
}
.secDetailsEntry li .boxItem03Wrap .imgRightWrap .imgRight {
    width: 100%;
    padding-top:74.48979591836735%;
}
.secDetailsEntry li .boxItem03Wrap .imgRightWrap .imgRight + .imgRight { margin-top:10px;}

/* boxItem04Wrap */
.secDetailsEntry li .boxItem04Wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.secDetailsEntry li .boxItem04Wrap .boxTxt { 
	width: calc(100% - 38.28125%);
	padding-right:85px;
	margin-top: 50px;
}
.secDetailsEntry li .boxItem04Wrap .boxImg04 {
    width: 38.28125%;
    font-size: 0;
    margin-top: 50px;
}
.secDetailsEntry li .boxItem04Wrap .boxImg04 li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
    padding-top:40.81632653061224%;
	margin:0 10px 10px 0;
}
.secDetailsEntry li .boxItem04Wrap .boxImg04 li:nth-child(2n){ margin-right: 0;}
.secDetailsEntry li .boxItem04Wrap .boxImg04 li:nth-child(n+3){ margin-bottom: 0;}

/* boxItem05Wrap */
.secDetailsEntry li.boxItemWrapIn {
    position:static;
    padding-bottom:0;
    margin-top:60px;
    border-bottom:none;
}
.secDetailsEntry li.boxItemWrapIn::after { display:none;}
.secDetailsEntry li .boxItemWrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.secDetailsEntry li .boxItemWrap .boxTxt {
    width:  calc(100% - 50%);
	padding-right:80px;
    margin-top: 0;
}
.secDetailsEntry li .boxItemWrap .boxTxt:only-child{
    padding-right: 0;
    width: 100%;
}

@media only screen and (max-width:767px){
    .secDetailsEntry.topEntry .boxImg{
        width: 100%;
    }
	.secDetailsEntry li.box{ margin-top:45px;}
	.secDetailsEntry li.box + li.box { margin-top: 50px;}
	.secDetailsEntry li .boxTxt .tit {
		font-size:17px;
		line-height: 28px;
	}
	.secDetailsEntry li .boxTxt .tit + .txt { padding-top:12px;}
	.secDetailsEntry li .boxTxt .txt {
		font-size: 14px;
		line-height: 27px;
	}
    .secDetailsEntry li.boxItemWrapIn .boxTxt .txt {
        font-size: 14px;
		line-height: 27px;
        padding: 0 20px;
    }
    .secDetailsEntry li .boxItemWrap .boxTxt {
		width:  100%;
		padding-right:0px;
        padding-left: 0;
		margin-top: 17px;
	}
    .secDetailsEntry li .boxTxt {
        margin-top: 18px;
        padding: 0 20px;
    }
    .secDetailsEntry li.box:first-child {
        margin-top: 65px;
    }
	/* boxItem02Wrap */
	.secDetailsEntry li .boxItem02Wrap .imgRight {
		width: calc(100% - 60.9375% - 3px);
		margin-left:3px;
	}

	/* boxItem03Wrap */
	.secDetailsEntry li .boxItem03Wrap .imgRightWrap {
		width: calc(100% - 60.9375% - 3px);
		margin-left: 3px;
	}
	.secDetailsEntry li .boxItem03Wrap .imgRightWrap .imgRight + .imgRight { margin-top:3px;}

	/* boxItem04Wrap */
	.secDetailsEntry li .boxItem04Wrap {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.secDetailsEntry li .boxItem04Wrap .boxTxt { 
		width: 100%;
        padding: 0 20px;
		margin-top: 18px;
		order:2;
	}
	.secDetailsEntry li .boxItem04Wrap .boxImg04 {
		width: 100%;
		order:1;
		margin-top: 1px;
	}
	.secDetailsEntry li .boxItem04Wrap .boxImg04 li,
    .secDetailsEntry li .boxItem04Wrap .boxImg04 li:nth-child(2n){
		width: calc(25% - 0.75px);
		margin:0 1px 0 0;
        padding-top: 20.8%;
	}
    .secDetailsEntry li .boxItem04Wrap .boxImg04 li:last-child{
        margin-right: 0;
    }

	/* boxItemWrap */
	.secDetailsEntry li.boxItemWrapIn { margin-top:40px;}
	.secDetailsEntry li .boxItemWrap { display:block;}
	.secDetailsEntry li .boxItemWrap .img { width: 100%;}
}

/*-----------------------------------------------
	secLinkBottomMain
-----------------------------------------------*/
.secLinkBottomMain{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.secLinkBottomMain .btnPrevMain{ 
	order:2;
	margin-top:128px;
}
.secLinkBottomMain .list{
	order:1;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:30px 0;
	width:100%;
	margin-top:120px;
}
.secLinkBottomMain .boxTit {
    font-size: 18px;
    line-height: 29px;
    white-space:inherit;
	letter-spacing:1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	max-height:56px;
	height:auto;
}
.secLinkBottomMain .aLink {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    color: #1d1d1d;
    text-decoration: none;
    position: relative;
	padding-left:50px;
	width:49%;
	float:left;
}
.secLinkBottomMain .aLink.aPrev::after{
    position: absolute;
	top:0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    background: url(../img/common/bottomLinkBtnPrev.gif) center top / cover;
    width: 11px;
    height: 18px;
}
.secLinkBottomMain .aLink.aNext::after{
    position: absolute;
	top:0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    background: url(../img/common/bottomLinkBtnNext.gif) center top / cover;
    width: 11px;
    height: 18px;
}
.secLinkBottomMain .imgBox {
    width: 227px;
    height: 140px;
}
.secLinkBottomMain .boxIn {
    width: calc(100% - 227px);
    padding-left: 20px;
}
.secLinkBottomMain .boxSub {
    font-size: 0;
    padding-top: 5px;
}
.secLinkBottomMain .txtDate,
.secLinkBottomMain .iconNewIn{
	display:inline-block;
	vertical-align:middle;
}
.secLinkBottomMain .iconNewIn { margin-left: 10px;}
.secLinkBottomMain .txtDate{
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 3px;
}
.secLinkBottomMain .aLink.aNext{ 
	padding:0 50px 0 0;
	float:right;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.secLinkBottomMain .aNext .imgBox{ 
	order:2;
	margin:0;
}
.secLinkBottomMain .aNext .boxIn{ 
	order:1;
	text-align:right;
	padding:0 20px 0 0;
	margin:0 0 0 auto;
}
.secLinkBottomMain .imgBox{
	width: 160px;
	height:114px;
}
.secLinkBottomMain .btnPrevMain {
    margin-top: 100px;
}
.secLinkBottomMain .iconCover{
    position: relative;
}
.secLinkBottomMain .iconCover .iconNew{
    position: absolute;
    content: "";
    width: 35px;
    height: 22px;
    background-color: #ffe400;
    font-size: 13px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 6px;
}
@media only screen and (max-width:767px){
	.secLinkBottomMain{ 
		border-top: 1px solid #ddd;
		margin-top:50px;
	}
	.secLinkBottomMain .btnPrevMain{ 
		order:1;
		margin-top:50px;
	}
	.secLinkBottomMain .list{
		order:2;
		border-top:none;
		border-bottom:none;
		padding:0px 0;
		margin-top:40px;
	}
	.secLinkBottomMain .aLink {
		display:block;
		padding:20px 10px 18px 0; 
		width:50%;
	}
	.secLinkBottomMain .aLink::before{
		width: 1px;
		left:auto;
		right:0;
		height: 165px;
		-webkit-border-radius: 0%;
		border-radius: 0%;
		border:none;
		background:#dddddd;
	}
	
	.secLinkBottomMain .imgBox::before,
	.secLinkBottomMain .imgBox::after{
		position: absolute;
		top:0;
		bottom: 0;
		left: -30px;
		margin: auto;
		content: "";
		vertical-align: middle;
		z-index:2;
	}
	.secLinkBottomMain .boxIn {
		width: 109px;
        padding: 0;
        margin: 10px auto 0;
	}
	.secLinkBottomMain .boxSub { padding-top: 7px;}
	.secLinkBottomMain .iconNewIn { margin: -3px 0 0 8px;}
	.secLinkBottomMain .txtDate{ 
		font-size:13px;
	    margin-top: 0;
	}
    .secLinkBottomMain .aLink.aPrev{
        border-right: solid 1px #ddd;
    }
	.secLinkBottomMain .aLink.aNext{
        padding:20px 0 18px 10px;
    }
	.secLinkBottomMain .aNext .imgBox{ margin:0 auto;}
	.secLinkBottomMain .aNext .boxIn{ 
		text-align:left;
		padding:0;
		margin:10px auto 0;
	}
    .secLinkBottomMain .list{
        margin-top:18px;
        display: flex;
        display: -webkit-flex;
    }
	.secLinkBottomMain .imgBox{
		width:109px;
        height:78px;
        margin: 0 auto;
	}
	.secLinkBottomMain .boxTit {
		font-size: 12px;
		line-height: 1.5;
		-webkit-line-clamp: 3;
		max-height:54px;
        letter-spacing: normal;
	}
	.secBnrList{
        margin-top:70px;
    }
    .secLinkBottomMain .btnPrevMain {
		margin-top: 50px;
	}
    .secLinkBottomMain .aLink.aNext::after,.secLinkBottomMain .aLink.aPrev::after {
        width: 6px;
        height: 10px;
    }
    .secLinkBottomMain .iconCover {
        width: 109px;
        margin: 0 auto;
    }
    .secLinkBottomMain .iconCover .iconNew{
        width: 36px;
        height: 21px;
        font-size: 12px;
        padding-top: 6px;
    }
}

.secCmnLoad{
    margin-top: 50px;
}
@media only screen and (max-width: 767px){
    .secCmnLoad{
        margin-top: 20px;
    }
}