@charset "utf-8";

.layout-inner {
	position:relative;
	margin:0 auto;	
	max-width:1112px;
}
.no-mediaqueries body {
	min-width: 1380px;
}

@media screen and (max-width: 860px) {
input[type="text"],
input[type="file"],
input[type="password"],
input[type="search"],
input.text,
select.text,
textarea.text {
	font-size: 16px;
}
}/*/mediaquery*/


/* container
*****************************************************************/
.container {
	overflow:hidden;
	position:relative;
	padding-right: 19.99%;
}

.content {
	clear: both;
	overflow:hidden;
	min-height:1100px;
	padding:5% 6.57894737% 10%;
}

.layout-visual {
	overflow:hidden;
	border-bottom:1px solid #ddd; 
	background: #f3f3f3;
}
.layout-visual img {
	vertical-align: top;
}

.container .layout-inner {
	float: right;
	width:100%;
	margin: 0;
	margin-top: -100px; /* -8.9928058% */
}

.main {
	padding-left: 200px;
}

.header-content {
	overflow: hidden;
	position:relative;
	height: 100px;
	padding:0 6.57894737%;
	border-top:1px solid #ddd;
	background: #f3f3f3;
	/*background:url(../images/a/content_h2_bg.gif) top repeat-x;*/
}
.header-content .h {
	padding: 30px 0 0;
	font-size:42px;
	color:#333;
	line-height:1.2;
	letter-spacing:-1px;
}

@media screen and (max-width: 1399px) {
	.container { padding-right: 0; }
	.container .layout-inner { float: none; width:auto; margin-left:auto; margin-right:auto; }
	.layout-visual { padding-bottom:100px; border-bottom:0; }
	.header-content { border-top:0; padding-right:0; background:none; }
	.content { padding-right: 0; }
}/*/mediaquery*/

@media only screen and (max-width : 1152px) { 
	.container .layout-inner,
	.aside-r-inner,
	.header .logo { margin-left:3%; }
}/*/mediaquery*/

@media screen and (max-width: 860px) {
	.content { min-height: 0; }
	.content-inner { padding:0; }
	.header-content { display:none; }
	.container .layout-inner { padding-left: 0; margin-top:0; }
	.layout-visual { padding-bottom:0; }
	.content { padding-left: 0; }
	.main { padding-left: 0; }
}/*/mediaquery*/





/* breadcrumb
*****************************************************************/
.breadcrumb {
	float: right;
	margin-top: -22px;
	letter-spacing: -1px;
}
.breadcrumb a {
	display:inline-block; *display: inline; *zoom: 1;
	padding-left:20px;
	background:url(../images/a/breadcrumb_arr.png) 5px 50% no-repeat;
	color:#6f91a9;
	font-size:13px;
	line-height:1.2;
}
.breadcrumb a.home {
	padding-left:0;
	background-image:none;
}
.breadcrumb a.here {
	color: #3273a0;
	font-weight: bold;
}


