﻿@charset 'utf-8';
@font-face {
	font-family: 'nbgUL';
	src: url(/font/NanumBarunGothicUltraLight.ttf) format('truetype'),
	url(/font/NanumBarunGothicUltraLight.woff) format('woff'),
	url(/font/NanumBarunGothicUltraLight.eot) format('eot');
}

@font-face {
	font-family: 'nbgL';
	src: url(/font/NanumBarunGothicLight.ttf) format('truetype'),
	url(/font/NanumBarunGothicLight.woff) format('woff'),
	url(/font/NanumBarunGothicLight.eot) format('eot');
}

@font-face {
	font-family: 'nbg';
	src: url(/font/NanumBarunGothic.ttf) format('truetype'),
	url(/font/NanumBarunGothic.woff) format('woff'),
	url(/font/NanumBarunGothic.eot) format('eot');
}

@font-face {
	font-family: 'nbgB';
	src: url(/font/NanumBarunGothicBold.ttf) format('truetype'),
	url(/font/NanumBarunGothicBold.woff) format('woff'),
	url(/font/NanumBarunGothicBold.eot) format('eot');
}
body{font-family:'nbg', sans-serif; -ms-overflow-style: scrollbar;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote{margin:0; padding:0; outline:none; word-break:keep-all; -webkit-text-size-adjust:none; border:0; letter-spacing:-0.5px;}
dl,ul,ol,menu,li {list-style:none; border:none; }
body,th,td,input,select,textarea,button {font-family:'nbg', sans-serif; color:#333333; font-weight: normal;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
button {background-color:transparent; cursor:pointer; border:0;}
img {vertical-align:top; border:0;}
caption {display:none;}
a {text-decoration:none!important; color: #111111;}
address {font-style:normal;}
/* table {border-collapse:collapse; border-spacing:0; width:100%;} */
strong {font-weight:700;}
iframe {border:0;}

button{font-family:"돋움",'Dotum'; font-size:12px; color:#333333; line-height:1.3; display:inline-block; text-align:center; background-position:left bottom; background-repeat:repeat-x;}
button.blue_big{background-image:url(image/btn/blue.gif); background-color:#5aa9e3; color:#ffffff;font-weight:bold; padding:0 18px; border-top:1px solid #3a93d8; border-left:1px solid #3a93d8; border-bottom:1px solid #1d76bb; border-right:1px solid #2780c5; height:22px;vertical-align:top;}

#wrap{width:100%;}
#header{text-align:center; width:100%; height:100%; background: #f6f6f6;}
#header #header_area{width: 1200px; margin: 0 auto; position: relative; height: 100px;}
#header #header_area>div{position: absolute;}
#header #header_area>div.preNextTrainWrap{left: 25px;}
#header #header_area>div.logo{left: 50%; top: 23px; margin-left: -110px;}
#header #header_area>div.gnb{right: 25px;}
#preNextTrainWrap{position: relative;}
#trainRoomPrev{position:absolute; top:36px; left:0px; cursor:pointer;}
#trainRoomNext{position:absolute; top:36px; right:0px; cursor:pointer;}
#ternal{overflow:hidden; width: 197px; height:100%; margin: 0 30px; height: 93px;}
#train  ul.trainRoom {float:left;  width:197px;  height:93px;}
.gnb{position:absolute; right:25px; top:10px; overflow:hidden;}
.gnb li{float:left}
.gnb li a{display: block; padding:0 11px; background: url(../images/top_line.jpg) no-repeat right center; font-size: 12px;}
.gnb li.last a{background: none; padding-right: 0px;}
.go_site{position:absolute; right:25px; top:50px; overflow:hidden;}
.go_site ul{overflow: hidden;}
.go_site ul li{float: left;}
.go_site ul li.kmc a{display: block; height: 30px;}
.go_site ul li.skin a{display: block; height: 30px; margin-left: 10px;}
.go_site ul li.diet a{display: block;  height: 30px; margin-left: 10px;}

#header .lnb_area {
  width: 100%;
  height: 38px;
  margin-bottom: -1px;
  background: #303030;
}

#header .lnb_area .lnb_area_inner {
  width: 100%;
  max-width: 1210px;
  height: 100%;
  margin: 0 auto;
}

#header .lnb_area .lnb_area_inner .n_lnb {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .lnb_area .lnb_area_inner .n_lnb > li {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 100%;
}

#header .lnb_area .lnb_area_inner .n_lnb > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  padding: 0;
  background: url("../images/lnb_line.jpg") no-repeat right center;
  color: #ffffff;
  font-family: "nbgB";
  font-size: 15px;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}

#header .lnb_area .lnb_area_inner .n_lnb > li:last-child > a {
  background: none;
}

#header .lnb_area .lnb_area_inner .n_lnb > li .n_lnb_sub {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 332px;
  height: 257px;
  border: 1px solid #bbbbbb;
  border-top: 0;
  background: #ffffff;
  box-sizing: border-box;
}

/* 7번째 메뉴부터는 오른쪽을 기준으로 펼침 */
#header .lnb_area .lnb_area_inner .n_lnb > li:nth-child(n + 7) .n_lnb_sub {
  right: 0;
  left: auto;
}

#header .lnb_area .lnb_area_inner .n_lnb > li:hover .n_lnb_sub,
#header .lnb_area .lnb_area_inner .n_lnb > li:focus-within .n_lnb_sub {
  display: flex !important;
}

#header .lnb_area .lnb_area_inner .n_lnb > li .n_lnb_sub > ul {
  width: 110px;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

#header .lnb_area .lnb_area_inner .n_lnb > li .n_lnb_sub > ul > li {
  width: 100%;
  margin: 0;
}

