@charset "UTF-8";

.text-center {
    text-align: center;
    margin: 0 auto;
}

.img-responsive {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

[class*=fade] {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*effect*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

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

table.layout-fixed {
    table-layout: fixed;
}

img {
    max-width: 100%;
}

html, body * {
    font-family: "Noto Sans KR", "Noto Sans Korean", Helvetica, Arial, "Apple SD Gothic Neo", AppleSDGothic, "Malgun Gothic", Gulim, sans-serif;
    line-height: 1.4;
    word-break: keep-all;
    letter-spacing: -0.5px;
}

a:link,
a:hover,
a:visited,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 767px) {
    * {
        word-break: keep-all;
    }
}

body:not(.page-main) p {
    margin-bottom: 1rem;
    line-height: 1.625;
    /* color: #666; */
}

dl>dd {
    padding-bottom: 0.25rem;
    line-height: 1.625;
}

ul>li {
    padding-bottom: 0.25rem;
}

.container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container-big {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 767px) {
    .container-big {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1201px) {
    .container-big {
        max-width: 1400px;
    }
}

@media (min-width: 1760px) {
    .container-big {
        max-width: 1600px;
    }
}

.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (min-width:992px) {
    .container-fluid {
        min-width: 1200px;
    }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 91px;
    z-index: 99999999999;
    background-repeat: repeat-x;
    background-position: 0 0;
    /* overflow: hidden; */
}

@media screen and (min-width:992px) {

    body:not(.page-main) #header,
    #header.active {
        background-color: #fff;
    }

    body:not(.page-main) #header,
    #header.active .header_main {
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (max-width:991px) {
    #header {
        background-image: url("/html/_skin/reeltech/img/header_bg_h1000.png");
    }

    #header,
    #header .header_main {
        height: auto !important;
    }
}

#header .header_main .navbar {
    padding: 0;
}

#header .header_main .navbar .navbar-brand {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#header .header_main .navbar .navbar-toggler {
    display: none;
}

#header .header_main .navbar .navbar-toggler>span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#header .header_main .navbar .navbar-toggler:not(.collapsed)>span {
    background-color: #333;
}

#header .header_main .navbar .navbar-toggler:not(.collapsed) .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}

#header .header_main .navbar .navbar-toggler:not(.collapsed) .bar2 {
    opacity: 0;
}

#header .header_main .navbar .navbar-toggler:not(.collapsed) .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-9px, -8px);
}

#header .navbar-nav>.nav-item>a {
    position: relative;
    display: inline-block;
    padding: 0 1.5rem;
    font-size: 1.125rem;
    color: #fff;
    line-height: 91px;
    text-align: center;
}



@media screen and (min-width:992px) {
    #header .navbar-nav>.nav-item a {
        width: 120px;
    }

    #header .navbar-nav>.nav-item:hover>a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        display: block;
        width: 100%;
        height: 0;
        border-bottom: 2px solid #e5091a;
    }

    body:not(.page-main) #header .navbar-nav>.nav-item>a,
    #header.active .navbar-nav>.nav-item>a {
        color: #333;
    }

    body:not(.page-main) #header .navbar-nav>.nav-item>a>span,
    #header.active .navbar-nav>.nav-item>a>span {
        display: inline-block;
        line-height: 1.5;
        vertical-align: middle;
    }

    #header.active .navbar-nav>.nav-item:hover>a {
        color: #e5091a;
    }
}


@media screen and (min-width:1319px) {
    #header .navbar-nav>.nav-item a {
        width: 150px;
    }

    body:not(.page-main) #header .navbar-nav>.nav-item>a,
    #header.active .navbar-nav>.nav-item>a {
        padding: 0 1.25rem;
    }
}


@media screen and (min-width:1449px) {

    #header .navbar-nav>.nav-item a {
        width: 170px;
    }

    body:not(.page-main) #header .navbar-nav>.nav-item>a,
    #header.active .navbar-nav>.nav-item>a {
        padding: 0 1.875rem;
    }
}


#header .navbar-nav>.nav-item>a>.tit {
    color: #373737;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

