@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/earlyaccess/jejugothic.css);
/*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);*/
@import url(./font/scdream/scdream_custom.css);

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

/* 초기화 */
@font-face {
    font-family: 'NanumGothic';
    font-weight: normal;
    font-style: normal;
    src: url('./NanumGothic.eot');
    src: local('NanumGothic'), url('./NanumGothic.woff') format('woff'), url('./NanumGothic.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumGothic';
    font-weight: bold;
    font-style: normal;
    src: url('./NanumGothicBold.eot');
    src: local('NanumGothicBold'), url('./NanumGothicBold.woff') format('woff'), url('./NanumGothicBold.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumGothic';
    font-weight: 600;
    font-style: normal;
    src: url('./NanumGothicBold.eot');
    src: local('NanumGothicBold'), url('./NanumGothicBold.woff') format('woff'), url('./NanumGothicBold.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumGothicBold';
    font-weight: normal;
    font-style: normal;
    src: url('./NanumGothicBold.eot');
    src: local('NanumGothicBold'), url('./NanumGothicBold.woff') format('woff'), url('./NanumGothicBold.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumGothicExtraBold';
    font-weight: normal;
    font-style: normal;
    src: url('./NanumGothicExtraBold.eot');
    src: local('NanumGothicExtraBold'), url('./NanumGothicExtraBold.woff') format('woff'), url('./NanumGothicExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumGothicLight';
    font-weight: normal;
    font-style: normal;
    src: url('./NanumGothicLight.eot');
    src: local('NanumGothicLight'), url('./NanumGothicLight.woff') format('woff'), url('./NanumGothicLight.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    color: #383d41;
    font-size: 11pt;
    line-height: 25px;
    font-family: "NanumGothic";
    /*min-width: 1600px;*/
}

footer {
    width: 100%;
    min-width: 1280px;
}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    margin: 0;
    padding: 0;
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-family: 'Nanum Gothic', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ul, ol, li, dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0
}

#hd ul, nav ul, #ft ul {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label, input, button, select, img {
    vertical-align: middle
}

input, button {
    margin: 0;
    padding: 0;
    font-family: 'Nanum Gothic', sans-serif;;
    font-size: 1em
}

button {
    cursor: pointer
}

textarea, select {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1em
}

select {
    margin: 0
}

select::-ms-expand {
    display: none;
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a:link, a:visited {
    color: #000;
    text-decoration: none
}

a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none
}

img.map, map area {
    outline: none;
}

/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 970px;
    height: 0
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff
}

.hd_pops_con {
}

.hd_pops_footer {
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-align: right
}

.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff
}

/* 상단 레이아웃 */
#hd {
    z-index: 4;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
}

.hd_zindex {
    z-index: 10 !important
}

#hd_h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#hd_wrapper {
    margin: 0px auto;
    width: 1200px;
    height: 51px;
    zoom: 1;
    background: #ffffff;
    position: relative;
}

#hd_wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#hd_wrapper .logo {
    position: absolute;
    top: 14px;
    left: 7px;
    width: 168px;
    height: 47px;
}

#hd_wrapper .menu {
    position: absolute;
    top: 13px;
    left: 938px;
    width: 265px;
    height: 14px;
    margin: 0;
    padding: 0;
}

#hd_wrapper .menu ul {
    width: 342px;
    margin: 0;
}

#hd_wrapper .menu li {
    float: left;
    display: inline;
}

/*상단_로그인*/
#tnb {
    position: Absolute;
    top: 0;
    right: 0;
}

#tnb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#tnb li {
    float: left;
    border: 1px solid #5B7FBD;
    padding: 3px;
    margin-left: 3px;
    border-radius: 3px;
    font-size: 0.917em;
    background: #5B7FBD
}

#tnb li a {
    color: #fff;
}

#tnb li.tnb_adm {
    background: #fff;
}

#tnb li.tnb_adm a {
    color: #5B7FBD;
}

/* 메인메뉴*/
#gnb {
    position: relative;
    margin: 0;
    float: left
}

#gnb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#gnb h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#gnb_1dul {
    padding: 0;
    zoom: 1;
}

#gnb_1dul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.gnb_1dli {
    z-index: 10;
    position: relative;
    float: left;
    width: 117px;
    text-align: center;
}

a.gnb_1da {
    padding-right: 10px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    line-height: 2.95em;
    text-decoration: none;
    color: #fff;
    height: 55px;
    line-height: 55px;
    display: block;
    font-size: 1.17em
}

a.gnb_bg {
    background: url('../img/gnb_bg.gif') 100px 50% no-repeat;
}

.gnb_bg:focus, .gnb_bg:hover {
    background-color: #312f46;
    text-decoration: none
}

.gnb_1dli_air .gnb_1da {
    background-color: #312f46;
    color: #fff
}

.gnb_1dli_on .gnb_1da {
    background-color: #312f46;
    color: #fff
}

.gnb_2dul {
    display: none;
    position: absolute;
    top: 55px;
    width: 180px;
    left: 0
}

.gnb_2da {
    display: block;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
}

.gnb_1dli_air .gnb_2da {
    background-color: #312f46;
    color: #fff
}

.gnb_1dli_on .gnb_2da {
    background-color: #312f46;
    color: #fff
}

.gnb_2da:focus, .gnb_2da:hover {
    background: #5B7FBD;
    text-decoration: none
}

.gnb_1dli_over .gnb_2dul {
    display: block;
    left: 0;
    background: #fff
}

.gnb_1dli_over2 .gnb_2dul {
    display: block;
    right: 0;
    background: #fff
}

/* 컬러 스타일 */
.color_menu1 {
    color: #5B7FBD !important;
}

.color_menu2 {
    color: #649c7f !important;
}

.color_menu3 {
    color: #664D93 !important;
}

.border_color_menu1 {
    border-color: #5B7FBD !important;
}

.border_color_menu2 {
    border-color: #649c7f !important;
}

.border_color_menu3 {
    border-color: #664D93 !important;
}

.bg_color_menu1 {
    background-color: #5B7FBD !important;
}

.bg_color_menu2 {
    background-color: #54AA45 !important;
}

.bg_color_menu3 {
    background-color: #644E8E !important;
}

.bg_color_menu1_off {
    background-color: #5B7FBD !important;
    /*background-color: #95D1E9 !important;*/
}

.bg_color_menu2_off {
    /*background-color: #AAD4A4 !important;*/
    background-color: #54AA45 !important;
}

.bg_color_menu3_off {
    background-color: #644E8E !important;
    /*background-color: #B1A6C6 !important;*/
}

#gnb_empty {
    padding: 8px 0;
    text-align: center;
    line-height: 2em;
    color: #fff;
    margin-left: 200px;
    line-height: 18px
}

#gnb_empty a {
    text-decoration: underline;
    color: #5B7FBD
}

/* 전체 검색 */
#hd_sch {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 1px solid #fff;
    margin: 13px
}

#hd_sch legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

#hd_sch #sch_stx {
    padding-left: 5px;
    width: 110px;
    height: 27px;
    border: 0;
    background: none;
    line-height: 1.9em !important;
    line-height: 1.6em;
    color: #fff
}

#hd_sch #sch_submit {
    padding: 0 5px;
    height: 27px;
    border: 0;
    background: url(../img/sch_btn.jpg) no-repeat 50% 50%;
    color: #333;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px
}

/*메인배너*/
#main_bn {
    background: #f1f1f1;
    position: relative;
    overflow: auto;
    width: 100% !important
}

#main_bn .bn_ul li {
    height: 645px;
    float: left;
}

#main_bn li.bn_bg1 {
    background: url(../img/main_bn.jpg) no-repeat 50% 50%;
    background-size: cover;
    display: table;
}

#main_bn li .bn_wr {
    width: 1000px;
    margin: 0 auto;
    padding-top: 217px
}

#main_bn li .bn_txt {
    background-color: rgba(39, 120, 197, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#902778c5, endColorstr=#902778c5);
    width: 283px;
    height: 205px;
    padding: 25px
}

#main_bn li .bn_txt h2 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 2.667em;
    line-height: 40px;
    margin-top: 35px
}

#main_bn li .bn_txt p {
    color: #fff;
    background: url(../img/bn_pbg.jpg) no-repeat top left;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 1.34em;
    line-height: 23px;
}

#main_bn .bn_btn {
    position: absolute;
    top: 240px;
    left: 50%;
    width: 1000px;
    margin-left: -470px
}

#main_bn .bn_btn .prev {
    background: url(../img/bn_btn.gif) no-repeat;
    border: none;
    width: 24px;
    height: 24px;
    text-indent: -9999999px;
    overflow: hidden;
    display: inline-block
}

#main_bn .bn_btn .next {
    background: url(../img/bn_btn.gif) no-repeat -27px 0;
    border: none;
    width: 24px;
    height: 24px;
    text-indent: -99999999px;
    overflow: hidden;
    display: inline-block
}

#main_bn .dots {
    position: absolute;
    bottom: 70px;
    text-align: center;
    width: 100%
}

#main_bn .dots li {
    border: none;
    text-indent: -9999px;
    width: 48px;
    height: 4px;
    background: #3e3c52;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    zoom: 1;
    *display: inline /*IE7 HACK*/;
    _display: inline; /*IE6 HACK*/
}

#main_bn .dots li.active {
    background: #3d96d6
}

/*메인_중간레이아웃 */
#idx_wrapper {
    z-index: 5;
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
    background: transparent;
    padding-bottom: 30px;
}

#idx_wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#idx_container {
    border: 1px solid #d4e2e1;
    z-index: 4;
    position: relative;
    width: 998px;
    margin: 0 auto;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    border-right: 1px solid #dde4e9;
    background: #fff;
    font-size: 1em;
    zoom: 1;
    margin-top: -50px
}

#idx_container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#top_btn {
    position: fixed;
    top: 92%;
    right: 20px;
    background: #fff;
    width: 50px;
    height: 50px;
    background: url(../img/top_btn.gif) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.8
}

/*서브_중간레이아웃 */
#wrapper {
    z-index: 5;
    width: 100%;
    min-width: 1000px;
    max-width: 1200px;
    zoom: 1;
    margin: 0 auto;
}

#container {
    width: 100%;
    margin: 0px auto 0;
    position: relative
}

#container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#container_title {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    text-indent: -999px
}

#sub_tit {
    background: url(../img/sub_bg.gif) repeat;
    margin-bottom: 20px
}

#ctn_title {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    font-size: 2.5em;
    padding-top: 135px
}

#sub_menu {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px
}

#sub_menu li {
    display: inline-block;
    margin-left: -1px
}

#sub_menu li a {
    display: inline-block;
    font-weight: bold;
    border: 1px solid #d7d7d8;;
    width: 175px;
    height: 43px;
    line-height: 43px;
    font-size: 1.167em;
    background: #fff;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#sub_menu li a:hover {
    background: #f0f5f8
}

#sub_menu li a.select {
    background: #5B7FBD;
    border-color: #5B7FBD;
    color: #fff
}

#lct {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

#lct ul.lct_li1 {
    width: 1000px;
    margin: 0 auto;
    border-left: 1px solid #eee
}

#lct ul.lct_li1:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#lct ul.lct_li1 > li {
    float: left;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #eee;
    padding: 0 30px 0 15px;
    min-width: 90px;
    position: relative
}

#lct ul.lct_li1 > li:hover {
    background: #f9f9f9
}

#lct ul.lct_li1 > li.lct_home {
    padding: 0;
    min-width: 40px;
}

#lct ul.lct_li1 > li.lct_home a {
    background: url(../img/home.gif) no-repeat 50% 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}

#lct ul.lct_li1 > li .lct_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 30px;
    background: url(../img/lct_bg.gif) no-repeat 50% 50%;
    border: none;
    text-indent: -999px;
    overflow: hidden
}

#lct ul.lct_li2 {
    position: absolute;
    top: 40px;
    left: 0;
    background: #f9f9f9;
    border: 1px solid #eee;
    display: none;
    min-width: 135px;;
}

#lct ul.lct_li2 li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 15px;
}

#lct ul.lct_li2 li:hover {
    background: #eee
}

/*인덱스*/
#comp_bn {
    float: left;
    width: 376px;
}

#comp_bn li {
    border-top: 1px solid #eee;
}

#comp_bn li:first-child {
    border: none
}

#comp_bn button.bubn_btn {
    width: 376px;
    border: none;
    background: #fff;
    line-height: 85px;
    text-align: left;
    padding: 0 30px;
    font-size: 1.833em;
    font-weight: bold;
    position: relative
}

#comp_bn button.bubn_btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#comp_bn button.bubn_btn:first-child {
    border: none
}

#comp_bn button.bubn_btn span {
    position: absolute;
    top: 30px;
    right: 20px;
    background: url(../img/combn_btn.gif) no-repeat;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block
}

#comp_bn button.bubn_btn:hover span, #comp_bn button.bubn_btn_op span {
    background-position: 0 -25px
}

#comp_bn .bubn_img {
    position: relative;
}

#comp_bn .bubn_img .bubn_img_ov {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
    width: 376px;
    height: 321px;
    color: #fff;
    text-align: center
}

#comp_bn .bubn_img .bubn_img_ov h3 {
    margin-top: 125px;
    font-size: 2em
}

#comp_bn .bubn_img .bubn_img_ov p {
    font-size: 1.250em;
    line-height: 22px
}

#comp_bn .bubn_img .bubn_img_ov a {
    background: url(../img/main_more.png) no-repeat;
    display: inline-block;
    width: 212px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 35px
}

#comp_bn .bubn_img_op {
    display: block
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

#comp_if {
    float: left;
    border-left: 1px solid #c8d7d6;
    border-right: 1px solid #c8d7d6
}

#comp_if li {
    height: 192px;
    width: 248px;
    border-top: 1px solid #eee;
    position: relative
}

#comp_if li h2 {
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 1.333em
}

#comp_if li p {
    position: absolute;
    top: 50px;
    left: 20px;
    color: #566472;
    font-size: 1.083em;
    line-height: 1.4em
}

#comp_if li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    overflow: hidden
}

#comp_if li.com_bg1 a {
    background: url(../img/com_bg1.jpg) no-repeat bottom right #e7f0f6
}

#comp_if li.com_bg2 a {
    background: url(../img/com_bg2.jpg) no-repeat bottom right #2676c5
}

#comp_if li.com_bg2 h2, #comp_if li.com_bg2 p {
    color: #fff
}

#comp_if li.com_bg3 a {
    background: url(../img/com_bg3.jpg) no-repeat bottom right #e7f0f6
}

#comp_if li:first-child {
    border: none
}

#comp_lt {
    float: left;
    padding: 25px;
    width: 322px;
    overflow: hidden
}

#comp_lt .li_notice {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    height: 140px;
}

/*하단레이아웃 */
#ft {
    background: #ececec;
    margin-top: 30px;
    position: relative;
    width: 100%;
    padding: 60px 0 50px 0;
}

#ft_wr {
    margin: 0 auto;
    width: 780px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 2px solid #333333;
}

#ft_wr .flogo {
    position: relative;
    margin-left: 33px;
    width: 152px;
    height: 32px;
}

#ft_wr .fcopy {
    position: absolute;
    top: 0;
    left: 215px;
    width: 265px;
    color: #676767;
    line-height: 18px;
    font-size: 12px;
}

#ft_wr .fmenu {
    position: absolute;
    top: 0;
    left: 480px;
    width: 297px;
    height: 30px;
    color: #000000;
    line-height: 30px;
}

#ft_wr .fmenu a {
    font-weight: bold;
}

#ft #ft_copy {
    padding: 25px 0 20px
}

#ft #ft_copy:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ft #ft_copy a {
    color: #fff;
    float: left;
    font-size: 1.167em;
    font-weight: bold;
    padding: 0 10px;
    border-left: 1px solid #fff;
}

#ft #ft_copy a:first-child {
    border: none;
    padding-left: 0
}

#ft_company {
    color: #b0aec5
}

#ft_company p.ft_info {;
    border-bottom: 1px solid #75738c;
    padding: 0 0 15px;
    line-height: 20px
}

#ft_company p.ft_copy {
    text-align: center;
    color: #676767;
    padding: 15px 0
}

#ft_family {
    position: absolute;
    top: 0;
    right: 0
}

/* 게시물 선택복사 선택이동 */
#copymove {
}

.copymove_current {
    float: right;
    color: #ff3061
}

.copymove_currentbg {
    background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.msg_sound_only, .sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#skip_to_container a:focus, #skip_to_container a:active {
    width: 100%;
    height: 75px;
    background: #21272e;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
    width: 100%;
    height: auto
}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {
    display: inline-block;
    position: relative
}

#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

#captcha #captcha_img {
    width: 100px;
    height: 41px;
    border: 1px solid #e9e9e9
}

#captcha #captcha_mp3 {
    position: absolute;
    top: 0;
    left: 101px;;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 22px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer
}

#captcha #captcha_mp3 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 22px;
    background: url('../../../plugin/kcaptcha/img/sound.gif')
}

#captcha #captcha_reload {
    position: absolute;
    top: 21px;
    left: 101px;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 22px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer
}

#captcha #captcha_reload span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 22px;
    background: url('../../../plugin/kcaptcha/img/reload.gif')
}

#captcha #captcha_key {
    margin: 0 0 0 25px;
    padding: 0 5px;
    width: 70px;
    height: 41px;
    border: 1px solid #b8c9c2;
    background: #f7f7f7;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 41px
}

#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

/* ckeditor 단축키 */
.cke_sc {
    margin: 0 0 5px;
    text-align: right
}

