/* 초기화 */
html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    font-family: sans-serif;
    background: #fff
}

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: sans-serif;
}

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;
    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;
    font-family: sans-serif;
}

button {
    cursor: pointer
}

input[type=text], input[type=password], input[type=submit], input[type=image], button {
    border-radius: 0;
    font-size: 1em;
    -webkit-appearance: none
}

textarea, select {
    font-size: 1em;
    font-family: sans-serif;
}

textarea {
    border-radius: 0;
    -webkit-appearance: none
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all
}

hr {
    display: none
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a:link, a:visited {
    color: #000;
    text-decoration: none
}

a:hover, a:focus, a:active {
    color: #000;
    text-decoration: underline
}

/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 1px;
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    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
}

/* 상단 레이아웃 */
#hd {
    position: relative;
    box-shadow: 0 0 5px #888
}

#hd:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#hd_h1 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#logo {
    padding: 15px 0 15px 5px;
    background: #fff;
}

#logo img {
    /*height:25px;*/
    width: 220px;
}

#btn_side {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 200
}

#btn_side #side_mn_btn {
    position: absolute;
    right: 10px;
    top: 24px;
    width: 22px;
    height: 17px;
    background: url('../img/gnb_btn.gif') 50% 50% no-repeat;
    border: none
}

/*gnb*/
#gnb {
    display: none;
    background: #282828
}

#gnb a {
    display: block;
    color: #efefef
}

.gnb_1da {
    padding: 10px;
    border-top: 1px solid #191919
}

.gnb_2dul {
    background: #383838
}

.gnb_2da {
    display: inline-block;
    padding: 0 40px;
    border-top: 1px solid #282828
}

.gnb_2da span:before {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #666;
    content: '▶'
}

#gnb_close {
    display: block;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    border: 0;
    background: #000;
    color: #fff
}

#gnb_empty {
    padding: 20px 0;
    color: #fff;
    text-align: center;
    line-height: 2em
}

#gnb_empty a {
    display: inline;
    text-decoration: underline
}

#hd_sch_open {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 10px;
    height: 2.6em;
    border: 0;
    background: #333;
    color: #fff;
    font-size: 1em;
    letter-spacing: -0.1em
}

#hd_sch {
    background: #dfdfdf;
    text-align: center;
    padding: 12px 20px;
}

#hd_sch h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#hd_sch form {
    position: relative;
}

#hd_sch #sch_stx {
    width: 100%;
    height: 10px;
    padding: 10px 0;
    background: #fff !important;
    line-height: 1em;
    vertical-align: middle;
    border: none
}

#hd_sch #sch_submit {
    position: absolute;
    right: 1px;
    top: 0;
    width: 30px;
    height: 30px;
    border: none;
    border-left: 3px solid #dfdfdf;
    background: url(../img/mobile/sch_btn.png) no-repeat 50% 50%;
    padding: 0;
    color: #000;
    text-indent: -9999px;
}

/*gnb로 교체할것!*/
#hd_nb {
    clear: both;
    background: #ecf0f7;
    text-align: center
}

#hd_nb li {
    display: inline-block
}

#hd_nb li:nth-last-of-type(1) {
    border-right: 0 !important
}

#hd_nb a {
    display: inline-block;
    padding: 10px 7px;
    text-decoration: none
}

#lnb {}

#lnb ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e7f1ed;
    list-style: none
}

#lnb ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#lnb li {
    float: left;
    margin-bottom: -1px;
    width: 25%
}

#lnb a {
    display: block;
    padding: 10px 0;
    border-right: 1px solid #e7f1ed;
    border-bottom: 1px solid #e7f1ed;
    color: #000;
    text-align: center;
    text-decoration: none
}

#lnb li:nth-of-type(4n) a {
    border-right: 0
}

/*로그인&사이드 메뉴 / side_menu*/
#side_menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#side_menu:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#side_menu .side_wr {
    width: 250px;
    height: 100%;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 0 10px #000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#side_menu .side_wr.add_side_wr {}

#side_menu .side_wr .side_inner_rel {
    position: relative;
    height: 100%;
    display: block;
}

#side_menu .side_wr .side_inner_abs {
    position: absolute;
    width: 100%;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}

body.over_hidden {
    overflow: hidden
}

/* hidden 을 줌으로써 메뉴 스크롤시 메뉴만 스크롤 되게금 적용 */
#aside {
    clear: both;
    padding: 0px 0px 10px 0px;
    background: #f6f8fb
}

