@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

* {  margin:0;padding:0; }
body { 
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #474747;
  color:#474747;
  font-size:17px;
  position: relative;
  box-sizing: border-box;
 }
a { text-decoration:none;color:inherit;}
a:link { text-decoration: none; }
ul,li { list-style: none;}
.aligncenter {
  text-align: center;
}

/* ÆË¾÷ */
#divpop {
  position: absolute;
  left:200px; 
  top:300; 
  z-index:10;
  padding-top: 150px;
}
.popup_img {
  display: flex;
  justify-content: center;
  align-items: top;
  gap:10px;
}
.popup_img2 li:first-child {
  padding-bottom: 10px;
}
.popup_img img {
  box-shadow: 0 0 20px rgba(0,0,0,0.5 );
  border:7px solid rgb(219, 39, 39);
}
.popup_img2 img {
  border:none;
}
.popup_text {
  color:#fff;
  padding-top: 10px;
  text-align: center;
}
.wdflex {
  width:1200px;
  margin:0 auto;
  text-align: justify;
}
.flexbox {
  display: flex;
  justify-content: center;
  align-items: top ;
  gap:40px;
}
.imgborder {
  border-radius: 10px;
}
.title {
  font-size: 1.9vw;
  font-weight: 600;
  color:#191919;
  padding:10px 0;
}
.title_top {
  font-weight: 100;
  font-size: 0.6vw;
  color:#858585;
  letter-spacing: 0.3vw;
  text-transform: uppercase;
}
.subtitle {
  font-size: 1.4vw;
  font-weight: 600;
  display: block;
  padding:40px 0;
}
.subtext{
  font-size:0.9vw;
  color: #858585;
  padding-bottom:30px;
}
.title_box {
  display: block;
  text-align: center;
}
.title_num {
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}
.title_num_text {
  font-size: 1.5rem;
  padding: 5px 0 30px 0;
  border-top: 1px solid #ccc;
  display: inline-block;
}

