@font-face{
    font-family:NG;
    src: url('../webfonts/NanumGothic.eot');
    src: local(※), url('../webfonts/NanumGothic.woff') format('woff');
}


root {
    display: block;
}

* {
    font-family: NG, Dotum, Gulim;
    margin:0;
    padding:0;
    line-height:120%;
    color: #434343;
}

html , body {
    height:100%;
    font-size: 14px;
}

select {
    padding: 2px;
}

ul, ol {
    list-style:none;
}

a {
    text-decoration:none;
    color: #434343;
}

img {
    border:0;
}

hr {
    display:none;
}

input[type='submit'], input[type='button'] {
    cursor: pointer;
}

input[type='text'], input[type='password'] {
    line-height: 1.5em;
}

.N_blind {
    display:none;
}

a.N_button {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.N_w50  { width: 50px; }
.N_w75  { width: 75px; }
.N_w100 { width: 100px; }
.N_w150 { width: 150px; }
.N_w200 { width: 200px; }
.N_w300 { width: 300px; }
.N_w500 { width: 500px; }

input[type='button'].N_button,
input[type='submit'].N_button {
    border: 0;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

a.N_button span {
    position:absolute;
    z-index:-1;
    visibility:hidden;
}

.N_clear_both {
    *zoom: 1;
}

.N_clear_both:after {
    content: "";
    display: block;
    clear: both;
}

body {
    background: url('../img/bg.png') #fafafa repeat-x;
    font-size: 12px;
}

.wrap {
    min-width: 1050px;
    position: relative;
}

.header {
    min-width: 1000px;
    height: 112px;
    background: url('../img/header_bg.png') repeat-x;
    /*overflow: hidden;*/
    position: relative;
    z-index: 1000;
}

.subpage .header {
    height: 112px;
}

.header_place {
    width: 1000px;
    height: 119px;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
}

h1 {
    position: absolute;
    left: 0;
    top: 30px;
    background: url('../img/logo.png') no-repeat;
    width: 260px;
    height: 80px;
    overflow: hidden;
    text-indent: -2000px;
}

.top_menu {
    margin-left: 745px;
}

.top_menu li {
    float: left;
}

.top_menu li a {
    display: block;
    color: #c3c3c3;
    width: 85px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 11px;
}

.top_menu li a:hover {
    background: #282a2f;
}

.top_menu li a.eng {
    background: #282a2f;
    font-weight: bold;
}

.main_menu {
    position: absolute;
    left: 520px;
    top: 30px;
}

.main_menu > li {
    float: left;
    position: relative;
    overflow: visible;
    height: 80px;
}

.main_menu > li > a {
    display: block;
    width: 160px;
    text-align: center;
    padding-top: 25px;
}

.main_menu > li > a > span {
    display: block;
    color: #b2daff;
    font-size: 10px;
    line-height: 1.3em;
}

.main_menu > li > a > span:first-child {
    color: #fffefe;
    font-size: 17px;
    font-weight: bold;
}

.dropdown_sub_menu_place {
    display: none;
    position: absolute;
    left: -10px;
    top: 65px;
    z-index: 1000;
    padding-top: 5px;
    background: url('../img/new_dropdown_up.png') 50% 0px no-repeat;
}

.main_menu li:hover .dropdown_sub_menu_place {
    display: block;
}

.dropdown_sub_menu {
    width: 180px;
    border: 3px solid #086fcd;
    background: white;
    padding: 5px 0;
}

.dropdown_sub_menu > ul > li {
    padding: 13px 0;
    padding-left: 22px;
    width: 140px;
    background: url('../img/new_dropdown_dotline.png') 20px top no-repeat;
    position: relative;
}

.dropdown_sub_menu > ul > li:first-child {
    background: none;
}

.dropdown_sub_menu > ul > li > a {
    line-height: 1em;
    font-size: 14px;
    color: #425376;
    font-weight: bold;
}

.dropdown_sub_menu > ul > li a:hover {
    color: #097feb;
}

.dropdown_sub_menu > ul > li .sub {
    position: absolute;
    left: 22px;
    top: 13px;
}

.dropdown_sub_menu > ul ul {
    padding-left: 56px;
}

.dropdown_sub_menu > ul ul li {
    padding-top: 10px;
}

.dropdown_sub_menu > ul ul li:first-child {
    padding-top: 0;
}

.dropdown_sub_menu > ul ul a {
    font-size: 14px;
    color: #7a7a7b;
    font-weight: bold;
    line-height: 1em;
    padding-left: 9px;
    background: url('../img/new_dropdown_dot.png') 0 50% no-repeat;
}

.content {
    /*height: 500px;*/
    background: url('../img/main_bg.png') repeat-x bottom;
    position: relative;
    z-index: 1;
}

.content_place {
    width: 1000px;
    margin: 0 auto;
}

.main_image {
    width: 1000px;
    height: 400px;
    background: url('../img/main_image.png') no-repeat;
    position: relative;
}

.main_image .par {
    padding-left: 14px;
}

.main_image .p_01, .main_image .p_02 {
    font-size: 55px;
    line-height: 1.2em;
}

.main_image .p_01, .main_image .p_02, .main_image .p_01 strong {
    font-family: Tahoma;
}

.main_image .p_01 {
    font-weight: bold;
    color: #313337;
    padding-top: 0.9em;
}

.main_image .p_01 strong {
    color: #0d81eb;
}

.main_image .p_02 {
    color: #494a4c;
}

.main_image .p_03 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    margin-top: 1em;
}

.main_image .p_04, .main_image .p_05 {
    line-height: 1.5em;
    font-size: 13px;
}

.latest_wrap {
    height: 195px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

.latest_bg {
    width: 1026px;
    height: 202px;
    position: absolute;
    left: -12px;
    top: -7px;
    background: url('../img/latest_bg.png') no-repeat bottom;
}

.latest {
    width: 1000px;
    /*height: 200px;*/
    position: absolute;
    left: 12px;
    top: 7px;
    /*padding-top: 35px;*/
}

.latest_notice {
    float: left;
    margin-left: 40px;
    /*width: 334px;*/
    position: relative;
    padding-top: 41px;
}

.latest_notice h5 {
    color: #282a2f;
    font-size: 17px;
    line-height: 17px;
}

.latest_notice .more {
    display: block;
    height: 9px;
    width: 39px;
    background: url('../img/more.png') no-repeat;
    overflow: hidden;
    text-indent: -2000px;
    position: absolute;
    left: 295px;
    top: 43px;
}

.latest_notice_item {
    padding-top: 1em;
}

.latest_notice_item li * {
    vertical-align: middle;
}

.latest_notice_item a {
    display: inline-block;
    padding-left: 11px;
    background: url('../img/latest_dot.png') no-repeat left 50%;
    color: #5a606e;
    line-height: 2em;
    width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.latest_notice_item a:hover {
    text-decoration: underline;
}

.latest_notice_item span {
    display: inline-block;
    line-height: 2em;
    width: 74px;
    text-align: right;
    color: #96989f;
}

.latest_gallery {
    padding-top: 35px;
    float: left;
    margin-left: 50px;
}

.gallery_title {
    height: 25px;
    background: url('../img/gall_bottom_line.png') repeat-x bottom;
}

.gallery_title a {
    display: inline-block;
    width: 142px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: url('../img/gall_title_off.png') no-repeat;
    margin-left: 1px;
    font-size: 12px;
    color: #8a8a8a;
    font-family: Tahoma;
    font-weight: bold;
}

.gallery_title a:first-child {
    margin-left: 0;
}

.gallery_title a.gallery_tab_on {
    background: url('../img/gall_title_on.png') no-repeat;
    color: #282a2f;
}

.gallery_tab {
    margin-top: 20px;
    height: 80px;
    overflow: hidden;
    width: 285px;
    display: none;
}

.gallery_tab .image img {
    width: 140px;
}

.gallery_tab.gallery_tab_on {
    display: block;
}

.report_place {
    float: left;
    margin-left: 51px;
    padding-top: 40px;
    background: url('../img/report_img.png') no-repeat 0 72px;
    min-height: 130px;
}

.report_place h5 {
    color: #282a2f;
    font-size: 17px;
    line-height: 17px;
}

.report_place p {
    width: 110px;
    padding-left: 94px;
    font-size: 13px;
}

.report_place .N_button {
    width: 29px;
    height: 9px;
    background: url('../img/go_icon.png') no-repeat;
    margin-left: 20px;
}

.report_place .title {
    color: #5a606e;
    font-weight: bold;
    padding-top: 0.8em;
    line-height: 1.8em;
}

.report_place .desc {
    font-size: 10px;
    color: #96989f;
    line-height: 1.3em;
}

.report_place strong {
    font-weight: bold;
    color: #297bc6;
    /*font-size: 13px;*/
}

.subpage .footer {
    margin-top: 49px;
}

.footer_menu_bg {
    background: #cbced2;
}

.footer_menu {
    width: 1000px;
    margin: 0 auto;
}

.footer_menu table, .footer_menu td {
    border-collapse: collapse;
}

.footer_menu table {
    width: 100%;
}

.footer_menu td {
    height: 60px;
    width: 100px;
    text-align: center;
}

.footer_menu td a {
    font-size: 12px;
    /*font-weight: bold;*/
    line-height: 1.3em;
    color: #fff;
}

.footer_menu tr td:first-child {
    width: auto;
    background: url('../img/footer_menu_title.png') no-repeat;
}

.copyright {
    height: 150px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.bottom_logo {
    position: absolute;
    left: 12px;
    top: 31px;
    background: url('../img/bottom_logo.png') no-repeat;
    width: 238px;
    height: 33px;
}

.copyright .address {
    padding-left: 285px;
    padding-top: 2.5em;
    color: #5d5d5d;
    line-height: 1.8em;
}

.family_sites {
    position: absolute;
    left: 0;
    top: 33px;
    width: 994px;
    text-align: right;
}

.dropdown_menu_place {
    position: absolute;
    left: 0;
    top: 112px;
    right: 0;
    height: 0;
    /*height: 163px;*/
    background: url('../img/dropdown_bg.png') repeat-x;
    overflow: hidden;
}

/*.dropdown_menu_bg {
    min-width: 1050px;
    width: 1000px;
    height: 152px;
    margin: 0 auto;
    background: url('../img/dropdown_bg2.png') repeat-y;
}

.dropdown_menu_wrap {
    height: 124px;
    background: url('../img/dropdown_logo.png') 38px 30px no-repeat;
    padding-top: 28px;
}

.dropdown_menu_wrap .dropdown_menu  {
    float: left;
}

.dropdown_menu_01 {
    margin-left: 155px;
    width: 88px;
}

.dropdown_menu_01 a,
.dropdown_menu_02 a,
.dropdown_menu_04 a,
.dropdown_menu_05 a,
.dropdown_menu_06 a,
.dropdown_menu_07 a {
    font-size: 14px;
    color: #425376;
    font-weight: bold;
    line-height: 1.8em;
}

.dropdown_menu_02 {
    width: 40px;
}

.dropdown_menu_03 {
    width: 92px;
    padding-top: 0.2em;
}

.dropdown_menu_03 a {
    font-size: 13px;
    color: #787879;
    font-weight: bold;
    line-height: 2em;
    padding-left: 9px;
    background: url('../img/dropdown_dot.png') 0 50% no-repeat;
}

.dropdown_menu_04 {
    width: 122px;
}

.dropdown_menu_05 {
    width: 128px;
    padding-left: 40px;
}

.dropdown_menu_06 {
    width: 130px;
    padding-left: 40px;
}

.dropdown_menu_07 {
    padding-left: 40px;
}

.dropdown_menu_05 p:first-child a,
.dropdown_menu_06 p:first-child a,
.dropdown_menu_07 p:first-child a {
    color: #282a2f;
    font-size: 20px;
}

.dropdown_menu_wrap a:hover {
    color: #097feb;
}*/

/*
 서브페이지.
*/
.sub_content {
    background: #fafafa;
}

.sub_content_place {
    width: 1000px;
    margin: 0 auto;
    min-height: 700px;
    position: relative;
}

.sub_left_menu_place {
    width: 220px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/sub_left_menu_bg.png') no-repeat;
    padding-top: 188px;
}

.sub_left_menu_place_02 {
    background: url('../img/sub_left_menu_bg_02.png') 0 51px no-repeat;
}

.sub_left_menu_place_03 {
    background: url('../img/sub_left_menu_bg_03.png') 0 51px no-repeat;
}

.sub_left_menu_place_04 {
    background: url('../img/sub_left_menu_bg_04.png') 0 51px no-repeat;
}

.sub_left_menu_place h3 {
    font-size: 25px;
    line-height: 25px;
    color: #48494b;
    font-weight: bold;
}

.sub_left_menu {
    margin-top: 28px;
}

.sub_left_menu > li {
    margin-top: -1px;
}

.sub_left_menu > li:first-child {
    margin-top: 0;
}

.sub_left_menu > li > p {
    background: url('../img/sub_left_menu_bar.png') bottom left no-repeat;
}

.sub_left_menu > li > p > a {
    display: block;
    font-size: 15px;
    color: #494b50;
    height: 36px;
    line-height: 36px;
    text-indent: 20px;
}

.sub_left_menu > li.active > p {
    background: url('../img/sub_left_menu_active.png') no-repeat;
}

.sub_left_menu > li.active > p > a  {
    color: white;
}

.sub_left_menu > li > ul {
    background: url('../img/sub_left_menu_bar.png') #f1f1f2 bottom left no-repeat;
    width: 180px;
    padding: 0.5em 0;
}

.sub_left_menu > li > ul li {
    padding-left: 40px;
}

.sub_left_menu > li > ul a {
    font-size: 14px;
    color: #686b73;
    line-height: 2em;
}

.sub_left_menu > li > ul li.active a {
    color: #2381d8;
}

.sub_right_side {
    margin-left: 220px;
    position: relative;
}

.sub_right_content {
    border: 1px solid #e6e6e6;
}

.sub_right_side > h4 {
    text-indent: 2px;
    color: #282a2f;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    padding-top: 50px;
}

.sub_right_side > p.desc {
    font-size: 11px;
    line-height: 11px;
    color: #97999e;
    padding-top: 7px;
    padding-bottom: 19px;
}


.sub_right_side > p.location {
    position: absolute;
    right: 3px;
    top: 50px;
    font-family: Tahoma;
    font-size: 11px;
}

.sub_right_side > p.location span {
    padding-left: 15px;
    background: url('../img/sub_location_icon.png') 0 50% no-repeat;
}

.sub_right_content {
    background: white;
    padding-bottom: 80px;
}
