@charset "utf-8";
/********** Default Setting **********/

/*
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*/

* {
	margin: 0;
	padding: 0;
	font-family: "NanumGothic";
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-track-color: #F3F3F3;
	scrollbar-arrow-color: #DDDDDD;
}
address, article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body, div, p, h1, h2, h3, h4, h5, oi, ul, li, dl, dt, dd, a, img, input, section, aside, header, footer {
	margin: 0;
	padding: 0;
}
h2, h3 {
	letter-spacing: -1px;
}
ul, li, ol {
	list-style-type: none;
	color: #000;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
.tab01 img {
	margin-left: 0px;
}
a {
	text-decoration: none;
	_color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	_color: #999;
	text-decoration: none;
}
.newimg01 {
	padding-left: 30px;
}
.center {
	text-align: center !important;
}
/*			전체 크기			*/


.wrapBg {
	position: fixed;
	width: 100%;
	height: 3000px;
	left: 0;
	top: 0;
	background: url(/images/main_bg2.png) no-repeat center top;
}
.wrap {
	width: 1000px;
	margin: 15px auto 50px auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.22);
}
/*크기*/
.width_area {
	margin: 0 auto;
	width: 1100px;
	position: relative;
}
.width_area2 {
	margin: 0 auto;
	width: 1100px;
	overflow: hidden;
	position: relative;
}
/*header*/

#header {
	width: 100%;
	padding: 20px 0px;
}
#header h1 {
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}
#header .tnb {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 10px;
}
#header .tnb li {
	float: left;
	overflow: hidden;
	padding-left: 10px;
}
#header .tnb li a {
	font-size: 12px;
	color: #fff;
	border-radius: 20px;
	line-height: 26px;
	padding: 0px 10px;
	display: block;
}
#header .tnb li a.tnbtn01 {
	background: #ff6600;
}
#header .tnb li a.tnbtn02 {
	background: #ff6600;
}
#header .gnb {
	float: right;
	overflow: hidden;
	padding-top: 50px;
	font-weight:600
}
#header .gnb li {
	float: left;
	padding-left: 40px;
}
#header .gnb li a {
	color: #003366;
	font-size: 22px;
}
#header .gnb li:hover a {
	color: #003366;
}
.gnb .positon01 {
	margin-left: -100px !important;
}
.gnb .positon02 {
	margin-left: -70px !important;
}
.gnb .positon03 {
	margin-left: -70px !important;
}
.gnb .positon04 {
	margin-left: -70px !important;
}
.gnb .positon05 {
	margin-left: -50px !important;
}
.gnb li:hover > .sub_menu {
	opacity: 1;
	visibility: visible;
}
.gnb li:hover > a {
	color: #f48121
}
.gnb .sub_menu {
	opacity: 0;
	visibility: hidden;
	position: absolute !important;
	overflow: hidden;
	z-index: 99;
	margin-top: 5px;
	background: #fff;
	border: 1px solid #bbb;
	padding: 10px 10px;
	width: 220px;
	-moz-transition: opacity .25s linear, visibility .1s linear .1s;
	-webkit-transition: opacity .25s linear, visibility .1s linear .1s;
	-o-transition: opacity .25s linear, visibility .1s linear .1s;
	transition: opacity .25s linear, visibility .1s linear .1s;
}
.gnb .sub_menu li {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0px !important;
}
.gnb .sub_menu li a {
	font-size: 14px !important;
	line-height: 27px !important;
}
/*메인*/
.main_area {
	overflow: hidden;
	width: 100%;
	background: url('/kor/images/mainbg.jpg') no-repeat top center;
}
.main_area2 {
	overflow: hidden;
	width: 100%;
	background: url('/images/mainbg2.jpg') no-repeat top center;
}
.main_area3 {
	overflow: hidden;
	width: 100%;
	padding-bottom: 40px;
	background: url('/images/mainbg3.jpg') no-repeat top center;
}
/*main_txt*/
.main_txt {
	overflow: hidden;
	width: 100%;
	padding: 30px 0px;
	text-align: right;
}
.main_txt h2 {
	color: #fff;
	background: #030e73;
	font-size: 43px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0px 10px;
}
.main_txt h3 {
	color: #5dd4fb;
	background: #030e73;
	font-size: 33px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0px 10px;
	font-weight: normal;
	clear: both;
}
.main_txt h4 {
	color: #ccffff;
	background: #030e73;
	font-size: 27px;
	clear: both;
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0px 10px;
	font-weight: normal;
}
.main_txt h5 {
	color: #fff;
	background: #030e73;
	font-size: 27px;
	clear: both;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0px 10px;
	font-weight: normal;
}
/*topic*/
.topic {
	padding: 20px 2%;
	background: url('/images/topicbg.png') repeat top center;
	overflow: hidden;
}
.topic h3 {
	float: left;
	overflow: hidden;
	text-align: center;
	border-right: 1px solid #00ffff;
	color: #00ffff;
	font-size: 35px;
text-align::center;
	padding: 50px 0px;
	width: 160px;
	font-weight: normal;
}
.topic ul {
	overflow: hidden;
	float: left;
	width: 420px;
	margin-left: 25px;
	margin-top: 10px;
}
.topic ul li {
	background: url('/images/bullet02.png') no-repeat left 5px;
	padding-left: 15px;
	padding-bottom: 8px;
	line-height: 18px;
	font-weight: 600
}
.topic ul li a {
	color: #fff;
	font-size: 12px;
}
/*speaker*/