/* aside-r
*****************************************************************/
.aside-r {
	position:absolute;
	top: 0; right: 0; z-index:110;
	width: 20%; height: 100%;
	max-width: 380px;
	padding-top: 30px;
	background: url(../images/a/bg_aside.gif) 0 0 repeat-y;
}
.aside-r .section {
	margin-bottom:30px;
}
.aside-r .section-inner {
	/*overflow:hidden;*/
	width:240px;
	margin:0 auto;
	background:#fff;
	border-radius:5px;
	box-shadow:2px 2px 10px rgba(0, 0, 0, .3);
}
.aside-r a.section-cont {
	display:block;
	padding:5px;
	text-decoration:none;
}
.aside-r .section .img {
	overflow: hidden;
	width: 230px;
	max-height: 115px;
	*height:115px;
}
.aside-r .section .img img {
	border-radius:3px;
}
.aside-r .section .cont {
	padding:0 25px 0 7px;
	margin:10px 0;
	background:url(../images/a/arr_aside.png) 95% 50% no-repeat;
}
.aside-r .section .cont h2 {
	font-size:16px;
	color:#333;
	font-weight:normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	word-wrap:break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.aside-r .section .cont p {
	margin:0 0 0 0;
	font-size:12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	word-wrap:break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}



.aside-r .event-list .bx-wrapper {
	height:auto !important;
}

.aside-r .section-cont {
	position:relative;
	padding:7% 7% 5% 7%;
}
.aside-r .section-cont .sns-list li {
	font-size:12px;
}
.aside-r .section-cont .sns-list li p {
	margin:5px 0;
	color:#999;
}
.aside-r .section-cont .sns-list li p strong {
	color:#333;
	font-size:14px;
}
.aside-r .section-cont .sns-list li a {
	display:inline-block;
	margin-left:5px;
	padding-right:8px;
	color:#0093f0;
	background: url(../images/a/arr_sns.png) right 50% no-repeat; 
}
.aside-r .sns .section-foot {
	clear:both;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background:#ececec;
}
.aside-r .facebook .section-foot {
	padding:1% 2%;
}
.aside-r .twitter .section-foot {
	padding:5% 7%;
}
.aside-r .sns .bx-controls { 
	position:absolute;
	z-index:10;
	top:17px;
	right:10px;
}
.aside-r .sns .bx-controls a { 
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:3px;
	text-indent:-99999px;
	font-size:0;
	background: url(../images/a/twitter_arr.png) 0 0 no-repeat; 
}
.aside-r .sns .bx-controls .bx-prev { 
	background-position: left 0;
}
.aside-r .sns .bx-controls .bx-next { 
	background-position: right 0;
}

.aside-r .twitter .section-foot .btn {
	letter-spacing: 0;
	font-weight:normal;
	padding:5px 0;
}
.aside-r .twitter .section-foot .icon {
	margin-right:3px; 
}
.aside-r .banner {
	clear:both;
}
.aside-r .banner .section-cont {
	padding:3% 0;
	text-align:center;
}



#aside-slider { margin:0 auto; }
.aside-r .bxslider { overflow:hidden; }
.aside-r .bx-pager {
	padding:8px 0 30px 0;
	text-align:center;
}
.aside-r .bx-pager-item {
	display:inline-block; *display: inline; *zoom: 1;
	margin:0 3px;
}
.aside-r .bx-pager-item a {
	overflow:hidden;
	display:block;
	width:14px; height:14px;
	background:#ccc;
	border-radius:14px;
	box-shadow:1px 1px 3px 0px #444 inset;	
	text-indent:-9999px;
}
.aside-r .bx-pager-item a.active {
	background:#0194f3;
}

@media screen and (max-width: 1399px) {
	.aside-r { clear: both; position: static; max-width: none; width: auto; background:url(../images/a/aside-r_bg.gif); }
	.aside-r-inner { overflow:hidden; }
	.aside-r .section { float: left; width:33.3333%; vertical-align: top; }
}/*/mediaquery*/

@media only screen and (max-width : 860px) {
	.aside-r .section { width:50%; }
}/*/mediaquery*/

@media only screen and (max-width : 844px) {
	.aside-r .event-list .section { margin-bottom:0; }
}/*/mediaquery*/

@media only screen and (max-width : 560px) {
	.aside-r .section { float:none; width:auto; margin-bottom: 20px; }
}/*/mediaquery*/




/* aside-l (lnb)
*****************************************************************/
.aside-l {
	position:absolute;
	top:-9px; left: 0px; z-index: 20;
	width:200px;
	padding-bottom:125px;
	border:1px solid #0084d8;
	border-radius:7px;
	box-shadow:2px 2px 3px rgba(0, 0, 0, .3);
	background:#0093f0 url(../images/a/lnb_bg_b.png) center bottom no-repeat;
}
.aside-l h2 {
	overflow:hidden;
	border-top-left-radius:7px;
}
.aside-l h2 span {
	display:block;
	padding:55px 0 25px 25px;
	color:#fff;
	line-height:1.2;
	font-size:28px;
	letter-spacing:-2px;
	background:url(../images/a/lnb_bg_t.gif) top repeat-x;
}
.aside-l .selectbox {
	display: none;
}
.aside-l .deco {
	display:block;
	position:absolute;
	top:-1px; right:-9px;
	width:30px; height:9px;
	background:url(../images/a/lnb_bg.png) top repeat-x;
}

.lnb {}
.lnb > ul {
	margin:0 25px;
	background:url(../images/a/lnb_line.gif) top repeat-x;	
}
.lnb > ul li {	
	letter-spacing:-1px;
}
.lnb > ul > li {
	background:url(../images/a/lnb_line.gif) bottom repeat-x;	
}
.lnb > ul > li > a {
	display: block;
	padding:15px 5px;
	color:#afdeff;
	font-size:16px;
	line-height:1.2;
	font-weight:bold;
	text-decoration:none;
}
.lnb > ul > li > a:hover,
.lnb > ul > li.current > a {
	color:#fff;
}
.lnb li ul {
	padding-bottom: 15px;
	padding-left: 10px;
}
.lnb li li {
	padding:3px 0;
}
.lnb li li a {
	padding:0 20px 10px 0;
	color:#0b4065;
	font-size:13px;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing:-2px;
}
.lnb li li.current a {
	background:url(../images/a/lnb_arr.png) 100% 3px no-repeat;	
	color:#0b4065;
}
#lnb-mobile {
	display:none;
}

