/*
========================================================================
RESET
========================================================================
*/
/* global rest */
html, body {     height: 100%;
}



/* À¥ÆùÆ® */



/* ±¸±Û ³ª´®À¥ÆùÆ® */

/*
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
font-family: 'Nanum Gothic', cursive;
*/




a,area { blr:expression(this.onFocus=this.blur()) }
:focus { -moz-outline-style: none; }



html, body, pre,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, li, ol,
th, td, p, blockquote,
form, fieldset, legend,
menu, nav, section, hgroup, article, aside,
input, select, textarea, button {
    margin: 0;
    padding: 0;
}

body,
h1, h2, h3, h4, h5, h6, table,
input, select, textarea, a {
    font-size: 12px;
    line-height: 20px;
    color: #474747;
    font-family: "Nanum Gothic","Verdana",Dotum,AppleGothic,sans-serif;
    /*font-family: 'Arial', 'Nanum Gothic', sans-serif;*/
}
h1, h2, h, h4, h5, h6 {
    font-weight: bold; font-size: 16px; padding-bottom:10px;
}

h3
{font-weight: bold; font-size: 14px; padding-bottom:10px; color: #bf1e00;}

img, fieldset,button {
    border:0 none;
}
img {
    vertical-align: top;
}
li {
    list-style: none;
}
hr, caption, legend {
    display: none;
}

button {
    overflow: hidden;
    cursor: pointer;
}
button span {
    visibility: hidden;
}
address, em {
    font-style: normal;
}
button, input, select, textarea, a {
    vertical-align: middle;
}
select {
    line-height: 20px;
    height: 20px;
}
input:focus {
    outline: none;
}

input { padding:4px; line-height:14px; /*border:1px solid #d9d9d9;*/ }

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: keep-all;
}

