@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
* {margin:0;padding:0;}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size:15px; 
    background-color: #322016;
    color:#1d1d1d;
    position: relative;
    -ms-content-zooming: none;
    touch-action: pan-y;
}

/* ÆË¾÷ */
#divpop {
  display: none;
}

a, li { 
    text-decoration: none;
    list-style: none;
 }
 h2 {
  padding-bottom: 5px;
 }
.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: justify;
}
 .title {
  font-size: 1.7rem;
  font-weight: 600;
  color:#191919;
}
.subtitle {
  width: 100%;
  display: block;
 text-align: center;
 padding-top:40px;
}
.title_top {
  font-weight: 100;
  font-size: 0.6vw;
  color:#858585;
  letter-spacing: 1vw;
  text-transform: uppercase;
}
.subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  padding:20px 0;
}
.subtext{
  font-size:2.6vw;
  color: #858585;         
  padding-bottom:30px;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:5px 20px 0 0;
    position: fixed;
    z-index: 100000;
    transition: 0.3s;
    width:100%;
    height:100px;
}
.top_menu { 
  display:none;
}
.fixedTop {
  height:70px;
  background-color: #567592;
  opacity:100%;
}
header a {
  padding:0 20px;
}
header .logo img {
  width:70px;
}
header .nav_menu {
  display: none;
  width:50%;
  height:100vh;
  background: #567592;
  position: fixed;
  top:0;
  right:-50%;
  z-index: 1000001;
  color:#efefef;
}
header .nav_menu > li > a {
  color:#efefef;
  padding:7px 0 7px 20px;
  background-color: #567592;
  display: block;
}
header .mbtn {
  color: #fff;
  font-size: 2rem;
}
header .close_btn {
  display: block;
  text-align: right;
  font-size: 2.5rem;
  padding-right:50px;
  color: #d4d4d4;
}
header .sub_menu {
  display: none;
  padding:5px 0;
  margin:0;
  background-color: #73889c;
}
header .sub_menu li a {
  padding:5px 0 5px 30px;
  display: block;
  font-size: 0.8rem;
  color:#e9e9e9;
}
.menu_bg {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top:0;
  display: none;
  overflow-y: hidden;
}
.index_img {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.img_mobile {
  position: relative;
  display: flex;
  justify-content: center;
  width:100%;
}
.img_mobile img {
  width:100%;
}
.img_center {
  display:none;
}
.sub_image {
  display: none;
}
.index_title {
  position: absolute;
  top:40%;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size:6vw;
  font-weight: 100;
  width:70%;
}
.index_title p {
  text-shadow: 2px 2px 6px #000;
}
.index_title p:last-child {
  padding-top:10px;
  font-size:7vw;
}
.index_title span {
  font-weight: 400;
  font-size: 8vw;
}
.index_sec01 {
  padding:50px 0;
  background-color: #fff;
  text-align: center;
  background-image: url('./image/background_logo.png');
  background-size: 50%;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat:no-repeat;
}
.index_sec01 ul li:last-child {
  display: none;
}
.index_sec01 .title {
  font-weight: 200;
  padding-top: 5px;
}
.index_sec01 span {
  font-weight: 600;
}
.index_sec01 .subtext {
padding:20px 70px 50px;
font-size: 0.7rem;
color: #bbbbbb;
}
.index_button {
  font-size:0.8rem;
  padding:10px 20px;
  text-transform: uppercase;
  transition: 0.2s;
  z-index: 10000000;
  background-color: #e74c3c;
  color: #fff;
  border-radius: 2px;
}
.index_button:hover {
  background-color: #525252;
  color: #e2e2e2;
}
.index_sec03 {
  padding:70px 0 40px 0;
  background-color: #efefef;
  text-align: center;
}
.index_sec03 ul {
  display: flex;
  justify-content: center;
  align-items: top;
  padding-top:20px;
  flex-direction: column;
}
.index_sec03 li {
  width:100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}
.sec03_title {
  font-size: 2rem;
}
.index_sec03 .title_top {
  font-size:1vw;
}
.index_sec03 .subtitle {
  font-size:1.2rem;
  font-weight: 500;
  padding-top:20px;
  display: block;
}
.index_sec03 .subtext {
  padding:5px 40px 30px;
  font-size: 0.9rm;
  font-weight: 400;
}
.index_sec03 li img {
  border-radius: 5px;
  width:90%;
}
.index_sec03 .sec03_title {
  font-size: 1.3vw;
  font-weight: 600;
}
.index_sec03 .viewmore {
  display: block;
  width:100px;
  margin:0 auto;
  padding:10px 20px;
  font-size: 0.8rem;
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  transition: 0.2s;
  color: #fff;
  background-color: #6b6b6b;
}
.index_sec03 .viewmore:hover {
  background-color: #ffffff;
  color: #c4c4c4;
}
.index_vtour {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: top;
  position: relative;
}
.index_vtour ul {
  position: absolute;
  top:40px;
}
.index_vtour .title, 
.index_vtour .subtext,   
.index_vtour .title_top
{
  color:#fff;
  text-shadow: 0 0 5px rgba(0,0,0,1 );
  text-align: center;
}
.index_vtour li {
  text-align: center;
}
.index_vtour a {
  display: block;
  width:100px;
  margin:0 auto;
  padding:10px 20px;
  font-size: 0.8rem;
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  transition: 0.2s;
  color: #fff;
  background-color: #6b6b6b;
  box-shadow: 5px 5px 20px rgba(0,0,0,1 );
}
.index_vtour a:hover {
  background-color: #ffffff;
  color: #c4c4c4;
}
.index_vtour iframe {
  width:100vw;
  height:400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_loc {
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.index_loc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.index_loc li:first-child {
  position: absolute;
  z-index: 2;
  text-align: center;
  padding:0 20px;
}
.index_loc img {
  margin-bottom: -5px;
}
.index_loc .viewmore {
  display: block;
  width:100px;
  margin:0 auto;
  padding:10px 20px;
  font-size: 0.8rem;
  border:3px solid #ffffff;
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  transition: 0.2s;
  color: #fff;
  background-color: #6b6b6b;
}
.index_loc .viewmore:hover {
  background-color: #ffffff;
  color: #c4c4c4;
}
.index_loc ul::after {
  content: '';
  position: absolute;
  top:25%;
  width:80%;
  height:230px;
  background-color: #3d4b55;
  z-index: 1;
  opacity: 90%;
  border-radius: 5%;
}
.index_loc .title {
  color: #fff;
  font-size:2rem;
}
.index_loc .subtext {
  padding:10px 0 20px 0;
  color: #fff;
  font-size: 3vw;
}
.index_notice .title {
  font-size: 1.9rem;
  color:#ffffff;
}
.index_notice .notice_title  {
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}
.index_notice .i_info {
  color:#d6d6d6;
  font-size: 0.85rem;
}
.index_notice .i_info li:first-child {
  background-image: url('./image/index_icon_05.png');
  background-repeat: no-repeat;
  background-position: 97% center;
  background-color: #2c8ebb;
  background-size:25%;
  padding:30px;
}
.index_notice .i_info li:last-child {
  text-align: right;
  color:#fff;
  background-image: url('./image/index_icon_06.png');
  background-repeat: no-repeat;
  background-position: 5% center;
  background-color: #215b8a;
  background-size:25%;
  padding:30px;
}
.index_notice .i_info .i_info_title {
  font-size: 1.3rem;
  color: #fff;
}
.index_notice .i_info li:last-child .i_info_title {
  padding-bottom:15px;
}
.index_notice .i_info .i_phonenum {
  font-size: 1.3rem;
  color: #fff;
}
.index_notice > ul > li:last-child {
  background-color: #fff;
  padding: 10px;
}
.index_notice > ul > li:last-child .title {
  color: #000;
  padding:20px;
}
.sns_icon {
  position: fixed;
  text-align: right;
  top:100px;
  right:10px;
  display: flex;
  align-items: center;
  justify-content: top;
  flex-direction: column;
  z-index: 10;
}
.sns_icon img {
  display: block;
  width:40px;
}
.container {
  background-color: #fff;
}
.contents {
  padding:50px 20px 50px 20px;
}
.sub_img {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  height:250px;
}
.sub_img span::after {
  content: '';
  position: absolute;
  width:50px;
  height:4px;
  background-color: #fff;
  left:50%;
  transform: translateX(-50%);
  top:-20px;
}
.sub_img span {
  color: #ffffff;
  position: absolute;
  top:60%;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  width:100vw;
}
.smenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
  padding:10px;
  gap:5px;
}
.smenu li a {
display: block;
color:#6e6e6e;
font-size: 0.8rem;
background-color: #efefef;
padding:5px 7px;
}
.smenu li a:hover {
  color:#fff;
  transition: 0.2s;
  background-color: #1d4e41;
}

.html01_01 #sub_menu01_01, 
.html01_02 #sub_menu01_02,
.html01_03 #sub_menu01_03, 
.html01_04 #sub_menu01_04, 
.html01_05 #sub_menu01_05,
.html01_06 #sub_menu01_06,
.html01_07 #sub_menu01_07,
.html01_08 #sub_menu01_08,
.html01_09 #sub_menu01_09,
.html02_01 #sub_menu02_01,
.html02_02 #sub_menu02_02, 
.html02_03 #sub_menu02_03,
.html02_04 #sub_menu02_04,
.html02_05 #sub_menu02_05,
.html02_06 #sub_menu02_06,
.html03_01 #sub_menu03_01,
.html03_02 #sub_menu03_02,
.html03_03 #sub_menu03_03,
.html03_04 #sub_menu03_04,
.html03_05 #sub_menu03_05,
.html03_06 #sub_menu03_06,
.html03_07 #sub_menu03_07,
.html04_01 #sub_menu04_01,
.html04_02 #sub_menu04_02,
.html04_03 #sub_menu04_03,
.html04_04 #sub_menu04_04,
.html04_05 #sub_menu04_05,
.html05_01 #sub_menu05_01,
.html05_02 #sub_menu05_02,
.html05_03 #sub_menu05_03,
.html05_04 #sub_menu05_04,
.html05_05 #sub_menu05_05,
.html05_06 #sub_menu05_06,
.html05_07 #sub_menu05_07,
.html05_08 #sub_menu05_08,
.html06_01 #sub_menu06_01,
.html06_02 #sub_menu06_02,
.html06_03 #sub_menu06_03,
.html06_04 #sub_menu06_04,
.html06_05 #sub_menu06_05,
.html06_06 #sub_menu06_06,
.html07_01 #sub_menu07_01,
.html07_02 #sub_menu07_02,
.html07_03 #sub_menu07_03,
.html07_04 #sub_menu07_04,
.html07_05 #sub_menu07_05,
.html07_06 #sub_menu07_06,
.html08_01 #sub_menu08_01,
.html08_02 #sub_menu08_02,
.html08_03 #sub_menu08_03,
.html09_01 #sub_menu09_01,
.html09_02 #sub_menu09_02,
.html09_03 #sub_menu09_03,
.html09_04 #sub_menu09_04,
.html09_05 #sub_menu09_05,
.html09_06 #sub_menu09_06
{
    color:#ffffff;
    font-weight: 700;
    background-color: #103128;
}
.page_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:20px 0 0 0;
}
.sub_title {
  font-size: 1.3rem;
  font-weight:500;
}
.html01_01 img {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3 );
  width:95%;
}
.html01_02 img,
.html01_03 img,
.html01_04 img,
.html01_05 img,
.html01_06 img,
.html01_08 img,
.html01_09 img
{
 width:95%;
}
.html01_04 img {
  box-shadow: 0 0 20px rgba(0,0,0,0.3 );
  border: 1px solid rgb(163, 163, 163);
  border-radius: 10px;
  margin-bottom: 20px;
}
.html01_04 .doc {
  padding-top:50px;
  max-width: 330px;
}
.html01_04 .doc > li:nth-child(even) {
  padding:5px 0 30px 10px;
}
.html01_04 .doc_sublist ul {
  font-size:11px;
  display: flex;
  align-items: top;
  padding-bottom: 10px;
  font-size: 0.6rem;
}
.html01_07 iframe {
  width:100%;
  height:500px;
  padding-bottom: 100px;
}