.btn_cke_sc {
    display: inline-block;
    padding: 0 10px;
    height: 35px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer
}

.cke_sc_def {
    margin: 5px 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center
}

.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1
}

.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.cke_sc_def dt, .cke_sc_def dd {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
    width: 20%;
    font-weight: bold
}

.cke_sc_def dd {
    width: 30%
}

.cke_sc_def .btn_cke_sc_close {
    padding: 5px;
    background: #3e3c52;
    border: none;
    color: #fff
}

/* 버튼 */
a.btn01 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 5px
}

a.btn01:focus, a.btn01:hover {
    text-decoration: none
}

button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 9px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none
}

a.btn02 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 5px
}

a.btn02:focus, .btn02:hover {
    text-decoration: none
}

button.btn02 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none
}

.btn_confirm {
    text-align: center
}

.btn_donate {
    background-color: #1E88E5;
    color: white;
    padding: 20px 30px;
    margin-top: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
    border: 0;
    border-radius: 3px;
}

.btn_donate:hover {
    background-color: #1565C0;
}

/* 서식단계 진행 */

.btn_submit {
    background: #5B7FBD;
    border: none;
    border-radius: 3px;
    padding: 11px 20px;
    color: #fff;
    display: inline-block
}

fieldset .btn_submit {
    padding: 0 7px;
    height: 24px;
    line-height: 1em
}

.btn_submit:hover {
    background: #0071c2
}

a.btn_cancel {
    border-radius: 3px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #5B7FBD;
    color: #5B7FBD;
    display: inline-block;
    vertical-align: middle
}

.btn_cancel:hover, .btn_cancel:focus {
    background: #eef7fd
}

button.btn_cancel {
    display: inline-block;
    border-radius: 3px;
    padding: 9px 20px;
    background: #fff;
    border: 1px solid #5B7FBD;
    color: #5B7FBD;
    display: inline-block
}

a.btn_frmline, button.btn_frmline {
    display: inline-block;
    padding: 0px;
    height: 30px;
    border: 1px solid #cecece;
    background: #fafafa;
    color: #595959;
    font-weight: bold;
    padding: 0 15px 0 15px;
    letter-spacing: -0.1em;
    text-decoration: none;
    vertical-align: top
}

/* 우편번호검색버튼 등 */
a.btn_frmline {
    line-height: 24px
}

button.btn_frmline {
    font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01 {
    border-radius: 3px;
    padding: 9px 20px;
    background: #fff;
    border: 1px solid #5B7FBD;
    color: #5B7FBD;
    display: inline-block
}

a.btn_b01:focus, a.btn_b01:hover {
    background: #eef7fd
}

a.btn_b02 {
    background: #5B7FBD;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    display: inline-block
}

a.btn_b02:focus, a.btn_b02:hover {
    background: #0071c2
}

a.btn_admin {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    background: #EF5350;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

/* 관리자 전용 버튼 */
a.btn_admin2 {
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    background: #d0d0d0;
    color: #333333;
    display: inline-block
}

/* 관리자 전용 버튼 */

/* 댓글 스타일 */
.cnt_cmt {
    display: inline-block;
    margin: 0 0 0 3px;
    font-weight: bold
}

/* 기본테이블 */
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_wrap caption {
    padding: 10px 0;
    font-weight: bold;
    text-align: left
}

.tbl_head01 {
    margin: 0 0 10px
}

.tbl_head01 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head01 thead th {
    padding: 17px 0;
    border: 1px solid #c4c4c4;
    background: #ebebeb;
    color: #383838;
    text-align: center;
    font-size: 11pt
}

.tbl_head01 thead a {
    color: #383838
}

.tbl_head01 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tr:hover {
    background: #fafafa
}

.tbl_head01 td {
    border: 1px solid #dfdfdf;
    padding: 17px 5px;
    font-size: 11pt;
    color: #666
}

.tbl_head01 a {
    color: #666
}

.tbl_head02 {
    margin: 0 0 10px
}

.tbl_head02 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head02 thead th {
    padding: 5px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #e5ecef;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em;
}

.tbl_head02 thead a {
    color: #383838
}

.tbl_head02 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head02 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.tbl_head02 td {
    padding: 5px 3px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.4em;
    word-break: break-all
}

.tbl_head02 a {
}

/* 폼 테이블 */
.tbl_frm01 {
    margin: 0 0 20px
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_frm01 th {
    width: 100px;
    padding: 10px 13px;
    border: 1px solid #c4c4c4;
    background: #ebebeb;
    color: #383838;
    text-align: left;
    font-size: 1.083em;
}

.tbl_frm01 td {
    padding: 7px 10px;
    border: 1px solid #dfdfdf;
    font-size: 1.083em;
    color: #666
}

.tbl_frm01 td.sub {
    padding: 7px 5px;
    border: 1px solid #dfdfdf;
    font-size: 1.083em;
    color: #666;
    background: #dedede;
}

.tbl_frm01 textarea, .frm_input {
    border: 1px solid #dcdcdc;;
    color: #000;
    vertical-align: middle;
    line-height: 2em
}

.tbl_frm01 textarea {
    padding: 2px 2px 3px
}

.frm_input {
    height: 28px;
    padding-left: 10px;
    font-size: 1.083em;
    color: #555
}

.tbl_frm01 textarea {
    width: 98%;
    height: 100px
}

.tbl_frm01 a {
    text-decoration: none
}

.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px;
    padding-left: 0
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em
}

/* 자료 없는 목록 */
.empty_table {
    padding: 50px 0 !important;
    text-align: center
}

.empty_list {
    padding: 30px 0 !important;
    text-align: center
}

/* 필수입력 */
.required, textarea.required {
    background: url('../img/wrest.gif') #fff top right no-repeat !important
}

/* 테이블 항목별 정의 */
.td_board {
    width: 120px;
    text-align: center
}

.td_category {
    width: 80px;
    text-align: center
}

.td_chk {
    width: 30px;
    text-align: center
}

.td_date {
    width: 60px;
    text-align: center
}

.td_datetime {
    width: 110px;
    text-align: center
}

.td_group {
    width: 100px;
    text-align: center
}

.td_mb_id {
    width: 100px;
    text-align: center
}

.td_mng {
    width: 80px;
    text-align: center
}

.td_name {
    width: 100px;
    text-align: left
}

.td_nick {
    width: 100px;
    text-align: center
}

.td_num {
    width: 50px;
    text-align: center
}

.td_numbig {
    width: 80px;
    text-align: center
}

.td_stat {
    width: 60px;
    text-align: center
}

.txt_active {
    color: #5d910b
}

.txt_done {
    color: #e8180c
}

.txt_expired {
    color: #ccc
}

.txt_rdy {
    color: #8abc2a
}

/* 새창 기본 스타일 */
.new_win {
}

.new_win .tbl_wrap {
    margin: 0 20px
}

.new_win #win_title {
    margin: 0 0 10px;
    padding: 10px 20px;
    border-top: 3px solid #333;
    border-bottom: 1px solid #dde4e9;
    background: #fff;
    font-size: 1.2em
}

.new_win #win_title .sv {
    font-size: 0.75em;
    line-height: 1.2em
}

.new_win .win_ul {
    margin: -20px 0 20px 0;
    padding: 0 20px;
    border-bottom: 1px solid #455255;
    background: #484848;
    list-style: none;
    zoom: 1
}

.new_win .win_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_ul li {
    float: left;
    margin-left: -1px
}

.new_win .win_ul a {
    display: block;
    padding: 10px 10px 8px;
    border-right: 1px solid #455255;
    border-left: 1px solid #455255;
    color: #fff;
    font-family: 'Nanum Gothic', sans-serif;;
    font-weight: bold;
    text-decoration: none
}

.new_win .win_desc {
    padding: 20px
}

.new_win .win_btn {
    clear: both;
    padding: 20px;
    text-align: center
}

/* 새창용 */
.new_win .win_btn button {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    border: 0;
    background: #4b545e;
    color: #fff;
    line-height: 2em;
    cursor: pointer
}

.new_win .win_btn input {
    padding: 0 10px;
    height: 30px;
    line-height: 2em
}

.new_win .win_btn a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    background: #4b545e;
    color: #fff;
    vertical-align: middle;
    line-height: 2.4em
}

.new_win .win_btn a:focus, .new_win .win_btn a:hover {
    text-decoration: none
}

/* 검색결과 색상 */
.sch_word {
    color: #ff3061
}

/* 자바스크립트 alert 대안 */
#validation_check {
    margin: 100px auto;
    width: 500px
}

#validation_check h1 {
    margin-bottom: 20px;
    font-size: 1.3em
}

#validation_check p {
    margin-bottom: 20px;
    padding: 30px 20px;
    border: 1px solid #e9e9e9;
    background: #fff
}

/* 사이드뷰 */
.sv_wrap {
    position: relative;
    font-weight: normal
}

.sv_wrap .sv {
    z-index: 1000;
    display: none;
    margin: 5px 0 0;
    border: 1px solid #283646
}

.sv_wrap .sv a {
    display: inline-block;
    margin: 0;
    padding: 3px;
    width: 94px;
    border-bottom: 1px solid #283646;
    background: #111;
    color: #fff !important;
    margin-right: 0 !important
}

.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {
    text-decoration: none
}

.sv_on {
    display: block !important;
    position: absolute;
    top: 10px;
    left: 0px;
    width: auto;
    height: auto
}

.sv_nojs .sv {
    display: block
}

/* 페이징 */
.pg_wrap {
    clear: both;
    margin: 0px 0 20px;
    padding: 0 0;
    text-align: center;
    font-size: 1.083em
}

.pg {
}

.pg_page, .pg_current {
    display: inline-block;
    padding: 0 8px;
    height: 30px;
    color: #000;
    letter-spacing: 0;
    line-height: 30px;
    vertical-align: middle
}

.pg a:focus, .pg a:hover {
    text-decoration: none
}

.pg_page {
    text-decoration: none
}

.pg_start {
    background: url(../img/page_btn.gif) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    padding: 0
}

.pg_prev {
    background: url(../img/page_btn.gif) no-repeat -30px 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    padding: 0
}

.pg_end {
    background: url(../img/page_btn.gif) no-repeat -93px 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    padding: 0
}

.pg_next {
    background: url(../img/page_btn.gif) no-repeat -63px 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    padding: 0
}

.pg_current {
    display: inline-block;
    margin: 0 4px 0 0;
    color: #5B7FBD;
    text-decoration: underline;
    font-weight: bold;
    font-weight: bold
}

/*셀렉트박스*/
.fancy-select {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #46565D;
    float: left;
    margin-right: 5px
}

.fancy-select .trigger {
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border: 1px solid #d7d7d7;
    color: #8a8a8a;
    border-radius: 5px;
    width: 122px;
    text-indent: 5px;
    height: 30px;
    line-height: 30px;
    -webkit-appearance: none;
    font-weight: normal;
    background: url(../img/select_btn.gif) no-repeat right;
    font-size: 1.083em;
}

.fancy-select .trigger:hover {
    background-color: #f3f3f3
}

.fancy-select .trigger.open {
    background-color: #f3f3f3;
}

.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 32px !important;
    left: 0;
    visibility: hidden;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    background: #fff;
    min-width: 122px;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    border: 1px solid #d7d7d7;
}

.fancy-select ul.options.open {
    visibility: visible;
    top: 50px;
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

.fancy-select ul.options li {
    padding: 8px 12px;
    color: #999;
    cursor: pointer;
    white-space: nowrap;
}

.fancy-select ul.options li.hover {
    background: #eee;
    color: #666
}

/* Mobile화면으로 */
#ft_dv {
    background: #3e3c52;
    padding-bottom: 20px;
    width: 100%;
    min-width: 1600px;
}

#device_change {
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #5c5a6d;
    border-radius: 2em;
    padding: 10px 0;
    background: #171528;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center
}

/****################################################################################### NEW 작업 ######################################################################***********/
/*******========================== 메인 배너 ============================================**************/
#contentWrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: -50px;
    min-height: 500px;
    padding: 0;
}

#main_container {
    position: relative;
    width: 1200px;
    max-height: 1900px;
    margin: 0 auto;
    padding: 0;
}

ul.tabs {
    margin: 0 auto;
    padding: 0;
    height: 45px;
    width: 708px;
}

ul.tabs li {
    float: left;
    cursor: pointer;
    width: 236px;
    height: 45px;
    overflow: hidden;
    position: relative;
}

ul.tabs li.active {
    background: transparent;
}

.tab1_line {
    width: 100%;
    height: 56px;
    background: #0d698e;
    padding: 0;
    margin: 0;
    z-index: 2;
}

.tab2_line {
    width: 100%;
    height: 56px;
    background: #bb791c;
    padding: 0;
    margin: 0;
}

.tab3_line {
    width: 100%;
    height: 56px;
    background: #3b8831;
    padding: 0;
    margin: 0;
}

.tab_container {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}

.tab_content {
    width: 1200px;
    height: auto;
    display: block;
    z-index: 1;
}

#tab1 {
    position: relative;
    width: 1200px;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

#tab2 {
    position: relative;
    width: 1200px;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

#tab3 {
    position: relative;
    width: 1200px;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

#wrap1 {
    position: relative;
    width: 100%;
    height: 833px;
    background-image: url(/images/main/main_img1.jpg);
    background-repeat: no-repeat;
}

#wrap1 p.text1 {
    padding: 28px 0 0 77px;
    width: 811px;
    height: 20px;
}

#wrap1 p.text2 {
    padding: 32px 0 0 77px;
    width: 437px;
    height: 110px;
}

#wrap1 p.dBtn {
    padding: 36px 0 0 79px;
    width: 156px;
    height: 47px;
}

#wrap1 .mainMenu1 {
    position: absolute;
    top: 612px;
    left: 456px;
    width: 688px;
    height: 196px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#wrap1 .mainMenu1 ul {
    width: 738px;
    margin: 0;
}

#wrap1 .mainMenu1 li {
    float: left;
    display: block;
    margin-right: 50px;
}

#centerWrap1 {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    margin: 16px auto 10px;
}

.boxtop {
    position: relative;
    width: 100%;
    height: 61px;
    margin: 0 auto;
    padding: 0;
}

.boxtop p.title {
    width: auto;
    height: 61px;
}

.boxtop p.more {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 61px;
}

#centerWrap1 .contents {
    width: 1060px;
    height: 370px;
    margin: 40px auto 0;
    overflow: hidden;
}

#centerWrap1 .contents ul {
    width: 1120px;
}

#centerWrap1 .contents li {
    float: left;
    display: inline-block;
    width: 500px;
    height: 370px;
    margin-right: 60px;
    color: #242424;
    line-height: 1.5em;
}

#centerWrap1 .contents li span.subject {
    font-family: 'NanumGothic';
    font-size: 18px;
    color: #0d698e;
    line-height: 38px;
    font-weight: 900;
}

#centerWrap2 {
    width: 100%;
    height: 471px;
    background: #ffffff;
    margin: 0px auto;
}

#centerWrap2 .contents2 {
    position: relative;
    width: 1200px;
    height: 471px;
    margin: 10px auto 0;
    overflow: hidden;
    background: #fff;
}

#centerWrap2 .contents2 dt {
    position: relative;
    width: 595px;
    height: 471px;
    background: #f4f4f4;
}

#centerWrap2 .contents2 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 595px;
    height: 471px;
    background: #f4f4f4;
}

.mainList1 {
    width: 545px;
    height: auto;
    margin: 19px auto 0;
    padding: 0;
    overflow: hidden;
}

.mainList1 ul {
    width: 570px;
}

.mainList1 li {
    float: left;
    display: inline-block;
    width: 260px;
    margin-right: 25px;
    color: #242424;
    line-height: 1.5em;
}

.mainList1 li span.subject {
    font-family: 'NanumGothic';
    font-size: 14px;
    color: #0d698e;
    line-height: 20px;
    font-weight: 900;
}

.mainList2 {
    width: 400px;
    height: 220px;
    margin: 30px auto 0;
    padding: 0;
    overflow: hidden;
}

.mainList2 ul {
    width: 420px;
}

.mainList2 li {
    float: left;
    display: inline-block;
    width: 190px;
    margin-right: 20px;
}

#wrap2 {
    position: relative;
    width: 100%;
    height: 833px;
    background-image: url(/images/main/main_img2.jpg);
    background-repeat: no-repeat;
}

#wrap2 .mainMenu2 {
    position: absolute;
    top: 612px;
    left: 456px;
    width: 688px;
    height: 196px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#wrap2 .mainMenu2 ul {
    width: 738px;
    margin: 0;
}

#wrap2 .mainMenu2 li {
    float: left;
    display: block;
    margin-right: 50px;
}

#centerWrap3 {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    margin: 16px auto 10px;
}

#centerWrap3 .contents {
    width: 1060px;
    height: 370px;
    margin: 40px auto 0;
    overflow: hidden;
}

#centerWrap3 .contents ul {
    width: 1120px;
}

#centerWrap3 .contents li {
    float: left;
    display: inline-block;
    width: 500px;
    height: 370px;
    margin-right: 60px;
    color: #242424;
    line-height: 1.5em;
}

#centerWrap3 .contents li span.subject2 {
    font-family: 'NanumGothic';
    font-size: 18px;
    color: #54aa45;
    line-height: 38px;
    font-weight: 900;
}

#centerWrap4 {
    width: 100%;
    height: 290px;
    background: #ffffff;
    margin: 0px auto;
}

