@charset "utf-8";
/* CSS Document */
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap');

html,body{ overflow-x: hidden; }
body{ margin:0; padding:0 0 0 0; font-family: 'Noto Sans TC', sans-serif; font-size:1rem; font-weight:400; color:#333; background: #fff; box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box;}

h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-weight: 700; line-height: 1em;}

h2{ font-size: 2em; }
h3{ font-size: 1.5em; }
h4{ font-size: 1.325em; }
h5{ font-size: 1.25em; }

p{ margin:0; padding:0; line-height: 1.5em; }

img{ max-width: 100% !important; height: auto !important; vertical-align: bottom; }

a{ color:#333; text-decoration:none; transition:0.2s all; -webkit-transition:0.2s all; -moz-transition:0.2s all; -o-transition:0.2s all; -ms-transition:0.2s all;}
a:hover{ color:#e60012; text-decoration: none;}
a:focus{ text-decoration: none;}

:focus, :active{ outline: none !important; box-shadow: none !important; }

::-webkit-input-placeholder { color:#bbb;}
::-moz-placeholder { color:#bbb;}
:-ms-input-placeholder { color:#bbb;}
:-moz-placeholder { color:#bbb;}

input:focus{ outline: 0; }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset;
  transition: background-color 5000s ease-in-out 0s;
}

input{ width: 100%; padding:8px; border:1px solid #ccc; }
input:hover{ border:1px solid #ccc; }

textarea:hover,
input[type="text"]:hover,input[type="email"]:hover,input[type="password"]:hover,
textarea:active,
input[type="text"]:active,input[type="email"]:active,input[type="password"]:active,
textarea:focus,
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important; box-shadow:none !important; -webkit-appearance:none;
}

main{ background: #fff; }

.container{ max-width: 1300px; padding: 0 20px; /* overflow: hidden; */ }
.container.w100{ max-width: 100%; }
.container.w2{ max-width: 1400px; }
.container.w3{ max-width: 951px; }
.container.w3{ max-width: 728px; }
.container.w4{ max-width: 546px; }

.row{ margin-right: -12px !important; margin-left: -12px !important; }

/*** HEADER ***/
.top{ margin: 0; padding: 8px 0 7px 0; list-style: none; overflow: hidden; }
.top li a{ color: #999; line-height: 1em; }
.top li a:hover{ color: #e60012; }
.top li:first-child{ float: left; margin-top: 1px; font-size: 1em; }
.top li:first-child a{ margin-right: 20px;}
.top li:first-child i{ margin-right: 8px; }
.top li:last-child{ float: right; margin-top: -2px; font-size: 1.25em; }
.top li:last-child a{ margin-left: 6px; }

header{ width: 100%; height: 82px; padding: 10px 0; background: #fff; border: 1px solid #ddd; border-right: 0; border-left: 0; }

.logo{ float: left; width: 196px; height: 60px; margin: 0; padding: 0; background: url('../img/pic-logo.png') center center no-repeat; background-size: cover; text-indent: -9999px;}
.logo a{ width: 196px; height: 60px; display: block; }

ul.menu{ float: right; margin: 15px 0 0 0; padding: 0; list-style: none; }
ul.menu li{ float: left; margin: 0 0 0 30px; font-size: 1.25em; }
ul.menu li a{ color: #333; }
ul.menu li a:hover{ color: #e60012; }

.dropbtn { margin:-10px 0; padding:10px 0; color: #333; background: none; border: 0; }
.dropdown { position: relative; display: inline-block;}
.dropdown-content { min-width: 150px; font-size: 1em; display: none; position: absolute; top: 40px; background-color: #fff; box-shadow: 5px 5px 16px rgba(0,0,0,0.2); z-index: 99;}
.dropdown-content a { color: #333; padding: 8px 15px; text-align: left; text-decoration: none; display: block;}
.dropdown-content a:hover { color: #e60012; background-color: #fff;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown .dropbtn { text-decoration:none; transition:0.2s all; -webkit-transition:0.2s all; -moz-transition:0.2s all; -o-transition:0.2s all; -ms-transition:0.2s all;}
.dropdown:hover .dropbtn { color: #e60012;}
/*** /HEADER ***/

/*** BNR ***/
.carousel-item .dk{ display: block !important; }
.carousel-item .mb{ display: none !important; }
/*** /BNR ***/

/*** SIDEBAR ***/
.btn_toggle{ display: none; }

#sidebar { width: 250px; height: 100vh; position: fixed; top: 0; right: -250px; z-index: 1001; background: #fff; color: #1864a2; transition: all 0.2s; overflow-y: scroll; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);}
#sidebar.active { right: 0;}
#dismiss { width: 35px; height: 35px; margin-left: 10px; font-size: 1.25em; line-height: 44px; text-align: center; color: #999; background: none; cursor: pointer; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;}
.overlay { width: 100vw; height: calc(100vh + 30px); margin-top: -30px; display: none !important; position: fixed !important; background: rgba(0, 0, 0, 0.7); z-index: 901; opacity: 1; transition: all 0.5s ease-in-out;}
.overlay.active { display: block !important; opacity: 1;}
#sidebar ul.components { padding: 20px 0 0 0; transition: all 0.1s;}
#sidebar ul.components.active { padding: 90px 0 0 0;}
#sidebar ul p { color: #fff; padding: 10px;}
#sidebar ul li{ border-bottom: 1px dashed rgba(255, 255, 255, .5); }
#sidebar ul li a { padding: 10px 30px; color: #666; font-size: 1.25em; display: block;}
#sidebar ul li a:hover { color: #e60012;}

.accordion_header{ height: 44px; color: #999; background: #fff; border: 1px solid #dee2e6; border-top: 0; }
.accordion{ height: calc(100vh - 0px); border: 0; overflow-y: auto !important;}
.accordion-item{ border-top: 0px solid rgba(255, 255, 255, .5); }
.accordion-item:last-child{ border-bottom: 0px solid rgba(255, 255, 255, .5); }
.accordion-collapse{ border: 0; }
.accordion-body{ padding: 5px; background: #fff; /* border: 5px solid #f00; */ }
.accordion-body a{ padding: 10px 15px; color: #000; display: block; }

.accordion-button{ color: #333; background: #fff; border: 0; border-radius: 0 !important; box-shadow: none !important; }
.accordion-button.nocollapsed, .accordion-button.nocollapsed::after{ color: #333; background: none; background: #fff; }
.accordion-button[aria-expanded="false"]{ color: #333; background: #fff;}
.accordion-button[aria-expanded="true"]{ color: #fff; background: #e60012;}
.accordion-button[aria-expanded="false"]:after { background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cccccc'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;}
.accordion-button[aria-expanded="true"]:after { background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;}

.accordion-button[aria-expanded="false"] a { color: #333; background: #fff;}
.accordion-button[aria-expanded="true"] a { color: #fff; background: #e60012;}
/*** /SIDEBAR ***/
.accordion2{ height: auto !important; border: 0; overflow-y: auto !important;}
.accordion2-body{ background-color: none; }
.accordion2-body a{ color: #000; display: inline !important; color:blue !important; }
.accordion2-item{ border: 1px solid rgb(177 177 177 / 0.51) !important; }
.accordion2-item:last-child{ border: 1px solid  rgb(177 177 177 / 0.51) !important; }
/*** LIST ***/
.list ul{ width: 100% !important; margin: 0; padding: 0; list-style: none; }
.list li{ margin: 3px 0; overflow: hidden; }
.list li a p{ color: #333; transition:0.2s all; -webkit-transition:0.2s all; -moz-transition:0.2s all; -o-transition:0.2s all; -ms-transition:0.2s all;}
.list li a:hover p{ color: #fff; background: #e60012; }
.list li span{ float: left; width: 60px; height: 60px; padding: 14px 0; text-align: center; }
.list li span year{ margin: 0 0 0 4.5px; font-size: .667em; line-height: 1em; display: block; letter-spacing: 4.5px; }
.list li span date{ margin: 3px 0; font-size: .889em; line-height: 1em; display: block; }
.list li p{ float: left; width: calc(100% - 60px); height: 60px; padding: 16px; background: #f3f3f3; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.list li p.style1{ float: none; width: 100%; height: auto; padding: 17px 15px 16px 15px; text-overflow: clip: ; white-space: normal; overflow: hidden; }

.list_style01 h2{ margin-bottom: 30px; color: #1864a2; letter-spacing: 3px; }
.list_style01 li span{ color: #fff; background: #1864a2; }

.list_style02 h2{ margin-bottom: 30px; color: #1b2d6b; letter-spacing: 3px; }
.list_style02 li span{ color: #fff; background: #1b2d6b; }

.caption_wrap{ margin: 0; padding: 0; overflow: hidden; }
.caption_wrap h2{ float: left; }
.caption_wrap h2.inner{ float: none; text-align: center; }
.caption_wrap h2.inner2{ float: none; }
.caption_wrap button{ float: right; margin-top: 3px; padding:3px 20px 4px 20px; color: #fff; background: #e60012; border: 0; transition:0.2s all; -webkit-transition:0.2s all; -moz-transition:0.2s all; -o-transition:0.2s all; -ms-transition:0.2s all; }
.caption_wrap button:hover{ background: #ff8000; }

.list01 li{ margin: 0 0 0 19px; }
/*** /LIST ***/

/*** BREADCRUMB ***/
nav[aria-label="breadcrumb"]{ padding:8px 0 7px 0; font-size: .875em; color: #999; background: #f9f9f9; border-top: 0px solid #ddd; border-bottom: 1px solid #ddd; }
ol.breadcrumb{ margin: 0; padding: 0;}
.breadcrumb-item:before{ color: #999 !important; }
.breadcrumb-item.active{ color: #1864a2; font-weight: bold; }
ol.breadcrumb a{ color: #999; }
ol.breadcrumb a:hover{ color: #1864a2; }
/*** /BREADCRUMB ***/

/*** ABOUT ***/
.img_shadowbox{ width: 100%; height: auto; margin: 0 0 30px 0; }
/*** /ABOUT ***/

/*** CONTACT ***/
.contact h3{ margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px dashed #ddd; }

.c_info{ margin: 0; padding: 0; overflow: hidden; }
.c_info li{ margin-bottom: 10px; font-size: 1.125em; overflow: hidden; }
.c_info li a{ color: #333; }
.c_info li a:hover{ color: #e60012; }
.c_info li i{ float: left; width: 18px; margin: 3px 10px 0 0; text-align: center; }
.c_info li p{ float: left; width: calc(100% - 28px); }

.gmap{ width: 100%; height: 355px; margin-top: 10px; }
/*** /CONTACT ***/

/*** CNT ***/
section{ padding: 77px 0; overflow: hidden; clear: both; }
section h2{ margin-bottom: 30px; font-size: 2.25em; text-align: center;}
section.inner .list_wrap{ margin: 0px 0;}
section.sec2{ margin-top: -80px !important; }

#thumb{ padding: 30px 0; background: #f6f6f6; }
#thumb .thumb_box{ margin: 10px; color: #999; font-weight: 700; background: #fff; border: 1px solid #ccc; border-radius: 50%; position: relative;}
#thumb .thumb_box img{ width: 100%; height: auto; }
#thumb .thumb_txt{ width: 100%; height: 100%; position: absolute; z-index: 1; text-align: center; display: flex; align-items: center; }
#thumb .thumb_cnt{ width: 100%; }
#thumb .thumb_cnt i{ margin-bottom: 10px; font-size: 4.5em; }
#thumb .thumb_cnt p{ font-size: 1.25em; }
#thumb a .thumb_box{ transition:0.2s all }
#thumb a:hover .thumb_box{ color: #fff; background: #e60012; }

#news{ background: url('../img/bg-news.png'); border: 1px solid #eee; border-left: 0; border-right: 0; }
.news_box, .news_box:focus{ margin: 10px 0; padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, .25) !important; overflow: hidden; position: relative; }
.news_box h3{ margin-bottom: 10px; color: #e60012 !important; line-height: 1.25em; }
a .news_box h3{ color: #333 !important; text-decoration:none; transition:0.2s all }
a:hover .news_box h3{ color: #e60012 !important; }
.news_box span{ margin-bottom: 10px; color: #999; font-size: .75em; display: block; }
.news_box span i{ margin-right: 5px; }
.news_box p{ color: #666; }

/*#news{ background: url('../img/bg-news.png'); border: 1px solid #eee; border-left: 0; border-right: 0; }
.news_box, .news_box:focus{ margin: 10px 0; padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, .25) !important; overflow: hidden; position: relative; }
.news_box h3{ margin-bottom: 10px; color: #e60012 !important; line-height: 1.25em; }
a .news_box h3{ color: #333 !important; text-decoration:none; transition:0.2s all }
a:hover .news_box h3{ color: #e60012 !important; }
.news_box span{ margin-bottom: 10px; color: #999; font-size: .75em; display: block; }
.news_box span i{ margin-right: 5px; }
.news_box p{ color: #666; }*/

.webpad_box, .webpad_box:focus{ font-size:1.1rem; margin: 10px 0; padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, .25) !important; overflow: hidden; position: relative; }
.webpad_box h3{ margin-bottom: 10px; color: #e60012 !important; line-height: 1.25em; }
a .webpad_box h3{ color: #333 !important; text-decoration:none; transition:0.2s all }
a:hover .webpad_box h3{ color: #e60012 !important; }
.webpad_box span{ margin-bottom: 10px; font-size: .75em; display: block; }
.webpad_box span i{ margin-right: 5px; }
.webpad_box p{ color: #666; line-height: 1.8em; margin-top: 10px; margin-bottom: 10px; }

#forms{  }
.forms_box, .forms_box:focus {
    font-size: 1.1em;
    margin: 10px 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25) !important;
    overflow: hidden;
    position: relative;
}
.forms_box h3{ margin-bottom: 10px; color: #e60012 !important; line-height: 1.25em; }
.forms_box a{ text-decoration:underline; transition:0.2s all }
/*.forms_box span{ margin-bottom: 10px; color: #999; display: block; }
.forms_box span i{ margin-right: 5px; }
.forms_box p{ color: #666; }*/

ul.sort{ margin: 0 0 25px 0; padding: 0; list-style: none; text-align: center; }
ul.sort li{ margin: 2px 0; background: #fff; border-radius: 5px; display: inline-block; }
ul.sort li a{ padding: 5px 13px 7px 13px; border: 1px solid #ccc; border-radius: 5px; display: block;}
ul.sort li a:hover{ border-color: #e60012; }
ul.sort li a.current{ color: #fff; background: #e60012; border-color: #e60012; }

.inner .news_box{ padding: 40px; }
.inner h3{ line-height: 1.25em; }
.inner span, #news span{ margin-right: 20px; display: inline-block; }
.inner hr{ height: 0; margin: 20px 0; background: none; border: 0; border-bottom: 1px dashed #999; }
.inner .inner_img{ max-width: 768px; margin: 0 auto 30px auto; padding-top: 10px; }
.inner h4{ margin-bottom: 10px; color: #666; }
.inner .alert{ margin: 40px 0 0 0; }
.inner .alert a{ margin-right: 20px; color: #664d03; display: block; }/*display: inline-block;*/
.inner .alert a:last-child{ margin-right: 0; }
.inner .alert a:hover{ color: #e60012; }
.inner .alert i{ width: 14px; margin-right: 8px; text-align: center; }

.box_wrap{ margin: 10px auto; overflow: hidden; }

#sort .box_wrap{ position: relative; transition:0.5s all; }
#sort .box_wrap .box_img{ transition:0.5s all; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0); }
#sort .box_wrap:hover .box_img{ transform: scale(1.25, 1.25); }
#sort .box_wrap p{ width: 100%; margin: 0; padding: 15px 20px; color: #fff; font-size: 1.25em; background: rgba(0, 0, 0, .75); position: absolute; bottom: 0; z-index: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
#sort .box_wrap .box{ width: 100%; height: 100%; position: relative; overflow: hidden; }
#sort .box_wrap .box_img img{ width: 100%; height: auto; }
#sort a:hover .box_wrap{ box-shadow: 0 0 10px rgba(0, 0, 0, 1.0);}
#sort a:hover .box_wrap .box .box_overlay{ opacity: 1; }

#donate{ background: url('../img/bg-donate.jpg') center center no-repeat; background-size: cover; }
.donate_box{ padding: 0; }
.donate_box span{ margin: 0 15px; color: #fff; font-size: 1.875em; font-weight: 700; line-height: 1.25em; display: inline-block; }
/*.donate_box button{ margin-top: 20px; padding: 8px 90px;}*/
.donate_box input { margin-top: 20px; padding: 8px 90px;}

.quote_1{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.quote_2{ text-overflow: ellipsis; white-space: normal; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
h3.quote_2{ height: 60px;}
.quote_3{ text-overflow: ellipsis; white-space: normal; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
div.quote_3{ height: 72px;} /*change from p to div*/

.qlink{ max-width: 200px; margin: 0 auto; }
.qlink a{ display: block; text-align: center; }
.qlink .collist a{ margin-bottom: 6px; }
.qlink .collist a:last-child{ margin-bottom: 0; }

.social_wrap{ padding: 0; display: flex; align-items: stretch; }
.social_yt{ margin-right: 40px; flex-grow: 1; background: #000; display: table; }
.social_yt_frame{ display: table-cell; vertical-align: middle;}
.social_yt iframe{ width: 100%; height: 479px; aspect-ratio: 16 / 9; }
.social_fb{ width: 500px; height: 485px; }

.list_pagenav li:first-child{ margin-top: 0; }
.list_pagenav li.active a p{ color: #fff; background: #1864a2; }
.list_pagenav select{ display: none; }

.share{ margin:40px 0 0 0; padding:15px 0; list-style: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; overflow: hidden; }
.share li{ float: left; margin: 0 20px 0 0; color: #666; }
.share li:last-child{ float: right; margin: 0; }
.share li i{ margin: 0 10px 0 0; }
.share a{ color: #666; }
.share a:hover{ color: #e60012; }
.share i.fa-facebook-square{ color: #395693; }
.share i.fa-line{ color: #01b301; }
/*** /CNT ***/

/*** PAGINATION ***/
.pagination_wrap{ width: 100%; text-align: center; }
.pagination{ margin-top: 50px; }
.pagination .page-item, .pagination .page-item a{ margin: 0 1px; border-radius: 5px !important; }
.pagination a{ color: #666; }
.pagination a:hover{ color: #666; background: #f6f6f6; }
.pagination .active .page-link{ color: #fff; background: #e60012; border-color: #dee2e6; }
/*** /PAGINATION ***/

/*** FOOTER ***/
footer{ margin: 0; padding: 40px 0; color: #666; background: #eeeeee; overflow: hidden; }
footer .collist:first-child img{ width: 178px; margin-bottom: 9px; height: auto; }
footer h5{ margin-bottom: 25px; }
footer a{ color: #666; transition:0.2s all; -webkit-transition:0.2s all; -moz-transition:0.2s all; -o-transition:0.2s all; -ms-transition:0.2s all; }
footer a:hover{ color: #e60012; }

footer .social{ margin: 0; padding: 0; list-style: none; }
footer .social li{ float: left; margin-right: 10px; font-size: 3em; line-height: 1em; }

footer .collist:last-child{ text-align: right; }
footer .f_list{ margin: 0; padding: 0; list-style: none; display: inline-block; }
footer .f_list li{ margin-bottom: 8px; overflow: hidden; line-height: 1.325em; text-align: left; }
footer .f_list li i{ float: left; width: 16px; margin-right: 8px; font-style: normal; line-height: 1.325em; text-align: center; }
footer .f_list li p{ float: left; width: calc(100% - 24px); line-height: 1.325em; word-break: break-all;}

.copyright{ padding: 18px 20px; color: #fff; font-size: .889em; background: #173b56; text-align: center; }
/*** /FOOTER ***/

/*** BTN �쥻primary�令primary2 ***/
.btn_wrap{ width: 100%; margin:40px 0 0 0; }
.btn{ padding:8px 40px 11px 40px !important; border-radius: 10px; }
.btn2{ padding:10px !important; border-radius: 10px; }
.btn-lg{ padding:12px 50px 14px 50px !important;}
.btn-primary2{ color: #fff;  background: #e60012; border-color: #e60012; } /*line-height: 1em;*/
    /*.btn-primary2{ padding:17px 50px 19px 50px !important;}.btn-lg*/
.btn-primary2:hover, .btn-primary2:active, .btn-primary2:focus, .btn-primary2.current{ color: #fff; background: #c00 !important; border-color: #c00 !important; }
/*** /BTN ***/

/*** FORM ***/
/*
    2023-01 Josie ����
    form input[type="text"], form input[type="email"], form input[type="password"], form input[type="file"], form input[type="date"], form input[type="time"], form input[type="number"], form select{ margin-bottom: 20px; }
*/
form.form-inline select{ margin: 0; }

input[type="text"],input[type="email"],input[type="password"],input[type="file"],input[type="date"],input[type="time"],input[type="number"]{ width: 100%; min-height: 46px; padding:10px 10px; line-height: 1em; border-radius: 0px; }
input[type="text"],input[type="email"],input[type="password"],input[type="file"],input[type="date"],input[type="time"],input[type="number"], select, textarea{ -moz-appearance: none; -webkit-appearance: none; appearance: none;}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="file"]:focus,input[type="date"]:focus,input[type="time"]:focus,input[type="number"]:focus,select:focus,textarea:focus{ border-color:#1864a2; }
input[type="radio"], input[type="checkbox"]{ width: auto; }
input[type="radio"]{ width: 20px; height: 20px; display: inline; margin-top: 5px; }
input[type="checkbox"]{ width: 20px; height: 20px; display: inline; margin-top: 5px; border-radius: 3px !important; }
select{ width: 100%; min-height: 46px;  padding:10px 10px; border: 1px solid #ccc; border-radius: 0px; background:#fff url(../img/icon-arrow_down.png) right 10px center no-repeat; background-size: 16px auto; }
select option:hover{
    content: attr(title);
    background: #666 !important;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}
textarea{ width: 100%; height: 150px; margin-bottom: 5px; padding:10px 10px; border:1px solid #ccc; }

label{ margin-bottom: 10px; font-weight: bold; }

.option{ margin:8px 20px 0px 0; display: inline-block; }
.option input[type="radio"], .option input[type="checkbox"], .option label{ float: left; }
.option input[type="radio"], .option input[type="checkbox"]{ margin-right: 5px; }
.option label{ margin-top: 1px; }

textarea#intro{ margin-bottom: -5px !important; }
#show_left{ color: #ab7fda; font-size: .813em; display: inline-block; }

.none{ display: none; }

/* radio */
.container_radio { display: inline-block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 1em; line-height: 35px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.container_radio input { position: absolute; top: 4px; left: 4px; opacity: 0; cursor: pointer;}
.radiomark { position: absolute; top: 5px; left: 0; height: 25px; width: 25px; background-color: #fff; border:1px solid #ccc; border-radius: 50%;}
.container_radio:hover input ~ .radiomark { background-color: #ab7fda; border:1px solid #ccc;}
.container_radio input:checked ~ .radiomark { background-color: #fff;}
.radiomark:after { content: ""; position: absolute; display: none;}
.container_radio input:checked ~ .radiomark:after { display: block;}
.container_radio .radiomark:after {	top: 5px;	left: 5px; width: 13px;	height: 13px;	border-radius: 50%;	background: #ab7fda;}
/* /radio */

/* checkbox */
.container_check { display: block; position: relative; padding-left: 35px; margin:5px 0; cursor: pointer; font-size: 1em; line-height: 25px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.container_check input { position: absolute; left: 4px; top: -5px; opacity: 0; cursor: pointer; height: 25px; width: 25px;}
.checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #fff; border:1px solid #ccc;}
.container_check:hover input ~ .checkmark { background-color: #fff; border:1px solid #ccc;}
.container_check input:checked ~ .checkmark { background-color: #ab7fda;}
.checkmark:after { content: ""; position: absolute; display: none;}
.container_check input:checked ~ .checkmark:after { display: block;}
.container_check .checkmark:after { left: 9px; top: 5px; width: 7px; height: 12px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

.chk_local{ width: 100px !important; }

.multi label{ float: left; width: 78px; }

.pi_wrap{ float: left; font-size: .813em; line-height: 46px; overflow: hidden; }
.pi_wrap input[type="checkbox"]{ float: left; margin:13px 5px 0 0; }
.pi2_wrap{ float: right; font-size: .813em; line-height: 46px; overflow: hidden; }
.pi2_wrap a{ color: #333; }
.pi2_wrap a:hover{ color: #ab7fda; }
/* /checkbox */

.m_days_wrap, .w_days_wrap{ margin-bottom: 10px; padding:5px 10px; border: 1px solid #ccc; overflow: hidden; }
.m_days_wrap, .w_days_wrap, .s_day_wrap{ transition:none; -webkit-transition:none; -moz-transition:none;	-o-transition:none;	-ms-transition:none;}
.form-control{ padding:10px 10px; border-radius: 0;}
.custom-checkbox{ float: left; width: 80px; }
/*** /FORM ***/

/*** MARGIN PADDING ***/
.mt-0{ margin-top: 0; }
.mt-10{ margin-top: 10px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.mt-50{ margin-top: 50px; }

.mb-0{ margin-bottom: 0; }
.mb-10{ margin-bottom: 10px; }
.mb-20{ margin-bottom: 20px; }
.mb-30{ margin-bottom: 30px; }

.pl-0{ padding-left: 0; }
.pr-0{ padding-right: 0; }
/*** /MARGIN PADDING ***/


@media screen and (-webkit-min-device-pixel-ratio:0) { /* Chrome */
}

@media all and (-ms-high-contrast:none){ /* IE 11 */
     *::-ms-backdrop, .label_name{ }
}

@supports (display:-ms-grid) { /* Edge */
}