@charset "UTF-8";
/* web-font definition */
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url("/webfonts/NanumGothic-Regular.eot");
	src: url("/webfonts/NanumGothic-Regular.eot?#iefix") format("embedded-opentype"), url("/webfonts/NanumGothic-Regular.woff2") format("woff2"), url("/webfonts/NanumGothic-Regular.woff") format("woff"), url("/webfonts/NanumGothic-Regular.ttf") format("truetype");
}
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 700;
	src: url("/webfonts/NanumGothic-Bold.eot");
	src: url("/webfonts/NanumGothic-Bold.eot?#iefix") format("embedded-opentype"), url("/webfonts/NanumGothic-Bold.woff2") format("woff2"), url("/webfonts/NanumGothic-Bold.woff") format("woff"), url("/webfonts/NanumGothic-Bold.ttf") format("truetype");
}
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 800;
	src: url("/webfonts/NanumGothic-ExtraBold.eot");
	src: url("/webfonts/NanumGothic-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/webfonts/NanumGothic-ExtraBold.woff2") format("woff2"), url("/webfonts/NanumGothic-ExtraBold.woff") format("woff"), url("/webfonts/NanumGothic-ExtraBold.ttf") format("truetype");
}

/**
 * -------------------------------
 * @ RESET CSS *
 * -------------------------------
 */
html, body, div, p, span, strong, b, em, iframe, pre, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, fieldset, form, legend, label, table, caption, thead, tbody, tfoot, tr, th, td, ul, ol, li, a, input, select, textarea,
article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0 none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
body, h1, h2, h3, h4, h5, h6, input, select, textarea {
	font-family: 'Nanum Gothic', '나눔고딕', Dotum, "돋음", AppleGothic, Sans-serif, Arial;
	font-size: 13px;
	line-height: 1;
	color: #424950;
}
ul, ol, li {
	list-style: none;
}
em, address, i {
	font-style: normal;
}
img {
	border: 0 none;
	vertical-align: middle;
}
sup {
	position: relative;
	top: 2px;
	font-size: 11px;
	line-height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}
caption {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
th, td {
	vertical-align: middle;
}
a {
	color: #333;
	text-decoration: none;
	line-height: 1;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}

a:hover:focus, a:focus:focus, a:active:focus {
	outline: 1px dotted #333;
}
legend {
	display: none;
}
*, *:before, *:after, html, body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
button {
	outline: none;
	border: 0 none;
	cursor: pointer;
}
button:focus {
	outline: 1px dotted #333;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* Form Common Style */
[class*="form-"] {
	display: inline-block;
	height: 35px;
	padding: 0 10px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e9e9e9;
	font-size: 13px;
	vertical-align: middle;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
[class*="form-"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
[class*="form-"][disabled], [class*="form-"][readonly] {
	background-color: #fff;
	opacity: 1;
}
[class*="form-"][disabled]:focus, [class*="form-"][readonly]:focus {
	border-color: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
[class*="form-"]::-moz-placeholder {
	color: #a4a4a4;
	opacity: 1;
}
[class*="form-"]:-ms-input-placeholder {
	color: #a4a4a4;
}
[class*="form-"]::-webkit-input-placeholder {
	color: #a4a4a4;
}
[class="form-"][disabled],
fieldset[disabled] [class="form-"] {
	cursor: not-allowed;
}
.ir {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
}
#skip-nav .skip, .a11y {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
}
#skip-nav .skip:focus, #skip-nav .skip:active {
	clip: auto;
	width: 100%;
	height: auto;
	margin: 0;
}
#sub-section:before, .gnb .gnb-menu:before, .gnb .gnb-sub-menu:before, .m-tab-conts .instagram:before, #key-visual .visual-box:before, .bottom-banner .banner-slide .banner-item:before, #footer-wrap .footer-menu:before, .align-box:before, [class*="tabList"]:before, .bbs-info-box:before, .list-type01:before, .list-type02:before, .list-type04:before, .thumbnail-type01:before, .thumbnail-type02:before, .page-tab:before, .info-box .info-lists:before, .traffic-box:before, .site-map-box .site-map-menu:before, .history-box .history-list:before, .data-list:before, #sub-section:after, .gnb .gnb-menu:after, .gnb .gnb-sub-menu:after, .m-tab-conts .instagram:after, #key-visual .visual-box:after, .bottom-banner .banner-slide .banner-item:after, #footer-wrap .footer-menu:after, .align-box:after, [class*="tabList"]:after, .bbs-info-box:after, .list-type01:after, .list-type02:after, .list-type04:after, .thumbnail-type01:after, .thumbnail-type02:after, .page-tab:after, .info-box .info-lists:after, .traffic-box:after, .site-map-box .site-map-menu:after, .history-box .history-list:after, .data-list:after {
	display: table;
	content: "";
}
#sub-section:after, .gnb .gnb-menu:after, .gnb .gnb-sub-menu:after, .m-tab-conts .instagram:after, #key-visual .visual-box:after, .bottom-banner .banner-slide .banner-item:after, #footer-wrap .footer-menu:after, .align-box:after, [class*="tabList"]:after, .bbs-info-box:after, .list-type01:after, .list-type02:after, .list-type04:after, .thumbnail-type01:after, .thumbnail-type02:after, .page-tab:after, .info-box .info-lists:after, .traffic-box:after, .site-map-box .site-map-menu:after, .history-box .history-list:after, .data-list:after {
	clear: both;
}
[class*="en-btn-"]:after, [class*="tabList"] .tabItem a:after {
	content: "";
	left: -70%;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	opacity: .2;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
/* Common Style*/
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.mb-none {
	margin-bottom: 0 !important;
}
.bd-none {
	border: 0 none !important;
}
.mt-xxs {
	margin-top: 5px !important;
}
.mt-xs {
	margin-top: 10px !important;
}
.mt-s {
	margin-top: 15px !important;
}
.mt-m {
	margin-top: 20px !important;
}

.mt-l {
	margin-top: 30px !important;
}
.mt-xl {
	margin-top: 40px !important;
}
.mt-2xl {
	margin-top: 50px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.point-col01 {
	color: #75b80b;
}
.point-col02 {
	color: #0068c3;
}
.point-col03 {
	color: #f26522;
}
.point-col04 {
	color: #f19530;
}
.point-col05 {
	color: #2c77bc;
}
.fs01 {
	font-size: 18px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bg-v1 {
	background-color: #f1f1f1;
	border-top: 1px solid transparent;
	padding-bottom: 70px;
	margin-top: 67px;
}
.bg-v2 {
	background-color: #f5f5f5;
	border-top: 1px solid transparent;
	padding-bottom: 70px;
	margin-top: 65px;
}
.bg-v3 {
	background: url("/images/front/contents/bg_pettern_history.gif");
}
#skip-nav {
	width: 100%;
}
#skip-nav .skip {
	position: absolute;
	top: 0;
	display: block;
	padding: 10px 5px;
	background: #eaeaea;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
/**
 * ---------------------
 * @layout Structure
 * ---------------------
 */
#wrap {
	position: relative;
	width: 100%;
	min-width: 1120px;
}
#header-wrap {
	width: 100%;
	position: relative;
	z-index: 100;
}
#m-container {
	width: 100%;
}
#m-container .contents {
	position: relative;
	width: 100%;
	min-height: 600px;
}
#footer-wrap {
	width: 100%;
}

#footer-wrap:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 51px;
    content: "";
    background-color: #fcfcfc;
    border: solid #e9e9e9;
    border-width: 1px 0;
}

#footer-wrap .footer {
	width: 1120px;
	margin: 0 auto;
}

#footer-wrap .footer:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 51px;
    content: "";
    background-color: #f7f8fb;
    border: solid #e9e9e9;
    border-width: 1px 0;
}

#footer-wrap .footer-menu {
    overflow: hidden;
}

#footer-wrap .footer-menu li {
    float: left;
}

#footer-wrap .footer-menu li:first-child {
    margin-left: -23px;
}

#footer-wrap .footer-menu li a {
    position: relative;
    display: block;
    padding: 20px 23px;
    font-size: 13px;
}

#footer-wrap .footer-menu li a:hover {
    font-weight: bold;
}

#footer-wrap .footer-menu li a:after {
    display: block;
    position: absolute;
    left: 0;
    top: 24px;
    content: "";
    width: 1px;
    height: 7px;
    background: #999a9b;
}

/* sub-container Layout */
.container {
	width: 100%;
	font-size: 15px;
}
#sub-section {
	width: 1120px;
	margin: 0 auto;
}
.contents {
	width: 1120px;
	margin: 0 auto;
	min-height: 600px;
	padding-bottom: 100px;
}
.contents.full-sc, .contents .full-sc {
	width: 100%;
}
.contents.full-sc .center-box, .contents .full-sc .center-box {
	width: 1120px;
	margin: 0 auto;
}

/**
 * ---------------------
 * @header Style
 * ---------------------
 */
