@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap');

:root {
    --scroll-bar-size: 10px;
    --scroll-bar-thumb-background-color: rgba(0, 0, 0, 0.2);
    --scroll-bar-thumb-background-color-active: rgba(0, 0, 0, 0.5);
}
html{font-size: 10px;}
body { 
	font-family:Arial,'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
	font-size: 10px;
	color:#fff;
	background: #efefef;
    line-height: 1.25em;
    font-weight: 400;
	-webkit-text-size-adjust: 100%; 
    height: 100%;
}

@media screen and (max-width: 1600px) {
    html,body{
        font-size: .625vw;
    }
}


@media screen and (max-width: 990px) {
    html,body{
        font-size: 7px;
    }
}

@media screen and (max-width: 640px) {
    html,body{
        font-size: 1vw;
    }
}



.btn{cursor: pointer;}
:root{
	--clr-red:#ca2420;
	--clr-yellow:#f89829;
	--clr-yellow2:#f7b048;
	--clr-blue:#00539b;
	--clr-gray:#6c6c6c;
}
.c-white{color: #fff;}
.c-red{color: #ca2420;}
.c-yellow{color: #f89829;}
.c-yellow2{color: #f7b048;}
.c-blue { color:#00539b; }
.c-gray {color: #6c6c6c;}
.fw-bold { font-weight:bold; }

.fs-s { font-size:0.875rem; }
.fs-b { font-size:1.75rem; }
.fs-l { font-size:2rem; }

.l-h12 { line-height: 1.2em; }
.l-h14 { line-height: 1.4em; }
.l-h16 { line-height: 1.6em; }
.l-h18 { line-height: 1.8em; }
.l-s-01 { letter-spacing:-0.1px; }
.l-s-02 { letter-spacing:-0.2px; }
.l-s-03 { letter-spacing:-0.3px; }
.l-s-04 { letter-spacing:-0.4px; }
.l-s-05 { letter-spacing:-0.5px; }
.l-s-1 { letter-spacing:-1px; }
.l-s-2 { letter-spacing:-2px; }
.l-s-3 { letter-spacing:-3px; }
.l-s-4 { letter-spacing:-4px; }
.l-s1 { letter-spacing:1px; }
.l-s-em-05 { letter-spacing:0.05em; }
.l-s-em-05 { letter-spacing:0.06em; }
.v-a-t { vertical-align:top; }
.t-justify { text-align: justify; text-justify: distribute; }
.m-b100 { margin-bottom:100px!important; }
.m-b90 { margin-bottom:90px!important; }
.m-b80 { margin-bottom:80px!important; }
.m-b70 { margin-bottom:70px!important; }
.m-b65 { margin-bottom:65px!important; }
.m-b60 { margin-bottom:60px!important; }
.m-b50 { margin-bottom:50px!important; }
.m-b40 { margin-bottom:40px!important; }
.m-b45 { margin-bottom:45px!important; }
.m-b35 { margin-bottom:35px!important; }
.m-b30 { margin-bottom:30px!important; }
.m-b25 { margin-bottom:25px!important; }
.m-b20 { margin-bottom:20px!important; }
.m-b15 { margin-bottom:15px!important; }
.m-b10 { margin-bottom:10px!important; }
.m-b5 { margin-bottom:5px!important; }
.m-t60 { margin-top:60px!important; }
.m-l5{ margin-left:5px; }
.m-l10{ margin-left:10px; }
.m-r5{ margin-right:5px; }
.m-r10{ margin-right:10px; }
.m-auto { margin:0 auto; }
.t-a-c { text-align:center!important; }
.t-a-r { text-align:right!important; }
.t-a-l { text-align:left!important; }
.d-table { display:table; }
.u-s-non { user-select: none; }

.row-l { display:flex; flex-direction:row; }
.row-r { display:flex; flex-direction:row-reverse; }
.flex-start{ justify-content:flex-start; }
.flex-end{ justify-content:flex-end; }
.center{ justify-content:center; }
.space-between{ justify-content:space-between; }
.space-around{ justify-content:space-around; }
.t-c{text-align: center;}
.t-d-u{
	text-decoration: underline;
}
nav a { user-select: none; }

.pc{ display:initial; }
.mb{display:none;}



.nonscroll {
    position: static;
    overflow-y: hidden;
    overflow: hidden;
}

/*header*/

@media screen and (max-width: 1160px) {

}
@media screen and (max-width: 900px) {
    .menu nav>ul>li>a{
        padding: 0 .5em;
    }
}
@media screen and (max-width: 800px) {
    .pc{ display:none; }
    .mb{display:initial;}
}

@media screen and (max-width: 640px) {

    /*html,body{font-size: 8px;}*/
    
    .m-b50 { margin-bottom:3.125rem!important; }
    .m-b40 { margin-bottom:2.5rem!important; }
    .m-b45 { margin-bottom:2.8125rem!important; }
    .m-b35 { margin-bottom:2.1875rem!important; }
    .m-b30 { margin-bottom:1.875rem!important; }
    .m-b25 { margin-bottom:1.5625rem!important; }
    .m-b20 { margin-bottom:1.25rem!important; }
    .m-b15 { margin-bottom:0.9375rem!important; }
    .m-b10 { margin-bottom:0.625rem!important; }
    .m-b5 { margin-bottom:0.3125rem!important; }
    .m-t60 { margin-top:3.75rem!important; }

}

@media screen and (max-width: 375px) {
    /*html,body{font-size: 12px;}*/
}
/*header*/
.virus1{width: 20rem;position: absolute;left: calc(50% + 45rem);top: -2rem;z-index: 2;}
.virus2{width: 10.4rem;position: absolute;left: calc(50% - 70rem);top: 23rem;z-index: 2;}
.virus3{width: 5.6rem;position: absolute;right: 0;top: 0;transform: translateY(-5rem);}
.virus1 img,.virus2 img,.virus3 img{width: 100%;}
section{
    height: 100%;
	padding: 50px 0 50px 0;
    overflow: hidden;
    position: relative;
}
.con{
	width: 1450px;
    max-width: 100%;
	position: relative;
	margin:0 auto;
	padding: 0 25px;
}

h2{
	font-size: 3.2rem;
	color: #FF428E;
	font-weight: bold;
	text-align: center;
	
}
h2 div{
	position: relative;
	display: inline-block;
	border-bottom:  6px solid #ca2420;
	padding-bottom: 6px;
	margin-bottom: 20px;
}


h3{
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
}
b{font-weight: bold;}

img{
    width: 100%;
}

/*map*/
.map{
    background:url(../images/bg.jpg) center center;
    background-size: cover;
    padding: 0;
    min-height: 100vh;
    padding:4rem;
    box-sizing: border-box;
}
.map .container,.video .container{
/*     padding: 1.3rem; */
/*     border:4px solid #216293; */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.map-con,.video-con{
/*     border: 2px solid #216293; */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
/*     padding-top: 4.5rem; */
}
.map-con h1{
    width: 95.1rem;
    margin: 0 auto;
}
.map-con h2{
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 1em;
}
.search-tip{
    text-align: center;
    margin-bottom: 1em;
    font-size: 2.2rem;
    line-height: 1.5em;
    color: #1D258C;
    font-weight: 500;
}

.map .tabs {
    display: block;
    position: relative;
    padding-top: 35px;
    text-align: center;
}
form{
    max-width: 55.5rem;
    margin:0 auto;
    margin-bottom: 3rem;
}


.map .tabs > div {
    /*background: url(../images/tabs.png) center center no-repeat;*/
    background-size: cover;
    display: inline-block;
    width: 360px;
    height: 60px;
    font-size: 26px;
    color: #F08B84;
    line-height: 60px;
    font-weight: bold;
}
.map .tabs > div:not(.active) {
    background-image: none;
    color: #fff;
    cursor: pointer;
}


/* .map-box{padding: 50px 0;} */
.search-box {
    position: relative;
    display: inline-block;
    min-width: 55.5rem;
    width: 49%;
    background: rgb(27 20 100 / .75); 
    height: 60rem;
    margin-left: 1%;
    vertical-align: top;

}
#twzipcode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0 2em 0;
}
#twzipcode > div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 26.4rem;
    height: 5rem;
    border-radius: 2.5rem;
    overflow: hidden;
}
.form-select{
    width: 100%;height: 100%;
}
#twzipcode > div select{
     background: transparent;
  -webkit-appearance: none;
    background: url(../images/arrow.png) 94% center , #FF428E;
    background-size: auto 60%;
    background-repeat: no-repeat;
    /*background-size: 1.8rem 3.3rem , 100% 100%;*/
    width: 100%;
    height: 100%;
    font-size: 2.7rem;
    color:  #fff;
    font-weight: bold;
    text-align: center;
}
#twzipcode > div select::after{
    content: "";
    width: 1.8rem;
    height: 3.3rem;
    
    position: absolute;
    right: 0;
}
.search-bar input{
    font-size: 2.5rem;
    color: #216293;
}




/*#twzipcode > div > label{display: inline-block;color: #6A6A6A;font-size: 20px;}
#twzipcode > div > label+div{
    display: inline-block;
    background: #24B799 0% 0% no-repeat padding-box;
border-radius: 6px;
margin:0 3em 0 .5em;
}*/
.search-bar{
    /*width: calc(362px  *  2 + 2em);*/
    height: 5rem;
    border-radius: 2.5rem;
    overflow: hidden;
    /*margin:0 1em;*/
    position: relative;
}


.search-bar input::placeholder{ 
 color: #216293;
}
.search-bar input:-ms-input-placeholder{ 
color: #216293;
}
.search-bar input::-ms-input-placeholder{ 
color: #216293;
}

.search-bar input{padding-left: 1em;}
.search-btn{height: 60%;position: absolute;right: 2.5rem;bottom: 0;top:20%;padding: 0 1em;cursor: pointer;}
/*.search-btn:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}*/
.search-btn img{height: 100%;}

select, input {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
}
.search-box h2{color: #646464;font-size: 2.25rem;line-height: 1.5em;text-align: left;}
.search-box form { position: relative; display: block; width: 100%; height: auto; color: #0e9e98; text-align: center; margin: 0 auto; }
.search-box form input {
background: #fff;
    color: #000;
    width: auto;
    height: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    outline: medium none !important;
    border: none;
    font-size: 18px;
    line-height: 50px;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 width: 100%; margin: 0 auto; margin-bottom: 15px; 
}
/*.search-box form .search-btn { width: 100%; margin: 0 auto;background-size: cover;font-size: 28px;color: #fff;height: 44px; }*/
.result-box { position: relative; display: block; width: 100%; margin: 0 auto;margin-top: 0rem;padding:0 2rem  ;}
.result-box h3 { display: block; position: relative; font-size: 22px; line-height: 30px; width: 100%; height: 30px; text-align: center; color: #F08B84; font-weight: bold; padding-bottom: 5px; }
.result-box #search-hospitals { position: relative; display: block; width: 100%; height: 60rem; color: #0e9e98; text-align: center; margin: 0 auto; overflow-x: hidden; overflow-y: scroll;  padding: 5px; 
    -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;}
.result-box #search-hospitals.nodata{height: 2em !important;padding:0;color: #fff;font-size: 4rem;margin-top: 1em;line-height: 1.5em;}
   .result-box #search-hospitals::-webkit-scrollbar {

      width: 7px;

    }

    .result-box #search-hospitals::-webkit-scrollbar-button {

      background: transparent;

      border-radius: 4px;

    }

    .result-box #search-hospitals::-webkit-scrollbar-track-piece {

      background: transparent;

    }

    .result-box #search-hospitals::-webkit-scrollbar-thumb {

      border-radius: 4px;

      background-color: rgba(0, 0, 0, 0.4);

      border: 1px solid slategrey;

    }

    .result-box #search-hospitals::-webkit-scrollbar-track {

      box-shadow: transparent;

    }



