@charset "utf-8"; 

/**********************************************************************
* Descript : ★★★★★★★★★★★★주의 #wrap .inner 클래스 (전체 페이지에 적용됩며, 모든 하위메뉴의 레이아웃사이즈가 변경될 수 있습니다.)★★★★★★★★★★★★★★★★★★
***********************************************************************/
body{}
header{display:inline-block;}
#wrap{position:relative; width:100%; min-height:100%;margin:0 auto;}
#main-container{padding-top:100px;}
#sub-container{padding-top:100px;}

.medical-inner{position:relative; max-width:1200px; margin:0 auto; box-sizing:border-box;}
#header .inner{position:relative; max-width:1200px; margin:0 auto; box-sizing:border-box;}
.full{position:relative; width:100%;}
::before, ::after{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
@media (min-width:0) and (max-width:980px){.inner{padding:0 10px;}}
/**********************************************************************/



/**********************************************************************
* Descript : Header 스타일(로고, GNB, 로그인/로그아웃)
***********************************************************************/
#header{position:fixed; left:0; top:0; background:#fff; width:100%; z-index:9;}

#header .logo{width:40px;text-align:center;float:left;margin-right:15px;}
#header .logo a{height:100%;display:inline-block;}
#header .logo a img{width:100%;height:100%;vertical-align:middle;}
#header .counsel a{display:inline-block; margin-left:10px;}

@media only screen and (max-width: 1000px){
	#header .logo{margin-left:0;}
}
#header #gnb{width:100%; height:50px; background:#fff;}
#header #gnb > div{border-bottom:1px solid #eee;background-color:#fff;box-sizing:border-box;}
#header #gnb > .top_gnb{
	height:100px;
}

#header #gnb .top_gnb > div > ul{
	height:100%;
	/* width:100%; */
	overflow:hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

	/* 230119 추가 */
	width: auto;
}
#header #gnb .top_gnb > div > ul > li{
	float:left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	height:100%;
}
#header #gnb .top_gnb > div > ul > li:first-child{
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#header #gnb .top_gnb > div > ul > li.header_slide > div{
	margin-left:20px;
	max-width:220px;
	width:100%;
}
/* header_slick_arrow */
.header_slide .slick-prev.slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0px;
	width: 20px;
	height: 25px;
	background:url("/img/header/slide_prev.png")no-repeat center;
	background-size:cover;
	text-indent:-9999999px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	border: none;
}
.header_slide .slick-next.slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:35%;
	width: 20px;
	height: 25px;
	background:url("/img/header/slide_next.png")no-repeat center;
	background-size:cover;
	text-indent:-9999999px;
	z-index: 99;
	cursor: pointer;
	outline: none;
	border: none;
}

#header #gnb .top_gnb > div > ul > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	width:calc(100%/3);
}
#header #gnb .top_gnb > div > ul > li:last-child{
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	
	/* 230119 추가 */
	width: 100%;

}
#header #gnb .top_gnb .big_logo a {display:block;height:100%;vertical-align:middle;}
#header #gnb .top_gnb .big_logo img {height:70px;width:auto;margin-top:15px;}

#header .inner{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* 1차 카테고리 */
#header #gnb .under_gnb ul{display:flex;height:50px;text-align:right;width:100%; justify-content: center;}
#header #gnb .under_gnb ul li.gnb{position:relative;width:calc(100%/7);height:50px;display:flex;align-items: center;}
#header #gnb .under_gnb ul li.gnb:last-child{border-right:0;}
#header #gnb .under_gnb ul li.gnb a{display:block; font-size:16px; color:#222; font-weight:400; width:100%; height:inherit; line-height:50px; text-align:center; letter-spacing: -0.375px}
#header #gnb .under_gnb ul li.gnb a::before{position:absolute; display:inline-block; content:''; width:0; height:0; background:#15589b; bottom:-6px; left:50%; transform: translate(-50%, 0) rotate(45deg); border-radius: 50%;}
#header #gnb .under_gnb ul li.gnb a:hover::before{width:12px; height:12px;}
#header #gnb .under_gnb ul li.gnb a:hover{text-decoration:none; color:#006BB3; font-weight:700;}
#header #gnb .under_gnb ul li.gnb a span{display:inline-block;width:100%;}
#header #gnb .under_gnb ul li.gnb.active{}
#header #gnb .under_gnb ul li.gnb.active > a{text-decoration:none; color:#15589b; font-weight:700;}
#header #gnb .under_gnb ul li.gnb.active > a::before{position:absolute; display:inline-block; content:''; width:12px; height:12px; background:#15589b; bottom:-6px; left:50%; transform: translate(-50%, 0) rotate(45deg); border-radius: 50%;}
#header #gnb .under_gnb .left_logo{display:none;}

