﻿﻿﻿@charset "utf-8";
/*
        layout
                    */
html, body {
    height: 100%;
	background-color: #F5F7FC;
}
#wrap {
	width: 100vw;
	padding-top: 117px;
	display: flex;
	flex-direction: column;
}
#wrap:has(::-webkit-scrollbar){background-color: red;}
#wrap.navHide .menu {width:3px; background:#18306c;}
#wrap.navHide .menu ul {display:none;}
#wrap.navHide .menu .btnMenuControl {background:url('../images/common/bg_nav_toggle_button.png') no-repeat top right;}
#wrap.navHide .content {padding-left:26px; width:1174px;}


.area {position:relative; padding: 0 32px; width: calc(100% - 64px); min-height: 100%;}

/* 
        header
                     */
#header {position: fixed; top: 0; right: 0; width: calc(100% - 240px);  height:117px; margin-left: 240px; background: #F5F7FC;z-index: 201;}
#header .bi {float:left; padding:28px 0 0;}
#header .etc {float:right; padding:24px 0 0;}
#header .etc a,
#header .etc p {position:relative; float:right; padding:0 10px; line-height:18px; font-size:14px; color:#999;}
#header .etc a:after {display:block; content:''; position:absolute; left:0; top:3px; width:1px; height:12px; background:#999;}
#header .etc .welcomeMsg strong {color:#000; font-size:15px;}
#header .etc .btnLogout {padding-right:0; color:#18306c;}
#header .sbox_area{  display:inline-block; position:absolute; right:400px; top:18px;}
#header .sbox_area  div{ display:inline-block;}
#header .sbox_area a{ font-size:14px; padding:5px 5px; background:#18306c; color:#fff; }
#header .area {
	box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #F5F7FC;
    padding: 0 46px 0 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 1400px;
}
#header .info_left {
    display: flex;
    position: relative;
}
#header .info_left .menu_icon {
    border-radius: 9px;
    width: 68px;
    height: 64px;
    margin-right: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .info_left.admin .menu_icon {
    background: #1C7EFF;
}

#header .info_left.master .menu_icon::before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    background: url(/admin/images/common/add/ico_master-id.png) no-repeat center center;
}

#header .info_left.sub_admin .menu_icon {
    background: #FF8D1A;
}

#header .info_left .menu_icon.general {
    background: #38916c;
}

#header .info_left .menu_icon > div {
    margin-top: 5px;
}

#header .info_left .menu_icon > div > p {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
    width: 100%;
}

#header .info_left .site_txt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#header .info_left .site_txt .website_txt {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.05em;
    width: 100%;
}

#header .info_left .site_txt .info_left_bot {
    display: flex;
}

#header .info_left .site_txt .info_left_bot .welcome_txt {
    color: #161718;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: -0.05em;
}

#header .info_left .site_txt .info_left_bot .welcome_txt span {
    font-weight: 400;
}

#header .info_left .site_txt .info_left_bot .welcome_txt span.administrative-rights {
    font-weight: 500;
    font-size: 16px;
    margin-right: 8px;
    color: #EB1796;
}

#header .info_left.master .site_txt .info_left_bot .welcome_txt span.administrative-rights {
    font-weight: 500;
    font-size: 16px;
    margin-right: 8px;
    color: #0039C5;
}

#header .info_left .site_txt .info_left_bot .welcome_txt > a {
    color: #161718;
}

#header .info_left .site_txt .info_left_bot .btn_txt_bg {
    height: 24px;
    line-height: 27px;
    display: flex;
}

#header .info_left .site_txt .info_left_bot .btn_txt_bg a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 11px;
    width: 68px;
    height: 24px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: -0.05em;
    white-space: nowrap;
}

#header .info_left .site_txt .info_left_bot .btn_txt_bg a::before {
    margin-right: 4px;
}

#header .info_left .site_txt .info_left_bot .btn_txt_bg a.btn_infochange {
    background: #676767;
}

#header .info_left .site_txt .info_left_bot .btn_txt_bg a.btn_infochange::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url(../images/ico/ico_btn_setting.svg) no-repeat center center;
}

#header .info_left .site_txt .info_left_bot .btn_txt_bg a.btn_logout {
    background: #1C1C1C;
}

#header .info_left .site_txt .info_left_bot .btn_txt_bg a.btn_logout::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/ico/ico_btn_logout.svg)no-repeat center center;
}

#header .info_left .site_txt .info_left_bot .btn_txt_bg a + a {
    margin-left: 5px;
}
#header .info_left .site_txt .info_left_bot .user_timer {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 4px;
}
#header .info_left .site_txt .info_left_bot .user_timer #timer {
    color: #1D1D1D;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
#header .info_left .site_txt .info_left_bot .user_timer .btn_logintimer {
    position: relative;
    display: inline-flex;
    height: 24px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #C6C6C6;
    background: #F0F0F0;
}
#header .info_left .site_txt .info_left_bot .user_timer .btn_logintimer::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/ico/ico_btn_time.svg) no-repeat center center;
}

#header .fnc_right {
    display: flex;
    width: 40%;
    justify-content: end;
}

#header .fnc_right .top-btn-wrap {
    width: 100%;
    max-width: 539px;
}

#header .fnc_right .top-btn-wrap .sub-info {
    display: flex;
    justify-content: end;
}

#header .fnc_right .top-btn-wrap .sub-info > p {
    margin-left: 14px;
}

#header .fnc_right .top-btn-wrap .sub-info > ul {
    font-size: 0;
}

#header .fnc_right .top-btn-wrap .sub-info > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#header .fnc_right .top-btn-wrap .sub-info > ul > li + li {
    margin-left: 20px;
}

#header .fnc_right .top-btn-wrap .sub-info > ul > li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    background: #CED2DB;
}

#header .fnc_right .top-btn-wrap .sub-info > ul > li a {
    line-height: 22px;
    font-size: 15px;
    padding-left: 24px;
}

#header .fnc_right .top-btn-wrap .btn_front::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/admin/images/common/add/img_btn_front.png) no-repeat center center;
}

#header .fnc_right .top-btn-wrap .btn_repair::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/ico/ico_btn_repair.svg) no-repeat center center;
}
#header .fnc_right .top-btn-wrap .btn_home {
	position: relative;
	padding-left: 23px;
}
#header .fnc_right .top-btn-wrap .btn_home::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(../images/ico/ico_btn_homepage.svg)no-repeat center center;
}
#header .fnc_right .top-btn-wrap .btn_help {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    padding-left: 23px;
    color: #7A7A7A;
}

#header .fnc_right .top-btn-wrap .btn_help::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(../images/ico/ico_btn_help.svg)no-repeat center center;
}

#header .fnc_right .top-btn-wrap .site-mgt {
    display: flex;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 8px;
    width: 100%;
    max-width: 539px;
    align-items: center;
    background: #F1F1F1;
    border: 1px solid #BBBFC9;
}

#header .fnc_right .top-btn-wrap .cSelectbox-tit {
    padding: 0 18px 0 10px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.05em;
    font-weight: 500;
    white-space: nowrap;
    background: #F1F1F1;
}

#header .fnc_right .top-btn-wrap .cSelectbox-tit i {
    margin: (100% );
    width: 15px;
    height: 12px;
    display: inline-block;
    background: url(/admin/images/common/add/ico_site_mgt.svg)no-repeat center center;
}


