@charset "utf-8";

/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 800;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}


/* SIR 지운아빠 */


/* 초기화 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-y: scroll
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    font-family: 'Nanum Gothic';
    -webkit-font-smoothing: antialiased;
}

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

h1 {
    font-size: 28px;
    font-weight: normal;
}

h2 {
    font-size: 21px;
    font-weight: normal;
}

h3 {
    font-size: 18px;
    font-weight: normal;
}

h4 {
    font-size: 15px;
    font-weight: normal;
}

h5 {
    font-size: 13px;
    font-weight: normal;
}

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

#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-size: 1em
}

button {
    cursor: pointer
}

textarea,
select {
    font-size: 1em
}

select {
    margin: 0;
    padding-left: 5px;
    height: 35px;
    border: 1px solid #8d8d8d;
    background: #fff url(../img/mobile/select_arr.png) no-repeat right center;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

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

p {
    margin: 0;
    padding: 0;
    word-break: break-all;
    line-height: 180%;
}

hr {
    display: none
}

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

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

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

p,
div {
    vertical-align: top;
}

ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    padding: 0;
}

input {
    border-radius: 0;
}

input[type="text"] {
    height: 22px;
    border: 1px solid #a9a9a9;
}

input[type="password"] {
    height: 22px;
    border: 1px solid #a9a9a9;
}

input[type="submit"] {
    padding: 3px 15px;
    border: 1px solid #e4eaec;
    background: #1c2edb;
    color: #fff;
    vertical-align: middle;
    line-height: 2em;
    cursor: pointer;
}

input[type="button"] {
    padding: 3px 15px;
    border: 1px solid #e4eaec;
    background: #1c2edb;
    color: #fff;
    vertical-align: middle;
    line-height: 2em;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    color: #000;
}


/* 팝업레이어 */

#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    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
}

#layerpopup {
    font-size: 18px;
    width: 520px;
    height: 690px;
    text-align: center;
    padding-top: 20px;
    background: #fff;
    border: 4px solid #2440b3;
    position: absolute;
    top: 230px;
    left: 50%;
    margin-left: -230px;
    z-index: 9999;
    display: none;
}

#layerpopup .top {
    text-align: center;
    font-weight: bold;
    line-height: 150%;
}

#layerpopup .top span {
    color: red;
}

#layerpopup .title {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background: #2440b3;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 10px 0;
}

#layerpopup table {
    width: 100%;
}

#layerpopup table th {
    text-align: center;
    width: 33.33%;
    padding: 1% 2%;
    font-weight: normal;
    font-size: 13px;
}

#layerpopup table th div {
    border: 4px solid #000;
    padding: 3%;
    text-align: left;
}

#layerpopup table td {
    text-align: center;
}

#layerpopup a.send {
    background: red;
    padding: 8px 15px;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}

#layerpopup a.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: 900;
}

#layerpopup .active_msg {
    width: 158px;
    height: 161px;
    margin: 0 auto;
    background: url(../img/common/bg_phone.png) no-repeat;
    padding-top: 50px;
}

#layerpopup .active_msg textarea {
    width: 125px;
    height: 110px;
    border: 0;
}

#layerpopup #msg1 {
    text-align: center;
    color: #0005e7;
    font-weight: bold;
}

#layerpopup #msg2 {
    text-align: center;
    color: #0005e7;
    font-weight: bold;
}

#layerpopup #msg3 {
    text-align: center;
    color: #0005e7;
    font-weight: bold;
}

img {
    max-width: 100%;
}

#nav {
    margin-top: 1px;
}

#nav li {
    width: 25%;
    float: left;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* 상단 레이아웃 */

#hd {
    position: relative;
    display: block;
    width: 100%;
    height: 66px;
    background: #fff;
    z-index: 8;
}

#hd.viewpage {
  height: 50px;
  background: #b324a2;
}

#hd.viewpage .btn_truck_list {
  float:left;
  width:23px;
  margin:14px 0 0 15px;
}
#hd.viewpage .view_home {
  float:right;
  width:25px;
  margin:14px 15px 0 0;
}

#hd_wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 720px;
    zoom: 1
}

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

#hd_wrapper .deco_header {
    width: 115px;
    float: left;
    margin-top: 21px;
}

#hd_wrapper #logo {
    width: 170px;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -90px;
}

