@charset "utf-8";



:root {
    /* 버튼 및 인풋 폼 높이 세팅 */
    --hd_height: 10rem;
    --hd_height_m: 5.6rem;
    --height_sm: 3.2rem;
    --height_md: 4.0rem;
    --height: 4.8rem;
    --height_lg: 5.7rem;
    --ic_date: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z"></path></svg>');
    --ic_time:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z"></path></svg>')
}

/* 초기화 */
html { font-size:10px;  -webkit-text-size-adjust: none; text-size-adjust: none;}
body {margin:0;padding:0;font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size: 1.5rem;}
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: 'Noto Sans KR', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {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;font-size:1em;font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}
input, button {margin:0;padding:0;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer;font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}

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

textarea, select {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; }

.eg_font{font-family: 'Exo 2', sans-serif;}
.mt_20{margin-top: 20px;}




.line_h1 { line-height:1.0em; } 
.line_h1_1 { line-height:1.1em; } 
.line_h1_2 { line-height:1.2em; } 
.line_h1_3 { line-height:1.3em; } 
.line_h1_4 { line-height:1.4em; } 
.line_h1_5 { line-height:1.5em; } 
.line_h1_6 { line-height:1.6em; } 
.line_h1_7 { line-height:1.7em; } 
.line_h1_8 { line-height:1.8em; } 
.line_h1_9 { line-height:1.9em; } 
.line_h2 { line-height:2.0em; } 

/*폰트커스텀 기본사이즈 10px*/

.tit_h1 { font-size: 5rem; font-weight: 700;  line-height: 140%;}
.tit_h2 { font-size: 4rem; font-weight: 700;} 
.tit_h3 { font-size: 3.5rem; font-weight: 700;} 
.tit_h4 { font-size: 3.0rem; font-weight: 700; } 
.tit_h5 { font-size: 2.5rem; font-weight: 700;  } 
.tit_h6 { font-size: 1.5rem; font-weight: 700; } 

.fs_8 { font-size: 0.8rem; } 
.fs_9 { font-size: 0.9rem; } 
.fs_10 { font-size: 1.0rem; } 
.fs_11 { font-size: 1.1rem; } 
.fs_12 { font-size: 1.2rem; } 
.fs_13 { font-size: 1.3rem; } 
.fs_14 { font-size: 1.4rem; } 
.fs_15 { font-size: 1.5rem; } 
.fs_16 { font-size: 1.6rem; } 
.fs_17 { font-size: 1.7rem; } 
.fs_18 { font-size: 1.8rem; } 
.fs_19 { font-size: 1.9rem; } 
.fs_20 { font-size: 2.0rem; } 
.fs_21 { font-size: 2.1rem; } 
.fs_22 { font-size: 2.2rem; } 
.fs_23 { font-size: 2.3rem; } 
.fs_24 { font-size: 2.4rem; } 
.fs_25 { font-size: 2.5rem; } 
.fs_26 { font-size: 2.6rem; } 
.fs_27 { font-size: 2.7rem; } 
.fs_28 { font-size: 2.8rem; } 
.fs_29 { font-size: 2.9rem; } 
.fs_30 { font-size: 3.0rem; } 
.fs_31 { font-size: 3.1rem; } 
.fs_32 { font-size: 3.2rem; } 
.fs_33 { font-size: 3.3rem; } 
.fs_34 { font-size: 3.4rem; } 
.fs_35 { font-size: 3.5rem; } 
.fs_36 { font-size: 3.6rem; } 
.fs_37 { font-size: 3.7rem; } 
.fs_38 { font-size: 3.8rem; } 
.fs_39 { font-size: 3.9rem; } 
.fs_40 { font-size: 4.0rem; } 
.fs_41 { font-size: 4.1rem; } 
.fs_42 { font-size: 4.2rem; } 
.fs_43 { font-size: 4.3rem; } 
.fs_44 { font-size: 4.4rem; } 
.fs_45 { font-size: 4.5rem; } 
.fs_46 { font-size: 4.6rem; } 
.fs_47 { font-size: 4.7rem; } 
.fs_48 { font-size: 4.8rem; } 
.fs_49 { font-size: 4.9rem; } 
.fs_50 { font-size: 5.0rem; } 
.fs_51 { font-size: 5.1rem; } 
.fs_52 { font-size: 5.2rem; } 


.fw_100 { font-weight: 100; } 
.fw_200 { font-weight: 200; } 
.fw_300 { font-weight: 300; } 
.fw_400 { font-weight: 400; } 
.fw_500 { font-weight: 500; } 
.fw_600 { font-weight: 600; } 
.fw_700 { font-weight: 700; } 
.fw_800 { font-weight: 800; } 
.fw_900 { font-weight: 900; }


.wh_pre { white-space: pre-line; } 
.wh_nowrap { white-space: nowrap; }

.break_all{word-break: break-all;}

/*글자 줄임말/자르기*/
.line_text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; word-break: break-all;word-break: break-all;} 
.line1_text { white-space: normal; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;word-break: break-all;} 
.line2_text { white-space: normal; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break: break-all;} 
.line3_text { white-space: normal; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;word-break: break-all;} 