@media screen and (max-width: 860px) {
	#lnb { display: none; }
	.lnb li li { padding:0; }
	.aside-l { 
		position:relative; 
		left: 0; top:0;
		width:auto; 
		border-radius:0; box-shadow:none; 
		padding: 2.5% 0 2.5% 5%;
		border:0; 
		margin:0 -3.5%;
		border-top:1px solid #006dbd; border-bottom:1px solid #006dbd; background:#0093f0;
	}
	.aside-l h2 span { padding: 0; font-size:22px; background:none; }
	.aside-l .deco { display:none; }

	#lnb-mobile {
		display: block;
		position: absolute;
		top: 50%;
		right: 5%;
		height:30px;
		margin-top: -0.8em;
		font-size: 1.2em;
	}
}/*/mediaquery*/

@media screen and (max-width: 560px) {
	.aside-l { padding-top: 3.5%; padding-bottom: 3.5%; }
	.aside-l h2 span { font-size:20px; font-weight:normal; }
}/*/mediaquery*/



/* footer
*****************************************************************/
.footer {
	border-top:1px solid #0371cb;
	background:#0488e3;
	*zoom: 1;
}
.footer:after { content: ""; clear: both; display: table; }
.footer .layout-inner {
	width:100%;
}
.footer .top {
	display:block;
	position:fixed;
	bottom:20px; right:20px; z-index:200;
	width:45px; height:45px;
	border-radius:5px;
	background-image:url(../images/a/arr_top.png);
	background-position:50%;
	background-repeat:no-repeat;
	background-color:rgba(51, 51, 51, 0.5);
	*background:#333 url(../images/a/arr_top.png) 50% 50% no-repeat;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}
.footer .top i {
	visibility:hidden;
}
.footer .top:hover {
	background-color:#333;
}
.footer .active-group {
	/*overflow:hidden;
	margin-bottom:3%;
	padding:4% 0;*/
}
.footer .active-group:after {
	content: '';
	display:block; 
	clear:both; 
}
.footer .active-head {
	float:left;
	width:30%;
}
.footer .active-head h2 {
	font-size:30px;
	color:#fff;
	font-weight:normal;
}
.footer .active-head p {
	color:#afdeff;
}

.footer .active-more {}
.footer .active-more span {
	display:inline-block;
	padding-left:4%;
}

.footer .plan-family-section {
	float:right;
}
.footer .selectbox {
	position:relative;
	margin:0 0 10px 0;
}
.footer .selectbox .selected {
	display:block;
	min-width:80px;
	margin:0;
	padding:10px 40px 10px 20px;
	border-radius:5px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3) inset;
	background:#10598b url(../images/a/arr_open.png) 90% 50% no-repeat;
	color:#fff;
	font-size:15px;
	text-decoration:none;
	cursor:pointer;
}
.footer .selectbox .selectOption {
	display:none;
	position:absolute;
	z-index:10001;
	bottom:39px;
	width:100%;
	padding:10px 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3) inset;
	border-radius:5px 5px 0 0;
	background:#0f4870;
}
.footer .selectbox .selectOption a {
	display:block;
	padding:4px 0 4px 20px;
	font-size:12px;
	color:#fff;
	vertical-align:middle;
	*zoom:1;
}
.footer .selectbox .selectOption a:hover{ 
	background:#10598b;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
	text-decoration:none;
}

