@charset "utf-8";
.pc { display:inherit;}
.mobile { display:none;}
.subtitle{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}
.top_title { font-size: 14px; color: #e4711d;}
.popup_box { width: 100%;max-width: 500px; border-radius: 25px;}
.popup_title {width: 100%;display: block; text-align: center; font-size: 26px;font-weight: bold; padding-bottom: 10px;margin-bottom: 10px; border-bottom: 1px dotted #333; color:#ff9e36;}

.popup_bg { float:left; width:50%; padding: 20px;}
.popup_title2 { width: 100%;text-align: center;font-size: 15px; font-weight: bold;  margin-bottom: 10px;}
.popup_button { width: 100%;text-align: center;background-color: #333; color: #fff;  padding: 6px 0px; border-radius: 7px;box-shadow: 0 3px 18px 1px rgba(0, 0, 0, 0.5);}
.popup_button:hover { background-color: #f5a732;}
.ent {cursor: pointer; }

.fancybox-slide--iframe .fancybox-content { width:100% !important; max-width:500px !important;}
.stepbg { background-color:#ffca36;}


.mytooltip {
    display: inline;
    position: relative;
    z-index: 9999;

}
.mytooltip:hover .tooltip-content2, .mytooltip:hover .tooltip-content2 i {
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.mytooltip:hover .tooltip-content2, .mytooltip:hover .tooltip-content2 i {
    opacity: 1;
    font-size: 13px;
}
.tooltip-effect-7 .tooltip-content2 {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
	font-size: 13px;
}
.tooltip-content2 {
position: absolute;
    z-index: 9999;
    width: 102px;
    /* height: 30px; */
    padding: 9px;
    left: -56px;
    margin-left: -58px;
    bottom: -33px;
    border-radius: 13px;
    text-align: center;
    background: #ffad33;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 25px;
    cursor: default;
    pointer-events: none;
    font-family: "Microsoft Jhenghei";
}
.tooltip-content2::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 112px;
    margin: -7px 0 0 -15px;
    width: 15px;
    height: 20px;
    background: url(../images/iconfinder-icon.svg) no-repeat center center;
    background-size: 100%;
}

.rp {
    width: 172px;
    position: absolute;
    left: 3%;
    top: 73%;
    z-index: 9;
}
.rp2 {
    width: 167px;
    position: absolute;
   right: 3%;
    top: 71%;
    z-index: 9;
}

.sbb { width: inherit;}
.link img {
        transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
}
.link:hover img {
        -webkit-transform: scale(1.16);
    -ms-transform: scale(1.16);
    transform: scale(1.16);
}

.spbanner { font-size: 24px;}
.card-block { text-align: left;}
.desc-div {
    text-align: center;
    margin: 0 auto;
    border: solid 1px #DDD;
    padding: 2em;
    border-radius: 1em;
    max-width: 800px;
        margin-top: 40px;
}
.desc-div p {
    text-align: left;
    line-height: 2em;
    max-width: 90%;
    margin: 0 auto 2em;
    font-size: 1.25em;
}
.form-group small {
    color: #f00;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.color-grey {
    color: #ddd !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}



.tick_page {
    text-align: left;
    max-width: 1000px;
    width: 100%;
    border: 1px #333 solid;
    padding: 30px;
    margin: auto;
}
.tick_page input { border: 1px red solid; margin-bottom: 5px;}
.tick_page textarea { width: 100%;border: 1px red solid; min-height: 200px; }
.youtube_button {
	font-size: 15px;
    background: #000;
    display: inline-block;
    padding: 1px 15px;
}
.youtube_button a { color: #ffc311;}
.linkk:hover { opacity: 0.8;}
.slo {
position: fixed;
    z-index: 99;
    bottom: 13%;
    right: 35px;
}
.sline {
	    background: #00c200;
    border-radius: 90%;
    width: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
}
@media (min-width: 768px) {
    .subtitle {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1680px) {
.rp {
    width: 172px;
    position: absolute;
    left: 8px;
    top: 73%;
    z-index: 9;
}
.rp2 {
    width: 167px;
    position: absolute;
   right: 7px;
    top: 71%;
    z-index: 9;
}
}
@media only screen and (max-width: 1366px) {
.rp {
    width: 172px;
    position: absolute;
    left:-35px;
    top: 73%;
    z-index: 9;
}
.rp2 {
    width: 167px;
    position: absolute;
   right:-35px;
    top: 71%;
    z-index: 9;
}
}


@media only screen and (max-width: 1280px) {
.rp {
width: 172px;
    position: absolute;
    left: -56px;
    top: 49%;
    z-index: 9;
}
.rp2 {
    width: 157px;
    position: absolute;
    right: -42px;
    top: 48%;
    z-index: 9;
}
}


@media only screen and (max-width: 768px) {
.pc { display:none;}
.mobile { display:inherit;}


	}

@media only screen and (max-width: 480px) {
	.popup_box { width: 100%;max-width: 350px; border-radius: 25px;}
	.popup_bg { float:left; width:100%;padding: 8px;}
    .top_m_logo{
  float: left;
    font-size: 12px;
    padding: 0px 5px 22px 5px;
    color: #fff;
    background: #444;
    height: 0;
        position: relative;
    z-index: 99;


    }


    .sbb { width:100%!important;}

    .spbanner { font-size: 16px;}
	.m_bottom {
    position: fixed;
    width: 100%;
    background: #000;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
}
	.m_li {
    width: 33.333%;
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
	.m_li a { color: #fff !important;}


	}