<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default Setting */

.edm_form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  
.clear:before, .clear:after {
    content: '';
    clear: both;
    display: block;
}

input:focus, button:focus, a:focus {
    outline: none;
}

a { 
    transition: all 0.2s ease-in-out;
}

/* End Default Setting */
/*body { 
    font-family: 'Maven Pro', 'Microsoft JhengHei', sans-serif;
}*/







/*============================================================
footer
============================================================*/
.edm_footer_001 {
    text-align: center;
    padding: 1em 0;
}
#Footerz&gt;.edm_footer_001 .svg {
    fill: white;
}

#Footerz&gt; .edm_footer_001 .svg {
	fill: white;
	color: white
}

.edm_footer_001 .hi_footer_logo {
    width: 100px;
    display: inline-block;
    margin-bottom: .5em;
}
.edm_footer_001 .icon_list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    font-size: .9rem;
}
#Footerz&gt; .edm_footer_001 .icon_list &gt; li {
    position: relative;
    margin-bottom: 1em;
	border-bottom: 1px solid white;
}
#Footerz&gt; .edm_footer_001 .icon_list &gt; li &gt; p {
	color: white;
    font-weight: bold;
    margin: .5em 0 .5em 40px;
    line-height: 1.5em;
}
.edm_footer_001 .icon_list &gt; li &gt; p .lg {
    display: inline-block;
    font-size: 1.6em;
}
.edm_footer_001 .icon_list .svg {
    position: absolute;
    width: 26px;
    bottom: .5em;
}
footer.edm_footer_001 .container .icon_list a {color: white; text-decoration: none;}



/*============================================================
edm_form
============================================================*/
.edm_form .form-control {
    border-radius: 0;
}
.edm_form .form-control:focus {
    border-color:#0090ff;
    box-shadow:0 0 1px 2px rgba(71,159,255,.25);
}
.edm_form select.form-control optgroup {
    font-weight: bolder;
    color: #656565;
}
.edm_form select.form-control option {
    color: #94aab0;
}
.edm_form .form-control,
.edm_form .custom-control {
    margin: .5em 0;
    border-radius: 20px;
    border: 0;
}

.edm_form .custom-control-input { display: none; }