#centerWrap4 .contents2 {
    position: relative;
    width: 100%;
    height: 290px;
    margin: 10px auto 0;
    overflow: hidden;
    background: #fff;
}

#centerWrap4 .contents2 dt {
    position: relative;
    width: 595px;
    height: 290px;
    background: #f4f4f4;
}

#centerWrap4 .contents2 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 595px;
    height: 290px;
    background: #f4f4f4;
}

#centerWrap5 {
    width: 100%;
    height: 310px;
    background: #ffffff;
    margin: 0px auto 19px;
}

#centerWrap5 .contents2 {
    position: relative;
    width: 100%;
    height: 310px;
    margin: 10px auto 0;
    overflow: hidden;
    background: #fff;
}

#centerWrap5 .contents2 dt {
    position: relative;
    width: 595px;
    height: 310px;
    background: #f4f4f4;
}

#centerWrap5 .contents2 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 595px;
    height: 310px;
    background: #f4f4f4;
}

.mainBbs1 {
    width: 90%;
    max-height: 218px;
    position: relative;
    margin: 19px auto 0;
    padding: 0;
    overflow: hidden;
}

.mainBbs1 dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 201px;
    height: 200px;
}

.mainBbs1 dd {
    position: relative;
    margin-left: 230px;
    max-width: 320px;
    height: 170px;
    padding-top: 0px;
}

.bbsSubject {
    font-family: 'NanumGothic';
    font-size: 14px;
    color: #54aa45;
    line-height: 20px;
    font-weight: 900;
}

.bbsDate {
    font-family: 'NanumGothic';
    font-size: 14px;
    color: #b7b7b7;
    line-height: 20px;
}

.bbsContent {
    color: #242424;
    line-height: 18px;
}

.bbsSubject2 {
    font-size: 14px;
    color: #54aa45;
    line-height: 20px;
    font-weight: 900;
}

.bbsDate2 {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 20px;
}

.bbsContent2 {
    font-size: 14px;
    color: #a66b19;
    line-height: 20px;
    font-weight: bold;
}

#wrap3 {
    position: relative;
    width: 100%;
    height: 833px;
    background-image: url(/images/main/main_img3.jpg);
    background-repeat: no-repeat;
}

#wrap3 .mainMenu2 {
    position: absolute;
    top: 612px;
    left: 456px;
    width: 688px;
    height: 196px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#wrap3 .mainMenu2 ul {
    width: 738px;
    margin: 0;
}

#wrap3 .mainMenu2 li {
    float: left;
    display: block;
    margin-right: 50px;
}

#centerWrap6 {
    position: relative;
    width: 100%;
    height: auto;
    background: #d8e7d6;
    margin: 16px auto 20px;
}

#centerWrap6 .tabmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 300px;
    background: #3b8831;
}

.search_container .card_list {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1132px !important;
}

.search_container .title_wrap {
    float: left;
    width: 150px;
    font-size: 24px;
    font-weight: bold;
    padding-top: 72px;
}

.search_container .link_list {
    height: 272px;
}

.search_container .link_list > li {
    position: relative;
    float: left;
    width: 49.5%;
    height: 135px;
    border: 1px solid #e2e2e2;
    margin-left: -1px;
    margin-top: -1px;
}

.search_container .link_list > li > a {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    justify-content: center;

    font-size: 22px;
    font-weight: bold;
    color: #644E8E;
}

#centerWrap6 .rightImg {
    position: absolute;
    top: 0;
    right: 0;
    width: 470px;
    height: 300px;
}

#searchBox {
    position: relative;
    width: 340px;
    margin: 0 auto;
    text-align: left;
}

#searchBox select1 {
    width: 100%;
    margin-top: 10px;
}

#searchBox .select2 {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    background: url(/images/main/select_img15.png) no-repeat;
}

#searchBox .select3 {
    position: relative;
    margin-top: 10px;
    width: 190px;
    height: 50px;
    padding: 0 50px 0 100px;
    background: url(/images/main/select_img4.png) no-repeat;
}

#searchBox div#select_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 50px;
    background: url(/images/main/select_img2.png) no-repeat;
    text-align: center;
}

#searchBox div#select_box label {
    position: absolute;
    top: 0px;
    left: 12px;
    font-family: 'NanumGothicExtraBold';
    font-size: 14px;
    color: #3b8831;
    line-height: 50px;
}

#searchBox div#select_box select#gaeyeok {
    width: 100%;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    padding: 0 10px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#searchBox div#select_box select#version {
    width: 100%;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    padding: 0 10px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#searchBox .select2 p.firsts {
    position: relative;
    margin-left: 35px;
    width: 100px;
    padding: 12px 0 15px 0;
    height: 20px;
}

#searchBox .select2 p.firsts select.books {
    width: 100px;
    height: 20px;
    color: #333333;
    line-height: 20px;
    outline: none;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(56, 56, 56);
    padding: 0 10px;
}

#searchBox .select2 p.twos {
    position: absolute;
    top: 12px;
    left: 170px;
    width: 60px;
    height: 20px;
}

#searchBox .select2 p.threes {
    position: absolute;
    top: 12px;
    left: 250px;
    width: 60px;
    height: 20px;
}

#searchBox .select2 p.rBtn {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 27px;
    height: 50px;
    z-index: 2;
    width: 30px;
    height: 30px;
}

.bookInput {
    width: 30px;
    height: 20px;
    border: 0px;
    text-align: center;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
}

.bookInput2 {
    margin-top: 10px;
    width: 190px;
    height: 30px;
    border: 0;
    font-family: 'NanumGothic';
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

#searchBox .select3 p.searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 50px;
}

/**#centerWrap7 { width:100%; height:471px; background:#ffffff; margin:0px auto; }
#centerWrap7 .contents { position:relative; width:1200px; height:470px; margin:0px auto; overflow:hidden; background:#fff; }
#centerWrap7 .contents dt { position:relative; width:595px; height:470px; background:#f4f4f4; }
#centerWrap7 .contents dd { position:absolute; top:0; right:0; width:595px; height:470px; background:#f4f4f4; } ***/
#centerWrap7 {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    margin: 16px auto 10px;
}

#centerWrap7 .contents {
    width: 1060px;
    height: 370px;
    margin: 40px auto 0;
    overflow: hidden;
}

#centerWrap7 .contents ul {
    width: 1120px;
}

#centerWrap7 .contents li {
    float: left;
    display: inline-block;
    width: 500px;
    height: 370px;
    margin-right: 60px;
    color: #242424;
    line-height: 1.5em;
}

#centerWrap7 .contents li span.subject2 {
    font-family: 'NanumGothic';
    font-size: 18px;
    color: #54aa45;
    line-height: 38px;
    font-weight: 900;
}

.mainBbs3 {
    width: 500px;
    height: auto;
    margin: 40px auto 0;
}

.mainBbs3 span.subject {
    font-family: 'NanumGothic';
    font-size: 18px;
    color: #644e8e;
    line-height: 38px;
    font-weight: 900;
}

#centerWrap8 {
    width: 100%;
    height: 280px;
    background: #ffffff;
    margin: 10px auto 20px;
}

#centerWrap8 .contents {
    position: relative;
    width: 1200px;
    height: 280px;
    margin: 0px auto;
    overflow: hidden;
    background: #fff;
}

#centerWrap8 .contents dt {
    position: relative;
    width: 595px;
    height: 280px;
    background-image: url(/images/main/main_bg3.jpg);
    background-repeat: no-repeat;
}

#centerWrap8 .contents dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 595px;
    height: 280px;
    background-image: url(/images/main/main_bg4.jpg);
    background-repeat: no-repeat;
}

#mainWrap {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 21px;
}

.main_bottom_banner {
    width: 1065px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.main_bottom_banner ul {
    width: 1100px;
    margin: 0;
    padding: 0;
}

.main_bottom_banner li {
    position: relative;
    float: left;
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
}

.main_bottom_banner li.footB {
    position: absolute;
    bottom: 0px;
    left: 67px;
}

.main_bottom_banner li.footB2 {
    position: absolute;
    bottom: 0px;
    left: 498px;
}

/*********************** 상단 메뉴 ***************************************************/
.gnb {
    width: 100%;
    background-color: #2ba3d1;
    height: 54px;
    text-align: center;
    z-index: 999;
}

.gnb2 {
    width: 100%;
    background-color: #54aa45;
    height: 54px;
    text-align: center;
    z-index: 999;
}

.gnb3 {
    width: 100%;
    background-color: #644f8f;
    height: 54px;
    text-align: center;
    z-index: 999;
}

ul.menu {
    padding: 0;
    margin: 0px auto;
    width: 1200px;
    z-index: 999999;
}

ul.menu > li {
    float: left;
    display: block;
    font-family: 'NanumGothicBold';
    height: 40px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -1px;
    width: 200px;
    text-align: center;
    margin-top: 14px;
    padding: 0;
    border-right: 1px solid #4db5da;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 88889;
}

ul.menu > li > a {
    color: #ffffff;
}

ul.menu > li:hover {
    cursor: pointer
}

ul.menu > li > a:hover, ul.menu > li.active > a {
    color: yellow !important
}

.onetab a {
    color: #ffffff;
}

.onetab a:hover {
    color: #ee6462 !important
}

.twotab a {
    color: #ffffff;
}

.twotab a:hover {
    color: #faab00 !important
}

.threetab a {
    color: #ffffff;
}

.threetab a:hover {
    color: #8bc958 !important
}

.fourtab a {
    color: #ffffff;
}

.fourtab a:hover {
    color: #6c85f1 !important
}

a.two {
    color: #faab00 !important
}

a.three {
    color: #8bc958 !important
}

a.four {
    color: #6c85f1 !important
}

ul.menu > li i {
    float: right;
    margin: 4px 8px 0 0;
}

ul.menu li.blank {
    width: 79px !important;
    border-right: 1px solid #4db5da;
    border-left: 0px;
}

ul.menu li.last2 {
    width: 121px !important;
    background-color: #8ba756;
    background-image: none !important
}

ul.menu li.last2 a {
    color: white !important;
    padding: 0px !important
}

ul.menu li.last {
    width: 116px !important;
    border-right: 1px solid #000000;
    letter-spacing: normal !important;
    font-size: 13px !important;
    background-image: none !important;
    line-height: 150%;
    overflow: hidden;
    height: 34px;
}

ul.menu li.last a {
    color: #8ba756 !important;
    display: block;
    padding: 0px 0px 10px 0px !important;
}

ul.menu li.first {
    color: white;
    width: 171px;
    height: 54px;
    padding: 14px 0 14px 0px;
    margin-top: 0px;
    position: relative;
    cursor: pointer;
    border-right: 0px;
    background: #094d68;
}

ul.menu li.first2 {
    width: 171px;
    height: 54px;
    padding: 14px 0 14px 0px;
    margin-top: 0px;
    position: relative;
    cursor: pointer;
    border-right: 0px;
}

ul.menu li.first:after {
    content: '\f107';
    display: block;
    float: right;
    color: #bb791c;
    font: normal 30px/30px FontAwesome;
    margin-right: 8px;
    margin-top: -3px;
}

ul.menu li.appac, ul.menu li.first:focus {
    background-color: #FFFFFF;
    color: #666666;
    border-color: #423a37;
    border-width: 1px 1px 0px 1px;
    border-style: solid
}

ul.menu li.appac:after {
    content: '\f106';
    display: block;
    float: right;
    color: #bb791c;
    font: normal 30px/30px FontAwesome;
    margin-right: 8px;
    margin-top: -3px;
}

.menu > li > ul {
    background-color: #ffffff;
    color: #1e1e1e;
    display: none;
    padding-top: 0px;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -350px;
    width: 600px;
    height: 311px;
    z-index: 88888 !important;
    border-bottom: 5px solid #5B7FBD;
}

.menu > li > ul > li {
    float: left;
    display: block;
    width: 130px;
    padding-left: 20px;
    text-align: left;
    height: 100%;
}

.menu > li > ul > li.oneLine:hover {
    background-color: #fdefef;
}

.menu > li > ul > li.twoLine:hover {
    background-color: #fef6e5;
}

.menu > li > ul > li.threeLine:hover {
    background-color: #f3f9ee;
}

.menu > li > ul > li.fourLine:hover {
    background-color: #f0f3fe;
}

.menu > li > ul > li:hover {
    background-color: #e9e9e9;
}

.menu > li > ul > li > a {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu > li > ul > li > a:hover {
    color: #ee6462;
    font-weight: bold;
}

.menu > li > ul > li > a.suba {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #676767;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu > li > ul > li > a.suba:hover {
    color: #ee6462;
    font-weight: bold;
}

.menu > li > ul > li > a.categoryb {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu > li > ul > li > a.subb {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #676767;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu > li > ul > li > a.categoryc {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu > li > ul > li > a.subc {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #676767;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu > li > ul > li > a.categoryd {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

ul.menu2 {
    padding: 0;
    margin: 0px auto;
    width: 1200px;
}

ul.menu2 > li {
    float: left;
    display: block;
    font-family: 'NanumGothicBold';
    height: 40px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -1px;
    width: 150px;
    text-align: center;
    margin-top: 14px;
    padding: 0;
    border-right: 1px solid #78d36b;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.menu2 > li > a {
    color: #ffffff;
}

ul.menu2 > li:hover {
    cursor: pointer
}

ul.menu2 > li > a:hover, ul.menu > li.active > a {
    color: yellow !important
}

ul.menu2 > li i {
    float: right;
    margin: 4px 8px 0 0;
}

ul.menu2 li.blank {
    width: 79px !important;
    border-right: 1px solid #78d36b;
}

ul.menu2 li.last2 {
    width: 121px !important;
    background-color: #8ba756;
    background-image: none !important
}

ul.menu2 li.last2 a {
    color: white !important;
    padding: 0px !important
}

ul.menu2 li.last {
    width: 116px !important;
    border-right: 1px solid #000000;
    letter-spacing: normal !important;
    font-size: 13px !important;
    background-image: none !important;
    line-height: 150%;
    overflow: hidden;
    height: 34px;
}

ul.menu2 li.last a {
    color: #8ba756 !important;
    display: block;
    padding: 0px 0px 10px 0px !important;
}

ul.menu2 li.first {
    color: white;
    width: 171px;
    height: 54px;
    padding: 14px 0 14px 0px;
    margin-top: 0px;
    position: relative;
    cursor: pointer;
    border-right: 0px;
    background: #996216;
}

ul.menu2 li.first2 {
    width: 171px;
    height: 54px;
    padding: 14px 0 14px 0px;
    margin-top: 0px;
    position: relative;
    cursor: pointer;
    border-right: 0px;
}

ul.menu2 li.first:after {
    content: '\f107';
    display: block;
    float: right;
    color: #bb791c;
    font: normal 30px/30px FontAwesome;
    margin-right: 8px;
    margin-top: -3px;
    text-align: center;
}

ul.menu2 li.appac, ul.menu li.first:focus {
    background-color: #FFFFFF;
    color: #666666;
    border-color: #423a37;
    border-width: 1px 1px 0px 1px;
    border-style: solid
}

ul.menu2 li.appac:after {
    content: '\f106';
    display: block;
    float: right;
    color: #bb791c;
    font: normal 30px/30px FontAwesome;
    margin-right: 8px;
    margin-top: -3px;
    text-align: center;
}

.menu2 > li > ul {
    background-color: #ffffff;
    color: #1e1e1e;
    display: none;
    padding-top: 0px;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -350px;
    width: 600px;
    height: 311px;
    z-index: 88888 !important;
    border-bottom: 5px solid #54aa47;
}

.menu2 > li > ul > li {
    float: left;
    display: block;
    width: 130px;
    padding-left: 20px;
    text-align: left;
    height: 100%;
}

.menu2 > li > ul > li.oneLine:hover {
    background-color: #fdefef;
}

.menu2 > li > ul > li.twoLine:hover {
    background-color: #fef6e5;
}

.menu2 > li > ul > li.threeLine:hover {
    background-color: #f3f9ee;
}

.menu2 > li > ul > li.fourLine:hover {
    background-color: #f0f3fe;
}

.menu2 > li > ul > li:hover {
    background-color: #e9e9e9;
}

.menu2 > li > ul > li > a {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu2 > li > ul > li > a:hover {
    color: #ee6462;
    font-weight: bold;
}

.menu2 > li > ul > li > a.suba {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #676767;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu2 > li > ul > li > a.suba:hover {
    color: #ee6462;
    font-weight: bold;
}

.menu2 > li > ul > li > a.categoryb {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu2 > li > ul > li > a.categoryb:hover {
    font-weight: bold;
}

.menu2 > li > ul > li > a.subb {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #676767;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu2 > li > ul > li > a.subb:hover {
    color: #faab00;
    font-weight: bold;
}

.menu2 > li > ul > li > a.categoryc {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu2 > li > ul > li > a.categoryc:hover {
    color: #8bc958;
    font-weight: bold;
}

.menu2 > li > ul > li > a.subc {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #676767;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu2 > li > ul > li > a.subc:hover {
    color: #8bc958;
    font-weight: bold;
}

.menu2 > li > ul > li > a.categoryd {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

.menu2 > li > ul > li > a.categoryd:hover {
    color: #6c85f1;
    font-weight: bold;
}

ul.menu3 {
    padding: 0;
    margin: 0px auto;
    width: 1200px;
}

ul.menu3 > li {
    float: left;
    display: block;
    font-family: 'NanumGothicBold';
    height: 40px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -1px;
    width: 150px;
    text-align: center;
    margin-top: 14px;
    padding: 0;
    border-right: 1px solid #9880c4;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.menu3 > li > a {
    color: #ffffff;
}

ul.menu3 > li:hover {
    cursor: pointer
}

ul.menu3 > li > a:hover, ul.menu > li.active > a {
    color: yellow !important
}

ul.menu3 > li i {
    float: right;
    margin: 4px 8px 0 0;
}

ul.menu3 li.blank {
    width: 72px !important;
    border-right: 1px solid #9880c4;
}

ul.menu3 li.last2 {
    width: 121px !important;
    background-color: #8ba756;
    background-image: none !important
}

ul.menu3 li.last2 a {
    color: white !important;
    padding: 0px !important
}

ul.menu3 li.last {
    width: 116px !important;
    border-right: 1px solid #000000;
    letter-spacing: normal !important;
    font-size: 13px !important;
    background-image: none !important;
    line-height: 150%;
    overflow: hidden;
    height: 34px;
}

ul.menu3 li.last a {
    color: #8ba756 !important;
    display: block;
    padding: 0px 0px 10px 0px !important;
}

ul.menu3 li.first {
    color: white;
    width: 171px;
    height: 54px;
    padding: 14px 0 14px 0px;
    margin-top: 0px;
    position: relative;
    cursor: pointer;
    border-right: 0px;
    background: #296122;
}

ul.menu3 li.first:after {
    content: '\f107';
    display: block;
    float: right;
    color: #bb791c;
    font: normal 30px/30px FontAwesome;
    margin-right: 8px;
    margin-top: -3px;
    text-align: center;
}

ul.menu3 li.first2 {
    width: 171px;
    height: 54px;
    padding: 14px 0 14px 0px;
    margin-top: 0px;
    position: relative;
    cursor: pointer;
    border-right: 0px;
}

ul.menu3 li.appac, ul.menu li.first:focus {
    background-color: #FFFFFF;
    color: #666666;
    border-color: #423a37;
    border-width: 1px 1px 0px 1px;
    border-style: solid
}

ul.menu3 li.appac:after {
    content: '\f106';
    display: block;
    float: right;
    color: #bb791c;
    font: normal 30px/30px FontAwesome;
    margin-right: 8px;
    margin-top: -3px;
    text-align: center;
}

.menu3 > li > ul {
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #1e1e1e;
    display: none;
    left: 0;
    margin: 0;
    padding: 0px;
    position: absolute;
    top: 40px;
    width: 100%;
    width: 150px;
    z-index: 88888 !important;
    border-bottom: 5px solid #644e8e;
}

.menu3 > li > ul > li {
    letter-spacing: normal !important;
    line-height: 120%;
    padding: 10px 3px 10px 10px;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: keep-all
}

.menu3 > li > ul > li:hover {
    background-color: #e9e9e9;
}

.menu3 > li > ul > li > a {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: normal;
    color: #555;
    font-family: "돋움";
    padding: 15px 20px 15px 0px !important
}

.menu3 > li > ul > li > a:hover {
    color: black;
    font-weight: bold
}

#all-fix {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: block;
}

#all-panel {
    width: 100%;
    z-index: 99999 !important;
    position: absolute;
    height: 430px;
    margin-top: 54px;
    display: none;
}

.shownone {
    display: block !important
}

#all-panel .all-panel-wrap {
    width: 1198px;
    overflow: hidden;
    text-align: left;
    position: relative;
    height: auto;
    margin: 0 auto;
    border-right: 1px solid #423a37;
    border-left: 1px solid #423a37;
    border-bottom: 5px solid #0a5d7e;
    background-color: white;
}

.close {
    position: absolute;
    z-index: 999999 !important;
    right: 20px;
    bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    font-family: "돋움";
    display: block;
    padding: 10px;
    cursor: pointer
}

.all-panel-body {
    width: 1160px;
    height: auto;
    display: block;
    padding: 40px 0 29px 40px;
    overflow: hidden;
}

.all-panel-body ul {
    width: 1160px;
    margin: 0;
}

.all-panel-body li {
    float: left;
    display: inline;
    width: 160px;
    text-align: left;
}

.all-panel-body li a {
    color: #333333;
    font-size: 12px;
    line-height: 31px;
}

.all-panel-body li a:hover {
    color: #000000;
}

.all-panel-body li.line {
    border-right: 1px solid #a1a2a2;
}

.all-panel-body li.line2 {
    margin-left: 55px;
}

#subWrap {
    position: relative;
    width: 1200px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
}

#subWrap .leftMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 249px;
    height: 100%;
    border-right: 1px solid #f0f0f0;
}

#subWrap .rightContent {
    position: relative;
    width: 100%;
    height: 100%;
}

#subWrap .leftMenu p.title {
    font-size: 19px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 2px solid;
    width: 153px;
}

#subWrap .leftMenu p.menu {
    width: 168px;
    padding: 12px 10px 12px 15px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
}