.result-box #search-hospitals li { display: block; position: relative; width: 100%; font-size: 3.4rem; line-height: 22px; padding: 15px 0 15px 10px; text-align: left; border-bottom: 1px solid #fff; }
.result-box #search-hospitals li:last-child { border-bottom: none; }
/*.result-box #search-hospitals li, .result-box #search-hospitals li:link, .result-box #search-hospitals li:visited { background: white; }*/
/*.result-box #search-hospitals li:hover, .result-box #search-hospitals li:active { background: #f3e6cb; }*/
.result-box #search-hospitals li div { display: block; width: 100%; position: relative; color: #fff; vertical-align: middle; padding: 6px 0 6px calc(5em * 1.1); font-weight: 400;line-height: 1.25em}
.result-box #search-hospitals li div:before { display: block; position: absolute; width: calc(5em * 1.1); font-size: 3.4rem; line-height: 1.25em; text-align: left; color: #fff; left: 0px; top: 6px;font-weight: 400; }
.result-box #search-hospitals li div.clinic:before { content: "醫療機構｜"; }
.result-box #search-hospitals li div.telphone:before { content: "聯絡電話｜"; }
.result-box #search-hospitals li div.address:before { content: "診所地址｜"; }
.result-box #search-hospitals li div.doctor:before { content: "醫師姓名｜"; }
.result-box #search-hospitals li div.function { padding-left: 0;display: flex;justify-content: flex-start;align-items: center; }
.result-box #search-hospitals li div.function:before { display: none; }

