@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600,700);
/* @import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css); */
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import '../m2/responsible.css';

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    scroll-behavior: smooth;

}
dl,
ul,
ol,
menu,
li {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0 none;
    vertical-align: top;
}
hr,
legend,
caption {
    display: none;
}
input,
select,
textarea,
button,
label {
    padding: 0;
    vertical-align: middle;
    font-family: inherit;
    outline: none;
}
input,
select,
textarea {
    border: 1px solid #dedede;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    border: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}
input[type="number"]::-ms-clear {
    display: none;
}
textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    line-height: 22px;
    resize: none;
}
input:focus,
textarea:focus {
    border-color: #000;
}
::-webkit-input-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}
button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
em {
    font-style: normal;
}

/* common */
body {
    color: #000;
    font-size: 14px;
    /* font-family:  "Hind Siliguri","NotoSansCJKkr", "Noto Sans Korean", "Malgun Gothic",  Dotum, sans-serif ; */
    font-family:   "Roboto", "Spoqa Han Sans", "Noto Sans Korean", "Malgun Gothic",  Dotum, sans-serif ;

    line-height: 1;
    letter-spacing: -0.5px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-3dlight-color: #fff;
    scrollbar-arrow-color: #fff;
    scrollbar-base-color: #fff;
    scrollbar-face-color: #ccc;
    scrollbar-track-color: #fff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
}
.skipnav a {
    display: block;
    position: fixed;
    top: -80px;
    width: 100%;
    height: 80px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}
.skipnav a:active {
    top: 0;
}
.clfix:after {
    content: "";
    display: block;
    clear: both;
}
.clfix > * {
    float: left;
}
.wa {
    position: absolute;
    top: -9999px;
    text-indent: -9999px;
}
.ib {
    display: inline-block;
    vertical-align: top;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
}
.checkbox,
.radio {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.checkbox label,
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 16px;
    vertical-align: top;
}
.checkbox label:before,
.radio label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
}
.checkbox label:before {
    background: url(//static.balaan.co.kr/n/img/common/checkbox.png) no-repeat 0 0;
}
.checkbox :checked + label:before,
.radio :checked + label:before {
    background-position: 0 -16px;
}
.checkbox :disabled + label,
.radio :disabled + label {
    cursor: default;
}
.radio label:before {
    background: url(../img/common/radio.png) no-repeat 0 0;
}
input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    -webkit-appearance: none;
}
input[type="search"]::-ms-clear {
    display: none;
}
.ico {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.ico:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(//static.balaan.co.kr/n/img/common/ico.png) no-repeat;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed;
}
.fixed-important {
    position: fixed !important;
}
.absolute-important {
    position: absolute !important;
}

/* layout */
#wrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
}
#container {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 0 90px;
}
.breadcrumb {
    text-align: center;
}
.breadcrumb > ul {
    display: inline-block;
    vertical-align: top;
}
.breadcrumb > ul:after {
    content: "";
    display: block;
    clear: both;
}
.breadcrumb > ul > li {
    position: relative;
    float: left;
    color: #666;
    font-size: 13px;
    font-weight: 300;
}

.search_subtitle > ul > li:hover {
    text-decoration: none !important;
}
.breadcrumb > ul > li:hover{
    text-decoration: underline;
    color: #333 !important;
}
.breadcrumb > ul > li:before {
    content: "/";
    display: inline-block;
    width: 22px;
    color: #666;
    text-align: center;
}
.breadcrumb > ul > li:first-child:before {
    display: none;
}
.breadcrumb > ul > li a {
    color: #666;
}
.breadcrumb > ul > li.on,
.breadcrumb > ul > li.on > a {
    color: #000;
}
.breadcrumb + .page_tit {
    margin-top: 13px;
}
.breadcrumb.drop {
    text-align: left;
}
.breadcrumb.drop > ul > li > a {
    padding-right: 20px;
}
.breadcrumb.drop > ul > li > a:after {
    top: 50%;
    left: auto;
    right: 0;
    width: 15px;
    height: 15px;
    margin-top: -9px;
    background-position: -350px 0;
}
.breadcrumb.drop .depth_list {
    display: none;
    position: absolute;
    top: 22px;
    left: 22px;
    width: 160px;
    padding: 10px 0;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    z-index: 100;
}
.breadcrumb.drop .depth_list li a {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    font-size: 12px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb.drop .depth_list li.on a,
.breadcrumb.drop .depth_list li:hover a {
    color: #000;
    background: #f6f6f6;
}
.breadcrumb.drop > ul > li:first-child .depth_list {
    left: 0;
}
.page_tit {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}
.content {
    margin-top: 20px;
}
.btn_top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    padding-right: 22px;
    font-weight: 600;
    opacity: 0;
    transform: rotate(-90deg);
    transition: opacity 0.4s ease-in-out;
}
.btn_top:after {
    top: -2px;
    right: -2px;
    left: auto;
    width: 12px;
    height: 15px;
    background-position: -303px 0;
    transform: rotate(90deg);
}
.btn_top.on {
    opacity: 1;
}

/****** btn ******/
.btn {
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #000;
    background: #fff;
    box-sizing: border-box;
}
.btn .ico_arrow {
    width: 8px;
    height: 15px;
    margin: -1px 0 0 4px;
    vertical-align: middle;
}
.btn .ico_arrow:after {
    background-position: -25px 0;
}
.btn.btn_black {
    color: #fff;
    background: #000;
}
.btn.btn_black_line {
    border-color: #000;
}
.btn.btn_gray_line {
    border-color: #ccc;
}
.btn.disabled {
    color: #fff;
    border-color: #999;
    background: #999;
    cursor: default;
}
.btn_w160 {
    width: 160px;
}
.btn_h40 {
    height: 40px;
    line-height: 38px;
}