.side_hd:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.side_hd .shor_cut {
    border-top: 1px solid #ececec;
}

.side_hd .shor_cut ul {
    margin: 0;
    padding: 0
}

.side_hd .shor_cut li a {
    border-bottom: 1px solid #ececec;
    width: 139px;
    float: left;
    padding: 10px 0;
    text-align: center;
    display: block;
    color: #3f4986;
    font-weight: bold;
    background: #fff
}

.side_hd .shor_cut li:nth-child(even) a {
    width: 140px;
    border-left: 1px solid #ececec;
}

.side_hd .shor_cut li:nth-child(odd) a {
    border-left: 0;
}

.side_menu ul {
    margin: 0;
    padding: 0;
}

.side_menu ul .mu_title {
    float: left;
    line-height: 35px;
    background: #f6f8fb;
    width: 100%;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.side_menu ul .mu_title a {
    margin-left: 20px;
    display: inline-block;
}


.side_menu ul .mu_title:last-child a {
    text-indent: 40px;
}

.side_menu ul .mu_title:last-child a::before {
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    background-image: url(../img/en.jpg);
    background-size: cover;
    position: absolute;
    border: 1px solid #b3b3b3;
    top: 7px;
    left: 22px;
}

.side_menu ul .mu_title button.sub_toggle {
    float: right;
    border: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    background: url('../img/more_op.png') 50% 65% no-repeat;
}

.side_menu ul .mu_title button.sd_cl {
    float: right;
    border: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    background: url('../img/more_cl.png') 50% 65% no-repeat;
}

.side_menu ul .mu_title ul {
    margin: 0;
    padding: 0;
    display: none
}

.side_menu ul .mu_title ul li {
    line-height: 33px;
    border-bottom: 1px solid #f6f8fb !important;
    background: #e8e9f4
}

.side_menu ul .mu_title ul li:last-child {
    border-bottom: 0
}

.side_menu ul .mu_title ul li a {
    margin-left: 0;
    border: none !important
}

.menu_title1 {
    padding: 8px 0 6px 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #e84949;
    border-bottom: 2px solid #d23f3f;
}

.menu_title2 {
    clear: both;
    padding: 8px 0 6px 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #5562b4;
    border-bottom: 2px solid #4552a1;
}

.side_close {
    position: absolute;
    top: 10px;
    right: 282px;
    margin: 0;
    line-height: 1em;
}

.side_close button {
    background: url('../img/si_close.png') 50% 50% no-repeat;
    border: none;
    font-size: 0;
    text-indent: -9999;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 10px
}

*/

/*페이지 메뉴카테고리*/
#subpage_wrap {
    width: 100%;
}

#system_cate {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}

#system_cate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#system_cate ul li {
    float: left;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    width: 49%;
    text-align: center;
}

#system_cate ul li a {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2.5em;
    color: #656565;
    text-decoration: none;
    display: block;
}

#system_cate ul li.cate_txt1 a {}

#system_cate ul li.cate_txt2 {
    border-right: 1px solid #dddddd;
}

#system_cate ul li.cate_txt3 {
    border-bottom: 1px solid #dddddd;
}

#system_cate ul li.cate_txt4 {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#system_cate ul li.cate_txt5 {
    border-top: 0;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#system_cate ul li.cate_txt6 {
    border-bottom: 1px solid #dddddd;
}

#system_cate ul li.cate_txt7 {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#system_cate ul li.cate_txt8 {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#system_cate ul li.cate_txt9 {
    border-top: 0;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#system_cate ul li.pcate_txt1 {
    background: #888888;
}

#system_cate ul li.pcate_txt1 a {
    color: #fff;
}

#system_cate ul li.lacate_txt {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#system_cate ul li.pcate_txt2 {
    border-right: 1px solid #dddddd;
    background: #888888;
}

#system_cate ul li.pcate_txt2 a {
    color: #fff;
}

#system_cate ul li.pcate_txt3 {
    border-bottom: 1px solid #dddddd;
    background: #888888;
}

#system_cate ul li.pcate_txt3 a {
    color: #fff;
}

#system_cate ul li.placate_txt {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #1e1861;
}

#system_cate ul li.placate_txt a {
    color: #fff;
}

#system_cate ul li.pcate_txt4 {
    border-bottom: 1px solid #dddddd;
    background: #888888;
}

