.flex{
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
}

.cmnTop{
    background-image: url(../img/blog/bgTop.jpg);
}
@media only screen and (max-width:767px){
    .cmnTop {
        background-position: 35%;
    }
    #footer{
        padding-top: 0;
    }
}

@media only screen and (max-width:767px){
    .wrapperSp355{
        width: 100%;
        padding: 0 10px;
    }
}

/*-----------------------------------------------
	Index.html
-----------------------------------------------*/

.secIndex{
    margin-bottom: 145px;
}
@media only screen and (max-width:767px){
    .secIndex{
        margin-bottom: 0;
    }
}


/*secCategory*/
.secCategory{
    margin-top: 64px;
}
.secCategory .categoryBox{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.secCategory .categoryBox .categoryInner{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #184470;
    padding: 14px 10px;
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
    color: #000;
    text-decoration: none;
}
.secCategory .categoryBox .categoryInner:nth-child(4n){
    margin-right: 0;
}
.secCategory .categoryBox .categoryInner:nth-child(n+5){
    margin-top: 20px;
}
.secCategory .categoryBox .categoryInner.active{
    background-color: #005ca2;
    color: #fff;
    border: none;
}
@media only screen and (max-width:767px){
    .secCategory {
        margin-top: 30px;
    }
    .secCategory .categoryBox .categoryInner {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: normal;
        padding: 4px 5px;
    }
}




/*secBlog*/
.secBlog{
    margin-top: 78px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
@media only screen and (max-width:767px){
    .secBlog{
        margin-top: 21px;
        display: block;
    }
}

.secBlogMain{
    width: 955px;
}
.secBlogMain .blogBox{
    padding: 30px 0 46px;
    border-bottom: solid 1px #efefef;
}
.secBlogMain .blogBox:first-child{
    border-top: solid 1px #efefef;
}
.secBlogMain .mainTit .titLink{
    font-size: 18px;
    line-height: 1.6;
    color: #005ca2;
    padding: 11px 0 9px;
    position: relative;
    border-left: solid 5px #005ca2 ;
    padding-left: 20px;
    display: inline-block;
    letter-spacing: 2.5px;
    font-weight: 500;
}
.secBlogMain .mainTxtDate{
    font-size: 13px;
    line-height: 1.6;
    margin-top: 28px;
    letter-spacing: 0.5px;
}
.secBlogMain .mainTxtDate .dateSpan{
    color: #999999;
    letter-spacing: 1.5px;
}
.secBlogMain .txtDepartment{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 25px;
}
.secBlogMain .entryBox{
    margin-top: 28px;
}
@media only screen and (max-width:767px){
    .secBlogMain{
        width: 100%;
        padding: 0 10px;
    }
    .secBlogMain .blogBox {
        padding: 15px 0 28px;
    }
    .secBlogMain .mainTit .titLink {
        font-size: 13px;
        line-height: 1.5;
        padding: 3px 0 2px;
        border-left: solid 3px #005ca2;
        padding-left: 9px;
        letter-spacing: 1px;
    }
    .secBlogMain .mainTxtDate {
        font-size: 10px;
        line-height: 1.5;
        margin-top: 18px;
        letter-spacing: 0.5px;
    }
    .secBlogMain .mainTxtDate .dateSpan {
        letter-spacing: 0.5px;
    }
    .secBlogMain .entryBox {
        margin-top: 14px;
    }
    .secBlogMain .txtDepartment {
        font-size: 10px;
        line-height: 1.5;
        margin-top: 15px;
    }
}

/* secIndexPager */
.secIndexPager{
	margin-top: 65px;
    text-align: center;
}
.secIndexPager .boxList{
	display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
    margin: -4px;
}
.secIndexPager .btn{
	min-width: 40px;
	height: 40px;
	margin: 4px;
	text-align: center;
}
.secIndexPager .btnPrev,
.secIndexPager .btnNext{
	width: 100px;
	height: 39px;
	border: 1px solid #005ca2;
	text-align: center;
    margin: 4px;
    position: relative;
}
.secIndexPager .btnPrev::after,
.secIndexPager .btnNext::after{
    position: absolute;
    content: "";
    width: 28px;
    height: 7px;
    top: 13px;
}
.secIndexPager .btnPrev::after{
    background: url(../img/blog/iconPagerPrev.png) center top / cover;
    left: -20px;
}
.secIndexPager .btnNext::after{
    background: url(../img/blog/iconPagerNext.png) center top / cover;
    right: -20px;
}

.secIndexPager .btnPrev{
    margin-right: 46px;
}
.secIndexPager .btnNext{
    margin-left: 46px;
}
.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: #fff;
}
.secIndexPager a.spOnly{
    display: none;
}
.secIndexPager .btnPrev.off,
.secIndexPager .btnNext.off{
	opacity: 0.4;
}
.secIndexPager .btnPrev.off a,
.secIndexPager .btnNext.off a{
	pointer-events: none;
}
.secIndexPager .off{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
    background-color: #005ca2;
    color: #fff;
}
.secIndexPager .inner{
	font-size: 18px;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}
.secIndexPager .btnPrev .inner,
.secIndexPager .btnNext .inner{
    font-size: 14px;
    color: #005ca2;
}
@media only screen and (max-width:767px){
    .secIndexPager {
        margin-top: 28px;
        text-align: center;
    }
    .secIndexPager .btn {
        min-width: 32px;
        height: 32px;
        margin: 3px;
    }
    .secIndexPager .inner {
        font-size: 14px;
    }
    .secIndexPager .btnPrev, .secIndexPager .btnNext {
        width: 28px;
        height: 7px;
        border: none;
    }
    .secIndexPager .btnPrev .inner, .secIndexPager .btnNext .inner {
       display: none;
    }
    .secIndexPager .btnPrev::after, .secIndexPager .btnNext::after {
       display: none;
    }
    .secIndexPager .btnPrev {
        margin-right: 12px;
    }
    .secIndexPager .btnNext {
        margin-left: 12px;
    }
    .secIndexPager a.spOnly{
        display: flex;
        display: -webkit-flex;
    }
}





.secBlogSub{
    width: 220px;
}
.secBlogSub .subCmnTit{
    font-size: 14px;
    text-align: center;
    padding: 11px 0 10px;
    background-color: #005ca2;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secBlogSub{
        width: 100%;
        padding: 0 10px;
        margin-top: 35px;
    }
    .secBlogSub .subCmnTit{
        font-size: 13px;
        padding: 9px 0 8px;
    }
}


