@charset "utf-8"; 

/**********************************************************************
- Common Style
-----------------------------------------------------------------------
* Descript : 해당 사이트의 메인/서브 공통 스타일
             전체적으로 들어가는 기본 스타일 혹은 레이아웃을 정의한다.
-----------------------------------------------------------------------
* 최초작성일 : 2017.04.19
* 최초작성자 : 더웹 박현정

* 최후작성일 : 2017.04.19
* 최후작성자 : 더웹 박현정
--
* 웹폰트 정의 : 나눔고딕 - Google Font
* 폰트 색상
- 기본 : #333;
- 강조 : #000;

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

/* 웹폰트 */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

#ui-datepicker-div	{ z-index: 9999 !important; }

/***************************
	Default
****************************/

*	{ box-sizing: border-box; }
body, input, select, textarea, button {font:normal 300 14px/1.4 'Noto Sans KR', 'Nanum','나눔고딕','Nanum Gothic','돋움',Dotum,'굴림',Gulim,AppleGothic,Sans-serif; color:#000 }
body { min-width:  1200px; overflow-y: scroll; font:normal 300 14px/1.4 'Noto Sans KR', 'Nanum','나눔고딕','Nanum Gothic','돋움',Dotum,'굴림',Gulim,AppleGothic,Sans-serif; color:#000 }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder	{color:#d2d2d2}

input:-ms-input-placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder {color:#767676} 

select			{ display: none; }
select.ignore	{ display: inline; }

.fix-layout	{ position: relative; max-width: 1200px; margin: 0 auto; padding: 0 10px; }
.fix-layout:after	{
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.fix-layout.no-padding	{ padding: 0; }

.simple-bak	{
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.top-left-bak		{ background-position: 0% 0%; }
.top-center-bak		{ background-position: 50% 0%; }
.top-right-bak		{ background-position: 100% 0%; }

.middle-left-bak	{ background-position: 0% 50%; }
.middle-center-bak	{ background-position: 50% 50%; }
.middle-right-bak	{ background-position: 100% 50%; }

.bottom-left-bak	{ background-position: 0% 100%; }
.bottom-center-bak	{ background-position: 50% 100%; }
.bottom-right-bak	{ background-position: 100% 100%; }


.full-bak	{ background-size: cover; }

input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"]	{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #dadada;
	color: #333;
	height: 30px;
	padding: 0 10px;
}
textarea	{
	border: 1px solid #dadada;
	color: #333;
	padding: 10px;
	min-height: 150px;
}


.scroll-box	{
	border: 1px solid #dddddd;
	margin: 20px 0;
	padding: 20px;
	height: 180px;
	overflow-y: auto;
	line-height: 1.5em;
	color: #555555;
}

input[type="radio"],
input[type="checkbox"]	{ display: none; }

input[type="radio"] + label,
input[type="checkbox"] + label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.5em;
	line-height: 1.5em;
	cursor: pointer;
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid #dddddd;
	width: 19px;
	height: 19px;
	border-radius: 9.0em;
	margin-right: 5px;
	background: #fff;
}

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before	{
	background: url('/images/main/ico_check.png') no-repeat 50% 50% #fff;
}



/** SNS 영역 */
.snsShare li		{ display: inline-block; width: 62px; vertical-align: top; margin: 0 0 20px 0; }
.snsShare li a	{ display: block; text-align: center; font-size: 11px; font-family: 'dotum'; color: #999; letter-spacing: -1px; }
.snsShare li i	{ display: block; height: 44px; width: 44px;margin: 0 auto 5px auto; background-image: url('/images/icon_sns_btn.png'); background-repeat: no-repeat; }
.snsShare li.sns-1 i {background-position: 0 0;}
.snsShare li.sns-2 i {background-position: -68px 0;}
.snsShare li.sns-3 i {background-position: -135px 0;}
.snsShare li.sns-4 i {background-position: -205px 0;}
.snsShare li.sns-5 i {background-position: 0 -61px;}
.snsShare li.sns-6 i {background-position: -68px -61px;}
.snsShare li.sns-7 i {background-position: -135px -61px;}
.snsShare li.sns-8 i {background-position: -205px -61px;}


/***************************
	Templete
****************************/

.box	{ position: relative; }

.txt-left	{ text-align: left !important; }
.txt-center	{ text-align: center !important; }
.txt-right	{ text-align: right !important; }

.mt0	{ margin-top: 0px !important; }
.mt10	{ margin-top: 10px !important; }
.mt15	{ margin-top: 15px !important; }
.mt20	{ margin-top: 20px  !important; }
.mt30	{ margin-top: 30px  !important; }
.mt40	{ margin-top: 40px  !important; }
.mt50	{ margin-top: 50px  !important; }
.mt60	{ margin-top: 60px  !important; }
.mt70	{ margin-top: 70px  !important; }
.mt80	{ margin-top: 80px  !important; }
.mt85	{ margin-top: 85px  !important; }
.mt90	{ margin-top: 90px  !important; }
.mt100	{ margin-top: 100px  !important; }
.mt110	{ margin-top: 110px  !important; }
.mt120	{ margin-top: 120px  !important; }
.mt130	{ margin-top: 130px  !important; }
.mt140	{ margin-top: 140px  !important; }
.mt150	{ margin-top: 150px  !important; }
.mt160	{ margin-top: 160px  !important; }
.mt170	{ margin-top: 170px  !important; }
.mt180	{ margin-top: 180px  !important; }
.mt190	{ margin-top: 190px  !important; }
.mt200	{ margin-top: 200px  !important; }

.mb0	{ margin-bottom: 0px !important; }
.mb10	{ margin-bottom: 10px  !important; }
.mb15	{ margin-bottom: 15px !important; }
.mb20	{ margin-bottom: 20px  !important; }
.mb30	{ margin-bottom: 30px  !important; }
.mb35	{ margin-bottom: 35px  !important; }
.mb40	{ margin-bottom: 40px  !important; }
.mb50	{ margin-bottom: 50px  !important; }
.mb60	{ margin-bottom: 60px  !important; }
.mb65	{ margin-bottom: 65px  !important; }
.mb70	{ margin-bottom: 70px  !important; }
.mb80	{ margin-bottom: 80px  !important; }
.mb90	{ margin-bottom: 90px  !important; }
.mb100	{ margin-bottom: 100px  !important; }
.mb110	{ margin-bottom: 110px  !important; }
.mb120	{ margin-bottom: 120px  !important; }
.mb130	{ margin-bottom: 130px  !important; }
.mb140	{ margin-bottom: 140px  !important; }
.mb150	{ margin-bottom: 150px  !important; }
.mb160	{ margin-bottom: 160px  !important; }
.mb170	{ margin-bottom: 170px  !important; }
.mb180	{ margin-bottom: 180px  !important; }
.mb190	{ margin-bottom: 190px  !important; }
.mb200	{ margin-bottom: 200px  !important; }

.pt0	{ padding-top: 0px !important; }
.pt10	{ padding-top: 10px !important; }
.pt20	{ padding-top: 20px  !important; }
.pt30	{ padding-top: 30px  !important; }
.pt40	{ padding-top: 40px  !important; }
.pt50	{ padding-top: 50px  !important; }
.pt60	{ padding-top: 60px  !important; }
.pt70	{ padding-top: 70px  !important; }
.pt80	{ padding-top: 80px  !important; }
.pt85	{ padding-top: 85px  !important; }
.pt90	{ padding-top: 90px  !important; }
.pt100	{ padding-top: 100px  !important; }
.pt110	{ padding-top: 110px  !important; }
.pt115	{ padding-top: 115px  !important; }
.pt120	{ padding-top: 120px  !important; }
.pt130	{ padding-top: 130px  !important; }
.pt140	{ padding-top: 140px  !important; }
.pt150	{ padding-top: 150px  !important; }
.pt160	{ padding-top: 160px  !important; }
.pt170	{ padding-top: 170px  !important; }
.pt180	{ padding-top: 180px  !important; }
.pt190	{ padding-top: 190px  !important; }
.pt200	{ padding-top: 200px  !important; }

.pb0	{ padding-bottom: 0px  !important; }
.pb10	{ padding-bottom: 10px  !important; }
.pb20	{ padding-bottom: 20px  !important; }
.pb30	{ padding-bottom: 30px  !important; }
.pb35	{ padding-bottom: 35px  !important; }
.pb40	{ padding-bottom: 40px  !important; }
.pb50	{ padding-bottom: 50px  !important; }
.pb60	{ padding-bottom: 60px  !important; }
.pb65	{ padding-bottom: 65px  !important; }
.pb70	{ padding-bottom: 70px  !important; }
.pb80	{ padding-bottom: 80px  !important; }
.pb90	{ padding-bottom: 90px  !important; }
.pb100	{ padding-bottom: 100px  !important; }
.pb110	{ padding-bottom: 110px  !important; }
.pb115	{ padding-bottom: 115px  !important; }
.pb120	{ padding-bottom: 120px  !important; }
.pb130	{ padding-bottom: 130px  !important; }
.pb140	{ padding-bottom: 140px  !important; }
.pb150	{ padding-bottom: 150px  !important; }
.pb160	{ padding-bottom: 160px  !important; }
.pb170	{ padding-bottom: 170px  !important; }
.pb180	{ padding-bottom: 180px  !important; }
.pb190	{ padding-bottom: 190px  !important; }
.pb200	{ padding-bottom: 200px  !important; }
.pb210	{ padding-bottom: 210px  !important; }
.pb220	{ padding-bottom: 220px  !important; }

.pleft25	{ padding-left: 25px !important;; }

hr.line	{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #d7d7d7;
}

.ui-btn	{
	display: inline-block;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	color: #333;
	border: 1px solid #cacaca;
	background: #fafafa;
	text-align: center;
}
button.ui-btn	{ line-height: 35px; }

.ui-btn.point	{
	border-color: #303260;
	background: #303260;
	color: #fff;
}



.col-box .item	{
	display: block;
	position: relative;
	float: left;
	box-sizing: border-box;
}

.col-box.margin				{ overflow: hidden; }

.col-box.margin.pad5		{ margin: 0 -2px; }
.col-box.margin.pad5 .item	{ padding: 2px; }

.col-box.margin.pad12		{ margin: 0 -6px; }
.col-box.margin.pad12 .item	{ padding: 6px; }

.col-box.margin.pad20		{ margin: 0 -10px; }
.col-box.margin.pad20 .item	{ padding: 10px; }

.col-box.margin.pad40		{ margin: 0 -20px; }
.col-box.margin.pad40 .item	{ padding: 20px; }

.col-box.margin.pad50		{ margin: 0 -25px; }
.col-box.margin.pad50 .item	{ padding: 25px; }

.col-box.margin.pad60		{ margin: 0 -30px; }
.col-box.margin.pad60 .item	{ padding: 30px; }

.col-box.margin.pad26		{ margin: 0 -13px; }
.col-box.margin.pad26 .item	{ padding: 13px; }

.col-box .col-1		{ width : 8.33%; }
.col-box .col-2		{ width : 16.66%; }
.col-box .col-3		{ width : 25.00%; }
.col-box .col-3-5	{ width: 20.00%; }
.col-box .col-4		{ width : 33.33%; }
.col-box .col-5		{ width : 41.66%; }
.col-box .col-6		{ width : 50.00%; }
.col-box .col-7		{ width : 58.33%; }
.col-box .col-8		{ width : 66.66%; }
.col-box .col-9		{ width : 75.00%; }
.col-box .col-10	{ width : 83.33%; }
.col-box .col-11	{ width : 91.66%; }
.col-box .col-12	{ width : 100%; }



#gnb_box,
#gnb_box a	{
	transition: height .3s ease;
	-webkit-transition: height .3s ease;
	-ms-transition: height .3s ease;
}
#gnb_box a:before,
#gnb_box a:after,
#anb_box,
#location_box,
#location_box dt		{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

/***************************
	Skip Navigation
****************************/

#skip_nav	{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999;
}
#skip_nav a	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	color: #fff;
	overflow: hidden;
}
#skip_nav a:focus	{
	height: 30px;
	line-height: 30px;
	background: #000;
}