#system_cate ul li.pcate_txt4 a {
    color: #fff;
}

#system_cate ul li.pcate_txt5 {
    border-top: 0;
    border-bottom: 1px solid #dddddd;
    background: #888888;
}

#system_cate ul li.pcate_txt5 a {
    color: #fff;
}

#system_cate ul li.pcate_txt6 {
    border-bottom: 1px solid #dddddd;
    background: #888888;
}

#system_cate ul li.pcate_txt6 a {
    color: #fff;
}

#system_cate ul li.pcate_txt7 {
    border-bottom: 1px solid #dddddd;
    background: #888888;
}

#system_cate ul li.pcate_txt7 a {
    color: #fff;
}

#system_cate ul li.pcate_txt8 {
    border-bottom: 1px solid #dddddd;
    background: #888888;
}

#system_cate ul li.pcate_txt8 a {
    color: #fff;
}

#system_cate ul li.pcate_txt9 {
    border-bottom: 1px solid #dddddd;
    background: #888888;
}

#system_cate ul li.pcate_txt9 a {
    color: #fff;
}

/*.subpage_box {clear:both;margin: 0 0;padding: 20px 0 0;}
.subpage_box span {font-size: 1.2em;font-weight: bold;line-height: 2em;text-decoration: none;}
.subpage_box p {font-size:1.1em;line-height:1.9em;}
.pbox {padding: 12px 20px;background:#f6f6f7;margin: 10px 0 15px;}
.pbox2 {padding-left: 18px;color: #535353;}*/
/* 중간 레이아웃 */
#wrapper {
    margin: 0 0 20px 0
}

#wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#container {
    position: relative;
    min-height: 300px;
    padding: 0 10px;
}

#container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#container_title {
    padding: 30px 10px 20px;
    font-size: 1.4em;
    font-weight: bold;
}

/*메인배너*/
.main_bn_box {
    margin-bottom: 0 !important;
    position: relative;
    box-shadow: 0 0 2px #888
}

.main_bn_box:after {
    display: block;
    content: "";
    clear: both
}

.main_bn_ul {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: auto;
}

.main_bn_ul li {
    width: 100%;
    float: left;
    list-style: none;
    display: inline-block
}

.main_bn_ul li img {
    text-align: center;
    width: 100%;
    height: auto
}

/* 텍스트 크기 조절 */
#text_size {
    margin: 0 0 10px;
    text-align: center
}

#text_size button {
    margin: 0;
    padding: 2px 2px 1px;
    border: 1px solid #c3c6ca;
    background: transparent;
    vertical-align: middle
}

.ts_up {
    font-size: 1.167em !important
}

.ts_up2 {
    font-size: 1.3em !important
}

/* 취급품목 */
#redline {
    border-bottom: 2px solid #b10e0b;
    margin: 0 8px;
}

#mdowntitle {
    margin: 20px 5px 5px 8px;
}

#m_banners {
    position: relative;
    width: 100%;
    clear: both;
}

#m_banner1 {
    margin-top: 5px;
    border-bottom: 1px dashed #eeeeee;
}

#m_banner2 {
    border-bottom: 1px dashed #eeeeee;
}

#m_banner3 {
    margin-bottom: 5px;
}

#m_banners span {
    display: block;
    margin: 0 8px;
    padding: 10px 0 0;
    color: #585858;
}

#m_banner5 {
    float: left;
    width: 50%;
}

/* 메인화면 갤러리 최신글 */
#la_gallery {
    clear: both;
}

/* 하단 레이아웃 */
#ft {
    background: #fff
}

#ft h1 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ft p {
    margin: 0;
    padding: 10px 0 5px;
    line-height: 1.6em;
    color: #565656;
}

#ft_copy {
    padding: 10px;
    background: #fff;
    color: #000;
    line-height: 2em
}

#ft_copy #ft_company {
    position: relative;
    text-align: center;
    border-top: 1px solid #dde4e9;
    padding: 10px 0 0;
    font-size: 0.9em;
    line-height: 1.2em;
}

#ft_copy #ft_company a {
    display: inline-block;
    padding: 5px;
    font-size: 1em
}

#ft_copy b {
    color: inherit
}

#ft_copy a {
    color: inherit;
    text-decoration: none
}

#ft_copy address {
    text-align: center;
    font-style: normal;
    padding-top: 10px;
    line-height: 1.5em;
    font-size: 0.9em
}