#subWrap .leftMenu1 p.menu:hover, #subWrap .leftMenu1 .menu a:hover {
    background-color: #E3F2FD;
}

#subWrap .leftMenu2 p.menu:hover, #subWrap .leftMenu2 .menu a:hover {
    background-color: #E8F5E9;
}

#subWrap .leftMenu3 p.menu:hover, #subWrap .leftMenu3 .menu a:hover {
    background-color: #DCD3F1;
}

.leftMenu .menu {
    padding-left: 5px;
    padding-bottom: 10px;
    width: 188px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
}

.leftMenu .menu ul {
    margin: 0;
    padding: 0;
}

.leftMenu .menu li {
    margin: 0;
    padding: 0;
    width: 168px;
}

.leftMenu .menu li.subs {
    margin: 0;
    padding-left: 10px;
    border-bottom: 0px solid #cccccc;
    width: 158px;
    font-size: 13px;
    letter-spacing: -1px;
}

.leftMenu .menu p {
    margin: 0;
    padding: 10px;
}

.leftMenu .menu li > a {
    display: block;
    padding: 7px 10px;
    font-family: 'NanumGothicBold';
    line-height: 20px;
    font-size: 14px;
    color: #5c5c5c;
    width: 100%;
}

/* 20220927 max-width 1000px -> 1200px 조정 */
#subtitle {
    margin: 0 auto 30px;
    position: relative;
    max-width: 1200px;
    display: block;
    border-bottom: 1px solid #aaaaaa;
}

#subtitle .navi {
    position: absolute;
    bottom: 0;
    right: 10px;
    text-align: right;
    color: #7d7d7d;
    font-size: 11px;
    line-height: 30px;
}

#subtitle .navi img {
    vertical-align: top;
}

#subtitle .navi a {
    color: #7d7d7d;
}

#subtitle .navi a:hover {
    color: #000000;
}

#subtitle .subtitleText {
    font-size: 24.6px;
    font-weight: 600;
    padding: 20px 20px 10px;
}

#subTop {
    position: relative;
    width: 760px;
    height: 44px;
    border-bottom: 1px solid #aaaaaa;
    z-index: 1;
    margin: 3px auto 25px;
    padding: 0;
    z-index: 11;
}

#subTop .title {
    float: left;
    margin-top: 5px;
    left: 0;
    width: 250px;
    height: 42px;
    z-index: 2;
    z-index: 11;
}

#subTop .searchC {
    position: relative;
    margin-left: 250px;
}

#subTop .rightBtn {
    position: absolute;
    right: 0;
    top: -14px;
}

#sub_content_top {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #ddd;
    margin: 3px auto 25px;
    padding: 0;
    z-index: 11;
}

#sub_content_top .title {
    float: left;
    margin-top: 5px;
    left: 0;
    height: 42px;
    z-index: 11;
    font-size: 23px;
    font-weight: 500;
    line-height: 44px;
}

#sub_content_top .title.highlight {
    color: #5B7FBD;
}

/***************************** 폼스타일 ********************************************************/
.formStyle {
    width: 760px;
    margin: 35px auto 60px;
    height: auto;
    padding: 0;
    border-top: 2px solid #5B7FBD;
}

.formStyle table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.formStyle th {
    width: 168px;
    height: 30px;
    padding: 8px 0 8px 10px;
    border: 1px solid #cecece;
    background: #f6f6f6;
    text-align: left;
    line-height: 30px;
    color: #595959;
    font-weight: normal;
}

.formStyle th.centers {
    padding: 14px 0 14px 0;
    text-align: center;
}

.formStyle td {
    padding: 10px 0 10px 20px;
    border: 1px solid #cecece;
    background: transparent;
    color: #595959;
    font-weight: normal;
}

.formStyle td.centers {
    padding: 14px 0 14px 0;
    text-align: center;
}

.formStyle td.bgline {
    background: #dedede;
    width: 110px;
    padding-left: 10px;
    color: #595959;
    font-family: dotum;
}

.formStyle textarea, .frm_input {
    border: 1px solid #e4eaec;
    background: #f7f7f7;
    color: #000;
    vertical-align: middle;
    line-height: 2em
}

.formStyle textarea {
    padding: 2px 2px 3px
}

.formStyle textarea {
    width: 98%;
    height: 100px
}

.formStyle a {
    text-decoration: none
}

.formStyle .frm_file {
    display: block;
    margin-bottom: 5px
}

.formStyle .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em
}

.frm_input {
    height: 28px;
    border: 1px solid #cecece;
    color: #595959;
    font-weight: normal;
    line-height: 28px;
}

.formStyle select {
    height: 28px;
    border: 1px solid #cecece;
    color: #595959;
    font-weight: normal;
    line-height: 28px;
    padding: 0 5px;
}

.submitBtn {
    background: #5B7FBD;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.submitBtn3 {
    background: #595959;
    padding: 0 30px 0 30px;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.submitBtn4 {
    background: #ffffff;
    padding: 0 30px 0 30px;
    color: #5a5a5a;
    border: 1px solid #585858;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.submitBtn5 {
    background: #595959;
    padding: 0 30px 0 30px;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.formStyle2 {
    width: 760px;
    margin: 35px auto 60px;
    height: auto;
    padding: 0;
    border-top: 2px solid #5B7FBD;
}

.formStyle2 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.formStyle2 th {
    width: 168px;
    height: 30px;
    padding: 8px 0 8px 10px;
    border: 1px solid #cecece;
    background: #f6f6f6;
    text-align: left;
    line-height: 30px;
    color: #595959;
    font-weight: normal;
}

.formStyle2 td {
    padding: 8px 0 8px 20px;
    border: 1px solid #cecece;
    background: transparent;
    color: #595959;
    font-weight: normal;
}

.formStyle2 td.bgline {
    background: #dedede;
    width: 90px;
    padding-left: 10px;
    color: #595959;
    font-family: dotum;
}

.formStyle2 textarea, .frm_input {
    border: 1px solid #e4eaec;
    background: #f7f7f7;
    color: #000;
    vertical-align: middle;
    line-height: 2em
}

.formStyle2 textarea:focus, .frm_input:focus {
    border: 1px solid deepskyblue;
}

.formStyle2 textarea {
    padding: 2px 2px 3px
}

.formStyle2 textarea {
    width: 98%;
    height: 100px
}

.formStyle2 a {
    text-decoration: none
}

.formStyle2 .frm_file {
    display: block;
    margin-bottom: 5px
}

.formStyle2 .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em
}

.formStyle2 select {
    height: 28px;
    border: 1px solid #cecece;
    color: #595959;
    font-weight: normal;
    line-height: 28px;
}

.submitBtn2 {
    background: #5B7FBD;
    padding: 15px 20px;
    color: #ffffff;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

.buttonstyle1 {
    background-image: url(/images/common/button_bg1.gif);
    background-repeat: repeat-x;
    height: 28px;
    padding: 0 14px 0 14px;
    border: 1px solid #cecece;
    color: #595959;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
}

.checkboxlist {
    width: 452px;
    min-height: 30px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.checkboxlist ul {
    width: 452px;
    margin: 0;
}

.checkboxlist li {
    float: left;
    display: inline-block;
    width: 113px;
    height: 30px;
}

/************************************ 텍스트 스타일 ***********************************************/
.form_text {
    color: #595959;
}

.form_text_b {
    color: #595959;
    font-weight: bold;
    line-height: 21px;
}

.form_text_s {
    font-size: 11px;
    line-height: 20px;
}

.read_text1 {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-family: 'NanumGothic';
}

.read_text2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    font-family: 'NanumGothicBold';
}

.read_text3 {
    color: #644e8e;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 15px;
}

.read_text4 {
    color: #3a3a3a;
    font-size: 20px;
    line-height: 30px;
    font-family: 'NanumGothicBold';
}

.read_text5 {
    color: #3a3a3a;
    line-height: 30px;
}

.read_number {
    color: #644e8e;
    line-height: 30px;
    font-weight: bold;
}

/******************************* 성경읽기 스타일 *************************************************************/
#subBox3 {
    position: relative;
    width: 780px;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.rightBtn {
    margin: 30px 0 13px;
    width: 100%;
    text-align: right;
}

.btn_style3_1 {
    width: 268px;
    height: 28px;
    border-radius: 15px;
    border: 1px solid #644e8e;
    font-family: 'NanumGothicBold';
    line-height: 28px;
    font-size: 14px;
    color: #644e8e;
    cursor: pointer;
}

#readTop {
    position: relative;
    margin-left: 20px;
    width: 760px;
    background-image: url(/images/sub/3/subtop_bg1.png);
    background-repeat: no-repeat;
    height: 80px;
    margin-bottom: 30px;
    padding: 0;
}

#readTop .leftText {
    position: absolute;
    top: 5px;
    left: 0;
    width: 242px;
    text-align: right;
}

#readTop .rightText {
    position: relative;
    margin-left: 260px;
}

#subBox3_4 {
    position: relative;
    width: 760px;
    min-height: 100%;
    margin: 0px auto;
    padding-top: 15px;
}

.submenulist3_4 {
    width: 100%;
    height: 60px;
    margin-bottom: 50px;
    padding: 0;
    overflow: hidden;
}

.submenulist3_4 ul {
    width: 100%;
    margin: 0;
}

.submenulist3_4 li {
    float: left;
    display: inline;
}