#hd_wrapper #logo img {
    width: 100%;
}

#hd_wrapper .icon_home {
    width: 36px;
    float: right;
    margin-right: 14px;
}


/* 중간 레이아웃 */

#wrapper {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    width: 100%;
    max-width: 720px;
    zoom: 1
}

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

#container {
    z-index: 4;
    position: relative;
    float: left;
    padding: 0;
    width: 100%;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    background: #fff;
    zoom: 1
}

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

#container_title {
    display: none;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold
}

#search_car {
    position: relative;
    width: 100%;
    padding: 0 10px;
}

#search_car .text_search {
    width: 100%;
    padding-top: 4px;
    height: 37px;
    text-align: right;
    padding-right: 5px;
}

#search_car .text_search img {
    margin-left: 15px;
    margin-bottom: 2px;
}

#search_car .text_search input {
    margin-left: 5px;
}

#search_car .select_search {
    width: 100%;
    margin-bottom: 10px;
}

#search_car.blank {
    height: 0;
    background: #fff;
}

#search_car div {
    display: inline-block;
}

#quick_index {
    width: 158px;
}

#search_car #quick_index #float-wrap {
    position: absolute;
    top: 0;
    left: 50%;
}

#quick_index #float-wrap .wrap-rightfloatlayer {
    top: 3px;
    left: 540px;
    width: 158px;
    position: absolute;
    display: inline-block;
    float: right;
    overflow: visible;
    z-index: 999;
}

#quick_index #float-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#quick_index #float-wrap ul li {
    margin-bottom: 2px;
}

.contents_top {
    width: 100%;
    height: 200px;
    background: url(../img/common/sub_top.jpg) no-repeat top center;
    margin-bottom: 0px;
}

#page_top {
    width: 100%;
    height: 38px;
    display: table;
    border-bottom: 2px solid #574099;
}

#page_top h2 {
    float: left;
    color: #574099;
}

#page_top .location {
    float: right;
    color: #696969;
}

#page_top .location span {
    font-weight: bold;
}


/* 하단 레이아웃 */

#ft {
    min-width: 1045px;
    height: 127px;
    background: url(../img/common/bg_tail.png) repeat-x;
}

#ft_copy {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 960px;
    max-width: 1000px;
}

#logo_ft {
    float: left;
    margin-top: 21px;
    margin-left: 3px;
}

#ft_copy .copyright {
    float: left;
    margin-top: 25px;
    margin-left: 42px;
}

#ft_copy .copyright .portal {
    margin-bottom: 10px;
}

#ft_copy .copyright .portal img {
    margin-right: 20px;
}

#ft_copy .copyright p {
    line-height: 150%;
}


/* 공통 레이아웃 */

.half {
    width: 50%;
}

.quarter {
    width: 25%;
}

.inline {
    display: inline-block;
    margin-right: -4px;
}

.inline_f {
    display: inline-block;
    margin-right: 0px;
}

.half img {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.darkgrey {
    color: #4c4c4c;
}

.black {
    color: #000000;
}

.pink {
    color: #cd005d;
}

.darkred {
    color: #930000;
}

.lightred {
    color: #dc0000;
}

.green {
    color: #609201;
}

.blue {
    color: #2440b3;
}

.lightgold {
    color: #815b00;
}

.lightblue {
    color: #4191bf;
}

.red {
    color: #cb0000;
}

.bold {
    font-weight: bold;
}

option {
    padding: 30px;
    line-height: 50px;
    display: table
}

table.car {

}

table.car th {
    width: 90px;
    padding: 8px 5px 8px 5px;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #dedede;
    text-align: left;
}

table.car td {
    background: #ffffff;
    border-bottom: 1px solid #dedede;
    font-size: 13px;
    text-align: left;
    padding: 8px 5px;
    line-height: 150%;
    color:#828282;
}
table.car td.blue {color:#2440b3;}
table.car td.red {color:#dc0000;}

/* 메인 레이아웃 */

#slide_contents {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1920px;
    zoom: 1
}

#featured_sale {
    display: block;
}

#featured_sale .title {
    display: block;
    width: 100%;
    height: 40px;
}

#featured_sale .title img {
    margin-right: 5px;
}

#featured_sale .title img,
h1 {
    vertical-align: bottom;
}

