@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
	font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
	font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
	font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
	font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
	font-display: swap;
}

html,body,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,big,cite,code,del,dfn,em,font,img,ins,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,ul,ol,li,dl,dt,dd,table,caption,tbody,tfoot,thead,tr,th,td,fieldset,fo7m,label,legend,input,button,textarea,select{margin:0;padding:0}
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{display:block;margin:0;padding:0}
legend{display:block;overflow:hidden;position:absolute;width:1px;height:1px;font-size:1px;line-height:0;text-indent:-999em;white-space:nowrap; }
fieldset,img,table,caption,tbody,tfoot,thead,tr,th,td,button,hr{border:0 none}
img{vertical-align:middle}
body li{*vertical-align:top}
ul li{list-style:none; padding:0; margin:0;}
table{border-collapse:collapse}
caption{visibility:hidden;overflow:hidden;width:0;height:0;font-size:0;line-height:0;}
button{overflow:visible;border:0 none;cursor:pointer; outline: none;}
button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="reset"]::-moz-focus-inner {padding: 0;border: 0 none; outline: none;}
a { text-decoration:none; color:#464646;  }
address,
em { font-style:normal }
body,input,select,textarea,a,button,h1,h2,h3,h4,h5,h6 { font-family:'Pretendard-Regular', '맑은고딕', sans-serif; font-size: 14px; color: #4b4b4b; font-weight: 400; letter-spacing: -0.5px; text-decoration: none; }
a:hover { text-decoration: none;}
input[type="text"]:disabled { background: #ebebeb; }
input:focus { background: transparent; }
select:focus { background: transparent; }
textarea:focus { background: #fff; }

input:disabled { background: #ebebeb !important }
textarea:disabled { background: #ebebeb !important }

a.link1 { color: #1f3995; }
a.link2 { font-size: 15px; color: #000; font-weight: 500; }
a.link2:hover { font-size: 15px; color: #0d39d5; font-weight: 500; }
a.link22 { font-size: 15px; color: #111; font-weight: 400; }
a.link22:hover { font-size: 15px; color: #0d39d5; font-weight: 400; }


/**************************************************************************************************************
	공통
**************************************************************************************************************/
 
.eng { font-family:'Roboto', sans-serif; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }
.let-0 { letter-spacing: 0 !important; }
.let-1 { letter-spacing: 1px !important; }
.let-2 { letter-spacing: 2px !important; }
.let-m1 { letter-spacing: -1px !important; }

.line-h-120 { line-height: 120% !important; }
.line-h-130 { line-height: 130% !important; }
.line-h-140 { line-height: 140% !important; }
.line-h-150 { line-height: 150% !important; }
.line-h-180 { line-height: 180% !important; }

.w100 { width: 100% !important; }
.w90 { width: 90% !important; }
.w80 { width: 80% !important; }
.w70 { width: 70% !important; }
.w60 { width: 60% !important; }
.w50 { width: 50% !important; }
.w40 { width: 40% !important; }
.w30 { width: 30% !important; }
.w100px { width: 100px !important; }
.w180px { width: 180px !important; }
.w200px { width: 200px !important; }
.w300px { width: 300px !important; }
.w400px { width: 400px !important; }

.word-keep { word-break: keep-all !important }
.bold { font-weight:700 !important }

.ml2 { margin-left:2px !important }
.ml5 { margin-left:5px !important }
.ml10 { margin-left:10px !important }
.mb0 { margin-bottom:0 !important }
.mb2 { margin-bottom:2px !important }
.mb5 { margin-bottom:5px !important }
.mb10 { margin-bottom:10px !important }
.mb15 { margin-bottom:15px !important }
.mb20 { margin-bottom:20px !important }
.mb25 { margin-bottom:25px !important }
.mb30 { margin-bottom:30px !important }
.mb35 { margin-bottom:35px !important }
.mb40 { margin-bottom:40px !important }
.mb45 { margin-bottom:45px !important }
.mb50 { margin-bottom:50px !important }
.mb55 { margin-bottom:55px !important }
.mb60 { margin-bottom:60px !important }
.mb70 { margin-bottom:70px !important }
.mb75 { margin-bottom:75px !important }
.mb80 { margin-bottom:80px !important }
.mb90 { margin-bottom:90px !important }
.mb100 { margin-bottom:100px !important }
.mb150 { margin-bottom:150px !important }
.mb200 { margin-bottom:200px !important }
.mb300 { margin-bottom:300px !important }
.mb400 { margin-bottom:400px !important }

.mr5 { margin-right:5px !important }
.mt0 { margin-top:0 !important }
.mt3 { margin-top:3px !important }
.mt5 { margin-top:5px !important }
.mt10 { margin-top:10px !important }
.mt20 { margin-top:20px !important }
.mt30 { margin-top:30px !important }
.mt50 { margin-top:50px !important }
.mt100 { margin-top:100px !important }

.hr { height: 0; padding: 0; border: 0; margin: 2px 0; }
.ms-auto { display: inline-flex; margin-left: auto; }
.hr { height: 0; padding: 0; border: 0; margin: 2px 0; }
.h-line { display: block; width: 100%; height: 1px; background: #eee; margin: 3px 0; }

.auto-resize-input { font-size: 14px; transition: font-size 0.2s ease; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }


.pd0 { padding:0 !important }
.pd4 { padding: 4px !important }
.pd5 { padding: 5px !important }
.pd6 { padding: 6px !important }
.pd7 { padding: 7px !important }
.pd8 { padding: 8px !important }
.pd10 { padding: 10px !important }
.pd12 { padding: 12px !important }
.pd13 { padding: 13px !important }
.pd14 { padding: 14px !important }
.pd15 { padding: 15px !important }
.pd16 { padding: 16px !important }

.pd19 { padding: 19px !important }
.pd20 { padding: 20px !important }
.pd22 { padding: 22px !important }
.pd23 { padding: 23px !important }
.pd24 { padding: 24px !important }
.pd25 { padding: 25px !important }
.pd30 { padding: 30px !important }
.pdt0 { padding-top:0 !important }
.pdt15 { padding-top:15px !important }
.pdl15 { padding-left:15px !important }
.pdl0 { padding-left:0 !important }
.pdl10 { padding-left:10px !important }
.none_bg { background:none !important }
.mb0 { margin-bottom:0 !important }
.text-center { text-align:center !important }
.text-left { text-align:left !important }
.text-right { text-align:right !important }
.none_bor { border:0 !important }

form { padding:0; margin:0; }
input[type="checkbox"],
input[type="radio"] { vertical-align:middle }

.green20 { color:#009e3b !important; font-size:20px !important; line-height:30px !important; }
.blue { color:#0059de !important; }
.blue2 { color:#0066ff !important; }
.blue3 { color:#0089fe !important; }
.skyblue { color: #00eaff !important; }
.navy { color:#0c43f4 !important; }
.black { color:#000 !important; }
.white { color:#fff !important; }
.gray { color:#666 !important; }
.dgray { color:#3b3b3b !important; }
.red { color: #ff1200 !important; }
.org { color:#f15b26 !important; }
.mint { color:#06b3bb !important; }
.violet { color:#b400ff !important; }
.green { color:#00b050 !important; }
.dnavy { color:#1f3995 !important; }
.pink { color:#eb0a9e !important; }
.dbrown { color:#825520 !important; }
.orange { color:#ff4800 !important; }
.redlight { color:#ff3000 !important; }

.bg-lightgray { background:#f8f8f8 !important; }
.bg-gray { background:#cfcfcf !important; }
.bg-dark { background:#515151 !important; }
.bg-lightblue { background:#f6f9ff !important; }
.bg-lightorange { background:#fcf3ee !important; }
.bg-lightred { background:#ffe5e5 !important; }
.bg-violet { background:#9e74dd !important; }
.bg-orange { background:#ff5a00 !important; } 
.bg-blue { background:#158ccb !important; } 
.bg-lightblue2 { background:#d6e0ff !important; }
.bg-lightblue3 { background:#f3fbfe !important; }
.bg-lightblue4 { background:#e6f0ff !important; }
.bg-red { background:#eb0000 !important; } 
.bg-green { background:#58ab1b !important; } 
.bg-navy { background: #424292 !important; } 
.bg-lightyellow { background: #ffead8 !important; } 
.bg-lightyellow2 { background: #fffce4 !important; } 
.bg-lightblue5 { background:#e1f0ff !important; }
.bg-lightblue6 { background:#eaf3fc !important; }
.bg-olive { background:#f1fbeb !important; }
.bg-olive2 { background:#e3f8d6 !important; }

.border-violet { border-color: #9e74dd !important; }
.border-gray { border-color: #bcbcbc !important; }
.border-1px { border: 1px solid #ccc !important; }
.border-none { border: 0 !important;  }
.border-radius-2px { border-radius: 2px !important; }
.border-radius-4px { border-radius: 4px !important; }
.ml-line { display: inline-block; vertical-align: middle; margin-left: 14px; height: 20px; width: 1px; background: #bcbcbc; }

.under { text-decoration:underline !important }
.f10 { font-size:10px !important; }
.f11 { font-size:11px !important; }
.f12 { font-size:12px !important; }
.f13 { font-size:13px !important; }
.f14 { font-size:14px !important; }
.f15 { font-size:15px !important; }
.f16 { font-size:16px !important; }
.f17 { font-size:17px !important; }
.f18 { font-size:18px !important; }
.f19 { font-size:19px !important; }
.f20 { font-size:20px !important; }
.f21 { font-size:21px !important; }
.f24 { font-size:24px !important; }
.f26 { font-size:26px !important; }
.clear { clear:both; }
.lh24 { line-height:24px !important; }
.lh26 { line-height:26px !important; }
.lh32 { line-height:32px !important; }
.lh46 { line-height:46px !important; }
.fl { float:left !important }
.fr { float:right !important }
.indent20 { padding-left:20px; }
.indent30 { padding-left:30px; }
.w30 { width:30% !important }
.w35 { width:35% !important }
.w40 { width:40% !important }
.w45 { width:45% !important }
.w50 { width:50% !important }
.w53 { width:53% !important }
.w55 { width:55% !important }
.w60 { width:60% !important }
.w70 { width:70% !important }
.w65 { width:65% !important }
.pd10 { padding:10px !important; }

.pdt05 { padding-top:5px !important; }
.pdt10 { padding-top:10px !important; }
.pdt15 { padding-top:15px !important; }
.pdt20 { padding-top:20px !important; }
.pdt25 { padding-top:25px !important; }
.pdt30 { padding-top:30px !important; }
.pdt40 { padding-top:40px !important; }
.pdt50 { padding-top:50px !important; }
.pdt60 { padding-top:60px !important; }
.pdt70 { padding-top:70px !important; }
.pdb10 { padding-bottom:10px !important; }
.pdb15 { padding-bottom:15px !important; }
.pdb20 { padding-bottom:20px !important; }
.pdb25 { padding-bottom:25px !important; }
.pdb30 { padding-bottom:30px !important; }
.pdb40 { padding-bottom:40px !important; }
.pdb50 { padding-bottom:50px !important; }
.pdb60 { padding-bottom:60px !important; }
.pdb70 { padding-bottom:70px !important; }
.pdl200 { padding-left:200px !important; }
.pdl05 { padding-left:5px !important; }
.pdl10 { padding-left:10px !important; }
.pdl20 { padding-left:20px !important; }
.ml05 { margin-left:5px !important}
.ml10 { margin-left:10px !important}
.ml15 { margin-left:15px !important}
.ml20 { margin-left:20px !important}
.ml25 { margin-left:25px !important}
.ml30 { margin-left:30px !important}
.ml40 { margin-left:40px !important}
.ml50 { margin-left:50px !important}
.ml70 { margin-left:70px !important}
.ml100 { margin-left:100px !important}
.ml120 { margin-left:120px !important}
.ml150 { margin-left:150px !important}
.mr02 { margin-right:2px !important}
.mr05 { margin-right:5px !important}
.mr10 { margin-right:10px !important}
.mr20 { margin-right:20px !important}
.mr30 { margin-right:30px !important}
.mr40 { margin-right:40px !important}
.mr50 { margin-right:50px !important}

.pdb0 { padding-bottom:0 !important; }
.after:after { display:block; content:''; clear:both;}
.col-box:after { display:block; content:''; clear:both;}
.col-box { position: relative; }
.col-left { float:left !important; }
.col-center { position: absolute; top: 50%; left: 50%; }
.col-right { float:right !important; }
.col-box3:after { display:block; content:''; clear:both;}
.col-box3 .col { float:left; margin-left:12px; }
.col-box3 .col:first-child { margin-left:0; }

.fl-right { float: right !important; }
.div-inline { display: inline-block !important; }
.verti-top { vertical-align: top !important; }

.reply-label { display: inline-block; vertical-align: middle; height:24px; line-height:23px; background: #9d9d9d; font-size:13px; color: #fff; padding:0 8px; font-weight: 500;}
.reply-label.end { background: #20248a; }

.radio { position: absolute;left:-9999px;}
.radio + label { padding-left: 22px; line-height: 20px; height: 20px; display: inline-block; vertical-align: middle; background: url(../img/radio_off.png) no-repeat 0 0; margin-right:10px; } 
.radio:checked + label { background: url(../img/radio_on.png) no-repeat 0 0; color: #000; font-weight: 500;}

.radio2 { position: absolute;left:-9999px;}
.radio2 + label { padding-left: 22px; line-height: 20px; height: 20px; display: inline-block; vertical-align: middle; background: url(../img/radio_off.png) no-repeat 0 0; } 
.radio2:checked + label { background: url(../img/radio_on.png) no-repeat 0 0; color: #000; font-weight: 500;}

        .buttons-container {
            display: flex;
            justify-content: center;
            gap: 5px;
            margin-top: 20px;
        }
        
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s linear 0.25s, opacity 0.25s 0s;
        }
        
        .modal-container {
            background-color: white;
            padding: 40px 20px 30px;
            border-radius: 8px;
            width: 90%;
            max-width: 500px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1001;
        }
        
        .modal-title {
            margin: 0;
            font-size: 1.25rem;
            font-weight: 600;
        }
        
        .modal-content {
            margin-bottom: 20px;
        }
        
        .modal-footer {
            display: flex;
            justify-content: center;
            gap: 10px;
        }
        
        
        .modal-overlay.show {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

.spinner {
            width: 50px;
            height: 50px;
            border: 10px solid #f3f3f3;
            border-top: 10px solid #00a2ff;
            border-radius: 50%;
            animation: spin 0.85s linear infinite;
			margin: 0 auto;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }


/**********************************************************************************************
	Common
**********************************************************************************************/
body { }

#wrap { width:100%; position: relative; }

#contents:after { display: block; content: ''; clear: both;}
#contents { width: 1800px; overflow-x: hidden; overflow-y: hidden; margin-bottom: 40px; padding-left: 20px; position: relative; }
#contents .con-title { margin-top: 46px; height: 46px; border-bottom: 2px solid #1f3995; }
#contents .con-title h1 { padding-left: 10px; text-align: left; font-size: 21px; color: #000; font-weight: 600; padding-top: 16px; }
#contents .center-status { position: absolute; left: 350px; top: 60px; }
#contents .title-right { position: absolute; top: 58px; right: 6px; }
#contents .top-srh-box { position: relative; margin-bottom: 8px; padding: 4px 8px; background:#f3f6ff; border-bottom: 1px solid #1f3995; }
#contents .top-srh-box span { display: inline-block; vertical-align: middle; margin: 0 4px; color: #000; font-size: 15px; font-weight: 700; }
#contents .top-srh-box .right-page { position: absolute; top: 7px; right: 6px; }
#contents .top-srh-box .right-btn { position: absolute; top: 5px; right: 2px; }
#contents .top-srh-box .right-btn2 { position: absolute; top: 5px; right: 295px; }
#contents .top-srh-box .right-btn3 { position: absolute; top: 5px; right: 425px; }
#contents .top-srh-box .right-btn4 { position: absolute; top: 5px; right: 343px; }
#contents .top-srh-box .right-btn-tax { position: absolute; top: 5px; right: 450px; }
#contents .top-srh-box .tax-result { position: absolute; bottom: 6px; right: 20px; }


#contents > .colbox-21 { width: 100%; padding: 0; margin-bottom: 6px; }
#contents > .colbox-21 ul { overflow: hidden; }
#contents > .colbox-21 ul li { float: left; vertical-align: top; width: 1090px; margin-right: 10px; }
#contents > .colbox-21 ul li:last-child { width: 700px; margin-right: 0; }


#contents > .col-left { width: 330px; }
#contents > .col-right { width: 1470px; }
#contents > .col-right .colbox-3 { width: 1470px; padding: 0; margin-bottom: 2px;}
#contents > .col-right .colbox-3 ul { overflow: hidden; }
#contents > .col-right .colbox-3 ul li { float: left; vertical-align: top; width: 486px; margin-right: 5px; }
#contents > .col-right .colbox-3 ul li:last-child { width: 488px; margin-right: 0; }

#contents > .col-right .colbox-2 { width: 1470px; padding: 0; margin-bottom: 2px; }
#contents > .col-right .colbox-2 ul { overflow: hidden; }
#contents > .col-right .colbox-2 ul li { float: left; vertical-align: top; width: 730px; margin-right: 10px; }
#contents > .col-right .colbox-2 ul li:last-child { margin-right: 0; }

#contents > .col-right .colbox-12 { width: 1470px; padding: 0; margin-bottom: 2px; }
#contents > .col-right .colbox-12 ul { overflow: hidden; }
#contents > .col-right .colbox-12 ul li { float: left; vertical-align: top; width: 486px; margin-right: 5px; }
#contents > .col-right .colbox-12 ul li:last-child { width: 979px; margin-right: 0; }

#contents .basic-box { width: 320px; border: 2px solid #1f3995; padding: 10px 14px 14px; background: #f3f6ff; box-sizing: border-box; }
#contents .basic-box ul { width: 100%; padding: 0; overflow: hidden; }
#contents .basic-box ul li:nth-child(odd) { float: left; width: 78px; height: 32px; text-align: left; font-size: 16px; color: #1f3995; font-weight: 600; line-height: 36px; }
#contents .basic-box ul li:nth-child(even) { float: left; width: 210px; height: 32px; text-align: left; font-size: 16px; color: #000; font-weight: 600; line-height: 36px; }

#contents .user-box { width: 320px; padding: 10px 0 0; background: #fff; box-sizing: border-box; }

#contents2:after { display: block; content: ''; clear: both;}
#contents2 { width: 1680px; overflow-x: hidden; overflow-y: hidden; margin-bottom: 40px; padding-left: 20px; position: relative; }
#contents2 .con-title { margin-top: 46px; height: 46px; border-bottom: 2px solid #1f3995; }
#contents2 .con-title h1 { padding-left: 10px; text-align: left; font-size: 21px; color: #000; font-weight: 600; padding-top: 16px; }
#contents2 .center-status { position: absolute; left: 350px; top: 60px; }
#contents2 .title-right { position: absolute; top: 58px; right: 6px; }
#contents2 .top-srh-box { position: relative; margin-bottom: 10px; padding: 6px 8px; background:#f3f6ff; border-bottom: 1px solid #1f3995; }
#contents2 .top-srh-box span { display: inline-block; vertical-align: middle; margin: 0 4px; color: #222; font-size: 15px; font-weight: 700; }
#contents2 .top-srh-box .right-page { position: absolute; top: 7px; right: 6px; }

#contents2 > .col-left { width: 330px; }
#contents2 > .col-right { width: 1350px; }
#contents2 > .col-right .colbox-3 { width: 1350px; padding: 0; margin-bottom: 2px;}
#contents2 > .col-right .colbox-3 ul { overflow: hidden; }
#contents2 > .col-right .colbox-3 ul li { float: left; vertical-align: top; width: 445px; margin-right: 5px; }
#contents2 > .col-right .colbox-3 ul li:last-child { width: 450px; margin-right: 0; }

#contents2 > .col-right .colbox-2 { width: 1350px; padding: 0; margin-bottom: 2px; }
#contents2 > .col-right .colbox-2 ul { overflow: hidden; }
#contents2 > .col-right .colbox-2 ul li { float: left; vertical-align: top; width: 670px; margin-right: 10px; }
#contents2 > .col-right .colbox-2 ul li:last-child { margin-right: 0; }

#contents2 > .col-right .colbox-12 { width: 1350px; padding: 0; margin-bottom: 2px; }
#contents2 > .col-right .colbox-12 ul { overflow: hidden; }
#contents2 > .col-right .colbox-12 ul li { float: left; vertical-align: top; width: 445px; margin-right: 5px; }
#contents2 > .col-right .colbox-12 ul li:last-child { width: 900px; margin-right: 0; }

.mdiv-detail { padding: 0; }
.mdiv-detail ul { overflow: hidden; }
.mdiv-detail ul li { float: left; vertical-align: top; width: 620px; margin-right: 5px; }
.mdiv-detail ul li:last-child { float: left; vertical-align: top; margin-right: 0; }

#contents3:after { display: block; content: ''; clear: both;}
#contents3 { width: 660px; height: 750px; overflow-x: hidden; overflow-y: hidden; margin-bottom: 10px; position: relative; }
#contents3 .con-title-fr { margin-top: 10px; height: 46px; border-bottom: 2px solid #1f3995; }
#contents3 .con-title-fr h1 { text-align: center; font-size: 21px; color: #000; font-weight: 600; padding-top: 4px; }

#contents4:after { display: block; content: ''; clear: both;}
#contents4 { width: 360px; height: 750px; overflow-x: hidden; overflow-y: hidden; margin-bottom: 10px; position: relative; }
#contents4 .con-title-fr { margin-top: 10px; height: 46px; border-bottom: 2px solid #1f3995; }
#contents4 .con-title-fr h1 { text-align: center; font-size: 21px; color: #000; font-weight: 600; padding-top: 4px; }

#contents5:after { display: block; content: ''; clear: both;}
#contents5 { width: 360px; height: 760px; overflow-x: hidden; overflow-y: hidden; margin-bottom: 10px; position: relative; }
#contents5 .con-title-fr { margin-top: 10px; height: 46px; border-bottom: 2px solid #1f3995; }
#contents5 .con-title-fr h1 { text-align: center; font-size: 21px; color: #000; font-weight: 600; padding-top: 4px; }

#header { position: fixed; left: 0; width:100%; top:0; height: 44px; background:#1f3995; z-index: 999999; }

#header p { float:left; width: 200px; text-align: center; padding-top: 4px; }
#gnb1:after { display: block; content: ''; clear: both; }
#gnb1 > li { float: left; position: relative; }
#gnb1 .etc-m { position: absolute; top: 5px; right: 10px; }
#gnb1 .btn-dep1 { display: block; font-size: 17px; color: #fff; font-weight: 700; line-height: 44px; height: 44px; padding:0 16px; }
#gnb1 .btn-dep1:hover { color: #00f6ff; }
#gnb1 > li.active a { background: #fff; color: #1f3995; }
#gnb1 > li.active a:hover { background: #fff; color: #1f3995; }
#gnb1 .dep2 { display: none; position: absolute; left: 0; top: 44px; width: 180px; border: 2px solid #1f3995; border-top: 0; border-radius: 0 0 5px 5px; background: #fff; z-index: 9999999;}
#gnb1 .dep2 ul { padding: 10px; border-top: 0; }
#gnb1 .dep2 .btn-dep2 { display: block; font-size: 15px; line-height: 24px; color: #1f3995; font-weight: 600; border-radius: 4px; padding: 4px 6px 4px 10px;}
#gnb1 .dep2 .btn-dep2:hover { background: #3752b0; color: #fff; }
#gnb1 > li:hover .dep2 { display: block; }
#gnb1 > li.m12 .dep2,
#gnb1 > li.m13 .dep2{ left:inherit; right:0; }

.right-smenu { display: inline-block; vertical-align: middle; padding: 0 14px; height: 32px; line-height: 30px; background: #2e49a9; border: 0; border-radius: 50px; font-size: 14px; color: #fff; text-align: center; font-weight: 600; letter-spacing: -0.5px; margin-right: 4px; }
.right-tmenu { display: inline-block; vertical-align: middle; padding: 0 10px; height: 25px; line-height: 23px; background: #00a8ff; border: 0; border-radius: 3px; font-size: 13.5px; color: #fff; text-align: center; font-weight: 600; letter-spacing: -0.5px; margin-right: 3px; }
.right-tmenu2 { display: inline-block; vertical-align: middle; padding: 0 10px; height: 25px; line-height: 23px; background: #515151; border: 0; border-radius: 4px; font-size: 13px; color: #fff; text-align: center; font-weight: 500; letter-spacing: -0.5px; margin-right: 3px; }


/**********************************************************************************************
	Button
**********************************************************************************************/
.btn-sch { display: inline-block; vertical-align: middle; padding: 0 12px; height: 26px; line-height: 24px; border: 0; background: #1f3995; font-size: 14px; color: #fff; border-radius: 2px; text-align: center; font-weight: 600; letter-spacing: -1px; box-sizing: border-box; outline: none;}
.btn-fee { display: inline-block; vertical-align: middle; padding: 0 8px; height: 24px; line-height: 22px; background: #9e74dd; border: 1px solid #9e74dd; border-radius: 2px; font-size: 14px; color: #fff; text-align: center; font-weight: 600; letter-spacing: -0.5px; }
.btn-modal1 { display: inline-block; vertical-align: middle; padding: 0 20px; height: 36px; line-height: 32px; border: 1px solid #1f3995; background: #1f3995; font-size: 14px; color: #fff; border-radius: 5px; text-align: center; font-weight: 600; letter-spacing: -1px; }
.btn-modal2 { display: inline-block; vertical-align: middle; padding: 0 20px; height: 36px; line-height: 32px; border: 1px solid #a8a8a8; background: #a8a8a8; font-size: 14px; color: #fff; border-radius: 5px; text-align: center; font-weight: 600; letter-spacing: -1px; }
.btn-modal3 { display: inline-block; vertical-align: middle; padding: 0 20px; height: 36px; line-height: 32px; border: 1px solid #ef4f00; background: #ef4f00; font-size: 14px; color: #fff; border-radius: 5px; text-align: center; font-weight: 600; letter-spacing: -1px; }
.btn-modal-ok { display: inline-block; vertical-align: middle; padding: 0 20px; height: 36px; line-height: 32px; border: 1px solid #0090eb; background: #0090eb; font-size: 14px; color: #fff; border-radius: 5px; text-align: center; font-weight: 600; letter-spacing: -1px; }
.btn-save { display: inline-block; vertical-align: middle; padding: 0 12px; height: 26px; line-height: 24px; border: 0; background: #1f3995; font-size: 14px; color: #fff; border-radius: 2px; text-align: center; font-weight: 600; letter-spacing: -1px; box-sizing: border-box; outline: none;}
.btn-post { display: inline-block; vertical-align: middle; padding: 0 16px; height: 26px; line-height: 24px; border: 0; background: #777; font-size: 14px; color: #fff; border-radius: 2px; text-align: center; font-weight: 600; letter-spacing: -1px; box-sizing: border-box; outline: none;}
.btn-down { display: inline-block; vertical-align: middle; padding: 0 10px; height: 30px; line-height: 28px; background: #eef2fb; border: 1px solid #727b90; border-radius: 4px; font-size: 14px; color: #000; text-align: center; font-weight: 600; letter-spacing: -0.5px;  }
.btn-file { display: inline-block; vertical-align: middle; padding: 0 10px; height: 30px; line-height: 28px; background: #fff; border: 1px solid #999; border-radius: 4px; font-size: 17px; color: #000; text-align: center; font-weight: 600; letter-spacing: -0.5px;  }
.btn-normal { display: inline-block; vertical-align: middle; padding: 0 12px; height: 26px; line-height: 24px; border: 0; background: #626262; font-size: 14px; color: #fff; border-radius: 2px; text-align: center; font-weight: 600; letter-spacing: -1px; box-sizing: border-box; outline: none;}
.btn-big-sch { display: inline-block; vertical-align: middle; width: 100px; height: 57px; line-height: 55px; border: 0; background: #1f3995; font-size: 18px; color: #fff; border-radius: 2px; text-align: center; font-weight: 800; letter-spacing: -1px; box-sizing: border-box; outline: none;}
.btn-sbtn { display: inline-block; vertical-align: middle; width: 48px; height: 20px; line-height: 20px; border: 0; background: #39afc4; font-size: 12px; color: #fff; border-radius: 2px; text-align: center; font-weight: 600; letter-spacing: -1px; margin: 0 2px; box-sizing: border-box; outline: none;}
.btn-sms { display: inline-block; vertical-align: middle; width: 150px; height: 40px; line-height: 38px; border: 0; background: #424292; font-size: 17px; color: #fff; border-radius: 50px; text-align: center; font-weight: 700; letter-spacing: -1px; margin: 2px; box-sizing: border-box; outline: none;}
.btn-sdel { display: inline-block; vertical-align: middle; width: 40px; height: 20px; line-height: 19px; background: #8b8c91; border-radius: 2px; font-size: 11px; color: #fff; text-align: center; font-weight: 400; letter-spacing: 0; }
.btn-comment { display: inline-block; vertical-align: middle; width: 60px; height: 68px; line-height: 67px; background: #434a5f; border-radius: 2px; font-size: 15px; color: #fff; text-align: center; font-weight: 600; letter-spacing: 0; }
.btn-smsex { display: inline-block; vertical-align: middle; width: 48px; height: 28px; line-height: 26px; background: #eef2fb; border: 1px solid #727b90; border-radius: 4px; font-size: 14px; color: #000; text-align: center; font-weight: 600; letter-spacing: -0.5px; margin-bottom: 2px; }
.btn-chr { display: inline-block; vertical-align: middle; width: 78px; height: 26px; line-height: 24px; background: #ef4f00; border: 1px solid #ef4f00; border-radius: 2px; font-size: 14px; color: #fff; text-align: center; font-weight: 500; letter-spacing: -0.5px; }
.btn-tax { display: inline-block; vertical-align: middle; padding: 0 15px; height: 30px; line-height: 28px; background: #fff; border: 1px solid #1f3995; border-radius: 2px; font-size: 15px; color: #1f3995; text-align: center; font-weight: 500; letter-spacing: -0.5px; }
.btn-smsex2 { display: inline-block; vertical-align: middle; padding: 0 16px; height: 28px; line-height: 26px; background: #eef2fb; border: 1px solid #727b90; border-radius: 4px; font-size: 14px; color: #000; text-align: center; font-weight: 600; letter-spacing: -0.5px; margin-bottom: 2px; }


.btn1 { display: inline-block; vertical-align: middle; width: 90px; height:28px; line-height: 27px; background: #2299d8; font-size: 14px; color: #fff; border-radius: 30px; text-align: center; font-weight: 500; letter-spacing: -1px;}
.btn2 { display: inline-block; vertical-align: middle; width: 90px; height:28px; line-height: 25px; background: #fff; border: 1px solid #2299d8; border-radius: 30px; font-size: 14px; color: #2299d8; text-align: center; font-weight: 500; letter-spacing: -1px; }
.btn3 { width: 60px; line-height:23px; background: #3ec8d9; font-size:12px; color: #fff; letter-spacing: -1px; padding:4px 16px; font-weight: 500; border-radius: 30px;}
.btn4 { height:40px; line-height:23px; background: #3f3f3f; font-size:14px; color: #fff; padding:0 15px; font-weight: 600;}
.btn5 { width: 220px; height:32px; line-height: 31px; font-size:18px; color: #fff;  background: #7d8182; padding:0 25px; border-radius: 30px; }
.btn6 { height:24px; width: 40px; line-height:23px; background: #525252; font-size:13px; color: #fff; letter-spacing: -1px; padding:0 10px; font-weight: 400;}
.btn7 { width: 160px; height:32px; line-height: 31px; font-size:18px; color: #fff;  background: #7d8182; padding:0 20px; border-radius: 30px; margin-right: 10px;}
.btn-primary { background: #06b3bb; color: #fff; }
.btn-blue { background: #005cd9; }
.btn-green { background: #007a47; }
.btn-small { width: 78px; height: 28px; line-height: 27px;}
.btn-medium { width: 100px; height: 32px; line-height: 31px;}
.btn-large { width: 150px; height: 44px; line-height: 43px;}
.btn-etc { display: inline-block; height: 28px; border: 1px solid #e4e4e4; border-radius: 30px; padding: 0 15px; text-align: center; font-size: 14px; color: #6d6d6d; background: #fff; font-weight: 400; vertical-align: middle; box-sizing: border-box; outline: none;}
.btn-login { display: block; width: 100%; height: 54px; border: 0; border-radius: 30px; padding: 0 15px; text-align: center; font-size: 21px; color: #fff; background: #1f3995; font-weight: 900; letter-spacing: -1.5px; vertical-align: middle; box-shadow: 0 10px 15px -10px #8d8d8d; box-sizing: border-box; outline: none;}
.btn-idpw { display: block; width: 100%; height: 54px; border: 0; border-radius: 30px; padding: 0 15px; text-align: center; font-size: 21px; color: #fff; background: #484742; font-weight: 900; letter-spacing: -1.5px; vertical-align: middle; box-shadow: 0 10px 15px -10px #8d8d8d; box-sizing: border-box; outline: none;}
.btn-write { display: inline-block; height: 40px; border: 1px solid #1f5ab1; border-radius: 30px; padding: 0 40px; text-align: center; font-size: 17px; color: #1f5ab1; background: #fff; font-weight: 500; vertical-align: middle; box-sizing: border-box; outline: none;}
.btn-check { display: inline-block; vertical-align: middle; width: 80px; height: 33px; background: #fafafa; border: 1px solid #ccc; font-size: 14px; color: #707070; text-align: center; font-weight: 500; letter-spacing: -1px; outline: none;}
.btn-join { display: inline-block; width: 100%; height: 180px; border: 0; border-radius: 10px; padding: 0 20px; text-align: center; font-size: 26px; color: #fff; background: #1f3995; font-weight: 700; letter-spacing: -1.5px; margin-right: 10px; vertical-align: middle; box-shadow: 0 10px 15px -10px #8d8d8d; box-sizing: border-box; outline: none;}
.btn-join2 { display: inline-block; width: 100%; height: 180px; border: 0; border-radius: 10px; padding: 0 20px; text-align: center; font-size: 26px; color: #fff; background: #229ad9; font-weight: 700; letter-spacing: -1.5px; margin-right: 10px; vertical-align: middle; box-shadow: 0 10px 15px -10px #8d8d8d; box-sizing: border-box; outline: none;}

.btn-apply { display: inline-block; vertical-align: middle; width: 250px; height: 60px; line-height: 59px; border-radius: 30px; background: #314a9e; font-size: 23px; color: #fff; text-align: center; font-weight: 700; letter-spacing: -2px;  }
.btn-ok { display: inline-block; vertical-align: middle; width: 200px; height: 50px; line-height: 49px; background: #314a9e; border-radius: 2px; font-size: 21px; color: #fff; text-align: center; font-weight: 400; letter-spacing: -2px; }
.btn-ok2 { display: inline-block; vertical-align: middle; width: 200px; height: 50px; line-height: 49px; background: #0048a0; border-radius: 2px; font-size: 21px; color: #fff; text-align: center; font-weight: 400; letter-spacing: -2px; }
.btn-cancel { display: inline-block; vertical-align: middle; width: 200px; height: 50px; line-height: 49px; background: #858585; border-radius: 2px; font-size: 21px; color: #fff; text-align: center; font-weight: 400; letter-spacing: -2px; }
.com-down a { display: inline-block; vertical-align: middle; width: 250px; height: 36px; line-height: 35px; background: #111; border-radius: 2px; font-size: 17px; color: #fff; text-align: center; font-weight: 500; letter-spacing: -1px; outline: none;}
.com-search { display: inline-block; vertical-align: middle; width: 70px; height: 45px; line-height: 43px; background: #0050a3; border-radius: 2px; font-size: 17px; color: #fff; text-align: center; font-weight: 500; letter-spacing: -1px; outline: none;}
.allim { display: inline-block; vertical-align: middle; width: 60px; height: 30px; line-height: 30px; background: #858585; border-radius: 4px; font-size: 15px; color: #fff; text-align: center; font-weight: 700; letter-spacing: -1px; outline: none; }
.allim2 { display: inline-block; vertical-align: middle; width: 100px; height: 30px; line-height: 30px; background: #314a9e; border-radius: 4px; font-size: 15px; color: #fff; text-align: center; font-weight: 700; letter-spacing: -1px; outline: none; }
.btn-map { display: inline-block; vertical-align: middle; border-radius: 4px; width: 80px; height: 30px; background: #06b3bb; font-size: 14px; color: #fff; text-align: center; font-weight: 500; letter-spacing: -1px; margin-left: 10px;}
.status-end { display: inline-block; vertical-align: middle; width: 120px; height: 38px; line-height: 37px; background: #5e616b; border-radius: 5px; font-size: 15px; color: #fff; text-align: center; font-weight: 700; letter-spacing: -1px; }
.status-ing { display: inline-block; vertical-align: middle; width: 120px; height: 38px; line-height: 37px; background: #1f5ab1; border-radius: 5px; font-size: 15px; color: #fff; text-align: center; font-weight: 700; letter-spacing: -1px; }
.edu-view { display: inline-block; vertical-align: middle; width: 40px; height: 38px; line-height: 34px; border: 1px solid #1f5ab1; background: #fff; background: #fff url(../img/common/ico_view.png) no-repeat center; border-radius: 5px; font-size: 17px; color: #1f5ab1; text-align: left; font-weight: 500; letter-spacing: -1px; box-sizing: border-box;}
.on-edu { display: inline-block; vertical-align: middle; padding: 0 14px; height: 24px; line-height: 23px; background: #ff6000; border-radius: 5px; font-size: 15px; color: #fff; text-align: center; font-weight: 500; letter-spacing: -1px; }

.qna-end { display: inline-block; vertical-align: middle; width: 100px; height: 30px; line-height: 29px; background: #1492d5; border-radius: 2px; font-size: 15px; color: #fff; text-align: center; font-weight: 500; letter-spacing: -1px; box-sizing: border-box; }
.qna-ing { display: inline-block; vertical-align: middle; width: 100px; height: 30px; line-height: 29px; background: #a8a6a1; border-radius: 2px; font-size: 15px; color: #fff; text-align: center; font-weight: 500; letter-spacing: -1px; box-sizing: border-box; }

.info-box:after { display: block; content: ''; clear: both;}
.info-box { margin: 0 auto; width: 1016px; padding: 15px 20px; border: 4px solid #2d97e9; margin-bottom: 30px; }
.info-box .inner-box { display: inline-block; vertical-align: top; }
.info-box .inner-box p { font-size: 15px; color: #222; text-align: left; font-weight: 400; line-height: 130%; margin-bottom: 5px; }

/*탭 버튼 */
.tab-buttons { padding: 0; background: #fff; border: 0; margin-bottom: 0; position: relative; }        
.tab-button { padding: 6px 12px; width: 210px; border: none; border-radius: 6px 6px 0 0; background-color: #e0e9ff; cursor: pointer; margin-right: 0; text-align: center; font-size: 16px; color: #1f3995; font-weight: 500; letter-spacing: -1px; box-sizing: border-box;  }        
.tab-button.active { background-color: #1f3995; color: #fff; font-weight: 600; margin-right: 0; }        
.tab-content { display: none; height: 100%; min-height: 200px; padding: 5px; border: 1px solid #c1c1c1; }        
.tab-content.active { display: block; }

.tab-number { display: inline-block; vertical-align: middle; width: 18px; height: 18px; border-radius: 50px; background: #ff022c; text-align: center; font-size: 12px; color: #fff; font-weight: 600; line-height: 18px; margin-left: 2px; padding-right: 1px; box-sizing: border-box; }        
/*탭 버튼 */

.text-box { background-color: #fff; padding: 10px; max-height: 226px; border: 1px solid #cdcdcd; overflow-x: auto; overflow-y: scroll; font-size: 14px; color: #111; font-weight: 400; line-height: 150%;  box-sizing: border-box; } 
.board-box { background-color: #fff; padding: 20px; font-size: 15px; color: #111; font-weight: 400; line-height: 150%; box-sizing: border-box; } 

.border-left-0 { border-left: 0 !important; }

.resizer { position: absolute; top: 0; right: 0; width: 1px; height: 100%;  background: rgba(0, 0, 0, 0.1); cursor: col-resize; }
.table-grid { border-collapse: collapse !important; }


.tooltip-container { position: relative; }
.tooltip-text { cursor: pointer; }

.tooltip { position: absolute; left: 50%; transform: translateX(-50%); bottom: -25px; /* 툴팁이 하단에 나타나도록 설정 */ background-color: #1f3995; color: #fff; padding: 6px 10px; border-radius: 2px; white-space: nowrap; visibility: hidden; opacity: 0; transition: opacity 0.3s, visibility 0.3s; z-index: 9999; }

/* 툴팁 화살표 */
.tooltip::after { content: ""; position: absolute; bottom: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent #333 transparent; }
.tooltip-container:hover .tooltip { visibility: visible; opacity: 1; }

.selectable { user-select: all; }


    .tooltip-container {
      display: inline-block;
      position: relative;
      margin: 1px 0 0 0;
    }

    /* 기본 툴팁 스타일 */
    .tooltip-text {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

	.tooltip-text:hover { color: #fe4200; }

    /* 툴팁 박스 스타일 */
    .tooltip-box {
      visibility: hidden;
      position: absolute;
      min-width: 200px;
      max-width: 800px;
      background-color: #f4f5f8;
      color: #111;
	  line-height: 140%;
      text-align: left;
      border-radius: 6px;
      padding: 8px 8px 8px 12px;
      z-index: 1;
      opacity: 0;
      transition: opacity 0.3s, visibility 0.3s;
      box-shadow: 0 5px 10px rgba(0,0,0,0.5);
      font-size: 13px;
      left: 50%;

    }


    /* 마우스오버 시 툴팁 표시 */
    .tooltip-container:hover .tooltip-box {
      visibility: visible;
      opacity: 1;
    }

    /* 다양한 예제 섹션 */
    .examples-section {
      margin-top: 40px;
      padding: 20px;
      background-color: #f9f9f9;
      border-radius: 8px;
    }

    /* 다양한 위치에 표시되는 툴팁 */
    .tooltip-top .tooltip-box {
      bottom: 125%;
      left: 50%;
      transform: translateX(-50%);
    }

    .tooltip-right .tooltip-box {
      top: 400%;
      left: 125%;
      transform: translateY(-50%);
      bottom: auto;
    }

    .tooltip-right .tooltip-box::after {
      top: 50%;
      left: -8px;
      margin-left: 0;
      margin-top: -8px;
      border-color: transparent #333 transparent transparent;
    }

    .tooltip-bottom .tooltip-box {
      top: 125%;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%);
    }

    .tooltip-bottom .tooltip-box::after {
      bottom: 100%;
      top: auto;
      border-color: transparent transparent #333 transparent;
    }

    .tooltip-left .tooltip-box {
      top: 50%;
      right: 110%;
      left: auto;
      transform: translateY(-50%);
      bottom: auto;
    }

    .tooltip-left .tooltip-box::after {
      top: 50%;
      left: auto;
      right: -8px;
      margin-top: -8px;
      border-color: transparent transparent transparent #333;
    }

    /* 커스텀 스타일 툴팁 */
    .custom-tooltip .tooltip-box {
      background-color: #fff;
      color: #111;
	  letter-spacing: -0.5px;
	  line-height: 130%;
      border: 1px solid #585858;
      font-weight: 400;
	  z-index: 9999999999;
    }

    .custom-tooltip .tooltip-box::after {
      border-color: #585858 transparent transparent transparent;
    }

    /* 애니메이션 효과 툴팁 */
    .animated-tooltip .tooltip-box {
      transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
      transform: translateX(-50%) translateY(10px);
    }

    .animated-tooltip:hover .tooltip-box {
      transform: translateX(-50%) translateY(0);
    }




.table-slist { width: 100%; overflow-y: scroll; overflow-x: hidden; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-slist table { width:100%; border-collapse: collapse; border: 1px solid #999; }
.table-slist table thead th { padding: 6px 2px; background: #f6f7f8; border: 1px solid #e5e5e5; text-align: center; font-size: 13px; color: #111; font-weight: 600; letter-spacing: -1px; white-space : nowrap; }
.table-slist table tbody th { padding: 6px 2px; background: #f6f7f8; border:1px solid #e5e5e5; text-align: center; font-size: 13px; color: #111; font-weight: 500; letter-spacing: -1px; white-space : nowrap; }
.table-slist table tbody td { padding: 6px 2px; background: #fff; font-size: 12px; color: #444; line-height: 130%; text-align: center; border: 1px solid #e5e5e5; font-weight: 400; letter-spacing: -1px; white-space : nowrap; }
.table-slist table tfoot td { padding: 6px 2px; background: #f8f8f8; font-size: 14px; color: #000; line-height: 130%; text-align: center; border: 1px solid #e5e5e5; font-weight: 500; letter-spacing: -1px; white-space : nowrap; }


.table-sboard-list { width: 100%; overflow-y: scroll; overflow-x: hidden; scroll-behavior: smooth; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; position: relative;}
.table-sboard-list table { width:100%; border-collapse: separate; border: 0; border-spacing: 0;}
.table-sboard-list table thead { position: sticky; top: 0; position: -webkit-sticky; z-index: 1; }
.table-sboard-list table thead th { position: sticky; top: 0; padding: 4px 2px; background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; text-align: center; font-size: 14px; color: #111; font-weight: 500; letter-spacing: -1px; white-space : nowrap; }
.table-sboard-list table thead th:first-child { border-left: 1px solid #bcbcbc; } 
.table-sboard-list table thead th { border-left: 0; }

.table-sboard-list table tbody th { padding: 4px 2px; background: #f3f6ff; border:1px solid #bcbcbc; text-align: center; font-size: 14px; color: #111; font-weight: 500; letter-spacing: -1px; white-space: nowrap; text-overflow:ellipsis;}
.table-sboard-list table tbody td { padding: 4px 2px; background: #fff; font-size: 13px; color: #222; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 300; letter-spacing: -0.8px; white-space: nowrap; text-overflow:ellipsis; }
.table-sboard-list table tbody td:first-child { border-left: 1px solid #bcbcbc; } 
.table-sboard-list table tbody td { border-bottom: 1px solid #bcbcbc; border-left: 0; } 

.table-sboard-list table tbody tr:hover { background: #abf8ff; }
.table-sboard-list table tbody tr.none-hover { background: #fff; }

.table-sboard-list table tbody td.t-point { color: #000; font-weight: 600; }
.table-sboard-list table tfoot { position: sticky; bottom: 0; position: -webkit-sticky; z-index: 1; }
.table-sboard-list table tfoot td { padding: 4px 2px; background: #f8f8f8; font-size: 14px; color: #000; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; white-space: nowrap; }
.table-sboard-list table tfoot td:first-child { border-left: 1px solid #bcbcbc; } 
.table-sboard-list table tfoot td { border-bottom: 1px solid #bcbcbc; border-left: 0; }

.table-sboard-list table tbody td .btn-subj strong { font-weight: 500; }
.table-sboard-list.border table tbody td { border-left: 1px solid #e5e5e5; }
.table-sboard-list.border table tbody td:first-child { border-left: 0; }
.table-sboard-list table tbody td.text-left { padding-left: 2px; }
.table-sboard-list table tbody td.text-right { padding-right: 2px; }




.table-board-list { width: 100%; overflow-y: scroll; overflow-x: hidden; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-board-list table { width:100%; border-collapse: separate; border: 0; border-spacing: 0;}
.table-board-list table thead { position: sticky; top: 0; position: -webkit-sticky; z-index: 1; }
.table-board-list table thead th { position: sticky; top: 0; padding: 10px 2px; background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; text-align: center; font-size: 15px; color: #111; font-weight: 600; letter-spacing: -1px; white-space : nowrap; }
.table-board-list table thead th:first-child { border-left: 1px solid #bcbcbc; } 
.table-board-list table thead th { border-left: 0; }

.table-board-list table tbody th { padding: 8px 2px; background: #f3f6ff; border:1px solid #bcbcbc; text-align: center; font-size: 14px; color: #111; font-weight: 500; letter-spacing: -1px; white-space: nowrap; text-overflow:ellipsis;}
.table-board-list table tbody td { padding: 8px 2px; background: #fff; font-size: 13px; color: #222; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 300; letter-spacing: -0.8px; white-space: nowrap; text-overflow:ellipsis; }
.table-board-list table tbody td:first-child { border-left: 1px solid #bcbcbc; } 
.table-board-list table tbody td { border-bottom: 1px solid #bcbcbc; border-left: 0; } 

.table-board-list table tbody tr:hover { background: #abf8ff; }
.table-board-list table tbody tr.none-hover { background: #fff; }

.table-board-list table tbody td.t-point { color: #000; font-weight: 600; }
.table-board-list table tfoot { position: sticky; bottom: 0; position: -webkit-sticky; z-index: 1; }
.table-board-list table tfoot td { padding: 8px 1px; background: #f8f8f8; font-size: 13px; color: #000; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; white-space: nowrap; }
.table-board-list table tfoot td:first-child { border-left: 1px solid #bcbcbc; } 
.table-board-list table tfoot td { border-bottom: 1px solid #bcbcbc; border-left: 0; }

.table-board-list table tbody td .btn-subj strong { font-weight: 500; }
.table-board-list.border table tbody td { border-left: 1px solid #e5e5e5; }
.table-board-list.border table tbody td:first-child { border-left: 0; }
.table-board-list table tbody td.text-left { padding-left: 2px; }
.table-board-list table tbody td.text-right { padding-right: 2px; }

.table-board-view { width: 100%; overflow-y: scroll; overflow-x: scroll; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-board-view table { width:100%; border-collapse: collapse; }
.table-board-view table thead { position: sticky; top: 0; position: -webkit-sticky; z-index: 1; }
.table-board-view table thead th { position: sticky; top: 0; padding: 10px 2px; background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); border: 1px solid #bcbcbc; text-align: center; font-size: 15px; color: #111; font-weight: 600; letter-spacing: -1px; white-space : nowrap; }

.table-board-view table tbody th { padding: 8px 2px; background: #f3f6ff; border:1px solid #bcbcbc; text-align: center; font-size: 14px; color: #111; font-weight: 500; letter-spacing: -1px; white-space: nowrap; text-overflow:ellipsis;}
.table-board-view table tbody td { padding: 8px 2px; background: #fff; font-size: 13px; color: #222; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 400; letter-spacing: -0.8px; }

.table-board-view table tbody tr:hover { background: #abf8ff; }
.table-board-view table tbody tr.none-hover { background: #fff; }

.table-board-view table tbody td .btn-subj strong { font-weight: 500; }
.table-board-view.border table tbody td { border-left: 1px solid #e5e5e5; }
.table-board-view.border table tbody td:first-child { border-left: 0; }
.table-board-view table tbody td.text-left { padding-left: 15px; }
.table-board-view table tbody td.text-right { padding-right: 15px; }

/*
.table-board-list { width: 100%; overflow-y: scroll; overflow-x: hidden; border: 0; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-board-list table { width:100%; border-collapse: collapse; border: 1px solid #666; border-spacing: 0;}
.table-board-list table thead th { position: sticky; top: 0; padding: 8px 2px; background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); border: 1px solid #bcbcbc; text-align: center; font-size: 15px; color: #111; font-weight: 600; letter-spacing: -1px; white-space : nowrap; }
.table-board-list table tbody th { padding: 8px 2px; background: #f3f6ff; border:1px solid #bcbcbc; text-align: center; font-size: 14px; color: #111; font-weight: 500; letter-spacing: -1px; white-space : nowrap; }
.table-board-list table tbody td { padding: 8px 2px; background: #fff; font-size: 14px; color: #444; line-height: 130%; text-align: center; border: 1px solid #bcbcbc; font-weight: 400; letter-spacing: -1px; white-space : nowrap; }
.table-board-list table tbody tr:hover { background: #abf8ff; }
.table-board-list table tbody tr.none-hover { background: #fff; }

.table-board-list table tbody td.t-point { color: #000; font-weight: 600; }
.table-board-list table tfoot td { padding: 8px 2px; background: #f8f8f8; font-size: 14px; color: #000; line-height: 130%; text-align: center; border: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; white-space : nowrap; }

.table-board-list table tbody td .btn-subj strong { font-weight: 500; }
.table-board-list.border table tbody td { border-left: 1px solid #e5e5e5; }
.table-board-list.border table tbody td:first-child { border-left: 0; }
.table-board-list table tbody td.text-left { padding-left: 15px; }
.table-board-list table tbody td.text-right { padding-right: 15px; }
*/



.table-data-list { width: 100%; overflow-y: scroll; overflow-x: scroll; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-data-list table { width:100%; border-collapse: separate; border: 0; border-spacing: 0;}
.table-data-list table thead { position: sticky; top: 0; position: -webkit-sticky; z-index: 1; }
.table-data-list table thead th { position: sticky; top: 0; padding: 8px 2px; background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; text-align: center; font-size: 15px; color: #111; font-weight: 600; letter-spacing: -1px; white-space : nowrap; }
.table-data-list table thead th:first-child { border-left: 1px solid #bcbcbc; } 
.table-data-list table thead th { border-left: 0; }

.table-data-list table tbody th { padding: 6px 2px; background: #f3f6ff; border:1px solid #bcbcbc; text-align: center; font-size: 14px; color: #111; font-weight: 500; letter-spacing: -1px; white-space: nowrap; text-overflow:ellipsis;}
.table-data-list table tbody td { padding: 6px 2px; background: #fff; font-size: 14px; color: #222; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 300; letter-spacing: -0.5px; white-space: nowrap; text-overflow:ellipsis; position: relative; }
.table-data-list table tbody td:first-child { border-left: 1px solid #bcbcbc; } 
.table-data-list table tbody td { border-bottom: 0; border-left: 0; } 


.table-data-list table tbody tr:hover { background: #abf8ff; }
.table-data-list table tbody tr.none-hover { background: #fff; }

.table-data-list table tbody td.t-point { color: #000; font-weight: 600; }
.table-data-list table tfoot { position: sticky; bottom: 0; position: -webkit-sticky; z-index: 1; }
.table-data-list table tfoot td { padding: 8px 2px; background: #f8f8f8; font-size: 14px; color: #000; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; white-space: nowrap; }
.table-data-list table tfoot td:first-child { border-left: 1px solid #bcbcbc; } 
.table-data-list table tfoot td { border-bottom: 1px solid #bcbcbc; border-left: 0; }


.table-data-list table tbody td .btn-subj strong { font-weight: 500; }
.table-data-list.border table tbody td { border-left: 1px solid #e5e5e5; }
.table-data-list.border table tbody td:first-child { border-left: 0; }
.table-data-list table tbody td.text-left { padding-left: 15px; }
.table-data-list table tbody td.text-right { padding-right: 15px; }


.table-process-list { width: 100%; overflow-y: scroll; overflow-x: scroll; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-process-list table { width:100%; border-collapse: separate; border: 0; border-spacing: 0;}
.table-process-list table thead { position: sticky; top: 0; position: -webkit-sticky; z-index: 1; }
.table-process-list table thead th { position: sticky; top: 0; padding: 8px 6px; background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; text-align: center; font-size: 15px; color: #111; font-weight: 600; letter-spacing: -1px; white-space : nowrap; }
.table-process-list table thead th:first-child { border-left: 1px solid #bcbcbc; } 
.table-process-list table thead th { border-left: 0; }

.table-process-list table tbody th { padding: 6px; background: #f3f6ff; border:1px solid #bcbcbc; text-align: center; font-size: 14px; color: #111; font-weight: 500; letter-spacing: -1px; white-space: nowrap; text-overflow:ellipsis;}
.table-process-list table tbody td { padding: 6px; background: #fff; font-size: 14px; color: #555; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 4300; letter-spacing: -0.5px; white-space: nowrap; text-overflow:ellipsis; position: relative; }
.table-process-list table tbody td:first-child { border-left: 1px solid #bcbcbc; } 
.table-process-list table tbody td { border-bottom: 0; border-left: 0; } 

.table-process-list table tbody tr:hover { background: #abf8ff; }
.table-process-list table tbody tr.none-hover { background: #fff; }

.table-process-list table tbody td.t-point { color: #000; font-weight: 600; }
.table-process-list table tfoot { position: sticky; bottom: 0; position: -webkit-sticky; z-index: 1; }
.table-process-list table tfoot td { padding: 6px 4px; background: #f8f8f8; font-size: 14px; color: #000; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; white-space: nowrap; }
.table-process-list table tfoot td:first-child { border-left: 1px solid #bcbcbc; } 
.table-process-list table tfoot td { border-bottom: 1px solid #bcbcbc; border-left: 0; }


.table-process-list table tbody td .btn-subj strong { font-weight: 500; }
.table-process-list.border table tbody td { border-left: 1px solid #e5e5e5; }
.table-process-list.border table tbody td:first-child { border-left: 0; }




.table-user-list { width: 100%; overflow-y: scroll; overflow-x: scroll; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-user-list table { width:100%; border-collapse: separate; border: 0; border-spacing: 0;}
.table-user-list table thead { position: sticky; top: 0; position: -webkit-sticky; z-index: 1; }
.table-user-list table thead th { position: sticky; top: 0; padding: 8px 1px; background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; text-align: center; font-size: 13px; color: #111; font-weight: 600; letter-spacing: -1px; white-space : nowrap; }
.table-user-list table thead th:first-child { border-left: 1px solid #bcbcbc; } 
.table-user-list table thead th { border-left: 0; }

.table-user-list table tbody th { padding: 6px 1px; background: #f3f6ff; border:1px solid #bcbcbc; text-align: center; font-size: 12.5px; color: #111; font-weight: 500; letter-spacing: -1px; white-space: nowrap; text-overflow:ellipsis;}
.table-user-list table tbody td { padding: 6px 1px; background: #fff; font-size: 12.5px; color: #222; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 300; letter-spacing: -0.8px; white-space: nowrap; text-overflow:ellipsis; }
.table-user-list table tbody td:first-child { border-left: 1px solid #bcbcbc; } 
.table-user-list table tbody td { border-bottom: 0; border-left: 0; } 
.table-user-list table tbody tr td.color { background: #fff6ee !important; }


.table-user-list table tbody tr:hover { background: #abf8ff; }
.table-user-list table tbody tr.none-hover { background: #fff; }

.table-user-list table tbody td.t-point { color: #000; font-weight: 600; }
.table-user-list table tfoot { position: sticky; bottom: 0; position: -webkit-sticky; z-index: 1; }
.table-user-list table tfoot td { padding: 8px 1px; background: #f8f8f8; font-size: 13px; color: #000; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; white-space: nowrap; }
.table-user-list table tfoot td:first-child { border-left: 1px solid #bcbcbc; } 
.table-user-list table tfoot td { border-bottom: 1px solid #bcbcbc; border-left: 0; }

.table-user-list table tbody td .btn-subj strong { font-weight: 500; }
.table-user-list.border table tbody td { border-left: 1px solid #e5e5e5; }
.table-user-list.border table tbody td:first-child { border-left: 0; }
.table-user-list table tbody td.text-left { padding-left: 15px; }
.table-user-list table tbody td.text-right { padding-right: 15px; }



.table-dataup-list { width: 100%; overflow-y: scroll; overflow-x: scroll; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-dataup-list table { width:100%; border-collapse: separate; border-spacing: 0;}
.table-dataup-list table thead { position: sticky; top: 0; position: -webkit-sticky; z-index: 1; }
.table-dataup-list table thead th { position: sticky; top: 0; padding: 4px 1px; background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; text-align: center; font-size: 13px; color: #111; font-weight: 400; letter-spacing: -0.5px; line-height: 110%; white-space : nowrap; word-break: break-all; }
.table-dataup-list table thead th:first-child { border-left: 1px solid #bcbcbc; } 
.table-dataup-list table thead th { border-left: 0; }

.table-dataup-list table tbody th { padding: 2px 1px; background: #f3f6ff; text-align: center; font-size: 13px; color: #222; font-weight: 500; letter-spacing: -0.5px; white-space: nowrap; }
.table-dataup-list table tbody td { padding: 2px 1px; background: #fff; font-size: 12px; color: #222; line-height: 110%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 300; letter-spacing: -0.5px; white-space: nowrap; word-break: break-all; }
.table-dataup-list table tbody td:first-child { border-left: 1px solid #bcbcbc; } 
.table-dataup-list table tbody td { border-bottom: 0; border-left: 0; } 
.table-dataup-list table tbody td.t-grid { } 

.table-dataup-list table tbody tr:hover { background: #abf8ff; }
.table-dataup-list table tbody tr.none-hover { background: #fff; }
.table-dataup-list table tbody tr.rowhighlight { background-color:#fffdf0; }

.table-dataup-list table tbody tr:nth-child(even) { border-bottom: 2px solid #111 !important; }

.table-dataup-list table tfoot { position: sticky; bottom: 0; position: -webkit-sticky; z-index: 1; }
.table-dataup-list table tfoot td { padding: 6px 2px; background: #f8f8f8; font-size: 13px; color: #000; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; white-space: nowrap; }
.table-dataup-list table tfoot td:first-child { border-left: 1px solid #bcbcbc; } 
.table-dataup-list table tfoot td { border-bottom: 1px solid #bcbcbc; border-left: 0; }


/*
.table-dataup-list { width: 100%; overflow-y: scroll; overflow-x: scroll; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-dataup-list table { width:100%; border-collapse: separate; border-spacing: 0;}
.table-dataup-list table thead { position: sticky; top: 0; position: -webkit-sticky; z-index: 1; }
.table-dataup-list table thead th { position: sticky; top: 0; padding: 4px 2px; background: #ecf1f8; border: 1px solid #929292; text-align: center; font-size: 13px; color: #000; font-weight: 400; letter-spacing: -0.5px; line-height: 120%; white-space: nowrap; word-break: break-all; }

.table-dataup-list table tbody th { padding: 3px 2px; background: #f3f6ff; text-align: center; font-size: 13px; color: #222; font-weight: 500; letter-spacing: -0.5px; white-space : nowrap; }
.table-dataup-list table tbody td { padding: 3px 2px; background: #fff; font-size: 12.5px; color: #444; line-height: 120%; text-align: center; border: 1px solid #dcdcdc; font-weight: 400; letter-spacing: -0.5px; white-space: nowrap; }
.table-dataup-list table tbody tr:hover { background: #abf8ff; }
.table-dataup-list table tbody tr.none-hover { background: #fff; }
.table-dataup-list table tbody tr:nth-child(even) { border-bottom: 1px solid #111  }

.table-dataup-list table tfoot { position: sticky; bottom: 0; position: -webkit-sticky; z-index: 1; }
.table-dataup-list table tfoot td { padding: 6px 2px; background: #f8f8f8; font-size: 14px; color: #000; line-height: 130%; text-align: center; border: 1px solid #dcdcdc; font-weight: 500; letter-spacing: -1px; white-space: nowrap; }
*/

.table-status-list { width: 100%; overflow-y: scroll; overflow-x: scroll; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-status-list table { width:100%; border-collapse: separate; border-spacing: 0;}
.table-status-list table thead { position: sticky; top: 0; position: -webkit-sticky; z-index: 99999; }
.table-status-list table thead th { position: sticky; top: 0; padding: 3px 2px; background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; text-align: center; font-size: 13px; color: #111; font-weight: 400; letter-spacing: -0.5px; line-height: 110%; white-space : nowrap; word-break: break-all; }
.table-status-list table thead th:first-child { border-left: 1px solid #bcbcbc; } 
.table-status-list table thead th { border-left: 0; }
.table-status-list table thead th.sort-up { background: url(../img/ico_up.png) no-repeat; background-color: #fff; background-position: center right; z-index: 9999; }
.table-status-list table thead th.sort-down { background: url(../img/ico_down.png) no-repeat; background-color: #fff; background-position: center right; z-index: 9999; }


.table-status-list table tbody th { padding: 2px 2px; background: #f3f6ff; text-align: center; font-size: 13px; color: #222; font-weight: 500; letter-spacing: -0.5px; white-space: nowrap; }
.table-status-list table tbody td { padding: 2px 2px; background: #fff; font-size: 12.5px; color: #222; line-height: 110%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 300; letter-spacing: -0.5px; white-space: nowrap; position: relative; }
.table-status-list table tbody td:first-child { border-left: 1px solid #bcbcbc; } 
.table-status-list table tbody td { border-bottom: 1px solid #f0f0f0; border-left: 0; } 
.table-status-list table tbody td.t-grid { } 

.table-status-list table tbody tr:hover { background: #abf8ff; }
.table-status-list table tbody tr.none-hover { background: #fff; }
.table-status-list table tbody tr:nth-child(even) { border-bottom: 2px solid #111 !important; }

.table-status-list table tfoot { position: sticky; bottom: 0; position: -webkit-sticky; z-index: 1; }
.table-status-list table tfoot td { padding: 6px 2px; background: #f8f8f8; font-size: 14px; color: #000; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; white-space: nowrap; }
.table-status-list table tfoot td:first-child { border-left: 1px solid #bcbcbc; } 
.table-status-list table tfoot td { border-bottom: 1px solid #bcbcbc; border-left: 0; }

/*
.table-status { width: 100%; max-width: 1800px; border: 1px solid #ddd; overflow: hidden; }
.table-status table { width: 100%; border-collapse: collapse; }
.table-status thead { background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); position: sticky; top: 0; z-index: 1; }
.table-status thead th { border: 2px solid #929292; text-align: center; font-size: 13px; color: #111; font-weight: 500; letter-spacing: -0.5px; line-height: 120%; word-break: break-all; }

.table-status th { padding: 6px 2px; text-align: center; border-bottom: 2px solid #929292; font-weight: 600; color: #333; }
.table-status td { padding: 4px 2px;; border-bottom: 1px solid #dcdcdc; }
.table-status tbody { display: block; height: 300px; overflow-y: auto; }
.table-status thead, tbody tr { display: table; width: 100%; table-layout: fixed; }
.table-status tfoot { padding: 8px 2px; background: #f8f8f8; font-size: 14px; color: #000; line-height: 130%; text-align: center; border: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; white-space : nowrap; }

.table-status tbody::-webkit-scrollbar { width: 8px; }
.table-status tbody::-webkit-scrollbar-track { background: #f1f1f1; }
.table-status tbody::-webkit-scrollbar-thumb { background: #888; border-radius: 4px; }
.table-status tbody::-webkit-scrollbar-thumb:hover { background: #555; }

.table-status  tbody tr:nth-child(even) { background-color: #f8f9fa; }


.table-status tbody tr:hover { background-color: #f2f2f2; }
*/


.table-total { margin-bottom: 10px; }
.table-total p { display: inline-block; vertical-align: middle; padding:0 15px 0 10px; font-size: 15px; color: #414141; height: 26px; line-height: 25px;}

.table-user-list {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}
.table-user-list::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

/*
.table-user-list { width: 100%; overflow-y: scroll; overflow-x: hidden; border: 0; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; }
.table-user-list table { width:100%; border-collapse: collapse; border: 1px solid #666; border-spacing: 0;}
.table-user-list table thead th { position: sticky; top: 0; padding: 8px 2px; background-image: linear-gradient(to bottom, #e8eaef, #f1f2f8, #f2f2f2, #f5f6fc, #eaecf5); border: 1px solid #bcbcbc; text-align: center; font-size: 14px; color: #000; font-weight: 600; letter-spacing: -1px; white-space : nowrap; }
.table-user-list table tbody th { padding: 8px 2px; background: #fff; border:1px solid #bcbcbc; text-align: center; font-size: 13px; color: #111; font-weight: 400; letter-spacing: -1px; word-break: break-all; white-space : nowrap; }
.table-user-list table tbody td { padding: 6px 2px; font-size: 12px; color: #111; line-height: 110%; text-align: center; border: 1px solid #bcbcbc; font-weight: 400; letter-spacing: -1px; word-break: break-all; white-space : nowrap; }
.table-user-list table tbody td.t-point { color: #000; font-weight: 600; }
.table-user-list table tfoot td { padding: 8px 2px; font-size: 14px; color: #000; line-height: 110%; text-align: center; border: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; word-break: break-all; white-space : nowrap; }

.table-user-list table tbody td .btn-subj strong { font-weight: 500; }
.table-user-list.border table tbody td { border-left: 1px solid #e5e5e5; }
.table-user-list.border table tbody td:first-child { border-left: 0; }
.table-user-list table tbody td.text-left { padding-left: 15px; }
.table-user-list table tbody td.text-right { padding-right: 15px; }

.table-user-list table tfoot { position: sticky; bottom: 0; position: -webkit-sticky; z-index: 1; }
.table-user-list table tfoot td { padding: 8px 2px; background: #f8f8f8; font-size: 14px; color: #000; line-height: 130%; text-align: center; border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc; border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; font-weight: 500; letter-spacing: -1px; white-space: nowrap; }
.table-user-list table tfoot td:first-child { border-left: 1px solid #bcbcbc; border-top: 1px solid #bcbcbc;} 
.table-user-list table tfoot td { border-bottom: 0; border-left: 0; }
*/



.table-garo:after { display: block; content: ''; clear: both; }
.table-garo { margin-bottom: 5px; }
.table-garo table { width:100%; border-collapse: collapse; border: 1px solid #c1c1c1; }
.table-garo table tbody th { padding: 8px; background: #d6e0ff; border: 1px solid #c1c1c1;  font-size: 15px; color: #111; font-weight: 600; letter-spacing: -1px;}
.table-garo table tbody td { padding: 8px; background: #f6f6f6; font-size: 14px; color: #222; line-height: 130%; text-align: left; border: 1px solid #c1c1c1; font-weight: 500; letter-spacing: -1px;}

.table-col { margin-bottom: 5px; }
.table-col table { width:100%; border-collapse: collapse; border: 1px solid #c1c1c1; position: relative; }
.table-col table thead th { padding: 8px 3px; background: #e9eeff; border: 1px solid #c1c1c1; text-align: center; font-size: 15px; color: #000; font-weight: 600; letter-spacing: -1px; position: relative;}
.table-col table tbody th { padding: 3px; background: #f7f9fd; border: 1px solid #c1c1c1; text-align: center; font-size: 13.5px; color: #111; font-weight: 500; letter-spacing: -1px; position: relative;}
.table-col table tbody td { padding: 3px; background: #fff; font-size: 13px; color: #222; line-height: 130%; text-align: left; border: 1px solid #c1c1c1; font-weight: 400; letter-spacing: -1px; position: relative;}

.table-col2 { margin-bottom: 5px; }
.table-col2 table { width:100%; border-collapse: collapse; border: 1px solid #858585; position: relative; }
.table-col2 table thead th { padding: 4px 4px; background: #e9eeff; border: 1px solid #c1c1c1; text-align: center; font-size: 15px; color: #000; font-weight: 600; letter-spacing: -1px; position: relative;}
.table-col2 table tbody th { padding: 4px 4px; background: #f7f9fd; border: 1px solid #c1c1c1; text-align: center; font-size: 15px; color: #000; font-weight: 500; letter-spacing: -0.5px; position: relative;}
.table-col2 table tbody td { padding: 4px 4px; background: #fff3f1; text-align: center; font-size: 15px; color: #111; border: 1px solid #c1c1c1; font-weight: 400; letter-spacing: -0.5px; position: relative;}


/**********************************************************************************************
	Form
*********************************************************************************************/
.inp-0 { height: 25px; background: #fff; border: 1px solid #d5d5d5; padding: 0 2px 0 3px; font-size: 13px; color: #111; font-weight: 400; line-height: 23px; box-sizing: border-box; position: relative; }
.inp-00 { height: 20px; background: transparent; border: 0; padding: 0 2px; font-size: 12px; color: #222; text-align: center; font-weight: 300; line-height: 19px; box-sizing: border-box; position: relative; }
.inp-000 { height: 24px; background: transparent; border: 0; padding: 0 2px; font-size: 14px; color: #111; text-align: center; font-weight: 400; line-height: 23px; box-sizing: border-box; position: relative; }
.select-00 { height: 20px; background: transparent; border: 0; padding: 0 1px; font-size: 12px; color: #222; font-weight: 400; line-height: 19px; box-sizing: border-box; }
.inp-01 { height: 20px; background: #fff; border: 1px solid #d5d5d5; padding: 0 2px 0 3px; font-size: 12px; color: #111; font-weight: 400; line-height: 18px; box-sizing: border-box; position: relative; }

.inp-1 { height: 33px; border: 1px solid #ccc; padding-left: 10px; font-size: 17px; color: #1c1c1c; background: #fff; vertical-align: middle; box-sizing:border-box; outline: none;}
.inp-2 { height: 45px; border: 1px solid #8191a2; padding-left: 10px; font-size: 19px; color: #111; background: #fff; vertical-align: middle; box-sizing:border-box; outline: none;}
.inp-3 { height: 45px; border: 1px solid #8191a2; padding-left: 10px; font-size: 17px; color: #111; background: #fff; vertical-align: middle; box-sizing:border-box; outline: none;}
.inp-4 { height: 28px; border: 1px solid #ccc; padding-left: 8px; font-size: 15px; color: #1c1c1c; background: #fff; margin-left: 10px; vertical-align: middle; box-sizing:border-box; outline: none;}
.inp-login { vertical-align: middle; width: 100%; height: 48px; border: 1px solid #e7e7e7; border-radius: 4px; padding: 0 15px; font-size: 17px; color: #111; background: #fff; vertical-align: middle; box-sizing: border-box; outline: none;}
.select { height: 26px; border: 1px solid #b9b9b9; padding: 0 2px 0 2px; font-size: 13px; color: #111; font-weight: 400; line-height: 24px; box-sizing:border-box; }
.select-1 { height:35px; border: 1px solid #ccc; padding-left: 10px; font-size: 17px; color: #1c1c1c; vertical-align: middle; box-sizing:border-box;
-webkit-appearance: none;  -moz-appearance: none; appearance: none; 
background: #fff url(../img/ico_sel_bg.png) no-repeat 95% 50%; }
.select-2 { height:45px; border: 1px solid #8191a2; padding-left: 10px; font-size: 19px; color: #111; font-weight: 500; vertical-align: middle; box-sizing:border-box;
-webkit-appearance: none;  -moz-appearance: none; appearance: none; 
background: #fff url(../img/ico_sel_bg.png) no-repeat 95% 50%; }

.recieve-tel { display: inline-block; vertical-align: middle; width: 135px; height: 25px; background: #fff; border: 1px solid #d5d5d5; padding: 3px; font-size: 14px; color: #000; font-weight: 500; position: relative; box-sizing: border-box; }


/* IE 10, 11의 네이티브 화살표 숨기기 */
.search select::-ms-expand { display: none; }
.search-box select::-ms-expand { display: none; }
.table2 select::-ms-expand { display: none; }

.check-1 { position: absolute;left:-9999px;}
.check-1 + label { height: 26px;  line-height: 22px; display: inline-block; vertical-align: middle; background: url(../img/check_off.png) no-repeat 0 0; padding-left: 30px; font-size: 17px; color: #858585; font-weight: 400; letter-spacing: -1px; margin-right: 20px;} 
.check-1:checked + label { background: url(../img/check_on.png) no-repeat 0 0; color: #000; font-weight: 500;}
.check-1[disabled]:checked + label { background: url(../img/check_disabled.png) no-repeat 0 0;}

.check-2 { position: absolute;left:-9999px;}
.check-2 + label { height: 26px;  line-height: 22px; display: inline-block; vertical-align: middle; background: url(../img/check2_off.png) no-repeat 0 0; padding-left: 30px; font-size: 17px; color: #111; letter-spacing: -1px; margin-right: 10px;} 
.check-2:checked + label { background: url(../img/check2_on.png) no-repeat 0 0; color: #1f3995; font-weight: 500;}


.check-3 { position: absolute;left:-9999px;}
.check-3 + label { height: 22px;  line-height: 18px; display: inline-block; vertical-align: middle; background: url(../img/checkbox_off.png) no-repeat 0 0; padding-left: 20px; font-size: 15px; color: #111; letter-spacing: -1px; margin-right: 0;} 
.check-3:checked + label { background: url(../img/checkbox_on.png) no-repeat 0 0; color: #1f3995; font-weight: 500;}
.check-3:disabled + label { background: url(../img/checkbox_off_d.png) no-repeat 0 0; cursor: not-allowed; }
.check-3:checked:disabled + label { background: url(../img/checkbox_on_d.png) no-repeat 0 0; cursor: not-allowed;  }



.check-33 { position: absolute;left:-9999px;}
.check-33 + label { height: 22px;  line-height: 20px; display: inline-block; vertical-align: middle; background: url(../img/checkbox_off.png) no-repeat 0 0; padding-left: 23px; font-size: 15px; color: #111; letter-spacing: -1px; margin-right: 10px;} 
.check-33:checked + label { background: url(../img/checkbox_on.png) no-repeat 0 0; color: #000; font-weight: 500;}

.textarea { overflow-x: auto; overflow-y: scroll; border: 1px solid #cdcdcd; font-size: 15px; color: #222; font-weight: 400; line-height: 150%; padding: 10px; min-height: 100px; box-sizing: border-box;}
.textarea-s { overflow-x: auto; overflow-y: scroll; border: 1px solid #cdcdcd; font-size: 15px; color: #222; font-weight: 400; line-height: 150%; padding: 10px; min-height: 40px; box-sizing: border-box;}
.textarea-sms { overflow-x: hidden; overflow-y: auto; border: 0; background: #f2f3f9; font-size: 14px; color: #111; font-weight: 400; line-height: 130%; padding: 2px; min-height: 100px; box-sizing: border-box; }
.textarea-fr { overflow-x: auto; overflow-y: scroll; border: 1px solid #cdcdcd; font-size: 15px; color: #222; font-weight: 400; line-height: 150%; padding: 10px; min-height: 68px; box-sizing: border-box;}
.agree-txt { padding: 20px 40px; width: 100%; margin:0 auto; border:1px solid #f1f1f1; background: #f5f7f9; overflow:auto; height: 200px; color:#767676; font-size: 13px; line-height: 150%; box-sizing: border-box;}
.agree-txt strong { font-size: 14px; color:#4d4d4d; }


.content-box { width: 1200px; padding: 0 20px; margin: 0 auto 50px; box-sizing: border-box; }
.content-box .col-left { width: 300px; text-align: left; }
.content-box .col-right { width: 860px; }
.content-box .intro-text { padding-right: 50px; }
.content-box .intro-text p { text-align: left; font-size: 19px; color: #222; letter-spacing: -1px; line-height: 170%; font-weight: 400; margin-bottom: 30px; word-break: keep-all; }
.content-box .intro-text p em { font-size: 23px; color: #000; font-weight: 500; }
.content-box .intro-text p strong { font-size: 31px; color: #000; font-weight: 700; }



.search-tab:after { display:block; content:''; clear:both;}
.search-tab { margin-bottom: 0; position:relative; }
.search-tab a { float: left; width: 150px; height: 40px; line-height: 39px; text-align: center; background: #fff; font-size: 17px; color: #353535; letter-spacing: -1px; border: 1px solid #d5d5d5; border-bottom: 0; margin-right:-1px; font-weight: 400;}
.search-tab a:first-child { margin-left:0; }
.search-tab a.active { background:#0050a3; color: #fff; font-weight: 500;}
.search-tab-view { padding: 0;  }
.search-tab-view > div { display:none; }
.search-tab-view > div:first-child { display:block; }



.how-box { overflow: hidden; width: 100%; padding: 25px 30px 20px; background: #fff; border-radius: 10px; border: 1px solid #bfd2e9; box-shadow: 0 0 8px rgb(0 0 0 / 9%); margin-bottom: 50px; box-sizing:border-box; } 
.how-box p { text-align: left; font-size: 19px; color: #222; letter-spacing: -1px; font-weight: 500; line-height: 150%; margin-bottom: 10px; } 

.how-box .h-left { float: left; width: 330px; margin-right: 20px; padding-top: 0; } 


.how-st { display: block; vertical-align: middle; width: 100%; height: 54px; line-height: 52px; border-radius: 15px 15px 0 0; background: #314a9e; font-size: 27px; color: #fff; font-weight: 700; letter-spacing: -1px; text-align: center; margin-bottom: 10px; box-sizing:border-box; }


.filebox .info { text-align: left; height: 20px; line-height: 18px; color: #6c625d; font-size: 12px; font-weight: 500;  letter-spacing: -0.5px; }
.filebox label { display: inline-block; margin-bottom: 10px; padding: 0 8px; width: 100%; height: 36px; line-height: 34px; color: #1f1f1f; font-size: 14px; font-weight: 500; vertical-align: middle; background: #fff; cursor: pointer; border: 1px solid #cdcdcd; box-sizing: border-box; -webkit-transition: background-color 0.2s; transition: background-color 0.2s;}
.filebox label:hover { background-color: #fff;}
.filebox label:active { background-color: #fff;}
.filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}

#container:after { display: block; content: ''; clear: both;}
#container { width:1200px; margin: 0 auto; }
#container .snb { float:left; width:220px; }
.snb { padding-bottom: 50px;}
.snb h2 { font-size:26px; font-weight: 500; color: #171717; padding-bottom: 5px; border-bottom: 2px solid #ef4023;}
.snb > ul { margin-bottom: 80px;  }
.snb > ul > li { border-bottom: 1px solid #d9d9d9;}
.snb .btn-dep1 { display: block; font-size: 14px; color: #3f3f3f; padding-left: 5px; line-height: 39px; ; font-weight: 500;}
.snb > ul > li:last-child { border-color:#979797; }
.snb .dep2 { display: none;border-top: 1px solid #d9d9d9; padding:10px 0;}
.snb .btn-dep2 { display: block; padding-left: 22px; font-size:13px; line-height: 28px; color: #3f3f3f; }
.snb .btn-dep2:before { content: '-'; display: inline; margin-right:4px;}
.snb .dep2 li.active .btn-dep2 { color: #f04023;}

.snb > ul > li.active .btn-dep1 { background:#f5f5f5 url(../img/common/snb_bu.png) no-repeat 208px 50%; }
.snb > ul > li.active .dep2 { display: block; }


#container #content { float:right; width:920px; }
#content { padding-bottom: 100px;}
#content h3 { font-size:26px; font-weight: 500; color: #171717; padding-bottom: 5px; border-bottom: 2px solid #ef4023; margin-bottom: 17px;}
#content .desc { font-size:16px; color:#666; margin-bottom: 50px;}


.table2 { margin-bottom: 20px; }
.table2 table { width:100%; border-collapse: collapse; border-top: 2px solid #000; }
.table2 table tbody th { padding: 12px 0; background: #f6f7f8; border-top:1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; text-align: center; font-size: 19px; color: #111; font-weight: 500; line-height: 100%; letter-spacing: -1px;}
.table2 table tbody td { padding: 12px 8px; font-size: 17px; color: #383636; line-height: 120%; text-align: left; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; font-weight: 300; letter-spacing: -1px;}
.table2 table tbody th em { font-size: 14px; color: #555; font-weight: 500; line-height: 100%; letter-spacing: -1px;}

.table3 { margin-bottom: 10px; }
.table3 table { width:100%; border-collapse: collapse; border-top: 2px solid #000; }
.table3 table tbody th { vertical-align: top; padding: 20px 0; background: #fff; border-top:1px solid #ededed; border-bottom: 1px solid #ededed; text-align: center; font-size: 19px; color: #111; font-weight: 500; line-height: 100%; letter-spacing: -1px;}
.table3 table tbody td { padding: 20px 10px 20px 20px; font-size: 19px; color: #1f1f1f; line-height: 150%; text-align: left; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; font-weight: 400; line-height: 150%; letter-spacing: -1px; word-break: keep-all;}
/*.table3 table tbody td em { display: inline-block; font-size: 19px; color: #000; font-weight: 500; letter-spacing: -1px;}*/

.table-apply { margin-bottom: 50px; }
.table-apply table { width:100%; border-collapse: collapse; border-top: 2px solid #000; }
.table-apply table tbody th { padding: 18px 0; background: #f6f7f8; border-top:1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; text-align: center; font-size: 17px; color: #111; font-weight: 500; line-height: 100%; letter-spacing: -1px;}
.table-apply table tbody td { padding: 18px 12px; font-size: 17px; color: #383636; line-height: 120%; text-align: left; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; font-weight: 500; letter-spacing: -1px;}
.table-apply table tbody th em { font-size: 14px; color: #555; font-weight: 500; line-height: 100%; letter-spacing: -1px;}

.table-s { margin-bottom: 0; }
.table-s table { width:100%; border-collapse: collapse; border-bottom: 1px solid #8f8f8f; }
.table-s table thead th { padding: 8px 0; background: #f7f7f7; border-bottom: 1px solid #a3a3a3;  font-size: 15px; color: #111; font-weight: 400; letter-spacing: -1px;}
.table-s table tbody td { padding: 6px 0; font-size: 14px; color: #383636; line-height: 130%; text-align: center; border-top: 1px solid #ddd; border-left: 1px solid #ddd; font-weight: 400; letter-spacing: -1px;}
.table-s table tbody td:first-child { border-left: 0; }

.table4 { margin-bottom: 20px; }
.table4 .st-title { padding-left: 8px; text-align: left; font-family:'Roboto', sans-serif; font-size: 18px; color: #1f1f1f; font-weight: 500; line-height: 150%; letter-spacing: -1px; }
.table4 table { width:100%; border-collapse: collapse; border-top: 2px solid #000; }
.table4 table tbody th { padding: 12px 0; background: #f6f7f8; border-top:1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; text-align: center; font-size: 19px; color: #111; font-weight: 500; line-height: 120%; letter-spacing: -1px; word-break: keep-all;}
.table4 table tbody td { padding: 12px 8px; font-size: 17px; color: #383636; line-height: 120%; text-align: left; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; font-weight: 400; letter-spacing: -1px;}
.table4 table tbody th em { font-size: 14px; color: #555; font-weight: 500; line-height: 100%; letter-spacing: -1px;}


.in-table { margin-top: 10px; }
.in-table table { width:100%; border-collapse: collapse; border-top: 2px solid #000; border-bottom: 2px solid #000; }
.in-table table thead th { padding: 14px 0; background: #eee; border-top: 1px solid #505050; border-bottom: 1px solid #505050; text-align: center; font-size: 17px; color: #111; font-weight: 500; line-height: 100%; letter-spacing: -1px;}
.in-table table tfoot th { padding: 14px 0; background: #eee; border-top: 1px solid #505050; border-bottom: 1px solid #505050; text-align: center; font-size: 17px; color: #111; font-weight: 500; line-height: 100%; letter-spacing: -1px;}
.in-table table tbody td { padding: 20px 0; background: #fff; border-top: 1px solid #505050; border-bottom: 1px solid #505050; text-align: center; font-size: 16px; color: #1f1f1f; font-weight: 400; line-height: 150%; letter-spacing: -1px; word-break: keep-all;}


.pagenate { text-align: center; font-size:0;  }
.pagenate a { display: inline-block; vertical-align: middle; margin:0 5px; width: 24px; height: 24px; border: 1px solid #ddd; text-align: center; line-height: 24px; font-size: 13px; color: #333; }
.pagenate a.active { background: #5e5e5e; color: #fff; border-color:#5e5e5e;  }
.pagenate a.first { background: url(../img/ico_first.png) no-repeat 50% 50%; }
.pagenate a.prev { background: url(../img/ico_prev.png) no-repeat 50% 50%; }
.pagenate a.next { background: url(../img/ico_next.png) no-repeat 50% 50%; }
.pagenate a.last { background: url(../img/ico_last.png) no-repeat 50% 50%; }


.search { text-align: right; font-size:0; margin-bottom: 16px; position:relative; }
.search select { vertical-align: middle; width: 120px; padding-left: 10px; height: 40px; border: 1px solid #ccc; font-size: 18px; color: #1e1e1e; margin-right: 4px; 
-webkit-appearance: none;  -moz-appearance: none; appearance: none; 
background: url(../img/common/ico_sel_bg.png) no-repeat 95% 50%; }
/* IE 10, 11의 네이티브 화살표 숨기기 */
.search select::-ms-expand { display: none; }

.search input[type=text] { vertical-align: middle; width:320px; padding-left: 10px; height: 38px; border: 1px solid #ccc; border-right: 0; font-size: 18px; color: #1e1e1e; outline: none; }
.search button { vertical-align: middle; width:90px; height: 40px; text-align: center; background: #888888;  font-size:18px; color: #fff; outline: none; }
.search .s-gubun a { position: absolute; left: 30px; top: 10px; text-align: left; font-size:18px; color: #000;  }
.search .s-gubun a .active { font-size:18px; color: #000; font-weighT: 700; }
.search .s-gubun2 a { position: absolute; left: 130px; top: 10px; text-align: left; font-size:18px; color: #000;  }
.search .s-gubun2 a .active { font-size:18px; color: #000; font-weighT: 700; }
.search .list-1 { position: absolute; left: 30px; top: 10px; text-align: left; font-size:18px; color: #000;  }


/* MODAL */
.hidden { overflow:hidden; }
.modal-backdrop {position: fixed; top:0; right:0; bottom:0; left:0; background:#000; z-index:7500; opacity:.5; filter:alpha(opacity=50);}
.modal {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:8000; overflow:auto; -webkit-overflow-scrolling:touch; outline:0; text-align:left;}
.modal-dialog {position:relative; width:auto; margin:200px auto; border-radius:5px; width: 430px; }
.modal-header { height:50px; line-height: 49px; text-align: center; background: #2ca3ff; font-size:24px; color: #fff; font-weight: 600; }
.modal-header .layer-tooltip { position:absolute; right:80px; top:22px; line-height:13px; height:13px; z-index:10;}
.modal-header .layer-tooltip a { font-size:12px; font-weight:600; color:#fff; text-decoration:underline; font-family:dotum;  }
.modal-header .layer-tooltip a:before { width:12px;height:13px; background-position:-60px -170px; vertical-align:top; margin-right:5px; }
.modal-header .layer-tooltip div { position:absolute; right:-5px; top:20px; width:328px; display:none; }
.modal-header .layer-tooltip a:hover + div { display:block; }

.modal-content {position:relative; color:#555; background-color:#fff; outline:none;   overflow:hidden; box-shadow:4px 4px 6px rgba(0,0,0,0.5)}
.modal .close {position:absolute; top:0; right:0; width:50px; height:50px; padding:0; border:0; background: url(../img/btn_modal_close.png) no-repeat 50% 50%; }

.modal-body {padding:25px;line-height: 180%; font-size: 13px}
.modal-body .btn-chk { display: inline-block; vertical-align: middle; height:38px; line-height: 36px; width:90px; background: #494949; font-size:13px; color: #fff; font-weight: 600; text-align: center;}
#modalHp .modal-body strong { margin-right:20px; }
.modal-body .btn-ok { display: inline-block; vertical-align: middle; height:38px; line-height: 36px; width:90px; background: #2ca3ff; font-size:13px; color: #fff; font-weight: 600; text-align: center;}

.modal-pass .title { height: 56px; padding-left:20px; font-size:22px; line-height: 54px; color: #fff; font-weight: 600; position: relative; background: #2f3292;}
.modal-pass .title .btn-close { position: absolute; right:0; top:0; width:56px; height: 56px; background: url(../img/btn_close.png) no-repeat 50% 50%; }
.modal-pass .pass { padding: 30px 20px 40px; }
.modal-pass .modal-table  { margin-bottom: 25px;}
.modal-pass .modal-table table { width:100%; border-collapse: collapse; }
.modal-pass .modal-table table td { border: 1px solid #e4e4e4; font-size:12px; color: #797979; padding:5px;}
.modal-pass .modal-table table th { border: 1px solid #e4e4e4; background: #fafafa; font-size:13px; color: #202020; font-weight: 400; text-align: center; padding:7px 0;}

.modal-exam .modal-table .inp { height: 21px; border: 1px solid #c4c4c4; padding-left: 7px; border: 1px solid #c4c4c4; font-size:12px; color: #686868; vertical-align: middle;}

.modal-exam .pass .tit { font-size:18px; color: #272727; padding:0 0 7px 5px; }
.modal-exam .pass .table-pass { margin-bottom: 25px;}
.modal-exam .pass .table-pass table { width:100%; border-collapse: collapse; border-top:1px solid #a0a0a0; }
.modal-exam .pass .table-pass table th { background: #fafafa; text-align: center; font-size:14px; color:#202020; padding:10px 0; border-bottom: 1px solid #dfdfdf; font-weight: 400;}
.modal-exam .pass .table-pass table tbody td {   font-size:14px; color:#747474; padding:10px 8px; border-bottom: 1px solid #dfdfdf; }
.modal-exam .pass .table-pass table tbody tr:last-child th,
.modal-exam .pass .table-pass table tbody tr:last-child td { border-bottom: 1px solid #a0a0a0; }

.modal-exam .pass .table-pass.course table tbody th { font-size:12px; line-height: 16px; }
.modal-exam .pass .table-pass.course table tbody td { font-size:12px; line-height: 18px; }
.modal-exam .pass .table-pass.course table tbody td .file  { font-size:12px; color: #353535; }
.modal-exam .pass .table-pass.course table tbody td .file span { display: inline-block; vertical-align: middle; padding-bottom: 3px; position: relative; margin-left:4px; }
.modal-exam .pass .table-pass.course table tbody td .file span:before { content: ''; position: absolute; left: 0; right:0; bottom:0; height: 1px; background: #adadad;}


/* MODAL */
.hidden { overflow:hidden; }
.modal2-backdrop {position: fixed; top:0; right:0; bottom:0; left:0; background:#000; z-index:7500; opacity:0.5; }
.modal2 {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:99999999; overflow:auto; -webkit-overflow-scrolling:touch; outline:0; text-align:left; }
.modal2-dialog {position:relative; width:auto; margin:96px auto; border: 1px solid #555; border-radius: 8px; width: 800px; }
.modal2-dialog2 {position:relative; width:auto; margin:0 auto; left: 30%; top: -50px; border: 1px solid #555; border-radius: 8px;  }
.modal2-header { height:50px; line-height: 49px; text-align: center; background: #2ca3ff; font-size:24px; color: #fff; font-weight: 600; }
.modal2-header .layer-tooltip { position:absolute; right:80px; top:22px; line-height:13px; height:13px; z-index:10;}
.modal2-header .layer-tooltip a { font-size:12px; font-weight:600; color:#fff; text-decoration:underline; font-family:dotum;  }
.modal2-header .layer-tooltip a:before { width:12px;height:13px; background-position:-60px -170px; vertical-align:top; margin-right:5px; }
.modal2-header .layer-tooltip div { position:absolute; right:-5px; top:20px; width:328px; display:none; }
.modal2-header .layer-tooltip a:hover + div { display:block; }

.modal2-content {position:relative; color:#555; background-color:#fff; outline:none; overflow:hidden; box-shadow:4px 4px 6px rgba(0,0,0,0.5); border-radius: 8px; }
.modal2 .close {position:absolute; top:0; right:0; width:50px; height:50px; padding:0; border:0; background: url(../img/btn_modal_close.png) no-repeat 50% 50%; }

.modal2-body {padding:25px; line-height: 180%; font-size: 13px}
.modal2-body .btn-chk { display: inline-block; vertical-align: middle; height:38px; line-height: 36px; width:90px; background: #494949; font-size:13px; color: #fff; font-weight: 600; text-align: center;}
#modalHp .modal2-body strong { margin-right:20px; }
.modal2-body .btn-ok { display: inline-block; vertical-align: middle; height:38px; line-height: 36px; width:90px; background: #2ca3ff; font-size:13px; color: #fff; font-weight: 600; text-align: center;}

.modal2-pass .title { text-align: left; padding-left: 20px; height: 48px; font-size: 21px; line-height: 47px; color: #fff; font-weight: 700; letter-spacing: -1px; position: relative; background: #1f3995;}
.modal2-pass .title .btn-close { position: absolute; right:10px; top:4px; width:40px; height: 40px; background: url(../img/btn_close.png) no-repeat 50% 50%; }
.modal2-pass .pass2 { padding: 30px 20px 40px; text-align: center; word-break: keep-all; letter-spacing: -1px;}
.modal2-pass .modal-table  { padding: 20px; margin-bottom: 25px;}
.modal2-pass .modal-table table { width:100%; border-collapse: collapse; margin-bottom: 10px; }
.modal2-pass .modal-table table thead th { border: 1px solid #d6d6d6; background: #e2e4f5; font-size: 15px; color: #000; font-weight: 600; text-align: center; padding: 8px 4px; }
.modal2-pass .modal-table table th { border: 1px solid #d6d6d6; background: #f5f6fd; font-size: 14px; color: #111; font-weight: 600; text-align: center; padding: 6px 4px; }
.modal2-pass .modal-table table td { border: 1px solid #d6d6d6; text-align: left; font-size: 14px; color: #444; font-weight: 400; padding: 6px 4px;}
.modal2-pass .modal-table table tfoot td { background: #f6f6f6; border: 1px solid #d6d6d6; text-align: center; font-size: 14px; color: #111; font-weight: 600; padding: 10px 4px;}

.modal2-pass .modal-table1  { padding: 20px; margin-bottom: 25px;}
.modal2-pass .modal-table1 table { width:100%; border-collapse: collapse; margin-bottom: 10px; }
.modal2-pass .modal-table1 table thead th { border: 1px solid #d6d6d6; background: #e2e4f5; font-size: 15px; color: #000; font-weight: 600; text-align: center; padding: 4px 4px; }
.modal2-pass .modal-table1 table th { border: 1px solid #d6d6d6; background: #f5f6fd; font-size: 14px; color: #111; font-weight: 600; text-align: center; padding: 4px 4px; }
.modal2-pass .modal-table1 table td { border: 1px solid #d6d6d6; text-align: left; font-size: 14px; color: #444; font-weight: 400; padding: 4px 4px;}
.modal2-pass .modal-table1 table tfoot td { background: #f6f6f6; border: 1px solid #d6d6d6; text-align: center; font-size: 14px; color: #111; font-weight: 600; padding: 8px 4px;}
.modal2-pass .sms-m-send .sms-m { padding: 10px 48px 20px 49px; background: url(../img/bg_phone_modal.png) no-repeat 50% 50%; height: 707px; }
.modal2-pass .sms-m-send .sms-m .sms-m-screen { margin: 68px auto 0; background: #f2f3f9; padding: 10px 5px; height: 220px; }


.modal2-pass .modal-table2 { padding: 20px; margin-bottom: 20px; width: 100%; overflow-y: scroll; overflow-x: hidden; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; box-sizing: border-box;}
.modal2-pass .modal-table2 table { width:100%; border-collapse: collapse; margin-bottom: 10px; box-sizing: border-box;}
.modal2-pass .modal-table2 table thead {  }
.modal2-pass .modal-table2 table thead th { padding: 8px 4px; border: 1px solid #d6d6d6; background: #e2e4f5; font-size: 16px; color: #000; font-weight: 600; text-align: center; padding: 8px 4px; }
.modal2-pass .modal-table2 table th { border: 1px solid #d6d6d6; background: #f5f6fd; font-size: 15px; color: #111; font-weight: 600; text-align: center; padding: 6px 4px; }
.modal2-pass .modal-table2 table td { border: 1px solid #d6d6d6; text-align: left; font-size: 14px; color: #444; font-weight: 400; padding: 6px 4px;}


.modal2-pass .modal-pop-list { padding: 20px; margin-bottom: 20px; width: 100%; overflow-y: scroll; overflow-x: hidden; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; box-sizing: border-box;}
.modal2-pass .modal-pop-list table { width:100%; border-collapse: collapse; margin-bottom: 10px; box-sizing: border-box;}
.modal2-pass .modal-pop-list table thead {  }
.modal2-pass .modal-pop-list table thead th { padding: 8px 4px; border: 1px solid #d6d6d6; background: #e2e4f5; font-size: 15px; color: #000; font-weight: 600; text-align: center; padding: 7px 3px; }
.modal2-pass .modal-pop-list table th { border: 1px solid #d6d6d6; background: #f5f6fd; font-size: 14px; color: #111; font-weight: 600; text-align: center; padding: 5px 3px; }
.modal2-pass .modal-pop-list table td { border: 1px solid #d6d6d6; text-align: left; font-size: 14px; color: #444; font-weight: 400; padding: 6px 4px;}



.modal2-pass .modal-table3 { padding: 20px; margin-bottom: 20px; width: 100%; overflow-y: scroll; overflow-x: hidden; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; box-sizing: border-box;}
.modal2-pass .modal-table3 table { width:100%; border-collapse: collapse; margin-bottom: 10px; box-sizing: border-box;}
.modal2-pass .modal-table3 table thead {  }
.modal2-pass .modal-table3 table thead th { padding: 4px 2px; border: 1px solid #d6d6d6; background: #e2e4f5; font-size: 15px; color: #000; font-weight: 600; text-align: center; }
.modal2-pass .modal-table3 table th { border: 1px solid #d6d6d6; background: #f5f6fd; font-size: 14px; color: #111; font-weight: 600; text-align: center; padding: 4px 2px; }
.modal2-pass .modal-table3 table td { border: 1px solid #d6d6d6; text-align: left; font-size: 14px; color: #444; font-weight: 400; padding: 4px 2px;}


.modal2-pass .modal-table4 { padding: 20px; margin-bottom: 20px; width: 100%; overflow-y: scroll; overflow-x: hidden; scrollbar-arrow-color: #ddd; scrollbar-face-color: #ddd; scrollbar-track-color: #f5f5f5; box-sizing: border-box;}
.modal2-pass .modal-table4 table { width:100%; border-collapse: collapse; margin-bottom: 10px; box-sizing: border-box;}
.modal2-pass .modal-table4 table thead {  }
.modal2-pass .modal-table4 table thead th { padding: 5px 4px; border: 1px solid #d6d6d6; background: #e2e4f5; font-size: 15px; color: #000; font-weight: 600; text-align: center; }
.modal2-pass .modal-table4 table th { border: 1px solid #d6d6d6; background: #f5f6fd; font-size: 14px; color: #111; font-weight: 600; text-align: center; padding: 5px 4px; }
.modal2-pass .modal-table4 table td { border: 1px solid #d6d6d6; text-align: left; font-size: 14px; color: #444; font-weight: 400; padding: 5px 4px;}


.modal2-pass .top-button { display: flex; padding: 10px 20px; margin-bottom: 0;}

.sms-send .sms { padding: 30px 48px 30px 49px; background: url(../img/bg_phone4.png) no-repeat 50% 50%; height: 750px; }
.sms-send .sms .sms-screen { margin: 78px auto 0; background: #f2f3f9; padding: 10px 5px; height: 220px; }
.sms-send2 .sms { padding: 30px 48px 30px 49px; background: url(../img/bg_phone5.png) no-repeat 50% 50%; height: 750px; }
.sms-send2 .sms .sms-screen { margin: 78px auto 0; background: #f2f3f9; padding: 10px 5px; height: 220px; }





/* MODAL */
.hidden { overflow:hidden; }
.modal3-backdrop {position: fixed; top:0; right:0; bottom:0; left:0; background:#000; z-index:7500; opacity:0.5; }
.modal3 {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:999999999; overflow:auto; -webkit-overflow-scrolling:touch; outline:0; text-align:left;}
.modal3-dialog {position:relative; width:auto; margin:100px auto; border-radius:5px; width: 1000px  }
.modal3-header { height:50px; line-height: 49px; text-align: center; background: #2ca3ff; font-size:24px; color: #fff; font-weight: 600; }
.modal3-content {position:relative; color:#555; background-color:#fff; outline:none;   overflow:hidden; box-shadow:4px 4px 6px rgba(0,0,0,0.2)}
.modal3 .close {position:absolute; top:0; right:0; width:50px; height:50px; padding:0; border:0; background: url(../img/btn_modal_close.png) no-repeat 50% 50%; }

.modal3-pass .title { text-align: center; height: 80px; font-size: 28px; line-height: 79px; color: #fff; font-weight: 700; letter-spacing: -2px; position: relative; background: #007590;}
.modal3-pass .title .btn-close { position: absolute; right:10px; top:12px; width:56px; height: 56px; background: url(../img/btn_close.png) no-repeat 50% 50%; }


/* MODAL */
.hidden { overflow:hidden; }
.modal4-backdrop {position: fixed; top:0; right:0; bottom:0; left:0; background:#000; z-index:7500; opacity:0.5; }
.modal4 {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:9999999999; overflow:auto; -webkit-overflow-scrolling:touch; outline:0; text-align:left;}
.modal4-dialog {position:relative; width:auto; margin:100px auto; border-radius:10px; width: 1000px;  }
.modal4-header { height:50px; line-height: 49px; text-align: center; background: #2ca3ff; font-size:24px; color: #fff; font-weight: 600; }
.modal4-content {position:relative; color:#555; background-color:#fff; outline:none; border: 1px solid #ccc; border-radius:10px; overflow:hidden; box-shadow:4px 4px 6px rgba(0,0,0,0.2)}
.modal4 .close {position:absolute; top:0; right:0; width:50px; height:50px; padding:0; border:0; background: url(../img/btn_modal_close.png) no-repeat 50% 50%; }

.modal4-pass .title { text-align: center; height: 80px; font-size: 28px; line-height: 79px; color: #fff; font-weight: 700; letter-spacing: -2px; position: relative; background: #007590;}
.modal4-pass .title .btn-close { position: absolute; right:10px; top:12px; width:56px; height: 56px; background: url(../img/btn_close.png) no-repeat 50% 50%; }


.filebox .info { text-align: left; height: 20px; line-height: 18px; color: #6c625d; font-size: 12px; font-weight: 500;  letter-spacing: -0.5px; }
.filebox label { display: inline-block; margin-bottom: 0; padding: 0 8px; width: 100%; height: 28px; line-height: 27px; color: #1f1f1f; font-size: 13px; font-weight: 500; vertical-align: middle; background: #fff; cursor: pointer; border: 1px solid #b9b9b9; box-sizing: border-box; -webkit-transition: background-color 0.2s; transition: background-color 0.2s;}
.filebox label:hover { background-color: #fff;}
.filebox label:active { background-color: #fff;}
.filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}

.file-list { padding:10px 20px; background: #f1f1f1;  margin-bottom: 40px; }
.file-list > div { height: 30px; line-height: 28px; font-size:14px; color: #6e6e6e; position: relative; border-bottom: 1px solid #e1e1e1; }
.file-list > div span { margin-left: 30px; }
.file-list > div span a { color: #6e6e6e; }
.file-list .btn-del { position: absolute; right:30px; top:5px; width:36px; height: 20px; text-align: center; font-size:13px; background: #707070; color: #fff; }

#login { width: 100%; padding-top: 50px; margin: 0 auto;}
#login .login-box { position: relative; margin: 0 auto; width: 500px; background: #fff; border: 1px solid #eee; border-radius: 15px; padding: 40px 32px 30px; box-sizing: border-box; box-shadow: 0 10px 15px -10px #c6c6c6;}
#login .login-box .login-title { border-bottom: 1px solid #e0e0e0; margin-bottom: 30px; padding-bottom: 10px; text-align: center; font-size: 27px; color: #111; font-weight: 700; letter-spacing: -1.5px; }
#login .login-box .tit { text-align: center; font-size: 14px; color: #2f2f2f; font-weight: 400; letter-spacing: -1px; margin-bottom: 5px;}
#login .login-box .cus-t { text-align: center; font-size: 21px; color: #111; font-weight: 500; letter-spacing: -1px; }
#login .login-box .login-bg { position: absolute; top: -138px; left: 0; z-index: 99;}
#login .login-box .login-bg2 { position: absolute; bottom: -50px; right: -162px; z-index: 99;}


#login .login-box .id-pw { width: 100%; margin: 0 auto 30px;}
#login .login-box .id-pw ul { overflow: hidden; }
#login .login-box .id-pw ul li a{ float: left; width: 49%; height: 50px; border-radius: 30px; border: 1px solid #2299d8; line-height: 47px; text-align: center; margin-right: 1%; background: #fff; font-size: 19px; color: #2299d8; font-weight: 700; letter-spacing: -1px; box-sizing: border-box;}
#login .login-box .id-pw ul li.active a { width: 49%; border: 0; border-radius: 30px; line-height: 49px; background: #2299d8; font-size: 19px; color: #fff; font-weight: 700; letter-spacing: -1px; }
#login .login-box .id-pw ul li a { display: block;  }


#login .login-box .result-t { margin: 50px auto; width: 100%; height: 60px; line-height: 58px; border: 0; border-radius: 5px; padding: 0 15px; font-size: 19px; color: #111; background: #f1f7fa; vertical-align: middle; box-sizing: border-box; outline: none;  }
#login .login-box .result-t p {  text-align: center; font-size: 19px; color: #111; font-weight: 500; letter-spacing: -1px; }
#login .login-box .result-t p span { font-family:'Roboto', sans-serif; font-size: 21px; color: #2b449b; font-weight: 700; letter-spacing: -1px; }

/*
@page{ size:auto; margin : 5mm;  }

@media print {  
	.modal { page-break-inside:auto; page-break-after: avoid; -webkit-print-color-adjust: exact; }
	.modal { left:0; right:0; top:0; bottom:0; width:100%; height: 100%; background: #fff;}
	#head1,
	#head2,
	#snb { display: none;}
	.modal-dialog { width:100%; }
	table tbody th { background: #f2f2f2; }
}
*/

