@charset "utf-8";
@import url('default.css');
.view {
    position: relative;
    margin-top: 30px;
}
.view-title {
    font-size: 18px;
    color: #000;
    font-family: 'NanumGothicBold';
    line-height: 140%;
}
.view-list {
    margin-top: 20px;
}
.view-list-title {
    font-size: 18px;
    font-family: 'NanumGothicBold';
    color: #333;
}
.view-list ul {
    margin-top: 10px;
}
.view-list li {
    line-height: 150%;
    color: #333;
    margin-bottom: 8px;
    font-size: 15px;
}
.view-txt {
    margin-top: 50px;
    position: relative;
}
.view-txt p {
    line-height: 180%;
    font-size: 14px;
    color: #434343;
    margin-bottom: 20px;
}
.view-txt .tit {
    font-family: 'NanumGothicBold';
    color: #000;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
}
.view-list {
    border: 1px solid #666;
    padding: 26px;
    border-radius: 6px;
}
.view-rapper-book {
    border: 1px solid #666;
    padding: 16px;
    border-radius: 6px;
    margin: 10px 0;
}

/*모바일*/
@media only screen and (max-width:767px) {
.m-movemenu {
    display: block;
    margin: 10px 0;
}
#rapper {
    width: 100%;
    position: relative;
}
#header {
    width: 100%;
}
.header-inbox {
    width: 96%;
    position: relative;
    margin: 0 auto;
}
.logo {
    float: none !important;
    width: 40% !important;
    position: relative !important;
    padding-top: 10px !important;
}
.logo img {
    width: 100%;
}
.util {
    position: relative;
    text-align: center;
}
.util:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.util li {
    float: left;
    width: 21.5%;
    color: #5f5f5f;
    background: url(../image/common/util_line.gif) no-repeat left center;
}
.util li:first-child {
    background: none;
    padding-left: 0px;
    margin-left: 0px;
    width: 14%;
}
.serch-wrap {
    position: relative;
    margin: 10px auto;
    width: 100%;
}
.serch-wrap span {
    display: block;
    margin-right: 33px;
    height: 28px;
    border: 2px solid #8d1a1e;
}
.serch-wrap input {
    width: 100%;
    height: 26px;
    border: 0;
    padding: 0;
    margin: 0;
}
.serch-wrap .btn-serch {
    position: absolute;
    right: 0;
    top: 0;
    background: #8d1a1e url(../image/common/icon_serch.gif) no-repeat center center;
    width: 33px;
    height: 32px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-indent: -9999em;
}
.m-clear {
    width: 96%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 15px;
}
.m-clear:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
/*gnb*/
#all_wrap {
    width: 100%;
    max-width: 100%;
    max-width: 960px;
    margin: auto;
}
.sub_bg {
    display: none;
}
.submenu {
    display: none;
}
.submenu:after {
    content: '';
    clear: both;
    display: block;
}
.btn_menu {
    display: inherit;
    position: absolute;
    right: 0;
    top: 18px;
    text-align: center;
}
.btn_menu img {
    width: 40%;
}
.topmenu {
    background: #7a1b1e;
    width: 150px;
    position: absolute;
    z-index: 500;
    top: 50px;
    right: 3%;
    display: none;
}
.topmenu.mobile {
    display: table;
}
.topmenu > li {
    clear: both;
    font-size: 1em;
    border-top: 1px solid #8a3639;
}
.topmenu > li:first-child {
    border-top: 0;
}
.topmenu > li > ul.submenu {
    clear: both;
    margin-bottom: 5px;
}
.topmenu > li > ul.submenu > li {
    clear: both;
    margin-bottom: 5px;
    line-height: 18px;
    margin-left: 25px;
}
.topmenu > li > ul.submenu > li > a {
    color: #fff;
}
.topmenu > li > ul.submenu > li > a:hover {
    font-family: 'NanumGothicBold';
}
.d1 {
    background: url(../image/common/arrow.png) no-repeat 5px center;
    padding: 5px 15px;
    margin: 5px 10px;
    font-size: 14px;
    font-family: 'NanumGothicBold';/*width:126px;border-bottom:0px solid #9ab9e5;padding-bottom:0px;margin: 7px 0 4px 0;*/
}
.d1 a {
    color: #fff !important;
}
.submenu {
    clear: both;
    position: inherit;
}
#content {
    width: 100%;
    position: relative;
}
.main-visual {
    width: 100%;
    background: url(../image/main/bg_visual.jpg) repeat-x center top;
    background-size: auto 100%;
}
.main-visual p {
    width: 100%;
    line-height: 1%;
    font-size: 1%;
}
.main-visual p img {
    width: 100%;
}
.main_slider .pager {
    display: none;
}
.main-content {
    width: 100%;
    background: url(../image/main/bg_main.gif) repeat-x left top;
}
.cont-wrap {
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.main-left {
    width: 100%;
    position: relative;
}
.link-wrap {
    width: 96%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.link-wrap:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.link-wrap a {
    float: left;
    width: 32%;
    font-size: 0;
    text-indent: -9999em;
    margin-left: 2%;
}
.link-wrap a:first-child {
    margin-left: 0;
}
.link-wrap a img {
    width: 100%;
}
.link-wrap .link04 {
    display: none;
}
.creed {
    margin: 10px auto;
    width: 96%;
}
.title-book {
    background: #6d1316 url(../image/main/title_book_m.gif) no-repeat left center;
    background-size: auto 100%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    padding-left: 50px;
    font-size: 13px;
}
.title-list {
    border: 1px solid #d2d2d2;
    border-top: 0;
    background: #fafafa url(../image/main/bg.gif) no-repeat 90% 90%;
    background-size: 50% auto;
    padding: 10px 5%;
}
.title-list:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.t-list01 {
    width: 100%;
}
.t-list01 li {
    display: block;
    margin-top: 3px;
}
.t-list01 li:first-child {
    margin-top: 0;
}
.t-list01 li a {
    color: #414141;
    font-size: 12px;
}
.t-list01 li a:hover {
    text-decoration: underline;
    color: #950005;
}
.title-line {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 14px;
    position: relative;
}
.m-title {
    font-size: 14px;
    color: #891a1e;
    font-family: 'NanumGothicBold';
}
.main-more {
    width: 96px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/btn_more.gif) no-repeat left top;
}
.btn-more {
    position: absolute;
    right: 0;
    top: 2px;
    color: #9d6f71 !important;
}
.jcarousel-skin-tango {
    display: none;
}
.main-left .title-line {
    display: none;
}
.main-right {
    width: 96%;
    margin: 0 auto;
}
.tb-l {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.tb-r {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.notice-list {
    width: 100%;
}
.notice-list li {
    position: relative;
    display: block;
    padding-left: 7px;
    margin-top: 9px;
}
.notice-list li:first-child {
    margin-top: 15px;
}
.notice-list li a {
    background: url(../image/main/dot.gif) no-repeat left center;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
    display: block;
}
.notice-list li span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #8b8b8b;
}
.go-wrap {
    clear: both;
    margin-top: 20px;
}
.go01 a {
    display: block;
    width: 300px;
    height: 98px;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/go01.gif) no-repeat left top;
    margin: 0 auto;
}
.go02 {
    margin-top: 10px;
    width: 100%;
    clear: both;
}
.go02 a {
    display: block;
    width: 300px;
    height: 98px;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/go02.gif) no-repeat left top;
    margin: 0 auto;
}
.contact-list {
    width: 96%;
    position: relative;
    padding: 20px 0 10px 0;
    margin: 0 auto;
}
.contact-list li {
    background: #f5f5f5 url(../image/main/mark.gif) no-repeat 10% center;
    background-size: 28% auto;
    width: 49%;
    float: left;
    margin-left: 1%;
    color: #5b5b5b;
    font-size: 11px;
    margin-top: 5px;
}
.contact-list li.nm {
    margin-left: 0;
}
.contact-list li span {
    border: 1px solid #cfcfcf;
    display: block;
    padding: 5px 0 5px 40%;
}
.contact-list li strong {
    color: #404040;
    font-size: 13px;
    font-family: 'NanumGothicBold';
    margin-bottom: 3px;
}
.banner-wrap {
    width: 100%;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #e2e2e2;
    margin-top: 6px;
}
.banner-wrap p span {
    width: 25%;
    display: block;
    float: left;
}
.banner-wrap p a {
    height: 28px;
    line-height: 28px;
    border-right: 1px solid #cecece;
    display: block;
    text-align: center;
    color: #545454;
    font-size: 12px;
    font-family: 'NanumGothicBold';
}
.banner-wrap p a:first-child {
    border-left: 1px solid #cecece;
}
#footer {
    width: 100%;
    background: #f5f5f5;
    position: relative;
}
.footer-cont {
    position: relative;
    padding: 15px 0;
}
.f-logo {
    display: none;
}
.copy {
    text-align: center;
    color: #595959;
}
/*sub*/
.sub-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.sub-left {
    width: 100%;
    position: relative;
}
.lnb-title {
    display: none;
}
.lnb ul {
    display: none;
}
.m-lnb01 {
    border-top: 1px solid #e1e1e1;
}
.m-lnb01:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.m-lnb01 li {
    float: left;
    width: 25%;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.m-lnb01 li:nth-child(4), .m-lnb01 li:nth-child(8) {
    border-right: 0;
}
.m-lnb01 li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #535353;
    font-size: 12px;
    text-align: center;
}
.m-lnb01 li:hover a, .lnb li a:focus, .lnb li.active a {
    background: #8d1a1e;
    color: #fff;
}
.m-lnb01 li:first-child a {
    border-left: 0;
}
.m-lnb02 {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.m-lnb02:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.m-lnb02 li {
    float: left;
    width: 20%;
}
.m-lnb02 li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #535353;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
}
.m-lnb02 li:hover a, .lnb li a:focus, .lnb li.active a {
    background: #8d1a1e;
    color: #fff;
}
.m-lnb02 li:first-child a {
    border-left: 0;
}
.m-lnb03 {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.m-lnb03:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.m-lnb03 li {
    float: left;
    width: 33.33%;
}
.m-lnb03 li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #535353;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
}
.m-lnb03 li:hover a, .lnb li a:focus, .lnb li.active a {
    background: #8d1a1e;
    color: #fff;
}
.m-lnb03 li:first-child a {
    border-left: 0;
}
.sub-right {
    width: 96%;
    position: relative;
    margin: 0 auto;
}
.location {
    text-align: right;
    color: #6b6b6b;
    padding: 13px 0;
}
.location strong {
    font-family: 'NanumGothicBold';
}
.contwrap {
    padding: 15px 0;
    position: relative;
}
.sub0101 {
    padding: 15px 0;
    background-size: 35% auto;
}
.sub0101-inbox {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    height: 320px;
    overflow: hidden;
    background: #f3f3f3;
    margin: 25px 0 15px 0;
}
.sub0101-inbox ul {
    background: url(../image/sub/sub0101_02.gif) no-repeat left top;
    background-size: 24% auto;
    padding-top: 30px;
}
.sub0101-inbox ul li {
    color: #525252;
    font-size: 11px;
    margin-bottom: 7px;
    text-align: center;
    font-family: 'NanumGothicBold';
}
.sub0101-inbox ul li span {
    display: block;
}
.sub0103 {
    background: url(../image/sub/sub0103_m.gif) no-repeat right top;
    background-size: 65% auto;
    padding: 15px 0;
}
.sub0103 .left {
    width: 48%;
    float: left;
}
.sub0103 .right {
    width: 48%;
    float: right;
    padding-top: 120px;
}
.sub0103 .basic-txt {
    margin-bottom: 18px;
}
.book-box {
    background: #f3f3f3;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 10px 3%;
}
.book-box ul {
    margin-top: 10px;
}
.book-box ul li {
    color: #525252;
    font-size: 12px;
    margin-bottom: 3px;
}
.book-box ul li a {
    text-decoration: underline;
    color: #8d1a1e;
}
.book-list {
    width: 100%;
    position: relative;
    margin-top: 37px;
}
.book-list li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
}
.book-list li img {
    width: 80%;
}
.book-list02 {
    width: 100%;
    position: relative;
}
.book-list02 li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
}
.book-list02 li img {
    width: 80%;
}
.book-list02 li span {
    display: block;
    color: #3d3d3d;
    font-size: 14px;
}
.book-view {
    position: relative;
    margin-top: 35px;
}
.book-view .bold-red {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
}
.book-linkwrap {
    margin: 10px 0;
}
.book-thum {
    width: 42%;
    display: block;
    text-align: center;
    float: left;
}
.book-thum img {
    width: 90%;
}
.book-link {
    width: 57%;
    float: right;
}
.book-link p {
    color: #525252;
    font-size: 11px;
    background: #e7e7e7;
    padding: 3px 5px;
}
.book-link p:first-child {
    background: #f8f8f8;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.book-link a {
    display: block;
    margin-bottom: 5px;
}
.book-link a img {
    width: 15px;
    vertical-align: middle;
}
.book-link a span {
    display: inline;
    color: #525252;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 3px;
}
.photo-list {
    position: relative;
    border-top: 2px solid #8d1a1e;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
}
.photo-list li {
    width: 50%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.photo-list li.m-last {
    border-bottom: 0;
    margin-bottom: 0
}
.photo-list li.m-last02 {
    display: none;
}
.photo-list li a {
    display: block;
}
.photo-list li img {
    width: 85%;
}
.photo-list li span {
    color: #3d3d3d;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
.photo-listb {
    border-bottom: 0 !important;
}
.photo-listb li {
    margin-bottom: 0 !important;
}
.borad-view {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.borad-view .tit {
    border-top: 2px solid #8d1a1e;
    border-bottom: 1px solid #e5e5e5;
    color: #3d3d3d;
    font-size: 12px;
    font-family: 'NanumGothicBold';
    padding: 5px;
    margin-bottom: 3px;
}
.v-left {
    color: #666666;
    padding-left: 5px;
    font-size: 11px;
}
.v-left .split {
    margin: 0 5px;
}
.v-right {
    color: #666666;
    position: relative;
    display: none;
}
.footBtn {
    float: left;
    position: relative;
    width: 41px;
    overflow: visible;
}
.footBtn button {
    width: 41px;
    height: 18px;
    border: none;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.footBtn ul {
    display: none;
    position: absolute;
    top: 18px;
    left: 0px;
    z-index: 10;
    width: 82px;
    background: #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-top: 0;
    border-bottom: 1px solid #d6d6d6;
}
.footBtn ul li {
    margin-left: 0;
    display: block;
    float: none !important;
}
.footBtn ul li a {
    display: block;
    overflow: hidden;
    padding: 2px 5px;
    color: #707070;
    background: #fff;
    font-size: 0.9em;
}
.footBtn ul li a:hover, .footBtn ul li a:focus, .footBtn ul li a:active {
    color: #707070;
    background: #d6d6d6;
}
.view-txt {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.view-txt img {
    width: 100%;
}
.view-txt p {
    line-height: 160%;
    font-size: 13px;
    color: #666666;
}
/*tab*/
.tmenu {
    position: relative;
}
.tmenu li {
    width: 33.33%;
    float: left;
}
.tmenu li a {
    display: block;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    background: #8d8d8d;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}
.tmenu li.first a {
    border-left: 0;
}
.tmenu li.active a {
    background: #8d1a1e;
}
.tab-content {
    position: relative;
    padding-top: 20px;
}
.map-wrap {
    border: 2px solid #696969;
    position: relative;
    line-height: 1%;
    font-size: 1%;
    margin-bottom: 15px;
}
.map-wrap img {
    width: 100%;
}
/*font*/
.page-title {
    color: #3d3d3d;
    font-size: 18px;
    line-height: 140%;
}
.bold-red {
    color: #8d1a1e;
    font-size: 13px;
    line-height: 140%;
    font-family: 'NanumGothicBold';
}
.bold-red span {
    display: block;
}
.basic-txt {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 140%;
}
.basic-txt span {
    display: block;
}
.basic-txt02 {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 120%;
    margin-top: 10px;
}
.basic-txt02 span {
    display: block;
}
.basic-txt02 .p-nember {
    display: inline-block;
    margin-left: 15px;
}
.line-link {
    color: #8d1a1e !important;
    text-decoration: underline;
}
/*btn*/
.btn-area {
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.btn-gary {
    background: #565656;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    padding: 3px 5px;
}
.btn-red {
    background: #8d1a1e;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    padding: 3px 5px;
}
.btn-map {
    border: 1px solid #6b0004;
    position: absolute;
    right: 6px;
    bottom: 7px;
}
.btn-map span {
    border: 1px solid #ae5c5f;
    background: #8d1a1e;
    color: #fff;
    font-size: 11px;
    font-family: 'NanumGothicBold';
    line-height: 140%;
    padding: 3px 5px;
}
.btn-cafe {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #5e5e5e;
    font-size: 11px;
    display: inline-block;
    padding: 5px 0 5px 10px;
    margin-top: 15px;
    box-shadow: 3px 3px 5px #ececec;
    background: url(../image/sub/cafe_arrow.gif) no-repeat 95% center;
}
.btn-cafe img {
    vertical-align: middle;
    width: 30%;
    display: inline-block;
}
.btn-cafe span {
    padding: 0 15px;
    vertical-align: middle;
    display: inline-block;
}
/*table*/
.data-table {
    width: 100%;
    position: relative;
}
/*.data-table .col01 {width:4%;}*/
.data-table .col02 {
    width: 35%;
}
/*.data-table .col03 {width:10%;}*/
.data-table .col04 {
    width: 10%;
}
.data-table .col05 {
    width: 35%;
}
/*.data-table .col06 {width:12%;}*/
.data-table th {
    border-top: 2px solid #8d1a1e;
    border-bottom: 1px solid #a7a7a7;
    color: #8d1a1e;
    text-align: center;
    vertical-align: middle;
    background: #fafafa;
    padding: 10px 0;
    font-size: 12px;
    font-family: 'NanumGothicBold';
}
.data-table th span {
    display: block;
}
.data-table td {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 11px;
    color: #5e5e5e;
    text-align: center;
}
.data-table tr:hover td {
    background: #fafafa;
}
.data-table td.subject {
    text-align: left;
    padding: 10px 0 10px 10px;
}
.data-table02 {
    width: 100%;
    position: relative;
}
.data-table02 .col01 {
    width: 40%;
}
.data-table02 th {
    background: #8d1a1e;
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
    padding: 10px 0px 10px 5px;
}
.data-table02 th:last-child {
    text-align: right;
    padding: 10px 0px 10px 5px;
}
.data-table02 th:last-child a {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}
.data-table02 td {
    color: #5e5e5e;
    font-size: 11px;
    padding: 10px 5px;
    line-height: 140%;
}
/*serchbox*/
.serchbox {
    position: relative;
    border: 1px solid #d7d7d7;
    background: #eeeeee;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}
.serchbox select {
    border: 1px solid #bcbcbc;
    color: #5d5d5d;
    height: 25px;
    vertical-align: middle;
    width: 20%;
}
.serchbox input {
    border: 1px solid #bcbcbc;
    color: #5d5d5d;
    height: 23px;
    vertical-align: middle;
    width: 43%;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.btn-serch {
    position: relative;
    border: 0;
    background: #5b5b5b;
    font-size: 13px;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 12px;
    margin-left: 2px;
    width: 20%;
    text-align: center;
    display: inline;
    cursor: pointer;
    vertical-align: middle;
    font-family: Nanum Gothic, "나눔고딕", dotum;
}
.btn-serch span {
    width: 15px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    background: url(../image/sub/icon_serch.png) no-repeat left top;
}
/*mt-padding*/
.pc-mt15 {
    margin-top: 5px;
}
.pc-mt25 {
    margin-top: 10px;
}
.pc-mt45 {
    margin-top: 20px;
}
/*page*/
.pagination {
    margin-top: 20px;
    position: relative;
    display: block;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul > li {
    display: inline;
    zoom: 1;
*display:inline;
}
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 1px 0;
*padding:0 0 2px 0;
    line-height: 17px;
*line-height:21px;
    text-decoration: none;
    width: 20px;
    text-align: center;
    margin-right: 3px;
    font-size: 13px;
    color: #646464;
}
.pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    color: #8d1a1e;
    text-decoration: underline;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #8d1a1e;
    cursor: default;
    text-decoration: underline;
}
  .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}
.pagination ul > li.pg-btn > a {
    background: none;
    border: 0;
    vertical-align: middle;
    width: 26px;
}
.pagination ul > li.last {
    margin-right: 0 !important;
}
#bbslist .searchform select {
    width: 20% !important;
}
#bbslist .searchform .input {
    width: 43% !important;
}
#vContent p img {
    width: 100% !important;
}
}

@media only screen and (min-width:360px) and (max-width:400px) {
.go-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.go-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.go01 {
    float: left;
    width: 48.5%;
    height: auto;
    display: block;
    clear: none;
    margin-right: 1.5%;
}
.go02 {
    float: left;
    width: 48.5%;
    height: auto;
    display: block;
    margin-top: 0;
    clear: none;
}
.go01 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/go01.gif) no-repeat left top;
    background-size: 100% auto;
    margin: 0 auto;
    padding-bottom: 25%;
}
.go02 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/go02.gif) no-repeat left top;
    background-size: 100% auto;
    margin: 0 auto;
    padding-bottom: 25%;
}
.book-linkwrap {
    margin: 10px 0;
}
.book-thum {
    width: 42%;
    display: block;
    text-align: center;
    float: left;
}
.book-thum img {
    width: 91%;
}
.book-link {
    width: 57%;
    float: right;
}
.book-link p {
    color: #525252;
    font-size: 1 2px;
    background: #e7e7e7;
    padding: 5px 10px;
}
.book-link p:first-child {
    background: #f8f8f8;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 8px 10px;
}
.book-link a {
    display: block;
    margin-bottom: 5px;
}
.book-link a img {
    width: 20px;
    vertical-align: middle;
}
.book-link a span {
    display: inline;
    color: #525252;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 3px;
}
}

