/* 메인 */
body, html {
    width: 100%;
    height: 100%
}

#main {
    margin: 0;
    width: 100%;
    position: relative;
    overflow-x:hidden
}
#main .main_bg{
	background: url(/etrs/images/main/main_bg.png) no-repeat top center;
	background-size:100% 480px;
	width:100%
}



/* 푸터 */
.gnb_familysite {
    display: block;
    width: 200px;
    height: 38px;
    position: relative;
}

.gnb_familysite > a {
    display: block;
    padding: 10px;
    width: 178px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff url(/etrs/images/sub/btn_sellect_arrow.png) no-repeat 175px center;
}

.gnb_familysite > ul {
    display: none;
    position: absolute;
    bottom: 37px;
    left: 0;
    width: 198px;
    height: 163px;
    border: 1px solid #ccc
}

.gnb_familysite > ul > li:first-child > a {
    border-top: 0
}

.gnb_familysite > ul > li > a {
    display: block;
    padding: 10px;
    width: 178px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    border-top: 1px solid #ccc;
    background: #fff
}

.gnb_familysite > a:hover {
    background: #f9f9f9
}

.gnb_familysite.on > ul {
    display: block
}

.gnb_familysite:hover > a {
    background: #fff url(/etrs/images/sub/btn_sellect_arrow.png) no-repeat 175px center;
}

.gnb_familysite.on > a {
    background: #fff url(/etrs/images/sub/btn_sellect_arrow_off.png) no-repeat 175px center;
}

.gnb_familysite > a:hover {
    background: #f9f9f9 url(/etrs/images/sub/btn_sellect_arrow.png) no-repeat 175px center;
}

.gnb_familysite > ul > li > a:hover {
    background: #f9f9f9
}

.gnb_familysite.on > a:hover {
    background: #f9f9f9 url(/etrs/images/sub/btn_sellect_arrow_off.png) no-repeat 175px center;
}

#footer {
    padding: 10px 20px;
    border-top: 1px solid #ddd;
	position:relative;
}

#footer .footerInfo > a {
    color: #333;
    font-size: 14px;
    display: block;
	font-weight:600;
}


#footer .innerFooter .address {
    font-size: 13px;
    color: #666;
}

#footer .innerFooter .copyright {
    font-size: 12px;
    color: #666;
}

/* 퀵메뉴 */

#quickArea, #quickArea.on {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 120px;
    height: 600px;
    line-height: 60px;
    z-index: 1080;
	margin-top:-325px;
	background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
	box-shadow:-1px 2px 12px 2px rgba(0, 0, 0, 0.15);
	border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

#quickArea {
    right: -120px;
    box-shadow: none
}
#quickArea > ul > li > a.quick01 {
    background: #fff url(/etrs/images/main/btn_quick01.png) no-repeat center center;
}

#quickArea > ul > li > a.quick02 {
    background: #fff url(/etrs/images/main/btn_quick02.png) no-repeat center center;
}

#quickArea > ul > li > a.quick03 {
    background: #fff url(/etrs/images/main/btn_quick03.png) no-repeat center center;
}

#quickArea > ul > li > a.quick04 {
    background: #fff url(/etrs/images/main/btn_quick04.png) no-repeat center center;
}

#quickArea > ul > li > a.quick05 {
    background: #fff url(/etrs/images/main/btn_quick05.png) no-repeat center center;
}

#quickArea > ul > li > a {
    padding-top: 0px;
    font-size: 13px;
    text-align: center;
    width: 120px;
    height: 40px;
	display:block;
	font-weight: 700;
}

#quickArea > ul > li > a.quick {
	padding-top: 35px;
}
#quickArea > ul > li > a.qbtn {
	line-height:30px;
	height:30px;
}

#quickArea > ul > li > a.qbtnTit {
	width: 75%;
    border-radius: 15px;
    background: #e6e9f0;
    margin: 20px auto 10px;

}

#quickArea > ul > li > span.quickTit {
    display: block;
    background: #e3e7f2;
    height: 40px;
	line-height:40px;
    color: #444;
    text-align: center;
    font-size: 13px;
	padding-top:0;
    border-top-left-radius: 20px;
	font-weight: 600;
}
#quickArea .quickBtn{
	position:absolute;
	width:25px;
	height:40px;
	background:#3965ef;
	top: 50%;
    left: -25px;
    margin-top: -20px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
