<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/* skip */
#top_skip {
	display:block;
	background:#fff;
	position:fixed;
	left:0; top:0;
	z-index:99999999;
}
#top_skip a {
	position:relative;
	display:block;
	width:120px;
	line-height:35px;
	text-align:center;
	background:#333;
	color:#fff;
	font-size:12px;
	height:0;
	overflow:hidden;
}
#top_skip a:focus {
	height:35px;
	border:2px solid #005983;
}

/* header */
#header:after {
	content: '';
	display: block;
	position: absolute;
	left: 0; right: 0;
	top: 99px;
	background: rgba(255,255,255,0.2);
	height: 1px;
}
#header.h_fixed:after,
#header.h_hover:after {
	background: #ddd;
}
#header.h_fixed:before,
#header.h_hover:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; right: 0;
	top: 0;
	z-index: 9999;
	background: linear-gradient(to right, #0195eb 0%, #7edc23 100%);
	height: 3px;
}
.h_wrap {
	height:100px;
	overflow:hidden;
}
#header.h_hover .h_wrap {
	box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}
.gsnb_bg {
	position:fixed;
	top:0; left:0; right:0;
	background: #fff;
	height:0;
}

.h_inner {
	width: auto; margin-left: 3.90625%; margin-right: 3.90625%;
	position: relative;
}
#logo {
	display: inline-block;
	padding-top: 19px;
}
#logo a {
	display:block;
	background: url('/image/common/logo.png') no-repeat;
	height: 62px;
	width: 121px;
	background-size: auto 100% !important;
}
#header.h_fixed #logo a,
#header.h_hover #logo a {
	background: url('/image/common/logo_on.png') no-repeat;
}

/* gnb */
#gnb_wrap {
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    width: 70%;
}
.gnb &gt; li {
	display: inline-block;
	position:relative;
}
.gnb &gt; li &gt; a {
    display: block;
    font-size: 19px;
    line-height: 100px;
    height: 100px;
    box-sizing: border-box;
    font-weight: 500;
    letter-spacing: -0.5px;
	color: #fff;
	min-width: 120px;
	    position: relative;
    z-index: 9;
}
#header.h_fixed .gnb &gt; li &gt; a,
#header.h_hover .gnb &gt; li &gt; a {
	color: #000;
}
.gnb &gt; li.active &gt; a {
	border-bottom: 1px solid #000;
}
.gsnb {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
	height: 350px;
	display: none;
}
	#header.h_hover .gsnb {
		display: block;
	}
.gsnb:after {
	content: '';
	display: block;
	clear: both;
}
.gsnb ul {
	box-sizing: border-box;
	padding: 35px 0 10px;
	position: relative;
	text-align: center;
}
.gsnb ul li {
	padding-bottom: 12px;
}
.gsnb ul li a {
	display: block;
	font-size: 16px;
	color: #666;
}
.gsnb ul li a:hover {
	color: #000;
}

.cs_btn {
	position: absolute;
	right: 0;
	top:25px;
	z-index: 9;
}
.cs_btn &gt; a {
    display: block;
    color: #fff;
    font-size: 16px;
    background: rgba(255,255,255,0.2) url('/image/common/cs.png') no-repeat 20px;
    padding: 0 20px 0 50px;
	background: );
    line-height:50px;
	box-sizing: border-box;
}
#header.h_fixed .cs_btn &gt; a,
#header.h_hover .cs_btn &gt; a {
	background: url('/image/common/cs_on.png') no-repeat 20px;
	color: #000;
	border: 1px solid #ddd;
}

/* lnb */
.lnb_wrap {
	position: relative;
}
.sub_bg {
	height: 490px;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
	.sub_bg.K01 { background-image: url('/image/common/sv01.jpg'); }
	.sub_bg.K02 { background-image: url('/image/common/sv02.jpg'); }
	.sub_bg.K03 { background-image: url('/image/common/sv03.jpg'); }
	.sub_bg.K04 { background-image: url('/image/common/sv04.jpg'); }
	.sub_bg.K05 { background-image: url('/image/common/sv05.jpg'); }
	.sub_bg.K06 { background-image: url('/image/common/sv06.jpg'); }
	.sub_bg.K07 { background-image: url('/image/common/sv07.jpg'); }
	.sub_bg.K08 { background-image: url('/image/common/sv08.jpg'); }

.sub_bg .tit {
	font-size: 55px;
	line-height: 1;
	color: #fff;
	padding-top: 225px;
	text-align: center;
}
.lnb {
	background: rgba(0,0,0,0.6);
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: absolute;
	left:0; righT:0; bottom: 0;
}
.lnb li {
	width: 14.28571428571429%;
}
.lnb li a {
	display: block;
	font-size: 17px;
	color: #fff;
}
.lnb li.on a {
	background: #fff;
	color: #000;
	font-weight: 500;
}

/* footer */
#footer {
	background: #1c1c1c;
	color: #707070;
}
#footer .top {
	padding: 50px 0 30px;
	border-bottom: 1px solid #494949;
}
#footer .top li img {
	vertical-align: top;
}
.f_link {
	position: relative;
}
.f_link a {
	position: absolute;
	top: 0; bottom: 0;
	display: block;
	width: 90px;
}
	.f_link a.a01 {left: 0;width: 60px;}
	.f_link a.a02 {left: 10%;width: 110px;}
	.f_link a.a03 {left: 26%;}
	.f_link a.a04 {left: 38.5%;}
	.f_link a.a05 {left: 51%;}
	.f_link a.a06 {left: 64%;}
	.f_link a.a07 {left: 77%;}
	.f_link a.a08 {right: 0;}

#footer .bot {
	padding: 25px 0 45px;
	position: relative;
}
.f_txt {
	width: 50%;
}
.f_txt th,
.f_txt td {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	/* padding-bottom: 10px; */
	line-height: 25px;
}
.f_txt th {
	background-image: url('/image/common/footer_icon.png');
	background-repeat: no-repeat;
	padding-left: 23px;
}
	.f_txt th.ico01 {background-position: 0px 5px;}
	.f_txt th.ico02 {background-position: 0px -20px;}
	.f_txt th.ico03 {background-position: 0px -48px;}
	.f_txt th.ico04 {background-position: 0px -74px;}
#footer .bot .btn {
	position: absolute;
	right: 0;
	bottom: 45px;
}
#footer .bot .btn a {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	font-size: 14px;
	color: #9b9b9b;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 150px;
	background: #2e2e2e;
}
#footer .bot .btn a.bold {
	color: #d5d5d5;
}
#footer .copy {
	background: #161616;
	padding: 10px;
}

#footer .go_top {
	position: absolute;
	right: 3.90625%;
	top: -35px;
	z-index: 9999999999;
}
</pre></body></html>