.container {
  margin:0 auto;
  background-color: #ffffff;
  padding-bottom:50px;
}
.page_title {
  text-align: center;
  padding: 100px 0;
}
.page_title .title {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 900;
  font-size: 2.5rem;
}
/* ï¿½ï¿½ï¿½ï¿½Îºï¿? */
header {
  position: fixed;
  z-index: 9999;
  transition: 0.3s;
  height:120px;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
}
header .top_menu {
  width:1200px;
  position: absolute;
  top:0;
  color:#ccc;
  text-align: right;
  font-size: 0.9rem;
}
header .mbtn, .close_btn {
  display: none;
}
header .nav_menu {
  display: flex;
  justify-content:space-between;
  align-items: center;
  color:#fff;
  margin-left:200px;
  padding-top:20px;
}
header .nav_menu li {
  position: relative;
}
header .nav_menu > li > a {
  padding:30px;
  transition: 0.3s;
}
header .nav_menu > li a:hover {
  color:#ece3e3;
}
header .sub_menu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
  padding:15px 15px;
  word-break: keep-all;
  z-index: 1000000;
  top:40px;
  transform: translateX(-50%);
  left:50%;
  background-color: #3b3b3b;
  border-radius: 5px;
  font-size: 0.8rem;
  min-width:130px;
}
header .sub_menu::after {
  content: "";
  position: absolute;
  transition: 0.3s;
  z-index: 1000000111;
  top:-5px;
  width:10px;height:10px;
  transform: rotate(45deg);
  background-color: #3b3b3b;
}
header .sub_menu li {
  background-color: #3b3b3b;
  padding:6px 0;
  white-space: nowrap;
}
header .sub_menu li:last-child {
  border-bottom:none;
}
header .sub_menu li a {
  display: block;
}
header .nav_menu > li:hover .sub_menu {
 display: block;
 position: absolute;
 visibility: visible;
 opacity: 1;
 top:45px;
}
.fixedTop {
  height:110px;
  background-color: #567592;
  opacity:100%;
  z-index: 1100000;
}
.sub_img {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
}
.sub_img span::after {
  content: '';
  position: absolute;
  width:50px;
  height:4px;
  background-color: #fff;
  left:50%;
  transform: translateX(-50%);
  top:-20px;
}
.sub_img img {
  width:100%;
}
.m_sub_image {
  display: none;
}
.sub_img span {
  color: #ffffff;
  position: absolute;
  top:60%;
  font-size: 1.8vw;
  font-weight: 500;
  text-align: center;
  width:100vw;
}
/* index part */
.index_img {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 8;
}
.img_mobile {
  display: none;
}
.index_title {
  position: absolute;
  top:40%;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size:2.5vw;
  font-weight: 100;
}
.index_title p:first-child::after {
  content: '';
  height: 1px;
  width: 120%;
  top:48%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #fff;
}
.index_title p {
  text-shadow: 2px 2px 6px #000;
}
.index_title p:last-child {
  padding-top:10px;
  font-size:2.7vw;
}
.index_title span {
  font-weight: 400;
  font-size: 3vw;
}
.index_sec01 {
  height:450px;
  background-color: #fff;
  color:#171717;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding:8vh 0;
}
.index_sec01::after{
  content: '';
  position: absolute;
  width:700px;
  height:500px;
  background-color: rgba(136, 136, 136, 0.1);
  border-radius: 200px;
  top:-300px;
  left:0px;
  transform: rotate(40deg);
}
.index_sec01 ul {
  display: flex;
  justify-content: space-between;
  align-items: top;
  width:1200px;
}
.index_sec01 .subtext {
  width:400px;
  padding-bottom: 80px;
  padding-top: 20px;
}
.index_sec01 li:first-child {
  color:#171717;
  font-size:2.1vw;
}
.index_sec01 .title {
  font-size:2vw;
  font-weight: 300;
  line-height: 2.4vw;
}
.index_sec01 li:first-child span {
  font-weight: 500;
}
/* .index_sec01 li a {
  font-size:0.9vw;
  display: inline-block;
  color: #fff;
  padding:10px 15px;
  width:110px;
  text-align: center;
  background-color: #004986;
  transition: 0.3s;
}
.index_sec01 li a:hover {
  font-size:0.9vw;
  background-color: #3c5748;
} */
.index_button {
  font-size:0.9rem;
  padding:15px 35px;
  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_sec01 img {
  box-shadow: 0 0 40px rgba(0,0,0,0.3 );
  width:240px;
  position: absolute;
}
.index_sec01 #sec01_01 {
  left:60%;
  top:35%;
  z-index: 3;
}
.index_sec01 #sec01_02 {
  left:50%;
  top:15%;
  z-index: 2;
}
.index_sec01 #sec01_03 {
  left:70%;
  top:25%;
}
.index_sec02 {
  background-color: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:4vh 0;
}
.index_sec02 > ul {
  display: flex;
  justify-content: center;
  align-items: top;
  width:1200px;
}
.index_sec02 > ul > li {
  margin:5px;
  display: block;
}
.index_sec02  ul > li:nth-child(1) {
  background-color: #aaaaaa;
  width:600px;
}
.index_sec02  ul > li:nth-child(2) {
  width:600px;
}
.index_sec02  ul > li > ul > li:nth-child(1) {
  background-color: #aaaaaa;
  width:600px;
  height:200px;
  margin-bottom: 10px;
}
.index_sec02  ul > li > ul > li:nth-child(2) {
  background-color: #aaaaaa;
  width:600px;
  height:200px;
}
.index_sec03 {
  padding:120px 0 80px 0;
  background-color: #efefef;
  text-align: center;
}
.index_sec03 ul {
  display: flex;
  justify-content: center;
  align-items: top;
  padding-top:30px;
}
.index_sec03 li {
  padding:0 35px;
  text-align: center;
  width:350px;
}
.index_sec03 img {
  width:350px;
  margin-bottom:40px;
  border-radius: 5px;
}
.index_sec03 .sec03_title {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  padding-bottom: 50px;
}
.index_sec03 .subtext {
  height:70px;
}

