@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;
    box-sizing: content-box;
}
a, li { 
    text-decoration: none;
    list-style: none;
 }

.wrap {
    background-color: #fff;
    width:100%;
}
 header .topmenu { display: none; }

 header {
   height:70px;
 }
 header .nav_bar {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding:5px 10px;
 }
 header .nav_bar .nav_logo img {
   width:70%;
 }
 header nav .Fixedtop {
    background-color: #dddddd;
    position: fixed;
    display:flex;
    justify-content: space-between;
    top:0;
    z-index: 10000;
    padding:5px 10px;
    opacity: 0.95;
    width : calc(100% - 20px);
}
header .nav_bar .nav_mbtn > a {
  font-size: 2rem;
  font-weight: 700;
  color:#1d1d1d;
  display: block;
}
.nav_menu {
  display: none;
  width: 50%;
  height:100vh;
  background: #275d4f;
  position: fixed;
  top:0;
  right: -50%;
  z-index: 1000000;
  transition: All 0.2s ease-out;
  overflow-y: hidden;
}
.nav_menu .sidebar_menu {
  width:90%;
  background-color: #275d4f;
}
.nav_menu .sidebar_menu a {
  color:#fff;
  width:100%;
  display:block;
  padding:5px 20px;
  background-color: #1e3d35;
  font-size: 1rem;
}
.nav_menu .sidebar_menu a:hover {
  background-color: #3f6e62;
}
.sub_menu {
  display: none;
}
.nav_menu .sidebar_menu .sub_menu a {
  color:#fff;
  width:100%;
  display:block;
  padding:5px 30px;
  background-color: #418171;
  font-size: 0.9rem;
}
.nav_menu .sidebar_menu .sub_menu a:hover {
  color:#3a7780;
  background-color: #75bba9;
  font-size: 0.9rem;
}
.nav_menu .sidebar_menu .close_btn  {
  font-size: 2rem;
}
.nav_menu .sidebar_menu .close_btn:hover {
  background-color: #1e3d35;
}
.menu_bg {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top:0;
  display: none;
  z-index: 10001;
  overflow-y: hidden;
}
.close_btn {
  font-size: 50px;
  color:#fff;
  text-align: right;
}
.sdiebar_menu > a {
  font-size:2rem;
}
#sub_img { 
  width:100%;height:150px;
  text-align:center;
}
#sub_img .sub {
  height:150px;color:#000;
  font-size:35px; 
}
.title { width:100%;  font-size:1.2rem; 
  color:#FFF;font-weight: 700;
  padding-top:35px;  
}
.s_title { width:100%;  font-size:0.7rem; 
  color:#FFF;padding-top:0px; 
}
.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.6rem;
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, 
.html02_01 #sub_menu02_01,
.html03_01 #sub_menu03_01,
.html03_02 #sub_menu03_02, 
.html03_03 #sub_menu03_03,
.html04_01 #sub_menu04_01,
.html04_02 #sub_menu04_02, 
.html04_03 #sub_menu04_03,
.html05_01 #sub_menu05_01,
.html05_02 #sub_menu05_02, 
.html05_03 #sub_menu05_03,
.html05_04 #sub_menu05_04, 
.html06_01 #sub_menu06_01,
.html06_02 #sub_menu06_02, 
.html06_03 #sub_menu06_03,
.html06_04 #sub_menu06_04 
{
  color:#ffffff;
  font-weight: 700;
  background-color: #103128;
}

.page_title { 
  font-size: 1.4rem;font-weight: 700;
  color:#33312e;
  letter-spacing:-1px;margin:0 auto;
  text-align:center;padding:20px 0;  
}
.page_title2 { 
  font-size: 1.7rem;font-weight: 800;
  font-family: 'Nanum Myeongjo', serif;
  color:#33312e;
  margin:0 auto;
  text-align:center;
}

#container {
  padding:0 10px 30px 10px;
}

/* index page */

#index_img {
    display:flex;
    justify-content: center;
    position: relative;
}
#index_img .cycle-slideshow {
    margin:0 auto;
    text-align:center;
    overflow: hidden;
}
#index_img .index_text {
  position: absolute;
  text-align: center;
  top:40%;
  z-index: 1000;
  color:rgb(224, 224, 224);
  font-family: 'Nanum Myeongjo', serif;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.4;
  -webkit-text-stroke-width: 0.01rem;
-webkit-text-stroke-color: rgb(85, 85, 85);
}
#index_img .index_text span:last-child:after {
  content: '';
  height:1px;
  background-color: #fff;
  width:100%;
  position: absolute;
  left:0;
  top:43px;
}
#index_img .index_text span:first-child {
  font-size: 2rem;
  color: seashell;
}
#index_img .index_text span {
text-shadow: 3px 3px 3px #272121;
}

