.ifWrap {
    margin: 0px auto;
    max-width: 1100px;
    margin-bottom: 60px;
}

.ifWrap .ori {
    width: 1100px;
    position: relative;
    text-align: left;
    margin-top: 15px;
}

.ifWrap .ori li {
    width: auto;
    position: relative;
    padding: 0px 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #999;
    font-weight: 300;
}

.ifWrap .ori li::after {
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "※"
}





/******** sub snb **********************/

#tab {
    width: 100%;
    margin: 30px 0 70px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
}

#tab .inner {
    margin: 0px auto;
    max-width: 1100px;
}

#tab .inner::after {
    clear: both;
    display: block;
    content: "";
}

#tab .inner li {
    background: #f2f2f2;
    color: #000 !important;
    font-weight: 600;
    float: left;
    border-left: 1px solid #d4d4d4;
    border-bottom: 0px solid #666;
}

#tab .inner li:first-child {
    border-left: 1px solid #d4d4d4;
}

#tab .inner li:last-child {
    border-right: 1px solid #d4d4d4;
}

#tab .inner .tab1 li {
    width: 100%;
}

#tab .inner .tab2 li {
    width: 50%;
}

#tab .inner .tab3 li {
    width: 33.33%;
}

#tab .inner .tab4 li {
    width: 25%;
}

#tab .inner .tab5 li {
    width: 20%;
}

#tab .inner .tab6 li {
    width: 16.65%;
}

#tab .inner .tab7 li {
    width: 14.27%;
}

#tab .inner .tab8 li {
    width: 12.5%;
}

#tab .inner li a {
    padding: 22px 0 22px 0;
    text-align: center;
    line-height: 15px;
    letter-spacing: -0.4px;
    font-size: 14px;
    display: block;
}

#tab .inner li.active {
    background: #281f53;
    border-bottom: 0px solid #fff;
}

#tab .inner li.active a {
    color: #fff;
}

#tab .inner li a:hover {
    color: #fff;
    background: #281f53;
}

#tab .inner li a.bg_none {
    background: none;
}



/******** sub snb **********************/
#tab2 {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: #fff;
    text-transform: uppercase;
}

#tab2 .inner {
    margin: 0px auto;
    max-width: 1100px;
}

#tab2 .inner::after {
    clear: both;
    display: block;
    content: "";
}

#tab2 .inner li {
    background: #f2f2f2;
    color: #000 !important;
    font-weight: 600;
    float: left;
    border-left: 1px solid #fff;
    border-bottom: 0px solid #666;
}

#tab2 .inner li:first-child {
    border-left: none
}

#tab2 .inner .tab1 li {
    width: 100%;
}

#tab2 .inner .tab2 li {
    width: 50%;
}

#tab2 .inner .tab3 li {
    width: 33.33%;
}

#tab2 .inner .tab4 li {
    width: 25%;
}

#tab2 .inner .tab5 li {
    width: 20%;
}

#tab2 .inner .tab6 li {
    width: 16.555%;
}

#tab2 .inner .tab7 li {
    width: 14.21%;
}

#tab2 .inner .tab8 li {
    width: 12.5%;
}

#tab2 .inner li a {
    padding: 22px 0 22px 0;
    text-align: center;
    line-height: 15px;
    letter-spacing: -0.4px;
    font-size: 15px;
    display: block;
}

#tab2 .inner li.active {
    background: #887d71;
    border-bottom: 0px solid #fff;
}

#tab2 .inner li.active a {
    color: #fff;
}

#tab2 .inner li a:hover {
    color: #fff;
    background: #887d71;
}

#tab2 .inner li a.bg_none {
    background: none;
}






.subTopWrap {
    position: relative;
    overflow: hidden;
    /* padding: 0 70px 0; */
    display: flex;
    flex-flow: column;
    align-items: center;
    /* margin: 120px 0 0; */
}

/* .subTopWrap:before {
content:'';
width: 550px;
height: 100%;
background-color: #001343;
position:absolute;
top:0;
right:0;
} */

.subTopWrap .imageWrap {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
    /* margin:0 125px 0 50px; */
    width: 100%;
}

.subTopWrap .logo1 {
    position: absolute;
    z-index: 9999;
    width: 250px !important;
    margin: 130px 750px 0 0;
}


.subTopWrap .imageWrap > img {
    width: 100%;
    /* transform-origin: 0 100%; */
    transform: scale(1.1);
    animation: subImage 5s forwards;
}

@keyframes subImage {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.subTopWrap .textWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0;
    width: 1200px;
    max-width: 100%;
    padding-top: 60px;
    /* padding-left: 70px; */
    z-index: 10;
}

.subTopWrap .textWrap .text1 {
    color: #fff;
    font-size: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    line-height: 1.2;

}

.subTopWrap .textWrap .text1 span {
    color: #fff;
    font-size: 35px;

    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.text1-line {
    border-top: 1px solid #fff;
    margin: 15px auto;
    width: 65px;
}




/* .subTopWrap .textWrap .text1:before {
content:'';
position:absolute;
bottom: 5px;
right:-20px;
width: 12px;
height: 12px;
border-radius:100%;
background-color: #eec373;
} */

.subTopWrap .textWrap .text1 img {
    margin-top: 15px;
}


.subTopWrap .textWrap .text2 {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'NotoKrL';
    letter-spacing: -1.2px;
    line-height: 1.5;
}






.tit_font {
    font-size: 32px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 400;
    font-family: "Pretendard Variable";
    letter-spacing: -2px;
    padding-top: 0px;
}








.news-zone {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}

.news-zone li {
	max-height: 435px;
	margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 5px;
}

.news-zone li {
	position:relative;
	width: 31%;
	text-align:left;
}

.news-zone li a:hover {
	
}

.news-zone li a .inner:hover {
	border:1px solid #2c3d47; 
	-webkit-transform: scale(1.03); 
	transform: scale(1.03); -webkit-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out; -webkit-box-shadow: 20px 30px 50px 8px black; 
	box-shadow: 0px 20px 30px 8px rgba(0,0,0,.1);}
}


.news-zone li:nth-child(3n) {
	margin-right: 0;
}

.news-zone li a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.news-zone li .thumbnail img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.news-zone li .thumbnail {
	width: 100%;
	height: 190px;
	max-height: 190px;
	flex: 1;
}

.news-zone li .content {
	width: 100%;
	height: 245px;
	max-height: 245px;
	flex: 1;
	padding: 30px;
	letter-spacing:-1px;
	border:1px solid #d5d5d5;
}

.news-zone li .content .news-title {
	font-size:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 55px;
	margin-bottom: 20px;
	line-height:140%;
	color: #5f5e5e;
}

.news-zone li .content .news-content {
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 65px;
	margin-bottom: 20px;
    line-height: 1.5;
}

.news-zone li .news-info {
	display: flex;
	justify-content: space-between;
	font-size:13px;
}