/***************************
	Header
****************************/

#header	{
	position: relative;
	z-index: 51;
}
#gnb_box .scroll-fix-logo	{ display: none; }
#logo	{
	padding: 9px 0;
	margin: 0 auto;
	text-align: center;
}

#snb_box,
#tnb_box	{
	position: absolute;
	top: 50%;
	height: 39px;
	line-height: 39px;
	margin-top: -19px;
	
}
#snb_box	{ left: 10px; }
#tnb_box	{ right: 25px; }

#snb li,
#tnb li	{ display: inline-block; }

#snb li	{ margin-right: 10px; }
#snb a	{
	display: block;
	position: relative;
	width: 39px;
	height: 39px;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 9.0em;
	background: #eee;
}
#snb a:before	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#snb a#facebook:before	{ background: url('/images/ico_sns_facebook.png') no-repeat 50% 50%; }
#snb a#blog:before		{ background: url('/images/ico_sns_blog.png') no-repeat 50% 50%; }
#snb a#kakao:before		{ background: url('/images/ico_sns_kakao.png') no-repeat 50% 50%; }

#snb a#facebook:hover		{ background: #3b5998; }
#snb a#blog:hover			{ background: #00c73c; }
#snb a#kakao:hover			{ background: #fae100; }
#snb a#kakao:hover:before	{ background: url('/images/ico_sns_kakao_on.png') no-repeat 50% 50%; }

