/* css reset 歸0 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tfoot,thead{margin:0;padding:0;border:0;outline:0;font-size:100%}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
/* css reset 歸0 end */
:root{
    --blue1:#4486D3;
    --green1:#52AD67;
    --gray1:#616161;
    --pink1:#f45372;
    --orange1:#FF8710;
    --red1:#ff2010;
    --text1: #2c99c4;
    --text2: #bf40b9;
    --text_purple: #CE0080;
    --text_black: #3D3E47;
    --text_green: #343D22;
    --text_blue: #0A5A7C;
    --orange1: #FF801D;
    --border-radius1: 8px;
    --border-radius2: 20px;
    --font_1: 3.6rem;
    --font_2: 2.2rem;
    --font_3: 1.9rem;
    --font_4: 1.5rem;
    --font_5: 1.1rem;
    --font_6: 1.0rem;
    --ball: 2.6rem;
    --font-family1: microsoft yahei;
    --font-family2: 'Noto Serif TC', serif;
    --liner-gradient1: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%);
}
body{
    position: relative;z-index: 0;
    margin:0 auto;padding:0;font-family:"微軟正黑體";
    font-size: 1.1em;
    background: url(../images/p_da0339_m_da03390.svg);
}
#BodyContainer{margin:0 auto}
#BodyContentEvent,#event{width:100%}
#event a:hover{text-decoration:none;left:1px;top:1px;position:relative}
.bgcolor1{background-color: #F1EFE5;}
.bgcolor2{background: linear-gradient(to bottom,#F1EFE5 20% , transparent 100%);}
.grid{display:grid}
img{max-width:100%;height:auto}
.wrap_all{
    word-break: keep-all;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-text-size-adjust: 100%;
}
h3{font-size: 2rem;}
h3 a{text-decoration: underline}

/* main */
.act_title {
    position: relative;font-size: 2em;text-align: center;border-bottom-left-radius: 60px;font-size: 6.2rem;padding: 3rem 0;
    border-bottom-right-radius: 60px;box-shadow: 0 0 15px #C3C5BC;margin: 0 0.6rem;font-weight: bold;justify-content: center;align-items: center;
    font-family: microsoft yahei;background: url(../images/1002031_1.png) center 92% no-repeat white;
}
.act_title>span:nth-of-type(1){color: var(--blue1);}
.act_title span:nth-of-type(1)>span{font-size: .8em;}
.act_title span:nth-of-type(2){color:var(--green1) ;}
/* .act_title span:nth-of-type(2):before{content: "<";} */
.act_title span:nth-of-type(3){background-color: var(--blue1);color: white;border-radius:36px;padding: .3% 2% .3% 4%;margin: 2% auto; width:auto;height: fit-content; font-size: 2.7rem;}
.act_title>div{position: absolute;width: 15%;height: 100%;}
.act_title>div img{position: absolute;}
.act_title>div:nth-of-type(1){left: 4%;}
.act_title>div:nth-of-type(1) img:nth-of-type(1){right:15%;top: 10%;}
.act_title>div:nth-of-type(1) img:nth-of-type(2){bottom: 15%;}
.act_title>div:nth-of-type(2){right:3%;}
.act_title>div:nth-of-type(2) img:nth-of-type(1){left:10%;top: 3%;}
.act_title>div:nth-of-type(2) img:nth-of-type(2){right:12%;top: 24%;}
.act_title>div:nth-of-type(2) img:nth-of-type(3){left:28%;bottom: 2%;}
.act_circle{display: inline-flex;justify-content: center;align-items: center;border-radius: 50%;width: 7.4rem;color: var(--red1);height: 7.4rem;border: solid thick var(--red1);font-size: 5.4rem;}

/*member*/
.rule_group{width: 82%; background-color: white;padding: 2% 3%;border-radius: 20px;box-shadow: 1px 1px 3px #e2e4dd;line-height: 1.7;margin: 2rem auto;position: relative;z-index: 0;font-size: 1.55rem;}
.rule_group:before{position: absolute;background: url(../images/1002031_bg2.png);width:265px;height:177px;left:27%;top:-125px;z-index: -1;}
.rule_group a,.service_group:nth-of-type(2) p a,.bg_line,.bg_line1{color: var(--red1);pointer-events: auto;font-weight: bold;}
.rule_group a,.service_group:nth-of-type(2) p a{text-decoration: underline;}
.rule_group div:nth-of-type(1),.member_group div:nth-of-type(1){font-size:1.95rem;font-weight: bold;color:var(--gray1);line-height: 2.1em;}
.rule_group dl:nth-of-type(2){font-size: 1rem;margin-top: 0.6rem;}
.rule_group dd{display: flex;align-items: flex-start;}
.rule_group dd b{width: 6.82em;flex-shrink: 0;font-weight: bold;color: var(--blue1);}
.rule_group dd:nth-child(3) b{width: 7.82em;}
.rule_group ul{margin: -3rem 0 0 13rem;}
.rule_group ul li{list-style: auto;e;}
.rule_group ul li::marker{color: var(--blue1);}
.rule_group small{font-size: 0.7em;}
.bg_line{color: var(--red1);font-weight: bold;}

/*Tab*/
.Vuecontainer {background-color: #F1EFE5;padding: 1rem 0 3.5rem;}
.Vuetabs {margin-bottom: -2px; }
.Vuetabs ul {/*list-style-type: none; margin-left:; */}
.Vuetabs a{
    padding: 1rem 3rem;transition: background-color 0.2s;border: 1px solid #ccc; border-right: none;text-align: center;cursor: pointer;
    background-color: #f1f1f1;color: var(--text_blue);font-size: calc(var(--font_4) - .2rem);width: -webkit-fill-available;
}
.Vuetabs a:last-child {border-right: 1px solid #ccc;}
.Vuetabs a:hover {background-color: #aaa; color: #fff;}
.Vuetabs a.active {
    background-color: #fff;color: var(--blue1);cursor: default;font-size: calc(var(--font_4) + .1rem);
    border-top: 1px solid var(--blue1);border-left: 1px solid var(--blue1);border-right: 1px solid var(--blue1);border-bottom: 2px solid #fff;
}
.tabVuecontent { padding: 1rem 2rem; border: 1px solid var(--blue1);background: white;}
.tabVuecontent .title{font-weight: bold;font-size: 1.55rem;color: var(--blue1); }
.fade-enter-active, .fade-leave-active {transition: opacity .5s;}
.fade-enter, .fade-leave-to{opacity: 0;transition: opacity 0s;}

/*student*/
.experience{margin: 2% 4%;}
.student{width:16%;text-align: center;margin: 0 2% 0 0;}
.student figcaption{font-size: calc(var(--font_4) - .1rem);font-weight: bold;color:var(--pink1);margin-bottom: .2em;}
.student img{border-radius: 12px;background-color: #fff;box-shadow: -3px 3px 4px #c0c0c0;}
.stu_group{width: 82%;line-height: 1.5;text-align: justify;}
.stu_group p{margin: .5% auto;}
.stu_group p a{font-size: calc(var(--font_6) - .2rem);padding:.2% 1.3%!important;color: white;background-color: var(--blue1);border-radius: 20px;text-decoration: none;}
.stu_group p:nth-child(1){font-size: calc(var(--font_4) - .2rem);color:var(--pink1);font-weight: bold;}
.stu_group p:nth-child(2) {background: var(--orange1);color: white;display: inline-block;padding: .2rem 1rem;border-radius: 10px;}
.stu_group p:nth-child(2) span{color:yellow;}
.stu_group p span{color: var(--pink1);font-weight: bold;}
.small{font-size: var(--font_6);margin-top: 0.5rem;}

/*banner區*/
.feature_main a{font-size: 90%;color: var(--red1);}
.feature_main small{font-size: 70%;color: var(--red1);border: 1px solid #000000;}
.feature_list{position: relative;width: 100%;margin: 0 auto;}
.owl-carousel figure{ width:98%;margin: 1%;border: 4px inset #e3e3e3;border-radius: 5px;background: #eeeeee; }
.owl-theme .owl-nav [class*=owl-]{font-size:0px !important;}
.owl-prev,.owl-next{width:0;height:0;border-style:solid;position: absolute;top: 50%;}
/*.owl-prev{display: none}
.owl-next{display: none}*/
.owl-prev{border-width:15px 15px 15px 0px;border-color:transparent var(--blue1) transparent transparent;left:-25px;}
.owl-next{border-width:15px 0px 15px 15px;border-color:transparent transparent transparent var(--blue1);right:-25px;}
.owl-carousel .owl-item,
.owl-carousel .owl-stage-outer {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
}
.owl-dots{}

/*表格*/
caption{font-size: 1.5rem;line-height: 2;color: var(--blue1);font-weight: bold;}
.group_list {color: #444444;box-shadow:  1px 0px 3px #9c9e97;margin-bottom: 2%;line-height: 1.5em;position: relative;text-align: center;word-break: break-all;}
.group_list, .group_list th, .group_list td {border: 1px solid #52AD67;border-collapse: collapse;}
.group_list tr:nth-of-type(odd)>td{background-color: #f9f9f9;}
.group_list th{background-color: var(--green1);color: white;}
.group_list td{background-color: white;padding: .2%;}
.group_list td:nth-of-type(3){text-align: left;padding-left: 1%}
.group_list a,.member_group a{color:var(--blue1);pointer-events: auto;}
.group_list .pink{color: var(--pink1);margin-left: .2em;font-weight: bold;}
.group_list tfoot {text-align: right}
.group_list+div{margin: auto;}

/*線下*/
.subtitle { font-size: var(--font_4);margin: 0.3rem auto; }
.subtitle a{ text-decoration: underline }
.subtitle b { color: var(--text2);color:#F44336 }
.VuecontainerOffline, .VuecontainerIrt { font-size: var(--font_5);    padding-bottom: 0.5rem; }
.VuetabsOffline {margin-bottom: -2px; }
.VuetabsOffline ul {/*     list-style-type: none; margin-left:; */}
.VuetabsOffline a, .VuetabsIrt a{
    cursor: pointer;padding: 1rem 0rem;transition: background-color 0.2s;
    border: 1px solid #fff;width:  calc(100%/4);
    font-size: var(--font_5);background: #ececec;color:#897d46;font-size: 1.3rem;
}
.VuetabsOffline a:nth-child(1):is(:hover, .active), .VuetabsIrt a:nth-child(1):is(:hover, .active) { background: #BE3931;font-size: 1.3rem }
.VuetabsOffline a:nth-child(2):is(:hover, .active), .VuetabsIrt a:nth-child(2):is(:hover, .active) { background: #224C38; }
.VuetabsOffline a:nth-child(3):is(:hover, .active) { background: #007F9A; }
.VuetabsOffline a:nth-child(4):is(:hover, .active) { background: #AA6709; }
.VuetabsOffline a:last-child {border-right: 1px solid #ccc;}
.VuetabsOffline a:is(:hover, .active), .VuetabsIrt a:is(:hover, .active) { color: white; }
.VuetabsOffline a:hover {background-color: #aaa; }
.VuetabsOffline a.active, .VuetabsIrt a.active {background-color: #fff;border-bottom: 2px solid #fff;cursor: default;border: inset 5px #b8b193;}
.VuecontentOffline, .VuecontentIrt { background: white;font-size: var(--font_5);}
.tabVuecontentOffline { padding: 2rem 1rem;}
.tabVuecontentOffline:nth-of-type(1) { border: 1px solid #BE3931;}
.tabVuecontentOffline:nth-of-type(2) { border: 1px solid #224C38;}
.tabVuecontentOffline:nth-of-type(3) { border: 1px solid #007F9A;}
.tabVuecontentOffline:nth-of-type(4) { border: 1px solid #AA6709;}
.tabVuecontentOffline:nth-child(1) :is(.name, .goto), .classroom:nth-child(1) div:nth-child(5) dl { color:#BE3931; }
.tabVuecontentOffline:nth-child(2) :is(.name, .goto) { color:#224C38; }
.classroom:nth-child(2) div:nth-child(5) {color: #607D8B;}
.tabVuecontentOffline:nth-child(3) :is(.name, .goto) { color:#007F9A; }
.tabVuecontentOffline:nth-child(4) :is(.name, .goto){ color:#AA6709; }
.link_bt a {color: white;background-color: var(--blue1);display: inline-block;padding: .3rem 2.5rem;border-radius: 20px;font-size: calc(var(--font_4) - .2rem);width: fit-content;margin: .5rem 1rem;}
.classroom:nth-child(4) div:nth-child(5) {color: #607D8B;}
.fade-enter-active, .fade-leave-active {transition: opacity .5s;}
.fade-enter, .fade-leave-to{opacity: 0;transition: opacity 0s;}
.classroom{grid-template-columns: 1fr 1fr;row-gap: 1rem;}
.classroom div:nth-child(5){grid-area: 3/1/4/3}
.classroom:nth-child(1) div:nth-child(5) dl dd span {
    color: #ffffff;background: #b8b193;padding: 0 .35rem;margin-right: 0.3rem;
    padding: 13.5px 10px;border-radius: 80px;margin-top: -2%;display: inline-block;
}
.classroom div:nth-child(5) dl{grid-template-columns: 1fr 1fr 1fr 1fr;row-gap: 1rem;}
.classroom div:nth-child(5) dt{grid-area: 1/1/2/5;color: #607D8B;font-weight: bold;font-size: var(--font_5);margin-bottom: 0.3rem;}
.name,.goto{font-size: var(--font_5);font-weight: 700;}
.comment {font-size: var(--font_6);color: var(--text_black);margin-top: 0.5rem;padding-top: 0.5rem;border-top: 1px solid var(--text_black);}
.classroom .student_off{ padding: 0 1rem;justify-content: space-between;align-items: center; }
.student_container { width: 73%; }
.classroom .pic{ display: flex;flex-wrap: wrap;justify-content: center;align-items: center; }
.classroom .pic img { border-radius: var(--border-radius2); border: 8px inset #b7a486; }
.classroom div:nth-child(5){text-align: center;}

/*irt*/
.irt b{color: var(--text2);}
.VuetabsIrt {margin-bottom: -2px; }
.VuetabsIrt ul {/*     list-style-type: none; margin-left:; */}
.VuetabsIrt {padding: 1rem 3rem;width: calc(100%);background: #BE3931;
    border-bottom: 2px solid #fff;
    cursor: default;
    border: inset 5px #ffaf2c;
    color: white;
    font-size:var(--font_4);}
.tabVuecontentIrt { padding: 0 2rem; border: 1px solid #ccc;/*border-radius: 10px; */ box-shadow: 3px 3px 6px #e1e1e1;}
.exam{justify-content: space-between;margin: auto;align-items: center;padding: 2rem 1rem;width: 90%;}
.exam > ul{list-style: disc;width: 65%;padding: 1.5rem 1.5rem 1.1rem 3rem;background: #ecd5b060;border-radius: 20px;border: 2px inset #b7a486;}
.exam ul a { text-decoration: underline; }
.exam ul li ul{list-style: square;margin-left: 1.5rem;}
.exam ul li span { color: var(--text2); }
.exam img {
    border-radius: var(--border-radius2) var(--border-radius2) 0 0;
    border: 8px inset #b7a486;
}
.pic2{ /*width: 38%;*/margin-left: -5%; }
.pic2 figcaption { background: #ECD5B0;text-align: center;border-radius:0 0 var(--border-radius2) var(--border-radius2);padding: .2rem 0; }
nav a {text-decoration: underline;margin-top: 0.5rem;display: inline-block;}
.irt_more a {background-color: #9e1e33;padding: .5% 2%;border-radius: 50px;color: #fff;text-decoration: none;font-size: var(--font_4);display: inline-block;}



/*.VuecontainerIrt {color:#000}
.VuecontainerIrt a {color: #2e627b;padding: 1%;display: block;}
.irt_title, .irt_item{display: flex;justify-content: center;align-items: center;}
.irt_title {font-size: var(--font_4);padding: 1.2% 0 0;font-weight: bold;color: #009688;}
.irt_item{padding: .7% 0 1.8%;}
.irt_item img {width: 330px;margin: 0 7px;}
.fa-star { color: #fdca2f;margin: 0 .2rem; }
.fa-location-dot { color: #ff801d;margin-right: 0.6rem; }*/
.title4{
    font-size: var(--font_2);color: white;text-align: center;padding: 0 3rem;font-weight: 800;margin: auto;width: fit-content;
    font-family: var(--font-family1);background:linear-gradient(to right, var(--green1) 0%, var(--blue1) 100%);border-radius:36px;
}
.title2{font-size:var(--font_2);font-weight:800;font-family:var(--font-family2);border-radius:0 0 20px 20px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border-top:9px #d5c09f solid;border-radius:70px 70px 0 0}
.title2 span{border-radius:20px 20px 0 0;padding:.2rem 5.5rem;margin-top:1.5rem;display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center}
.title3{font-size:var(--font_2);font-weight:800;font-family:var(--font-family2);border-radius:0 0 20px 20px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border-top:9px #d5c09f solid;border-radius:70px 70px 0 0}
.title3 a{color:#b99b6b;font-size:3rem;line-height:4rem;padding-top:12px;display:inline-block;margin-bottom:-5%}
/*cafe*/
#event_fifth a{text-decoration: none;}
.cafe{ justify-content: space-around;position: relative;align-items: center;margin: 1.5rem 0 0;padding-bottom: 1rem;border-bottom: 9px #46688b dotted;border-left: 10px #ff801d dotted;	border-right: 10px #ff801d dotted;border-radius: 0 0 70px 70px;}
.cafe_container{background: linear-gradient(to bottom, white 20%, #F1EFE5 100%);border-radius:70px;margin-top:3.5rem;}
.cafe .cafe_sale{position:absolute;left:2rem;top:-6.6rem;display:inline-block;border-radius:50%;background:#b99b6b;color:#fff;width:13rem;height:9rem;text-align:center;padding-top:2.5rem;font-size:calc(var(--font_4) - .1rem);text-decoration:none;}
.cafe .cafe_sale:hover { transform: scale(1.02); }
.cafe .cafe_sale a:hover { cursor: pointer; }
.cafe .cafe_sale a { color: #FFFFFF;}
.cafe a:nth-of-type(2) img { width: 370px;border-radius: var(--border-radius1); border: solid 3px #b99b6b; }
.cafe nav { width: 100%;text-align: center;margin-top: 2rem;font-size: var(--font_5);color: var(--text-blue); }
.cafe nav a {background: #0081C7;border-radius: var(--border-radius2);padding: .3rem 2rem;color: white;text-decoration: none;}
.service{width: 70%;font-size: 1rem;margin: 1rem auto 0;}
.more{ margin-top: 2rem; }
.more a{text-decoration: underline;font-size: 1.2rem;line-height: 2.3rem;color: var(--text_purple);}

@media screen and (max-width: 767px){
    :root{--font_1: 1.7rem;--font_2: 1.5rem;--font_3: 1.3rem;--font_4: 1.1rem;}
    body{background: white;}
    .rule_group{ width: 96%;font-size: 1.15rem;padding:.8rem 1.2rem;}
    .rule_group b{ display: block;text-align: center;font-size: 1.4rem;}
    .rule_group ul{margin: 0 0 0 1.5rem;}
	.act_title{height:41vw;overflow: hidden;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;}
    .act_title>div{width: 11%;}
    .act_title>div:nth-of-type(1) {left: 2%;top: 0;}
    .act_title>div:nth-of-type(2) {right: 2%;}
	.act_title span:nth-of-type(n+1):nth-of-type(-n+2){font-size:2.6rem;}
	.act_title span:nth-of-type(3){font-size: 1.2rem;border-radius: 12px;}
    .act_circle{font-size: 2.6rem;width: 3.2rem;height: 3.2rem;border: 2px solid var(--red1);}
	@media screen and (min-width:565px) and (max-width:767px){
		.act_title span:nth-of-type(n+1):nth-of-type(-n+2){font-size:3.8rem;}
		.act_title span:nth-of-type(3){font-size: 1.6rem;}
        .act_circle{font-size: 3.8rem;width: 4.2rem;height: 4.2rem;margin: 0 .3rem;}
	}
	@media screen and (max-width:470px){
        .act_title>div:nth-of-type(1) img:nth-of-type(2), .act_title>div:nth-of-type(2) img:nth-of-type(3){display: none;}
	}	
	@media screen and (max-width:380px){
		.member_img div:nth-of-type(1){width: 32% !important;}
        .act_title{height:48vw;}
		.act_title span:nth-of-type(1){font-size: 1.6rem;}
		.act_title span:nth-of-type(2){font-size: 1.4rem;}
		.act_title span:nth-of-type(3){font-size: 1rem!important;}
        .act_title span:nth-of-type(n+1):nth-of-type(-n+2){font-size: 2rem;}
	}	
	.act_title>div:nth-of-type(2) img:nth-of-type(2){top:36%}
    .act_title>div:nth-of-type(2) img:nth-of-type(3){bottom: 10%;}
    .Vuetabs, .VuetabsOffline,.experience,.classroom .student_off{justify-content: center;}
    .Vuetabs a{padding: 1rem;}
    .tabVuecontent{padding: 1rem;}
    .classroom{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
    .experience{margin: 0 auto 1rem;}
    .student{width: fit-content;margin: .3rem auto;}
    .student_container{width: initial;}
    .stu_group{width: initial;}
    .irt_item img{ max-width: 100%;margin: auto;}
    .cafe nav{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
    .cafe{padding: 0 .5rem;border-bottom: 2px #46688b dotted;border-left: 2px #ff801d dotted;border-right: 2px #ff801d dotted;}
    .cafe .cafe_sale a br{ display: none;}
    .cafe .cafe_sale{width: initial;height: initial;border-radius:0;padding: 0; }
    .service{width: 90%;}
    .classroom:nth-child(1) div:nth-child(5) dl dd span{display: block;width: fit-content;margin: auto;}
    .link_bt a,.stu_group p:nth-child(1),.Vuetabs a{ font-size: var(--font_4); }
    .exam { flex-direction: column;gap: 1rem;width: 100%; } 
    .exam figure { width: 100%;margin: auto; }
    .exam ul { width: auto; }
    .pic2 { width: auto;margin-left: 0; }
    .more { padding: 0 2rem; }
    .owl-prev{left:-15px;}
    .owl-next{right:-15px;}
}
@media (min-width:992px) and (max-width:1199px){
	.service_group:nth-of-type(1)>div:nth-last-of-type(2) dl{width: 42%;margin: auto;}
	.act_title span:nth-of-type(1){font-size:5.5rem;}
	.act_title span:nth-of-type(2){font-size: 5rem;}
	.act_title span:nth-of-type(3){font-size: 2.5rem;}
    .Vuetabs a{font-size: var(--font_4);}
    .rule_group ul{margin: 0 0 0 4rem;}
    .exam{flex-direction: column;gap: 1rem;width: 100%;}
}
@media (min-width:768px) and (max-width:991px){
	.service_group:nth-of-type(1)>div:nth-last-of-type(2) dl{width: 42%;margin: auto;}
    .act_title>div:nth-of-type(2) img:nth-of-type(1){top: 0;}
    .act_title>div:nth-of-type(2) img:nth-of-type(2){top: 33%;}
    .act_title>div{width: 9%;}
	.act_title span:nth-of-type(1){font-size:4.3rem;}
	.act_title span:nth-of-type(2){font-size: 3.9rem;}
	.act_title span:nth-of-type(3){font-size: 1.9rem;}
    .Vuetabs a{font-size: var(--font_4);}
    .rule_group ul{margin: 0 0 0 4rem;}
    .exam{flex-direction: column;gap: 1rem;width: 100%;}
}

/*各大相容檢視*/
@media screen and (-webkit-min-device-pixel-ratio:0) { /*Webkit*/
}
@-moz-document url-prefix(){/*Firefox*/
}

@media \0screen\,screen\9 {/*IE 6 7 8*/
}

@media screen\0 {/*IE 8 9 10 11*/
}

@media print {
}