#header .navbar-nav>.nav-item .submenu {
    padding: 10px 0 20px;
    height: 100%;
    background-repeat: repeat;
    background-position: 100% 0;
    opacity: 0;
}

#header .navbar-nav>.nav-item .submenu>li>a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    font-size: 0.9375rem;
}

#header.active .navbar-nav>.nav-item .submenu>li>a:hover {
    color: #999;
    font-weight: 500;
}

@media screen and (min-width:992px) {
    #header.active .navbar-nav>.nav-item .submenu>li>a {
        color: #666;
    }

    #header.active .navbar-nav>.nav-item .submenu>li>a:hover {
        color: #333;
    }
}

#header .navbar-nav>.nav-item:hover>a>.tit {
    color: #004ea2;
}

#header .navbar-nav>.nav-item:hover .submenu {
    background-image: url("/html/_skin/skin-reeltech/img/submenu_bg.png");
    background-position: 50% 50%;
}

@media screen and (max-width: 991px) {
    #header .navbar-nav.utill-menu {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.utill-menu .sta-quick-menu {
    display: none;
    font-size: 0;
}

@media screen and (min-width: 1199px) {
    .utill-menu .sta-quick-menu {
        display: block;
    }
}

.utill-menu .sta-quick-menu>li {
    display: inline-block;
    font-size: 0.8125rem;
    color: #ccc;
    padding: 0 0.5rem;
    font-weight: 300;
    line-height: 91px;
}

.utill-menu .sta-quick-menu>li>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

@media screen and (min-width:992px) {
    #header.active .utill-menu .sta-quick-menu>li {
        color: #666;
    }
}

@media screen and (max-width:991px) {
    .utill-menu .sta-quick-menu>li {
        line-height: 1;
    }
}

#header .lang_selector {
    position: relative;
    margin-top: 31px;
    margin-left: 10px;
    /* margin-left: -5px;
    margin-right: -5px; */
}

@media screen and (max-width:991px) {
    #header .lang_selector {
        margin-top: -4px;
    }
}

#header .lang_selector .current {
    display: block;
    min-width: 52px;
    padding: 0.25rem 1rem 0.25rem 0.5rem;
    margin-bottom: 0;
    font-size: 13px;
    color: #ccc;
    font-weight: 300;
    background-image: url(/html/_skin/reeltech/img/common/lang_arrow.png);
    background-position: 80% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 5px;
}

@media screen and (min-width:992px) {
    #header.active .lang_selector .current {
        color: #666;
        border-color: #666;
    }
}

#header .lang_selector .current.on {
    background-color: #000;
    border-bottom-color: transparent;
}

#header .lang_selector .flag {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    /* padding: 0.5rem 0; */
    margin-top: -20px;
    border: 1px solid #fff;
    border-width: 0 1px 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: transparent;
    text-align: center;
}

@media screen and (max-width:991px) {
    #header .lang_selector .flag {
        position: static;
        margin-top: 0;
        border-width: 0;
        opacity: 1;
        visibility: visible;
    }

    #header .lang_selector .flag>li {
        display: inline-block;
    }

    #header .lang_selector .flag>li>a {
        transition: all, .3s;
        -webkit-transition: all, .3s;
    }

    #header .lang_selector .flag>li>a:hover {
        text-decoration: underline;
    }
}

#header .lang_selector .flag>li>a {
    display: inline-block;
    width: 30px;
    height: 20px;
    font-size: 13px;
    color: #ccc;
    vertical-align: middle;
}

#header .lang_selector .flag.on {
    display: block;
    opacity: 1;
    visibility: visible;
    background-color: #000;
}

#header .lang_selector .flag a {
    color: #ccc;
}

