@charset "utf-8";

/*secMainTit*/
.secMainTit.lazyloaded{
	background: center / auto 100% no-repeat url(../img/blog/bgTop.jpg);
}


/*secBlog*/
.secBlog{
    margin-bottom: 190px;
}
.secBlog .wrapper{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.secBlog .boxBlog{
    width: 78.135%;
}

@media only screen and (max-width:767px){
    .secBlog{
        margin-bottom: 60px;
    }
    .secBlog .wrapper{
        display: block;
    }
    .secBlog .boxBlog{
        width: 100%;
    }
}

/*cnmBoxSide*/
.cnmBoxSide{
	width: 17.18%;
}
.cnmBoxSide .boxTit{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	padding-bottom: 20px;
	border-bottom: solid 1px #1d1d1d;
}
.cnmBoxSide .titSide{
	font-size: 14px;
	letter-spacing: 1px;
}
.cnmBoxSide .boxSelect{
	padding: 20px 0 50px;
}
.cnmBoxSide .select{
	width: 100%;
	height: 54px;
	border: solid 1px #e1e1e1;
	font-size: 16px;
	padding: 0 5px;
}
.cnmBoxSide .boxInsta img{
    width: 100%;
    height: auto;
}
.cnmBoxSide .boxList{
	padding-bottom: 60px;
}
.cnmBoxSide .boxList .item{
	border-bottom: solid 1px #e1e1e1;
}
.cnmBoxSide .boxList a{
	position: relative;
	display: block;
	padding: 22px 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 200;
	color: #000;
	text-decoration: none;
}
.cnmBoxSide .boxList a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: center / 5px auto no-repeat url(../img/common/icoLink.gif);
}
@media only screen and (max-width:767px){
	.cnmBoxSide{
		width: 100%;
		padding-top: 50px;
	}
	.cnmBoxSide .boxTit{
		position: relative;
		padding: 15px 0;
	}
	.cnmBoxSide .boxTit::after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5px;
		width: 7px;
		background: center / 7px auto no-repeat url(../img/blog/icoOpen.gif);
	}
	.cnmBoxSide .boxTit.on::after{
		background: center / 7px auto no-repeat url(../img/blog/icoClose.gif);
	}
	.cnmBoxSide .boxSelect{
		display: none;
		padding: 15px 0;
	}
	.cnmBoxSide .boxList{
		display: none;
		padding-bottom: 20px;
	}
	.cnmBoxSide .boxList a {
		padding: 18px 12px;
	}
	.cnmBoxSide .boxInsta{
        display: block;
        margin-top: 20px;
        border-radius: 5px;
        overflow: hidden;
	}
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
/*secTab*/
.secTab{
    margin: 50px auto;
}
.secTab .tabList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.secTab .tabList .tab{
    position: relative;
    width: 15.625%;
    height: 90px;
    margin-right: 1.25%;
    border: solid 1px #d19393;
}
.secTab .tabList .tab:nth-child(6n){margin-right: 0;}
.secTab .tabList .tab:nth-child(n + 7){margin-top: 15px;}
.secTab .tabList .tab.on{
    background: #d19393;
}
.secTab .tabList .tab.on::after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #d19393 transparent transparent transparent;
}
.secTab .tabList a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
	padding: 5px;
    text-align: center;
    text-decoration: none;
}
.secTab .tabList .txtIn{
    font-size: 18px;
    letter-spacing: 2px;
    color: #3c3232;
}
.secTab .tabList .on .txtIn{
    color: #FFF;
}
@media only screen and (max-width:767px){
    .secTab{
        margin: 25px auto;
    }
    .secTab .tabList .tab{
        height: auto;
        width: 32.5%;
        margin-right: 1.25%;
    }
    .secTab .tabList .tab:nth-child(3n){margin-right: 0;}
    .secTab .tabList .tab:nth-child(n + 4){margin-top: 5px;}
    .secTab .tabList .tab.on::after{
        display: none;
    }
    .secTab .tabList .txtIn {
        font-size: 11px;
        letter-spacing: 0;
    }
}

/*titCategory*/
.secBlog .titCategory{
    padding: 26px 30px 25px;
    background: #f9f9f9;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secBlog .titCategory{
        padding: 15px 10px 14px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}