@media only screen and (min-width:400px) and (max-width:767px) {
.go-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.go-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.go01 {
    float: left;
    width: 48.5%;
    height: auto;
    display: block;
    clear: none;
    margin-right: 1.5%;
}
.go02 {
    float: left;
    width: 48.5%;
    height: auto;
    display: block;
    margin-top: 0;
    clear: none;
}
.go01 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/go01.gif) no-repeat left top;
    background-size: 100% auto;
    margin: 0 auto;
    padding-bottom: 28%;
}
.go02 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/go02.gif) no-repeat left top;
    background-size: 100% auto;
    margin: 0 auto;
    padding-bottom: 28%;
}
}

/*태블릿*/
@media only screen and (min-width:768px) and (max-width:1023px) {
#rapper {
    width: 100%;
    position: relative;
}
#header {
    width: 100%;
}
.header-inbox {
    width: 96%;
    position: relative;
    margin: 0 auto;
}
.logo {
    width: 188px;
    position: relative !important;
    float: left;
    padding: 20px 0 !important;
}
.util {
    padding-top: 5px;
    text-align: right;
}
.util:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.util li {
    display: inline-block;
    color: #5f5f5f;
    background: url(../image/common/util_line.gif) no-repeat left center;
    padding-left: 10px;
    margin-left: 10px;
}
.util li:first-child {
    background: none;
    padding-left: 0px;
    margin-left: 0px;
}
.serch-wrap {
    position: relative;
    margin: 10px 0px 10px 0;
}
.serch-wrap span {
    display: block;
    margin-right: 33px;
    height: 28px;
    border: 2px solid #8d1a1e;
}
.serch-wrap input {
    width: 100%;
    height: 26px;
    border: 0;
    padding: 0;
    margin: 0;
}
.serch-wrap .btn-serch {
    position: absolute;
    right: 0;
    top: 0;
    background: #8d1a1e url(../image/common/icon_serch.gif) no-repeat center center;
    width: 33px;
    height: 32px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-indent: -9999em;
}
.m-clear {
    float: right;
    width: 50%;
    margin-right: 70px;
    margin-top: 10px;
}
.m-clear:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
/*gnb*/
#all_wrap {
    width: 100%;
    max-width: 100%;
    max-width: 960px;
    margin: auto;
}
.sub_bg {
    display: none;
}
.submenu {
    display: none;
}
.submenu:after {
    content: '';
    clear: both;
    display: block;
}
.btn_menu {
    display: inherit;
    position: absolute;
    right: 2%;
    top: 43px;
    text-align: center;
}
.btn_menu img {
    width: 50%;
}
.topmenu {
    background: #7a1b1e;
    width: 150px;
    position: absolute;
    z-index: 500;
    top: 77.5px;
    right: 15px;
    display: none;
}
.topmenu.mobile {
    display: table;
}
.topmenu > li {
    clear: both;
    font-size: 1em;
    border-top: 1px solid #8a3639;
}
.topmenu > li:first-child {
    border-top: 0;
}
.topmenu > li > ul.submenu {
    clear: both;
    margin-bottom: 10px;
}
.topmenu > li > ul.submenu > li {
    clear: both;
    margin-bottom: 5px;
    line-height: 18px;
    margin-left: 25px;
}
.topmenu > li > ul.submenu > li > a {
    color: #fff;
}
.topmenu > li > ul.submenu > li > a:hover {
    font-family: 'NanumGothicBold';
}
.d1 {
    background: url(../image/common/arrow.png) no-repeat 5px center;
    padding: 5px 15px;
    margin: 5px 10px;
    font-size: 14px;
    font-family: 'NanumGothicBold';/*width:126px;border-bottom:0px solid #9ab9e5;padding-bottom:0px;margin: 7px 0 4px 0;*/
}
.d1 a {
    color: #fff;
}
.submenu {
    clear: both;
    position: inherit;
}
#content {
    width: 100%;
    position: relative;
}
.main-visual {
    width: 100%;
    background: url(../image/main/bg_visual.jpg) repeat-x center top;
    background-size: auto 100%;
}
.main-visual p {
    width: 100%;
    line-height: 1%;
    font-size: 1%;
}
.main-visual p img {
    width: 100%;
}
.main_slider .pager {
    display: none;
}
.main-content {
    width: 100%;
    background: url(../image/main/bg_main.gif) repeat-x left top;
}
.cont-wrap {
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.main-left {
    width: 100%;
    position: relative;
}
.link-wrap {
    width: 100%;
    position: relative;
    text-align: center;
}
.link-wrap a {
    display: inline-block;
    width: 23%;
    height: 166px;
    font-size: 0;
    text-indent: -9999em;
}
.link-wrap a img {
    width: 100%;
}
.creed {
    margin: 20px auto;
    width: 95%;
}
.title-book {
    background: #6d1316 url(../image/main/title_book_m.gif) no-repeat left center;
    height: 58px;
    line-height: 58px;
    color: #fff;
    padding-left: 80px;
    font-size: 16px;
}
.title-list {
    border: 1px solid #d2d2d2;
    background: url(../image/main/bg_list.gif) repeat-y left top;
}
.title-list:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.t-list01 {
    float: left;
    width: 33.33%;
    padding: 20px 0;
}
.t-list01 li {
    display: block;
    margin-top: 13px;
    line-height: 120%;
    padding-left: 23px;
}
.t-list01 li:first-child {
    margin-top: 0;
}
.t-list01 li a {
    color: #414141;
    font-size: 13px;
}
.t-list01 li a:hover {
    text-decoration: underline;
    color: #950005;
}
.title-line {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 14px;
    position: relative;
}
.m-title {
    font-size: 16px;
    color: #891a1e;
    font-family: 'NanumGothicBold';
}
.main-more {
    width: 96px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/btn_more.gif) no-repeat left top;
}
.btn-more {
    position: absolute;
    right: 0;
    top: 2px;
    color: #9d6f71 !important;
}
.jcarousel-skin-tango {
    display: none;
}
.main-left .title-line {
    display: none;
}
.main-right {
    width: 96%;
    margin: 0 auto;
}
.tb-l {
    float: left;
    width: 48%;
    overflow: hidden;
    
    margin-bottom: 20px;
}
.tb-r {
    float: right;
    width: 48%;
    overflow: hidden;
}
.notice-list {
    width: 100%;
}
.notice-list li {
    position: relative;
    display: block;
    padding-left: 7px;
    margin-top: 9px;
}
.notice-list li:first-child {
    margin-top: 15px;
}
.notice-list li a {
    background: url(../image/main/dot.gif) no-repeat left center;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
    display: block;
}
.notice-list li span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #8b8b8b;
}
/*.go-wrap {display:;clear:both;margin-top:20px;}
.go01 a {display:block; width:300px; height:98px; font-size:0; text-indent:-9999em;background:url(../image/main/go01.gif) no-repeat left top;margin:0 auto;}
.go02 {margin-top:10px; width:100%;clear:both;}
.go02 a {display:block; width:300px; height:98px; font-size:0; text-indent:-9999em;background:url(../image/main/go02.gif) no-repeat left top;margin:0 auto;}*/
.go-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.go-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.go01 {
    float: left;
    width: 48.5%;
    height: auto;
    display: block;
    clear: none;
    margin-right: 1.5%;
}
.go02 {
    float: left;
    width: 48.5%;
    height: auto;
    display: block;
    margin-top: 0;
    clear: none;
}
.go01 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/go01.gif) no-repeat left top;
    background-size: 100% auto;
    margin: 0 auto;
    padding-bottom: 30%;
}
.go02 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/go02.gif) no-repeat left top;
    background-size: 100% auto;
    margin: 0 auto;
    padding-bottom: 30%;
}
.contact-list {
    width: 95%;
    position: relative;
    padding: 30px 0;
    margin: 0 auto;
}
.contact-list li {
    background: #f5f5f5 url(../image/main/mark.gif) no-repeat 10% center;
    width: 24%;
    float: left;
    margin-left: 1%;
    color: #5b5b5b;
    font-size: 12px;
}
.contact-list li:first-child {
    margin-left: 0;
}
.contact-list li.nm2 {
    margin-left: 0;
    margin-top: 7px;
}
.contact-list li.nm3 {
    margin-top: 7px;
}
.contact-list li span {
    border: 1px solid #cfcfcf;
    display: block;
    padding: 10px 0 10px 40%;
}
.contact-list li strong {
    color: #404040;
    font-family: NanumGothicBold;
    font-size: 16px;
    margin-bottom: 3px;
}
.banner-wrap {
    width: 100%;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #e2e2e2;
    margin-top: 6px;
}
.banner-wrap p span {
    width: 25%;
    display: block;
    float: left;
}
.banner-wrap p a {
    height: 38px;
    line-height: 38px;
    border-right: 1px solid #cecece;
    display: block;
    text-align: center;
    color: #545454;
    font-size: 14px;
    font-family: 'NanumGothicBold';
}
.banner-wrap p a:first-child {
    border-left: 1px solid #cecece;
}
#footer {
    width: 100%;
    background: #f5f5f5;
    position: relative;
}
.footer-cont {
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding: 15px 0;
}
.f-logo {
    float: left;
}
.copy {
    float: left;
    color: #595959;
    margin: 0;
    padding: 0;
    
}
/*sub*/
.sub-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.sub-left {
    width: 100%;
    position: relative;
}
.lnb-title {
    display: none;
}
.m-lnb01 {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.m-lnb01:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.m-lnb01 li {
    float: left;
    width: 25%;
}
.m-lnb01 li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #535353;
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
}
.m-lnb01 li:hover a, .lnb li a:focus, .lnb li.active a {
    background: #8d1a1e;
    color: #fff;
}
.m-lnb01 li:first-child a {
    border-left: 0;
}
.m-lnb02 {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.m-lnb02:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.m-lnb02 li {
    float: left;
    width: 20%;
}
.m-lnb02 li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #535353;
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
}
.m-lnb02 li:hover a, .lnb li a:focus, .lnb li.active a {
    background: #8d1a1e;
    color: #fff;
}
.m-lnb02 li:first-child a {
    border-left: 0;
}
.m-lnb03 {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.m-lnb03:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.m-lnb03 li {
    float: left;
    width: 33.33%;
}
.m-lnb03 li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #535353;
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
}
.m-lnb03 li:hover a, .lnb li a:focus, .lnb li.active a {
    background: #8d1a1e;
    color: #fff;
}
.m-lnb03 li:first-child a {
    border-left: 0;
}
.sub-right {
    width: 96%;
    position: relative;
    margin: 0 auto;
}
.location {
    text-align: right;
    color: #6b6b6b;
    padding: 23px 0;
}
.location strong {
    font-family: 'NanumGothicBold';
}
.contwrap {
    padding: 30px 0;
    position: relative;
}
.sub0101 {
    background: url(../image/sub/sub0101_01.gif) no-repeat right top;
    padding: 30px 0;
    background-size: 35% auto;
}
.sub0101-inbox {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    height: 320px;
    overflow: hidden;
    background: #f3f3f3;
    margin: 30px 0 25px 0;
}
.sub0101-inbox ul {
    background: url(../image/sub/sub0101_02.gif) no-repeat left top;
    padding-left: 250px;
    padding-top: 30px;
}
.sub0101-inbox ul li {
    color: #525252;
    font-size: 14px;
    margin-bottom: 7px;
}
.sub0103 {
    background: url(../image/sub/sub0103.gif) no-repeat right top;
    padding: 50px 0;
}
.sub0103 .left {
    width: 48%;
    float: left;
}
.sub0103 .right {
    width: 48%;
    float: right;
    padding-top: 290px;
}
.sub0103 .basic-txt {
    margin-bottom: 18px;
}
.book-box {
    background: #f3f3f3 url(../image/sub/sub0301.gif) no-repeat 27px 24px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 27px 0 27px 155px;
}
.book-box ul {
    margin-top: 10px;
}
.book-box ul li {
    color: #525252;
    font-size: 14px;
    margin-bottom: 3px;
}
.book-box ul li a {
    text-decoration: underline;
    color: #8d1a1e;
}
.book-list {
    width: 100%;
    position: relative;
    margin-top: 37px;
}
.book-list li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 21px;
}
.book-list li img {
    width: 80%;
}
.book-list02 {
    width: 100%;
    position: relative;
}
.book-list02 li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 60px;
}
.book-list02 li img {
    width: 80%;
}
.book-list02 li span {
    display: block;
    color: #3d3d3d;
    font-size: 14px;
}
.book-view {
    position: relative;
    margin-top: 35px;
}
.book-view .bold-red {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
}
.book-linkwrap {
    margin: 20px 0;
}
.book-thum {
    width: 190px;
    text-align: center;
    float: left;
}
.book-link {
    width: 525px;
    float: right;
}
.book-link p {
    color: #525252;
    font-size: 12px;
    background: #e7e7e7;
    padding: 13px 18px;
}
.book-link p:first-child {
    background: #f8f8f8;
    text-align: center;
    height: 195px;
    border-bottom: 1px solid #fff;
    padding: 0;
}
.book-link a {
    margin-top: 73px;
    display: inline-block;
    width: 18%;
}
.book-link a span {
    display: block;
    color: #525252;
    font-size: 12px;
}
.photo-list {
    position: relative;
    border-top: 2px solid #8d1a1e;
    padding-top: 20px;
}
.photo-list li {
    width: 33.33%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.photo-list li.last {
    margin-bottom: 0;
}
.photo-list li a {
    display: block;
}
.photo-list li img {
    width: 85%;
}
.photo-list li span {
    color: #3d3d3d;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.borad-view {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.borad-view .tit {
    border-top: 2px solid #8d1a1e;
    border-bottom: 1px solid #e5e5e5;
    color: #3d3d3d;
    font-size: 14px;
    font-family: 'NanumGothicBold';
    padding: 10px;
    margin-bottom: 5px;
}
.v-left {
    float: left;
    width: 40%;
    color: #666666;
    padding-left: 10px;
}
.v-left .split {
    margin: 0 5px;
}
.v-right {
    float: right;
    width: 38%;
    color: #666666;
    position: relative;
}
.v-right ul > li {
    float: left;
    margin-left: 12px;
    position: relative;
}
.v-right ul > li:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.v-right ul li img {
    vertical-align: middle;
    float: left;
    line-height: 120%;
}
.v-right ul li span {
    vertical-align: middle;
    float: left;
    line-height: 120%;
    margin-left: 3px
}
.v-right ul li.footBtn-wrap {
    width: 41px;
    overflow: visible;
}
.v-right .n-margin {
    margin-left: 0;
}
.v-right .fontsize li {
    float: left;
    margin-left: 0;
}
.footBtn {
    float: left;
    position: relative;
    width: 41px;
    overflow: visible;
}
.footBtn button {
    width: 41px;
    height: 18px;
    border: none;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.footBtn ul {
    display: none;
    position: absolute;
    top: 18px;
    left: 0px;
    z-index: 10;
    width: 82px;
    background: #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-top: 0;
    border-bottom: 1px solid #d6d6d6;
}
.footBtn ul li {
    margin-left: 0;
    display: block;
    float: none !important;
}
.footBtn ul li a {
    display: block;
    overflow: hidden;
    padding: 2px 5px;
    color: #707070;
    background: #fff;
    font-size: 0.9em;
}
.footBtn ul li a:hover, .footBtn ul li a:focus, .footBtn ul li a:active {
    color: #707070;
    background: #d6d6d6;
}
.view-txt {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.view-txt img {
    width: 100%;
}
.view-txt p {
    line-height: 160%;
    font-size: 13px;
    color: #666666;
}
/*tab*/
.tmenu {
    width: 100%;
    position: relative;
}
.tmenu li {
    width: 16.66%;
    float: left;
}
.tmenu li a {
    display: block;
    border-left: 1px solid #fff;
    color: #fff;
    background: #8d8d8d;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}
.tmenu li:first-child a {
    border-left: 0;
}
.tmenu li.active a {
    background: #8d1a1e;
}
.tab-content {
    position: relative;
    padding-top: 20px;
}
.tab-arrow01 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 56px top;
}
.tab-arrow02 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 180px top;
}
.tab-arrow03 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 305px top;
}
.tab-arrow04 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 428px top;
}
.tab-arrow05 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 550px top;
}
.tab-arrow06 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 674px top;
}
.map-wrap {
    border: 2px solid #696969;
    position: relative;
    line-height: 1%;
    font-size: 1%;
    margin-bottom: 15px;
}
.map-wrap img {
    width: 100%;
}
/*font*/
.page-title {
    color: #3d3d3d;
    font-size: 28px;
    line-height: 120%;
}
.bold-red {
    color: #8d1a1e;
    font-size: 16px;
    line-height: 140%;
    font-family: 'NanumGothicBold';
}
.bold-red span {
    display: block;
}
.basic-txt {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 140%;
}
.basic-txt span {
    display: block;
}
.basic-txt02 {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 140%;
    margin-top: 10px;
}
.basic-txt02 span {
    display: block;
}
.basic-txt02 .p-nember {
    display: inline-block;
    margin-left: 15px;
}
.line-link {
    color: #8d1a1e !important;
    text-decoration: underline;
}
/*btn*/
.btn-area {
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.btn-gary {
    background: #565656;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
}
.btn-red {
    background: #8d1a1e;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
}
.btn-map {
    border: 1px solid #6b0004;
    position: absolute;
    right: 6px;
    bottom: 7px;
}
.btn-map span {
    border: 1px solid #ae5c5f;
    background: #8d1a1e;
    color: #fff;
    font-size: 14px;
    font-family: 'NanumGothicBold';
    line-height: 140%;
    padding: 5px 10px;
}
.btn-cafe {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #5e5e5e;
    font-size: 14px;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 15px;
    box-shadow: 3px 3px 5px #ececec;
}
.btn-cafe img {
    vertical-align: middle;
}
.btn-cafe span {
    background: url(../image/sub/cafe_arrow.gif) no-repeat right center;
    padding-right: 15px;
    margin-left: 15px;
    vertical-align: middle;
}
/*table*/
.data-table {
    width: 100%;
    position: relative;
}
.data-table .col01 {
    width: 5%;
}
.data-table .col02 {
    width: 39%;
}
.data-table .col03 {
    width: 8%;
}
.data-table .col04 {
    width: 8%;
}
.data-table .col05 {
    width: 18%;
}
.data-table .col06 {
    width: 10%;
}
.data-table th {
    border-top: 2px solid #8d1a1e;
    border-bottom: 1px solid #a7a7a7;
    color: #8d1a1e;
    text-align: center;
    vertical-align: middle;
    background: #fafafa;
    padding: 13px 0;
    font-size: 14px;
    font-family: 'NanumGothicBold';
}
.data-table td {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 13px;
    color: #5e5e5e;
    text-align: center;
}
.data-table tr:hover td {
    background: #fafafa;
}
.data-table td.subject {
    text-align: left;
    padding: 10px 0 10px 10px;
}
.data-table td a {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.data-table02 {
    width: 100%;
    position: relative;
}
.data-table02 .col01 {
    width: 30%;
}
.data-table02 th {
    background: #8d1a1e;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding: 14px 20px;
}
.data-table02 th:last-child {
    text-align: right;
}
.data-table02 th:last-child a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
.data-table02 td {
    color: #5e5e5e;
    font-size: 14px;
    padding: 14px 20px;
    line-height: 160%;
}
/*serchbox*/
.serchbox {
    position: relative;
    border: 1px solid #d7d7d7;
    background: #eeeeee;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
}
.serchbox select {
    border: 1px solid #bcbcbc;
    color: #5d5d5d;
    height: 25px;
    vertical-align: middle;
    width: 140px;
}
.serchbox input {
    border: 1px solid #bcbcbc;
    color: #5d5d5d;
    height: 23px;
    vertical-align: middle;
    width: 230px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.btn-serch {
    position: relative;
    border: 0;
    background: #5b5b5b;
    font-size: 13px;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 12px;
    margin-left: 2px;
    width: 66px;
    text-align: center;
    display: inline;
    cursor: pointer;
    vertical-align: middle;
    font-family: Nanum Gothic, "나눔고딕", dotum;
}
.btn-serch span {
    width: 15px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    background: url(../image/sub/icon_serch.png) no-repeat left top;
}
/*mt-padding*/
.pc-mt15 {
    margin-top: 5px;
}
.pc-mt25 {
    margin-top: 15px;
}
.pc-mt45 {
    margin-top: 25px;
}
/*page*/
.pagination {
    margin-top: 10px;
    position: relative;
    display: block;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul > li {
    display: inline;
    zoom: 1;
*display:inline;
}
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 1px 0;
*padding:0 0 2px 0;
    line-height: 17px;
*line-height:21px;
    text-decoration: none;
    width: 20px;
    text-align: center;
    margin-right: 3px;
    font-size: 13px;
    color: #646464;
}
.pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    color: #8d1a1e;
    text-decoration: underline;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #8d1a1e;
    cursor: default;
    text-decoration: underline;
}
  .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}
.pagination ul > li.pg-btn > a {
    background: none;
    border: 0;
    vertical-align: middle;
    width: 26px;
}
.pagination ul > li.last {
    margin-right: 0 !important;
}
}