/****** search ******/
.search_form {
    position: relative;
    padding-right: 26px;
    border-bottom: 1px solid #000;
}
.search_form input[type="search"] {
    width: 95%;
    padding-left: 27px;
    border: 0;
    box-sizing: border-box;
}
.search_form .btn_search_clear {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.search_form .btn_search_clear:after {
    background-position: -41px 0;
}
.search_form .btn_search_clear.on {
    opacity: 1;
}
.search_form .btn_search {
    position: absolute;
    top: 0;
    left: -7px;
    width: 26px;
    height: 100%;
}
.search_form .btn_search:after {
    top: 50%;
    left: auto;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-position: 0 0;
}

/****** select ******/
.selectbox {
    display: inline-block;
    position: relative;
    width: 130px;
    height: 32px;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.selectbox .sel_txt {
    display: block;
    padding: 0 15px;
    font-size: 12px;
    line-height: 30px;
}
.selectbox .sel_txt:after {
    top: 50%;
    right: 14px;
    left: auto;
    width: 11px;
    height: 7px;
    margin-top: -3px;
    background-position: -242px 0;
    transition: all 0.4s ease-in-out;
}
.selectbox .select_list {
    display: none;
    position: absolute;
    top: 30px;
    left: -1px;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 10;
}
.selectbox .select_list li a {
    display: block;
    padding: 0 15px;
    font-size: 12px;
    line-height: 30px;
}
.selectbox.on .sel_txt:after {
    transform: rotate(180deg);
}

/****** tab ******/
.tab {
    display: table;
    width: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
}
.tab > li {
    display: table-cell;
    position: relative;
    width: 50%;
    border-left: 1px solid #000;
    box-sizing: border-box;
}
.tab > li:first-child {
    border-left: none;
}
.tab > li input {
    position: absolute;
    opacity: 0;
}
.tab > li label {
    display: block;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}
.tab > li label .ko {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    vertical-align: top;
}
.tab > li :checked + label {
    color: #fff;
    background: #000;
}
.tab.tab03 > li {
    width: 33.33%;
}
.tab_type_line {
    display: inline-block;
    position: relative;
}
.tab_type_line .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background: #000;
    transition: all 0.4s ease-in-out;
}
.tab_line {
    display: inline-block;
    vertical-align: top;
}
.tab_line:after {
    content: "";
    display: block;
    clear: both;
}
.tab_line > li {
    float: left;
}
.tab_line > li + li {
    margin-left: 35px;
}
.tab_line > li a {
    color: #999;
    font-size: 16px;
}
.tab_line > li.on a {
    color: #000;
    font-weight: 700;
}
.tab_line.line_type01 + .line {
    width: 49px;
    height: 4px;
    background: #be9162;
}
.tab_line.line_type01 > li {
    margin: 0 32px;
}
.tab_line.line_type01 > li a {
    display: block;
    padding-bottom: 17px;
    color: #666;
    font-size: 14px;
}
.tab_line.line_type01 > li.on a {
    color: #000;
    font-weight: 500;
}

/****** bxslider ******/
.bx-wrapper {
    margin: 0 auto;
    background: none;
    box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
    background: none;
    z-index: 10;
}
.bx-wrapper .bx-controls-direction a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 28px;
    margin: -14px 0 0 -6px;
    background: url(//static.balaan.co.kr/n/img/common/ico.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a.bx-prev:after {
    background-position: -261px 0;
}
.bx-wrapper .bx-controls-direction a.bx-next:after {
    background-position: -283px 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.5;
}
.bx-wrapper .bx-pager {
    padding-top: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border: 1px solid #000;
    background: #fff;
    box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/****** scrollbar ******/
.scrollbar {
    overflow-y: auto;
}
.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}
.scrollbar::-webkit-scrollbar-track {
    background: #fff;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #ccc;
}

/****** pagination ******/
.pagination_area {
    text-align: center;
}
.pagination {
    display: inline-block;
    vertical-align: top;
}
.pagination a {
    display: block;
    margin: 0 3px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #eee;
    font-weight: 400;
}
.pagination a:hover {
    background: #eee;
}
.pagination a.on {
    color: #fff;
    background: #000;
    cursor: default;
    border: 1px solid #000;
    font-weight: 600;
}
.pagination .dot {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 3px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
}
.pagination .btn_prev:after,
.pagination .btn_next:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 15px;
    margin: -7px 0 0 -4px;
}
.pagination .btn_prev:after {
    background-position: -210px 0;
}
.pagination .btn_next:after {
    background-position: -226px 0;
}

/****** layer popup ******/
.layer_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}
.layer_popup.on {
    display: block;
}
.layer_popup .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 600px;
    margin: -300px 0 0 -450px;
    background: #fff;
}
.layer_popup .popup .btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    z-index: 50;
}
.layer_popup .popup .btn_close:before,
.layer_popup .popup .btn_close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background: #000;
}
.layer_popup .popup .btn_close:before {
    transform: rotate(45deg);
}
.layer_popup .popup .btn_close:after {
    transform: rotate(-45deg);
}

@media screen and (min-width:550px) {
    #balaan { width:auto; }
    #balaan::before { display:none; }
}

@media only all and (max-width: 1200px) {
    .btn_top {
        right: 10px;
    }
}