@font-face {
font-family:'Nanum Gothic';

src: url(../font/NanumGothic.eot);
src: url(../font/NanumGothic.eot?#iefix) format('embedded-opentype'),
     url(../font/NanumGothic.woff) format('woff'),
     url(../font/NanumGothic.ttf) format('truetype');
}

body *{box-sizing: border-box;}
a, a:visited{color: inherit !important;}
html, body{width: 100%; height: 100%; -webkit-overflow-scrolling:touch;}
html{font-size: 19px; line-height: 1.2rem; font-family: "나눔고딕", sans-serif;}
/*html, body{width: 100%; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling:touch;}*/
img{max-width: 100%;}

.mg_b5{margin-bottom: 4%;}


header{
  display: inline-block !important;
  width: 100%;
  background: white;
  position: relative;
  height: 60px;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}

header div img{
  max-width: 100%;
}

header>div{
  float: left;
  position: absolute;
}

header .search_wrap{
  width: 100%;
  height: 60px;
}

header .search_wrap .icon_search{
  width: 24px;
  height: 24px;
  top:50%;
  margin-top: -13px;
  left:10px;
  position: absolute;
  z-index: 250;
  background: url("../img/common/icon_search.png") no-repeat 0 -53px;
  background-size: cover;
  transition: 0.5s ease;
}

header .search_wrap .icon_search.on{
  background: url("../img/common/icon_search.png") no-repeat 0 4px;
  background-size: cover;
}

.search{
  position: relative;
  top:-60px;
  z-index: 200;
  height: 60px;
  background: #fff;
  text-align: center;
  transition: 0.2s ease-out;
  opacity: 0;
  border: 1px solid #ddd;
}

.search.on{
  top:0;
  opacity: 1;
}

.search::before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.search>div{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 300;
  width: 98%;
  padding-left: 35px;
  font-size: 0;
}

.search>div input{
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 0.9rem;
  height: 33px;
}

.search>div input:first-child{
  width: 70%;
  /*height: 33px;*/
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search>div input:last-child{
  border: 1px solid #44a8cc;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #44a8cc;
  color: #fff;
}


		.search_wrap .nav_pre_btn{
		 position: absolute;
		  top: 14px;
		  left: 15px;
		 padding: 0.35rem;
		  /*background: #4c4f4f;*/
      background: #115aa3;
		  border-radius: 5px;
		  color: #fff;
		  font-size: 0.9rem;
		}

		.search_wrap .nav_pre_btn::before{
		  content: "";
		  display: block;
		  border: solid transparent;
		  /*border-right-color: #4c4f4f;*/
      border-right-color: #115aa3;
		  border-width: 16px;
		  position: absolute;
		  /*border-radius: 5px;*/
		  top: 0.2px;
		  left: -24px;
		}

		#gobefore {
                position: absolute;
		  top: 10px;
		  left: 8px;
				width:3.0rem;
				height:2.0rem;
			cursor: pointer;
			z-index: 100;
             /*   border: 1px solid red;*/
		}



header .logo{
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -13.5px;
}

header .logo img{
  display: inline-block;
  max-width: 130px;
}

header .login{
  top: 50%;
  margin-top: -8.5px;
  right: 47px;
  font-size: 0.7rem;
  width: 55px;
  background: url("../img/common/login2.png") no-repeat right 1px;
  background-size: 20px;
  color: #115aa3;
}

header .login.on{
  width: 65px;
  background: url("../img/common/login2.png") no-repeat right -51px;
  background-size: 20px;
}

header .login_lock{
  font-size: 0.7rem;
}

header .btn_menu{
  width: 31px;
  top:50%;
  margin-top: -10.5px;
  right: 10px;
  z-index: 150;
}

header .btn_menu div{
  width: 100%;
  max-width: 100px;
  height: 5px;
  background: #115aa3;
  border-radius: 10px;
  transition: 0.5s ease;
}

@keyframes bar1{
  0%{transform: translate(0,0px) rotate(0)}
  50%{transform: translate(0,8px) rotate(0)}
  100%{transform: translate(0,8px) rotate(40deg)}
}

@keyframes bar2{
  0%{opacity: 1}
  100%{opacity: 0}
}

@keyframes bar3{
  0%{transform: translate(0,0px) rotate(0)}
  50%{transform: translate(0,-8px) rotate(0)}
  100%{transform: translate(0,-8px) rotate(-40deg)}
}

@keyframes bar1_reverse{
  0%{transform: translate(0,8px) rotate(40deg)}
  50%{transform: translate(0,8px) rotate(0)}
  100%{transform: translate(0,0px) rotate(0)}
}

@keyframes bar2_reverse{
  0%{opacity: 0}
  100%{opacity: 1}
}

@keyframes bar3_reverse{
  0%{transform: translate(0,-8px) rotate(-40deg)}
  50%{transform: translate(0,-8px) rotate(0)}
  100%{transform: translate(0,0px) rotate(0)}
}

header .btn_menu .btn_menu_bar1{animation: bar1_reverse 0.5s forwards}
header .btn_menu .btn_menu_bar2{animation: bar2_reverse 0.5s forwards}
header .btn_menu .btn_menu_bar3{animation: bar3_reverse 0.5s forwards}

header .btn_menu.on .btn_menu_bar1{animation: bar1 0.5s forwards}
header .btn_menu.on .btn_menu_bar2{animation: bar2 0.5s forwards}
header .btn_menu.on .btn_menu_bar3{animation: bar3 0.5s forwards}

.btn_menu_bar2{
  margin: 3px 0;
}

.menuUl_L1{
  position: absolute;
  display: none;
  width: 100%;
  top: 60px;
  background: #fff;
  border-top: 1px solid #ddd;
  transition: 0.2s ease-out;
  font-size: 0.9rem;
  height: 90vh;
  overflow-y: scroll;
  z-index: 500;
  right: -100%;
}

.btn_menu.on+.menuUl_L1{
  right: 0;
  display: block;
}

.menuUl_L1>li{
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  float: left;
  position: relative;
}

.menuUl_L1>li>div, .menuUl_L2{
  display: inline-block;
  float: left;
}

.menuUl_L1>li>div{
  border-right: 1px solid #ddd;
  padding: 10px;
  /*width: 20%;*/
  width:73px;
  position: absolute;
  height: 100%;
  font-weight: bold;
  color: #115aa3;
}

.menuUl_L2{
 margin-left: 73px;
 width: calc(100% - 73px);
}

.menuUl_L2 li{
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.haveUl3{
  display: block;
  position: relative;
}

.menuUl_L2 li:last-child{
  border-bottom: none;
}

.menuUl_L3{
  display: none;
  font-size: 0.8rem;
  padding-top: 10px;
}

.menuUl_L3.on{
  display: inline-block;
}

.menuUl_L3 li{
  border-bottom: 0;
  padding: 5px 15px;
}

.haveUl3:before{
  content: "+";
  color: #2bae4d;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  top: -3px;
  transition: 0.5s;
}

.haveUl3.on:before{
  transform: rotate(45deg);
}

.haveUl3:before, .haveUl3.on:before{
  position: absolute;
  right: 10px;
}

/*컨텐츠*/

.warp{
  //min-height: 100%;
  height: auto;
  position: relative;
  margin: -64px 0 -39px 0;
 // border: 1px solid red;
}

.content{
  display: inline-block;
  width: 100%;
  padding: 60px 0 39px 0;
}

.content.sub{
  padding: 60px 0 81px 0;
}

.colum.sec1{
  background: #ff6905;
  padding: 0 10px;
  height: 51px;
  text-align: center;
}

.colum.sec1 img{
  display: inline-block;
  width: 30px;
  margin: 10px 10px 0 0;
  float: left;
  line-height: 51px;
}

.colum.sec1 span::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/common/icon_call.png") no-repeat;
  background-size: cover;
  position: relative;
  top: 10px;
  margin-right: 10px;
}

.colum.sec1 span{
  color: #fff;
  font-size: 0.8rem;
  line-height: 51px;
}

.colum.sec1 span a{
  font-size: 0.9rem
}

.colum.sec2{
  padding: 3% 0 2% 0;
  text-align: center;
}

.colum.sec2 .quickNavi1{
  display: inline-block;
  width: 90%;
}

.colum.sec2 .quickNavi1>div{
  width: 33.33333%;
  height: auto;
  float: left;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

.colum.sec2 .quickNavi1>div>div{
  margin-top: 5px;
  font-size: 0.8rem;
}

.colum.sec2 .quickNavi1>div img{
  padding: 0 10px;
  width: 100%;
  max-width: 130px;
}

.colum.sec2 .quickNavi2{
  display: inline-block;
  width: 90%;
  padding: 3% 0;
  margin: 3% auto 0;
  background: #115aa3;
  color: #fff;
  border-radius: 5px;
}

.colum.sec2 .quickNavi2 a{
  display: block;
  width: 33.3333%;
  float: left;
  opacity: 0.9;
  font-size: 0.9rem;
}

.colum.sec2 .quickNavi2 a:nth-child(2){
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/*
.colum.sec3{
  color: #fff;
  margin:auto;
  display: inline-block;
  width: 100%;
  border: none !important;
  float: left;
}
*/
#bannerZone{
  			  display: block;
			  width: 98%;
			  margin:auto;
			  overflow:hidden;
        }

#bannerZone ul{
  width: 100%;
  display: block;
}

#bannerZone ul li img{
		  width: 100%;
          margin: 0;
          padding: 0;
          font-size: 0;
          display: block;
          border-radius: 5px;
        }