/*PC*/
@media only screen and (min-width:1024px) {
    .go-wrap {
        margin-bottom: 35px;
    }
#rapper {
    width: 100%;
    position: relative;
}
#header {
    width: 100%;
    background: url(../image/common/bg_gnbarea.gif) repeat-x left bottom;
}
.header-inbox {
    max-width: 960px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}
.logo {
    width: 188px;
    position: relative;
    float: left;
}
.util {
    position: absolute;
    right: 10px;
    top: 20px;
}
.util li {
    float: left;
    color: #5f5f5f;
    background: url(../image/common/util_line.gif) no-repeat left center;
    padding-left: 10px;
    margin-left: 10px;
}
.util li:first-child {
    background: none;
    padding-left: 0px;
    margin-left: 0px;
}
.serch-wrap {
    float: right;
    width: 213px;
    position: relative;
    margin-top: 12px;
}
.serch-wrap span {
    display: block;
    margin-right: 33px;
    height: 28px;
    line-height: 100%;
    border: 2px solid #8d1a1e;
}
.serch-wrap .btn-serch {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #8d1a1e url(../image/common/icon_serch.gif) no-repeat center center;
    width: 33px;
    height: 33px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-indent: -9999em;
}
/*gnb*/
#all_wrap {
    width: 100%;
    max-width: 100%;
    max-width: 960px;
    margin: auto;
}
.sub_bg {
    display: none;
    position: absolute;
    top: 148px;
    left: 0;
    height: 39px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #8d1a1e;
    z-index: 100;
    padding: 0;
}
.submenu {
    width: 100%;
    max-width: 960px;
    height: 39px;
    margin: auto;
    display: none;
    position: absolute;
    padding-top: 23px;
}
.submenu:after {
    content: '';
    clear: both;
    display: block;
}
.submenu li {
    float: left;
    margin-right: 25px;
    line-height: 25px;
    list-style: none;
}
.top_wrap {
    width: 100%;
    max-width: 960px;
    height: 48px;
    position: relative;
}
.topmenu {
    max-width: 960px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 600;
    padding-left: 0;
}
.topmenu > li {
    float: left;
    font-weight: normal;
    font-family: 'NanumGothicBold';
    font-size: 16px;
    background: url(../image/common/gnb_line.gif) no-repeat left center;
    padding-left: 62px;
    padding-right: 62px;
}
.topmenu > li:first-child {
    background: none;
}
.topmenu > li:last-child {
    padding-right: 0;
}
.topmenu > li p a {
    color: #fff;
}
.topmenu > li > ul > li a {
    color: #818181;
    font-size: 14px;
}
.topmenu > li > ul > li a:hover, .topmenu > li > ul > li a:active {
    color: #8d1a1e;
}
.topmenu > li > ul.s2 {
    left: 180px;
}
.topmenu > li > ul.s3 {
    left: 470px;
}
.topmenu > li > ul.s4 {
    left: 350px;
}
.topmenu > li > ul.s5 {
    left: 550px;
}
.topmenu > li > ul.s6 {
    left: 630px;
}
.btn_menu {
    display: none;
}
#content {
    width: 100%;
    position: relative;
    background: url(../image/sub/bg_content.gif) repeat-x left top;
}
.main-visual {
    width: 100%;
    background: url(../image/main/bg_visual.jpg) repeat-x center top;
}
.main-visual p {
    width: 960px;
    margin: 0 auto;
    line-height: 1%;
    font-size: 1%;
}
.main_slider {
    max-width: 960px;
}
.main_slider .pager {
    display: none;
}
.main-content {
    width: 100%;
    background: url(../image/main/bg_main.gif) repeat-x left top;
}
.cont-wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}
.main-left {
    width: 630px;
    float: left;
}
.link-wrap {
    width: 100%;
    position: relative;
    margin-top: 0;
}
.link-wrap a {
    display: block;
    float: left;
    width: 148px;
    height: 166px;
    font-size: 1%;
    line-height: 1%;
    margin-right: 4px;
}
.link-wrap .link04 {
    width: 172px;
    height: 166px;
    margin-right: 0px;
}
.creed {
    margin: 30px 0 20px 0;
}
.title-book {
    width: 145px;
    height: 166px;
    background: url(../image/main/title_book.gif) no-repeat left top;
    float: left;
    font-size: 0;
    text-indent: -9999em;
}
.title-list {
    float: left;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #fff;
    width: 483px;
    height: 164px;
}
.t-list01 {
    float: left;
    background: url(../image/main/bg_list.gif) repeat-y left top;
    padding-left: 23px;
    padding-top: 20px;
    width: 134px;
    height: 144px;
}
.t-list01 li {
    display: block;
    margin-top: 13px;
    line-height: 120%;
}
.t-list01 li:first-child {
    margin-top: 0;
}
.t-list01 li a {
    color: #414141;
    font-size: 13px;
}
.t-list01 li a:hover {
    text-decoration: underline;
    color: #950005;
}
.title-line {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    position: relative;
}
.m-title {
    font-size: 16px;
    color: #891a1e;
    font-family: 'NanumGothicBold';
}
    .title-line.origin {
        margin-top: 10px;
        padding: 0;
        border: none;
    }
    .title-line.origin .m-title {
        text-align: center;
    }
