@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);

/*****************************************
	hidenavi-reset 커스텀(메뉴숨김기능 사용하기위해)
=========================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, center,
dl, dt, dd, ol, ul, 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;
}
/* HTML5 display-role reset for older browsers */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/*****************************************
	normalize.css 커스텀
=========================================*/
/* HTML5 Boilerplate  */
html, button, input, select, textarea { color:#222; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
img, video { max-width:100%; border:0; vertical-align:top; }

audio, canvas, video { display:inline-block; *display:inline; *zoom: 1; }

* { margin:0; padding:0; border:0; outline:0; vertical-align:top; box-sizing:border-box; }
ul, ol, dl { list-style:none; }
a { vertical-align:top; text-decoration:none; color:#000; }
table { border-collapse:collapse; border-spacing:0; }
input, select { vertical-align:middle; }
button, input, select, textarea { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle;}
button, input { line-height:normal; }
button, select { text-transform:none; }

body { font-size:100%; line-height:1.2; }
h1,h2,h3,h4,h5,h6 { font-size:100%; line-height:1.2;}
h4 {font-family: 'Nanum SquareR', 'Nanum Square';}
label { cursor:pointer; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance:none; }
input[type="search"] { -webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance:button; cursor: pointer; *overflow:visible; }

textarea { overflow:auto; vertical-align:top; resize:vertical; }





/*========================================================================
  기본
========================================================================*/
.blind, legend, hr, caption { display:block; overflow:hidden; position:absolute; top:0; left:-1000em; }
i, em, address { font-style:normal; font-weight:normal; }

.ir { background-color:transparent; border:0; overflow: hidden; *text-indent:-9999px; }
.ir:before { content:""; display: block; width:0; height:150%; }

/* 화면 판독기와 브라우저에서 숨기기: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* 시각적으로만 숨기고 화면 판독기에서 사용할 수 있도록 함: h5bp.com/v */
.visuallyhidden { border: 0; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* 키보드로 탐색할 때 포커스를 가질 수 있도록 .visuallyhidden 클래스를 확장: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* 화면 판독기에서 시각적으로 숨기고 레이아웃 유지 */
.invisible { visibility: hidden; }

/* 부동 포함: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix {}


/* ==|== 인쇄 스타일 =======================================================
   인쇄 스타일.
   필요한 HTTP 연결을 피하기 위해 인라인됨: h5bp.com/r
   ========================================================================== */

 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; } /* 검정 인쇄가 더 빠름: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


p {display:block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;}


/*========================================================================
  기본
========================================================================*/
*, *::after, *::before {
  box-sizing: border-box;
}
html {overflow-x:hidden;}
body, html {
	/*overflow-x: hidden; //수평스크롤금지-메뉴hide동작안해서 주석처리*/
    width:100%;
    -webkit-font-smoothing:antialiased;
}
.addscrollstyle {overflow-x:hidden; position:fixed;}
body {
	min-width:320px; max-width:100%;
    color: #333;
    background-color: #202024;
    margin: 0;
	font-size: 13px;
}

body, button, input, select, textarea { font-family: 'Nanum Gothic', Nanum Gothic, 맑은 고딕, 굴림, sans-serif; color: #222; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,select,input,textarea,p,blockquote,th,td,figure,figcaption {margin:0;padding:0;}
header,,section,article,aside,nav,hgroup,details,menu,figure,figcaption {display:block;} /* html5 태그 초기 설정 값 */

a{background:transparent;color:inherit;*color:#333;text-decoration:none}
a:link{text-decoration:none;}			/* 기본 */
a:visited{text-decoration:none;}		/* 클릭후 */
a:active{text-decoration:none;}		/* 클릭할때 */
a:hover,a:focus{text-decoration:none;}		/* 마우스오버 */


/*========================================================================
  미들정렬기법
========================================================================*/
.middle_box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.middle_box_outer {
  display: table;
  width: 100%;
  height: 100%;
}
.middle_box_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.middle_box_inner_content {
  position: relative;
  display: inline-block;
  width: 50%;
}


/* =============================================================================
   타이포그라피
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
img { border: 0; vertical-align: middle; }

/* 표 */
table {border-spacing: 0;}

/*테이블 설명글*/
.dns {float:left; position:absolute; visibility:hidden; width:0; height:0; overflow:hidden; display:none;}

/* 폰트 스타일 */
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: normal;
	src: url('/font/NanumGothic.eot');
	src: url(/font/NanumGothic.woff) format('woff')
}
@font-face {
	font-family: 'Nanum GothicB';
	font-style: normal;
	font-weight: 700;
	src: url('/font/NanumGothic-Bold.eot');
	src: url(/font/NanumGothic-Bold.woff) format('woff')
}
@font-face {
	font-family: 'Nanum Myeongjo';
	font-style: normal;
	font-weight: normal;
	src: url('/font/NanumMyeongjo.eot');
	src: url(/font/NanumMyeongjo.woff) format('woff')
}
@font-face {
	font-family: 'Nanum Myeongjo';
	font-style: normal;
	font-weight: bold;
	src: url('/font/NanumMyeongjo-Bold.eot');
	src: url(/font/NanumMyeongjo-Bold.woff) format('woff')
}
@font-face {
	font-family: 'NanumSquareR';
	font-style: normal;
	font-weight: bold;
	src: url(/font/NanumSquareR.woff) format('woff')
}

/*****************************************************************************************************************************************
	폰트사이즈 정의 - rem : 최상위 폰트정의 값에 상속 (사파리5+, 크롬, 파이어폭스 3.6+, 익스플로러9+) / em, % : 설정한 부모 폰트 사이즈에 상속
	8px == 0.8rem, 0.8em, 80%
	9px == 0.9rem, 0.9em, 90%
	10px == 1rem, 1em, 100% : 기본 사이즈 설정 값
	11px == 1.1rem, 1.1em, 110%
	12px == 1.2rem, 1.2em, 120%
	13px == 1.3rem, 1.3em, 130%
	14px == 1.4rem, 1.4em, 140%
	15px == 1.5rem, 1.5em, 150%
	16px == 1.6rem, 1.6em, 160%
	17px == 1.7rem, 1.7em, 170%
	18px == 1.8rem, 1.8em, 180%
*****************************************************************************************************************************************/




/* [공통] 타이틀 및 텍스트 요소*/
/* 공통 컨텐츠 타이틀 */
.contTit {color:#1d1d1d; font-family: 'Nanum Gothic','맑은 고딕', '굴림', '돋움', dotum, sans-serif; font-weight:bold;}

/*****************************************************************************************************************************************
	form 요소 절대값 정의
*****************************************************************************************************************************************/
button {padding:0 0; vertical-align:middle;box-sizing:border-box; cursor:pointer;background-color:transparent;color:#777;  font-family:'Nanum Gothic',dotum, sans-serif;}
button span {box-sizing:border-box;}
label {display:inline-block;vertical-align:middle;}

select[disabled='disabled'], input[disabled='disabled'], .disabled {background-color:#f0f0f0;border:1px solid #d9d9d9;cursor:default;}
select[readonly='readonly'], input[readonly='readonly'], .readonly {background-color:#f0f0f0;border:1px solid #d9d9d9;}
/*input[type="text"] {display:none;} /* 익스 10, 11에서 입풋창에 생성되는 텍스트 삭제 버튼제어 */

/*a, a:link, a:visited, a:active {text-decoration:none; outline:0;}
a:hover {text-decoration:none}
a[class~="btn"] {vertical-align:middle;box-sizing:border-box;text-decoration:none;} */ /* 버튼의 경우에 언더라인 삭제 */

/* 컨텐츠 페이지 공통 */
#skipnav{z-index:9999;position:absolute;left:0;top:0;width:100%;}
#skipnav *{display:inline;list-style:none;margin:0;padding:0;}
#skipnav a{display:block;position:absolute;left:-9999px;top:0;width:1px;height:1px;overflow:hidden;}
#skipnav a:focus{left:0;width:100%;height:auto;background:#578;color:#fff;font:bold 1em/2.5 '맑은 고딕';text-decoration:none;text-align:center;}

/*콘텐츠 내용 박스*/
.contents {width:100%; min-height:260px; padding:0px 0px 20px 0; font-size:1.0rem; }

/*본분부분*/
.screen_out {display:block;overflow:hidden;position:absolute;left:-9999px;width:1px;height:1px;font-size:0;line-height:0;text-indent:-9999px}
.screen_hide {font-size:0;line-height:0;visibility:hidden}.f_l{float:left}.f_r{float:right}.cl_b{clear:both;width:0;height:0;font-size:0;line-height:0}

/*******************************************************************************************
	하단영역 초기값 설정
	.footer > container > .footMenuWrap + .copy + .familyWrap
********************************************************************************************/

.footer {position:relative; padding:0; max-width:1280px; margin:0 auto;}
.footer ul{list-style:none;}
.footer li{list-style:none;}


/* 여백 스타일 */
.mt00 {margin-top:0 !important;}
.mt05 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px !important;}
.mt80 {margin-top:80px !important;}
.mt90 {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}
.mmt10 {margin-top:-10px !important;}

.mb00 {margin-bottom:0 !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}

.ml00 {margin-left:0 !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml19 {margin-left:19px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.ml60 {margin-left:60px !important;}

.mr00 {margin-right:0 !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mr60 {margin-right:60px !important;}

.mm05 { margin: 5px auto !important; }
.mm10 { margin: 10px auto !important; }
.mm20 { margin: 20px auto !important; }
.mm30 { margin: 30px auto !important; }
.mm40 { margin: 40px auto !important; }
.mm70 { margin: 70px auto !important; }

.pb00 {padding-bottom:0 !important;}
.pb05 {padding-bottom:0.5em !important;}
.pb10 {padding-bottom:1em !important;}
.pb15 {padding-bottom:1.5em !important;}
.pb20 {padding-bottom:2em !important;}
.pb25 {padding-bottom:2.5em !important;}
.pb30 {padding-bottom:3em !important;}
.pb35 {padding-bottom:3.5em !important;}
.pb40 {padding-bottom:4em !important;}
.pb50 {padding-bottom:5em !important;}

/* 간격주기 */
.blank1 {clear:both; width:100%; height:1px; padding:0px;}
.blank2 {clear:both; width:100%; height:7px;}
.blank5 {clear:both; width:100%; height:5px;}
.blank10 {clear:both; width:100%; height:10px;}
.blank15 {clear:both; width:100%; height:15px;}
.blank20 {clear:both; width:100%; height:20px;}
.blank30 {clear:both; width:100%; height:30px;}
.blank50 {clear:both; width:100%; height:50px;}
.blank100 {clear:both; width:100%; height:100px;}
.blank125 {clear:both; width:100%; height:125px;}

/*테이블 가로사이즈*/
.col1 {width:1%;}.col2 {width:2%;}.col3 {width:3%;}.col4 {width:4%;}.col5 {width:5%;}.col6 {width:6%;}.col7 {width:7%;}.col8 {width:8%;}.col9 {width:9%;}
.col10 {width:10%;}.col11 {width:11%;}.col12 {width:12%;}.col13 {width:13%;}.col14 {width:14%;}.col15 {width:15%;}.col16 {width:16%;}.col17 {width:17%;}.col18 {width:18%;}.col19 {width:19%;}
.col20 {width:20%;}.col21 {width:21%;}.col22 {width:22%;}.col23 {width:23%;}.col24 {width:24%;}.col25 {width:25%;}.col26 {width:26%;}.col27 {width:27%;}.col28 {width:28%;}.col29 {width:29%;}
.col30 {width:30%;}.col31 {width:31%;}.col32 {width:32%;}.col33 {width:33%;}.col34 {width:34%;}.col35 {width:35%;}.col36 {width:36%;}.col37 {width:37%;}.col38 {width:38%;}.col39 {width:39%;}
.col40 {width:40%;}.col41 {width:41%;}.col42 {width:42%;}.col43 {width:43%;}.col44 {width:44%;}.col45 {width:45%;}.col46 {width:46%;}.col47 {width:47%;}.col48 {width:48%;}.col49 {width:49%;}
.col50 {width:50%;}.col51 {width:51%;}.col52 {width:52%;}.col53 {width:53%;}.col54 {width:54%;}.col55 {width:55%;}.col56 {width:56%;}.col57 {width:57%;}.col58 {width:58%;}.col59 {width:59%;}
.col60 {width:60%;}.col61 {width:61%;}.col62 {width:62%;}.col63 {width:63%;}.col64 {width:64%;}.col65 {width:65%;}.col66 {width:66%;}.col67 {width:67%;}.col68 {width:68%;}.col69 {width:69%;}
.col70 {width:70%;}.col71 {width:71%;}.col72 {width:72%;}.col73 {width:73%;}.col74 {width:74%;}.col75 {width:75%;}.col76 {width:76%;}.col77 {width:77%;}.col78 {width:78%;}.col79 {width:79%;}
.col80 {width:80%;}.col81 {width:81%;}.col82 {width:82%;}.col83 {width:83%;}.col84 {width:84%;}.col85 {width:85%;}.col86 {width:86%;}.col87 {width:87%;}.col88 {width:88%;}.col89 {width:89%;}
.col90 {width:90%;}.col91 {width:91%;}.col92 {width:92%;}.col93 {width:93%;}.col94 {width:94%;}.col85 {width:95%;}.col96 {width:96%;}.col97 {width:97%;}.col98 {width:98%;}.col99 {width:99%;}
.col100 {width:100%;}

/* 설명글 none */
caption { display:none; }

/* select 스타일 */
.selectbox {
  position: relative;
  width: 200px;  /* 너비설정 */
  border: 1px solid #999;  /* 테두리 설정 */
  z-index: 1;
}
.selectbox:before {  /* 화살표 대체 background:url('/_img/common/ico_familymap_pc.png') no-repeat 100% 13px; */
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}
.selectbox label {
  position: absolute;
  top: 1px;  /* 위치정렬 */
  left: 5px;  /* 위치정렬 */
  padding: .8em .5em;  /* select의 여백 크기 만큼 */
  color: #999;
  z-index: -1;  /* IE8에서 label이 위치한 곳이 클릭되지 않는 것 해결 */
}
.selectbox select {
  width: 100%;
  height: auto;  /* 높이 초기화 */
  line-height: normal;  /* line-height 초기화 */
  font-family: inherit;  /* 폰트 상속 */
  padding: .8em .5em;  /* 여백과 높이 결정 */
  border: 0;
  opacity: 0;  /* 숨기기 */
}


/* TOP버튼 스타일 추가 */
a#MOVE_TOP_BTN {
    position: fixed; right:3%; bottom:30px; color: #26adde;background-color: rgba(0, 0, 0, 0.5);
    display: none; z-index: 999; border-radius:20px; padding:5px 10px 5px 10px;
}
a#MOVE_TOP_BTN {color:#fff;}
a#MOVE_TOP_BTN i{font-size: 12px;}
