@charset "utf-8"; 

/**********************************************************************
- Main Style
-----------------------------------------------------------------------
* Descript : 해당 사이트의 메인 페이지에서 사용하는 레이아웃 및 스타일
-----------------------------------------------------------------------
* 최초작성일 : 
* 최초작성자 : 

* 최후작성일 : 
* 최후작성자 : 
--
* 기본 가로 사이즈 : 


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

#main_slide_page	{ position: relative; overflow: hidden; }

#main_slide_page .flex-control-paging	{
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -545px;
	width: 354px;
	z-index: 10;
}
#main_slide_page .flex-control-paging li	{
	display: block;
	width: 25%;
	float: left;
}
#main_slide_page .flex-control-paging li a	{
	display: block;
	width: 75px;
	height: 75px;
	overflow: hidden;
	text-indent: -999px;

	background: url('/images/main/splite_main_page_navi.png') no-repeat 0 0;
}
#main_slide_page .flex-control-paging li a.flex-active	{ background-position: 0 100%; }

#main_slide_page .flex-control-paging li + li a				{ background-position: -87px 0; }
#main_slide_page .flex-control-paging li + li a.flex-active	{ background-position: -87px 100%; }

#main_slide_page .flex-control-paging li + li + li a				{ background-position: -175px 0; }
#main_slide_page .flex-control-paging li + li + li a.flex-active	{ background-position: -175px 100%; }

#main_slide_page .flex-control-paging li + li + li + li a				{ background-position: -262px 0; }
#main_slide_page .flex-control-paging li + li + li + li a.flex-active	{ background-position: -262px 100%; }

#main_slide_page .flex-direction-nav a	{
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	height: 75px;
	width: 38px;
	overflow: hidden;
	text-indent: -999px;
	z-index: 11;
	background: url('/images/main/splite_main_direct_navi.png') no-repeat 0 50%;
}
#main_slide_page .flex-direction-nav a.flex-prev	{ margin-left: -580px; }
#main_slide_page .flex-direction-nav a.flex-next	{ margin-left: -210px; background-position: 100% 50%; }



.main-page-box	{
	position: relative;
	height: 1234px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
}
.main-page-box .main-title	{ padding-top: 30px; margin-bottom: 10px; }
.main-page-box .main-title img	{ display: none; }


/****************************
	저널
****************************/

.main_journal	{ padding-top: 170px; background-image: url('/images/main/bak_page_journal.jpg'); }

.jour_visual_tab	{
	position: relative;
	width: 710px;
	height: 340px;
	margin-bottom: 60px;
	box-sizing: content-box;
}
.jour_visual_tab .tab-viewport,
.jour_visual_tab .tab-slides,
.jour_visual_tab .tab-slides li		{ height: 100%; overflow: hidden; }