.speaker {
	overflow: hidden;
	padding: 40px 0px;
	height: 280px;
}
.speaker .tit {
	text-align: center;
	width: 300px;
	padding: 5px 0px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}
.speaker .tit dt {
	text-shadow: 1px 1px 1px #bbb;
}
.speaker .tit dd {
	font-size: 33px;
	color: #000;
}
.carousel-demo3 {
	overflow: hidden;
	width: 100%;
	padding: 25px 0px;
}
.carousel-demo3 .sliderkit-nav {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.carousel-demo3 .sliderkit-nav-clip ul {
	width: 840px;
}
.carousel-demo3 .sliderkit-nav-clip ul li {
	float: left;
	overflow: hidden;
	width: 220px;
	text-align: center;
	height: 250px;
}
.carousel-demo3 .sliderkit-nav-clip ul li h3 {
	color: #000;
	font-size: 13px;
}
.carousel-demo3 .sliderkit-nav-clip ul li h4 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.carousel-demo3 .sliderkit-nav .sliderkit-nav-btn {
	position: absolute;
}
.carousel-demo3 .sliderkit-nav-prev {
	top: 5px;
	left: 30px;
}
.carousel-demo3 .sliderkit-nav-next {
	top: 5px;
	right: 30px;
}
/*community*/


.community {
	overflow: hidden;
	padding: 15px 0px;
	height: 272px;
	padding-top: 70px;
}
.community div {
	float: left;
	overflow: hidden;
	width: 470px;
	margin-left: 40px;
	height: 242px;
}
.community div dl {
	width: 100%;
	border-bottom: 1px solid #7191ae;
	overflow: hidden;
	padding: 10px 0px;
}
.community div dl dt {
	float: left;
	padding-left: 10px;
	color: #fff;
	line-height: 46px;
	font-size: 30px;
	letter-spacing: -1px;
}
.community div dl dd {
	float: right;
	padding-right: 10px;
}
.community div dl dd a {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}
.community div ul {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px;
}
.community div ul li a, .community div ul li {
	font-size: 14px;
	color: #fff;
}
.community div ul li {
	background: url('/images/bullet03.png') no-repeat 0px 5px;
	padding-left: 13px;
	padding-bottom: 7px;
}
.community .com02 {
	border-left: 1px solid #fff;
	padding-left: 40px;
}
/*서브*/
.subvisual {
	width: 100%;
	overflow: hidden;
	background: url('/kor/images/subbg.gif') no-repeat top center;
	height: 200px;
}
.subtit {
	text-align: center;
	width: 100%;
	text-align: center;
	background: #e8f5f7;
	color: #0086a1;
	font-size: 33px;
	line-height: 50px;
	padding: 30px 0px;
	height: 40px;
}
.subtit p {
	margin: -55px auto;
	width: 20px;
	border-top: 2px solid #0086a1;
	height: 1px
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.bd {
	border-top: 1px solid #838383;
	border-right: 1px solid #838383;
	width: 700px;
	margin-left: 20px;
}
.bd td {
	border-left: 1px solid #838383;
	border-bottom: 1px solid #838383;
	font-size: 13px;
	letter-spacing: -1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px;
}
.mainContents {
	overflow: hidden;
	position: relative;
}
.mainContents .mainRight {
	width: 182px;
	float: left;
	padding: 20px 0 0 28px;
}
.mainContents .moreBtn {
	position: absolute;
	right: 16px;
	top: 16px;
	font-size: 20px;
	font-weight: 100;
	font-family: dotum;
}
.mainContents .mainLeft {
	width: 789px;
	border-right: 1px solid #e5e5e5;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 999999;
}
.mainContents .mainLeft .m_top {
	width: 760px;
	height: 214px;
	padding: 38px 0 0 30px;
	border-bottom: 1px solid #e5e5e5;
}
.mainContents .mainLeft .m_top h2 {
	color: #033f97;
	color: #fff;
	font-size: 24px;
	padding-bottom: 20px;
}
.mainContents .mainLeft .m_top ul li {
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	padding-bottom: 10px;
	background: url(/images/main_bullet_white01.png) no-repeat left 6px;
	padding-left: 10px;
	color: #fff;
}
.mainContents .mainLeft .m_left {
	float: left;
	padding: 30px 0 46px 0px;
	width: 390px;
	border-right: 1px solid #e5e5e5;
	position: relative;
}
.mainContents .mainLeft .m_left .speakers {
	border-top: 1px solid #e5e5e5;
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
	padding-left: 30px;
}
.mainContents .mainLeft .m_left h3 {
	font-size: 20px;
	color: #000;
	background: url(/images/h3_title.png) no-repeat left 5px;
	padding-left: 30px;
	padding-left: 20px;
	padding-bottom: 18px;
}
.mainLeft .topics {
	overflow: hidden;
	padding-left: 30px;
	padding-bottom: 30px;
}
.mainContents .mainLeft .m_left ul li {
	overflow: hidden;
	background: url(/images/left_bullet3.png) no-repeat scroll left 6px;
	padding-left: 10px;
}
.mainContents .mainLeft .m_left ul li img {
	float: left;
	width: 36px;
	padding-right: 10px;
}
.mainContents .mainLeft .m_left ul li p {
	line-height: 16px;
	float: left;
	padding-top: 3px;
	font-size: 12px;
	color: #333;
	letter-spacing: -0.3px;
}
.mainContents .mainLeft .m_left ul li p:hover {
	color: #0c69f0;
}
.mainContents .mainLeft .m_left ul li p strong {
	display: block;
	font-size: 13px;
	font-weight: normal;
}
.mainContents .mainLeft .m_right {
	float: left;
	padding: 0px 0 40px 0px;
	width: 398px;
}
.mainContents .mainLeft .m_right h3 {
	font-size: 20px;
	color: #000;
	background: url(/images/h3_title.png) no-repeat left 5px;
	padding-left: 20px;
	padding-bottom: 18px;
}
.mainContents .mainLeft .m_right ul li {
	padding-left: 10px;
	font-size: 12px;
	background: url(/images/left_bullet3.png) no-repeat left 6px;
	padding-bottom: 3px;
	letter-spacing: -0.3px;
	line-height: 16px;
}
.mainContents .mainLeft .m_right .dates {
	border-bottom: 1px solid #e5e5e5;
	padding-left: 30px;
	padding-bottom: 40px;
	padding-top: 30px;
	position: relative;
	background: #fafafa;
}
.mainContents .mainLeft .m_right .notice {
	padding-left: 30px;
	padding-top: 30px;
	position: relative;
}
.mainContents .mainLeft .m_right .dates p {
	font-size: 12px;
	padding-top: 15px; /*color:#d20000;*/
}
.mainContents .mainLeft .m_right .dates p strong {
	font-style: italic;
}
.mainContents .mainRight h3 {
	font-size: 31px;
	color: #aaa;
	padding-bottom: 10px;
}
.mainContents .mainRight .banner {
	padding-bottom: 20px;
}
.mainContents .mainRight .banner a {
	display: inline-block;
	margin-bottom: 24px;
}
.mainContents .mainRight ul li {
	padding-bottom: 12px;
}
.subContents {
	overflow: hidden;
	font-size: 15px;
	color: #333;
	text-align: justify;
	line-height: 20px;
}
.subContents2 {
	overflow: hidden;
	font-size: 15px;
	color: #333;
	text-align: justify;
	line-height: 20px;
}
.subContents span {
	font-size: 15px;
	color: #0086a1;
	letter-spacing: -1px;
}
#contents {
	overflow: hidden;
	width: 100%;
}
.tab01 {
	overflow: hidden;
	padding-bottom: 25px;
}
.tab01 li {
	float: left;
	margin-right: 1px;
}
/*하단배너*/


.carousel-demo2 {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px;/* 	background: url(/images/bannerbg.png) no-repeat center;
	 */
}
.carousel-demo2 .sliderkit-nav {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}
.carousel-demo2 .sliderkit-nav-clip ul li {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.carousel-demo4 {
	overflow: hidden;
	width: 100%;
	padding: 20px 0px;
}
.carousel-demo4 .sliderkit-nav {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}
.carousel-demo4 .sliderkit-nav-clip ul li {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
/* Nav > Clip */
.sliderkit-nav-clip {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.sliderkit-nav-clip ul {
	position: relative;
}
.sliderkit-nav-clip ul li {
	float: left;
}
.sliderkit-nav-clip ul li a {
	display: block;
	overflow: hidden;
}
/*---------------------------------
 *  Buttons
 *---------------------------------*/
.sliderkit-btn {
	z-index: 10;
}
/*---------------------------------
 *  Panels
 *---------------------------------*/
.sliderkit-panel {
	z-index: 1;
	position: absolute;
	overflow: hidden;
}
.sliderkit-panel-active {
	z-index: 5;
}
.sliderkit-panel-old {
	z-index: 4;
}
/* Panels > Overlay */
.sliderkit-panel .sliderkit-panel-textbox {
	position: absolute;
	z-index: 1;
}
.sliderkit-panel .sliderkit-panel-text {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}
.sliderkit-panel .sliderkit-panel-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
/*footer*/
#footer {
	overflow: hidden;
	width: 100%;
	padding: 50px 0px;
	background: #535f6d;
}
#footer dl {
	overflow: hidden;
	width: 730px;
	float: left;
}
#footer dl dt {
	overflow: hidden;
	width: 100%;
	color: #c6c9cd;
	font-size: 19px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 29px;
	height: 25px;
}
#footer dl dd {
	float: left;
	overflow: hidden;
	padding-right: 19px;
	color: #c6c9cd;
	font-size: 12px;
	letter-spacing: 0px;
	height: 20px;
}
#footer p {
	color: #c6c9cd;
	float: right;
	overflow: hidden;
	font-size: 12px;
	letter-spacing: -1px;
	padding-top: 30px;
}
.sub01_01_imgWrap {
	overflow: hidden;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	text-align: center;
}
.sub01_01_imgline {
	overflow: hidden;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	margin-top: 34px;
	text-align: center;
}
.sub01_01_imgWrap li {
	width: 25%;
	padding: 20px;
	float: left;
	font-size: 15px;
	line-height: 18px;
	color: #333;
}
.sub01_01_imgWrap li strong {
	display: block;
	text-align: center;
	padding: 6px 0;
}
.con01_00 h4 {
	padding-top: 15px;
}
h3.h3Title {
	font-size: 20px;
	color: #008691;
	margin-bottom: 10px;
	letter-spacing: -0.8px;
	padding-bottom: 15px;
}
h2.h2Title {
	padding-top: 40px;
	overflow: hidden;
	font-size: 23px;
	color: #000;
	margin-bottom: 10px;
	letter-spacing: -0.8px;
	padding-bottom: 15px;
}
.tbl01 {
	margin-bottom: 30px;
	width: 80%;
	border-top: 1px solid #e1e1e1;
}
.tbl01 tr th {
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	background: #f9f9f9;
	border-right: 1px solid #e1e1e1;
	padding: 8px;
	padding-left: 15px;
	border-bottom: 1px solid #e1e1e1;
	width: 80px;
	text-align: left;
	line-height: 20px;
}
.tbl01 tr td {
	font-size: 14px;
	padding: 8px;
	padding-left: 18px;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
	line-height: 20px;
}
.tbl01_1 {
	margin-bottom: 20px;
}
.tbl01_1 tr th, .tbl01_1 tr td {
	padding: 10px;
	vertical-align: middle;
}
.tbl01_1 tr th {
	border-right: 1px solid #e1e1e1;
}
.tbl01_1 tr td {
	padding-left: 20px;
}
.tbl01_1 input[type='text'] {
	height: 26px;
	border: 1px solid #c8c8c8;
	padding-left: 5px;
	background: #fafafa;
}
.tbl01_1 input[type='file'] {
	height: 28px;
}
.tbl01_1 input[type='text']:focus {
	border: 1px solid #ffcc00;
	background: #fff;
}
.submitBtnWrap a {
	display: block;
	width: 160px;
	text-align: center;
	height: 34px;
	line-height: 30px;
	background: #333;
	color: #fff;
	font-size: 15px;
	margin: 0 auto;
	margin-top: 30px;
}
.tbl02 {
	width: 98%;
}
.tbl02 tr th {
	font-size: 17px;
	height: 34px;
	border-left: 1px solid #8ccfdb;
	background: #8ccfdb;
	border-top: 1px solid #8ccfdb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff;
	text-align: center !important;
}
.tbl02 tr th span {
	font-size: 11px;
	font-weight: 200px;
	text-align: center !important;
}
.tbl02 tr td {
	height: 34px;
	border-right: 1px solid #8ccfdb;
	border-bottom: 1px solid #8ccfdb;
	font-size: 15px;
	text-align: center;
	line-height: 19px;
	padding: 5px;
	color: #333;
}
.tbl02 .end {
	border-right: none;
}
.tbl05 {
	width: 98%;
	border-top: 2px solid #8ccfdb;
	margin-bottom: 40px;
}
.tbl05 tr th {
	font-size: 17px;
	height: 34px;
	border-left: 1px solid #8ccfdb;
	background: #8ccfdb;
	border-top: 1px solid #8ccfdb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff;
	text-align: center !important;
	padding: 10px;
}
.tbl05 tr th span {
	font-size: 11px;
	font-weight: 200px;
	text-align: center !important;
}
.tbl05 tr td {
	height: 34px;
	border-left: 1px solid #8ccfdb;
	border-bottom: 1px solid #8ccfdb;
	font-size: 15px;
	line-height: 19px;
	padding: 5px;
	color: #333;
	padding: 10px;
}
.tbl05 input {
	margin-bottom: 5px;
}
.tbl05 start {
	border-left: none;
}
h5.h5Title {
	padding-bottom: 8px;
}
.tbl02_2 {
}
.tbl02_2 tr th {
	width: 100px;
	vertical-align: top;
	padding: 12px 0 12px 0;
	height: auto;
}
.tbl02_2 tr td {
	text-align: left;
	border-left: 0px;
	vertical-align: top;
	padding: 10px 20px 14px 20px;
	height: auto;
	border-right: 1px solid #ddd;
}
.tbl02_2 tr td div {
	overflow: hidden;
	font-size: 13px;
	line-height: 17px;
	color: #555;
}
.tbl02_2 tr td div img {
	float: left;
	padding-right: 12px;
	width: 165px;
	padding-bottom: 18px;
}
.tbl02_2 tr td strong {
	color: #003da2;
}
.tbl02 tr th.title {
	background: #f3f3f3;
	height: 40px;
	border: 0px;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #8ccfdb;
}
.tbl03 {
	border: 1px solid #ddd;
	border-left: 0px;
	width: 100%;
}
.tbl03 tr th {
	background: #f1f1f1;
	width: 100%;
	border-left: 1px solid #ddd;
	height: 30px;
	font-size: 13px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tbl03 tr th.title {
	background: #a8e3f0;
	height: 40px;
	border: 0px;
}
.tbl03 tr td {
	border-left: 1px solid #ddd;
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
	line-height: 24px;
}
.tbl04 {
	width: 100%;
}
.tbl04 caption {
	text-align: left;
}
.tbl04 tr th {
	background: #f1f1f1;
	height: 30px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}
.tbl04 tr td {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	padding-left: 20px;
	font-size: 13px;
}
.tbl04 tr td.tblLeft {
	background: #fafafa;
	border-right: 1px solid #ddd;
}
.tbl04 tr td input {
	height: 24px;
}
.tbl04_2 tr td {
	line-height: 20px;
	padding: 6px 20px 10px 20px;
}
.sub02_03Btn {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 45px;
}
.sub02_03Btn a {
	display: block;
	height: 40px;
	background: #2b4673;
	width: 32%;
	text-align: center;
	line-height: 38px;
	color: #fff;
	margin-right: 6px;
	float: left;
	font-size: 14px;
}
.sub02_03Btn2 a {
	display: block;
	height: 70px;
	background: #2b4673;
	width: 19%;
	text-align: center;
	line-height: 20px;
	color: #fff;
	margin-right: 6px;
	padding-top: 6px;
	float: left;
	font-size: 12px;
}
.sub02_03Btn_3 {
	line-height: 20px;
}
.sub02_03Btn2_3 a {
	display: block;
	height: 70px;
	background: #2b4673;
	width: 50%;
	text-align: center;
	line-height: 20px;
	color: #fff;
	margin-right: 6px;
	padding-top: 6px;
	float: left;
	font-size: 12px;
}
.sub02_04Btn {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 6px;
}
.sub02_04Btn a {
	display: block;
	height: 40px;
	background: #2b4673;
	width: 23%;
	text-align: center;
	line-height: 38px;
	color: #fff;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	font-size: 14px;
}
.sub02_05Btn {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 6px;
}
.sub02_05Btn a {
	display: block;
	height: 40px;
	background: #2b4673;
	width: 45%;
	text-align: center;
	line-height: 38px;
	color: #fff;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	font-size: 14px;
}
.sub02_06Btn {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 6px;
}
.sub02_06Btn a {
	display: block;
	height: 40px;
	background: #2b4673;
	width: 24%;
	text-align: center;
	line-height: 38px;
	color: #fff;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	font-size: 14px;
}
.con04_01 h3 {
	padding-bottom: 10px;
}
.con04_01 div {
	overflow: hidden;
	padding-bottom: 20px;
}
.con04_01 p {
	float: left;
	font-size: 13px;
	padding-top: 30px;
}
.con04_01 p strong {
	padding-left: 10px;
	line-height: 26px;
	font-size: 13px;
	background: url(/images/left_bullet3.png) no-repeat left 5px;
}
.con04_01 img {
	vertical-align: middle;
	padding-right: 30px;
	float: left;
}
.sponsor2 li {
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
}
.sponsor2 li:last-child {
}
.sponsor2 li a.image {
	float: left;
}
.sponsor2 li div {
	float: left;
	padding-left: 50px;
}
.sponsor2 li div p {
	padding: 10px 0;
	font-size: 14px;
	text-align: justify;
	width: 750px;
}
.sponsor2 li div a {
	display: block;
	width: 100px;
	text-align: center;
	height: 22px;
	line-height: 20px;
	background: #2b4673;
	color: #fff;
	font-size: 13px;
}
.con05_03 h3.h3Title {
	background-position: left 2px;
	padding-bottom: 15px;
}
.con05_03 {
	font-size: 13px;
	line-height: 18px;
}
.con05_03 .con_box01 {
	background: #f5f5f5;
	padding: 17px;
	margin-top: 8px;
	position: relative;
	top: 6px;
	font-size: 15px;
	color: #333;
}
.con05_03 .con_box01 p {
	padding-bottom: 6px;
}
.con05_03 p.pb10 {
	font-weight: 600;
	padding-bottom: 6px;
}
.tourTab {
	overflow: hidden;
	padding-bottom: 20px;
}
.tourTab li {
	float: left;
	margin-right: 2px;
}
.tourTab li a {
	display: block;
	width: 150px;
	height: 40px;
	background: #ddd;
	color: #333;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
}
.tourTab li a.active {
	background: #003d95;
	color: #fff;
	font-weight: bold;
}
.sub02_02_tab {
	overflow: hidden;
}
.sub02_02_tab li {
	float: left;
	width: 50%;
	overflow: hidden;
	padding-bottom: 30px;
}
.sub02_02_tab li img {
	float: left;
	padding-right: 10px;
}
.sub02_02_tab li p {
	float: left;
	font-size: 12px;
	color: #333;
	width: 300px;
	text-align: left;
}
.sub02_02_tab li p strong {
	display: block;
	color: #111;
	font-size: 12px;
	padding: 24px 0px 4px 0px;
}
.sub02_02_tab li p span {
	display: block;
	width: 55px;
	height: 16px;
	line-height: 13px;
	color: #fff;
	background: #ccc;
	text-align: center;
	margin-top: 14px;
}
.sub02_020_tab {
	overflow: hidden;
}
.sub02_020_tab li {
	float: left;
	width: 50%;
	overflow: hidden;
	padding-bottom: 30px;
	height: 150px;
}
.sub02_020_tab li img {
	float: left;
	padding-right: 10px;
}
.sub02_020_tab li p {
	float: left;
	font-size: 12px;
	color: #333;
	width: 300px;
	text-align: left;
}
.sub02_020_tab li p strong {
	display: block;
	color: #111;
	font-size: 12px;
	padding: 24px 0px 4px 0px;
}
.sub02_020_tab li p span {
	display: block;
	width: 55px;
	height: 16px;
	line-height: 13px;
	color: #fff;
	background: #ccc;
	text-align: center;
	margin-top: 14px;
}
.conDetail {
	overflow: hidden;
}
.conDetail .imgBox {
	float: left;
	padding-right: 25px;
}
.conDetail .imgBox a {
	display: block;
	width: 148px;
	height: 28px;
	background: #333;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}
.conDetail .textBox {
	float: left;
	width: 567px;
}
.conDetail .textBox h3 {
	padding-bottom: 32px;
	font-size: 17px;
	letter-spacing: -0.5px;
	background: url(/images/subTitle_bg_line.png) no-repeat left 35px;
}
.conDetail .textBox h3 span {
	font-weight: normal;
	padding-left: 6px;
	font-size: 12px;
}
.conDetail .textBox p {
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	letter-spacing: -0.5px;
}
.conDetail a.goback {
	display: block;
	width: 116px;
	height: 19px;
	font-size: 12px;
	background: #003e95;
	color: #fff;
	text-align: center;
	line-height: 17px;
	float: right;
	margin-top: 15px;
}
.conDetail h4 {
	padding-bottom: 6px;
}
/*sightseeing*/

.sub_contents {
	padding-top: 10px;
	padding-bottom: 50px;
	font-size: 14px;
	text-align: justify;
}
.sub_contents h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #45a8c3;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url('/images/sub/h2_bullet.gif') no-repeat 0px 20px;
	padding-left: 13px; /*font-style:oblique;*/
}
.sub_contents h2 span.notice {
	text-align: right;
	font-size: 14px;
	color: #45a8c3;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: normal;
	color: #777;
}
.sub_contents h2 span.notice strong {
	color: #ff3737;
}
.sub_contents h4 {
	color: #000;
	font-weight: bold;
	background: #bbb;
	padding: 5px;
	display: inline;
}
.canver_inner2 {
	border: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 7px;
}
.sec_inner4 {
	border: medium none;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 10px;
}
.sec_inner4 dt {
	background: none repeat scroll 0 0 #daeef3;
	border-bottom: 1px solid #94cedb;
	border-top: 2px solid #94cedb;
	color: #17365d;
	font-size: 17px;
	font-weight: bold !important;
	padding: 7px 2%;
	width: 96%;
}
.sec_inner4 dd {
	overflow: hidden;
	padding: 20px 20px 10px;
	text-align: justify;
	line-height: 20px;
}
.sec_inner4 dd strong {
	color: #333333;
	font-size: 14px;
	font-weight: bold !important;
}
.sec_inner4 dt .go_tour {
	color: #2d5382;
	float: right;
	font-size: 13px;
}
.sec_inner4 dt .go_tour b {
	background: none repeat scroll 0 0 #17365d;
	border: 1px solid #6140C9;
	margin-right: 3px;
	padding: 2px 4px;
	color: #fff;
}
.a.btn02 {
	border-bottom: 1px solid #3c4557;
}
.wd5per {
	width: 5%;
}
.wd15per {
	width: 15%;
}
.wd25per {
	width: 25%;
}
.wd35per {
	width: 35%;
}
.wd45per {
	width: 45%;
}
.wd55per {
	width: 55%;
}
.wd65per {
	width: 65%;
}
.wd75per {
	width: 75%;
}
.wd85per {
	width: 85%;
}
.wd95per {
	width: 95%;
}
.wd10per {
	width: 10%;
}
.wd20per {
	width: 20%;
}
.wd30per {
	width: 30%;
}
.wd40per {
	width: 40%;
}
.wd50per {
	width: 50%;
}
.wd60per {
	width: 60%;
}
.wd70per {
	width: 70%;
}
.wd80per {
	width: 80%;
}
.wd90per {
	width: 90%;
}
.wd100per {
	width: 100%;
}
.a_center {
	text-align: center;
}
#map_canvas2 {
	width: 102%;
	border: 1px solid #ddd;
	height: 500px;
	overflow: hidden;
	margin-left: -15px;
	margin-top: 30px;
}
table.line {
	margin: 0 auto;
	width: 85%;
}
.line {
	border: 1px solid #9B9B9B;
	border-collapse: collapse;
	border-spacing: 0;
	color: #5F5F5F;
	font-size: 11px;
}
.pd {
	padding: 5px;
}
.newdesc {
	font-size: 15px;
color;
#333;
	line-height: 26px;
	text-align: justify;
}
.sub01_01_imgWra li {
	padding-bottom: 20px;
	overflow: hidden;
}
.sub01_01_imgWra {
	width: 100% !important;
	overflow: hidden !important;
}
.indetail {
	text-align: justify;
	width: 96%;
	font-size: 11px;
	line-height: 16px;
	margin: 0 auto;
	padding: 10px 0;
	;
}
/*modal hilight alert popup */
.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}
.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.modal {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 700px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}
.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url("data:image/png;base64,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") no-repeat 0 0;
}
.login_form.modal p {
	padding: 20px 30px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
	overflow: hidden;
}
.login_form p.submit {
	text-align: center;
}
.login_form input[type=submit], .login_form input[type=button] {
	text-align: center;
	width: 100px;
	padding: 20px;
}
/*참가신청 폼*/
.paymentBtnWrap {
	width: 100%;
	height: 45px;
	text-align: center;
}
.paymentBtnWrap ul {
	margin-left: 220px;
	text-align: center;
	height: 45px;
	overflow: hidden;
	text-align: center;
}
.paymentBtnWrap ul li.payMent_Btn {
	float: left;
	border: 1px solid #ccc;
	width: 200px;
	height: 45px;
	text-align: center;
	background-color: #136;
	margin-right: 5px;
	color: #fff;
	cursor: pointer;
	padding: 2px 5px;
	vertical-align: middle;
	border-radius: 20px;
}
.paymentBtnWrap ul li.print {
	padding-top: 10px;
	padding-bottom: 0;
}
#testMap {
	border: solid 1px #c8cacb;
}
.toggle {
}
.toggle dl dt {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	height: 65px;
	overflow: hidden;
	margin-bottom: 1px;
	margin-top: 60px;
}
.toggle dl dt a {
	color: #333
}
.toggle dl dt span {
	display: block;
	width: 42px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.toggle dl dt span.on {
	background-position: 0 0;
}
.toggle dl dt span em {
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -99999999;
}
.toggle dl dd {
	margin-top: 20px;
	display: none;
}
.toggle dl dd h3 {
	font-size: 14px;
	color: #907b6d;
	position: relative;
}
.toggle dl dd h3 span {
	background: url('/hr/jeju/images/common/arrow-orange.gif') right 6px no-repeat;
	padding-right: 17px;
	margin-right: 7px;
	font-size: 14px;
}
.toggle dl dd h3 a {
	display: inline-block;
	width: 75px;
	height: 23px;
	background: url("/hr/jeju/kr/images/about/location-sprite.gif") 0 -464px no-repeat;
	vertical-align: middle;
}
.toggle dl dd h3 a em {
	position: absolute;
	top: -99999999px;
}
.toggle dl dd p span {
	background: url('/hr/jeju/images/common/arrow-default.gif') right center no-repeat;
	padding-right: 17px;
	margin-right: 2px;
}
.toggle dl dd p {
	padding: 10px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: solid 1px #c8cacb;
	line-height: 20px;
}
.toggle dl dd p.last {
	border-bottom: 0;
	padding-bottom: 0;
}
.tbl_prg {
	width: 100%;
}
.tbl_prg tr td {
	font-size: 14px;
	padding: 10px;
	padding-left: 18px;
	border: 0.5px solid #333;
	text-align: center;
	line-height: 20px;
}
/* **************************************** *
 * To Daegu (0301.asp)
 * **************************************** */

.sub0301 .daegu_tab {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.sub0301 .daegu_tab li {
	overflow: hidden;
	width: 33.3%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	border-left: 1px solid #ccc;
}
.sub0301 .daegu_tab li a {
	overflow: hidden;
	width: 100%;
	display: block;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
	padding-top: 90px;
	padding-bottom: 15px;
}
.sub0301 .daegu_tab li.on a {
	color: #fff;
}
.sub0301 .daegu_tab li:first-child.on a {
	background: #2aa3d6 url('http://www.exco.co.kr/en/images/sub/getting_top_01_on.png') no-repeat center 20px;
}
.sub0301 .daegu_tab li:first-child a {
	background: url('http://www.exco.co.kr/en/images/sub/getting_top_01.png') no-repeat center 20px;
}
.sub0301 .daegu_tab li:nth-child(2).on a {
	background: #2aa3d6 url('http://www.exco.co.kr/en/images/sub/getting_top_02_on.png') no-repeat center 20px;
}
.sub0301 .daegu_tab li:nth-child(2) a {
	background: url('http://www.exco.co.kr/en/images/sub/getting_top_02.png') no-repeat center 20px;
}
.sub0301 .daegu_tab li:nth-child(3).on a {
	background: #2aa3d6 url('http://www.exco.co.kr/en/images/sub/getting_top_03_on.png') no-repeat center 23px;
}
.sub0301 .daegu_tab li:nth-child(3) a {
	background: url('http://www.exco.co.kr/en/images/sub/getting_top_03.png') no-repeat center 23px;
}
.todaegu_desc .desc_txt {
	overflow: hidden;
	float: left;
	width: 550px;
}
.todaegu_desc .desc_txt h5 {
	font-size: 21px;
	font-weight: 700;
	padding-top: 60px;
	padding-bottom: 20px;
	line-height: 26px;
	margin-top: 60px;
}
.icon_sec01 .desc_txt h5 {
	background: url('http://www.exco.co.kr/en/images/sub/getting_icon01.jpg') no-repeat top left;
}
.icon_sec02 .desc_txt h5 {
	background: url('http://www.exco.co.kr/en/images/sub/getting_icon02.jpg') no-repeat top left;
}
.icon_sec03 .desc_txt h5 {
	background: url('http://www.exco.co.kr/en/images/sub/getting_icon03.jpg') no-repeat top left;
}
a.linkimg {
	background: url('http://www.exco.co.kr/en/images/sub/link_img.jpg') no-repeat 0px 2px;
	color: #2aa3d6;
	font-weight: 600;
	padding-left: 30px;
	color: #2aa3d6;
	line-height: 22px;
	margin-left: 10px;
	vertical-align: middle;
}
a.linklocation {
	background: url('http://www.exco.co.kr/en/images/sub/location_icon.jpg') no-repeat 0px 2px;
	color: #2aa3d6;
	font-weight: 600;
	padding-left: 15px;
	color: #2aa3d6;
	line-height: 22px;
	vertical-align: middle;
	font-weight: 700;
	font-size: 15px;
}
.todaegu_desc .desc_txt h6 {
	font-size: 18px;
	font-weight: 700;
	padding-top: 20px;
	line-height: 22px;
	padding-bottom: 10px;
}
/* **************************************** *
 * tab_dept2
 * **************************************** */

.tab_dept2 {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	margin-bottom: 30px;
}
.tab_dept2 li {
	float: left;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
.tab_dept2 li a {
	display: block;
	width: 100%;
	line-height: 53px;
	text-align: center;
	font-size: 18px;
}
.tab_dept2 li.on a {
	color: #fff;
	background: #2aa4d7;
}
.in_width_3 li {
	width: 33.3%
}
.in_width_2 li {
	width: 50%
}
.in_width_1 li {
	width: 100%
}
/* **************************************** *
 * Getting to exco
 * **************************************** */

.map_desc {
	overflow: hidden;
	padding-top: 30px;
}
.map_desc dt {
	overflow: hidden;
	float: left;
	padding-right: 20px;
}
.map_desc dd p {
	font-size: 14px;
	line-height: 20px;
}
.map_desc dd p.strong {
	font-weight: 700;
}
.map_icon {
	float: right;
	overflow: hidden;
	padding-bottom: 10px;
}
.map_icon li {
	overflow: hidden;
	float: right;
	margin-left: 10px;
}
.map_icon li a {
	overflow: hidden;
	display: inline-block;
	padding-left: 29px;
	line-height: 30px;
	font-size: 17px;
}
.map_icon li a.inicon01 {
	background: url('http://www.exco.co.kr/en/images/sub/inicon01.jpg') no-repeat left 3px;
}
.map_icon li a.inicon02 {
	background: url('http://www.exco.co.kr/en/images/sub/inicon02.jpg') no-repeat left 3px;
}
/* **************************************** *
 * attractions - 12 Sceneries of Daegu (0326.asp)
 * **************************************** */

.scenreis_daeug {
	box-sizing: border-box;
	width: 100%;
}
.scenreis_daeug dl {
	cursor: pointer;
	background-repeat: no-repeat;
	padding: 40px;
	display: inline-block;
	width: 32%;
	padding-top: 180px;
	box-sizing: border-box;
	background-blend-mode: overlay;
	background-color: hsla(360,100%,0%,0.3);
	height: 300px;
	background-size: auto 100%;
	vertical-align: top;
	margin: 15px 5px;
	-webkit-transition: all 2s;
	transition: all 2s;
}
.scenreis_daeug dl dt {
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	padding-bottom: 4px;


/* **************************************** *
 * Hospitals (0326.asp)
 * **************************************** */
.hospital_list {
overflow:hidden;
width:100%;
overflow:hidden;
padding-top:20px;
}
.hospital_list .inner {
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
}
.hospital_list .inner .img {
	width: 27%;
	float: left;
	overflow: hidden;
}
.hospital_list .inner div {
	width: 73%;
	float: right;
	overflow: hidden;
}
.hospital_list .inner div h3 {
	font-size: 18px;
	padding-bottom: 13px;
}
.hospital_list .inner div li {
	padding: 2px 0px;
}
.hospital_list .inner div p.desc {
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	padding-top: 10px;
	font-size: 13px;
}
