@charset "utf-8";

/* Web Font */
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard GOV Regular'),
	url(/statics/home/css/fonts/PretendardGOV-Regular.subset.woff2) format('woff2'),
	url(/statics/home/css/fonts/PretendardGOV-Regular.subset.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard GOV Bold'),
	url(/statics/home/css/fonts/PretendardGOV-Bold.subset.woff2) format('woff2'),
	url(/statics/home/css/fonts/PretendardGOV-Bold.subset.woff) format('woff');
}

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol,ul { list-style:none; margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
caption { position: absolute;left: -9999px;top: -9999px; }

/* start editing from here */
body { font:14px/1.3 "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; color:#666; overflow-y:scroll; }
a { text-decoration:none; color:#000; }
button, input[type="button"], input[type="submit"] { cursor:pointer; }
img { max-width:100%; }
select { min-width:120px; border:1px solid #c9c9c9; padding:5px 3px 7px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
legend {width:1px; height:1px; margin:1px; border:none ; position:absolute ; top:0; left: 0; overflow:hidden ; clip:rect(0, 0, 0, 0);}
input[type="text"],
input[type="email"],
input[type="password"] { border:1px solid #c9c9c9; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; padding:6px 6px 8px; }
input[type="button"],input[type="submit"] { border:none; text-transform:uppercase; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; padding:7px 15px 9px; background:#3f3f3f; color:#fff; }
input[type="button"]:focus,input[type="submit"]:focus { outline-offset:3px; }
input[type="checkbox"] { vertical-align:middle; margin:0 5px 0 0; }
input[readonly="readonly"] { background:#f7f7f7; }
select:hover,
textarea:hover,
input[type="password"]:hover,
input[type="file"]:hover,
input[type="email"]:hover,
input[type="text"]:hover { border:1px solid #555; }
input[readonly="readonly"]:hover { border:1px solid #c9c9c9; }
.txt-rt { text-align:right; }/* text align right */
.txt-lt { text-align:left; }/* text align left */
.txt-center { text-align:center; }/* text align center */
.float-rt { float:right; }/* float right */
.float-lt { float:left; }/* float left */
.clear { clear:both; }/* clear float */
.vertical-base { vertical-align:baseline; }/* vertical align baseline */
.vertical-top { vertical-align:top; }/* vertical align top */

.hide {width:1px; height:1px; margin:1px; border:none ; position:absolute ; top:0; left: 0; overflow:hidden ; clip:rect(0, 0, 0, 0);}
.skip {width:1px; height:1px; margin:1px; border:none ; position:absolute ; top:0; left: 0; overflow:hidden ; clip:rect(0, 0, 0, 0);}

.skip_nvi_hidden ul{height:0;}
.skip_nvi_hidden a{ position:absolute; left:-3500%;}
.skip_nvi_hidden a:focus { display:block; left:0; top:0; z-index:1001; width:100%; height:30px; line-height:30px; background:#039; color:#fff; text-align:center;}

.go-top {
	display:block;
	width:40px;
	padding:11px 0;
	text-align:center;
	font-size:13px;
	position:fixed;
	bottom:-40px;
	right:25px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background-color:#404040;
	color:#FFFFFF;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	z-index:100;
}

.go-top.show { bottom:20px; }

.go-top:hover {	background:#f05436; color:#FFFFFF; }

/* layout */
#wrap { width:100%; min-width:1200px; margin:0 auto; background:#fff; }
#header { width:100%; margin:0 auto; }
#webNavi { position:fixed; top:0; left:0; width:100%; z-index:99; background:#fff; border-bottom:1px solid #c3c3c3; }
.header_top { width:1200px; margin:15px auto 0; height:65px; }
.logo { float:left; }
.logo li { float:left; }
.logo li:first-child { margin-right:22px; }
.TopMenu { float:right; }
.TopMenu li { float:left; }
.TopMenu li:nth-child(2) { color:#c2c2c2; margin:3px 12px 0; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:0.9em; }
.TopMenu li a { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; text-transform:uppercase; font-size:0.76em; color:#666; letter-spacing:-0.2px; }
.TopMenu li:last-child { display:block; background:#f05436; padding:3px 7px 4px; margin-left:13px; line-height: 11px; }
.TopMenu li:last-child a { color:#fff; }
#header .gnb_wrap { position:relative; width:100%; margin:5px auto 0; }
#header .gnb_wrap .gnb_main { width:1200px; margin:0 auto; }
#header .gnb_wrap .gnb_main > ul { display:inline-block; }
#header .gnb_wrap .gnb_main > ul > li { float:left; width:240px; position: relative; }
#header .gnb_wrap .gnb_main > ul > li > a { display:block; color:#000; font-size:1.4em; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; text-transform:uppercase; text-align:center; padding-bottom:20px; }
#header .gnb_wrap .gnb_main > ul > li > a:hover,
#header .gnb_wrap .gnb_main > ul > li > a.on { color:#f05436; font-weight:bold; }
#header .gnb_wrap .gnb_main > ul > li.on::after {content: ""; display: block; position: absolute; z-index: -1; left: 50%; top: 33px; transform: translateX(-50%); width: 8px; height: 8px; border-radius: 50%; background: #004fbb;}

#header .gnb_wrap .gnb_mask { display:none; position:absolute; width:100%; top:45px; background:#0b63ad; opacity:0.95; z-index:52; height: 230px; }
#header .gnb_wrap .gnb_mask .gnb_subSet { width:1200px; margin:0 auto; }
#header .gnb_wrap .gnb_mask .gnb_subSet ul { float:left; width:200px; height:205px; /*background:#154478;*/ padding:20px 20px 5px; }
#header .gnb_wrap .gnb_mask .gnb_subSet ul:hover { background:#154478; }
#header .gnb_wrap .gnb_mask .gnb_subSet ul li { margin-bottom:10px; }
#header .gnb_wrap .gnb_mask .gnb_subSet ul li a { font-size:0.97em; color:#fff; text-align:left; }
#header .gnb_wrap .gnb_mask .gnb_subSet ul li a:hover,
#header .gnb_wrap .gnb_mask .gnb_subSet ul li.sub_select a { text-decoration:underline; }

#header .gnb_wrap .gnb_main .main_menu li ul.sub { display: none; z-index: 53; position: absolute; top: 45px; left: 0; }
#header .gnb_wrap .gnb_main .main_menu li ul.sub { float:left; width:200px; height:205px; /*background:#154478;*/ padding:20px 20px 5px; }
#header .gnb_wrap .gnb_main .main_menu li ul.sub:hover { background:#154478; }
#header .gnb_wrap .gnb_main .main_menu li ul.sub li { margin-bottom:10px; }
#header .gnb_wrap .gnb_main .main_menu li ul.sub li a { font-size:0.97em; color:#fff; text-align:left; }
#header .gnb_wrap .gnb_main .main_menu li ul.sub li a:hover,
#header .gnb_wrap .gnb_main .main_menu li ul.sub li.sub_select a, #header .gnb_wrap .gnb_main .main_menu li ul.sub li.current-page a { text-decoration:underline; font-weight: bold; }

.Visual { position:relative; overflow:hidden; margin-top:131px; height:317px; }
.Visual img { width:100%; height:auto; }
.Visual button { position:absolute; top:40%; /*transition:all 0.5s linear;*/ border:none;  z-index:50; width:61px; height:57px; text-indent:-99999em; }
.Visual button.btn_prev { left:-100px; background:url('/statics/eng/images/v_prev.png') no-repeat; }
.Visual button.btn_next { right:-100px; background:url('/statics/eng/images/v_next.png') no-repeat; }
.Visual button:hover { background-position:center bottom; }
.Visual:hover .btn_prev, .Visual:focus .btn_prev { left:30px; }
.Visual:hover .btn_next, .Visual:focus .btn_next { right:30px; }
.Visual .bx-pager { display:none; }
.Visual .visual_cnt { position:absolute; top:105px; width:100%; color:#fff; text-align:center; z-index:98; text-shadow:1px 1px 0 #777; }
.Visual .visual_cnt h1 { font-size:50px; font-weight:bold; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.Visual .visual_cnt p { font-size:20px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.Visual ul { height:417px; overflow:hidden; }


#Container { position:relative; }
.column_white { width:100%; padding:65px 0; }
.column_gray { width:100%; padding:65px 0; background:#ebebeb; }
.wrap_box { width:1200px; margin:0 auto; }
.wrap_box h1 { text-align:center; font-size:2.76em; color:#000; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-weight:700; letter-spacing:-0.7px; }
.wrap_box p.line_org { width:30px; height:3px; background:#f05436; margin:30px auto; }
.wrap_box ul { display:inline-block; text-align:center; }
.wrap_box ul li { float:left; }
.wrap_box ul.quick_mu li { position:relative; width:300px; cursor:pointer; }
.wrap_box ul.quick_mu li { display:block; transition: all 500ms ease-in-out 0s; -webkit-transition: all 500ms ease-in-out 0s; }
.wrap_box ul.quick_mu li:first-child { background:url('/statics/eng/images/quick_mu01.png') no-repeat center top; }
.wrap_box ul.quick_mu li:first-child:hover { background:url('/statics/eng/images/quick_mu01_on.png') no-repeat center top; }
.wrap_box ul.quick_mu li:nth-child(2) { background:url('/statics/eng/images/quick_mu02.png') no-repeat center top; }
.wrap_box ul.quick_mu li:nth-child(2):hover { background:url('/statics/eng/images/quick_mu02_on.png') no-repeat center top; }
.wrap_box ul.quick_mu li:nth-child(3) { background:url('/statics/eng/images/quick_mu03.png') no-repeat center top; }
.wrap_box ul.quick_mu li:nth-child(3):hover { background:url('/statics/eng/images/quick_mu03_on.png') no-repeat center top; }
.wrap_box ul.quick_mu li:last-child { background:url('/statics/eng/images/quick_mu04.png') no-repeat center top; }
.wrap_box ul.quick_mu li:last-child:hover { background:url('/statics/eng/images/quick_mu04_on.png') no-repeat center top; }
.wrap_box ul.quick_mu li span.over_view { display:none; }
.wrap_box ul.quick_mu li span.over_view { position:absolute; top:65px; left:97px; font-size:0.86em; }
.wrap_box ul.quick_mu li span.over_view span { display:block; border:1px solid #fff; border-radius:18px; padding:7px 17px; }
.wrap_box ul.quick_mu li span.over_view span a { color:#fff; }
.wrap_box ul li h4 { color:#000; font-size:1.54em; font-weight:700; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.wrap_box ul.quick_mu li h4 { padding:220px 0 20px; }
.wrap_box ul.quick_mu li:hover h4 { color:#147ed0; }
.wrap_box ul.quick_mu li p { color:#666; padding:0 20px; }
ul.benefit li { position:relative; width:400px; }
ul.benefit li h4 { padding:150px 0 16px; }
ul.benefit li:first-child h4 { background:url('/statics/eng/images/benefit01.png') no-repeat center top; }
ul.benefit li:nth-child(2) h4 { background:url('/statics/eng/images/benefit02.png') no-repeat center top; }
ul.benefit li:last-child h4 { background:url('/statics/eng/images/benefit03.png') no-repeat center top; }
ul.benefit li p { color:#666; padding:0 35px; }


#footer { width:100%; min-width:1200px; background:#143f77; }
.footer_layout { width:1200px; height:200px; margin:0 auto; padding-top:30px; }
.footer_layout ul, .footer_layout ul li { float:left; }
.footer_layout ul li:first-child { margin-right:30px; }
.footer_layout ul li:last-child { margin-right:70px; }

.footer_layout .top {height: 70px; border: 1px solid #194F94;}
.footer_layout .top::after {content: ""; display: block; clear: both;}
.footer_layout .top > * {float: left;}
.footer_layout .links {width: 880px; height: 68px; padding: 24px 0 0 39px; font-size: 0;}
.footer_layout .links a {display: inline-block; margin-right: 65px; color: #fff; font-size: 15px;}
.footer_layout .links a:last-child {margin-right: 0;}
.footer_layout .links a:hover {color: #f8b551;}

.footer_layout .download {width: 220px; height: 68px;}
.footer_layout .download a {display: block; position: relative; height: 100%; padding: 24px 0 0 19px; color: #fff; letter-spacing: -1.5px;}
.footer_layout .download a:hover {text-decoration: underline;}
.footer_layout .download a::before {content: ""; display: block; position: absolute; right: 18px; top: 26px; width: 11px; height: 13px; background: url(../images/ico_down.png) no-repeat;}

address { float:left; margin-top:5px; }
address p { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:0.86em; color:#c9c9c9; }


/* Sub_Egov */
.SubVisual { position:relative; width:100%; height:280px; color:#fff; overflow:hidden; text-align:center; text-shadow:1px 1px 0px #999; margin-top:131px; }
.SubVisual h2 { display:inline-block; font-size: 3.7em; padding:80px 0 12px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-weight:700; }
.SubVisual p { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:1.4em; }
.sub_bg_2 { background:url('/statics/eng/images/SubImg_egov.png') repeat-x 50% 0%; background-size:cover; }
.sub_bg_3 { background:url('/statics/eng/images/SubImg_egov.png') repeat-x 50% 0%; background-size:cover; }
.sub_bg_4 { background:url('/statics/eng/images/SubImg_download.png') repeat-x 50% 0%; background-size:cover; }
.sub_bg_5 { background:url('/statics/eng/images/SubImg_news.png') repeat-x 50% 0%; background-size:cover; }
.sub_bg_6 { background:url('/statics/eng/images/SubImg_support.png') repeat-x 50% 0%; background-size:cover; }
.sub_bg_37 { background:url('/statics/eng/images/SubImg_etc.png') repeat-x 50% 0%; background-size:cover; }

.SideNavi { width:100%; background:#147ed0; }
.SideNavi ul { position:relative; width:1199px; height:60px; margin:0 auto; border-right:1px solid #5ba5de; }
.SideNavi ul.Navi_5 li { width:240px; }
.SideNavi ul.Navi_5 li:last-child { width:239px; }
.SideNavi ul.Navi_4 li { width:300px; }
.SideNavi ul.Navi_4 li:last-child { width:299px; }
.SideNavi ul.Navi_2 li { width:600px; }
.SideNavi ul.Navi_2 li:last-child { width:599px; }
.SideNavi ul li { float:left; line-height:60px; text-align:center; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:1.2em; }
.SideNavi ul li.Active a { color:#000; background:#fff; }
.SideNavi ul li a { display:block; color:#fff; border-left:1px solid #5ba5de; }

#subContent { position:relative; width:100%; min-height:550px;}
.bgWhite { width:100%; padding:50px 0; }
.bgGray { width:100%; padding:50px 0; background:#f6f6f6; }
.bgWhite:last-child,
.bgGray:last-child { padding-bottom:100px; }

.ConBox { width:1200px; margin:0 auto; }
.ConBox h2, .ConBox h3, .ConBox h4, .ConBox h5 { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.ConBox h2, .ConBox h3, .ConBox h5 { text-align:center; letter-spacing:-0.85px; }
.ConBox h2 { font-size:30px; margin-bottom:15px; }
.ConBox h3 { color:#000; font-size:2.5em;  font-weight:700;  padding:45px 0 25px; border-bottom:1px solid #c4dff3; }
.ConBox h4 { font-size:1.8em; font-weight:600; letter-spacing:-0.5px; }
.ConBox h5 { font-size:1.74em; margin-bottom:15px; }
.ConBox p { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.ConBox p.location { text-align:right; margin-top:20px; font-size:0.96em; }
.ConBox p.location a.locate_0 { background:url('/statics/eng/images/icon_nav_home.png') center left no-repeat; padding-left:17px; }
.ConBox p.location a.locate_1 { color:#666; background:url('/statics/eng/images/location_arrow.png') left center no-repeat;padding-left:14px; margin-left:9px;}
.ConBox p.location a.print { float:left; background:url('/statics/eng/images/icon_print.png') center left no-repeat; font-size:11px; line-height:160%; padding-left:19px; }
.ConBox p.location a.locate_2 { color:#666; }
.ConBox p.location a.locate_2,
.ConBox p.location a.locate_3,
.ConBox p.location a.locate_4 { background:url('/statics/eng/images/location_arrow.png') left center no-repeat; padding-left:14px; margin-left:9px; }
.ConBox p.location a.locate:last-child { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:14px; color:#000; font-weight:bold; }
.ConBox p.line_blu { width:200px; height:3px; background:#147ed0; margin:-2px auto; }
.ConBox p.txt { font-size:1.1em; color:#000; padding:20px 0 30px; line-height:20px; }
.ConBox p.bBox { color:#111; font-size:0.97em; display:block; text-align:center; background:#f6f6f6; padding:30px 0; border:1px solid #d7d7d7; }
.ConBox img { margin-bottom:20px; }
.ConBox > ul.gBox3,
.ConBox > ul.gBox5 { display:inline-block; width:1198px; border:1px solid #d7d7d7; }
.ConBox > ul.gBox3 > li,
.ConBox > ul.gBox5 > li { float:left; display:block; border-left:1px solid #d7d7d7; }
.ConBox > ul.gBox3 > li > ul > li,
.ConBox > ul.gBox5 > li { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.ConBox ul.gBox5 { color:#111;  font-size:0.97em; background:#f6f6f6; }
.ConBox ul.gBox5 li {  width:238px; text-align:center; padding:25px 0; }
.ConBox ul.gBox5 li:first-child { margin-left:-1px; }
.arr { background:url('/statics/eng/images/info_arrow.png') center 30px no-repeat; padding-top:80px; }
.info_grap01 { width:1148px; display:inline-block; border:1px solid #d7d7d7; padding:25px; }
.info_grap01 h5 { text-transform:none; color:#2b64ac; font-size:28px; margin-bottom:25px; }
.info_grap01 p { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:17px; text-align:center; display:block; background:#1f5691; padding:14px 0; color:#fff; margin-bottom:20px; }
.info_grap01 dl { float:left; width:367px; margin-right:23px; background:url('/statics/eng/images/img_arrow.png') top center no-repeat; padding-top:75px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.info_grap01 dl:last-child { margin-right:0; }
.info_grap01 dl dt { display:block; padding:13px 0; background:#1f5691; color:#fff;  text-align:center; font-size:16px; }
.info_grap01 dl dt:nth-child(2) { margin-top:10px; }
.info_grap01 dl dd { border:1px solid #d7d7d7; border-top:none; padding:12px 15px; font-size:13px; }
.info_grap02 { position:relative; display:inline-block; margin-top:40px; }
.info_grap02 p { display:block; float:left; width:296px; padding:215px 0 214px; background:#f6f6f6; border:1px solid #d7d7d7; text-align:center; color:#000; font-size:22px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.info_grap02 span.arr { float:left; width:80px; height:380px; background:url('/statics/eng/images/img_arrow02.png') center no-repeat; text-indent:-9999em; }
.info_grap02 span.dotBox { position:absolute; left:360px; bottom:-50px; width:435px;  padding:133px 0 12px; text-align:center; color:#a85343; font-size:18px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; border:1px dotted #b1402a; }
.info_grap02 table { display:inline-block; width:822px; border-top:1px solid #d7d7d7; }
.info_grap02 table th { color:#2b64ac; text-align:left; }
.info_grap02 table th,
.info_grap02 table td { padding:18px 18px; }
.info_grap03 { display:inline-block; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.info_grap03 dl { float:left; width:388px; margin-right:15px; }
.info_grap03 dl:first-child { border:1px solid #a45d50; }
.info_grap03 dl:nth-child(2) { border: 1px solid #618c46; }
.info_grap03 dl:last-child { border: 1px solid #41618d; margin-right:0; }
.info_grap03 dl dt { color:#fff; text-align:center; padding: 12px 0 14px; }
.info_grap03 dl:first-child dt { background:#be7e72; }
.info_grap03 dl:nth-child(2) dt { background: #6e9058; }
.info_grap03 dl:last-child dt { background: #58759b; }
.info_grap03 dl dd { display:inline-block; padding:12px 20px 14px; }
.info_grap03 dl:first-child dd { height:60px; color:#933b2b; }
.info_grap03 dl:nth-child(2) dd { color:#35700e; }
.info_grap03 dl:last-child dd { color:#0a5a9f; }
.info_grap03 dl dd ul { display:inline-block; }
.info_grap03 dl dd ul li { float:left; font-size:13px; line-height:160%; }
.info_grap03 dl:first-child dd ul li:first-child,
.info_grap03 dl:nth-child(2) dd ul li:first-child,
.info_grap03 dl:nth-child(2) dd ul li:nth-child(3),
.info_grap03 dl:last-child dd ul li:first-child { width:174px; }
.grap05 dl dd { height:144px !important; }
.info_grap04 { display:inline-block; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.info_grap04 dl { float:left; width:188px; height:225px; margin:0 12px 15px 0; border: 1px solid #0a5a9f; }
.info_grap04 dl:nth-child(6),
.info_grap04 dl:nth-child(8) { margin-right:0; }
.info_grap04 dl:nth-child(7) { width:996px; }
.info_grap04 dl:nth-child(7),
.info_grap04 dl:nth-child(8) { height:189px; }
.info_grap04 dl dt { background: #0a5a9f; color:#fff; text-align:center; padding:8px 0 10px; }
.info_grap04 dl dd { font-size:13px; color:#000; padding:4px 15px 6px; }
.info_grap04 dl dd ul { text-align:center; }
.info_grap04 dl dd ul li { padding:9px 0 10px; border-bottom:1px solid #d7d7d7; }
.info_grap04 dl dd ul li:last-child { border-bottom:none; }
.info_grap04 dl dd.ul_list { display:inline-block; }
.info_grap04 dl dd.ul_list ul { float:left; width:182px; margin-right:14px; }
.info_grap04 dl dd.ul_list ul:last-child { margin-right:0; }

ul.gBox3 > li { width:358px; padding:35px 20px 30px; }
ul.gBox3 > li:first-child, ul.gBox3 > li:last-child { margin-left:-1px; }
ul.gBox3 h6 { color:#000; font-size:1.36em; text-align:center; letter-spacing:-0.7px; padding:95px 0 15px; }
ul.gBox3 > li:first-child > h6 { background:url('/statics/eng/images/img_intro01.png') top center no-repeat; }
ul.gBox3 > li:nth-child(2) > h6 { background:url('/statics/eng/images/img_intro02.png') top center no-repeat; }
ul.gBox3 > li:last-child > h6 { background:url('/statics/eng/images/img_intro03.png') top center no-repeat; }
ul.gBox3 > li > ul > li { font-size:0.94em; background:url('/statics/eng/images/dot_gray.png') left center no-repeat; padding-left:10px; }

.ConBox .intro_Info01 { border: 1px solid #eee; }

.list strong { display:inline-block; color:#2b64ac; font-weight:600; background:url('/statics/eng/images/dot_blue.png') left center no-repeat; margin-bottom:5px; }
.list strong, .list > li > ul { padding-left:10px }
.list > li > ul > li { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.list > li > ul > li:last-child { margin-bottom:15px; }
.ConBox dl.dlList01 dt { color:#000; font-weight:bold; }
.ConBox dl.dlList01 dd { margin-bottom:15px; }
.ConBox ul.pt30 { display:inline-block; text-align:center; }
.ConBox ul.pt30 li { float:left; }
.ConBox ul.pt30 li h4 { color:#000; }
.tabStyle { position:relative; width:100%; text-align:center; margin-top:50px; }
.tabStyle ul { display:inline-block; }
.tabStyle ul li { float:left; width:200px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; letter-spacing:-0.3px; }
.tabStyle li a { display:block; padding:18px 0; border:1px solid #d7d7d7; margin-left:-1px; }
.tabStyle li a.on,
.tabStyle li a:hover { position: relative; border:1px solid #147ed0; }
.tabStyle li a.on { background:#147ed0; color:#fff; }
.tabStyle li a.on:hover { color:#fff; }
.tabStyle li a:hover { color:#2b64ac; }

.ulList01, .ulList02 { display:inline-block; }
.ulList01 li { float:left; width:570px; padding-right:30px; }
/*.ulList01 li:nth-child(odd) { margin-right:100px; }		/*홀수*/
.ulList01 li p,
.ulList02 li p { color:#2b64ac; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-weight:bold; padding:20px 0 5px; }
.ulList01 li:nth-child(1) p, .ulList01 li:nth-child(2) p,
.ulList02 li:nth-child(1) p, .ulList02 li:nth-child(2) p, .ulList02 li:nth-child(3) p { padding:0 0 6px; }
.ulList01 li.h60 { height:60px; }
.ulList01 li.h97, .ulList02 li.h97 { height:97px; }
.ulList01 li.h82 { height:82px; }
.ulList01 li.h115 { height:115px; }
.ulList01 > li > ul { font-size:13px; }
.ulList01 > li > ul > li { margin-bottom:3px; }
.ulList01 > li > ul > li b { color:#000; }
.ulList02 li.h80 { height:80px; }
.ulList02 li.h115 { height:115px; }
.ulList02 li { float:left; width:380px; padding-right:20px; }
ul.ulList03 { display:inline-block; text-align:center; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:17px; color:#333; }
ul.ulList03 li { float:left; width:142px; margin-left:65px; padding:162px 0 0 93px; }
ul.ulList03 li:nth-child(1) { background:url('/statics/eng/images/img_Archi02_01.png') no-repeat; padding-left:0; }
ul.ulList03 li:nth-child(2) { background:url('/statics/eng/images/img_Archi02_02.png') no-repeat; }
ul.ulList03 li:nth-child(3) { background:url('/statics/eng/images/img_Archi02_03.png') no-repeat; }
ul.ulList03 li:nth-child(4) { background:url('/statics/eng/images/img_Archi02_04.png') no-repeat; }

.licenseBox { padding:30px; background:#f6f6f6; border:1px solid #efefef; }
.licenseBox p { text-align:center; }
.licenseBox p.Box_tit { font-size:28px; font-weight:600; color:#000; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; margin:20px 0 15px; }
.licenseBox .Box_cont { margin-top:40px; font-size:14px; line-height:140%; }
.licenseBox .Box_cont strong { color:#000; font-size:16px; font-weight:600; }
.licenseBox .Box_cont span { color:#777; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
ol.list { padding:15px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
ol.list li { list-style-type:lower-alpha; color:#777; margin-bottom:8px;}
ol.olList { display:inline-block; }
ol.olList > li {
	color:#2b64ac;
	list-style-position:inside;
	list-style-type:decimal;;
	margin-bottom:15px;
	list-style-position: outside;
}

ol.olList > li strong { display:inline-block; margin-bottom:4px; }
ol.olList > li > ul { color:#666; padding-left:17px; line-height:150%; }
ol.olList > li > ul > li { font-size:13.5px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.loca { margin-top:40px; }
.loca > ul > li { margin-bottom:30px; }
.loca > ul > li h4 { margin-bottom:8px; font-size:22px; }
.loca > ul > li > ul { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; color:#000; }
.loca > ul > li > ul strong { display:inline-block; font-size:15px; font-weight:bold; margin-bottom:7px; margin-top:15px; }
.loca > ul > li > ul strong:first-child { margin-top:0; }
.loca > ul > li > ul > li { background:url('/statics/eng/images/dot_gray.png') left 8px no-repeat; font-size:13px; padding-left:11px; margin-bottom:5px; }
.loca ul.bus span { display:inline-block; color:#fff; padding:4px 8px 5px; margin-right:3px; }
.loca ul.gong span { color:#666; }

/* searchBox */
.searchBox { padding:30px 0; text-align:center; background:#f4f4f4; border:1px solid #d7d7d7; margin-bottom:30px; }

/* paging */
.pagination { width:100%; text-align:center; margin-top:30px; }
ul.number { display:inline-block; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
ul.number li { float:left; }
ul.number li.first a { background:url('/statics/eng/images/btn_first.png') center no-repeat; text-indent:-99999em; width: 16px; height: 16px; }
ul.number li.prevBlock a { background:url('/statics/eng/images/btn_prev_block.png') center no-repeat; text-indent:-99999em; width: 16px; height: 16px; }
ul.number li.prev a { background:url('/statics/eng/images/btn_prev.png') center no-repeat; text-indent:-99999em; width: 16px; height: 16px; }
ul.number li.next a { background:url('/statics/eng/images/btn_next.png') center no-repeat; text-indent:-99999em; width: 16px; height: 16px; }
ul.number li.nextBlock a { background:url('/statics/eng/images/btn_next_block.png') center no-repeat; text-indent:-99999em; width: 16px; height: 16px; }
ul.number li.last a { background:url('/statics/eng/images/btn_last.png') center no-repeat; text-indent:-99999em; width: 16px; height: 16px; }
ul.number li a { display:block; font-size:13px; padding:0 10px; }
ul.number li.current a, ul.number li a:hover { color:#f05436; font-weight:bold !important; text-decoration: underline; }

/* Table Style */
table { width:100%; table-layout:fixed; word-wrap:break-word; border-top:2px solid #000; }
table th { vertical-align:middle; color:#000; font-weight:bold; }
table td { font-size:13px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
table th, table td { border-bottom:1px solid #d7d7d7; padding:12px; vertical-align: middle; }
table td a:hover { text-decoration:underline; }

/* 게시판 list */
.tbList thead th { background:#f9f9f9; text-transform:uppercase; }		/*옅은*/
.tbList td { text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.tbList td.left { text-align: left }
.tbList td.center { text-align: center }
.tbList td.right { text-align: right }

/* 게시판 view */
.tbView { border-collapse: initial; }
.tbView th { background:#f6f6f6; text-align:left; text-transform:uppercase; padding-left:30px; }
.tbView td strong { color:#2b64ac; font-size:14px; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.tbView td.msg { line-height:150%; padding:20px 30px; font-size:14px; height:180px; }
.tbView ul.down { line-height:170%; }
.tbView ul.down li a { background:url('/statics/eng/images/icon_file.gif') left center no-repeat; padding-left:17px; }
.tbView .faq { padding:30px 0; }
.tbView .faq dl { float:left; width:1196px; background: url('/statics/eng/images/bg_qna_gray.png') repeat; }
.tbView .faq dl.faq_Q { border:2px solid #f05436; }
.tbView .faq dl.faq_A { border:2px solid #147ed0; margin-top:30px; }
.tbView .faq dt { float:left; width:86px; color:#fff; font-size:14px; padding:16px 0 20px; text-align:center; }
.tbView .faq dl.faq_Q dt { background:#f05436; }
.tbView .faq dl.faq_Q dd textarea.bd_line { border:1px solid #dcdcdc; }
.tbView .faq dl.faq_A dt { background:#147ed0; }
.tbView .faq dd { float:left; width:1060px; background:#fff; padding:20px 25px 25px; }
.tbView .faq dd textarea { width:100%; min-height:200px; border:none; overflow:visible; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:13px; line-height:160%; }
.tbView .faq dl.faq_A textarea { min-height:250px; }

.tbView .faq dd .textarea { width:100%; min-height:200px; border:none; overflow:visible; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:13px; line-height:160%; color: #000; }
.tbView .faq dl.faq_A .textarea { min-height:250px; color: #000; }
/* 컨텐츠 */
.tbList02 thead th { background:#eee; }
.tbList02 tbody th { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.tbList02 th, .tbList02 td { border-right:1px solid #d7d7d7; }
.tbList02 th:last-child, .tbList02 td:last-child { border-right:none; }
.tbList02 td { vertical-align:middle; }

.tbList03 td { text-align:center; }
.tbList03 td dl { text-align:left; }
.tbList03 td dl dt { margin:7px 0 3px; color:#000; }
.tbList03 td dl dt:first-child { margin-top:0; }
.tbList03 td dl dd { margin-left:3px; font-size:12px; }

/* sitemap */
ul.sitemap_list { display:inline-block; }
ul.sitemap_list > li { float:left; width:224px; margin-right:20px; }
ul.sitemap_list > li:last-child { margin-right:0; }
ul.sitemap_list > li strong { display:inline-block; width:100%; text-align:center; background:#2b64ac; color:#fff; padding:13px 0; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:19px; }
ul.sitemap_list > li > ul { display:inline-block; margin:20px 0 0 10px; }
ul.sitemap_list > li > ul > li { line-height:160%; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:14.5px; }
ul.sitemap_list > li > ul > li a:hover { text-decoration:underline; }
ul.sitemap_list > li > ul > li > ul { width:204px; padding:9px 0 10px; margin:11px 0; border-top:1px solid #eee; border-bottom:1px solid #eee; }
ul.sitemap_list > li > ul > li > ul > li { padding-left:11px; line-height:160%; background:url('/statics/eng/images/dot_blue.png') left center no-repeat; }
ul.sitemap_list > li > ul > li > ul > li a { font-size:13px; color:#666; }
ul.sitemap_list > li > ul > li a.newWin {display: inline-block; padding-right: 15px; background: url(../images/ico_new_window.png) no-repeat right 5px;}


/* margin */
.mr6 { margin-right:6px; }
.mt15 { margin-top:15px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }
.mt50 { margin-top:50px; }
.mt90 { margin-top:90px; }
.mb11 { margin-bottom:11px; }

/* padding */
.pt30 { padding-top:30px; }

/* txt color */
.txt_org { color:#f05436; }
.txt_blu { color:#2b64ac; }
.txt_brw { color:#a85343; }
.txt_gre { color:#447a21; }

/* bg color */
.blue { background:#2e479c; }
.green { background:#1eab2e; }
.red { background:#df121a; }
.sky { background:#70afdf; }
.yellow { background:#f3bd07; }
.white { background:#ffffff; }

/* Button Style */
.btn { border:none; text-transform:uppercase; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; padding:7px 15px 9px; background:#3f3f3f; color:#fff; border: 1px solid #3f3f3f; }
.btn_style1 { font-size:15px; padding:10px 20px 13px !important; }
.btn_style1:focus { outline-offset:3px; }
.btn_white { background:#fff; color:#3f3f3f; border: 1px solid #3f3f3f; }

/* 파일첨부버튼 */
.file_input_textbox { 	float: left; width:267px; color:#666; margin-right: 6px; }
.file_input_div { position: relative; width: 103px; height: 31px; overflow: hidden; }
.file_input_button { position: absolute; }
.file_input_hidden { position: absolute; font-size: 45px; right: 0; top: 0; 	opacity: 0; cursor: pointer;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-khtml-opacity:0;
	-moz-opacity:0; }
.file_add { margin-top:8px; }
.file_add input { width:267px; }
.file_add a { display:inline-block; background:url('/statics/eng/images/btn_del.png') left center no-repeat; margin-left: 3px; text-indent:-99999em; }


.direct_go {margin-top: 30px; text-align: center;}
.direct_go .btn_type02 + .btn_type02 {margin-left: 6px;}

.btn_businfo {width: 220px; height: 60px; padding-left: 64px; border-radius: 30px; color: #fff; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size: 17px; line-height: 60px; text-align: left; background: #1a4890 url(../images/ico_bus.png) no-repeat 30px center;}
.btn_airbus {width: 250px; height: 60px; padding-left: 64px; border-radius: 30px; color: #fff; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size: 17px; line-height: 60px; text-align: left; background: #1a4890 url(../images/ico_airplane.png) no-repeat 30px center;}