.subimgcenter {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.subimgcenter2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.subimgcenter3 {
    width: 580px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

.subtable3_4 {
    clear: both;
    width: 580px;
    margin: 30px auto 0;
    text-align: center;
}

.subtable3_4 thead {
    width: 100%;
    height: 28px;
}

.subtable3_4 thead td {
    color: #666666;
    line-height: 28px;
}

.subtable3_4 thead td.one {
    width: 90px;
    background-image: url(/images/sub/3/table_head_3_1_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4 thead td.two {
    width: 127px;
    background-image: url(/images/sub/3/table_head_3_2_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4 thead td.three {
    width: 363px;
    background-image: url(/images/sub/3/table_head_3_3_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4 tbody td {
    color: #444444;
    line-height: 20px;
    padding: 7px;
    border-bottom: 1px solid #d4d4d4;
}

.subtable3_4 tbody td.one {
    width: 80px;
    padding-left: 10px;
    text-align: left;
}

.subtable3_4 tbody td.two {
    width: 117px;
    padding-left: 10px;
    text-align: left;
}

.subtable3_4 tbody td.three {
    padding-left: 10px;
    text-align: left;
}

.subarrow3_4 {
    color: #ffa13d;
    font-size: 8px;
}

.subarrow3_4_2 {
    color: #ffa13d;
    font-size: 12px;
}

.subarrow3_4_3 {
    color: #49c239;
    font-size: 8px;
}

.subtable3_4_2 {
    clear: both;
    width: 580px;
    margin: 10px auto 0;
    text-align: center;
}

.subtable3_4_2 thead {
    width: 100%;
    height: 28px;
}

.subtable3_4_2 thead td {
    color: #666666;
    line-height: 28px;
}

.subtable3_4_2 thead td.one {
    width: 160px;
    background-image: url(/images/sub/3/table_head_31_1_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4_2 thead td.two {
    width: 127px;
    background-image: url(/images/sub/3/table_head_31_2_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4_2 thead td.three {
    width: 293px;
    background-image: url(/images/sub/3/table_head_31_3_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4_2 tbody td {
    color: #444444;
    line-height: 20px;
    padding: 7px;
    border-bottom: 1px solid #d4d4d4;
}

.subtable3_4_2 tbody td.one {
    width: 150px;
    padding-left: 10px;
    text-align: left;
}

.subtable3_4_2 tbody td.two {
    width: 117px;
    padding-left: 10px;
    text-align: left;
}

.subtable3_4_2 tbody td.three {
    padding-left: 10px;
    text-align: left;
}

.subtable3_4_3 {
    clear: both;
    width: 580px;
    margin: 0px auto 0;
    text-align: center;
}

.subtable3_4_3 thead {
    width: 100%;
    height: 28px;
}

.subtable3_4_3 thead td {
    color: #666666;
    line-height: 28px;
}

.subtable3_4_3 thead td.one {
    width: 140px;
    background-image: url(/images/sub/3/table_head_32_1_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4_3 thead td.two {
    width: 127px;
    background-image: url(/images/sub/3/table_head_32_2_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4_3 thead td.three {
    width: 313px;
    background-image: url(/images/sub/3/table_head_32_3_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4_3 tbody td {
    color: #444444;
    line-height: 20px;
    padding: 7px;
    border-bottom: 1px solid #d4d4d4;
}

.subtable3_4_3 tbody td.one {
    width: 130px;
    padding-left: 10px;
    text-align: left;
}

.subtable3_4_3 tbody td.two {
    width: 117px;
    padding-left: 10px;
    text-align: left;
}

.subtable3_4_3 tbody td.three {
    padding-left: 10px;
    text-align: left;
}

.subtable3_4_4 {
    clear: both;
    width: 580px;
    margin: 0px auto 0;
    text-align: center;
}

.subtable3_4_4 thead {
    width: 100%;
    height: 28px;
}

.subtable3_4_4 thead td {
    color: #666666;
    line-height: 28px;
}

.subtable3_4_4 thead td.one {
    width: 120px;
    background-image: url(/images/sub/3/table_head_33_1_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4_4 thead td.two {
    width: 127px;
    background-image: url(/images/sub/3/table_head_33_2_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4_4 thead td.three {
    width: 333px;
    background-image: url(/images/sub/3/table_head_33_3_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_4_4 tbody td {
    color: #444444;
    line-height: 20px;
    padding: 7px;
    border-bottom: 1px solid #d4d4d4;
}

.subtable3_4_4 tbody td.one {
    width: 110px;
    padding-left: 10px;
    text-align: left;
}

.subtable3_4_4 tbody td.two {
    width: 117px;
    padding-left: 10px;
    text-align: left;
}

.subtable3_4_4 tbody td.three {
    padding-left: 10px;
    text-align: left;
}

.subtable3_5 {
    clear: both;
    width: 580px;
    margin: 0px auto 0;
    text-align: center;
}

.subtable3_5 thead {
    width: 100%;
    height: 28px;
}

.subtable3_5 thead td {
    color: #666666;
    line-height: 28px;
}

.subtable3_5 thead td.one {
    width: 200px;
    background-image: url(/images/sub/3/table_head_34_1_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_5 thead td.two {
    width: 108px;
    background-image: url(/images/sub/3/table_head_34_2_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_5 thead td.three {
    width: 272px;
    background-image: url(/images/sub/3/table_head_34_3_bg.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subtable3_5 tbody td {
    color: #444444;
    line-height: 20px;
    padding: 7px;
    border-bottom: 1px solid #d4d4d4;
}

.subtable3_5 tbody td.one {
    width: 190px;
    padding-left: 10px;
    text-align: left;
}

.subtable3_5 tbody td.two {
    width: 98px;
    padding-left: 10px;
    text-align: left;
}

.subtable3_5 tbody td.three {
    padding-left: 10px;
    text-align: left;
}

ul.reads {
    margin: 0;
    padding: 0 2%;
    height: 28px;
    border-bottom: 2px solid #644e8e;
    width: 96%;
}

ul.reads li {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 16.4%;
    height: 28px;
    line-height: 28px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 2px;
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
    color: #333333;
}

ul.reads li.active2 {
    background: #644e8e;
    color: #ffffff;
}

.read_container {
    border-top: none;
    clear: both;
    float: left;
    width: 780px;
    background: #FFFFFF;
    margin-top: 15px;
    text-align: justify;
    text-justify: inter-word;
}

.read_content {
    padding: 5px;
    font-size: 15px;
    letter-spacing: 0.2px;
    display: none;
}

.read_container .read_content ul {
    width: 100%;
    argin: 0px;
    padding: 0px;
}

.read_container .read_content ul li {
    padding: 5px;
    list-style: none
}

#read_content {
    width: 780px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.readcontentTop {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
}

.readcontentTop .rleftText {
    position: relative;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 30px;
    font-family: 'NanumGothicBold';
}

.readcontentTop .rrightCont {
    position: absolute;
    top: 0;
    right: 0px;
    height: 30px;
    text-align: right;
}

.smallTitle {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
}

.bible_content_text {
    padding: 5px 20px 20px;
    font-family: 'NanumGothic';
    color: #000000;
    line-height: 26px;
    letter-spacing: 0.2px;
    background-color: #FFFAEA;
}

.bible_content_text .number {
    color: #54AA45;
    font-weight: 600;
    letter-spacing: -1px;
}

.bible_content_text > span {
    display: block;
    margin-top: 10px;
}

.submenulist3_1 {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
}

.submenulist3_1 ul {
    width: 100%;
    margin: 0;
}

.submenulist3_1 li {
    float: left;
    display: inline;
}

.mapList {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
}

.mapList dt {
    padding: 10px 20px;
    min-width: 200px;
    color: #c18329;
    line-height: 1.6;
}

.mapList dd {
    position: relative;
    padding: 10px 20px;
    flex-grow: 1;
    color: #444444;
    line-height: 1.6;
}

.mapList dd a {
    color: #444444;
}

.mapList dd a:hover {
    text-decoration: underline;
}

.mapListover {
    background: #f4f4f4;
}

/***###################### POPUP ##################################*****/
#pop_top1 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: #6d559b;
    background-repeat: repeat-x;
}

.pop_input {
    height: 28px;
    background: #ffffff;
    border: 1px solid #cecece;
    padding-left: 10px;
    color: #444444;
    line-height: 28px;
    font-weight: bold;
}

.pop_btn1 {
    border: 0px;
    background: #595959;
    padding: 0 20px 0 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
}

#pop_header1 {
    width: 95%;
    padding: 10px 0 10px 5%;
    background: #a79bbd;
    height: 52px;
    line-height: 25px;
    color: #ffffff;
    font-size: 11px;
}

#pop_header1 img {
    vertical-align: middle;
}

.pop_japan {
    padding-left: 75px;
    margin: 20px auto;
}

.pop_japan img {
    width: 24px;
}

.termList {
    position: relative;
    width: 100%;
    height: 26px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
}

.termList dt {
    position: absolute;
    top: 0;
    left: 10px;
    width: 60px;
    height: 26px;
    color: #c18329;
    line-height: 26px;
}

.termList dt img {
    vertical-align: middle;
}

.termList dd {
    position: relative;
    margin-left: 70px;
    width: auto;
    height: 26px;
    color: #444444;
    line-height: 26px;
}

.termList dd a {
    color: #444444;
}

.termList dd a:hover {
    text-decoration: underline;
}

.termListover {
    background: #f4f4f4;
}

.subtabMenu2_2 {
    width: 760px;
    height: 60px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.subtabMenu2_2 ul {
    width: 760px;
    margin: 0;
}

.subtabMenu2_2 li {
    float: left;
    display: inline;
}

.subtabMenu1_2 {
    width: 710px;
    height: 60px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.subtabMenu1_2 ul {
    width: 710px;
    margin: 0;
}

.subtabMenu1_2 li {
    float: left;
    display: inline;
}

.tablestyle_normal2 {
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
}

.tablestyle_normal2 thead {
    height: 60px;
    line-height: 60px;
    background: #54aa47;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.tablestyle_normal2 tbody tr {
    height: 60px;
    background-color: #ffffff;
}

.tablestyle_normal2 tbody td {
    line-height: 60px;
    color: #333333;
    text-align: center;
    border: 1px solid #cecece;
}

.faq_title {
    font-family: 'NanumGothic';
    color: #54aa47;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 35px;
}

.faq_content {
    font-family: 'NanumGothicBold';
    color: #291500;
    font-size: 14px;
    line-height: 22px;
}

.faq_title_icon {
    width: 47px;
    height: 35px;
    background-image: url(/images/sub/2/faq_icon_bg.gif);
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-family: 'NanumGothicBold';
    line-height: 35px;
}

.content_title {
    font-family: 'NanumGothicBold';
    color: #54aa47;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 30px;
}

.content_content {
    font-family: 'NanumGothicBold';
    color: #291500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.content_title2 {
    font-family: 'NanumGothicBold';
    color: #5B7FBD;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 24px;
}

.content_title3 {
    font-family: 'NanumGothicBold';
    color: #5B7FBD;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 30px;
}

.content_title4 {
    font-family: 'NanumGothicBold';
    color: #54aa47;
    font-size: 20px;
    line-height: 25px;
}

.content_title5 {
    font-family: 'NanumGothicBold';
    color: #197acb;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    padding: 40px 0 10px 0;
}

.content_title6 {
    font-family: 'NanumGothicBold';
    color: #31849f;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    padding: 40px 0 10px 0;
}

.content_title7 {
    font-family: 'NanumGothicBold';
    color: #54aa47;
    font-size: 30px;
    line-height: 43px;
    font-weight: bold;
    padding: 30px 0 0 23px;
}

.content_title8 {
    font-family: 'NanumGothic';
    color: #6d6155;
    font-size: 14px;
    line-height: 30px;
    padding-left: 80px;
    margin-bottom: 20px;
}

.content_title9 {
    font-family: 'NanumGothicBold';
    color: #5B7FBD;
    font-size: 30px;
    line-height: 43px;
    font-weight: bold;
    padding: 30px 0 0 23px;
}

.content_title10 {
    font-family: 'NanumGothicBold';
    color: #5B7FBD;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 30px;
}

.content_title11 {
    font-family: 'NanumGothicBold';
    color: #649C7F;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 24px;
}

.tablestyle_normal3 {
    clear: both;
    width: auto;
    margin: 0;
    text-align: center;
    border-collapse: collapse;
}

.tablestyle_normal3 thead {
    height: 28px;
    line-height: 28px;
    background: #e1e1e1;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.tablestyle_normal3 tbody tr {
    height: 28px;
    background-color: #ffffff;
}

.tablestyle_normal3 tbody td {
    line-height: 28px;
    color: #333333;
    text-align: left;
    padding-left: 5px;
    border: 1px solid #000000;
}

.tablestyle_normal4 {
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
}

.tablestyle_normal4 tr {
    min-height: 39px;
    background-color: #ffffff;
}

.tablestyle_normal4 th {
    width: 123px;
    background: #3d79ab;
    line-height: 39px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px dashed #ffffff;
}

.tablestyle_normal4 td {
    color: #291500;
    font-family: 'NanumGothic';
    font-size: 13px;
    line-height: 20px;
    padding-left: 10px;
    text-align: left;
}

.tablestyle_normal5 {
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
}

.tablestyle_normal5 tr {
    min-height: 39px;
    background-color: #ffffff;
}

.tablestyle_normal5 th {
    width: 123px;
    background: #2e869d;
    line-height: 39px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px dashed #ffffff;
}

.tablestyle_normal5 td {
    color: #291500;
    font-family: 'NanumGothic';
    font-size: 13px;
    line-height: 20px;
    padding-left: 10px;
    text-align: left;
}

.tablestyle_normal5 td.title {
    color: #ffffff;
    font-family: 'NanumGothicBold';
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    background: #2e869d;
}

#submapcont1 {
    position: relative;
    width: 760px;
    min-height: 380px;
    margin: 0;
    padding: 0;
}

#submapcont1 .leftImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
}

#submapcont1 .rightText {
    position: relative;
    margin-left: 420px;
    width: 340px;
    color: #6d6155;
    font-family: 'NanumGothic';
    font-size: 14px;
    line-height: 33px;
}

#submapcont2 {
    position: relative;
    width: 760px;
    min-height: 210px;
    margin: 20px auto 20px;
    padding: 0;
    color: #6d6155;
    font-family: 'NanumGothic';
    font-size: 14px;
    line-height: 33px;
}

#submapcont2 .cont1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}

#submapcont2 .cont2 {
    position: absolute;
    top: 0;
    left: 213px;
    width: 260px;
}

#submapcont2 .cont3 {
    position: absolute;
    top: 0;
    left: 486px;
    width: 274px;
}

/*****#################################### 성서학 도서관 ##############################################*************/
#library_wrap {
    width: 1200px;
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
}

#library_header {
    position: relative;
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#library_header .logo {
    position: relative;
    margin: 14px 0 0 0px;
    width: 178px;
    height: 53px;
}

#library_header .headerMenu {
    position: relative;
    margin: 18px auto 0;
    width: 960px;
    height: 32px;
}

#library_header .headerMenu ul {
    width: 960px;
    margin: 0;
}

#library_header .headerMenu li {
    float: left;
    display: inline-block;
    width: 160px;
    height: 32px;
    border-radius: 20px 20px 0px 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}

#library_header .headerMenu li.menu1 {
    background: #ff8971;
    cursor: pointer;
}

#library_header .headerMenu li.menu2 {
    background: #ff6e51;
    cursor: pointer;
}

#library_header .headerMenu li.menu3 {
    background: #ff5533;
    cursor: pointer;
}

#library_header .headerMenu li.menu4 {
    background: #ff2a00;
    cursor: pointer;
}

#library_header .headerMenu li.menu5 {
    background: #df2b08;
    cursor: pointer;
}

#library_header .headerMenu li.menu6 {
    background: #a91f05;
    cursor: pointer;
}

.library_top1 {
    width: 100%;
    height: 45px;
    background: #ff8971;
    margin: 0;
    padding: 0;
    display: none;
}

.library_top2 {
    width: 100%;
    height: 45px;
    background: #ff6e51;
    margin: 0;
    padding: 0;
    display: none;
}

.library_top3 {
    width: 100%;
    height: 45px;
    background: #ff5533;
    margin: 0;
    padding: 0;
    display: none;
}

.library_top4 {
    width: 100%;
    height: 45px;
    background: #ff2a00;
    margin: 0;
    padding: 0;
    display: none;
}

.library_top5 {
    width: 100%;
    height: 45px;
    background: #df2b08;
    margin: 0;
    padding: 0;
    display: none;
}

.library_top6 {
    width: 100%;
    height: 45px;
    background: #a91f05;
    margin: 0;
    padding: 0;
    display: none;
}

#library_iframe {
    width: 100%;
    min-height: 700px;
    position: relative;
    overflow-x: hidden;
    margin-top: 0px;
}

/********************######################## 성경 카탈로그 ###########################****************************/
#catalogue {
    position: relative;
    min-height: 100%;
    width: 760px;
    margin: 0 0 0 20px;
    padding: 0;
}

.catalogue_top {
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.catalogue_top dt {
    position: relative;
    width: 380px;
    height: 30px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
}

.catalogue_top dd {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
}

.catalogue_btn {
    height: 30px;
    padding: 0 30px 0 30px;
    color: #e0e0e0;
    line-height: 30px;
    background: #291500;
    border: 0px;
    cursor: pointer;
}

.catalogue_btn2 {
    height: 30px;
    padding: 0 50px 0 50px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    background: #5B7FBD;
    border: 0px;
    cursor: pointer;
    border-radius: 20px;
}

.catalogue_input {
    border: 1px solid #e1e1e1;
    width: 180px;
    height: 26px;
    color: #333333;
    line-height: 26px;
}

.catalogue_item {
    position: relative;
    width: 100%;
    min-height: 62px;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
}

.catalogue_item dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    min-height: 62px;
    background: #5b7fbd;
    color: #ffffff;
    font-size: 18px;
    font-family: 'NanumGothicBold';
    line-height: 62px;
    text-align: center;
}

.catalogue_item dd {
    position: relative;
    margin-left: 140px;
    min-height: 60px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.catalogue_item dd ul {
    width: 620px;
    margin: 0;
    padding: 0;
}

.catalogue_item dd ul li {
    float: left;
    display: inline-block;
    width: 155px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-family: 'NanumGothic';
}

.catalogue_item dd ul li a {
    float: left;
    display: inline-block;
    width: 155px;
    height: 30px;
    font-family: 'NanumGothic';
    color: #404040;
}

.catalogue_item dd ul li.active {
    color: #404040;
    font-weight: bold;
}

.catalogue_list {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
    overflow: hidden;
}

.catalogue_list ul {
    width: 100%;
    margin: 0;
}

.catalogue_list li {
    float: left;
    display: inline-block;
    width: 50%;
    min-height: 178px;
    border: 0px solid #d1d1d1;
    margin-bottom: 30px;
    background: #fbfbfb;
}

.catalogue_list li.booklist {
    position: relative;
    width: 49%;
    height: 200px;
    padding: 10px 0 10px 0;
    overflow: hidden;
}

.catalogue_list li.booklist dt {
    position: absolute;
    top: 10px;
    left: 0;
    width: 180px;
    height: 116px;
    text-align: center;
}

.catalogue_list li.booklist dt img {
    width: 160px;
}

.catalogue_list li.booklist dd {
    position: relative;
    margin-left: 185px;
    color: #333333;
    line-height: 24px;
    padding-top: 0px;
}

.catalogue_detail_top {
    position: relative;
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.catalogue_detail_top dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 80px;
    background-image: url(/images/sub/2/subImg4_1.jpg);
    background-repeat: no-repeat;
}

.catalogue_detail_top dt p {
    width: 240px;
    text-align: right;
    padding: 10px 10px 4px 0;
    font-size: 14px;
    color: #ffffff;
    line-height: 33px;
    font-weight: bold;
}

.catalogue_detail_top dd {
    position: relative;
    margin-left: 250px;
    width: 510px;
    height: 80px;
    background: #f3f3f3;
    border-radius: 0px 30px 30px 0px;
}

.catalogue_detail_top dd p.top {
    color: #333333;
    line-height: 33px;
    padding: 12px 0 0px 12px;
}

.catalogue_detail_top dd p.bottom {
    color: #333333;
    line-height: 33px;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 2px;
}

.detail_img {
    margin-top: 35px;
    width: 100%;
    max-height: 1085px;
}

.catalogue_detail_top2 {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.catalogue_detail_top2 dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 235px;
    height: 80px;
    background-image: url(/images/sub/2/subImg4_10.jpg);
    background-repeat: no-repeat;
    padding-left: 15px;
    font-size: 20px;
    line-height: 80px;
    color: #ffffff;
    font-family: 'NanumGothicBold';
}

.catalogue_detail_top2 dd {
    position: relative;
    margin-left: 250px;
    width: 490px;
    height: 56px;
    padding: 13px 0 13px 20px;
    background: #f3f3f3;
    border-radius: 0px 30px 30px 0px;
    color: #346f2b;
    font-size: 14px;
    line-height: 28px;
    font-family: 'NanumGothicBold';
}

.catalogue_detail_top2 dd p.top {
    color: #333333;
    line-height: 33px;
    padding: 12px 0 0px 12px;
}

.catalogue_detail_top2 dd p.bottom {
    color: #333333;
    line-height: 33px;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 2px;
}

.catalogue_item_list {
    position: relative;
    display: flex;
    width: 760px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    font-size: 11pt;
    line-height: 40px;
}

.catalogue_item_list dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 208px;
    padding-left: 32px;
    height: 40px;
    color: #000000;
    background: #f9f9f9;
}

.catalogue_item_list dd {
    position: relative;
    margin-left: 240px;
    width: 500px;
    padding: 0 20px;
    height: 40px;
    color: #000000;
    background: #f9f9f9;
    border-left: 1px solid white;
}

.catalogue_item_list dt.top {

    width: 241px;
}

.catalogue_item_list dd.top {
    width: 520px;
}

.catalogue_item_list .top {
    height: 50px;
    background: #ffdeb3;
    color: black;
    line-height: 50px;
    text-align: center;
    padding-left: 0;
    border-bottom: 1px solid white;
}

.catalogue_item_list dt.second {
    background: #eeeeef;
}

.catalogue_item_list dd.second {
    background: #eeeeef;
}

.catalogue_item_list dt a {
    color: #000000;
}

.catalogue_item_list dd a {
    color: #000000;
    text-decoration: underline;
}

.catalogue_detail_top {
    position: relative;
    width: 100%;
    min-height: 100px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #5B7FBD;
    border-radius: 3px 3px 3px 3px;
}

.catalogue_detail_top .title_wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
    background-color: #5B7FBD;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
}

.catalogue_detail_top .content_wrap {
    display: inline-flex;
    align-items: center;
    float: right;
    width: 66%;
    padding: 0 2%;
    height: 100%;
    color: #383d41;
    font-size: 11pt;
    line-height: 25px;
}

.feature_text {
    color: #434343;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
}

.feature_arrow {
    color: #5B7FBD;
    font-size: 14px;
    line-height: 26px;
}

#feature_content {
    position: relative;
    width: 730px;
    margin: 10px auto 0;
    padding: 0;
}

.feature_font1 {
    color: #287910;
    line-height: 31px;
}

#feature_content .leftcont {
    float: left;
    padding-left: 8px;
    width: 300px;
    color: #444444;
    font-size: 11px;
    line-height: 16px;
}

#feature_content .rightcont {
    float: right;
    text-align: left;
    padding-left: 8px;
    margin-left: 420px;
    color: #444444;
    font-size: 11px;
    line-height: 16px;
}

.digital_list {
    width: 760px;
    height: 153px;
    margin: 70px auto 0;
    padding: 0;
    overflow: hidden;
}

.digital_list ul {
    width: 775px;
    margin: 0;
    padding: 0;
}

.digital_list li {
    float: left;
    display: inline-block;
    width: 155px;
    height: 153px;
}

.subtitle_background {
    width: 278px;
    height: 25px;
    font-family: 'NanumGothicBold';
    color: #291500;
    font-size: 24px;
    line-height: 25px;
    background-image: url(/images/sub/2/subtitle_bg.gif);
    padding: 0 0 17px 22px;
}

.subtitle_background2 {
    width: 600px;
    height: 25px;
    color: #291500;
    font-size: 16px;
    line-height: 25px;
    background-image: url(/images/sub/1/subtitle_bg.gif);
    padding: 0 0 17px 22px;
    letter-spacing: -1px;
}

.subcat_list {
    width: 760px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.subcat_list ul {
    width: 786px;
    margin: 0;
}

.subcat_list li {
    float: left;
    display: inline-block;
    width: 250px;
    height: 140px;
}

.sortStyle {
    width: 100%;
    height: 30px;
    padding: 10px 0 10px 0;
    text-align: right;
}

#detailBox {
    position: relative;
    width: 710px;
    min-height: 395px;
    height: auto;
    margin: 20px auto 40px;
    padding: 25px;
    background: #ffffff;
}

#detailBox .leftImg {
    position: absolute;
    top: 25px;
    left: 25px;
    max-width: 300px;
    padding: 20px;
    min-height: 355px;
    border: 1px solid #cbcbcb;
    background: #ffffff;
    text-align: center;
}

#detailBox .rightText {
    position: relative;
    margin-left: 430px;
    width: 280px;
}

.detail_title {
    font-size: 20px;
    font-family: 'NanumGothicBold';
    color: #333333;
    line-height: 40px;
}

.detail_text {
    font-size: 14px;
    font-family: 'NanumGothicBold';
    color: #333333;
    line-height: 30px;
}

.detail_memo {
    position: relative;
    margin: 20px auto 20px;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
    height: auto;
}

/******########################################## 회원가입 ###########################################**********/
#commWrap {
    position: relative;
    width: 780px;
    min-height: 100%;
    margin: 60px auto 0;
    padding-top: 60px;
}

.joinTitle {
    margin-bottom: 70px;
}

.step_top {
    width: 100%;
    height: 122px;
    padding: 0;
    overflow: hidden;
}

.step_top ul {
    width: 750px;
    margin: 0 auto;
    padding: 0;
}

.step_top li {
    float: left;
    display: inline-block;
    width: 165px;
    height: 122px;
}

.step_top li > img {
    width: 100%;
}

.step_top li.arrow {
    width: 10px;
    text-align: center;
    padding: 37px 10px;
}

.combineStyle {
    width: 780px;
    margin: 50px auto 20px;
    height: auto;
    padding: 0;
    border-top: 2px solid #5B7FBD;
}

.combintInfobox {
    width: 746px;
    height: 30px;
    border: 1px solid #cecece;
    padding: 29px 16px 24px 16px;
    color: #595959;
    line-height: 15px;
    margin-bottom: 30px;
}

#fregister textarea {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    width: 98%;
    height: 150px;
    border: 1px solid #e9e9e9;
    background: #fff;
    color: #666;
    line-height: 1.8em
}

#fregister .fregister_agree {
    padding: 10px 0 0;
    text-align: right
}

#fregister .fregister_agree label {
    display: inline-block;
    margin-right: 5px
}

#fregister p {
    color: #e8180c;
    text-align: left;
    margin-bottom: 20px;
    text-align: left
}

#fregister .btn_confirm {
    margin-bottom: 20px
}

