@import url("https://w62.noonspace.com/mainssl/uploads/north/template/us_ec1/style.css");

/*\\\\\\\\\\\\\\\\\\\\\\\\全網架構定義開始\\\\\\\\\\\\\\\\\\\\\\\\*/

/*--1桌面區塊--*/
#ns_Wrapper { max-width:unset;}

/*--1版權宣告區塊--*/
#ns_Copyright { 
    height: unset;
    background-color: #fff;
}


/*--2天區塊--*/
#ns_Header {
    width: 100%;
    box-sizing: border-box;
    z-index: 99999;
    padding: 0;
    margin-bottom: 0;
    height: 70px;
}

/*覆蓋掉前人寫的css*/
#id_HeaderCol{
    /*position: relative;*/
    top:0;
}

@media (max-width: 700px) {
    #id_HeaderCol {
	margin-top: 0;
    }
}

.meMsg_MsgBlk .meMsg_Content {
    font-weight: unset;
}


.MainTitle .meMsg_MsgBlk .meMsg_MsgTitle::before{
    content:none;
}


/*\\\\\\\\\\\\\\\\\\\\\\\\自訂css開始\\\\\\\\\\\\\\\\\\\\\\\\*/
/*導覽列*/
.TreeList{
    top: 22px;
}

.TreeList .ClassDesc, .TreeList .ClassImg { 
	display: none; 
}

#dataSiteTree.Hori2 .SiteGroup_1 .SiteNode_1 .ClassName,
.language .meMsg_MsgList .meMsg_ItemTitle{
	color: #000;
}

.logo {
	margin-top: 0;
	left: 10px;
}

#ns_Header .logo img{
	max-width: 80px;
}

.language{
	top: 22px;
}

#ns_Header{
	border-bottom:1px solid #004aa9;
}

/*導覽列次選單定位*/
body #dataSiteTree.Hori2 .SiteGroup_1 .SiteMenu_1{
	top: 38px;
}

@media (max-width: 768px){
	body #dataSiteTree.Hori2 .SiteGroup_1 .SiteMenu_1{
		top: 0;
	}
}

/*導覽列hover效果*/
#dataSiteTree.Hori2 .SiteGroup_1 {
    padding: 5px 0 6px;
    transition: border-bottom .3s ease;
    border-bottom: 10px solid transparent;
}

#dataSiteTree.Hori2 .SiteGroup_1:hover {
    border-bottom: 10px solid #004AA9;
}

a:hover{
    color: #004aa9;
}

/*手機版取消hover效果*/
@media (max-width: 768px){
	#dataSiteTree.Hori2 .SiteGroup_1 {
	    border-bottom: none;
	}
	
	#dataSiteTree.Hori2 .SiteGroup_1:hover {
	    border-bottom: none;
	}
}

/*header fixed時的樣式*/
#ns_Header.awStickyTopEnable {
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/LandingPage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.awStickyTopEnable #dataSiteTree.Hori2 .SiteGroup_1 .SiteNode_1 .ClassName,
.awStickyTopEnable .language .meMsg_MsgList .meMsg_ItemTitle {
    color: #fff;
}

.awStickyTopEnable .logo img {
    filter: invert(1) brightness(300%) contrast(200%);
}

@media (max-width: 768px){
	#ns_Header.awStickyTopEnable {
	    background-image: none;
	}
}

/*漢堡線色系*/
.meus_awBtnMenu .awBtnMenuDiv .line1,
.meus_awBtnMenu .awBtnMenuDiv .line2,
.meus_awBtnMenu .awBtnMenuDiv .line3,
.meus_awBtnMenu .awBtnMenuDiv .line4 {
    background-color: #004aa9;
}

/*banner*/
.banner img {
	width: 100%;
}

.mobilebanner img {
    width: 100%;
}

@media (max-width: 768px){
	.banner {
	    margin-top: 60px;
	}
}

/*====多國語系RWD====*/
@media (max-width: 992px){
	.language{
		top: 45px;;
	}
}