/****** mobile navi ******/
.m_header {
    display: none;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background:#fff;
}
/**********************************************************************/

@media only screen and (max-width: 1000px){
	#gnb{display:none;}
	.m_header{display:block;}


	#main-container {
		padding-top:80px;
	}
}

@media only screen and (max-width: 600px){
	.m_header{height:50px;}

	#header .m_header > .logo{
		line-height:50px !important;
	}
	#header .m_header .logo a.tell{
		top:-2px !important;
		left:5% !important;
	}
	#header .m_header .logo img{
		height:35px !important;
	}
	.m_header > .ninja-btn {
		top:-55px;
		margin:19px 15px !important;
	}
}
/*==== mobile logo====*/
#header .m_header > .logo{
	width:100%;
	line-height:80px;
	position:relative;
}
#header .m_header .logo a{
	padding: 0!important;
	display:inline-block;
}
#header .m_header .logo a.tell{
	position:absolute;
	left:10%;top:0;
	height: 10px;

	display: none;
}
#header .m_header .logo img{
	width:auto;
	vertical-align:middle;
	text-align:center;
	height:50px;
}

#header .m_header .logo .tell img{
	height: 30px !important;
}

/*==== mobile 햄버거 menu====*/
.ninja-btn{
	width:35px;
	height:27px;
	position:relative;
	top:-77px;
	left:85%;
}


.m_header > .ninja-btn{
	margin:25px;
}


@media screen and (max-width: 600px){
	.ninja-btn{
		width: 25px; height: 18px;
	}
}
.ninja-btn,.ninja-btn span{
	display:inline-block;
	transition:all .4s;
	box-sizing:border-box;
}
.ninja-btn > span{
	position:absolute;
	left:0;
	width:100%;
	height:2px;
	background-color:#000;
	border-radius:10px;
}
.m_header .ninja-btn > span:nth-child(1) {
	top:0;
}
.m_header .ninja-btn > span:nth-child(2) {
	top:45%;
}
.m_header .ninja-btn > span:nth-child(3) {
	bottom:0;
}
/*====엑스자====*/
.panel {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  width: 70%;
  background-color: #383b42;
}
.panel .ninja-btn {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	display: inline-block;
	/*float: right;*/
	cursor: pointer;
	/*padding: 30.285714px 31px;*/
	position: absolute;
	z-index: 2;
	top: 2%;
	width: 30px;
	height: 20.18181818px;
	color: #000;
	height: 30px;
	font-size: 30px;
}
.panel .ninja-btn span,
.panel .ninja-btn span:before,
.panel .ninja-btn span:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 30px;
  height: 3px;
  background-color: #fff;
}
.panel .ninja-btn span {
  position: relative;
  display: inline-block;
}
.panel .ninja-btn span:before,
.panel .ninja-btn span:after {
  content: "";
  position: absolute;
  left: -15px;
}
.panel .ninja-btn span:before {
  top: -9.09090909px;
}
.panel .ninja-btn span:after {
  top: 9.09090909px;
}

