/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
:root{
	--color1: #222;
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	padding-top: 80px;
	color: #222;
	background-color: #fafafa;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{display: inline-block;}
a, a:hover, a:focus{text-decoration: none;}
a:focus{outline: none;}
section{
	position: relative;
	overflow: hidden;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.flex-1{flex: 1;}
.center{
	margin-left: auto;
	margin-right: auto;
}
.t-left{text-align: left !important;}
.t-center{text-align: center !important;}
.t-right{text-align: right !important;}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{justify-content: center;}
.flex-v-center{align-items: center;}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.container, .container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.row-p15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-p15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.p15{
	padding-left: 15px;
	padding-right: 15px;
}
.fh{height: 100%;}
.full-img{
	max-width: none;
	width: 100%;
}
.wow{visibility: hidden;}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 9999;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.95;
}
.menu2{
	height: 25px;
	padding-top: 5px;
	padding-right: 75px;
}
.menu2_row{
	justify-content: flex-end;
}
.menu2_item{
	padding-left: 12px;
	padding-right: 12px;
}
.menu2_item::before{
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 1px;
	height: 13px;
	background-color: #bbb;
}
.menu2_item:first-child::before{
	display: none;
}
.menu2_btn{
	display: block;
	font-size: 13px;
	color: #666;
}
.menu2_btn:hover{
	color: #0086d1;
}
.menu{
	height: 55px;
	padding-left: 210px;
	padding-right: 210px;
}
.menu_row{
	height: 100%;
	justify-content: center;
}
.menu_item{
	height: 100%;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
.menu_btn{
	display: block;
	font-size: 15px;
	color: #222;
	padding-bottom: 9px;
}
.menu_btn:hover, .menu_item.active .menu_btn, .menu_btn.active{
	color: #000;
}
.menu_btn:hover::after, .menu_item.active .menu_btn::after, .menu_btn.active::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0086d1;
}
.menu_child{
	position: absolute;
	top: 80px;
	left: 0;
	width: 170px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 4px 4px #00000044;
	display: none;
}
.menuc_btn{
	display: block;
	font-size: 15px;
	color: #424242;
	padding: 15px;
}
.menuc_btn:hover{
	background-color: #E5F0F8;
}
.menu_right{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 20px;
	padding-right: 5px;
}
.menur_row{
	align-items: center;
}
.menur_item{
	padding-left: 15px;
	padding-right: 15px;
}
.menur_ibtn{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #ddd;
	overflow: hidden;
}
.menur_ibtn img{
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.menur_ibtn:hover{
	background-color: #0866ff;
}
.menur_ibtn:hover img{
	left: -1000px;
    filter: drop-shadow(1000px 0 #fff);
}
.menur_btn{
	display: block;
	width: 132px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	border-radius: 30px;
	background: linear-gradient(140deg, #4D9EDB, #BFDF93);
}
.menur_btn:hover{
	background: linear-gradient(140deg, #BFDF93, #4D9EDB);
}
.header_logo{
	position: absolute;
	top: 16px;
	left: 20px;
}
.header_logo_img{
	width: 40px;
}
.header_logo_con{
	padding-left: 10px;
}
.web_title{
	font-size: 22px;
	color: #23469c;
	line-height: 1.3em;
}
.web_text{
	font-family: "Arial";
	font-size: 10px;
	color: #7d7d7d;
	text-align: right;
}
.mobile_btn{
	position: absolute;
	top: 18px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.search_btn{
	position: absolute;
	top: 8px;
	right: 50px;
	width: 14px;
	height: 14px;
	background-color: #666666;
	mask-image: url(../img/icon_search.png);
	-webkit-mask-box-image: url(../img/icon_search.png);
	mask-size: cover;
	mask-repeat: no-repeat;
	cursor: pointer;
}
.search_btn:hover{
	background-color: #0086d1;
}
.search_bar{
	position: fixed;
	top: 80px;
	right: 0;
	width: 400px;
	padding: 10px;
	border-radius: 7px;
	background-color: rgba(255,255,255,0.95);
	z-index: 9999;
	display: none;
}
.search_input_div{
	flex: 1;
}
.search_submit_div{
	width: 70px;
}
.search_submit{
	display: block;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	background-color: #0f75bb;
}

/* footer */
footer{
	padding-top: 30px;
	padding-bottom: 15px;
	color: #fff;
	background-color: #0F405B;
}
.footer_left{
	flex: 1;
}
.footer_right{
	width: 460px;
}
.footer_logo{
	display: block;
	width: 130px;
}
.footer_title{
	font-size: 22px;
	margin-bottom: 20px;
}
.footer_text{
	font-size: 15px;
	margin-bottom: 5px;
}
.fmenu_title{
	font-size: 15px;
	color: #fff;
}
.footer_menu hr{
	border-color: #fff;
	margin-top: 10px;
	margin-bottom: 16px;
}
.fmenu_item{
	margin-bottom: 20px;
}
.fmenu_btn{
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
}
.fmenu_btn:hover{
	color: #ffc600;
}
.copyright{
	font-size: 12px;
	color: #B6C2C9;
	text-align: center;
	margin-top: 40px;
}

/* index */
main{
	min-height: calc(100vh - 120px);
}
.main_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
}
.kv{
	padding-bottom: 10px;
}
.kv_slick .slick-track{
	background-color: #0086d1;
}
.kv_item{
	display: none;
}
.kv_item:first-child{
	display: block;
}
.kv_box{
	display: block;
	height: 500px;
	color: #fff;
}
.kv_img{
	width: 57%;
	height: 100%;
}
.kv_con{
	width: 43%;
	height: 100%;
	padding: 80px;
}
.kv_img img{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv_title{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.kv_text{
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.btn_more{
	display: block;
	width: 132px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	border-radius: 30px;
	background: linear-gradient(140deg, #4D9EDB, #BFDF93);
}
.btn_more:hover{
	background: linear-gradient(140deg, #BFDF93, #4D9EDB);
}
.main_sec{
	padding-top: 60px;
	padding-bottom: 60px;
}
.last_sec{
	padding-top: 60px;
	padding-bottom: 120px;
}
.index_sec1{
	padding-top: 80px;
	padding-bottom: 60px;
}
.sec_title{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.sec_title::after{
	position: absolute;
	content: "";
	bottom: -5px;
	left: 0;
	width: 100px;
	height: 5px;
	background-color: #0086d1;
}
.imag_box{
	display: block;
	width: 202px;
	height: 287px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.imag_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.imag_box:hover img{
	transform: scale(1.05);
}
.imag_left{
	width: 230px;
}
.imag_right{
	flex: 1;
	padding-bottom: 50px;
}
.imag_title{
	font-size: 22px;
	color: #0086d1;
	font-weight: 600;
	margin-bottom: 20px;
}
.imag_text{
	line-height: 1.8em;
}
.imag_more{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.other_item{
	margin-bottom: 30px;
}
.other_abtn{
	display: block;
	padding-bottom: 35%;
}
.other_abtn img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* news */
.news_list{
	margin-bottom: 60px;
}
.news_item{
	margin-bottom: 40px;
}
.news_box{
	display: block;
	color: #222;
	border: 1px solid #eee;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.newsb_img{
	padding-bottom: 75%;
	overflow: hidden;
}
.newsb_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.newsb_con{
	padding: 15px;
}
.newsb_date{
	font-family: "Arial";
	font-size: 14px;
	color: #a5a5a5;
	margin-bottom: 2px;
}
.newsb_title{
	font-size: 17px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 52px;
}
.news_box:hover{
	color: #0086D1;
}
.news_box:hover .newsb_img img{
	transform: scale(1.05);
}
.navigation_div{
	padding-top: 10px;
}
.pagination{
	justify-content: center;
}
.page-link{
	width: 36px;
	color: #424242;
	text-align: center;
	background-color: #e0e0e0;
	padding: 6px 0;
	border: none;
	border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
}
.page-link:focus{
	color: #000;
	box-shadow: none;
	background: none;
}
.page-item.active .page-link{
	color: #fff;
	background-color: #0086D1;
}
.page-item:hover .page-link{
	color: #fff;
	background-color: #0086D1;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
	background: none;
}
.page-item:first-child:hover .page-link, .page-item:last-child:hover .page-link{
	color: #0086D1;
}
.newsp_left{
	width: 70%;
}
.newsp_right{
	width: 30%;
	padding-left: 40px;
}
.newsp_title{
	font-size: 32px;
	color: var(--color1);
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.newsp_other{
	padding-left: 30px;
	border-left: 1px solid #ddd;
}
.newsp_other_box{
	display: block;
	color: #424242;
	margin-bottom: 20px;
}
.newsp_other_title{
	font-weight: 600;
	margin-bottom: 5px;
}
.newsp_other_date{
	font-size: 12px;
	color: #a5a5a5;
}
.newsp_other_box:hover{
	color: #0086D1;
}
.newsp_other_box:hover .newsp_other_date{
	color: #0086D1;
}

/* magazine */
.magazine_img{
	padding-bottom: 140%;
}

/* download */
.download_con{
	margin-bottom: 40px;
}
.dl_box{
	display: block;
	color: #222;
	padding: 15px 40px 15px 0;
	border-bottom: 1px dashed #ccc;
}
.dl_box::after{
	position: absolute;
	content: "";
	bottom: 20px;
	right: 5px;
	width: 16px;
	height: 16px;
	background-image: url(../img/icon_download.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.dl_box:hover{
	color: #0086D1;
}
.dlb_date{
	width: 100px;
	font-size: 14px;
	color: #999;
	padding-top: 3px;
}
.dlb_title{
	flex: 1;
}

/* album */
.album_box{
	display: block;
	color: #222;
	border: 1px solid #eee;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.album_box img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.album_box:hover{
	color: #0086D1;
}
.album_box:hover .newsb_img img{
	transform: scale(1.05);
}
.album_text{
	color: #fff;
	background-color: #444;
	padding: 10px;
}
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 10000;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.85;
}
.popup_close_btn{
	position: absolute;
	top: -3px;
	right: 10px;
	font-size: 36px;
	color: #fff;
	cursor: pointer;
}
.pop_photo_bg{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.photo_carousel_frame{
	height: calc(100% - 110px);
}
.photo_carousel_div{
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px 80px;
}
.photo_carousel{
	max-width: 1600px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.photo_carousel .f-carousel__slide{
	height: 100%;
	padding-bottom: 30px;
}
.photo_carousel .f-carousel__slide img{
	max-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.photo_carousel_arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	cursor: pointer;
}
.photo_carousel_arrow.left{
	left: 30px;
}
.photo_carousel_arrow.right{
	right: 30px;
}
.photo_carousel_nav_div{
	height: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.photo_carousel_nav .f-carousel__slide{
	height: 90px;
	cursor: pointer;
}
.photo_carousel_nav .f-carousel__slide img{
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.photo_carousel_nav .is-nav-selected{
	opacity: 0.7;
}
#photo_carousel{
	--f-carousel-slide-width: 100%;
}
#photo_carousel .f-carousel__nav{
	display: none;
}
#photo_navigation{
	--f-carousel-slide-width: auto;
	--f-carousel-spacing: 5px;
}
#photo_navigation .f-carousel__nav{
	display: none;
}
.photo_carousel_text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}

/* about */
.page_kv{
	height: 350px;
}
.page_kv_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_kv_con{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}
.page_kv_cbg{
	position: absolute;
	bottom: -270px;
	left: -95px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background-color: #0086d1;
	opacity: 0.9;
}
.page_kv_title{
	font-size: 44px;
	color: #fff;
	font-weight: 600;
}
.sec1{
	padding-top: 80px;
	padding-bottom: 60px;
}
.left_nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	border-right: 1px solid #e4e4e4;
	z-index: 2;
}
.left_nav.ontop{
	position: fixed;
	top: 90px;
}
.left_nav_item{
	padding: 0 20px;
	margin-bottom: 18px;
}
.left_nav_item:last-child{
	margin-bottom: 0;
}
.left_nav_btn{
	font-size: 15px;
	color: #6c6c6c;
}
.left_nav_btn:hover{
	color: #244E8D;
}
.left_nav_item.active .left_nav_btn, .left_nav_btn.active{
	color: #244E8D;
	font-weight: 600;
}
.left_nav_item.active .left_nav_btn::after, .left_nav_btn.active::after{
	position: absolute;
	content: "";
	top: 10px;
	right: -22px;
	width: 12px;
	height: 3px;
	background-color: #0086d1;
}
.page_main{
	padding-left: 320px;
}
.page_con_title{
	font-size: 32px;
	color: var(--color1);
	font-weight: 600;
	margin-bottom: 30px;
}
.about_con{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* contact */
.contact_row{
	margin-bottom: 30px;
}
.contact_item{
	margin-bottom: 30px;
}
.contact_title{
	font-size: 18px;
	color: #0086d1;
	font-weight: 600;
}
.contact_text a{
	color: #ec740b;
}
.contact_text a:hover{
	color: #af5608;
}
.map_div iframe{
	width: 100%;
	height: 500px;
}

/* search */
.search_div{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.search_title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: var(--color1);
	margin-bottom: 30px;
}

/* other */
.edit_area img{
	height: auto !important;
}
.edit_area iframe{
	width: 100%;
}
.video_frame{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe, .video_frame video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text_ps{
	font-size: 14px;
}

/* 404 */
.page404_sec{
	padding-top: 250px;
	padding-bottom: 200px;
}
.page404_img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.page404_text{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}

/* setting */
.white{color: #fff;}
.red{color: #f00;}
.blue{color: #0f75bb;}
.green{color: #347d4e;}
.purple{color: #404293;}
.color1{color: #424242;}
.bg_lgreen{background-color: #eef7f6;}
.bg_lorange{background-color: #fef5ee;}
.size-14{font-size: 14px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}

@media (max-width: 1640px){
	.kv_con{
		padding: 60px 30px;
	}
}
@media (max-width: 1399px){
	.menu_item{
		padding-left: 15px;
		padding-right: 15px;
	}
	.kv_box{
		height: 400px;
	}
	.kv_title{
		font-size: 30px;
	}
	
	.left_nav{
		width: 210px;
	}
	.page_main{
		padding-left: 240px;
	}
}

@media (max-width: 1300px){
	
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
	.menu{
		padding-right: 0;
	}
	
	.main_title{
		font-size: 30px;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	
	/* header */
	body{
		padding-top: 60px;
	}
	header{
		height: 60px;
	}
	header.active .header_bg{
		opacity: 1;
	}
	.menu2{
		display: none;
	}
	.menu{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 20px 0;
		background-color: #fff;
		overflow-y: auto;
		border-top: 1px solid #ddd;
		display: none;
	}
	.menu_row{
		height: auto;
	}
	.menu_item{
		width: 100%;
		height: auto;
		padding: 0;
	}
	.menu_btn{
		font-size: 16px;
		text-align: center;
		padding-top: 15px;
		margin-bottom: 10px;
	}
	.menu_btn:hover::after, .menu_item.active .menu_btn::after, .menu_btn.active::after{
		width: 100px;
		left: calc(50% - 50px);
	}
	.menu_child{
		position: relative;
		top: 0;
		width: 100%;
		border: none;
		box-shadow: none;
		background-color: #f1f6fa;
	}
	.menuc_btn{
		text-align: center;
		padding: 15px 0;
	}
	.menu_right{
		position: relative;
		padding-top: 40px;
		padding-right: 0;
	}
	.menur_btn{
		margin-left: auto;
		margin-right: auto;
	}
	.menur_row{
		justify-content: center;
	}
	.header_logo{
		top: 10px;
		left: 15px;
	}
	.web_title{
		font-size: 20px;
	}
	.mobile_btn{
		display: block;
	}
	.search_btn{
		top: 23px;
		right: 70px;
	}
	.search_bar{
		top: 60px;
	}
	
	.kv_box{
		height: 300px;
	}
	.kv_title{
		font-size: 20px;
	}
	.kv_text{
		font-size: 16px;
	}
	.index_magazine{
		padding-bottom: 100px;
	}
	.footer_left{
		flex: 0 0 auto;
		width: 100%;
		padding-bottom: 40px;
	}
	.footer_right{
		width: 100%;
	}
	
	.sec1{
		padding-top: 50px;
	}
	.left_nav{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-left: -3px;
		margin-right: -3px;
		margin-bottom: 30px;
	}
	.left_nav_item{
		padding: 0 3px;
		margin-bottom: 6px;
	}
	.left_nav_btn{
		font-size: 15px;
		padding: 3px 10px;
		border: 1px solid #ddd;
		border-radius: 5px;
	}
	.left_nav_item.active .left_nav_btn, .left_nav_btn.active{
		color: #fff;
		background-color: #244E8D;
		border-color: #244E8D;
	}
	.left_nav_item.active .left_nav_btn::after, .left_nav_btn.active::after{
		display: none;
	}
	.page_main{
		padding-left: 0;
	}
	.newsp_title{
		font-size: 24px;
	}
	.newsp_left{
		width: 100%;
	}
	.newsp_right{
		display: none;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
	
	.kv_box{
		height: auto;
	}
	.kv_img{
		width: 100%;
		height: 300px;
	}
	.kv_con{
		width: 100%;
		padding: 25px 15px;
	}
	.index_sec1{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.main_sec{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.last_sec{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.sec_title{
		font-size: 22px;
	}
	.sec_title::after{
		width: 92px;
	}
	.news_item{
		margin-bottom: 20px;
	}
	.index_magazine{
		padding-bottom: 60px;
	}
	.footer_title{
		font-size: 20px;
	}
	
	.page_kv{
		height: 250px;
	}
	.page_kv_con{
		bottom: 20px;
	}
	.page_kv_title{
		font-size: 30px;
	}
	.sec1{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.page_kv_cbg{
		bottom: -220px;
		left: -75px;
		width: 300px;
		height: 300px;
	}
	.page_con_title{
		font-size: 24px;
	}
	.dlb_date{
		width: 100%;
		padding-top: 0;
		margin-bottom: 3px;
	}
	.dlb_title{
		flex: 0 0 auto;
		width: 100%;
	}
	.map_div iframe{
		height: 300px;
	}
	.page404_sec{
		padding-top: 150px;
		padding-bottom: 100px;
	}
	.album_text{
		display: none;
	}
	.photo_carousel_div{
		padding: 0;
	}
	.photo_carousel_arrow{
		width: 18px;
	}
	.photo_carousel_arrow.left{
		left: 5px;
	}
	.photo_carousel_arrow.right{
		right: 5px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
	.search_bar{
		width: 100%;
	}
	.imag_left{
		width: 100%;
	}
	.imag_right{
		flex: 0 0 auto;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 0;
	}
	.imag_box{
		margin-left: auto;
		margin-right: auto;
	}
	.imag_title{
		font-size: 20px;
	}
	.imag_more{
		position: relative;
		margin-top: 40px;
	}
	.imag_more .btn_more{
		margin-left: auto;
		margin-right: auto;
	}
}