.result-box #search-hospitals li div.function .icon{display: inline-block;}
.result-box #search-hospitals li div.function .icon1{width: 5.6rem;height:6.1rem;background:url(../images/icon1.svg) center center no-repeat;margin-right: 1.5rem;}
.result-box #search-hospitals li div.function .icon2{width: 5.5rem;height: 5.5rem;background:url(../images/icon2.svg) center center no-repeat;}
.result-box #search-hospitals li div.function .icon3{width: 5.4rem;height: 4.5rem;background:url(../images/icon3.svg) center center no-repeat;}



.result-box #search-hospitals li div a { font-size: 3.4rem; color: #fff; margin:0 .5em 0 0;font-weight: bold;}
/* .result-box #search-hospitals li div a::after{content:"";width: 1.9rem;height: 2.1rem;background:url(../images/arrow.svg);position: relative;display: inline-block;margin-left: 1.5rem;  -webkit-transition: all 0.3s ease-in-out; */
/*   transition: all 0.3s ease-in-out;background-size: 100% auto; background-repeat: no-repeat;} */
.result-box #search-hospitals li div a, 
.result-box #search-hospitals li div a:link, 
.result-box #search-hospitals li div a:visited {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.result-box #search-hospitals li div a:hover:after{
    margin-left: 2rem;
}