@media (max-width: 991px) {
    #header {
        height: auto;
        overflow: visible;
    }

    #header .header_main>.container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header .header_main .navbar .navbar-brand {
        max-width: 160px;
        padding-top: 1.5rem;
        padding-bottom: .5rem;
    }

    #header .header_main .navbar .navbar-brand img {
        max-width: 100%;
    }

    #header .header_main .navbar .navbar-toggler {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 20px;
    }

    #header .header_main .navbar .navbar-toggler>span {
        /* -webkit-transition: all 0.3s;
    transition: all 0.3s; */
    }

    #header .navbar-nav {
        padding: 20px 0;
    }

    #header .navbar-nav>.nav-item {
        line-height: 1.2em;
    }

    #header .navbar-nav>.nav-item>a {
        display: block;
        padding: 10px 20px;
        line-height: 1.2em;
    }

    #header .navbar-nav>.nav-item>a>.tit {
        color: #fff;
    }

    #header .navbar-nav>.nav-item .submenu {
        display: none;
        border-width: 0 !important;
        background-image: url("/html/_skin/skin-reeltech/img/submenu_bg_mob.png") !important;
        background-position: left -30px bottom -100px !important;
        -webkit-transition: none;
        transition: none;
    }

    #header .navbar-nav>.nav-item:hover>a>.tit {
        color: #fff;
    }

    #header .navbar-nav>.nav-item:hover .submenu {
        -webkit-transition: none;
        transition: none;
    }

    #header .lang_selector {
        padding: 0 0 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #header .lang_selector>li {
        line-height: 1;
    }
}

/* Navigation */
.gnbWrap .lang_nav {
    padding: 11px 20px;
    background-color: #0f3296;
}

.gnbWrap .lang_nav ul li {
    display: inline-block;
    border: 1px solid #fff;
}

.gnbWrap .lang_nav ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
}

@media (min-width: 768px) {
    .gnbWrap .lang_nav {
        display: none;
    }
}

@media (min-width: 768px) {
    .gnbWrap {
        height: 103px;
    }
}

.gnbWrap nav.gnb>ul {
    *zoom: 1;
}

.gnbWrap nav.gnb>ul:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .gnbWrap nav.gnb>ul {
        display: table;
        table-layout: fixed;
    }
}

@media (min-width: 768px) {
    .gnbWrap nav.gnb>ul>li {
        display: table-cell;
        position: relative;
    }
}

.gnbWrap nav.gnb>ul>li>a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    color: black;
}

.gnbWrap nav.gnb>ul>li>a span br {
    display: none;
}

@media (min-width: 768px) {
    .gnbWrap nav.gnb>ul>li>a {
        line-height: 103px;
        padding: 0 50px;
    }

    .gnbWrap nav.gnb>ul>li>a:after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        margin-top: -4px;
        height: 8px;
        background-color: #bababa;
        content: '';
    }
}

@media (min-width: 768px) and (max-width: 885px) {
    .gnbWrap nav.gnb>ul>li>a {
        padding: 0 25px;
    }
}

.gnbWrap nav.gnb>ul>li>a+ul {
    display: none;
    left: 0;
    z-index: 0;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .gnbWrap nav.gnb>ul>li>a+ul {
        position: absolute;
        top: calc(100% - 4px);
        border-top: 4px solid #0e3092;
        background: rgba(0, 0, 0, 0.8);
        padding: 20px 0 !important;
    }
}

@media (min-width: 768px) {
    .gnbWrap nav.gnb>ul>li>a+ul li:not(:last-child) {
        margin-bottom: 15px;
    }
}

.gnbWrap nav.gnb>ul>li>a+ul li a {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    text-align: left;
    color: #333;
}

@media (min-width: 768px) {
    .gnbWrap nav.gnb>ul>li>a+ul li a {
        line-height: 1.375rem;
        text-align: center;
        color: #fff;
    }
}

.gnbWrap nav.gnb>ul>li>a+ul li a:hover {
    color: #79baee;
}

@media (min-width: 768px) {
    .gnbWrap nav.gnb>ul>li:hover ul {
        display: block;
    }
}

.gnbWrap nav.gnb>ul>li:last-child>a {
    padding-right: 30px;
}

.gnbWrap div.tel_link dl {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #0e3092;
    padding: 5px 10px;
}

.gnbWrap div.tel_link dl a {
    color: #000;
}

.gnbWrap div.tel_link dl a dt {
    font-weight: 700;
    color: #0e3092;
}

.gnbWrap div.tel_link dl a dd {
    font-weight: 400;
}