/* .index_sec04 {
  background-color: #fff;
  height:400px;
  padding:30px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index_sec04::after{
  content: '';
  position: absolute;
  width:700px;
  height:500px;
  background-color: rgba(136, 136, 136, 0.1);
  border-radius: 200px;
  top:-300px;
  left:0px;
  transform: rotate(40deg);
}
.index_sec04 ul {
  display: flex;
  justify-content: space-between;
  align-items:center;
  width:1200px;
}
.index_sec04 .subtext {
  padding:20px 0 100px 0;
  width:450px;
}
.index_sec04 li:first-child {
  display: block;
  width:50%;
}
.index_sec04 a {
  padding:15px 35px;
  border:3px solid #525252;
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  transition: 0.2s;
}
.index_sec04 a:hover {
  background-color: #525252;
  color: #e2e2e2;
} */
.index_loc {
  background-color: rgb(196, 196, 196);
  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;
  height:395px;
}
.index_loc li:first-child {
  position: absolute;
  background-color: #3d4b55;
  padding:20px 0 50px 30px;
  right:285px;
  z-index: 2;
  width:500px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3 );
  border-radius: 5px;
}
.index_loc li:first-child a {
  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;
}
.index_loc li:first-child a:hover {
  background-color: #ffffff;
  color: #c4c4c4;
}
.index_loc ul::after {
  content: '';
  position: absolute;
  top:25px;
  right:250px;
  width:400px;
  height:345px;
  background-color: #86b4b2;
  z-index: 1;
}
.index_loc .title {
  color: #fff;
}
.index_loc .subtext {
  padding:0 0 50px 0;
  color: #aaaaaa;
}
.index_notice {
  background-color: #fff;
  padding:30px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.index_notice > ul {
  display: flex;
  justify-content: space-between;
  width:1200px;
  flex-wrap: wrap;
}
.index_notice > ul > li:last-child {
  width:560px;
  height:250px;
  margin-right:5px;
  box-sizing: border-box;
}
.index_notice > ul > li:first-child {
  width:560px;
  margin-left:5px;
  background-color: #aaaaaa;
}
.index_notice .title {
  font-size: 1.4vw;
  color:#ffffff;
}
.index_notice .notice_title  {
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}
.index_notice > ul > li:first-child {
  height:220px;
  margin:5px;
  background:linear-gradient(-70deg, #2c8ebb 50%, #215b8a 50%);
}
.index_notice .i_info {
  display:flex;
  justify-content: space-between;
  align-items: top;
  padding:15px 20px;
  color:#d6d6d6;
  font-size: 0.85rem;
}
.index_notice .i_info li:first-child {
  width:50%;
  background-image: url('./image/index_icon_05.png');
  background-repeat: no-repeat;
  background-position: 95% 10%;
  
}
.index_notice .i_info li:last-child {
  width:50%;
  text-align: right;
  color:#fff;
  background-image: url('./image/index_icon_06.png');
  background-repeat: no-repeat;
  background-position: 20% 10%;
  line-height: 1.8;
}
.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;
}
.notice_title .title {
  color:#171717;
}
.index_vtour {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: top;
  position: relative;
}
.index_vtour ul {
  position: absolute;
  top:40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:800px;
}
.index_vtour .title, 
.index_vtour .subtext,   
.index_vtour .title_top
{
  color:#fff;
  text-shadow: 0 0 5px rgba(0,0,0,1 );
}
.index_vtour iframe {
  width:100vw;
  height:400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns_icon {
  position: fixed;
  text-align: right;
  top:150px;
  right:70px;
  display: flex;
  align-items: center;
  justify-content: top;
  flex-direction: column;
  z-index: 100;
}
.sns_icon img {
  display: block;
}
.contents {
  margin:0 auto;
  text-align: center;
  padding-bottom:50px;
}
.contents_bbs {
  margin:0 auto;
  text-align: center;
  width:1200px;
}
.smenu {
  border-bottom:1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smenu li { 
  position: relative;
  padding:0 15px;
}
.smenu li:not(:last-child):after {
  content: '';
  position: absolute;
  height:15px;
  width:2px;
  background-color: #777777;
  top:40%;
  right:0;
}
.smenu li a {
display: block;
color:#6e6e6e;
padding:20px 10px;
font-size: 1.2rem;
border-bottom:4px solid #fff;
}
.smenu li a:hover {
  color:#33312e;
  transition: 0.2s;
}
.sub_title {
  font-size: 1.3rem;
  font-weight:500;
}

.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,
.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,
.html08_04 #sub_menu08_04,
.html08_05 #sub_menu08_05,
.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:#33312e;
    font-weight: 700;
    border-bottom:4px solid #275d4f;
}
/* html01_01 */
.html01_01 img {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3 );
  margin-top:30px;
}
.html01_04 > ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding:80px 0;
}
.html01_04 > ul:nth-child(even) {
  background-color: #f1f1f1;
}
.html01_04 img {
  box-shadow: 0 0 20px rgba(0,0,0,0.3 );
  border-radius: 10px;
  margin:10px 0 30px 0;
  width:250px;
}
.html01_04 > ul > li {
  position: relative;
  padding:0 50px;
  width:50%;
}
.html01_04 > ul > li:first-child {
text-align: right;
}
.html01_04 > ul > li:last-child {
  text-align: left;
  }