a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none; }
a:hover {color:#ffffff;}
/*
========================================================================
°øÅë class
========================================================================
*/
/* image replace, hidden text */
.ir *,
.blind { z-index:-1; position: absolute; display: block; left: 0; top: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; text-indent: -9999px; }
/* block, inline */
.d-block { display: block;}
.d-inline { display: inline;}
/* form */
.txt-right { text-align: right; }
.txt-input1 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #e2e9ef; border-top: 1px solid #aaadb2; }
.txt-input2 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #dcdcdc; }
.MS_input_txt { margin-right:5px; padding:4px; line-height:14px; border:1px solid #d9d9d9; }
.txt-disabled { background-color: #f6f6f6; }
.chk-rdo { width: 13px; height: 13px; vertical-align: middle; }
.txt-area1 { overflow-y: scroll; padding: 2px 0 0 2px; line-height: 17px; border: 1px solid #d9d9d9; /*border-top: 1px solid #aaadb2;*/ }
/* file add trick */
.file-wrap { display: inline-block; overflow: hidden; position: relative; height: 23px; width: 280px; vertical-align: middle; background: url(/images/btn/h20_trick_fileadd.gif) no-repeat right 0; }
.file-wrap .file-txt { float: left; border: 0 none; height: 18px; font-size: 12px; line-height: 18px; width: 198px; border: 1px solid #ccc; }
.file-wrap .file-trick { cursor: pointer; position: absolute; right: 0px; top: 0; right: 0; width: 100px; height: 20px; background: none; border: 0 none; opacity: 0; filter: alpha(opacity=0); }
/* font-color */
.fc-red { color: #49b7df; }
.fc-blue { color: #49b7df; }
.MS_option_price { color: #FF3C00; }
/* bold */
.bold { font-weight: bold; }
/* float clear */
.clear {zoom: 1;}
.clear:after {content: ""; display: block; clear: both;}
/* margin */
.mr-5 { margin-right: 5px;}
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
/* padding */
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
/* table */
table img { vertical-align: middle; }
.tb-bold { font-weight: bold; }
.tb-left,
.tb-center,
.tb-right { padding: 0 10px; }
.tb-btn { padding: 0; }
.tb-left { text-align: left; }
.tb-center { text-align: center; }
.tb-right { text-align: right; }
.tb-label-r5 label { margin-right: 5px; }
.tb-label-r10 label { margin-right: 10px; }
.tb-label-r10 label.last,
.tb-label-r5 label.last{ margin-right: 0; }


/* z-index */
#layerWrap { z-index: 1; }
#wrap { width:100%; margin:0 auto; background:url(/img/top_bg.jpg) 0 0 repeat-x;}

/* LAYOUT */


#headerin,
#layerWrap,
#contentWrap,
#ftLink .link { width:100%; margin:0 auto; }
#contentWrapper { position: relative; min-width:1060px;}
#contentWrap:after { content: ""; display: block; clear: both; }
#contentWrap { width:1060px; margin:0 auto; zoom:1;position:relative; padding-top:0; padding-bottom:0px; }

#aside,
#content { width:100%; margin:0 auto;}


#header { position:relative; margin:0 auto; width:100%; height:128px; }





/* ¸ÞÀÎ 100% */
#main_content { clear:both; position:relative; width:100%; margin:0 auto; zoom:1; }
#main_content:after {content:""; display:block; clear:both; }




#footer_wrap { clear:both; width:100%; position:relative; padding-top:30px; }





/*
==================================================================

                          ÄÚ¸®¾Æ³Ý ÀÛ¾÷¼Ò½º

                02)2671-9060  / http://www.koreanet.or.kr/

==================================================================
*/

html { overflow:scroll; overflow-x: auto;}
a {outline:none; select-dummy: expression(this.hideFocus=true); }

body { margin: 0; padding : 0; color:#000; }
img { border:0; } /*vertical-align:middle;*/
a:hover { text-decoration:none; }
* { margin: 0; padding: 0; }
* html { height: 1px; }

::selection {
color:white;
background-color:rgb(64,200,178);
}

nobr {display:none;}
.preview_label {display:none;}


/* HEADER */

#logo { clear:both; width:100%; min-width:320px; margin:0 auto; height:80px; background:url(/img/top_line.jpg) center 0 no-repeat; }

#logo .tel { margin-top:25px; margin-left:5px; float:left; width:42px;}
#logo .logo { padding-top:20px; float:center; margin:0 auto; width:170px; }
#logo .amenu { width:42px; display: inline-block;  position: absolute; right:5px; top:25px;}

#menu { clear:both; width:100%; min-width:320px; margin:0 auto; height:51px; background:url(/img/top_m_bg.jpg) 0 0 repeat-x;}
#menu ul { margin:0 auto; text-align:center; }
#menu li { float: left; height:51px; width:24.5%;}
#menu ul li a { font-family: 'Arial', 'Nanum Gothic', sans-serif; font-size:16px; font-weight:500; color:#fff; line-height:51px; margin-top:25px;}

#m_top{ clear:both; width:100%; min-width:320px; margin:0 auto; height:36px; background:url(/img/m_top_bg.jpg) 0 0 repeat-x;}

#m_vis { clear:both; width:100%; min-width:320px; margin:0 auto;}
#m_vis img { width:100%; vertical-align: top; }

#s_vis { clear:both; width:100%; min-width:320px; margin:0 auto;}
#s_vis img { width:100%; vertical-align: top; }

#m_ban { clear:both; width:100%; margin:0 auto; padding-top:16px; padding-bottom:16px; padding-right:15px;}

#m_btn_wrap { width:100%; min-width:320px; background:url(/img/mpro_bg.jpg);}
#m_btn { width:100%; min-width:320px; margin:0 auto; padding-top:5px;}
#m_btn ul { width:100%; display:inline-block; }
#m_btn ul li { width:100%; float:left;}
#m_btn ul li img { width:100%; }

#m_btn02 { width:100%; min-width:320px; margin:0 auto; border-bottom:1px solid #fff; margin-top:-6px;}
#m_btn02 ul { width:100%; display:inline-block; }
#m_btn02 ul li { width:32.99%; float:left; background-color:#bf1e00; border-right:1px solid #cc4b33;}
#m_btn02 ul li img { width:100%; }

#m_pro01 {width:95%; margin:0 auto; display:inline-block;}
#m_pro01 .m_ttl {display: inline-block;  left:0px; color: #646464; font-size:14px; font-weight:bold; padding-bottom:5px; height:20px; float:left;}
#m_pro01 .btn_plus { position: absolute; width:20px; right:15px; margin-bottom:15px;}

#m_pro01 ul {width:95%; margin:0 auto; min-width:320px; display:inline-block;}
#m_pro01 ul li { float: left; padding-right:7px; width:30%;}
#m_pro01 ul li a {color: #919191; font-size:11px;}
.m_pro_img {border:5px solid #ffffff; width:100%;}


#m_pro02 {width:95%; margin:0 auto; background-color:#f6f6f6; display:inline-block;}
#m_pro02 .m_ttl {display: inline-block;  left:0px; color: #646464; font-size:14px; font-weight:bold; padding-bottom:5px; height:20px; float:left;}
#m_pro02 .btn_plus { position: absolute; width:20px; right:15px; margin-bottom:15px;}

#m_pro02 ul {width:95%; margin:0 auto; min-width:320px; display:inline-block;}
#m_pro02 ul li { float: left; padding-right:7px; width:30%;}
#m_pro02 ul li a {color: #919191; font-size:11px;}

#s_pro {width:95%; margin:0 auto; padding:5px; border-bottom:1px solid #e6e6e6; display:inline-block;}
#s_pro .btn_prev { position: absolute; width:20px; left:5px; margin-bottom:5px;}
#s_pro .s_ttl {display: inline-block;  color: #646464; font-size:16px; font-weight:bold; padding-bottom:5px; height:20px;}

#s_pro_img {width:95%; padding:20px 0 0 10px; display:inline-block;}
#s_pro_img ul {margin:0 auto; min-width:320px;}
#s_pro_img ul li { float:left; padding-right:7px; width:47%; padding:0px 10px 10px 0;}
#s_pro_img ul li a {color: #919191; font-size:11px;}
.s_pro_top {float: left; color: #919191; font-size:12px; width:95%; height:25px; display:inline-block; padding:10px 0 0 10px;}
.s_pro_top li {float: left;}

#page {width:98% display:inline-block; color: #919191; font-size:13px; padding:15px 0 25px 0; margin:0 auto; clear:both;}
#page a{color:#919191; font-size:13px; font-weight:bold; text-decoration:underline;}
#page a.pg_current {color: #ff0000; }

.view {padding:10px; border-bottom:1px solid #e6e6e6;}
.view p {color: #646464; font-size:14px; text-align:left; padding-left:15px; line-height:20px;}

.view02 {padding:20px; border-bottom:1px solid #e6e6e6; }
.view02 p {color: #919191; font-size:11px; text-align:left; margin-top:10px;}
.view02 p:first-child {margin-top:0;}
.view02 h2 {color: #646464; font-size:14px; text-align:left; font-weight:bold; padding-bottom:5px;}

.view03 { width:100%; padding:20px; box-sizing:border-box;}
.view03 img {max-width:100%;}


#footer { clear:both; width:100%; min-width:320px; margin:0 auto; border-top:3px padding-top:5px;}
#footer .footer01 { padding:7px 13px 0 13px; text-align:left; font-family: 'Arial', 'Nanum Gothic', sans-serif; font-size:12px; color:#929292; line-height:16px;}

#footer .footer02 { height:30px; padding:15px 13px 0 13px; font-family: 'Arial', 'Nanum Gothic', sans-serif; font-size:12px; color:#000; line-height:18px; border-top:1px solid #aeaeae; font-weight:700; display:block;}

#footer .footer02 a { font-family: 'Arial', 'Nanum Gothic', sans-serif; font-size:12px; color:#000; line-height:18px; font-weight:700;}

#footer .footer03 { height:36px; padding:8px 0 0 5px; background:url(img/copy1_bg.jpg) 0 0 repeat-x;}
#footer .footer04 { height:36px; padding:8px 0 0 5px; background:url(img/copy1_bg.jpg) 0 0 repeat-x;}

#con_wrap { min-width:320px; margin:0 auto; padding:15px;}
#ttl { width:100%; height:36px; background:url(/img/m_top_bg.jpg) 0 0 repeat-x;}
#ttl li {background-position:15px 11px; padding: 0 0px 0 0px; font-family: 'Nanum Gothic', 'Arial',sans-serif; font-size:16px; color:#ffffff; line-height:36px; font-weight:700; float:center;}

.company {padding-bottom:0px;}
.sub img {width:100%;}

#smenu { width:100%; border-bottom:2px solid #ffffff;  background-color:#ffffff; display:inline-block; padding-bottom:7px;}
#smenu ul { padding:12px 15px 7px 15px; }
#smenu li { font-family: 'Arial', 'Nanum Gothic', 'Arial', sans-serif; font-size:14px; color:#3b3030; line-height:20px; padding-right:10px; float:left; font-weight:700;}
#smenu li a { font-family: 'Arial', 'Nanum Gothic', 'Arial', sans-serif; font-size:14px; color:#3b3030; line-height:20px; padding-right:10px; float:left; font-weight:700;}

#ssmenu { width:100%; border-bottom:0px solid #dbdde1;  background-color:#e6e1c8; display:inline-block; padding-bottom:10px;}
#ssmenu ul { padding:10px 25px 10px 25px; }
#ssmenu li { font-family: 'Arial', 'Nanum Gothic', 'Arial', sans-serif; font-size:12px; color:#5a4e22; line-height:18px; padding-right:10px; float:left; }
#ssmenu li a { font-family: 'Arial', 'Nanum Gothic', 'Arial', sans-serif; font-size:12px; color:#5a4e22; line-height:18px; padding-right:10px; float:left; }




/* ÀüÃ¼¸Þ´º */
#allMenu {width:240px; position:absolute; right:0px; top:0px; display:none; z-index:100; background-color:#043286;}
#allMenu .allMenuTop {overflow:hidden; height:40px; line-height:40px; font-size:14px; background-color:#043286; padding:0 15px 0 20px;}
#allMenu .allMenuTop p {float:left; color:#fff; font-weight:bold; }
#allMenu .allMenuTop a.close {display:block; cursor:pointer; position:absolute; right:0; top:10px; height:25px; width:25px;}
#allMenu .allMenuTop a.close img {width:25px;}
#allMenu .allGnb {border-top:1px solid #fff; background-color:#043286;}
#allMenu .allGnb .tit {line-height:30px; font-size:15px;}
#allMenu .allGnb .tit a {display:block; color:#ffffff; padding-left:20px; height:30px; margin-top:8px;}
#allMenu .allGnb ul li {background-color:#f1f1f1; border-bottom:1px solid #fff; line-height:25px; font-size:12px; color:#777; height:25px;  padding-top:5px;}
#allMenu .allGnb ul li a {display:block; padding-left:20px; color:#777;}

#allMenu .allMenuTop a.close {
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 30px;
}