/*메뉴 클릭후, 메뉴 버튼을 활성화 시켰을때 속성*/
.panel .ninja-btn.active span {
  background-color: transparent;
}
.panel .ninja-btn.active span:before,
.panel .ninja-btn.active span:after {
  top: 0;
}
.panel .ninja-btn.active span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.panel .ninja-btn.active span:after {
  -webkit-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  -msa-transition-delay: 0.09s;
  transition-delay: 0.09s;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.panel ul {
  width:100%;
  list-style-type: none;
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  top: 10%;
  left: 0;
  height: auto;
  text-align: left;
}

.panel ul li,
.panel ul a {
  display: inline-block;
  float: left;
  width: 100%;
  line-height: 1.4;
  padding: 0;
  font-weight: 200;
}
.panel ul li{
  height:45px;
  border-top: 1px solid rgba(255,255,255,.03);
}
.panel ul li.no_line{
	border-top: none;
}
.panel ul li.gnb a{
  padding:11px 0 0;
  height:100%;
  display:block;
  font-size: 17px;
  text-transform: lowercase;
  color:#fff;
  text-align:center;
}
.panel ul li.gnb:first-child {
  border-top: 0;
}

/* 안보이는 패널위치고정 */
.panel-overlay {
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.panel.right{
  right: -5000px;
  z-index: 9999;
}
/*패널 버튼 부분 위치*/
.panel.right .ninja-btn {
  right: 790px;
}
/* 패널이 활성화 되었을때 */
.panel.right.active {
  right: 0;
  overflow-y: scroll;
}
.panel.right.active .ninja-btn {
  right:0;
}

.panel ul li.sub-menu{
  background: #2e333c;
  padding:11px 0 0 50px;
}

/*=====================================*/
.m_header > .ham_btn{
    margin-left:auto;
	width:30px;
	height:30px;
}

.m_header > .ham_btn i{
    color:#fff;
    width:30px;
    height:30px;
    font-size:30px;
}
.mobile_menu{
    top: 0;
    display: none;
    flex-direction: column;
    width: 80vw;
    position: absolute;
    right: 0;
    height: 100vh;
    background: #292c3a;
    z-index: 10;
    align-items: center;
}

.mobile_menu *{
    color:#fff !important;
    font-size:20px;
}

.mobile_menu > button.m_close{
    margin-left:auto;
    padding: 10px 15px;
}

.mobile_menu > button.m_close > i{
    font-size: 30px;
    display: block;
    width: 30px;
    height: 30px;
}

.mobile_menu > h1{
    text-align: center;
    margin-top:18px;
    position: relative;
    width:200px;
}

.mobile_menu > h1::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 50%;
    margin-left: -50%;
    bottom: -10px;
}

.mobile_menu > h1 >a >div:last-child{
    font-size:22px;
}

.mobile_menu >#m_accordion{
    width:80%;
    margin:0 auto;
}

.mobile_menu >#m_accordion > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:30px;
}

.mobile_menu > #m_accordion > ul > li {
    width:100%;
    padding:10px 0px;
    text-align: center;
}

.mobile_menu > #m_accordion > ul > li > a.tel_small > h2{
	margin-top:5px;
	font-size:15px;
}

.mobile_menu >#m_accordion >ul >li:hover > a{
    color:#eac887;
    border-bottom:1px solid #eac887;
}

.mobile_menu >#m_accordion >ul >li:hover >ul >li >a,
.mobile_menu >#m_accordion >ul >li:active >ul >li >a{
    color:#eac887;
    border-bottom:1px solid #eac887;
}

.mobile_menu >#m_accordion >ul >li .m_sub{
    margin-top:6px;
}

.mobile_menu >#m_accordion >ul >li .m_sub >a:hover,
.mobile_menu >#m_accordion >ul >li .m_sub >a:active{
    color:#eac887;
}

.mobile_menu >#m_accordion >ul >li .m_sub > a{
    padding: 2px 0px;
    font-size:18px;
}

.def4 > a{
    display: flex;
    align-items: center;
    margin-left:8px;
    width:80%
}

.def4 > a > img{
    width:100%;
}



/**********************************************************************
* Descript : 메인, 서브 레이아웃
***********************************************************************/
#wrap #main-container{position:relative; width:100%;margin:0 auto;}
#wrap #sub-container{position:relative; width:100%; padding-bottom:150px;}
/**********************************************************************/



/**********************************************************************
* Descript : 페이지 비주얼 스타일(페이지 타이틀, 이전페이지, 다음페이지)
***********************************************************************/
#sub-visual{width:100%; background:#000 url(/assets/img/contents/visual.jpg) no-repeat center center; background-size:cover; max-width:1200px !important;}
#sub-visual .inner{height:290px;}
#sub-visual .inner ul{position:absolute; left:50%; bottom:50px; transform: translate(-50%, 0); display:inline-block;}
#sub-visual .inner ul li{float:left; margin:0 5px;}
#sub-visual .inner ul li a{display:block; width:190px; height:50px; line-height:50px; background:#fff; color:#222; font-weight:700; font-size:18px; text-align:center;}
#sub-visual .inner ul li.active a{background:#2ab3bc; color:#fff;}


#sub-visual[data-menu="엘치과 소개"]{} /* #sub-visual의 attr 속성 값으로 스타일 지정 할 경우 사용합니다. */
#sub-visual .sub-visual-prev, #sub-visual .sub-visual-next{position:absolute; top:50%;}
#sub-visual .sub-visual-prev a, #sub-visual .sub-visual-next a{}
#sub-visual .sub-visual-prev a span, #sub-visual .sub-visual-next a span{}
#sub-visual .sub-visual-prev{ left: 0; transform: translate(0, -50%);}
#sub-visual .sub-visual-next{ right:0; transform: translate(0, -50%);}
#sub-visual h2{position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
/**********************************************************************/