#tnb a	{ color: #6c6c6c; font-size: 15px; }
#tnb li	{ margin-left: 20px; }



/***************************
	GNB 
****************************/

#gnb_box	{ position: relative; background: #002c5a; height: 56px; z-index: 51; }
#submenu_bak	{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 53px; 
	background: #ffffff;
	z-index: 10;
}
#gnb_box.open-gnb #submenu_bak	{ display: block; }

#gnb		{ margin-right: 180px; z-index: 20; }
#gnb_side	{ position: absolute; top: 0; right: 10px; height: 56px; width: 180px; z-index: 30; }
#gnb_side a	{
	display: block;
	position: relative;
	width: 33.33%;
	height: 100%;
	float: left;
	overflow: hidden;
	text-indent: -999px;
}
#gnb_side a:before	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#all_menu	{ background: #25aeff; }
#tell_call	{ background: #2ccf8c; }
#map_guide	{ background: #0e60b6; }

#all_menu:before	{ background: url('/images/ico_gnb_all.png') no-repeat 50% 50%; }
#tell_call:before	{ background: url('/images/ico_gnb_tell.png') no-repeat 50% 50%; }
#map_guide:before	{ background: url('/images/ico_gnb_map.png') no-repeat 50% 50%; }


#gnb .dept-1	{
	width: 25%;
	float: left;
	border-left: 1px solid #4d6c8c;
	box-sizing: border-box;
}
#gnb .dept-1 > a	{
	display: block;
	position: relative;
	text-align: center;
	color:#fff;
	font-size: 20px;
	overflow: hidden;
	height: 56px;
}
#gnb .dept-1.on > a,
#gnb .dept-1:hover > a,
#gnb .dept-1 > a:hover		{ background: #0093e9; }