/*手機版導覽列一排*/
@media (max-width: 768px) {
	.language.language_Mob {
	        top: 145px;
	}

	.en .language.language_Mob,
	.jp .language.language_Mob,
	.kr .language.language_Mob {
	        top: 181px;
	}

/*header*/
	#ns_Header {
        	background: #E8EDF7;
        	height: 60px;
        	position: fixed;
        	top: 0;
	        /*background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/bg.jpg);
	        background-size: cover;
	        background-repeat: no-repeat;*/
    	}

	.awBtnMenu {
		background: rgb(72 103 151);
	}

	.meSiteTree.TreeList{
        	top: 59px;
	}

	.meus_awBtnMenu{
		top:9px;
	}

/*logo*/
	.logo{
		left: 50%;
		transform: translate(-50%, 0%);
		top:5px;
	}

	#ns_Header .logo img {
		filter: unset;
	}

/*導覽列文字顏色*/	
	#dataSiteTree.Hori2 .SiteGroup_1 .SiteNode_1 .ClassName{
		color: #fff;
	}


}

/*手機版導覽列掉下來*/
@media (max-width: 750px){
	.language.language_Mob {
	        top: 215px;
	}
}

/*導覽列變直排*/
@media (max-width: 600px){
	.language.language_Mob {
	        top: 405px;
	}
}


/* 導覽列 最新消息 隱藏*/
.en .dataSiteTree #SiteNode_ZC1331574, .jp .dataSiteTree #SiteNode_ZC1331574, .kr .dataSiteTree #SiteNode_ZC1331574 {
    display:none;
}

/* 導覽列 藝術季地圖 隱藏*/
.en .dataSiteTree #SiteNode_ZC6331537, .jp .dataSiteTree #SiteNode_ZC6331537, .kr .dataSiteTree #SiteNode_ZC6331537 {
    display:;
}

/* 導覽列 作品／群眾計劃 隱藏*/
/*.en .dataSiteTree #SiteNode_ZC3336202, .jp .dataSiteTree #SiteNode_ZC3336202, .kr .dataSiteTree #SiteNode_ZC3336202 {
    display:none;
}*/

/* 導覽列 公共活動 隱藏*/
.en .dataSiteTree #SiteNode_ZC6331565, .jp .dataSiteTree #SiteNode_ZC6331565, .kr .dataSiteTree #SiteNode_ZC6331565 {
    display:none;
}

/* 導覽列 體驗北海岸 隱藏*/
.en .dataSiteTree #SiteNode_ZC3335669, .jp .dataSiteTree #SiteNode_ZC3335669, .kr .dataSiteTree #SiteNode_ZC3335669 {
    display:none;
}

/* 導覽列 有關藝術季 隱藏*/
.en .dataSiteTree #SiteNode_ZC3336194, .jp .dataSiteTree #SiteNode_ZC3336194, .kr .dataSiteTree #SiteNode_ZC3336194 {
    display: none;
}

/* 導覽列 在地串連 隱藏*/
/* .en .dataSiteTree #SiteNode_ZC3409421, .jp .dataSiteTree #SiteNode_ZC3409421, .kr .dataSiteTree #SiteNode_ZC3409421 {
    display: none;
}*/

/*導覽列hover*/
#dataSiteTree.Hori2 .SiteGroup_1:hover .SiteMenu_1 {
    /*display: block;*/
    background-color: #f5f8ff;
}

/* 導覽列 */
#dataSiteTree.Hori2 .SiteGroup_1 .SiteMenu_1{
    background-color: #f5f8ff;
}

/*=============.MainTitle=================*/
.MainTitle {
    margin: 180px 20px 60px;
}

.MainTitle .meMsg_MsgBlk .meMsg_MsgTitle{
    color: #004AA9;
    margin-bottom: 15px;
}

.MainTitle .meMsg_MsgBlk .meMsg_MsgSubTitle{
    color: #000;
    font-family: "Open Sans Hebrew Condensed";
    z-index: 0;
    position: relative;
}

