@charset "utf-8";
/* CSS Document */

body{font-family: 微軟正黑體; background-color: #fff;}
body, html{width: 100%; height: 100%; scroll-behavior: smooth;}
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/*******思源宋體 Noto Serif *******/
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.noto-serif-tc-<uniquifier> {
  font-family: "Noto Serif TC", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*******思源宋體 Noto Serif END*******/
.wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
	margin-top: 53px;
}

/*******主視覺*******/
.banner_wrapper {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.logo {
    position: absolute;
    width: 200px;
    top: 9%;
    left: 2.5%;
    z-index: 1;
}
.h1 {
    position: absolute;
    width: 550px;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.banner img {
    position: relative;
	width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.banner_m, .h1_m {
    display: none;
}

/*******menu*******/
.menu-cont {
	height: 112px;
	display:block; 
}
.onoff {
    display: none;
}
.menu {
    position: relative;
    width: 70%;
    font-family: "Noto Serif CJK TC","Noto Serif TC", serif;
    font-size: 24px;
	font-weight: 300;
    letter-spacing: 1px;
    padding: 32px 12px;
    border-bottom: 1px solid #4c4d59;
    display: flex;
    justify-content: center;
	left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
.menu li {
    display: inline-block;
    margin: 0px 16px;
	padding: 6px 0px;
}
.menu li a {
    color: #4c4d59;
    text-decoration: none;
	padding: 6px 28px;
    border: 1px solid #4c4d59;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.menu li a:hover, .menu li a.active { 
	color:#FFF;
	font-weight: lighter;
	background:#4c4d59;
}
.menu.fixed-top { 
	position: fixed;
    width: 100%;
    top: 53px;
	padding: 20px 12px;
    background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #fff;
}

/*******cont 01*******/
.cont {
	position: relative;
    padding-top: 180px;
}
#cont1 {
    margin-top: -80px;
}
#cont1:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 300px;
    background-image: url(../images/cont1_bg.png);
    background-repeat: no-repeat;
    top: 60px;
    right: 0;
}
.cont_title {
    position: relative;
    font-family: "Noto Serif CJK TC","Noto Serif TC", serif;
    font-weight: bold;
    letter-spacing: 2px;
    color: #4c4d59;
    text-align: center;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
	padding: 0 35px;
    overflow: hidden;
}
.cont_h1 {
    font-size: 50px;
    line-height: 1em;
}
.cont_en {
    position: relative;
    font-family: "Noto Serif TC", serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 1em;
    margin: 10px 0 3px 0;
}
.cont_en:before {
    content: "";
    position: absolute;
    width: 160px;
    border-width: 1px;
    border-style: dashed;
    border-color: #606060;
    top: 8px;
}
.cont_en:after {
    content: "";
    position: absolute;
    width: 160px;
    border-width: 1px;
    border-style: dashed;
    border-color: #606060;
    top: 8px;
}
.cont_en.p4:before {
    left: -5em;
}
.cont_en.p6:before {
    left: -3em;
}
.cont_en.p7:before {
	width: 220px;
    left: -4em;
}
.cont_en.p8:before {
	width: 220px;
    left: -3em;
}
.cont_en.p10:before {
	width: 270px;
    left: -3.5em;
}
.cont_en.p14:before {
	width: 375px;
    left: -3.5em;
}
.cont_en.p4:after {
    right: -5em;
}
.cont_en.p6:after {
    right: -3em;
}
.cont_en.p7:after {
	width: 220px;
    right: -4em;
}
.cont_en.p8:after {
    width: 220px;
	right: -3em;
}
.cont_en.p10:after {
    width: 270px;
    right: -3.6em;
}
.cont_en.p14:after {
    width: 375px;
    right: -3.5em;
}
.cont_h2 {
    font-size: 52px;
    line-height: 1.1em;
}
.invitation_btn_wrapper {
    position: absolute;
    font-family: "Noto Serif CJK TC","Noto Serif TC", serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: #4c4d59;
    left: 50%;
    margin-top: 15px;
    margin-left: 18%;
}
.invitation_btn {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 50px;
	z-index: 1;
}
.invitation_btn_p {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #4ca7af 0%, #778ed5 70%, #778ed5 100%);
    border-radius: 50px;
    padding: 5px 80px 6px 25px;
    margin-right: 7px;
    display: inline-block;
	overflow: hidden;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.p2-2 .invitation_btn_p, .big2 .invitation_btn_p {
    background: linear-gradient(90deg, #d58357 0%, #c74d59 70%, #c74d59 100%);
}
.invitation_btn:hover .invitation_btn_p {
	background: linear-gradient(90deg, #4ca7af 0%, #4ca7af 60%, #778ed5 100%);
	border-radius: 50px 0px 0px 50px;
    margin-right: 0px;
}
.p2-2 .invitation_btn:hover .invitation_btn_p, .big2 .invitation_btn:hover .invitation_btn_p {
	background: linear-gradient(90deg, #d58357 0%, #d58357 60%, #c74d59 100%);
}
.invitation_btn_line {
    position: absolute;
    width: 3%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    margin-left: 54%;
	animation-name: invitation_btn_line;
	animation-duration:1s;
	animation-iteration-count: infinite;
}
/*******line增減*******/
@keyframes invitation_btn_line {
  0% {width: 3%;}
  40% {width: 36%;}
  90% {width: 36%;}
  100% {width: 3%;}
}
/*******line增減END*******/
.invitation_btn_arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #778ed5;
    display: inline-block;
    top: 0;
	overflow: hidden;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.p2-2 .invitation_btn_arrow, .big2 .invitation_btn_arrow  {
    background-color: #c74d59;
}
.invitation_btn:hover .invitation_btn_arrow{
    border-radius: 0px 50px 50px 0px;
}
.invitation_btn_arrow img {
    position: relative;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
	-moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/*******箭頭移動*******/
.invitation_btn:hover .invitation_btn_arrow img{
	animation-name: invitation_btn_arrow;
	animation-duration:0.7s;
	animation-iteration-count: infinite;
}
@keyframes invitation_btn_arrow {
  0% {width: 50%; transform: translate(-70%, -50%);}
  50% {width: 50%; transform: translate(-30%, -50%);}
  70% {width: 50%; transform: translate(-30%, -50%);}
  100% {width: 50%; transform: translate(-70%, -50%);}
}
/*******箭頭移動END*******/
.photo_box {
    position: absolute;
    max-width: 650px;
    max-height: 650px;
    font-family: "Noto Serif CJK TC","Noto Serif TC", serif;
    left: 50%;
    transform: translateX(-100%);
    margin-top: 2.5%;
    z-index: 5;
}
.photo_box:before {
    content: "";
    position: absolute;
    width: 102.5%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255, 1);
    border-top-color: rgb(255, 255, 255, 0);
    border-right-color: rgb(255, 255, 255, 0);
    border-radius: 50px 50px 0px 50px;
    margin-top: -2.5%;
    right: 0%;
    z-index: 100;
}
.photo_box_h1 {
    position: absolute;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 0.3em;
    color: #fff;
    text-shadow: rgb(68, 30, 8, 2.5) 0.2em 0.2em 0.5em;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    z-index: 5;
}
.big2 .photo_box_h1 {
    top: 20%;
}
.photo_box_h2 {
    position: absolute;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: rgb(68, 30, 8, 3) 0.2em 0.2em 0.5em;
    left: 50%;
    transform: translateX(-50%);
    bottom: 19%;
    z-index: 5;
}
.photo_en {
    position: absolute;
    width: 260px;
    left: 50%;
    transform: translateX(-20%);
    bottom: 14%;
    z-index: 5;
}
.photo_square {
    position: relative;
    max-width: 650px;
	max-height: 650px;
    border-radius: 50px 50px 0px 50px;
    overflow: hidden;
}
.content_box_wrapper {
    position: relative;
    width: 100%;
}
.content_box {
    position: relative;
    width: 32%;
    left: 50%;
    margin-top: 6%;
    margin-left: 5%;
}
.content_box_h1 {
    font-family: "Noto Serif CJK TC","Noto Serif TC", serif;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #4c4d59;
}
.content_box ul {
    font-size: 19px;
    letter-spacing: 1px;
    color: #666666;
    margin-left: 1.8em;
    line-height: 2.3em;
    margin-top: 14px;
	margin-bottom: 28px;
}
.content_box li {
    list-style: none;
    line-height: 1.5em;
    padding: 0.5em 0;
}
.content_box li:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    margin-left: -1.8em;
}
.content_box li:nth-child(1)::before {
    background-image: url(../images/content_box_li_1.svg);
}
.content_box li:nth-child(2)::before {
    background-image: url(../images/content_box_li_2.svg);
}
.content_box li:nth-child(3)::before {
    background-image: url(../images/content_box_li_3.svg);
}
.content_box li:nth-child(4)::before {
    background-image: url(../images/content_box_li_4.svg);
}
.content_box_p {
    font-family: initial;
    font-size: 19px;
    letter-spacing: 1px;
    color: #666666;
    margin-top: 15px;
	margin-bottom: 40px;
}
.form_btn {
    cursor: pointer;
}
.form_btn a {
    pointer-events: none;
}
.form_btn_arrow {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 3px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    top: -0.5em;
    margin-right: 18px;
    display: inline-block;
}
.form_btn_arrow img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	animation-name: form_btn_arrow;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}
@keyframes form_btn_arrow {
  0% {transform: translate(-60%, -50%);}
  50% {transform: translate(-35%, -50%);}
  70% {transform: translate(-35%, -50%);}
  100% {transform: translate(-60%, -50%);}
}
.form_btn_p {
	position: relative;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #4c4d59;
    display: inline-block;
}
.form_btn_p:before {
    content: "";
    position: absolute;
    width: 14em;
    height: 1px;
    background-color: #b3b3b3;
    top: -5px;
    margin-left: -0.45em;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.form_btn:hover .form_btn_p:before {
	top: -8px;
}
.form_btn_p:after {
    content: "";
    position: absolute;
    width: 14em;
    height: 1px;
    background-color: #b3b3b3;
    top: 1.6em;
    left: -0.45em;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.form_btn:hover .form_btn_p:after {
	top: 1.8em;
}
.content_box_wrapper.product {
    background-color: rgb(76, 77, 89, 0.75);
}
.content_box_wrapper.product:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(76, 77, 89, 1), transparent 70%);
    bottom: 0;
    opacity: 0.5;
}
.content_box_wrapper.product .content_box {
    margin-top: 1.5%;
    padding: 2% 0;
	z-index: 1;
}
.content_box_h2 {
    font-family: "Noto Serif CJK TC","Noto Serif TC", serif;
    font-size: 23px;
    letter-spacing: 2px;
    color: #fff;
}
.product .content_box ul {
    position: relative;
    font-size: 21px;
    font-weight: lighter;
	margin-top: 5px;
    margin-left: 0em;
    line-height: 2.6em;
    z-index: 1;
}
.findout {
    display: none;
}
.product .content_box li {
	position: relative;
    border-bottom: 1px solid #b2b2b6;
}
.product .content_box li:hover .product_h1 {
    font-weight: bold;
	text-shadow: rgb(255, 255, 255, 3) 0em 0em 0.6em;
}
.product .content_box li:hover .product_btn_arrow {
    background-color: #616477;
}
.product .content_box li:hover .product_btn_arrow::before {
    left: 0%;
}
.product .content_box li:hover .product_btn_arrow img {
    left: 120%;
}
.product .content_box li:before {
    display: none;
}
.product .content_box li a {
    display: block;
}
.product_h1 {
	width: 90%;
	color: #fff;
    display: inline-block;
}
.product_btn_arrow {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
	float: right;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
	overflow: hidden;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.product_btn_arrow:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(../images/product_btn_arrow.svg);
    background-repeat: no-repeat;
    left: -75%;
    top: 25%;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.product_btn_arrow img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*******cont 02*******/
#cont2:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 300px;
    background-image: url(../images/cont2_bg.png);
    background-repeat: no-repeat;
    top: 80px;
    left: 0;
}
.content_boxs_wrapper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
}
.content_boxs {
    position: relative;
    max-width: 320px;
    max-height: 650px;
    font-family: "Noto Serif CJK TC","Noto Serif TC", serif;
    margin: 2.5% 4px 8% 4px;
    cursor: pointer;
    display: inline-block;
}
.photo_rectangle:hover img, .content_boxs_wrapper .photo_box_h1:hover ~.photo_rectangle, .content_boxs_wrapper .photo_box_h2:hover ~.photo_rectangle, .content_boxs_wrapper .photo_en:hover ~.photo_rectangle, .content_boxs_wrapper .invitations_date:hover ~.photo_rectangle {
	-webkit-filter: saturate(180%); /* Safari */
    filter: saturate(180%);
}
.content_boxs .photo_box_h1 {
	top: 9%;
    text-shadow: rgb(0, 0, 0, 2.5) 0.2em 0.2em 0.5em;
	-moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content_boxs .photo_box_h1 span {
    font-size: 22px;
    letter-spacing: 6px;
    border-radius: 0px 10px 0px 10px;
    border: 1px solid #fff;
    padding: 10px 0 2px 0;
    margin-top: 5px;
}
.content_boxs .photo_box_h2 {
    letter-spacing: 0.1em;
    white-space: nowrap;
	bottom: 22%;
    text-shadow: rgb(0, 0, 0, 3) 0.2em 0.2em 0.5em;
	-moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content_boxs .photo_en {
    left: auto;
    transform: initial;
    right: 15px;
    top: 79%;
    bottom: auto;
	-moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.invitations_date {
    position: absolute;
    font-size: 19px;
    font-weight: lighter;
	letter-spacing: 1px;
    white-space: nowrap;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5.3%;
    z-index: 5;
	-moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.invitations_btn a {
    position: absolute;
    font-size: 21px;
    color: #fff;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    background-color: #4c4d59;
    border-radius: 50px;
    padding: 8px 45px 8px 18px;
    border: 1px solid #fff;
    z-index: 5;
	-moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.invitations_btn a:hover {
    background-color: #333333;
}
.invitations_btn a:hover span {
    margin-left: 8px;
}
.invitations_btn span {
    position: absolute;
    width: 29px;
    height: 29px;
    margin-left: 4px;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.invitations_btn img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.photo_rectangle {
    position: relative;
    max-width: 320px;
    max-height: 650px;
    border-radius: 50px 50px 0px 50px;
    overflow: hidden;
}
.photo_rectangle img {
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*******popup_box*******/
#popup_box, #popup_box2, #popup_box3, #popup_box4, #popup_box5 {
    position: fixed;
    width: 76%;
    height: calc(100% - 53px);
    background-color: #efefef;
    top: 53px;
    right: -100%;
    overflow: auto;
    z-index: 1000;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#popup_box.open, #popup_box2.open, #popup_box3.open, #popup_box4.open, #popup_box5.open {
    right: 0%;
}
/*******滑鼠按住移動*******/
.popup_box {
    scrollbar-width: none;
}
/*******滑鼠按住移動END*******/
.popup_box_close {
    position: relative;
    width: 140px;
    height: 140px;
    float: right;
    top: 5%;
    right: 3%;
    cursor: pointer;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	z-index: 1;
}
.popup_box_close:hover {
    width: 120px;
    height: 120px;
	top: 6.5%;
    right: 3.5%;
}
.popup_box_close:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4c4d59;
    margin-top: 50%;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.popup_box_close:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4c4d59;
    margin-top: 50%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.popup_box .cont_title {
    margin-top: 5%;
}
.popup_box .cont_en.p4:before {
    left: -6em;
}
.popup_box .cont_en.p4:after {
    right: -6em;
}
.popup_box .invitation_btn_wrapper {
    margin-left: 15%;
}
.popup_box.p2-2 .invitation_btn_wrapper {
    margin-top: 20px;
	margin-left: 14%;
}
.form_wrapper {
    position: relative;
    width: 72%;
    margin-top: 92px;
    left: 50%;
    transform: translateX(-50%);
}
.p2-2 .form_wrapper {
    margin-top: 62px;
}
.form_1_wrapper {
	margin-top: 15px;
	margin-bottom: 70px;
}
.form_h1 {
    font-family: "Noto Serif CJK TC","Noto Serif TC", serif;
    font-size: 21px;
    letter-spacing: 2px;
    color: #4c4d59;
}
.form_wrapper table {
    font-size: 16px;
    line-height: 1.6em;
    color: #666666;
    border-top: 1px solid #b3b3b3;
}
.form_wrapper tbody td {
    padding: 17px;
}
.form_wrapper tbody td:nth-child(1), .form_wrapper tbody td:nth-child(2), .form_wrapper tbody td:nth-child(3) {
    border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
.form_wrapper tbody td:nth-child(4) {
    border-bottom: 1px solid #b3b3b3;
}
.form_wrapper tbody td:nth-child(1) {
    width: 13%;
	font-size: 15px;
	letter-spacing: 1px;
}
.form_wrapper tbody td:nth-child(2), .form_wrapper tbody td:nth-child(3), .form_wrapper tbody td:nth-child(4) {
    width: 29%;
	text-align: justify;
}
.form_wrapper li {
    list-style: none;
}
.form_wrapper img {
    width: 100%;
}
.popup_box .content_box_h1.product {
    position: relative;
    margin-left: 15%;
}
.popup_box .photo_box {
    max-width: 395px;
    max-height: 470px;
    transform: translateX(-140%);
	margin-top: 1%;
}
.popup_box .photo_square {
    max-width: 395px;
    max-height: 470px;
}
.popup_box .content_box_wrapper.product {
    margin-top: 60px;
}
.popup_box .content_box_wrapper.product:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 60px;
    background-repeat: no-repeat;
    top: 200px;
    right: -135px;
    transform: rotate(-90deg);
}
#popup_box .content_box_wrapper.product:before {
    background-image: url(../images/photo_en01.svg);
}
#popup_box2 .content_box_wrapper.product:before {
	top: 180px;
    background-image: url(../images/photo_en02.svg);
}
#popup_box3 .content_box_wrapper.product:before {
	top: 160px;
    background-image: url(../images/photo_en03.svg);
}
#popup_box4 .content_box_wrapper.product:before {
	top: 140px;
    background-image: url(../images/photo_en04.svg);
}
#popup_box5 .content_box_wrapper.product:before {
    background-image: url(../images/photo_en05.svg);
}
.popup_box .content_box_wrapper.product:after {
    opacity: 0.7;
}
.popup_box.p2-1 .content_box_wrapper.product {
    min-height: 480px;
}
.popup_box.p2-2 .content_box_wrapper.product {
    min-height: 490px;
}
.popup_box .content_box_wrapper.product .content_box {
    width: 41%;
    left: 39%;
}
.popup_box.p2-2 .content_box {
    width: 74%;
    left: 6.9%;
}
.popup_box .photo_box:before {
    border: 1px solid rgb(239, 239, 239, 1);
    border-top-color: rgb(239, 239, 239, 0);
    border-right-color: rgb(239, 239, 239, 0);
}


/*******報名頁*******/
.invitation .banner_wrapper {
    height: 320px;
}
.invitation .logo {
    width: 150px;
    top: 11%;
    left: 6.5%;
}
.invitation .h1 {
    width: 360px;
    top: 21.5%;
}
.invitation_h1 {
    font-family: "Noto Serif CJK TC","Noto Serif TC", serif;
    font-size: 42px;
    font-weight: lighter;
    text-align: center;
    color: #313131;
    margin-top: 55px;
}
.invitation_h1_line {
    width: 70%;
    height: 1px;
    margin: 80px auto;
    background-color: #4c4d59;
}
.invitation .content_box_h1 {
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: inherit;
    margin-top: 40px;
    margin-bottom: 18px;
}
.invitation_wrapper {
    width: 40%;
    margin: 0 auto;
}
.invitation_wrapper table {
	font-size: 18px;
    letter-spacing: 4px;
    color: #313131;
}
.invitation_wrapper tr {
	position: relative;
    border: 1px solid #bfbfc2;
    margin: 15px 0;
    display: block;
}
.invitation_wrapper .address tr {
    border: 1px solid #fff;
    margin: 0;
}
.invitation_wrapper tr:before {
    content: "";
    position: absolute;
    height: 70%;
    top: 15%;
    left: 19.5%;
    border-right: 1px dashed #84849b;
}
.invitation_wrapper .address tr:before {
    content: ":";
    border-right: 1px dashed #fff;
    margin-top: 3px;
    left: 19%;
}
.invitation_wrapper .serve tr:before {
    content: ":";
    border-right: 1px dashed #fff;
    margin-top: 23px;
}
.invitation_wrapper tr.formp:before {
    border-right: 0px dashed #84849b;
}
.invitation_wrapper td {
    width: 40em;
}
.invitation_wrapper span {
    font-size: 15px;
    letter-spacing: 1px;
    color: #ff0000;
}
.invitation_wrapper td.formh1 {
    width: 20%;
    padding: 10px 10px 10px 28px;
}
.invitation_wrapper .address td {
    /*padding: 20px 10px 20px 20px;*/
}
.invitation_wrapper .address td.formh1.p222 {
    text-align: right;
}
.invitation_wrapper tr.formp {
    border: 0px solid #bfbfc2;
	margin-top: 40px;
}
.invitation_wrapper .formp td {
    width: 50em;
}
.formp .p2 {
    text-align: right;
}
.formp .p2:before {
    /*content: "單場若人數未滿10人，則該場次將由服務人員通知取消";
    position: absolute;
    font-size: 15px;
    letter-spacing: 1px;
    color: #ff0000;
    text-align: right;
    margin-top: 65px;
    white-space: nowrap;*/
}
option, input[type="text"], textarea, select {
    width: 100%;
    font-size: 18px;
    letter-spacing: 4px;
    color: #313131;
	background-color: #fff;
    -webkit-appearance: none;
    border: none;
    padding: 20px;
}
input[type="text"] {
    box-sizing: border-box;
}
.invitation_ps {
    width: 31%;
    font-size: 18px;
    letter-spacing: 2px;
	text-align: justify;
    color: #666666;
    line-height: 1.8em;
    background-color: #d8d8d8;
    padding: 2% 4.5%;
    margin: 0 auto;
	border-radius: 50px 0px 50px 50px;
}
.invitation_btns_wrapper {
    width: 70%;
    margin: 100px auto;
    margin-top: 70px;
    text-align: center;
}
.invitation_btns_wrapper button {
    font-family: "Noto Serif CJK TC","Noto Serif TC", serif;
    font-size: 24px;
    color: #4c4d59;
    background-color: #fff;
    padding: 7px 90px;
    margin: 0 15px;
    border: 1px solid #4c4d59;
	cursor: pointer;
	-moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.invitation_btns_wrapper button:hover {
    -moz-transform: translate(0px, -5px);
    -webkit-transform: translate(0px, -5px);
    -o-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}
.invitation_btns_wrapper button.invitation_btns_wrapper_ok {
    background-color: #4c4d59;
    color: #fff;
}
.invitation_h1 span {
    font-size: 24px;
    line-height: 3.5em;
}
.invitation_wrapper .serve td {
	text-align: center;
    padding: 40px 10px 40px 10px;
}
.invitation_wrapper.end {
    margin-bottom: 5%;
}


/*******感謝頁*******/
.confirmation .invitation_wrapper {
    width: 32%;
}
.confirmation .invitation_h1 span {
    font-size: 25px;
    letter-spacing: 1px;
}
.confirmation .invitation_wrapper tr:before {
    left: 28%;
}
.confirmation .invitation_wrapper td {
	width: 35em;
    text-align: center;
    padding: 20px 10px 20px 20px;
}
.confirmation .invitation_wrapper td.formh1 {
    text-align: left;
	width: 28%;
	padding: 20px 10px 20px 65px;
}
.confirmation .invitation_wrapper td.formh1:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 45px;
    margin-top: -0.5em;
    margin-left: -2.8em;
}
.confirmation .invitation_wrapper td.formh1.icon_01:before {
    background-image: url(../images/formh1_icon_01.svg);
}
.confirmation .invitation_wrapper td.formh1.icon_02:before {
    background-image: url(../images/formh1_icon_02.svg);
}
.confirmation .invitation_wrapper td.formh1.icon_03:before {
    background-image: url(../images/formh1_icon_03.svg);
}
.confirmation .invitation_wrapper td.formh1.icon_04:before {
    background-image: url(../images/formh1_icon_04.svg);
}
.confirmation .invitation_wrapper td.formh1.icon_05:before {
    background-image: url(../images/formh1_icon_05.svg);
}
.confirmation .invitation_wrapper td.formh1.icon_06:before {
    background-image: url(../images/formh1_icon_06.svg);
}
.confirmation .invitation_btns_wrapper button span {
    display: none;
}
.confirmation .invitation_btns_wrapper .invitation_btns_wrapper_ok span {
    position: absolute;
    display: inline-block;
    margin-left: -1em;
}


/*******RWD*******/
@media all and (max-width: 1920px) {
.banner img {
    width: auto;
}
}
@media all and (max-width: 1670px) {
.invitation_btn_wrapper {
    margin-left: 20%;
}
.content_box {
    width: 36%;
}
.content_box_wrapper.product {
    min-height: 330px;
}
.invitation_wrapper {
    width: 50%;
}
.invitation_ps {
    width: 41%;
}
.confirmation .invitation_wrapper {
    width: 40%;
}
.popup_box .invitation_btn_wrapper {
    margin-left: 12%;
}
.popup_box .content_box_h1.product {
    margin-left: 12%;
}
.popup_box .photo_box {
    transform: translateX(-135%);
}
.popup_box .content_box_wrapper.product .content_box {
    width: 46%;
}
.popup_box.p2-2 .content_box {
    margin-top: 6.5%;
}
}
@media all and (max-width: 1620px) {
.popup_box .photo_box {
    transform: translateX(-130%);
}
.popup_box .content_box_wrapper.product .content_box {
    width: 42%;
    left: 41%;
}
}
@media all and (max-width: 1560px) {
.invitation_btn_wrapper {
    margin-left: 22%;
}
.content_box {
    width: 38%;
}
.invitation_wrapper {
    width: 55%;
}
.invitation_ps {
    width: 46%;
}
.confirmation .invitation_wrapper {
    width: 45%;
}
.popup_box .invitation_btn_wrapper, .popup_box.p2-2 .invitation_btn_wrapper {
    margin-left: 10%;
}
.popup_box .photo_box {
    transform: translateX(-125%);
}
.popup_box.p2-2 .content_box {
    margin-top: 7%;
}
}
@media all and (max-width: 1480px) {
.content_box {
    width: 40%;
}
.popup_box.p2-1 .content_box_wrapper.product {
    min-height: 430px;
}
.popup_box.p2-2 .content_box_wrapper.product {
    min-height: 460px;
}
.popup_box .photo_box {
    transform: translateX(-130%);
}
.popup_box .photo_box, .popup_box .photo_square {
    max-width: 355px;
}
.popup_box .photo_square img {
    width: 100%;
}
}
@media all and (max-width: 1390px) {
.content_box {
    width: 42%;
}
.invitation_wrapper {
    width: 70%;
}
.invitation_ps {
    width: 61%;
}
.confirmation .invitation_wrapper {
    width: 60%;
}
.popup_box .invitation_btn_wrapper, .popup_box.p2-2 .invitation_btn_wrapper {
    margin-left: 8%;
}
.popup_box .photo_box {
    transform: translateX(-126%);
}
.popup_box .photo_box, .popup_box .photo_square {
    max-width: 345px;
}
}
@media all and (max-width: 1360px) {
.invitation_btn_wrapper {
    margin-left: 20%;
}
.photo_box {
    width: 520px;
}
.photo_box_h1 {
    top: 10%;
}
.big2 .photo_box_h1 {
    top: 12%;
}
.photo_box_h2 {
    bottom: 15%;
}
.photo_en {
    bottom: 9%;
}
.big2 .photo_en {
    bottom: 14%;
}
.photo_square, .photo_square img {
    width: 100%;
}
.content_box {
    width: 40%;
    min-height: 360px;
    margin-top: 7%;
}
.popup_box .content_box {
    min-height: auto;
}
.content_box_wrapper.product .content_box {
    width: 70%;
	min-height: auto;
    margin-left: 0;
    transform: translateX(-50%);
    padding-top: 8%;
}
.content_boxs {
    margin: 2.5% 4px 10% 4px;
}
.content_boxs.p1-5 {
    margin: 2.5% 4px 20% 4px;
}
.content_boxs, .photo_rectangle {
    max-width: 280px;
}
.photo_rectangle img {
    width: 100%;
}
.content_boxs .photo_box_h1 {
    font-size: 22.5px;
}
.content_boxs .photo_box_h1 span {
    font-size: 18px;
}
.content_boxs .photo_box_h2 {
    font-size: 19px;
}
.invitations_date {
    font-size: 16px;
    bottom: 6%;
}
.invitations_btn a {
    font-size: 18px;
}
.content_boxs .photo_en {
    right: 5px;
}
.content_boxs .photo_en img {
    width: 95%;
}
.popup_box .content_box_wrapper.product .content_box {
    width: 44%;
    margin-left: 4.5%;
    transform: initial;
    padding-top: 4%;
}
.popup_box.p2-2 .content_box {
    margin-top: 7.5%;
}
}
@media all and (max-width: 1300px) {
.popup_box .photo_box {
    transform: translateX(-130%);
}
.popup_box .photo_box, .popup_box .photo_square {
    max-width: 320px;
}
.popup_box .content_box_wrapper.product .content_box {
    margin-left: 4%;
}
.popup_box.p2-1 .content_box_wrapper.product {
        min-height: 380px;
}
.popup_box .content_box_wrapper.product:before {
    height: 50px;
    top: 140px;
    right: -155px;
}
#popup_box4.popup_box .cont_title {
    max-width: 33em;
}
.cont_en.p14:before {
    left: -11.5em;
}
.cont_en.p14:after {
    right: -11.5em;
}
}
@media all and (max-width: 1200px) {
.content_boxs_wrapper {
    width: 700px;
	margin-top: 20px;
}
.popup_box .cont_title {
    margin-top: 9%;
}
.popup_box .invitation_btn_wrapper {
    position: absolute;
	width: 100%;
    transform: translateX(-50%);
    margin-left: auto;
    text-align: center;
}
.popup_box.p2-2 .invitation_btn_wrapper {
    margin-left: auto;
}
.popup_box .invitation_btn {
    float: initial;
    margin-top: 30px;
}
.popup_box .invitation_btn_arrow {
    text-align: initial;
}
.form_wrapper {
    margin-top: 165px;
}
.popup_box .photo_box, .popup_box .photo_square {
    max-width: 280px;
}
.popup_box.p2-2 .content_box_wrapper {
    margin-top: 150px;
}
}
@media all and (max-width: 1100px) {
.invitation_btn_wrapper {
    position: absolute;
	width: 100%;
    transform: translateX(-50%);
    margin-left: auto;
    text-align: center;
}
.invitation_btn {
    float: initial;
    margin-top: 30px;
}
.invitation_btn_arrow {
    text-align: initial;
}
.photo_box {
    position: relative;
	width: 550px;
    transform: translateX(-50%);
	margin-top: 162px;
}
.content_box_wrapper.product {
    min-height: auto;
}
.content_box {
    width: 70%;
	min-height: auto;
    margin-left: 0;
    transform: translateX(-50%);
}
.content_box_wrapper.product .content_box {
    padding-top: 4%;
	margin-top: 3%;
}
.invitation_h1_line {
    width: 90%;
}
.invitation_wrapper {
    width: 90%;
}
.invitation_ps {
    width: 81%;
}
.confirmation .invitation_wrapper {
    width: 62%;
}
.popup_box .content_box_h1.product {
    text-align: center;
    margin-left: auto;
}
.popup_box .photo_box, .popup_box .photo_square {
    max-width: 430px;
    max-height: 320px;
    transform: translateX(-25%);
	margin-top: 20px;
}
.popup_box .photo_box:before {
    right: 25%;
    border: 1px solid rgb(255, 255, 255, 1);
    border-top-color: rgb(255, 255, 255, 1);
    border-right-color: rgb(239, 255, 255, 1);
}
.popup_box .photo_square img {
        position: relative;
        margin-top: -25%;
}
.popup_box .content_box_wrapper.product .content_box {
    width: 70%;
    padding-top: 280px;
    padding-bottom: 40px;
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
}
.popup_box .content_box_wrapper.product {
    min-height: auto;
    margin-top: -270px;
}
.popup_box .content_box_wrapper.product:before {
    height: 45px;
    top: 110px;
}
#popup_box2 .content_box_wrapper.product:before {
    top: 95px;
}
.popup_box.p2-2 .content_box {
    left: 50%;
}
}
/***ipad板***/
@media all and (max-width: 1024px) {
.form_1_wrapper {
    overflow: auto;
	scrollbar-width: none;
	cursor: pointer;
}
.form_wrapper {
    width: 82%;
    transform: translateX(-40%);
}
.form_wrapper table {
    width: 150% !important;
}
}
@media all and (max-width: 1002px) {
#popup_box5.popup_box .cont_title {
    margin-top: -9%;
}
.popup_box_close:hover {
    width: 140px;
    height: 140px;
    top: 5%;
    right: 3%;
}
}
@media all and (max-width: 1000px) {
.confirmation .invitation_wrapper {
    width: 71%;
}
}
@media all and (max-width: 988px) {
#popup_box4.popup_box .cont_title {
    margin-top: -9%;
}
}
@media all and (max-width: 880px) {
.menu {
    width: 90%;
}
#cont1:before, #cont2:before {
    display: none;
}
.content_box, .content_box_wrapper.product .content_box {
    width: 80%;
}
.invitation_btns_wrapper {
    width: 90%;
}
.confirmation .invitation_wrapper {
    width: 80%;
}
.popup_box .cont_title {
    margin-top: 12%;
}
.popup_box_close {
    width: 100px;
    height: 100px;
    top: 2%;
    right: 1%;
}
.popup_box_close:hover {
    width: 100px;
    height: 100px;
    top: 2%;
    right: 1%;
}
.popup_box .content_box_wrapper.product:before {
    display: none;
}
.popup_box .photo_box:before {
    right: 0;
}
.popup_box .photo_square {
    transform: initial;
}
.popup_box .photo_box {
    width: 80%;
    transform: translateX(-50%);
}
.popup_box .content_box_wrapper.product .content_box {
    width: 80%;
}
.invitation_wrapper table, option, input[type="text"], textarea, select, .invitation_ps {
    font-size: 16px;
}
.invitation_ps {
    border-radius: 30px 0px 30px 30px;
}
}
@media all and (max-width: 809px) {
.popup_box.p2-2 .cont_title {
    margin-top: -4%;
}
.cont_en.p10:before {
    left: -4.5em;
}
.cont_en.p10:after {
    right: -4.5em;
}
}
@media all and (max-width: 780px) {
.product .content_box ul {
    font-size: 20px;
}
.invitation_wrapper td.formh1 {
    padding: 10px 10px 10px 20px;
}
}
@media all and (max-width: 760px) {
.cont_en.p14:before {
    left: -12.5em;
}
.cont_en.p14:after {
    right: -12.5em;
}
}
@media all and (max-width: 740px) {
.cont_en.p10:before {
    left: -6em;
}
.cont_en.p10:after {
    right: -6em;
}
.invitation_wrapper td.formh1 {
    padding: 10px 10px 10px 10px;
}
}
@media all and (max-width: 700px) {
.menu {
    font-size: 20px;
}
.h1 {
    top: 25%;
}
.cont_title {
    padding: 0;
}
.cont_h1 {
    font-size: 47px;
}
.cont_en {
    font-size: 14px;
}
.popup_box .cont_en.p4:before {
    left: -7em;
}
.popup_box .cont_en.p4:after {
    right: -7em;
}
.cont_en.p6:before {
    left: -4em;
}
.cont_en.p6:after {
    right: -4em;
}
.cont_en.p8:before {
    left: -5em;
}
.cont_en.p8:after {
    right: -5em;
}
.cont_h2 {
    font-size: 49px;
}
.photo_box {
    width: 80%;
}
.photo_box_h1 {
    font-size: 22px;
}
.photo_box_h2 {
    font-size: 20px;
	bottom: 19%;
}
.photo_en {
    bottom: 12%;
}
.content_box_wrapper.product .content_box {
    margin-top: 5%;
}
.content_boxs_wrapper {
    width: auto;
	margin-top: 30px;
}
.content_boxs {
    margin: 2.5% 4px 11% 4px;
}
.invitation_btns_wrapper button {
    padding: 5px 70px;
}
.popup_box .cont_title, .popup_box.p2-2 .cont_title {
    margin-top: 15%;
}
.popup_box .photo_square {
    max-height: 280px;
}
.popup_box .content_box_wrapper.product {
    margin-top: -250px;
}
.popup_box .content_box_wrapper.product .content_box {
    padding-top: 260px;
}
}
@media all and (max-width: 685px) {
.popup_box.p2-2 .cont_title {
    margin-top: -4%;
}
.invitation_wrapper table, option, input[type="text"], textarea, select, .invitation_ps {
    letter-spacing: 1px;
}
}
@media all and (max-width: 625px) {
.cont_en.p14:before {
    left: -14.5em;
}
.cont_en.p14:after {
    right: -14.5em;
}
.photo_box_h2 {
    bottom: 15%;
}
.photo_en {
    bottom: 8%;
}
}
@media all and (max-width: 605px) {
.cont_en.p10:before {
    left: -7.5em;
}
.cont_en.p10:after {
    right: -7.5em;
}
}
@media all and (max-width: 590px) {
.cont_en.p14:before {
    left: -15.5em;
}
.cont_en.p14:after {
    right: -15.5em;
}
}

