.dropdown-notice{
	background: #f00;
    position: absolute;
    top: -1px;
    right: -4px;
    display: inline-block;
    z-index: 5;
    border-radius: 50%;
    padding: 0px 4px 0px 4px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.dropdown-menu-notice a img{
	width: 48px;
	height:48px;
}
/***************************************************************************************/
/***************************************************************************************/
html, body, .wrapper{height: 100%; overflow: auto; }

.main{
	min-height: calc(100vh - 99px - 318px);
	height:auto;
	background: #e4e4e4;
}
@media  (max-width: 991x) {
.main{
	min-height: calc(100vh - 99px - 607px);
}
}
@media  (max-width: 767px) {
.main{
	min-height: calc(100vh - 86px - 504px);
}
}

header{box-shadow: 0 2px 8px rgb(22 146 183 / 20%);}

/*------------------------------------------------------------*/
/*主要內容*/
#close-warp{

}
.close-container{
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	color:#666;
}

.close-ad{
	margin: 30px 0 10px 0;
}

.close-title{
    background: url(../images/close_icon_home.png) 14px center no-repeat;
    color: #888;
    min-height: 112px;
    font-size: 41px;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    padding: 17px 0 0 90px;
}
@media  (max-width: 699px){	
.close-title{
	background: url(../images/close_icon_home.png)  center top no-repeat;
    padding: 120px 5px 0 5px;
}
}
.close-container-blog .close-title{
    background: url(../images/close_icon_blog.png) 14px center no-repeat;
	max-width: 330px;
	padding: 17px 0 0 86px;
}
.close-container-photo .close-title{
    background: url(../images/close_icon_photo.png) 14px center no-repeat;
	max-width: 330px;
	padding: 24px 0 0 92px;
}
.close-container-vlog .close-title{
    background: url(../images/close_icon_vlog.png) 14px center no-repeat;
	max-width: 330px;
	padding: 24px 0 0 102px;
}

.close-content{
background: #fff;
    width: 100%;
    min-height: 200px;
    border-radius: 30px;
    margin: 40px 0 0px 0;
    padding: 20px 18px 10px; 
    font-size: 19px;
    line-height: 180%;
	font-weight: bold;

    text-align: justify;	
}
.font-style-red{
	font-size: 24px;
	color:#f00;
}
.font-style-black{
	font-size: 24px;
	color:#000;
}
.font-style-center{
	text-align:center;
}
.font-style-26px{
	font-size:26px;
}
.close-content ul{
	list-style:square;
}
.close-step{
	background:#e4e4e4;
	border-radius:10px;
	text-align: center;
	padding: 20px 10px ;
}
.close-step img{
	width: 60px;
	height: 60px;
}
.close-arrow{
	clip-path: polygon(50% 66%, 0 33%, 100% 33%);
	width:60px;
	height: 60px;
	background:#8adcee;
	margin: 0 auto;
}
.close-link-list{
	margin: 60px 0 0 0;
	text-align: center;
}
.close-link-list a{
	width:136px;
	height: 136px;
	display: inline-block;
    margin: 0 5px 0;
}
.close-link-list a:hover{filter:brightness(1.1);}
.close-link-blog{
	background: url(../images/close_btn_blog.png) no-repeat;
}
.close-link-photo{
	background: url(../images/close_btn_photo.png) no-repeat;
}
.close-link-vlog{
	background: url(../images/close_btn_vlog.png) no-repeat;
}

/*********************************************/
.close-export-title{
	border-left: solid 5px #284589;
	font-size: 30px;
	color: #284589;
	padding: 0 0 0 10px;
	margin: 20px 0 20px 0;
}
.close-container-photo .close-export-title{
	border-left: solid 5px #f75958;
	color: #f75958;

}
.close-container-vlog .close-export-title{
	border-left: solid 5px #19afca;
	color: #19afca;

}
.close-export-go{
	width: 150px;
    height: 52px;
    background: #284589;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 20px auto;
    padding: 10px 0 0 0;
}
.close-container-photo .close-export-go{
	background: #f75958;
}
.close-container-vlog .close-export-go{
	background: #19afca;
}
.close-export-go:hover{color: #fff; filter: brightness(1.1);}
.close-faq-q{
	list-style-type: 'Q：';
	color:#000;
}
.close-faq-a{
	list-style-type: 'A：';
	margin: 0 0 20px 0;
}
.close-faq-a ul{padding-left:25px;}
.close-export-link{
	text-align: center;
}
.close-export-link a{margin: 0 10px;}

.close-disappear{
	display: block;
	color: #ff6600;
}