.secProfile{
    padding-bottom: 35px;
}
.secProfile .imgProfile{
    width: 160px;
    height: 120px;
    margin: 15px auto 0;
}
.secProfile .txtBox{
    margin-top: 8px;
    padding: 0 30px;
}
.secProfile .txtBox .boxTit{
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #005ca2;
    font-weight: 500;
    letter-spacing: 1px;
}
.secProfile .txtBox .boxTxt{
    font-size: 11px;
    line-height: 18px;
}
@media only screen and (max-width:767px){
    .secProfile {
        padding-bottom: 22px;
    }
    .secProfile .innerCover{
        display: flex;
        display: -webkit-flex;
        margin-top: 15px;
        justify-content: space-between;
    }
    .secProfile .imgProfile {
        flex-shrink: 0;
        margin-top: 0;
    }
    .secProfile .txtBox {
        margin-top: 8px;
        padding: 0 15px;
    }
    .secProfile .txtBox .boxTit {
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
    }
    .secProfile .txtBox .boxTxt {
        font-size: 11px;
        line-height: 16px;
        margin-top: 3px;
    }
}



.secArticle{
    padding-bottom: 26px;
}
.secArticle .articleList{
    margin-top: 5px;
}
.secArticle .articleList li{
    border-bottom: solid 1px  #efefef;
}
.secArticle .articleList li:last-child{
    border-bottom: none;
}
.secArticle .articleList li a{
    padding: 14px 0 13px;
    display: block;
}
.secArticle .articleList li a .articleTit{
    font-size: 13px;
    color: #005ca2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    letter-spacing: 1px;
    font-weight: 500;
}
.secArticle .articleList li a .txtDate{
    font-size: 11px;
    color: #999999;
    margin-top: 10px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secArticle{
        display: none;
    }
}

.secSubCategory .selectBox{
    width: 100%;
    height: 50px;
    font-size: 13px;
    padding-left: 10px;
    font-family: inherit;
    position: relative;
    margin-top: 15px;
}
.secSubCategory .selectBox::after{
    position: absolute;
    content: "";
    width: 26px;
    height: 20px;
    background: url(../img/blog/iconSelectBtn.png) center top / cover;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    z-index: 10;
}
@media only screen and (max-width:767px){
    .secSubCategory{
        padding-bottom: 20px;
    }
    .secSubCategory .selectBox {
        width: auto;
        max-width: 100%;
        height: 40px;
        font-size: 16px;
        padding-left: 10px;
        margin-top: 15px;
    }
}


@media only screen and (max-width:767px){
    .secArchive{
        padding-bottom: 50px;
    }
    .secArchive .selectBox {
        width: auto;
        max-width: 100%;
        height: 40px;
        font-size: 16px;
        padding-left: 10px;
        margin-top: 15px;
        font-family: inherit;
    }
}



.secDetails{
    margin-bottom: 85px;
}
@media only screen and (max-width:767px){
    .secDetails{
        margin-bottom: 0px;
    }
}

.backBtn{
    width: 220px;
    height: 50px;
    margin: 60px auto 0;
    border:  solid 1px #000;
}
.backBtn a{
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    padding-top: 17px;
}
@media only screen and (max-width:767px){
    .backBtn{
        width: 180px;
        height: 40px;
        margin: 30px auto 0;
        border:  solid 1px #000;
    }
    .backBtn a{
        font-size: 12px;
        padding-top: 13px;
    }
}