.header-top {
	width: 1120px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.header-top .logo {
	display: inline-block;
	margin-top: 30px;
	margin-left: 10px;
}
.header-top .logo a {
	display: inline-block;
	width: 165px;
	height: 24px;
	background: url("/images/front/common/top_logo_en.png") no-repeat;
}
.header-top .top-menu {
	float: right;
	margin-top: 25px;
}
.header-top .top-menu fieldset,
.header-top .top-menu form,
.header-top .top-menu .language {
	display: inline-block;
}
.header-top .top-menu .top-link {
	font-size: 12px;
}
.header-top .top-menu .top-link + .top-link {
	margin-left: 10px;
}
.header-top .top-menu .lang-btn {
	position: relative;
	display: inline-block;
	width: 95px;
	height: 30px;
	padding: 8px 10px 0 35px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	vertical-align: bottom;
}
.header-top .top-menu .lang-btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 18px;
	height: 18px;
	background: url("/images/front/common/lang_ico.png") no-repeat;
}
.total-search {
	position: relative;
	margin-left: 20px;
	width: 30px;
	padding: 6px 28px 6px 8px;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	-webkit-transition: width ease-in-out .35s;
	transition: width ease-in-out .35s;
}
.total-search.active {
	width: 180px;
	border-color: #2c77bc;
	-webkit-animation: shadow 0.9s 0.3s cubic-bezier(0.85, -0.09, 0.28, 0.83) infinite alternate;
	        animation: shadow 0.9s 0.3s cubic-bezier(0.85, -0.09, 0.28, 0.83) infinite alternate;
}
.total-search.active .search-input {
	width: 135px;
	-webkit-transition: width ease-in-out .05s .24s;
	transition: width ease-in-out .05s .24s;
}
.total-search .search-toggle {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 26px;
	background: url("/images/front/common/total_search_icon.png") 50% no-repeat;
	cursor: pointer;
	z-index: 2;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.total-search .search-toggle.close {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}
.total-search .search-input {
	width: 0;
	outline: none;
}
@-webkit-keyframes shadow {
	0% {
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
		        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
	}
	100% {
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 1px rgba(102, 175, 233, 0.6);
		        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 1px rgba(102, 175, 233, 0.6);
	}
}
@keyframes shadow {
	0% {
		-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
		        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
	}
	100% {
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 1px rgba(102, 175, 233, 0.6);
		        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 1px rgba(102, 175, 233, 0.6);
	}
}
@-webkit-keyframes balloon01 {
    0% {
        opacity: 0;
        top: 80px;
        -webkit-transform: scale(1, 1.5);
                transform: scale(1, 1.5);
    }
    20% {
        -webkit-transform: scale(1, 1.3);
                transform: scale(1, 1.3);
    }
    100% {
        opacity: 1;
        top: 2px;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes balloon01 {
    0% {
        opacity: 0;
        top: 80px;
        -webkit-transform: scale(1, 1.5);
                transform: scale(1, 1.5);
    }
    20% {
        -webkit-transform: scale(1, 1.3);
                transform: scale(1, 1.3);
    }
    100% {
        opacity: 1;
        top: 2px;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@-webkit-keyframes balloon02 {
    0% {
        opacity: 0;
        top: 148px;
        -webkit-transform: scale(1, 1.5);
                transform: scale(1, 1.5);
    }
    20% {
        -webkit-transform: scale(1, 1.3);
                transform: scale(1, 1.3);
    }
    100% {
        opacity: 1;
        top: 68px;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes balloon02 {
    0% {
        opacity: 0;
        top: 148px;
        -webkit-transform: scale(1, 1.5);
                transform: scale(1, 1.5);
    }
    20% {
        -webkit-transform: scale(1, 1.3);
                transform: scale(1, 1.3);
    }
    100% {
        opacity: 1;
        top: 68px;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@-webkit-keyframes balloon03 {
    0% {
        opacity: 0;
        top: 170px;
        -webkit-transform: scale(1, 1.5);
                transform: scale(1, 1.5);
    }
    20% {
        -webkit-transform: scale(1, 1.3);
                transform: scale(1, 1.3);
    }
    100% {
        opacity: 1;
        top: 88px;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes balloon03 {
    0% {
        opacity: 0;
        top: 170px;
        -webkit-transform: scale(1, 1.5);
                transform: scale(1, 1.5);
    }
    20% {
        -webkit-transform: scale(1, 1.3);
                transform: scale(1, 1.3);
    }
    100% {
        opacity: 1;
        top: 88px;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@-webkit-keyframes balloon04 {
    0% {
        opacity: 0;
        top: 120px;
        -webkit-transform: scale(1, 1.5);
                transform: scale(1, 1.5);
    }
    20% {
        -webkit-transform: scale(1, 1.3);
                transform: scale(1, 1.3);
    }
    100% {
        opacity: 1;
        top: 38px;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes balloon04 {
    0% {
        opacity: 0;
        top: 120px;
        -webkit-transform: scale(1, 1.5);
                transform: scale(1, 1.5);
    }
    20% {
        -webkit-transform: scale(1, 1.3);
                transform: scale(1, 1.3);
    }
    100% {
        opacity: 1;
        top: 38px;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@-webkit-keyframes balloon05 {
    0% {
        opacity: 0;
        top: 80px;
        -webkit-transform: scale(1, 1.5);
                transform: scale(1, 1.5);
    }
    20% {
        -webkit-transform: scale(1, 1.3);
                transform: scale(1, 1.3);
    }
    100% {
        opacity: 1;
        top: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes balloon05 {
    0% {
        opacity: 0;
        top: 80px;
        -webkit-transform: scale(1, 1.5);
                transform: scale(1, 1.5);
    }
    20% {
        -webkit-transform: scale(1, 1.3);
                transform: scale(1, 1.3);
    }
    100% {
        opacity: 1;
        top: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.gnb {
	position: relative;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	background-color: #fff;
	z-index: 80;
	top: 0;
}
.gnb .gnb-menu {
	width: 1120px;
	margin: 0 auto;
}
.gnb .gnb-menu .depth01 {
	float: left;
	width: 140px;
}
.gnb .gnb-menu .depth01:nth-child(1):nth-last-child(5),
.gnb .gnb-menu .depth01:nth-child(1):nth-last-child(5) ~ .depth01 {
	width: 224px;
}
.gnb .gnb-menu .depth01:nth-child(1):nth-last-child(6),
.gnb .gnb-menu .depth01:nth-child(1):nth-last-child(6) ~ .depth01 {
	width: 186px;
}
.gnb .gnb-menu .depth01:nth-child(1):nth-last-child(7),
.gnb .gnb-menu .depth01:nth-child(1):nth-last-child(7) ~ .depth01 {
	width: 160px;
}
.gnb .gnb-menu .depth01:nth-child(1):nth-last-child(8),
.gnb .gnb-menu .depth01:nth-child(1):nth-last-child(8) ~ .depth01 {
	width: 140px;
}
.gnb .gnb-menu .depth01:first-child > a {
	border-left: 1px solid #e9e9e9;
}
.gnb .gnb-menu .depth01 > .depth01-link {
	display: block;
	position: relative;
	height: 60px;
	padding: 0 10px;
	border-right: 1px solid #e9e9e9;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #474d54;
}
.gnb .gnb-menu .depth01 > .depth01-link:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}
.gnb .gnb-menu .depth01 > .depth01-link .link-txt {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}
.gnb .gnb-menu .depth01 > .depth01-link:after {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 0;
	border: 6px solid transparent;
	content: "";
	border-bottom-color: #4e701d;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	opacity: 0;
}
.gnb .gnb-menu .depth01:hover > .depth01-link,
.gnb .gnb-menu .depth01.active > .depth01-link {
	color: #80aa41;
}
.gnb .gnb-menu .depth01:hover .depth01-link:after {
	opacity: 1;
}
.gnb .gnb-menu .depth01.menu-type1 .depth01-link {
	background: url("/images/front/common/menu_bg01.png") no-repeat;
}
.gnb .gnb-menu .depth01.menu-type1 .depth01-link:hover {
	color: #fff;
}
.gnb .gnb-menu .depth01.menu-type2 .depth01-link {
	background: url("/images/front/common/menu_bg02.png") no-repeat;
}
.gnb .gnb-menu .depth01.menu-type2 .depth01-link:hover {
	color: #fff;
}
.gnb .gnb-sub-box {
	width: 100%;
	position: absolute;
	background-color: #fff;
	left: 0;
	border-top: 2px solid #4e701d;
	border-bottom: 1px solid #d4d0d0;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
	        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
	margin-top: -1px;
	z-index: 90;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	display: none;
}
.gnb .gnb-sub-box .gnb-sub-inner {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	border: solid #e9e9e9;
	border-width: 0 1px;
}
.gnb .gnb-sub-box .switch-menu {
	display: inline-block;
	position: absolute;
	right: -76px;
	top: 0;
	width: 76px;
	height: 30px;
	background: url("/images/front/common/icon/icon_menu_switch.png") 0 0 no-repeat;
}
.gnb .gnb-sub-box .switch-menu.switch {
	background-position-y: -30px;
}
.gnb .gnb-title {
	position: absolute;
	left: 18px;
	top: 15px;
	width: 140px;
	text-align: center;
	color: #474d54;
	font-size: 15px;
	font-weight: bold;
}
.gnb .gnb-title img {
	margin-bottom: 5px;
}
.gnb .gnb-title span {
	display: block;
}
.gnb .gnb-sub-menu {
	position: relative;
	left: 173px;
	width: 945px;
	min-height: 150px;
	padding-bottom: 30px;
	color: #474d54;
	background: url("/images/front/common/menu_line.gif");
	font-size: 0;
}

.gnb .gnb-sub-menu .depth02 {
	display: inline-block;
	width: 189px;
	padding: 25px 19px 0 19px;
	vertical-align: top;
}

.gnb .gnb-sub-menu .depth02 a {
	display: block;
	letter-spacing: -0.4px;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	-ms-transition: color .25s linear;
}

.gnb .gnb-sub-menu .depth02 > a {
	position: relative;
	font-size: 13px;
	font-weight: bold;
	color: #474d54;
}

.gnb .gnb-sub-menu .depth02 > a:after {
	position: absolute;
	height: 100%;
	width: 2px;
	left: -19px;
	top: 0;
	background: #86af49;
	content: "";
}

.gnb .gnb-sub-menu .depth02:hover > a,
.gnb .gnb-sub-menu .depth02.active > a {
	color: #6b962a;
}

.gnb .gnb-sub-menu .depth02 ul {
	margin-top: 15px;
}

.gnb .gnb-sub-menu .depth02 ul > li {
	margin-top: 10px;
}

.gnb .gnb-sub-menu .depth02 ul > li a {
	font-size: 12px;
}

.gnb .gnb-sub-menu .depth02 ul > li:hover a,
.gnb .gnb-sub-menu .depth02 ul > li.active a {
	color: #6b962a;
	text-decoration: underline;
}

.scroll-progress {
	height: 3px;
	background-color: #f26522;
	position: absolute;
	bottom: -3px;
	-webkit-transition: width .4s ease-out;
	transition: width .4s ease-out;
	-ms-transition: width .4s ease-out;
	-webkit-transform: rotateZ(0deg);
	        transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
}

.m-section {
	width: 100%;
	height: 950px;
	position: relative;
}

.m-section.v0 {
	height: 820px;
}

.m-section.v1 {
	background-color: #f7f6f6;
}

.m-section.v1 .m-section-inner {
	background-color: #f7f6f6;
}

.m-section.v2 {
	background: #f5f6f3 url("/images/front/main/m_bg_01.png") 50% no-repeat;
}

.m-section.v3 {
	background: #fff url("/images/front/main/m_bg_02.png") 50% no-repeat;
}

.m-section.v4 {
	height: 590px;
	background: #383845;
}

.m-section.v4 .m-section-inner {
	height: 590px;
	padding: 100px 40px;
}

.m-section .m-section-inner {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	height: 950px;
}

.m-title-box {
	text-align: center;
	padding-top: 90px;
}

.m-title-box .m-title {
	display: inline-block;
	position: relative;
	color: #010101;
	font-weight: normal;
}

.m-title-box .m-title .title-txt {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 24px;
}

.m-title-box .m-title .sub-txt {
	display: block;
	font-size: 16px;
	margin-bottom: 50px;
}

.m-title-box .m-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 31px;
	width: 100%;
	height: 1px;
	background: #004a8e;
}

.m-title-box.v1 {
	position: relative;
	z-index: 20;
}

.m-title-box.v1 .m-title {
	color: #fff;
}

.m-title-box.v1 .m-title:after {
	background-color: #fff;
}

.map-section .map-state {
	text-align: center;
	font-size: 18px;
}

.map-section .map-state .country-num {
	font-size: 42px;
	color: #1f75af;
}

.map-section .map-state .persons {
	font-size: 42px;
	color: #127e66;
}

.main-map {
	position: relative;
	height: 594px;
	background: url("/images/front/main/map1.png") 0 0 no-repeat;
}

.main-map [class*="balloon-"] {
	position: absolute;
	width: 100px;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
/*  opacity: 0;
    opacity: 1\9;
    -webkit-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
            animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
    -ms-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35); */
}

.main-map .balloon-v07 {
    height: 211px;
    top: 20px;
    left: 550px;
    background-image: url("/images/front/main/balloon_red.png");
}

/* .main-map .balloon-v02.moving {
    -webkit-animation: balloon01 1.7s 0.3s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
            animation: balloon01 1.7s 0.3s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
    -ms-animation: balloon01 1.7s 0.3s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
} */

.main-map .balloon-v05 {
    height: 371px;
    top: 220px;
    left: 235px;
    background-image: url("/images/front/main/balloon_green3.png");
}

/* .main-map .balloon-v03.moving {
    -webkit-animation: balloon02 1.7s 0.9s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
            animation: balloon02 1.7s 0.9s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
    -ms-animation: balloon02 1.7s 0.9s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
} */

.main-map .balloon-v01 {
    height: 255px;
    top: 0;
    left: 848px;
    background-image: url("/images/front/main/balloon_blue.png");
}

/* .main-map .balloon-v01.moving {
    -webkit-animation: balloon05 1.5s 0.6s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
            animation: balloon05 1.5s 0.6s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
    -ms-animation: balloon05 1.5s 0.6s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
} */

.main-map .balloon-v04 {
    height: 225px;
    top: 38px;
    left: 680px;
    background-image: url("/images/front/main/balloon_green2.png");
}

/* .main-map .balloon-v04.moving {
    -webkit-animation: balloon04 1.7s 1.2s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
            animation: balloon04 1.7s 1.2s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
    -ms-animation: balloon04 1.7s 1.2s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
} */

.main-map .balloon-v03 {
    height: 255px;
    top: 230px;
    left: 529px;
    background-image: url("/images/front/main/balloon_yellow.png");
}

/* .main-map .balloon-v05.moving {
    -webkit-animation: balloon03 1.7s 1.5s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
            animation: balloon03 1.7s 1.5s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
    -ms-animation: balloon03 1.7s 1.5s cubic-bezier(0.62, -0.25, 0.13, 1.35) forwards;
} */

.main-map .balloon-v02 {
    height: 255px;
    top: 60px;
    left: 660px;
    background-image: url("/images/front/main/balloon_green2.png");
}

.main-map .balloon-v06 {
    height: 255px;
    top: 260px;
    left: 928px;
    background-image: url("/images/front/main/balloon_orange.png");
}

.main-map .country {
    position: absolute;
    top: 25px;
    width: 100px;
    text-align: center;
    font-size: 24px;
}

.main-map .region {
    position: absolute;
    left: 16px;
    top: 58px;
    width: 70px;
    text-align: center;
    font-size: 13px;
}

.main-map .total {
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.main-map .total .map-point01 {
	color: #1f75af;
	font-weight: bold;
}

.main-map .total .map-point02 {
	color: #127e66;
	font-weight: bold;
}

.map-section .map-date {
	padding: 70px 30px 0 0;
	text-align: right;
}

.wannabe {
	padding-top: 245px;
}

.wannabe .wannabe-desc {
	position: absolute;
	left: 311px;
	top: 469px;
}

.wannabe .wannabe-desc .wannabe-text {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px;
}

.wannabe .m-photo-v1 {
	position: absolute;
	left: -60px;
	top: 223px;
	opacity: 0;
	opacity: 1\9;
	-webkit-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
	        animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
	-ms-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
}

.wannabe .m-photo-v1.ani-photo1 {
	opacity: 0;
	opacity: 1\9;
	-webkit-animation: photo1 1s .2s ease-out forwards;
	        animation: photo1 1s .2s ease-out forwards;
	-ms-animation: photo1 1s .2s ease-out forwards;
}

.wannabe .m-photo-v2 {
	position: absolute;
	left: -5px;
	top: 444px;
	opacity: 0;
	opacity: 1\9;
	-webkit-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
	        animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
}

.wannabe .m-photo-v2.ani-photo2 {
	opacity: 0;
	opacity: 1\9;
	-webkit-animation: photo2 1.6s .6s ease-in forwards;
	        animation: photo2 1.6s .6s ease-in forwards;
	-ms-animation: photo2 1.6s .6s ease-in forwards;
}

.recruit-center {
	position: absolute;
	top: 83px;
	left: 425px;
	width: 400px;
	text-align: center;
}

.recruit-center .center-title {
	display: inline-block;
	padding-top: 50px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #2b2c3a;
	line-height: 20px;
	width: 140px;
	height: 140px;
	background: #80e1f2;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	opacity: 0;
	opacity: 1\9;
	-webkit-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
	        animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
	-ms-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
}

.recruit-center .center-title.circle {
	-webkit-animation: circle 1.2s linear forwards;
	        animation: circle 1.2s linear forwards;
	-ms-animation: circle 1.2s linear forwards;
}

.recruit-center .phone {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 60px;
	color: #00b2f0;
}

.recruit-center .time {
	display: block;
	margin-bottom: 25px;
	font-size: 16px;
	color: #010101;
}

.career-center {
	position: absolute;
	top: 300px;
	left: 65px;
	width: 300px;
	text-align: center;
}

.career-center .center-title {
	display: inline-block;
	font-size: 18px;
	padding-top: 55px;
	margin-bottom: 25px;
	width: 125px;
	height: 125px;
	background: #9ce32c;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	opacity: 0;
	opacity: 1\9;
	-webkit-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
	        animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
	-ms-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
}

.career-center .center-title.circle {
	-webkit-animation: circle 1.2s .9s linear forwards;
	        animation: circle 1.2s .9s linear forwards;
	-ms-animation: circle 1.2s .9s linear forwards;
}

.career-center .txt {
	display: block;
	font-size: 16px;
	color: #010101;
	margin-bottom: 10px;
}

.career-center .phone {
	display: block;
	font-size: 36px;
	color: #75b80b;
	margin-bottom: 25px;
}

.kakao {
	position: absolute;
	top: 418px;
	right: 38px;
	width: 350px;
	text-align: center;
}

.kakao .kakao-title {
	margin-bottom: 18px;
	opacity: 0;
	opacity: 1\9;
	-webkit-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
	        animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
	-ms-animation: hideObject 1.7s cubic-bezier(0.62, -0.25, 0.13, 1.35);
}

.kakao .kakao-title.circle {
	-webkit-animation: circle 1.2s 1.5s linear forwards;
	        animation: circle 1.2s 1.5s linear forwards;
	-ms-animation: circle 1.2s 1.5s linear forwards;
}

.kakao .txt {
	display: block;
	font-size: 24px;
	color: #000;
	margin-bottom: 25px;
}

.m-tab-box {
	float: left;
}

.main-tab {
	position: relative;
}

.main-tab .m-tab {
	position: absolute;
	width: 100px;
}

.main-tab .m-tab .tabItem a {
	display: block;
	height: 130px;
	margin-bottom: 1px;
	background: #fff url("/images/front/main/m_tab_title.png") no-repeat;
}

.main-tab .m-tab .tabItem.is-selected a {
	background-position-x: -110px;
}

.main-tab .m-tab .tabItem + .tabItem a {
	background-position-y: -140px;
}

.main-tab .m-tab .tabItem + .tabItem + .tabItem a {
	background-position-y: -280px;
}

.m-tab-conts {
	width: 570px;
	height: 392px;
	margin-left: 102px;
	background-color: #fff;
}

.m-tab-conts .panel {
	display: none;
}

.m-tab-conts .panel.is-selected {
	display: block;
}

.m-tab-conts .u-tube {
	height: 100%;
	padding-left: 45px;
	padding-top: 60px;
}

.m-tab-conts .instagram {
	height: 100%;
	padding-top: 20px;
	padding-left: 50px;
}

.m-tab-conts .instagram .insta-list li {
	float: left;
	border: 1px solid #e9e9e9;
	margin-right: 10px;
	margin-bottom: 10px;
}

.m-tab-conts .instagram .insta-list li a {
	display: block;
}

.m-tab-conts .blog {
	padding: 40px 30px;
}

.m-tab-conts .blog-box {
	height: 310px;
	padding-right: 20px;
	overflow-y: auto;
}

.m-tab-conts .blog-box .blog-category {
	font-size: 16px;
	margin-bottom: 15px;
}

.m-tab-conts .blog-box .blog-title {
	font-size: 28px;
	color: #0daed3;
	line-height: 1.2;
	margin-bottom: 15px;
}

.m-tab-conts .blog-box .blog-data {
	margin-top: 25px;
	line-height: 20px;
}

.facebook-box {
	float: right;
	padding: 12px 10px 13px;
	background: #d6dde5;
}

#key-visual {
	position: relative;
}

#key-visual .visual-box {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 820px;
	min-width: 1120px;
}

#key-visual .visual-box li {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

#key-visual .visual-box li:first-child {
	display: block;
}

#key-visual .visual-box .text-box {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 820px;
	margin-left: -410px;
	padding: 48px 0;
	/* text-align: center;
	color: #02325e;
	border: 1px solid #f5f2ef;
	background-color: rgba(255, 255, 255, 0.3); */
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
	/* text-shadow: 0 1px #fff; */
}

#key-visual .visual-box .text-box .text-top {
	display: inline-block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 36px;
	border-bottom: 2px solid #02325e;
}

#key-visual .visual-box .text-box .text-bottom {
	display: block;
	font-size: 72px;
}

#key-visual .controller {
	position: absolute;
	bottom: 80px;
	width: 100%;
	text-align: center;
	z-index: 20;
}

#key-visual .controller .indicator {
	display: inline-block;
	margin-bottom: 15px;
	width: 10px;
	height: 10px;
	margin-left: 9px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	background-color: #fff;
	text-indent: -999em;
	font-size: 0;
}

#key-visual .controller .indicator.active {
	background-color: #ed5565;
}

#key-visual .controller .indicator:first-child {
	margin-left: 0;
}

#key-visual .ctrl {
	position: absolute;
	left: 50%;
	bottom: 35px;
	margin-left: -16px;
	z-index: 20;
}

#key-visual .ctrl [class*="ctrl-"] {
	display: none;
	width: 32px;
	height: 32px;
	border: none;
	background: url("/images/front/common/key_ctrl.png") no-repeat;
	text-indent: -999em;
	font-size: 0;
}

#key-visual .ctrl [class*="ctrl-"].active {
	display: inline-block;
}

#key-visual .ctrl .ctrl-play {
	background-position-y: -35px;
}

.notify-section {
	float: left;
	margin-left: 40px;
	width: 500px;
}

.m-qna-section {
	position: absolute;
	left: 690px;
	top: 243px;
	width: 380px;
	height: 205px;
	padding: 0 18px;
	border: 1px solid #dfe6e8;
	border-bottom: none;
	background-color: #f4f4f4;
	-webkit-box-shadow: 7px 7px 0 rgba(25, 92, 133, 0.1), inset -1px -1px 0 #cbd8de;
	        box-shadow: 7px 7px 0 rgba(25, 92, 133, 0.1), inset -1px -1px 0 #cbd8de;
}

.m-list-box {
	position: relative;
	margin-bottom: 28px;
}

.m-list-box .list-title {
	padding: 13px 0 12px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
}

.m-list-box .list-title span {
	position: relative;
	display: inline-block;
	font-size: 16px;
}

.m-list-box .list-title span:after {
	position: absolute;
	left: 0;
	bottom: -13px;
	content: "";
	width: 100%;
	height: 1px;
	background: #75b80b;
}

.m-list-box .m-list {
	padding-left: 10px;
}

.m-list-box .m-list li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 15px;
	margin-bottom: 13px;
}

.m-list-box .m-list-more {
	position: absolute;
	right: 6px;
	top: 12px;
	width: 20px;
	height: 20px;
	background: url("/images/front/common/btn_more.png") 50% no-repeat;
}

.mini-visual {
	position: relative;
	float: right;
	width: 500px;
	height: 650px;
	border: 1px solid #e9e9e9;
	margin-right: 40px;
}

.mini-visual .visualList-box {
	overflow: hidden;
	position: relative;
	width: 500px;
	height: 600px;
}

.mini-visual .visualList-box ul li {
	position: absolute;
	left: 0;
	display: none;
}

.mini-visual .visualList-box ul li:first-child {
	display: block;
}

.mini-visual .controller {
	position: absolute;
	left: 20px;
	bottom: 22px;
}

.mini-visual .controller .indicator {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	content: "";
	background-color: #d6d7d9;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	text-indent: -999em;
	font-size: 0;
}

.mini-visual .controller .indicator.active {
	background-color: #ed5565;
}

.mini-visual [class*="ctrl-"] {
	display: none;
	width: 32px;
	height: 32px;
	border: none;
	position: absolute;
	right: 20px;
	bottom: 10px;
	background: url("/images/front/common/key_ctrl.png") no-repeat;
	text-indent: -999em;
	font-size: 0;
}

.mini-visual [class*="ctrl-"].active {
	display: block;
}

.mini-visual .ctrl-play {
	background-position-y: -35px;
}

.bottom-banner {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	padding: 30px 0;
}

.bottom-banner:before {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	content: "";
	z-index: 10;
}

.bottom-banner .banner-slide {
	position: relative;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.bottom-banner .banner-slide .banner-box {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.bottom-banner .banner-slide .banner-item {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	font-size: 0;
}

.bottom-banner .banner-slide .banner-item li {
	display: inline-block;
	width: 155px;
}

.bottom-banner .banner-slide .banner-item li a {
	display: block;
	border: 1px solid #e9e9e9;
	margin-right: 5px;
}

.bottom-banner .banner-slide .banner-prev, .bottom-banner .banner-slide .banner-next {
	display: block;
	position: absolute;
	top: 19px;
	width: 9px;
	height: 20px;
	background: url("/images/front/main/banner_left.png") no-repeat;
}

.bottom-banner .banner-slide .banner-prev {
	left: 0;
}

.bottom-banner .banner-slide .banner-next {
	right: 0;
	background: url("/images/front/main/banner_right.png") no-repeat;
}

.spy-box {
	position: fixed;
	right: 30px;
	top: 50%;
	width: 40px;
	margin-top: -70px;
	z-index: 85;
}

.spy-box .spy-menu {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin-bottom: 17px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	-webkit-transition: background-color .5s ease-in;
	transition: background-color .5s ease-in;
	-ms-transition: background-color .5s ease-in;
	background: #818285 url("/images/front/main/sp_spy_menu.png") 0 0 no-repeat;
}

.spy-box .spy-menu.spy-02 {
	background-position-y: -40px;
}

.spy-box .spy-menu.spy-03 {
	background-position-y: -80px;
}

.spy-box .spy-menu.spy-04 {
	background-position-y: -120px;
}

.spy-box .spy-menu.spy-05 {
	background-position-y: -160px;
}

.spy-box .spy-menu.spy-06 {
	background-position-y: -200px;
}

.spy-box .spy-menu.spy-07 {
	background-position-y: -240px;
}

.spy-box .spy-menu > .spy-text {
	display: inline-block;
	position: absolute;
	left: -155px;
	top: 0;
	width: 145px;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	padding: 0 5px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background-color: #818285;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
	-ms-transition: opacity .5s ease-in;
}

.spy-box .spy-menu:hover .spy-text {
	opacity: 1;
	visibility: visible;
}

.blur-visual .activity {
	width: 700px;
	height: 465px;
	margin: 0 auto;
}

.blur-visual .activity .blur-cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.blur-visual .activity .activity-item {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}

.blur-visual .activity .activity-item:first-child {
	display: block;
}

.blur-visual .activity .img-box {
	position: relative;
	overflow: hidden;
	width: 700px;
	margin: 195px auto 0;
	z-index: 10;
	text-align: center;
}

.blur-visual .activity .img-link {
	position: relative;
	display: inline-block;
	height: 100%;
	overflow: hidden;
}

.blur-visual .activity .img-link .item-img {
	border: 1px solid #e9e9e9;
	min-height: 465px !important;
	height: 465px;
}

.blur-visual .activity .img-link .info-txt {
	position: absolute;
	bottom: -18%;
	left: 2px;
	right: 1px;
	padding: 22px 35px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-ms-transition: all .5s ease-in;
}

.blur-visual .activity .img-link:hover .info-txt {
	bottom: 1px;
}

.blur-visual .control-box {
	position: relative;
	z-index: 20;
	width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.blur-visual .control-box .indicator-wrap {
	display: inline-block;
	margin-top: 25px;
	font-size: 0;
}

.blur-visual .control-box .indicator-wrap .indicator {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 80px;
	margin-left: 25px;
}

.blur-visual .control-box .indicator-wrap .indicator:not(.active):after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.4);
	content: "";
}

.blur-visual .control-box .indicator-wrap .indicator:first-child {
	margin-left: 0;
}

.blur-visual .control-box .indicator-wrap .indicator img {
	width: 100%;
	max-width: 100%;
	height: 80px;
	border: 1px solid #e9e9e9;
}

.blur-visual .control-box .indicator-wrap .indicator.active:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	border: 3px solid #e9e9e9;
}

.blur-visual .control-box .prev, .blur-visual .control-box .next {
	position: absolute;
	top: -240px;
	width: 47px;
	height: 47px;
	background-repeat: no-repeat;
}

.blur-visual .control-box .prev:hover, .blur-visual .control-box .next:hover {
	background-position-y: -50px;
}

.blur-visual .control-box .prev {
	left: 80px;
	background-image: url("/images/front/main/blur_prev.png");
}

.blur-visual .control-box .next {
	right: 80px;
	background-image: url("/images/front/main/blur_next.png");
}

.activity-notify {
	position: relative;
	z-index: 20;
	width: 1120px;
	margin: 55px auto 0;
	text-align: center;
}

.activity-notify .act-list {
	display: inline-block;
	color: #fffefe;
	font-size: 14px;
}

.activity-notify .act-list .act-txt {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 14px;
	color: #fffefe;
}

/* Blur-filter specific code */
.blur {
	-webkit-filter: blur(30px);
	        filter: blur(30px);
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	width: 1900px;
}

/* IE */
.blur-ie {
	display: none;
}

.blur-cover {
	position: relative;
	overflow: hidden;
}

.ie9 .blur-cover .blue-ie,
.ie10 .blur-cover .blur,
.ie11 .blur-cover .blur {
	display: none;
}

.ie9 .blur-cover .blur {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='30');
}

.ie10 .blur-cover .blur-ie,
.ie11 .blur-cover .blur-ie {
	display: block;
	width: 1920px;
	height: 950px;
	-webkit-transform: scale(1.4);
	        transform: scale(1.4);
}

@-webkit-keyframes shine {
	to {
		left: 125%;
	}
}

@keyframes shine {
	to {
		left: 125%;
	}
}

@-webkit-keyframes balloon01 {
	0% {
		opacity: 0;
		top: 80px;
		-webkit-transform: scale(1, 1.5);
		        transform: scale(1, 1.5);
	}
	20% {
		-webkit-transform: scale(1, 1.3);
		        transform: scale(1, 1.3);
	}
	100% {
		opacity: 1;
		top: 2px;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes balloon01 {
	0% {
		opacity: 0;
		top: 80px;
		-webkit-transform: scale(1, 1.5);
		        transform: scale(1, 1.5);
	}
	20% {
		-webkit-transform: scale(1, 1.3);
		        transform: scale(1, 1.3);
	}
	100% {
		opacity: 1;
		top: 2px;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@-webkit-keyframes balloon02 {
	0% {
		opacity: 0;
		top: 148px;
		-webkit-transform: scale(1, 1.5);
		        transform: scale(1, 1.5);
	}
	20% {
		-webkit-transform: scale(1, 1.3);
		        transform: scale(1, 1.3);
	}
	100% {
		opacity: 1;
		top: 68px;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes balloon02 {
	0% {
		opacity: 0;
		top: 148px;
		-webkit-transform: scale(1, 1.5);
		        transform: scale(1, 1.5);
	}
	20% {
		-webkit-transform: scale(1, 1.3);
		        transform: scale(1, 1.3);
	}
	100% {
		opacity: 1;
		top: 68px;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@-webkit-keyframes balloon03 {
	0% {
		opacity: 0;
		top: 170px;
		-webkit-transform: scale(1, 1.5);
		        transform: scale(1, 1.5);
	}
	20% {
		-webkit-transform: scale(1, 1.3);
		        transform: scale(1, 1.3);
	}
	100% {
		opacity: 1;
		top: 88px;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes balloon03 {
	0% {
		opacity: 0;
		top: 170px;
		-webkit-transform: scale(1, 1.5);
		        transform: scale(1, 1.5);
	}
	20% {
		-webkit-transform: scale(1, 1.3);
		        transform: scale(1, 1.3);
	}
	100% {
		opacity: 1;
		top: 88px;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@-webkit-keyframes balloon04 {
	0% {
		opacity: 0;
		top: 120px;
		-webkit-transform: scale(1, 1.5);
		        transform: scale(1, 1.5);
	}
	20% {
		-webkit-transform: scale(1, 1.3);
		        transform: scale(1, 1.3);
	}
	100% {
		opacity: 1;
		top: 38px;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes balloon04 {
	0% {
		opacity: 0;
		top: 120px;
		-webkit-transform: scale(1, 1.5);
		        transform: scale(1, 1.5);
	}
	20% {
		-webkit-transform: scale(1, 1.3);
		        transform: scale(1, 1.3);
	}
	100% {
		opacity: 1;
		top: 38px;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@-webkit-keyframes balloon05 {
	0% {
		opacity: 0;
		top: 80px;
		-webkit-transform: scale(1, 1.5);
		        transform: scale(1, 1.5);
	}
	20% {
		-webkit-transform: scale(1, 1.3);
		        transform: scale(1, 1.3);
	}
	100% {
		opacity: 1;
		top: 0;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes balloon05 {
	0% {
		opacity: 0;
		top: 80px;
		-webkit-transform: scale(1, 1.5);
		        transform: scale(1, 1.5);
	}
	20% {
		-webkit-transform: scale(1, 1.3);
		        transform: scale(1, 1.3);
	}
	100% {
		opacity: 1;
		top: 0;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@-webkit-keyframes hideObject {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes hideObject {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes photo1 {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes photo1 {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes photo2 {
	0% {
		-webkit-transform: scale(0.2);
		        transform: scale(0.2);
	}
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
		opacity: .7;
	}
	90% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes photo2 {
	0% {
		-webkit-transform: scale(0.2);
		        transform: scale(0.2);
	}
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
		opacity: .7;
	}
	90% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes circle {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	70% {
		opacity: .3;
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
	85% {
		opacity: .5;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes circle {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	70% {
		opacity: .3;
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
	85% {
		opacity: .5;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

/**
 * ---------------------
 * @footer Style
 * ---------------------
 */
#footer-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	border-top: 1px solid #e9e9e9;
}

#footer-wrap .footer {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	padding-left: 260px;
}

#footer-wrap .footer-logo {
	position: absolute;
	left: 30px;
	top: 80px;
	width: 163px;
	height: 35px;
	background: url("/images/front/common/footer_logo.png") no-repeat;
}

#footer-wrap address {
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.6;
}

#footer-wrap address span {
	display: block;
	font-size: 12px;
}

/* Table Style*/
.table-box {
	border-top: 1px solid #75b80b;
}

[class*="tbl-"] {
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
}

[class*="tbl-"] .tb-link a {
	display: inline-block;
	max-width: 89%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	line-height: 16px;
}

[class*="tbl-"] .tb-link a:hover {
	color: #f26522;
}

[class*="tbl-"] th, [class*="tbl-"] td {
	padding-left: 5px;
	padding-right: 5px;
}

[class*="tbl-"] th {
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: bold;
	font-size: 13px;
}

[class*="tbl-"] td {
	height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	line-height: 16px;
}

[class*="tbl-"] .tb-bg01 {
	background-color: #f8ffee;
}

[class*="tbl-"] .tb-bg02 {
	background-color: #fdfffb;
}

.tbl-type01 {
	border-top: 2px solid #75b80b;
}

.tbl-type01 tr.notify {
	background-color: #eff9fd;
}

.tbl-type01 th {
	border-bottom: 1px solid #75b80b;
}

.tbl-type01.qna .question.active {
	background-color: #f9f9f9;
}

.tbl-type01.qna .question.active .link-question {
	text-decoration: underline;
	color: #f26522;
}

.tbl-type01.qna .ico-question, .tbl-type01.qna .ico-answer {
	margin-right: 15px;
}

.tbl-type01.qna .answer {
	display: none;
}

.tbl-type01.qna .answer.active {
	display: table-row;
	background-color: #f9f9f9;
}

.tbl-type01.qna .answer td {
	padding-left: 22%;
}

.tbl-type01.qna .answer .answer-box {
	position: relative;
	padding-left: 43px;
	padding-right: 10px;
}

.tbl-type01.qna .answer .answer-box .ico-answer {
	position: absolute;
	left: 5px;
	top: 0;
}

.tbl-type01.qna .answer .answer-box .answer-txt {
	display: inline-block;
	line-height: 24px;
}

.tbl-type01 .blog-info .blog-master {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	margin-left: 15px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.tbl-type01 .blog-info .blog-master:after {
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	width: 1px;
	height: 10px;
	background-color: #84888c;
}

.tbl-type01 .blog-link {
	color: #b2d234;
}

.tbl-type02 thead th {
	background-color: #f8ffee;
}

.tbl-type02 tbody {
	background-color: #fff;
}

.tbl-type02 th, .tbl-type02 td {
	border: 1px solid #e9e9e9;
	padding-left: 15px;
	padding-right: 15px;
}

.tbl-type02 td {
	line-height: 24px;
}

.tbl-type02.v1 th, .tbl-type02.v1 td {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

.tbl-type02.v1 td {
	letter-spacing: -.5px;
	padding-left: 10px;
	padding-right: 10px;
}

.tbl-type02.font-s th, .tbl-type02.font-s td {
	font-size: 11px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

.tbl-type03 {
	margin-bottom: 40px;
	border-top: 1px solid #e9e9e9;
}

.tbl-type03 td {
	padding-left: 30px;
	border-bottom: 1px solid #e9e9e9;
	text-align: left;
}

.tbl-type03 td + td {
	border-left: 1px solid #e9e9e9;
}

.tbl-type03 .toggle-group {
	padding: 0;
}

.tbl-type03 .toggle-section {
	position: relative;
}

.tbl-type03 .toggle-section .toggle-title {
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 30px;
}

.tbl-type03 .toggle-section .table-btn01 {
	position: absolute;
	right: 0;
	top: 0;
	width: 59px;
	height: 56px;
	border-left: 1px solid #e9e9e9;
	background: url("/images/front/common/table_btn01.gif") no-repeat;
}

.tbl-type03 .toggle-section .table-btn01.active {
	background-position-y: -55px;
}

.tbl-type03 .toggle-section:last-of-type .table-toggle, .tbl-type03 .toggle-section:last-of-type .toggle-title {
	border-bottom: 0 none;
}

.tbl-type03 .table-toggle {
	position: relative;
	padding: 20px 10px 20px 30px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	display: none;
	z-index: 10;
}

.tbl-type03 .table-toggle.active {
	display: block;
	margin-top: -1px;
}

.tbl-type03 .tb-title {
	line-height: 24px;
}

.view-type01 {
	border: solid #e9e9e9;
	border-width: 1px 0;
	margin-bottom: 30px;
}

.view-type01 thead {
	background-color: #fdfdfd;
}

.view-type01 thead th {
	height: 54px;
	padding: 12px 10px 11px;
	font-size: 13px;
}

.view-type01 thead th .state {
	display: inline-block;
	min-width: 80px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	text-align: center;
	color: #75b80b;
	border: 1px solid #75b80b;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

.view-type01 thead th:first-child {
	padding-left: 20px;
	text-align: left;
}

.view-type01 thead th:last-child {
	padding-right: 18px;
}

.view-type01 thead th .nation {
	margin-left: 5px;
}

.view-type01 td .view-conts {
	padding: 45px 20px;
	line-height: 24px;
}

.view-type01 td .view-conts p img {
    max-width: 1080px;
}

.preview-tbl {
	border: solid #e9e9e9;
	border-width: 1px 0;
	margin: 30px 0 50px;
}

.preview-tbl tbody td {
	height: 80px;
	border-bottom: 1px solid #e9e9e9;
	color: #424950;
	line-height: 80px;
}

.preview-tbl tbody .no-next {
    height: 80px;
    border-bottom: 1px solid #e9e9e9;
    color: #aaaaaa;
    line-height: 80px;
}

.preview-tbl tbody td:first-child {
	text-align: center;
}

.preview-tbl tbody td .preview-link {
	color: #424950;
}

.preview-tbl tbody td .preview-link:hover {
	color: #f26522;
}

.preview-tbl.v1 {
	margin-bottom: 0;
}

.preview-tbl:last-of-type {
	margin-bottom: 0;
}

.write-tbl {
	border: solid #e9e9e9;
	border-width: 1px 0;
	margin: 70px 0 30px;
}

.write-tbl tr {
	border-bottom: 1px solid #e9e9e9;
}

.write-tbl th {
	vertical-align: top;
	padding-top: 22px;
	font-size: 13px;
}

.write-tbl td {
	height: 60px;
	padding: 12px 10px;
	line-height: 16px;
	font-size: 13px;
}

.write-tbl td .edit-area {
	
}

.write-tbl td .edit-area.v1 {
	height: 300px;
	padding: 15px;
}

.write-tbl td .upload {
	float: left;
	margin-right: 20px;
	width: 61px;
	height: 61px;
	background: url("/images/front/common/btn_file_upload.gif") no-repeat;
}

.write-tbl td .upload-list {
	overflow: hidden;
}

.write-tbl.v1 {
	margin-top: 0;
}

.write-tbl.v1 tbody th {
	text-align: left;
	padding-left: 30px;
}

.table-box + .align-box {
	margin-top: 20px;
}

[class*="ico-"] {
	display: inline-block;
	position: relative;
}

.ico-new {
	height: 20px;
	padding: 0 8px;
	margin-left: 10px;
	background-color: #75b80b;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.ico-comment {
	margin-left: 18px;
	color: #75b80b;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	position: absolute;
}

.ico-comment:before, .ico-comment:after {
	display: inline-block;
	content: "";
	background-color: #75b80b;
}

.ico-comment:before {
	width: 14px;
	height: 14px;
	margin-right: 5px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	vertical-align: -3px;
}

.ico-comment:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 8px;
	height: 7px;
}

.ico-file01 {
	width: 21px;
	height: 21px;
	margin-right: 10px;
	background: url("/images/front/common/icon/ico_file01.png") no-repeat;
	vertical-align: middle;
}

.ico-lock {
	width: 20px;
	height: 22px;
	margin-right: 10px;
	background: url("/images/front/common/icon/ico_lock.png") no-repeat;
	vertical-align: middle;
}

.ico-question, .ico-answer {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #fdb940;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

.ico-answer {
	background-color: #65d5e9;
}

.ico-dot {
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background-image: url("/images/front/common/ico_dotted.png");
	vertical-align: -2px;
}

.ico-male {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    background: url("/images/front/common/icon/male.png") no-repeat;
    vertical-align: middle;
}

.ico-female {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    background: url("/images/front/common/icon/female.png") no-repeat;
    vertical-align: middle;
}

.file-lists {
	background-color: #fdfdfd;
	/* border-top: 1px solid #e9e9e9; */
}

.file-lists .file-item {
	display: inline-block;
	height: 50px;
	padding-left: 50px;
	line-height: 50px;
}

.file-lists .file-item .file-link {
	display: inline-block;
	vertical-align: middle;
}

.file-lists .file-item .file-link:hover {
	color: #f26522;
}

.cmt-bar {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border: solid #75b80b;
	border-width: 0 0 1px 1px;
	vertical-align: 3px;
}

/* Select UI style */
.forms-group {
	margin-bottom: 40px;
}

.ui-select {
	display: inline-block;
	position: relative;
	text-align: left;
}

.ui-select .select-label {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 11px 10px 10px;
	border: 1px solid #e9e9e9;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	font-size: 13px;
}

.ui-select .select-label:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	content: "";
	background: url("/images/front/common/select_arrow.png") 50% no-repeat;
}

.ui-select .select-label:hover, .ui-select .select-label.is-selected {
	border: 1px solid #26bbf0;
}

.ui-select .select-label.is-selected:after {
	background: #26bbf0 url("/images/front/common/select_arrow_hover.png") 50% no-repeat;
}

.ui-select .select-list {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background: #5f5f5f;
	overflow-y: auto;
	z-index: 55;
}

.ui-select .select-list li a {
	display: block;
	padding: 11px 10px 10px 20px;
	color: #9fa6aa;
}

.ui-select .select-list li a:hover, .ui-select .select-list li a:focus {
	background: #26bbf0;
	color: #fff;
	text-decoration: none;
}

/* Button Style */
.align-box {
	position: relative;
}

.align-box .al-l,
.align-box .al-r {
	position: relative;
	z-index: 10;
}

.align-box .al-l {
	float: left;
	margin-right: -100%;
}

.align-box .al-c {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-right: -100%;
}

.align-box .al-r {
	float: right;
}

[class^="btn-"] {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 0 33px;
	height: 35px;
	font-size: 13px;
	line-height: 35px;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

[class*="btn-"]:hover:after {
	-webkit-animation: shine 0.55s cubic-bezier(0.19, 1, 0.22, 1);
	        animation: shine 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}

[class*="btn-"].wd-s {
	padding-left: 20px;
	padding-right: 20px;
}

[class*="btn-"] + [class*="btn-"] {
	margin-left: 7px;
}

.btn-type01 {
	background: #a2a1a1;
}

.btn-type01.l-type {
	height: 80px;
	line-height: 80px;
}

.btn-type02 {
	background: #65d5e9;
}

[class*="tbl-"] .btn-type01, [class*="tbl-"] .btn-type02 {
    padding: 0 20px;
}

.btn-type03 {
	background: #f1953c;
}

.btn-type04 {
	background: #75b80b;
}

[class*="icon"] {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.icon-type01 {
	width: 20px;
	height: 20px;
	background-image: url("/images/front/common/icon_01.png");
	margin-right: 10px;
}

/* Common Pagination Style */
.paginate {
	margin-top: 30px;
	text-align: center;
}

.pagination {
	display: inline-block;
	font-size: 0;
}

.pagination .page-link {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	font-family: Dotum, "돋음";
	font-weight: bold;
	font-size: 12px;
	color: #9fa6aa;
}

.pagination .page-link.on, .pagination .page-link:hover {
	background-color: #b2d234;
	color: #fff;
}

.pagination .page-btn {
	display: inline-block;
	vertical-align: middle;
}

.pagination .page-btn .page-head, .pagination .page-btn .page-morePrev, .pagination .page-btn .page-prev, .pagination .page-btn .page-next, .pagination .page-btn .page-moreNext, .pagination .page-btn .page-end, .pagination .cmt-paginate .cmt-pagination .page-btn .page-morePrev, .cmt-paginate .cmt-pagination .pagination .page-btn .page-morePrev, .pagination .cmt-paginate .cmt-pagination .page-btn .page-prev, .cmt-paginate .cmt-pagination .pagination .page-btn .page-prev, .pagination .cmt-paginate .cmt-pagination .page-btn .page-next, .cmt-paginate .cmt-pagination .pagination .page-btn .page-next, .pagination .cmt-paginate .cmt-pagination .page-btn .page-moreNext, .cmt-paginate .cmt-pagination .pagination .page-btn .page-moreNext, .pagination .cmt-paginate .cmt-pagination .page-btn .page-end, .cmt-paginate .cmt-pagination .pagination .page-btn .page-end {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url("/images/front/common/paging_01.png");
}

.pagination .page-btn .page-morePrev {
	background-position-y: -50px;
}

.pagination .page-btn .page-prev {
	background-position-y: -100px;
}

.pagination .page-btn .page-next {
	background-position-y: -150px;
}

.pagination .page-btn .page-moreNext {
	background-position-y: -200px;
}

.pagination .page-btn .page-end {
	background-position-y: -250px;
}

/* CheckBox, Radio Style, input[type="file"] */
input[type="checkbox"],
input[type="radio"],
input[type="file"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}

.sr-label {
	display: inline-block;
	position: relative;
	margin-right: 42px;
	padding: 2px 0 2px 25px;
	vertical-align: middle;
	font-size: 13px;
	cursor: pointer;
}

.sr-label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	border: 1px solid #e9e9e9;
}

.sr-label:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 6px;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.radio:hover + .sr-label:before,
.radio:checked:hover + .sr-label:before, .check:hover + .sr-label:before,
.check:checked:hover + .sr-label:before {
	border-color: #26bbf0;
}

.radio:focus + .sr-label, .check:focus + .sr-label {
	outline: 1px dotted #333;
}

.radio:checked + .sr-label:before, .check:checked + .sr-label:before {
	border-color: #e9e9e9;
}

.radio[disabled] + .sr-label, .check[disabled] + .sr-label {
	cursor: default;
}

.radio[disabled] + .sr-label:before, .check[disabled] + .sr-label:before {
	background: #f5f5f5;
	border-color: #e9e9e9;
}

.radio + .sr-label:before {
	-webkit-border-radius: 100%;
	        border-radius: 100%;
}

.radio + .sr-label:after {
	width: 8px;
	height: 8px;
	background-color: #26bbf0;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
}

.radio:checked + .sr-label:after {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.radio[disabled] + .sr-label:after {
	-webkit-transform: scale(1);
	        transform: scale(1);
	background-color: #e9e9e9;
	border-color: transparent;
}

.check + .sr-label:after {
	width: 9px;
	height: 6px;
	border: solid #26bbf0;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg) scale(0);
	        transform: rotate(-45deg) scale(0);
}

.check:checked + .sr-label:after {
	-webkit-transform: rotate(-45deg) scale(1);
	        transform: rotate(-45deg) scale(1);
}

.check[disabled] + .sr-label:after {
	-webkit-transform: scale(1) rotate(-45deg);
	        transform: scale(1) rotate(-45deg);
	border-color: #e9e9e9;
}

.forms-row.v1 .sr-label {
	min-width: 132px;
	margin-right: 0;
}

.input-file {
	display: inline-block;
}

.input-file .file-path {
	display: inline-block;
	width: 300px;
	background: #f5f5f5;
	height: 27px;
	padding: 5px 10px;
	border: 1px solid #e9e9e9;
	vertical-align: middle;
}

.input-file .file-label {
	display: inline-block;
	height: 27px;
	padding: 5px 10px;
	border: 2px solid #333;
	vertical-align: middle;
}

.form-textarea {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	line-height: 20px;
	padding: 0;
	border-color: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	resize: none;
}

/* tab-style */
[class*="tabList"] .tabItem {
	float: left;
	width: 50%;
}

[class*="tabList"] .tabItem a {
	display: block;
	position: relative;
	overflow: hidden;
	margin-left: -1px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	background: #f6f6f6;
	padding: 13px 0;
	border: 1px solid #e9e9e9;
	color: #8d8d8d;
}

[class*="tabList"] .tabItem a:hover:after {
	-webkit-animation: shine .75s;
	        animation: shine .75s;
	-ms-animation: shine .75s;
}

[class*="tabList"] .tabItem.is-selected a {
	background: #fff;
	color: #568113;
}

[class*="tabList"] .tabItem.is-selected a:hover:after {
	-webkit-animation: -1s;
	        animation: -1s;
	-ms-animation: -1s;
}

.tabPanel {
	padding: 20px 5px 14px 0;
}

.tabPanel .panel {
	display: none;
}

.tabPanel .panel.is-selected {
	display: block;
}

.tabPanel .panel li {
	margin-bottom: 14px;
}

.tabPanel .panel li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inherit;
	font-size: 13px;
}

.tabPanel .panel li a:hover {
	color: #3bafda;
}

/* quick menu style */
.quick-section {
	position: fixed;
	left: 50%;
	width: 70px;
	margin-left: 600px;
	z-index: 50;
	top: 347px;
}

#main .quick-section {
	top: 640px;
}

.quick-section .quick-title {
	padding: 15px 0;
	text-align: center;
	background-color: #424950;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.quick-section .quick-menu li {
	border-top: 1px solid #e9e9e9;
	background-color: #f7f7f7;
}

.quick-section .quick-menu li:first-child {
	border-top: 0;
}

.quick-section .quick-menu li a {
	display: block;
	position: relative;
	padding-bottom: 14px;
	text-align: center;
	font-size: 11px;
	color: #424950;
}

.quick-section .quick-setup {
	display: block;
	padding: 15px 0;
	text-align: center;
	background-color: #5bbaca;
	font-size: 11px;
	color: #fff;
}

.quick-section .quick-setup:hover {
	background-color: #3f9bab;
}

.quick-section .go-top {
	display: block;
	position: relative;
	margin-top: 10px;
	padding: 11px 0;
	text-align: center;
	background-color: #91c146;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.quick-section .go-top:hover {
	background-color: #75a130;
}

.quick-section .go-top:hover:before {
	border-bottom-color: #75a130;
}

.quick-section .go-top:before {
	display: block;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -6px;
	content: "";
	border: 6px solid transparent;
	border-bottom-color: #91c146;
}

/* Layer popup Style */
.lockScroll {
	overflow: hidden;
}

.layer-wrap {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: 1000;
}

.layer-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}

.layer-wrap .layer-box {
	display: inline-block;
	position: relative;
	height: auto;
	vertical-align: middle;
	background: #fff;
	text-align: left;
	z-index: 200;
	opacity: 1;
}

.layer-wrap .dimmed {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: .7;
	z-index: -1;
}

.layer-wrap .popup-title {
	padding: 19px 20px;
	background-color: #426972;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

.layer-wrap .popup-container {
	overflow-y: auto;
	max-height: 740px;
	padding: 40px 30px;
}

.layer-wrap .popup-container .rss-copy {
	padding: 20px 30px;
	background-color: #f6fff7;
	border: 1px solid #deebe0;
}

.layer-wrap .popup-container .rss-copy .link-copy {
	color: #009499;
	text-decoration: underline;
}

.layer-wrap .popup-container .popup-conts.v1 {
	padding: 35px 30px;
}

.layer-wrap .popup-container .popup-conts .align-box {
	margin: 40px 0;
}

.layer-wrap .popup-container .popup-conts .popup-txt {
	line-height: 24px;
}

.layer-wrap .popup-container .popup-guide {
	padding: 17px 30px;
	background: url("/images/front/common/bg_pattern01.gif");
	border: 1px solid #cff0ff;
	line-height: 18px;
}

.layer-wrap .layer-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	background: #3e4f5c url("/images/front/common/popup_close.png") 50% no-repeat;
}

/* Sub-Contents Visual Section */
.category-box {
	width: 100%;
	height: 250px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-align: center;
}

.category-box.theme-v1 {
	background-image: url("/images/front/common/category_en_01.jpg");
}

.category-box.theme-v2 {
	background-image: url("/images/front/common/category_en_02.jpg");
}

.category-box.theme-v3 {
	background-image: url("/images/front/common/category_03.jpg");
}

.category-box.theme-v4 {
	background-image: url("/images/front/common/category_04.jpg");
}

.category-box.theme-v5 {
	background-image: url("/images/front/common/category_05.jpg");
}

.category-box.theme-v6 {
	background-image: url("/images/front/common/category_06.jpg");
}

.category-box.theme-v7 {
	background-image: url("/images/front/common/category_07.jpg");
}

.category-box.theme-v8 {
	background-image: url("/images/front/common/category_08.jpg");
}

.category-box .category {
	display: inline-block;
	padding-top: 65px;
	color: #fff;
}

.category-box .category .cate-title {
	display: inline-block;
	padding-bottom: 23px;
	margin-bottom: 28px;
	border-bottom: 1px solid #fff;
	font-size: 48px;
	font-family: Batang, '바탕';
	letter-spacing: -2.5px;
}

.category-box .category .cate-desc {
	display: block;
}

/* Contents Top Style */
.cont-top {
	position: relative;
	width: 1120px;
	margin: 0 auto 68px;
}

.cont-top .subTitle-box {
	padding-top: 50px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e9e9e9;
}

.cont-top .subTitle-box .sub-title {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
}

.cont-top .subTitle-box .sub-title:after {
	display: block;
	position: absolute;
	bottom: -14px;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #75b80b;
}

.cont-top .location {
	position: absolute;
	right: 10px;
	top: 60px;
}

.cont-top .location .link-map {
	position: relative;
	font-size: 13px;
	text-decoration: none;
	margin-right: 12px;
}

.cont-top .location .link-map:after {
	display: inline-block;
	position: absolute;
	top: 1px;
	right: -11px;
	content: ">";
}

.cont-top .location .link-map > span:hover {
	text-decoration: underline;
}

.cont-top .location .map-last {
	font-size: 13px;
}

/* Login page style*/
.login-box {
	width: 755px;
	height: 300px;
	margin: 0 auto;
	padding: 41px;
	border: 1px solid #b9e9ff;
	background: url("/images/front/common/bg_pattern01.gif");
}

.login-box .login-ci {
	float: left;
	width: 300px;
	height: 193px;
	background-image: url("/images/front/common/bg_login.gif");
}

.login-box .login-forms {
	float: right;
	position: relative;
	width: 362px;
	height: 193px;
	padding-left: 22px;
	padding-top: 51px;
	background-color: #fff;
	border: 1px solid #b9e9ff;
}

.login-box .login-forms .form-text,
.login-box .login-forms .form-pwd {
	display: block;
	width: 220px;
	height: 40px;
	margin-bottom: 10px;
}

.login-box .login-forms .form-text::-moz-placeholder,
.login-box .login-forms .form-pwd::-moz-placeholder {
	color: #3f3f3f;
	font-weight: bold;
	opacity: 1;
}

.login-box .login-forms .form-text:-ms-input-placeholder,
.login-box .login-forms .form-pwd:-ms-input-placeholder {
	font-weight: bold;
	color: #3f3f3f;
}

.login-box .login-forms .form-text::-webkit-input-placeholder,
.login-box .login-forms .form-pwd::-webkit-input-placeholder {
	font-weight: bold;
	color: #3f3f3f;
}

.login-box .login-forms .login-btn {
	position: absolute;
	right: 20px;
	top: 51px;
	width: 90px;
	height: 90px;
	background-color: #2c77bc;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.login-box .login-guide {
	margin-top: 12px;
	font-size: 13px;
	text-align: right;
}

.login-box .login-guide a {
	display: inline-block;
	margin-right: 20px;
}

/* LNB(Location Navigation Bar) Style*/
.lnb {
	width: 100%;
}

.lnb .lnb-link {
	display: block;
	color: #474d54;
	font-weight: bold;
}

.lnb .menu01 > .lnb-link {
	position: relative;
	padding: 19px 20px;
	border-bottom: 1px solid #e9e9e9;
}

.lnb .menu01 > .lnb-link:after {
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -8px;
	width: 15px;
	height: 15px;
	border: 1px solid transparent;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	background-color: #93d032;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.45s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: all 0.45s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	z-index: 10;
}

.lnb .menu01 > .lnb-link:hover {
	color: #81aa4c;
}

.lnb .menu01 > .lnb-link:hover:after {
	right: -8px;
	opacity: 1;
}

.lnb .menu01 .sub-depth01 {
	display: none;
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9;
}

.lnb .menu01.on > .lnb-link {
	color: #81aa4c;
}

.lnb .menu01.on > .lnb-link:after {
	right: -8px;
	opacity: 1;
	-webkit-animation: flicker 3.7s linear infinite;
	        animation: flicker 3.7s linear infinite;
}

.lnb .menu02 {
	position: relative;
	width: 221px;
}

.lnb .menu02 > .lnb-link {
	padding: 9px 10px 9px 30px;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.lnb .menu02 > .lnb-link:hover {
	color: #fff;
	background-color: #75b80b;
}

.lnb .menu02.on .lnb-link {
	color: #fff;
	background-color: #75b80b;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
	        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes flicker {
	0%, 100% {
		opacity: 0;
	}
	25%, 85% {
		opacity: 1;
	}
}

@keyframes flicker {
	0%, 100% {
		opacity: 0;
	}
	25%, 85% {
		opacity: 1;
	}
}

.title-heading {
	margin-bottom: 68px;
	text-align: center;
}

.title-heading .title-desc {
	display: block;
	margin-bottom: 25px;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
}

.title-heading .title-desc.v1 {
	line-height: 30px;
}

.title-heading .title-txt {
	display: inline-block;
	position: relative;
	font-size: 36px;
	font-weight: normal;
}

.title-heading .title-txt .num-comment {
	display: inline-block;
	position: absolute;
	top: -37px;
	right: -45px;
	width: 40px;
	height: 40px;
	background-color: #75b80b;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	line-height: 40px;
	color: #fff;
}

.title-heading .title-txt .num-comment:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-color: #75b80b;
	z-index: -1;
}

.title-heading a.title-txt:hover {
	color: #f26522;
}

.title-heading ~ .title-heading {
	margin-top: 66px;
}

.tit-level01 {
	position: relative;
	margin-top: 70px;
	margin-bottom: 50px;
	padding-left: 30px;
	font-size: 18px;
}

.tit-level01:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 2px;
	background-color: #75b80b;
	content: "";
}

.box-type01 {
	padding: 0 30px 45px 30px;
	border-bottom: 1px solid #e9e9e9;
}

.box-type01 .para01 {
	line-height: 24px;
}

.box-type01 .ir-img {
	text-align: center;
}

.box-type01:last-of-type {
	padding-bottom: 0;
	border-bottom: 0 none;
}

.box-type01.v1 {
	padding-top: 30px;
}

.list-view-wrap {
	width: 855px;
	margin: 0 auto;
}

.list-view-wrap .video-box {
	margin-bottom: 40px;
}

.list-view-wrap .video-desc-box {
	padding: 20px;
	border: 1px solid #cff0ff;
	background: url("/images/front/common/bg_pattern01.gif");
	text-align: center;
}

.list-view-wrap .video-desc-box .video-desc {
	font-weight: bold;
}

.bbs-info-box {
	margin-bottom: 15px;
	text-align: right;
}

.bbs-info-box .bbs-left {
	float: left;
}

.bbs-info-box .bbs-left .ui-select {
	margin-right: 10px;
}

.bbs-info-box .bbs-left.v1 {
	margin-top: 15px;
}

.bbs-info-box .bbs-info {
	font-size: 13px;
	font-weight: bold;
}

.bbs-info-box .bbs-info .bbs-number {
	color: #f26522;
}

.bbs-info-box .rss-btn {
	display: inline-block;
	padding-right: 13px;
	background: url("/images/front/common/icon/ico_rss.png") no-repeat 100% 6px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #f26522;
}

.bbs-info-box.v1 {
	padding-bottom: 10px;
	border-bottom: 2px solid #75b80b;
	margin-bottom: 66px;
}

.bbs-info-box.v1 .rss-btn {
	margin-top: 10px;
}

.reply-write-box {
	margin-top: 50px;
	padding: 30px 30px 23px 30px;
	background-color: #f7f9f4;
}

.write-wrap .cmt-count-box {
	position: relative;
	margin-bottom: 10px;
}

.write-wrap .cmt-count-box .cmt-txt, .write-wrap .cmt-count-box .cmt-number {
	font-weight: bold;
}

.write-wrap .cmt-count-box .txt-byte {
	position: absolute;
	right: 100px;
	top: 0;
	font-size: 12px;
}

.reply-write-box .cmt-area-box {
	position: relative;
}

.reply-write-box .cmt-area-box .cmt-area {
	width: 960px;
	height: 80px;
	padding: 18px 20px;
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.reply-write-box .cmt-area-box .btn-type01 {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 15px;
	font-size: 12px;
}

.reply-write-box .list-comment {
	margin-top: 13px;
}

.reply-write-box .list-comment .cmt-item {
	position: relative;
	padding: 17px 10px;
	border-top: 1px solid #eaeaea;
}

.reply-write-box .list-comment .cmt-item .cmt-nick, .reply-write-box .list-comment .cmt-item .cmt-date {
	font-size: 13px;
	font-weight: bold;
}

.reply-write-box .list-comment .cmt-item .form-textarea[readonly] {
	margin-top: 16px;
	line-height: 20px;
	font-size: 15px;
	background-color: #f7f9f4;
}

.reply-write-box .list-comment .cmt-item .cmt-btn {
	position: absolute;
	top: 17px;
	right: 10px;
}

.reply-write-box .list-comment .cmt-item .cmt-btn a {
	font-size: 13px;
	font-weight: bold;
}

.reply-write-box .list-comment .cmt-item .cmt-delete {
	position: relative;
	margin-left: 14px;
}

.reply-write-box .list-comment .cmt-item .cmt-delete:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -10px;
	top: 2px;
	width: 1px;
	height: 13px;
	background-color: #818687;
}

.reply-write-box .list-comment .cmt-item .cmt-area-box {
	margin-top: 20px;
}

.reply-write-box .list-comment .cmt-item .cmt-area-box .cmt-area {
	width: 940px;
}

/* Comment Pagination Style */
.cmt-paginate {
	margin-top: 20px;
	text-align: center;
}

.cmt-paginate .cmt-pagination {
	display: inline-block;
	font-size: 0;
}

.cmt-paginate .cmt-pagination .page-link {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	line-height: 26px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	font-family: Dotum, "돋음";
	font-weight: bold;
	font-size: 12px;
	color: #9fa6aa;
}

.cmt-paginate .cmt-pagination .page-link.on, .cmt-paginate .cmt-pagination .page-link:hover {
	color: #b2d234;
}

.cmt-paginate .cmt-pagination .page-btn {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.cmt-paginate .cmt-pagination .page-btn .page-head, .cmt-paginate .cmt-pagination .page-btn .page-morePrev, .cmt-paginate .cmt-pagination .page-btn .page-prev, .cmt-paginate .cmt-pagination .page-btn .page-next, .cmt-paginate .cmt-pagination .page-btn .page-moreNext, .cmt-paginate .cmt-pagination .page-btn .page-end {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("/images/front/common/paging.png");
}

.cmt-paginate .cmt-pagination .page-btn .page-morePrev {
	background-position-y: -25px;
}

.cmt-paginate .cmt-pagination .page-btn .page-prev {
	background-position-y: -50px;
}

.cmt-paginate .cmt-pagination .page-btn .page-next {
	background-position-y: -75px;
}

.cmt-paginate .cmt-pagination .page-btn .page-moreNext {
	background-position-y: -100px;
}

.cmt-paginate .cmt-pagination .page-btn .page-end {
	background-position-y: -125px;
}

.guide-box {
	margin: 0 50px;
	padding: 18px 20px;
	background: url("/images/front/common/bg_pattern01.gif");
	border: 1px solid #cff0ff;
	text-align: center;
}

.guide-box .guide-desc {
	line-height: 24px;
}

.list-type01.v1{margin-bottom: 30px;}
.list-type01 .list-item {
	float: left;
	width: 330px;
	margin-left: 20px;
}

.list-type01 .list-item .text-box .list-title {
	display: inline-block;
	padding: 23px 0;
}

.list-type01 .list-item .text-box .list-text {
	line-height: 24px;
	text-align: left;
}

.list-type01 .list-item .text-box .list-text.v1 {
	margin-top: 28px;
}

.list-type01 .list-item:first-child {
	margin-left: 0;
}

.list-type01 .list-item:nth-child(2) {
	width: 360px;
}

.list-type01.purpose {
	padding-top: 200px;
	background: url("/images/front/contents/bg_purpose_02.png") no-repeat;
	text-align: center;
}

.list-type01.doc-guide {
	margin-top: 40px;
	padding-top: 200px;
	background: url("/images/front/contents/doc_step.png") 50% 0 no-repeat;
	text-align: center;
}

.list-type01.v1 .list-item {
	width: 49%;
}

.list-type01.v2 .list-item {
	float: none;
	width: auto;
}

.list-type02 .list-item {
	float: left;
	width: 50%;
}

.list-type02 .list-item .item-txt {
	margin-top: 28px;
	line-height: 24px;
}

.list-type03 .list-item {
	overflow: hidden;
	margin-top: 40px;
	line-height: 24px;
}

.list-type03 .list-item .img-list {
	float: left;
}

.list-type03 .list-item .text-box {
	overflow: hidden;
	padding-left: 30px;
}

.list-type03 .list-item .text-box .list-text {
	margin-top: 10px;
	line-height: 24px;
}

.list-type03 .list-item .text-box .list-text.sub {
	color: #a2a1a1;
	font-size:13px;
}

.list-type03 .list-item .list-title {
	line-height: 24px;
	padding-bottom: 9px;
}

.list-type03 .list-item.w100 {
	width: 100% !important;
}

.list-type03.v1 {
	overflow: hidden;
	margin-top: -40px;
}

.list-type03.v1 .list-item {
	float: left;
	width: 50%;
}

.list-type04 {
	margin-right: -60px;
}

.list-type04 .list-item {
	position: relative;
	float: left;
	width: 500px;
	margin-right: 60px;
}

.list-type04 .list-item .list-tit {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
}

.list-type04 .data-box {
	margin-top: 25px;
	line-height: 24px;
}

.list-type04 .data-box .data-tit {
	float: left;
	width: 80px;
}

.list-type04 .data-box .data-desc {
	overflow: hidden;
	padding-left: 10px;
	padding-bottom: 20px;
}

.list-type04 .data-box .data-desc:last-of-type {
	padding-bottom: 0;
}

.list-type04 .list-txt {
	margin-top: 25px;
	line-height: 24px;
}

.thumbnail-type01 {
	margin-left: -60px;
	margin-top: -35px;
    clear: both;
}

.thumbnail-type01 .thumbnail-item {
	float: left;
	width: 500px;
	margin-left: 60px;
	margin-top: 15px;
}

.thumbnail-type01 .thumbnail-item .thumbnail-tit {
	display: block;
	padding: 40px 0 25px;
}

.thumbnail-type01 .thumbnail-item .thumbnail-txt {
	line-height: 24px;
	letter-spacing: -0.2px;
}

.thumbnail-box {
	padding: 0 5px;
	border-top: 2px solid #75b80b;
	background: url("/images/front/contents/bg_line01.png");
}

.thumbnail-type02 {
	margin-right: -30px;
}

.thumbnail-type02 .thumbnail-item {
	float: left;
	width: 255px;
	padding: 40px 30px 0 0;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.thumbnail-type02 .img-box {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	height: 170px;
	background: url("/images/front/contents/bg_thumbnail.gif") no-repeat;
}

.thumbnail-type02 .img-box .thumb-img {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	-ms-transition: all .25s linear;
}

.thumbnail-type02 .img-box:hover .thumb-img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.thumbnail-type02 .img-box:hover .img-txt {
	bottom: 0;
}

.thumbnail-type02 .img-txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	padding: 15px 10px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
}

.thumbnail-type02 .thumbnail-desc {
	margin: 5px 0 35px;
	min-height: 48px;
	line-height: 24px;
}

.thumbnail-type02 .thumbnail-desc .ico-comment {
	margin-left: 5px;
}

.line-type01 {
	position: relative;
	width: 100%;
	height: 1px;
	margin-top: 50px;
	background-color: #75b80b;
	z-index: 10;
}

.line-type01.v1 {
	margin-top: -31px;
}

.tab-box {
	margin-bottom: 30px;
}

.page-tab {
	margin-left: 1px;
	border-bottom: 1px solid #e9e9e9;
	height: 60px;
}

.page-tab .item-tab {
	float: left;
	position: relative;
	width: 16.75%;
	margin-left: -1px;
	text-align: center;
}

.page-tab .item-tab:hover .link-tab, .page-tab .item-tab.on .link-tab {
	color: #5bbaca;
}

.page-tab .item-tab:hover:before, .page-tab .item-tab.on:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background-color: #5bbaca;
	z-index: 10;
}

.page-tab .link-tab {
	display: block;
	height: 60px;
	border: 1px solid #e9e9e9;
	line-height: 60px;
	font-weight: bold;
	color: #a2a1a1;
}

.para-title {
	font-weight: bold;
	color: #2c77bc;
	margin-bottom: 20px;
}

.para01 {
	line-height: 24px;
	margin-bottom: 25px;
}

.info-box {
	padding: 20px 30px;
	margin: 0 130px;
	border: 1px solid #cff0ff;
	background: url("/images/front/common/bg_pattern01.gif");
}

.info-box .info-title {
	text-align: center;
	margin-bottom: 25px;
}

.info-box .info-lists .info-item {
	float: left;
	width: 50%;
	margin-bottom: 12px;
}

.info-box.v1 {
	margin: 40px 0 0 0;
	padding: 30px 20px;
}

.info-box.v2 {
	margin: 35px 0 0 0;
	padding: 20px;
}

.info-box.v2 .para01 {
	margin-bottom: 0;
}

.info-box.v3 {
	margin: 36px 0 0 0;
	text-align: right;
}

.info-box.v3 .para01 {
	float: left;
	margin-top: 6px;
}

.info-box .info-txt {
	display: inline-block;
	margin-right: 15px;
	line-height: 24px;
}

.info-box .info-txt:last-child {
	margin-right: 0;
}

.info-box .info-txt strong {
	margin-right: 7px;
}

.depth-lists .depth01 {
	margin-bottom: 5px;
	padding-left: 20px;
	text-indent: -18px;
	line-height: 24px;
}

.depth-lists .depth-inner,
.depth-lists .depth-inner02 {
	padding-left: 23px;
	margin: 5px 0;
}

.depth-lists .depth-inner .depth02, .depth-lists .depth-inner .depth03,
.depth-lists .depth-inner02 .depth02,
.depth-lists .depth-inner02 .depth03 {
	text-indent: -22px;
}

.map-view .wrap_controllers {
	display: none;
}

.map-view.v1 {
	display: table-cell;
}

.traffic-box {
	margin-top: 38px;
}

.traffic-box .traffic-img {
	float: left;
}

.traffic-box .traffic-info {
	overflow: hidden;
	margin-left: 180px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e9e9e9;
}

.traffic-box .traffic-info:last-of-type {
	margin-bottom: 0;
	border-bottom: 0 none;
}

.traffic-box .traffic-list .traffic-item {
	display: table;
	margin-bottom: 32px;
	line-height: 24px;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 {
	display: table-cell;
	vertical-align: middle;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span {
	display: inline-block;
	padding: 0 20px;
	line-height: 38px;
	height: 38px;
	color: #fff;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01.v1 span {
	width: 300px;
	height: auto;
	padding: 10px 20px;
	line-height: 24px;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.traffic-col01 {
	background-color: #3eaec2;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.traffic-col02 {
	background-color: #33a3b7;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.traffic-col03 {
	background-color: #2494a8;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.traffic-col04 {
	background-color: #8faf11;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.traffic-col05 {
	background-color: #718c01;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.traffic-col06 {
	background-color: #ff9a00;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.traffic-col07 {
	background-color: #ff8000;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.traffic-col08 {
	background-color: #ff6c00;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.traffic-col09 {
	background-color: #969595;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.traffic-col10 {
	background-color: #807f7f;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.v1-wid {
	width: 233px;
}

.traffic-box .traffic-list .traffic-item .traffic-txt01 span.v2-wid {
	width: 143px;
}

.traffic-box .traffic-list .traffic-item .traffic-txt02 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

.traffic-box .traffic-list .traffic-item.v1 {
	margin-bottom: 10px;
}

.traffic-box .traffic-list .traffic-item .arr {
	display: inline-block;
	margin: 0 4px;
	font-size: 10px;
	vertical-align: 2px;
}

/* Site-map Style */
.site-wrap {
	background-color: #fbfbfb;
	margin: 50px 0;
}

.site-wrap:last-of-type {
	margin-bottom: 0;
}

.site-map-box {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
}

.site-map-box .site-map-title {
	display: inline-block;
	width: 140px;
	margin-left: 18px;
	margin-top: 15px;
	text-align: center;
	color: #474d54;
	font-size: 15px;
	vertical-align: top;
	font-weight: bold;
}

.site-map-box .site-map-title img {
	margin-bottom: 5px;
}

.site-map-box .site-map-title span {
	display: block;
	line-height: 18px;
}

.site-map-box .site-map-menu {
	display: inline-block;
	width: 945px;
	margin-left: 12px;
	padding-bottom: 30px;
	color: #474d54;
	background: url("/images/front/common/menu_line.gif");
	font-size: 0;
}

.site-wrap .site-map-box .site-map-menu {
	background: url("/images/front/common/menu_line02.gif");
}

.site-map-box .site-map-menu .depth02 {
	display: inline-block;
	width: 189px;
	padding: 25px 19px 0 19px;
	vertical-align: top;
}

.site-map-box .site-map-menu .depth02 a {
	display: block;
	letter-spacing: -0.4px;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	-ms-transition: color .25s linear;
}

.site-map-box .site-map-menu .depth02 > a {
	position: relative;
	font-size: 13px;
	font-weight: bold;
	color: #474d54;
}

.site-map-box .site-map-menu .depth02 > a:after {
	position: absolute;
	height: 100%;
	width: 2px;
	left: -19px;
	top: 0;
	background: #86af49;
	content: "";
}

.site-map-box .site-map-menu .depth02:hover > a,
.site-map-box .site-map-menu .depth02.active > a {
	color: #6b962a;
}

.site-map-box .site-map-menu .depth02 ul {
	margin-top: 15px;
}

.site-map-box .site-map-menu .depth02 ul > li {
	margin-top: 10px;
}

.site-map-box .site-map-menu .depth02 ul > li a {
	font-size: 12px;
}

.site-map-box .site-map-menu .depth02 ul > li:hover a,
.site-map-box .site-map-menu .depth02 ul > li.active a {
	color: #6b962a;
	text-decoration: underline;
}

.purpose-box {
	background: url("/images/front/contents/bg_purpose_01.gif") no-repeat;
	line-height: 24px;
    height: 206px;
}
.purpose-box p strong{ 
	font-size: 36px;
    display: block;
    margin-top: 30px;
}

.purpose-box .purpose-txt {
	margin-top: 120px;
	font-size: 13px;
	line-height: 20px;
}

.history-box {
	position: relative;
}

.history-box.top {
	margin-top: 70px;
}

.history-box.top .history-title {
	text-align: center;
}

.history-box.top .history-title .ico-history {
	display: inline-block;
	width: 120px;
	height: 120px;
	background-image: url("/images/front/contents/history_title.png");
}

.history-box.top:after {
	position: absolute;
	right: 30px;
	bottom: -4px;
	width: 66px;
	height: 107px;
	content: "";
	background-image: url("/images/front/contents/bg_history_01.png");
}

.history-box.middle .history-title {
	position: relative;
	top: -48px;
	text-align: center;
}

.history-box.middle .history-title .ico-history {
	display: inline-block;
	width: 98px;
	height: 98px;
	background-image: url("/images/front/contents/bg_history_02.png");
}

.history-box.middle .history-list {
	padding-top: 0;
}

.history-box.bottom {
	position: relative;
}

.history-box.bottom .history-title {
	position: relative;
	top: -48px;
	text-align: center;
}
.history-box.bottom .history-title .ico-history {
	display: inline-block;
	width: 60px;
	height: 91px;
	background-image: url("/images/front/contents/bg_history_03.png");
}

.history-box.bottom .history-list {
	padding-top: 0;
	padding-bottom: 300px;
}
.history-box.bottom .history-list.left .history-item .history-year {
	color: #70ad26;
}
.history-box.bottom .history-list.left .history-item:before {
	background-color: #70ad26;
}

.history-box .bg_root {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -127px;
	width: 250px;
	height: 226px;
	background-image: url("/images/front/contents/bg_history_04.png");
}

.history-box:before {
	position: absolute;
	left: 50%;
	content: "";
	width: 4px;
	height: 100%;
	margin-left: -2px;
	background-color: #70ad26;
}

.history-box .history-list {
	position: relative;
	padding: 50px 0 90px;
}

.history-box .history-list:before {
	position: absolute;
	left: 50%;
	content: "";
	width: 4px;
	height: 100%;
	background-color: #70ad26;
}

.history-box .history-list .history-item {
	position: relative;
	float: right;
	height: 90px;
	width: 580px;
	padding-left: 79px;
}

.history-box .history-list .history-item:before {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #70ad26;
	-webkit-border-radius: 50% 50% 0 50%;
	        border-radius: 50% 50% 0 50%;
	content: "";
}

.history-box .history-list .history-item:nth-child(2n) {
	float: left;
	padding-right: 79px;
	text-align: right;
}

.history-box .history-list .history-item:nth-child(2n):before {
	right: 0;
	-webkit-border-radius: 50% 50% 50% 0;
	        border-radius: 50% 50% 50% 0;
}

.history-box .history-list .history-item:nth-child(2n+1):before {
	left: 0;
}

.history-box .history-list .history-item:nth-child(2n+1):after {
	top: 20px;
	left: 20px;
}

.history-box .history-list .history-item .history-year {
	display: block;
	margin: 20px 0 15px;
	font-size: 24px;
	color: #70ad26;
}

.history-box .history-list .history-item .history-desc {
	position: absolute;
	width: 420px;
	line-height: 20px;
}

.history-box .history-list.left .history-item {
	float: left;
	padding-right: 79px;
	text-align: right;
}

.history-box .history-list.left .history-item:before {
	right: 0;
	left: auto;
	background-color: #0c7156;
	-webkit-border-radius: 50% 50% 50% 0;
	        border-radius: 50% 50% 50% 0;
}

.history-box .history-list.left .history-item:nth-child(2n) {
	float: right;
	text-align: left;
}

.history-box .history-list.left .history-item:nth-child(2n):before {
	left: 0;
	right: auto;
	-webkit-border-radius: 50% 50% 0 50%;
	        border-radius: 50% 50% 0 50%;
}

.history-box .history-list.left .history-item .history-year {
	color: #fff;
}

.desc-box {
	overflow: hidden;
}

.desc-box .img-obj {
	float: left;
	margin-right: 60px;
	margin-bottom: 36px;
}

.desc-box .img-obj2 {
	float: left;
	margin-right: 50px;
}

.desc-box .para01 {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 30px;
	letter-spacing: -.5px;
}

.desc-box .para01:last-of-type {
	margin-bottom: 0;
}

.desc-box .para01.v1 {
	height: auto;
	display: block;
}

.desc-box .para01.v2 {
	height: auto;
	display: block;
	float:left;
	width:50%;
	padding-right: 50px;
}

.dot-list {
	text-align: left;
}

.dot-list .dot-item {
	position: relative;
	padding-left: 10px;
	line-height: 24px;
}

.dot-list .dot-item:before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	content: "";
	background-color: #2c77bc;
}


.data-list {
	height: 240px;
	margin-top: 36px;
}

.data-list .data-tit {
	float: left;
	width: 350px;
	height: 100%;
	padding: 30px;
	background-color: #b2d234;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
}

.data-list .data-tit strong {
	font-size: 24px;
}

.data-list .data-desc {
	overflow: hidden;
	height: 100%;
	padding: 30px;
	background-color: #efefef;
	line-height: 24px;
}

.progress-box {
	text-align: center;
}

.progress-box .progress-tit {
	display: inline-block;
	width: 550px;
	height: 105px;
	padding-top: 30px;
	background: url("/images/front/contents/bg_intro_01.png") 0 0 no-repeat;
	font-size: 30px;
	font-weight: normal;
}

.progress-box .progress-list {
	display: inline-block;
	width: 820px;
}

.progress-box .progress-list li {
	position: relative;
	margin-top: 35px;
	padding: 20px;
	background: url("/images/front/common/bg_pattern_02.gif");
}

.progress-box .progress-list li .txt {
	display: inline-block;
	width: 100%;
	padding: 15px;
	line-height: 24px;
	background-color: #fff;
}

.progress-box .progress-list li:first-child:before {
	display: none;
}

.progress-box .progress-list li:before {
	position: absolute;
	left: 50%;
	top: -26px;
	content: "";
	width: 40px;
	height: 17px;
	margin-left: -20px;
	background: url("/images/front/common/icon/ico_arr_01.png");
}

.td-list .td-item {
	line-height: 24px;
}

.td-list .td-item + .td-item {
	margin-top: 10px;
}

.td-list .data-desc li {
	padding-left: 15px;
	text-indent: -10px;
}

.step-list {
	position: relative;
	overflow: hidden;
	background: url("/images/front/common/icon/ico_arr_02.png") 50% -25px repeat-y;
}

.step-list:before {
	position: absolute;
	width: 100%;
	left: 0;
	height: 30px;
	background-color: #fff;
	content: "";
}

.step-list .step-item {
	position: relative;
	float: right;
	min-height: 190px;
	width: 640px;
	padding-left: 220px;
}

.step-list .step-item .img-step {
	position: absolute;
	left: 0;
}

.step-list .step-item:nth-child(2n) {
	float: left;
	padding: 0 220px 0 0;
	text-align: right;
}

.step-list .step-item:nth-child(2n) .img-step {
	left: auto;
	right: 0;
}

.step-list .step-item + .step-item {
	margin-top: 26px;
}

.step-list .txt-box {
	padding-top: 40px;
}

.step-list .txt-box strong {
	font-size: 18px;
	line-height: 24px;
}

.step-list .txt-box .txt-list {
	margin-top: 24px;
	line-height: 24px;
}

.step-list .txt-box .txt-list .font-s {
	font-size: 12px;
    line-height: 15px;
}

.step-list02 {
	position: relative;
	margin-right: -20px;
	background: url("/images/front/common/icon/step_bg_01.png") 100% 0 no-repeat;
}

.step-list02 .step-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}

.step-list02 .step-item.break-step {
	margin-top: 35px;
	padding-left: 280px;
}

.step-list02 .step-item.break-step ~ .step-item {
	margin-top: 35px;
}

.step-list02 .step-item.break-step:before {
	display: inline-block;
	position: absolute;
	left: 0;
	content: "";
	width: 280px;
	height: 160px;
	background-image: url("/images/front/common/icon/step_arr.png");
}

.step-list02 .step-item .step-tit {
	line-height: 24px;
}

.step-list02 .txt-box {
	width: 220px;
	margin-top: 30px;
	text-align: center;
}

.step-list02 .txt-box .txt-list {
	margin-top: 24px;
	line-height: 24px;
	letter-spacing: -.3px;
}

.step-list02.v1 {
	background-position: 100% 273px;
}

.table-info {
	margin-top: 20px;
	font-size: 13px;
}

.table-info02 {
	margin-top: 35px;
	line-height: 24px;
}

.img-desc-box li {
	position: relative;
	min-height: 145px;
}

.img-desc-box li + li {
	margin-top: 40px;
}

.img-desc-box .left .img-obj {
	left: 0;
}

.img-desc-box .left .txt-tit,
.img-desc-box .left .img-txt,
.img-desc-box .left .txt-subtit {
	margin-left: 560px;
}

.img-desc-box .right .img-obj {
	right: 0;
}

.img-desc-box .img-obj {
	position: absolute;
}

.img-desc-box .txt-tit {
	display: inline-block;
	margin-bottom: 25px;
}

.img-desc-box .txt-subtit {
	display: block;
	font-weight: bold;
	line-height: 24px;
}

.img-desc-box .txt-subtit + .img-txt {
	margin-top: 30px;
}

.img-desc-box .img-txt {
	width: 505px;
	line-height: 24px;
}

.img-desc-box.v1 li {
	min-height: 90px;
}

.img-desc-box.v2 li {
	min-height: 220px;
}

.img-desc-box02 .desc-list {
	overflow: hidden;
	margin-right: -50px;
	padding-top: 35px;
}

.img-desc-box02 .desc-list li {
	float: left;
	width: 505px;
	margin-right: 50px;
	line-height: 24px;
}


/*main layerPopup*/
.ui-dialog{border:10px solid #666; padding:0 !important;}
.ui-dialog-content.ui-widget-content{background:#666 !important; color:#fff; padding:0 !important;}
.ui-dialog-content.ui-widget-content div{ overflow:auto; height:90%; width:100%; margin-bottom:10px;}
.ui-dialog-content.ui-widget-content img{margin-bottom:10px;}
.ui-dialog-content.ui-widget-content input[type=checkbox] {	vertical-align:middle;	margin-left:5px;}
.ui-dialog-content.ui-widget-content a{color:#fff; float:right;}
/*main layerPopup E*/

/*window popup class win-pop 추가*/
.win-pop {background:#666; color:#fff; padding-bottom:5px;}
.win-pop a#moveTarget{float:none;}
.win-pop img{display:block; }
.win-pop input[type=checkbox]{ vertical-align:middle; margin-left:5px;}
.win-pop a{ color:#fff; float:right; }
/*window popup E*/

/* select jQuery UI Custom */
.ui-selectmenu-button {
    display: inline-block;
    position: relative;
    background: none;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    height: 35px;
    line-height: 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 5px;
}

.ui-selectmenu-button span.ui-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 33px;
    background: url("/images/front/common/select_arrow.png") no-repeat center center;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    margin: 0;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    font-size: 13px;
    color: #3f3f3f;
    display: block;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
}

.ui-selectmenu-button.ui-state-hover span.ui-icon,
.ui-selectmenu-button[aria-expanded=true] span.ui-icon {
    background-image: url("/images/front/common/select_arrow_hover.png");
    background-color: #26bbf0;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.ui-selectmenu-button.ui-state-hover {
    border-color: #26bbf0;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

/*.ui-front {
    z-index: 100;
}*/
.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-menu {
    font-size: 16px;
    z-index: 999999;
}

.ui-selectmenu-menu .ui-menu {
    border: none;
    background: #5f5f5f;
    max-height: 200px;
    overflow-y: auto;
    -webkit-border-radius: 0;
            border-radius: 0;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: left;
    min-height: 0;
    line-height: 35px;
    padding-left: 10px;
    font-size: 13px;
    /*color: #9fa6aa;*/
    color: #ffffff;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
    background: #26bbf0;
    color: #fff;
    border: none;
}

