/* ==========================================================================
   Public
============================================================================= */
@import url("https://use.fontawesome.com/releases/v6.7.2/css/all.css");
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css'); /* 思源黑體 */
@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css'); /* 思源圓體 */
/* body, html { width:100%; height:100%; } */

body { 
	font:1vw/1.5 Arial, Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
	letter-spacing:0.06em;
	color:#333;
	background-color:#f0f1f2;
}
@media screen and (max-width:1000px) {
	body { font-size:16px; }
}


img {
	border:none;
	vertical-align:middle;
	
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;	/* Chrome 和 Safari */
    -moz-backface-visibility:hidden; 	/* Firefox */
    -ms-backface-visibility:hidden; 	/* Internet Explorer */
	
	/*image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    /*-ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}


*, *:after, *:before {
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
}


a {
	text-decoration:none;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.clearfix {
    clear: both;
    display: table;
}


/* header
-------------------------------------------------------------------------------------------------------- */
header {
	width:100%;
	text-align:center;
	background:url("../img/pc-banner-115.jpg") top center no-repeat;
	background-size:100%;
	font-family:"Noto Sans TC", "Meiryo UI", sans-serif;
}
header p {
	font-size:120%;
	letter-spacing:0;
	padding:18.5vw 0 2.7vw;
}
header span { color:#f17233; font-weight:600; }

.pc_menu { margin-top:1vw; }
.pc_menu a {
    position:relative;
	font-size:150%;	
	font-weight:700;
	color:#333;
	padding:0.6vw 1.8vw;
	margin:0 1vw;
	border:#333 0.4vw solid;	
	border-radius:2px;
	box-shadow: 0.4vw 0.4vw 0px #333333;
    -webkit-box-shadow: 0.4vw 0.4vw 0px #333333;
    -moz-box-shadow: 0.4vw 0.4vw 0px #333333;
}
.pc_menu a:hover {
	top:0.4vw;
	left:0.4vw;
	color:#f17233;
	border:#f17233 0.4vw solid;
	border-radius:2px;
	box-shadow: 0vw 0vw 0vw #f17233;
    -webkit-box-shadow: 0vw 0vw 0vw #f17233;
    -moz-box-shadow: 0vw 0vw 0vw #f17233;
	-webkit-transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -ms-transition: all 0ms ease-in-out;
    -o-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out;
}

@media screen and (max-width:1000px) {
	header { background:url("../img/sp-banner-115.jpg") top center no-repeat; background-size:100%; }
	header p { padding:28.5vw 0 2vw; font-size:3vw; }
	.pc_menu { display:none; }
}



.fome_area {
	margin: 0 auto;
	width: 100%;
	background: #FFF;
	border-radius: 10px;
	padding: 10px;
}

.fome_title {
	width: 100%;
	padding-left: 10px;
	color: #8c7634;
	font-size: 115%;
	font-weight: 700;
	font-family: "Noto Sans TC", sans-serif;
}

	.fome_title i {
		font-size: 130%;
	}

.f_box select {
	border: #b6b6b6 1px solid;
	border-radius: 5px;
	padding: 5px 2px;
}

.f_box i {
	color: #ffbf00;
}

.show_480 {
	display: none;
}

@media screen and (max-width:480px) {
	.no_480 {
		display: none;
	}

	.show_480 {
		display: block;
	}
}


/* select
--------------------------------------------------------------*/
.select_area {
	float: left;
	width: calc((100% - 50px) / 2);
	padding: 10px;
}

	.select_area select {
		width: 100%;
		box-shadow: 1px 2px 4px 3px rgba(0,0,0,0);
	}

	.select_area .s_list {
		width: 100%;
		height: 390px;
	}

		.select_area .s_list option {
			padding: 7px;
			border-bottom: #999 1px solid;
		}

	.select_area .s_color {
		background: #588d1b;
		color: #FFF;
	}

		.select_area .s_color:hover {
			background: #734d32;
		}

	.select_area .s_list2 {
		width: 100%;
		height: 430px;
	}

		.select_area .s_list2 option {
			padding: 7px;
			border-bottom: #ccc 1px solid;
		}

	.select_area .s_color2:hover {
		background: #ffbf00;
	}

.select_arrow {
	float: left;
	width: 50px;
	text-align: center;
	font-size: 30px;
	padding-top: 180px;
}

	.select_arrow a {
		color: #588d1b;
	}

		.select_arrow a:is(:hover, :focus) i {
			color: #734d32;
		}

		.select_arrow a:is(:hover, :focus) {
			border: none;
		}

.select_arrow_sp {
	display: none;
}

@media screen and (max-width:1000px) {
	.select_area, .select_arrow, .select_sp {
		float: none;
		width: 100%;
	}

	.select_arrow {
		padding-top: 0;
	}

	.select_arrow_pc {
		display: none;
	}

	.select_arrow_sp {
		display: block;
		font-size: 50px;
	}
}



/* content
-------------------------------------------------------------------------------------------------------- */
main {
	margin:0 auto;
	width:90%;
	max-width:1600px;
    min-height:50vh;
}

.content {
    min-height:20vh;
}

.content p {
	padding-bottom:1vw;
}

.content a { color:#f17233; }
.content a:hover, a:focus { color:#dd5b6a; border-bottom:#dd5b6a 1px dashed; }

.content ul { list-style:decimal; padding-left:2.3em; }
.content li { padding-bottom:1%; }
.content ul li ul { list-style:disc; padding-left:1.3em; }

.breadcrumbs { 
	font-size:13px;
	padding:3vw 0 0;
	letter-spacing:0;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.breadcrumbs i { color:#21987a; padding-right:3px; }
.breadcrumbs a { color:var(--orange); }
.breadcrumbs a:hover { border-bottom:var(--orange) 1px dashed; }

h1 {
	font-size:300%;
	font-family:"cwTeXYen", "Meiryo UI", sans-serif;
	font-weight:800;
	text-align:center;	
	border-bottom:#aaa 1px dashed;
	margin-bottom:2vw;
}
h1 i {
	color:#f17233;
	font-size:80%;
	padding-right:5px;
	vertical-align:middle;
}

h2 {
	font-size:150%;
	color:#21987a;
	font-family:"cwTeXYen", "Meiryo UI", sans-serif;
	font-weight:700;
	margin-bottom:2vw;
}

input, select, textarea {
	color:#222;
	border:#FFF 1px solid;
	border-radius:3px;
	padding:10px 12px;
	background:#d2d2d2;
	vertical-align:middle;
	-webkit-box-shadow: 1px 2px 4px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 2px 4px 3px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 4px 3px rgba(0,0,0,0.1);
}
input:focus, select:focus {	background:#333; color:#FFF; }

input[type="radio"], input[type="checkbox"] {
	width:20px;
	height:20px;
	margin-right:4px;
	vertical-align:middle;
	-webkit-box-shadow: 1px 2px 4px 3px rgba(0,0,0,0);
    -moz-box-shadow: 1px 2px 4px 3px rgba(0,0,0,0);
    box-shadow: 1px 2px 4px 3px rgba(0,0,0,0);
}

.p_line {
	width:100%;
	height:3px;
	border-bottom:#FFF 3px dotted;
	margin:3% 0;
}

@media screen and (max-width:1000px) {
	.content p { padding-bottom:15px; }
	.breadcrumbs { display:none; }
	h1 { font-size:200%; margin:20px 0; padding-bottom:10px; }
	h2 { font-size:22px; margin-bottom:10px; }
	.p_line { margin:30px 0; }
}


/* news
-------------------------------------------------------------------------------------------------------- */
#news_list {
    width:100%;
    min-height:30vh;
}
#news_list ul { width:100%; }

#news_list li {
    border-bottom:#bbb 1px solid;
    padding:0.7vw 0;
}

#news_list .day {
    color:var(--green);
    letter-spacing:0;
    font-size:80%;
}

#news_list .flag {
    color:#FFF;
    font-size:80%;
    padding:3px 8px;
    margin:0 5px;
    border-radius:3px;
}
#news_list .flag_c1 { background:var(--orange); }
#news_list .flag_c2 { background:var(--green); }
#news_list .flag_c3 { background:var(--blue); }

#news_list a { color:#222; }
#news_list a:hover { color:#dd5b6a; }

@media screen and (max-width:1000px) {
    #news_list { min-height:45vh; }
    #news_list li { padding:10px 0; }
    #news_list a { display:block; padding-top:5px; }
}

.download { width:100%; padding:20px 0 50px; }
.download li { display:inline-block; }
.download li a {
    display:block;
    color:#FFF;
    background:var(--blue);
    padding:1vw 2vw;
    border-radius:99em;
    margin:1vw 1vw 1vw 0;
}
.download li a:hover { background:var(--a_hover1); }
.download li a img { width:1.8vw; margin-right:3px; }

@media screen and (max-width:1000px) {
    .download li a { padding:10px 20px; margin:10px 10px 10px 0; }
    .download li a img { width:30px; }
}



/* guide
-------------------------------------------------------------------------------------------------------- */
#guide {
    width:100%;
    min-height:30vh;
}
#guide ul { width:100%; }

#guide li {
    border-bottom:#bbb 1px solid;
    padding:0.7vw 0;
}

#guide li img { width:3vw; margin-right:5px; }

#guide a { color:#222; }
#guide a:hover { color:#dd5b6a; }

@media screen and (max-width:1000px) {
    #guide { min-height:45vh; }
    #guide li { padding:10px 0; }
    #guide li img { width:35px; }
    #guide a { padding-top:5px; }
}




/* sing up
-------------------------------------------------------------------------------------------------------- */
.signup_left { margin:0 auto; width:60%; }
.signup_left img { width:100%; }
.signup_left ul { margin:4% 0; }

.signup_right {	margin:0 auto; width:60%; }
.signup_right .bbtn a {
	display:block;
	width:100%;
	color:#FFF;
	font-size:2vw;
	font-family:"Noto Sans TC", "Meiryo UI", sans-serif;
	text-align:center;
	background:#588d1b;
	border:#FFF 0.2vw solid;
	border-radius:10px;
	padding:2vw 0;
	margin-bottom:6%;
	-webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.18);
    box-shadow: 0 1px 5px 1px rgba(0,0,0,0.18);
}
.signup_right .bbtn a:hover {
	background:#f17233;
}
.signup_right a i { padding-right:3px; }