.gnbArea  {width:100%;background:#18306c;position:fixed;top: 70px;z-index:102;}
.gnbArea > ul {width:1200px; margin:0 auto;  background:#18306c;}
.gnbArea > ul:before {content:"";position:absolute;top: 60px;left:0;margin-left:-500%;width: 1000%;height:0;background-color:#212349;transition:all 0.4s;border-top:1px solid #30457b;box-sizing:border-box;}
.gnbArea > ul.active:before {height: 50px;}
.gnbArea > ul:after {content:''; clear:both; display:block;}
.gnbArea > ul > li {display:inline-block;position:relative;width:145px;text-align: center;}
.gnbArea > ul > li {display:inline-block; }
.gnbArea > ul > li > a {color:#fff;font-size:18px;font-weight:400;height:60px;line-height:60px;/* text-align:center; */}/*padding:0 29px;*/
.gnbArea > ul > li.on > a:after,
.gnbArea > ul > li.active > a:after,
.gnbArea > ul > li > a:hover:after{content:"";position:absolute; display:block; bottom:0;left:34px;width:60%;height:2px;background:linear-gradient(to left, #4ed2d4, #4b64db);transition:all .3s;/* align-items: center; */}
.gnbArea .depth {
	position: abFsolute;
	top: 59px;
	left: 0;
	width: 1200px;
	height: 0;
	overflow: hidden;
	transition: all .4s;
	zoom: 1;
}
.gnbArea .depth.d01 {left:40px;}
.gnbArea .depth.d02 {
	left: -112px;
}
.gnbArea .depth.d03 {left:-250px;}
.gnbArea .depth.d04 {left:-390px;}
.gnbArea .depth.d05 {left:-532px;}
.gnbArea .depth.d06 {left:30px;}
.gnbArea .depth.d07 {left:-42px;}
.gnbArea .depth.d08 {
	left: 47px;
}
.gnbArea li.active .depth {height: 50px;}
.gnbArea .depth:after {display:block; content:""; clear:both;}
.gnbArea .depth li {float:left; margin-left:10px;}
.gnbArea .depth li:first-child {margin-left:0;}
.gnbArea .depth li a {position:relative;padding:0 5px;height:50px;line-height:50px;color:#999;font-size: 14px;font-weight:400;text-align:center;}
.gnbArea .depth li a:hover,
.gnbArea .depth li.active a {color:#fff;}
.gnbArea .depth li a:hover:after,
.gnbArea .depth li.active a:after {color:#fff;}

@media screen and (max-width:1300px){
	 .gnbArea > ul {width:1300px;}
}


/* 
        footer
                     */
.footer {position: relative; width: calc(100% - 240px); min-width: 1600px; margin-left: 240px; text-align:left; padding-top: 25px; padding-bottom: 16px; background-color: #F5F7FC;}
.footer .area .copyright p.copyEng {
    text-align: left;
    font-size: 14px;
    color: #BBBFC9;
}


/*  
        dash 
                    */
._over-wrap{max-height: 250px;height: 228px;}
.dashBg{ background:#f7f7f7;}
.quick {position: absolute; z-index:10; margin-left:1220px; width:136px;}
.quick p {display: block; height:52px; background:#0a1d4d; line-height:52px; text-align:center; color:#fff; font-size:16px;}
.quick ul li a {display: block; padding:0 10px; height: 43px; background:#3e8dcc; border-top:1px solid #78afdb; line-height:43px; color:#fff; font-size:13px;}
.quick ul li a::before {display:inline-block; margin-right:7px; vertical-align:middle; content:"";}
.quick ul li a.home::before {width:20px; height:17px; background:url(../images/ico/quick_home.png) no-repeat 0 0;}
.quick ul li a.submission::before {width:21px; height:18px; background:url(../images/ico/quick_submission.png) no-repeat 0 0;}
.quick ul li a.competition::before {width:19px; height:19px; background:url(../images/ico/quick_competition.png) no-repeat 0 0;}
.quick ul li a.thesis_search::before {width:18px; height:18px; background:url(../images/ico/quick_search.png) no-repeat 0 0;}
.quick ul li a.care::before {width:18px; height:18px; background:url(../images/ico/quick_care.png) no-repeat 0 0;}
.quick ul li:first-child a {border-top: none;}
.quick ul li:hover a {color:#4eccd4;}
.quick ul li:hover a::before {background-position: right;}
.dashCont{display: grid; gap: 24px 20px; grid-template-columns: repeat(3, 1fr);}
.dashCont .dash_box:nth-child(5) {grid-column-start: 2; grid-column-end: 4; grid-row-start: 2; grid-row-end: 3;}
.dash_box{background:#fff;width: 100%; border-radius: 10px; border:1px solid #D6D6D6;box-sizing:border-box;/* display:inline-block; */min-height: 400px;max-height: 400px;overflow: hidden; box-shadow: 0 0 4px rgba(0, 0, 0, 0.08%);}
.dash_box .dash_tit{padding: 0 26px; height: 60px; display: flex; align-items: center; justify-content: space-between; position:relative; border-bottom:1px solid #D6D6D6;}
.dash_box .dash_tit h3{ font-size: 18px; font-weight: 500;}
.dash_box .dash_tit a.morebtn{display: inline-flex; width: 28px; height: 28px; font-size: 12px; position: relative; background-position: center; background-repeat: no-repeat; background-image: url(../images/ico/ico_plus.svg); border-radius: 4px; border: 1px solid #D2D2D2;}
.dash_tit .cSelectbox label {top:7px;}
.dash_box .dashTbl{position: relative; max-height: 340px; overflow: auto; overflow-x: hidden; padding: 0 24px;}
.dash_box .dashTbl:before {content:""; display: block; width: calc(100% + 48px); height: 1px; background-color: #D6D6D6; position: sticky; top: 29px; margin: 0 -24px; z-index: 1;}
.dash_box .dashTbl::-webkit-scrollbar {width: 3px;}
.dash_box .dashTbl::-webkit-scrollbar-thumb {background: #0DCDE0;}
.dash_box .dashTbl::-webkit-scrollbar-button:single-button:vertical:decrement  {height: 30px;}
.dash_box .dashTbl table{ width:100%; table-layout: fixed;}
.dash_box .dashTbl table thead {position: sticky; top: 1px; background-color: #fff;}
.dash_box .dashTbl table thead th{color: #2A2A2A; font-size: 14px; font-weight: 700; line-height: 20px; box-sizing: border-box; padding-bottom: 9px; }
.dash_box .dashTbl table td{height: 40px; text-align:center; vertical-align: middle; box-sizing: border-box;font-size: 14px; padding:0 6px; color #161718; border-bottom: 1px solid #EBEBEB; }
.dash_box .dashTbl table td.tit{ text-align:left;}
.dash_box .dashTbl table tbody tr:hover{ background:#f6f6f6}
.dash_box .dashTbl table td.error,
.dash_box .dashTbl table td.null {height: 310px;}
.dash_box .dashTbl table td.error > span {color: #999999; font-size: 16px;}
.dash_box .dashTbl table td.null > span {
	display: inline-flex;
	padding-top: 46px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/ico/ico_null_list.svg);
	line-height: 24px;
	color: #999999;
	font-size: 16px;
	position: relative;
}
.dash_box .dashTbl table tr:has(.error, .null):hover {background: initial;}
.dash_box .dashTbl table tbody td.new {position: relative; padding-right: 21px;}
.dash_box .dashTbl table tbody td.new:after {content: ""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); display: block; width: 17px; height: 17px; border-radius: 50%; backgorund-repeat: no-repeat; background-position: center; background-image: url(../images/ico/ico_new.svg);}
.dash_box .dashTbl table tbody td a.ellipsis{max-width: 100%; height: 100%; display:inline-flex; align-items: center; }
.dash_box .dashTbl table tbody td span {max-width: 100%; display: inline-block; text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.dash_box .dashTbl table td span.btn{color:#fff;padding: 5px 5px;position:relative;display: block;margin: 0 auto;width: 50px;}
.dash_box .dashTbl table td span.btn.gray{background:#909090;}
.dash_box .dashTbl table td span.btn.Darkgray{background:#4d4d4d;}
.dash_box .dashTbl table td span.btn.Lightgray{background:#e3e3e3; color:#717171;}
.dash_box .dashgrp {background:#ccc; min-height:228px; line-height:32px; border-top:1px solid #c6c6c6; box-sizing:border-box;}
.dash_box .searchbtn {position:absolute; top:11px; right:20px;}
.dash_box .searchbtn dl dt a {position:relative; display: block; width:150px; height:30px; padding:0 10px; background:#fff; border:1px solid #d1d1d1; box-sizing:border-box; color:#666; line-height:30px;}
.dash_box .searchbtn dl dt a::after {position:absolute; right:10px; top:11px; display:block; width:11px; height:6px; background:url(../images/ico/select_v.png) no-repeat 0 0; content:"";}
.dash_box .searchbtn dl dt.show a::after {transform:rotate(180deg);}
.dash_box .searchbtn dl dd ul {width: 150px; border:1px solid #d1d1d1; border-top:none; box-sizing: border-box;}
.dash_box .searchbtn dl dd ul li a {display:block; height:30px; padding:0 10px; background:#fff; box-sizing:border-box; color:#666; line-height:30px;}
.dash_box .searchbtn dl dd ul li:hover a {background: #f6f6f6;}
.dash_box .dashList {height: 329px; padding: 9px 0 0; overflow-y: auto;}
.dash_box .dashList::-webkit-scrollbar {width: 3px;}
.dash_box .dashList::-webkit-scrollbar-thumb {background: #0DCDE0;}
.dash_box .dashList > ul {display: flex; flex-direction: column;}
.dash_box .dashList > ul > li {padding: 0 24px;}
.dash_box .dashList > ul > li > .item_wrap {display: flex; align-items: center; gap: 12px; height: 40px; border-bottom: 1px solid #EBEBEB; box-sizing: border-box; padding-right: 14px; }
.dash_box .dashList > ul > li > .item_wrap > span {display: block; position: relative; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.dash_box .dashList > ul > li > .item_wrap .tit {position: relative; text-overflow: ellipsis; min-height: 16px; overflow: hidden; white-space: nowrap; font-size: 14px; font-weight: 500; padding-left: 16px; }
.dash_box .dashList > ul > li > .item_wrap .tit:before { content: ''; position: absolute; top: 50%; left: 6px; transform: translateY(-50%); display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #0DCDE0;}
.dash_box .dashList > ul > li > .item_wrap .titLink {display: inline-flex; align-items: center; height: 100%; overflow: hidden; }
.dash_box .dashList > ul > li > .item_wrap .user {font-size: 13px; padding-left: 16px; color: #828282; }
.dash_box .dashList > ul > li > .item_wrap .user:before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); display: block; width: 12px; height: 12px; background-repeat: no-repeat; background-position: center; background-image: url(../images/ico/ico_user.svg);}
.dash_box .dashList > ul > li > .item_wrap .date {font-size: 13px; padding-left: 16px; color: #828282; }
.dash_box .dashList > ul > li > .item_wrap .date:before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); display: block; width: 12px; height: 12px; background-repeat: no-repeat; background-position: center; background-image: url(../images/ico/ico_calendar.svg);}
.dash_box .dashList > ul > li > .item_wrap .money {font-size: 13px; padding-left: 16px; color: #828282; }
.dash_box .dashList > ul > li > .item_wrap .money:before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); display: block; width: 12px; height: 12px; background-repeat: no-repeat; background-position: center; background-image: url(../images/ico/ico_coin.svg);}
.dash_box .dashList > ul > li > .item_wrap .link {display: inline-flex; align-items: center; justify-content: center; min-width: 50px; width: 50px; height: 22px; border: 1px solid #707070; box-sizing: border-box; font-size: 12px; color: #1C1C1C;}
.dash_box .dashList > ul > li > .item_wrap .print {display: inline-flex; align-items: center; justify-content: center; min-width: 50px; width: 50px; height: 22px; border: 1px solid #707070; box-sizing: border-box; font-size: 12px; color: #1C1C1C;}
.dash_box .dashList > ul > li > .item_wrap .disabled {background-color: #F5F5F5; border: 1px solid #D4D4D4; color: #777777; cursor: default;}
.dash_box .dashList > ul > li > .item_wrap .status {display: inline-flex; align-items: center; justify-content: center; min-width: 50px; width: 50px; height: 22px; color: #fff; font-size: 12px; text-align: center;}
.dash_box .dashList > ul > li > .item_wrap .status.new {background-color: #606060;}
.dash_box .dashList > ul > li > .item_wrap .status.warring {background-color: #FE4C4C;}
.dash_box .dashList > ul > li > .item_wrap .status.wait {background-color: #00B6C8;}
.dash_box .dashList > ul > li > .item_wrap .status.comp {background-color: #3560CE;}

.dash_box .dashList > ul > .null {
	height: 329px;
	text-align: center;
}
.dash_box .dashList > ul > .null > span {
	display: inline-flex;
	padding-top: 46px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/ico/ico_null_list.svg);
	line-height: 24px;
	color: #999999;
	font-size: 16px;
	position: relative;
	top: 111px;
}


/* 
        sublayout
                         */
#container {width: calc(100% - 240px); margin-left: 240px; min-width: 1600px; min-height: calc(100vh - 173px); background-color: #F5F7FC;}
#container::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
#container::-webkit-scrollbar-thumb {
	background: #074D60;
	border-radius: 10px;
}
#container::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.8);
	border: 2px solid #F5F7FC;
}
#container .area {width: 100%; box-sizing: border-box; padding-bottom: 8px;}

@media screen and (max-width: 1440px){
	#container {min-height: calc(100vh - 190px);}
}

/* menu*/
.menu {position: fixed; top:0; left: 0; width: 240px; height: 100vh; background-color: #074D60; z-index: 202; }
.menu .ci {
    font-weight: normal;
    width: 122px;
    margin: 0 auto;
    padding-bottom: 34px;
    padding-top: 31.5px;
}

.menu .ci a {
    display: block;
    color: #fff;
    text-align: center;
}

.menu .ci a > span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: -0.025em;
    text-align: left;
}

.menu .depth1 {
    width: 240px;
    max-height: calc(100% - 129px);
}
.menu .depth1 > li {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.menu .depth1 > li:first-child {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.menu .depth1 > li > a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 62px;
    width: 240px;
    height: 53px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: left 30px center;
}

.menu .depth1 > li > a:hover, .menu .depth1 > li > a:focus {
    /* background-color: #00909B;
    color: #FFFFFF; */
    text-decoration: underline;
}

.menu .depth1 > li.dep > a::after {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    background-image: url(../images/ico/ico_arrow_down_white.svg);
    background-position: center center;
}

.menu .depth1 > li.on > a {
    background-color: #00909B;
    color: #FFFFFF;
}

.menu .depth1 > li.dep.on > a::after {
    background-image: url(../images/ico/ico_arrow_up_white.svg);
}
.menu .depth1 > li:nth-child(1) > a {
	background-image: url(../images/ico/ico_admin_menuList1.svg);
}
.menu .depth1 > li:nth-child(2) > a {
	background-image: url(../images/ico/ico_admin_menuList6.svg);
}
.menu .depth1 > li:nth-child(3) > a {
	background-image: url(../images/ico/ico_admin_menuList3.svg);
}
.menu .depth1 > li:nth-child(4) > a {
	background-image: url(../images/ico/ico_admin_menuList4.svg);
}
.menu .depth1 > li:nth-child(5) > a {
	background-image: url(../images/ico/ico_admin_menuList5.svg);
}
.menu .depth1 > li:nth-child(6) > a {
	background-image: url(../images/ico/ico_admin_menuList7.svg);
}
.menu .depth1 > li:nth-child(7) > a {
	background-image: url(../images/ico/ico_admin_menuList10.svg);
}
.menu .depth1 > li:nth-child(8) > a {
	background-image: url(../images/ico/ico_admin_menuList8.svg);
}
.menu .depth1 > li:nth-child(9) > a {
	background-image: url(../images/ico/ico_admin_menuList9.svg);
}
.menu .depth1 > li:nth-child(10) > a {
	background-image: url(../images/ico/ico_admin_menuList2.svg);
}



.menu .depth1 .menuList {
    display: none;
    overflow: hidden;
    padding: 8px 8px 11px;
    background: #002934;
}

.menu .depth1 .on .menuList {
    display: block;
}

.menu .depth1 .select .menuList {
    display: block;
}

.menu .depth2 {
    width: 100%;
    height: auto;
}

.menu .depth2 > li {
    display: block;
    width: 100%
}

.menu .depth2 > li > a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px 0 36px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 17px;
    font-size: 15px;
    color: #ffffff;
}

.menu .depth2 > li > a:focus, .menu .depth2 > li > a:hover {
    text-decoration: underline;
}

.menu .depth2 > li.on > a {
    background-color: #00A6D4;
}

.menu .depth2 > li.select > a {
    background-color: #0DCDE0;
}

.menu .depth2 > li.dep > a::after {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    background-image: url(/admin/images/common/add/img_sidedepth_add.png);
    background-position: center center;
}

.menu .depth2 > li > a::before {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 19px;
    left: 26px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #21BBFF;
    content: "";
}

.menu .depth2 > li.on > a::before {
    background: #FFFFFF;
}

.menu .depth2 > li.dep.on > a::after {
    background-image: url(/adminResrc/images/common/img_sidedepth_remove.png);
}

.menu .depth2 > li.select > a::before {
    background: #FFFFFF;
}

.menu .depth2 > li.dep.select > a::after {
    background-image: url(/adminResrc/images/common/img_sidedepth_remove.png);
}

.menu .depth2 .hide_dep a::after {
    background: url(/admin/images/common/ico_hide_dep.png) no-repeat left 0;
}

.menu .depth2 .hide_dep.show_dep a::after {
    background-position: right 0;
}

.menu .depth2 .hide_dep .depth3 {
    display: none;
}

.menu .depth2 .hide_dep.show_dep .depth3 {
    display: block;
}

.menu .depth3 {
    display: none;
}

.menu .depth2 li.on .depth3 {
    display: block;
    border-radius: 9px;
    background: #6f899f;
}

.menu .depth2 li.select .depth3 {
    display: block;
}

.menu .depth3 > li > a {
    display: block;
    position: relative;
    padding: 12px 26px 12px 36px;
    line-height: 17px;
    font-size: 15px;
    color: #ffffff;
}

.menu .depth3 > li > a:hover, .menu .depth3 > li > a:focus {
    text-decoration: underline;
}

.menu .depth3 > li.on > a {
    text-decoration: underline;
    color: #FFE019;
}

.menu .depth3 > li.select > a {
    text-decoration: underline;
    color: #FFE019;
}

.menu .depth3 > li > a::before {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 35%;
    left: 26px;
    width: 6px;
    height: 7px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    content: "";
}

.menu .depth3 > li.on > a::before {
    border-bottom: 1px solid #FFE019;
    border-left: 1px solid #FFE019;
}

.menu .depth3 > li.select > a::before {
    background-position: right 0;
}

.menu .depth1::-webkit-scrollbar, .menu .depth2::-webkit-scrollbar {
    display: none;
}

.menu .depth1, .menu .depth2 {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: auto;
}


.content {width: 100%; border-radius: 10px; background-color: #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 21px 30px; box-sizing: border-box;}
.content .header {margin-bottom:24px;}
.content .header .pageTitle {float:left; line-height:26px; color:#000; font-size:26px;}
.content .header .breadcrumb {float:right; line-height:26px; }
.content .header .breadcrumb .home {margin-right:8px; width:15px; height:12px; background:url('../images/common/ico_breadcrumb_home.gif') no-repeat center;}
.content .header .breadcrumb .home:after {display:none;}
.content .header .breadcrumb a {display:inline-block; position:relative; padding:0 12px 0 8px; color:#434343; font-size:14px;}
.content .header .breadcrumb a:after {display:block; content:''; position:absolute; left:-7px; top:9px; width:7px; height:9px; background:url('../images/common/ico_breadcrumb_arrow.gif') no-repeat center;}
.content .header .breadcrumb a.page {padding:0 0 0 8px;}
.content .page_sub_title {margin-top: 29px; margin-bottom: 14px; font-size: 20px; line-height: 29px; color: #21283C; font-weight: 500; padding-left: 24px; background-repeat: no-repeat; background-image: url('../images/ico/ico_subtit_con.svg'); background-position: center left;}
.content .page_sub_title:has(+ .listTbl) {margin-bottom: 0;}


/* detail table */
.detailTbl.group {margin-top:30px;}
.detailTbl .detailTbl_head {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 6px;}
.detailTbl .detailTblTitle {position:relative; margin-bottom:5px;}
.detailTbl .detailTblTitle .title {float:left; height:35px; line-height:35px; color:#0088ce; font-size:20px;}
.detailTbl .detailTblTitle .summary {float:left; margin-left:12px; height:35px; line-height:35px; color:#999; font-size:14px;}
.detailTbl .detailTblTitle .btn {padding:0 26px; height:33px; line-height:33px; font-size:14px;}
.detailTbl .detailTblTitle .btn.left {float:left;}
.detailTbl .detailTblTitle .btn.right {float:right;}
.detailTbl .detailTblTitle .btn.blue {color:#18306c; border:1px solid #18306c;}
.detailTbl .detailTblTitle .cnt {float:right; width:224px;}
.detailTbl .detailTblTitle .cnt dt {float:left; height:35px; line-height:35px; color:#000; font-size:16px; font-weight:bold;}
.detailTbl .detailTblTitle .cnt dd {float:right; width:128px; height:35px; line-height:35px;}
.detailTbl .detailTblTitle .cnt dd input {float:left; width:65px; height:35px;}
.detailTbl .detailTblTitle .cnt dd .txt {float:left; margin-left:5px; color:#434343; font-size:14px;}
.detailTbl .detailTblTitle .unit {float: right; line-height:35px; color:#434343; font-size:14px;}
.detailTbl table {width:100%; table-layout:fixed; border-top:2px solid #074D60; border-bottom:1px solid #c6c6c6;}
.detailTbl table th,
.detailTbl table td {height: 52px; padding: 8px 16px;vertical-align:middle;border-bottom:1px solid #c6c6c6;
    color: #2D2D2D;
    font-size:16px;
    font-weight: 500;
    line-height: normal;
    box-sizing: border-box;
}
.detailTbl table th[rowspan="2"] {
    border-right: 1px solid #c6c6c6;
}
.detailTbl table tr:last-child th,
.detailTbl table tr:last-child td{ border-bottom:0;}
.detailTbl table td > a {font-size: 15px; font-weight: 700; }
.detailTbl table td .editorArea{ min-height:450px;}
.detailTbl table td.paper_bg{background-color: #555555;height: 15px;color: #fff;}
.detailTbl table.maxItem th,
.detailTbl table.maxItem td {padding:5px 8px;}
.detailTbl table th {padding:8px 16px; line-height: normal; color:#000; font-size:16px; font-weight: 500; background:#F5F5F5; text-align:left; }
.detailTbl table th.alignCenter {padding:0; text-align: center;}
.detailTbl table td.noPadding {padding:0;}
.detailTbl table td.payNum{ overflow:hidden;word-wrap:break-word;  line-height:16px}
.detailTbl table td .textarea {
    color: #2D2D2D;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}
.detailTbl table td input[type="text"],
.detailTbl table td input[type="password"] {float:left;box-sizing:border-box;}
.detailTbl table td input[type="number"] {box-sizing: border-box; text-align: center;}
.detailTbl table td .cSelectbox {float:left;}
.detailTbl table td .txt {float:left;margin:0 5px;line-height: normal;color:#2d2d2d;font-size:16px;font-weight: 500;}
.detailTbl table td .txt > a {line-height: normal;color:#2d2d2d;font-size:16px;font-weight: 500;}
.detailTbl table td .txt > a.downloadBtn:hover,
.detailTbl table td .txt > a.downloadBtn:focus {text-decoration: underline;}
.detailTbl table td ._datepick {position: relative;}
.detailTbl table td .datepick {width: 130px; padding-right: 32px; }
.detailTbl table td .ui-datepicker-trigger {position:absolute; top:7px; right: 10px;}
.detailTbl table td .datePicker {padding-right: 41px; background: url(../images/common/btn_calendar.gif) no-repeat 99px center;}
.detailTbl table td .btnDelete {display:inline-block; position:relative; top:4px; margin-left:3px; width:19px; height:19px; background:url('../images/common/btn_item_delete.gif') no-repeat center;}
.detailTbl table td .fileDownload {display:inline-block;line-height:30px;color:#434343;font-size: 13px;}
.detailTbl table td .fileDownload:hover{ color:#18306c; text-decoration:underline; font-weight:400;}
.detailTbl table td .radioBox > p {font-size: 16px; line-height: 24px;}
.detailTbl table td .radios {display: inline-block;}
.detailTbl table td .checks {display: inline-block;}
.detailTbl table td input[type="text"] + .seatchBtn{
	position: relative;
	font-size: 13px; 
	background: #172D9D;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	padding: 2px 11px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	line-height: 32px;
	gap: 3px;
    margin-left: 5px;
}
.detailTbl table td input[type="text"] + .seatchBtn:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-image: url( '/images/sub/icon_search_white.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.detailTbl table td  .finance_table > ul > li{float:left;border-right:1px solid #c6c6c6;width:25%; min-height:280px; box-sizing:border-box;}
.detailTbl table td  .finance_table > ul > li:last-child{  border-right:0;}
.detailTbl table td  .finance_table > ul > li .row{font-size:14px;color:#000;}
.detailTbl table td  .finance_table > ul > li .row:first-child{ border-bottom:1px solid #c6c6c6; }
.detailTbl table td  .finance_table > ul > li .tittle{line-height:40px; text-align:center;  }
.detailTbl table td  .finance_table > ul > li .divide{ position:relative; }
.detailTbl table td  .finance_table > ul > li .divide > ul{ padding:19px 0 19px 20px;}
.detailTbl table td  .finance_table > ul > li .divide > ul > li{margin-bottom: 17px; font-size:14px;}
.detailTbl table td  .finance_table > ul > li .divide > ul > li:last-child{ margin-bottom:0;}
.detailTbl table td  .finance_table > ul > li .divide_input{padding:10px 10px;}
.detailTbl table td  .finance_table > ul > li .divide_input input{ margin-bottom:5px; display:block; content:'';}
.detailTbl table td  .finance_table > ul > li .divide_input input:last-child{ margin-bottom:0}
.detailTbl table td .area_part > ul > li{border-bottom:1px solid #c6c6c6;height:40px; }
.detailTbl table td .area_part > ul > li:last-child{border-bottom:0;  }
.detailTbl table td .area_part > ul > li span{  padding-left:10px; border-right:1px solid #c6c6c6; float:left; height:40px;  font-size:14px; color:#434343; }
.detailTbl table td .area_part > ul > li span .cSelectbox{ margin-top:5px;  }
.detailTbl table td .area_part > ul > li span:nth-child(1){ width:100px; padding-left:19px;}
.detailTbl table td .area_part > ul > li span:nth-child(2){ width:100px;}
.detailTbl table td .area_part > ul > li span:nth-child(3){ width:100px;}
.detailTbl table td .area_part > ul > li span:nth-child(4){ width:380px; border-right:0;}
.detailTbl table td .area_part > ul > li span:nth-child(5){ width:90px; border-right:0; padding-left:0;}
.detailTbl table td .area_part > ul > li span.text{  height:40px; line-height:40px; padding-top:0px;}
.detailTbl table td .area_part > ul > li span .btnAdd{width:77px; height:28px; line-height:28px; color:#fff; background:#626262; margin-top:5px;}
.detailTbl table td .area_part > ul > li span .btnRemove{width:77px; height:28px; line-height:28px; color:#626262; border:1px solid #626262; margin-top:5px; }
.detailTbl table td .btnArea{padding-left:5px; float: left;}
.detailTbl table td .btnArea.right{float:right;}
.detailTbl table td .btnArea .seatchBtn{
	position: relative;
	font-size: 13px; 
	background: #074D60;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	padding: 2px 11px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	line-height: 32px;
	gap: 3px;
}
.detailTbl table td .btnArea .seatchBtn:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-image: url( '../images/ico/icon_search_white.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.detailTbl table td .btnArea .seatchBtn.plus{background:#ec5924;}
.detailTbl table td .btnArea .seatchBtn.minus{background:#ac0000;}
.detailTbl table td .addFileList li{line-height: 20px;}
.detailTbl table td .addFileList li a{position:relative;padding-left: 22px; line-height:26px;}
.detailTbl table td .addFileList li a:hover{ text-decoration:underline; }
.detailTbl table td .addFileList li.addPdf a:before{content:'';display:block;position:absolute;background:url('../images/ico/ico_pdf.gif') no-repeat center;width: 16px;height: 16px;left:0;top: 7px;}
.detailTbl table td .addFileList li.addExcel a:before{content:'';display:block;position:absolute;background:url('../images/ico/ico_xls.gif') no-repeat center;width: 16px;height: 16px;left:0;top:7px;}
.detailTbl table td .addFileList li.addHwp a:before{content:'';display:block;position:absolute;background:url('../images/ico/ico_hwp.gif') no-repeat center;width: 16px;height: 16px;left:0;top:7px;}
.detailTbl table td .addFileList li.addJpg a:before{content:'';display:block;position:absolute;background:url('../images/ico/ico_jpg.gif') no-repeat center;width: 16px;height: 16px;left:0;top:7px;}
.detailTbl table td .addFileList li.addPdf a.btnDelete:before,
.detailTbl table td .addFileList li.addExcel a.btnDelete:before,
.detailTbl table td .addFileList li.addHwp a.btnDelete:before,
.detailTbl table td .addFileList li.addJpg a.btnDelete:before{ background:none; width:0; height:0}
.detailTbl table td .addFileList li a.btnDelete{ padding-left:10px;}
.detailTbl table td .prevFile {position: relative; box-sizing: border-box; width: 300px; padding-right: 23px; margin-bottom: 10px;}
.detailTbl table td .prevFile a {display: inline-block; vertical-align: top;}
.detailTbl table td .prevFile a.btnDelete {position: absolute; top: 0;}
.detailTbl table td .prevFile a img {vertical-align: top; max-width: 100%;}
.detailTbl table td .searchBox {position:relative;}
.detailTbl table td .searchBox input {border-radius: 4px 0 0 4px; border-right: 0;}
.detailTbl table td .searchBox .btnSearch {width: 36px;height: 36px;background: #fff url('../images/common/btn_list_form_search.gif') no-repeat center;float: left; border: 1px solid #d1d1d1;border-left: 0;box-sizing: border-box; border-radius: 0 4px 4px 0; border-left: 1px solid #d1d1d1;}
.detailTbl table td .inputFile .file_name_box .file_name {height: 36px;}
.detailTbl table td .inputFile .btn_findfile {height: 36px;}
.detailTbl .statisTbl th,
.detailTbl .statisTbl td {text-align: center; padding: 5px 0;}
.detailTbl .statisTbl th + th,
.detailTbl .statisTbl td + td {border-left:1px solid #c6c6c6;}
.detailTbl_bottom .tblBottom{ margin-top:20px;}
.detailTbl_bottom .tblBottom li{ color:#999; font-size:14px; line-height:24px;}
.detailTbl_bottom .tblBottom li:before{ content: "·"; color:#999; display:inline-block; padding-right:3px;}

/* 징계회원관리 */
.detailTbl table.penaltyTbl input[readonly] {background: #F5F5F5;}
.detailTbl table.penaltyTbl td .writearea {background: #fff;}

/* 심사답변서, 총평내용, 심사위원 */
.detailTbl table.tbl_review {width: auto; border: none;}
.detailTbl table.tbl_review td {border: none; height: auto; padding: 4px 0; font-size:16px; font-weight: 500; padding-right: 8px; line-height: normal;}
.detailTbl table.tbl_review.sm td {font-size: 15px;}

.detailTbl.Dtbl > p {font-size: 14px; color: #434343; padding: 8px 15px;}
.detailTbl.Dtbl table td {vertical-align: middle;}
.detailTbl.Dtbl .btn {display: inline-flex; align-items: center; padding-bottom: 2px; border-bottom: 2px solid #18306c; margin-left: 4px; position: relative; top: 5px; margin-left: 16px;}

.memberTbl th{ text-align:center !important; padding-left:0 !important; }
.memberTbl tr:hover{ background:#f7f7f7;}
.memberTbl th:last-child,
.memberTbl td:last-child{ border-right:0;}
.memberTbl th{border-right:1px solid #c6c6c6;padding: 0;}
.memberTbl td{padding: 8px 2px !important;text-align:center;border-right:1px solid #c6c6c6;line-height: 17px;}
.memberTbl td.email{ text-align:left; padding-left:15px !important;}
.memberTbl td.email a{ color:#434343;}
.memberTbl td.author {line-height:20px;}
.memberTbl td.payConfirm a{ line-height: 20px;}
.memberTbl td a.passChange{ color:#434343;}
.memberTbl td a.passChange:hover{ color:#18306c;}

.ingTbl tbody tr td a:hover {text-decoration: underline;}
.ingTbl > thead > tr > th {font-size: 16px; text-align: center; padding: 8px 16px; font-weight: 500; border-bottom: 1px solid #c6c6c6;}
.ingTbl > thead > tr:last-child th {border-bottom: 1px solid #c6c6c6;}
.ingTbl > tbody > tr > td {text-align: center; font-size: 16px; padding: 0; border-bottom: 0;}
.ingTbl > tbody > tr > td:has(.det) {border-bottom: 2px solid #074D60;}

.ingTbl .ingTblInfo {border: none;}
.ingTbl .ingTblInfo > thead > tr > th {text-align: center; padding: 8px 16px;}
.ingTbl .ingTblInfo > tbody > tr > td {text-align: center; font-size: 16px; border-bottom: 1px solid #c6c6c6;}
.ingTbl .ingTblInfo > tbody > tr > td > a {font-size: 16px;}
.ingTbl .ingTblInfo > tbody > tr > td > a > span {font-weight: 500;}
.ingTbl .ingTblInfo > tbody > tr > td > b {font-size: 16px; font-weight: 500;}

.ingTbl .det {border: none;}
.ingTbl .det > thead > tr > th {position: relative; height: auto; font-size: 16px; text-align: center; padding: 8px 16px; background: none; border-bottom: 1px solid #c6c6c6; background: #FAFDFD;}
.ingTbl .det > thead > tr > th + th::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #c6c6c6;
}
.ingTbl .det > tbody > tr > td {padding: 12px 16px; background: #FAFDFD; font-size: 16px; text-align: center;}
.ingTbl .det > tbody > tr + tr > td {border-top: 1px solid #c6c6c6;}
.ingTbl .det > tbody > tr > td > p,
.ingTbl .det > tbody > tr > td > a {
    display: flex; align-items: center; justify-content: center;
    color: #1D1D1D;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;


    &:hover,
    &:focus {
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

}
.ingTbl .det > tbody > tr > td > a > span {
    text-align: center;
    color: #1D1D1D;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;
}
.ingTbl .det > tbody > tr.uniq > td {border-top: 1px solid #c6c6c6; background: #FFF; padding: 16px;}
.ingTbl .det > tbody > tr.uniq > td .note {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ingTbl .det > tbody > tr.uniq > td .note .txt {
    overflow: hidden;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.8px;
}
.ingTbl .det > tbody > tr > td.prev > .btnList {display: flex; flex-direction: column; gap: 4px;}
.ingTbl .det > tbody > tr > td.prev > .btnList > li > a,
.ingTbl .det > tbody > tr > td.fisrt > .btnList > li > a,
.ingTbl .det > tbody > tr > td.next > .btnList > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1D1D1D;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.7px;
    border-bottom: 2px solid #0C5155;
}

.primeAuthList > tbody > tr > td {
    border-bottom: 1px solid #c6c6c6;
}

.detailTbl table tr.writerEdit > th, 
.detailTbl table tr.writerEdit > td,
.writerEdit > td {
    padding: 0;
    height: auto;
    border-bottom: none;
}
.writerEdit .writeEditWrap {
    max-height: 0;
    overflow: hidden;
    /* transition: max-height 0.3s ease; */
}
.writerEdit.open .writeEditWrap {
    max-height: 99999px;
}
.detailTbl table tr.writerEdit.open > td {
    border-bottom: 1px solid #c6c6c6;
}
.writerEdit .writeEdit_cont {
    padding: 8px 16px;
    box-sizing: border-box;
}
.writerEdit .writeEdit_cont .userList {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.writerEdit .writeEdit_cont .inputTbl {
    margin-top: 0;
}
.writerEdit .writeEdit_cont .inputTbl .btnBox {
    margin-top: 0;
}


.panelTbl {padding: 0 !important;}
.panelTbl table {border:none !important;}
.panelTbl table td {border-bottom: 1px solid #d8d8d8 !important;}
.panelTbl table tr:last-child td {border-bottom: 0 !important;}
.authorTbl th,
.authorTbl td {border: 1px solid #d8d8d8 !important;}
.popTitle{font-size:26px;line-height:26px;text-align:left;padding-bottom:14px;  display:block;width:100%;font-weight:400; color:#000; }

/* list table */
.filterArea .box {padding:30px; background:#f9f9f9;}
.filterArea .box .row {margin-top:5px;}
.filterArea .box .row:first-child {margin-top:0;}
.filterArea .box .row .left,
.filterArea .box .row .right {float:left; width:48%;}
.filterArea .box .row .right {margin-left:4%;}
.filterArea .box .row .title {float:left; padding-left:6px; width:70px; height:30px; line-height:30px; color:#000; font-size:14px; background:url('../images/common/ico_blue_dot.gif') no-repeat left;}
.filterArea .box .row .form {float:left; width:calc(100% - 76px);}
.filterArea .box .row .form * {float:left;}
.listTbl.group {margin-top:30px;}
.listTbl .tblHeader {margin-bottom:10px;}
.listTbl .tblHeader > .cSelectbox {float:left;}
.listTbl .tblHeader .search {display: inline-flex; align-items: center; gap: 4px;}
.listTbl .tblHeader .search .cSelectbox,
.listTbl .tblHeader .search input[type="text"],
.listTbl .tblHeader .search button {float:left; margin-left:5px;}
.listTbl .tblHeader .search .cSelectbox {margin-left:0;}
.listTbl .tblHeader .search .btnSearch {width:70px; height:36px; line-height:36px; color:#fff; background:#1E6B70; border-radius: 4px;}
.listTbl .tblHeader .left {float:left;}
.listTbl .tblHeader .right {float:right;}
.listTbl .tblHeader .btns .btn {display:inline-block; margin-left:5px; padding:0 10px; height:28px; line-height:28px; color:#fff; font-size:13px; font-weight:bold;}
.listTbl .tblHeader .btns .btn.black {background:#2c2c2c;}
.listTbl .tblHeader .btns .btn.darkgray {background:#555;}
.listTbl .tblHeader .btns .btn.lightgray {background:#787878;}
.listTbl .listTblTitle {position:relative; margin-bottom:5px;}
.listTbl .listTblTitle .title {float:left; height:35px; line-height:35px; color:#0088ce; font-size:20px;}
.listTbl .listTblTitle .summary {float:left; margin-left:12px; height:35px; line-height:35px; color:#999; font-size:14px;}
.listTbl .listTblTitle .totalCareer {float:right; width:224px;}
.listTbl .listTblTitle .totalCareer dt {float:left; height:35px; line-height:35px; color:#000; font-size:16px; font-weight:bold;}
.listTbl .listTblTitle .totalCareer dd {float:right; width:130px; height:35px; line-height:35px;}
.listTbl .listTblTitle .totalCareer dd input {float:left; width:65px; height:35px;}
.listTbl .listTblTitle .totalCareer dd .txt {float:left; margin:0 5px; line-height:35px; color:#434343; font-size:14px;}
.listTbl table {width:100%; table-layout:fixed; border-top:2px solid #074D60; border-spacing: 0;}
.listTbl table th,
.listTbl table td {vertical-align:middle; border-bottom:1px solid #c6c6c6;}
.listTbl table th {height:51px; background:#F5F5F5; border-bottom:1px solid #BFBFBF; font-size:16px;  font-weight:500; text-align:center; }
.listTbl table td {height:46px;color:#434343;font-size:16px;text-align:center;font-weight: 400;padding: 2px 0;}
.listTbl table tr:hover td {background:#f7f7f7;}
.listTbl table td.alignLeft{ text-align:left; padding-left:10px;}
.listTbl table td a {display:inline-block;color:#434343;font-size:16px;max-width:95%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height: 20px;/* height: 30px; */}
.listTbl table td a.noEllipsis {
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
}
.listTbl table td p {color:#434343; font-size:14px;}
.listTbl table td .ellipsis {overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display: inline-block;}
.listTbl table td .checks {margin:0 auto; width:14px;}
.listTbl table td input[type="text"],
.listTbl table td input[type="password"] {float:left; box-sizing:border-box;}
.listTbl table td input[type="number"] {box-sizing: border-box; text-align: center;}
.listTbl table td .cSelectbox {float:left;}
.listTbl table td .txt {float:left; margin:0 5px; line-height:30px; color:#434343; font-size:14px;}
.listTbl table th .checks label{ float:none;}
.listTbl table th .caution{ color:#ff0000; margin-top:4px;}
.listTbl table tr.firstNotice td{color:#18306c; font-weight:600;}
.listTbl table tr.firstNotice td a{color:#18306c; font-weight:600;}
.listTbl table td.retraction {
    position: relative;
    padding-top: 16px;
    vertical-align: top;
}
.listTbl table td.retraction p.title {
    text-decoration: line-through;
    text-decoration-color: #f00;
}
.listTbl table td.retraction p.reason {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #F00;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.listTbl table td .previewimg > img {
    object-fit: contain;
    object-position: center;
}
.listTbl table td span.ing {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    color: #1D1D1D;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;
}
.listTbl table td span.ing::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1E6B70;
}
.listTbl table td span.comp {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    color: #1D1D1D;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.8px;
}
.listTbl table td span.comp::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #919191;
}
.listTbl table td span.recog1{ color:#18306c; font-weight:600;}
.listTbl table td span.recog2{ color:#C33; font-weight:600;}
.listTbl table td span.recog3{ color:#49a11d; font-weight:600;}
.listTbl table td span.print_btn{width:72px; border-radius:3px;  background:#8b8b8b; color:#fff; border:1px solid #434343; position:relative;display: block;margin: 0 auto;line-height: 20px; cursor: pointer;}

.total {
    color: #2D2D2D;
    font-size: 15px;
    font-weight: 400;
}
.total span { 
    color: #F06E00; 
}
.total span#curtPage,
.total span#totPage {
    color: #2D2D2D;
}

.listTbl_head {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 6px;}
/* .listTbl_head:not(:has(.btnBox)) {margin-top: 24px;} */
.listTbl_head .total {margin-bottom: 0;}

.listTbl .listTbl_head {display: flex; justify-content: space-between; align-items: flex-end; height: 36px; margin: 6px 0;}
/* .listTbl .listTbl_head:not(:has(.btnBox)) {margin-top: 24px;} */
.listTbl .listTbl_head .total {margin-bottom: 0;}
.listTbl .listTbl_head .total span#curtPage,
.listTbl .listTbl_head .total span#totPage {
    color: #2D2D2D;
}
.listTbl .listTbl_search {display: flex; gap: 8px;}
.listTbl .listTbl_search form {display: flex; align-items: center; gap: 4px;}
.listTbl .listTbl_search form ._datepick {position: relative;}
.listTbl .listTbl_search form .datepick {width: 130px; padding-right: 32px; }
.listTbl .listTbl_search form .ui-datepicker-trigger {position:absolute; top: -2px; right: 10px;}
.listTbl .listTbl_search form .datePicker {padding-right: 41px; background: url(../images/common/btn_calendar.gif) no-repeat 99px center;}
.listTbl .listTbl_search form .btnWrap {margin: 0;}

.listTbl.input table tr:hover td {background: initial;}
.listTbl.input table tr th {text-align: left; padding: 2px 22px;}
.listTbl.input table tr th strong {font-weight: 500;}
.listTbl.input table tr td {height: 54px; text-align: left; padding: 2px 16px;}
.listTbl.input table tr td input[type="text"],
.listTbl.input table tr td input[type="password"],
.listTbl.input table tr td input[type="number"] {width: 100%;}
.listTbl.input table tr td .inputPhone input[type=text][class*=phone] {width: 105px;}
.listTbl.input table tr td .inputEmail input[type=text][class*=email] {width: 162px;}

/* tbl-graph */
.tbl-graph .graph p {text-align: center; line-height: 500px; background: #ccc;}
.tbl-graph table {margin-top: 10px; width: 100%; table-layout: fixed;}
.tbl-graph table:first-child {margin-top: 0; width: 100%;}
.tbl-graph table th {vertical-align: middle; padding: 6px 0; height: 41px; background: #f4f4f4; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; box-sizing: border-box; /*line-height: 17px;*/ font-size: 15px; font-weight: bold; color:#444;}
.tbl-graph table td {vertical-align: middle; padding: 8px 0; height: 39px; border-bottom: 1px solid #e0e0e0; text-align: center; box-sizing: border-box; /*line-height: 17px;*/ font-size:15px; color:#444;}
.tbl-graph table td[class$="All"] {background: #DEEEF1;}


/*
	photo
			*/
.cont .photoList{ border-top:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; padding:25px 0;}
.cont .photoList .row{ padding-bottom:15px;}
.cont .photoList .row:after{ display:block; content:""; clear:both;}
.cont .photoList .row li{ float:left; margin-left:20px; width:228px;}
.cont .photoList .row li .wrapd2{position:relative;margin-bottom: 5px;line-height: 28px;}
.cont .photoList .row li .date{right: 0;position: absolute;font-size:12px; color:#747474;}
.cont .photoList .row li .photo_tit a{display:inline-block; color:#434343; font-size:14px; max-width:95%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:30px;}
.cont .photoList .row li .photo_tit .ellipsis{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.cont .photoList .row li:first-child{ margin-left:0px;}
.cont .photoList .row .photo_pic img{ width:228px; height:180px;}
.cont .photoList .row .checks{float: left;}
.cont .photoList .row .checks label{float: none;}
.cont .photoList .row .checks .photo_num{color:#747474;}
.popList td:nth-child(3){ text-align:left; padding-left:10px;}
.thsList td:nth-child(4){ text-align:left; padding-left:10px;}
.revList td:nth-child(2){ text-align:left; padding-left:10px;}
.pageNate {margin-top:20px; text-align:center; display: flex; align-items: center; gap: 6px; justify-content: center;}
.pageNate a {display:inline-flex; align-items: center; justify-content: center; width: auto; min-width:34px; height:34px; padding: 0 4px; box-sizing: border-box; line-height:18px; font-size: 16px; font-weight: 500; color: #777777; }
.pageNate .num.on {color:#21283C; font-weight: bold; text-decoration: underline;}
.pageNate .num:hover,
.pageNate .num:focus {text-decoration: underline;}
.pageNate .move {border-radius: 5px; border: 1px solid #D4D4D4; }
.pageNate .move.first {background:url('../images/ico/ico_paging_first.svg') no-repeat center;}
.pageNate .move.prev {background:url('../images/ico/ico_paging_prev.svg') no-repeat center;}
.pageNate .move.next {background:url('../images/ico/ico_paging_next.svg') no-repeat center;}
.pageNate .move.last {background:url('../images/ico/ico_paging_last.svg') no-repeat center;}


/*로그인*/
body.login{ background:#e5e5e5;}
.login-wrap{width:100%; height:100%; }
.login-wrap .login_box{ margin:140px auto 0; width:410px; height:480px; background:#fff;}
.login-wrap .login_box .login_logo{ text-align:center; padding-top:85px;}
.login-wrap .login_box h1 { margin-top:20px; text-align:center;  font-size:21px; font-weight:300;}
.login-wrap .login_box .form_area { width:250px; zoom:1; margin:0 auto; margin-top:40px; padding-bottom:20px;}
.login-wrap .login_box .form_area .input_box input{padding: 0 10px; width:250px; height:36px; border-bottom:2px solid #d2d2d2; box-sizing:border-box; background:#fff; border-top:0; border-left:0; border-right:0; font-size:15px; color:#999999;}
.login-wrap .login_box .form_area .input_box input:focus{ border-bottom:2px solid #18306c;}
.login-wrap .login_box .form_area .input_box input:focus::-ms-input-placeholder {  color:#18306c;}
.login-wrap .login_box .form_area .input_box input:focus::-webkit-input-placeholder {  color:#18306c;}
.login-wrap .login_box .form_area .input_box input:focus::-moz-placeholder {  color:#18306c;}
.login-wrap .login_box .form_area .input_box input[type="password"]{ margin-top:20px;}
.login-wrap .login_box .login_btn { text-align:center; margin-bottom:15px;}
.login-wrap .login_box .login_btn button{ width:250px;  height:40px;  background:#18306c; color:#fff; font-size:15px;}
.login-wrap .login_box .fnc{ padding:0 80px;}
.login-wrap .login_box .fnc .remember_id{ float:left; vertical-align:middle;}
.login-wrap .login_box .fnc .remember_id label{ font-size:15px; font-weight:100;}
.login-wrap .login_box .fnc .btn_white{ float:right; color:#18306c; background:#fff; border:1px solid #18306c; font-size:13px; padding:4px 8px;}


/* 메인배너관리 */
.bannerImg li .num {float:left;width:calc(9.7% - 1px);height: 130px;line-height: 130px;color:#000;font-size:14px;text-align:center;background:#fcfcfc;border-top:1px solid #c6c6c6;border-right:1px solid #c6c6c6;}
.bannerImg li:first-child .num,
.bannerImg li:first-child .set,
.bannerImg li .set .row:first-child {border-top:0;}
.bannerImg li .set {position:relative;float:left;width:90.3%;height: 130px;border-top:1px solid #c6c6c6;}
.bannerImg li .set .row {border-top:1px solid #c6c6c6;box-sizing: border-box;}
.bannerImg li .set .row .title {float:left;padding-left:10px;width:calc(11.1% - 11px);height: 43px;line-height: 43px;color:#434343;font-size:14px;border-right:1px solid #c6c6c6;}
.bannerImg li .set .row .val {float:left; padding:5px 20px; width:calc(82% - 40px);}
.bannerImg li .set .row .setFile {position:relative; float:left;}
.bannerImg li .set .row .setFile input[type="file"] {position:absolute; top:0; left:-9999px;}
.bannerImg li .set .row .setFile .btnSelect {float:left; margin-right:11px; width:70px; height:28px; line-height:28px; color:#fff; font-size:14px; font-weight:400; text-align:center; background:#7f7f7f; border-radius:2px;}
.bannerImg li .set .row .setFile .btnSelect .plus{ background:#18306c; width:25px; }
.bannerImg li .set .row .setFile .noFile {float:left; line-height:28px; color:#999; font-size:13px;}
.bannerImg li .set .row .setFile .addFiles {float:left; line-height:28px;}
.bannerImg li .set .row .setFile .addFiles span {color:#434343; font-size:14px;}
.bannerImg li .set .row .val .cSelectbox {float:right;}
.bannerImg li .set .row .val .url {line-height:28px;}
.bannerImg li .set .row .val .url p {float:left; color:#434343; font-size:14px;}
.bannerImg li .set .btn {display:block; position:absolute; right:0; width:41px; height:41px;}
.bannerImg li .set .btn.up {top:0; background:#f1f1f1 url('../images/common/btn_row_move_button.gif') no-repeat top left;}
.bannerImg li .set .btn.down {bottom:0; background:#f1f1f1 url('../images/common/btn_row_move_button.gif') no-repeat bottom left;}


/* 레이어팝 */
html:has(.popCnt.on),
body:has(.popCnt.on) {overflow: hidden;}
div[id^="partPop"] .searchBox{ position:relative;}
div[id^="partPop"] .searchBox .btnSearch {width: 32px;height: 32px;background: #fff url('../images/common/btn_list_form_search.gif') no-repeat center;float: left; border: 1px solid #d1d1d1;border-left: 0;box-sizing: border-box;}
.dim {display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index: 500;opacity: 0.8;}
.dim:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.8}
.popCnt {
    display:none; 
    z-index: 10001;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
div[id^="partPop"] {
    margin: auto;
}
.popCnt .close{
	display:block;
	position:absolute;
	top: 25px;
	right: 30px;
	width:40px;
	height:40px;
	overflow:hidden;
	background-color: #0A2B7A; 
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/common/ico_close.png);
	text-indent:-9999px;
	transition:all 0.5s; 
}
.list_pop div[id^="partPop"]{ width:1000px !important; background:#fff; }
.popCnt div[id^="partPop"]{width:800px; padding:30px 30px; background-color:#fff; border-radius: 16px;}
.popCnt div[id^="partPop"] .popTitle{font-size:26px;line-height:26px;text-align:left;padding-bottom:14px;  display:block;width:100%;font-weight:400; color:#000; }
.popCnt div[id^="partPop"] .popSubTitle {margin-top: 29px; margin-bottom: 14px; font-size: 20px; line-height: 29px; color: #21283C; font-weight: 500; padding-left: 24px; background-repeat: no-repeat; background-image: url('../images/ico/ico_subtit_con.svg'); background-position: center left;}
.popCnt._over-wrap{max-height: 850px;height: 828px;}

.popCnt .btn {display:inline-block; margin:0 2px; width:73px; height:33px; line-height:33px; font-size:14px; text-align:center;}
.popCnt .btn:hover{ font-size:14px;}
/* .popCnt .btn.blue {color:#fff; background:#18306c; border:1px solid #18306c;} */
.info_text{ text-align:right; font-size:14px; position:absolute; right:30px;}
.rule {padding-bottom: 10px; font-size: 14px; line-height: 16px;}
.popTbl table th{ border-right:1px solid #c6c6c6; text-align:center; padding-left:0}
.popTbl table tr:hover{ background:#f7f7f7;}
.popTbl table td { font-size:14px; color:#434343; text-align:center; border-right:1px solid #c6c6c6; padding:5px 5px;}
.popTbl table td.borderBottom{ border-bottom:1px solid #000;}
.popTbl table td .checkList > ul {display: flex; flex-wrap: wrap; gap: 6px 10px;}
.popTbl table td .checkList li{background:#e9e9e9;border:1px solid #c8c8c8;position:relative;padding:4px 20px 4px 5px;min-width:61px;text-align: left;}
.popTbl table td .checkList li a.deleteName:after{content:''; display:block;position:absolute; background:url('../images/ico/delete_x.png') no-repeat center; width:10px; height:10px; right:5px; top:5px;}
.popTbl table td.alignLeft{ text-align:left; padding-left:10px; line-height:18px; }
.popTbl table td a{  font-size:14px; color:#434343;}
/* .popTbl table td .checks label,
.popTbl table td .radios label{ float:none}
.popTbl table td .radios label{ margin-right:0; padding-left:0;}
.popTbl table td .radios{ float:none;}
.popTbl table td .radios label {display:block; height:30px;line-height:30px;color:#434343;font-size:14px;font-weight:normal;background: url('../images/common/bg_radio_off.gif') no-repeat center;}
.popTbl table td .radios input[type="radio"]:checked + label {background: url('../images/common/bg_radio_on.gif') no-repeat center;} */
.popTbl table.fieldTbl td {line-height: 20px;}

.popTbl.input table tr:hover {background: initial;}
.popTbl.input table tr td {height: 34px; padding: 7px 15px;}

.popCnt.winpop {width: 100%; height: 100%;}
.popCnt.winpop div[id^="partPop"] {width: 100%; height: 100%; border-radius: 0; box-sizing: border-box;}

table td.oral{  color:#0039C5;}
table td.poster{ color:#39825A;}

.popRadios {position:relative; zoom:1;}
.popRadios:after {display:block; content:""; clear:both;}
.popRadios input[type="radio"] {position:absolute;top:0;left:-9999px;}
.popRadios label {display:block;float:left;margin-right:28px;padding-left:18px;height:30px;line-height:30px;color:#434343;font-size:14px;font-weight:normal;background: url('../images/common/bg_radio_off.gif') no-repeat left;}
.popRadios input[type="radio"]:checked + label {background: url('../images/common/bg_radio_on.gif') no-repeat left;}
.connected table {margin-bottom: 20px;}
.txtlft {text-align: left !important; text-indent: 10px;}

.mgb20{ margin-bottom:20px;}
.mgr5 {margin-right: 5px;}
.border_style{ border-bottom:1px solid #000 !important;}


/* popup */
.pop-layer {display: none; position: absolute; top: 50%; left: 50%; width: auto; height: auto; background-color: #000; z-index: 999;}
.dim-layer {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;}
.dim-layer .dimBg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #081023; opacity: .4; filter: alpha(opacity=40);}
/* .dim-layer .pop-layer {display: block;} */
.pop-layer .pop-container .pop-conts {}
.pop-layer .pop-container .pop-conts .cont_txt {overflow-x: hidden; overflow-y: auto; padding: 15px 15px;  background: #fff; box-sizing: border-box;}
.pop-layer .close {display: block; position: absolute; top: 0; right: 0; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,0.7); overflow: hidden; background: rgba(63,63,63,0.7) url(../images/pop_close.png) no-repeat center/22px 22px; text-indent: -9999px; transition: all 0.5s; cursor: pointer; color: #fff;}
.pop-layer .close-bottom {box-sizing: border-box; width: 100%; padding: 0 21px; text-align: right; line-height: 34px;}
.pop-layer .close-bottom .close_text {display: inline-block; vertical-align: middle; box-sizing: border-box; width: 51px; height: 22px; margin-left: 14px; border: 1px solid #999; text-align: center; font-size: 12px; line-height: 20px; color: #fff; cursor: pointer;}
.pop-layer .close-bottom .btn-layerClose {display: inline-block; vertical-align: middle;}
.pop-layer .close-bottom  input[type="checkbox"] {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0}
.pop-layer .close-bottom  input[type="checkbox"] + label {display: inline-block; vertical-align: middle; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; font-weight: 200; font-size: 14px; line-height: 14px; color: #fff;}
.pop-layer .close-bottom  input[type="checkbox"] + label:before {display: inline-block; vertical-align: top; width: 14px; height: 14px; background: #fff; margin-right: 11px; content: "";}
.pop-layer .close-bottom  input[type="checkbox"]:checked + label:before {background: #00c5cc url(../images/checked.png) center center no-repeat; content: "";}
.pop_padding {padding: 30px 30px;}

/*#main_pop_000001 {z-index: 1000;}*/
@media only screen and (min-width: 1845px) and (max-width: 2444px) {
    /*#main_pop_000004 {top: 525px !important; left: 0 !important;}*/
}
@media only screen and (min-width: 1100px) and (max-width: 1844px) {
    /*#main_pop_000003 {top: 525px !important; left: 0 !important;}*/
    /*#main_pop_000004 {top: 525px !important; left: 370px !important;}*/
}
@media only screen and (min-width: 1100px) {
	.pop-layer {margin-left: 0 !important;}
}
/*@media only screen and (max-width: 1099px) {
    .pop-layer {top: 90px !important; left: 50% !important;}
}
@media only screen and (max-width: 767px) {
    .pop-layer {left: 10% !important; right: 10%; margin-left: 0 !important;}
    .pop-layer img {width: 100%;}
}*/

.ui-datepicker .ui-datepicker-title {margin: 0; font-size: 16px;}
.ui-datepicker .ui-datepicker-title select + select {margin-left:10px;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {width:35%; border: 1px solid #d1d1d1; border-radius:0; font-size: 13px;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {width:25%; border: 1px solid #d1d1d1; border-radius:0; font-size: 13px;}

.tbl-detail {
}

.tbl-detail table {
    width: 100%;
    border-top: 2px solid #074D60;
}

.tbl-detail table tr {
    border-bottom: 1px solid #BFBFBF;
}

.tbl-detail table th {
    vertical-align: middle;
    padding: 10px 12px;
    height: 54px;
    background: #f4f4f4;
    box-sizing: border-box;
    text-align: left;
    /*line-height: 17px;*/
    font-size: 15px;
    font-weight: bold;
    color: #444;
}

.tbl-detail table th.point {
    position: relative;
}

.tbl-detail table th.point::before {
    content: "*";
    color: #FF0000;
    display: inline-block;
    margin-right: 4px;
}

.tbl-detail table th + th {
    border-left: 1px solid #e0e0e0;
}

.tbl-detail table td {
    vertical-align: middle;
    padding: 10px;
    height: 54px;
    box-sizing: border-box;
    /*line-height: 17px;*/
    font-size: 15px;
    color: #444;
}

.tbl-detail table td.id {
    display: flex;
}

.tbl-detail table td.id .inputBox {
    margin-right: 10px;
}

.tbl-detail table td.regist-date .inputBox {
    position: relative;
}

/* 2023-04-05 등록일 아이콘 위치 깨짐 수정 */
.tbl-detail table td.use_stop span {
    color: #757575;
    font-size: 16px;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.tbl-detail table td.pw {
    position: relative;
}

.tbl-detail table td.pw.possible input {
    border: 1px solid #1DA803;
}

.tbl-detail table td.pw.possible::after {
    content: "가능";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 12px;
    letter-spacing: -0.05em;
    color: #1DA803;
}

.tbl-detail table td.pw.impossible input {
    border: 1px solid #FF0000;
}

.tbl-detail table td.pw.impossible::after {
    content: "불가능";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 12px;
    letter-spacing: -0.05em;
    color: #FF0000;
}

.tbl-detail table td.pw_re {
    position: relative;
}

.tbl-detail table td.pw_re.same input {
    border: 1px solid #1DA803;
}

.tbl-detail table td.pw_re.same::after {
    content: "일치";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 12px;
    letter-spacing: -0.05em;
    color: #1DA803;
}

.tbl-detail table td.pw_re.different input {
    border: 1px solid #FF0000;
}

.tbl-detail table td.pw_re.different::after {
    content: "불일치";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 12px;
    letter-spacing: -0.05em;
    color: #FF0000;
}

.tbl-detail table td.check {
    display: flex;
    align-items: center;
}

.tbl-detail table td.check > div + div {
    margin-left: 4px;
}

.tbl-detail table td.check dt > a {
    height: 36px;
    line-height: 36px;
}

.tbl-detail table td.tel.check dt {
    height: 36px;
    box-sizing: border-box;
    min-width: 83px;
}

.tbl-detail table td.email.check dt {
    height: 36px;
    box-sizing: border-box;
    min-width: 185px;
}

/* .tbl-detail table td .cCheck label {padding-left: 28px;} */
.tbl-detail table td .cCheck label + label {
    margin-left: 17px;
}

/* .tbl-detail table td .cCheck label {display: inline-block; height: 20px; line-height: 20px; background: url('../images/common/check_off02.png') 0px 0px no-repeat;} */
.tbl-detail table td.css-file .ico_css::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background: url(../images/common/ico_css.gif) no-repeat 0 0;
    content: "";
}

.tbl-detail table td.fileRe .img_file {
    display: inline-block;
    margin-bottom: 10px;
}

.tbl-detail table td.fileRe .img_file + .img_file {
    margin-left: 24px;
}

.tbl-detail table td.fileRe .img_file > p {
    margin-top: 10px;
}

.tbl-detail table td.editor {
    padding: 10px 0;
}

.tbl-detail table td.editor p {
    text-align: center;
    line-height: 500px;
    background: #ccc;
}

/* .tbl-detail table td.topMenu {display: flex; width: 100%;} */
.tbl-detail table td.topMenu .cSelectbox {
    width: 100%;
    max-width: 354px;
    display: inline-block;
}

.tbl-detail table td.topMenu .cSelectbox dl {
    max-width: 354px;
}

.tbl-detail table td.topMenu span {
    display: inline-block;
}

.tbl-detail table td.menuType .cSelectbox {
    width: 100%;
    max-width: 354px;
    display: inline-block;
}

.tbl-detail table td.menuType .cSelectbox dl {
    max-width: 354px;
}

.tbl-detail table tr.empty td {
    width: 100%;
    height: 300px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.tbl-detail table tr.menu-change .cSelectbox dl {
    max-width: 354px;
}

.tbl-detail table td.txt p {
    line-height: normal;
}

.tbl-detail table tr th.subtxt {
    white-space: nowrap;
    padding: 0 12px;
}

.tbl-detail table tr .sub_info_txt {
    color: #686868;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: -0.05em;
    white-space: nowrap;
}

.tbl-detail td.route span::before {
    display: inline-block;
    margin: 0 6px 0 3px;
    width: 6px;
    height: 11px;
    background: url(../images/common/ico_locate_gray.png) no-repeat 0 0;
    content: "";
}

.tbl-detail td.route span:first-child::before .tblFloat .tbl-wrap .tbl_title {
    display: none;
}

.tbl-detail table table {
    border-left: 1px solid #e0e0e0;
    border-top: 0px;
}

.tbl-detail table table tr:last-child {
    border-bottom: none;
}

.tbl-detail table table tr:first-child > * {
    border-top: none;
}

.tbl-detail table table tr:last-child > * {
    border-bottom: none;
}

.tbl-detail table table td + td {
    border-left: 1px solid #e0e0e0;
}

.tbl-detail td span.type {
    display: inline-block;
    width: 72px;
    height: 26px;
    border-radius: 5px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.tbl-detail td span.type.open {
    background: #3267b2;
}

.tbl-detail td span.type.scheduled {
    background: #ff481d;
}

.tbl-detail td span.type.close {
    background: #777;
}

.tbl-detail * + .textBox {
    margin-top: 10px;
}

.tbl-detail .textBox {
    line-height: 1.4;
}

.tbl-detail .textBox .c1 {
    color: #2b74ee;
}

.tbl-detail .textBox .c2 {
    color: #999;
}

.tbl-detail * + .sampleBox {
    margin-top: 8px;
}

.tbl-detail .sampleBox {
    border: 1px solid #ddd;
    background: #f0f6ff;
    padding: 10px;
    /*margin: 5px 0;*/
}

.tbl-detail .sampleBox p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tbl-detail table td.file > p + p, .tbl-detail table td.css-file > p + p {
    margin-top: 8px;
}

.tbl-list a.btn {
    margin: 2px 0;
    width: 59px;
    height: 24px;
    line-height: 22px;
    font-size: 15px;
}

.tbl-list a.btn02 {
    margin: 2px 0;
    width: 59px;
    height: 49px;
    border-radius: 4px;
    padding: 13px 11px 14px;
    line-height: 47px;
    font-size: 15px;
}

.tbl-detail a.btn {
    width: 85px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
}

.tbl-list a.btn02 > i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    background: url(../images/common/ico_design_btn.png)no-repeat center center;
}

.forms a.btn {
    margin-left: 4px;
}


/* tbl-search */
.tbl-search {
    border-top: 2px solid #053863;
}

/* 2023-04-05 (start) search 영역 input 스타일 수정 */
.tbl-search .inputBox {
    height: 36px;
}

.tbl-search .inputBox input[type="text"] {
    border-radius: 4px;
    height: 36px;
}

/* 2023-04-05 (end) search 영역 input 스타일 수정 */
.tbl-search table {
    width: 100%;
}

.tbl-search table tr {
    border-bottom: 1px solid #BFBFBF;
}

.tbl-search table th {
    vertical-align: middle;
    padding: 10px;
    height: 54px;
    background: #f4f4f4;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    text-align: left;
}

.tbl-search table th + th {
    border-left: 1px solid #e0e0e0;
}

.tbl-search table td {
    vertical-align: middle;
    padding: 10px;
    height: 54px;
    box-sizing: border-box;
    font-size: 15px;
    color: #444;
}

.tbl-search table td.name {
    display: flex;
}

.tbl-search table td.name .inputBox {
    max-width: 248px;
}

.tbl-search table td.name div + div {
    margin-left: 5px;
}

.tbl-search table td.view_dur button {
    border-radius: 4px;
    border: 2px solid #d5d5d5;
    padding : 5px 10px;
    background : #ddd
}

/* 콘텐츠관리 탭메뉴 */
.content .cont .page_tab {
    position: relative;
    height: 170px;
}

.content .cont .page_tab li {
    float: left;
}

.content .cont .page_tab li a {
    display: block;
    width: 160px;
    height: 40px;
    background: #efefef;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.content .cont .page_tab li div {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;
    margin-top: -1px;
    padding: 20px;
    border: 1px solid #ccc;
}

.content .cont .page_tab li div p {
    line-height: 1.2;
    font-size: 15px;
}
.content .cont .page_tab li.active a {
    background: #fff;
    border-bottom-color: #fff;
    color: #0C5155;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.content .cont .page_tab li.active div {
    display: block;
}



/* 문자 메시지 보내기 */
.messageSend {
	padding:0 12px;
}
.messageSend table {
	border-top: 2px solid #053863;
	table-layout: fixed;
	width: 100%;
}
.messageSend table th,
.messageSend table td {
	border-bottom: 1px solid #c6c6c6;
}
.messageSend table th {
	background: #f5f5f5;
}
.messageSend table td {
	border-right: 0;
	background: #fff;
}

/* list 데이터 없을 경우 */
td.null span {
	position: relative; 
	display: inline-block; 
	padding-left: 18px;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: -0.7px;
}
td.null span:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/ico_nullData.svg");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 3px;
	left: 0;
}

.wrtableWrap {
    margin-bottom: 16px;
}
.inputTbl {
	margin-top: 24px;
}
.inputTbl .btnlist {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 12px;
	gap: 6px;
}
.inputTbl .btnlist .btn {
	position: relative;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
	font-weight: 500;
	color: #172d9d;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 29px;
	gap: 4px;
}
.inputTbl .btnlist .btn:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-repeat: no-rpeat;
	background-position: center;
	background-image: url("http://localhost:83/jkais/css/../images/sub/btnlist_add.svg");
}
.inputTbl .btnlist .add:before {}
.inputTbl .btnlist .badd {}
.inputTbl .btnlist .delete{
	color: #b80000;
}
.inputTbl .btnlist .delete:after {
	background-image: url("http://localhost:83/jkais/css/../images/sub/btnlist_remove.svg");
}
.inputTbl a.board_btn {
	display: flex;
	padding: 2px 12px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%; /* 21px */
	letter-spacing: -0.7px;
	border-radius: 4px;
}
.inputTbl a.board_btn.blue {
	color: #fff;
	border: 1px solid #17317B;
	background: #17317B;
}
.inputTbl a.board_btn.lineblue {
	border: 1px solid #17317B;
	background: #FFF;
	color: #17317B;
}

.inputTbl a.board_btn.btn-example {
	display: inline-flex;
	width: 188px;
	height: auto;
	padding: 4px 6px;
	justify-content: center;
	align-items: center;
	text-shadow: initial;
	border: 0;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%; /* 21px */
	letter-spacing: -0.7px;
	border-radius: 4px;
}
.inputTbl a.board_btn.btn-example.blue {
	background: #17317B;
}
.inputTbl a.board_btn.btn-example.plum {
	background: #6E39A4;
}
.inputTbl a.board_btn.btn-example.Teal {
	background: #00717D;
}
.inputTbl a.board_btn.btn-example.gray {
	background: #717171;
}
.inputTbl a.board_btn.btn-example.red {
	background: #D90000;
}