.footer .footer-group {
	clear:both;
	overflow:hidden;
	padding:4% 0;
	border-top:1px dotted #0364b6;
}
.footer .footer-logo {
	float:left;
	width:29%;
}
.footer .footer-logo span {
	margin-right:20px;
}
.footer .footer-logo p {
	color:#104d77;
	font-size:12px;
}
.footer .footer-section {
	float:left;
	width:67%;
	padding-left:2%;
	background:url(../images/a/footer-line.gif) left repeat-y;
}
.footer .footer-menu {
	overflow:hidden;
	display:inline-block; *display: inline; *zoom: 1;
	border-radius:5px;
	padding:5px 15px;
	background:rgba(14, 66, 102, .9);
	*background:#104d77;
}
.footer .footer-menu li {
	float:left;
}
.footer .footer-menu a {
	display:block;
	color:#7fc3f2;
	font-size:12px;
	line-height:1.2;
	text-decoration:none;
	padding-left:10px;
	margin-left:8px;
	border-left:1px solid #0e4266;
}
.footer .footer-menu li:first-child a {
	padding-left:0;
	margin-left:0;
	border-left:0;
}
.footer .copyright {
	color:#104d77;
	margin-top:3%;
}
.footer .copyright address {
	color:#005997;
	margin-top:1%;
}


/*
@media only screen and (max-width : 1399px) {
	.footer { overflow:visible; padding-right:0; }
	.footer .layout-inner { float:none; width:auto; }
}

@media only screen and (max-width : 1024px) {
	.footer .active-head { width:auto; margin-right:3%; }
	.footer .active-head h2 span { display:block; }
	.footer .active-head p { display:none; }
	.footer .active-more { width:auto; padding-left:3%; }
	.footer .active-more span { padding-left:2%; }
	.footer .footer-logo p{padding-right:10px}
	.footer .footer-logo p br{display:none}
	.footer .footer-menu a{padding-left:5px;margin-left:4px}
}

@media only screen and (max-width : 768px) {
	.footer .active-section { display:none; }
	.footer .plan-family-section { float:none; text-align:center; }
	.footer .plan-family { display:inline-block; margin-bottom:0; text-align:left; }
	.footer .plan-family:first-child { margin-right:8px; }
	.footer .footer-logo { overflow:hidden; float:none; width:auto; margin-bottom:4%; }
	.footer .footer-logo span { float:left; width:15%; margin:0 0 0 10px; }
	.footer .footer-logo p { float:right; width:55%; margin:0; }
	.footer .footer-logo p br { display:none; }
	.footer .footer-section { float:none; width:auto; padding-left:0; background:none; }
	.footer .footer-menu { float:none; width:100%; padding:0; }
	.footer .footer-menu li { width:50%; border-bottom:1px solid #22608c; }
	.footer .footer-menu li:first-child a,
	.footer .footer-menu li a { margin:0; padding:15px; border-left:1px solid #0e4266; border-right:1px solid #22608c; border-bottom:1px solid #0e4266; }
}

@media only screen and (max-width : 460px) {
	.footer .active-group { padding: 6% 0; }
	.footer .footer-group { padding: 6% 0 8% 0; }
}
*/


@media only screen and (max-width : 993px) {
	.footer .active-section { display:none; }
	.footer .plan-family-section { float:none; text-align:center; }
	.footer .plan-family { display:inline-block; margin-bottom:0; text-align:left; }
	.footer .plan-family:first-child { margin-right:8px; }
	.footer .footer-logo { overflow:hidden; float:none; width:auto; margin-bottom:4%; }
	.footer .footer-logo span { float:left; width:15%; margin:0 0 0 10px; }
	.footer .footer-logo p { float:right; width:55%; margin:0; }
	.footer .footer-logo p br { display:none; }
	.footer .footer-section { float:none; width:auto; padding-left:0; background:none; }
	.footer .footer-menu { float:none; width:100%; padding:0; }
	.footer .footer-menu li { width:50%; border-bottom:1px solid #22608c; }
	.footer .footer-menu li:first-child a,
	.footer .footer-menu li a { margin:0; padding:15px; border-left:1px solid #0e4266; border-right:1px solid #22608c; border-bottom:1px solid #0e4266; }
}

@media only screen and (max-width : 460px) {
	.footer .active-group { padding: 6% 0; }
	.footer .footer-group { padding: 6% 0 8% 0; }
}

/*	.footer .layout-inner { margin-left:3%; margin-right:3%; } */