#featured_sale .title .sep {
    margin: 0 10px;
}

#featured_sale .title .btn_box {
    float: right;
}

.truck_title {
    background: #898989;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin: 10px 0;
}


/* 페이지레이아웃 */

#sale_tab_box {
    display: table;
}

#sale_tab_box #tabs-nav {
    position: relative;
    width: 1045px;
    height: 47px;
    color: #4c4c4c;
    border-bottom: 2px solid #2440b3;
    margin-top: 10px;
}

#sale_tab_box #tabs-nav li {
    position: relative;
    height: 47px;
    overflow: hidden;
    padding: 0 10px 0 0;
    float: left;
}

#sale_tab_box #tabs-nav li a h2 {
    color: #4c4c4c;
    letter-spacing: -2px;
}

#sale_tab_box #tabs-nav li a:hover h2 {
    color: #2440b3;
    letter-spacing: -2px;
}

#sale_tab_box #tabs-nav li.active a h2 {
    color: #2440b3;
    letter-spacing: -2px;
}

#sale_tab_box #tabs-nav li div.title {
    z-index: 1;
    background: #f5f5f5;
    height: 45px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
}

#sale_tab_box #tabs-nav li.nfifth {
    padding: 0;
}

#sale_tab_box #tabs-nav li div.fix {
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 250px;
    height: 2px;
    background: #fff;
    display: none;
}

#sale_tab_box #tabs-nav li.active div.fix {
    display: block;
}

#sale_tab_box #tabs-nav li.active div.title {
    background: #fff;
    border: 2px solid #2440b3;
    border-bottom: 0;
}

#sale_tab_box #tabs-nav li.nfirst {
    width: 250px;
}

#sale_tab_box #tabs-nav li.nsecond {
    width: 191px;
}

#sale_tab_box #tabs-nav li.nthird {
    width: 175px;
}

#sale_tab_box #tabs-nav li.nfourth {
    width: 174px;
}

#sale_tab_box #tabs-nav li.nfifth {
    width: 255px;
}

#sale_tab_box #tabs-nav li.nfirst div.fix {
    width: 236px;
}

#sale_tab_box #tabs-nav li.nsecond div.fix {
    width: 177px;
}

#sale_tab_box #tabs-nav li.nthird div.fix {
    width: 161px;
}

#sale_tab_box #tabs-nav li.nfourth div.fix {
    width: 160px;
}

#sale_tab_box #tabs-nav li.nfifth div.fix {
    width: 253px;
}

#sale_tab_box .tab_content {
    padding-top: 25px;
}

#sale_tab_box .tab_content ul {
    width: 1050px;
    margin-left: -2px;
}

#sale_tab_box .tab_content ul li {
    width: 206px;
    height: 228px;
    overflow: hidden;
    margin: 0 2px;
    margin-bottom: 4px;
    text-align: center;
    float: left;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px;
}

#sale_tab_box .tab_content ul li img {
    width: 200px;
    height: 150px;
    border: 1px solid #000;
    margin-bottom: 5px;
}

#main_banner {
    margin-top: 15px;
}

#realtime_sale {}

#realtime_sale .title {
    margin: 8px 0;
    font-weight: bold;
}

#truck_list_box {width:100%;padding:0 10px;border-top:2px solid #b324a2;margin-top:10px;}
#realtime_sale table {
    width: 100%;
}

#realtime_sale table thead th {
    background: #f5f5f5;
    font-size: 13px;
    padding: 10px 0;
}

#realtime_sale table thead th.desc_title {
    text-align: left;
    padding-left: 130px;
}

#realtime_sale table tbody td {
    border-bottom: 1px solid #a9a9a9;
}

#realtime_sale table tbody td p {
    line-height: 150%;
}

#realtime_sale table tbody td.pic {
    width: 35%;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

#realtime_sale table tbody td.pic img {
    border: 1px solid #000;
}

#realtime_sale table tbody td.desc {
    vertical-align: top;
    font-size: 12px;
    padding-right: 10px;
}

#realtime_sale table tbody td.desc .red {
    color: #cf0000;
    font-weight: bold;
}

#realtime_sale table tbody td.desc .blue {
    color: #2440b3;
}

#realtime_sale table tbody td.desc .green {
    color: #148f00;
}