/**********************************************************************
* Descript : 페이지 네비게이션(Bread Crumb)
***********************************************************************/
#breadcrumb{position:relative; width:100%; background:#f9f9f9; height:50px; border-bottom:1px solid #dddddd; z-index:2;}
#breadcrumb a, #breadcrumb button{display:inline-block; vertical-align:middle;}
#breadcrumb .inner > ul > li{float:left; border-right:1px solid #ddd; box-sizing:border-box;}
#breadcrumb li.home a{width:50px; height:50px; background:url(/assets/img/common/home.png) no-repeat center center; border-left:1px solid #ddd; cursor:pointer; text-align:center; font-size:14px;}
#breadcrumb li.gnb{position:relative;}
#breadcrumb li.gnb button{width:150px; height:50px; line-height:50px; padding:0 15px; box-sizing:border-box; text-align:left; background:url(/assets/img/common/btn_down.png) no-repeat 90% center;}
#breadcrumb li.gnb button.active{ background:url(/assets/img/common/btn_up.png) no-repeat 90% center;}
#breadcrumb li.gnb ul{display:none; position:absolute; width:152px; left:-1px; top:50px; background:#f9f9f9; border:1px solid #ddd; box-sizing:border-box;}
#breadcrumb li.gnb ul li{}
#breadcrumb li.gnb ul li a{display:block; padding:0 15px; height:50px; line-height:50px; border-bottom:1px solid #ddd; font-size:14px; color:#222; cursor:pointer;}
#breadcrumb li.gnb ul li:last-child a{border-bottom:0;}

#breadcrumb li.lnb{position:relative;}
#breadcrumb li.lnb button{width:150px; height:50px; line-height:50px; padding:0 15px; box-sizing:border-box; text-align:left; background:#fff url(/assets/img/common/btn_down.png) no-repeat 90% center;}
#breadcrumb li.lnb button.active{background:#fff url(/assets/img/common/btn_up.png) no-repeat 90% center;}
#breadcrumb li.lnb ul{display:none; position:absolute; width:152px; left:-1px; top:50px; background:#fff; border:1px solid #ddd; box-sizing:border-box;}
#breadcrumb li.lnb ul li{}
#breadcrumb li.lnb ul li a{display:block; padding:0 15px; height:50px; line-height:50px; border-bottom:1px solid #ddd; font-size:14px; color:#222; cursor:pointer;}
#breadcrumb li.lnb ul li:last-child a{border-bottom:0;}
/**********************************************************************/



/**********************************************************************
* Descript : 4차 카테고리 스타일
***********************************************************************/
#cnb{}
#cnb ul{}
#cnb ul li{}
#cnb ul li a{}
#cnb ul li.active{}
#cnb ul li.active a{}
/**********************************************************************/




/**********************************************************************
* Descript : 풋터 스타일
***********************************************************************/
#footer{width:100%; background:#333;}
#footer .footer{
	padding:40px 0;
	border-top: 1px solid #fff;
}

.sub #footer .footer{
	border-top: 0;
}

#footer ul.footer-info{display:flex; margin: 0 auto; align-items: center;}
#footer ul.footer-info p{height:25px; line-height:25px; color:#fff;}
#footer ul.footer-info p span{display:inline-block; margin-right:25px; font-size:13px;}
#footer ul.footer-info p.copyright{margin-top:15px; font-size:0.85em; color:#fff;}
#footer ul.footer-info p.copyright a{color:#fff;}

#footer ul.footer-info > li{
    font-size: 16px;
    line-height:22px;
	width:50%;
	
}
#footer ul.footer-info > li:last-child{
	text-align: right;
}
#footer ul.footer-info > li:last-child > img{
	width:270px;
	display:inline-block;
}


#footer ul.footer-info > li:first-child li{
	text-align:left;
	color:#fff;
	font-weight:300;
	font-size:14px;
	padding-left:20px;
}

#footer .footer-info > li:first-child .company_name{
	font-size: 18px; font-weight: 600;
	margin-bottom: 25px;
}

#footer ul.footer-info > li:first-child li a{
	color: #fff;
	transition: 0.3s;
}

#footer ul.footer-info > li:first-child li a:hover,
#footer ul.footer-info > li:first-child li.copyright a{
	color: #60c3ef;
}

#footer .footer-info > li:first-child .copyright{
	margin-top: 20px;
}

#footer .footer-info > li:first-child .copyright br.mb{
	display: none;
}

