
.form1 { text-align:center; }
.form1 .inner { width:100%; margin:0 auto;}
.form1 .formArea { width:620px; margin:0 auto; overflow: hidden; padding:30px 100px 40px 100px;  background-color:#fff; }
.form1 .formGroup { text-align:center; }

.form1 .form_table { width:100%; border-collapse:collapse; font-size:1em; }
.form1 .form_table tbody tr { border-bottom:1px solid #d7d7d7; }
.form1 .form_table tbody th { padding:10px 10px 10px 50px; vertical-align:middle; text-align:left; line-height:100%; font-size:18px; font-weight:500;  letter-spacing:-2px; }
.form1 .form_table tbody td { padding:10px 50px 10px 10px; vertical-align:middle; text-align:left; line-height:100%; font-size:18px; }

.form1 .input_style:focus, .wrap .sel_style:focus, .wrap .textarea_style:focus { border-color:#303f99; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;}

.form1 label { float:left; padding:10px 0; width:33%; }
.form1 .input_style { width:100%; padding-left:10px; height:38px; border:1px solid #ccc; font-size:18px; }
.form1 .sel_style { width:100%; padding-left:10px; height:38px; border:1px solid #ccc; font-size:18px; vertical-align:middle;}
.form1 .textarea_style { width:100%; padding:10px; height:90px; border:1px solid #ccc; font-size:18px; resize:none; }

.form1 .submit_box { width:100%; padding-top:10px; }
.form1 .submit_box .btn01 { width:50%; text-align:center; font-weight:500; font-size:32px;letter-spacing:-2px; margin-top:20px; cursor:pointer; background-color:#947845; padding:12px 0; color:#fff; border-radius:5px;}
.form1 .submit_box .btn01 img { width:100%; }

.red {color:#ee0000; font-weight:600; }


.m_form { }
.m_form .inner { padding:0 5px 10px 5px; }

.m_form .formArea {  margin:0 auto; overflow: hidden; padding:10px; background-color:#fff; }
.m_form .formGroup { margin-bottom:12px; text-align:center; }


.m_form .form_table { width:100%; padding:0; border-collapse:collapse; }
.m_form .form_table tbody th { padding:8px 5px; vertical-align:middle; text-align:left; line-height:24px; font-size:16px; font-weight:500; letter-spacing:-2px; }
.m_form .form_table tbody td { padding:8px 5px; vertical-align:middle; text-align:left; line-height:24px; font-size:14px; }


.m_form .input_style:focus, .m_wrap .sel_style:focus, .m_wrap .textarea_style:focus { border-color:#303f99; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;}

.m_form .input_style { padding-left:5px; height:36px; border:1px solid #ccc; font-size:14px; }
.m_form .sel_style { width:100%; height:36px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff;}
.m_form .textarea_style { width:100%; padding:6px; height:60px; border:1px solid #ccc; font-size:14px; resize:none;}
.m_form label { float:left; padding:5px 0; width:33%; }

.m_form .submit_box { width:100%; text-align:center;  }
.m_form .submit_box button { width:100%; font-weight:500; font-size:22px; letter-spacing:-2px; cursor:pointer; color:#fff; max-width:500px; margin-top:10px; background-color:#947845; padding:8px 0; border-radius:5px;}





.popup { position:fixed; top:0; left:0; width:100%; height:100%; z-index:1000; background-color:rgba(0,0,0,0.7); display:none; }
.popup.on { display:block; animation:popup 0.65s 1; }
@keyframes popup {
 0% { opacity:0; }
 100% { opacity:1; }
}
.popup .box_wrap { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:90%; max-width:1000px; background-color:#fff; z-index:1001; height:630px; max-height:90%; }
.popup .box_wrap a.close { position:absolute; top:0; right:0; background-color:#947845; width:50px; height:50px; }
.popup .box_wrap a.close:after { display:block; content:''; width:4px; height:26px; background-color:#fff; transform:rotate(-45deg) translateY(20px); position:absolute; top:-3px; left:8px; }
.popup .box_wrap a.close:before { display:block; content:''; width:4px; height:27px; background-color:#fff; transform:rotate(45deg) translateY(20px); position:absolute; top:-3px; left:36px; }
.popup .box { max-height:100%; padding:50px; }
.popup .box h2 { font-size:32px; font-weight:700; color:#222; display:block; text-align:center; padding:0 0 35px; }
.popup .box p { background-color:#f8f8f8; color:#666; font-weight:400; font-size:17px; line-height:27px; max-height:440px; overflow-y:auto; padding:30px 40px; box-sizing:border-box; }
.popup .box p b { display:block; font-weight:500; }
.popup .box p strong { font-weight:500; color:#555; display:block; padding:0 0 10px; font-size:18px; }

.popup.info .box_wrap { height:680px; }
.popup.info .box .div { overflow:hidden; max-height:calc(95% - 150px); overflow-y:auto; background-color:#f8f8f8; }
.popup.info .box .div img { float:left; width:280px; }
.popup.info .box .div ul { background-color:#f8f8f8; color:#666; font-weight:400; font-size:17px; line-height:27px; max-height:492px; overflow-y:auto; padding:30px 40px; box-sizing:border-box; min-height:492px; width:calc(100% - 280px); float:left; }
.popup.info .box .div ul li { padding:3px 0 3px 10px; position:relative; display:block; }
.popup.info .box .div ul li:after { display:block; content:''; width:2px; height:2px; background-color:#555; border-radius:50%; position:absolute; top:16px; left:0; }
.popup.info .box { display:none; max-height:95%; overflow-y:auto; }
.popup.info .box.on { display:block; }


#main .member .pic ul li .black_bg .more_view { display:block; width:100%; font-size:20px; letter-spacing:-1px; color:#fff; }
#main .member .pic ul li .black_bg .more_view:hover { color:#000; }

@media screen and (max-width:768px) {
  .popup .box_wrap a.close { width:40px; height:40px; }
  .popup .box_wrap a.close:after { width:2px; height:22px; top:-5px; left:6px; }
  .popup .box_wrap a.close:before { width:2px; height:22px; top:-5px; left:34px; }

  .popup .box { padding:25px; }
  .popup .box h2 { font-size:24px; padding:0 0 17px; }
  .popup .box p { padding:20px 25px; max-height:410px; font-size:14px; line-height:23px; }
  .popup .box p strong { font-size:16px; }
  .popup .box_wrap { height:520px; }

  .popup.info .box_wrap { height:520px; }
  .popup.info .box .div ul { padding:20px 25px; font-size:16px; line-height:25px; width:100%; min-height:410px; max-height:410px; }
  .popup.info .box .div img { display:none; }
  .popup.info .box .div { max-height:inherit; overflow:hidden; }
  .popup.info .box { overflow-y:hidden; }

  .popup.place .box_wrap { height:460px; }
  .popup.place .box .div iframe { width:100%; height:200px; }
  .popup.place .box .div .txt { width:100%; height:auto; }
}


@media screen and (max-height:660px) and (min-width:768px) {
  .popup.info .box .div ul { max-height:calc(90% - 140px); min-height:inherit; }
  .popup .box p { max-height:calc(90% - 140px); min-height:inherit; }

  .popup.place .box .div iframe { height:250px; }
  .popup.place .box .div .txt { height:250px; }
  .popup.place .box .div .txt p { max-height:100%; }
  .popup.place .box_wrap { height:440px; }
}


@media screen and (max-height:580px) and (max-width:640px) {
  .popup.info .box .div ul { max-height:calc(90% - 140px); min-height:inherit; }
  .popup .box p { max-height:calc(90% - 140px); min-height:inherit; }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-height:690px) and (min-width:768px) {
  .popup .box p { max-height:390px; }
  .popup.info .box .div { max-height:380px; }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-height:650px) and (min-width:768px) {
  .popup .box p { max-height:300px; }
  .popup.info .box .div { max-height:300px; }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-height:600px) and (min-width:768px) {
  .popup .box p { max-height:230px; }
  .popup.info .box .div { max-height:230px; }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-height:580px) and (max-width:640px) {
  .popup.info .box .div ul { max-height:300px; }
  .popup .box p { max-height:300px; }
}

/* popup CSS */
.complete_wrap { position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: 3; z-index:99999;display:none;} 
.complete_wrap .bg { position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.8);z-index: 1; }
.complete_wrap .popup2 { position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); height: 365px; max-height: 90vh;background: #fff;z-index: 2; }
.complete_wrap .popup2 { width:90%; overflow:hidden; border-bottom:0px solid #000; background-color:none;color:#fff; font-size:14px; line-height:0; max-width:500px; margin:0 auto;}
.complete_wrap .popup2 .close { position: absolute;top: 20px;right: 20px; width:20px; font-weight:600; }
.complete_wrap .popup2 .close img { width: 100%;height: 100%; }
.complete_wrap .popup2 .iframe { height:100%;width:100%;border:0; overflow:hidden;}