.html01_04 > ul > li:last-child::after {
  position: absolute;
  content: '';
  height:98%;
  width:1px;
  background-color: #ccc;
  top:10px;
  left:0;
}
.html01_04 .doc > li:nth-child(even) {
  padding:5px 0 30px 0;
}
.html01_04 .doc_sublist ul {
  font-size:11px;
  display: flex;
  align-items: top;
  padding-bottom: 10px;
}
.html01_04 .doc_sublist  ul li:first-child {
padding-right:3px;
}
.html01_04 span {
  text-align: center;
  display: inline-block;
  width:250px;
}
.html0105 p {
  width:990px;
  display: block;
  margin:0 auto;
  padding:30px;
  text-align: left;
}
.html0106 img {
  padding:20px;
  border: 1px solid #ccc;
}
.html09_02 iframe {
  width:100vw;
  height:50vh;
  max-width:1200px;
  max-height:600px;
  border-radius: 7px;
}
.html01_09 #lightBox {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.html01_09 .box_border img {
  width:172px;
  border-radius: 5px;
 }
.html01_09 .box_border {
  border:1px solid #c9c9c9;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:1200px;
 }
.html01_09 .box_border > li:nth-child(1) {
  background-color: #567592;
  color:#fff;
  min-width:150px;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:7px 0 0 7px;
  margin-right: 20px;
 }
.html01_09 .box_border_img {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  padding:40px 20px;
 }
 .html01_09 .box_border_img li {
  white-space: normal;
  padding:10px;
  text-align: center;
 }
.html0108 {
  width:1200px;
  margin:0 auto;
  text-align: center;
}
/*tab css*/
.html01_09 {
  display: flex;
  justify-content: center;
}
.tab { 
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  width:1200px;
}
.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 {
  margin-top:100px;
  padding:30px;
  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 30px;
 border:1px solid #ccc;
 font-size: 1.1rem;
 font-weight: 500;
}
.tabnavs li a:hover,
.tabnavs li a.active{
  background:#616161; 
  color:#ffffff; 
}
.html02_01 > ul > li:nth-child(2) ul li {
  width:600px;
} 

.html02_01 > ul > li:nth-child(2) img {
  width:100%;
} 
.html02_01 .wdflex li {
  padding:40px 0;
}
.html02_01 > ul > li:nth-child(even) {
  background-color: #efefef;
  padding:30px 0;
}
.html02_01 strong {
  display: block;
  padding-top:10px;
}
.html02_02 img, 
.html02_04 img {
  width:450px;
}
.html02_02 > ul > li {
  padding: 50px 0;
}
.html02_02 > ul > li:nth-child(even) {
  background-color: #efefef;
}
.html02_03 img {
  width:450px;
}
.html02_05 img {
  width:390px;
  margin-bottom: 15px;
}
.html02_05 .wdflex li {
  padding-bottom: 50px;
}
.html02_06 img {
  width:375px;
}
.html03_05 img {
  box-shadow: 0 0 20px 3px rgba(0,0,0,0.1);
  padding:20px;
  margin-left:100px;
}
.html04_03 h3 {
  display: block;
  padding-bottom: 10px;
}
.html04_03 .flexbox {
  padding: 10px;
}
.html04_03 .subtitle {
  text-align: center;
}
.html04_03 .flexbox li  {
border:1px solid #ccc;
gap:5px;
width:50%;
padding:0 30px 30px;
border-radius: 7px;
text-align: left;
}
.html04_03 #tab04 .flexbox li {
  padding-top: 30px;
  text-align: center;
  font-size: 1.4rem;
  border: none;
}
.html04_03 #tab04 img {
  width:400px;
  border-radius: 7px;
  margin-top:30px;
}

.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:150px;
}
.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;
}
.html09_04 .day {
  position: relative;
  padding-bottom: 50px;
}