@media (min-width: 768px) {
    .gnbWrap div.tel_link {
        display: none;
    }
}

#aside {
    background-color: #004ea2;
    background-repeat: repeat;
    background-image: url("/html/_skin/skin-reeltech/img/aside_bg.png");
}

#aside .yourehere {
    display: none;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 10px;
}

#aside .sidemenu {
    position: relative;
}

#aside .sidemenu>li {
    position: relative;
    z-index: 1000;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#aside .sidemenu>li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#aside .sidemenu>li>a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 15px 10px;
}

#aside .sidemenu>li .submenu {
    display: none;
}

#aside .sidemenu #magic-bg {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 10;
    padding: 0;
    opacity: 0;
    border-width: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#aside .sidemenu #magic-bg.on {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 767px) {
    #aside .yourehere {
        display: block;
    }

    #aside .sidemenu {
        display: none;
    }
}

#footer {
    background-color: #121212;
    padding-top: 65px;
    padding-bottom: 60px;
    position: relative;
}

#footer .footer-info {
    color: #fff;
}

#footer .footer-addr {
    color: #999;
}

#footer .footer-addr>span {
    display: block;
    font-size: 0.875rem;
}

#footer .footer-addr .addr {
    display: inline-block;
    padding-top: 0.875rem;
}

#footer .footer-addr .terms a {
    display: inline-block;
    padding-top: 20px;
    padding-right: 5px;
}

#footer .footer-addr .terms a:hover {
    text-decoration: underline;
}

#footer .footer-logo-wrap .footer-logo {
    padding-top: 2.625rem;
    padding-bottom: 1.25rem;
}

#footer .footer-logo-wrap .copyright {
    color: #666;
    font-size: 0.8125rem;
}

#footer .foot-nav {
    margin-top: 2rem;
}

@media screen and (min-width:768px) {
    #footer .foot-nav {
        margin-top: 0;
    }
}

#footer .foot-nav .main-menu .nav-item {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

@media screen and (min-width:768px) {
    #footer .foot-nav .main-menu .nav-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width:992px) {
    #footer .foot-nav .main-menu {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #footer .foot-nav .main-menu .nav-item {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        text-align: left;
    }
}

#footer .foot-nav .main-menu .nav-item>a {
    display: block;
    color: #ccc;
    padding-bottom: 1.5rem;
}

#footer .foot-nav .main-menu .nav-item>.submenu {
    display: none;
    color: #666;
}

@media screen and (min-width:768px) {
    #footer .foot-nav .main-menu .nav-item>.submenu {
        display: block;
    }
}

#footer .foot-nav .main-menu .nav-item>.submenu>li {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-weight: 350;
}

#footer .foot-nav .main-menu .nav-item>.submenu>li a:hover {
    color: #ccc;
    text-decoration: underline;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

#footer .top_btn {
    position: fixed;
    /* width: 100%; */
    right: 2.5rem;
    bottom: 3rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width:768px) {
    #footer .top_btn {
        right: 100px;
        bottom: 100px;
    }
}

#footer .top_btn>.container {
    position: relative;
    max-width: 1200px;
}

#footer .top_btn .top_link {
    /* height: 36px; */
    position: absolute;
    /* right: 0; */
    /* top: -36px; */
    bottom: 10px;
    display: none;
    padding: 13px 16px;
    background-color: #121212;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

#footer .top_btn .top_link:hover {
    background-color: rgba(18, 18, 18, .8);
}

/*
.scrolled #footer .top_btn {
    position: fixed;
    top: auto;
    bottom: -36px;
}

.scrolled #footer .top_btn .top_link {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.scrolled.scrollEnd #footer .top_btn {
    position: absolute;
    top: 0;
    bottom: auto;
}

.scrolled.scrollEnd #footer .top_btn .top_link {
    top: 0;
} */
#footer .top_btn .top_link .arrow-up {
    content: '';
    display: block;
    width: 18px;
    height: 24px;
    background-image: url(/html/_skin/reeltech/img/common/ic_arrow_top.png);
}

@media (max-width: 767px) {
    #footer .top_btn>.container {
        max-width: 90%;
        max-width: calc(100% - 40px);
    }
}