.main-more {
    width: 96px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/btn_more.gif) no-repeat left top;
}
.btn-more {
    position: absolute;
    right: 0;
    top: 2px;
    color: #9d6f71 !important;
}
/*메인 슬라이드*/
#carousel-demo5 {
    height: 145px;
}
.jcarousel-skin-tango {
    width: 100%;
    height: 180px;
    margin-top: 30px;
    background: url(../image/main/shelf_metal.png) no-repeat center 122px;
    background-size: 700px;
}
/*.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 35px;
  right: 0px;
  width: 20px;
   height: 41px;   
  cursor: pointer;
  background:url(../image/main/arrow_right.gif) no-repeat center center;}*/
#carousel-demo5 .sliderkit-nav {
    left: 0;
    bottom: 0;
    width: 630px;
    height: 145px;
    padding: 0;
    background: none;
}
#carousel-demo5 .sliderkit-nav .sliderkit-nav-btn {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
#carousel-demo5 .sliderkit-nav .sliderkit-nav-btn a {
    background: none;
}
#carousel-demo5 .sliderkit-nav .sliderkit-nav-prev {
    display: block;
    width: 20px;
    height: 41px;
    background: transparent url(../image/main/arrow_left.gif) no-repeat 0 0;
    left: 0;
}
#carousel-demo5 .sliderkit-nav .sliderkit-nav-next {
    display: block;
    width: 20px;
    height: 41px;
    background: transparent url(../image/main/arrow_right.gif) no-repeat 0 0;
    right: 0;
}
/*.jcarousel-skin-tango .jcarousel-prev-horizontal {
   position: absolute;
   top: 35px;
   left: 0px;
   width: 20px;
   height: 41px;   
   cursor: pointer;
   background:url(../image/main/arrow_left.gif) no-repeat center center;}*/