.qry-result { display: block; position: relative; width: 100%; font-size: 16px; line-height: 22px; padding: 15px 10px; text-align: left; }
.qry-result div { display: block; width: 100%; position: relative; color: #216293; vertical-align: middle; padding: 3px 0 3px 80px; }
.qry-result div:before { display: block; position: absolute; width: 80px; font-size: 16px; height: 22px; text-align: left; color: #216293; left: 0px; top: 3px; }
.qry-result div.clinic:before { content: "醫療院所："; }
.qry-result div.telphone:before { content: "聯絡電話："; }
.qry-result div.address:before { content: "院所地址："; }
.qry-result div.doctor:before { content: "醫師姓名："; }
.qry-result div.function { padding-left: 0; }
.qry-result div.function:before { display: none; }
.qry-result div a { display: inline-block; color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-size: 14px; padding: 2px 8px; }
.qry-result div a, .qry-result div a:link, .qry-result div a:visited, .qry-result div a:hover, .qry-result div a:active { text-decoration: none; }
.qry-result div a, .qry-result div a:link, .qry-result div a:visited { background: #70a31f; }
.qry-result div a:hover, .qry-result div a:active { background: #3dc3a8; }




#map-box2 > form { display: block; position: relative; width: 740px; height: auto; margin: 0 auto; padding-top: 70px;display: flex;flex-direction: column;align-items: center;}
#map-box2 > form > div { display: block; color: #444444; font-size: 22px; line-height: 30px; text-align: right; margin: 0 auto; margin-bottom: 30px; padding-right: 60px; width: 100%;}
#map-box2 > form > div:last-child { margin-bottom: 20px; }
#map-box2 > form > div input[type="text"], #map-box2 > form > div select {
    background: #FDEBE0;
    width: auto;
    height: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    outline: medium none !important;
    border: none;
    font-size: 22px;
    line-height: 50px;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 width: 100%; margin: 0 auto; margin-bottom: 15px; width: 420px; 
 color: #F08B84;
}

#map-box2 > form > div ::placeholder{ 
  color: #F08B84;
}
#map-box2 > form > div :-ms-input-placeholder{ 
  color: #F08B84;
}
#map-box2 > form > div ::-ms-input-placeholder{ 
  color: #F08B84;
}

#map-box2 > form > div label { display: inline-block; width: calc(100% - 450px); margin-right: 15px; text-align: right; color: #F08B84;}
#map-box2 > form .search-btn { width: 280px;color: #fff;font-size: 28px;height: 45px;background-size: contain; }

.gmap {
    width: 48%;
    position: relative;
    display: inline-block;
    height: 60rem;
    vertical-align: top;
    background: #fff;
    /*padding: 20px 8px;*/
/*     border-radius: 12px; */
}