#gnb .dept-1.on,
#gnb .dept-1:hover			{ border-left-color: transparent; }
#gnb .dept-1.on + .dept-1,
#gnb .dept-1:hover + .dept-1	{ border-left-color: transparent; }

#gnb .dept-1 > a span	{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0px;
	overflow: hidden;
}
#gnb .dept-1 > a:before			{ content: ""; display: inline-block; width: 47px; height: 37.5%; background: url('/images/txt_gnb_201.png') 100% 50% no-repeat; background-size: contain; vertical-align: middle; margin-right: 3px; }
#gnb .dept-1 > a:after			{ content: ""; display: inline-block; width: 40px; height: 37.5%; background-repeat: no-repeat; background-position: 0 50%; vertical-align: middle; background-size: contain; }

#gnb .dept-1 a[data-text="102진료"]:after	{ background-image: url('/images/txt_gnb_01.png'); }
#gnb .dept-1 a[data-text="102체험"]:after	{ background-image: url('/images/txt_gnb_02.png'); }
#gnb .dept-1 a[data-text="102저널"]:after	{ background-image: url('/images/txt_gnb_03.png'); }
#gnb .dept-1 a[data-text="102소개"]:after	{ background-image: url('/images/txt_gnb_04.png'); }

#gnb .dept-2-box		{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 30;
}
#gnb .dept-2-box li	{ display: inline-block; padding: 0 18px; }
#gnb .dept-2-box li a	{
	display: block;
	position: relative;
	font-family: 'Nanum Gothic';
	line-height: 53px;
	color: #424242;
	font-size: 15px;
}