#quickArea .quickBtn > a{
	display:inline-block;
	position:relative;
	width:25px;
	height:40px;
}
#quickArea .quickBtn > a > span{
	display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    position: absolute;
    left: 9px;
    top: 16px;
    transform: rotate(45deg);
}
#quickArea .quickBtn > a > span{
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
#quickArea.on .quickBtn > a > span{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
}



/* 메인콘텐츠 */
/* top */
#mainContents {
    position: relative;
    width: 1240px;
	margin:0 auto
}

#mainContents .mainContents {
    visibility: visible;
    z-index: 1060;
}

#mainContents .mainContents .topArea {
    position: relative;
	padding:40px 0 10px
}

#mainContents .noticeArea {
    width: 100%;
    height: 130px;
	padding:20px 0 0
}


#mainContents .noticeArea .nTitle .nText > h2, #mainContents .noticeArea .nTitle .nText h2 {
    font-size: 28px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: 600;
}

#mainContents .noticeArea .nText > p, #mainContents .noticeArea .nText p, #mainContents .noticeArea .nText strong, #mainContents .noticeArea .nText span {
    font-size: 16px !important;
    color: #fff !important;
    margin-top: 10px;
    text-align: left;
	line-height:1.5;
	height:50px;
	overflow:hidden;
	word-break: keep-all;
}

#mainContents .noticeArea .nTitle {
    display: none;
}

#mainContents .noticeArea .nTitle.on {
    display: block;
}

#mainContents .noticeArea {
    position: relative;
}

#mainContents .noticeArea .ntArea {
    padding:30px 0 0;
	height: 90px;
    overflow: hidden;
}

.noticeArea .auto_controll {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 11;
  height: 16px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.noticeArea .auto_controll ul{
	float:left
}
.noticeArea .auto_controll li{
  margin: 0 6px;
  margin: 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
}
.noticeArea .auto_controll li.on{
  width: 24px;
  height: 6px;
  border-radius: 3px;
  display: inline-block;
  background-color: #fff;
}

.noticeArea .auto_controll .auto_button{
	margin:0 6px;
	float:left
}

.noticeArea .auto_controll .auto_button button {
  width: 8px;
  height: 8px;
  text-indent: -9999999px;
  font-size: 0;
}
#mainContents .noticeArea .nText > p > span {
    font-size: 16px !important;
    color: #fff !important;
    margin-top: 20px;
    text-align: left;
    line-height: 1.5;
    height: 50px;
    overflow: hidden;
    word-break: keep-all;
}
.loginForm input::placeholder{
	color:#888
}

.noticeArea .auto_controll .btn_type {
  background: url(/etrs/images/main/ico_pause.png) no-repeat center;
}

.noticeArea .auto_controll .btn_type.on {
  background: url(/etrs/images/main/ico_play.png) no-repeat center;
}


/* box */
#main .boxContents > div.login, #main .boxContents > div.boardArea{
    width: 300px;
    height: 245px;
	background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	box-shadow:0px 5px 14px 3px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	border:1px solid #fff;
	padding: 30px;
	margin-right:40px;
	float:left
}

#main .boxContents > div.boardArea{
	width:400px
}
#main .boxContents > div.bannerArea{
	margin-right:0;
	float:left
}

/* login */
/* Change Autocomplete styles in Chrome*/
#main .loginForm input::-webkit-input-placeholder {
    color: #888;
}

#main .loginForm input:-webkit-autofill, #main .loginForm input:-webkit-autofill:hover, #main .loginForm input:-webkit-autofill:focus {
    -webkit-text-fill-color: #666;
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

#main .loginForm {
    position: relative;
}

#main .loginForm li {
    color: #666;
    width:100%
}

#main .loginForm button {
    background: #7abacc;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    border-radius: 3px;
    min-width: 90px
}

#main .loginForm input, #main .loginForm input[type="submit"] {
    border: 0;
    font-size: 13px
}

#main .loginForm input[type="text"], #main .loginForm input[type="password"] {
    padding: 0 20px 0 35px;
    width: 245px;
    height: 36px;
	border-radius:5px;
}