/* éš±ç§æ¬Šå®¢è£½ */
.edm_form .privacy_style { color: #fff; }
.edm_form .privacy_style::before { color: #fff; }
.edm_form .privacy_style a { color: #fff; }
.edm_form .custom-control-input:checked ~ .privacy_style::before { background-color:#3F51B5; }
/* éš±ç§æ¬Šå®¢è£½ */


.edm_form .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.edm_form .custom-control { padding-left: 0; line-height: 2.3; }

.edm_form .custom-control-label { 
    position: relative;
    padding-left: 1.4rem;     
}
.edm_form .custom-control-label::before,
.edm_form .custom-control-label::after {
    position: absolute;
    top: 0.7rem;
    left: 0rem;
}

.edm_form .edm_form_addinput,
.edm_form .edm_form_addinput + .form-control {
    display: inline-block;
    vertical-align: top;
}
.edm_form .edm_form_addinput {
    width: calc(50% - 7px);
}
.edm_form .edm_form_addinput + .form-control {
    width: calc(50% - 7px);
    margin-left: 5px;
}
.edm_form .submit_btn {
    width: 100%;
    margin: 0.5em 0;
    padding: .375rem .75rem;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #9bbb58;
    transition: all 0.2s ease-in-out;
}
.edm_form .submit_btn:hover {
    background-color: #608217;
}
.edm_form .form-control.form_addbtn {
    display: inline-block;
    width: calc(100% - 50px);
}
.edm_form .form-control.form_addbtn + .info_btn {
    max-width: 30px;
    padding: 0;
    margin: .375rem .75rem;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}
.edm_form .form-control.form_addbtn + .info_btn.focus,
.edm_form .form-control.form_addbtn + .info_btn:focus {
    box-shadow: none;
}

/* éš±ç§æ¬Šå®¢è£½ */
.edm_form .form-control.form_addbtn + .info_btn { color: #fff; }
.edm_form .form-control.form_addbtn + .info_btn:hover { color: #fff; }
/* éš±ç§æ¬Šå®¢è£½ */

.edm_form .formPopUpWp {
    background-color: #fff;
    border-radius: 20px;
    border: none;
}
.edm_form .formPopUpWp .modal-header {
    background-color: #a4d0e5;
    border-radius: 20px 20px 0 0;
    border: none;
}
.edm_form .formPopUpWp .modal-title {
    font-weight: bold;
    margin: auto;
    width: 100%;
}
.close {
    width: auto; 
    color: #fff;
    opacity: .75; 
}
.close:focus, .close:hover {
    color: #fff;
    opacity: 1;
}
.edm_form .formPopUpWp .modal-body {
    border-radius: 0;
    border: none;
}
.edm_form .formPopUpWp .modal-body .f_tit {
    position: relative;
    color: #005882;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5;
    text-align: center;
    border: 3px solid #fabd30;
    padding: .2em .5em;
    margin: .4em auto 1em auto;
    max-width: 260px;
}
.edm_form .formPopUpWp .modal-body .f_tit &gt; span {
    font-size: .8em;
    display: block;
}
.edm_form .formPopUpWp .modal-body .f_tit:before,
.edm_form .formPopUpWp .modal-body .f_tit:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: calc(100% - 30px);
    height: 3px;
    background-color: #ffffff;
    left: 15px;
    top: -3px;
}
.edm_form .formPopUpWp .modal-body .f_tit:after {
    top: auto;
    bottom: -3px;
}
.edm_form .formPopUpWp .modal-body .f_list {
    position: relative;
    padding-left: 25px;
    padding-bottom: 1em;
    border-bottom: 1px solid #fabc30;
    color: #005882;
    font-size: .9em;
    line-height: 1.5;
}
.edm_form .formPopUpWp .modal-body .f_list:before,
.edm_form .formPopUpWp .modal-body .f_list:after {
    content: "";
    position: absolute;
    display: inline-block;
}
.edm_form .formPopUpWp .modal-body .f_list:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fabc30;
    bottom: -6px;
    left: 0;
}
.edm_form .formPopUpWp .modal-body .f_list:after {
    width: 8px;
    height: 8px;
    border-radius: 5em;
    background-color: #fabc30;
    bottom: -4px;
    right: 0;
}
.edm_form .formPopUpWp .modal-body ul { 
    margin: .5em 0 1em; 
}

.edm_form .formPopUpWp .modal-body.f_nortxt &gt; p {
    color: #005882;
    font-size: .9em;
    font-weight: normal;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 10px 0;
	text-align: justify;
}
.edm_form .formPopUpWp .modal-body.f_nortxt &gt; p &gt; a {
    color: #fabc30;
    font-weight: bold;
}
.edm_form .formPopUpWp .modal-body.f_nortxt &gt; p.finfo {
    color: #005882;
}




.f_list li {text-align: justify;}




/*============================================================
top
============================================================*/
.edm_top_001 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.edm_top_001 .m_banner {
    width: 100%;
}

/*============================================================
privacy
============================================================*/
.edm_form_privacy_body {
    background-color: #eee;    
}
.edm_form_privacy_wb {
    padding: 1rem;
    border: 1px solid #366cb3;
    border-right-width: 0;
    border-left-width: 0;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: .9rem;
}
.edm_form_privacy_wb .tit {
	display: block;
	font-size: 1.2em;
	margin-bottom: 1rem;
	color: #366cb3;
	font-weight: bold;
}
.edm_form_privacy_wb .edm_form_privacy_list {
	list-style-type: disc;
}
.edm_form_privacy_btn {
	display: block;
	padding: .5rem;
	background-color: #4281d4;
	color: #fff;
    text-align: center;
    max-width: 400px;
    margin: 20px auto;
}
.edm_form_privacy_btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #4d93ee;
}




@media (min-width: 576px) {

    /*============================================================
    footer
    ============================================================*/
    .edm_footer_001 .icon_list {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 180px);
        margin-left: 15px;
    }
    .edm_footer_001 .hi_footer_logo {
        width: 120px;
        margin-bottom: 0;
    }
    .edm_footer_001 .icon_list {
        font-size: 1rem;
    }
    .edm_footer_001 .icon_list &gt; li {
        padding-left: .5em;
        padding-right: .5em;
    }
    .edm_footer_001 .icon_list &gt; li &gt; p .lg {
        font-size: 2em;
    }
    .edm_footer_001 .icon_list .svg {
        width: 30px;
    }
}
@media (min-width: 768px) {

    /*============================================================
    footer
    ============================================================*/
    .edm_footer_001 .icon_list &gt; li:nth-child(2) {
        margin-right: 10px;
    }
    .edm_footer_001 .icon_list &gt; li:nth-child(2),
    .edm_footer_001 .icon_list &gt; li:nth-child(3) {
        display: inline-block;
        vertical-align: bottom;
        width: calc(49.5% - 5px);
    }
    .edm_footer_001 .icon_list.set-4 &gt; li:nth-child(2),
    .edm_footer_001 .icon_list.set-4 &gt; li:nth-child(3) {
        margin-right: 10px;
    }
    .edm_footer_001 .icon_list.set-4 &gt; li:nth-child(2),
    .edm_footer_001 .icon_list.set-4 &gt; li:nth-child(3),
    .edm_footer_001 .icon_list.set-4 &gt; li:nth-child(4)  {
        display: inline-block;
        vertical-align: bottom;
        width: calc(32% - 5px);
    }

    /*============================================================
    top
    ============================================================*/
    .edm_top_001 {
        height: 600px;
    }
    .edm_top_001 .m_banner {
        display: none;
    }
    /*============================================================
    privacy
    ============================================================*/
    .edm_form_privacy_wb {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    /*============================================================
    footer
    ============================================================*/
    .edm_footer_001 {
        text-align: center;
    }
    .edm_footer_001 .hi_footer_logo,
    .edm_footer_001 .icon_list {
        vertical-align: middle;
    }
    .edm_footer_001 .icon_list {
        width: auto;
    }
    .edm_footer_001 .icon_list &gt; li {
        margin-bottom: 0;
    }
    .edm_footer_001 .icon_list &gt; li:nth-child(1),
    .edm_footer_001 .icon_list &gt; li:nth-child(2),
    .edm_footer_001 .icon_list &gt; li:nth-child(3),
    .edm_footer_001 .icon_list.set-4 &gt; li:nth-child(1),    
    .edm_footer_001 .icon_list.set-4 &gt; li:nth-child(2),
    .edm_footer_001 .icon_list.set-4 &gt; li:nth-child(3),
    .edm_footer_001 .icon_list.set-4 &gt; li:nth-child(4) {
        display: inline-block;
        vertical-align: bottom;
        width: auto;
        margin-left: 1em;
        margin-right: 0;
    }
    
    /*============================================================
    edm_form
    ============================================================*/
    .edm_form .custom-control {
        margin-top: 7px;
    }
}
@media (min-width: 1200px) {
    /*============================================================
    top
    ============================================================*/
    .edm_top_001 {
        height: 700px;
    }
}</pre></body></html>