@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
*{font-family: 'Noto Light', sans-serif;}
strong{font-weight: 600;}

/* Hidden */
.hidden {position: absolute; top: -9999px; left: -9999px;}
._objWidget {font-size:15px;}

/*bg color*/
.bg-color01{background-color:#005aab;}
.bg-color02{background-color:#00a263;}
.bg-color03{background-color:#dca63f;}
.bg-color04{background-color:#8d8d8d;}

.btn-color01{background-color:#ff00ff !important;}
.btn-color02{background-color:#015bb1 !important;}
.btn-color03{background-color:#00a263 !important;}
.btn-color04{background-color:#dca63f !important;}
.btn-color05{background-color:#909090 !important;}

/*btn*/
input.step-btn,
a.step-btn{color:#fff; display:inline-block; padding:3px 15px; border-radius:20px; font-size:13px; line-height:25px;}
.btn-list{position:absolute; top:10px; left:10px; z-index:999;}
.btn-list a,
.btn-list p{display:block; width:55px; height:55px; border-radius:10px; margin-bottom:3px; text-align:center; color:#fff; line-height:1.2; box-shadow:0px 0px 3px #ccc; overflow:hidden;}
.btn-list .type1 span.d-day{display:block; margin:7px 0 0;}
.btn-list .type1 span.mile{font-size:13px; background:url(./../images/mile-icon.png) left center no-repeat; display:inline-block; padding-left:20px; height:20px; line-height:20px;}
.btn-list .type2{background:#fff url(./../images/fav-icon.png) center center no-repeat;}
.nonclick{cursor:auto;}

/* List Table */
.scroll-table {position: relative;}

.board-table {position: relative;}
.board-table:after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #8b9099;}
.board-table thead th { background: #f8f8f8; font-size: 17px; font-family: 'Noto Medium'; font-weight: normal; padding: 20px 0; border-bottom: 1px solid #878787; border-top: 2px solid #353e4d; color: #333;}
.board-table tbody tr.notice {background: #f6f8fa;}
.board-table tbody tr.notice .td-num {text-indent: -99999px; }
.board-table tbody tr:hover {background: #f6f8fa;}
.board-table tbody td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; font-size: 17px; padding: 15px 0; color: #666; border-bottom: 1px solid #e2e2e2;}
.board-table tbody td.td-subject {font-size: 17px; text-align: left; padding-left: 20px; font-weight: normal;}
.board-table tbody td.td-subject a {color: #666;}
.board-table tbody td.td-subject .new {position: relative; top: 8px; display: inline-block; text-indent: -9999px; width: 20px; height: 20px; background: url('../images/ico-new.png') no-repeat center center; margin-left: 3px;}
.board-table tbody td.td-subject .reply {font-family: 'Noto Regular'; color: #ff5a00;}
.board-table tbody td.td-subject .cate {font-family: 'Noto Regular'; color: #9c231a; margin-right:10px;}
.board-table tbody td.td-file {text-indent: -9999px;}
.board-table tbody td.td-file.file {background: url('../images/ico-file.png') no-repeat center center;}
.board-table tbody td.td-ing span {display: inline-block; cursor: pointer; height: 35px; line-height: 32px; text-align: center; min-width: 80px; margin: 0 1px; border-radius: 100px; font-family: 'Noto DemiLight'; color: #fff;}
.board-table tbody td.td-ing span.state-ok {background: #4290de; border: 1px solid #4290de;}
.board-table tbody td.td-ing span.state-ready {background: #828282; border: 1px solid #828282;}
.board-table tbody td.td-ing span.state-ing {background: #17be99; border: 1px solid #17be99;}
.board-table tbody tr.notice td.td-subject a {padding-left: 30px; background: url('../images/ico-notice.png') no-repeat left center;}
.board-table tbody tr.trash td.td-subject {padding-left: 75px; text-decoration: line-through; background: url('../images/ico-trash.png') no-repeat 20px center;}
.board-table tbody tr.scret td.td-subject a {position: relative;}
.board-table tbody tr.scret td.td-subject a:after {content: ''; position: absolute; right: -24px; top: 4px; width: 20px; height: 20px; background: url('../images/ico-secret.png') no-repeat center center;}

.artcltdnum{width:10%;}
.artcltdtitle{width:auto;}
.artcltdwriter{width:10%;}
.artcltddate{width:10%;}
.artcltdcount{width:10%;}


@media all and (max-width:860px) {
    .scroll-table {overflow-x: hidden;}
    .scroll-table table {width:1000px;}
    .scroll-table:after {content:''; position:absolute; right:0px; top:0px; width:100%; height:100%; background:url('../images/img_mobile_text.png') no-repeat center center;}
    .scroll-table.on:after {display:none;}

    .artcltdnum{width:25%;}
    .artcltdtitle{width:auto;}
    .artcltdwriter{width:0;}
    .artcltddate{width:0;}
    .artcltdcount{width:0;}
}

/* thum list*/
.thum-list .thum-img{position:relative; height:250px; overflow:hidden;border:1px solid #ddd;}
.thum-list .thum-img a{}
.thum-list .thum-img img{width:100%; height:100%;}
.thum-list .subject{padding:10px 20px; border-left:1px solid #ddd; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.thum-list .subject .title{}
.thum-list .subject .title span{display:block; font-size:16px; color:#004098;}
.thum-list .subject .title strong{display:block;margin:5px 0 10px;line-height:25px;height:50px;overflow:hidden;font-size:17px;word-break: keep-all;}
.thum-list .subject .text{font-size: 15px;line-height:20px;height: 40px;overflow:hidden;color: #555;}
.thum-list .subject .date{margin:15px 0;padding-left: 25px;word-break: keep-all;}
.thum-list .subject .date:before{content:'';width:18px;height:16px;display: inline-block;vertical-align: top;margin-top: 10px;background: url(./../images/date-icon.png) center center no-repeat;margin-left: -25px;margin-right: 5px;}
.thum-list .subject .date i{display: inline-block;}
.thum-list .subject .grahp{background-color:#f8f8f8;border:1px solid #ddd;padding: 15px 100px 15px 15px;position:relative;margin:10px 0 20px;}
.thum-list .subject .grahp .per{position:relative; background-color:#b9b9b9; display:block;}
.thum-list .subject .grahp .per span{display:block; height:5px; background-color:#015bb1;}
.thum-list .subject .grahp .per span.per0{width:0;}
.thum-list .subject .grahp .per span.per20{width:20%;}
.thum-list .subject .grahp .per span.per40{width:40%;}
.thum-list .subject .grahp .per span.per60{width:60%;}
.thum-list .subject .grahp .per span.per80{width:80%;}
.thum-list .subject .grahp .per span.per100{width:100%;}
.thum-list .subject .grahp .num{position:absolute;right: 10px;top: 3px;color: #444;font-size: 14px;}

.thum-list .subject.hover{display: none;position:absolute;height: 98%;background-color:rgba(0,0,0,.8);left: 1%;top: 1%;text-align:center;color:#fff;padding-top:120px;width: 98%;box-sizing:border-box;}
.thum-list .subject.hover .title strong{font-size:23px;line-height:27px;height:54px;overflow:hidden;margin-top:10px;letter-spacing: -1px;word-break: keep-all;}
.thum-list .subject.hover .date{display:block;}
.thum-list .subject.hover .more-b{display:block; width:100%; position:absolute; bottom:0; text-align:center; left:0; background-color:#015bb1; padding:10px 0; color:#fff; box-sizing:border-box;}
.thum-list .subject.hover .hover-num{display:inline-block; background-color:#818181; color:#fff; border:1px solid #fff; padding:2px 25px; border-radius:20px; margin-top:20px;}
.thum-list .subject.hover .title span{color:#dca63f;}
.thum-list li:hover .subject.hover{display:block;}

.thum-list{overflow:hidden;}
.thum-list > ul > li{width:25%;float:left;position:relative;padding:5px;box-sizing: border-box;}

@media all and (max-width:1300px) {
	.thum-list > ul > li{width:33.3333%;}
}
@media all and (max-width:1023px) {
	.thum-list > ul > li{width:50%;}
  .thum-list .subject.hover .date{display:block;background-position: 85px 8px;}
  .thum-list .subject.hover .date i{display:inline-block;}
  .thum-list .subject .date i{display:inline-block;}
}
@media all and (max-width:767px) {
	.thum-list > ul > li{width:100%;}
}
/* thum box*/

.box-list .btn-list{top:20px; left:20px;}
.box-list .btn-list a,
.box-list .btn-list p{display:inline-block;}
.box-list .grahp{width:30%; padding:30px 80px 15px 70px; border-left:1px solid #ddd;}
.box-list .grahp .per{position:relative; background-color:#b9b9b9; display:block;}
.box-list .grahp .per span{display:block; height:5px; background-color:#015bb1;}
.box-list .grahp .num{position:absolute; right:0; top:16px; color:#666; text-align:right;}
.box-list .grahp .num span{color:#015bb1; font-weight:bold;}
.box-list .grahp .ca{position:absolute; left:0; top:16px; color:#666; width:50px; text-align:right;}

.box-list > ul > li{border:1px solid #ddd; padding:20px; position:relative; padding-left:170px; display:table; width:100%; margin:5px 0;}
.box-list .subject,
.box-list .grahp{display:table-cell; vertical-align:top; position:relative;}

.box-list .subject{padding-left:150px; font-weight: 600;}
.box-list .subject .title{line-height:1.4; padding-right:20px;}
.box-list .subject .title span{display:block; font-size:16px; color:#004098; position:absolute; left:0;}
.box-list .subject .date{background:url(./../images/date-icon.png) left 7px no-repeat; padding-left:25px; font-weight:200; font-size:15px;}

@media all and (max-width:1023px) {
	.box-list .subject,
	.box-list .grahp{display:block; width:100%;}
	.box-list .grahp{border-left:none;}
}

@media all and (max-width:767px) {
	.box-list .btn-list{width:60px; top:10px; left:10px;}
	.box-list > ul > li{padding:10px 10px 10px 90px;}
	.box-list .subject{padding-left:0;}
	.box-list .subject .title{padding-right:0;}
	.box-list .subject .title span{position:relative; margin-bottom:5px;}
}

.catego{margin-bottom:30px;}
.catego ul{width: 100%;position: relative;}
.catego ul:after{content:'';position: absolute;width:100%;height: 1px;background: #004098;bottom: 0;left:0;z-index: 0;}
.catego ul li{margin: 0 1px;}
.catego ul li > a{padding:5px 15px;text-align: center;border-top: 1px solid #cfcfcf;font-weight:normal;border-bottom: 1px solid #004098;border-left: 1px solid #cfcfcf;border-right: 1px solid #cfcfcf;position: relative;border-bottom: 1px solid #004098;color: #121212;background: #f8f8f8;}
.catego ul li > a._on{font-weight: normal !important;font-family: 'Noto Regular';border-top: 1px solid #004098;border-left: 1px solid #004098;border-right: 1px solid #004098;border-bottom: 1px solid #fff;background: #fff;position: relative;z-index: 1;}
.catego ul li + li > a{}

@media all and (max-width:1400px) and (min-width:1024px) {
.catego ul li > a{padding:5px 0;letter-spacing: -1px;font-size:15px;}
}

  @media all and (min-width:1024px) {
.catego ul{display:flex;justify-content: space-between;}
.catego ul li{width:100%;}
  }

  @media all and (max-width:1023px) {
  .catego ul{text-align: center;}
  .catego ul li{margin:2px;display: inline-block;vertical-align: top;width:calc(100% / 2 - 5px);}
  .catego ul li > a{border-bottom:1px solid #cfcfcf;}
  .catego ul li > a._on{border-bottom: 1px solid #004098;}
  .catego ul:after{display: none;}
  }

  @media all and (max-width:480px) {
  .catego ul li{width:calc(100% / 1 - 5px);}
  }

/*view-list*/
.view-headline{margin-bottom:50px; overflow:hidden; position:relative;}
.view-headline .thum{position:relative; width:50%; float:left; padding:20px; box-sizing:border-box; background-image:url('./../images/thum-bg.png'), url('./../images/thum-bg.png'); background-position:left top, right bottom; background-repeat:no-repeat;}
.view-headline .thum a{display:block;position:relative;}
.view-headline .thum a:before{transition: all ease .3s;}
.view-headline .thum a:hover:before{content:'자세히 보기';width:100%;height:100%;background: rgba(0,0,0,0.7);position: absolute;left:0;top:0;color:#fff;z-index: 9;text-align: center;vertical-align: middle;padding-top: 25%;padding-left: 50px;box-sizing: border-box;font-size: 24px;font-family: 'Noto Regular';}
.view-headline .thum a:hover:after{content:'';width: 50px;height: 50px;background: url('./../images/w-search.png') no-repeat center;position: absolute;top:50%;left:50%;margin-left: -90px;margin-top: -28px;background-size: 50px;z-index: 99;}
.view-headline .thum img{width:100%;border:1px solid #efefef;}
.view-headline .h-content{position:relative; width:48%; float:right}
.view-headline .h-content .title{font-size:20px;color:#000;font-weight:bold;margin-bottom: 5px;}
.view-headline .navi{overflow:hidden; width:100%;}
.view-headline .navi li{float:left;}
.view-headline .navi li + li{background:url(./../images/navi-arr.png) left center no-repeat; padding-left:17px; margin-left:10px;}
.view-headline .info{border-top:1px solid #000; border-bottom:1px solid #ddd; padding:10px 0 10px;}
.view-headline .info .info-icon{padding:5px 0 5px 30px; background-repeat:no-repeat; background-position:left center; margin-left:15px;}
.view-headline .info .info-icon.email{background-image:url(./../images/email.png);}
.view-headline .info .info-icon.tel{background-image:url(./../images/tel.png);}
.view-headline .info .info-icon.map{background-image:url(./../images/map.png);}
.view-headline .ing{padding:10px 10px; border-bottom:1px solid #ddd;}
.view-headline .ing span{display:inline-block; border-radius:20px; padding:0px 20px; margin-right:10px; color:#fff; font-size:14px;}
.view-headline .ing span.color01{background-color:#015bb1;}
.view-headline .ing span.color02{background-color:#0c84ea;}
.view-headline .ing span.color03{background-color:#00b58d;}
.view-headline .cont{padding: 20px 10px 25px 10px;border-bottom:1px solid #000;}
.view-headline .cont ul li{position:relative;padding-left: 20px;}
.view-headline .cont ul li strong{display:inline-block; margin-right:15px; width:80px;}
.view-headline .cont ul li strong:before{content:'';width:5px;height:5px;display:block;position:absolute;left:5px;top: 16px;background-color:#1c3d8e;border-radius:100%;}
.view-headline .cont .text{line-height:1.6;padding-left:15px;margin-top: 20px;}
.view-headline .head-more{position:absolute; right:0; top:10px; display:block; width:23px; height:23px; background:url(./../images/head-more.png) no-repeat; text-indent:-9999px;}

@media all and (max-width:1023px) {
	.view-headline .thum{width:100%; margin-bottom:30px;}
	.view-headline .h-content{width:100%;}
}

@media all and (max-width:767px) {
.view-headline .info .info-icon{display:block;}
}

.view-list{margin-bottom:30px;}
.view-list > ul{overflow:hidden;}
.view-list > ul > li{border-top:2px solid #000; width:48.5%; border-bottom:1px solid #ddd; margin-bottom:30px;}
.view-list > ul > li:nth-child(odd){float:left;}
.view-list > ul > li:nth-child(even){float:right;}
.view-list ul li .title{background-color:#f8f8f8; padding:20px 20px; border-bottom:1px solid #ddd; display:block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position:relative;}
.view-list ul li .title span{display:inline-block; background-color:#0c84ea; color:#fff; display:inline-block; padding:0 20px; border-radius:20px; margin-right:10px; line-height:25px; font-size:14px;}
.view-list ul li .title strong{padding-left:15px;}
.view-list ul li .title input{position:absolute; left:10px; top:30px;}
.view-list ul ul{padding:20px 10px;}
.view-list ul ul li{position:relative; padding-left:15px;}
.view-list ul ul li strong{display:inline-block; margin-right:15px;}
.view-list ul ul li strong:before{content:''; width:5px; height:5px; display:block; position:absolute; left:5px; top:12px; background-color:#1c3d8e; border-radius:100%;}

@media all and (max-width:1023px) {
	.view-list > ul > li{width:100%;}
}
.program{margin-top:100px;}
.program p.title{background:url(./../images/p-titlebg.png) left center no-repeat;padding-left: 33px;font-size: 20px;color:#000;margin:50px 0 20px;font-family: 'Noto Medium';font-weight: 500;}



/* Tab */
.tabmenu ul {display: inline-block; width: 100%;  border-bottom: 1px solid #004098;}
.tabmenu ul li {float: left; width:calc(33.3333333% - 2px); margin-right: 2px; text-align:center;}
.tabmenu ul li a {position: relative; font-family: 'Noto Regular';  top: 1px; display: block; padding: 10px 25px; border: 1px solid #d1d1d1; border-bottom:1px solid #004098; color:#333; background-color:#f8f8f8;}
.tabmenu ul li._on a {background: #fff; color: #004098; border:1px solid #004098; border-bottom:1px solid #fff;}

@media all and (max-width:620px) {
	.tabmenu ul{border:none;}
	.tabmenu ul li{width: calc(100% / 1 - 2px);margin-bottom:2px;}
	.tabmenu ul li._on a{border: 1px solid #004098;}
	.tabmenu ul li a{border: 1px solid #d1d1d1;padding: 5px 10px;}
}

/* Category */
.board-cate .cate-now{margin-bottom:30px;overflow:hidden; border:1px solid #cfcfcf; border-bottom:1px solid #676767;}
.board-cate .cate-now li{ float:left;}
.board-cate .cate-now li a{float: left; color:#666; padding:19px 15px; display:block; font-family:'Noto DemiLight'; font-size: 16px;}
.board-cate .cate-now li.all-list{background-color:#18327c;}
.board-cate .cate-now li.all-list a{color:#fff; font-weight:500; padding-right:15px; padding-left:40px;}
.board-cate .cate-now li.all-list:before {display: none;}
.board-cate .cate-now li.active {position: relative; background-color: #18327c; background-image: none;}
.board-cate .cate-now li.active:after {content: ''; display: block; float: left;  width: 20px; height: 70px;  background:url(../images/icon-cate.png) left center no-repeat;}
.board-cate .cate-now li.active a {color: #fff; padding-right: 15px;}
.board-cate .cate-now li.no-active a {position: relative; font-family: 'Noto Light';}
.board-cate .cate-now li.no-active a:hover {color: #000;}
.board-cate .cate-now li.no-active a:after {content: ''; position: absolute; left: 15px; bottom: -1px; width: 0; height: 4px; background: #08307f; transition: .5s}
.board-cate .cate-now li.no-active a:hover:after {width: calc(100% - 30px);}
.board-cate .cate-now li.no-cate{padding-top: 19px; padding-left:15px; padding-bottom: 15px; font-weight: 500; color: #999;}
.board-cate .cate-now li + li + li{background:url(../images/line-cate.png) right center no-repeat;}
.board-cate .cate-now li:last-child {background: none;}

@media all and (max-width:620px) {
	.board .cate-now{border:none;}
	.board .cate-now li.all-list{width:100%;  margin-bottom:2px;}
	.board .cate-now li.all-list a{border:1px solid #0060a6;}
	.board .cate-now li{width:calc(100% / 2 - 2px); margin-bottom:2px;}
    .board .cate-now li a{border:1px solid #cfcfcf; text-align:center; padding:12px 15px;}
    .board .cate-now li.all-list a {background-image:none;}
    .board .cate-now li:nth-child(2) a {background-image:none; color:#666;}
    .board .cate-now li:nth-child(2) {background-image:none;}
}

/* Tab */
.board-tab ul {display: inline-block; width: 100%;  border-bottom: 1px solid #004098;}
.board-tab ul li {float: left; margin-right: 2px;}
.board-tab ul li a {position: relative; font-family: 'Noto Regular';  top: 1px; display: block; padding: 10px 25px; border: 1px solid #d1d1d1; border-bottom:1px solid #004098; color:#333; background-color:#f8f8f8;}
.board-tab ul li a.on {background: #fff; color: #004098; border:1px solid #004098; border-bottom:1px solid #fff;}
@media all and (max-width:620px) {
	.board-tab ul{border:none;}
	.board-tab ul li{width:calc(100% / 2 - 2px); margin-bottom:2px;}
	.board-tab ul li a.on{border: 1px solid #004098;}
	.board-tab ul li a{border: 1px solid #d1d1d1;}
}

/* Date Search */
.board-date {text-align: center; background: #f2f2f2; border: 1px solid #d1d1d1; padding: 20px; margin-bottom: 30px;}
.board-date label {font-family: 'Noto Regular'; color: #666; margin: 0 15px; padding-left: 30px; background: url('../images/icon-cal.png') no-repeat left center;}
.board-date input {background: #fff;}
.board-date .line {display: inline-block;}
.ui-widget input, .ui-widget select,
.ui-widget textarea, .ui-widget button,
.ui-datepicker .ui-datepicker-title select,
.ui-datepicker table {font-size: 13px;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {top: 5px;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {left: 2px;}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {right: 2px;}

@media all and (max-width:620px) {
    .board-date .line {display: block;}
}

/* Search */
.board-search {display: inline-block; width: 100%; margin-bottom: 20px; border-bottom:2px solid #000; padding-bottom:20px;}
/*.board-search .form-search {background: #f5f6f8; padding:20px;}*/
.board-search .tbl-search {text-align: right;}
.board-search .box-title {display: none; background: url('../images/ico-search-title.png') no-repeat  left center; font-family: 'Noto Regular'; font-size:18px; margin-right: 20px; padding: 2px 0 2px 55px; color: #18327c;}
.board-search .box-sel {position: relative; top: 0px; display: inline-block; margin-right: 2px; vertical-align: middle;}
.board-search .box-sel select {background: #fff url('../images/arrow-search.png') no-repeat right center;font-family: 'Noto Light';color: #333;border:1px solid #ccd0d7;font-size: 14px;height: 55px;min-width: 130px;padding-left: 15px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.board-search .box-search {position: relative;top:0;display: inline-block;vertical-align: middle;background: #fff;height: 53px;line-height: 53px;border:1px solid #ccd0d7;min-width: 400px;}
.board-search .box-search input {position: relative; top: -1px; width: 100%; height: 100%; background: transparent; border: 0; font-family: 'Noto Light'; text-indent: 10px; color: #9d9d9d;}
.board-search .box-search input::placeholder {color: #9d9d9d; font-size:17px;}
.board-search .box-search input[type="submit"] {position: absolute; right:0; top: 0; width: 50px; height: 55px; background: url('../images/ico-search-btn.png') no-repeat center center; text-indent: -9999px; cursor: pointer;}
.board-rss {display: inline-block; width: 100%; margin-bottom: 20px;}
.board-rss .util-search {font-family: 'Noto Light';color: #333;}
.board-rss .util-search a {display: inline-block; width: 30px; text-indent: -9999px; background: url('../images/ico-rss.png') no-repeat center center; margin-right:10px;}
.board-rss .util-search strong {font-family: 'Noto Medium';color: #ff8500;margin-left:5px;display: inline-block;}

@media all and (max-width:780px) {
    .board-search .box-title {display: none;}
    .board-search .tbl-search {display: table; width: 100%; table-layout: fixed;}
    .board-search .util-search {display: none;}
    .board-search .box-sel {width:35%; display: table-cell; margin-right: 0; padding-right: 20px;}
    .board-search .box-sel select {min-width: auto; width: 100%;}
    .board-search .box-search {display: table-cell;}
}

/* View */
.board-view-info {background-color:#f8f8f8;border-bottom: 1px solid #e2e2e2;margin-top: 50px;}
.view-info {border-top: 2px solid #7c7c7c;}
.view-info .view-num {display: none;}
.view-info .view-title {font-size: 23px;font-family: 'Noto Medium';padding: 25px 30px;color: #000;line-height:1.4;font-weight: 500;}
.view-detail {display: inline-block; width: 100%; padding: 0 20px;}
.view-detail .view-util {float: left; color: #9b9b9b; font-family: 'Noto Light';}
.view-detail .view-util dl {display: inline-block; position: relative;}
.view-detail .view-util dl.cate {display: none;}
.view-detail .view-util dl.write {margin-right: 0; padding-right: 0;}
.view-detail .view-util dl.write:after {display: none;}
.view-detail .view-util dt,
.view-detail .view-util dd {display: inline-block;}
.view-detail .view-util dt {color: #555;font-size:16px;padding-right:10px;font-family: 'Noto Medium';font-weight: normal;}
.view-detail .view-util dd {color: #666;padding-right:10px;}
.view-detail .view-util .modify {display: none;}
.view-detail .view-share {float: right;}
.view-detail .view-share .sns {display: inline-block;}
.view-detail .view-share .util {display: inline-block;}

.view-file {margin-bottom: 40px;}
.view-file .row {display: table; width: 100%; border-top: 1px solid #e2e2e2;}
.view-file .row .title {width: 200px; display: table-cell; display: none; vertical-align: middle; padding: 25px 0; background: #f5f5f5; text-align: center; font-family: 'Noto Regular'; color: #444;}
.view-file .row .insert {display: table-cell; vertical-align: middle; padding: 16px 20px; border-bottom:1px solid #ddd;}
.view-file .row .insert a {display: inline-block; padding-left: 30px; margin-top: 6px; margin-bottom: 6px; background: url('../images/ico-add.png') no-repeat left center; font-size: 16px; color: #333;}
.view-file .row .insert .prev {display: inline-block; background: url('../images/btn-file-prev.png') no-repeat 10px center; margin-left: 12px; padding: 6px 15px 7px 30px; border: 1px solid #ccc; font-family: 'Noto Regular'; font-size: 14px; color: #005eb2;}
.view-file .no-file {color: #888;}

@media all and (max-width:1000px) {
	.view-info .view-title{padding:20px; line-height:1.2;}
    .view-detail .view-util {width: 100%; float: none;}
	.view-detail{display:none;}
	.view-file{border-bottom:1px solid #ddd;}
}

@media all and (max-width:700px) {
    .view-file .row {display: block;}
    .view-file .row .title {display: block; width: 100%; text-align: left; padding:15px 0 15px 30px; font-size:20px;}
    .view-file .row .insert {display: block; width: 100%;}
	.view-info .view-title{font-size:20px;}
}

/* Write Update */
.board-write {border-top: 2px solid #7c7c7c; margin-bottom: 40px;}
.board-write .row {display: table; width: 100%;border-bottom: 1px solid #dadada;}
.board-write .title {width: 200px; display: table-cell; vertical-align: middle; text-align: left; padding: 9px 15px; font-size: 15px; background: #f5f5f5; font-family: 'Noto Regular'; color: #555;}
.board-write .insert {display: table-cell; vertical-align: middle; padding: 9px 20px; font-size: 14px; font-family: 'Noto Regular'; color: #666;}
.board-write .insert.editor {padding: 12px 0 6px 0;}
.board-write .insert input[type="text"],
.board-write .insert input[type="password"] {border: 1px solid #dfdfdf; height: 30px; line-height: 30px; padding: 0 10px; }
.board-write .insert .long {width: 100%;}
.board-write .insert .space {margin-bottom: 10px;}
.board-write .insert .tarea {width: 100%; font-family: 'Noto Regular'; font-size: 14px; color: #666;}
.board-write .insert .possible {font-size: 13px; color: #888; margin-top: 5px; text-transform: uppercase;}
.board-write .insert .ico-cal { padding-left: 30px; padding-right: 10px; background: url(../images/icon-cal.png) no-repeat left center;}
.board-write .insert .ico-cal.space {margin-left: 10px;}
.board-write .insert .switch {margin-top: 10px;}
.board-write .insert .file-select {font-family: 'Noto Regular'; font-size: 14px; color: #666; padding: 10px; height: 130px; background:#ebebeb ;}
.board-write .insert .one-line {overflow: hidden; background: #f5f5f5;  padding: 10px; border-radius:  7px;}
.board-write .insert .one-line li {float: left; margin-right: 10px; }
.board-write .insert .pass-form {margin-top: 10px;}
.board-write .insert .pass-form label {margin-right: 10px;}
.board-write .insert select {font-family: 'Noto Regular'; font-size: 14px; color: #888; margin-right: 10px; border: 1px solid #dfdfdf; height: 30px; line-height: 29px; padding: 0 40px 0 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #ebebeb url(../images/arrow-search.png) no-repeat right center;}
.board-write .insert .line {display: inline-block;}

@media all and (max-width: 780px) {
    .board-write .row {display: block;}
    .board-write .title {display: block; width: 100%;}
    .board-write .insert {display: block; width: 100%; padding: 9px 0;}
    .board-write .insert .one-line {background: #fff; border: 1px solid #d1d1d1;}
}

@media all and (max-width: 580px) {
    .board-write .insert .line {display: block; margin: 5px 0;}
    .board-write .insert .ico-cal.space {margin-left: 0;}
}

/* Contents */
.view-con {padding: 50px 30px;line-height: 1.5;font-family: 'Noto Light';font-size: 17px;color: #333;}
.view-con.img {padding: 40px 20px 60px 20px;}
.view-con.photo {padding: 0;}
.view-con.movie {text-align: center;}
.view-con .youtube {margin-bottom: 40px;}
.photo-con {padding-bottom: 40px;}
.photo-con .slick-slide img {margin: 0 auto;}
.photo-bottom {padding: 30px 180px;  margin-bottom: 50px; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;}
.photo-bottom .photo-list {position: relative;}
.photo-bottom .photo-list .slick-slide {margin: 0 10px;}
.photo-bottom .photo-list .slick-slide img {margin: 0 auto; width: 100%;}
.photo-bottom .photo-list .slick-slide.slick-active {position: relative;}
.photo-bottom .photo-list .slick-slide.slick-active:after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7); }
.photo-bottom .photo-list .slick-slide.slick-current {position: relative;}
.photo-bottom .photo-list .slick-slide.slick-current:after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 5px solid #008fd5; background: transparent; }
.photo-bottom .photo-list .photo-prev,
.photo-bottom .photo-list .photo-next {position: absolute; top: 50%; width: 20px; height: 33px; background: url('../images/btn-view-photo.png') no-repeat; text-indent: -9999px; transform: translate(0, -50%)}
.photo-bottom .photo-list .photo-prev {left:-40px; background-position: left top;}
.photo-bottom .photo-list .photo-prev:hover {background-position: left bottom;}
.photo-bottom .photo-list .photo-next {right:-40px; background-position: right top;}
.photo-bottom .photo-list .photo-next:hover {background-position: right bottom;}
.view-inner{overflow:hidden; margin-bottom:80px;}
.view-con .sub {overflow-y: auto;  max-width: 1110px; height: 150px; margin: 0 auto; padding: 10px 20px; border: 5px solid #dce0e6; background: #f9f9f9; text-align: left; font-family: 'Noto Light'; font-size: 18px; line-height:1.2; color: #666;; }
.view-con .view-li{margin:20px 0;}
.view-con .view-li li{margin:10px 0; line-height:1.4; position:relative; padding-left:10px;}
.view-con .view-li li:before{content:''; position:absolute; display:block; width:5px; height:5px; background-color:#666666; left:0; top:10px; border-radius:100%;}
.view-con .view-li strong{font-family:'Noto Regular'; display:inline-block;}
.view-img {margin-bottom: 30px; text-align:center;}
.view-move {margin-bottom: 40px;}
.add-img {text-align: center;}
.add-img {text-align: center;}

/*view*/
.event-table {position:relative;}
.wrap-contents .con-table table:before{display:none;}
.wrap-contents .con-table:after{display:none;}
.wrap-contents .con-table table:after{display:none;}
.wrap-contents .con-table table tr td:last-child{border-right:none;}
.wrap-contents .con-table table tr td{text-align:left;}

/* Paging */
._paging {padding: 60px 0 0 0;}
._paging > ._inner > ul {margin: 0 13px;}
._paging > ._inner > ul li strong {width: 35px; height: 35px; line-height:32px; border-radius: 100%; background-color: #99a2b2; border-color: #99a2b2;}
._paging > ._inner > a {width: 35px; height: 35px; line-height:35px; background-image: url('../images/arrow-page.png') !important; background-repeat: no-repeat; background-color: transparent; border: 0;}
._paging > ._inner > a._first {background-position: 0 0;}
._paging > ._inner > a._last {background-position: 0 -105px;}

/* Prev Next */
.view-navi {position: relative; margin-bottom: 30px; border-top:1px solid #26336a; border-bottom:1px solid #26336a;}
.view-navi .view-white {background: #fff; padding: 7px 20px;}
.view-navi .navi-info {display: none;}
.view-navi .row {display: table; width: 100%;}
.view-navi .row.prev {border-top: 1px dashed #ccc;}
.view-navi .row .title {position: relative; display: table-cell; vertical-align: middle; width: 80px; padding-left: 20px; font-family: 'Noto DemiLight'; color: #000; background-color:#f8f8f8; padding:15px 45px;}
.view-navi .row .insert {display: table-cell; vertical-align: middle; font-family: 'Noto Light'; color: #666; padding:10px 20px;}

@media all and (max-width:675px) {
    .view-navi {display: none;}
}

/* Button */
.board-button {position: relative; text-align: center; display: inline-block; width: 100%;}
.board-button .btn-mine {float: left;}
.board-button .btn-control {float: right;}
.board-button.list .btn-mine {position: absolute; left: 0; top: 60px;}
.board-button.list .btn-control {position: absolute; right: 0; top: 60px;}
.board-button .btn-deco {display: inline-block;cursor: pointer;font-size: 16px;height: 40px;line-height: 36px;text-align: center;min-width: 120px;margin: 0 1px;font-family: 'Noto Regular';border-radius: 5px;font-weight: normal;}
.board-button .btn-deco > a{color:#fff !important;}
.board-button  a.btn-deco,
.board-button  input.btn-deco {color: #fff !important;}
.board-button .btn-deco.color1 {background: #8e99ab; border: 1px solid #8e99ab;}
.board-button .btn-deco.color2 {background: #2a5ca5; border: 1px solid #2a5ca5;}
.board-button .btn-deco.color3 {background: #6d6b76; border: 1px solid #6d6b76;}
.board-button .btn-deco.color4 {background: #bdc3c7;border: 1px solid #bdc3c7;}
.board-button .btn-deco.color5 {background: #2a5ca5; border: 1px solid #2a5ca5;}
.board-button.view {margin-bottom: 40px; text-align: right;}
.board-button.view .btn-mine {float: none; display: inline-block;}
.board-button.view .btn-control {float: none; display: inline-block;}

a.samll-btn, input.samll-btn {color: #fff; display: inline-block !important;}
.small-btn-box {text-align: center;}
.small-btn-box.align-r {text-align: right;}
.small-btn-box .samll-btn {display: inline-block; cursor: pointer; font-size: 14px; min-width:80px; height: 40px; line-height: 36px; text-align: center;  margin: 0 0 0 2px; font-family: 'Noto Light';}
.small-btn-box .samll-btn.color1 {background: #5b6781; color: #fff; border: 1px solid #5b6781;}
.small-btn-box .samll-btn.color2 {background: #8e99ab; color: #fff; border: 1px solid #8e99ab;}
.small-btn-box .samll-btn.color3 {background: #2b3e5c; color: #fff; border: 1px solid #2b3e5c;}

.tiny-btn {display: inline-block; cursor: pointer; font-size: 13px; height: 25px; line-height: 20px; border-radius: 50px; text-align: center; padding: 0 12px; margin: 0 3px; font-family: 'Noto DemiLight';}
.tiny-btn.color1 {background: #919191; border: 1px solid #919191; color: #fff;}
.tiny-btn.color2 {background: #; border: 1px solid #; color: #fff;}

.file-btn {border: 1px solid #d5d5d5; height: 30px; line-height:26px; padding-left: 35px; padding-right: 20px; cursor: pointer;}
.file-btn.add {background: #ececec url('../images/ico-file-add.png') no-repeat 10px center; margin-right: 5px;}
.file-btn.del {background: #ececec url('../images/ico-file-del.png') no-repeat 14px center;}

@media all and (max-width: 600px) {
    .board-button .btn-mine,
    .board-button.view .btn-mine {width: 100%;}
    .board-button .btn-control,
    .board-button.view .btn-control {width: 100%;}
    .board-button .btn-deco {display: block; width: 100%; margin: 0 0 10px 0;}
}

/* Comment */
.view-comment-box {position: relative; border: 1px solid #d9e0e3; border-top: 2px solid #262626; padding: 30px 40px 40px 40px; margin-bottom: 60px;}
.view-comment{border:1px solid #eaeaea; padding:30px; margin-bottom:50px; border-top:2px solid #26336a;}
.view-comment-write .name {display: none; margin-bottom: 15px;}
.view-comment-write .name label {font-family: 'Noto Regular'; padding-right: 10px; color: #666;}
.view-comment-write .name input {border-radius: 3px; padding: 5px;}
.view-comment-write textarea {width: 100%; height: 65px; background: #fff; padding: 15px; border: 1px solid #ccc; font-family: 'Noto Light'; font-size:17px;}
.view-comment-write .comment-text {padding-left: 70px; margin-bottom: 10px; background: url('../images/ico-comment.png') no-repeat left center; font-size: 0;}
.view-comment-list {margin-top: 25px;}
.view-comment-list li {background: #f2f2f2; padding: 13px; padding-top: 12px; margin-bottom: 20px;}
.view-comment-list li:last-child {margin-bottom: 0;}
.view-comment-list .title {display: block; margin-bottom: 4px; font-family: 'Noto Light'; padding-left: 25px; background: url('../images/ico-comment-people.png') no-repeat left center; color: #004098;}
.view-comment-list .title .date {color: #777; padding-left: 10px; margin-left: 10px; position: relative;}
.view-comment-list .title .date:after {content: ''; position: absolute; left: 0; top: 8px; width: 1px; height: 11px; background: #d7d7d7;}
.view-comment-list .comment {background: #f2f2f2; padding-left: 25px; font-family: 'Noto Light'; color: #444;}
.view-comment-list .comment input {display: inline-block; width: 15px; height: 15px; margin-left: 8px; margin-top: -3px; background: url('../images/ico-comment-del.png') no-repeat center center; vertical-align: middle; text-indent: -9999px; cursor: pointer;}
.view-comment-write .must {top:4px}

/* Answer */
.view-answer {position: relative; border: 1px solid #d9e0e3; border-top: 2px solid #262626; padding: 15px 40px 30px 40px; margin-bottom: 40px;}
.view-answer:after {content: ''; position: absolute; top: 0; left: 40px; width: 50px; height: 63px;  background: url('../images/ico-reply.png') no-repeat left top;}
.view-answer .answer-title {padding-left: 65px;}
.view-answer .answer-title .title {font-size: 18px; color: #333; font-family: 'Noto DemiLight'; line-height: 1.2; display:block; margin:5px 0;}
.view-answer .answer-info {color: #777; font-family: 'Noto Light'; margin-bottom: 20px;}
.view-answer .answer-info span {position: relative; padding-right: 10px; margin-right: 10px;}
.view-answer .answer-info span:after {content: ''; position: absolute; right: 0; top: 8px; width: 1px; height: 10px; background: #c3c3c3; }
.view-answer .answer-info span:last-child:after {display: none;}
.view-answer .answer {background: #f2f2f2; padding: 10px 20px; margin-bottom: 30px; font-family: 'Noto Light'; line-height: 1.9; color: #666;}

._popup {height: 100%; font-family: 'Noto Regular';}
._popup #_popupHeader {padding-top: 20px; padding-bottom: 10px; height: auto !important; line-height:normal !important;}
._popup #_popupHeader h1 {float: none !important; display: block; padding-left: 33px; background: url('../images/bul-pop.png') no-repeat left center; font-family: 'Noto Regular'; font-size: 20px !important;}

.answer-write {border-top: 2px solid #7c7c7c;}
.answer-write .box-answer {margin-bottom: 40px;}
.answer-write .row {display: table; width: 100%;border-bottom: 1px solid #d1d1d1;}
.answer-write .row .title {width: 130px; display: table-cell; vertical-align: middle; text-align: left; padding: 15px 10px; background: #f5f5f5; font-family: 'Noto Regular'; color: #444;}
.answer-write .row .insert {display: table-cell; vertical-align: middle; padding: 15px 30px; font-family: 'Noto Regular';  font-size: 14px;}
.answer-write .row textarea {width: 100%; background: #f2f2f2; padding: 15px; font-family: 'Noto Regular'; }
.answer-write .insert input[type="text"], .answer-write .insert input[type="password"] {border: 1px solid #dfdfdf; height: 30px; line-height: 30px; padding: 0 10px;}
.answer-write .insert .long {width: 100%;}

/* Must */
mark.must {width: 10px; position: relative; top: 6px; display: inline-block; background: url('../images/ico-mark.png') no-repeat; text-indent: -9999px;}

/*popup*/

/* */

.view-prof-popup{}
.view-prof-popup:after{content:''; width:100%; height:100%; position:fixed; display:block; background-color:rgba(0,0,0,.5); left:0; top:0;}
.view-prof-popup .prof-list{max-width:50%; z-index:1; position:relative; border:2px solid #005aab; padding:20px 40px; background-color:#fff;  box-shadow: 5px 0 10px rgb(173 173 173 / 80%); position:fixed; left:50%; top:50%; transform:translate(-50%, -50%);}
.view-prof-popup .prof-list > ul > li{overflow:hidden; margin:20px 0;}
.view-prof-popup .thum{float:left; width:150px; padding:0; position:relative; border:1px solid #ccc;}
.view-prof-popup .thum:after{content:''; width:100%; height:100%; display:block; background-color:#aabedb; position:absolute; right:-20px; bottom:-20px; z-index:-1;}
.view-prof-popup .thum img{max-width:100%;}
.view-prof-popup .info{float:right; width:calc(100% - 200px); padding-bottom:15px; border-bottom:1px solid #ddd;}
.view-prof-popup .info p strong{color:#151515; font-size:23px; border-bottom:2px solid #000; padding-bottom:10px; margin-bottom:20px; display:block; line-height: 1.3;}
.view-prof-popup .info ul li{position:relative; padding-left:10px; line-height:2;}
.view-prof-popup .info ul li strong{font-family: 'Noto Regular'; display:inline-block; margin-right:5px; width:80px;}
.view-prof-popup .info ul li:after{content:''; width:3px; height:3px; display:block; background-color:#aabedb; position:absolute; left:0; top:15px;}
.view-prof-popup .prof-btn{text-align:center; width:100%;}
.view-prof-popup .prof-btn a{display:inline-block; padding:2px 15px; border-radius:5px;  margin:5px;color:#fff;}
.view-prof-popup .prof-btn a.list-btn{background-color:#005aab;}
.view-prof-popup .prof-btn a.close-btn{background-color:#3d3d3d;}

.certificate{max-width:600px; margin:0 auto; position:relative;}
.certificate .vol{font-family: 'gulim', serif; font-size:12px; position:absolute; left:70px; top:110px; width:100%;}
.certificate  .title{font-size:48px; position:absolute; left:0; top:160px; width:100%; text-align:center;}
.certificate  .title span{padding:0 20px;}
.certificate ul li{font-size:17px;}
.certificate .info{position:absolute; left:290px; top:250px; width:240px;}
.certificate .info ul li{margin-bottom:10px; position:relative; padding-left:100px;}
.certificate .info ul li strong{position:absolute; left:0; top:0;}
.certificate .date{position:absolute; left:0; bottom:200px; width:100%; text-align:center;}
.certificate .date li{display:inline-block; margin-right:10px;}
.certificate .text{position:absolute; left:80px; top:450px; width:440px; font-size:18px; text-indent:30px; line-height:1.8;}
.certificate .text span{color:#004ea2; font-weight:bold; padding-right:10px;}

.total-count{margin-top: 50px;margin-bottom: 10px;}
.total-count strong{color:#dca63f;}

.agree .title{font-size:20px;font-family:'Noto Regular';margin-bottom: 10px;}
.agree .box{border:1px solid #ccc;padding:40px 35px;min-height: 30px;overflow-y: scroll;margin-bottom: 30px;box-sizing: border-box;height: 250px;}
.agree .box img{width:100%;}
.agree .conts{}
.agree-check{margin-bottom:50px;}
.agree-check ul{text-align: center;}
.agree-check ul li{display: inline-block;vertical-align: top;margin:0 10px;}
.agree-check ul li label{font-family: 'Noto Regular';}

@media all and (max-width: 600px) {
.agree .box{height: 120px;}
}

.noprogram{background: url('../images/orange-info02.png') no-repeat left center;padding-left: 40px;border: 0 !important;width: 100% !important;color: #ff9800 !important;font-family: 'Noto Regular' !important;}