#main .loginForm input[type="text"]{
    background: #fff url(/etrs/images/main/icon_login.png) no-repeat left 7px center;
}

#main .loginForm input[type="password"] {
    background: #fff url(/etrs/images/main/icon_password.png) no-repeat left 7px center;
	margin-top:5px
}

#main .loginForm input[type="submit"], #main .loginForm input[type="button"]{
    background: #4c81fa;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 42px;
    margin-top: 10px;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#main .loginForm input[type="checkbox"] {
    vertical-align: middle;
}

#main .loginForm .btn01 {
    background: #fff;
    font-size: 13px;
    color: #466ff2;
    width: 143px;
    height: 30px;
    border: 0;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #466ff2;
	display:inline-block;
	text-align:center;
	line-height:30px;
	font-weight:600;
}
#main .loginForm input.btn02[type="button"]{
	background:#3965ef
}

/* boardArea */
.boardArea .main_board {
  position: relative;
}

.boardArea .main_board > div {
  display: none;
}

.boardArea .main_board > div.on {
  display: block;
}
.boardArea .main_board > div ul{
	margin-top:10px
}

.boardArea .main_board > div ul::after {
  content: "";
  display: block;
  clear: both;
}

.boardArea .main_board > div ul li {
  width: 100%;
}

.boardArea .main_board > div ul li a {
  display: block;
  position: relative;
  padding: 4px 0;
  width: 100%;
  line-height: 30px;
  height: 30px;
}

.boardArea .main_board > div ul li a .bdList {
  display: inline-block;
  font-size: 15px;
  color: #333;
  text-align: left;
  width: 74%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  margin-right:2%
}

.boardArea .main_board > div ul li a .date {
  display: inline-block;
  font-size: 13px;
  color: #888;
  text-align: left;
  width: 23%;
  overflow: hidden;
}

.boardArea .main_board > div ul li span.empty {
  display: block;
  position: relative;
  padding: 10px 0;
  width: 100%;
  line-height: 55px;
  height: 55px;
  display: inline-block;
  font-size: 20px;
  color: #555;
  text-align: center;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.boardArea .main_board > div ul li a.top {
  border-radius: 25px 25px 0 0;
  border: 1px solid #198ad9;
}

.boardArea .main_board > div ul li a.top.ntt2 {
  background: #22b4c5;
  border: 1px solid #22b4c5;
}

.boardArea .main_board > div ul li a.top.ntt3 {
  background: #1bc48a;
  border: 1px solid #1bc48a;
}

.boardArea .main_board > div ul li a.bottom {
  border-radius: 0 0 25px 25px;
  border: 1px solid #ddd;
  height: 50px;
  padding: 15px 25px 0;
  background: #fff;
  color: #333;
  position: relative;
}

.boardArea .main_board > div ul li a.bottom > span {
  display: inline-block;
  width: 48%;
  word-break: normal;
}

.boardArea .notice_tab {
  text-align: center;
}

.boardArea .notice_tab ul li {
  width: 33.3%;
  float: left;
}

.boardArea .notice_tab ul li a {
  display: block;
  position: relative;
  height: 36px;
  color: #666;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid #bbb;

}

.boardArea .notice_tab ul li a.on::before, .boardArea .notice_tab ul li a:hover::before {
  content: "";
  display: block;
  position: absolute;
  left:0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #4c81fa;
}

.boardArea .notice_tab ul li a.on, .boardArea .notice_tab ul li a:hover  {
  color: #222;
  font-weight: 700;
  font-size:20px
}

/* bannerArea */
#main .bannerArea > div{
    width: 274px;
    height: 18px;
	background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	box-shadow:0px 5px 14px 3px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	border:1px solid #fff;
	padding: 30px;
}

#main .bannerArea > div + div{
	margin-top:10px;
}

#main .bannerArea .banner01{
	height:66px;
}
#main .bannerArea a > span{
	width:100%;
	font-size:14px;
	display:block;
	font-weight:600;
	color:#444;
	line-height:1.4;
}
#main .bannerArea .banner02 a, #main .bannerArea .banner03 a{
	font-size:18px;
	line-height:20px;
	color:#222;
	font-weight:600;
}

#main .bannerArea .call{
	font-size:21px;
	display:block;
	font-weight:600;
	color:#222;
	line-height:38px;
}
#main .bannerArea .more{
	color:#3965ef;
}