@media screen and (max-width: 990px) {
    .ui-widget{font-size:4rem !important;line-height: 1.25em; }
    .virus1{width: 20rem;position: absolute;left: calc(50% + 40rem);top: -2rem;z-index: 2;}
    .virus2{width: 10.4rem;position: absolute;left: calc(50% - 65rem);top: 23rem;z-index: 2;}
    .virus3{width: 5.6rem;position: absolute;right: 0;top: 0;transform: translate(10rem,-5rem);}

    .map .tabs > div { width: 210px; height: 70px; font-size: 24px; line-height: 28px; padding-top: 8px; margin: 0 20px;}
    
    .map .tabs > div.active {
        background-image: url(../images/tabsm.png);
    }

   .search-box { display: block; margin-right: 0; margin: 0 auto 20px auto; width: 80%; height: auto; }
      .search-box { height: auto; }
      .form-box form {display: flex;justify-content: center;align-items: center;}
      /*.search-box form input{ display: inline-block; width: calc(100% - 200px); margin-right: 5px; margin-bottom:0;}*/
/*      .search-box form .search-btn { display: inline-block; width: 180px; padding-left: 10px; padding-right: 10px;font-size: 24px;line-height: 44px;background:#f08a84 url(../images/more_btn.png) center center no-repeat;
        border-radius: 20px; }*/
      .result-box #search-hospitals { height: 58rem; }
      .result-box #search-hospitals.nodata{font-size: 6rem;line-height: 1.5em;}
      .result-box #search-hospitals li div { display: inline-block; }
      .result-box #search-hospitals li div.clinic { width: 41%; }
      .result-box #search-hospitals li div.doctor { width: 55%; }
      .result-box #search-hospitals li div.telphone { width: 41%; }
      .result-box #search-hospitals li div.address { width: 100%; }
      .result-box #search-hospitals li div.function { width: 100%; }
      .gmap { display: block; margin: 0 auto; width: 80%; }

    #map-box2 > form{width: 100%;padding-top: 0px;}
    #map-box2 > form > div {
        width: 70%;
        padding-right: 0;
    }
    #map-box2 > form > div label {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    #map-box2 > form > div input[type="text"], #map-box2 > form > div select {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #map-box2 > form .search-btn{
        width: 70%;
        background-size: 100% 100%;
        background:#f08a84 url(../images/more_btn.png) center center no-repeat;
        border-radius: 20px;
    }
    .form-box form{flex-direction: column;}
    .search-box h2{text-align: center;}
    #twzipcode{width: 100%;}
    #twzipcode > div{width: calc(50% - 2rem);}
    .search-bar{width: 100%;}

}
@media screen and (max-width: 768px) {
      .result-box #search-hospitals li div.clinic { width: 100%; }
      .result-box #search-hospitals li div.doctor { width: 100%; }
      .result-box #search-hospitals li div.telphone { width: 100%; }
      .result-box #search-hospitals li div.address { width: 100%; }
      .result-box #search-hospitals li div.function { width: 100%; }
      .map-box{padding: 5rem}
      .gmap{width: 100%;}
      .search-box{width: 100%;}
      form{
        max-width: 100%;
      }
      h2{font-size: 4rem;}
      .search-tip{font-size: 3rem;text-align: left;}
      #twzipcode > div,.search-bar{height: 8rem;border-radius: 5rem;}
      .search-bar input,#twzipcode > div select{font-size: 3.6rem;}

}
@media screen and (max-width: 640px) {
    #twzipcode > div select{
    }

    .result-box #search-hospitals{padding: 0;margin-top: 2rem}
    .result-box #search-hospitals li,.result-box #search-hospitals li div:before{font-size: 4rem;}
}
@media screen and (max-width: 414px) {
    .map .tabs div {
        width: 150px;
        height: 50px;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding-top: 5px;
    }
    #map-box2 > form > div {
        width: 80%;
        font-size: 18px;
    }
    #map-box2 > form .search-btn{
        width: 80%;
        margin: .5em 0;
        font-size: 24px;
    }
    .search-box form input{font-size: 16px;}
    .search-box{width: calc(100% - 0px);}
    .search-box form input{padding-right: 2.5em;}
    .search-btn{padding: 0 .5em;}
}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {
    .map .tabs div {
        width: 120px;
        height: 50px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding-top: 5px;
    }
    .map .tabs > div.active{
        background-size: 100% 100%;
    }
    .search-box{
        width: 90%;
    }
}