@media(max-width: 768px){
	.MainTitle {
	    margin: 60px 20px 60px;
	}
}
/*=============blognew=================*/
.acnew{
    padding: 0 20px;
}

.acnew .inc_msg_BlogNew{
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    max-width: 900px;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
    margin-bottom: 100px;
}
.msgBlogNew{
    width: 30%;
}
.msgBlogNew .meMsg_MsgBlk img{
   width: 100%;
}

.acnew .msgBlogNew .meMsg_MsgTitle{
    border-bottom: 0px;
    color: #004AA9;
    font-family: "Noto Serif TC";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.acnew .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #004AA9;
    font-family: "Noto Serif TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}
.acnewline .inc_msg_BlogNew{
    border-bottom: 2px dashed #a6a6a6;
}
.msgBlogNew .meMsg_ReadMore{
   /* display: flex;
    justify-content: flex-end;
    text-align: center;*/
    display:none;
}
/*.msgBlogNew .meMsg_ReadMore a {
    display: block;
    width: 120.927px;
    height: 36px;
    padding: 8px;
    border-radius: 5px;
    background: #3D6E83;
    color: #fff;
    margin: 15px 0px;
}*/

/*learn more button*/
.acnew .meMsg_MsgMainTd > .meMsg_MsgBlk {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    border-radius: 16px;
    border: 0.8px solid #004AA9;
    background: #004AA9;
    padding: 8px;
}

.acnew {
    position: relative;
}

.acnew .meMsg_MsgMainTd > .meMsg_MsgBlk a{
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}
.acnew .meMsg_MsgMainTd > .meMsg_MsgBlk a::after {
    content: "";
    display: inline-block;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/Vector12.png);
    width: 25px;
    height: 25px;
    background-size: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

/*主標、副標顏色*/
.acnew .msgBlogNew .meMsg_Content,
.acnew .msgBlogNew .meMsg_MsgSubTitle {
    color: #000;
}

.acnew .msgBlogNew .meMsg_Content{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

/*偽元素*/
.acnew.activity .msgBlogNew .meMsg_MsgTitle::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/location.png);
    background-size: contain;
    margin-right: 5px;
    background-position: center;
    vertical-align: initial;
}

@media(max-width: 768px){
	.acnew .inc_msg_BlogNew{
	    flex-direction: column;
            align-items: center;
	}

	.msgBlogNew{
	    width: 80%;
	}
}


/*=============footer=================*/
#ns_Footer {
    background: #646464;
}

.Footer_Logo .itemMsgList img {
    max-width: 200px;
}

.Footer_Logo .MsgListBlk_3 img {
    max-width: 250px;
}

.Footer_Logo .MsgListBlk_4 img {
    max-width: 100px;
}

@media (max-width: 768px) {
    .Footer_Logo .itemMsgList.MsgListBlk_4 {
        flex-direction: row-reverse;
        align-items: center;
    }
}


/* ====== HeaderBanner 開始 ====== */
.HeaderBanner .meMsg_MsgMain{
    position:relative;
}
.HeaderBanner img{
    width:100%;
}
.HeaderBanner .meMsg_MsgBlk div[align="left"]{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.HeaderBanner .meMsg_MsgBlk .meMsg_MsgTitle{
    font-size:40px;
    color:#fff;
    display:block;
    line-height:140%;
}
.HeaderBanner .meMsg_MsgBlk .meMsg_MsgSubTitle{
    font-size:13px;
    color:#fff;
    display:block;
    letter-spacing: 3.25px;
    text-align:center;
}

/* 手機版 */
@media (max-width:768px){
    .HeaderBanner{
	padding-top:60px;
    }
    .HeaderBanner .meMsg_MsgBlk .meMsg_MsgTitle{
	font-size:30px;
    }
}

/* ====== HeaderBanner 結束 ====== */



/*\\\\\\\\\\\\\\\\\\\\\\\\自訂css結束\\\\\\\\\\\\\\\\\\\\\\\\*/




