@charset "UTF-8";
@font-face{font-family:'Noto Sans TC';font-style:normal;font-weight:100;src:local('Noto Sans TC Thin'),local('NotoSansTC-Thin'),url(http://fonts.gstatic.com/s/notosanstc/v10/-nFlOG829Oofr2wohFbTp9i9WxEIK_E.otf) format('opentype')}
@font-face{font-family:'Noto Sans TC';font-style:normal;font-weight:300;src:local('Noto Sans TC Light'),local('NotoSansTC-Light'),url(http://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9kwMfDNdX.otf) format('opentype')}
@font-face{font-family:'Noto Sans TC';font-style:normal;font-weight:400;src:local('Noto Sans TC Regular'),local('NotoSansTC-Regular'),url(http://fonts.gstatic.com/s/notosanstc/v10/-nF7OG829Oofr2wohFbTp9i1OCEJ.otf) format('opentype')}
@font-face{font-family:'Noto Sans TC';font-style:normal;font-weight:500;src:local('Noto Sans TC Medium'),local('NotoSansTC-Medium'),url(http://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9ywIfDNdX.otf) format('opentype')}
@font-face{font-family:'Noto Sans TC';font-style:normal;font-weight:700;src:local('Noto Sans TC Bold'),local('NotoSansTC-Bold'),url(http://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9gwQfDNdX.otf) format('opentype')}
@font-face{font-family:'Noto Sans TC';font-style:normal;font-weight:900;src:local('Noto Sans TC Black'),local('NotoSansTC-Black'),url(http://fonts.gstatic.com/s/notosanstc/v10/-nFkOG829Oofr2wohFbTp9i9uwYfDNdX.otf) format('opentype')}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
body {
    line-height: 1;
    background-color: #ffffff;
}
/*--------------------------------*/
.bg_content {
	position: absolute;
	width: 100vw;
	height: 1500px;
	overflow: hidden;
}

.box-red-ring {
	position: absolute;
	top: -300px;
	right: -280px;
	border: 110px solid #c80d1c;
	width: 380px;
	height: 380px;
	border-radius: 50%;
}

.box-gray-circle {
	position: absolute;
    background-color: #f0f0f0;
    top: 600px;
    left: -300px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
}

.bg_bottom_content {
	position: absolute;
	width: 100vw;
	height: 900px;
	overflow: hidden;
}
.box-gray-ring {
	position: absolute;
	top: 500px;
    right: -150px;
    border: 70px solid #f0f0f0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

/*--------------------------------*/
.intro_content {
	margin: 50px 0;
	display: inline-block;
	position: relative;
	width: 100%;
}
.intro_content .intro__ul {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.intro_content .intro__ul > li {
	flex: 0 1 auto;
	width: 47%;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;

	margin: 20px 0;
}

.intro_content .intro__ul > li img {
	width: 100%;
	height: auto;
}

.intro_content .intro__ul:nth-child(1) li:nth-child(1) {
	width: 56%;
}

.intro_content .intro__ul:nth-child(1) li:nth-child(2) {
	width: 44%;
}

.intro_content .intro__ul:nth-child(2) li {
	height: 150px;
}

.intro_content .intro__ul:nth-child(2) > li:nth-child(1) p {
	color: #000000;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 22px;
}

.intro_content .intro__ul:nth-child(2) > li:nth-child(1) p:nth-child(2) {
	color: #c80d1c;
}

.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div {
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

    -webkit-box-shadow: 0 0px 15px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, .2);
}

.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div > a {
	display: flex;
	justify-content: center;
	align-items: center;

	position: relative;
	width: inherit;
	height: 100%;

}

.intro_content .intro__ul:nth-child(2) > li:nth-child(2) a {
	text-decoration: none;
	color: #000000;
}

.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div:nth-child(1) a {
	color: #c80d1c;
	display: flex;
    align-items: center;
}

.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div:nth-child(1) span {
	font-size: 26px;
}

.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) {
	margin-top: 20px;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*------------------------------*/
/* checkbox style */
/*.form_switch_content .form__container input[type=checkbox] {
	position: absolute !important; 
	clip: rect(1px, 1px, 1px, 1px); 
	padding: 0 !important; 
	border: 0 !important; 
	height: 1px !important; 
	width: 1px !important; 
	overflow: hidden;
}

.form_switch_content .form__container label:not(.status__label):not(.msg__label):not(.live__label)::before {
	content: ''; 
	width: 12px; 
	height: 12px; 
	background-color: #ffffff; 
	border: 1px solid rgba(75, 101, 132, 0.3); 
	display: inline-block; 
	margin-right: 12px;
}

.form_switch_content .form__container input[type=checkbox]:checked ~ label::before {
	opacity: 0.3;
	background: #c80d1c no-repeat center;
	background-size: 10px 10px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}*/
/*------------------------------*/
.error {
	color:#c80d1c;
	font-size: 13px;
	font-family: sans-serif;
}
.form_switch_content {
	margin: 30px 0;
	display: inline-block;
	position: relative;
	width: 100%;
}

.form_switch_content .form__container {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.form_switch_content .form__container form {
	width: 100%;
}

.form_switch_content .form__container > input[type="checkbox"] {
	display: none;
}

.form_switch_content .form__container > label {
	cursor: pointer;

	display: flex;
	flex-direction: row;
	justify-content: space-between;

	border-bottom: 4px solid #c80d1c;
	box-sizing: border-box;

	z-index: 1;
}

.form_switch_content .form__container label > div {
	flex: 1 1 auto;
	width: 50%;

	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .2);

	font-size: 18px;
	padding: 15px 0;
	margin: -1px 0;

}

.form_switch_content .form__container .company__div,
.form_switch_content .form__container .personal__div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;

	background-color: #f0f0f0;
	border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .2);
}

.form_switch_content .form__container .company__ul,
.form_switch_content .form__container .personal__ul {
	margin-top: 25px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.form_switch_content .form__container .company__ul > li,
.form_switch_content .form__container .personal__ul > li {
	flex: 0 1 auto;
	width: 48%;
}

/* left__li */
.form_switch_content .form__container .left__li > ul > li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;

	margin: 15px 0;
}

.form_switch_content .form__container .left__li > ul > li > div {
	flex: 0 1 auto;
}

.form_switch_content .form__container .left__li > ul > li > div > p,
.form_switch_content .form__container .right__li p,
.form_switch_content .form__container span {
	font-size: 14px;
	line-height: 20px;
}

.form_switch_content .form__container .left__li > ul > li > div:nth-child(1) {
	width: 30%;
	padding-left: 20px;
}

.form_switch_content .form__container .left__li > ul > li > div:nth-child(2) {
	width: 70%;
}

.form_switch_content .form__container .left__li > ul > li > div:nth-child(2) > input[type=text] {
	width: 95%;
    padding: 8px 8px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    font-size: 14px;
}

/* 方便聯絡時間 */
.form_switch_content .form__container .left__li > ul:nth-child(2) li {
	margin: 5px 0;
}
.form_switch_content .form__container .left__li > ul:nth-child(2) li > div:nth-child(2) {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.form_switch_content .form__container .left__li > ul:nth-child(2) li > div:nth-child(2) > label {
	margin-left: 5px;
}
/* email */
/* 聯絡地址 */
.form_switch_content .form__container .left__li .address__ul li:nth-child(1) > div:nth-child(2) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form_switch_content .form__container .left__li .address__ul li:nth-child(1) > div:nth-child(2) > select {
	flex: 0 0 auto;
	width: 49%;
    padding: 8px 8px;
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    background-color: #ffffff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    cursor: pointer;
    background-image: url("../images/arrow-icon-down.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 8px;
}

.form_switch_content .form__container .left__li .address__ul li:nth-child(1) > div:nth-child(2) > select:nth-child(2){
	position: relative;
	left: 10px;
}
/* 是否接受訊息 */
.form_switch_content .form__container .left__li .msg__ul > li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.form_switch_content .form__container .left__li .msg__ul > li > div:nth-child(1),
.form_switch_content .form__container .left__li .msg__ul > li > div:nth-child(2) {
	flex: 0 1 auto;
	width: 95%;
	padding-left: 20px;
}

.form_switch_content .msg__ul li > div:nth-child(2) {
	margin-top: 10px;
}

.form_switch_content .form__container .msg__label,
.form_switch_content .form__container .live__label {
	margin-left: 10px;
}

.form_switch_content .form__container input {
	margin-right: 10px;
}

/* .form_switch_content .form__container input[type='radio']::after {
        width: 12px;
        height: 12px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #f0f0f0;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #666666;
}

.form_switch_content .form__container input[type='radio']:checked::after {
        width: 12px;
        height: 12px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #c80d1c;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
} */
/* 是否接受訊息 */
.form_switch_content .form__container .left__li .allow__ul > li:nth-child(1) > div a {
	text-decoration: none;
	/*text-decoration: underline;*/
	color: #000000;
}

.form_switch_content .form__container .left__li .allow__ul > li:nth-child(1) > div a > span {
	box-shadow: 0 1px;
	padding-bottom: 0px;
}

.form_switch_content .form__container .left__li .allow__ul > li:nth-child(1) > div {
	width: 95%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

/* right__li */
.form_switch_content .form__container .right__li {
	margin: 15px 0;
}

.form_switch_content .form__container .right__li > div {
	margin: 10px 0;
	padding-left: 40px;
}

.form_switch_content .form__container .right__li > div > textarea {
	margin-top: 10px;
	width: 90%;
	min-width: 280px;
    border: 1px solid #cccccc;
    border-radius: 5px;

    resize: none;
}

.form_switch_content .form__container div input::placeholder,
.form_switch_content .form__container > div > textarea::placeholder {
	color: #cccccc;
}

.form_switch_content .form__container button {
	cursor: pointer;

    padding: 8px 30px;
    outline: none;
    border: none;
    background-color: #c80d1c;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 50px;

    position: relative;
    width: 40%;
    max-width: 400px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.form_switch_content .form__container button:active, 
.form_switch_content .form__container button:hover {
	opacity: 0.8;
}

/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* 預設選擇 商用 */
.form_switch_content .form__container input[type=checkbox]:checked~ .company__div {
	display: flex;
}

.form_switch_content .form__container input[type=checkbox]:checked~ .personal__div {
	display: none;
}

.form_switch_content .form__container input[type=checkbox]:checked~ label > div:nth-child(1) {
	background-color: #c80d1c;
	color: #ffffff;
}

.form_switch_content .form__container input[type=checkbox]:checked~ label > div:nth-child(2) {
	background-color: #f0f0f0;
	color: #959595;
}


/* 切換選擇 家用 */
.form_switch_content .form__container input[type=checkbox]~ .company__div {
	display: none;
}

.form_switch_content .form__container input[type=checkbox]~ .personal__div {
	display: flex;
}

.form_switch_content .form__container input[type=checkbox]~ label > div:nth-child(1) {
	background-color: #f0f0f0;
	color: #959595;
}

.form_switch_content .form__container input[type=checkbox]~ label > div:nth-child(2) {
	background-color: #c80d1c;
	color: #ffffff;
}




/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
.footer_include {
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.footer_include .footer_inner {
    width: 85%;
    max-width: 1280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

}
/* footer__contact */
.footer_include .footer_inner .footer__contact {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.footer_include .footer_inner .footer__contact .footer__ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #8a8a8a;
    padding-bottom: 20px;
}

.footer_include .footer_inner .footer__contact .footer__ul .footer__text {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.footer_include .footer_inner .footer__contact .footer__ul .footer__text div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.footer_include .footer_inner .footer__contact .footer__ul .footer__text > div > a {
    color: #2b2b2b;
    text-decoration: none;
}

.footer_include .footer_inner .footer__contact .footer__ul li:nth-child(1) p {
	color: #2b2b2b;
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer_include .footer_inner .footer__contact .footer__ul li:nth-child(1) div:nth-child(even) {
    /*display: none;*/
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* footer__bottom */
.footer_include .footer_inner .footer__bottom {
    width: 100%;
}

.footer_include .footer_inner .footer__bottom .footer__ul {
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

}

.footer_include .footer_inner .footer__bottom .footer__ul li {
    margin-top: 20px;
    flex: 0 0 auto;
    width: 33%;
}

.footer_include .footer_inner .footer__bottom .footer__ul .footer__left {
    order: 1;
    /*width: 30%;*/
}

.footer_include .footer_inner .footer__bottom .footer__ul > li p {
    color: #2b2b2b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    display: block
}

.footer_include .footer_inner .footer__bottom .footer__ul .footer__center {
    order: 2;
    display: flex;
    justify-content: center;
    /*width: 35%;*/
}

.footer_include .footer_inner .footer__bottom .footer__ul .footer__center a {
    text-decoration: none;
}

.footer_include .footer_inner .footer__bottom .footer__ul .footer__center a:nth-child(2) {
	margin: 0 15px;
}


.footer_include .footer_inner .footer__bottom .footer__ul .footer__right {
    order: 3;
    /*width: 13%;*/
}

@keyframes flashing {
  	0% {
  		background-color: rgba(200, 13, 28 ,0.5);
  	}    
    100% {
    	background-color: rgba(200, 13, 28 ,1);
    }
 }

/*------------------------------------------------------*/
/*------------------------------------------------------*/
@media only screen and (min-width:360px) {
	.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div:nth-child(1) a {
		pointer-events: auto;
	}

	.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div:nth-child(1) a:nth-child(1) {
		display: none;
	}	

	.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div:nth-child(1) a:nth-child(2) {
		display: flex;
		/* border: 5px solid #c80d1c;
		box-sizing: border-box; */
		border-radius: 10px;
		color: #fff;
		animation: flashing 0.25s linear infinite alternate-reverse;
	}





	.intro_content .intro__ul {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.intro_content .intro__ul .intro__li {
		width: 100%;
	}

	.intro_content .intro__ul:nth-child(1) li:nth-child(1) {
		width: 100%;
	}

	/*------------------------------------------------------*/
	.form_switch_content .form__container .company__ul,
	.form_switch_content .form__container .personal__ul {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.form_switch_content .form__container .company__ul > li,
	.form_switch_content .form__container .personal__ul > li {
		width: 90%;
	}

	.form_switch_content .form__container .left__li > ul > li > div:nth-child(1) {
		padding-left: 0px;
	}

	.form_switch_content .form__container .left__li .msg__ul > li > div:nth-child(1), 
	.form_switch_content .form__container .left__li .msg__ul > li > div:nth-child(2) {
		padding-left: 0px;
	}

	.form_switch_content .form__container .right__li > div {
		padding-left: 0px;
	}

	/*------------------------------------------------------*/
	.footer_include .footer_inner .footer__contact .footer__ul .footer__text {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.footer_include .footer_inner .footer__contact .footer__ul .footer__text div:nth-child(even) {
		display: none;
	}

	.footer_include .footer_inner .footer__bottom .footer__ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 10px;
	}

	.footer_include .footer_inner .footer__bottom .footer__ul li {
		margin-top: 5px;
		width: 100%;
	}

	.footer_include .footer_inner .footer__bottom .footer__ul .footer__center {
		justify-content: flex-start;
	}

}

@media only screen and (min-width:768px) {
	.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div:nth-child(1) a {
		pointer-events: none;
	}

	.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div:nth-child(1) a:nth-child(1) {
		display: flex;
	}	

	.intro_content .intro__ul:nth-child(2) > li:nth-child(2) > div:nth-child(1) a:nth-child(2) {
		display: none;
	}

	.intro_content .intro__ul {
		flex-direction: row;
	    justify-content: space-between;
	    align-items: flex-start;
	}

	.intro_content .intro__ul .intro__li {
		width: 47%;
	}

	.intro_content .intro__ul:nth-child(1) li:nth-child(1) {
		width: 56%;
	}

	/*------------------------------------------------------*/
	.form_switch_content .form__container .company__ul,
	.form_switch_content .form__container .personal__ul {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.form_switch_content .form__container .company__ul > li,
	.form_switch_content .form__container .personal__ul > li {
		width: 48%;
	}

	.form_switch_content .form__container .left__li > ul > li > div:nth-child(1) {
		padding-left: 20px;
	}

	.form_switch_content .form__container .left__li .msg__ul > li > div:nth-child(1), 
	.form_switch_content .form__container .left__li .msg__ul > li > div:nth-child(2) {
		padding-left: 20px;
	}

	.form_switch_content .form__container .right__li > div {
		padding-left: 0px;
	}

	.form_switch_content .form__container .right__li > div > textarea {
		min-width: 120px;
	}

	/*------------------------------------------------------*/
	.footer_include .footer_inner .footer__contact .footer__ul .footer__text {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}

	.footer_include .footer_inner .footer__contact .footer__ul .footer__text div {
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	}

	.footer_include .footer_inner .footer__contact .footer__ul .footer__text div:nth-child(even) {
		display: flex;
	}

	.footer_include .footer_inner .footer__bottom .footer__ul {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		margin-top: 0px;
	}

	.footer_include .footer_inner .footer__bottom .footer__ul li {
		margin-top: 20px;
		width: 40%;
	}

	.footer_include .footer_inner .footer__bottom .footer__ul .footer__center {
		justify-content: flex-end;
	}
}
@media only screen and (min-width:1024px) {
	.form_switch_content .form__container .left__li .address__ul li:nth-child(1) > div:nth-child(2) > select:nth-child(2) {
		left: 6px;
	}
}
@media only screen and (min-width:1025px) {
	.form_switch_content .form__container .right__li > div {
		padding-left: 20px;
	}

	.form_switch_content .form__container .right__li > div > textarea {
		min-width: 320px;
	}

	/* ------------------------- */
	.footer_include .footer_inner .footer__contact .footer__ul .footer__text {

	}

	.footer_include .footer_inner .footer__contact .footer__ul .footer__text div {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: flex-end;
	}

	.footer_include .footer_inner .footer__bottom .footer__ul li {
		margin-top: 20px;
		width: auto;
	}
}

@media only screen and (min-width:1280px) {
	.form_switch_content .form__container .left__li .address__ul li:nth-child(1) > div:nth-child(2) > select:nth-child(2) {
		left: 2px;
	}
}