#fregister_term, #fregister_private {
    border: 1px solid #eee;
    background: #fafbfb;
    padding: 20px;
    margin-bottom: 20px;
}

.certify_text_box {
    width: 750px;
    height: 80px;
    margin: 50px auto 46px;
    padding-left: 30px;
    background: #5B7FBD;
    color: #ffffff;
    font-size: 24px;
    line-height: 80px;
    font-family: 'NanumGothicBold';
}

.certify_btn_box {
    width: 595px;
    margin: 0 auto 35px;
    height: 146px;
}

.certify_btn_list {
    width: 100%;
    height: 71px;
    margin-bottom: 27px;
    padding: 0;
    overflow: hidden;
}

.certify_btn_list ul {
    width: 636px;
    margin: 0;
    padding: 0;
}

.certify_btn_list li {
    float: left;
    display: inline-block;
    width: 318px;
    height: 71px;
}

.certify_btn_list li img {
    cursor: pointer;
}

.certify_btn1 {
    width: 277px;
    height: 71px;
    border-radius: 20px;
    background: #3b3b3b;
    color: #ffffff;
    font-weight: bold;
    line-height: 71px;
    border: 0px;
    text-align: center;
    cursor: pointer;
}

.certify_btn2 {
    width: 275px;
    height: 69px;
    border-radius: 20px;
    background: #f9f9f9;
    color: #3a3a3a;
    font-weight: bold;
    line-height: 69px;
    border: 1px solid #a7a7a7;
    text-align: center;
    cursor: pointer;
}

.join_kind_list {
    width: 780px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center
}

.join_kind_list li {
    display: inline-block;
    width: 260px;
    height: 140px;
    margin: 10px;
}

.requisite_font {
    color: #23a3d2;
}

.join_explain_font {
    font-size: 11px;
    color: #595959;
    line-height: 18px;
}

.downloadList {
    margin: 34px auto 0;
    width: 748px;
    height: 210px;
    overflow: hidden;
}

.downloadList ul {
    width: 768px;
    margin: 0;
    padding: 0;
}

.downloadList li {
    float: left;
    display: inline-block;
    width: 256px;
    height: 206px;
}

.peopleList {
    width: 634px;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.peopleList ul {
    width: 634px;
    margin: 0;
    padding: 0;
}

.peopleList li {
    float: left;
    display: inline-block;
    width: 317px;
    height: 135px;
    padding-bottom: 23px;
}

.peopleList li dl {
    position: relative;
    width: 317px;
    height: 135px;
    overflow: hidden;
}

.peopleList li dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 135px;
}

.peopleList li dd {
    position: relative;
    margin-left: 113px;
    width: 204px;
    height: 107px;
    padding-top: 28px;
}

.peopleList li dd p.name {
    font-family: 'NanumGothicBold';
    color: #2291bf;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}

.peopleList li dd p.church {
    font-family: 'NanumGothic';
    color: #333333;
    font-size: 12px;
    line-height: 24px;
}

.peopleList li dd p.teltext {
    font-family: 'NanumGothic';
    color: #333333;
    font-size: 12px;
    line-height: 17px;
    padding-top: 13px;
}

.contentImg {
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
}

#annualBox {
    position: relative;
    width: 720px;
    height: 355px;
    overflow: hidden;
    margin-left: 10px;
    background: #a6d6f9;
    padding: 21px 0 24px 30px;
}

#annualBox .leftImg {
    position: absolute;
    top: 21px;
    left: 30px;
    width: 239px;
    height: 355px;
}

#annualBox .rightCont {
    position: relative;
    margin: 44px 0 0 260px;
    width: 438px;
    height: 311px;
}

#annualBox .rightCont p {
    margin-bottom: 26px;
}

#annualBox .rightCont span {
    color: #333333;
    line-height: 32px;
    font-size: 12px;
}

.annualcont1 {
    position: relative;
    width: 678px;
    margin: 10px auto 0;
}

.annualcont1 p.rightImg {
    position: absolute;
    top: 0;
    right: 13px;
    width: 130px;
    height: 170px;
}

.annualcont1 span {
    color: #291500;
    line-height: 20px;
    font-size: 14px;
    font-family: 'NanumGothic';
}

.annualcont2 {
    position: relative;
    width: 710px;
    margin-left: 50px;
}

.pyoList {
    position: relative;
    margin: 10px 0 0 63px;
    width: 580px;
}

.pyoList span {
    color: #291500;
    line-height: 20px;
    font-size: 14px;
    font-family: 'NanumGothic';
}

.pyoList p.rightText {
    width: 100%;
    text-align: right;
    color: #291500;
    line-height: 30px;
    font-size: 14px;
    font-family: 'NanumGothic';
}

.pyoList p.rightImg {
    position: absolute;
    top: 0;
    right: 0;
}

.subtable1_3 {
    clear: both;
    width: 580px;
    margin: 0px auto 0;
    text-align: center;
}

.subtable1_3 thead {
    width: 100%;
    height: 27px;
    background-image: url(/images/sub/1/table1_3_bg.gif);
    background-repeat: repeat-x;
}

.subtable1_3 thead td {
    height: 13px;
    color: #ffffff;
    line-height: 13px;
    font-family: 'NanumGothicBold';
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #67b6dd;
    padding: 9px 0 5px 0;
}

.subtable1_3 thead td.last {
    border-right: 0px;
}

.subtable1_3 tbody th {
    height: 29px;
    border-bottom: 1px dashed #bdbdbd;
    background: #f4f4f4;
    color: #444444;
    font-weight: bold;
    line-height: 29px;
}

.subtable1_3 tbody td {
    height: 29px;
    border-bottom: 1px dashed #bdbdbd;
    background: #ffffff;
    border-right: 1px solid #ececec;
    color: #444444;
    line-height: 29px;
}

.subtable1_3 tbody td.sum {
    background: #f4f4f4;
}

.subtable1_3 tbody th.second {
    background: #eeeeee;
}

.subtable1_3 tbody td.second {
    background: #f9f9f9;
}

.subtable1_3 tbody th.total {
    background: #b9dae9;
    font-weight: bold;
}

.subtable1_3 tbody td.total {
    background: #c1e4f4;
    font-weight: bold;
}

.subtable1_3 tbody td.sumtotal {
    background: #b9dae9;
    font-weight: bold;
}

/************************ 메인 슬라이드 *******************************************/
.mainSlide {
    position: relative;
    width: 100%;
    height: 593px;
}

#main_bn1 {
    margin: 0 auto;
    width: 100%;
    height: 342px;
}

#main_bn1 img {
    width: 100%;
    height: auto;
}

#main_bn_btn1 {
    list-style-type: none;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -50px;
}

#main_bn_btn1 li {
    float: left;
    padding: 0px 2px;
    margin-right: 5px;
    border-radius: 5px;
    overflow: hidden;
}

#main_bn_btn1 li a {
    margin: 0 2px;
    padding: 0 7px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

#main_bn_btn1 li a.usl-current {
    text-decoration: underline;
    background-color: #000000;
}

.main_banner {
    position: relative;
    width: 100%;
    height: 251px;
    background: #000000;
}

.main_banner .leftText {
    position: absolute;
    top: 88px;
    left: 0;
    width: 456px;
    text-align: center;
}

.main_banner .rightBanner {
    position: relative;
    margin-left: 456px;
    padding-top: 30px;
    width: 688px;
    height: 196px;
    overflow: hidden;
}

.main_banner .rightBanner ul {
    width: 738px;
    margin: 0;
    padding: 0;
}

.main_banner .rightBanner li {
    float: left;
    display: inline-block;
    width: 196px;
    height: 196px;
    margin-right: 50px;
}

#main_bn2 {
    margin: 0 auto;
    width: 100%;
    height: 342px;
}

#main_bn2 img {
    width: 100%;
    height: auto;
}

#main_bn_btn2 {
    list-style-type: none;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -50px;
}

#main_bn_btn2 li {
    float: left;
    padding: 0px 2px;
    margin-right: 5px;
}

#main_bn_btn2 li a {
    margin: 0 2px;
    padding: 0 7px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

#main_bn_btn2 li a.usl-current {
    text-decoration: underline;
    background-color: #000000;
}

#main_bn3 {
    margin: 0 auto;
    width: 100%;
    height: 342px;
}

#main_bn3 img {
    width: 100%;
    height: auto;
}

#main_bn_btn3 {
    list-style-type: none;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -50px;
}

#main_bn_btn3 li {
    float: left;
    padding: 0px 2px;
    margin-right: 5px;
}

#main_bn_btn3 li a {
    margin: 0 2px;
    padding: 0 7px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

#main_bn_btn3 li a.usl-current {
    text-decoration: underline;
    background-color: #000000;
}

.slideshow-wrapper2 {
    float: left;
    position: relative;
    width: 1200px;;
    height: 342px;
    border: 1px solid red;
}

/* overflow:hidden; */
.slideshow-wrapper-box2 {
    position: absolute;
    width: 1200px;
    height: 342px;
    overflow: hidden;
    z-index: 10;
    left: 0px;
    top: 0px;
}

/* overflow:hidden; */
.slideshow-wrapper2 .wrapper-Num {
    float: left;
    position: absolute;
    width: 100%;
    height: 20px;
    margin-top: 350px;
    z-index: 50;
    text-align: center;
    left: 0px;
}

/* 테일 넘버가 숫자형식일때 */
.slideshow-wrapper2 .wrapper-Num .num {
    float: none;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #bccf24;
    cursor: pointer;
}

.slideshow-wrapper2 .wrapper-Num .num:hover {
    background-color: #bccf24;
}

.slideshow-wrapper2 .wrapper-Num .num.active {
    background-color: #bccf24;
}

/* 테일 넘버가 숫자형식일때 */
/* 테일 넘버가 이미지형식일때 */
.slideshow-wrapper2 .wrapper-Num .numimg {
    float: none;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.slideshow-wrapper-box2 .wrapper-li {
    float: left;
    position: absolute;
    width: 1200px;
    height: 342px;
    overflow: hidden;
}

.slideshow-wrapper-box2 .wrapper-li .part {
    float: left;
    position: absolute;
    width: 1200px;
    height: 342px;
    overflow: hidden;
}

.slideshow-wrapper-box2 .wrapper-li .part .zindex10 {
    z-index: 10
}

.slideshow-wrapper-box2 .wrapper-li .part .zindex20 {
    z-index: 20
}

.slideshow-wrapper-box2 .wrapper-li .part .zindex30 {
    z-index: 30
}

#unite_bible {
    position: relative;
    margin: 30px auto 50px;
    width: 760px;
    min-height: 350px;
}

.unite_bible_map {
    position: relative;
    width: 900x;
    height: 380px;
    margin-top: 10px;
    background-image: url(/images/sub/1/worldmap.jpg);
    background-repeat: no-repeat;
}

#unite_bible {
    position: relative;
    margin: 30px auto 50px;
    width: 900px;
    min-height: 380px;
}

.unite_bible_map {
    position: relative;
    width: 900px;
    height: 380px;
    margin-top: 10px;
    background-image: url(/images/sub/1/worldmap.jpg);
    background-repeat: no-repeat;
}