#qrypop .ctr { display: inline-block; position: relative; width: 100%; height: auto; text-align: center; vertical-align: top; padding: 30px; font-weight: 300;}
#qrypop .ctr .bk { display: block; position: relative; width: 100%; font-size: 18px; line-height: 25px; text-align: center; }
#qrypop .ctr .bk:nth-child(odd) { background: #f0f0f0; }
#qrypop .ctr .bk:last-child { -moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px; border-bottom-left-radius: 15px; -moz-border-radius-bottomright: 15px; -webkit-border-bottom-right-radius: 15px; border-bottom-right-radius: 15px; }
#qrypop .ctr .bk div { display: inline-block; position: relative; color: #444444; vertical-align: middle; padding: 10px 5px; }
#qrypop .ctr .bk div.clinic { width: 32%; text-align: center; }
#qrypop .ctr .bk div.doctor { width: 32%; text-align: center; }
#qrypop .ctr .bk div.telphone { width:18%; text-align: left; }
#qrypop .ctr .bk div.address { width: 35%; text-align: left; }
#qrypop .ctr .bk div.website { width: 13%; text-align: center; }
#qrypop .ctr .bk .link { display: inline-block; color: white; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; font-size: 16px; padding: 2px 8px; }
#qrypop .ctr .bk .link, #qrypop .ctr .bk .link:link, #qrypop .ctr .bk .link:visited { background: #f0c635; }
#qrypop .ctr .bk .link:hover, #qrypop .ctr .bk .link:active { background: #ffd500; }
#qrypop .ctr .kind { background: #e4e4e4 !important; -moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px; border-top-left-radius: 15px; -moz-border-radius-topright: 15px; -webkit-border-top-right-radius: 15px; border-top-right-radius: 15px; }
#qrypop .ctr .kind div { font-weight: 500; color: #F08B84; }
#qrypop .ctr .kind div.telphone { padding-left: 30px; }
#qrypop .ctr .kind div.address { text-align: center; }
#qrypop .ctr .kind div.team { padding-left: 30px; }
#qrypop .ctr .kind div.doctor { padding-left: 30px; }