.html09_04 .imgborder{
  position: absolute;
  border-radius: 5px;
  width:350px;
  right:0;
  top:0;
}
.html09_04_qna li:nth-child(even) {
  font-size: 1rem;
  background-color: #f7f7f7;
  padding:20px;
}
.html09_04_qna li:nth-child(odd) {
 font-size: 1.2rem;
 font-weight: 600;
 padding:20px 0 5px 0;
}
.list_flexbox {
  flex-direction: column;
}
.list_flexbox > li {
  padding: 40px 0 60px 0;
}
.list_flexbox > li:nth-child(even) {
  background-color: #efefef;
}
.list_flexbox .box_list {
  text-align: left;
  width:500px;
  padding-left: 250px;
  margin:0 auto;
 }
.list_flexbox .sub_box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: top;
  width:1000px;
  padding-left: 100px;
}
.list_flexbox .sub_box li:last-child {
  text-align: left;
  padding-left: 30px;
}
.html08_01 #img0801 {
  width:500px;
  height:250px;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.2 );
}
.html08_01 #img0802 {
  width:500px;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.2 );
}

.html09_06 img {
  width:300px;
  border-radius: 5px;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.2 );
}
.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:50%;
padding:0 30px 30px;
border-radius: 7px;
text-align: left;
}
.html0502_ul {
  padding:40px 0;
}
.html0502_ul div {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 20px;
}
.html0502_ul > li > ul > li {
  padding:8px;
}

.html05_04 {
  margin: 0 auto;
  text-align: center;
}
.html05_04t_title { 
  height:40px;color:#fff;
  background-color: #00A7AF; 
  text-align: center;
  font-weight:bold; 
  padding:10px;
}
.html05_04t td { 
  height:30px;
  background-color:#ffffff;
  text-align:center;
  padding:3px 5px;
 }
 .html05_04 .wdflex h2 {
  text-align: center;
  padding-top: 30px;
 }
 .html05_05 p {
  padding:10px 20px;
 }
.html05_05 .wdflex li {
padding-left: 10px;
}
.html05_05 h3 {
  padding:30px 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_06 .guide {
  display: flex;
  justify-content: space-between;
  align-items: center;
 border: 1px solid #bbd6cf;
 background-color: #bbd6cf;
 border-top: none;
 margin-bottom: 1px;
}

.html05_06 .guide > li:first-child {
  width:12%;
  text-align: center;
}
.html05_06 .guide > li:last-child {
  width:88%;
}
.html05_06 .guide li > ul {
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: #fff;
  margin-top: 1px;
}

.html05_06 .guide > li > ul > li:first-child {
width:15%;
padding:10px;
text-align: center;
}
.html05_06 .guide > li > ul > li:nth-child(2) {
  width:85%;
  padding:10px;
  border-left: 1px solid #ccc;
}
.html05_06 #tab02 li {
  min-width:300px;
  max-width: 300px;
  flex-wrap: wrap;
  padding:20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.html05_06 #tab02 h3 {
  padding:20px 0 5px 0;
  text-align: center;
}
.html05_06 #tab02 ul { 
  border-bottom: none;
}
.html05_07 span {
  border: 1px solid #ccc;
  padding:20px 20px 20px 30px;
  display: block;
}
.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;
}
.html05_07 table tbody td {
  padding:10px;
  border: 1px solid #ccc;
  text-align: center;
}
.html05_08 img {
  width:500px;
  border-radius: 7px;
  margin-top: 7px;
}
/* .html06_01s,
.html06_02s,
.html06_03s,
.html06_04s {
  width:1200px;
} */
.html07_01 img,
.html07_02 img, 
.html07_03 img,
.html07_04 img,
.html07_05 img,
.html07_06 img {
  width:500px;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3 );
}

.html09_01 {
  display: flex;
  justify-content: center;
}
.html09_01 #lightBox {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.html09_01 .box_border img {
  width:172px;
  border-radius: 5px;
 }
.html09_01 .box_border {
  border:1px solid #c9c9c9;
  border-radius: 7px;
  display: flex;
  justify-content: left;
  align-items: center;
  width:1200px;
 }
.html09_01 .box_border > li:nth-child(1) {
  background-color: #567592;
  color:#fff;
  min-width:150px;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:7px 0 0 7px;
  margin-right: 20px;
 }