/*tab css*/
.html01_09 {
  display: flex;
  justify-content: center;
}
.tab { 
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width:95%;
}
.tabnav{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
}

.tabnav li{display: inline-block;  
  height:48px; text-align:center;
  background-color:#efefef; 
  width:70%;border:1px solid #ccc;}
.tabnav li a:before{
  content:""; position:absolute; 
  left:0; top:0px; width:100%;
   height:3px; 
  }
.tabnav li a.active:before{
  background:#7ea21e;
}
.tabnav li a.active{
  border-bottom:1px solid #fff;
}
.tabnav li a{ 
  position:relative; 
  display:block; 
  background: #f8f8f8; 
  color: #000;  
  text-decoration:none; 
  font-size: 1.2rem;
  font-weight: 600;
  padding:10px;
}
.tabnav li a:hover,
.tabnav li a.active{
  background:#fff; 
  color:#7ea21e; 
}
.tabnav li:first-child,
.tabnav li:last-child {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  width:20%;
}
.tabcontent{padding-top: 20px; 
  height:100%; border-top:none;
   min-height:700px;
}
#map_info {
  padding:30px 0;
  border-radius: 10px;
}
/* 04_03ÅÇ */
.tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.tabnavs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:2px;
  padding: 40px 0;
}
.tabnavs li a {
 background-color: #fff;
 padding: 10px;
 border:1px solid #ccc;
 font-size: 0.6rem;
 font-weight: 500;
 color: #000;
}
.tabnavs li a:hover,
.tabnavs li a.active{
  background:#616161; 
  color:#ffffff; 
}
.html05 h3 {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.html05 .flexbox {
  padding: 10px;
}
.html05 .subtitle {
  text-align: center;
}
.html05 .flexbox li  {
border:1px solid #ccc;
gap:5px;
width:90%;
padding:10px 30px 30px;
border-radius: 7px;
text-align: left;
}
.box_border {
  width:100%;
  text-align: center;
}
.box_border > li:first-child {
  font-size: 1rem;
  padding:10px 0;
  background-color: #efefef;
  margin:20px 0;
}
.box_border_img li {
padding-bottom:20px;
}

.contents img {
  width:97%;
  border-radius: 7px;
}
.title_num {
  font-size: 2.5rem;
  font-weight: 400;
  display: block;
  text-align: center;
}
.title_num_text {
  font-size: 1.5rem;
  text-align: center;
  padding: 5px 0 30px 0;
  border-top: 1px solid #ccc;
}
.html04_04 .pagetitle {
  font-size: 1.5rem;
  padding-bottom: 20px;
  display: block;
}

.html04_04 .t_title {
background-color: #efefef;
text-align: center;
font-weight: 500;
padding: 10px;
width:10%;
}
.html04_04 .t_titles {
  width:15%;
  text-align: center;
  background-color: #efefef;
}
.html04_04 .t_img {
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  width:25%;
}
.html04_04 .t_img img {
  border-radius: 5px;
  width:60px;
}
.html04_04 .t_body {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
}
.html04_04 .sdot {
  background-color: orange;
  width:15px;
  height:15px;
  border-radius: 50%;
  margin:0 auto;
}
.html04_04 .t_bigo {
  background-color: #f7f7f7;
  padding:10px 20px;
}
.html04_04 .t_bigo span {
  margin:20px;
  font-weight: 500;
  font-size: 1.2rem;
}
.html05_04t_title { 
  height:40px;color:#fff;
  background-color: #00A7AF; 
  font-size: 17px;text-align: center;
  font-weight:bold; 
  padding:10px;
}
.html05_04t { 
  height:30px;padding:5px 0 0 0;
  background-color:#ffffff;
  text-align:center;line-height:1.7;
  padding:10px;
 }
.html04_05_qna li:nth-child(even) {
  font-size: 1rem;
  background-color: #f7f7f7;
  padding:20px;
}
.html04_05_qna li:nth-child(odd) {
 font-size: 1.2rem;
 font-weight: 600;
 padding:20px 0 5px 0;
}

.html05_06 .wdflex h2 {
  text-align: center;
  padding:40px 0;
}
.html05_06 .wdflex ol li {
  list-style: decimal;
  padding:10px 0;
}
.html05_06 .wdflex ol {
  margin-left: 17px;
  padding-top:20px;
}
.html05_06 .wdflex ol li ul li {
  list-style: circle;
}
.html05_06 .wdflex ol li ul {
  padding-left: 20px;
}
.html05_06 .wdflex {
border-bottom: 1px solid #ccc;
padding-bottom: 50px;
margin-bottom: 50px;
}
.html05_07 table {
  border:1px solid #ccc;
  border-collapse: collapse;
  width:100%;
}
.html05_07 table thead td {
  padding:15px;
  background-color:#00A7AF ;
  color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 400;
  font-size: 1.2vw;
}
.html05_07 table tbody td {
  padding:10px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.2vw;
}
.html05_08 img {
  width:98%;
  border-radius: 7px;
}
.h0905_02 {
  display: flex;
  justify-content: center;
  align-items: top;
  flex-direction: column;
}
.h0905_02 li {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
.h0905_02 img {
  width:100px;
}

.html09_06 table {
  width:100%;
  border-spacing: 1px;
  background-color: #ccc;
  text-align: center;
}
.html09_06 table thead th {
  background-color: #809ab3;
  color:#fff;
  padding:10px;
}
.html09_06 table td {
  background-color: #fff;
  padding:10px;
}

.list_flexbox li {
  padding: 20px;
  border-radius: 5px;
  display: block;
  width:90%;
  margin:10px 0;
}

 /* °Ô½ÃÆÇºÎºÐ */

.eng {
  font-size: 0.7rem;
  color:#536e68;
}
.board_list_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.board_table {
  border-top:1px solid #95b1aa;
  border-bottom:1px solid #95b1aa;
  width:100%;
  padding:5px 5px;
}
.board_contents > li:last-child {
  width:100%;
  padding:0 0 0 10px;
}
.board_table .board_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  padding:5px 0;
}
.board_table .board_contents > 
li:first-child {
  width:20px;
  text-align: center;
}
.board_table .board_contents_sub {
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.board_table .board_contents_sub 
.comment {
  width: 95%;
  overflow: hidden;
}
.board_table .board_contents_sub {
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.board_table .board_contents_sub2 {
  display:flex;
  justify-content: left;
  align-items: center;
  padding-top:2px;
}
.board_table .board_contents_sub2 li {
  font-size:0.7rem;
  padding:0 5px;
  position: relative;
  color:#1d1d1d;
}
.board_table .board_contents_sub li a {
  color:#1d1d1d;
}
.board_table 
.board_contents_sub2 
li:not(:last-child)::after {
  position: absolute;
  content: '';
  width:1px;
  height:13px;
  background-color: #aaaaaa;
  top:4px;
  right:0;
}
.board_table .board_contents_sub2 a {
  color:#919191;
}
.board_table .board_contents_sub2 
li::after:last-child {
  content: none;
}
.board_gallery {
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.board_image {
  padding: 10px;
}
.board_image img {
  width:50%;
  height:50%;
}
.board_image_title {
padding:10px 0;
text-align: center;
display: block;
width:100%;
}
.board_line {
  height:1px;
  width:90%;
  background-color: #e7e7e7;
  margin-top:3px;
}
.board_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn {
  background-color: #1d4e41;
  color:#fff;
  padding:10px 20px;
  border:0;
  margin:0;
  cursor: pointer;
  font-size:0.8rem;
}
.btn_w {
  background-color: #1d4e41;
  color:#fff;
  padding:10px 20px;
  border:0;
  cursor: pointer;
  font-size:0.85rem;
}
.board_view_contents {
  min-height:200px;
  text-align: left;
  padding:20px;
}
.board_view_contents img{
  width:100%;
}
.board_view_comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top:solid 1px #ccc;
  padding:5px;
}
.board_view_comment li:nth-child(1) {
  min-width:100px;
}
.board_view_comment li:nth-child(2) {
  width:100%;
  text-align: left;
  position: relative;
}
.board_view_comment li:nth-child(2) div {
  padding-left:15px;
}
.board_view_comment li:nth-child(2)::before {
  position: absolute;
  content: '';
  width:2px;
  top:2px;
  height:95%;
  background-color: #ccc;
}
.board_view_comment li:last-child {
  width:100px;
}
.board_view_comment_write {
  padding:10px;
  background-color:#efefef;
  border-top:1px solid #ccc;
}
.board_view_comment_next {
  text-align: left;
  border-top:1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding:3px;
  font-size: 0.8rem;
  margin-bottom: 20px;
}
.board_paging {
  display: flex;
  justify-content: center;
  padding-top:20px;
}

.board_write {
  text-align:left;
  border-bottom:solid #ccc 1px;
  margin-bottom: 20px;
}
.board_write div {
  border-top:solid #ccc 1px;
  padding:5px;
}
.board_write div span {
  display: inline-block;
}
.board_write div span:first-child {
  width:17%;
  font-weight: 500;
}
.board_write div span:last-child {
  width:80%;
}
.board_write div .text_side {
  vertical-align: top;
}
.log_in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.log_in li {
  width:80%;
  padding:3px;
}
.input_box { 
  width:100%;
  height:40px;
  border:1px solid #cccccc;
}
.input_button { 
  width:100%;
  height:50px;
  border:0;
  background-color:#00A7AF;
  color:#fff;
  font-size: 16px;
  cursor: pointer; 
}
.member_in_btn { 
  display: block;
  width:100%;
  background-color:#00A7AF;
  color:#fff;
  font-size: 16px;
  cursor: pointer; 
  padding: 15px 0;
  text-align: center;
}
.member_in_btn:hover { 

  background-color: #448071;
}
.late_li {
  overflow: hidden;
}



footer {
  margin:0 auto;
  text-align:center;
  padding:40px 20px;
  color:#fff;
  font-size: 0.70rem;
}