#footer ul.footer-info > li:first-child li.f_s1 , #footer > div > ul > li:first-child li.f_s2{
	color:#999;
}
#footer ul.footer-info > li.f_s2 a{color:#999;font-weight:bold;}
#footer ul.footer-info > li:first-child li.f_s2 a{
	color:#46cdcf;
	margin-left:10px;
	font-weight:bold;
}
#footer ul.footer-info > li:first-child li.f_s1:before{
	display:block;
	content:'';
	width:40px;
	height:3px;
	background-color:#999;
	margin:25px 0 10px;
}

#footer ul.footer-info > li:first-child li.top{
	width:50px;
	text-align:center;
	padding:5px 15px;
	color:#123561;
	font-weight:700;
	margin-left:20px;
	margin-top:10px;
	cursor:pointer;
}

#footer ul.footer-info > li:first-child li.top a {
	width:50px;
	padding:5px 15px;
	display: inline-block;
	background-color: #fff;
}


/**********************************************************************/

#footer ul.mobile{display:none;}

@media (max-width:1100px){

	#footer ul.pc{display:none !important;}
	#footer ul.mobile{display:block !important;}

	#footer .footer{
		border-color: rgba(255,255,255,0.5);
	}

	#footer ul.footer-info{
		display: flex; flex-direction: column-reverse;
	
	}

	#footer ul.footer-info > li{width:100% !important;}
	#footer ul > li:last-child > img{width:40% !important;height:100%;margin:30px 0 !important;}
	#footer ul > li > ul > li{text-align:center !important;}
	/*#footer ul > li li span{width:27%;}*/
	#footer ul > li:first-child li{padding:2px 0 !important;}
	#footer ul > li:first-child li a{color:#fff;}
	#footer ul > li:first-child li:nth-child(4):before{display:none;}
	#footer ul > li:first-child li:nth-child(4){color:#fff;}
	#footer ul > li:first-child li.f_s1{color:#767676;margin-top:25px;position:relative;}
	#footer ul > li:first-child li.f_s a{color:#123561;font-weight:bold;}
	#footer ul.footer-info > li:first-child li.top{width:50px;margin:10px auto 0 !important;color:#123561;font-weight:bold;}

	#footer ul.footer-info > li:last-child{
		text-align: center;
	}

	#footer .footer-info > li:first-child .company_name{
		display: none;
	}

	#footer .footer-info > li:first-child .copyright br.mb{
		display: block;
	}

	#footer ul > li:first-child li.f_s1:before{
		display:block;
		content:'';
		width:40px;
		height:5px;
		background-color:#fff;
		position:static;
		top:10px;
		margin:-10px auto 0 !important;
	}
}

@media (max-width:600px){
	/*#footer ul > li li span{width:25%;}*/
	#footer ul > li:first-child .f_s{font-size:13px !important;}
	#footer ul > li:last-child > img{margin: 0 !important;width:50% !important;}
	#footer ul > li:first-child li {
		padding:0 !important;
	}
	#footer ul.footer-info > li:first-child li{
		color:#fff;
		font-weight:300;
		font-size:12px;
		padding-left:0;
	}
	
	#footer ul.footer-info > li:first-child ul{
		margin-top: 10px;
	}

}


/**********************************************************************
* Descript : 퀵바 스타일
***********************************************************************/
/*
#top{position:fixed; top:100px; right:10px; display:none;z-index:100;}
#top > div > a:last-child{position:fixed; bottom:50px;right:20px;width:50px;}
#top.fadeOut{opacity:0;}
#top.fadeIn{opacity:1;}
#top a{display:block; padding:5px;}
#top .mo_quick{display:none;z-index:10;}
*/
/**********************************************************************/

/*@media only screen and (max-width:1000px){
	#top{
		bottom:30px;
	}
	#top .quick{
		display:none;
	}
	#top .mo_quick{
		display:block;
	}
	#top > .mo_quick > a:last-child{
		bottom:50px;right:20px;
	}
}
@media only screen and (max-width:500px){
	#top .mo_quick img{
		width:40px;
	}
	#top .mo_quick a{
		padding:2px 0;
	}
	#top > .mo_quick > a:last-child{
		right:20px;
	}
}
*/


.quick_menu{
	position: absolute;
	right: 4.5vw;
	top: 65vh;
	z-index: 2;

	width: 80px;
	box-sizing: border-box;
}

.quick_menu li{
	display: flex; flex-direction: column;
	justify-content: center; align-items: center;
	text-align: center;
}