/*blogList*/
.secBlog .blogList .item{
	border-bottom: solid 1px #e1e1e1;
	padding: 30px 0;
}
.secBlog .blogList .item a{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	background: 97% center / 8px auto no-repeat url(../img/common/icoArrow.png);
	text-decoration: none;
}
.secBlog .blogList .img{
	width: 180px;
	height: 128px;
}
.secBlog .blogList .boxTxt{
    width: calc(97% - 210px);
    padding-left: 40px;
}
.secBlog .blogList .inner{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.secBlog .blogList .date{
	padding-right: 20px;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #000;
}
.secBlog .blogList .new{
    margin-right: 15px;
}
.secBlog .blogList .category{
	margin-right: 5px;
    font-size: 12px;
    color: #6e6e6e;
}
.secBlog .blogList .tit{
	margin-top: 15px;
	height: 22px;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
@media only screen and (max-width:767px){
	.secIndex{
		padding: 20px 0 30px;
	}
	.secBlog .blogList .item{
		padding: 10px 0;
	}
	.secBlog .blogList .item a{
		background: none;
	}
	.secBlog .blogList .img{
		width: 90px;
		height: 64px;
	}
	.secBlog .blogList .boxTxt {
		width: calc(100% - 90px);
		padding-left: 20px;
	}
	.secBlog .blogList .date {
		padding-right: 10px;
		font-size: 11px;
	}
	.secBlog .blogList .new{
		margin-right: 10px;
	}
	.secBlog .blogList .new img {
		width: 24px;
		height: auto;
	}
	.secBlog .blogList .tit{
		margin-top: 8px;
		height: 36px;
		font-size: 13px;
		line-height: 18px;
		-webkit-line-clamp: 2;
	}
}

/* secIndexPager */
.secIndexPager{
	margin-top: 60px;
}
.secIndexPager .boxList{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.secIndexPager .btn{
	min-width: 30px;
	height: 30px;
	border: 1px solid #e1e1e1;
	margin: 3px 0;
	text-align: center;
}
.secIndexPager .txt{padding: 0 3px;}
.secIndexPager .btnPrev,
.secIndexPager .btnNext{
	width: 50px;
	height: 36px;
	border: 1px solid #e1e1e1;
	text-align: center;
}
.secIndexPager .btnPrev{margin-right: 8px;}
.secIndexPager .btnNext{margin-left: 8px;}
.secIndexPager .btn{margin: 0 3px;}
.secIndexPager a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.secIndexPager .btnPrev.off,
.secIndexPager .btnNext.off{
	opacity: 0.4;
}
.secIndexPager .btnPrev.off a,
.secIndexPager .btnNext.off a{
	background: #f5f5f5;
	pointer-events: none;
}
.secIndexPager .off{
	opacity: 0.8;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.secIndexPager .inner{
	font-size: 12px;
	font-weight: 200;
    letter-spacing: 0.5px;
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width:767px){
	.secIndexPager{
		margin-top: 30px;
	}
}

/*-----------------------------------------------
	detials
-----------------------------------------------*/
.secDetails{
	margin: 105px auto 150px;
}
@media only screen and (max-width:767px){
	.secDetails{
		margin: 25px auto 60px;
	}
}

/*boxBlogTit*/
.secDetails .boxBlogTit{
	position: relative;
	padding-bottom: 35px;
	border-bottom: solid 1px #e1e1e1;
}
.secDetails .boxBlogTit::after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	background: #b80000;
}
.secDetails .boxBlogTit .titBlog{
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.4;
}
.secDetails .boxBlogTit .boxUnder{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 22px;
}
.secDetails .boxBlogTit .txtDate{
	margin-right: 20px;
	font-size: 15px;
	letter-spacing: 1px;
}
.secDetails .boxBlogTit .new {
	margin-right: 15px;
}
.secDetails .boxBlogTit .category{
	font-size: 14px;
	font-weight: 200;
	color: #6e6e6e;
}
@media only screen and (max-width:767px){
	.secDetails .boxBlogTit {
		padding-bottom:25px;
	}
	.secDetails .boxBlogTit .titBlog {
		font-size: 18px;
		letter-spacing: 0.5px;
	}
	.secDetails .boxBlogTit .boxUnder {
		margin-top: 10px;
	}
	.secDetails .boxBlogTit .txtDate {
		margin-right: 10px;
		font-size: 14px;
	}
	.secDetails .boxBlogTit .new{
		margin-right: 10px;
	}
	.secDetails .boxBlogTit .new img {
		width: 24px;
		height: auto;
	}
	.secDetails .boxBlogTit .category{
		font-size: 13px;
	}
}

/*boxEntry*/
.secDetails .boxEntry {
	margin: 50px auto 90px;
}
@media only screen and (max-width:767px){
	.secDetails .boxEntry{
		margin: 25px auto 30px;
	}
}

/*boxBtn*/
.secDetails .boxBtn{
	border-top: solid 1px #e1e1e1;
}