#ft_copy #ft_company #ft_totop {
    color: #777777;
    margin: 0 0;
    padding: 3px 3px;
    font-size: 0.9em;
    border: 1px solid #e8e8e8;
}

/* 게시물 선택복사 선택이동 */
#copymove {}

.copymove_current {
    float: right;
    color: #ff3061
}

.copymove_currentbg {
    background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden
}

.msg_sound_only, .sound_only {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden
}

/* 본문 바로가기 */
.to_content a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

/* 이미지 등비율 리사이징 */
.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 audio {
    display: block;
    margin: 0 0 5px;
    width: 187px
}

#captcha #captcha_img {
    width: 60px;
    height: 30px;
    border: 1px solid #e9e9e9
}

#captcha #captcha_reload {
    margin: 0;
    padding: 0 5px;
    height: 32px;
    border: 0;
    background: #e4eaec;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer
}

#captcha #captcha_key {
    margin: 0 0 0 4px;
    padding: 0 5px;
    width: 50px;
    height: 30px;
    border: 1px solid #b8c9c2;
    background: #f7f7f7;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 2em
}

#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

/* 버튼 */
a.btn01 {
    display: inline-block;
    padding: 8px 7px 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: 8px 7px 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: 8px;
    border: 0;
    background: #ff3061;
    color: #fff;
    letter-spacing: -0.1em
}

fieldset .btn_submit {
    padding: 0 7px;
    height: 24px;
    line-height: 1em
}

a.btn_cancel {
    display: inline-block;
    padding: 8px 7px 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    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: 1.9em;
    border: 0;
    background: #333;
    color: #fff;
    letter-spacing: -0.1em;
    text-decoration: none;
    vertical-align: top;
    line-height: 1.9em
}

/* 우편번호검색버튼 등 */
button.btn_frmline {
    font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01 {
    display: inline-block;
    margin: 0 0 3px;
    padding: 8px 6px 7px;
    border: 1px solid #d9ded9;
    background: #f2f5f9;
    color: #000;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b01:focus, .btn_b01:hover {
    text-decoration: none
}

a.btn_b02 {
    display: inline-block;
    margin: 0 0 3px;
    padding: 8px 6px 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b02:focus, .btn_b02:hover {
    text-decoration: none
}

a.btn_admin {
    display: inline-block;
    margin: 0 0 3px;
    padding: 8px 6px 7px;
    border: 1px solid #e8180c;
    background: #e8180c;
    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 {
    /*margin:0 10px 10px*/
}

.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_wrap caption {
    padding: 10px 0;
    color: #4b8b99;
    font-weight: bold;
    text-align: left
}

.tbl_head01 {}

.tbl_head01 caption {
    padding: 0 0 10px;
    color: #777;
    text-align: left
}

.tbl_head01 thead th {
    padding: 12px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #e5ecef;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em
}

.tbl_head01 thead a {
    color: #383838
}

.tbl_head01 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background: #484848;
    color: #fff
}

.tbl_head01 tfoot td {
    border-color: #666;
    background: #484848;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.tbl_head01 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.tbl_head01 td {
    padding: 5px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.5em;
    word-break: break-all;
    background: #fff
}

.tbl_head02 {}

.tbl_head02 caption {
    padding: 0 0 10px;
    color: #777;
    text-align: left
}

.tbl_head02 thead th {
    padding: 5px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #e5ecef;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em
}

.tbl_head02 thead a {
    color: #383838
}

.tbl_head02 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background: #484848;
    color: #fff
}

.tbl_head02 tfoot td {
    border-color: #666;
    background: #484848;
    color: #fff;
    font-weight: bold;
    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_frm01 {}

.tbl_frm01 th {
    padding: 10px 0;
    width: 90px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    text-align: left
}

.tbl_frm01 td {
    padding: 10px 5px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: transparent
}

.tbl_frm01 textarea, .frm_input {
    border: 1px solid #e4eaec;
    background: #f7f7f7;
    vertical-align: middle;
    line-height: 1.8em;
    -webkit-appearance: none
}

.tbl_frm01 textarea {
    width: 100%;
    height: 100px
}

.tbl_frm01 a {
    text-decoration: none
}

.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px;
    width: 100%
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 5px 0 0;
    color: #666;
    line-height: 1.3em
}

/* 자료 없는 목록 */
.empty_table {
    padding: 20px 0 !important;
    text-align: center
}

.empty_list {
    padding: 20px 0 !important;
    text-align: center
}

/* 필수입력 */
.required, textarea.required {
    background: url('../img/wrest.gif') #f7f7f7 top right no-repeat !important
}

/* 테이블 항목별 정의 */
.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: 150px;
    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 #win_title {
    margin: 0 0 20px;
    padding: 20px;
    border-top: 3px solid #2c68b0;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1.2em
}