.table_shadow {
    width: 100%;
    height: 1px;
    background: #e3e2e2;
}

#realtime_sale_category {
    width: 100%;
    background: #e2e1ee;
    padding: 8px;
    margin: 10px 0;
    border-left: 3px solid #1a4ddb;
    font-size: 13px;
}

#realtime_sale_category span {
    font-weight: bold;
}

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

#bo_v_img {
    margin: 0;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

#bo_v_img .slider {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#bo_v_img .bxslider2 {
    padding: 0;
    margin: 0;
}

#bo_v_img .bxslider2 li {
    width: 100%;

    margin: 0;
    padding: 0;
}

#bo_v_img .bxslider2 img {
    width: 100%;
    vertical-align: top;
    border: 0;
    margin: 0;
}
#bo_v_img .bx-wrapper {position:relative;}
#bo_v_img .bx-viewport {
    width: 100%;
   
}

#bo_v_img .bx-wrapper .bx-controls {
    position: absolute;
    top:50%;
    margin-top:-21px;
    width: 100%;
}
#bo_v_img .bx-controls .bx-prev {width:20px;height:43px;float:left;margin-left:10px;background:url(../img/mobile/prev.png) no-repeat;text-indent: -9999em;background-size: contain;}
#bo_v_img .bx-controls .bx-next {width:20px;height:43px;float:right;margin-right:10px;background:url(../img/mobile/next.png) no-repeat;text-indent: -9999em;background-size: contain;}
#bo_v_img #bx-pager2 {
    width: 100%;
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    margin-top:10px;
}
#bx-pager2 .item {float:left;width:12.5%;padding:3px;}
#bx-pager2 .item img {
    width: 100%;

}

#car_info {
    width: 100%;
    padding:0 10px;
    border-bottom:3px solid #2440b3;
    margin-bottom:15px;
}

#car_info table.car {
    width: 100%;
}

#car_option table.car {
    width: 100%;
}

#car_option table.car td {
    padding: 8px 5px;
    color:#5e5d5d;
}

#car_option ul {
    width: 100%;
}

#car_option ul li {
    float: left;
    padding: 3px 0;
    color:#5e5d5d;
}

#car_option ul li img {
    margin-right: 4px;
}

#car_option ul.gold li {
    color:#8c6600;
}
#car_option ul.gold li:before {
  content:", ";
}
#car_option ul.gold li:first-child:before {
  content:" ";
}
#car_option ul.blue li {
    color:#2440b3;
}
#car_option pre {
    overflow-x: auto;
    font-size: 12px;
}


/* 매물 등록 */

table.car_reg {
    width: 100%;
    border: 1px solid #a9a9a9;
}

table.car_reg th {
    background: #f4f4f4;
    text-align: left;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #a9a9a9;
}

table.car_reg th p {
    line-height: 130%;
}

table.car_reg td {
    padding: 12px 15px;
    border: 1px solid #a9a9a9;
}

table.car_reg td.imp {
    background: #fbfbfb;
}

table.car_reg td select {
    min-width: 80px;
    margin-right: 5px;
}

table.car_reg td div {
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

table.car_reg td textarea {
    width: 100%;
}

table.car_reg td ul li {
    float: left;
    width: 19%;
    margin-bottom: 5px;
}

table.car_reg td ul.short li {
    float: left;
    width: auto;
    margin-right: 40px;
    margin-bottom: 0;
}

table.car_reg td ul li input {
    margin-right: 5px;
}

table.car_reg td input {
    margin-right: 5px;
}

table.car_reg.full td {
    background: #f4f4f4;
    padding: 15px 10px;
    border: 1px solid #a9a9a9;
}

table.car_reg.ing {
    margin-top: -1px;
}

table.car_confirm {
    width: 100%;
    font-size: 13px;
    background: #f4f4f4;
    border: 1px solid #a9a9a9;
}

table.car_confirm td {
    text-align: center;
    padding: 10px;
}

table.car_confirm td input {
    margin-left: 5px;
    margin-right: 5px;
}

table.pic_upload {
    width: 100%;
}

table.pic_upload th {
    text-align: left;
    width: 100px;
    padding: 8px 15px;
    border: 1px solid #a9a9a9;
}

table.pic_upload td {
    text-align: left;
    padding: 8px 15px;
    border: 1px solid #a9a9a9;
}

.btn_box_submit {
    width: 100%;
    text-align: center;
    margin: 15px 0 30px;
}


/* */

.btnlist {
    width: 100%;
    margin-top: 20px;
}

.btnlist ul {
    float: right;
}

.btnlist ul li {
    display: inline-block;
    margin-right: 10px;
}

.btnlist a {
    padding: 8px 15px;
    border: 1px solid #e4eaec;
    background: #a94214;
    color: #fff;
    vertical-align: middle;
    line-height: 2em;
    cursor: pointer;
}


/* 게시물 선택복사 선택이동 */

#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: 2.8em
}