.quick_menu .menu_tel{
	background-color: #15589b;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 15px;
	border-radius: 50px;
	margin-bottom: 7px;
	box-sizing: border-box;
	transition: 0.3s;
}

.quick_menu .menu_tel:hover{
	background-color: #205d9b;
}

.quick_menu.change .menu_tel{
	background-color: #fff;
	color: #15589b;
	border: 1px solid #15589b;
}


.quick_menu .menu_tel figure{
	display: inline-block;
	width: 55px; height: 55px;
	background-image: url(/img/location/loca_icn01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.quick_menu.change .menu_tel figure{
	background-image: url(/img/location/loca_icn01_1.png);
}

.quick_menu .menu_tel a{
	text-decoration: none;
	color: inherit;
}

.quick_menu .menu_tel p{
	font-size: 16px;
	margin-top: 10px;
}


.quick_menu .menu_tel p:first-child{
	margin-top: 10px;
}

.quick_menu .menu_tel p:last-child{
	line-height: 0.8;
	font-weight: 600;
}
.quick_menu .menu_tel p span{
	font-weight: 700;
}

.quick_menu .menu_top{
	background-color: #fff;
	width: 100%; height: 80px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
	box-sizing: border-box;
	border: 1px solid #15589b;
}

.quick_menu .menu_top:hover{
	background-color: #f3f3f3;
}

.quick_menu .menu_top i{
	color: #15589a;
	font-weight: 600;
	font-size: 18px;
}

.quick_menu .menu_top p{
	color: #15589b;
	font-weight: 600;
}


@media screen and (max-width: 900px){
	
}



@media screen and (max-width: 600px){
	.quick_menu{
		width: 50px;
		top: 80vh;
	}
	
	.quick_menu .menu_tel{
		padding: 0;
	}
	.quick_menu .menu_tel a{
		width: 100%; height: 50px;
		padding: 0;
		display: flex;
		align-items: center; justify-content: center;
	}
	.quick_menu .menu_tel figure{
		width: 50px; height: 50px;
	}

	.quick_menu .menu_tel p{
		display: none;
	}

	.quick_menu .menu_top{
		height: 50px;
	}

	.quick_menu .menu_top p{
		font-size: 11px;
	}
}




#side{width:260px; height:auto; position:fixed; top:30%;right:-208px;z-index:999;}
#side_lbox{width:260px; height:100%; float:right;}

.side_con{width:100%; height:100%; margin-bottom:10px;}

#top{margin-bottom:10px; height:175px; background-color:#fff; border-radius:20px 0 0 20px ;box-shadow:3px 3px 5px #999}

.side_lcon{width:80%; height:100%; float:right; padding:15px; box-sizing:border-box;}
#side_title{width:100%; height:30px; font-size:20px; font-weight:600; line-height:20px; text-align:left; margin-bottom:20px; border-bottom:1px solid #111;}
#side_incon_box{font-size:14px;}
#click{width:100%; height: 30px; background-color:#ffc809; margin-top:20px; font-size:15px; text-align:center; line-height:30px;}
#click>a{color:#fff;}
#click input{width:100%; height:100%; display:block; background-color:#ffc809; font-size:15px; text-align:center; line-height:30px;}


#top .side_lcon{font-weight:300;font-size:16px;}
#side_in_con > ul > li{
	padding-bottom:7px;
}

.side_rcon{width:20%;height:100%; float:left; background-color:#006bb3; border-radius:18px 0 0 18px ;cursor:pointer;}
#top_con{width:100%; height:65%; text-align:center; font-size:20px; color:#fff; padding:15px 0 20px 0; box-sizing:border-box; font-weight:800; }
#bottom_con{text-align:center; font-size:15px; color:#fff;}
#bottom_con>img{width:25px; height:25px; margin: 10px 15px;}


#bottom{height:50px; background-color:#006bb3; border-radius:20px 0 0 20px ;box-shadow:3px 3px 5px #999}
#bottom>.side_lcon{ font-size:18px; font-weight:700; text-align:center; line-height:50px; padding:0;}
.side_lcon>a{color:#fff; display:block;}
#bottom>.side_rcon{background-color:#fff;}
#bottom img{width:28px; height:28px; margin:10px auto 0 15px;}



#side_rbox{width:40px; height:40px; float:right; background-color:#111; border-radius:50%; overflow:hidden; display:none; cursor: pointer;}
#side_rbox>img{width:50%; height:50%; margin:25%; opacity:0.8}

@media (max-width:600px){
#side{top:40%;}
}