@media (max-width: 991px) {
    #footer .foot-nav {
        display: none;
    }
}

section[class^="section-"] .tab_list,
section[class^="section-"] .category-tab,
section[class^="section-"] .pagetab {
    margin-top: 0;
    margin-bottom: 50px;
    border-bottom-width: 0;
}

section[class^="section-"] .tab_list>li,
section[class^="section-"] .category-tab>li,
section[class^="section-"] .pagetab>li {
    position: relative;
    left: 1px;
    margin-left: -1px;
}

section[class^="section-"] .tab_list>li>a,
section[class^="section-"] .category-tab>li>a,
section[class^="section-"] .pagetab>li>a {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom-color: #333;
    background-color: #f8f8f8;
    color: #666;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    padding: 15px 0;
    border-radius: 0;
}

section[class^="section-"] .tab_list>li>a.active,
section[class^="section-"] .category-tab>li>a.active,
section[class^="section-"] .pagetab>li>a.active {
    border-color: #333;
    background-color: #fff;
    border-bottom-width: 0;
    color: #333;
    z-index: 10;
}

@media (max-width: 767px) {

    section[class^="section-"] .tab_list,
    section[class^="section-"] .category-tab,
    section[class^="section-"] .pagetab {
        margin-bottom: 20px;
    }

    section[class^="section-"] .tab_list>li,
    section[class^="section-"] .category-tab>li,
    section[class^="section-"] .pagetab>li {
        left: 0;
        margin-left: 0;
    }

    section[class^="section-"] .tab_list>li>a,
    section[class^="section-"] .category-tab>li>a,
    section[class^="section-"] .pagetab>li>a {
        border-bottom-width: 0;
        margin: 2px 2px;
        border-bottom-width: 1px;
        padding: 8px 0 7px;
    }

    section[class^="section-"] .tab_list>li>a.active,
    section[class^="section-"] .category-tab>li>a.active,
    section[class^="section-"] .pagetab>li>a.active {
        border-bottom-width: 1px;
    }
}

* {
    box-sizing: border-box;
}

textarea {
    overflow: auto;
    resize: vertical;
}

#sub #content {
    padding-top: 90px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    #content {
        padding-top: 90px;
    }

    #main #content {
        padding-bottom: 30px;
    }

    #sub #content {
        padding-bottom: 100px;
    }
}

/*font-size*/
h1,
/*40px*/
[class*="--fz1"] {
    font-size: 2.5rem;
}

h2,
/*36px*/
[class*="--fz2"] {
    font-size: 2.25rem;
}

h3,
/*32px*/
[class*="--fz3"] {
    font-size: 2rem;
}

h4,
/*28px*/
[class*="--fz4"] {
    font-size: 1.75rem;
}

h5,
/*24px*/
[class*="--fz5"] {
    font-size: 1.5rem;
}

h6,
/*20px*/
[class*="--fz6"] {
    font-size: 1.25rem;
}

.fz7,
/*18px*/
[class*="--fz7"] {
    font-size: 1.125rem;
}

.fz8,
/*16px*/
[class*="--fz8"] {
    font-size: 1rem;
}

.fz9,
/*14px*/
[class*="--fz9"] {
    font-size: 0.875rem;
}

.fz-big1,
/*60px*/
[class*="--fz-big1"] {
    font-size: 3.75rem;
}

/*color*/
body [class*="--fc-red"],
body .fc-red {
    color: #e5091a;
}

body [class*="--fc-black"],
body .fc-black {
    color: #0c1122;
}

body [class^="--fc-skyb"],
body .fc-skyb {
    color: #005db9;
}

body [class*="--fc-333"],
body .fc-333 {
    color: #333;
}

body [class*="--fc-666"],
body .fc-666 {
    color: #666;
}

body [class*="--fc-999"],
body .fc-666 {
    color: #999;
}

/*font-weight*/
body .fw-bold,
body [class*="--fw-bold"] {
    font-weight: 600;
    font-weight: bold;
}

body .fw-mid,
body [class*="--fw-mid"] {
    font-weight: 500;
}