#gnb .dept-2-box li.on a,
#gnb .dept-2-box li a:hover	{ font-weight: 600; }
#gnb .dept-2-box li.on a:after,
#gnb .dept-2-box li a:hover:after	{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -2px;
	right: -2px;
	height: 3px;
	background: #0093e9;
}

/*#gnb .dept-1:hover .dept-2-box,
#gnb .dept-1.on .dept-2-box		{ display: block; }*/
#gnb .dept-1:hover .dept-2-box	{ display: block; }

#gnb .dept-1 a[data-text="102진료"] + .dept-2-box	 {  }
#gnb .dept-1 a[data-text="102체험"] + .dept-2-box	 {  }
#gnb .dept-1 a[data-text="102저널"] + .dept-2-box	 { margin-left: -155px; }
#gnb .dept-1 a[data-text="102소개"] + .dept-2-box	 { margin-left: -475px; }



#anb_box	{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 126px;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	padding: 30px 0;
	overflow: hidden;
	z-index: 52;
}
#anb_box.on	{ display: block; }
#anb,
#anb_member			{ display: block; position: relative; overflow: hidden; }
#anb_box .dept-1	{ 
	display: block;
	position: relative;
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
}
#anb_box a:hover	{ color: #0093e9; }
#anb_box .dept-1 > a	{
	display: block;
	border: 1px solid #eaeaea;
	border-left-width: 0;
	border-right-width: 0;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 400;
}
#anb_box .dept-1 > ul	{
	display: block;
	padding: 20px 0 30px;
}
#anb_box .dept-2 > a	{
	display: block;
	position: relative;
	padding: 3px 15px;
	font-size: 14px;
}

#anb_quick_box	{ text-align: center; }
#anb_quick_box a	{ 
	display: block;
	position: relative;
	float: left;
	width: 15%;
	box-sizing: border-bpxi;
	padding: 10px 5px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #ddd;
	color: #444;
	background: #eaeaea;
}
#anb_quick_box a + a	{ margin-left: 2%; }


/***************************
	Quick Bar
****************************/

#quick_bar	{
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 90px;
	background: #0e2d60;
	text-align: center;
	z-index: 60;
	overflow: hidden;
}
#quick_bar .inner	{
	position: relative;
}
#quick_bar h1	{
	padding: 28px 0;
	background: #0c244a;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#quick_nav li	{ border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
#quick_nav li a	{
	display: block;
	position: relative;
	padding: 13px 0;
}
#quick_nav li i	{
	display: block;
	position: relative;
}
#quick_nav li i img	{ display: block; margin: 0 auto; }
#quick_nav li span	{
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
}
#talk_nav,
#sns_nav		{ background: #0c244a; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }

#talk_nav		{ padding: 10px 0; text-align: center; }
#talk_nav img	{ display: block; margin: 0 auto; }
#talk_nav a		{ display: block; padding: 10px 0; }
#talk_nav span	{
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
}

#sns_nav		{ padding: 10px 0 20px; }
#sns_nav a		{ display: block; padding: 17px 0; }
#sns_nav img	{ display: block; margin: 0 auto; }

#link_goto_top	{
	display: block;
	background: #0093e9;
}
#link_goto_top img	{ display: block; }

#quickMouse	{
	display: block;
	position: fixed;
	bottom: 0;
	right: 0px;
	height: 90px;
	width: 90px;
}



/***************************
	Footer
****************************/

#footer	{ position: relative; z-index: 55; }

#partner_zone	{ text-align: center; border-bottom : 1px solid rgba(178, 178, 178, .2); }

#partner_zone a	{ 
	display: inline-block;
	vertical-align: middle;
	line-height: 70px;
	padding:  0 30px;
}
#partner_zone a.first	{ padding-left: 0; }
#partner_zone a.last	{ padding-right: 0; }
#partner_zone a img	{ vertical-align: middle; }


#fnb_box	{
	height: 50px;
	line-height: 50px;
	background: #ebebeb;
	text-align: center;
}
#fnb_box a	{ 
	display: inline-block;
	vertical-align: middle;
	padding:  0 18px;
	font-family: 'Dotum';
}
#fnb_box a.first	{ padding-left: 0; }
#fnb_box a.last	{ padding-right: 0; }

#f_logo		{ position: absolute; top: 50%; left: 10px; margin-top: -20px; }
#f_contents	{ margin-left: 180px; padding: 20px 0 ; font-size: 12px; color: #696969; line-height: 1.5em; font-family: 'Dotum';letter-spacing: -0.05em; }





/****************************
	개인정보 취급방침 팝업
****************************/

#agree_popup	{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 100;
}
#agree_popup > .agree-popup-close	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
	text-indent: -999px;
}
#agree_popup .pannel	{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 862px;
	height: 790px;
	margin-top: -395px;
	margin-left: -431px;
	padding: 64px 80px;
	box-sizing: border-box;
	background: url('/images/main/bak_exp_popup.png') no-repeat 50% 50%;
}
#agree_popup .pannel h1	{
	font-size: 30px;
	line-height: 75px;
	color: #fff;
	font-weight: 600;
}

#agree_popup .pannel .agree-contents	{
	display: block;
	position: relative;
	height: 575px;
	overflow-y: auto;
	color: #fff;
}

#agree_popup .pannel > .agree-popup-close	{
	display: block;
	position: absolute;
	top: 80px;
	right: 80px;
	width: 202px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	background: url('/images/main/bak_movie_close.png') no-repeat 50% 50%;
}
#agree_popup .pannel > .agree-popup-close:after	{
	content: url('/images/main/ico_exp_close.png');
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}




/****************************
	상담/예약 팝업
****************************/

.form-popup	{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 500;
}
.form-popup > .form-popup-close	{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	text-indent: -999px;
	z-index: 0;
}
.form-popup .pannel	{
	position: absolute;
	width: 900px;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	background: #f6f6f6;
	z-index: 10;
	border-bottom: 5px solid #0093e9;
}