#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: 23px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer
}

.cke_sc_def {
    margin: 0 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%
}


/* 버튼 */

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

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

button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    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
}

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_submit {
    padding: 7px 15px;
    border: 1px solid #909090;
    background: #8d8d8d;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer
}

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

a.btn_cancel {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #dddddd;
    background: #f4f4f4;
    color: #666666;
    text-decoration: none;
    vertical-align: middle
}

button.btn_cancel {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    vertical-align: top;
    text-decoration: none
}

a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    padding: 0 5px;
    height: 24px;
    border: 0;
    background: #333;
    color: #fff;
    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 {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #dddddd;
    background: #f4f4f4;
    color: #666666;
    text-decoration: none;
    vertical-align: middle
}

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

a.btn_b02 {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #dddddd;
    background: #f4f4f4;
    color: #666666;
    text-decoration: none;
    vertical-align: middle
}

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

a.btn_admin {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #574099;
    background: #574099;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}


/* 관리자 전용 버튼 */

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


/* 댓글 스타일 */

.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: 12px 0;
    border-top: 0px solid #d1dee2;
    border-bottom: 1px solid #c3c3c3;
    background: #f4f4f4;
    color: #383838;
    font-size: 13px;
    text-align: center;
}

.tbl_head01 thead a {
    color: #383838
}

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


/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */

.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

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

.tbl_head01 td {
    padding: 8px 5px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.5em;
    word-break: break-all
}

.tbl_head01 a {}

.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: 13px;
    text-align: center;
}

.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: 70px;
    padding: 7px 13px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background: #f4f4f4;
    text-align: left
}

.tbl_frm01 td {
    padding: 7px 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: transparent
}

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

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

.frm_input {
    height: 22px
}

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

.tbl_frm01 a {
    text-decoration: none
}

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

.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: 20px 0 !important;
    text-align: center
}


/* 필수입력 */

.required,
textarea.required {
    background: #fff;
}


/* 테이블 항목별 정의 */

.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 20px;
    padding: 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-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 {
    display: inline-block;
    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
}

.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: 20px;
    width: auto;
    height: auto
}

.sv_nojs .sv {
    display: block
}


/* 페이징 */

.pg_wrap {
    clear: both;
    padding: 30px 0 0 0;
    text-align: center
}

.pg {}

.pg a {
    background: #fff;
    font-size: 13px;
}

.pg_page,
.pg_current {
    display: inline-block;
    border: 1px solid #d6d6d6;
    padding: 0 7px;
    height: 22px;
    color: #666666;
    letter-spacing: 0;
    line-height: 1.7em;
    vertical-align: middle
}

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

.pg_page {
    background: #e4eaec;
    text-decoration: none
}

.pg_start,
.pg_prev {
    border: 0;
    padding: 0;
    height: 24px;
}

.pg_end,
.pg_next {
    border: 0;
    padding: 0;
    height: 24px;
}

.pg_current {
    display: inline-block;
    margin: 0 4px 0 0;
    background: #fff;
    font-size: 13px;
    color: #bb162b;
    font-weight: normal
}


/* Mobile화면으로 */

#device_change {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-size: 2em;
    text-decoration: none;
    text-align: center
}


/*
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 0;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  display      : inline-block;
  margin-left  : 0;
  padding-left : 19px;
  background   : url('../img/common/checks.png') no-repeat 0 0;
  line-height  : 15px;
}

input[type=checkbox]:not(old):checked{
  background-position : 0 -17px;
}

input[type=radio]:not(old):checked{
  background-position : 0 -17px;
}

*/

@media only screen and (max-width: 960px) {
    #slide_contents {
        display: none;
    }
}