@charset "utf-8";

/* 초기화 */
html {
    overflow-y: scroll
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: 'Malgun Gothic', dotum, sans-serif
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: 'Malgun Gothic', dotum, sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label,
input,
button,
select,
img {
    vertical-align: middle
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: 'Malgun Gothic', dotum, sans-serif;
    font-size: 1em
}

button {
    cursor: pointer
}

textarea,
select {
    font-family: 'Malgun Gothic', dotum, sans-serif;
    font-size: 1em
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all
}

hr {
    display: none
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a {
    color: #000;
    text-decoration: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 0 0 5px #9ed4ff;
    -moz-box-shadow: 0 0 5px #9ed4ff;
    box-shadow: 0 0 5px #9ed4ff;
    border: 1px solid #558ab7 !important;
}

.placeholdersjs {
    color: #aaa !important
}

#hd,
#wrapper,
#ft {
    min-width: 1200px
}

auto

/* 메인배너 */
#main_bn {
    border: 1px solid #e3e5e8;
    position: relative;
    margin: 0px 0 30px
}

#main_bn:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#main_bn .slide-wrap {
    padding: 0;
    margin: 0
}

#main_bn .slide-wrap img {
    max-width: 100%;
    height: auto
}

#main_bn .main_image_area {
    position: relative
}

#main_bn .owl_pager {
    position: relative;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e3e5e8;
}

#main_bn .owl_pager ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#main_bn .owl_pager li {
    float: left;
    position: relative;
    width: 20%;
    border-left: 1px solid #e3e5e8;
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-size: 1.2em
}

#main_bn .owl_pager li:first-child,
#main_bn .owl_pager li:nth-child(5n+1) {
    border-left: 0
}

#main_bn .owl_pager li a {
    display: block
}

#main_bn .owl_pager li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e3e5e8
}

#main_bn .owl_pager li.active a {
    color: #3a8afd
}

#main_bn .owl_pager li.active a:after {
    background: #3a8afd;
    top: -1px
}

#main_bn .owl_pager ul {
    font-size: 1rem;
    list-style-type: none;
    margin: 0;
    padding: 0
}

#main_bn .owl_pager ul .owl-dot {
    font-size: 1rem;
}

.btn_wr {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 65px;
    border-radius: 30px;
    padding: 3px 5px
}

#main_bn .btn_wr {
    z-index: 2
}

.btn_wr .pager-prev {
    margin-left: 5px;
    font-weight: bold
}

.btn_wr .pager-next {
    margin-right: 5px;
    font-weight: bold
}

.btn_wr .pager-prev,
.btn_wr .pager-next,
#slide-counter {
    float: left;
    display: inline-block;
    padding: 5px;
    color: #fff
}

#slide-counter {
    margin: 0 5px
}

/*서브배너*/
#sbn_side {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.sb_bn {}

.sb_bn img {
    width: 100%;
    height: auto
}

#sbn_side h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sbn_side .bx-controls {
    position: absolute;
    bottom: 10px;
    left: 15px
}

#sbn_side .bx-pager-item {
    display: inline-block
}

#sbn_side .bx-pager-item a {
    float: left;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    background: #fff;
    text-indent: -9999px;
    opacity: 0.5
}

#sbn_side .bx-pager-item a.active {
    opacity: 1
}

#sbn_side .bx-controls-direction {
    display: none
}