.form-popup .pannel h1	{
	height: 90px;
	line-height: 90px;
	background: #0093e9;
	color: #fff;
	padding: 0 50px;
	font-size: 34px;
}
.form-popup .pannel .form-popup-close	{
	display: block;
	position: absolute;
	width: 90px;
	height: 90px;
	right: 20px;
	top: 0;
	overflow: hidden;
	text-indent: -999px;
	background: url('/images/btn_form_popup_close.png') no-repeat 50% 50%;
}
.form-popup .pannel .inner	{ padding: 40px 50px; color: #000; }
.form-popup .pannel input[type="radio"] + label:before,
.form-popup .pannel input[type="checkbox"] + label:before	{ border-radius: 0; }

.form-popup .pannel input[type="radio"]:checked + label:before,
.form-popup .pannel input[type="checkbox"]:checked + label:before		{ background-image: url('/images/member/ico_check.png'); }

.form-popup .personal-box		{ padding-bottom: 30px; }
.form-popup .personal-box h2	{ font-size: 20px; font-weight: 600; }
.form-popup .scroll-box			{ background: #fff; height: 175px; margin: 15px 0; }

.form-popup .half			{ width: 155px !important; }
.form-popup .join-btn-box	{ padding: 30px 0 0;  }
.form-popup textarea		{ width: 490px; min-height: 75px; }
.form-popup p + textarea	{ width: 100%; min-height: 55px; }
.form-popup select.ignore	{
	height: 36px;
	border: 1px solid #dadada;
}

.form-popup .guide-box	{
	position: relative;
	height: 235px;
	background: url('/images/bak_reserve_guide_box.png') no-repeat 100% 100%;
	background-size: 100% auto;
	padding: 40px 0 40px 220px;
}
.form-popup .guide-box h3	{
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.form-popup .guide-box h3 em	{ color: #0093e9; }
.form-popup .guide-box h3 em:before	{
	content: url('/images/ico_reserve_102.png');
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
	margin-right: 5px;
}
.form-popup .guide-box p	{
	position: relative;
	font-size: 16px;
	color: #444444;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url('/images/ico_reserve_bullet.png') no-repeat 0 50%;
}


.has-talk-link .pannel					{ height: 1256px; margin-top: -628px; }
.has-talk-link .pannel .personal-box 	{ position: relative; padding-top: 35px; }
.has-talk-link .pannel .talk-box		{ position: absolute; top: 10px; right: 0; }
.has-talk-link .pannel .talk-box a + a	{ margin-left: 5px; }
@media all and (max-height: 1300px)	{ .has-talk-link .pannel	{ height: auto; margin-top: 0; top: 20px; bottom: 20px; overflow-y: auto; } }

#message_popup .pannel					{ width: 360px; height: 430px; backgrounD: #fff; border: none; margin-left: -180px; margin-top: -215px; padding: 17px 23px; }
#message_popup .pannel h1				{ background: none; text-align: center; line-height: 120px; border-bottom: 1px dashed #e1e1e1; }
#message_popup .popup-content			{ padding-top: 35px; text-align: center; font-size: 15px; }
#message_popup h2						{ font-weight: 500; font-size: 20px; padding-bottom: 20px; }
#message_popup fieldset					{ padding-top: 24px; }
#message_popup fieldset input			{ width: 100%; margin-bottom: 10px; height: 45px; }
#message_popup fieldset button			{ width: 100%; text-align: center; color: #fff; height: 50px; background: #002c5a; font-size: 15px; font-weight: 500; }

#message_popup .pannel .form-popup-close	{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url('/images/sub/btn_message_popup_close.png') no-repeat 50% 50%;
	overflow: hidden;
	text-indent: -999px;
}


#alimtalk_popup .pannel					{ width: 360px; height: 430px; backgrounD: #fff; border: none; margin-left: -180px; margin-top: -215px; padding: 17px 23px; }
#alimtalk_popup .pannel h1				{ background: none; text-align: center; line-height: 120px; border-bottom: 1px dashed #e1e1e1; }
#alimtalk_popup .popup-content			{ padding-top: 35px; text-align: center; font-size: 15px; }
#alimtalk_popup h2						{ font-weight: 500; font-size: 20px; padding-bottom: 20px; }
#alimtalk_popup fieldset					{ padding-top: 24px; }
#alimtalk_popup fieldset input			{ width: 100%; margin-bottom: 10px; height: 45px; }
#alimtalk_popup fieldset button			{ width: 100%; text-align: center; color: #fff; height: 50px; background: #002c5a; font-size: 15px; font-weight: 500; }

#alimtalk_popup .pannel .form-popup-close	{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url('/images/sub/btn_message_popup_close.png') no-repeat 50% 50%;
	overflow: hidden;
	text-indent: -999px;
}