.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 544px;
    padding: 0px 45px 15px 40px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 544px;
    height: 130px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 105px;
    height: 135px;
    padding-bottom: 10px;
    background: url(../image/main/bg_book.gif) no-repeat left bottom;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 5px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 0px;
    margin-right: 0;
}
.main-right {
    width: 300px;
    float: right;
}
.notice-list {
    width: 100%;
    margin-bottom: 35px;
    line-height: 16px;
}
.notice-list li {
    position: relative;
    display: block;
    padding-left: 7px;
    margin-top: 9px;
}
.notice-list li:first-child {
    margin-top: 15px;
}
.notice-list li a {
    background: url(../image/main/dot.gif) no-repeat left center;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    display: block;
}
.notice-list li span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #8b8b8b;
}
.go01 a {
    display: block;
    width: 300px;
    height: 98px;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/go01.gif) no-repeat left top;
}
.go02 {
    margin-top: 10px;
    width: 100%;
}
.go02 a {
    display: block;
    width: 300px;
    height: 98px;
    font-size: 0;
    text-indent: -9999em;
    background: url(../image/main/go02.gif) no-repeat left top;
}
.contact-list-wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.contact-list-wrap02 {
    width: 960px;
    margin: 0 auto;
    position: relative;
    clear: both;
    padding-top: 44px;
}
.contact-list {
    width: 100%;
    position: relative;
}
.contact-list li {
    background: #f5f5f5 url(../image/main/mark.gif) no-repeat 18px 20px;
    background-size: 10% auto;
    border: 1px solid #cfcfcf;
    width: 101px;
    float: left;
    margin-left: 8px;
    padding: 19px 10px 20px 40px;
    color: #5b5b5b;
    font-size: 13px;
}
.contact-list li:first-child {
    margin-left: 0;
}
.contact-list li strong {
    color: #404040;
    font-family: NanumGothicBold;
    font-size: 18px;
    margin-bottom: 10px;
}
.banner-wrap {
    width: 100%;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #e2e2e2;
}
.banner-wrap p {
    width: 960px;
    margin: 0 auto;
}
.banner-wrap p span {
    width: 25%;
    display: block;
    float: left;
}
.banner-wrap p a {
    height: 38px;
    line-height: 38px;
    border-right: 1px solid #cecece;
    display: block;
    text-align: center;
    color: #545454;
    font-size: 14px;
    font-family: 'NanumGothicBold';
}
.banner-wrap p a:first-child {
    border-left: 1px solid #cecece;
}
#footer {
    width: 100%;
    background: #f5f5f5;
    position: relative;
}
.footer-cont {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 15px 0;
}
.f-logo {
    width: 270px;
    float: left;
    margin-right: 100px;
    margin-left: 25px;
}
.copy {
    height: 78px;
    box-sizing: border-box;
    float: left;
    color: #595959;
    margin: 0;
    padding: 10px 0;
    line-height: 20px;
    letter-spacing: 0.1px;
}
/*sub*/
.sub-content {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.sub-left {
    width: 198px;
    float: left;
    position: relative;
}
.lnb-title {
    background: url(../image/sub/bg_lnbtitle.gif) no-repeat left top;
    width: 198px;
    height: 149px;
    line-height: 149px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-family: 'NanumGothicBold';
}
.lnb {
    background: url(../image/sub/bg_lnb.gif) repeat-y left top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
    padding: 23px 0;
}
.lnb li {
    display: block;
}
.lnb > li > a {
    display: block;
    padding: 0 35px 0 27px;
    height: 40px;
    line-height: 40px;
    color: #535353;
    font-size: 16px;
}
.lnb > li:hover > a, .lnb > li.active > a {
    background: url(../image/sub/lnb_on.gif) no-repeat -1px top;
    color: #fff;
}
.lnb li li {
    padding: 5px 5px 5px 15px;
    line-height: 18px;
    color: #535353;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
}
.lnb li li a:hover {
    text-decoration: underline;
}
.lnb li li a.on {
    text-decoration: underline;
    font-family: 'NanumGothicBold';
}
.sub-right {
    width: 722px;
    float: right;
    position: relative;
}
.location {
    text-align: right;
    color: #6b6b6b;
    padding: 23px 0;
}
.location strong {
    font-family: 'NanumGothicBold';
}
.contwrap {
    padding: 50px 0;
    position: relative;
}
.sub0101 {
    background: url(../image/sub/sub0101_01.gif) no-repeat right top;
    padding: 50px 0;
}
.sub0101-inbox {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    width: 721px;
    height: 320px;
    overflow: hidden;
    background: #f3f3f3;
    margin: 30px 0 25px 0;
}
.sub0101-inbox ul {
    background: url(../image/sub/sub0101_02.gif) no-repeat left top;
    padding-left: 250px;
    padding-top: 30px;
}
.sub0101-inbox ul li {
    color: #525252;
    font-size: 14px;
    margin-bottom: 7px;
}
.sub0103 {
    background: url(../image/sub/sub0103.gif) no-repeat right top;
    padding: 50px 0;
}
.sub0103 .left {
    width: 338px;
    float: left;
}
.sub0103 .right {
    width: 338px;
    float: right;
    padding-top: 300px;
}
.sub0103 .basic-txt {
    margin-bottom: 18px;
}
.book-box {
    background: #f3f3f3 url(../image/sub/sub0301.gif) no-repeat 27px 24px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 27px 0 27px 155px;
}
.book-box ul {
    margin-top: 10px;
}
.book-box ul li {
    color: #525252;
    font-size: 14px;
    margin-bottom: 3px;
}
.book-box ul li a {
    text-decoration: underline;
    color: #8d1a1e;
}
.book-list {
    width: 100%;
    position: relative;
    margin-top: 37px;
}
.book-list li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 21px;
}
.book-list li img {
    width: 80%;
}
.book-list02 {
    width: 100%;
    position: relative;
}
.book-list02 li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 60px;
}
.book-list02 li img {
    width: 80%;
}
.book-list02 li span {
    display: block;
    color: #3d3d3d;
    font-size: 14px;
}
.book-view {
    position: relative;
    margin-top: 35px;
}
.book-view .bold-red {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
}
.book-linkwrap {
    margin: 20px 0;
}
.book-thum {
    width: 190px;
    text-align: center;
    float: left;
}
.book-link {
    width: 525px;
    float: right;
}
.book-link p {
    color: #525252;
    font-size: 12px;
    background: #e7e7e7;
    padding: 13px 18px;
}
.book-link p:first-child {
    background: #f8f8f8;
    text-align: center;
    height: 195px;
    border-bottom: 1px solid #fff;
    padding: 0;
}
.book-link a {
    margin-top: 73px;
    display: inline-block;
    width: 18%;
}
.book-link a span {
    display: block;
    color: #525252;
    font-size: 12px;
}
.photo-list {
    position: relative;
    border-top: 2px solid #8d1a1e;
    padding-top: 20px;
}
.photo-list li {
    width: 33.33%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.photo-list li.last {
    margin-bottom: 0;
}
.photo-list li a {
    display: block;
}
.photo-list li img {
    width: 85%;
}
.photo-list li span {
    color: #3d3d3d;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.borad-view {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.borad-view .tit {
    border-top: 2px solid #8d1a1e;
    border-bottom: 1px solid #e5e5e5;
    color: #3d3d3d;
    font-size: 14px;
    font-family: 'NanumGothicBold';
    padding: 10px;
    margin-bottom: 5px;
}
.v-left {
    float: left;
    width: 40%;
    color: #666666;
    padding-left: 10px;
}
.v-left .split {
    margin: 0 5px;
}
.v-right {
    float: right;
    width: 38%;
    color: #666666;
}
.v-right ul > li {
    float: left;
    margin-left: 12px;
}
.v-right ul li img {
    vertical-align: middle;
}
.v-right ul li.footBtn-wrap {
    width: 41px;
    overflow: visible;
}
.v-right .n-margin {
    margin-left: 0;
}
.v-right .fontsize li {
    float: left;
    margin-left: 0;
}
.footBtn {
    float: left;
    position: relative;
    width: 41px;
    overflow: visible;
}
.footBtn button {
    width: 41px;
    height: 18px;
    border: none;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.footBtn ul {
    display: none;
    position: absolute;
    top: 18px;
    left: 0px;
    z-index: 10;
    width: 82px;
    background: #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-top: 0;
    border-bottom: 1px solid #d6d6d6;
}
.footBtn ul li {
    margin-left: 0;
    display: block;
    float: none !important;
}
.footBtn ul li a {
    display: block;
    overflow: hidden;
    padding: 2px 5px;
    color: #707070;
    background: #fff;
    font-size: 0.9em;
}
.footBtn ul li a:hover, .footBtn ul li a:focus, .footBtn ul li a:active {
    color: #707070;
    background: #d6d6d6;
}
.view-txt {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.view-txt p {
    line-height: 160%;
    font-size: 13px;
    color: #666666;
}
/*tab*/
.tmenu {
    width: 100%;
    position: relative;
}
.tmenu li {
    width: 16.66%;
    float: left;
}
.tmenu li a {
    display: block;
    border-left: 1px solid #fff;
    color: #fff;
    background: #8d8d8d;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}
.tmenu li:first-child a {
    border-left: 0;
}
.tmenu li.active a {
    background: #8d1a1e;
}
.tab-content {
    position: relative;
    padding-top: 20px;
}
.tab-arrow01 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 56px top;
}
.tab-arrow02 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 176px top;
}
.tab-arrow03 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 296px top;
}
.tab-arrow04 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 416px top;
}
.tab-arrow05 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 536px top;
}
.tab-arrow06 {
    background: url(../image/sub/tab_arrow.gif) no-repeat 656px top;
}
.map-wrap {
    border: 2px solid #696969;
    position: relative;
    line-height: 1%;
    font-size: 1%;
    margin-bottom: 15px;
}
/*font*/
.page-title {
    color: #3d3d3d;
    font-size: 30px;
    line-height: 120%;
}
.bold-red {
    color: #8d1a1e;
    font-size: 16px;
    line-height: 160%;
    font-family: 'NanumGothicBold';
}
.bold-red span {
    display: block;
}
.basic-txt {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 160%;
}
.basic-txt span {
    display: block;
}
.basic-txt02 {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 140%;
    margin-top: 10px;
}
.basic-txt02 span {
    display: block;
}
.basic-txt02 .p-nember {
    display: inline-block;
    margin-left: 15px;
}
.line-link {
    color: #8d1a1e !important;
    text-decoration: underline;
}
/*btn*/
.btn-area {
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.btn-gary {
    background: #565656;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
}
.btn-red {
    background: #8d1a1e;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
}
.btn-map {
    border: 1px solid #6b0004;
    position: absolute;
    right: 6px;
    bottom: 7px;
}
.btn-map span {
    border: 1px solid #ae5c5f;
    background: #8d1a1e;
    color: #fff;
    font-size: 14px;
    font-family: 'NanumGothicBold';
    line-height: 140%;
    padding: 5px 10px;
}
.btn-cafe {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #5e5e5e;
    font-size: 14px;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 15px;
    box-shadow: 3px 3px 5px #ececec;
}
.btn-cafe img {
    vertical-align: middle;
}
.btn-cafe span {
    background: url(../image/sub/cafe_arrow.gif) no-repeat right center;
    padding-right: 15px;
    margin-left: 15px;
    vertical-align: middle;
}
/*table*/
.data-table {
    width: 100%;
    position: relative;
}
.data-table .col01 {
    width: 5%;
}
.data-table .col02 {
    width: 39%;
}
.data-table .col03 {
    width: 8%;
}
.data-table .col04 {
    width: 8%;
}
.data-table .col05 {
    width: 18%;
}
.data-table .col06 {
    width: 10%;
}
.data-table th {
    border-top: 2px solid #8d1a1e;
    border-bottom: 1px solid #a7a7a7;
    color: #8d1a1e;
    text-align: center;
    vertical-align: middle;
    background: #fafafa;
    padding: 13px 0;
    font-size: 14px;
    font-family: 'NanumGothicBold';
}
.data-table td {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 13px;
    color: #5e5e5e;
    text-align: center;
}
.data-table tr:hover td {
    background: #fafafa;
}
.data-table td.subject {
    text-align: left;
    padding: 10px 0 10px 10px;
}
.data-table td a {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.data-table02 {
    width: 100%;
    position: relative;
}
.data-table02 .col01 {
    width: 30%;
}
.data-table02 th {
    background: #8d1a1e;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding: 14px 20px;
}
.data-table02 th:last-child {
    text-align: right;
}
.data-table02 th:last-child a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
.data-table02 td {
    color: #5e5e5e;
    font-size: 14px;
    padding: 14px 20px;
    line-height: 160%;
}
/*serchbox*/
.serchbox {
    position: relative;
    border: 1px solid #d7d7d7;
    background: #eeeeee;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
}
.serchbox select {
    border: 1px solid #bcbcbc;
    color: #5d5d5d;
    height: 25px;
    vertical-align: middle;
    width: 140px;
}
.serchbox input {
    border: 1px solid #bcbcbc;
    color: #5d5d5d;
    height: 21px;
    vertical-align: middle;
    width: 230px;
}
.btn-serch {
    position: relative;
    border: 0;
    background: #5b5b5b;
    font-size: 13px;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 12px;
    margin-left: 2px;
    width: 66px;
    text-align: center;
    display: inline;
    cursor: pointer;
    vertical-align: middle;
    font-family: Nanum Gothic, "나눔고딕", dotum;
}
.btn-serch span {
    width: 15px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    background: url(../image/sub/icon_serch.png) no-repeat left top;
}
/*mt-padding*/
.pc-mt15 {
    margin-top: 15px;
}
.pc-mt25 {
    margin-top: 25px;
}
.pc-mt45 {
    margin-top: 45px;
}
/*page*/
.pagination {
    margin-top: 10px;
    position: relative;
    display: block;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul > li {
    display: inline;
    zoom: 1;
*display:inline;
}
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 1px 0;
*padding:0 0 2px 0;
    line-height: 17px;
*line-height:21px;
    text-decoration: none;
    width: 20px;
    text-align: center;
    margin-right: 3px;
    font-size: 13px;
    color: #646464;
}
.pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    color: #8d1a1e;
    text-decoration: underline;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #8d1a1e;
    cursor: default;
    text-decoration: underline;
}
  .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}
.pagination ul > li.pg-btn > a {
    background: none;
    border: 0;
    vertical-align: middle;
    width: 26px;
}
.pagination ul > li.last {
    margin-right: 0 !important;
}
.m-movemenu {
    display: none;
}
}

#carousel-demo5 .sliderkit-nav-clip ul li {
    margin: 0 5px 0 5px !important;
    
}
#carousel-demo5 .sliderkit-nav-clip ul li > a {
    width: 95px;
    -webkit-box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.52);
-moz-box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.52);
box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.52);
}
.sliderkit .sliderkit-nav-clip {
    padding: 0 3px 10px 0;
}

.btngray {
}

.btngray {
    background-position: 10%;
    width: 80px;
    padding: 0 0 0 12px;
}

.submitbox .btngray {
    background-image: none !important;
    padding: 0;
} 