.html09_01 .box_border_img {
  display: flex;
  justify-content: left;
  align-items: top;
  flex-wrap: wrap;
  padding:40px 20px;
 }
 .html09_01 .box_border_img li {
  white-space: normal;
  padding:10px;
  text-align: center;
 }

 #img_09_05_01 {
  margin:0 auto;
  text-align: center;
  border: 1px solid #ccc;
 }
.html09_05 .wdflex > li {
  padding:50px;
}
.html09_05 .wdflex > li:nth-child(3) p 
{
  text-align: center;
}
.html09_05 .h0905_02 {
  display: flex;
  justify-content: center;
  align-items: top;
  gap:10px;
}
.html09_05 .h0905_02 img {
  width:50px;
  padding-bottom: 10px;
}
.html09_05 .h0905_02 li {
  width:20%;
  padding: 30px 20px;
  background-color: #f7f7f7;
  min-height: 80px;
  text-align: center;
}


/* .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:nth-child(1) {
  background-color: #fff;
  padding:10px;
  width:20%;
}
.html09_06 table td:nth-child(2) {
  background-color: #fff;
  padding:10px;
  width:65%;
  text-align: left;
}
.html09_06 table td:nth-child(3) {
  background-color: #fff;
  padding:10px;
  width:15%;
} */

/* °Ô½ÃÆÇºÎºÐ */

.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%;
}
.board_table .board_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board_contents .board_contents_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board_table .board_contents a {
  color:#1d1d1d;
}
.board_table .board_contents:hover {
  background-color:#eeeeee ;
  color:#275d4f;
}
.board_table .board_contents_sub li {
  white-space: nowrap;
  padding:10px 20px;
}
.board_table .board_contents > li:first-child{
  width:45px;
  text-align: center;
}
.board_table .board_contents > li:last-child{
  width:100%;
}
.board_table .board_contents_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board_table .board_contents_sub .comment {
  width:100%;
}
.board_contents .board_contents_sub2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board_contents .board_contents_sub2 li {
  padding:0 10px;
}
.board_contents .board_contents_sub2 li:last-child {
  width:20px;
  text-align: center;
}
.board_gallery {
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 30px 0;
}
.board_image {
  border: 1px solid #e7e7e7;
  padding: 10px;
  margin-bottom: 20px;
}
.board_line {
  height:1px;
  width:100%;
  background-color: #e7e7e7;
}
.board_paging {
  display: flex;
  justify-content: center;
  padding-top:20px;
}
.board_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn {
  background-color: #1d4e41;
  color:#fff;
  padding:10px 20px;
  cursor: pointer;
  border:0;
  margin:0;
  font-size:0.8rem;
}
.btn_w {
  background-color: #1d4e41;
  color:#fff;
  padding:10px 20px;
  border:0;
  cursor: pointer;
  font-size:0.85rem;
}
.btn:hover, 
input[type=submit]:hover,
.list .member_in_btn:hover
{
  background-color: #448071;
}
.btn_small {
  background-color: #1d4e41;
  color:#fff;
  padding:2px 10px;
  cursor: pointer;
  border:0;
  margin:0;
  font-size:0.7rem;
}
.btn_small {
  background-color: #1d4e41;
  color:#fff;
  padding:2px 10px;
  border:0;
  cursor: pointer;
  font-size:0.7rem;
}
.btn_small :hover, 
input[type=submit]:hover {
  background-color: #448071;
}
.board_view_contents {
  min-height:200px;
  text-align: left;
  padding:20px;
}
.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:120px;
}
.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:200px;
}
.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;
  margin-bottom: 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;
  width:90%;
}
.board_write div span:first-child {
  width:100px;
  font-weight: 500;
}
.board_write div .text_side {
  vertical-align: top;
}
.member_in {
  padding:100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member_in > ul {
  border: solid 1px #efefef;
  padding:100px;
}
.member_in li > ul  {
  display: flex;
  justify-content: left;
  align-items: center;
}
.member_in li > ul li {
  padding:10px;
}
.member_in li > ul li:first-child {
 width:200px;
 text-align: right;
}
.log_in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.log_in li {
  width:25%;
  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;
}
.member_in_btn:hover { 
  display: block;
  width:100%;
  color:#fff;
  font-size: 16px;
  cursor: pointer; 
  padding: 15px 0;
  background-color: #448071;
}
footer { 
  padding:20px 0;
  color:#fff;
  text-align: center;
}