/*
#bannerZone ul li{
			 text-align:center;

        }

#bannerZone ul li a{
  padding: 0;
  margin: 0;
  font-size: 0;
  display: inline-block;
  float: left;
  width: 100%;
}
*/


#newsZone {
			  display: block;
			  width: 100%;
			  height: 48px;
			  line-height: 48px;
				  background: #444d58;
			   overflow:hidden;
           }

		.news{
				  display: inline-block;
				  position: relative;
				  float: left;
				   height: 48px;
				 /* line-height: 48px;*/
				  padding: 0 ;
				  font-size: 0.8rem;

		}

.news span{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.news span:first-child{
  margin-right: 10px;
  color: #ffd68f;
  font-weight: bold;
}

.news span:nth-child(2){
  width: 70%;
}

.news img{
  float:left;
  margin:3% 1% 1% 1%;
}

/*로그인*/

.content.sub.login{
  width: 90%;
  max-width: 400px;
  margin: auto;

}

.content.sub.login .colum_type1{
  margin: 10px 0 60px 0;
}

.content.sub.login .account_circle{
  display: block;
  60px:0.3rem;
  text-align: center;
  font-size: 4rem;
  color: #115aa3;
}

.content.sub.login .text1{
  font-size: 1rem;
  text-align: center;
  color: #115aa3;
}

.content.sub.login .login_wrap{
  margin-top: 1.5rem;

}

.content.sub.login .login_wrap input{
  width: 100%;
  padding: 0.75rem;
  font-size: 0.9rem;
}


.content.sub.login .id{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}

.content.sub.login .pw{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.content.sub.login .text2{
  font-size: 0.7rem;
  opacity: 0.7;
  margin-top: 0.3rem;
  font-weight: bold;
}

.content.sub.login .submit{
  margin-top: 1rem;
  border-radius: 5px;
  background: #EC6887;
  color: #fff;
  border: 1px solid #EC6887;
  font-size: 1.17rem;
  font-weight: bold;
}


/*푸터*/

footer{
  color: #fff;
  background: #115aa3;
  text-align: center;
  /*padding: 20px;*/
  padding: 10px;
  font-size: 0.8rem;
  /*height: 60px;*/
  position: absolute;
  bottom: 0;
  width: 100%;
 /*border-top: 1px solid #fff;*/
}

.ftNavi{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-bottom: 5px;

}

.ftNavi span{
  display: inline-block;
  width: 33.33333%;

}

.ftNavi span a{
  padding: 0.5rem 1.2rem;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 0.8rem;
}

/*검색결과*/
.content.sub.seachResult{
  background: #eee;
}

.colum_type1.seachResult{
  background: none;
  padding: 0;
}

.content.sub.seachResult .keyword{
  font-size: 0.9rem;
  color: #115aa3;
  margin-right: 0.5rem;
}

.content.sub.seachResult .result_itmes{
  font-size: 0.9rem;
  font-weight:normal;
  margin-left: 0.5rem;
  color: #115aa3;
  }

.content.sub.seachResult .result_more{
  font-size: 0.8rem;
  font-weight:normal;
  margin-right: 0.5rem;
  float:right;
  color: #115aa3;
  }

.colum_type1.seachResult .colum{
  margin: 0.75rem 0;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.75rem 0.5rem;
}

.colum_type1.seachResult .txt_ul li{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}







/*첫예약 간푠상담  border-top-left-radius: 18px;  border-top-right-radius:18px; */
.mob_box {}
.mob_top { position: relative; height:30px; line-height:30px; margin:0;  padding :10px 20px; color:#ffffff; background-color:#24a432; font-size:1.3em; font-weight:bold; }
.mob_head { border:1px solid #0080c0; margin:10px; padding:10px; border-radius: 10px;  }
.mob_blue { background-color:#fff;  color:#0078b3;    font-weight:600;}
.mob_black { background-color:#fff;  color:#5e5e5e;    font-weight:600;}
.mob_red { background-color:#fff;  color:#ff0000;    font-weight:600;}
.mob_title { font-size:1.1em; font-weight:bold;  height:30px;   line-height:30px; }
.mob_line { height:auto; min-height:20px;  line-height:20px; margin-bottom:5px; margin-left:40px; padding-left:10px;}
.mob_num {float:left; width:18px;height:18px;line-height:18px;text-align:center; border-radius:50%;  color:#fff;  background-color:#0078b3; margin-left:-30px;}

.mob_body { border-top:2px solid #808080; border-bottom:2px solid #808080;  margin:20px; padding:20px 20px 10px 20px;  }
.mob_patient, .mob_phone { height:50px;  line-height:50px;}
.mob_bottom { display:block; vertical-align:top; width:100%; padding:10px;background-color:#ddd; font-weight:bold; border-radius:6px;  text-align:center;}













@media (min-width: 400px){
  header .logo{
    text-align: center;
    padding-left: 0;
  }

  header .logo img{
    display: inline-block;
    max-width: 130px;
  }
}

@media (min-width: 500px){
  header .logo img{
    margin-left: 0;
  }
}


/*border:1px solid red;*/
.tile img { float:left; width:calc(33% + 1px); }





/*
@media (min-width: 700px){
  html{
    font-size: 1.2rem;
  }

  .search>div input{
    font-size: 0.8rem;
  }

  .search>div input:first-child{
    height: 32px;
  }

}*/