.index_box {
  position: relative;
  z-index: 10000;
  margin:0 auto;
}
.index_box ul {
  margin:0 auto;
}
.index_box ul li {
  color:#fff;
  padding:20px 30px;
}
.index_box ul li .i_box_title {
  font-size:1.7rem;
}
.index_box ul li span {
 color:#d6d6d6;
 font-size: 0.85rem;
}
.index_box ul li .b_box {
  text-align: left;
  padding-top:25px;
}
.index_box ul li .i_btn {
  display: inline-block;
  background-color: #e7e7e7;
  color:#000000;
  padding:3px 10px;
  cursor: pointer;
  border:0;
  margin:0;
  font-size:0.8rem;
}
.index_box ul li p {
  padding-top:15px;
}
.index_box ul li:first-child {
  background-color: #5d66c5;
  background-image: url('./image/index_icon_01.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.index_box li:nth-child(2) {
  background-color: #2c8ebb;
  background-image: url('./image/index_icon_02.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.index_box li:nth-child(3) {
  background-color: #1965c3;
  background-image: url('./image/index_icon_03.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  
}
.index_box li:nth-child(4) {
  background-color: #215b8a;
  background-image: url('./image/index_icon_04.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.index_box2 {
  margin:0 auto;
}
.index_box2 > ul {
  margin:0 auto;
}
.index_box2 >ul > li:first-child {
  height:150px;
  margin:5px;
  border:1px solid #d8d8d8;
  padding:10px;
}
.index_box2 >ul > li:nth-child(2) {
  height:171px;
  margin:5px;
  background:linear-gradient(-70deg, #2c8ebb 50%, #215b8a 50%);
}
.index_box2 .i_notice ul li:first-child {
  padding-left:10px;
}
.index_box2 .i_notice ul li:first-child a {
  font-size: 1.1rem;
  color:#000;
}
.index_box2 .i_notice ul li:nth-child(2){
  padding:20px 10px;
  font-size:0.9rem;
  color:#1d1d1d;
}
.index_box2 .i_notice ul li:nth-child(2) a {
  color:#1d1d1d;
}

.index_box2 .i_info {
  display:flex;
  justify-content: space-between;
  align-items: top;
  padding:15px 20px;
  color:#d6d6d6;
  font-size: 0.85rem;
}
.index_box2 .i_info li:first-child {
  width:50%;
  background-repeat: no-repeat;
  background-position: right top;
}
.index_box2 .i_info li:last-child {
  width:50%;
  text-align: right;
  color:#fff;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.index_box2 .i_info .i_info_title {
  font-size: 1.3rem;
  color: #fff;
}
.index_box2 .i_info li:last-child .i_info_title {
  padding-bottom:15px;
}
.index_box2 .i_info .i_phonenum {
  font-size: 1.7rem;
  color: #fff;
}
.i_partner ul {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding:20px 0;
}
.i_partner ul li {
  text-align: center;
  border:solid 1px #ccc;
}
.i_partner ul li img {
  width:70%;
}

/* sub_page */
.page_title_sub { 
  font-size:1rem; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top:30px;
  border-bottom: solid 1px #ccc;
  text-align: justify;
}
.page_title_sub li:first-child {
  display: flex; 
  justify-content: center;
  padding:0 0 30px 0;
}
.page_title_sub img { 
  width:90%;padding-top:10px;
}
.page_title_sub h2 {
  font-size:1.3rem;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 900;
  padding:10px 0 30px 0;
}
.page_title_sub li:last-child {
  display: block;
  text-align: center;
}
.page_title_sub li:last-child span {
  display: block;
  text-align: right;
}
.html0102 {
  display: flex;
  align-items: top;
  justify-content: space-evenly;
  flex-wrap: wrap;
} 
.html0102  > li {
  padding:40px;
  border:1px solid #83a199;
  width:90%;
  margin:20px;
}
.html0102  li  ul  li  span {
  font-size:1.8rem;
  padding-right: 20px;
}
.html0102  li  ul  li:first-child {
border-bottom: 1px solid #ccc;
}
.html0102  li  ul  li:last-child {
  padding:20px 0 0 5px;
}
.html0102  li  ul  li:last-child span{
  font-size:1.1rem;
  font-weight: bold;
}
.html_0301 {
  padding:20px;
}
.html_0301 li:first-child {
  display:none;
}
.html_0301 .list_title {
  font-size:1.7rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
}
.html_0301 .list_title:not(:first-child) {
  padding-top: 50px;
}
.html_0301 .list_title:after {
  content: ' ';
  position: absolute;
  width: 30px;
  height:3px;
  background-color: #215b8a;
  left:0;
}
.html_0301 li img {
  width:100%;
  padding:10px;
  border:1px solid #e0e0e0;
}
.html_0301 > li p {
padding:5px 0 20px 5px;
}
.html_0301 li span {
font-size: 1.3rem;
}
.out_box {
  margin:0 auto;
}
#lightBox ul li { 
 text-align: center;
 padding-bottom: 40px;
}
#lightBox a img {
  width:100%;
}
.clinic {
  padding:0 20px 30px 20px;
  text-align: justify;
}
.clinic img {
  width:100%;
  padding:30px 0;
}
.clinic .page_title_sub2 {
  font-weight: 700;
}
.location {
  display: block;
}
.location span {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1rem;
  color: #444444;
}
.location > span:first-child {
  font-size: 1.5rem;
}
.location > span:nth-child(2) {
  padding-bottom:30px;
}
.location .map img {
  width:100%;
}
.location .loc_con > li:first-child  span { 
  font-size: 1.3rem;
  font-weight: 700;
  padding:20px;
}
.location .loc_con2 {
  position: relative;
  padding:30px 0;
}
.location .loc_con2 > li:first-child {
  position: absolute;
}
.location .loc_con2 > li:not(:first-child) {
  padding-left:90px;
}
.location .loc_con2 > li:nth-child(2) {
  padding-bottom:10px;
  font-size: 1.1rem;
  font-weight: 500;
}
.location .loc_con2 > li ul li { 
  border-bottom: 1px solid #ccc;
  padding:10px 0;
  max-width: 550px;
}
.location .loc_con2 > li ul li:first-child { 
  border-top: 1px solid #ccc;
}
.location .loc_con2 img {
  border:solid 1px #ccc;
  border-radius: 5px;
  padding: 10px 20px;

}
.location .loc_time {
  display: flex;
  justify-content:flex-start;
  border: 1px solid #ccc;
  padding:20px;
}
.location .loc_time li:first-child {
  font-size: 1.3rem;
  font-weight: 700;
}
.location .loc_time li:nth-child(2) {
  padding:0 30px;
  border-right: 1px solid #ccc;
}
.location .loc_time li:last-child {
  padding:0 30px;
}
.location .loc_call {
  margin:30px 0 30px 0;
  display: flex;
  justify-content:flex-start;
  border: 1px solid #ccc;
  padding:20px;
}
.location .loc_call li:first-child {
  font-size: 1.3rem;
  font-weight: 700;
}
.location .loc_call li:nth-child(2) {
  padding:0 50px;
  font-size: 2rem;
  line-height: 0.8;
}
.reservation li ul {
  display: flex;
  justify-content: left;
  align-items: top;
  flex-direction: column;
  position: relative;
  padding:30px 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}
.reservation li ul li:first-child{
  position: absolute;
  left:20px;
}
.reservation li:first-child ul li:last-child {
  font-size: 2rem;
}
.reservation li ul li:nth-child(2) {
  font-weight: 700;
  color:#215e4f;
  font-size:1.1rem;
  padding-bottom: 20px;
}
.reservation li ul li:not(:first-child) {
  padding:0 20px 0 70px;
}
.reservation_time {
 text-align: center;
}
.reservation_time > li {
  padding:20px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px 0;
}
.res_list {
  padding:30px 0 50px 0;
}
.res_list ul {
  display: flex;
  justify-content:space-around;
  align-items: center;
}
.res_list ul li {
  padding:5px 10px;
  text-align: center;
  border-right:1px solid #ccc;
  width:100%;
  border-bottom: 1px solid #ccc;
  min-height:60px;
  font-size: 0.8rem;
  display: block;
}
.res_list ul li:nth-child(2) {
  width:60%;
}
.res_list ul li:last-child {
  border-right:none;
  width:110%;
}
.res_list .res_list_title {
  background-color:#679ba8;
  color:#fff;
  text-align: center;
  border-right:1px solid #fff;
  font-weight: 700;
  border-bottom:none;
  line-height: 60px;
}

/* 탭메뉴 */
.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; 
}


/* �Խ��Ǻκ� */

.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:30px;
  text-align: center;
}
.board_table .board_contents_sub {
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.board_table .board_contents_sub .comment {
  width: 100%;
}
.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_line {
  height:1px;
  width:100%;
  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_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;
}

footer {
  margin:0 auto;
  text-align:center;
  padding:40px 0;
  color:#fff;
  font-size: 0.8rem;
}
