

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	margin-top: 4px;}
input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {

	background-color: #cf7581;}
input[type="radio"]:checked:after, .radio input[type="radio"]:checked:after, .radio-inline input[type="radio"]:checked:after {
    border-color: #cf7581;
}
html{
  scroll-behavior: smooth;
}
a {
    color: #b66eb2;
}
html, body, #app {
    height: 100%;
}

body{
  
  font-family: '微軟正黑體', Arial;
}
body{
    margin: 0;
    color: #333;    font-weight: bold;
    font-size: 17px;
    background: #f0f0f0;
    line-height: 1.4;}

::placeholder { 

  color: #366c6c;

}
input:focus, textarea:focus {

    outline: none;

}

.modal-dialog {
    position: relative;
    width: auto;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;    margin: 0;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
    width: 90%;overflow: hidden;max-width: 600px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid transparent;
    background: #33af8e;
    color: #FFF;
    background: linear-gradient(48deg, #366c6c 0%,#33af8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3aaf7', endColorstr='#33af8e',GradientType=1 );
}
.modal-header .close {
    margin-top: -2px;
    color: #FFF;
    opacity: 0.9;
    font-weight: bold;
}


input:focus{outline: none; }
textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
    box-shadow: none;
    font-size: inherit;
    border: 1px solid #b8b8b8;
    padding: 10px;
    width: 100%;
}
select, select.form-control {

    line-height: inherit;
    box-shadow: none;
    font-size: inherit;
    border: 1px solid #b8b8b8;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.hover:hover{opacity: 0.85; transition: all 0.5s;text-decoration: none}
.pc{display:block}
.ph{display:none}
.ok2{background: #ffffff;
    max-width: 760px;
    border-radius: 15px;
    font-size: clamp(12px, 1.3vw, 27px);
    padding: 5% 5%;
    width: 47%;
    margin-top: -48%;
    position: relative;}
.ok1{ width: 100%;
    position: absolute;
    left: 0;
    top: 23%;
    padding: 0 7.5%;
    z-index: 1;    position: static;
    background: #ffeef3;}
@media (max-width: 1300px) {
.ph{display:block}
.pc{display:none}	
	.ok1{            padding: 0 6%;
        position: static;
        background: #ffeef3;}
	.ok2{    width: 100%;margin-top: 0;
    max-width: none;}
	.btnn{position: static!important}
	}
