@charset "utf-8";
@import url("normalize.css");
@import url("sb.css");
@import url("button.css");


/* CSS Document */
/* 색상 코드 소문자 표기, font-family: '맑은 고딕', 'Malgun Gothic', '돋움', '굴림', 'Verdana', 'Sans-serif'; <- 통일 할것 */
body {
    color: #666;
    margin: 0px;
    width: 100%;
    font-family: '맑은 고딕', 'Malgun Gothic', '돋움', '굴림', 'Verdana', 'Sans-serif' !important;
    font-size: 13px;
    /* overflow:auto; */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover,
a:active,
a:focus,
a:link,
a:visited,
a:img {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 20px;
}

ol,
li {
    list-style: none;
}

span {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
}

form {
    margin: 0px;
    padding: 0px;
}

select {
    font-size: 13px;
    color: #3D3D3D;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    /*	margin-left:4px; */
    vertical-align: middle;
    height: 22px;
}

input {
    font-size: 13px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    /*	margin-left:4px; */
    vertical-align: middle;
    height: 18px;
}

input[type='text']:read-only {
	background-color:#eeeeee;
}

input[type="password"] {
    -webkit-ime-mode: disabled;
    -moz-ime-mode: disabled;
    -ms-ime-mode: disabled;
    ime-mode: disabled;
}

input[type='radio'] {
    height: 12px;
    width: 12px;
    background: #ffffff;
}

input[type='checkbox'] {
    height: 12px;
    width: 12px;
    background: #ffffff;
}

input[type='button'] {
    height: 22px;
}

td {
    /*	color: #15141c;	 */
    /*	background-color:#ffffff;  */
    font-size: 13px;
    line-height: 21px;
    vertical-align: middle;
}

textarea {
    scrollbar-3dlight-color: #dddddd;
    scrollbar-arrow-color: #cccccc;
    scrollbar-track-color: #eeeeee;
    scrollbar-darkshadow-color: #cccccc;
    scrollbar-face-color: #ededed;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    width: 100%;
    margin: 2px;
    font-size: 1.2rem;
    border: 1px inset #999;
    margin-left: 4px;
    padding: 3px;
    -webkit-ime-mode: active;
    -moz-ime-mode: active;
    -ms-ime-mode: active;
    ime-mode: active;
}
.clearfix {
    content: "";
    clear: both;
    display: block;
}

.hiddenText {
    display: none;
}

fieldset {
    border: none;
}
/* font-size 관련 */
.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

/* padding 관련 */
.pt1 {
    padding-top: 1px;
}

.pb1 {
    padding-bottom: 1px;
}

.pl1 {
    padding-left: 1px;
}

.pr1 {
    padding-right: 1px;
}

.pd1 {
    padding: 1px;
}

.pt2 {
    padding-top: 2px;
}

.pb2 {
    padding-bottom: 2px;
}

.pl2 {
    padding-left: 2px;
}

.pr2 {
    padding-right: 2px;
}

.pd2 {
    padding: 2px;
}

.pt3 {
    padding-top: 3px;
}

.pb3 {
    padding-bottom: 3px;
}

.pl3 {
    padding-left: 3px;
}

.pr3 {
    padding-right: 3px;
}

.pd3 {
    padding: 3px;
}

.pt4 {
    padding-top: 4px;
}

.pb4 {
    padding-bottom: 4px;
}

.pl4 {
    padding-left: 4px;
}

.pr4 {
    padding-right: 4px;
}

.pd4 {
    padding: 4px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pd5 {
    padding: 5px;
}

.pt6 {
    padding-top: 6px;
}

.pb6 {
    padding-bottom: 6px;
}

.pl6 {
    padding-left: 6px;
}

.pr6 {
    padding-right: 6px;
}

.pd6 {
    padding: 6px;
}

.pt7 {
    padding-top: 7px;
}

.pb7 {
    padding-bottom: 7px;
}

.pl7 {
    padding-left: 7px;
}

.pr7 {
    padding-right: 7px;
}

.pd7 {
    padding: 7px;
}

.pt8 {
    padding-top: 8px;
}

.pb8 {
    padding-bottom: 8px;
}

.pl8 {
    padding-left: 8px;
}

.pr8 {
    padding-right: 8px;
}

.pd8 {
    padding: 8px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pd10 {
    padding: 10px;
}

.pt13 {
    padding-top: 13px;
}

.pb13 {
    padding-bottom: 13px;
}

.pl13 {
    padding-left: 13px;
}

.pr13 {
    padding-right: 13px;
}

.pd13 {
    padding: 13px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pd15 {
    padding: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pd20 {
    padding: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.pl25 {
    padding-left: 25px;
}

.pr25 {
    padding-right: 25px;
}

.pd25 {
    padding: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pl40 {
    padding-left: 40px;
}

.pr40 {
    padding-right: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pl50 {
    padding-left: 50px;
}

.pr50 {
    padding-right: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pl60 {
    padding-left: 60px;
}

.pr60 {
    padding-right: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.pl70 {
    padding-left: 70px;
}

.pr70 {
    padding-right: 70px;
}

/* margin 관련 */
.ma {
    margin: auto;
}

.ml-4 {
    margin-left: -4px;
}

.ml-5 {
    margin-left: -5px;
}

.ml-6 {
    margin-left: -6px;
}

.ml-7 {
    margin-left: -7px;
}

.mt1 {
    margin-top: 1px;
}

.mb1 {
    margin-bottom: 1px;
}

.ml1 {
    margin-left: 1px;
}

.mr1 {
    margin-right: 1px;
}

.mg1 {
    margin: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mb2 {
    margin-bottom: 2px;
}

.ml2 {
    margin-left: 2px;
}

.mr2 {
    margin-right: 2px;
}

.mg2 {
    margin: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mb3 {
    margin-bottom: 3px;
}

.ml3 {
    margin-left: 3px;
}

.mr3 {
    margin-right: 3px;
}

.mg3 {
    margin: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mb4 {
    margin-bottom: 4px;
}

.ml4 {
    margin-left: 4px;
}

.mr4 {
    margin-right: 4px;
}

.mg4 {
    margin: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mg5 {
    margin: 5px;
}

.mt6 {
    margin-top: 6px;
}

.mb6 {
    margin-bottom: 6px;
}

.ml6 {
    margin-left: 6px;
}

.mr6 {
    margin-right: 6px;
}

.mg6 {
    margin: 6px;
}

.mt7 {
    margin-top: 7px;
}

.mb7 {
    margin-bottom: 7px;
}

.ml7 {
    margin-left: 7px;
}

.mr7 {
    margin-right: 7px;
}

.mg7 {
    margin: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mb8 {
    margin-bottom: 8px;
}

.ml8 {
    margin-left: 8px;
}

.mr8 {
    margin-right: 8px;
}

.mg8 {
    margin: 8px;
}

.mt9 {
    margin-top: 9px;
}

.mb9 {
    margin-bottom: 9px;
}

.ml9 {
    margin-left: 9px;
}

.mr9 {
    margin-right: 9px;
}

.mg9 {
    margin: 9px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mg10 {
    margin: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mg15 {
    margin: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mg20 {
    margin: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.ml25 {
    margin-left: 25px;
}

.mr25 {
    margin-right: 25px;
}

.mg25 {
    margin: 25px;
}

.mt27 {
    margin-top: 27px;
}

.mb27 {
    margin-bottom: 27px;
}

.ml27 {
    margin-left: 27px;
}

.mr27 {
    margin-right: 27px;
}

.mg27 {
    margin: 27px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mb35 {
    margin-bottom: 35px;
}

.ml35 {
    margin-left: 35px;
}

.mr35 {
    margin-right: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml40 {
    margin-left: 40px;
}

.mr40 {
    margin-right: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mb45 {
    margin-bottom: 45px;
}

.ml45 {
    margin-left: 45px;
}

.mr45 {
    margin-right: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml50 {
    margin-left: 50px;
}

.mr50 {
    margin-right: 50px;
}

.mg0 {
    margin: 0px;
}

/* 사이즈 (폭) 관련 */
.w100 {
    width: 100%;
}

.w99 {
    width: 99%;
}

.w98_5 {
    width: 98.5%;
}

.w98 {
    width: 98%;
}

.w97_5 {
    width: 97.5%;
}

.w97 {
    width: 97%;
}

.w96_8 {
    width: 96.8%;
}

.w96_5 {
    width: 96.5%;
}

.w96 {
    width: 96%;
}

.w95_5 {
    width: 95.5%;
}

.w95 {
    width: 95%;
}

.w94_5 {
    width: 94.5%;
}

.w94 {
    width: 94%;
}

.w93_5 {
    width: 93.5%;
}

.w93 {
    width: 93%;
}

.w92 {
    width: 92%;
}

.w91 {
    width: 91%;
}

.w90 {
    width: 90%;
}

.w89 {
    width: 89%;
}

.w88 {
    width: 88%;
}

.w87 {
    width: 87%;
}

.w86 {
    width: 86%;
}

.w85 {
    width: 85%;
}

.w84 {
    width: 84%;
}

.w83 {
    width: 83%;
}

.w82 {
    width: 82%;
}

.w81 {
    width: 81%;
}

.w80 {
    width: 80%;
}

.w79_5 {
    width: 79.5%;
}

.w79 {
    width: 79%;
}

.w78 {
    width: 78%;
}

.w77 {
    width: 77%;
}

.w76 {
    width: 76%;
}

.w75_5 {
    width: 75.5%;
}

.w75 {
    width: 75%;
}

.w74 {
    width: 74%;
}

.w73 {
    width: 73%;
}

.w72 {
    width: 72%;
}

.w71 {
    width: 71%;
}

.w70_5 {
    width: 70.5%;
}

.w70 {
    width: 70%;
}

.w69_9 {
    width: 69.9%;
}

.w69 {
    width: 69%;
}

.w68 {
    width: 68%;
}

.w65 {
    width: 65%;
}

.w64 {
    width: 64%;
}

.w60 {
    width: 60%;
}

.w59 {
    width: 59%;
}

.w58 {
    width: 58%;
}

.w56 {
    width: 56%;
}

.w55 {
    width: 55%;
}

.w54 {
    width: 54%;
}

.w53 {
    width: 53%;
}

.w52 {
    width: 52%;
}

.w51 {
    width: 51%;
}

.w50 {
    width: 50%;
}

.w49_9 {
    width: 49.9%;
}

.w49_5 {
    width: 49.5%;
}

.w49 {
    width: 49%;
}

.w48_9 {
    width: 48.9%;
}

.w48 {
    width: 48%;
}

.w47 {
    width: 47%;
}

.w46 {
    width: 46%;
}

.w45 {
    width: 45%;
}

.w44 {
    width: 44%;
}

.w40 {
    width: 40%;
}

.w39 {
    width: 39%;
}

.w38 {
    width: 38%;
}

.w37 {
    width: 37%;
}

.w36 {
    width: 36%;
}

.w35 {
    width: 35%;
}

.w34 {
    width: 34%;
}

.w33 {
    width: 33%;
}

.w32 {
    width: 32%;
}

.w30 {
    width: 30%;
}

.w29_9 {
    width: 29.9%;
}

.w29 {
    width: 29%;
}

.w28 {
    width: 28%;
}

.w27 {
    width: 27%;
}

.w26 {
    width: 26%;
}

.w25 {
    width: 25%;
}

.w24 {
    width: 24%;
}

.w23 {
    width: 23%;
}

.w22 {
    width: 22%;
}

.w21 {
    width: 21%;
}

.w20_5 {
    width: 20.5%;
}

.w20 {
    width: 20%;
}

.w19 {
    width: 19%;
}

.w18 {
    width: 18%;
}

.w17 {
    width: 17%;
}

.w16 {
    width: 16%;
}

.w15 {
    width: 15%;
}

.w14 {
    width: 14%;
}

.w13 {
    width: 13%;
}

.w12 {
    width: 12%;
}

.w11 {
    width: 11%;
}

.w10 {
    width: 10%;
}

.w8 {
    width: 8%;
}

.w5 {
    width: 5%;
}

.w2 {
    width: 2%;
}

.w1 {
    width: 1%;
}

.w0 {
    width: 0%;
}

.w0_2 {
    width: 0.2%;
}

.w800p {
    width: 800px;
}

.w700p {
    width: 700px;
}

.w600p {
    width: 600px;
}

.w500p {
    width: 500px;
}

.w400p {
    width: 400px;
}

.w300p {
    width: 300px;
}

.w280p {
    width: 280px;
}

.w270p {
    width: 270px;
}

.w260p {
    width: 260px;
}

.w250p {
    width: 250px;
}

.w240p {
    width: 240px;
}

.w210p {
    width: 210px;
}

.w200p {
    width: 200px;
}

.w190p {
    width: 190px;
}

.w180p {
    width: 180px;
}

.w170p {
    width: 170px;
}

.w160p {
    width: 160px;
}

.w150p {
    width: 150px;
}

.w140p {
    width: 140px;
}

.w130p {
    width: 130px;
}

.w120p {
    width: 120px;
}

.w110p {
    width: 110px;
}

.w100p {
    width: 100px;
}

.w95p {
    width: 95px;
}

.w90p {
    width: 90px;
}

.w85p {
    width: 85px;
}

.w80p {
    width: 80px;
}

.w75p {
    width: 75px;
}

.w70p {
    width: 70px;
}

.w65p {
    width: 65px;
}

.w60p {
    width: 60px;
}

.w55p {
    width: 55px;
}

.w50p {
    width: 50px;
}

.w45p {
    width: 45px;
}

.w0p {
    width: 0px;
}

/* 사이즈 (높이) 관련 */
.h0p {
    height: 0px;
}

.h1p {
    height: 1px;
}

.h2p {
    height: 2px;
}

.h3p {
    height: 3px;
}

.h4p {
    height: 4px;
}

.h5p {
    height: 5px;
}

.h6p {
    height: 6px;
}

.h7p {
    height: 7px;
}

.h8p {
    height: 8px;
}

.h9p {
    height: 9px;
}

.h10p {
    height: 10px;
}

.h11p {
    height: 11px;
}

.h12p {
    height: 12px;
}

.h13p {
    height: 13px;
}

.h14p {
    height: 14px;
}

.h15p {
    height: 15px;
}

.h20p {
    height: 20px;
}

.h24p {
    height: 24px;
}

.h25p {
    height: 25px;
}

.h29p {
    height: 29px;
}

.h30p {
    height: 30px;
}

.h32p {
    height: 32px;
}

.h35p {
    height: 35px;
}

.h40p {
    height: 40px;
}

.h45p {
    height: 45px;
}

.h50p {
    height: 50px;
}

.h55p {
    height: 55px;
}

.h60p {
    height: 60px;
}

.h65p {
    height: 65px;
}

.h70p {
    height: 70px;
}

.h75p {
    height: 75px;
}

.h80p {
    height: 80px;
}

.h85p {
    height: 85px;
}

.h90p {
    height: 90px;
}

.h95p {
    height: 95px;
}

.h100p {
    height: 100px;
}

.h110p {
    height: 110px;
}

.h120p {
    height: 120px;
}

.h130p {
    height: 130px;
}

.h140p {
    height: 140px;
}

.h150p {
    height: 150px;
}

.h160p {
    height: 160px;
}

.h170p {
    height: 170px;
}

.h180p {
    height: 180px;
}

.h188p {
    height: 188px;
}

.h200p {
    height: 200px;
}

.h220p {
    height: 220px;
}

.h230p {
    height: 230px;
}

.h250p {
    height: 250px;
}

.h270p {
    height: 270px;
}

.h280p {
    height: 280px;
}

.h300p {
    height: 300px;
}

.h350p {
    height: 350px;
}

.h400p {
    height: 400px;
}

.h420p {
    height: 420px;
}

.h450p {
    height: 450px;
}

.h460p {
    height: 460px;
}

.h500p {
    height: 500px;
}

.h560p {
    height: 560px;
}

.h561p {
    height: 561px;
}

.h600p {
    height: 600px;
}

.h660p {
    height: 660px;
}
/* 공통사항 끝 */


.bullet01 {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    height: 23px;
    padding-left: 25px;
    background: url(../images/bullet_01.jpg) no-repeat center left;
    line-height: 33px;
}

.bullet02 {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    height: 25px;
    padding-left: 20px;
    margin-left: 15px;
    background: url(../images/bullet_02.png) no-repeat center left;
}

.bullet03 {
    font-size: 12px;
    font-weight: bold;
    color: #089bd9;
    height: 25px;
    padding-left: 15px;
    padding-top: 1px;
    margin-left: 15px;
}

#wrap {
    width: 100%;
    min-width: 1200px;
    overflow-x: auto;
}

/* ime 관리.*/
.imeOnlyEng {
    ime-mode: disabled;
    -webkit-ime-mode: disabled;
    -moz-ime-mode: disabled;
    -ms-ime-mode: disabled;
}

.imeHan {
    ime-mode: active;
    -webkit-ime-mode: active;
    -moz-ime-mode: active;
    -ms-ime-mode: active;
}

.imeEng {
    ime-mode: inactive;
    -webkit-ime-mode: inactive;
    -moz-ime-mode: inactive;
    -ms-ime-mode: inactive;
}

/* jquery ui datepicker 클래스 */
.hasDatepicker {
    width: 74px;
}

/* 백그라운드 칼라 지정 */
/* .themeBg{background-color:#e1ebe6;} */
.themeBg {
    /*    background-color: #fefefe;*/
    background-color: transparent;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.border {
    border: 1px solid #c5e2e0;
}

.hand {
    cursor: pointer;
}

.vatop {
    vertical-align: top;
}

.vamid {
    vertical-align: middle;
}

.vabottom {
    vertical-align: bottom;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.topTitle {
    width: 100%;
    clear: both;
    float: left;
}

.gridTop {
    width: 100%;
    clear: both;
    float: left;
}

.gridBottom {
    clear: both;
    float: left;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.line {
    border-top: 2px solid #e1e1e1;
    margin: 0px;
}

/* 202009 색상변경 */
.bold {
    font-weight: bold;
}

.posAbs {
    position: absolute;
}

.posRtv {
    position: relative;
}

.visible {
    display: block;
}

.invisible {
    display: none;
}

.pageMask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    display: none;
    text-align: center;
}




/* header 관련 */
.headerbg {
    font-size: 14px;
    height: 40px;
    background: url(../images/bg_top.jpg) repeat-x;
}

.headertop {
    width: 1200px;
}

.top {
    width: 1200px;
    margin-top: 10px;
}

.menu {
    width: 100%;
    /*    margin-top: 6px;*/
    bottom: 0px;
}

/* left 관련 */
.leftbg {
    font-size: 12px;
}

#leftMenuDiv {
    scrollbar-3dlight-color: #dddddd;
    scrollbar-arrow-color: #cccccc;
    scrollbar-track-color: #cccccc;
    scrollbar-darkshadow-color: #cccccc;
    scrollbar-face-color: #cccccc;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
}

.leftdragline {
    width: 3px;
    /*    background: url(../images/bg_left_line.png) right repeat-y;*/
    background-color: #d9dcdd;
    z-index: 1;
}

.leftMenuTab {
    overflow: hidden;
    /*     padding: 5px 0px 3px 5px; */
    transition: width 1s, background-color 1s;
    -webkit-transition: width 0.3s, background-color 0.3s;
    -moz-transition: width 0.3s, background-color 0.3s;
    -o-transition: width 0.3s, background-color 0.3s;
}

.menuBorder {
    border-left: 1px solid rgb(222, 222, 222);
}

div.leftmenu1 {
    margin-left: 0px;
    background-color: #dedede;
    border: 1px solid rgb(222, 222, 222);
}

div.leftmenu2 {
    margin-left: 0px;
    border-top: 1px solid rgb(222, 222, 222);
}

.titleT {
    border-top: 1px solid #c2cfd7;
    font-weight: bold;
    text-align: center;
    background-color: #d5e5f3;
}

.titleL {
    border-left: 1px solid #c2cfd7;
    font-weight: bold;
    text-align: center;
    background-color: #d5e5f3;
}

.titleR {
    border-right: 1px solid #c2cfd7;
    font-weight: bold;
    text-align: center;
    background-color: #d5e5f3;
}

.titleB {
    border-bottom: 1px solid #c2cfd7;
    font-weight: bold;
    text-align: center;
    background-color: #d5e5f3;
}

.subtitle {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
}

.cont {
    background-color: #b3c2cf;
}

.contT {
    border-top: 1px solid #c2cfd7;
    text-align: center;
}

.contL {
    border-left: 1px solid #c2cfd7;
    text-align: center;
}

.contR {
    border-right: 1px solid #c2cfd7;
    text-align: center;
}

.contB {
    border-bottom: 1px solid #c2cfd7;
    text-align: center;
}

/* 그리드 박스 상단 라운드 헤더 202009test
.rtop, .rbottom{display:block;} 
.rtop *, .rbottom *{display:block; height:1px; overflow:hidden;} 
.r1{margin:0 5px; background:#92c5f9;} 
.r2{margin:0 3px; border-left:2px solid #C0CDDC; border-right:2px solid #C0CDDC; background:#b4d7fd;} 
.r3{margin:0 2px; border-left:1px solid #C0CDDC; border-right:1px solid #C0CDDC; background:#92c5f9;} 
.r4{margin:0 1px; height:2px; border-left:1px solid #C0CDDC; border-right:1px solid #C0CDDC; background:#92c5f9;} 
.box{margin:0; padding:4px 6px; border-left:1px solid #C0CDDC; border-right:1px solid #C0CDDC ; background:#92c5f9; font-size: 13px; font-weight:bold; color:#203a47;}
.boxleft{margin:0; padding:4px 6px; border-left:1px solid #C0CDDC;  background:#92c5f9 ; font-size: 13px; font-weight:bold; color:#203a47; z-index:-100;}
.boxright{margin:0;padding:0px; background:#92c5f9; font-size: 13px; border-right:1px solid #C0CDDC; font-weight:bold; color:#203a47; z-index:100;}
*/


/* 개인화 화면 관련 */
.myPageSmtListBox {
    display: table;
    position: relative;
    width: 75px;
    height: 75px;
    background-color: #F8F8F8;
    float: left;
    cursor: pointer;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #c6d9ec;
    line-height: 0.9em;
}

.myPageSmtListBox .iconContent {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.myPageSmtListBox .countLabel {
    position: absolute;
    top: -3px;
    left: 70px;
    display: table-cell;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background-color: #ea241f;
    width: 24px;
    height: 22px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.myPageSmtListBox span {
    font-size: 11px;
}

/* 슬라이드 쇼 영역 관련 */
.slideShowText {
    font-size: 15px;
    color: #fafafa;
    border: 1px solid #ebebeb;
    background-color: #9a9a9a;
    padding: 5px;
}

.increaseNumber {
    font-size: 18px;
    color: #d33529;
}

.decreaseNumber {
    font-size: 18px;
    color: #089bd9;
}


/* ------------------------------------ */
/* 2023 NST 디자인 수정 시작 */
/* ------------------------------------ */

/* #topAreaDiv 시작 */
#topAreaDiv {
    position: relative;    
    /* position: absolute;
    top: 0px;
    left: 0px;
    height: 66px; */
    box-sizing: border-box;
}

#topMenuDiv {
    /* border: 10px solid orangered; */
    background-color: #fff;    
    height: 100px;
    box-sizing: border-box;
}
.logoDiv {
    margin-left: 12px;
    margin-top: 22px;
    display: inline-block;
    min-width: 170px;
}
.topMenuDivR {
    float: right;
}
#mainGnb {
    float: right;
    height: 45px;
}
.myInfo {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myInfo>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.myInfo>ul>li {
    padding: 2px;
}

/* Search시작 20210510수정 */
.topSearch {
    display: flex;
    align-items: center;
    width: 350px;
    height: 32px;
    margin-top: 7px;
    background-color: #eeeeee;
    border-radius: 45px;
    border: 1px solid #e4e4e4;   
    font-size: 12px;
    font-weight: 500;
}

.topSearch label {
    display: inline-block;
    margin-top: 9px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
    margin-right: 5px;
}
.topSearch fieldset {
    padding: 0;
    height: 32px;
}
.topSearch .searchinput {
    display: inline-block;
    height: 24px;
    margin: 4px 10px;
    padding: 0 10px;
    font-size: 16px;
    color: #666;
    border: 1px solid #fff;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;   
}

.topSearch .btnSearch {
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    width: 60px;
    height: 32px;     
    background-color: #e72f78;
    border-radius: 45px;
    border: 1px solid #e72f78;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.topSearch .btnSearch:hover  {
    color: #88fff6;
}

.myInfoText {
    display: inline-block;
    padding: 2px 10px;

}

.refreshBtn {
	background: url(../images/btn_refresh_w.png) no-repeat center;
	width: 35px;
	height: 55px;
	margin: 0 -30px !important;
}
#systemMenuDiv {
    display: flex;
    align-items: center;
    height: 55px;
    background-color: #089bd9;
    border-top-left-radius: 10px;
    float: right;
    /* display: inline-block; */
}
.systemMenuDiv .menu {
    display: flex;
    width: 100%;
    height: 55px;
    /* position: absolute; */
    background-size: 100% 100%;
    margin-top: auto;
    left: 185px;
    background-color: #089bd9;
    border-top-left-radius: 10px;
}

.systemMenuDiv .menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #91fff7;
    padding: 5px 0px 5px 25px;
    cursor: pointer;
}

.systemMenuDiv .menu li::after {
    content: "ㅣ";
    color: #91fff7;
    font-weight: 100;
    margin-left: 25px;
}

.systemMenuDiv .menu li.systemMenu:hover {
    color: #fff;
}

.systemMenuDiv .menu li.systemMenuOn {
    z-index: 1;
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

/* #middleAreaDiv 시작 */

#middleAreaDiv {
    /* position: relative; */
    /* top: 76px; */
    top: 100px;
    left: 0px;
}

/* left 관련 */
.leftbg {
    font-size: 12px;
}

#leftToggle {
    min-width: 136px;
    display: flex;
    padding: 0;
    margin: 0;
}

#leftToggle img,
#leftToggle span {
    display: inline-block;
}

.menuTab {
    transition: width 1s, background-color 1s;
    -webkit-transition: width 0.3s, background-color 0.3s;
    -moz-transition: width 0.3s, background-color 0.3s;
    -o-transition: width 0.3s, background-color 0.3s;
    height: 34px;
}

.menuBorder {
    border-left: 1px solid #089bd9;
}

div.leftmenu {
    margin-left: 0px;
    border-top: 1px solid #089bd9;
}



.mainGnbBt {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #089bd9;
    font-size: 12px;
    font-weight: 700;
}

.tabInfoAreaDiv {
    /*    border-bottom: 2px solid #089bd9;*/
    /*
    background-color: brown;
    height: 28px;
*/
}

.tabButtonAreaDiv {
    background-color: rgb(255, 255, 255);
}

.tabButtonAreaDiv a {
    color: #69d3cd;
}
/* 탭표시 영역 */
#bodyTopLineDiv {}

.bodyTopLine {
    background-color: #eeeeee;
    height: 36px;
    /* border-bottom: 3px solid #089bd9; */
    border-radius: 0 0 0 8px;
}

.bodyTopTab {
    float: left;
    background-color: #eee;
    color: #768b98;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 8px 2px 10px;
}

.bodyTopTab_off {
    float: left;
    background-color: #ddd;
    color: #666;
    font-weight: 400;
    margin-top: 7px;
    margin-left: 5px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.bodyTopTab_on {
    float: left;
    background-color: #e72f78;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-top: 7px;
    margin-left: 5px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.bodyTopTab_on a {
    color: #91fff7;
}

.bodyTopTab_off a {
    color: #666;
}

.bodyTopTab_history {
    float: left;
    background-color: #089bd9;
    background: url(../images/historyBtn.png);
    width: 24px;
    height: 24px;
    margin: 6px;
}

#slideShowDiv,
#smartListDiv {
    background-color: #ffffff;

}

#slideShowDiv .box,
#smartListDiv .box {
    font-size: 14px;
    font-weight: 700;
    color: #003d51;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background: url(../images/bullet_04.png) 0 50% no-repeat;
    border-top: 2px solid #089bd9;
}

/* #mainContentDiv 영역 */
#mainContentDiv{
/*margin-left: 20px;*/
}
.main-container {}

.my-dashboard {
    margin-top: 10px;
    width: 100%;
    background-color: #e8f2fe;
    border-radius: 10px;
    border: 1px solid #93cfca;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.text-point {
    color: #00665e;
    font-weight: 700;
}

.my-dashboard-box {
    position: relative;
    margin-bottom: 7px;
}

.my-dashboard .my-dashboard-box:nth-child(1) {
    position: relative;
    width: 760px;
    box-sizing: border-box;
    margin-right: 10px;
}

.my-dashboard .my-dashboard-box:nth-child(2) {
    position: relative;
    min-width: 180px;
    width:calc(100% - 780px);
    box-sizing: border-box;
}

.my-dashboard .my-dashboard-box:nth-child(3) {
    position: relative;
    min-width: 820px;
    width:100%;
    box-sizing: border-box;
}

.my-dashboard-box h1 {
    float: left;
    margin-top: 0px;
    margin-left: 10px;
    width: 150px;
    font-size: 16px;
}

.my-dashboard-box h2 {
    float: left;
    margin: 0px 10px;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    background-color: #089bd9;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}

.my-dashboard-box:nth-child(1) h2 {
    float: right;
}

.my-dashboard-box h2 span {
    color: #88fff6;
}

.my-dashboard-box-con {
    margin-top: 30px;
    height: 180px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.dashboard-line {
    display: flex;
    border-bottom: 5px solid #e8f2fe;
    padding-bottom: 5px;
}

.dashboard-line:last-child {
    display: flex;
    border-bottom: none;
}

/* .dashboard-count::after {
    content: " 건";
    font-size: 10px;
    color: #666;
	
} */
.img_sprite {
    background-image: url(../images/img_sprite.png);
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    cursor: pointer;
}

.dashboard-item .text {
    margin-bottom: 5px;
}

.dashboard-count {
    background-position: 0 0;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding-top: 4px;
}

.dashboard-count-none {
    background-position: 0px -50px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding-top: 4px;
}

.dashboard-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 75px;
    text-align: center;
    border-right: 1px solid #e8f2fe;
}

.dashboard-line .dashboard-item:last-child {
    border-right: 1px solid #fff;
}

.group-dashboard {
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-dashboard .gr-dashboard-box {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.group-dashboard .gr-dashboard-box:nth-child(1) {
    width: 52%;
    margin-right: 10px;
}

.group-dashboard .gr-dashboard-box:nth-child(2) {
    width:calc(100% - 76%);
    margin-right: 10px;
}

.group-dashboard .gr-dashboard-box:nth-child(3) {
    width:calc(100% - 76%);
}

.gr-dashboard-box h2 {
    background-color: #eee;
    width: 100%;
}

.dashboard-box-gray {
    margin-top: 20px;
    width: 842px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gr-dashboard-box-tit {
    height: 36px;
    background-color: #eee;
    border-radius: 10px 10px 0 0;
    border: 1px solid #ddd;
}

.gr-dashboard-box-con {
    height: 205px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ddd;
    border-top: none;
}

.gr-dashboard-box-tit h1 {
    float: left;
    margin-top: 7px;
    margin-left: 20px;
    width: 150px;
    font-size: 16px;
}

.gr-dashboard-box-tit h2 {}

.gr-dashboard-box-tit h2 span {}

/* 메인공지사항 CSS */

.main-notice {
    /* width: 100%; */
    padding: 12px;
}

.latest-tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 8px;
	cursor: pointer;
}

.latest-con {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 4px;
    margin-bottom: 4px;
}

.main-notice-date {
    font-size: 11px;
    color: #999;
    text-align: right;
}

.main-notice-attcName {

}

.main-notice-txt {}


.main-notice ul {
    margin-top: 4px;
    border-top: 1px solid #ddd;
    width: 100%;
    padding-left: 0;
    font-size: 12px;
}

.main-notice ul li {
    height: 25px;
    padding-top: 3px;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
}

.main-notice ul li:last-child {
    border-bottom: none;
}

.main-notice-line {}

.main-notice-txt {
    width:calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    cursor: pointer;
}

.main-notice ul .main-notice-date {
    font-size: 11px;
    color: #999;
    text-align: right;
}

.main-notice ul li a:hover,
.latest-con a:hover,
.latest-tit a:hover {
    color: #00665e;
}

.title {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px 8px 5px;
    background-color: #e8f2fe;
    color: #0d2d4f;
}

.menuNmDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
    color: #666;
    font-weight: 700;
    background: url(../images/bullet_01.png) left 2px no-repeat;
    float: left;
}

.menuNaviDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-left: 17px;
    font-size: 14px;
    color: #666;
    float: right;
    background: url(../images/menuNavi.png) left no-repeat;
}
/* 테이블 영역 */
.tb_bg {
    background-color: #e8f2fe;
    border-top: 1px solid #e8f2fe;
    border-bottom: 1px solid #e8f2fe;
}

.tb_bgtit {
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #0d2d4f;
    text-align: left;
    line-height: 16px;
    padding: 5px 5px 8px 5px;
    /* border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; */
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.tb_bgtit::before {
    display: inline-block;
    content: "▼";
    color: #089bd9;
    font-size: 10px;
    /* background: url(../images/bullet_04.png) no-repeat 0 -2px; */
    margin-right: 6px;
    vertical-align: bottom;
}

.tb_bg01 {
    background-color: #e8f2fe;
    font-size: 12px;
    font-weight: 700;
    color: #0d2d4f;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #c5e2e0;
    border-bottom: 1px solid #c5e2e0;
    border-left: 1px solid #c5e2e0;
    border-right: 1px solid #c5e2e0;
}

.tb_bg02 {
    background-color: #fff;
    font-size: 12px;
    color: #666666;
    text-align: justify;
    text-indent: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    border-top: 1px solid #c5e2e0;
    border-bottom: 1px solid #c5e2e0;
    border-left: 1px solid #c5e2e0;
    border-right: 1px solid #c5e2e0;
}

/* bottomAreaDiv */

#bottomAreaDiv {
    width: inherit;
    background-color: #ddd;
    border-top: solid 1px #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

#bottomAreaDiv address {
    color: #666;
    text-align: center;
    line-height: 50px;
}

#bottomAreaDiv span {
    display: inline-block;
    font-weight: 700;
    color: #333;
    padding: 5px;
}

/* 좌우 탭이동 아이콘 추가 20210510수정 */
.bodyTopTab_bt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.8;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    background-color: #089bd9;
}

.bodyTopTab_bt a:hover {
    color:  #089bd9;
}