.unite_bible_map p.europe {
    position: absolute;
    top: 84px;
    left: 185px;
    width: 100px;
    height: 30px;
}

.unite_bible_map p.africa {
    position: absolute;
    top: 166px;
    left: 162px;
    width: 100px;
    height: 30px;
}

.unite_bible_map p.asia {
    position: absolute;
    top: 110px;
    left: 290px;
    width: 100px;
    height: 30px;
}

.unite_bible_map p.pacific {
    position: absolute;
    top: 273px;
    left: 413px;
    width: 100px;
    height: 30px;
}

.unite_bible_map p.n-america {
    position: absolute;
    top: 107px;
    left: 587px;
    width: 100px;
    height: 30px;
}

.unite_bible_map p.s-america {
    position: absolute;
    top: 239px;
    left: 656px;
    width: 100px;
    height: 30px;
}

.unite_bible_btn {
    background: #5B7FBD;
    padding: 0 20px 0 20px;
    height: 30px;
    border: 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    border-radius: 15px;
    cursor: pointer;
}

.unite_bible_btn2 {
    background: #ff7f6c;
    padding: 0 20px 0 20px;
    height: 30px;
    border: 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    border-radius: 15px;
    cursor: pointer;
}

.unite_bible_text {
    font-family: 'NanumGothic';
    color: #333333;
    line-height: 20px;
}

.continent_info {
    position: relative;
    width: 900px;
    height: 342px;
    margin: 20px auto 0;
}

.continent_info dt {
    position: relative;
    width: 490px;
    height: 342px;
    margin: 0;
}

.continent_info dt img {
    width: 100%
}

.continent_info dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 387px;
    height: 342px;
}

.continent_info dt p.info {
    margin-top: 15px;
    color: #291500;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    word-break: keep-all;
}

.nation_list {
    position: relative;;
    min-height: 100%;
    padding: 15px 0;
    margin: 50px auto 50px;
    overflow: hidden;
    border-width: 4px 0 4px 0;
    border-style: solid;
}

.nation_list ul {
    margin: 0 auto;
    padding: 0;
}

.nation_list li {
    float: left;
    display: inline-block;
    width: 31%;
    margin: 1%;
    border-bottom: 1px dotted #cccccc;
    padding: 2px 0 2px 0;
    color: #7f7f7f;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nation_list li span.arrow {
    font-size: 8px;
    line-height: 20px;
}

.nation_list li a {
    color: #444444;
    font-weight: bold;
}

.nation_list li a:hover {
    color: #444444;
}

.nation_listA {
    border-color: #ff7f6c;
}

.nation_listA li span.arrow {
    color: #ff8872;
}

.nation_listB {
    border-color: #2caffc;
}

.nation_listB li span.arrow {
    color: #2caffc;
}

.nation_listC {
    border-color: #00c4c4;
}

.nation_listC li span.arrow {
    color: #00c4c4;
}

.nation_listD {
    border-color: #ff9835;
}

.nation_listD li span.arrow {
    color: #ff9835;
}

.unite_bible_list {
    width: 1000px;
    min-height: 100%;
    margin: 30px auto 0px;
    overflow: hidden;
}

.unite_bible_list ul {
    width: 1000px;
    margin: 0;
    padding: 0;
}

.unite_bible_list li {
    margin:0 10px 50px;
    float: left;
    display: inline-block;
    width: 230px;
    color: #444444;
    line-height: 25px;
}

.unite_bible_list li p.title {
    width: 73px;
    height: 73px;
    margin-bottom: 10px;
}

.unite_bible_list li span.arrow {
    color: #ff8872;
    font-size: 8px;
    line-height: 25px;
}

.unite_bible_list li a {
    color: #444444;
    font-weight: bold;
}

.unite_bible_list li a:hover {
    color: #444444;
}

.unite_bible_list li.longlist {
    min-height: 1000px;
}

.unite_table {
    clear: both;
    width: 100%;;
}

.unite_table thead {
    width: 100%;
    height: 40px;
    background: #e0efff;

    text-align: left;
}

.unite_table thead th {
    width: 120px;
    text-align: left;
    border-top: 3px solid #5598E3;
    border-bottom: 2px solid #5598E3;
    padding: 5px 15px;
    color: black;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.unite_table thead td {
    text-align: right;
    padding: 5px 10px 5px 0;
    border-top: 3px solid #5598E3;
    border-bottom: 2px solid #5598E3;
}

.unite_table tbody th {
    min-height: 30px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid gray;
    background: #f3f6f7;
    color: #0D69B7;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.unite_table tbody td {
    min-height: 30px;
    border-top: 1px solid white;
    border-bottom: 1px solid gray;
    background: #ffffff;
    color: #291500;
    line-height: 30px;
    padding-left: 5px;
}

.unite_table tbody td.second {
    background: #d8e5ed;
}

.unite_table tbody td.map {
    width: 190px;
    border: 0px;
    background: transparent;
    padding: 0;
}

.nation_info_top {
    margin: 60px auto 0;
    background: #e0efff;
    height: 30px;
    padding: 5px 15px;
    color: black;
    font-size: 16px;
    line-height: 30px;
    border-right: 1px solid white;
    border-top: 3px solid #5598E3;
    border-bottom: 1px solid #5598E3;
}

.unite_info_table {
    clear: both;
    width: 100%;
    min-height: 100%;
    margin: 0px auto;
    border-bottom: 3px solid #5598E3;

}

.unite_info_table thead {
    width: 100%;
    height: 30px;
    border-bottom: 3px solid #5598E3;

}

.unite_info_table thead td.one {
    text-align: center;
    padding: 5px 0px 5px 0;
    height: 20px;
    font-size: 14px;
    color: #0D69B7;
    line-height: 20px;
    background: #E0EFFF;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    border-right: 1px dotted gray;

}

.unite_info_table thead td.two {
    text-align: center;
    padding: 5px 0px 5px 0;
    height: 20px;
    font-size: 14px;
    color: #0D69B7;
    line-height: 20px;
    background: #E0EFFF;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;

}

.unite_info_table tbody td.one {
    min-height: 30px;
    border-right: 1px solid white;
    background: #ffffff;
    border-bottom: 1px solid white;
    color: #291500;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-right: 1px dotted gray;
}

.unite_info_table tbody td.two {
    min-height: 30px;
    border-right: 1px solid white;
    background: #ffffff;
    border-bottom: 1px solid white;
    color: #291500;
    font-size: 14px;
    line-height: 30px;
    text-align: center;

}

.unite_info_table tbody td.nation {
    background: #b6cfde;
    padding-left: 5px;
    text-align: left;
}

/********************* 후원하기 *****************************************/
#support_wrap {
    width: 760px;
    height: auto;
    margin: 0 auto;
}

.support_top {
    width: 100%;
    height: 122px;
    margin: 0 auto 30px;
    padding: 0;
    overflow: hidden;
}

.support_top ul {
    width: 813px;
    margin: 0;
    padding: 0;
}

.support_top li {
    float: left;
    display: inline-block;
    width: 165px;
}

.support_top li img {
    width: 100%;
}

.support_top li.arrow {
    width: 10px;
    text-align: center;
    padding: 37px 10px;
}

.step_title_text {
    color: #5B7FBD;
    font-family: 'NanumGothic';
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.support_method {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center
}

.support_method img {
    width: 200px;
    margin: 10px
}

.support_explain {
    width: 730px;
    height: 147px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 12px 0 0 29px;
}

.support_text1 {
    color: #595959;
    font-size: 12px;
    line-height: 45px;
}

.support_table_top {
    position: relative;
    width: 730px;
    padding: 14px 0 14px 30px;
    background: #5B7FBD;
    height: 30px;
    font-family: 'NanumGothicBold';
    color: #ffffff;
    line-height: 30px;
    font-size: 20px;
}

.support_table_top_input {
    width: 230px;
    height: 28px;
    border: 1px solid #cecece;
    background: #ffffff;
    color: #595959;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    padding-left: 8px;
}

.support_table_top p.sum {
    position: absolute;
    top: 14px;
    right: 23px;
    text-align: right;
    width: 300px;
    height: 30px;
    font-family: 'NanumGothicBold';
    color: #ffffff;
    line-height: 30px;
    font-size: 20px;
}

.support_login_text {
    font-family: 'NanumGothicBold';
    color: #595959;
    line-height: 20px;
    font-size: 15px;
}

.support_login_btn {
    width: 128px;
    height: 28px;
    text-align: center;
    border: 1px solid #cecece;
    background: #ffffff;
    color: #595959;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
}

.support_title_text {
    color: #5B7FBD;
    font-size: 25px;
    line-height: 40px;
    font-family: 'NanumGothicBold';
}

pre {
    white-space: inherit;
}

.support_table {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #999;
}

.support_table .td01 {
    padding: 1%;
    background-color: #FAFAFA;
    width: 20%;
}

.support_table .td02 {
    padding-left: 2%;
}

.support_table .line {
    height: 1px;
    background-color: white;
}

.use_order_list {
    position: relative;
    width: 577px;
    height: 41px;
    margin: 10px auto 20px;
    padding: 0;
    overflow: hidden;
}

.use_order_list ul {
    width: 600px;
    margin: 0;
    padding: 0;
}

.use_order_list li {
    float: left;
    display: inline-block;
    width: 177px;
    height: 41px;
    margin-right: 23px;
}

/****************************** 추가 스타일 ************************************/
.subFont1 {
    font-size: 24px;
    line-height: 35px;
    color: #c0bd25;
    font-family: 'NanumGothic';
    font-weight: 900;
}

.subFont2 {
    font-size: 14px;
    line-height: 20px;
    color: #414141;
    font-family: 'NanumGothic';
    font-weight: 900;
}

.subFont3 {
    font-size: 24px;
    line-height: 35px;
    color: #f78f1e;
    font-family: 'NanumGothic';
    font-weight: 900;
}

/*********************************** 마이페이지 기부금영수증 ***********************************************/
#mypageWrap {
    position: relative;
    width: 760px;
    margin: 0 auto;
    padding: 0;
}

.mypageSearch {
    width: 100%;
    text-align: right;
    margin: 10px 0 10px;
}

.contribution_title {
    position: relative;
    width: auto;
    text-align: center;
    margin: 20px auto 0;
    padding-bottom: 20px;
    border-bottom: 5px solid #5B7FBD;
    font-size: 20px;
    line-height: 35px;
    color: #333333;
    font-weight: bold;
    font-family: 'NanumGothicBold';
    overflow: hidden;
    height: 20px;
}

.contribution_title p.print {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #595959;
    font-weight: bold;
}

.formStyle3 {
    width: 760px;
    margin: 15px auto 60px;
    height: auto;
    padding: 0;
    border-top: 2px solid #5B7FBD;
}

.formStyle3 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.formStyle3 th {
    width: 168px;
    height: 30px;
    padding: 14px 0 14px 10px;
    border: 1px solid #cecece;
    background: #f6f6f6;
    text-align: left;
    line-height: 30px;
    color: #595959;
    font-weight: bold;
}

.formStyle3 thead th {
    background: #f6f6f6;
    text-align: center;
    padding: 10px;
    font-family: 'NanumGothicBold';
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
}

.formStyle3 tbody td {
    padding: 10px;
    border: 1px solid #cecece;
    background: transparent;
    color: #000000;
    font-family: 'NanumGothic';
    font-weight: normal;
    text-align: center;
}

.formStyle3 tfoot td {
    padding: 10px;
    border: 1px solid #cecece;
    background: #f6f6f6;
    color: #000000;
    font-family: 'NanumGothic';
    font-weight: bold;
    text-align: center;
}

.print_title {
    position: relative;
    width: 100%;
    text-align: center;
    height: 30px;
    font-size: 22px;
    text-align: center;
}

.print_title .tables {
    position: absolute;
    top: -5px;
    left: 5px;
    width: auto;
    margin: 0;
    overflow: hidden;
}

.print_title .tables li {
    float: left;
    display: inline;
    border: 1px solid #000000;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}

.print_title .tables li:first-child {
    border-right: 0px;
}

.print_table1 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    margin-top: 2px;
}

.print_table1 thead {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    height: 30px;
}

.print_table1 thead th {
    padding-left: 2%;
    line-height: 1.6;
    font-weight: bold;
    text-align: left;
}

.print_table1 tbody th {
    width: 18%;
    padding-left: 2%;
    font-size: 9pt;
    line-height: 18px;
    border-bottom: 1px solid #000000;
    border-right: 0px;
    text-align: left;
    font-weight: normal;
}

.print_table1 tbody td {
    width: 28%;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 2%;
    border-bottom: 1px solid #000000;
    border-right: 0px;
    text-align: left;
    min-height: 20px;
}

.print_table1 tbody td.lines {
    border-right: 1px solid #000000;
}

.print_table2 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    margin-top: 2px;
}

.print_table2 thead {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    height: 30px;
}

.print_table2 thead th {
    padding-left: 2%;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}

.print_table2 tbody td {
    width: auto;
    font-size: 9pt;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
}

.print_table2 tbody td.titles {
    border-bottom: 2px solid #000000;
}

.print_table2 tbody td.titles2 {
    border-bottom: 2px solid #000000;
    border-right: 1px solid #000000;
}

.print_table2 tbody td.lefts {
    text-align: left;
    padding-left: 5px;
}

.print_table2 tbody td.lastchild {
    border-right: 0px;
}

.print_text1 {
    margin-top: 5px;
    letter-spacing: 0.2px;
    margin-left: 15px;
    text-indent: -15px;
}

.print_text2 {
    width: 95%;
    text-align: right;
    padding-right: 5%;
}

.print_text3 {
    position: relative;
    margin-top: 10px;
    width: 95%;
    text-align: right;
    padding-right: 5%;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}

.print_text3 p.dojang {
    position: absolute;
    top: -40px;
    right: -10px;
}

.print_title2 {
    width: 100%;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin-top: 5px;
}

.print_table3 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    margin-top: 2px;
    border: 1px solid #000000;
}

.print_table3 td {
    height: 20px;
    text-align: center;
}

.print_table3 td.lefts {
    text-align: left;
    padding-left: 5px;
}

.print_title3 {
    width: auto;
    margin: 50px auto 20px;
    color: #000000;
    font-size: 18pt;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    line-height: 30px;
}

.print_table4 {
    width: 100%;
    text-align: center;
    border: 1px solid #000000;
}

.print_table4 th {
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.print_table4 td {
    height: 40px;
    line-height: 40px;
}

.print_table5 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
}

.print_table5 thead {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    font-weight: bold;
    height: 36px;
}

.print_table5 tbody td {
    background: transparent;
    color: #000000;
    font-weight: normal;
    text-align: center;
    height: 35px;
}

.print_table5 tfoot td {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    font-weight: bold;
    height: 36px;
}

/**####################################### SITE MAP ###############################################**/
.sitemapList {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 50px auto 0;
    padding: 0;
    overflow: hidden;
}

.sitemapList ul {
    width: 1000px;
    margin: 0;
    padding: 0;
}

.sitemapList li {
    float: left;
    display: inline;
    width: 250px;
    min-height: 350px;
    margin: 0;
    color: #3f3f3f;
    line-height: 34px;
}

.sitemapList li a {
    color: #3f3f3f;
}

.sitemapList li a:hover {
    color: #3f3f3f;
}

.sitemapList li p.title {
    width: 250px;
    height: 36px;
    margin-bottom: 10px;
}

.sitemapList li p.textbox {
    padding-left: 14px;
    color: #3f3f3f;
}

.sitemapList li p.textbox span.subs {
    font-size: 12px;
    line-height: 21px;
}

.sitemapList li p.textbox span.subs a {
    color: #3f3f3f;
}

.sitemapList li p.textbox span.subs a:hover {
    color: #3f3f3f;
}

.subWrap233 {
    width: 760px;
    margin: 0 auto;
    padding: 0;
}

.subWrap233 p.title {
    margin-bottom: 16px;
}

.subWrap233 p.imgs {
    margin-bottom: 29px;
}

.subWraplist2 {
    width: 688px;
    margin: 0 auto 30px;
    padding: 0;
    overflow: hidden;
}

.subWraplist2 ul {
    width: 688px;
    margin: 0;
    padding: 0;
}

.subWraplist2 li {
    float: left;
    display: inline-block;
    width: 344px;
    height: 76px;
}

.sublistBtn {
    margin: 30px 0 30px;
    width: 100%;
    text-align: right;
}

.subWrap2332 {
    width: 760px;
    margin: 0 auto;
    padding: 0;
}

.intro_image {
    position: relative;
    width: 333px;
    height: 322px;
    margin: 50px auto 30px;
    padding: 0;
}

.intro_image p.link1 {
    position: absolute;
    top: 19px;
    left: 64px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.intro_image p.link2 {
    position: absolute;
    top: 19px;
    left: 217px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.intro_image p.link3 {
    position: absolute;
    top: 161px;
    left: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.intro_image p.link4 {
    position: absolute;
    top: 161px;
    left: 261px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.intro_image p.link5 {
    position: absolute;
    top: 250px;
    left: 142px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#introLayer1, #introLayer2, #introLayer3, #introLayer4, #introLayer5 {
    background: white;
    border: 1px solid #999;
}

#introLayer1 {
    position: absolute;
    display: none;
    width: 360px;
    height: 172px;
    padding: 46px 22px 10px 22px;
    line-height: 20px;
    background: white;
    border: 1px solid #333;
}

#introLayer1 span {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothic';
}

#introLayer1 span a {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothicBold';
}

#introLayer1 span a:hover {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothicBold';
}