/***手機板***/
@media all and (max-width: 550px) {
.banner_wrapper, .invitation .banner_wrapper {
    height: auto;
}
.banner img {
    width: 100%;
}
.banner_pc, .h1_pc {
    display: none;
}
.banner_m, .h1_m {
	width: 100%;
    display: block;
}
.logo {
    width: 36%;
}
.invitation .logo {
    width: 36%;
    top: 9%;
    left: 2.5%;
}
.menu li {
    margin: 0px 6px;
}
.menu li a {
    padding: 6px 12px;
}
#cont2 .cont_title {
    margin-top: 40px;
}
.cont_en.p14:before {
    left: -12.5em;
}
.cont_en.p14:after {
    right: -12.5em;
}
.h1, .invitation .h1 {
    width: 85%;
    top: 28%;
}
.photo_box {
	display: none;
}
.content_box_wrapper {
    top: 120px;
}
.big2 .content_box_wrapper.product {
    padding-bottom: 120px;
}
.form_btn {
    margin: 50px 0;
}
.popup_box {
    width: 100%!important;
}
.popup_box .photo_box {
    display: block;
}
.popup_box.p2-1 .content_box_wrapper.product {
    margin-top: -68%;
}
.popup_box .content_box_wrapper.product .content_box {
    padding-top: 46%;
}
.form_wrapper {
    width: 90%;
    transform: translateX(-45%);
}
.form_h1 {
    text-align: center;
	padding-right: 1em;
}
.form_wrapper table {
    width: 220% !important;
}
.popup_box.p2-2 .content_box_wrapper {
	top: 130px;
    margin-top: auto;
}
.popup_box.p2-2 .content_box_wrapper.product {
    margin-top: -68%;
}
.p2-2 .form_wrapper {
    margin-top: 165px;
}
.popup_box.p2-2 .cont_title {
    margin-top: 15%;
}
.invitation_h1 span {
    font-size: 20px;
}
.invitation_wrapper tr:before {
    left: 24.5%;
}
.invitation_wrapper td.formh1 {
    width: 25%;
}
.invitation_wrapper .address td.formh1.p222 {
    text-align: initial;
}
.invitation_wrapper .address tr:before {
    left: 21%;
}
.invitation_wrapper td.formh1.p2 {
    vertical-align: initial;
}
.invitation_wrapper td {
    width: 35em;
}
.invitation_ps {
    width: 76%;
    padding: 8% 6.5%;
}
.invitation_btns_wrapper button {
    font-size: 18px;
    padding: 5px 65px;
    margin: 0 5px;
}
.confirmation .invitation_wrapper td.formh1.p4:before {
    margin-top: 0em;
}
}
@media all and (max-width: 524px) {
.popup_box.p2-2 .cont_title {
    margin-top: -4%;
}
.confirmation .invitation_wrapper tr:before {
    left: 32%;
}
.confirmation .invitation_wrapper td.formh1 {
    width: 32%;
}
}
@media all and (max-width: 500px) {
.cont_en.p14:before {
    left: -14.5em;
}
.cont_en.p14:after {
    right: -14.5em;
}
.confirmation .invitation_wrapper tr:before {
    left: 36%;
}
.confirmation .invitation_wrapper td.formh1 {
    width: 36%;
}
}
@media all and (max-width: 440px) {
.menu {
    font-size: 16px;
	padding: 18px 12px;
}
.menu.fixed-top {
    padding: 16px 12px;
}
#cont1 {
    margin-top: -150px;
}
.invitation_btn_wrapper {
    font-size: 18px;
}
.content_box_wrapper.product {
    padding: 2px 0 18px 0;
}
.content_box, .content_box_wrapper.product .content_box {
    width: 85%;
}
.content_box_wrapper.product .content_box {
    margin-top: 3%;
}
.popup_box_close {
    width: 80px;
    height: 80px;
    top: 1.5%;
    right: 1%;
}
.popup_box_close:hover {
    width: 80px;
    height: 80px;
    top: 1.5%;
    right: 1%;
}
.form_btn_p {
    font-size: 19px;
}
.popup_box .photo_box, .popup_box .photo_square {
    max-height: 220px;
}
.popup_box .photo_square {
    width: 100%;
}
.popup_box .content_box_wrapper.product .content_box {
    padding-top: 43%;
}
.cont_en.p7:before, .cont_en.p8:before {
    left: -5em;
}
.cont_en.p7:after, .cont_en.p8:after {
    right: -5em;
}
.cont_en.p14:before {
    left: -15.5em;
}
.cont_en.p14:after {
    right: -15.5em;
}
.invitation_btns_wrapper button {
    padding: 5px 55px;
}
.invitation_wrapper td.formh1 {
    width: 25%;
	vertical-align: top;
}
.invitation_wrapper td.formh1.p22, .invitation_wrapper td.formh1.p222 {
    vertical-align: initial;
	text-align: left;
}
.confirmation .invitation_wrapper {
        width: 85%;
}
.confirmation .invitation_wrapper td.form_p4 {
    padding: 30px 10px 20px 10px;
}
}
@media all and (max-width: 430px) {
.cont_en.p10:before {
    left: -8.5em;
}
.cont_en.p10:after {
    right: -8.5em;
}
.confirmation .invitation_wrapper td.formh1:before {
    width: 35px;
    height: 40px;
}
.confirmation .invitation_wrapper td.formh1 {
    padding: 20px 10px 20px 55px;
}
}
@media all and (max-width: 410px) {
.invitation_h1 {
    font-size: 37px;
}
.cont_en.p14:before {
    left: -16.5em;
}
.cont_en.p14:after {
    right: -16.5em;
}
}
@media all and (max-width: 396px) {
.cont_h1 {
    font-size: 44px;
}
.cont_en {
    font-size: 13px;
}
.cont_en.p4:before {
    left: -5.8em;
}
.cont_en.p4:after {
    right: -5.8em;
}
.cont_en.p6:before {
    left: -5em;
}
.cont_en.p6:after {
    right: -5em;
}
.cont_h2 {
    font-size: 46px;
}
.invitation_btn_wrapper {
    font-size: 17px;
}
.invitation_btn_p {
    font-size: 24px;
}
.invitation_btn_arrow {
    width: 46px;
    height: 46px;
}
.content_box_h1 {
    font-size: 21px;
}
.content_box ul, .content_box_p {
    font-size: 17px;
}
.content_box li:before {
    width: 23px;
    height: 23px;
}
.form_wrapper tbody td {
    padding: 13px;
}
.form_btn_p {
    font-size: 18px;
}
.content_box_h2 {
    font-size: 21px;
}
.popup_box .photo_box, .popup_box .photo_square {
    max-height: 200px;
}
.product .content_box ul {
    font-size: 18px;
}
.popup_box .content_box_wrapper.product .content_box {
    padding-top: 40%;
}
.form_h1 {
    font-size: 20px;
}
.popup_box .cont_en.p4:before {
    left: -8em;
}
.popup_box .cont_en.p4:after {
    right: -8em;
}
.cont_en.p7:before, .cont_en.p8:before {
    left: -7em;
}
.cont_en.p7:after, .cont_en.p8:after {
    right: -7em;
}
.cont_en.p14:before {
    left: -18.5em;
}
.cont_en.p14:after {
    right: -18.5em;
}
.cont_en.p10:before {
    left: -10.5em;
}
.cont_en.p10:after {
    right: -10.5em;
}
.invitation_wrapper td.formh1.p22 {
    vertical-align: top;
}
}
@media all and (max-width: 380px) {
.invitation_btns_wrapper button {
    padding: 5px 50px;
}
.confirmation .invitation_wrapper tr:before {
    left: 32%;
}
.confirmation .invitation_wrapper td.formh1 {
	width: 32%;
    padding: 20px 10px 20px 45px;
}
.confirmation .invitation_wrapper td.formh1:before {
    margin-left: -2.4em;
}
.confirmation .invitation_wrapper td {
    padding: 20px 10px 20px 10px;
}
}
@media all and (max-width: 370px) {
.menu {
    padding: 16px 12px;
}
.menu li {
    padding: 2px 0px;
}
.menu li a {
    padding: 6px 6px;
}
.invitation_btn_wrapper {
    font-size: 16px;
}
.form_btn_p {
    font-size: 16px;
    letter-spacing: 0px;
}
.form_btn_arrow {
    margin-right: 10px;
}
.form_btn_p:before, .form_btn_p:after {
    width: 13em;
}
.popup_box .content_box_wrapper.product .content_box {
    padding-top: 38%;
}
.cont_en.p10:before {
    left: -11.5em;
}
.cont_en.p10:after {
    right: -11.5em;
}
.invitation_h1 {
    font-size: 35px;
}
.confirmation .invitation_wrapper tr:before {
    left: 34%;
}
}
@media all and (max-width: 350px) {
.cont_en.p7:before, .cont_en.p8:before {
    left: -8em;
}
.cont_en.p7:after, .cont_en.p8:after {
    right: -8em;
}
.cont_en.p14:before {
    left: -20em;
}
.cont_en.p14:after {
    right: -20em;
}
.invitation_btns_wrapper button {
    padding: 3px 45px;
}
.confirmation .invitation_wrapper {
    width: 90%;
}
}
@media all and (max-width: 340px) {
.menu {
    font-size: 14px;
}
.form_h1 {
    font-size: 18px;
}
.popup_box .photo_box, .popup_box .photo_square {
    max-height: 170px;
}
.popup_box .content_box_wrapper.product .content_box {
    padding-top: 34%;
}
.cont_en.p10:before {
    left: -12em;
}
.cont_en.p10:after {
    right: -12em;
}
.invitation_h1 {
    font-size: 33px;
}
.invitation_h1 span {
    font-size: 17px;
}
.invitation_btns_wrapper button {
    padding: 3px 40px;
	margin: 5px 5px;
}
.confirmation .invitation_wrapper td.formh1 {
    width: 34%;
}
}