.jour_visual_tab .tab-direction-nav	{ display: none; }
.jour_visual_tab .tab-control-paging {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.jour_visual_tab .tab-control-paging li	{
	display: inline-block;
	padding-right: 10px;
}
.jour_visual_tab .tab-control-paging a	{
	display: block;
	position: relative;
	overflow: hidden;
	text-indent: -999px;
	width: 27px;
	height: 27px;
	border: 0px solid #fff;
	border-radius: 9.0em;
}
.jour_visual_tab .tab-control-paging a.tab-active	{ border-width: 1px; }
.jour_visual_tab .tab-control-paging a:before	{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 9.0em;
}
.vis-tab-content { position: relative; width: 100%; height: 100%; }
.vis-tab-content .vis	{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: right;
	z-index: 0;
}
.vis-tab-content .txt	{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.vis-tab-content .txt sup	{
	display: block;
	padding-bottom: 30px;
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}
.vis-tab-content .txt em	{
	display: block;
	position: relative;
	font-size: 54px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: -2px;
}
.vis-tab-content .txt span	{
	display: block;
	padding-top: 20px;
	font-size: 16px;
	color: #e4e4e4;
}
.vis-tab-content .txt a	{
	display: block;
	position: relative;
	color: #fff;
	margin-top: 35px;
	border: 1px solid #c6c6c6;
	font-size: 14px;
	padding: 10px 40px;
	float: left;
}


.jour_board_box	{ overflow: hidden; margin: 0 -3px; }

.jour_board_box .item	{
	position: relative;
	overflow: hidden;
	float: left;
	padding: 3px;
	height: 221px;
}
.jour_board_box .item .inner	{ position: relative; height: 100%; }
.jour_board_box .item.col-A	{ width: 490px; }
.jour_board_box .item.col-B	{ width: 338px; }


.jour_board_box .item .title	{
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	z-index: 1;
}
.jour_board_box .item .title:before	{
	content: url('/images/main/ico_jour_102_white.png');
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.jour_board_box .item .ui-more	{
	display: block;
	position: absolute;
	font-size: 15px;
	color: #fff;
	z-index: 10;
}
.jour_board_box .item .ui-more:after	{
	content: url('/images/main/ico_jour_more_white.png');
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.jour_board_box .item.board-box .inner	{ background: #fff; }
.jour_board_box .item.board-box .title	{
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 15px 0 30px;
	border-bottom: 1px solid #e6e6e6;
}
.jour_board_box .item.board-box .ui-more	{
	top: 15px;
	right: 15px;
	color: #000;
	font-weight: 400;
	
}

.jour_board_box .item.black .title			{ color: #000; }
.jour_board_box .item.black .title:before	{ content: url('/images/main/ico_jour_102_black.png'); }
.jour_board_box .item.black .ui-more		{ color: #000; }
.jour_board_box .item.black .ui-more:after	{ content: url('/images/main/ico_jour_more_black.png'); }

.jour_board_box .banner	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0;
}

.webzine-board-list	{ position: relative; height: 165px; }
.webzine-slides a	{
	display: block;
	position: relative;
	height: 165px;
}
.webzine-slides li.no-data	{
	text-align: center;
	line-height: 165px;
}
.webzine-slides .thumb	{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}
.webzine-slides .thumb img	{ width: 100% !important; height: auto !important; }
.webzine-slides .webzine-content	{
	position: relative;
	padding: 30px 20px;
}
.webzine-slides .thumb + .webzine-content	{ margin-left: 250px; }

.webzine-slides .webzine-content > *	{
	display: block;
	font-size: 15px;
}
.webzine-slides .webzine-content strong	{ font-weight: 600; display: block; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.webzine-slides .webzine-content span	{ margin-bottom: 0px; }
.webzine-slides .webzine-content sup	{ font-size: 13px; color: #888888; }

.webzine-direction-nav	{ display: none; }
.webzine-control-paging	{
	position: absolute;
	right: 23px;
	bottom: 20px;
}
.webzine-control-paging li	{ display: inline-block; margin-left: 4px; }
.webzine-control-paging a	{
	display: block;
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 9.0em;
	background: #d0d0d0;
	text-indent: -999px;
	overflow: hidden;
}
.webzine-control-paging a.webzine-active	{ background: #000000; }



.board-list	{
	display:block;
	position: relative;
	padding: 28px 20px;
}
.board-list li	{
	display: block;
	margin-bottom: 5px;
}
.board-list li.no-data	{
	text-align: center;
	line-height: 109px;
}
.board-list a	{
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	padding-left: 20px;
}
.board-list a:before	{
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background: #000;
	top: 50%;
	margin-top: -1px;
	left: 8px;
}


.banner-content	{
	position: relative;
	padding: 0 20px;
	color: #fff;
}
.banner-content span	{ display: block; font-size: 15px; }
.banner-content strong	{ display: block; font-size: 20px; }

.banner-box .title						{ line-height: 1.0em !important; padding: 25px 20px 15px !important; }
.banner-event .banner-content strong	{ font-size: 20px; color: #000; margin-top: 10px; }
.banner-peaple .banner-content strong	{ font-size: 18px; color: #e2c7bb; margin-bottom: 10px; }

.banner-content + i	{
	display: block;
	position: absolute;
	color: #fff;
	line-height: 30px;
	width: 80px;
	left: 20px;
	bottom: 20px;
	background: url('/images/main/bak_main_jour_more.png') no-repeat 0 100%;
}

.jour_hash_box	{
	position: relative;
	padding-left: 285px;
	margin: 50px 0;
}
.jour_hash_box .title	{
	position: absolute;
	width: 285px;
	top: 0;
	left: 0;
}
.jour_hash_box a	{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 0 5px;
	margin: 3px 0;
	font-weight: 300;
}
.jour_hash_box a:before	{ content: "#"; }



/****************************
	체험
****************************/

.main_experience	{ background-image: url('/images/main/bak_page_experience.jpg'); padding-top: 100px; }

.exp_movie	{
	float: left;
	clear: both;
}
.exp_movie a,
.exp_movie img	{ display: block; }

.exp_movie_list	{
	position: relative;
	clear: both;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	overflow: hidden;
}
.exp_movie_list li	{
	float: left;
	margin-right: 20px;
}
.exp_movie_list li a	{
	display: block;
	position: relative;
}
.exp_movie_list li a:after	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	background: url('/images/main/bak_movie_play_off.png') no-repeat 50% 50%;
}
.exp_movie_list li a img	{ display: block; }
.exp_movie_list li.on a:after,
.exp_movie_list li a:hover:after	{
	border: 3px solid #fff;
	background: url('/images/main/ico_movie_play_on.png') no-repeat 50% 50%;
}

.exp_movie_list li .name-card	{
	display: none;
	position: absolute;
	top: 15px;
	left: 425px;

}
.exp_movie_list li.on .name-card			{ display: block; }
.exp_movie_list .name-card span		{
	display: block;
	position: relative;
	padding-top: 25px;
	font-size: 16px;
	color: #fff;
}
.exp_movie_list .name-card span:before	{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #fff;
}
.exp_movie_list .name-card p	{
	font-size: 20px;
	color: #fff;
}
.exp_movie_list .name-card p strong	{
	font-weight: 400;
	color: #1990ee;
}


.exp_movie_list .name-card p em	{ font-weight: 600; }

.exp_latest_list	{ 
	position: relative;
	margin: 0 -3px;
	padding-top: 17px;
}
.exp_latest_list dl	{
	display: block;
	width: 25%;
	padding: 0 3px;
	float: left;
	box-sizing: border-box;
}
.exp_latest_list dt	{
	position: relative;
	height: 240px;
	margin-bottom: 7px;
}
.exp_latest_list dl dt a	{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: url('/images/main/tab_exp_latest_01.png') no-repeat 50% 50%;
	background-size: cover;
}
.exp_latest_list dl dt a:after	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	border: 0px solid rgba(0, 0, 0, .5);

	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.exp_latest_list dl dt a:hover:after	{
	border-width: 10px;
}

.exp_latest_list dl.on dt a					{ background-image: url('/images/main/tab_exp_latest_01_on.png'); }
.exp_latest_list dl + dl dt a				{ background-image: url('/images/main/tab_exp_latest_02.png'); }
.exp_latest_list dl + dl.on dt a			{ background-image: url('/images/main/tab_exp_latest_02_on.png'); }
.exp_latest_list dl + dl + dl dt a			{ background-image: url('/images/main/tab_exp_latest_03.png'); }
.exp_latest_list dl + dl + dl.on dt a		{ background-image: url('/images/main/tab_exp_latest_03_on.png'); }
.exp_latest_list dl + dl + dl + dl dt a		{ background-image: url('/images/main/tab_exp_latest_04.png'); }
.exp_latest_list dl + dl + dl + dl.on dt a	{ background-image: url('/images/main/tab_exp_latest_04_on.png'); }

.exp_latest_list dt sup	{
	display: block;
	position: absolute;
	top: 8px;
	right: 23px;
	font-size: 18px;
	color: #fff;
}
.exp_latest_list dt sup strong	{ font-size: 50px; }
.exp_latest_list dt em	{
	display: block;
	position: absolute;
	bottom: 23px;
	left: 23px;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	line-height: 1.1em;
}
.exp_latest_list dt em:before	{
	display: block;
	content: url('/images/main/tlt_exp_list.png');
}
.exp_latest_list dl.on dt em:before	{
	content: url('/images/main/tlt_exp_list_on.png');
}

.exp_latest_list .tab-other strong	{
	display: block;
	position: relative;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: 600;
}
.exp_latest_list .tab-other i	{
	display: block;
	text-align: center;
	padding: 40px 0 20px;
}
.exp_latest_list .tab-other strong:before	{ content: url('/images/main/ico_102.png'); }
.exp_latest_list .tab-other span	{
	display: block;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

.exp_latest_list dd	{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.exp_latest_list .on dd	{ display: block; }

.exp_latest_list .list	{  }
.exp_latest_list .list li	{
	width: 25%;
	float: left;
	padding: 3px;
	box-sizing: border-box;
}
.exp_latest_list .list a	{
	display: block;
	position: relative;
	height: 160px;
	padding: 3px 10px;
	box-sizing: border-box;
	background: #ffffff;
}
.exp_latest_list .list a > *	{ z-index: 1; }
.exp_latest_list .list a:before	{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #fff;
	z-index: 0;
}
.exp_latest_list .list a:after	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	background: url('/images/main/ico_plus.png') no-repeat 50% 50% #d7d7d7;
}
.exp_latest_list .list a strong	{
	display: block;
	position: relative;
	padding: 0 6px;
	line-height: 50px;
	border-bottom: 1px solid #dedede;
	color: #0488d5;
	font-size: 20px;
}
.exp_latest_list .list a i	{
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	top: 67px;
	left: 18px;
	border-radius: 9.0em;
	overflow: hidden;
}
.exp_latest_list .list .name	{
	display: block;
	position: relative;
	margin-left: 95px;
	padding: 15px 0 0;
	font-size: 16px;
	font-weight: 400;
}
.exp_latest_list .list .descript	{ 
	display: block;
	position: relative;
	margin-left: 95px;
	padding: 5px 0 0;
	font-size: 14px;
	letter-spacing: -0.05em;
}
.exp_latest_list .list a:hover	{
	background: #00c0fe;
	background-size: cover;
}
.exp_latest_list .list a:hover:after	{ background-color: #00c0fe; }

.exp_latest_list .list .more a	{
	background: url('/images/main/bak_exp_list_more.png') no-repeat 50% 50%;
	background-side: cover;
}
.exp_latest_list .list .more a:before	{ display: none; }
.exp_latest_list .list .more a:after	{ 
	content: url('/images/main/ico_more.png');
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	background: transparent;
	top: auto;
	right: auto;
	left: 33px;
	bottom: 25px;
}
.exp_latest_list .list .more strong	{
	color: #fff;
	border: none;
	font-size: 22px;
	padding: 25px 20px 7px;
	line-height: 1.0em;
}
.exp_latest_list .list .more span	{
	display: block;
	position: relative;
	color: #fff;
	padding: 0 20px;
	font-size: 16px;
}




/****************************
	소개
****************************/

.main_introduce	{ background-image: url('/images/main/bak_page_introduce.jpg'); padding-top: 80px; }

.main_introduce .contents	{
	position: relative;
	padding-top: 50px;
	overflow: hidden;
}
.intro-left		{ width: 395px; float: left; padding-top: 100px; overflow: hidden; }
.intro-right	{ width: 785px; float: right; overflow: hidden; }

.intro-left .title	{
	padding-top: 80px;
	font-size: 48px;
	font-weight: 800;
	color: #fff;
	letter-spacinG: -3px;
}

.intro-left .item					{ position: relative; padding: 30px 0; color: #fff; font-size: 18px; }
.intro-left .item + .item			{ border-top: 1px solid rgba(255, 255, 255, .2); padding-left: 30px; }
.intro-left .item + .item + .item	{ padding-left: 0; }
.intro-left .item strong			{ font-weight: 600; }
.intro-left .item i	{
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 9.0em;
	background: rgba(255, 255, 255, .5);
	margin-bottom: 20px;
	overflow: hidden;
}
.intro-left .item:hover i	{ background: #0193e9; }

.intro-banner	{
	position: relative;
	width: 50%;
	float: left;
	box-sizing: border-box;
	background-size: cover;
}

.intro-viewer,
.intro-content,
.intro-guide,
.intro-map		{ float: right; }

.intro-doctors		{
	height: 500px;
	margin-top: 50px;
	background: url('/images/main/bak_intro_banner_doctor_new.jpg') no-repeat;
}
.intro-viewer		{
	height: 310px;
	background: url('/images/main/bak_intro_banner_viewer.jpg') no-repeat;
}
.intro-content		{
	height: 240px;
	text-align: center;
	background: #fff;
}
.intro-guide		{
	height: 100px;
	background: #003369;
}
.intro-guide a:before	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/images/main/txt_intro_banner_guide.png') no-repeat;
}
.intro-guide a > *	{ position: absolute; left: -999px; }


.intro-report		{
	height: 400px;
	background: url('/images/main/bak_intro_banner_report.jpg') no-repeat;
}
.intro-report a:before	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('/images/main/txt_intro_banner_report.png') no-repeat 50% 50%;
}
.intro-report a > *	{ position: absolute; left: -1000px; }


.intro-map			{
	height: 250px;
	background: url('/images/main/bak_intro_banner_map.jpg') no-repeat;
}

.intro-banner a	{
	display: block;
	position: relative;
	padding: 30px 30px;
	box-sizing: border-box;
	height: 100%;
}
.intro-doctors a	{ padding-top: 40px; }
.intro-banner a .title + i	{
	display: block;
	position: absolute;
	width: 41px;
	height: 13px;
	background: url('/images/main/ico_intro_detail.png') no-repeat 0 0;
	left: 30px;
	top: 110px;
}
.intro-banner .title	{
	display: block;
	position: relative;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 11px;
}
.intro-banner .title:before	{ content: url('/images/main/ico_jour_102_black2.png'); display: block; }
.intro-banner .text	{
	position: relative;
	padding-top: 15px;
	font-size: 16px;
	color: #333333;
}
.intro-banner .text:before	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 2px;
	background: #a0a0a0;
}

.intro-banner a:after	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	border: 0px solid rgba(0, 0, 0, .2);

	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.intro-banner a:hover:after	{
	border-width: 10px;
}





/****************************
	진료
****************************/

.main_treat	{ background-image: url('/images/main/bak_page_treat.jpg'); padding-top: 100px; }

.treat-banner	{ 
	position: relative;
	padding-top: 35px;
	overflow: hidden;
}

.treat-banner ul	{
	display: block;
	position: relative;
	margin: 0 -3px;
}
.treat-banner li	{
	position: relative;
	width: 25%;
	float: left;
	padding: 3px;
	box-sizing: border-box;
	overflow: hidden;
}
.treat-banner li.col-2	{ width: 50%; }
.treat-banner li a	{
	display: block;
	position: relative;
	height: 220px;
	background: url('/images/main/bak_treat_banner.png') no-repeat 100% 100%;
	background-size: cover;
	text-align: center;
}
.treat-banner li a:hover	{ background: #09305a; }

.treat-banner li a i	{
	display: block;
	padding-top: 50px;
}
.treat-banner li a i.on	{ display: none; }
.treat-banner li a:hover i.on	{ display: block; }
.treat-banner li a:hover i.off	{ display: none; }

.treat-banner li a strong	{
	display: block;
	font-size: 26px;
	color: #ffffff;
	font-weight: 600;
}


.teat-contact	{
	position: relative;
	margin-top: 40px;
	height: 240px;
	padding: 47px 230px 47px 290px;
	background: #fff;
}
.teat-contact .title	{ 
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
}
.teat-contact .ui-submit	{
	position: absolute;
	top: 0;
	right: 0;
	width: 230px;
	bottom: 0;
}
.teat-contact .ui-submit button	{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -73px;
	margin-left: -73px;
	width: 146px;
	height: 146px;
	border-radius: 9.0em;
	background: #0093e9;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}

.teat-contact .left,
.teat-contact .right	{
	position: relative;
	width: 50%;
	float:left;
}
.teat-contact fieldset	{
	position: relative;
	padding-left: 98px;
	line-height: 35px;
	margin-bottom: 15px;
}
.teat-contact fieldset:after	{
	content: "";
	display: block;
	clear: both;
}
.teat-contact fieldset label	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 98px;
	font-size: 16px;
	color: #000;
	padding-right: 10px;
	font-weight: 400;
	text-align: right;
	box-sizing: border-box;
}
.teat-contact fieldset input	{ width: 100%; height: 35px; }
.teat-contact fieldset.ui-tel input	{
	width: 28%;
	float: left;
	padding: 0 3px;
}
.teat-contact fieldset.ui-tel i	{
	display: inline-block;
	width: 8%;
	text-align: center;
	float: left;
}
.teat-contact fieldset .nice-select			{ width: 100%; height: 35px;line-height: 35px; border-radius: 0; }
.teat-contact fieldset.ui-tel .nice-select	{ width: 28%; float: left; padding-left: 3px; }

.teat-contact .right fieldset	{ margin-bottom: 5px; }

.teat-contact textarea	{
	width: 100%;
	height: 90px;
	min-height: 90px;
	box-sizing: border-box;
}

.teat-contact .quick-agree-box	{ text-align: right; padding-left: 0; }
.teat-contact .quick-agree-box label	{
	display: inline-block;
	clear: both;
	width: auto;
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	margin-right: 0;
	padding: 0;
	font-size: 15px;
}
.teat-contact .quick-agree-box label em	{ color: #0093e9; }
.teat-contact .quick-agree-box label:before	{
	width: 19px;
	height: 19px;
	border-radius: 9.0em;
}
.teat-contact .quick-agree-box input[type="checkbox"]:checked + label:before	{
	background: url('/images/main/ico_check.png') no-repeat 50% 50% #f4f4f4;
}
.teat-contact .other-link	{
	color: #000;
	text-decoration: underline;
}





/****************************
	동영상 팝업
****************************/


#exp_popup	{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 100;
}
#exp_popup > .exp-movie-close	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
	text-indent: -999px;
}
#exp_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%;
}
#exp_popup .pannel h1	{
	font-size: 30px;
	line-height: 75px;
	color: #fff;
	font-weight: 600;
}

#exp_popup .pannel > .exp-movie-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%;
}
#exp_popup .pannel > .exp-movie-close:after	{
	content: url('/images/main/ico_exp_close.png');
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

#exp_popup_movie_box	{
	height: 395px;
	background: #000;
}

#exp_popup_list	{ margin: 0 -2px; }
#exp_popup_list li	{
	display: block;
	position: relative;
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 15px 2px 0;
}
#exp_popup_list li a	{
	display: block;
	position: relative;
}
#exp_popup_list li a:after	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px;
	background: url('/images/main/ico_movie_play_thumb_off.png') no-repeat 50% 50%;
}
#exp_popup_list li em		{ display: block; }
#exp_popup_list li img		{ display: block; }
#exp_popup_list li span		{
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
} 
#exp_popup_list li.on a:after	{ background-image: url('/images/main/ico_movie_play_thumb_on.png'); }
#exp_popup_list li.on span		{ color: #44d58d; }