@media screen and (max-width:1000px) {
	.signup_left, .signup_right { float:none; width:100%!important; padding:0; }
	.signup_right .bbtn a { display:inline-block!important; width:100%; padding:20px 0; font-size:5vw; margin:0 2% 10%; border:#FFF 3px solid; }
}

.login { margin:0 auto; max-width:600px; }
.login input { width:100%; margin:3px; }

.step { margin:0 auto 2%; width:60%; }
.step img { width:100%; }

@media screen and (max-width:1000px) {
	.login { min-height:40vh; }
	.step { margin-bottom:30px; width:100%; }
}


/* form
-------------------------------------------------------------------------------------------------------- */
.form_area {
	display:inline-flex;
	flex-wrap:wrap;
	/*justify-content:center;*/
	width:100%;	
	background:#FFF;
	border-radius:10px;
	padding:1.5% 0 0;
}
.form_area .box {
	position:relative;
	align-items:stretch;
	align-content:stretch;
	padding:0 2%;
}
.form_area .box  p { padding-bottom:1vw; }

.form_area .box ul { display:inline-block; padding:0; }
.form_area .box li { display:inline-block; }

.form_area input[type="text"], .form_area select, .form_area textarea { width:100%; }
/*.form_area input[type="radio"], input[type="checkbox"] { margin-top:1%; margin-bottom:5%; }*/

.form_area .w1 { width:100%; }
.form_area .w2 { width:50%; }
.form_area .w3 { width:calc(100% / 3); }
.form_area .w4 { width:25%; }
.form_area .w5 { width:20%; }

.form_area .w1 li { display:inline-block; margin-right:5px; margin-bottom:8px; }
.form_area .w1 li a { vertical-align:middle; }
.form_area .w1 li a:nth-child(1) {
	display:inline-block;
	color:#FFF;
	background:var(--blue);
	padding:0.5vw 1vw;
	border-radius:3px 0 0 3px;
}
.form_area .w1 li a:nth-child(2) {
	display:inline-block;
	color:#ffe400;
	background:#5a4d21;
	padding:0.5vw 1vw;
	border-radius:0 3px 3px 0;
}
.form_area .w1 li a:hover {
	background:#333;
	border:none;
}

.form_area .send a {
	display:inline-block;
	color:#FFF;
	background:#713a2f;
	padding:0.5vw 1vw;
	margin-left:5px;
	border-radius:3px;
	vertical-align:middle;
	border:none;
}
.form_area .send a:hover { background:#333; }

.form_area .total {
	background:var(--green);
	color:#FFF;
	text-align:center;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:0.6% 0;
	margin-top:1%;
}

.total2 {
	width:100%;
	font-size:150%;
	font-family:"Noto Sans TC", "Meiryo UI", sans-serif;
	text-align:center;
}
.total2 span { font-size:200%; color:var(--orange); font-weight:700; }

.form_area table { width:100%;  margin-bottom:15px; }
.form_area td, .form_area th { border:#ccc 1px solid; padding:8px; }
.form_area th { padding:5px; background:var(--blue); color:#FFF; }
.form_area td:nth-child(2) { width:5vw; vertical-align:middle; color:var(--orange); font-weight:700; text-align:center; }
/*.form_area th { width:5vw; vertical-align:middle; color:var(--orange); font-weight:700; }*/

.school_form { width:100%; text-align:right; padding-top:1vw; }
.school_input { width:5vw; vertical-align:middle; }
.school_input input { padding-right:0; padding-left:0; text-align:center; }

.tc1 { color:var(--orange); }
.tc1 i { padding-right:3px; }
.tc2 { font-size:85%; padding-top:6px; }
.tc3 { color:var(--green); font-weight:700; }
.tc4 { color:var(--orange); text-decoration:underline; font-weight:600; }

.show_1000 { display:none; }

@media screen and (max-width:1000px) {
	.form_area { padding:15px 0 0; }
	.form_area .box { padding:0 15px; }
	.form_area .box ul { display:block; }
	.form_area .w2, .form_area .w3, .form_area .w4, .form_area .w5 { width:100%; }
	.form_area .box  p { padding-bottom:20px; }
	.form_area .total { padding:10px 0; margin-top:0; }
	.form_area td:nth-child(2) { width:60px; }
    .school_form { padding-top:15px; }
    .school_input { width:60px; }
	.show_1000 { display:block; }
	.form_area .w1 ul { margin-bottom:15px; }
	.form_area .w1 li a:nth-child(2) { width:30px; padding:8px 0; text-align:center; }
	.form_area .w1 li a:nth-child(1) { max-width:calc(79vw - 30px); padding:8px 10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
	.form_area .send input { width:calc(100% - 65px); }
	.form_area .send a { width:160px; text-align:center; padding:10px 0; }
}



.list_area {
	width:100%;	
	background:#FFF;
	border-radius:10px;
	padding:1.5%;
}
.list_area table { width:100%; }
.list_area th, .list_area td { padding:0.5vw; border:#ccc 1px solid; text-align:center; }
.list_area th { background:var(--green); color:#FFF; }
.list_area td:nth-child(1) { text-align:left; }
.list_area td:nth-child(2) { width:10vw; color:var(--orange); }
.list_area td:nth-child(3) { width:6vw; }
.list_area td:nth-child(4) { width:6vw; }
.list_area td:nth-child(4) input { width:100%; }
.list_area tr:nth-last-child(1) > td:nth-child(2) { width:6vw; }

.list_area a { display:inline-block; padding:0.5vw; background:var(--blue); color:#FFF; border-radius:3px; }
.list_area a:hover { border:none; color:#FFF; background:var(--orange); }

.list_area .file { padding:1vw 0; }
.list_area .file ul { width:100%; }
.list_area .file li {
	display:inline-block;
	padding:0.5vw 1vw;
	border-radius:99em;
	background:var(--blue);
	color:#FFF;
	margin:0.6vw 0.3vw 0 0;
}
.list_area .file li a { color:#00ecd6; padding:0; padding-left:0.3vw; font-size:150%; vertical-align:middle; }
.list_area .file li a:hover { background:none; color:#ff8b8b; }





.list_area1 {
	width:100%;	
	background:#FFF;
	border-radius:10px;
	padding:1.5%;
}
 .list_area1 th, .list_area1 td { padding:0.5vw; border:#ccc 1px solid; text-align:center; }
.list_area1 th { background:var(--green); color:#FFF; }
.list_area1 td:nth-child(1) { text-align:left; }
.list_area1 td:nth-child(2) {   color:var(--orange); }
  

.list_area1 a { display:inline-block; padding:0.5vw; background:var(--blue); color:#FFF; border-radius:3px; }
.list_area1 a:hover { border:none; color:#FFF; background:var(--orange); }

.list_area1 .file { padding:1vw 0; }
.list_area1 .file ul { width:100%; }
.list_area1 .file li {
	display:inline-block;
	padding:0.5vw 1vw;
	border-radius:99em;
	background:var(--blue);
	color:#FFF;
	margin:0.6vw 0.3vw 0 0;
}
.list_area1 .file li a { color:#00ecd6; padding:0; padding-left:0.3vw; font-size:150%; vertical-align:middle; }
.list_area1 .file li a:hover { background:none; color:#ff8b8b; }




.list_area2 {
	width:100%;	
	background:#FFF;
	border-radius:10px;
	padding:1.5%;
}
 .list_area2 th, .list_area2 td { padding:0.5vw; border:#ccc 1px solid; text-align:center; }
.list_area2 th { background:var(--green); color:#FFF; }
.list_area2 td:nth-child(1) { text-align:center; }
.list_area2 td:nth-child(2) { text-align:center;    }
.list_area2 td:nth-child(3) { text-align:center;     }
.list_area2 td:nth-child(4) { text-align:center;    }
.list_area2 td:nth-child(5) { text-align:center;    }
  

.list_area2 a { display:inline-block; padding:0.5vw; background:var(--blue); color:#FFF; border-radius:3px; }
.list_area2 a:hover { border:none; color:#FFF; background:var(--orange); }

.list_area2 .file { padding:1vw 0; }
.list_area2 .file ul { width:100%; }
.list_area2 .file li {
	display:inline-block;
	padding:0.5vw 1vw;
	border-radius:99em;
	background:var(--blue);
	color:#FFF;
	margin:0.6vw 0.3vw 0 0;
}
.list_area2 .file li a { color:#00ecd6; padding:0; padding-left:0.3vw; font-size:150%; vertical-align:middle; }
.list_area2 .file li a:hover { background:none; color:#ff8b8b; }






/* sehool
-------------------------------------------------------------------------------------------------------- */
#teacher_list { margin:0 auto; width:100%; max-width:1200px; }
#teacher_list table { width:100%; }
#teacher_list th, #teacher_list td {
    border:#aaaaaa 1px solid;
    padding:0.5vw;
    text-align:center;
}
#teacher_list th { color:#FFF; background:#2a687f; }
#teacher_list td a { color:var(--orange); }
#teacher_list td a:hover { border-bottom:var(--orange) 1px dashed; }
#teacher_list tr:nth-child(odd) { background:#FFF; }

#teacher_list td input[type="text"] { width:100px; text-align:center; }

@media screen and (max-width:1000px) {
    #teacher_list th, #teacher_list td { padding:10px; }
    #teacher_list .tt th:nth-last-child(2), #teacher_list .tt td:nth-last-child(2) { display:none; }
}
@media screen and (max-width:680px) {
    #teacher_list .tt th:nth-last-child(1), #teacher_list .tt td:nth-last-child(1) { display:none; }
    #teacher_list td input[type="text"] { width:50px; }
}





/* footer
-------------------------------------------------------------------------------------------------------- */
footer {
	position:relative;
	width:100%;
	min-height:16.5vw;
	background:url("../img/copyright-bg.png") center bottom no-repeat;
	background-size:100%;
}

address {
	position:absolute;
	color:#FFF;
	font-size:0.8vw;
	bottom:3vw;
	left:5vw;
}
address span { font-size:11px; }


@media screen and (max-width:1000px) {
	footer { height:250px; background:url("../img/copyright-bg-sp.png") center bottom no-repeat; background-size:100%; }
	address { position:static; font-size:12px; padding:70px 6% 10px; }
}
@media screen and (max-width:640px) {
	footer { height:230px; } 
	address { padding-top:100px; }
}


#popout {
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.85);
	z-index:1000;
}

#popout .box {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:calc((100% - 800px) / 2);
	width:800px;
}

#popout .box legend {
	width:100%;
	color:#FFF;
	background:var(--blue);
	font-size:120%;
	padding:0.6vw 0;
	text-align:center;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin:0;
}
#popout .box .info {
	width:100%;
	background:#FFF;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:1.5vw 2vw 0 2vw;
	background:#FFF;
	max-height:80vh;
	overflow-y:auto;
}
#popout .box .info ul { padding-left:2rem; list-style:disc; }

#popout .box .info i { color:#FFF; }
#popout .box .info a { width:15vw!important; }

#popout input, select, textarea { width:100%; margin-bottom:15px; }
#popout textarea { height:10vh; }

#popout .box legend { font-size:120%; font-weight:600; }


#popout .box2 {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:calc((100% - 400px) / 2);
	width:400px;
	border-radius:10px;
	background:#FFF;
	padding:0 2vw;
	text-align:center;
}

#popout .box2 .ok { font-size:180px; color:var(--green); line-height:100%; padding:30px 0 10px; }


@media screen and (max-width:1000px) {
	#popout .box { width:90%; left:5%; }
	#popout .box legend { padding:10px 0; }
	#popout .box .info { padding:15px 20px 0 20px; }
	#popout .box .info a { width:35vw!important; margin:20px 0; }
	#popout textarea { height:30vh; }
	#popout .box2 { width:260px; left:calc((100% - 260px) / 2); padding:0 25px; }
	#popout .box2 .ok { font-size:120px; padding:30px 0 15px; }
}



#popout4 {
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.85);
	z-index:1000;
}

#popout4 .box {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:calc((100% - 800px) / 2);
	width:800px;
}

#popout4 .box legend {
	width:100%;
	color:#FFF;
	background:var(--blue);
	font-size:120%;
	padding:0.6vw 0;
	text-align:center;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin:0;
}
#popout4 .box .info {
	width:100%;
	background:#FFF;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:1.5vw 2vw 0 2vw;
	background:#FFF;
	max-height:80vh;
	overflow-y:auto;
}
#popout4 .box .info ul { padding-left:2rem; list-style:disc; }

#popout4 .box .info i { color:#FFF; }
#popout4 .box .info a { width:15vw!important; }

#popout4 input, select, textarea { width:100%; margin-bottom:15px; }
#popout4 textarea { height:10vh; }

#popout4 .box legend { font-size:120%; font-weight:600; }


#popout4 .box2 {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:calc((100% - 400px) / 2);
	width:400px;
	border-radius:10px;
	background:#FFF;
	padding:0 2vw;
	text-align:center;
}

#popout4 .box2 .ok { font-size:180px; color:var(--green); line-height:100%; padding:30px 0 10px; }


@media screen and (max-width:1000px) {
	#popout4 .box { width:90%; left:5%; }
	#popout4 .box legend { padding:10px 0; }
	#popout4 .box .info { padding:15px 20px 0 20px; }
	#popout4 .box .info a { width:35vw!important; margin:20px 0; }
	#popout4 textarea { height:30vh; }
	#popout4 .box2 { width:260px; left:calc((100% - 260px) / 2); padding:0 25px; }
	#popout4 .box2 .ok { font-size:120px; padding:30px 0 15px; }
}

#popout1 {
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.85);
	z-index:1000;
}

#popout1 .box {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:calc((100% - 800px) / 2);
	width:800px;
}

#popout1 .box legend {
	width:100%;
	color:#FFF;
	background:var(--blue);
	font-size:120%;
	padding:0.6vw 0;
	text-align:center;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin:0;
}
#popout1 .box .info {
	width:100%;
	background:#FFF;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:1.5vw 2vw 0 2vw;
	background:#FFF;
	max-height:80vh;
	overflow-y:auto;
}
#popout1 .box .info ul { padding-left:2rem; list-style:disc; }

#popout1 .box .info i { color:#FFF; }
#popout1 .box .info a { width:15vw!important; }

#popout1 input, select, textarea { width:100%; margin-bottom:15px; }
#popout1 textarea { height:10vh; }

#popout1 .box legend { font-size:120%; font-weight:600; }


#popout1 .box2 {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:calc((100% - 400px) / 2);
	width:400px;
	border-radius:10px;
	background:#FFF;
	padding:0 2vw;
	text-align:center;
}

#popout1 .box2 .ok { font-size:180px; color:var(--green); line-height:100%; padding:30px 0 10px; }


@media screen and (max-width:1000px) {
	#popout1 .box { width:90%; left:5%; }
	#popout1 .box legend { padding:10px 0; }
	#popout1 .box .info { padding:15px 20px 0 20px; }
	#popout1 .box .info a { width:35vw!important; margin:20px 0; }
	#popout1 textarea { height:30vh; }
	#popout1 .box2 { width:260px; left:calc((100% - 260px) / 2); padding:0 25px; }
	#popout1 .box2 .ok { font-size:120px; padding:30px 0 15px; }
}



#popout2 {
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.85);
	z-index:1000;
}

#popout2 .box {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:calc((100% - 800px) / 2);
	width:800px;
}

#popout2 .box legend {
	width:100%;
	color:#FFF;
	background:var(--blue);
	font-size:120%;
	padding:0.6vw 0;
	text-align:center;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin:0;
}
#popout2 .box .info {
	width:100%;
	background:#FFF;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:1.5vw 2vw 0 2vw;
	background:#FFF;
	max-height:80vh;
	overflow-y:auto;
}
#popout2 .box .info ul { padding-left:2rem; list-style:disc; }