#main .bannerArea .banner01, #main .bannerArea .banner02{
	background-position: right 20px center;
	background-repeat: no-repeat;
}
#main .bannerArea .banner01{
	background-image: url(/etrs/images/main/icon_b01.png);
}
#main .bannerArea .banner02{
	background-image: url(/etrs/images/main/icon_b02.png);
}
#main .bannerArea .banner03{
	background-image: url(/etrs/images/main/icon_b03.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
}
.arrow{
	width:10px;
	height:10px;
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.arrow:before, .arrow:after{
	content:'';
	position:absolute;
}

.arrow:before{
	width:100%;
	height:100%;
	border:1px solid #3965ef;
	border-right:0;
	border-bottom:0;
	border-top:0
}

.arrow:after{
	width:20px;
	height:1px;
	background:#3965ef;
	transform-origin:0 100%;
	transform:rotate(45deg);
}
.arrow.arrow-right{
	transform:rotate(135deg);
	margin-bottom: -3px;
}

/* 현황 */
#mainContents .situation {
    margin: 30px 0 20px;
    position: relative;
}

#mainContents .situation .tabArea {
    width: 460px;
	margin: 0 auto 12px
}

#mainContents .situation .tabArea > a {
    height: 35px;
    font-size: 15px;
    color: #666;
    width: 200px;
    display: inline-block;
    text-align: left;
	line-height:35px;
	background:#fff;
	padding:5px 5px 5px 18px;
	border-radius:40px;
	border:1px solid #ddd
}

#mainContents .situation .tabArea > a.on, #mainContents .situation .tabArea > a:hover {
    color: #fff;
    font-weight: 700;
	background:#4c81fa;
	border-color:#4c81fa
}

#mainContents .situation .tabArea > a.s01{
	background-image: url(/etrs/images/main/icon_s01.png);
}
#mainContents .situation .tabArea > a.s02{
	background-image: url(/etrs/images/main/icon_s02.png);
}

#mainContents .situation .tabArea > a.s01, #mainContents .situation .tabArea > a.s02{
	background-position: right 8px center;
	background-repeat: no-repeat;
}
#mainContents .situation .tabContents {
    margin-top: 10px;
    overflow-y:auto;
}
#mainContents .situation .tabContents .con01 {
    height: 230px;
}


#mainContents .situation .tabContents > div {
    display: none;
}

#mainContents .situation .tabContents > div.on {
    display: block;
    overflow: auto;
}

#mainContents .situation .present_txt {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    width: 100%;
}

#mainContents .situation .tbl_list {
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

#mainContents .situation .tbl_list thead th {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    padding: 12px 4px;
    background: #e3e7f2;
    letter-spacing: 0;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff
}

#mainContents .situation .tbl_list tbody th {
    font-size: 13px;
    padding: 11px 4px;
    background: #fff;
    color: #333;
    font-weight: 600;
    border-top: 1px solid #eee;
    text-align: center;
    letter-spacing: 0;
}

#mainContents .situation .tbl_list tbody td {
    font-size: 13px;
    padding: 11px 4px;
    background: #fff;
    color: #666;
    border-top: 1px solid #eee;
    text-align: center;
    letter-spacing: 0;
}

#mainContents .situation .tbl_list .txtBlue, #mainContents .situation .tbl_list .txtRed{
	position:relative;
	padding-left:15px;
}
#mainContents .situation .tbl_list .txtBlue {
    color: #3965ef;
}

#mainContents .situation .tbl_list .txtRed {
    color: #f65b4a;
}

.tbl_list .txtBlue:after, .tbl_list .txtRed:after{
	display:inline-block;
	border:6px solid transparent;
	content: "";
	position: absolute;
}
.tbl_list .txtRed:after{
	border-bottom-color:#f65b4a;
	position: absolute;
	left:0;
	top: -2px;
}

.tbl_list .txtBlue:after{
	border-top-color:#4c81fa;
	left:0;
	bottom: -2px;
}

.triangle.left{
border-left-color:#4c81fa;
}

.triangle.right{
border-right-color:#4c81fa;
}

.triangle.top{
border-top-color:#4c81fa;
}
.triangle.bottom{
border-bottom-color:#f65b4a;
}