@media (max-width: 1100px) { #qrypop .ctr .bk { padding-top: 8px; padding-bottom: 8px; }
  #qrypop .ctr .bk div { padding: 3px 5px 3px 90px; vertical-align: top; }
  #qrypop .ctr .bk div:before { display: block; position: absolute; width: 90px; height: 25px; text-align: left; color: #0e9e98; left: 0px; top: 3px; }
  #qrypop .ctr .bk div.clinic { width: 56%; text-align: left; }
  #qrypop .ctr .bk div.clinic:before { content: "醫療機構"; }
  #qrypop .ctr .bk div.telphone { width: 41%; }
  #qrypop .ctr .bk div.telphone:before { content: "聯絡電話"; }
  #qrypop .ctr .bk div.doctor { width: 56%; }
  #qrypop .ctr .bk div.doctor:before { content: "看診醫師"; }
  #qrypop .ctr .bk div.address { width: 56%; }
  #qrypop .ctr .bk div.address:before { content: "診所地址"; }
  #qrypop .ctr .bk div.website { width: 41%; text-align: left; }
  #qrypop .ctr .bk div.website:before { content: "網　　址"; }
  #qrypop .ctr .kind { display: none; } }
@media (max-width: 820px) { #qrypop .ctr .bk { padding-left: 15px; padding-right: 15px; }
  #qrypop .ctr .bk div { display: block; width: 100% !important; } }
@media (max-width: 640px) { #qrypop .ctr { padding: 20px; } }
@media (max-width: 500px) { #qrypop .ctr .bk { font-size: 16px; line-height: 22px; }
  #qrypop .ctr .bk .link { font-size: 14px; }
  #qrypop .ctr .bk div { padding: 3px 5px 3px 80px; }
  #qrypop .ctr .bk div:before { width: 80px; }
  #qrypop .ctr .bk div.team img { margin-top: 0; } }
@media (max-width: 420px) { #qrypop .ctr { padding: 10px; }
  #qrypop .ctr .bk { padding-left: 10px; padding-right: 10px; } }
#qry1 .info .result .bks .bk div.team { display: none; }

@media (max-width: 1000px) { #qry1 .info .result .bks .bk div.function { width: 100%; } 
/*#qrypop .ctr .bk div.clinic { width: 20%; text-align: center; }*/
/*#qrypop .ctr .bk div.telphone { width: 18%; text-align: left; }*/
/*#qrypop .ctr .bk div.address { width: 30%; text-align: left; }*/
/*#qrypop .ctr .bk div.website { width: 12%; text-align: center; }*/
#qrypop .ctr .kind div.telphone { padding-left: 40px; }
#qrypop .ctr .kind div.address { padding-left: 80px; }
}
@media (max-width: 1100px) { 
    /*#qrypop .ctr .bk div.clinic { width: 43%; text-align: left; }*/
  /*#qrypop .ctr .bk div.telphone { width: 43%; }*/
  /*#qrypop .ctr .bk div.address { width: 53%; }*/
  /*#qrypop .ctr .bk div.website { width: 96%; text-align: left; } }*/
.teamintro { display: none; }


}



footer {
	padding: 1rem 0; 
	background-color:#fff; 
	line-height: 1.25em;
	z-index: 1;
	/*font-weight: bold;*/
	position: relative; 
	margin: 0 auto;
	/*border-top: 8px solid #ca2420;*/
}
footer>div { width:930px;  margin: auto; }

footer p{font-size: 18px;color: #fff;line-height: 1.5em;color: #707070;}
footer p span{font-size: 12px;display: block;color: #AEAEAE}

footer{background: #216293;}
.footer-logo{
    width: 15rem;
    margin: 2rem auto;
}
.footer-logo img{width: 100%;}
footer .footer-copyright{text-align: center;width: 100%;padding: 1em;line-height: 1em;color: #fff;letter-spacing: .125em;}

@media screen and ( max-width:950px ) {
	footer{width: 100%;}
	footer>div { width:100%;  margin: auto;padding: 0 25px; }

}
@media screen and ( max-width:768px ) {
	/*footer {padding-bottom: 120px;}*/
	/*footer>h1.f-s18 {font-size:25px; }*/
	footer p { font-size: 1.5rem; }

}
@media screen and ( max-width:640px ) {
	/*footer {padding-bottom: 16vw; padding: 6vw 3vw 6vw 3vw;}*/
	/*footer>h1.f-s18 {font-size:22px; }*/
	footer>div { font-size: 1rem;padding: 0;word-break: break-all;}
    .footer-logo{
        width: 20rem;
        margin: 4rem auto;
    }
    footer .footer-copyright{padding: 2em;}

}

@media screen and ( max-width:414px ) {
	/*footer>h1.f-s18 {font-size:18px; }*/
    footer p{font-size: 1.2rem;}

    
    
}



/*feedback*/
#form{
    padding-top: 110px;
    background: #FFE8B9 0% 0% no-repeat padding-box;
    min-height: calc(100vh - 86px);
}
.form-page{
    position: relative;
    max-width: 1089px;
    width: 90%;
    background: transparent linear-gradient(180deg, #FFFFFF40 0%, #FFFFFF30 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF87;
    border-radius: 40px;
    margin:0 auto;
    padding: 20px 90px 60px 90px;
    color: #747474;
}


.form-page h2{
    font-size: 36px;
    line-height: 1.3em;
    color: #6A6A6A;
    margin-bottom: .5em;
}
.form-row{margin-bottom: 20px;}
.form-label {
    display: block;
    margin-bottom: 20px;
}
.form-checks{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.form-check-inline{
    /*margin-bottom: 1em;*/
    margin-right: 1em;
}

.form-input{width: 250px;}
.form-input input{background: #fff;color: #6A6A6A;}

textarea{border:none;outline: none;    font-size: 20px;color: #6A6A6A;padding: .5em;}
.send-btn{color: #fff;}
.send-btn img{margin-right: .5em;}
.form-page label,.form-page span,.form-page p,.form-label{font-size: 16px;line-height: 1.5em;}
@media screen and ( max-width:768px ) {
    #form{
        padding-top: 110px;
        background: #FFE8B9 0% 0% no-repeat padding-box;
        min-height: calc(100% - 104px);
    }
    .form-page{
        padding: 20px 45px 60px 45px;
    }

}

@media screen and ( max-width:640px ) {
    #form{
        padding-top: 40px;
        background: #FFE8B9 0% 0% no-repeat padding-box;
        min-height: calc(100% - 104px);
    }
    .form-page{
        padding: 20px 30px 60px 30px;
    }
    .form-checks{flex-direction: column;}
    .qry-result{
        font-size: 1rem;
            line-height:1.5em;
        padding: 1.5rem 1rem;
    }
    .qry-result div:before{font-size: 1rem;width:6em;height: 1.5em;top: .3rem;}
    .qry-result div{padding: .3rem 0 .3rem 6em;}
    .result-box #search-hospitals li{
        padding:1.5rem 0 1.5rem 1rem;
    }
    .qry-result div:before{font-size: 1.6rem;height: 2.2rem;width: 6em;}
    .qry-result div{padding-left: 6em;font-size: 1.6rem;}
    .qry-result div a{font-size: 1.4rem;padding:.2rem .8rem;}

}

@media screen and ( max-width:414px ) {
    .form-page h2{font-size: 28px;}
    #form{
        padding-top: 40px;
        background: #FFE8B9 0% 0% no-repeat padding-box;
        min-height: calc(100% - 78px);
    }
    .form-page{
        padding: 20px 20px 60px 20px;
    }
}
/*
 * author:evanliu2968
 * github:https://github.com/EvanLiu2968/el-checkbox
 * lincense:MIT
 */
/*checkbox radio component*/
.el-radio,
.el-checkbox {
  position: relative;
  font-size: 100%;
}
label.el-radio,
label.el-checkbox {
  display: block;
  cursor: pointer;
}
.el-radio > input[type="radio"],
.el-checkbox > input[type="checkbox"] {
  display: none;
}
.el-radio > input[type="radio"][disabled],
.el-checkbox > input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.el-radio > input[type="radio"] + .el-radio-style,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  cursor: pointer;
}
.el-radio > input[type="radio"] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:hover:before {
  border-color: #20a0ff;
}
.el-radio > input[type="radio"] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: '';
  background: #fff;
  /*border: 1px solid #C0CCDA;*/
}
.el-radio > input[type="radio"] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after {
  position: absolute;
  display: none;
  content: '';
}
.el-radio > input[type="radio"][disabled] + .el-radio-style,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style {
  cursor: not-allowed;
  color: #D3DCE6;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover,
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-radio > input[type="radio"][disabled] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:after {
  cursor: not-allowed;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover:before {
  border: 1px solid #D3DCE6;
  animation-name: none;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before {
  border-color: #D3DCE6;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before {
  animation-name: none;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:after,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:after {
  display: block;
}
.el-radio > input[type="radio"] + .el-radio-style:before {
  border-radius: 50%;
}
.el-radio > input[type="radio"] + .el-radio-style:after {
  top: 0.4em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #20a0ff;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before {
  border: 1px solid #20a0ff;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:before {
  border: 1px solid #b0d7f5;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:after {
  background: #b0d7f5;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before {
  border-radius: 3px;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after {
  top: 0.1em;
  left: 5px;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.75em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before {
  border: #24B799;
  background: #24B799;
}
.el-checkbox > input[type="checkbox"]:checked[disabled] + .el-checkbox-style:before {
  border: #b0d7f5;
  background: #b0d7f5;
}
/*blue theme*/
.el-radio.el-radio-blue > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-blue > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before {
  border-color: #20a0ff;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"] + label:after {
  background: #20a0ff;
}
.el-radio.el-radio-blue > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:before {
  border-color: #b0d7f5;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:after {
  background: #b0d7f5;
}
/*green theme*/
.el-radio.el-radio-green > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-green > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before {
  border-color: #13ce66;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"] + label:after {
  background: #13ce66;
}
.el-radio.el-radio-green > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:before {
  border-color: #a1efc4;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:after {
  background: #a1efc4;
}
/*red theme*/
.el-radio.el-radio-red > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-red > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before {
  border-color: #ff4949;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"] + label:after {
  background: #ff4949;
}
.el-radio.el-radio-red > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:before {
  border-color: #f9b3b3;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:after {
  background: #f9b3b3;
}
/*yellow theme*/
.el-radio.el-radio-yellow > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before {
  border-color: #f7ba2a;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"] + label:after {
  background: #f7ba2a;
}
.el-radio.el-radio-yellow > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:before {
  border-color: #fbeac1;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:after {
  background: #fbeac1;
}
/*switch component*/
.el-switch,
.el-switch-style,
.el-switch-style:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 1.6em;
  left: 0;
  background: #C0CCDA;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
}
.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el-switch > input[type="checkbox"] {
  display: none;
}
.el-switch > input[type="checkbox"][disabled] + .el-switch-style {
  cursor: not-allowed;
  background-color: #D3DCE6;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #20a0ff;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
  left: 50%;
}
.el-switch > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #20a0ff;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #13ce66;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #a1efc4;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #ff4949;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #f9b3b3;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #f7ba2a;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #fbeac1;
}
/*define size*/
.el-radio.el-radio-sm,
.el-checkbox.el-checkbox-sm,
.el-switch.el-switch-sm {
  /*font-size: 85%;*/
}
.el-radio.el-radio-lg,
.el-checkbox.el-checkbox-lg,
.el-switch.el-switch-lg {
  font-size: 125%;
}


.ui-autocomplete {
    max-height: calc(1.65em * 5 + 2px);
    overflow: hidden;
    overflow-y: scroll;
  }


/*.ui-autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffc0cb;
}

.ui-autocomplete::-webkit-scrollbar {
  width: 6px;
  background-color: black;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: #bb6573;
}
*/
::-webkit-scrollbar {
    width: var(--scroll-bar-size);
    height: var(--scroll-bar-size);
    background: transparent;
    cursor: pointer;
}
::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-thumb-background-color);
    border-radius: var(--scroll-bar-size);
    border-color: transparent;
    border-style: solid;
    border-width: calc(var(--scroll-bar-size)/3);
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:active {
    background-color: var(--scroll-bar-thumb-background-color-active);
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    border-width: 1px;
    background-color: var(--scroll-bar-thumb-background-color-active);
    cursor: pointer;
}