#introLayer1 p.clostBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#introLayer2 {
    position: absolute;
    display: none;
    width: 360px;
    height: 172px;
    padding: 46px 22px 10px 22px;
    background-image: url(http://iden01.cafe24.com/images/sub/1/intro_layer_bg2.gif);
    background-repeat: no-repeat;
    line-height: 20px;
}

#introLayer2 span {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothic';
}

#introLayer2 span a {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothicBold';
}

#introLayer2 span a:hover {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothicBold';
}

#introLayer2 p.clostBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#introLayer3 {
    position: absolute;
    display: none;
    width: 360px;
    height: 172px;
    padding: 46px 22px 10px 22px;
    background-image: url(http://iden01.cafe24.com/images/sub/1/intro_layer_bg3.gif);
    background-repeat: no-repeat;
    line-height: 20px;
}

#introLayer3 span {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothic';
}

#introLayer3 span a {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothicBold';
}

#introLayer3 span a:hover {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothicBold';
}

#introLayer3 p.clostBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#introLayer4 {
    position: absolute;
    display: none;
    width: 360px;
    height: 172px;
    padding: 46px 22px 10px 22px;
    background-image: url(http://iden01.cafe24.com/images/sub/1/intro_layer_bg4.gif);
    background-repeat: no-repeat;
    line-height: 20px;
}

#introLayer4 span {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothic';
}

#introLayer4 span a {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothicBold';
}

#introLayer4 span a:hover {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothicBold';
}

#introLayer4 p.clostBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#introLayer5 {
    position: absolute;
    display: none;
    width: 360px;
    height: 172px;
    padding: 46px 22px 10px 22px;
    background-image: url(http://iden01.cafe24.com/images/sub/1/intro_layer_bg5.gif);
    background-repeat: no-repeat;
    line-height: 20px;
}

#introLayer5 span {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothic';
}

#introLayer5 span a {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothicBold';
}

#introLayer5 span a:hover {
    color: #291500;
    font-size: 12px;
    line-height: 20px;
    font-family: 'NanumGothicBold';
}

#introLayer5 p.clostBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.bunyeok_list1 {
    position: relative;
    width: 100%;
    min-height: 330px;
    margin: 0 auto;
    overflow: hidden;
}

.bunyeok_list1 dt {
    position: relative;
    width: 570px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list1 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 185px;
    height: 326px;
}

.bunyeok_list2 {
    position: relative;
    width: 100%;
    min-height: 273px;
    margin: 0 auto;
    overflow: hidden;
}

.bunyeok_list2 dt {
    position: relative;
    width: 560px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list2 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 188px;
    height: 273px;
}

.bunyeok_list21 {
    position: relative;
    width: 100%;
    min-height: 249px;
    margin: 10px auto 0;
    overflow: hidden;
}

.bunyeok_list21 dt {
    position: relative;
    width: 580px;
    margin-left: 180px;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list21 dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 165px;
    height: 249px;
}

.bunyeok_list3 {
    position: relative;
    width: 100%;
    min-height: 377px;
    margin: 0 auto;
    overflow: hidden;
}

.bunyeok_list3 dt {
    position: relative;
    width: 490px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list3 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 377px;
}

.bunyeok_list4 {
    position: relative;
    width: 100%;
    min-height: 360px;
    margin: 0 auto;
    overflow: hidden;
}

.bunyeok_list4 dt {
    position: relative;
    width: 500px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list4 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 244px;
    height: 360px;
}

.bunyeok_list5 {
    position: relative;
    width: 100%;
    min-height: 322px;
    margin: 0 auto;
    overflow: hidden;
}

.bunyeok_list5 dt {
    position: relative;
    width: 515px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list5 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 218px;
    height: 322px;
}

.bunyeok_list7 {
    position: relative;
    width: 100%;
    min-height: 366px;
    margin: 0 auto;
    overflow: hidden;
}

.bunyeok_list7 dt {
    position: relative;
    width: 500px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list7 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 242px;
    height: 366px;
}

.bunyeok_list71 {
    position: relative;
    width: 100%;
    min-height: 338px;
    margin: 10px auto 0;
    overflow: hidden;
}

.bunyeok_list71 dt {
    position: relative;
    width: 535px;
    margin-left: 225px;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list71 dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 219px;
    height: 338px;
}

.bunyeok_list8 {
    position: relative;
    width: 100%;
    min-height: 440px;
    margin: 0 auto;
    overflow: hidden;
}

.bunyeok_list8 dt {
    position: relative;
    width: 450px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list8 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 289px;
    height: 440px;
}

.bunyeok_list9 {
    position: relative;
    width: 100%;
    min-height: 311px;
    margin: 0 auto;
    overflow: hidden;
}

.bunyeok_list9 dt {
    position: relative;
    width: 540px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list9 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 208px;
    height: 311px;
}

.bunyeok_list10 {
    position: relative;
    width: 100%;
    min-height: 306px;
    margin: 0 auto;
    overflow: hidden;
}

.bunyeok_list10 dt {
    position: relative;
    width: 540px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list10 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 198px;
    height: 306px;
}

.bunyeok_list11 {
    position: relative;
    width: 100%;
    min-height: 372px;
    margin: 0 auto;
    overflow: hidden;
}

.bunyeok_list11 dt {
    position: relative;
    width: 495px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list11 dd {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 372px;
}

.bunyeok_list111 {
    position: relative;
    width: 100%;
    min-height: 266px;
    margin: 10px auto 0;
    overflow: hidden;
}

.bunyeok_list111 dt {
    position: relative;
    width: 345px;
    margin-left: 415px;
    padding: 0;
    overflow: hidden;
    letter-spacing: -0.5px;
    color: #333333;
}

.bunyeok_list111 dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 266px;
}

/*****################################################## NEW MAIN MENU #########################################*********/
body > header {
    margin-bottom: 20px;
}

.top_gnb {
    position: relative;
    width: 100%;
    height: 100px;
}

.gnb_logo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.gnb_sub_menu {
    position: absolute;
    bottom: 20px;
    right: 50px;
    display: flex;
    flex-flow: row;
}

.gnb_sub_menu > li {
    position: relative;;
    display: inline-block;
    padding: 0 8px;
}

.gnb_sub_menu > li::before {
    display: block;
    content: ' ';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: #999;
}

.gnb_sub_menu > li:first-of-type::before {
    display: none;
}

.gnb_sub_menu > li > a {
    color: #999;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
}

#menubar {
    width: 100%;
    min-width: 1280px;
    text-align: center;
}

#menubar-menus {
    text-align: right;
    margin: 0 auto;
    width: 800px;
    height: 100%;
    list-style: none;
    padding: 30px 0 10px;
    font-size: 0;
}

#menubar-menus > li {
    width: 199px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    line-height: 44px;
}

#menubar-menus > li > a {
    text-decoration: none;
}

.menu1 #menubar-menus > li > a {
    color: #5B7FBD
}

.menu2 #menubar-menus > li > a {
    color: #54aa45
}

.menu3 #menubar-menus > li > a {
    color: #644e8e
}

#sub_menubar {
    display: none;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    background: #fff;
    color: #999999;
    z-index: 500 !important;
    border-top: 1px solid #ededed;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.menu3#sub_menubar {
    width: 600px;
}

#sub_menubar > ul {
    margin: 20px auto;
    width: 100%;
    line-height: 32px;
}

#sub_menubar > ul > li {
    float: left;
    text-align: left;
    margin-left: -1px;
    width: 199px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#sub_menubar > ul > li:first-child {
    margin-left: 0;
    border: 0;
}

#sub_menubar > ul > li > a {
    font-size: 14px;
    letter-spacing: -1px;
    color: white;
    padding: 10px 30px;
    margin-left: 20px;
    opacity: 0.8;
}

#sub_menubar > ul > li > a.suba {
    font-size: 11px;
    letter-spacing: -1px;
    color: #444;
    line-height: 15px;
    padding: 0;
}

#sub_menubar > ul > li > a.categoryb:hover {
    color: #333;
}

#sub_menubar > ul > li > a.subb {
    font-size: 12px;
    letter-spacing: -1px;
    color: white;
    line-height: 17px;
    margin-left: 30px;
}

#sub_menubar > ul > li > a.categoryc {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

#sub_menubar > ul > li > a.subc {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #676767;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

#sub_menubar > ul > li > a.categoryd {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

#menubar2 {
    width: 100%;
    height: 54px;
    background: #54aa45;
}

#menubar-menus2 {
    margin-left: 250px;
    width: 800px;
    list-style: none;
    padding: 0;
    font-size: 0;
    display: table;
    padding-top: 10px;
}

#menubar-menus2 > li {
    width: 199px;
    height: 44px;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    font-family: 'NanumGothicBold';
    color: #ffffff;
    line-height: 44px;
    border-right: 1px solid #78d36b;
}

#menubar-menus2 > li:first-child {
    border-left: 1px solid #78d36b;
}

#menubar-menus2 > li > a {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    height: 40px;
    text-decoration: none;
    color: #FFF;
}

#menubar-menus2 > li > a.onemenu:hover {
    color: #ee6462;
}

#menubar-menus2 > li > a.twomenu:hover {
    color: #faab00;
}

#menubar-menus2 > li > a.threemenu:hover {
    color: #8bc958 !important
}

#menubar-menus2 > li > a.fourmenu:hover {
    color: #ffff00 !important
}

#menubar-menus2 > li > div {
    position: absolute;
    background: #FFF;
    color: #000;
    left: 0;
    width: 600px;
    top: auto;
    left: 250px;
    display: none;
    min-height: 300px;
    z-index: 88888 !important;
    border-bottom: 5px solid #54aa45;
}

#menubar-menus2 > li > div > ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

#menubar-menus2 > li > div > ul > li {
    float: left;
    width: 130px;
    padding-left: 20px;
    text-align: left;
    height: 100%;
    line-height: 25px;
}

#menubar-menus2 > li > div > ul > li.oneLine:hover {
    background-color: #fdefef;
}

#menubar-menus2 > li > div > ul > li.twoLine:hover {
    background-color: #fef6e5;
}

#menubar-menus2 > li > div > ul > li.threeLine:hover {
    background-color: #f3f9ee;
}

#menubar-menus2 > li > div > ul > li.fourLine:hover {
    background-color: #f0f3fe;
}

#menubar-menus2 > li > div > ul > li:hover {
    background-color: #e9e9e9;
}

#menubar-menus2 > li > div > ul > li > a {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

#menubar-menus2 > li > div > ul > li > a:hover {
    color: #ee6462;
    font-weight: bold;
}

#menubar-menus2 > li > div > ul > li > a.suba {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #676767;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

#menubar-menus2 > li > div > ul > li > a.suba:hover {
    color: #ee6462;
    font-weight: bold;
}

#menubar-menus2 > li > div > ul > li > a.categoryb {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

#menubar-menus2 > li > div > ul > li > a.categoryb:hover {
    font-weight: bold;
}

#menubar-menus2 > li > div > ul > li > a.subb {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #676767;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

#menubar-menus2 > li > div > ul > li > a.subb:hover {
    color: #faab00;
    font-weight: bold;
}

#menubar-menus2 > li > div > ul > li > a.categoryc {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

#menubar-menus2 > li > div > ul > li > a.categoryc:hover {
    color: #8bc958;
    font-weight: bold;
}

#menubar-menus2 > li > div > ul > li > a.subc {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #676767;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

#menubar-menus2 > li > div > ul > li > a.subc:hover {
    color: #8bc958;
    font-weight: bold;
}

#menubar-menus2 > li > div > ul > li > a.categoryd {
    font-size: 11px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #333333;
    font-family: "돋움";
    padding: 0px;
    line-height: 15px;
}

#menubar-menus2 > li > div > ul > li > a.categoryd:hover {
    color: #6c85f1;
    font-weight: bold;
}

.read_btn {
    color: #ffffff;
    letter-spacing: -1px;
    font-weight: bold;
    border: 0px;
    background: #3b8831;
    border-radius: 20px;
    text-align: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.term_content {
    position: relative;
    padding: 20px;
    line-height: 1.5em
}

.term_content a:hover {
    text-decoration: underline;
    color: #00a8ff;
}

/* 리뉴얼 메인 */
.new_gnb {
    position: relative;
    width: 100%;
    min-width: 1280px;
    height: 47px;
    border-top: 9px solid;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: 600;
    z-index: 100;
}

.new_gnb > a {
    display: inline-block;
    margin: 0 6px;
    padding: 11px 4.5%;
    border-radius: 0 0 13px 13px;
    cursor: pointer;
    color: white;
}

.index {
    overflow: hidden;
    min-width: 1280px;
}

.index h1 {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -3px;
}

.index .container {
    text-align: center;
    padding: 30px 0;
}

.index .container > .board-list {
    margin: 0 auto;
    display: table;
}

.index .container > .board-list > li {
    display: table-cell;
    padding: 0 13px;
    text-align: left;
    float: left;
    overflow: hidden;
}

.index .video {
    display: block;
    background-color: black;
}

.index .container .text-wrap {
    position: relative;
    padding: 15px;
    background-color: white;
    height: 150px;
}

.index .container .text-wrap .category {
    font-weight: bold;
    padding-bottom: 8px;
    font-size: 13px;
}

.index .container .text-wrap .subject {
    width: 315px;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .container .text-wrap .content {
    margin-top: 10px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 320px;
    display: -webkit-box;
    word-wrap: break-word;
    letter-spacing: -0.5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index .text-wrap .detail {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #999999;
    padding-bottom: 2px;
    border-bottom: 1px solid #999999;
}

.index .text-wrap:hover .detail {
    color: orange;
    border-color: orange !important;
}

.index .bg_lightgray {
    background-color: #f4f4f4;
}

.index .bg_darkgray {
    background-color: #e2e2e2;
}

.index .swiper-container {
    width: 100%;
    height: 25vw;
    min-height: 350px;
}

.index .swiper-button-prev {
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.55));
}

.index .swiper-button-next {
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.55));
}

.index .swiper-slide {
    overflow: hidden;
}

.index .swiper-slide img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.slide-tab {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 26px 0 20px;
    text-align: center;
    z-index: 1;
}

.slide-tab > a {
    display: inline-block;
    position: relative;
    width: 20%;
    min-width: 200px;
    height: 100%;
}

.slide-tab > a > img {
    width: 25px;
    padding-bottom: 10px;
}

.slide-tab > a > span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
    color: white;
}

.index .card_list {
    width: 1145px;
    margin: 0 auto;
    text-align: center;
}

.index .card_list > li {
    position: relative;
    display: inline-block;
    background-color: white;
    width: 535px;
    height: 200px;
    margin: 8px;
}

.index .card_list > li > a > p {
    position: absolute;
    display: block;
    left: 24px;
    top: 66px;
    width: 290px;
    text-align: left;
    font-size: 14px;
}

.index .link_container {
    padding: 15px 0;
}

.index .link_container a {
    display: block;
    height: 133px;
    padding: 25px;
}

.index .link_container a > .title {
    float: left;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 70px;
}

.index .link_container a > .detail {
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #999999;
    border-bottom: 1px solid #999999;
}

.index .link_container a:hover > .detail {
    color: orange !important;
    border-bottom: 1px solid orange !important;
}

.index .link_container a > img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.pdf_list {
    min-height: 450px;
}

.pdf_list li {
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: 80px;
    border: 1px solid;
    display: flex;
    align-items: center;
}

.pdf_list li > p {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: -0.2px;
    font-size: 14px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.pdf_list li > div > p > span {
    color: red;
    font-weight: bold;
}

.pdf_list li img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

#ctt_con .video-container {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: black;
}

.video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bo_v_con .video-container {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 780px;
    height: 440px;
    padding: 0 !important;
    background: black;
}

#subWrap > .leftMenu {
    display: none;
}

#subWrap #subtitle {
    width: 100%;
}

#subWrap .grid {
    width: 295px;
}

 .ctt_subpage2_1_1 {max-width:940px !important}

 .ctt_subpage2_1_2 {max-width:940px !important}

#bo_v header {text-align: center;}
header .cate {color: #54AA45;}
#bo_v_title {font-size: 1.5em !important;}
#bo_v_info {text-align: center;padding-bottom: 30px !important;margin-bottom: 30px;}
#bo_v_top {display: none;}

/* 논문보기 -> 논문 업로드 */
.admin_upload_box {
    display: flex;
    justify-content: end;
    margin: 0 0 12px;
    padding: 0 20px;
}

.category_wrap {
    display: flex;
    flex-direction: column;
    width: calc(100% - 62px);
    height: calc(100% - 25px);
    padding: 35px 0 10px 20px;
    justify-content: center;
    letter-spacing: -0.2px;
    font-size: 14px;
}
.category_wrap--detail {
    padding: 10px 0 0 20px;
}
.category_wrap > p {
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

/* 성경원문연구 조회 */
.keyword {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 48px;
}

.keyword::before {
    content: '';
    position: absolute;
    left: 0;
    width: 37px;
    height: 16px;
    background-size: 100% 100%;
}

.keyword > span {
    color: red;
    font-weight: bold;
}

.category_wrap .keyword:first-of-type {
    margin-top: 15px;
}
.category_wrap .keyword:last-of-type {
    margin-bottom: 10px;
}

.keyword_kr::before {
    background-image: url('../img/ico_keyword_kr.png?v=240926');
}

.keyword_en::before {
    background-image: url('../img/ico_keyword_en.png?v=240926');
}

.keyword_etc::before {
    background-image: url('../img/ico_keyword_etc.png');
}