.new_win #win_title .sv {
    font-size: 0.75em;
    line-height: 1.2em
}

.new_win .tbl_wrap {
    margin: 0 20px
}

.new_win .win_ul {
    margin: -20px 0 20px 0;
    padding: 0 20px;
    border-bottom: 1px solid #455255;
    background: #484848;
    list-style: none
}

.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;
    border-right: 1px solid #455255;
    border-left: 1px solid #455255;
    color: #fff;
    font-weight: bold;
    text-decoration: none
}

.new_win .win_desc {
    padding: 10px 20px
}

.new_win .win_btn {
    clear: both;
    padding: 20px;
    text-align: center
}

.new_win .win_btn a {
    display: inline-block;
    padding: 0 10px;
    height: 2.5em;
    background: #666;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    line-height: 2.5em
}

.new_win .win_btn button {
    display: inline-block;
    padding: 0 10px;
    height: 2.5em;
    border: 0;
    background: #2c68b0;
    color: #fff;
    text-decoration: none;
    line-height: 2.5em
}

.new_win .win_btn input {
    padding: 0 10px;
    height: 2.5em;
    line-height: 2.5em
}

/* 검색결과 색상 */
.sch_word {
    color: #ff3061
}

/* 사이드뷰 */
.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;
    margin: 0 0 20px;
    padding: 20px 0;
    text-align: center;
    background: #fff
}

.pg {}

.pg_page, .pg_current {
    display: inline-block;
    padding: 0 8px;
    height: 25px;
    color: #000;
    letter-spacing: 0;
    line-height: 2.2em;
    vertical-align: middle
}

.pg a:focus, .pg a:hover {
    text-decoration: none
}

.pg_page {
    background: #e4eaec;
    text-decoration: none
}

.pg_start, .pg_prev {
    /* 이전 */
}

.pg_end, .pg_next {
    /* 다음 */
}

.pg_current {
    display: inline-block;
    margin: 0 4px 0 0;
    background: #333;
    color: #fff;
    font-weight: normal
}

/* PC화면으로 */
#device_change {
    display: block;
    margin: 5px;
    padding: 5px 0;
    border: 1px solid #d2d2d2;
    border-radius: 2em;
    color: #797979;
    font-size: 1em;
    text-decoration: none;
    text-align: center
}

/* 검교정 부분 CSS */
.calibration {
    margin: 50px 0 0 0;
}

.calibration h2 {
    font-size: 1em;
    color: balck;
    margin: 20px 5px 5px 8px;
}

.fontsize20 {
    font-size: 20px;
}

.fontsize16 {
    font-size: 16px;
}

.iconbox {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 49%;
    height: 260px;
    margin: 40px -2px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    transition: all 0.7s;
}

.calibration .iconbox h4 {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 12px;
    color: white;
}

.calibration a:nth-child(2n-1) .iconbox h4 {
    background-color: #ff6600;
}

.calibration a:nth-child(2n) .iconbox h4 {
    background-color: #333333;
}

.calibration .iconbox h3 {
    font-size: 1.1em;
    line-height: 2.0em;
}

.calibration .iconbox p {
    font-size: 0.875em;
    line-height: 1.5em;
}

.icon {
    display: inline-block;
    text-align: center;
    width: 98%;
    height: 120px;
    transition: all 0.7s;
    margin: 20px 0 15px;
}

.fas {
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 50px;
    line-height: 110px;
}

.width100pro {
    width: 100%;
}

.width800 {
    width: 800px;
    margin: 0 auto;
}

.bg-img1 {
    background-image: url("../img/01.jpg");
}

.bg-img2 {
    background-image: url("../img/02.jpg");
}

.bg-img3 {
    background-image: url("../img/03.jpg");
}

.bg-img4 {
    background-image: url("../img/04.jpg");
}

.bg-img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1.0s;
}

.iconbox:hover {
    border: 1px solid #7e7e7e;
    box-shadow: inset 0 0 10px #c5c5c5;
}

/* 검교정 부분 CSS */
#cp_if .ctt_company2 #ctt_con img {
    width: 100%;
}
