@charset "utf-8";

/* @font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NanumGothic-Regular.eot);
	src:local(※), url(../fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
		url(../fonts/NanumGothic-Regular.woff2) format('woff2'),
		url(../fonts/NanumGothic-Regular.woff) format('woff'),
		url(../fonts/NanumGothic-Regular.ttf) format('truetype');
}


@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NanumGothic-Bold.eot);
	src:local(※), url(../fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
		url(../fonts/NanumGothic-Bold.woff2) format('woff2'),
		url(../fonts/NanumGothic-Bold.woff) format('woff'),
		url(../fonts/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 800;
	src: url(../fonts/NanumGothic-ExtraBold.eot);
	src:local(※), url(../fonts/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
		url(../fonts/NanumGothic-ExtraBold.woff2) format('woff2'),
		url(../fonts/NanumGothic-ExtraBold.woff) format('woff'),
		url(../fonts/NanumGothic-ExtraBold.ttf) format('truetype');
} */

/* body {position:relative;zoom:1; -webkit-transform-origin:0 0; -moz-transform-origin:0 0; -o-transform-origin:0 0;} */
table {padding:0; border-spacing:0px; border:0;}

h/* tml,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,a {margin:0;padding:0;}
body {height:100%;font:14px 'Nanum Gothic',Dotum,'돋움',sans-serif;line-height:21px;color:#333;}
body table, select, textarea, input, p, li {font:14px 'Nanum Gothic',Dotum,'돋움',sans-serif;line-height:21px;}
img, textarea, input {margin:0;color:#333;vertical-align:middle;}
select {color:#333;vertical-align:middle; padding-right:1px; padding-right:2px \0/IE8 !important; padding-left:2px \0/IE8 !important;}
table{width:100%;border-spacing:0; table-layout:fixed;}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal;}
legend, hr { position:absolute; top:0; left:-10000000000px;}
legend, hr, caption { position:absolute; top:0; left:-10000000000px;text-indent:-10000000px; line-height:0}
ul,ol {list-style:none;}
fieldset,img {border:0 none;}
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
address,em {font-style: normal;}
button{position:relative;margin:0;padding:0;border:none;background:#fff;cursor:pointer;vertical-align:middle;font-size:14px; font-family:'Nanum Gothic',Dotum,'돋움',sans-serif;} */
.clear {clear:both;height:0;line-height:0;font-size:0;}
.hidden_phrase {overflow:hidden;position:absolute;top:-10000px;left:-1000000000px;font-size:0;line-height:0}