#popout2 .box .info i { color:#FFF; }
#popout2 .box .info a { width:15vw!important; }

#popout2 input, select, textarea { width:100%; margin-bottom:15px; }
#popout2 textarea { height:10vh; }

#popout2 .box legend { font-size:120%; font-weight:600; }


#popout2 .box2 {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:calc((100% - 400px) / 2);
	width:400px;
	border-radius:10px;
	background:#FFF;
	padding:0 2vw;
	text-align:center;
}

#popout2 .box2 .ok { font-size:180px; color:var(--green); line-height:100%; padding:30px 0 10px; }


@media screen and (max-width:1000px) {
	#popout2 .box { width:90%; left:5%; }
	#popout2 .box legend { padding:10px 0; }
	#popout2 .box .info { padding:15px 20px 0 20px; }
	#popout2 .box .info a { width:35vw!important; margin:20px 0; }
	#popout2 textarea { height:30vh; }
	#popout2 .box2 { width:260px; left:calc((100% - 260px) / 2); padding:0 25px; }
	#popout2 .box2 .ok { font-size:120px; padding:30px 0 15px; }
}

/* button
------------------------------------------------------------------------------ */
.btn { margin:5% 0; width:100%; text-align:center; }
.btn a {
	display:inline-block;
	color:#FFF!important;
	font-family:"Noto Sans TC", "Meiryo UI", sans-serif;
	font-size:120%!important;
	padding:1vw 0;
	text-align:center;
	border-radius:0.3vw;
	border:none!important;
	margin:0;
}
.btn a:hover {
	color:#FFF;
	border-bottom:none!important;
	background:var(--a_hover1)!important;
}
.btn a i { padding-right:3px; }

.btn_n1 a { width:45%; }
.btn_n2 a { width:31%; margin:0 2%;}
.btn_n3 a { width:30%; margin:0 1%; }
.btn_n4 a { width:20%; margin:0 1%; }

@media screen and (max-width:1000px) {
	.btn a { padding:15px 0; border-radius:6px; }
	.btn_n1 a { width:100%; font-size:130%!important; }
	.btn_n2 a { width:44%; margin:0 2%;}
    .btn_n3 a { letter-spacing:0; font-size:110%!important; } 
	.btn span { display:none; }
}
@media screen and (max-width:740px) {
	.btn_n4 a { width:45%; margin:1.6% 2%; font-size:110%!important; } 
}


/* color
------------------------------------------------------------------------------ */
:root {
	--a_hover1:#333;
	--a_hover2:#f17233;
	--orange:#f17233;
	--green:#588d1b;
	--blue:#2a687f;
	--red:#a34040;
}