#header .lnb_area .lnb_area_inner .n_lnb > li .n_lnb_sub > ul > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px 0 15px;
  background: none;
  color: #626262;
  font-family: "nbgB";
  font-size: 13px;
  line-height: 1;
  text-align: left;
  box-sizing: border-box;
}

#header .lnb_area .lnb_area_inner .n_lnb > li .n_lnb_sub > ul > li > a:hover,
#header .lnb_area .lnb_area_inner .n_lnb > li .n_lnb_sub > ul > li > a:focus {
  color: #082e5e;
}

#header .lnb_area .lnb_area_inner .n_lnb > li .n_lnb_sub .photo {
  width: 220px;
  height: 100%;
}

#header .lnb_area .lnb_area_inner .n_lnb > li .n_lnb_sub .photo a,
#header .lnb_area .lnb_area_inner .n_lnb > li .n_lnb_sub .photo img {
  display: block;
  width: 100%;
  height: 100%;
}

#header .lnb_area .lnb_area_inner .n_lnb > li .n_lnb_sub .photo img {
  object-fit: cover;
}

/* 얼굴시술부터 병원소개까지 이미지 왼쪽, 메뉴 오른쪽 */


#header .lnb_area .lnb_area_inner .n_lnb > li:nth-child(7) .n_lnb_sub,
#header .lnb_area .lnb_area_inner .n_lnb > li:nth-child(8) .n_lnb_sub,
#header .lnb_area .lnb_area_inner .n_lnb > li:nth-child(9) .n_lnb_sub,
#header .lnb_area .lnb_area_inner .n_lnb > li:nth-child(10) .n_lnb_sub,
#header .lnb_area .lnb_area_inner .n_lnb > li:nth-child(11) .n_lnb_sub,
#header .lnb_area .lnb_area_inner .n_lnb > li:nth-child(12) .n_lnb_sub {
  flex-direction: row-reverse;
}

/* 기존 JS 또는 hover 스타일로 열린 서브메뉴 전부 초기화 */
#header .lnb_area .lnb_area_inner .n_lnb:hover > li > .n_lnb_sub {
  display: none !important;
}

/* 현재 호버한 대메뉴의 직속 서브메뉴만 노출 */
#header .lnb_area .lnb_area_inner .n_lnb > li:hover > .n_lnb_sub,
#header .lnb_area .lnb_area_inner .n_lnb > li:focus-within > .n_lnb_sub {
  display: flex !important;
}
.content_wrap{width: 100%; height: auto; overflow: hidden;}

.footer_wrap{/* background: #f6f6f6; */ padding-bottom: 30px;}
.footer_wrap .footer{width: 1200px; margin: 0 auto; overflow: hidden; padding-top: 30px;}
.footer_wrap .footer>div{float: left;}
.footer_wrap .footer>div.footer_left{float: left; width: 250px; margin-top: 30px;}
.footer_wrap .footer>div.footer_right{float: left; width: 950px; color: #58595b;}
.footer_wrap .footer>div.footer_right li{line-height: 200%; letter-spacing: -0.5px}

/* 퀵메뉴 */
#asideRight {
	position:fixed;top:140px;width:601px;z-index:1;right:0px;
	margin-right:-506px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	 -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#asideRight.on {margin-right:0;}
/*#asideRight.ona {position:absolute;}*/
#asideRight.onx {
	-webkit-transition: none;
	-moz-transition: none;
	 -o-transition: none;
	transition: none;
}

#asideRight {position:fixed;right:0;top:100px;z-index:1100; background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;}
#asideRight ul {width:100px;}
#asideRight li a {display:block;height:79px;background:url(/roa_index/images/asideRight.png) no-repeat;border-bottom:1px solid #535560;text-indent:-9999em}
#asideRight li.nth-child-1 a { transition: all 0.5s;}
#asideRight li.nth-child-2 a {background-position:0 -79px; transition: all 0.5s;}
#asideRight li.nth-child-3 a {background-position:0 -158px; transition: all 0.5s;}
#asideRight li.nth-child-4 a {background-position:0 -237px; transition: all 0.5s;}
#asideRight li.nth-child-5 a {background-position:0 -316px; transition: all 0.5s;}
#asideRight li.nth-child-6 a {background-position:0 -395px; transition: all 0.5s;}
#asideRight li.nth-child-7 a {background-position:0 -474px; transition: all 0.5s;}
#asideRight li.nth-child-8 a {background-position:0 -553px; transition: all 0.5s;}
#asideRight li a:hover, #asideRight li a:focus, #asideRight li a.on {background-position-x:right; transition: all 0.5s;}

#asideRightContent-wrap {position:absolute;right:0;top:0;width:506px;background:#fff; height: 756px; overflow: hidden;}
#asideRightContent-loading img {margin:100px}
#asideRightContent {display:none}

#bg {position:fixed;left:0;right:0;top:0;bottom:0;background:url(/roa_index/images/bg.png) repeat;z-index:1000}
th {text-align: center;}


/* GNB 기본 스타일 유지 */
.gnb ul li {
  float: left;
}

.gnb ul li a {
  display: block;
  padding: 0 11px;
  font-size: 12px;
  color: #111;
  background: url(/roa_kmc/images/top_line.jpg) no-repeat right center;
}

/* 마지막 항목인 블로그는 오른쪽 경계선 제거 */
.gnb ul li.last a {
  background: none;
  padding-right: 0;
}

/* 즐겨찾기 오른쪽에도 줄을 보이게 강제 설정 */
.gnb ul li.favorite a {
  background: url(/roa_kmc/images/top_line.jpg) no-repeat right center;
}