body .fw-demilight,
body [class*="--fw-demilight"] {
    font-weight: 350;
}

body .fw-light,
body [class*="--fw-light"] {
    font-weight: 300;
}

body .txt-shadow {
    text-shadow: 0 0 20px rgba(0, 0, 0, .8);
}

/**/
.collapse {
    display: none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#header .header_main .navbar .navbar-toggler {
    display: block;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media (min-width: 992px) {
    #header .header_main .navbar .navbar-toggler {
        display: none;
    }
}

/*for page content*/
.tit-wrap--center {
    text-align: center;
    margin: auto;
}

.tit-wrap--left {
    text-align: left;
}

/*slick*/
.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 1000px;
    background-color: #ccc;
    box-sizing: content-box;
}

.slick-dots li.slick-active button {
    background-color: #fff;
    border: 4px solid #ff0000;
}

.slick-dots li button:before {
    content: none;
}

.slick-prev, .slick-next {
    top: 38%;
    -webkit-transform: translate(0, -38%);
    -ms-transform: translate(0, -38%);
    transform: translate(0, -38%);
    width: 42px;
    height: 82px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
}

.slick-prev {
    left: -77px;
    background: url(/html/_skin/reeltech/img/common/slide_btn_prev.png) no-repeat;
}

.slick-next {
    right: -77px;
    background: url(/html/_skin/reeltech/img/common/slide_btn_next.png) no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: .4;
}

.slick-prev:hover, .slick-prev:focus {
    background: url(/html/_skin/reeltech/img/common/slide_btn_prev.png) no-repeat;
}

.slick-next:hover, .slick-next:focus {
    background: url(/html/_skin/reeltech/img/common/slide_btn_next.png) no-repeat;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

/*btn*/
body [class^="btn"],
body .btn--line-radius {
    display: inline-block;
    min-width: 120px;
    padding: 0.5rem 0.75rem 0.5rem 0.875rem;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    background-image: url(/html/_skin/reeltech/img/common/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: 86% center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

body [class^="btn"]:hover,
body .btn--line-radius:hover {
    background-position: 88% center;
}

body .btn--red {
    background-image: url(/html/_skin/reeltech/img/common/btn_arrow_red.png);
    border-color: #e5091a;
    color: #e5091a;
}

body .btn--red:hover {
    background-color: #e5091a;
    background-image: url(/html/_skin/reeltech/img/common/btn_arrow.png);
    color: #fff;
}

body [class*="--noline"] {
    border: 0;
}

body [class*="btn--down"] {
    background-image: url(/html/_skin/reeltech/img/sub/ic_btn_down.png);
}

/*title*/
[class^="tit--black"] {
    font-weight: 500;
    color: #333;
}

[class^="tit-ic"] {
    background-repeat: no-repeat;
}

[class^="tit--teal"],
.tit--teal {
    color: #006a72;
}

.tit-ic--wireless-comm {
    background-image: url(/html/_skin/reeltech/img/sub/ic_introduction_wireless_comm.png);
}

.tit-ic--broad {
    background-image: url(/html/_skin/reeltech/img/sub/ic_introduction_wireless_broad.png);
}

.tit-ic--injecting {
    background-image: url(/html/_skin/reeltech/img/sub/ic_introduction_injecting.png);
}

.tit--num--underline {
    color: #005db9;
    border-bottom: 2px solid #005db9;
}

.tit--num--underline--teal {
    color: #00858f;
    border-bottom: 2px solid #00858f;
}

.tit--num--underline--gray {
    color: #7b7571;
    border-bottom: 2px solid #7b7571;
}

/*border*/
.border-b {
    border-bottom: 1px solid #ccc;
}

/*list*/
.list--dot li {
    padding-left: 1rem;
    background-image: url(/html/_skin/reeltech/img/common/ic_list_dot.gif);
    background-repeat: no-repeat;
    background-position: left 10px;
}

.dl--dt-box>dt {
    display: inline-block;
    padding: .25rem .5rem;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 4px;
    color: #fff;
}

/**/
.no-search-btn .board-search-wrap {
    display: none;
}