.fc_fff{color: #fff;}
.fc_666{color: #666666;}
.fc_999{color: #999;}
.fc_primary{color: #008B1C;}
.fc_blue{color: #0083A4;}

.bg_gray{background-color: #F8F8F8;}
.bg_light{background-color: #FEFCFC;}
.bg_blue{background-color: #0083A4;}


/*이미지크롭*/
.rect {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.rect:after {
content: "";
display: block;
padding-bottom: 100%; 
}

.rect img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.rect2{width: 100%;position: relative;overflow: hidden; } 
.rect2:after{content: "";display: block;padding-bottom:calc(600 / 450 * 100%); } 
.rect2 img{ position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 50%;left: 50%;transform: translate(-50%,-50%);}

select {
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
}

select::-ms-expand{
    display:none;/*for IE10,11*/
}
/* 셀렉트 박스 */
.custom-select {
    max-width: 240px;
    width: 100%;
    height: 50px;
    padding-right: 37px;
    background: url(/img/ic_select.png)no-repeat center right 20px;
    background-size: 17px;
    padding-left: 20px;
    font-size: 16px;
    color: #999999;
    border: 1px solid #DBDBDB;
}


/*모달*/
.modal_wrap { display: none; position: fixed; z-index: 1050; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; align-items: center; justify-content: center ; background-color: rgba(0,0,0,0.6);}
.modal_content {margin:auto; max-width: 490px; max-height: 700px; width: 100%; padding: 20px 20px;}
.modal_head { display: flex; align-items: center; justify-content: end; padding-bottom: 10px;}
.modal_head h2{ color: #fff; font-size:15px; font-weight: 500; margin-right: 20px;}
.modal_head button{border: 0; background-color: transparent; width: 54px; height: 54px;}
.modal_head button img{width: 100%;}
.modal_swiper .swiper-slide{width: 100%; }
.modal_wrap .modal_footer { padding: 15px 0 0; background-color: #fff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
.modal_wrap .modal_footer .add_btn { width: 100%; height: 45px; border-radius: 10px; margin-bottom: 10px; background-color: #1e7bff; color:#fff; font-size: 15px !important;}
.modal_wrap .modal_footer p{ font-size: 13px; color: #797979; padding-left: 10px; line-height: 130%;}

.modal_slide .swiper-button-prev:after, .modal_slide .swiper-button-next:after {display: none;}
.modal_slide .swiper-button-prev, .modal_slide .swiper-button-next{width: 38px; height: 76px; background-color: rgba(0, 0, 0, 0.3);}
.modal_slide .swiper-button-prev img, .modal_slide .swiper-button-next img{width: 38px;}
.modal_slide .swiper-button-prev{left: 0;}
.modal_slide .swiper-button-next{right: 0;}

.modal_wrap.none { 
    display: none !important; 
}


/*터치*/
.touch_scroll { overflow-x: auto; overflow-y: hidden;}
.scroll_bar_none { -ms-overflow-style: none; } 
.scroll_bar_none::-webkit-scrollbar { display: none; }

.collapse {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.collapse.show {
    display: block;
    height: auto;
}

.d-flex{display: flex;}


/*마진 및 패딩*/
.pt-0{padding-top: 0 !important;}
.pl_05{padding-left: 5px;}
.pl_10{padding-left: 10px;}


.mb-0{margin-bottom: 0 !important;}
.mr_05{margin-right: 5px;}
.mr_20{margin-right: 20px;}

.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.mt_30{margin-top: 30px;}

.mb_05{margin-bottom: 5px;}
.mb_10{margin-bottom: 10px;}

.flex-shrink-0{flex-shrink: 0 !important;}

.text-left{text-align: left;}
.text-center{text-align: center;}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0;max-width: 1200px;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {
    z-index: 1000 !important;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden;}

.hd_contaner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.hd_contaner:after{content:""; display:block; clear:both;}
#hd_wrapper {
    position: relative;
    margin: 0 auto;
    zoom: 1;
    width: 100%;
    max-width: 1320px;
    height: var(--hd_height);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}


#logo > span { display: none; }
#logo a{display:block;}
#logo img{width: 18rem;}
#logo .logo_b{display: none;}

.hd_sch_wr{position:absolute;top:25px;left:50%;width:430px;margin-left:-215px;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch{;border:2px solid #556ada;background:#fff;border-radius:5px;overflow:hidden}
#hd_sch #sch_stx {padding-left:10px;height:40px;width:376px;border:0;;border-right:0;float:left;font-size:1.25em}
#hd_sch #sch_submit {height:40px;border:0;background:#fff;color:#333333;width:50px;float:left;cursor:pointer;font-size:18px}

#sbn_side{position:absolute;top:20px;right:0}

#tnb {
    display: none;
    width:100%;
	border-bottom:1px solid #ddd;
}
#tnb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb ul{max-width:1200px;margin:0 auto;}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {
    margin-bottom: -1px;
    font-size: 12px;
    float: right;
}
#tnb a {
    display: inline-block;
    color: #999;
    line-height: 35px;
    margin: 0 7px;
}
#tnb a:focus, #tnb a:hover {color:#000;}
#tnb .tnb_admin a{}
#tnb .tnb_left{float:left}
#tnb .tnb_left a{;padding:0 14px}
#tnb .tnb_cart{border-right:1px solid #ddd;}
#tnb .tnb_community{border-right:1px solid #ddd}
#tnb .tnb_community i{font-size:15px}
#tnb .tnb_community{background:#e7e7e7;font-weight:bold;}
#tnb .tnb_community:focus, #tnb .tnb_community:hover {color:#333;border-bottom:0}
#tnb .tnb_community a{color:#333333;border-bottom:1px solid #e7e7e7}

#hd_qnb{float:right;margin-top:20px}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li{float:left;font-size:1.083em;line-height:15px;position:relative;text-align:center;margin:0 10px}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a{display:block}
#hd_qnb li i{display:inline-block;width:40px;line-height:40px;border-radius:25px;background:#fff;text-align:center;margin:0;color:#fff}
#hd_qnb .visit .visit-num{display:inline-block;line-height:18px;padding:0 5px;border-radius:10px;background:#f04e00;color:#fff;font-size:10px;position:absolute;top:0;right:0}
#hd_qnb li .fa-question{background:#e83a5f;font-size:20px}
#hd_qnb li .fa-question:hover{background:#e41b45}
#hd_qnb li .fa-comments{background:#82c13f;font-size:16px}
#hd_qnb li .fa-comments:hover{background:#5aa708}
#hd_qnb li .fa-users{background:#f0ba00;font-size:15px}
#hd_qnb li .fa-users:hover{background:#f06f00}
#hd_qnb li .fa-history{background:#8522c4;font-size:15px}
#hd_qnb li .fa-history:hover{background:#6700a9}

.pgwSlideshow .ps-current .ps-prev{
    left: 10px !important;
}
.pgwSlideshow .ps-current .ps-next{
    right: 10px !important;
}
.pgwSlideshow .ps-current .ps-prev,
.pgwSlideshow .ps-current .ps-next{
    border-radius: 50px !important;
    padding: 10px 15px !important;
}
.pgwSlideshow .ps-current .ps-prev:hover,
.pgwSlideshow .ps-current .ps-next:hover{
    background-color: #1F414B;
}

#bo_v_atc #slideshow{margin: 20px auto;}
.pgwSlideshow .ps-current>ul>li img{height: 100%; object-fit: cover;}


/* 메인메뉴 */
#gnb {
    position: relative;
    float: right;
}
#gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{}
#gnb #gnb_1dul {padding: 0;zoom:1;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {
    float: left;
    position: relative;
    text-align: center;
	letter-spacing: -1px;
}
#gnb .gnb_1dli:last-child{padding-right:0;}
#gnb .gnb_1dli > a{color:#fff;display:block;padding: 0 35px; font-size: 1.8rem; font-weight: 700; height: var(--hd_height); display: flex; align-items: center;}

#gnb .gnb_1dli:hover > a{color:#fff;
   transition:all .1s linear;
  -o-transition:all .1s linear;
  -moz-transition:all .1s linear;
  -webkit-transition:all .1s linear;
}
.gnb_1dli .bg{display:inline-block;width:10px;height:10px;overflow:hidden;background:url(../img/gnb_bg2.gif) no-repeat 50% 50%;text-indent:-999px}


.gnb_2dli{border-bottom:1px solid #ddd; border-top: 0;}
.gnb_2dli:last-child{border-bottom:0;}
/* .gnb_2dli:first-child{border:0} */
.gnb_2dul {
    display: none;
    position: absolute;
    top: var(--hd_height);
    left: 50%;
    background: #fff;
    padding: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    min-width: 210px;
    transform: translateX(-50%);
    border: 1px solid #ddd;
}
.gnb_2da {
    display: block;
    padding: 12px 0;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
	font-size:15px;
    color: #333;
    word-break: keep-all;
}
a.gnb_2da:hover{background:#00924b;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {
    color: #fff !important;
}
.gnb_1dli_over .gnb_2dul {display:block;
    overflow: hidden;}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em;color:#fff}
.gnb_wrap .gnb_empty a{color:#fff;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a{color:#555}

#gnb .gnb_menu_btn{background:#4158d1;color:#fff;width:50px;height:50px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn{background:#4158d1;color:#fff;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:-50px;left:0}
#gnb .gnb_mnal{padding:0}

#gnb_all {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 70px;
    background:#f3f3f3;
	box-shadow:0 3px 5px rgba(0,0,0,0.1);
}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul {
    padding: 30px 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 285px;
    font-size: 15px;
}
#gnb_all .gnb_al_li {
    float: left;
	width: 120px;
    
}
#gnb_all .gnb_al_li:nth-child(2){min-width: 113px;}

#gnb_all .gnb_al_li .gnb_al_a{font-size:1.083em;padding:10px;display:block;position:relative;margin-bottom:10px;background: #eff1f9;border-bottom: 1px solid #dee2f1;font-weight: bold;color:#243071}
#gnb_all .gnb_al_li li {text-align:center;}
#gnb_all .gnb_al_li li a{color:#222;
   transition:all .1s linear;
  -o-transition:all .1s linear;
  -moz-transition:all .1s linear;
  -webkit-transition:all .1s linear;
  line-height:22px;
  padding:7px 0;
  display:block;
}
#gnb_all .gnb_al_li li:hover a{color:#013d8f;
   transition:all .1s linear;
  -o-transition:all .1s linear;
  -moz-transition:all .1s linear;
  -webkit-transition:all .1s linear;
}


.home_btn{background-color: transparent;}
.home_btn img, .hd_menu_btn img{width: 2.4rem;}

#hd.on{background-color: #fff; border-bottom: 1px solid #DBDBDB;}
#hd.on #logo .logo_w{display: none;}
#hd.on #logo .logo_b{display: block;}

#hd.on #gnb .gnb_1dli > a{color: #000;}


#hd.on .home_btn img, #hd.on .hd_menu_btn img{filter: invert(1);}


/*모바일 헤더*/
.m_menu_wr{visibility: hidden; opacity: 0;  position: fixed; top: 0; right: -200%; width: 100%; height: 100%; z-index: 1010; transition: all 0.5s ease-in-out; display: flex; justify-content: start;max-width:412px;}
.m_nav .nav_a img{width:2.0rem;}
.m_nav .nav_ul2{display: none;}


/* 헴버거메뉴 */
.hd_menu_btn {
	/*background:url(../img/ic_menu.png)no-repeat center;
	background-size:3.6rem auto;*/
    background: none;
	cursor: pointer;
	width:3.6rem;
	height:3.6rem;
}
.hd_menu_btn a{display:block;}
.m_menu_wr{visibility: hidden; opacity: 0;  position: fixed; top: 0; right: -200%; width: 100%; height: 100%; z-index: 1010; transition: all 0.5s ease-in-out; display: flex; justify-content: start;max-width:412px;}
.m_nav .nav_a img{width:2.0rem;}r
.m_nav .nav_ul2{display: none;}


/* x버튼 */
.menu_hd{display: none; opacity: 0;height:var(--hd_height_m);}
.m_nav .menu_hd{display: flex; justify-content: space-between; align-items: center; background: #005D13;  color: #fff;padding:0 2rem;opacity: 0;}
.menu_on .m_nav .menu_hd {opacity: 1;}

/* 메뉴 열렸을때 외부 */
.menu_on .m_menu_wr{visibility: visible; opacity: 1;right: 0%;  max-width: 310px;}
.m_nav{position: relative; width: 100%; height: 100%; z-index: 99999;  background: #fff; max-width: 0; transform: translateX(0%); visibility: hidden; opacity: 0;}
.menu_on .m_nav{transform: translateX(0%); visibility: visible; opacity: 1; max-width: 100%;overflow-y: auto;}
.menu_bg{position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.6); transition: all 0.4s ease-in-out; width: 100%; height: 100%; z-index: 99998; visibility: hidden; opacity: 0;}
.menu_on .menu_bg{visibility: visible; opacity: 1;}

/*메뉴 열렸을때 내부*/
.menu_hd h2{font-size: 1.8rem; font-weight: 700;}
.menu_hd .close_btn img{width: 1.8rem;}
.ic_arrow.rotate {transform: rotate(180deg);}

.m_nav_menu{padding: 3rem 2rem 0;}
.m_nav_gnb_1dli{margin-bottom: 2rem;}
.m_nav_li .gnb_1dli_wr{display: flex; justify-content: space-between; align-items: center; cursor: pointer;}
.m_nav_li .nav_cont{padding: 2rem 1rem 0;}

.nav_cont ul{padding-left: 0.8rem;}
.nav_cont li{margin-bottom: 1rem; list-style-type: "- ";}
.nav_cont li:last-child{margin-bottom: 0;}
.nav_cont li a{font-size: 1.5rem; color: #666666;}



.nav_tabs{display: flex; flex-wrap: nowrap;}
.nav_tabs .nav-item{flex-grow: 1; flex-basis: 0; max-width: 100%; width: 100%; margin-left: -1px;}
.nav_tabs .nav-item:first-child{margin-left: 0;}
.nav_tabs .nav-link{width: 100%; border: 0; word-break: keep-all; padding: 0 0.5rem; font-size: 1.8rem; color: #AAAAAA; background-color: transparent; height: 6.7rem; background-color: #F8F8F8; border: 1px solid #DBDBDB; border-bottom: 2px solid #008B1C; font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}
.nav_tabs .nav-link.active{background-color: #fff; border: 2px solid #008B1C; color: #008B1C;font-weight: 700; border-bottom: 0; position: relative; z-index: 5;}

/*nav_tab_line*/
.main_tab_wr span{
    margin: 0 2rem 1.8rem;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #A9A9A9;
}
.nav_tab_line{
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}
.nav_tab_line {
    border: unset;
}
.nav_tab_line .nav-item{
    text-align: center;
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	width: 100%;
}
.nav_tab_line .nav-link {
    border: 0;
    color: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-bottom: 1.7rem;
    font-size: 2.0rem;
    font-weight: 700;
	background: transparent;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.nav_tab_line .nav-link.active, .nav_tab_line .nav-item.show .nav-link {
    border-bottom: 3px solid #000;
    color: #000;
}

.tab-content .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.tab-content .tab-pane.show {
    display: block;
    opacity: 1;
}



/* 중간 레이아웃 */
#wrapper{}
#wrapper02 {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {z-index:5;margin:0 auto;width:100%;height:100%;;zoom:1;}
#wrapper02 #container_wr {
    width: 100%;
    max-width: 1200px;
    padding: 60px 0;
}
#aside {
    float: right;
    width: 270px;
    padding: 0;
    background: #fff;
    height: 100%;
    margin: 20px 0 20px 20px;
    display: none;
    box-shadow: 5px 0 10px rgba(0,0,0,0.2);
	position:relative;
    z-index: 30;
}
.aside_bk {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    display: none;
    z-index: 111111111;
}

#container {z-index:4;position:relative;float:left;min-height:500px;height:auto !important;height:500px;font-size:1em;width:100%;zoom:1;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container02 {
    z-index: 4;
    position: relative;
    height: auto !important;
    font-size: 1em;
    width: 100%;
    zoom: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    
}
#container02:after {display:block;visibility:hidden;clear:both;content:""}
#container_1200{max-width:1200px;width:100%;margin:0 auto;}

.container{max-width: 1320px;width: 100%; margin: 0 auto; padding: 0 2rem;}

#container_title {font-size:1.333em;max-width:1320px;margin:0 auto; padding: 0 2rem;font-weight:bold;text-align: center;border-bottom:1px solid #ddd;}
#container_title span {
    margin: 0 auto;
    display: inline-block;
    line-height: 30px;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    padding: 70px 0 30px;    position: relative;
    word-break: keep-all;
    line-height: 1.4;

}
/* #container_title span:after{content:'';display:block;width:100%;height:2px;background:#008B1C;position: absolute;
    bottom: -1px;} */
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}



/*메인*/
.main_swiper .swiper-slide{position: relative;width: 100%; height: 85rem; }
.main_swiper .swiper-slide:nth-child(1){background: url(/img/slide01.jpg) no-repeat center;  background-size: cover; }
.main_swiper .swiper-slide:nth-child(2){background: url(/img/slide02.jpg) no-repeat center;  background-size: cover; }

.main_arrow{position: absolute; max-width: 1512px; width: 100%;top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;}
.main_arrow > div{color: transparent; width: 7.6rem; height: 7.6rem; background-color: rgba(0,0,0,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.main_arrow > div img{width: 3.8rem;}
.main_arrow .swiper-button-next:after, .main_arrow .swiper-button-prev:after{display: none;}

.slide_txt {
    color: #fff;
    max-width: 1320px;
    width: 100%;
    padding: 21rem 2rem 0;
    margin: 0 auto;
    text-align: center;
}
.slide_txt .tit{font-size: 5rem; font-weight: 700; line-height: 1.34;}
.slide_txt .sub_tit{font-size: 2.2rem; line-height: 1.5;word-break: keep-all; margin-bottom: 1.5rem;}


.section01{padding: 10rem 0 12rem; position: relative;}
.section01 .tit_h2 {margin-bottom: 4rem;}
.section01 .tit_h2 span, .sec02_wr .tit_h2 span{color: #008B1C;}

.sec01_swiper{box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.18);}
.busi_item{display: flex; height: 40rem;}
.busi_item_lf{width: 50%; background-color: #008B1C; padding: 7rem 5rem 5rem;}
.busi_item_tit{color: #fff; margin-bottom: 1.8rem;}
.busi_item_cont{color: #fff; line-height: 1.5; font-size: 1.6rem; word-break: keep-all; font-weight: 300; margin-bottom: 4rem;}
.busi_item_lf a{color: #fff; font-size: 1.6rem; font-weight: 600; padding: 1.3rem 2rem; padding-right: 1.6rem; border: 1px solid #fff;}
.busi_item_lf a img{width: 2.5rem; margin-left: 3rem;}
.busi_item_rg{width: 50%; height: 100%; background: url(/img/busi_img01.jpg)no-repeat center; background-size: cover;}

.sec01_swiper .swiper-slide:nth-child(2) .busi_item_rg{background: url(/img/busi_img02.jpg)no-repeat center; background-size: cover;}
.sec01_swiper .swiper-slide:nth-child(3) .busi_item_rg{background: url(/img/busi_img03.jpg)no-repeat center; background-size: cover;}
.sec01_swiper .swiper-slide:nth-child(4) .busi_item_rg{background: url(/img/busi_img04.jpg)no-repeat center; background-size: cover;}
.sec01_swiper .swiper-slide:nth-child(5) .busi_item_rg{background: url(/img/busi_img05.jpg)no-repeat center; background-size: cover;}
.sec01_swiper .swiper-slide:nth-child(6) .busi_item_rg{background: url(/img/busi_img06.jpg)no-repeat center; background-size: cover;}
.sec01_swiper .swiper-slide:nth-child(7) .busi_item_rg{background: url(/img/busi_img07.jpg)no-repeat center; background-size: cover;}
.sec01_swiper .swiper-slide:nth-child(8) .busi_item_rg{background: url(/img/busi_img08.jpg)no-repeat center; background-size: cover;}
.sec01_swiper .swiper-slide:nth-child(9) .busi_item_rg{background: url(/img/busi_img09.jpg)no-repeat center; background-size: cover;}

.sec01_arrow{max-width: 1504px;padding: 4rem 1rem 0; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 50; display: flex; justify-content: space-between; flex-direction: row-reverse;}
.sec01_arrow > div{color: transparent; width: 5.2rem; height: 5.2rem; background: url(/img/cont_arrow_lf.png)no-repeat center; background-size: 100%;}
.sec01_arrow .sec01-swiper-button-next{right: 0; background: url(/img/cont_arrow_rg.png)no-repeat center; background-size: 100%;}
.sec01_arrow .swiper-button-disabled{opacity: 0.2;}


.section02{width: 100%; padding: 9rem 0 8rem; background-color: #F3F3F3;}
.sec02_top{display: flex; align-items: center; justify-content: space-between;}

.section02 .tab-content{margin-top: 3rem;}
.section02 .tab-content ul{display: flex; flex-wrap: wrap; margin-left: -0.5rem; margin-right: -0.5rem;}
.section02 .tab-content li{width: 25%;padding-left: 0.5rem; padding-right: 0.5rem;margin-bottom: 1rem;}
.section02 .tab-content li .item{display: block; padding: 3rem 2rem; background-color: #fff;     height: 100%;}
.section02 .tab-content li .item_tit{margin-top: 1.5rem; font-size: 1.8rem; font-weight: 600; line-height: 1.4;}
.section02 .tab-content li .item_day{margin-top: 3rem; font-size: 1.6rem; color: #999999;}

.sec02_empty_list {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    text-align: center;
	flex-direction: column;
	color:#999;
}
.sec02_empty_list:before{content:'';display:block;width:60px;height:60px;background:url(/img/no_data.png)no-repeat center;margin-bottom:20px;background-size: cover;}

.badge{padding: 0.6rem 1.2rem; font-size: 1.4rem; font-weight: 600; color: #fff;width: fit-content;}
.badge-gr{background-color: #008B1C;}
.badge-bl{background-color: #209DDF;}
.badge-yl{background-color: #EBC400;}


.more_btn{width: 200px; margin: 20px auto 0;}
.more_btn a{display: flex; align-items: center; justify-content: center; height: 48px; border: 1px solid #DBDBDB; color: #666; padding-left: 10px;}
.more_btn a i{margin-left: 20px;}


/*서브*/
.sub_top {
    height: 460px;
    width: 100%;
    background: url(/img/sub_top.jpg)no-repeat center;
    background-size: cover;
    position: relative;
}

.sub_top_text_wrap{max-width: 1320px; width: 100%; height: 100%; margin: 0 auto; padding: 0 2rem; position: relative; display: flex; align-items: center; padding-top: 5rem;}
.sub_top_text h2{font-size: 5.5rem; margin-bottom: 2rem; color: #fff; font-weight: 700;}
.sub_top_text .sub_txt{font-size: 2.2rem; color: #fff; margin-bottom: 3.5rem;}

.sub_history {
    width: 100%; 
    text-align: left;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    font-size: 16px;
}
.sub_history .wrap{max-width:1200px;margin:0 auto;}
.sub_history .hist_depth1 > li {
    display: inline-block;
    color: #666;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.sub_history .hist_depth1 > li:first-child { border-left: 1px solid rgba(255,255,255,0.1);}
.sub_history .hist_depth1 > li a {
    display: block;
    color: #fff;
    line-height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.sub_history .hist_depth1 .active {color: #444;position: relative;}
.sub_history .hist_depth1 .active:hover {color: #25649e;}
.sub_history .hist_depth1 .active:hover .hist_depth2{display: block;}
.sub_history .hist_depth2 {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    line-height: 1.4;
    z-index: 99;
    border: 1px solid #ddd;
    font-size: 0.95em;
}
.sub_history .hist_depth2 li a {display: block;padding: 8px 10px;background: #fff;color:#333;font-weight: normal;border-bottom: 1px solid #ddd;line-height: 20px;}
.sub_history .hist_depth2 li a:hover {background: #eee;}
.sub_history .hist_depth2 li:last-child a {border: 0;}

/*서브메뉴 위치*/
.sub_history{position: relative; bottom: auto; background: transparent ;}
.sub_history .hist_depth1 > li{border: 0 ;}
.sub_history .hist_depth1 > li:first-child a{padding-left: 0;}
.sub_history .hist_depth1 > li a{font-size: 1.8rem ; font-weight: 600 ; line-height: 1; padding: 0; display: flex; padding:1.5rem 3rem 2.0rem;}
.sub_history .hist_depth1 > li:last-child a{padding-right: 0;}
.sub_history .hist_depth2{top: 4.5rem; left: 0rem;}
.sub_history .hist_depth2 li a{background-color: rgba(255,255,255,0.8); font-size: 1.5rem; font-weight: 400;  padding: 1rem;}

.sub_history .hist_depth2.on{display: block;}
.sub_img img{width:100%;margin:20px auto;display:block;}
/* .sub_pg img{width: 100%;} */


.sub_history .hist_depth1 li{position: relative;}
.sub_history .hist_depth1 li::after{display: block; content: ""; clear: both; width: 1px; height: 20px; background-color: #fff; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.sub_top_text h2 .hist_depth1 li.hist_depth1_li::after{display: none;}
.sub_history .hist_depth1 li:last-child::after{display: none;}


.sub_pg{margin-top: 4rem; min-height: 50rem; padding-bottom: 12rem;}
.img_wr img{width: 100%;}


/*스마트안전*/
.item_cont_wr{margin-top: 10rem;  padding: 0 6rem;}
.intrd_top{display: flex; justify-content: space-between; flex-wrap: wrap;}
.cont_txt{font-size: 2rem; font-weight: 300; line-height: 1.5;}
.item_cont_wr .intrd_img{width: 100%; margin-top: 9rem;}

.smart_top{display: flex; justify-content: space-between;}
.smart_lf .tit_h3{margin-bottom: 20px;}
.google_btn{display: flex; align-items: center; margin-top: 50px; width: fit-content; padding: 1.4rem 3rem 1.4rem 2.5rem; border: 1px solid #DBDBDB; border-radius: 8px;}
.google_btn img{width: 32px; margin-right: 6px;}
.google_btn p{font-size: 17px; font-family: 500;}

.smart_rg{max-width: 580px; width: 100%; position: relative; display: flex; align-items: center; justify-content: center;}
.smart_rg::before{content: ""; display: block; content: ""; background: url(/img/smart_rg_bg.png)no-repeat; background-size: 100%; width: 100%; height: 100%; position: absolute; top: 35%;}
.smart_swiper{width: 100%; max-width: 272px; border-top-left-radius: 22px; border-top-right-radius: 22px;}
.smart_swiper .img_wr{width: 100%; position: relative;}
.smart_top .img_wr img{margin-top: 0; width: 100%;}
.smart_bg{max-width: 300px; width: 100%;height: 100%;position: absolute;top: -8px;left: 50%;transform: translateX(-50%); z-index: 10;}
.smart_bg img{width: 100%;}

.smart_cont{margin-top: 120px; }
.smart_cont02{border: 1px solid #DBDBDB; padding: 80px 10px; display: flex; align-items: center; justify-content: center;}
.smart02_wr p{text-align: center;}
.smart02_wr .tit_h3{margin-bottom: 20px;}

.smart02_icon_wr{display: flex; justify-content: center; margin-top: 70px;}
.smart02_icon{text-align: center; padding: 0 25px;}
.smart02_icon .img_wr{display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; width: 98px; height: 98px; border-radius: 50%; border: 1px solid #DBDBDB}
.smart02_icon .img_wr img{width: 56px;}

.smart_cont03{display: flex; align-items: center; justify-content: space-between;}
.smart_cont03 > div{width: 50%;}
.smart03_lf{padding-right: 10px;}
.smart03_lf .tit_h3{margin-bottom: 20px;}
.smart03_rg img{width: 100%;}

.smart_cont04{position: relative;}
.smart_cont04 img{width: 100%;}
.smart_cont04 .tit_h3{position: absolute; top: 0; text-align: center; color: #fff; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}

.smart_cont05{display: flex; margin-left: -10px; margin-right: -10px;}
.smart_cont05 .smart05_lf, .smart_cont05 .smart05_rg{padding: 0 10px; width: 50%;}
.smart05_item{width: 100%; height: 100%; padding: 50px 30px; border: 1px solid #DBDBDB;}

.smart05_item .tit_h5{margin-bottom: 30px;}
.smart05_txt{display: flex; align-items: baseline; margin-bottom: 10px;}
.smart05_txt .num{width: 30px;height: 30px; flex-shrink: 0; border-radius: 50%; display: flex;align-items: center; justify-content: center; background-color: #008B1C; color: #fff; font-size: 16px; font-weight: 500; margin-right: 15px;}
.smart05_txt .in_arrow{flex-shrink: 0;display: flex;align-items: center; justify-content: center; color: #0083A4; font-size: 16px; font-weight: 500; margin-right: 15px;margin-left: 7px;}
.smart05_txt p.fs_16{line-height: 1.4;}
.smart05_txt:last-child{margin-bottom: 0;}

.smart_link{margin-top: 80px; display: flex; align-items: center; justify-content: center;}
.smart_link_btn{display: block; width: fit-content; padding: 17px 50px; color: #fff; font-size: 16px; border-radius: 27px; background-color: #008B1C;}


.ssumup_rg{max-width: 600px;}
.ssumup_rg .smart_swiper{max-width: 430px;}
.ssumup_bg{max-width: 600px; top: 0;}
.ssumup_rg::before{top: 16%;}

.ssumup_cont{margin-top: 150px;}

.ssumup02_wr{display: flex; justify-content: space-between; }
.ssumup02_lf{padding-right: 20px; flex-shrink: 0;}
.ssumup02_rg{max-width: 580px; width: 100%;}


.ssumup_cont03{text-align: center;}
.ssumup03_wr .smart02_icon{max-width: 350px; width: 100%;}
.ssumup03_wr .smart02_icon p.fs_16{margin-bottom: 10px;}
.ssumup_cont03 .tit_h5{margin-top: 70px;}

.ssumup_cont04{width: 100%; height: 244px; background: url(/img/ssumup04_img.jpg)no-repeat center; background-size: cover;}
.ssumup_cont04 .ssumup04_txt{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 70px;}
.ssumup_cont04 .ssumup04_txt .tit_h3{margin-bottom: 20px;}


.ssumup_cont05{margin-top: 80px;}
.ssumup05_item .item{display: flex; align-items: center; justify-content: space-between;}
.ssumup05_item .ssumup05_item_lf, .ssumup05_item .ssumup05_item_rg{max-width: 530px; width: 100%;}
.ssumup05_item .ssumup05_item_lf{margin-right: 20px;}
.ssumup05_item .reverse .ssumup05_item_lf{margin-right: 0; margin-left: 20px;}

.ssumup05_item .item .tit_h3{margin-bottom: 20px;}
.ssumup05_item .item .sub_tit{margin-bottom: 20px; font-size: 20px; font-weight: 300; line-height: 1.5; word-break: keep-all; color: #666;}
.ssumup05_item .item img{width: 100%;}
.ssumup05_item li{margin-bottom: 150px;}
.ssumup05_item li:last-child{margin-bottom: 0;}


.risk02_top{margin-top: 50px;}
.risk02_bt{margin-top: 30px; padding: 38px 10px; border: 1px solid #DBDBDB; display: flex; align-items: center; justify-content: center;}

.risk02_bt_cont{display: flex; margin-left: -20px; margin-right: -20px;}
.risk02_bt_cont li{text-align: center; padding: 0 20px; width: 50%;}
.risk02_bt_cont .circle_wr{position: relative; margin: 0 auto 20px; width: 128px; height: 128px; border-radius: 50%; background-color: #008B1C; color: #fff; display: flex; align-items: center; justify-content: center;}
.risk02_bt_cont p.fs_17{margin-bottom: 16px;}
.risk02_bt_cont .circle_wr2{background-color: #0083A4;}

.risk02_bt_cont .circle_wr::before{content: ""; display: block; clear: both; position: absolute; right: -134px; top: 50%; transform: translateY(-50%); width: 134px; height: 1px; border: 1px dashed #DBDBDB;}
.risk02_bt_cont li:last-child .circle_wr::before{display: none;}

.risk02_wr{margin-top: 40px;}
.smart05_txt .num2{border-radius: 7px; margin-right: 10px; background-color: rgba(0, 139, 28, 0.2); color: #008B1C;}

.risk02_wr li{padding: 20px 0;  border-bottom: 1px solid #DBDBDB;}
.risk02_wr li:first-child{border-top: 1px solid #DBDBDB;}
.risk02_wr .smart05_txt{align-items: start;}
.risk02_wr .d-flex{margin-right: 28px; flex-shrink: 0;}

.risk04_wr{display: flex; margin-left: -10px; margin-top: 30px;}
.risk04_wr .risk04_lf, .risk04_wr .risk04_rg{width: 50%; padding-left: 10px; padding-right: 10px;}
.risk04_wr .item{width: 100%; height: 100%; padding: 30px 30px 40px; border: 1px solid #DBDBDB;}
.risk04_wr .item .item_top{display: flex; align-items: center; margin-bottom: 30px;}
.risk04_wr .item .icon_wr{width: 98px; height: 98px; border-radius: 50%; border: 1px solid #DBDBDB; margin-right: 20px; display: flex; align-items: center; justify-content: center;}
.risk04_wr .item .icon_wr img{width: 56px;}

.risk04_rg .tit_h5{color: #0083A4;}
.risk04_rg .smart05_txt .num{background-color: #0083A4;}

.risk_cont05{background: url(/img/risk05_img.jpg)no-repeat center; background-size: cover;}
.risk_cont05 .tit_h5{margin-bottom: 20px;}

.risk06_wr{margin-top: 30px;}
.risk06_wr li{display: flex; align-items: center; margin-bottom: 20px;}
.risk06_wr li:last-child{margin-bottom: 0;}
.risk06_wr .risk06_lf{position: relative; flex-shrink: 0; width: 108px; height: 108px; border-radius: 50%; margin-right: 20px; background-color: #008B1C; color: #fff; display: flex;flex-direction: column; align-items: center; justify-content: center;}
.risk06_wr .risk06_lf::before{content: ""; display: block; clear: both; position: absolute; right: 50%; bottom: -50px; transform: translateX(-50%); width: 1px; height: 50px; border: 1px dashed #DBDBDB;}
.risk06_wr li:last-child .risk06_lf::before{display: none;}
.risk06_wr .risk06_lf p{margin-top: 8px;}
.risk06_wr .risk06_lf img{width: 22px;}


.risk_cont07{width: 100%; height: 408px; background: url(/img/risk07_img.jpg)no-repeat; background-size: cover;}
.risk_cont07 .ssumup04_txt{padding-left: 0; justify-content: center; text-align: center; color: #fff;}
.risk_cont07 .ssumup04_txt .tit_h5{margin-bottom: 20px;}
.risk_cont07 .ssumup04_txt .smart_link{margin-top: 20px;}




/*안전관리*/
.safety_cont{margin-top: 80px;}
.sub_tit.tit_h5{padding-left: 14px; border-left: 4px solid #008B1C; line-height: 1; margin-bottom: 25px;}
.safety02_wr{width: 100%; padding: 30px; background-color: #F8F8F8;}

.safety03_wr{padding: 60px 10px 40px; border: 1px solid #DBDBDB;}
.safety03_wr ul{display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.safety03_wr .item{display: flex; align-items: center; justify-content: center; width: 190px; height: 190px; border-radius: 50%; margin-bottom: 20px;}
.safety03_wr .item p{text-align: center;}
.safety03_wr .item.border{border: 1px solid #DBDBDB;}
.safety03_wr .item.primary{background-color: #008B1C; color: #fff;}
.safety03_wr span{display: block; margin: 0 20px 20px;}
.safety03_wr span img{width: 34px;}

.safety03_wr .item2{width: 250px; height: 190px; border-radius: 95px; border: 2px solid #008B1C; box-shadow: 0px 3px 20px rgba(0, 139, 28, 0.2);}

.safety_tb{width: 100%; border-top: 2px solid #000; border-spacing: 0;}
.safety_tb th{text-align: center; padding: 20px 10px; font-size: 16px; font-weight: 600; background-color: #F2F9F3; word-break: keep-all;}
.safety_tb td{padding: 20px 10px;  font-size: 16px; font-weight: 300; color: #666;}
.safety_tb td p{ word-break: keep-all;}

.border_r{border-right: 1px solid #DBDBDB;}
.border_b{border-bottom: 1px solid #DBDBDB;}
table::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
}
table::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 100px;
}


/*교육*/
.edu01_wr .safety_tb td{text-align: center; word-break: keep-all;}

/*화학물질*/
.chem01_cont .tit_h3{margin-bottom: 50px;}

/*산업안전컨설팅*/
.sub_txt{font-size: 20px; font-weight: 300; color: #666; line-height: 1.4; word-break: keep-all; margin-bottom: 30px;}
.sub_txt2{font-size: 16px; margin-bottom: 20px;}
.cindus02_wr .safety_tb td{text-align: center; word-break: keep-all;}

.cindus03_wr ul{align-items: start;}
.cindus03_wr li{display: flex; align-items: center;}
.cindus03_wr .item{width: 110px; height: 110px;}
.cindus03_wr span{margin: 0 5px 20px;}
.cindus03_wr span img{width: 22px;}
.cindus03_wr .item.dashed{border: 1px dashed #008B1C;}
.item_wr .d-flex{align-items: center;}

.cindus03_wr .item.mark_wr{position: relative; background-color: #02C52A;}
.cindus03_wr .item .mark{position: absolute; top: 50%; left: -30px; transform: translateY(-50%); width: 60px; display: flex; align-items: center; justify-content: center; padding: 4px 0; border-radius: 95px; border: 3px solid #02C52A; color: #02C52A; background-color: #fff;}
.cindus03_wr .item_wr span{margin-right: 35px;}
.cindus03_wr .item_wr .arrow_bl{margin-left: calc(85px / 2); margin-top: -15px;}
.cindus03_wr .item.mark_wr2{position: relative; left: -67px; background-color: #0083A4; width: 250px; height: 65px; border-radius: 33px;}
.cindus03_wr .item .mark2{top: -17px; left: 50%; transform: translate(-50%, 0); color: #0083A4;border: 3px solid #0083A4;}

.cindus04_wr{display: flex; margin-left: -10px; margin-right: -10px;}
.cindus04_wr li{width: 25%; padding: 0 10px;}
.cindus04_wr li .item{width: 100%; height: 100%; padding: 38px 30px 50px; background-color: #F8F8F8;}
.cindus04_tit{font-size: 20px; font-weight: 700; line-height: 1.4; margin-bottom: 40px;}
.cindus04_tit span{color: #008B1C;}
.cindus04_wr li .item p{word-break: keep-all; line-height: 1.3;}


.plan02_wr{display: flex; margin-left: -10px; margin-right: -10px;}
.plan02_tit p{word-break: keep-all;}
.plan02_wr > li{padding: 0 10px; flex: 1 1 auto;}
.plan02_wr li:first-child{max-width: 718px; width: 100%;}
.plan02_wr .item{width: 100%; height: 100%; padding: 50px 30px 40px; border: 1px solid #DBDBDB;}
.plan02_tit{display: flex; align-items: center; margin-bottom: 35px;}
.plan02_wr ul.d-flex{ flex-wrap: wrap;}
.plan02_wr .d-flex li{padding: 0; margin-bottom: 10px;}
.plan02_wr .d-flex li:nth-child(odd){width: 60%;}

.num.bg_blue{background-color: #0083A4;}
.plan02_wr .item .smart05_txt p{word-break: keep-all;}


.plan05_top{display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px;}

.consul03_wr{background-color: #F8F8F8; padding: 30px 30px 10px;}
.consul03_wr ul{display: flex; flex-wrap: wrap; margin-left: -9px; margin-right: -9px;}
.consul03_wr ul li{padding-left: 9px; padding-right: 9px; width: 50%; margin-bottom: 20px;}
.consul03_wr .item{ height: 100px; display: flex; align-items: center;  width: 100%; padding: 0 20px; background-color: #fff; }
.consul03_wr .item .smart05_txt{align-items: center; word-break: keep-all;}

.consul04_wr{padding: 40px 60px; border: 1px solid #DBDBDB;}
.consul04_wr img{width: 100%;}
.consul04_wr img.m_md, .consul04_wr img.m_sm{display: none;}



/*중대재해체계구축*/
.consul022_txt{width: 100%; height: 318px; background: url(/img/consul022_img.jpg)no-repeat; background-size: cover;}
.consul022_txt > div{display: flex; height: 100%; padding: 0 20px; align-items: center; justify-content: center; text-align: center; word-break: keep-all; color: #fff;}

.table02_wr{width: 100%; border-spacing: 0;}
.table02_wr td{padding: 20px 0;}
.table02_wr td p.text-center {padding: 0 10px; word-break: keep-all}
.table02_wr .smart05_txt{align-items: start; padding-right: 10px;}
.table02_wr .smart05_txt p{word-break: keep-all;}

.consul033_cont .safety03_wr{padding: 60px 20px 40px;}

.consul055_wr{padding: 56px 52px; background-color: #F8F8F8;}
.consul055_wr ul{display: flex; align-items: center;}
.consul055_wr li {width: 30%;}
.consul055_wr li .item{ height: 221px; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 15px;}
.consul055_wr li .item p{word-break: keep-all;}
.consul055_wr li .item1{ padding: 0 20px; background-color: #fff; border: 1px solid #DBDBDB;}
.consul055_wr div.w-100{width: 100%;}
.consul055_wr .item .in_item{ border-radius: 15px; background-color: #0083A4; padding: 23px 25px; text-align: left;}
.consul055_wr li .item3{padding: 0 20px; background-color: #EBF2EC; border: 1px dashed #008B1C;}
.consul055_wr span{margin: 0 20px;}
.consul055_wr span img{height: 84px;}





















/* 하단 레이아웃 */
.guick_rg{
    position: fixed;
    right: 0rem;
    bottom: 16rem;
    z-index: 1000;
}
.guick_rg .guick_menu.guick_open{transform: translatex(12rem);}
.guick_menu{width: 12rem; cursor: pointer;position: relative;}
.guick_menu .guick_toggle {
    border: 0;
    background: #008b1c;
    color: #fff;
    width: 28px;
    height: 60px;
    border-radius: 5px 0 0 5px;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
}
.guick_rg .guick_menu.guick_open .guick_toggle i{transform:rotate(180deg);}
.guick_tit{ padding: 1.3rem 0; font-size: 1.8rem; font-weight: 700; line-height: 1.5; display: flex; align-items: center;justify-content: center; background-color: #008B1C; color: #fff; text-align: center;}

.guick_menu ul{padding: 1.5rem 1.6rem; background-color: #142724;}
.guick_menu ul li a{display: block; text-align: center; color: #fff; font-weight: 500; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.3);}
.guick_menu ul li:last-child a{border-bottom: 0;}

.go_top2 {
    width: 5.4rem;
    height: 5.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    border: #E3E3E3 1px solid;
    margin: 2.0rem auto 0;
}
.go_top2 img{width: 1.8rem;}
.go_top2 p{font-size: 1.3rem; font-weight: 500; padding-bottom: 0.3rem;}
/* .go_top2.show{display: flex;} */

#ft {
    padding: 7rem 0 10rem;
    margin: 0 auto;
    background: #F8F8F8;
}

#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1320px;width: 100%; margin:0 auto;position:relative; padding: 0 2rem;}

.ft_wrap{display: flex;justify-content: space-between;}

.ft_text {margin-bottom: 1rem; display: flex;}
.ft_text p{margin-right: 2rem;}

#ft_copy{color:#555;font-size:0.92em}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5);display:none;}
#top_btn:hover{border-color:#3059c7;background:#3059c7;color:#fff;}
.ft_wrap{color:#333;}
.ft_inz_img{position:absolute;top:10px;right:0;}

.ft_link{margin-bottom: 2rem;}
.ft_link ul{display: flex; align-items: center;}
.ft_link ul li{margin-right: 2rem;}
.ft_link ul li:last-child{margin-right: 0;}
.ft_link ul li a{font-size: 1.6rem; font-weight: 600; color: #999999;}
.ft_link ul li .admin{color: #000000;}

.ft_copy{margin-top: 2rem; color: #999999; font-weight: 300;}

.ft_wrap_rg{max-width: 24rem; width: 100%;}

#tail_list{ border: 1px solid #DBDBDB;  margin-bottom: 1rem; cursor: pointer;}
.tail_list_tit{width: 100%; height: 5rem; padding: 0 2rem; display: flex; align-items: center;}
#tail_list .tail_list_tit{width: 100%; display: flex; align-items: center; justify-content: space-between;}

.tail_list_cont{border-top: 1px solid #DBDBDB;}
.tail_list_cont li{padding: 1rem 2rem; border-bottom: 1px solid #DBDBDB;}
.tail_list_cont li:last-child{border-bottom: 0;}
.tail_list_cont li a{color: #999;}

.safety05_wr{margin-top: 25px;}
.safety05_wr li{margin-bottom: 10px;}
.safety05_wr li:last-child{margin-bottom: 0px;}
.safety05_wr li a{width: fit-content; display: block;}
.safety05_wr p{display: flex; align-items: center;}
.safety05_wr p span{display: block; width: 5px; height: 5px; background-color: #008B1C; margin-right: 12px;}
.safety05_wr p i{margin-left: 10px;}





/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.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}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#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 {;height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* 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%}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/* 버튼 */
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

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:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#333333;color:#fff;;cursor:pointer;border:0}
.btn_submit:hover {background:#333}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa;
}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#222;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#333333;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#333}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin, .btn_admin {
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.btn_admin:hover, a.btn_admin:hover {background:#eee}


/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border:1px solid #ddd;} 
.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:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;background:#fafafa;height:40px}
.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-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a:hover {text-decoration:underline}
.td_subject{font-size:15px;}

.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: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, .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;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;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:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea {width:100%;height:100px}
.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}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:80px;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:80px;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 {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#333333;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#333333;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 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 {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#222;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

.close_menu { display: none; }
.mobile_menu { display: none; }



.bo_notice td {
    background: #f6f6f6 !important;
    border-bottom: 1px solid #ddd !important;
}
.bo_notice .notice_icon {
    background: #bb352d  !important;
}

.btn_bo_adm input{background: #008B1C !important;}


a.btn_b02, .btn_b02{background-color:#008B1C;}
.bo_fx{margin-top: 5px;}
.btn_submit{padding: 10px 20px; border-radius: 3px;}
.btn_b01:hover, .btn_b01:hover{background-color: #4f6155;}


.pgwSlideshow .ps-current .ps-prev ,.pgwSlideshow .ps-current .ps-next{top: 250px !important;}