a{color:#333;text-decoration:none;}         
a:active, a:hover{text-decoration:none;}
/* a:hover{color:#164e7e;} 오버시 : 블루색(#164e7e) , 선택시 : 주황색(#ff7200) */
A:link    {text-decoration:none;}
A:visited {text-decoration:none;}
A:active  {text-decoration:none;}
A:hover  {text-decoration:none;}
li:focus {outline:none;}

strong {font-weight:700;}
/***** Tab *****/

.container .wrap { overflow: hidden; margin:0px; padding:0px; clear:none; width:100%; }

.tab_group { position:relative; width:1200px; border:1px solid #d4dde6; border-left:0; border-right:0; overflow:hidden; margin: 0 auto;}
.tab_group li { float:left; width: 33.33333333333%; border-left:1px solid #d4dde6; box-sizing:border-box; }
.tab_group li:last-child { border-right:1px solid #d4dde6; }

.tab_menu { display:block; background:#fafcfe; line-height:48px; text-align:center; font-size:16px; color:#666; font-weight:700; cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;}
/* .tab_menu_hover { background-color:#e8f8ff; } */
.tab_menu_select { background: #3E60F0; color:#fff;}

.content_wrap { clear:both; margin-top:30px;}
.table_wrap { overflow:hidden; margin-bottom: 100px; }



h4.title_01{    font-size: 44px;
    font-weight: 600;
    color: #333;
    height: 40px;
    line-height: 40px;
    margin: 60px 0 40px;
    text-align: center;
}

.table_default tbody td.bg-color{ background-color: #fff !important;}

/***** table *****/
.table_default { width:100%; border-top:1px solid #d7d7d7; }
.table_default { border-left:1px solid #d7d7d7; table-layout:inherit;}
.table_default thead th { white-space: nowrap; background:#3E60F0; border-bottom:1px solid #d7d7d7; border-right:1px solid #d7d7d7; height:30px; padding:5px 0; color: #fff; font-size: 20px; }
/* .table_default tbody th { background:#f4f6f6; font-size:14px; } */
.table_default tbody th, 
.table_default tbody td { padding:10px 0; border-bottom:1px solid #ededed; border-right:1px solid #ededed;  }
.table_default tbody td { padding:10px; background:#fff; text-align:center; word-break:break-all; letter-spacing: -1.5px; font-size: 20px;}
.table_default tbody td:first-child{ background-color: #BDD7EE;}

/***** table *****/
.table_default2 { width:100%; border-top:2px solid #1665BC; }
.table_default2 { border-left:1px solid #d7d7d7; table-layout:inherit;}
.table_default2 thead th { border-bottom:1px solid #d7d7d7; border-right:1px solid #d7d7d7; height:40px; background:#f4f6f6 url(../images/renew_bl_subtitle.png) no-repeat 10px 50%; font-size:14px; padding:0 0 0 30px; text-align:left;}
.table_default2 tbody td { padding:20px 30px ; border-bottom:1px solid #d7d7d7; border-right:1px solid #d7d7d7; }
.table_default2 tbody td { background:#fff; text-align:left; word-break:break-all; }

/***** paging *****/
.paging { width:520px; margin:auto; margin-top:30px; margin-bottom:30px; text-align:center; }
.paging td { width:29px; height:29px; text-align:center; }
.paging a { display:inline-block; width:27px; height:27px; line-height:27px; border:1px solid #d7d7d7; border-radius:3px; font-size:13px; vertical-align:middle; }
.paging a:hover { background:#f8f8f8; }
.paging a.on { border-color:#1665bc; background:#1665bc; font-weight:700; color:#fff; }
.paging .btn_all { overflow:hidden; display:inline-block; width:29px; height:29px; margin-right:0; padding:0; border:0; }
.paging .btn_all:hover img { margin-top:-29px; }
.paging .btn_pre {display:inline-block; width:29px; height:29px; padding:0; border:0; background:url(../images/btn_pager_prv.gif) no-repeat 0 0; background-size:100%; font-size:0; line-height:0; text-indent:-10000%;}
.paging .btn_pre:hover {background:url(../images/btn_pager_prv.gif) no-repeat 0 -29px;}
.paging .btn_next {display:inline-block; width:29px; height:29px; padding:0; border:0; background:url(../images/btn_pager_nxt.gif) no-repeat 0 0; background-size:100%; font-size:0; line-height:0; text-indent:-10000%;}
.paging .btn_next:hover {background:url(../images/btn_pager_nxt.gif) no-repeat 0 -29px;}
.paging img {width:100%;}


/***** Button *****/
button { border:none; cursor:pointer; border-radius:3px;
    display:inline-block; vertical-align:middle!important;
    width:200px; height:35px; line-height:30px; box-sizing:border-box;
    font-size:14px; font-weight:bold; color:#fff; }
.btn_center { text-align:center!important; margin-top:30px; }
.btn_more { background-color:#1665BC; }


/***** Form Setting *****/
select { height:30px; display:inline-block; border:1px solid #d4dde6; padding:1px 50px 2px 5px;
    background:#fff url('../images/arr_select.png') no-repeat 100% 50%; box-sizing:border-box;
    -webkit-appearance:none; -moz-appearance:none; appearance:none; }
select::-ms-expand { display:none; }

input[type="radio"] { margin-left:5px !important; vertical-align:middle; height:20px; }
input[type="radio"] :first-child {margin-left:0;}
input[type="radio"] + label { margin-left:5px; vertical-align:middle; }

/***** Radio Box *****/
.radio_box { width:100%; padding:7px 20px 10px 20px; margin-bottom:30px; border:1px solid #d4dde6; background:#fafcfe; overflow:hidden; }
.radio_box li { float:left; width:25%; height:30px; line-height:30px; box-sizing:border-box; }
.radio_box li:last-child { border-right:1px solid #d4dde6; }

.table_wrap p {text-align:right; margin:0 0 10px 0;}
.table_wrap p input{height:34px; padding: 0px 10px ; border:1px solid #b8c4cc; width:200px;}
.table_wrap p span a{display:inline-block; padding:0px 20px; border-radius:2px;  color:#fff; font-size:15px; fon-weight:bold; vertical-align:middle; line-height:36px; height:36px; box-sizing:border-box;}
.table_wrap p span a{display:inline-block; color:#fff; font-size:15px; background:#4c4c4c; font-weight:bold; vertical-align:middle; box-sizing:border-box;}
.table_wrap p span a:hover{background:#2e78ca;}

select.location{float:left; position:relative; top:36px; height:36px; width:200px;}
select.location2{height:36px; width:150px;}

.tit_square01{margin:25px 0 12px; padding: 0 0 0 20px; background: url('../images/renew_bl_title.png') no-repeat 0 3px; font-size:24px; line-height:30px; color:#333;}


.sub-title { padding:40px 0 100px 0; text-align: center;}
.sub-title img { margin-bottom: 20px; }
.sub-title h2 {
	font-size:40px;
	font-weight: 300;
	margin-bottom: 10px;
}
.sub-title h2 b {
	color:#0067b6;
	font-size:40px;
	font-weight: 500;
} 
.sub-title p { font-size:25px; }




