\@charset"utf-8";

@font-face {
    font-family: 'notoSans';
    src: url('font/notokr-regular.eot');
    src: url('font/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('font/notokr-regular.woff') format('woff'),
         url('font/notokr-regular.ttf') format('truetype'),
         url('font/notokr-regular.svg#notokr-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {margin:0;padding:0;list-style-type:none;}
html,body {font-family:'notoSans', sans-serif;background-color:#fff;font-size:24px;color:#222;line-height:36px;height:100%;letter-spacing:-0.25px}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,button,p,blockquote,th,td {margin:0;padding:0;-webkit-text-size-adjust:none;}
img {vertical-align:top;max-width:100%;}
img,fieldset {border:0}
ul,ol,li {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
hr {display:none;}
a {color:inherit;}
a,a:link {text-decoration:none;}
em,i,address {font-style:normal;font-weight:normal;}
legend,caption {display:block !important; position:absolute !important; left:0px; top:0px; opacity:0; font-size:1px !important; width:1px !important; height:1px !important; overflow:hidden !important;   clear:both;}
input,textarea,select,button,table {font-size:inherit;font-family:inherit;line-height:inherit;vertical-align:middle}
table {border-collapse:collapse}
table th,
table td {word-wrap:break-word;word-break:break-all;}
textarea,input {outline-color:-moz-use-text-color;outline-style:none;outline-width:medium;}
textarea {resize:none;}
label {cursor:pointer;}
input[type="button"],input[type="text"],input[type="password"],input[type="image"],input[type="submit"] {-webkit-appearance:none;-webkit-border-radius:0;border:none;box-sizing:border-box;}
input:checked[type="checkbox"] {-webkit-appearance:checkbox;}
button,input[type="reset"],input[type="button"],input[type="submit"] {line-height:normal!important;}

article,aside,canvas,details,embed,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;}
command,datalist,keygen,mark,meter,progress,rp,rt,ruby,time,wbr {display:inline;}

input::-webkit-input-placeholder {color:#676767;font-size:18px;}
input[type="text"] {height:54px;padding-left:18px;border-radius:12px;color:#222;font-size:24px;line-height:47px;background-color:#f1f1f1;-webkit-box-shadow:inset 4px 4px 4px #cacaca;-moz-box-shadow:inset 4px 4px 4px #cacaca;box-shadow:inset 4px 4px 4px #cacaca;}
input[type="password"] {height:54px;padding-left:18px;border-radius:12px;color:#222;font-size:24px;line-height:47px;background-color:#f1f1f1;-webkit-box-shadow:inset 4px 4px 4px #cacaca;-moz-box-shadow:inset 4px 4px 4px #cacaca;box-shadow:inset 4px 4px 4px #cacaca;}
textarea {min-height:240px;padding:10px;border-radius:12px;color:#222;font-size:24px;line-height:47px;background-color:#f1f1f1;-webkit-box-shadow:inset 4px 4px 4px #cacaca;-moz-box-shadow:inset 4px 4px 4px #cacaca;box-shadow:inset 4px 4px 4px #cacaca;}
select {border:1px solid #ccc;height:54px;padding-left:18px;border-radius:12px;color:#222;font-size:24px;background-color:#fff;}


/*여백관련*/
.mt0{margin-top:0px !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}
.mt35{margin-top:35px !important}
.mt40{margin-top:40px !important}
.mt48{margin-top:48px !important}
.mt50{margin-top:50px !important}
.mt60{margin-top:60px !important}
.mt70{margin-top:70px !important}
.mt100{margin-top:100px !important}
.mt184{margin-top:184px !important}

.ml01{margin-left:1px !important}
.ml05{margin-left:5px !important}
.ml10{margin-left:10px !important}
.ml20{margin-left:20px !important}
.ml30{margin-left:30px !important}
.ml60{margin-left:60px !important}

.mr00 {margin-right:0px !important;}
.mr10 {margin-right:10px !important;}
.mr12 {margin-right:12px !important;}
.mr14 {margin-right:14px !important;}
.mr24 {margin-right:24px !important;}
.mr100 {margin-right:100px !important;}

.mb00 {margin-bottom:00px !important}
.mb10 {margin-bottom:10px !important}
.mb12 {margin-bottom:12px !important}
.mb14 {margin-bottom:14px !important}
.mb16 {margin-bottom:16px !important}
.mb18 {margin-bottom:18px !important}
.mb20 {margin-bottom:20px !important}
.mb24 {margin-bottom:24px !important}
.mb28 {margin-bottom:28px !important}
.mb30 {margin-bottom:30px !important}
.mb40 {margin-bottom:40px !important}
.mb44 {margin-bottom:44px !important}
.mb50 {margin-bottom:50px !important}
.mb52 {margin-bottom:52px !important}
.mb90 {margin-bottom:90px !important}

.p0{padding:0px !important}
.pt05{padding-top:5px !important}
.pt10{padding-top:10px !important}
.pt15{padding-top:15px !important}
.pt25{padding-top:25px !important}
.pt36{padding-top:36px !important}
.pt40{padding-top:40px !important}

.pb36{padding-bottom:36px !important}
.pb40{padding-bottom:40px !important}

.pl10{padding-left:10px !important}
.pl20{padding-left:20px !important}
.pl14{padding-left:14px !important}
.pr10{padding-right:10px !important}
.pr15{padding-right:15px !important}

.bl{border-left:1px solid #e1e1e1 !important}

.ls1{letter-spacing:-1px;}

.of {overflow:hidden;}

.w74 {width:74px !important;}
.w106 {width:106px !important;}
.w124 {width:124px !important;}
.w130 {width:270px !important;}
.w146 {width:146px !important;}
.w168 {width:168px !important;}
.w170 {width:170px !important;}
.w180 {width:180px !important;}
.w216 {width:216px !important;}
.w222 {width:222px !important;}
.w260 {width:260px !important;}
.w280 {width:280px !important;}
.w296 {width:296px !important;}
.w300 {width:300px !important;}
.w330 {width:330px !important;}
.w380 {width:380px !important;}
.w400 {width:400px !important;}
.w408 {width:408px !important;}
.w418 {width:418px !important;}
.w420 {width:420px !important;}
.w450 {width:450px !important;}

.w45_p {width:45% !important;}
.w78_p {width:78% !important;}
.w80_p {width:80% !important;}
.w90_p {width:90% !important;}

/*common*/
.fl{float:left !important;}
.fr{float:right !important;}
.ac{text-align:center !important;}
.ar{text-align:right !important;}
.al{text-align:left !important;}
.am{vertical-align:middle !important;}


#wrap {width:100%;}
#wrap #container {width:640px;margin:0 auto;position:relative}
#header {width:640px;height:89px;position:relative;background-color:#fff;border-bottom:2px solid #d9dde4;}
#header .menu {position:absolute;width:89px;height:89px;top:0;right:24px;}
#header h1 {float:left;height:87px;}
#header .search {width:89px;height:87px;position:absolute;right:89px;top:0;}
.section01 {width:616px;background:url('../images/section01_bg.png') no-repeat 0 0;height:455px;margin:0 auto 10px;}
.section01 ul {padding-top:123px;text-align:center;}
.section01 ul li {width:188px;display:inline-block;margin-bottom:30px;}
.section01 ul li a {display:block;padding-top:104px;font-size:22px;width:100%;text-align:center;color:#fff;}
.section01 ul li.sc01 {background:url('../images/sc01.png') no-repeat center 0;}
.section01 ul li.sc02 {background:url('../images/sc02.png') no-repeat center 0;}
.section01 ul li.sc03 {background:url('../images/sc03.png') no-repeat center 0;}
.section01 ul li.sc04 {background:url('../images/sc04.png') no-repeat center 0;}
.section01 ul li.sc05 {background:url('../images/sc05.png') no-repeat center 0;}
.section01 ul li.sc06 {background:url('../images/sc06.png') no-repeat center 0;}
.section02 {width:616px;margin:0 auto;overflow:hidden;margin-bottom:12px;}
/*.box02 {float:left;width:301px;height:158px;border:1px solid #8b8b8b;background:#fff url('../images/box02_bg.png') no-repeat right bottom;margin-right:11px;}*/
.box02 {float:left;width:303px;height:158px;margin-right:11px;}/


.box02 .sp01 {display:block;padding:16px 0 0 14px;color:#1c4e95;font-size:26px;line-height:26px;}
.box02 .sp02 {display:block;padding:9px 0 0 14px;color:#666;font-size:16px;line-height:18px;}
.box03 {float:left;width:302px;height:74px;background:#3694cb url('../images/box03_bg.png') no-repeat right bottom;margin-bottom:11px;}
.box03 .sp01 {float:left;display:block;padding:13px 0 8px 10px;color:#6cefff;font-size:18px;line-height:18px;}
.box03 .sp02 {float:left;display:inline-block;padding:0 26px 0 13px;color:#fff;background:url('../images/icon_bx01.png') no-repeat right 4px;font-size:26px;line-height:26px;}
.box04 {float:left;width:302px;height:74px;background:#14788a url('../images/box04_bg.png') no-repeat right bottom;}
.box04_1 {float: left;width: 302px;height: 74px;margin-bottom:10px;padding-top: 20px;}


.box04 .sp01 {float:left;display:block;padding:13px 0 8px 10px;color:#b2ff5e;font-size:18px;line-height:18px;}
.box04 .sp02 {float:left;display:inline-block;padding:0 26px 0 13px;color:#fff;background:url('../images/icon_bx02.png') no-repeat right 4px;font-size:26px;line-height:26px;}
.box05 {width:616px;margin:0 auto 12px;border-radius:12px;background-color:#cedadc;}
.box05 p {line-height:50px;text-align:center;color:#406a73;font-size:22px;}
.box05 ul {width:616px;height:72px;border-radius:12px;background-color:#94aaaf;}
.box05 ul li {width:205px;float:left;background:url('../images/l_bar.gif') no-repeat right 14px;}
.box05 ul li:last-child {background:none;}
.box05 ul li a {line-height:72px;display:block;text-align:center;font-size:21px;color:#fff;}
.box06 {width:616px;height:90px;margin:0 auto;background-color:#cbe0e5;}
.box06 p {line-height:90px;text-align:left;background:url('../images/box06_bg.gif') no-repeat 0 18px;color:#0596aa;font-size:26px;margin-left:94px;padding-left:54px;}
.box06 p span {font-size:48px;font-weight:600;vertical-align:top;}


#content {width:100%;padding:12px;}
#content .h2_tit {line-height:30px;padding-left:9px;color:#1c4e95;font-size:40px;margin:20px 0 40px 0;}
#content .h3_tit {line-height:30px;padding-left:9px;color:#1c4e95;font-size:26px;margin:0 0 18px 0;}
#content .h4_tit {line-height:30px;padding-left:9px;color:#444;font-size:24px; font-weight:bold; margin-bottom:15px;}
#content .search {width:100%;text-align:right;margin-bottom:15px;}
#content .search input[type=text]{color:#333;background-color:#fff;border:1px solid #DFDDDD;}
#content .search input:-ms-input-placeholder { color : #A9A9A9; }
#content .search input::placeholder { color : #A9A9A9; }

#footer {background-color:#32404c;border-top:1px solid #6a747d;} /* 2017_01_25수정 */
#footer p {color:#becfd1;font-size:16px;padding-top:16px;text-align:left;line-height:20px;letter-spacing:-1px;}
#footer .foot_logo {float:left;padding:30px 20px 0 30px;}

.btn01 {width:210px;display:inline-block;height:78px;line-height:78px;border-radius:12px;background-color:#1c4e95;font-size:26px;color:#fff;border:1px solid #1c4e95;color:#fff;text-align:center;box-sizing:border-box;}
.btn02 {width:210px;display:inline-block;height:78px;line-height:78px;border-radius:12px;background-color:#fff;font-size:24px;color:#666;border:1px solid #bcbcbc;color:#666;text-align:center;box-sizing:border-box;}
.btn03 {width:210px;display:inline-block;height:78px;line-height:78px;border-radius:12px;background-color:#797979;font-size:26px;color:#fff;text-align:center;}
.btn04 {width:210px;display:inline-block;height:72px;line-height:72px;border-radius:12px;background-color:#218997;font-size:26px;color:#fff;text-align:center;}

.table01 {margin-bottom:20px;border-top:4px solid #1c4e95;}
.table01 th {padding:10px 5px;line-height:35px;color:#222;font-size:24px;font-weight:normal;background-color:#f6f6f6;vertical-align:middle;}
.table01 td {border-bottom:2px solid #e1e1e1;padding:12px 5px 12px 18px;font-size:21px;line-height:30px;}
.table01 .tit {font-size:26px;color:#222;padding:15px 15px 5px 15px;}
.table01 .date {font-size:21px;color:#666;border-bottom:2px solid #e4e4e4;padding:0 15px 15px 0;}
.table01 .file {width:100%;border:2px solid #080808;padding:20px 15px 20px 58px;margin-top:20px;font-size:18px;color:#222;background:url('../images/icon_file.png') no-repeat 15px 22px;}
.table01 .view {font-size:21px;color:#222;border-bottom:2px solid #e1e1e1;padding:0 15px 15px 0;}
.btn_area {width:100%;}
.btn {display:inline-block;border:2px solid #5e5e5e;text-align:center;padding:20px 18px;font-size:26px;color:#222;}
.btn_list {display:inline-block;}
.btn_list a {display:inline-block;text-align:center;background-color:#5c5c5c;padding:20px 18px;font-size:26px;color:#fff;}

.table02 {margin-bottom:20px;border-top:4px solid #1c4e95;}
.table02 th {color:#222;font-size:22px; line-height:30px;font-weight:normal;padding:10px 0;background-color:#f6f6f6;border-bottom:1px solid #e1e1e1;}
.table02 td {border-bottom:1px solid #e1e1e1;padding:12px 5px 12px 18px;font-size:21px; line-height:30px;}
.table02 input[type="radio"] {display:inline-block;width:38px;height:38px;margin-right:14px;margin-bottom:24px;}
.table02 input[type="checkbox"] {display:inline-block;width:38px;height:38px;margin-right:14px;margin-bottom:24px;}
.table02 .lab {display:inline-block;line-height:38px;vertical-align:top;}
.table02 .star {color:#b30000;}
.table02 .btn_gray {display:inline-block;color:#fff;font-size:26px;height:54px;line-height:54px;background-color:#666;border-radius:12px;text-align:center;vertical-align:middle;}
.table02 .pbn {color:#666;letter-spacing:-1px; font-size:20px; line-height:30px;}
.table02 .br {border-right:1px solid #e1e1e1;}

.page {width:100%;text-align:center;margin-bottom:40px;}
.page li {display:inline-block; text-align:center;margin-right:6px;font-size:22px;}
.page li a {display:block;text-align:center; padding:0 15px; height:60px; line-height:60px; border:1px solid #787878; box-sizing:border-box;}
.page li span {display:block;text-align:center; padding:0 15px; height:60px; line-height:60px; border:1px solid #787878; box-sizing:border-box;}
.page .prev {background-color:#d7d7d7; /*background-image:url('../images/btn_icon_prev.png');*/}
.page .next {background-color:#d7d7d7; /*background-image:url('../images/btn_icon_next.png');*/}
.page .next, .page .prev {background-repeat:no-repeat; background-size:30%; background-position:center;}
.page li span.current {background-color:#d7d7d7;} 
.page li.active span.current {background-color:#1c4e95; font-weight:bold; color:#fff; border-color:#1c4e95;}
.page li.active span.current.prev, .page li.active span.current.next {background-color:#d7d7d7; color:#444; border-color:#787878;}

.login {width:100%;background:url('../images/login_bg.png') no-repeat 0 0;height:970px;}
.login .inner {width:474px;margin:0 auto;padding-top:386px;}
.login input[type="text"] {width:100%;height:72px;line-height:72px;background-color:#f1f1f1;color:#888;font-size:30px;padding:0 4%;border-radius:18px;-webkit-box-shadow:inset 4px 4px 12px #848484;-moz-box-shadow:inset 4px 4px 12px #848484;box-shadow:inset 4px 4px 12px #848484;margin-bottom:20px;}
.login input[type="password"] {width:100%;height:72px;line-height:72px;background-color:#f1f1f1;color:#888;font-size:30px;padding:0 4%;border-radius:18px;-webkit-box-shadow:inset 4px 4px 12px #848484;-moz-box-shadow:inset 4px 4px 12px #848484;box-shadow:inset 4px 4px 12px #848484;margin-bottom:20px;}
.login input::-webkit-input-placeholder {color:#888;font-size:30px;}
.login input::-moz-placeholder {color:#888;font-size:30px;}
.login input:-ms-input-placeholder {color:#888;font-size:30px;}
.id_save {height:52px;width:100%;overflow:hidden;margin-bottom:20px;}
.id_save input {float:left;width:52px;height:52px;margin-right:18px;border-radius:6px;}
.id_save label {float:left;line-height:52px;color:#666;font-size:30px;}
.login .btn_login {display:block;width:100%;height:84px;line-height:84px;font-size:36px;text-align:center;font-weight:600;border-radius:12px;color:#fff;background:-webkit-linear-gradient(#7aa6d6, #3c7abe);background:-o-linear-gradient(#7aa6d6, #3c7abe);background:-moz-linear-gradient(#7aa6d6, #3c7abe);background:linear-gradient(#7aa6d6, #3c7abe);}

/*dl_list*/
.dl_list.type_01 {overflow:hidden; margin:10px 0; padding:2%; border-top:1px solid #989898; border-bottom:1px solid #989898; }
.dl_list.type_01 dt {clear:both; width:150px; font-weight:bold;}
.dl_list.type_01 dt, .dl_list.type_01 dd {float:left; display:inline-block; margin-right:10px; font-size:24px; line-height:40px;}
.dl_list.type_01 dd {width:calc(100% - 160px); margin-right:0;}

*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content {
	overflow-y: scroll;
	background: #fff;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	/* overflow: hidden; */
}

.container {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.container::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.6);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open.container::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: fixed;
	top: 0;
	right: -506px;
	z-index: 100;
	visibility: hidden;
	width: 506px;
	height: 100%;
	border: 1px solid #d8d8d8;
	background-size:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu ul {
	width:100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border-top:1px solid #999;
}

.gnb_n {overflow:auto;background-color:#fff;height:-moz-calc(100% - 89px);height:-webkit-calc(100% - 89px);height:calc(100% - 89px);}
.gnb_n h1 {height:120px;line-height:120px;padding-left:52px;color:#222;font-size:42px;font-weight:600;}

.st-menu ul li {border-bottom:1px solid #999;}

.st-menu ul li a {
	display: block;
	padding-left:37px;
	width:100%;
	height:90px;
	line-height:90px;
	font-size:26px;
	outline: none;
	color:#018c9f;
	background-color:#f6f6f6;
	border-bottom:1px solid #999;
	background:url('../images/icon_path.png') no-repeat 434px 38px;
}

.st-menu ul li ul {background-color:#e2e2e2;padding:0 5px;}
.st-menu ul li ul li {height:58px;}
.st-menu ul li ul li a {display:block;color:#3a5d65;font-size:22px;padding-left:22px;height:58px;line-height:58px;background:none;}

.st-menu ul li a.la {border-bottom:none;}
.st-menu ul li a.fr {border-top:1px solid #ccc;}

.st-menu ul li a.dp3 {
	height:36px;
	line-height:28px;
	padding-left:50px;
	background-color:#fff;
	font-size:0.875em;border-bottom:none;
}
.st-menu ul li a.tit {
	background-color:#c3a573;
	color:#fff;
	padding-left:20px;
	text-align:left;
}
.st-menu ul li a.bbn {
	border-bottom:none;
}

.st-menu ul li a:hover {
	background-color: #ccc;
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right:0;
}

.st-effect-1.st-menu::after {
	display: none;
}

.btn_search {
	float:right;
	width:89px;
	height:89px;
	background:url('../images/left_cancle.png') no-repeat 0 0;
	background-size:100%;
	color:rgba(255,255,255,0);
	border:none;
}

.left_title {
	width:100%;
	overflow:hidden;
	height:89px;
}

.left_title h1 {
	line-height:89px;
	background-color:#b5dde3;
	color:#01434c;
	float:left;
	margin:0;
	width:415px;
	padding-left:20px;
	font-size:36px;
}

.btn_menu {position:absolute;width:89px;height:89px;top:0;right:0;background:url('../images/btn_menu.png') no-repeat center center;border:none;color:rgba(255,255,255,0);cursor:pointer;}

.cm_list {border-top:4px solid #1c4e95;padding-top:7px;overflow:hidden;margin-bottom:30px;}
.cm_list .box {border:1px solid #a9a9a9;width:302px;height:350px;margin-bottom:12px;}
.cm_list .box > a {display:block; width:100%; height:100%;}
.cm_list .box h3 {display:block; font-size:22px;color:#1c4e95;line-height:22px;padding:11px 0 11px 16px;width:284px;font-weight:bold;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.cm_list .box img {display:block; border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;height:158px;margin-bottom:6px;width:300px;}
.cm_list .box .sp01 {overflow:hidden;}
.cm_list .box .sp01 .sp_text, .cm_list .box .sp01 strong {display:inline-block;padding-left:11px;line-height:32px;font-size:22px;color:#222;width:284px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

.elite_pop {position:fixed;width:100%;height:100%;top:0;left:0;}
.elite_pop .elite_op {position:fixed;width:100%;height:100%;background:#060606;opacity:0.5;top:0;left:0;}
.elite_pop .inner {position:absolute;width:614px;height:1000px;margin-top:-500px;margin-left:-307px;background-color:#fff;top:50%;left:50%;border:1px solid #7b8793;border-radius:4px;}
.elite_pop .inner .inside {padding:0 14px;height:998px;overflow:auto;}
.elite_pop .inner .img {width:276px;height:283px;display:inline-block;border:1px solid #ccc;margin-right:5px;}
.elite_pop .inner .p01 {font-size:22px;line-height:42px;text-align:left;padding:10px 5px;letter-spacing:-1px;}
.elite_pop .inner .p02 {font-size:22px;line-height:32px;text-align:left;padding:10px 5px;color:#1c4e95;letter-spacing:-1.5px; font-weight:bold;}
.elite_pop .close {position:absolute;top:18px;right:18px;background:url('/portalmobile/images/btn_close.gif') no-repeat 0 0;width:44px;height:44px;cursor:pointer;color:rgba(255,255,255,0);}
.elite_pop .inner .tit01 {display:block;color:#1c4e95;font-size:22px;line-height:22px;margin-bottom:14px;padding-top:80px;}
.elite_pop .inner .tit02 {display:block;color:#222;font-size:26px;line-height:26px;margin-bottom:14px;}
.elite_pop .inner .tit03 {display:block;color:#222;font-size:40px;line-height:26px;margin-bottom:14px;padding:24px 0 40px;}

.elite_pop2 .inner .inside {padding:0 14px;/*height:998px;*/overflow:visible;}
.elite_pop2 .inner .img {width:270px;height:283px;display:inline-block;border:1px solid #ccc;margin-right:5px;}
.elite_pop2 .inner .p01 {font-size:22px;line-height:42px;text-align:left;padding:10px 5px;letter-spacing:-1px;}
.elite_pop2 .inner .p02 {font-size:22px;line-height:32px;text-align:left;padding:10px 5px;color:#1c4e95;letter-spacing:-1.5px;}
.elite_pop2 .close {position:absolute;top:18px;right:18px;background:url('/portalmobile/images/btn_close.gif') no-repeat 0 0;width:44px;height:44px;cursor:pointer;color:rgba(255,255,255,0);}
.elite_pop2 .inner .tit01 {display:block;color:#1c4e95;font-size:22px;line-height:22px;margin-bottom:14px;padding-top:80px;}
.elite_pop2 .inner .tit02 {display:block;color:#222;font-size:26px;line-height:26px;margin-bottom:14px;}
.elite_pop2 .inner .tit03 {display:block;color:#222;font-size:40px;line-height:26px;margin-bottom:14px;padding:24px 0 40px;}
.elite_pop2 .inner .ar {margin:10px 0;}
.elite_pop2 .inner .ar a {width:210px;display:inline-block;height:78px;line-height:78px;border-radius:12px;background-color:#fff;font-size:22px;color:#666;border:1px solid #bcbcbc;color:#666;text-align:center;box-sizing:border-box;}

.search label {line-height:54px; font-size:26px; color:#222; margin-right:12px; display:inline-block; vertical-align:middle;}
.tab_stats {width:100%;overflow:hidden;}
.tab_stats li {float:left;margin-right:6px;height:74px;}
.tab_stats li:last-child {margin-right:0;}
.tab_stats li a {display:block;text-align:center;line-height:72px;color:#222;font-size:26px;border:1px solid #b7b7b7;border-radius:8px;}
.tab_stats li.on a {border:1px solid #1c4e95;color:#fff;background-color:#1c4e95;}

.paragraph01 {font-size:26px;line-height:32px;color:#222;}
.graph_box {background-color:#fff7ea;padding:20px;margin-bottom:20px;}
.graph_box h3 {font-size:26px;line-height:26px;margin-bottom:30px;}
.graph_box li {background:url('/portalmobile/images/icon_pg01.gif') no-repeat 0 15px;padding-left:12px;margin-bottom:30px;font-size:22px;line-height:32px;}
.graph_box li a {color:#1c4e95;}
.graph_box li span {color:#1c4e95;}

.pop_tit {height:80px;line-height:80px;border-bottom:4px solid #222;font-size:32px;padding-top:4px;}
.pop_tit span {font-size:22px;}
.tabs_pop {width:100%;}
.tabs_pop:after {content:''; display:block; clear:both; }
.tabs_pop ul.tabs_btn {position:relative;}
.tabs_pop ul.tabs_btn > li {top:0;width:50%;float:left;height:80px;}
.tabs_pop ul.tabs_btn > li > h3 a {display:block;font-size:26px;color:#222;line-height:80px;text-align:center;background-color:#e1e1e1;}
.tabs_pop ul.tabs_btn > li > h3 a.on {display:block;font-size:26px;color:#1c4e95;line-height:80px;text-align:center;background-color:#fff;}
.tabs_pop ul.tabs_btn .tab_cnt {position:absolute; top:100px; left:0; width:100%;}

.addr_ul {width:100%;border-top:1px solid #d7d7d7;}
.addr_ul li {border-bottom:1px solid #d7d7d7;}
.addr_ul li a {display:block;line-height:32px;font-size:22px;padding:11px 5px;}
.addr_ul li a span {color:#1c4e95; font-weight:bold;}

.p_red {font-size:22px;color:#b30000;line-height:32px;margin-bottom:6px;}
.sys_ul {width:100%;border-top:4px solid #1c4e95;background-color:#f6f6f6;border-bottom:1px solid #d7d7d7;margin-bottom:24px;}
.sys_ul ul {padding:25px 30px;}
.sys_ul ul li {line-height:50px;font-size:26px;}
.sys_ul ul li a {display:block;}
.btn_gray {display:inline-block;color:#fff;font-size:26px;height:54px;line-height:54px;background-color:#666;border-radius:12px;text-align:center;vertical-align:middle;}

.gallery {overflow:hidden;}
.gallery ul {margin:0;padding:0;border:1px solid #4abfcf;margin-bottom:12px;}
.gallery ul {width:100%;display:inline-table;}
.gallery ul li.nation {background-repeat:no-repeat;background-position:15px 45%;display:block;color:#00A5BE;padding:15px 15px 13px 45px;line-height:22px;}
.gallery ul li.product-name-kor {display:block;color:#222;padding:13px 15px 10px 15px;line-height:22px;font-size:22px;font-weight:600;}
.gallery ul li.street-name {display:block;color:#222;padding:15px;font-size:15px;font-weight:bold;}
.gallery ul li.product-name-eng {display:block;color:#222;padding:0 15px 12px 15px;font-size:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.gallery ul li.product-info {display:block;color:#222;padding:2px 15px 5px 15px;border-top:1px solid #00A5BE;border-bottom:1px solid #00A5BE;background:#F6F6F6;font-size:12px;overflow:hidden;}
.gallery ul li.issue-info,.gallery ul li.issue-date {overflow:hidden;display:block;color:#222;padding:2px 15px 5px 15px;font-size:12px;}
.gallery ul li.product-info dl dt,.gallery ul li.issue-info dl dt {clear:both;display:inline-block;float:left;width:160px;line-height:44px;font-size:22px;}
.gallery ul li.issue-info-2 dl dt,.gallery ul li.issue-date dl dt {clear:both;display:inline-block;float:left;width:160px;line-height:44px;font-size:22px;}
.gallery ul li.product-info dl dd,.gallery ul li.issue-info dl dd {display:inline-block;float:left;width:420px;line-height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;}
.gallery ul li.issue-info-2 dl dd,.gallery ul li.issue-date dl dd {display:inline-block;float:left;width:420px;line-height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;}
.gallery ul li .issue {color:#1c4e95;}

.p_revo {padding-left:8px;font-size:18px;margin-bottom:5px;}
.revolution {width:100%;border:1px solid #0daabf;}
.revolution .box {padding:16px;line-height:32px;font-size:18px;}
.revolution .bt_box {background-color:#ebebeb;border-top:1px solid #0daabf;}

.h3_tit { margin-bottom:10px; line-height:40px; font-size:26px; font-weight:bold;}
.h3_tit02 {height:30px;line-height:30px;padding-left:9px;color:#1c4e95;font-size:32px;margin:0 0 18px 0;}
.mcustom {width:100%;border:1px solid #b7b7b7;padding:10px;margin:0 auto;font-size:18px;height:830px;overflow:auto;}



/* File Uploader */
.filebtn{border-color:#DFDDDD;}
.inner .search .file-container{width:400px;margin:30px auto;}
.inner .search #uploadFileView{float:left;height:36px;border:1px solid #DFDDDD;padding:0 15px;width:311px;}
.inner .search .file-input{position:absolute;width:120px;height:36px;overflow:hidden;margin-left:320px;}
.inner .search .file-input:after{content:"\0020";display:block;height:0;overflow:hidden;clear:both;}
.inner .search .file-input > .filebtn{width:120px;position:absolute;top:0;right:0;height:36px;border-radius:0;background:#FFF;line-height:19px;border:1px solid #DFDDDD;cursor:pointer;}
.inner .search .file-hidden{width:90px;height:36px;position:absolute;opacity:0;filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)";-khtml-opacity:0;-moz-opacity:0;}
.inner .search .check{width:400px;margin:0 auto 30px;text-align:center;}
.inner .search #status{width:400px;margin:0 auto 30px;text-align:center; background:url(/img/common/addon_icon_05.gif) no-repeat 50% 0;padding-top:30px;}

/*글보기*/
.bbs_view {margin-bottom:20px; width:100%; border-top:4px solid #3168b2;}
.bbs_view .bbs_view_tit {padding:20px 10px; border-bottom:1px solid #dbdbdb; box-sizing:border-box; background:#fafafa;}
.bbs_view .bbs_view_tit h3 {margin-bottom:14px; line-height:35px; font-size:24px; color:#222; font-weight:bold;}
.bbs_view .bbs_view_tit dl {display:inline-block; margin-right:20px;}
.bbs_view .bbs_view_tit dt {position:relative; padding:0 10px; float:left; font-size:20px; line-height:30px; color:#222; font-weight:bold;}
.bbs_view .bbs_view_tit dt:before {content:''; position:absolute; top:10px; left:0; width:3px; height:3px; background:#adadad;}
.bbs_view .bbs_view_tit dd {float:left; font-size:20px; line-height:30px; color:#666;}
.bbs_view .bbs_view_txt {clear:both; padding:10px; font-size:22px; line-height:30px; color:#666; border-bottom:1px solid #dbdbdb;}
.bbs_view .flie_wrap {display:table; width:100%; border-bottom:1px solid #dbdbdb;} 
.bbs_view .flie_wrap dt, .bbs_view .flie_wrap dd {display:table-cell; padding:15px 10px;}
.bbs_view .flie_wrap dt {background:#fafafa; border-right:1px solid #dbdbdb; box-sizing:border-box; font-size:21px; line-height:30px; vertical-align:middle; text-align:center;}

/*ul 리스트*/
.ul_list.type_01 li {margin-bottom:10px; color:#666; letter-spacing:-1px; font-size:20px; line-height:30px;}
.ul_h4 li {margin-bottom:10px; color:#666; letter-spacing:-1px; font-size:20px; line-height:30px;}

/*탭메뉴*/
.tab_menu_type01 {overflow:hidden;}

/*첨부파일 리스트*/
.file_list li {margin-bottom:10px;}
.file_list li .text {display:inline-block; position:relative; padding:0px 10px; color:#555; font-size:21px; line-height:30px;}
.file_list li .text:before {content:''; position:absolute; top:15px; left:0; width:3px; height:3px; background:#b2b2b2;}
.file_list li button {display:inline-block; padding:2px 20px 5px; font-size:21px; line-height:30px !important; color:#fff; background:#cd3139; border-radius:100px;}


/*자가진단*/
.link_list > a {display:block; position:relative; overflow:hidden; width:100%;padding:10px;border-radius:25px;border:2px solid #00B0BD;background-color:#fff;margin-bottom:10px;}
.link_list > a img {display:inline-block; float:left; width:90px;height:70px;}
.link_list > a strong.title {display:block; position:absolute; top:50%; left:120px; transform:translate(00%, -50%); }
.link_list.bacte_menu  > a {border:2px solid #D6DF22;}
.link_list.bacte_menu > a > img {width:60px; height:60px;}
.link_list.bacte_menu .vi_list {line-height: 1.3; padding-left: 15px; overflow:hidden;}
.link_list.bacte_menu .vi_list dt {width:150px; font-weight:bold; padding-left:10px; float:left;}
.link_list.bacte_menu .vi_list dd {padding:0px 0px 8px 150px;}
.link_list.bacte_menu .vi_list dd strong {color:#1e6cc5;}
.bacte_tab > .mvisual > img {width:100%; height:auto;}
.contTable10 tbody td {line-height:26px;}

/*hide*/
.hide-ir{display: block !important; width: 1px !important; height: 1px !important; color:#fff !important; position: absolute !important; left:0px !important; top:0px !important; overflow: hidden !important; min-width:1px !important; min-height:1px !important; color:rgba(255,255,255,0) !important; opacity:0.01 !important;}
.fancybox-close {display:none;}
.fancybox-title .child {display:none;}