@charset "UTF-8";

input:focus~.radiobtn,
input:focus~.checkbtn {
	outline: dashed 1px #999;
}
.apply.form .agree .txt{
	outline:inherit !important;
}
.apply.form .agree .txt:focus{
	outline:dashed 1px #999 !important;

}
/***전광판*-****/
.displayBoard									{margin-bottom:50px; padding:30px; background-color:#f8f8f8; border:1px solid #ebebeb;}
.displayBoard .row								{display:table; width:100%; }
.displayBoard .row .item						{display:table-cell; padding:0 20px 0 150px; position:relative; letter-spacing:-1px;}
.displayBoard .row .item + .item				{border-left:1px solid #ddd;}
.displayBoard .row .item .thum				{position:absolute; left:25px;}
.displayBoard .row .item:nth-child(3) p		{height:30px !important;}
.displayBoard .row .item:nth-child(3) p + ul + p{margin-top:40px;}
.displayBoard .row .item p					{height:50px;}
.displayBoard .row .item p strong				{display:block; margin-top:10px; font-size:16px;}
.displayBoard .row .item p span				{color:#f0955d;}
.displayBoard .row .item ul li					{position:relative; padding-left:15px !important; margin:3px 0;}
.displayBoard .row .item ul li:before		{content:''; display:block; width:4px; left:0; height:4px; top:10px; background-color:#959595; border-radius:10px; position:absolute;}

@media (max-width: 1024px) and (min-width: 640px) {
	.displayBoard .row .item {padding: 10px; word-break:keep-all}
	.displayBoard .row .item p	{height:auto;}
	.displayBoard .row .item .thum {position: static; margin: 0 auto 10px;}
	.displayBoard .row .item .thum img {display: block; margin: 0 auto;}
}
@media all and (max-width: 639px) {
	.displayBoard				{padding:15px;}
	.displayBoard .row .item {display: block; padding: 0 20px 0 120px;}
	.displayBoard .row .item .thum			{left:10px}
	.displayBoard .row .item .thum img	{width:80px;}
	.displayBoard .row .item p	{height:auto;}
	.displayBoard .row .item + .item {border-left: 0; margin-top: 35px;}
}

/* ==========================================================================
   박스스타일 공통
   ========================================================================== */

._fnctWrap {
    line-height: 1.5;
}

.artclLabel {
    display: none;
}

.over-box {
    overflow: hidden;
    width: 100%;
}

.link-box .line {
    display: table;
    width: 100%;
    padding: 18px 18px;
    background: #f8f8f8;
    border: 1px solid #dbdbdb;
}

.link-box .title,
.link-box .link {
    display: table-cell;
    vertical-align: middle;
}

.link-box .title h3 {
    position: relative;
    padding: 0 0 0 20px;
    color: #222;
}

.link-box .title h3:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #0178dd;
}

.link-box .link {
    width: 120px;
    text-align: right;
}

.link-box .link a {
    display: inline-block !important;
    padding: 7px 38px 7px 15px;
    background: #fff url("../../images/resource/btn_link5.png") no-repeat right center;
    border: 1px solid #222;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

.link-box.slice2 {
    float: left;
    width: 50%;
    padding: 0 5px;
}

.notice-box {
    padding: 45px 40px 45px 250px;
    background: #f7f7f7 url(../../images/resource/bg-box-type1.png) no-repeat 45px center;
    border: 1px solid #e6e6e6;
}

.notice-box.no {
    padding: 70px 40px 70px 250px;
}

.notice-box span {
}

.notice-box strong {
    display: inline-block;
    padding: 10px 0 0 0;
    font-size: 23px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
}

.notice-box.success strong {
    padding: 0 0 7px 0;
}

.notice-box em {
    display: block;
    font-size: 30px;
    font-weight: normal;
}

@media all and (max-width:600px) {
    .notice-box,
    .notice-box.no {
        padding: 210px 30px 30px 30px;
        background-position: center 30px;
    }
    .notice-box.no {
        text-align: center;
    }
    .notice-box strong {
        font-size: 18px;
    }
    .notice-box p br {
        display: none;
    }
    .notice-box em {
        text-align: center;
        padding: 0 0 7px 0;
    }
}

.no-data				{
		padding:30px;
		text-align:center;
}
/* ==========================================================================
   셀렉트 박스 공통
   ========================================================================== */

.type-sel {
    width: 100%;
    height: auto;
    max-width: 200px;
    padding: 8px 30px 8px 5px;
    background: #fff url("../../images/resource/bg-select.png") no-repeat right center;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
    font-size: 15px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #999;
}


/* ==========================================================================
   게시판 공통 서치
   ========================================================================== */

.search_formWrap											{background-color:#f8f8f8; position:relative; padding:20px; border:1px solid #eaeaea; margin-bottom:30px;}
.search_formWrap dl dt,
.search_formWrap dl dd									{display:inline-block; vertical-align:top; font-size:15px; }
.search_formWrap dl dd label							{vertical-align:middle; margin-right:10px;}
.search_formWrap dl dt									{width:100px; font-weight:600; position:relative; padding-left:15px; line-height:42px;}
.search_formWrap dl + dl									{margin-top:15px;}
.search_formWrap dl dt:before							{content:''; width:5px; height:5px; display:block; background-color:#999; border-radius:5px; position:absolute; left:0; top:17px;}
.search_formWrap dl dd input[type=text]				{padding:5px;}
.search_formWrap .search_btn input[type=submit]	{background-color:#0054a6; color:#fff; border:none; border-radius:2px; display:inline-block; padding:10px 20px;}
.search_formWrap .mark									{color:#0054a6; margin:5px 0 10px 0;}


.top-util {
    display: inline-block;
    width: 100%;
    margin: 0 0 13px 0;
}

.top-util .total-num {
    float: left;
    font-size: 15px;
    line-height: 40px;
    color: #666;
}

.top-util .total-num em {
    color: #eb7203;
    font-weight: normal;
}

.top-util .search-box {text-align: right;}

.top-util .search-sel,
.top-util .search-inp,
.top-util .search-btn {
    display: inline-block;
}

.top-util .search-sel {
}
.top-util .search-sel .nice-select {
    width: auto;
    height: 40px;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    line-height: 38px;
    padding: 5px;
}

.top-util .search-inp {
    padding: 0 3px;
}

.top-util .search-inp input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #d9d9d9;
    text-indent: 10px;
    min-width: 300px;
}

.top-util .search-btn {
}
.top-util .search-btn input[type=submit],
.top-util .search-btn button {
    background: #4c4c4c;
    min-width: 75px;
    height: 40px;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    cursor:pointer;
}
.top-util.mySearch .search-box{
	text-align:right;
}
.top-util.mySearch .search-sel{
	width:auto;
	display:inline-block;
}
.top-util.mySearch .search-btn{
	width: auto;
	display: inline-block;
}
@media all and (max-width: 639px) {
    .top-util .total-num {
        float: none;
        width: 100%;
        margin: 0 0 5px 0;
		display:none;
    }
    .top-util .search-box {
        float: none;
        width: 100%;
    }
	.top-util .search-inp input{
		min-width:auto;
	}
    .top-util .search-box .search-sel,
    .top-util .search-box .search-inp	{
		margin-bottom:5px;
	}
}


/* ==========================================================================
   게시판 공통 카테고리
   ========================================================================== */

.top-tab .row {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #004a98;
}

.top-tab .row a {
    float: left;
    padding: 13px 27px;
    margin: 0 0 0 0;
    background: #f7f7f7;
    border: 1px solid #cfcfcf;
    border-bottom: 0px;
    text-align: center;
	position:relative;
	box-sizing: border-box;
}
.top-tab .row a + a{
    border-left: 0px;
}
.top-tab .row a.on {
    position: relative;
    background: #fff;
    border-color: #004a98;
    color: #004a98;
    border-left: 1px solid #004a98;
}

.top-tab .row a.on:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #fff;
}
.top-tab.dep2 .row a + a{
	border-right:0;
	background:#f7f7f7 url(../../images/resource/cate2depline.png) no-repeat right center;
}
.top-tab.dep2 .row .dep-on{
	background:#f7f7f7 url(../../images/resource/cate2dep.png) no-repeat right center;
	color:#0060a6;
}
.top-tab.dep2 .row a:last-child{
	border-right:1px solid #cfcfcf;
	background:#f7f7f7 url();
	font-size:15px;
}

@media all and (max-width: 620px) {
    .top-tab .row {
        border: 0px;
        border-left: 1px solid #cfcfcf;
		border-right: 1px solid #cfcfcf;
        border-top: 1px solid #cfcfcf;
		box-sizing: border-box;
    }
    .top-tab .row a {
        width: 100%;
        margin: 0px;
        border: 0px;
        
        border-bottom: 1px solid #cfcfcf;
    }
    .top-tab .row a.on {
        border: 0px;
        background: #004a98;
        color: #fff;
    }
	.top-tab.dep2 .row a:last-child {
		border-right: 0;
	}
	.top-tab.dep2 .row a + a {
		background: none;
	}
}


/* ==========================================================================
   게시판 공통 히스토리
   ========================================================================== */

.top-history .row {
    display: inline-block;
    width: 100%;
}

.top-history ul {
    position: relative;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #033a69;
    border-bottom: 1px solid #d6d6d6;
}

.top-history ul:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 30px;
    width: 1px;
    height: 13px;
    background: #d6d6d6;
}

.top-history li {
    position: relative;
    float: left;
    width: 16.666%;
}

.top-history li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 30px;
    width: 1px;
    height: 13px;
    background: #d6d6d6;
}

.top-history li.on:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    height: 2px;
    background: #0178dd;
}

.top-history li a {
    position: relative;
    padding: 21px 0;
    font-size: 16px;
    text-align: center;
}

.top-history li.on a {
    color: #0178dd;
}

.top-history li.on a:after {
    content: "";
    position: absolute;
    left: 46%;
    bottom: -10px;
    z-index: 2;
    width: 18px;
    height: 20px;
    background: url("../../images/resource/icon-board-history.png") no-repeat center top;
}

.top-history .sub {
    display: inline-block;
    width: 100%;
    margin: 34px 0 33px 0;
}

.top-history .sub a {
    position: relative;
    float: left;
    padding: 0 15px;
}

.top-history .sub a:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 10px;
    width: 2px;
    height: 2px;
    background: #cfcfcf;
}

.top-history .sub a:last-child:after {
    display: none;
}

.top-history .sub a.on {
    color: #0178dd;
}

.top-history .noCategory {
    width: 100%;
    text-align: center;
    padding: 23px 0;
}

@media all and (max-width: 450px) {
    .top-history li {
        width: 33.333%;
    }
    .top-history li:before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -1px;
        z-index: 1;
        width: 100%;
        height: 1px;
        background: #d6d6d6;
    }
}

/* ==========================================================================
   게시판 공통 페이징
   ========================================================================== */

.board-paging {
    margin: 30px 0 0 0;
    text-align: center;
}

.board-paging .row {
    display: inline-block;
}

.board-paging a,
.board-paging .num {
    float: left;
}

.board-paging a {
    width: 32px;
    height: 32px;
    margin: 0 2px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 27px;
	box-sizing: border-box;
}

.board-paging a:hover,
.board-paging a.on {
    background: #004a98;
    border: 1px solid #004a98;
    color: #fff;
}

.board-paging a.arrow {
    text-indent: -9999px;
}

.board-paging a.first {
    width: 41px;
    background: url("../../images/resource/icon-board-first.png") no-repeat center center;
}

.board-paging a.last {
    width: 41px;
    background: url("../../images/resource/icon-board-last.png") no-repeat center center;
}

.board-paging a.prev {
    background: url("../../images/resource/icon-board-prev.png") no-repeat center center;
}

.board-paging a.next {
    background: url("../../images/resource/icon-board-next.png") no-repeat center center;
}

@media all and (max-width: 600px) {
    .board-paging .row {
        width: 100%;
    }
    .board-paging .num {
        width: 100%;
    }
    .board-paging a.arrow {
        width: 100%;
        margin: 5px 0;
    }
    .board-paging a {
        width: 19%;
        margin: 0.5%;
    }
}


/* ==========================================================================
   게시판 공통 버튼
   ========================================================================== */

.board-btn {
    margin: 30px 0 0 0;
}

.board-btn.right {
    float: right;
    text-align: right;
}

.board-btn.center {
    text-align: center;
}

.board-btn.left {
    float: left;
    text-align: left;
}

.form-btn .button,
.board-btn.right .button,
.board .button{
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    line-height: 1.5;
	vertical-align:middle;
    cursor: pointer;
	background-color:#fff;
}
.form-btn .button.medium,
.board .button.medium{
	padding:10px 15px;
	font-size:14px;
}
.form-btn .button.large,
.board-btn.right .button,
.board .button.large{
	font-size: 16px;
	padding:10px 30px;
}
.board .button.large.homepage{
	border: 2px solid #0054a7;
    font-weight: 600;
    color: #0054a7;
    position:relative;
}
.board .button.large.homepage:after{
	content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
  	background: url(./../../images/contents/btn_blankB.png) no-repeat; 
  	margin:0 0 0 10px;
  	vertical-align:middle;
}
.form-btn .button.color01,
.board-btn.right .button.color01,
.board .button.color01{
	background-color: #0054a6;
	color:#fff;
}
.form-btn .button.color02,
.board-btn.right .button.color02,
.board .button.color02{
	background-color: #4c4c4c;
	color:#fff;
}
.form-btn .button.color03,
.board .button.color03{
	background-color: #79848b;
	color:#fff;
}
.board-btn-over {
    display: inline-block;
    width: 100%;
}

@media all and (max-width: 480px) {
    .board-btn .button-style1 {
        width: 100%;
    }
}

.board .board-link {
    margin: 0 0 20px 0;
    text-align: right;
}

.board .board-link .link-type {
    display: inline-block;
    background: url(../../images/resource/icon-link2.png) no-repeat right center;
    padding: 7px 60px 7px 10px;
    border: 1px solid #bbbbbb;
}

/* ==========================================================================
   게시판 PDF 뷰어
   ========================================================================== */

.pdf-view {
    display: inline-block;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 25px 30px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}

.pdf-view .title {
    float: left;
    padding: 7px 0 0 0;
}

.pdf-view .title p {
    padding: 0 0 0 35px;
    background: url("../../images/resource/icon-pdf-link.png") no-repeat left center;
}

.pdf-view .link {
    float: right;
}

.pdf-view .link a {
    display: inline-block;
    padding: 7px 30px 9px 47px;
    border: 1px solid #dddddd;
    background: #fff url("../../images/resource/btn-newsletter.png") no-repeat 15px center;
    font-size: 13px;
}


/* ==========================================================================
   폼 공통 요소
   ========================================================================== */

.form-notice {
    color: #ce9745;
}

.form-title {
    padding: 20px 10px;
    background: #00428e;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.form-title strong {
    display: block;
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: center;
}

/* ==========================================================================
   폼 공통 버튼
   ========================================================================== */

.form-btn {
    display: inline-block;
    width: 100%;
    margin: 40px 0 0 0;
}

.form-btn.center {
    text-align: center;
}

@media all and (max-width: 480px) {
    .form-btn .button-style1,
    .form-btn .button-style2 {
        width: 100%;
    }
    .form-btn .button-style2 {
        margin: 10px 0 0 0;
    }
}


/* ==========================================================================
   하단 배너
   ========================================================================== */

.bottom-banner {
    display: table;
    width: 100%;
}

.bottom-banner .list {
    display: table-cell;
    width: 33.333%;
    height: 175px;
    background: #f4f4f4;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}

.bottom-banner .list.space {
    width: 1%;
    background: transparent;
    border: 0;
}

.bottom-banner .list.banner1 {
    background: #f4f4f4 url("../../images/resource/icon-form-banner1.png") no-repeat 30px center;
}

.bottom-banner .list.banner2 {
    background: #f4f4f4 url("../../images/resource/icon-form-banner2.png") no-repeat 30px center;
}

.bottom-banner .list.banner3 {
    background: #f4f4f4 url("../../images/resource/icon-form-banner3.png") no-repeat 30px center;
}

.bottom-banner .list a {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 2px 30px 2px 10px;
    background: #1f9bde url(../../images/resource/icon-board-link.png) no-repeat right center;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
}

.bottom-banner .row {
    padding: 0 0 0 190px;
}

.bottom-banner .row strong {
    display: block;
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #333;
}

.bottom-banner .row p {
    
}


/* ==========================================================================
   리스트형 게시판
   ========================================================================== */

.type-list.list {
    border-top: 1px solid #949494;
}

.type-list.list .row {
    display: table;
    width: 100%;
    padding: 30px 38px 36px 38px;
    border-bottom: 1px solid #dedede;
}

.type-list.list .row.space {
    padding: 30px 38px 17px 38px;
}

.type-list.list.grey {
    background: #f7f7f7;
}

.type-list.list .row.cts {
    border: 0px;
}

.type-list.list .row.jiwon {
    padding: 30px 38px 10px 38px;
    border: 0px;
}

.type-list.list .thumb,
.type-list.list .con {
    display: table-cell;
    vertical-align: top;
}

.type-list.list .thumb {
    padding: 0 30px 0 0;
    width: 260px;
}

.type-list.list .thumb img {
    width: 100%;
}

.type-list.list .title {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #ccc;
}

.type-list.list .title.space {
    padding: 0 0 10px 0;
    border: 0px;
}

.type-list.list .title>p {
    display: table-cell;
    vertical-align: middle;
}

.type-list.list .title .num {
    width: 45px;
   
    font-size: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.type-list.list .title .progress {
    width: 153px;
}

.type-list.list .title .progress span {
    display: inline-block;
    padding: 5px 10px;
    min-width: 130px;
    border-radius: 100px;
    
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.type-list.list .title .progress.color1 span {
    background: #04b9c2;
}

.type-list.list .title .progress.color2 span {
    background: #ac947a;
}

.type-list.list .title .progress.color3 span {
    background: #eb7203;
}

.type-list.list .title .progress.color4 span {
    background: #0080d9;
}

.type-list.list .work {
    padding: 20px 0 20px 0;
    border-bottom: 1px dashed #ccc;
}

.type-list.list .work p {
    font-size: 18px;
    color: #000;
}

.type-list.list .progress {
    width: 145px;
}

.type-list.list .progress span {
    display: inline-block;
    padding: 5px 20px;
    min-width: 130px;
    border-radius: 100px;
    
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
}

.type-list.list .progress.space {
    width: auto;
    padding: 0 0 19px 0;
    border-bottom: 1px dashed #ccc;
}

.type-list.list .progress.color1 span {
    background: #eb7203;
}

.type-list.list .progress.color2 span {
    background: #04b9c2;
}

.type-list.list .progress.color3 span {
    background: #ac947a;
}

.type-list.list .progress span.item {
    margin: 0 0 0 10px;
    background: #f1f1f1;
    border: 1px solid #dedede;
    color: #666;
}

.type-list.list .title .subject {
    position: relative;
    padding: 0 40px 0 0;
    text-align: justify;
}

.type-list.list .title .subject .file {
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 18px;
    height: 18px;
    background: url("../../images/resource/icon-board-file.png") no-repeat center center;
    text-indent: -9999px;
}

.type-list.list .title .subject .file.secret {
    background: url("../../images/resource/icon-board-secret.png") no-repeat center center;
}

.type-list.list .title .subject .util {
    display: block;
    position: absolute;
    right: 0px;
    top: 8px;
    border-left: 1px solid #d8d8d8;
}

.type-list.list .title .subject .util a {
    float: left;
    width: 33px;
    height: 33px;
    border: 1px solid #d8d8d8;
    border-left: 0px;
}

.type-list.list .title .subject .util .check {
    background: url("../../images/resource/icon-check.png") no-repeat center center;
    text-indent: -9999px;
}

.type-list.list .title .subject .util .retouch {
    background: url("../../images/resource/icon-modify.png") no-repeat center center;
    text-indent: -9999px;
}

.type-list.list .title .subject .util .del {
    background: url("../../images/resource/icon-del.png") no-repeat center center;
    text-indent: -9999px;
}

.type-list.list .title .subject .modify {
    display: block;
    position: absolute;
    right: 0px;
    top: 13%;
    width: 35px;
    height: 35px;
    background: url("../../images/resource/icon-board-modify.png") no-repeat center center;
    border: 1px solid #d8d8d8;
    text-indent: -9999px;
}

.type-list.list .title .subject strong {
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 23px;
    
    font-weight: normal;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.type-list.list .info {
    display: inline-block;
    width: 100%;
    padding: 15px 0 0 0;
}

.type-list.list .info p {
    position: relative;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    font-size: 15px;
    color: #666;
}

.type-list.list .info p:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    width: 1px;
    height: 14px;
    background: #b2b2b2;
}

.type-list.list .info p:last-child:after {
    display: none;
}

.type-list.list .info p em {
    padding: 0 15px;
    color: #333;
}

.type-list.list .info.space {
    padding: 10px 0 0 0;
}

.type-list.list .state {
    display: inline-block;
    width: 100%;
    padding: 15px 0 8px 0;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: right;
}

.type-list.list .state .line {
    display: inline-block;
}

.type-list.list .state p {
    position: relative;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    font-size: 16px;
    color: #333;
}

.type-list.list .state p:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    width: 1px;
    height: 14px;
    background: #b2b2b2;
}

.type-list.list .state p:last-child:after {
    display: none;
}

.type-list.list .state p em {
    padding: 0 15px;
    
    color: #0178dd;
}

.type-list.view .row {
    border-top: 1px solid #353e4d;
}

@media all and (max-width: 940px) {
    .type-list.list .row {
        padding: 20px 0;
    }
}

@media all and (max-width: 600px) {
    .type-list.list .info>p {
        float: none;
        width: 100%;
    }
    .type-list.list .info>p:after {
        display: none;
    }
    .type-list.list .state p {
        float: none;
        width: 100%;
    }
    .type-list.list .state p:after {
        display: none;
    }
    .type-list.list .title .progress {
        display: none;
    }
    .type-list.list .title .num,
    .type-list.list .title .subject strong {
        font-size: 18px;
    }
    .type-list.list .title .num {
        width: 30px;
    }
    .type-list.list .title .subject .file {
        top: 23%;
    }
    .type-list.list .thumb,
    .type-list.list .con {
        display: block;
    }
    .type-list.list .thumb {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 0px;
    }
    .type-list.list .con {
        padding: 0 20px;
    }
    .type-list.list .title {
        padding: 20px 0;
    }
    .type-list.list .title.space {
        padding: 20px 0;
    }
    .type-list.list .title .subject {
        padding: 0;
    }
}

@media all and (max-width: 460px) {
    .type-list.list .progress span.item {
        margin: 10px 0 0 0;
    }
}


/* ==========================================================================
   게시판 공통 뷰
   ========================================================================== */

.type-list.view .row {
    width: 100%;
	overflow:hidden;
}

.type-list.view .apply.thumb,
.type-list.view .apply.title {
    display: table-cell;
    vertical-align: top;
}

.type-list.view .apply.thumb {
    width: 295px;
    padding: 30px 0 30px 35px;
    background: #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
}

.type-list.view .title {
    padding: 20px 30px 17px 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
}

.type-list.view .title p {
    float: left;
}
.type-list.view .title p.study{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#00428e;
}
.type-list.view .title p.category{
	margin-right:10px;
	font-size:16px;
	color:#00428e;
}
.type-list.view .title .heading {
    display: inline-block;
    width: 100%;
}

.type-list.view .title .progress {
    display: inline-block;
    width: 30%;
    max-width: 130px;
    padding: 5px 10px;
    border-radius: 100px;
    
    font-size: 15px;
    text-align: center;
    color: #fff;
	margin-right:20px;
}

.type-list.view .title .progress.space {
    margin: 5px 0 0 0;
}

.type-list.view .title .progress.color1 {
    background: #04b9c2;
}

.type-list.view .title .progress.color2 {
    background: #ac947a;
}

.type-list.view .title .progress.color3 {
    background: #eb7203;
}

.type-list.view .title .num {
    font-size: 23px;
}

.type-list.view .title .subject {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 23px;
    line-height: 1.5;
    color: #000;
}
.type-list.view.study .title .subject{
	text-align:center;
	width:100%;
}
.type-list.view.study .title .subject strong{
	font-size:30px;
	font-style: italic;
}
.type-list.view.study .title .subject .name{
	display:block;
	font-size:20px;
}
.type-list.view.study .user-article .user-study{
	border-top:1px solid #ddd;
	margin-top:55px;
	padding:30px 20px 0;
}
.type-list.view.study .user-article .user-study p{
	font-size:20px;
}
.type-list.view.study .title .subject .team{
	display:block;
	font-size:16px;
}
.type-list.view .title .subject strong {
    font-weight: normal;
    font-size: 20px;
}
.type-list.view.study .user-article .user-study span + span{
	display:inline-block; 
	padding-left:10px; 
	margin-left:10px;
	border-left:1px solid #ddd;
}
.type-list.view.study .user-article .user-study .e-main a{
	display: inline-block;
	width: 22px;
	height: 14px;
	text-indent: -9999px;
	background: url(../../images/resource/icon-email.png) no-repeat center center;
	vertical-align:middle;
}
.type-list.view .title .subject.space {
    padding: 0;
}

.type-list.view .title .subject.space2 {
    margin: 2px 0 0 0;
    padding: 0 0 0 10px;
}

.type-list.view .title .subject .state {
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 12px 0 0;
    min-width: 130px;
    border-radius: 100px;
    
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.type-list.view .title .subject .state.ing {
    background: #04b9c2;
}

.type-list.view .title .info {
    display: inline-block;
    width: 100%;
    margin: 6px 0 0 0;
   
    color: #666;
}

.type-list.view .title .info.line {
    margin: 20px 0 0 0;
    padding: 9px 0 0 0;
    border-top: 1px dashed #ccc;
}

.type-list.view .title .info p {
    position: relative;
    padding: 0 25px 0 0;
}

.type-list.view .title .info p:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 8px;
    width: 1px;
    height: 10px;
    background: #d7d7d7;
}

.type-list.view .title .info p:last-child:after {
    display: none;
}

.type-list.view .summary {
    position: relative;
    padding: 100px 35px 75px 35px;
    background: #f5f5f5;
    color: #444;
}

.type-list.view .summary .go-list {
    position: absolute;
    right: 30px;
    top: 27px;
}

.type-list.view .summary button {
    padding: 7px 10px 7px 35px;
    background: #fff url("../../images/resource/list-cts-apply.png") no-repeat 10px center;
    border: 1px solid #bbb;
    font-size: 15px;
    color: #555;
}

.type-list.view .information {
    padding: 25px 35px;
    border-bottom: 1px solid #949494;
}

.type-list.view .information strong {
    padding: 0 0 15px 0;
    font-size: 18px;
    
    font-weight: normal;
    color: #0178dd;
}

.type-list.view .information p {
    padding: 0 0 30px 0;
}

.type-list.view .information p.t-center {
    padding: 0;
    text-align: center;
}

.type-list.view .term,
.type-list.view .apply {
    display: table;
    width: 100%;
}
.type-list.view .term50per .term,
.type-list.view .term50per .apply {
	width: 50%;
	float:left;
}
.type-list.view .term .heading,
.type-list.view .term .date,
.type-list.view .apply .heading,
.type-list.view .apply .button {
    display: table-cell;
    vertical-align: middle;
}

.type-list.view .term .heading,
.type-list.view .apply .heading {
    width: 180px;
    height: 54px;
    background: #f9f9f9;
    border-right: 1px solid #e8e8e9;
    border-bottom: 1px solid #e8e8e9;
    font-size: 16px;
    text-align: center;
    color: #222;
}

.type-list.view .apply .heading2 {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
}

.type-list.view .apply .heading.site {
    border-left: 1px solid #e8e8e9;
}

.type-list.view .term .date,
.type-list.view .apply .button {
    border-bottom: 1px solid #e8e8e9;
    padding: 0 0 0 15px;
}

.type-list.view .apply .button.space {
    width: 30%;
}

.type-list.view .apply .button a {
    display: inline-block;
    min-width: 114px;
    padding: 5px 0;
    background: #004a8f;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.type-list.view .apply .button a.link {
    padding: 5px 40px 5px 24px;
    background: #004a8f url("../../images/resource/btn-board-link.png") no-repeat right center;
}

.type-list.view .user-article {
    padding: 30px 25px 40px 30px;
    font-size: 15px;
    line-height: 1.4;
    color: #555;
}
.type-list.view .user-article.row2line .text{
	padding:10px 20px;
	min-height: 100px;
}
.type-list.view .user-article.row2line .text + .text{
	border-top: 1px dashed #ccc;
	margin-top:20px;
	border-bottom: 1px solid #cccccc;
}
.type-list.view .user-article.eventView{
	overflow:hidden;
}
.type-list.view .user-article.eventView .eventThum{
	width:400px;
	float:left;
	margin-right:50px;
}
.type-list.view .user-article.eventView .text{
	float:left;
	width:calc(100% - 450px)
}
.type-list.view .user-article .images {
    margin: 0 0 20px 0;
}

.type-list.view .user-article img {
    width: 100%;
	max-width:100%;
	height:auto !important;
}

.type-list.view .slider {
    position: relative;
    padding: 30px 0 50px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.type-list.view .slider ul {
    display: inline-block;
    width: 100%;
    padding: 0 60px;
}

.type-list.view .slider li {
    float: left;
    width: 20%;
    padding: 0 3px;
}

.type-list.view .slider .subject {
    padding: 10px 0 0 0;
}

.type-list.view .slider .like {
    padding: 0 0 0 25px;
    background: url("../../images/resource/icon-cts-video.png") no-repeat left center;
}

.type-list.view .slider img {
    width: 100%;
}

.type-list.view .controler {
    position: absolute;
    left: 0px;
    top: 27%;
    width: 100%;
    height: 0px;
}

.type-list.view .controler button {
    width: 33px;
    height: 33px;
    text-indent: -9999px;
}

.type-list.view .controler .prev {
    float: left;
    background: url("../../images/resource/arrow-cts-movie-prev.png") no-repeat center center;
}

.type-list.view .controler .next {
    float: right;
    background: url("../../images/resource/arrow-cts-movie-next.png") no-repeat center center;
}

.type-list.view .img {
    display: block;
    padding: 40px 0 20px 0;
    text-align: center;
}

.type-list.view .img img {
    width: 100%;
    max-width: 880px;
}

.type-list.view .file {
    padding: 30px 30px 22px 30px;
    border-top: 1px solid #dcdcdc;
}

.type-list.view .file .line {
    display: inline-block;
    width: 100%;
}

.type-list.view .file .text,
.type-list.view .file .link {
    float: left;
}

.type-list.view .file .text {
    padding: 0 0 0 25px;
    background: url("../../images/resource/icon-board-clip.png") no-repeat left center;
   
    line-height: 1.5;
    color: #666;
    font-size: 14px;
}

.type-list.view .file .link {
    margin: 0 0 0 10px;
    padding: 4px 35px 2px 10px;
    background: #1f9bde url("../../images/resource/icon-board-link.png") no-repeat 60px center;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
}

.u-file a.link:focus{outline:1px dashed #666;}

.type-list.view .more {
    border-top: 1px solid #353e4d;
    border-bottom: 1px solid #353e4d;
}

.type-list.view .more .line {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}

.type-list.view .more .line:last-child {
    border-bottom: 0px;
}

.type-list.view .more .prev,
.type-list.view .more .next,
.type-list.view .more .subject {
    display: table-cell;
    vertical-align: middle;
}

.type-list.view .more .prev,
.type-list.view .more .next {
    position: relative;
    width: 120px;
    height: 44px;
    padding: 0 0 0 25px;
    background: #f6f6f6;
    color: #222;
}

.type-list.view .more .prev:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 19px;
    width: 7px;
    height: 5px;
    background: url("../../images/resource/arrow-board-more1.png") no-repeat center center;
}

.type-list.view .more .next:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 20px;
    width: 7px;
    height: 5px;
    background: url("../../images/resource/arrow-board-more2.png") no-repeat center center;
}

.type-list.view .more .subject {
    padding: 0 0 0 15px;
    color: #666;
}

.type-list.view .reply.view .row {
    position: relative;
    padding: 0 25px;
    border: 1px solid #cccccc;
    border-top: 2px solid #353e4d;
}

.type-list.view .reply.view .symbol {
    position: absolute;
    left: 25px;
    top: 2px;
    width: 55px;
    height: 60px;
    line-height: 60px;
    background: url("../../images/resource/bg-reply.png") no-repeat center top;
    text-align: center;
    color: #fff;
}

.type-list.view .reply.view .subject {
    padding: 15px 0 12px 80px;
}

.type-list.view .reply.view .subject strong {
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.type-list.view .reply.view .info {
    display: inline-block;
    width: 100%;
}

.type-list.view .reply.view .info p {
    position: relative;
    float: left;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
}

.type-list.view .reply.view .info p:after {
    display: none;
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1px;
    height: 10px;
    background: #d7d7d7;
}

.type-list.view .reply.view .desc {
    background: #f8f4f1;
    padding: 15px 20px;
}

.type-list.view .reply.view .button {
    padding: 24px 0;
    text-align: center;
}

.type-list.view .reply.view .btn-modify,
.type-list.view .reply.view .btn-del {
    display: inline-block;
    min-width: 105px;
    padding: 8px 13px 10px 13px;
    background: #636e86;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.type-list.view .reply.view .btn-modify {
    background: #004a98;
}

.type-list.view.webzine .reply {
    border: 1px solid #cccccc;
    border-top: 2px solid #353e4d;
}
.comment-form{
	background:url("../../images/resource/comment-iconw.png") no-repeat 20px 70px;
	padding:20px 20px 20px 100px;
	border-bottom:1px solid #999;
}
.comment-form .name{
	font-size:16px;
	margin-bottom:10px;
}
.comment-form textarea{
	width:calc(100% - 120px);
	vertical-align:middle;
	height:70px;
	padding:10px;
	box-sizing:border-box;
}
.comment-form .submit-button{
	display:inline-block;
	vertical-align:middle;
	padding:27px;
	color:#fff;
	background-color:#2bbdb9;
}
.type-list.reply{
	border-bottom:1px solid #ddd;
	margin-top:50px;
}
.type-list.reply .title{
	position:relative;
	padding: 10px 30px 17px 110px;
}
.type-list.reply .title .reply-heading{
	position:absolute;
	left:30px;
	top: 0px;
	width:57px;
	height:57px;
	background:#2bbdb9 url("../../images/resource/comment-titlebg.png") no-repeat center center;
	color:#fff;
	line-height:57px;
	text-align:center;
}
.type-list.reply .title .subject{
	font-size:18px;
}
.type-list.reply .title .info{
	margin:0;
}
.type-list.reply .user-article .text{
	background-color:#f1f8f8;
	padding:20px;
}
.type-list.comment{
	margin:50px 0;
}
.comment-list ul li{
	border-bottom:1px solid #ddd;
	padding:10px;
	margin-bottom:10px;
	position:relative;
	font-size:14px;
}
.comment-list ul li .subject{
	padding:10px;
}
.comment-list ul li .del		{
	background:url("../../images/resource/comment-del.png") no-repeat left center;
	width:15px; 
	height:15px;
	text-indent:-9999px;
	position:absolute;
	right:10px;
	top:10px;
}
.modifyS {right: 30px; position: absolute; top: 7px; font-size: 11px; font-weight: 600; color: #fff !important; background: #4852a2; padding: 2px 5px; border-radius: 5px; line-height: 20px;}
.comment-list ul li .info{
	padding-left:35px;
	background:url("../../images/resource/comment-icon.png") no-repeat 10px center;
}
.comment-list ul li .info p{
	display:inline-block;
	margin-right:10px;
	line-height:1;
}
.comment-list ul li .info p + p{
	border-left:1px solid #ddd;
	padding-left:10px;
}
.comment-list ul li .info .blue{
	color:#004a8f;
}
@media all and (max-width: 800px) {
    .type-list.view .apply.thumb,
    .type-list.view .apply.title {
        display: block;
    }
    .type-list.view .apply.thumb {
        width: 100%;
    }
    .type-list.view .apply.thumb img {
        width: 100%;
    }
	.type-list.view .term50per .term,
	.type-list.view .term50per .apply {
		width: 100%;
		float:left;
	}
	.type-list.view .title {
		padding: 20px 15px 17px 15px;
	}	
}

@media all and (max-width: 540px) {
	.type-list.reply .title .reply-heading{
		position:relative;
		left:0;
		top:-20px;
	}
    .type-list.view .term .heading,
    .type-list.view .term .date,
    .type-list.view .apply .heading,
    .type-list.view .apply .button {
        display: block;
        width: 100%;
    }
    .type-list.view .term .heading,
    .type-list.view .apply .heading {
        padding: 0 0 0 15px;
        border-right: 0px;
        line-height: 50px;
        text-align: left;
    }
    .type-list.view .term .date,
    .type-list.view .apply .button {
        padding: 20px 0 20px 15px;
		box-sizing: border-box;
    }
	.type-list.view .apply .button.space {width: 100%;}
    .type-list.view .title p {

    }
    .type-list.view .title .progress {
        display: block;
        width: 50%;
    }
    .type-list.view .title .subject {
        padding: 10px 0 0 0;
        width: 100%;
        font-size: 20px;
    }
    .type-list.view .user-article {
        padding: 30px 0;
    }
    .type-list.view .file {
        padding: 30px 0;
    }
    .type-list.view .file .text,
    .type-list.view .file .link {
        float: none;
    }
    .type-list.view .file .text {
        background-position: left 4px !important;
    }
    .type-list.view .file .link {
        display: inline-block;
        margin: 10px 0 10px 25px;
    }
    .type-list.view .more .prev,
    .type-list.view .more .next,
    .type-list.view .more .subject {
        display: block;
        width: 100%;
        height: auto;
        padding: 13px 20px;
        box-sizing: border-box;
    }
}


/* ==========================================================================
   뉴스형 게시판
   ========================================================================== */

.type-news.list {
    border-top: 2px solid #353e4d;
}

.type-news.list .row {
    display: table;
    width: 100%;
    padding: 40px 25px 35px 25px;
    border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}

.type-news.list .thumb,
.type-news.list .news {
    display: table-cell;
    vertical-align: top;
}

.type-news.list .thumb {
    width: 260px;
    padding: 0 35px 0 0;
}
.type-news.list .thumb img{
	width:100%;
}
.type-news.list .news {
    padding: 5px 0 0 0;
    vertical-align: top;
}

.type-news.list .news .subject.trash a:before {
    content: "TRASH";
    position: relative;
    top: -2px;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 5px;
    background: #636e86;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
.type-news.list .news .title ._artclNotice {
	color:#8a2626;
	font-size:16px;
	font-weight:600;
}
.type-news.list .news .subject.trash a strong {
    text-decoration: line-through;
    color: #9c9c9c;
}
.type-news.list .news .subject strong a .mark{
	color:#2e30a2;
}
.type-news.list .subject strong {
    line-height: 1.3;
    
    font-weight: normal;
    font-size: 23px;
    color: #000;
}

.type-news.list .desc {
    position: relative;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    font-size: 16px;
}

.type-news.list .trash .news .title .desc{
    text-decoration: line-through;
    color: #9c9c9c;
}
.type-news.list .trash .news .title .subject span{
	background-color:#a0acb5;
	border-radius:5px;
	font-size:14px;
	display:inline-block;
	color:#fff;
	padding:3px 10px;
	margin-right:10px;
	font-weight:normal;

}
.type-news.list .desc:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 1px;
    background: #ccc;
}

.type-news.list .date,
.type-news.list .writer,
.type-news.list .comment,
.type-news.list .file,
.type-news.list .view {
    float: left;
}

.type-news.list .info {
    display: inline-block;
    width: 100%;
    margin: 17px 0 0 0;
}

.type-news.list .info .view {
    padding-left:25px;
    background: url("../../images/resource/iccon-news-view.png") no-repeat left center;
}

.type-news.list .info .file {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../images/resource/icon-board-file.png) no-repeat center center;
    text-indent: -9999px;
}
.type-news.list .info .date {
    color: #666;
}

.type-news.list .info p {
    position: relative;
    padding: 0 13px 0 0;
    margin: 0 10px 0 0;
}

.type-news.list .info p:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 2px;
    width: 1px;
    height: 14px;
    background: #b2b2b2;
}

.type-news.list .info p:last-child:after {
    display: none;
}

@media all and (max-width: 890px) {
    .type-news.list .thumb,
    .type-news.list .news {
        display: block;
        width: 100%;
    }
    .type-news.list .thumb {
        text-align: center;
    }
    .type-news.list .thumb img {
        width: 100%;
        max-width: 300px;
    }
    .type-news.list .news {
        padding: 30px 0 0 0;
    }
}


/* ==========================================================================
   뉴스레터 게시판
   ========================================================================== */

.type-letter.list .now {
    border: 1px solid #eaeaea;
    background: #f8f4f1;
    padding: 30px;
}

.type-letter.list .now .row {
    display: table;
    width: 100%;
}

.type-letter.list .now .thumb,
.type-letter.list .now .desc {
    display: table-cell;
    vertical-align: top;
}

.type-letter.list .now .thumb {
    width: 230px;
}

.type-letter.list .now .thumb img {
    max-width: 130px;
    margin: 0 0 0 20px;
    border: 7px solid #fff;
}

.type-letter.list .now .desc {
    position: relative;
}

.type-letter.list .now .title h3 {
    margin: 0 0 16px 0;
    font-weight: normal;
    font-size: 24px;
    color: #222;
}

.type-letter.list .now .title h3.new:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    background: #eb7203 url(../../images/resource/icon-board-new.png) no-repeat center center;
    border-radius: 2px;
    text-indent: -9999px;
}

.type-letter.list .now .summary li {
    display: table;
    width: 100%;
}

.type-letter.list .now .summary strong,
.type-letter.list .now .summary p {
    display: table-cell;
    vertical-align: top;
    
}

.type-letter.list .now .summary strong {
    position: relative;
    padding: 0 0 0 17px;
    width: 125px;
    font-weight: normal;
    color: #004a98;
}

.type-letter.list .now .summary strong:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #959595;
    border-radius: 100%;
}

.type-letter.list .now .pdf {
    position: absolute;
    right: 0px;
    top: 0px;
}

.type-letter.list .now .pdf a {
    display: inline-block;
    padding: 7px 30px 9px 47px;
    border: 1px solid #004a98;
    background: #fff url("../../images/resource/btn-newsletter.png") no-repeat 15px center;
    font-size: 13px;
}

.type-letter.list .past .title {
    padding: 13px 0 13px 30px;
    background: url("../../images/resource/icon-past-letter.png") no-repeat left center;
    border-bottom: 2px solid #353e4d;
    font-size: 19px;
    color: #2c2f35;
}

.type-letter.list .past .title h3 {
    font-weight: normal;
}

.type-letter.list .past .row {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #8b9099;
}

.type-letter.list .past .list {
    float: left;
    width: 50%;
    padding: 20px;
}

.type-letter.list .past .box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px 37px;
    border: 1px solid #e6e6e6;
}

.type-letter.list .past .admin {
    position: absolute;
    left: 33px;
    top: 15px;
}

.type-letter.list .past .info {
    float: left;
    padding: 10px 0 0 0;
}

.type-letter.list .past .thumb {
    float: right;
}

.type-letter.list .past .info h4 {
    font-weight: normal;
    font-size: 17px;
    color: #004a98;
}

.type-letter.list .past .info li {
    position: relative;
    padding: 0 0 0 10px;
    font-size: 14px;
    
}

.type-letter.list .past .info li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #9f9f9f;
}

.type-letter.list .past .info p {
    color: #999;
}

.type-letter.list .past .info a {
    display: inline-block;
    min-width: 160px;
    padding: 7px 0 9px 47px;
    border: 1px solid #ccc;
    font-size: 13px;
}

.type-letter.list .past .info a.pdf-down {
    margin: 10px 0 5px 0;
    background: #fff url("../../images/resource/btn-newsletter.png") no-repeat 15px center;
    color: #777;
}

.type-letter.list .past .info a.preview {
    background: #fff url("../../images/resource/icon-preview.png") no-repeat 15px center;
    color: #777;
}


/* ==========================================================================
   테이블형 게시판
   ========================================================================== */

.type-table table {
    border-top: 1px solid #353e4d;
}

.type-table .col-admin {
    width: 50px;
}

.type-table .col-no {
    width: 70px;
}

.type-table .col-subject {
    width: auto;
}

.type-table .col-date {
    width: 120px;
}

.type-table .col-writer {
    width: 120px;
}
.type-table .col-hit {
    width: 70px;
}
.type-table .col-file {
    width: 70px;
}
.type-table .col-comment{
	width:50px;
}

.type-table th {
    padding: 22px 0;
    background: #f9f9f9;
    border-bottom: 1px solid #dcdcdc;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.type-table td {
    padding: 22px 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
}
.type-table td .newList{
    display: inline-block;
    position: relative;
    top: 2px;
    width: 40px;
    height: 23px;
    margin: 0;
    background:url(../../images/resource/icon-board-newI.png) no-repeat;
    border-radius: 2px;
    text-indent: -9999px;
}
.type-table td.subject .mark-stand{
	display: inline-block;
	background: #b7e6ff;
	padding: 5px 10px;
	border-radius: 5px;
	color: #000;
	font-size: 13px;
}
.type-table td.subject .mark-answer{
	display: inline-block;
	background: #0054a7;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
}
.type-table td.work-list {
	text-align:left;
	padding:20px;
	background-color:#f8f8f8;
}

.type-table td a.icon-emal {
	display:inline-block; 
	width:22px;
	height:14px;
	text-indent:-9999px;
    background: url(../../images/resource/icon-email.png) no-repeat center center;
}

.type-table td.work-list ul li{
	position:relative;
	padding-left:15px !important;
	line-height:1.8;
}
.type-table td.work-list ul li:before{
	content:'';
	width:5px;
	height:1px;
	background-color:#000;
	position:absolute;
	left:0;
	top:10px;
	display:block;
}
.type-table td.no span.notice {
    display: inline-block;
    padding: 0 7px;
    background: #94c1ff;
    border: 1px solid #85b2f6;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.type-table td.subject {
    font-size: 16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
  }

.type-table td.subject.notice a {
    color: #004a98;
  display:block; 
  white-space:nowrap;
  text-overflow:ellipsis;
  width:100%;
  overflow:hidden;
  max-width:600px;
}
.type-table td.subject.notice a:hover {
	text-decoration:underline;
}
.type-table td.subject a {
    display: inline;
}

.type-table td.subject a strong {
    font-weight: normal;
}

.type-table td.subject.new {
    position: relative;
}

.type-table td.subject.new:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    background: #eb7203 url("../../images/resource/icon-board-new.png") no-repeat center center;
    border-radius: 2px;
    text-indent: -9999px;
}
.type-table .subject .mark{
	display:inline-block;
	margin-right:10px;
	background-color:#fdfdfd;
	color:#004a98;
}
.type-table .trash td.subject a {
    text-decoration: line-through;
    color: #9c9c9c;
}

.type-table .trash td.subject a:before {
    content: "TRASH";
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 5px;
    background: #636e86;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

.type-table td.date {
    color: #919191;
    /*color: #9c9c9c;*/
}

.type-table td.file {
    position: relative;
}

.type-table td.writer {
    color: #666;
   
}

.type-table td .icon-file {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../images/resource/icon-board-file.png) no-repeat center center;
    text-indent: -9999px;
}

.type-table td.align-l {
    text-align: left;
}

@media all and (max-width: 840px) {
    .type-table .col-writer,
    .type-table .writer,
    .type-table .col-file,
    .type-table.list .file {
        display: none;
    }
}

@media all and (max-width: 639px) {
    .type-table .col-no,
    .type-table .no {
        display: none;
    }
    .type-table.list table{
		min-width:auto !important;
	}
}

@media all and (max-width: 639px) {
	.type-table thead{
		display:none;
	}
    .type-table .col-hit,
    .type-table .hit,
    .type-table .col-comment,
    .type-table .comment	{
		display:none;
	}
    .type-table .col-date,
    .type-table .date {
        display: table-cell;
		width:90px;
		font-size:15px;
		letter-spacing:-1px;
    }
	.type-table td.subject {
		position: relative;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.type-table td.subject a{
		width: calc(100% - 30px);
		display: inline-block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		vertical-align: middle;
	}
}


/* ==========================================================================
   앨범형 게시판
   ========================================================================== */

.type-album.list {
    border-top: 1px solid #033a69;
    border-bottom: 1px solid #8b9099;
}

.type-album.list .row {
    display: inline-block;
    width: 100%;
    padding: 40px 0 0 0;
}

.type-album.list .line {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 0 40px 0;
}

.type-album.list.bro .line {
    width: 20%;
}

.type-album.list .admin {
    position: absolute;
    left: 10px;
    top: -26px;
    z-index: 10;
}

.type-album.list.bro .admin {
    left: 24px;
    top: 4px;
}

.type-album.list .con {
    padding: 0 15px;
}
.type-album.list .con.trash{
    text-decoration: line-through;
	position:relative;
}
.type-album.list .con.trash:before{
	content: "TRASH";
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 5px;
    background: #636e86;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
	position:absolute;
	top:0;
	z-index:9
}
.type-album.list .con.trash .thumb img{
	opacity:0.5;
}
.type-album.list.bro .con {
    padding: 0 17px;
}

.type-album.list .thumb {
    position: relative;
    text-align: center;
    height: 200px;
    margin-bottom: 15px;
}

.type-album.list .thumb img {
    width: 100%;
    height: 100%;
}

.type-album.list .thumb .play {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../../images/resource/icon-play.png") no-repeat center center;
    text-indent: -9999px;
}

.type-album.list .subject {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.type-album.list .subject a{
	color: #2f2f2f;
	font-weight:600;
}
.type-album.list.bro .subject {
    text-align: center;
    color: #777;
}

.type-album.list.bro .subject strong {
    font-weight: normal;
}

.type-album.list .info {
    display: inline-block;
    width: 100%;
}

.type-album.list .subject.new:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    background: #eb7203 url(../../images/resource/icon-board-new.png) no-repeat center center;
    border-radius: 2px;
    text-indent: -9999px;
}

.type-album.list .school,
.type-album.list .name {
    float: left;
    font-size: 14px;
}

.type-album.list .progress,
.type-album.list .date {
    float: left;
    font-size: 14px;
}

.type-album.list .progress {
    position: relative;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
}

.type-album.list .progress:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 7px;
    width: 1px;
    height: 11px;
    background: #c3c3c3;
}

.type-album.list .progress span {
    padding: 1px 15px 2px 15px;
    border-radius: 50px;
    font-size: 13px;
    color: #fff;
}

.type-album.list .progress.ing span {
    background: #eb7203;
}

.type-album.list .progress.end span {
    background: #ac947a;
}

.type-album.list .school {
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    color: #666;
}

.type-album.list .school:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 6px;
    width: 1px;
    height: 11px;
    background: #c3c3c3;
}

@media all and (max-width: 780px) {
    .type-album.list .line,
    .type-album.list.bro .line {
        width: 50%;
    }
}

@media all and (max-width: 450px) {
    .type-album.list .line,
    .type-album.list.bro .line {
        width: 100%;
    }
    .type-album.list .con {
        padding: 0px;
    }
	.type-album.list .thumb{
		height:auto;
	}
}


/* ==========================================================================
   FAQ 게시판
   ========================================================================== */

.type-faq.list .row {
    border-top: 2px solid #353e4d;
}

.type-faq.list .q,
.type-faq.list .a {
    position: relative;
}

.type-faq.list .q {
    border-bottom: 1px solid #ccc;
    color: #333;
}

.type-faq.list .q:after {
    content: "Q";
    position: absolute;
    left: 20px;
    top: 21px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: #636e86;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

.type-faq.list .q button {
    width: 100%;
    padding: 23px 70px 23px 70px;
    font-size: 16px;
    
    text-align: left;
}
.type-faq.list .q .faq-more{
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 5px;
    background: #636e86;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 15px;
    z-index: 9;
	right:10px;
}
.type-faq.list .q button strong {
    font-weight: normal;
}

.type-faq.list .a {
    overflow: hidden;
    max-height: 0px;
    padding: 0 30px 0 70px;
    transition: all 0s ease;
}

.type-faq.list .a:after {
    content: "A";
    position: absolute;
    left: 20px;
    top: 14px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: #d6b68f;
    border-radius: 100%;
    text-align: center;
    color: #1e1e1e;
}

.type-faq.list .line {
    position: relative;
}

.type-faq.list .line:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 33px;
    width: 21px;
    height: 11px;
    background: url("../../images/resource/arrow-faq2.png") no-repeat left top;
}

.type-faq.list .line.on:after {
    background: url("../../images/resource/arrow-faq1.png") no-repeat left top;
}

.type-faq.list .line.on {
    background: #f8f4f1;
    border-bottom: 1px solid #353e4d;
}

.type-faq.list .line.on .q {
    border: 0px;
}

.type-faq.list .line.on .a {
    max-height: 800px;
    padding: 15px 30px 25px 70px;
    transition: all 0.45s cubic-bezier(0.7, 0, 0.3, 1);
    
    color: #777;
}


/* ==========================================================================
   페이지 만족도
   ========================================================================== */

.poll .row {
    padding: 10px 0 12px 0;
    background: #f8f4f1;
}

.poll .box {
    display: table;
    margin: 0 auto;
}

.poll .title,
.poll .radio,
.poll .button {
    display: table-cell;
    vertical-align: middle;
}

.poll .title h3 {
    margin: 4px 30px 0 0;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}


/* ==========================================================================
   폼 관련
   ========================================================================== */

.apply.tab {
    display: inline-block;
    width: 100%;
}

.apply.tab a {
    float: left;
    width: 50%;
    height: 60px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #949494;
   
    font-size: 20px;
    line-height: 58px;
    text-align: center;
}

.apply.tab a.on {
    background: #00428e;
    border-color: #00428e;
    color: #fff;
}

.apply.form .row {
    border-top: 1px solid #dcdcdc;
}

.apply.form .guide {
    padding: 20px;
    border: 1px solid #d1d1d1;
}

.apply.form .line {
    display: table;
    width: 100%;
}

.apply.form .line .title,
.apply.form .line .desc {
    display: table-cell;
    vertical-align: middle;
}

.apply.form .line .title.top {
    vertical-align: top;
}

.apply.form .line .title {
    width: 180px;
    padding: 20px 17px;
    background: #f5f5f5;
    border-bottom: 1px solid #dcdcdc;
   
    font-size: 15px;
    color: #333;
}

.apply.form .line .title.width {
    width: 200px;
}

.apply.form .line .title strong.must {
    position: relative;
}

.apply.form .line .title strong.must:after {
    content: "필수입력";
    position: absolute;
    right: -10px;
    top: 10px;
    width: 5px;
    height: 5px;
  	text-indent:-9999px;
	font-size:0;
    background: url("../../images/resource/icon-must.png") no-repeat left top;
}

.apply.form .desc {
    position: relative;
    padding: 12px 17px;
    border-bottom: 1px solid #dcdcdc;
    color: #666;
}

.apply.form .desc strong {
    display: block;
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #00428e;
}

.apply.form .desc .over {
    display: inline-block;
    width: 100%;
}

.apply.form .desc.space {
    width: 35%;
}

.apply.form .desc .counter {
    float: right;
    margin: 0 0 10px 0;
}

.apply.form .desc .counter span {
    color: #ac0000;
}

.apply.form .desc .close-desc {
    position: absolute;
    right: 10px;
    top: 10px;
}

.apply.form .desc .doc {
    float: left;
    padding: 0 0 0 25px;
    margin: 0 20px 0 0;
    background: url("../../images/resource/icon-form-doc.png") no-repeat left center;
}

.apply.form .desc .close-desc button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #333;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.apply.form .line .info li {
    position: relative;
    padding: 0 0 0 15px;
}

.apply.form .line .info li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background: #a0a0a0;
}

.apply.form .box-radio {
    display: inline-block;
    width: 100%;
    margin: 9px 0 0 0;
}

.apply.form .box-radio.space {
    margin: 0 0 15px 0;
}

.apply.form .box-radio.fl {
    display: block;
    float: left;
    width: auto;
    margin: 6px 0 0 0;
}

.apply.form .list-radio {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
}

.apply.form .list-radio.no-float {
    float: none;
    margin: 5px 0;
}

.apply.form .list-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.apply.form .list-radio .radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 1px solid #b7b7b7;
}

.apply.form .list-radio input:checked~.radiobtn:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    background: #00428e;
    border-radius: 100%;
}

.apply.form .list-radio.space {
    margin-right: 20px;
}

.apply.form .list-radio label {
    padding: 0 0 0 25px;
	vertical-align:middle;
}

.apply.form .box-check {
    display: inline-block;
    width: 100%;
}

.apply.form .box-check.fl {
    width: auto;
    float: left;
}

.apply.form .box-check.space {
    width: 230px;
    margin: 7px 0 0 0;
}

.apply.form .box-check.space2 {
    margin: 7px 0 0 0;
}

.apply.form .box-check.space3 {
    width: auto;
    margin: 7px 0 0 0;
}

.apply.form .box-check.slice {
    float: left;
    width: 33.333%;
    margin: 10px 0;
}

.apply.form .list-check {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
}

.apply.form .list-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.apply.form .list-check .checkbtn {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #b7b7b7;
}

.apply.form .list-check input:checked~.checkbtn:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background: #00428e;
}

.apply.form .list-check label {
    padding: 0 0 0 25px;
}

.apply.form .list-check.space label {
    padding: 0;
}

.apply.form .list-check.space2 {
    position: relative;
    top: -18px;
}

.apply.form .box-input {
    display: inline-block;
}

.apply.form .box-input.block {
    width: 100%;
}

.apply.form .box-input.space {
    margin: 15px 0 10px 0;
}

.apply.form .box-input.fl {
    float: left;
}

.apply.form .box-input input {
    height: 40px;
    padding: 0 0 0 10px;
    border: 1px solid #c8c8c8;
    line-height: 40px;
    font-size: 15px;
    
    color: #666;
}

.apply.form .box-input input.w1 {
    width: 325px;
}

.apply.form .box-input input.w2 {
    width: 175px;
}

.apply.form .box-input input.w3 {
    width: 100%;
}

.apply.form .box-input input.w4 {
    width: 260px;
}

.apply.form .box-input input.w5 {
    width: 200px;
}

.apply.form .box-input input.w6 {
    width: 100%;
}

.apply.form .box-input input.w7 {
    width: 70px;
}

.apply.form .box-input input.w100 {
    width: 100px;
}

.apply.form .box-input input.w200 {
    width: 200px;
}

.apply.form .box-input input.w300 {
    width: 300px;
}

.apply.form .box-input input.w400 {
    width: 400px;
}

.apply.form .box-input input.w500 {
    width: 500px;
}

.apply.form .box-input input.w600 {
    width: 600px;
}

.apply.form .box-input input.w700 {
    width: 700px;
}

.apply.form .box-input input.w800 {
    width: 800px;
}

.apply.form .box-input input.w900 {
    width: 900px;
}

.apply.form .box-input input.w1000 {
    width: 1000px;
}

.apply.form .box-input input.w10per {
    width: 10%;
}

.apply.form .box-input input.w20per {
    width: 20%;
}

.apply.form .box-input input.w30per {
    width: 30%;
}

.apply.form .box-input input.w40per {
    width: 40%;
}

.apply.form .box-input input.w50per {
    width: 50%;
}

.apply.form .box-input input.w60per {
    width: 60%;
}

.apply.form .box-input input.w70per {
    width: 70%;
}

.apply.form .box-input input.w80per {
    width: 80%;
}

.apply.form .box-input input.w90per {
    width: 90%;
}

.apply.form .box-input input.w100per {
    width: 100%;
}

.apply.form .box-input input::placeholder {
    color: #999;
}

.apply.form .list-input {
    margin: 0 10px 0 0;
}

.apply.form .list-input.fl {
    float: left;
}

.apply.form .list-input.space {
    margin: 6px 30px 0 0;
}

.apply.form .list-input.space2 {
    margin: 10px 5px 0 0;
}

.apply.form .list-input.space3 {
    float: left;
    margin: -8px 0 0 10px;
}

.apply.form .list-input.space4 {
    float: left;
    margin: 6px 11px 0 0;
    padding: 0 0 0 32px;
    background: url("../../images/resource/icon-cal.png") no-repeat left center;
}

.apply.form .list-input.space5 {
    margin: 0;
}

.apply.form .list-input.space6 {
    margin: 6px 10px 0 0;
}

.apply.form .box-btn.fl {
    display: block;
    float: left;
}

.apply.form .box-btn button {
    height: 40px;
    padding: 0 13px;
    line-height: 40px;
    background: #9aa3ac;
    text-align: center;
    color: #fff;
}

.apply.form .box-art {
    display: inline-block;
    width: 100%;
}

.apply.form .box-art input {
    width: 100%;
    height: 40px;
    padding: 0 0 0 10px;
    border: 1px solid #c8c8c8;
    line-height: 40px;
    font-size: 15px;
}

.apply.form .list-art {
    float: left;
    width: 250px;
    margin: 0 20px 20px 0;
}

.apply.form .list-art .art {
    margin: 10px 0 0 0;
}

.apply.form .list-art .append {
    width: 250px;
    height: 190px;
    line-height: 190px;
    border: 1px dashed #999;
}

.apply.form .list-art .append button {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
}

.apply.form .box-select {
    display: inline-block;
    margin: 0 10px 0 0;
}

.apply.form .box-select.block {
    width: 100%;
}

.apply.form .box-select.fl {
    display: block;
    float: left;
}

.apply.form .box-select .nice-select {
    width: 100%;
    height: 40px;
    padding-right: 50px;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
   
    font-size: 15px;
    line-height: 38px;
}

.apply.form .box-area textarea {
    width: 100%;
    min-height: 400px;
    padding: 10px;
    border: 1px solid #c8c8c8;
    font-size: 15px;
    box-sizing: border-box;
}

.apply.form .txt-file,
.apply.form .input-file,
.apply.form .btn-file,
.apply.form .alert-file {
    display: table-cell;
    vertical-align: middle;
}

.apply.form .txt-file {
    width: 110px;
}

.apply.form .area-file {
    width: 100%;
    margin: 0 0 12px 0;
}

.apply.form .area-file select {
    width: 100%;
    height: 100px;
    padding: 5px;
}

.apply.form .list-file {
    margin: 0 0 12px 0;
}

.apply.form .list-file.space {
    margin: 0px;
}

.apply.form .list-file-detail {
    display: inline-block;
}

.apply.form .appended-file {
    float: left;
    display: block;
    color: #ed6200;
	/*color:#ee8134;*/
}
.apply.form .list-input.dateS,
.apply.form .list-input.dateE{
	background:url(../../images/resource/icon-month.png) no-repeat left center;
	padding-left:35px;
	line-height:30px;
}
.apply.form .list-input.dateE{
	margin-left:30px;
}
.apply.form .remove-file {
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 0 0 10px;
    background: #c0392b;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.apply.form .input-file {
    padding: 0 5px 0 0;
}

.apply.form .input-file input {
    height: 40px;
    border: 1px solid #c8c8c8;
    padding: 0 0 0 10px;
    line-height: 40px;
}

.apply.form .btn-file {
    padding-right: 10px;
}

.apply.form .btn-file button,
.apply.form .btn-file input {
    min-width: 120px;
    height: auto;
    padding: 8px 15px 8px 15px;
    background: #636e86;
    border: 0px;
    line-height: normal;
    font-size: 16px;
    
    color: #fff;
    cursor: pointer;
}

.apply.form .notice {
    color: #ce9745;
}

.apply.form .notice .red {
    color: #ac0000;
}

.apply.form .notice.grey {
    color: #666;
}

.apply.form .notice p {
    margin: 10px 0 0 0;
}

.apply.form .notice2 {
    padding: 50px 0 50px 15px;
    border-bottom: 1px solid #949494;
}

.apply.form .big-date {
    text-align: center;
    font-size: 30px;
}

.apply.form .alert.fl {
    float: left;
}

.apply.form .alert p {
    color: #ce9745;
    margin: 0 0 0 15px;
    padding: 0 0 0 25px;
    background: url("../../images/resource/alert-form.png") no-repeat left 4px;
}

.apply.form .alert-file {
    color: #ce9745;
    margin: 0 0 0 20px;
    padding: 0 0 0 25px;
    background: url("../../images/resource/alert-form.png") no-repeat left 13px;
}

.apply.form .alert p.space {
    margin: 7px 0 0 5px;
}

.apply.form .agree {
    padding: 25px 25px 22px 25px;
}

.apply.form .agree {
    border: 1px solid #d9d9d9;
}

.apply.form .agree .txt {
    overflow: hidden;
    max-height: 190px;
    padding: 0 20px 20px 0;
    border-bottom: 1px dashed #d9d9d9;
	overflow-y: scroll;
}

.apply.form .agree strong {
    color: #1f9bde;
    font-weight: normal;
}

.apply.form .input-addr,
.apply.form .btn-addr {
    float: left;
}

.apply.form .input-addr {
    padding: 0 5px 0 0;
}

.apply.form .input-addr.noflow {
    float: none;
}

.apply.form .btn-addr button {
    min-width: 120px;
    height: 40px;
    background: #636e86;
    line-height: 40px;
    font-size: 16px;
    
    color: #fff;
}

.apply.form .list-addr {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px 0;
}

.apply.form .list-addr.space {
    margin: 0px;
}

.apply.form .more .add {
    display: block;
    width: 100%;
    height: 70px;
    background: url("../../images/resource/add-team.png") no-repeat center center;
    border: 1px solid #dcdcdc;
    text-indent: -9999px;
    cursor: pointer;
}

@media all and (max-width: 940px) {
    .apply.form .bottom-banner .list {
        background-position: center 30px !important;
    }
    .apply.form .bottom-banner .row {
        padding: 180px 0 40px 0;
        text-align: center;
    }
    .apply.form .notice2 {
        padding: 50px 0px;
    }
}

@media all and (max-width: 680px) {
    .apply.form .line .title,
    .apply.form .line .desc {
        display: block;
        width: 100%;
    }
    .apply.form .line .desc {
        padding: 12px 0;
    }
    .apply.form .line .desc.cover {
        display: inline-block;
        width: 100%;
    }
    .apply.form .line .title.width {
        width: 100%;
    }
    .apply.form .box-input,
    .apply.form .box-select {
        width: 100%;
    }
    .apply.form .box-input input.w1,
    .apply.form .box-input input.w2,
    .apply.form .box-input input.w3,
    .apply.form .box-input input.w4,
    .apply.form .box-input input.w5 {
        width: 100%;
        box-sizing: border-box;
    }
    .apply.form .list-input.fl,
    .apply.form .box-radio.fl,
    .apply.form .box-input.fl,
    .apply.form .alert.fl {
        float: none;
    }
    .apply.form .apply.form .desc {
        padding: 10px 0;
    }
    .apply.form .line .title strong.must .no-br {
        display: none;
    }
    .apply.form .alert p,
    .apply.form .alert p.space {
        margin: 10px 0 0 0;
    }
    .apply.form .line .title {
        padding: 10px 17px;
    }
    .apply.form .list-input {
        margin: 0px;
    }
    .apply.form .list-input.space {
        margin: 10px 0;
    }
    .apply.form .list-input.space4 {
        margin: 10px 0;
    }
    .apply.form .list-radio {
        float: none;
        margin: 5px 0;
    }
    .apply.form .list-select.space {
        margin: 10px 0;
    }
    .apply.form .box-check.space {
        margin: 7px 0;
    }
    .apply.form .input-addr,
    .apply.form .btn-addr {
        float: none;
        padding: 0px;
    }
    .apply.form .btn-addr {
        margin: 5px 0 0 0;
    }
    .apply.form .btn-addr button {
        width: 100%;
    }
    .apply.form .txt-file,
    .apply.form .input-file,
    .apply.form .btn-file,
    .apply.form .alert-file {
        display: block;
    }
    .apply.form .input-file {
        padding: 0px;
    }
    .apply.form .btn-file {
        padding: 0px;
        margin: 5px 0 0 0;
    }
    .apply.form .btn-file button {
        width: 100%;
    }
    .apply.form .txt-file {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .apply.form .alert-file {
        margin: 10px 0;
        background-position: left 3px !important;
    }
    .apply.form .desc .close-desc {
        right: 0px;
        top: -10px;
    }
    .apply.form .bottom-banner .list {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }
    .apply.form .bottom-banner .list.space {
        display: none;
    }
    .apply.form .box-radio {
        margin: 0px;
    }
}


/* ==========================================================================
   접수확인
   ========================================================================== */

.apply.check {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 90%;
    max-width: 1000px;
    height: 735px;
    padding: 60px 90px;
    margin: auto;
    background: #fff;
    border: 3px solid #0178dd;
}

.apply.check.video {
    height: 735px;
}

.apply.check.total {
    height: 890px;
}

.apply.check.total2 {
    height: 650px;
}

.apply.check.find {
    height: 620px;
}

.apply.check.reser {
    width: 820px;
    height: 510px;
}

.apply.check.exper {
    width: 820px;
    height: 825px;
}

.apply.check.z-index {
    z-index: 1200;
}

.apply.check>.row>.title {
    margin: 0 0 17px 0;
}

.apply.check.video>.row>.title {
    margin: 0;
}

.apply.check>.row>.title strong {
    position: relative;
    
    font-weight: normal;
    font-size: 30px;
    line-height: 1.1;
    color: #333;
}

.apply.check>.row>.title strong:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 17px;
    width: 46px;
    height: 12px;
    background: url("../../images/resource/bg-check-pop.png") no-repeat left center;
}

.apply.check.video>.row>.title strong {
    font-size: 27px;
}

.apply.check.video>.row>.title strong:after {
    display: none;
}

.apply.check>.row>.title em {
    font-size: 15px;
    color: #ce9745;
}

.apply.check .list {
    overflow: hidden;
    height: 490px;
    padding: 30px 60px 0 60px;
    border-top: 1px solid #49545d;
    border-bottom: 1px solid #49545d;
    background: url("../../images/resource/logo-check-pop.png") no-repeat center center;
    background-size: contain !important;
}

.apply.check .list.type1 {
    height: 480px;
    padding: 30px 15px 0 15px;
    font-size: 16px;
}

.apply.check .list.type2 {
    height: 625px;
    padding: 0;
    border-top: 0px;
    font-size: 16px;
}

.apply.check .list.type3 {
    display: table;
    width: 100%;
    height: 335px;
    padding: 0;
    border-top: 0px;
    font-size: 16px;
}

.apply.check .list.type3 p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: #2b2d36;
    line-height: 1.2;
}

.apply.check .list.type3 span {
    
}

.apply.check .list.type3 .text1 {
    display: inline-block;
    margin: 45px 0;
    font-size: 18px;
    
}

.apply.check .list.type3 .text1 em {
    font-size: 26px;
}

.apply.check .list.type3 .text2 {
    display: inline-block;
    font-size: 16px;
    
    color: #777;
}

.apply.check .list.type3 .text3 {
    display: inline-block;
    margin: 45px 0;
    font-size: 30px;
}

.apply.check .list.type3 .text4 {
    display: inline-block;
    font-size: 16px;
    
    color: #777;
}

.apply.check .list.type4 {
    display: table;
    width: 100%;
    height: 204px;
    padding: 0;
}

.apply.check .list.type4.height {
    height: 560px;
}

.apply.check .list.type4.height2 {
    height: 254px;
}

.apply.check .list.type4 div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.apply.check .list.type4 ul {
    padding: 0 55px;
}

.apply.check .list.type4 li {
    position: relative;
    padding: 20px 0 20px 30px;
    text-align: left;
    border-bottom: 1px dashed #cccccc;
}

.apply.check .list.type4 li:last-child {
    border: 0px;
}

.apply.check .list.type4 li:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 34px;
    width: 4px;
    height: 4px;
    background: #959595;
    border-radius: 100%;
}

.apply.check .list.type4 i {
    width: 120px;
    display: inline-block;
}

.apply.check .list.type4 span {
    padding: 0 0 0 30px;
}

.apply.check .list.type4 button {
    float: right;
    width: 115px;
    height: 35px;
    background: #636e86;
    line-height: 35px;
    border-radius: 3px;
    color: #fff;
}

.apply.check .list.type5 {
    height: 370px;
    padding: 0;
    border-top: 0px;
    font-size: 16px;
}
.apply.check .list.video {
    height: 510px;
    padding: 30px 0 0 0;
}

.apply.check .list strong {
    font-weight: normal;
    color: #222;
}

.apply.check .list img {
    width: 100%;
}

.apply.check .like {
    padding: 20px 0 0 0;
    text-align: center;
}

.apply.check .like button {
    padding: 10px 40px 12px 60px;
    background: url(../../images/resource/icon-cts-video.png) no-repeat 30px center;
    border: 1px solid #004a8f;
    font-size: 16px;
}

.apply.check .banner .line {
    display: table;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px dashed #cccccc;
}

.apply.check .banner .line p {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
    font-size: 18px;
    color: #333;
}

.apply.check .banner .line p:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 17px;
    width: 4px;
    height: 4px;
    background: #a0a0a0;
    border-radius: 100%;
}

.apply.check .banner .line a {
    float: right;
    padding: 6px 85px 5px 15px;
    background: url("../../images/resource/icon-link2.png") no-repeat right center;
    border: 1px solid #004a8f;
    text-align: left;
}

.apply.check .banner line:last-child {
    border: 0;
}

.apply.check .close {
    position: absolute;
    right: 0;
    top: 0;
}

.apply.check .close button {
    width: 85px;
    height: 85px;
    background: url("../../images/resource/close-check-pop.png") no-repeat center center;
    text-indent: -9999px;
}

.black-bg.check {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.black-bg.check.z-index {
    z-index: 1100;
}




@media all and (max-width: 930px) {
    .apply.check {
        height: 695px;
        padding: 60px;
    }
    .apply.check .line p,
    .apply.check .line a {
        display: block;
        width: 100%;
    }
    .apply.check .line {
        padding: 20px 0;
    }
    .apply.check .line p {
        margin: 0 0 10px 0;
    }
    .apply.check .line p:after {
        top: 11px;
    }
    .apply.check .list {
        height: 476px;
        padding: 0px;
    }
    .apply.check .title strong:after {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .apply.check .line p {
        font-size: 16px;
    }
    .apply.check {
        height: 735px;
        padding: 40px;
    }
}


/* ==========================================================================
   심사점수 입력
   ========================================================================== */

.apply.score .total {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-top: 2px solid #353e4d;
}

.apply.score .text {
    float: left;
    
    font-size: 16px;
    color: #333;
}

.apply.score .point {
    float: right;
}

.apply.score .question {
    padding: 0 30px;
    background: #f5f5f5;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.apply.score .line {
    padding: 0 20px;
}

.apply.score .eval {
    display: inline-block;
    width: 100%;
}

.apply.score .eval:last-child .box {
    border-bottom: 0px;
}

.apply.score .eval .text {
    padding: 10px 0 0 0;
   
    font-size: 15px;
}

.apply.score .eval em {
    color: #ce9745;
}

.apply.score .eval ul {
    display: table;
    width: 100%;
}

.apply.score .eval li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
}

.apply.score .eval input {
    width: 100px;
    height: 40px;
    padding: 0 0 0 10px;
    border: 1px solid #c8c8c8;
    line-height: 40px;
    font-size: 15px;
}

.apply.score .eval button {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url("../../images/resource/btn-score.png") no-repeat center center;
}

.apply.score .eval.on button {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url("../../images/resource/btn-score-on.png") no-repeat center center;
}

.apply.score .eval .box {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.apply.score .eval .detail {
    margin: -8px 0 0 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
}

.apply.score .opinion {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.apply.score .opinion textarea {
    width: 100%;
    height: 125px;
    padding: 15px;
    font-size: 15px;
    border: 1px solid #ccc;
}


/* ==========================================================================
   설문조사
   ========================================================================== */

.survey .row {
    border: 0px !important;
    border-bottom: 1px solid #949494 !important;
}

.survey .subject {
    padding: 13px 18px;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
}

.survey .subject .num {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
    background: #636e86;
    border-radius: 100%;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.survey .subject .text {
    font-size: 16px;
    color: #000000;
}

.survey .form-box {
    padding: 25px 50px;
}

.survey .form-box .result {
    float: right;
}

.survey .form-box .result-box {
    display: table;
}

.survey .form-box .percent,
.survey .form-box .text {
    display: table-cell;
    vertical-align: middle;
}

.survey .form-box .percent {
    overflow: hidden;
    display: inline-block;
    width: 250px;
    height: 12px;
    background: #e2e2e2;
    border-radius: 20px;
}

.survey .form-box .text {
    width: 130px;
    text-align: right;
}

.survey .form-box .bar {
    display: block;
    height: 100%;
    background: #71c4ef;
    border-radius: 20px;
}

.survey .form-box em {
    color: #00428e;
}

.survey .form-result {
    padding: 0 45px;
    margin: 0 0 35px 0;
}

.survey .form-result .box {
    display: table;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #dcdcdc;
}

.survey .form-result .total-text,
.survey .form-result .total-num {
    display: table-cell;
    vertical-align: middle;
}

.survey .form-result .total-text {
    position: relative;
    width: 93px;
    text-align: center;
    font-size: 16px;
    color: #222;
}

.survey .form-result .total-text:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 18px;
    background: #dcdcdc;
}

.survey .form-result .total-num {
    padding: 0 20px 0 0;
    text-align: right;
    font-size: 18px;
}

.survey .form-result .total-num em {
    color: #00428e;
}


/* ==========================================================================
   일정안내
   ========================================================================== */

.information .row {
    display: table;
    width: 100%;
    margin: 0 0 115px 0;
}

.information .title,
.information .desc {
    display: table-cell;
    vertical-align: top;
}

.information .title {
    width: 305px;
    padding: 28px 0 0 0;
    background: url("../../images/resource/bg-informaion.png") repeat-x left top;
}

.information .title h3 {
    
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2;
    color: #444;
}

.information .title.space {
    padding: 120px 0 0 0;
    text-align: center;
    vertical-align: middle;
}

.information .desc {
    padding: 0 0 0 90px;
}

.information .desc .text {
    padding: 38px 0 10px 0;
    font-size: 16px;
   
    border-top: 1px solid #c1c1c1;
}

.information .desc .card {
    display: inline-block;
    width: 100%;
}

.information .desc .line {
    float: left;
    width: 33.333%;
    margin: 55px 0 -10px 0;
    padding: 0 30px 0 0;
}

.information .desc .box {
    min-height: 345px;
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 20px;
}

.information .desc .box strong {
    padding: 0 0 15px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #c1c1c1;
}

.information .desc .box li {
    padding: 0 0 0 15px;
    font-size: 14px;
}

.information .desc .box li:after {
    top: 8px;
}

.information .desc strong {
    display: block;
    margin: 0px;
    padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: normal;
    
    color: #00428e;
}

.information .desc strong.type1 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    
    color: #222;
}

.information .desc .homepage {
    display: table;
    width: 100%;
    padding: 60px 0 50px 0;
    border-bottom: 1px dashed #ccc;
}

.information .desc .info,
.information .desc .thumb {
    display: table-cell;
    vertical-align: top;
}

.information .desc .thumb {
    width: 270px;
}

.information .desc .info {
    padding: 5px 0 0 65px;
    font-size: 16px;
}

.information .desc .logo {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
}

.information .desc .logo:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: url("../../images/resource/bg-logo.png") left top;
}

.information .desc a {
    float: right;
    margin: 35px 0 0 0;
    padding: 9px 69px;
    border: 1px solid #004a8f;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.information .desc a:hover {
    background: #004a8f;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.information .desc a.link {
    background: url("../../images/resource/icon-link.png") no-repeat right center;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.information .desc a.link:hover {
    background: #004a8f url("../../images/resource/icon-link-hover.png") no-repeat right center;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.information .desc .img {
    margin: 60px 0 0 90px;
}

.information .desc li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 3px 0;
}

.information .desc li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #959595;
}

.information .desc li .color {
    color: #cf9645;
}

.information .desc .type li {
    font-size: 20px;
    color: #0da3bc;
    margin: -6px 0px;
}

.information .desc .type li:after {
    top: 15px;
}

.information .info-col {
    width: 175px;
}

.information .step {
    display: inline-block;
    width: 100%;
    margin: 70px 0 0 120px;
}

.information .step>div {
    position: relative;
    float: left;
    width: 210px;
    height: 210px;
    margin: 0 0 0 -30px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

.information .step>div:after {
    content: "";
    position: absolute;
    right: 9px;
    top: 47%;
    width: 10px;
    height: 15px;
    z-index: 1;
    background: url("../../images/resource/arrow-join.png") no-repeat center center;
}

.information .step .step1 {
    background: rgba(70, 201, 223, 0.8);
}

.information .step .step2 {
    background: rgba(1, 120, 221, 0.8);
}

.information .step .step3 {
    background: rgba(26, 99, 197, 0.8);
}

.information .step .step4 {
    background: rgba(67, 94, 170, 0.8);
}

.information .step .step4:after {
    display: none;
}

.information .step .step1 p {
    background: url("../../images/resource/icon-join1.png") no-repeat center 15px;
}

.information .step .step2 p {
    background: url("../../images/resource/icon-join2.png") no-repeat center 15px;
}

.information .step .step3 p {
    background: url("../../images/resource/icon-join3.png") no-repeat center 15px;
}

.information .step .step4 p {
    background: url("../../images/resource/icon-join4.png") no-repeat center 15px;
}

.information .step .no {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 25px 0 0 0;
    padding: 5px 0;
    font-size: 22px;
    
}

.information .step p {
    padding: 85px 0 0 0;
}

.box-schedule {
    padding: 5px;
    background: url("../../images/resource/line-schedule.png") left top;
}

.box-schedule .row {
    display: inline-block;
    width: 100%;
    padding: 60px 0 40px 180px;
    background: #fbfbfb url("../../images/resource/icon-schedule.png") no-repeat 45px center;
}

.box-schedule p,
.box-schedule a {
    display: inline-block;
}

.box-schedule p {
    margin: 0 27px 10px 0;
}

.box-schedule .view {
    margin: -1px 0 0 0;
    padding: 2px 30px 2px 10px;
    background: #1f9bde url("../../images/resource/icon-board-link.png") no-repeat right center;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
}

@media all and (max-width: 1000px) {
    .information .row,
    .information .title,
    .information .desc {
        overflow: hidden;
        display: block;
        width: 100%;
    }
    .information .row {
        margin: 0 0 40px 0;
    }
    .information .title .no-br {
        display: none;
    }
    .information .title.space {
        padding: 65px 0 0 0;
    }
    .information .desc {
        padding: 30px 0 0 0;
    }
    .information .step {
        width: auto;
        margin: 70px 0 0 0;
    }
    .information .step>div:after {
        right: 40px;
    }
    .information .step .step4:after {
        display: block;
    }
}

@media all and (max-width: 820px) {
    .information .step {
        width: 100%;
        margin: 40px 0 0 0;
    }
    .information .step>div {
        width: 100%;
        border-radius: 10px;
        margin: 0 0 15px 0;
    }
    .information .desc .info {
        padding: 30px 0 0 0;
    }
    .information .desc .info,
    .information .desc .thumb {
        display: block;
        width: 100%;
    }
}

@media all and (max-width: 650px) {
    .box-schedule .row {
        padding: 150px 25px 40px 25px;
        background-position: center 30px !important;
        text-align: center;
    }
    .box-schedule p {
        margin: 0 0 10px 0;
    }
}

@media all and (max-width: 480px) {
    .information .row {
        margin: 0 0 60px 0;
    }
    .information .desc {
        padding: 20px 0 0 0;
    }
    .information .desc a {
        float: none;
    }
    .information .title h3 {
        font-size: 20px;
    }
}


/* ==========================================================================
   공통 탭
   ========================================================================== */

.common-tab {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #949494;
}

.common-tab .inner {
    display: block;
    float: left;
    padding: 15px 0;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 20px;
    color: #666;
}

.common-tab .inner.on {
    background: #00428e;
    color: #fff;
}

.common-tab.slice5 .inner {
    width: 20%;
}

.common-tab.slice4 .inner {
    width: 25%;
}

.common-tab.slice3 .inner {
    width: 33.333%;
}

.common-tab.slice2 .inner {
    width: 50%;
}

.common-tab.slice1 .inner {
    width: 100%;
}


/* ==========================================================================
   공통 더보기
   ========================================================================== */

.common-more .add {
    display: block;
    height: 70px;
    background: url(../../images/resource/add-team.png) no-repeat center center;
    border: 1px solid #dcdcdc;
    text-indent: -9999px;
    cursor: pointer;
}


/* ==========================================================================
   공통 버튼
   ========================================================================== */

.btn-list.fr {
    text-align: right;
}

.btn-list a {
    display: inline-block;
    padding: 7px 10px 7px 35px;
    background: #fff url(../../images/resource/list-cts-apply.png) no-repeat 10px center;
    border: 1px solid #bbb;
    font-size: 15px;
    color: #555;
}


/* ==========================================================================
   ODA 초대의 글
   ========================================================================== */

.oda.intro .title {
    position: relative;
}

.oda.intro .thumb {
    position: absolute;
    left: -45px;
    top: 0px;
}

.oda.intro .title .desc {
    float: right;
    width: 80%;
    background: #f9f9f9;
}

.oda.intro .title .desc strong {
    display: block;
    padding: 70px 0 50px 36.5%;
    font-size: 35px;
    
    font-weight: normal;
    line-height: 1.4;
    color: #333;
}

.oda.intro .title .desc em {
    color: #996c33;
}

.oda.intro .text {
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 110px 0 20px 0;
    font-size: 16px;
    line-height: 1.7;
}

.oda.intro .text .desc {
    width: 50%;
}

.oda.intro .text .desc.fl {
    float: left;
    padding: 0 20px 0 0;
}

.oda.intro .text .desc.fr {
    float: right;
    padding: 0 0 0 20px;
}

.oda.intro .sign {
    text-align: right;
}

@media all and (max-width: 1110px) {
    .oda.intro .thumb {
        position: relative;
        text-align: center;
    }
    .oda.intro .title .desc {
        float: none;
        width: 100%;
    }
    .oda.intro .thumb {
        left: 0px;
        padding: 50px 10px 0 10px;
        background: #f9f9f9;
    }
    .oda.intro .thumb img {
        width: 100%;
        max-width: 534px;
    }
    .oda.intro .title .desc strong {
        padding: 60px 60px;
        line-height: 1.4;
        font-size: 29px;
    }
    .oda.intro .title .desc strong .no-br {
        display: none;
    }
    .oda.intro .text {
        margin: 50px 0;
    }
}

@media all and (max-width: 600px) {
    .oda.intro .title .desc strong {
        padding: 40px 40px;
        line-height: 1.4;
        font-size: 23px;
    }
    .oda.intro .text .desc {
        width: 100%;
    }
    .oda.intro .text .desc.fl {
        padding: 0 0 20px 0;
    }
    .oda.intro .text .desc.fr {
        padding: 0;
    }
    .oda.intro .text {
        margin: 20px 0;
    }
}

@media all and (max-width: 480px) {
    .oda.intro .title .desc strong {
        font-size: 19px;
    }
}


/* ==========================================================================
   브로슈어 brochure
   ========================================================================== */
.brochure.media .list{
    height: 400px;
}
.brochure.media .list .thumb{
	display: none !important;
}
.brochure.media.sns .list .thumb{
	display: block !important;
}
.brochure .row{
	padding:40px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.brochure .list {
    display: table;
    width: 30%;
    padding: 30px 20px;
    border: 1px solid #e6e6e6;
    box-sizing:border-box;
    display:inline-block;
    text-align:left;
    margin:1.2% 1.5%;
    vertical-align: top;
    position: relative;
}
.brochure.sns .list{
	width: calc(100% / 4 - 14px);
	padding: 10px;
	margin: 5px;
	vertical-align:top;
	min-height: 350px;
}
.brochure.sns .list .info p{
	margin-bottom:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	line-height: 1.4em;
	height: 5.6em;
}
.brochure.sns .list .info strong{
	height:1.4em;
}
.brochure .num,
.brochure .thumb,
.brochure .info {
    display: table-cell;
    vertical-align: top;
	padding-left:20px;
}
.brochure .info.bro-info{
	width:55%;
}
.brochure .bmore{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	padding: 15px;
	box-sizing: border-box;
}
.brochure .more .pdf-down{
	
}
.brochure .bmore a + a {
    margin-left: 10px;
}
.brochure .bmore a {
    width: calc(100% / 2 - 80px);
    display: inline-block;
    float: left;
}
.brochure .num {
    width: 90px;
}

.brochure .num span {
    position: relative;
    display: inline-block;
    padding: 5px 0 0 0;
}

.brochure .num span:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #2f2f2f;
}

.brochure .thumb {
    width: 140px;
	padding:0 10px 10px 0;
    background: url(../../images/resource/brochureBg.png) no-repeat right 15px;
}
.brochure .thumb img{
	width:100%;
	border:1px solid #e6e6e6;
}
.brochure .info strong {
	display:block;	
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #0054a6;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 1.4em;
    height: 2.8em;
}

.brochure .info ul {
    margin: 10px 0 15px 0;
}

.brochure .info li {
    position: relative;
    padding: 0 0 0 10px !important;
    line-height:1.6;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.brochure .info li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #959595;
}

.brochure .info a.homepage {
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #666;
	margin-bottom:5px;
	min-width:120px;
	padding:7px;
}
.brochure .info a:after{
	content:''; 
	display:inline-block;
	width:15px;
	height:15px;
	vertical-align:middle;
	float:right;
}
.brochure.study .info a{
	padding:0;
	border:none;
	width:100%;
}
.brochure.study .thumb{
	width: 100%;
	height: 200px;
	overflow: hidden;
	padding:0;
}
.brochure.study .thumb img{
	width:100% !important; 
}
.brochure.study .info{
	padding:0;
}
.brochure.study .info a strong{
	display: -webkit-box;
	word-break: keep-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	line-height: 1.4em;
	height: 2.8em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brochure.study .info p{
	display: -webkit-box;
	word-break: keep-all;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	line-height: 1.4em;
	height: 4.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brochure .info .more a{
	display:block;
	padding:9px 35px;
	border:1px solid #ddd;
	margin-bottom:5px;
	line-height:1.2;
	box-sizing:border-box;
  	min-width:151px;
}
.brochure .info .more .pdf-down1{
	padding:9px 20px;
}
.brochure .info a.preview:after {
    background: url(../../images/contents/btn_preveiw.png) no-repeat center center;
}
.brochure .info a.pdf-down:after {
    background: url(../../images/contents/btn_down.png) no-repeat center center;
}
.brochure .info a.homepage:after {
    background: url(../../images/contents/btn_blankB.png) no-repeat center center;
}
.brochure .info a.snsLink:after {
    background: url(../../images/contents/btn_blankB.png) no-repeat center center;
}
.brochure .info a.more-view:after {
    background: url(../../images/contents/btn_preveiw.png) no-repeat center center;
}

.brochure .add {
    display: block;
    height: 70px;
    background: url(../../images/resource/add-team.png) no-repeat center center;
    border: 1px solid #dcdcdc;
    text-indent: -9999px;
    cursor: pointer;
}
.brochure.media > .row > .list > div{
	display:block;
	margin: 15px 0 0 0;
}

.brochure.media .info strong{
	font-size:17px;
	color:#222222;
}
.brochure.media .thumb{
	background:none;
	text-align:center;
	width:100%;
}
.brochure.media .thumb img{
	border:none; 
	width:auto;
}

.brochure.study > .row > .list > div.info .study-name{
	color:#0054a6;
	font-size:14px;
	margin-top:15px;
	border-top:1px solid #ddd;
	padding-top:15px;
}
@media all and (max-width: 1024px) {
	.brochure .list {
		width: 45%;
	}
    .brochure .num {
		display: block;
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .brochure .thumb {
		display: block;
        margin: 0 auto 20px;
    }
    .brochure .thumb img {
        width: 100%;
        max-width: 155px;
    }
    .brochure .info {
		display: block;
        width: 100%;
        /* padding: 0 0 0 30px; */
		padding: 0;
    }
    .brochure .info strong {
        margin: -10px 0 15px 0;
    }
	.brochure .info .more .pdf-down1{
	padding:9px 35px;
}
}

@media all and (max-width: 570px) {
	.brochure .list {
		height:auto;
		
	}
    .brochure .thumb {
        width: 100%;
        text-align: center;
        padding: 0 0 40px 0;
    }
    .brochure .info {
        width: 100%;
        padding: 0px;
    }
    .brochure .info a {
        width: 100%;
        text-align: center;
        padding: 7px 0;
    }
    .brochure .info a:after {
		float:inherit;
		margin-left:10px;
		margin-top:-3px;
	}
    .brochure .info strong {
        font-size: 17px;
    }
}
@media all and (max-width: 639px) {
	.brochure.sns .list		{width:100%; margin:0 0 20px 0;}
	.brochure.media .list	{height:auto;}
	.brochure .list {width: 100%;margin: 10px 0; padding:20px;}
    .brochure .thumb img {max-width: 100%;}
	.brochure .info strong	{height:auto; line-height:1.2; word-break: initial;}
	.brochure .bmore		{position:relative; padding:5px;}
	.brochure .bmore a	{font-size: 14px;line-height: 30px;height: 30px;margin-right: 5px;padding: 0 40px 0 10px;width: auto;float: inherit;}
	.brochure .bmore a + a	{margin-left:0;}
}


/* ==========================================================================
   ODA 오시는 길
   ========================================================================== */

.oda.location .map {
    display: table;
    width: 100%;
    border: 1px solid #ccc;
}

.oda.location .map-data,
.oda.location .map-info {
    display: table-cell;
    vertical-align: top;
}

.oda.location .map-data {
    background: url("../../images/resource/map-oda.png") no-repeat center top;
}

.oda.location .map-info {
    width: 430px;
    padding: 40px 0 50px 45px;
    background: #eef0f2;
    border-left: 1px solid #ccc;
    font-size: 16px;
    color: #333;
}

.oda.location .map-info ul {
    margin: 0 0 40px 0;
}

.oda.location .map-info li {
    position: relative;
    margin: 3px 0;
    padding: 0 0 0 25px;
}

.oda.location .map-info li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #aebece;
}

.oda.location .map-info a {
    display: inline-block;
    padding: 10px 52px 10px 20px;
    background: #fff url(../../images/resource/icon-oda-link.png) no-repeat right center;
    border: 1px solid #004a8f;
}

.oda.location .tab {
    display: inline-block;
    width: 100%;
    margin: 65px 0 30px 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #949494;
}

.oda.location .tab button {
    display: block;
    float: left;
    width: 33.333%;
    padding: 15px 0;
    border-right: 1px solid #ddd;
    font-size: 20px;
    color: #666;
}

.oda.location .tab button.on {
    background: #00428e;
    color: #fff;
}

.oda.location .traffic-col {
    width: 260px;
}

@media all and (max-width: 880px) {
    .oda.location .map-data,
    .oda.location .map-info {
        display: block;
    }
    .oda.location .map-data {
        height: 360px;
    }
    .oda.location .map-info {
        width: 100%;
        padding: 30px 40px;
        border-left: 0px;
        border-top: 1px solid #ccc;
    }
    .oda.location .map-info .no-br {
        display: none;
    }
    .oda.location .map-info ul {
        margin: 0 0 20px 0;
    }
}


/* ==========================================================================
   ODA 행사 개요
   ========================================================================== */

.oda.summary .summary-col {
    width: 260px;
}


/* ==========================================================================
   ODA 초청 연사
   ========================================================================== */

.oda.people .list {
    display: table;
    width: 100%;
    border-top: 2px solid #575050;
    border-bottom: 1px solid #dadada;
    padding: 40px 25px 50px 25px;
}

.oda.people .thumb,
.oda.people .info {
    display: table-cell;
    vertical-align: top;
}

.oda.people .info {
    padding: 0 0 0 65px;
    font-size: 16px;
}

.oda.people .info .name {
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #ccc;
    color: #333;
}

.oda.people .info .text {
    padding: 20px 0 0 0;
}

.oda.people .info .name strong {
    font-size: 25px;
}

@media all and (max-width: 800px) {
    .oda.people .thumb {
        text-align: center;
    }
    .oda.people .thumb img {
        width: 100%;
        max-width: 300px;
    }
    .oda.people .thumb,
    .oda.people .info {
        display: block;
        width: 100%;
    }
    .oda.people .info {
        padding: 40px 0 0 0;
    }
}


/* ==========================================================================
   CTS 파트너
   ========================================================================== */

.partner.list .row {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

.partner.list .list {
    float: left;
    width: 25%;
    padding: 0 13px;
}

.partner.list .list .con {
    margin: 0 0 20px 0;
}

.partner.list .text {
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: 20px;
}

.partner.view {
    margin: 0 0 100px 0;
}

.partner.view .title {
    display: table;
    width: 100%;
}

.partner.view .movie,
.partner.view .desc {
    display: table-cell;
}

.partner.view .movie {
    background: url("../../images/resource/movie-partner.png") no-repeat left top;
}

.partner.view .desc {
    width: 470px;
    padding: 0 30px;
    background: #00428e;
    color: #fff;
}

.partner.view .desc strong {
    position: relative;
    display: block;
    margin: 30px 0 50px 0;
    padding: 50px 0 50px 0;
    font-size: 28px;
    line-height: 1.3;
    font-weight: normal;
    color: #fff;
}

.partner.view .desc strong:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 58px;
    height: 46px;
    background: url("../../images/resource/icon-parner1.png") left top;
}

.partner.view .desc strong:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 58px;
    height: 46px;
    background: url("../../images/resource/icon-parner2.png") left top;
}

.partner.view .desc .info {
    position: relative;
    padding: 40px 0 45px 0;
    border-top: 1px solid #6987a9;
}

.partner.view .desc .info:after {
    content: "";
    position: absolute;
    left: 0px;
    top: -1px;
    width: 170px;
    height: 2px;
    background: #fff;
}

.partner.view .info li {
    position: relative;
    display: table;
    width: 100%;
    padding: 0 0 0 20px;
    font-size: 20px;
}

.partner.view .info li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    width: 7px;
    height: 7px;
    background: #73a6d0;
    border-radius: 100%;
}

.partner.view .info em,
.partner.view .info span {
    display: table-cell;
}

.partner.view .info em {
    width: 150px;
}

.partner.view .info i {
    padding: 0 20px 0 0;
}

@media all and (max-width: 900px) {
    .partner.view {
        margin: 0 0 50px 0;
    }
    .partner.view .movie,
    .partner.view .desc {
        overflow: hidden;
        display: block;
        width: 100%;
    }
    .partner.view .movie {
        height: 460px;
    }
}

@media all and (max-width: 600px) {
    .partner.view .desc strong {
        margin: 30px 0;
        padding: 0px;
        font-size: 20px;
    }
    .partner.view .desc strong:after,
    .partner.view .desc strong:before {
        display: none;
    }
    .partner.view .desc .info {
        padding: 30px 0;
    }
    .partner.view .info li {
        font-size: 15px;
    }
}


/* ==========================================================================
   웹진
   ========================================================================== */

.webzine .top {
    display: table;
    width: 100%;
}

.webzine .top .title,
.webzine .top .menu,
.webzine .top .month {
    display: table-cell;
    vertical-align: middle;
}

.webzine .top .title {
    width: 320px;
    background: #c39b78;
    padding: 10px 0;
    font-size: 25px;
    text-align: center;
    color: #fff;
}

.webzine .top .menu {
    background: #f8f4f1;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.webzine .top .menu ul {
    display: table;
    width: 100%;
    padding: 0 7.5%;
}

.webzine .top .menu li {
    position: relative;
    display: table-cell;
    text-align: center;
}

.webzine .top .menu li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 8px;
    width: 1px;
    height: 14px;
    background: #b7b5b2;
}

.webzine .top .menu li:last-child:after {
    display: none;
}

.webzine .top .menu li a {
   
    font-size: 18px;
}

.webzine .top .month {
    background: #f8f4f1;
    width: 242px;
    padding: 0 10px 0 0;
    border: 1px solid #eaeaea;
    border-left: 0;
}

.webzine .top .month .box-select {
    display: block;
    float: left;
    width: 67%;
    margin: 0px;
    padding: 0 10px 0 0;
}

.webzine .top .month button {
    float: right;
    display: block;
    width: 33%;
    padding: 9px 0;
    background: #004a98;
    border-radius: 3px;
    color: #fff;
}

.webzine .search {
    position: relative;
    text-align: center;
    padding: 40px 0;
}

.webzine .search .box {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    border: 5px solid #004a98;
    border-radius: 30px;
}

.webzine .search.view .box {
    border-color: #bebebe;
}

.webzine .search input {
    width: 100%;
    height: 45px;
    border: 0;
    line-height: 45px;
    text-indent: 25px;
    font-size: 18px;
   
}

.webzine .search button.btn-search {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url("../../images/resource/btn-webzine-search.png") no-repeat center center;
    text-indent: -9999px;
}

.webzine .article img {
    width: 100%;
}

.webzine .newsletter {
    position: absolute;
    left: 25px;
    top: 25px;
}

.webzine .newsletter .date,
.webzine .newsletter .add,
.webzine .newsletter .text {
    float: left;
}

.webzine .newsletter .date {
    display: none;
    width: 92px;
    height: 92px;
    background: url("../../images/resource/bg-newsletter.png") no-repeat center center;
    color: #fff;
}

.webzine .newsletter .date strong {
    display: inline-block;
    margin: 12px 0 0 0;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
    font-weight: normal;
    font-size: 30px;
}

.webzine .newsletter .add {
    width: 30px;
    height: 30px;
    margin: 33px 0 0 -15px;
    background: url("../../images/resource/icon-newsletter-add.png") no-repeat center center;
}

.webzine .newsletter .add button {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.webzine .newsletter .text {
    margin: 25px 0 0 10px;
    text-align: left;
    line-height: 1.3;
    color: #888;
}

.webzine .newsletter .text strong {
    font-size: 18px;
    color: #004a98;
}

.webzine .search .util {
    position: absolute;
    right: 20px;
    top: 55px;
}

.webzine .search .util .like {
    width: 33px;
    height: 33px;
    margin: 0 5px 0 0;
    background: url("../../images/resource/icon-newsletter-like.png") no-repeat center center;
    text-indent: -9999px;
}

.webzine .search .util .send {
    width: 33px;
    height: 33px;
    background: url("../../images/resource/icon-newsletter-send.png") no-repeat center center;
    text-indent: -9999px;
}

.webzine .visual {
    position: relative;
}

.webzine .visual .desc {
    position: absolute;
    right: 45px;
    top: 125px;
    padding: 40px 25px 20px 40px;
    background: rgba(235, 114, 3, 0.8);
    line-height: 1.2;
    font-size: 20px;
    color: #fff;
}

.webzine .visual .desc a {
    float: right;
    display: block;
    margin: 10px 0 0 0;
    padding: 5px 30px 7px 30px;
    background: #898d8f;
    color: #fff;
    font-size: 15px;
}

.webzine .visual em {
    display: block;
    margin: 5px 0 0 0;
    
    font-size: 30px;
    line-height: 1.2;
}

.webzine .visual img {
    width: 100%;
    max-width: 1280px;
}

.webzine .webzine-slide {
    text-align: center;
}

.webzine .webzine-slide .slick-list li {
    position: relative;
    height: 460px;
    background: url("../../images/resource/webzin-visual.jpg") no-repeat center top;
}

.webzine .box-webzine-slide-dot {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 18px;
    border-radius: 100px;
    padding: 0px 13px 0 10px;
    background: rgba(0, 0, 0, 0.2);
}

.webzine .webzine-slide-dot {
    float: left;
}

.webzine .webzine-slide-dot li {
    float: left;
    margin: 0 2px;
}

.webzine .webzine-slide-dot li button {
    width: 12px;
    height: 12px;
    margin: -5px 0 0 0;
    border-radius: 100%;
    background: #fff;
    text-indent: -9999px;
}

.webzine .webzine-slide-dot li.slick-current button {
    background: #004a98;
}

.webzine .visual .controler {
    float: left;
    padding: 7px 0 0 7px;
}

.webzine .visual .controler .play,
.webzine .visual .controler .stop {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
}

.webzine .visual .controler .play {
    display: none;
    background: url("../../images/resource/btn-webzine-play.png") no-repeat center top;
}

.webzine .visual .controler .play.on {
    display: block;
}

.webzine .visual .controler .stop {
    display: none;
    background: url("../../images/resource/btn-webzine-stop.png") no-repeat center top;
}

.webzine .visual .controler .stop.on {
    display: block;
}

.webzine .con {
    display: table;
    width: 100%;
    margin: 65px 0 0 0;
}

.webzine .con.list {
    margin: 0px;
}

.webzine .con .board,
.webzine .con .latest {
    display: table-cell;
    vertical-align: top;
}

.webzine .con .board {
    padding: 0 40px 0 0;
}

.webzine .con .board.list {
    border-bottom: 1px solid #dadada;
}

.webzine .con .latest {
    width: 480px;
    padding: 40px 40px 0 40px;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
}

.webzine .con .board .box {
    display: table;
    width: 100%;
    margin: 0 0 50px 0;
}

.webzine .con .board .box:last-child {
    margin: 0px;
}

.webzine .con .board .box.list {
    margin: 0px;
    padding: 40px 25px;
    border-top: 1px solid #dadada;
}

.webzine .con .board .thumb,
.webzine .con .board .desc {
    display: table-cell;
    vertical-align: top;
}

.webzine .con .board .thumb {
    width: 250px;
}

.webzine .con .board .thumb img {
    width: 100%;
    max-width: 250px;
}

.webzine .con .board .desc {
    padding: 0 0 0 30px;
}

.webzine .con .board .subject {
    float: left;
    margin: 6px 0 0 0;
    font-size: 22px;
    color: #2c2f35;
    line-height: 1.2;
}

.webzine .con.list .board .subject {
    font-size: 25px;
}

.webzine .con .board .head {
    display: inline-block;
    width: 100%;
    margin: 7px 0 5px 0;
}

.webzine .con .board .head.list {
    margin: 0 0 10px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px dashed #ccc;
}

.webzine .con .board .util {
    float: right;
    margin: 8px 0 0 0;
}

.webzine .con .board .util li {
    float: left;
}

.webzine .con .board .util .like {
    margin: 0 15px 0 0;
    padding: 0 0 0 18px;
    background: url("../../images/resource/icon-like.png") no-repeat left center;
}

.webzine .con .board .util .read {
    margin: 0 12px 0 0;
    padding: 0 0 0 18px;
    background: url("../../images/resource/icon-read.png") no-repeat left center;
}

.webzine .con .board .util .pdf {
    width: 30px;
    background: url("../../images/resource/icon-pdf.png") no-repeat left center;
    text-indent: -9999px;
}

.webzine .con .board .infor {
    line-height: 1.4;
    font-size: 16px;
   
}

.webzine .con .latest .box {
    margin: 0 0 35px 0;
}

.webzine .con .latest strong {
    display: block;
    margin: 10px 0 5px 0;
    font-weight: normal;
    font-size: 20px;
    color: #2c2f35;
}

.webzine .con .latest p {
    font-size: 16px;
   
    line-height: 1.4;
}

.webzine .reply {
    padding: 10px 25px;
}

.webzine .reply .replay-writer {
    display: table;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.webzine .reply .replay-writer p,
.webzine .reply .replay-writer div {
    display: table-cell;
    vertical-align: middle;
}

.webzine .reply .replay-writer p {
    width: 65px;
}

.webzine .reply .write {
    display: table;
    width: 100%;
}

.webzine .reply .write .text,
.webzine .reply .write .button {
    display: table-cell;
    vertical-align: top;
}

.webzine .reply .write .button {
    border-bottom: 0px;
    cursor: pointer;
}

.webzine .reply .write .text {
    padding: 0 0 0 65px;
    background: url("../../images/resource/icon-webzine-reply2.png") no-repeat left center;
}

.webzine .reply .write .text textarea {
    width: 100%;
    height: 70px;
    padding: 7px;
    border: 1px solid #ccc;
    font-size: 14px;
    
}

.webzine .reply .write .button {
    width: 80px;
    padding: 0 0 0 5px;
}

.webzine .reply .write .button button,
.webzine .reply .write .button input {
    width: 80px;
    height: 70px;
    background: #d6b68f;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.webzine .reply .list .line {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.webzine .reply .list:last-child .line {
    border: 0px;
}

.webzine .reply .list .infor {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 40px;
    background: url("../../images/resource/icon-webzine-reply.png") no-repeat 15px center;
}

.webzine .reply .list .infor p {
    position: relative;
    float: left;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
}

.webzine .reply .list .infor p:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 7px;
    width: 1px;
    height: 11px;
    background: #d7d7d7;
}

.webzine .reply .list .infor p:last-child:after {
    display: none;
}

.webzine .reply .list .infor p.num {
    color: #004a98;
}

.webzine .reply .list .text {
    padding: 0 0 0 40px;
}

.webzine .reply .list .del {
    position: absolute;
    right: 0px;
    top: 20px;
}

.webzine .reply .list .del button,
.webzine .reply .list .del input {
    width: 15px;
    height: 15px;
    background: url("../../images/resource/btn-webzine-del.png") no-repeat center center;
    text-indent: -9999px;
    cursor: pointer;
}

.webzine .reply .list .re-re {
    position: absolute;
    right: 0px;
    top: 50px;
}

.webzine .reply .list .re-re button {
    padding: 2px 3px;
    background: #636e86;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}

.webzine .reply .re-reply {
    position: relative;
    padding: 0 30px;
    background: #f8f4f1;
}

.webzine .reply .re-reply:after {
    content: "";
    position: absolute;
    left: 0px;
    top: -1px;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.webzine .reply .re-reply:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.webzine .reply .re-reply .write {
    margin: 10px 0 0 0;
}

.webzine .reply .re-reply .write .text {
    padding: 0 0 0 65px;
}

.webzine .event-box {
    background: #fafafa;
    border: 1px solid #d1d1d1;
    padding: 20px;
}

.webzine .apply.form .line .desc {
    padding-left: 0px;
}

.webzine .apply.form .line .desc.no-line {
    border: 0px;
}

@media all and (max-width: 1240px) {
    .webzine .top .title,
    .webzine .top .menu,
    .webzine .top .month {
        display: block;
        width: 100%;
    }
    .webzine .top .menu {
        padding: 20px 0 15px 0;
        border-bottom: 0px;
        text-align: center;
    }
    .webzine .top .month {
        display: inline-block;
        padding: 10px;
    }
    .webzine .top .month .box-select {
        width: 90%;
        margin: 0px;
        padding: 0 10px 0 0;
    }
    .webzine .top .month button {
        width: 10%;
    }
}

@media all and (max-width: 1000px) {
    .webzine .con .board,
    .webzine .con .latest {
        display: block;
        width: 100%;
    }
    .webzine .con .board {
        padding: 0px;
    }
    .webzine .con .board .head {
        margin: -3px 0 5px 0;
    }
    .webzine .con .board .util {
        float: left;
    }
    .webzine .con .board .subject {
        width: 100%;
        margin: 0px;
    }
    .webzine .con .latest {
        margin: 40px 0 0 0;
        padding: 20px 30px;
    }
    .webzine .con .latest .box {
        margin: 0 0 20px 0;
    }
    .webzine .con .latest .box .thumb {
        display: none;
    }
    .webzine .con .latest strong {
        margin: 5px 0 0 0;
    }
    .webzine .top .menu ul {
        display: table;
        width: 100%;
    }
    .webzine .top .menu li {
        float: none;
        display: table-cell;
        padding: 0 3%;
        margin: 0 3%;
    }
    .webzine .top .menu li a {
        font-size: 17px;
    }
    .webzine .newsletter {
        overflow: hidden;
        position: static;
        margin: 0 0 20px 0;
    }
    .webzine .search .box {
        max-width: 100%;
    }
    .webzine .search .util {
        top: 68px;
    }
}

@media all and (max-width: 750px) {
    .webzine .visual .webzine-slide .slick-list li {
        height: 200px;
        background-size: cover;
    }
    .webzine .top .menu ul {
        padding: 0px;
    }
    .webzine .visual .desc {
        overflow: hidden;
        position: static;
        padding: 30px;
    }
    .webzine .visual em {
        font-size: 20px;
    }
    .webzine .reply {
        padding: 20px 0px;
    }
}

@media all and (max-width: 700px) {
    .webzine .top .menu {
        padding: 0px;
        border: 0px;
    }
    .webzine .top .menu li {
        display: block;
        padding: 10px 0px;
        margin: 0px;
        border-bottom: 1px solid #d1d1d1;
    }
    .webzine .top .menu li:after {
        display: none;
    }
    .webzine .top .month {
        display: inline-block;
        width: 100%;
    }
    .webzine .top .month .box-select {
        width: 80%;
        margin: 0px;
        padding: 0 10px 0 0;
    }
    .webzine .top .month button {
        float: right;
        width: 20%;
    }
}

@media all and (max-width: 600px) {
    .webzine .con .board .thumb,
    .webzine .con .board .desc {
        display: block;
        width: 100%;
    }
    .webzine .con .board .desc {
        padding: 30px 0 0 0;
    }
    .webzine .con .board .thumb img {
        max-width: 100%;
    }
    .webzine .visual em .no-br {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .webzine .top .month .box-select {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0px;
    }
    .webzine .top .month button {
        float: none;
        width: 100%;
    }
}


/* ==========================================================================
   서브사이트 메인
   ========================================================================== */

#subsite .visual {
    position: relative;
}

#subsite .visual li.img1 {
    height: 890px;
    background: url("../../images/resource/subsite-visual1.jpg") no-repeat center top;
}

#subsite .visual.intern li.img1 {
    height: 890px;
    background: url("../../images/resource/subsite-visual-intern1.jpg") no-repeat center top;
}

#subsite .visual.write li.img1 {
    height: 890px;
    background: url("../../images/resource/subsite-visual-write1.jpg") no-repeat center top;
}

#subsite .visual.sdg li.img1 {
    height: 890px;
    background: url("../../images/resource/subsite-visual-sdg1.jpg") no-repeat center top;
}

#subsite .visual.cts li.img1 {
    height: 890px;
    background: url("../../images/resource/subsite-visual-cts1.jpg") no-repeat center top;
}

#subsite .visual.oda li.img1 {
    height: 890px;
    background: url("../../images/resource/subsite-visual-oda1.jpg") no-repeat center top;
}

#subsite .visual .desc {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    line-height: 1.1;
    color: #fff;
}

#subsite .visual .desc .text {
    padding: 105px 0 0 135px;
}

#subsite .visual.write .desc .text {
    padding: 105px 0 0 135px;
}

#subsite .visual.sdg .desc .text {
    padding: 100px 0 0 135px;
}

#subsite .visual.intern .desc .text {
    padding: 115px 0 0 135px;
}

#subsite .visual.oda .desc .text {
    padding: 85px 0 0 135px;
}

#subsite .visual .desc p {
        font-size: 30px;
}

#subsite .visual.cts .desc p {
    margin: 10px 0 0 0;
}

#subsite .visual .desc em,
#subsite .visual .desc strong {
    display: block;
    font-size: 65px;
   
    line-height: 1;
}

#subsite .visual .desc em {
    margin: 7px 0 0 0;
}

#subsite .visual.cts .desc em {
    margin: 0px;
}

#subsite .visual.oda .desc em {
    margin: -1px;
    
}

#subsite .visual .desc em span {
}

#subsite .visual.sdg .desc em {
    font-size: 50px;
}

#subsite .visual .desc strong {
    margin: 0 0 12px 0;
    font-weight: normal;
    
    color: #fff;
}

#subsite .visual.sdg .desc strong {
    margin: 7px 0 12px 0;
    font-size: 50px;
}

#subsite .visual .desc a {
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 11px 60px 11px 25px;
    background: rgba(0, 90, 255, 0.18) url("../../images/resource/arrow-subsite.png") no-repeat right center;
    border-radius: 100px;
    border: 2px solid #fff;
   
    font-size: 25px;
    color: #fff;
}

#subsite .visual.sdg .desc a {
    margin: 30px 0 0 0;
}

#subsite .visual.cts .desc a {
    margin: 25px 0 0 0;
}

#subsite .visual.oda .desc a {
    font-size: 20px;
    margin: 30px 5px 0 0;
}

#subsite .visual .controler {
    position: absolute;
    left: 0px;
    top: 205px;
    width: 100%;
    height: 0px;
}

#subsite .visual .controler button {
    width: 56px;
    height: 111px;
    text-indent: -9999px;
}

#subsite .visual .controler .prev {
    float: left;
    background: url("../../images/resource/btn-subsite-prev.png") no-repeat center top;
}

#subsite .visual .controler .next {
    float: right;
    background: url("../../images/resource/btn-subsite-next.png") no-repeat center top;
}

#subsite .middle {
    position: relative;
    z-index: 1;
    margin-top: -370px;
}

#subsite .middle.cts {
    position: relative;
    z-index: 1;
    margin-top: -377px;
}

#subsite .middle .row1 {
    padding: 49px 0 52px 0;
    background: rgba(18, 77, 172, 0.9);
}

#subsite .middle .row1.cts {
    padding: 49px 0 90px 0;
}

#subsite .row1 .container {
    display: table;
    width: 100%;
}

#subsite .row1 .box {
    padding: 0 50px 0 0;
}

#subsite .row1 .latest,
#subsite .row1 .gallery,
#subsite .row1 .faq,
#subsite .row1 .event {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
}

#subsite .row1.cts .latest,
#subsite .row1.cts .event {
    width: 50%;
}

#subsite .row1 .title {
    position: relative;
    padding: 0 0 7px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #668bc6;
    font-size: 23px;
    color: #fff;
}

#subsite .row1 .title h3 {
    font-weight: normal;
}

#subsite .row1 .title .more {
    position: absolute;
    right: 0px;
    top: 7px;
    width: 28px;
    height: 28px;
    background: url("../../images/resource/btn-notice-more.png") no-repeat center center;
    text-indent: -9999px;
}

#subsite .row1 .list li {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 0 4px 0;
    padding: 0 0 0 15px;
}

#subsite .row1 .list li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    width: 3px;
    height: 3px;
    background: #fff;
}

#subsite .row1 .list li a {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

#subsite .row1 .list li p {
    display: table-cell;
    width: 40px;
   
    vertical-align: middle;
    color: #fff;
}

#subsite .row1 .list li strong {
   
    font-weight: normal;
    font-size: 16px;
}

#subsite .row1 .event .list {
    display: table;
    width: 100%;
}

#subsite .row1 .event .thumb,
#subsite .row1 .event .text {
    display: table-cell;
    vertical-align: top;
}

#subsite .row1 .event .thumb img {
    border: 4px solid #71a1d4;
}

#subsite .row1 .event .text {
    padding: 0 0 0 35px;
    color: #fff;
}

#subsite .row1 .event h4 {
    margin: 0 0 5px 0;
    font-weight: normal;
    font-size: 20px;
}

#subsite .row1 .event p {
    font-size: 16px;
   
    line-height: 1.6;
}

#subsite .row1 .event span {
    display: block;
    margin: 15px 0 0 0;
}

#subsite .row1 .gallery a,
#subsite .row1 .faq a {
    display: inline-block;
    margin: 75px 0 0 0;
    padding: 5px 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #fff;
}

#subsite .row1 .gallery .con {
    height: 190px;
    background: url("../../images/resource/bg-subsite-gallery.png") no-repeat center top;
    text-align: center;
}

#subsite .row1 .gallery.intern .con {
    background: url("../../images/resource/bg-subsite-gallery-intern.png") no-repeat center top;
}

#subsite .row1 .faq .con {
    height: 190px;
    background: url("../../images/resource/bg-subsite-faq.png") no-repeat center top;
    text-align: center;
}

#subsite .row1 .faq.oda .con {
    background: url("../../images/resource/bg-subsite-gallery-oda.png") no-repeat center top;
}

#subsite .middle .row2 {
    padding: 50px 0;
    background: #2a64b5;
}

#subsite .row2 .container {
    display: table;
    width: 100%;
}

#subsite .row2 .box {
    padding: 0 50px 0 0;
}

#subsite .row2 .infor,
#subsite .row2 .apply,
#subsite .row2 .check {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
}

#subsite .row2 .text {
    padding: 45px 0;
    background: #4074bd;
    border: 1px solid #83a2cb;
    text-align: right;
    color: #fff;
}

#subsite .row2 .infor .text {
    background: #4074bd url("../../images/resource/icon-subsite-banner1.png") no-repeat 30px center;
}

#subsite .row2 .apply .text {
    background: #4074bd url("../../images/resource/icon-subsite-banner2.png") no-repeat 30px center;
}

#subsite .row2 .check .text {
    background: #4074bd url("../../images/resource/icon-subsite-banner3.png") no-repeat 30px center;
}

#subsite .row2 .link {
    display: inline-block;
    padding: 0 40px 0 0;
    text-align: center;
}

#subsite .row2 .link h3 {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.3;
}

#subsite .row2 .link a {
    display: inline-block;
    padding: 0 20px 0 0;
    background: url("../../images/resource/btn-subsite-link.png") no-repeat right center;
    font-size: 12px;
    color: #fff;
}


/* ==========================================================================
   연간 일정
   ========================================================================== */

.calendar .top .row {
    display: table;
    width: 100%;
    padding: 27px 50px;
    background: #f8f4f1;
    border: 1px solid #eaeaea;
}

.calendar .top .title,
.calendar .top .select,
.calendar .top .button {
    display: table-cell;
    vertical-align: middle;
}

.calendar .top .title {
    position: relative;
    width: 100px;
    padding: 0 0 0 10px;
    color: #333;
}

.calendar .top .title:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 47%;
    width: 4px;
    height: 4px;
    background: #959595;
    border-radius: 100%;
}

.calendar .top .button {
    width: 170px;
}

.calendar .top .button button {
    width: 100%;
    padding: 12px 0 12px 15px;
    border-radius: 3px;
    background: #004a98 url("../../images/resource/btn-cal.png") no-repeat right center;
    font-size: 15px;
    text-align: left;
    color: #fff;
}

.calendar .year {
    padding: 53px 0 40px 0;
    text-align: center;
}

.calendar .year h4,
.calendar .year .prev,
.calendar .year .next {
    display: inline-block;
}

.calendar .year h4 {
    padding: 0 25px;
    font-size: 26px;
    text-align: center;
    color: #4e4e4e;
}

.calendar .year .prev,
.calendar .year .next {
    position: relative;
    top: -5px;
    width: 33px;
    height: 33px;
    text-indent: -9999px;
}

.calendar .year .prev {
    background: url("../../images/resource/btn-cal-prev.png") no-repeat center center;
}

.calendar .year .next {
    background: url("../../images/resource/btn-cal-next.png") no-repeat center center;
}

.calendar .month {
    display: inline-block;
    width: 100%;
}

.calendar .month .row {
    float: left;
    width: 50%;
    margin: 0 0 20px 0;
}

.calendar .month .row:nth-child(odd) {
    padding: 0 20px 0 0;
}

.calendar .month .row:nth-child(even) {
    padding: 0 0 0 20px;
}

.calendar .month .title {
    display: table;
    width: 100%;
    padding: 21px 35px;
    background: #f9f9f9;
    border-top: 2px solid #353e4d;
    border-bottom: 1px solid #dcdcdc;
}

.calendar .month .title .line {
    display: table;
    width: 100%;
}

.calendar .month .title strong,
.calendar .month .title p {
    display: table-cell;
    vertical-align: middle;
}

.calendar .month .title strong {
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

.calendar .month .title p {
    font-size: 16px;
    text-align: right;
}

.calendar .month .title p span {
    color: #eb7203;
}

.calendar .month .list {
    display: table;
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid #dcdcdc;
}

.calendar .month .list .day,
.calendar .month .list .subject,
.calendar .month .list .button {
    display: table-cell;
    vertical-align: middle;
}

.calendar .month .list .day {
    width: 40px;
    color: #666;
}

.calendar .month .list .subject {
    padding: 0 30px;
    font-size: 16px;
    color: #333;
}

.calendar .month .list .button {
    width: 80px;
}

.calendar .month .list .button span {
    display: inline-block;
    border-radius: 2px;
    padding: 0 25px 2px 25px;
    font-size: 14px;
    color: #fff;
}

.calendar .month .list .button .color1 {
    background: #004a98;
}

.calendar .month .list .button .color2 {
    background: #04b9c2;
}

.calendar .month .list .button .color3 {
    background: #636d86;
}

@media all and (max-width: 900px) {}

@media all and (max-width: 870px) {
    .calendar .month .row {
        float: none;
        width: 100%;
        margin: 0 0 70px 0;
    }
    .calendar .month .row:nth-child(odd) {
        padding: 0px;
    }
    .calendar .month .row:nth-child(even) {
        padding: 0px;
    }
    .calendar .top .row {
        padding: 25px 30px 30px 30px;
    }
    .calendar .top .title,
    .calendar .top .select,
    .calendar .top .button {
        display: block;
        margin: 3px 0;
    }
    .calendar .type-sel {
        width: 100%;
        margin: 3px 0;
    }
    .calendar .top .button {
        width: 100%;
    }
}

@media all and (max-width: 640px) {
    .calendar .year h4 {
        font-size: 23px;
    }
    .calendar .top .title,
    .calendar .top .select,
    .calendar .top .button {
        display: block;
        margin: 3px 0;
    }
}


/* ==========================================================================
   캘린더 공용
   ========================================================================== */

.tbl-cal .month {
    position: relative;
    padding: 20px 0;
    border: 1px solid #d9d9d9;
    text-align: center;
}

.tbl-cal .month:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #f1f1f1;
}

.tbl-cal .month .row {
    display: inline-block;
}

.tbl-cal .month .prev,
.tbl-cal .month .now,
.tbl-cal .month .next {
    float: left;
}

.tbl-cal .month .prev,
.tbl-cal .month .next {
    position: relative;
    top: 8px;
    width: 32px;
    height: 32px;
    background: url('../../images/resource/cal-prev.png') no-repeat center center;
    text-indent: -9999px;
    cursor:pointer;
}
.tbl-cal .month button{
    text-indent: -9999px;
    width: 32px;
    height: 32px;
	display:block;
}
.tbl-cal .month .prev {
    background: url('../../images/resource/cal-prev.png') no-repeat center center;
}

.tbl-cal .month .next {
    background: url('../../images/resource/cal-next.png') no-repeat center center;
}
.tbl-cal .month .today-more{
	position:absolute;
	right:0;
	top:0;
	display:block;
	border:1px solid #ddd;
	border-radius:20px;
	padding:5px 20px;
	color:#0054a6;
	background-color:#f9f8fa;
}
.tbl-cal .month .now {
    font-size: 30px;
    padding: 0 25px;
    color: #4e4e4e;
    font-weight: 600;
}
.today-more

.tbl-cal .table-type {
    position: relative;
}

/*.tbl-cal .table-type:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #444547;
}*/

.tbl-cal .table-type thead th {
    padding: 15px;
    background: #f9f9f9;
    font-weight: normal;
    border-right: 1px solid #f9f9f9;
    border-bottom: 1px solid #dddee0;
    font-weight: 600;
}

.tbl-cal .table-type thead th:last-child {
    border-right: 0px;
}

.tbl-cal .table-type tbody th {
    padding: 15px;
    background: #e5f1fc;
    border-bottom: 1px solid #b7c3ce;
    border-right: 1px solid #b7c3ce;
    font-weight: normal;
    font-size: 15px;
}

.tbl-cal .table-type tbody td {
    padding: 8px;
    background: #fff;
    border-right: 1px solid #dddee0;
    border-bottom: 1px solid #dddee0;
    font-size: 15px;
    
    color: #666;
}

.tbl-cal .table-type tbody td:last-child {
    border-right: 0px;
}

.tbl-cal .table-type tbody td.border-r {
    border-right: 1px solid #dddee0;
}

.tbl-cal .table-type .align-l {
    text-align: left;
}

.tbl-cal .table-type .align-t {
    vertical-align: top;
}

.tbl-cal .day {
    margin: 0 0 7px 0;
    text-align: left;
}

.tbl-cal .day.sun {
    color: #e10000;
}

.tbl-cal .day.sat {
    color: #0078ad;
}

.tbl-cal .day .num {
    display:block;
    width: 44px;
    height: 24px;
    line-height: 24px;
    text-indent: 7px;
    text-align: center;
    font-size: 13px;
    color: #454545;
	position:relative;
}
.tbl-cal .day .num:before{
	content:'';
	width:10px;
	height:10px;
	display:block;
	border-radius:10px;
	background-color:#000;
}

.tbl-cal .work .list {
    display: inline-block;
    width: 100%;
    margin: -1px 0;
}

.tbl-cal .work .date {
    float: left;
}

.tbl-cal .work .state {
    float: right;
}

.tbl-cal .work .state span {
    display: block;
    width: 44px;
    height: 24px;
    line-height: 24px;
    text-indent: 5px;
    font-size: 13px;
}

.tbl-cal .work .state .end {
    background: url('../../images/resource/bg-cal-end.png') no-repeat left center;
}

.tbl-cal .work .state .apply {
    background: url('../../images/resource/bg-cal-apply.png') no-repeat left center;
}

.tbl-cal .work .state .apply a {
    color: #fff;
}

@media all and (max-width:639px) {
	.work-join .box{
		display:block;
	}
	.work-join .left{
		display:block;
		padding:0 !important;
	}
	.work-join .right{
		display:block;
		padding:0;
	}
	.schedule-list{
		height:auto !important;
	}
	.work-join .right .schedule-ex{
		    margin: 20px 0 20px 0;
	}
    .tbl-cal .table-type tbody th {
        font-size: 14px;
    }
    .tbl-cal .table-type tbody td {
        font-size: 14px;
    }
    .table-scroll {
        overflow-x: scroll;
        width: 100%;
    }
    .table-icon {
        position: relative;
    }
    .table-icon:after {
        display: none;
        content: '';
        position: absolute;
        right: 0px;
        top: -55px;
        width: 25px;
        height: 45px;
        background: url("../../images/common/icon-scroll-table.png") no-repeat center top;
    }
    .tbl-cal .table-type {
        width: 100%;
    }
	.work-join .tbl-cal .sub .num{
		display:none;
	}
	.work-join .tbl-cal .sub{
		min-height:auto !important;
	}
	.tbl-cal .table-type thead th{padding:0; font-size:14px;}
}


/* ==========================================================================
   회원
   ========================================================================== */

.mem.header {
    padding: 45px 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.mem.sub {
    margin: 0 !important;
    background: #f7f7f7;
}

.mem #title {
    text-align: center;
}

.mem #title .h2 {
    padding: 80px 0 0 0;
}

.mem #title .h2:after {
    top: 25px;
}

.mem #title span {
    display: inline-block;
    margin: -4px 0 0 0;
    font-size: 20px;
    color: #555;
}

.mem.login {
    display: table;
    width: 100%;
    margin: 45px 0 0 0;
}

.mem.login.notice {
    margin: 35px 0 0 0;
}

.mem.login.border {
    border: 1px solid #e9e9e9;
}

.mem.login .thumb {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    height: 355px;
    background: url('../../images/resource/bg-login.png') no-repeat left top;
}

.mem.login .form-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    height: 355px;
    padding: 25px 35px;
    background: #fff;
}

.mem.login .form-box.border {
    border-right: 1px solid #e9e9e9;
}

.mem.login .form-box.space {
    height: auto;
}

.mem.login .form-box .type {
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #00428e;
}

.mem.login .form-box .write {
    display: table;
    width: 100%;
    padding: 35px;
    border-bottom: 1px solid #c7c7c7;
}

.mem.login .form-box .write .left,
.mem.login .form-box .write .right {
    display: table-cell;
    vertical-align: middle;
}

.mem.login .form-box .write .left {
    padding: 0 5px 0 0;
}

.mem.login .form-box .write .right {
    width: 135px;
}

.mem.login .form-box .write input {
    width: 100%;
    height: 48px;
    padding: 0 0 0 10px;
    border: 1px solid #c8c8c8;
    line-height: 50px;
    font-size: 15px;
}

.mem.login .form-box .login-text {
    margin: 0 0 10px 0;
}

.mem.login .form-box .login-btn {
    width: 100%;
    height: 105px;
    background: #00428e;
    font-size: 23px;
    color: #fff;
}

.mem.login .form-box .utils {
    display: inline-block;
    width: 100%;
    padding: 25px 20px 0 20px;
}

.mem.login .form-box .utils .save {
    float: left;
}

.mem.login .form-box .utils .find {
    float: right;
}

.mem.login .form-box .utils .find a {
    float: left;
    padding: 0 0 0 20px;
    color: #00428e;
}

.mem.login .list-radio label {
    font-size: 20px;
}

.mem.login .list-radio .radiobtn {
    top: 11px;
}

.mem.login .list-check .checkbtn {
    top: 6px;
}

.mem.white-box {
    margin: 47px 0 0 0;
    padding: 70px 128px;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.mem .title {
    padding: 0 0 12px 0;
    border-bottom: 1px solid #00428e;
    font-size: 26px;
    color: #2f2f2f;
}

.mem .notice {
    padding: 30px 40px 30px 190px;
    background: url('../../images/resource/icon-mem.png') no-repeat 30px center;
    border-bottom: 1px solid #c7c7c7;
    font-size: 16px;
}

.mem .notify {
    padding: 20px 0 20px 87px;
    background: url('../../images/resource/icon-notify.png') no-repeat left center;
    font-size: 16px;
    color: #ffa409;
}

.mem .notify2 {
    padding: 20px 0 20px 87px;
    background: url('../../images/resource/icon-notify.png') no-repeat left center;
    font-size: 16px;
    color: #2f2f2f;
}

.mem .notify2 strong {
    font-size: 26px;
    
    font-weight: normal;
    line-height: 1.2;
    color: #2f2f2f;
}

.mem .guide {
    padding: 5px;
    background: url(../../images/resource/line-location-home.png) left top;
}

.mem .guide .row {
    background-color: #fff;
    padding: 35px;
    font-size: 16px;
    
}

.mem .guide .row li {
    position: relative;
    padding: 0 0 0 17px;
}

.mem .guide .row li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #a0a0a0;
}

.mem .guide .row .complete {
    padding: 30px 0;
    font-size: 30px;
    text-align: center;
    color: #2b2d36;
}

.mem .guide .row .complete strong {
    font-weight: normal;
    
}

.mem .name {
    font-size: 26px;
    color: #2f2f2f;
}

.mem .auth {
    display: table;
    width: 100%;
    padding: 20px 30px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}

.mem .auth .text,
.mem .auth .button {
    display: table-cell;
    vertical-align: middle;
}

.mem .auth .text {
    font-size: 17px;
    color: #222;
}

.mem .auth .button {
    width: 120px;
}

.mem .auth .button.check {
    width: 150px;
}

.mem .auth .button button {
    width: 100%;
    padding: 10px 20px;
    background: #9aa3ac;
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.mem .how-auth {
    display: inline-block;
    width: 100%;
}

.mem .how-auth ul li {
    float: left;
    width: 33.333%;
    padding: 0 2px;
}

.mem .how-auth li a,
.mem .how-auth li button {
    width: 100%;
    padding: 3px 0;
    background: #636e86;
    border: 3px solid #636e86;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.mem .how-auth li.on a,
.mem .how-auth li.on button {
    background: #fff;
    border: 3px solid #004a98;
    color: #004a98;
}

.mem .private {
    border: 1px solid #ddd;
    padding: 35px 30px;
}

.mem .private .subject {
    font-size: 18px;
    color: #222;
}

.mem .sns {
    padding: 30px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.mem .sns button {
    width: 245px;
    height: 44px;
    margin: 3px 0;
    line-height: 44px;
    text-indent: 90px;
    text-align: left;
    font-size: 17px;
    color: #fff;
}

.mem .sns .facebook {
    background: url('../../images/resource/icon-facebook.png') no-repeat left center;
}

.mem .sns .google {
    background: url('../../images/resource/icon-google.png') no-repeat left center;
}

.mem .sns .naver {
    background: url('../../images/resource/icon-naver.png') no-repeat left center;
}

.mem .sns .twitter {
    background: url('../../images/resource/icon-twitter.png') no-repeat left center;
}

.mem .sns .kakako {
    background: url('../../images/resource/icon-kakao.png') no-repeat left center;
    color: #1e1e1e;
}

.mem .certi {
    padding: 30px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.mem .certi button {
    width: 495px;
    height: 100px;
    border-radius: 2px;
    background: #2a2d36;
    line-height: 100px;
    font-size: 23px;
    color: #fff;
}

.mem .tab ul {
    display: table;
    width: 100%;
}

.mem .tab li {
    position: relative;
    display: table-cell;
    width: 25%;
    background: #646e87;
    text-align: center;
}

.mem .tab.modify li {
    width: 33.333%;
}

.mem .tab li.on:after {
    position: absolute;
    left: -7px;
    top: -8px;
    z-index: 100;
    width: 105%;
    height: 75px;
    background: #fff;
    border: 6px solid #004a98;
    line-height: 60px;
    
    font-size: 23px;
    color: #004a98;
}

.mem .tab li.step1.on:after {
    content: '약관동의';
}

.mem .tab li.step2.on:after {
    content: '본인인증';
}

.mem .tab li.step3.on:after {
    content: '정보입력';
}

.mem .tab li.step4.on:after {
    content: '가입완료';
}

.mem .tab.modify li.step1.on:after {
    content: '정보입력';
}

.mem .tab.modify li.step2.on:after {
    content: '인증확인';
}

.mem .tab.modify li.step3.on:after {
    content: '수정완료';
}

.mem .tab li a {
    position: relative;
    height: 60px;
    font-size: 23px;
    line-height: 60px;
    color: #fff;
}

.mem .tab li a:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 24px;
    width: 1px;
    height: 17px;
    border-right: 1px dashed #fff;
}

.mem .tab li:last-child a:after {
    display: none;
}

.mem .s-tab ul {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
}

.mem .s-tab li {
    float: left;
    width: 200px;
}

.mem .s-tab li a {
    padding: 12px 0;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
    border-left: 0px;
    border-bottom: 0px;
    text-align: center;
    font-size: 17px;
}

.mem .s-tab li:first-child a {
    border-left: 1px solid #e9e9e9;
}

.mem .s-tab li.on a {
    position: relative;
    background: #fff;
    border: 1px solid #c7c7c7;
    border-bottom: 0px;
    
    color: #004a98;
}

.mem .s-tab li.on a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.mem .join-auth {
    padding: 120px 0;
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
}

.mem .join-auth button {
    padding: 40px 180px;
    background: #2b2d36;
    border-radius: 3px;
    font-size: 23px;
    color: #fff;
}


/* ==========================================================================
   제증명 발급
   ========================================================================== */

.proof .line {
    display: table;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 30px 55px;
    border: 1px solid #e6e6e6;
}

.proof .thumb,
.proof .desc {
    display: table-cell;
    vertical-align: middle;
}

.proof .thumb {
    width: 210px;
}

.proof .thumb img {
    max-width: 155px;
}

.proof .desc .title h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: #004a98;
}

.proof .desc .text {
    padding: 15px 0 30px 0;
}

.proof .desc .button .button-proof {
    float: left;
    display: block;
    margin: 0 2px;
    padding: 0 35px;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
}

.proof .desc .button .button-proof.apply {
    background: #004a8f;
}

.proof .desc .button .button-proof.check {
    background: #636e86;
}

.dot-line{
	margin:5px 0;
	border-top:1px dashed #cacaca;
}
/* ==========================================================================
    캘린더
   ========================================================================== */

.work-join .box {
    display: table;
    width: 100%;
}

.work-join .left {
    display: table-cell;
    vertical-align: top;
    width: 940px;
    min-height: 380px;
    padding: 20px;
}
.work-join .left .table-icon{
	border:1px solid #ddd;
	border-bottom:none;
}
.work-join .center {
    display: table-cell;
    width: 15px;
}

.work-join .right {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
    width: 265px;
}
.work-join .right .list-title{
	display:block;
	padding:15px;
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;

}
.work-join .right .schedule-ex{
	text-align:center;
	margin: 20px 0 50px 0;
}
.work-join .right .schedule-ex li {
	display:inline-block;
	text-align:left;
	line-height:1.4;
	font-size: 14px;
}
.work-join .right .schedule-ex li span{
	display:inline-block;
	width:10px;
	height:10px;
	vertical-align:middle;
	margin: -2px 5px 0 5px;
}
.work-join .right .today-date{
	text-align:center;
	padding:20px 0;
	color:#fff;
	font-size:25px;
	background:url(../../images/resource/today-dateBg.png) 20px center #5073b3 no-repeat;
}
.work-join .right .today-date strong{

}
.work-join .right .today-date span{
	
font-size: 17px;
	
display: inline-block;
	
margin-left: 5px;
}
.schedule-list{
	padding:10px;
	background-color:#f1f7ff;
	border:1px solid #ddd;
	height: 540px;
	overflow: auto;
}
.schedule-list ul{
	position:relative;

}
.schedule-list ul:after{
	/* content:''; */
	width:1px;
	height:100%;
	position:absolute;
	border-left:1px dashed #dcdcdc;
	display:block;
	top:10px;
	left:6px;
}
.schedule-list ul li{
	margin-bottom:20px;
	position:relative;
	padding-top: 20px;
}
.schedule-list ul li + li{
	
border-top: 1px dashed #DDC;
}
.schedule-list ul li .list-text{
	margin-bottom:10px;
}
.schedule-list ul li .list-date{
	font-style: italic;
	color:#054073;
	background:url(../../images/resource/list-dateBg.png) left center no-repeat;
	padding-left:27px;
	font-size: 14px;
}
.schedule-list ul li .list-text span{
	display:inline-block;
	width: 13px;
	height: 13px;
	vertical-align:middle;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top: 25px;
	z-index:1;
}
.schedule-list ul li .list-text a{
}
.schedule-list ul li p{
	margin-left: 25px;
}
.work-join .tbl-cal .month {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}

.work-join .tbl-cal .month:after {
    display: none;
}

.work-join .tbl-cal .table-type tbody td {
    padding: 7px;
	text-align:left;
	vertical-align:top;
}

.work-join .tbl-cal .day {
    margin: 0px;
}
.work-join .tbl-cal .sub .num{
	font-size:14px;
	color:#5073b3;
}
.work-join .tbl-cal .sub	{
	min-height: 90px;
}
.work-join .tbl-cal .sub .case li{
	display:inline-block;
	text-indent:-9999px;
	width:10px;
	height:10px;
	line-height:1;
}
.work-join .item01{
	background: url(/sites/chosun/images/contents/calendar_icon_01.png) no-repeat;
	background-size: 100% 100%;
}
.work-join .item02{
	background: url(/sites/chosun/images/contents/calendar_icon_02.png) no-repeat;
	background-size: 100% 100%;
}
.work-join .item03{
	background: url(/sites/chosun/images/contents/calendar_icon_03.png) no-repeat;
	background-size: 100% 100%;
}
.work-join .item04{
	background-color:red;	
}
.work-join .work-type {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 25px 15px 25px;
    border: 1px solid #d9d9d9;
    text-align: center;
}

.work-join .work-type:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #f1f1f1;
}
.tbl-cal .table-type tbody td.today{
	border-width:2px; 
	border-color:#0054a6; 
	border-style:solid; 
	background-color:#f2f9fe
}
.work-join .work-detail .row {
    display: inline-block;
    width: 100%;
    padding: 40px 0 0 0;
    border-top: 2px solid #353e4d;
}

.work-join .work-detail .line {
    float: left;
    width: 25%;
    padding: 4px;
}

.work-join .work-detail .box {
    position: relative;
    height: 150px;
    padding: 50px 15px 25px 15px;
    border: 1px solid #dcdcdc;
}

.work-join .work-detail .type {
    font-size: 16px;
    color: #9c9c9c;
}

.work-join .work-detail .type {
    font-size: 16px;
    color: #9c9c9c;
}

.work-join .work-detail .subject h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: #333;
}

.work-join .work-detail .d-day {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 30px;
    line-height: 28px;
    background: #004a98;
    border-radius: 1px;
    text-align: center;
    color: #fff;
}

.work-join .work-detail .d-day.new {
    background: #04b9c2;
}

@media all and (max-width: 1024px) {
	.work-join .box {display: block;}
	.work-join .left, .work-join .right {display: block; width: 100%; box-sizing: border-box;}
}
@media all and (max-width: 480px) {
	.tbl-cal .month .now {margin-bottom: 5px;}
	.tbl-cal .month .today-more {position: static; margin: 10px auto; clear: both;}
}



/* ==========================================================================
   연혁
   ========================================================================== */

#history	{
	position:relative;
	padding-left:370px;
	margin: 50px 0;
}
#history .exText{
	position:absolute;
	left:0;
	top:0;
	width: 350px;
	font-size: 16px;
	padding-bottom: 70px;
	background: url(./../../images/contents/historyBg.jpg) left bottom no-repeat;
}
#history .exText .sname:after{
	content:'';
	width:100px;
	height:3px;
	background-color:#ffb03d;
	display:block;
	margin:30px 0;
}

#history .exText .sname{
	font-size:50px;
	font-weight:600;
	line-height: 1.3;
	letter-spacing:-2px;
	color: #393939;
}
#history .exText p + p{
	margin:5px 0;
}
#history .exText .sname span{
	color:#0055bc;
	display:block;
}
#history .list{
	position:relative;
	padding-left:120px;
	border-bottom:1px solid #ddd;
	margin-bottom: 70px;
	padding-bottom: 40px;
}
#history .list .years{
	position:absolute; 
	left:0; 
	top:-5px; 
	font-size:35px;
	padding-right:20px;
	line-height:1;
}
#history .list .years:after{
	content:'';
	width:1px;
	height:15px;
	background-color:#cfcfcf;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-7px;
	display:block;
}
#history .list .date{
	display:table;
	margin-bottom: 30px;
}
#history .list .date dt,
#history .list .date dd{
	display:table-cell;
}
#history .list .date dt{
	padding-right:20px;
	margin-right:20px;
	font-size:18px;
	color:#0055bc;
	width: 70px;
}
#history .list .date dd strong{
	display:block;
	margin-bottom:10px;
	position:relative;
	padding-left:15px;
	font-weight: 200;
}
#history .list .date dd ul li{
	position:relative;
}
#history .list .date dd ul li:before{
	content:'-';
	position:absolute;
	left:0;
	top:0;
}

@media all and (max-width: 1024px) {
	#history {padding-left: 0;}
	#history .exText {position: static; width: 100%; margin-bottom: 50px;}
}
@media all and (max-width: 725px) {
	#history {margin: 0;}
	#history .list {padding-left: 0;}
	#history .list .years {position: static; margin-bottom: 15px;}
	#history .list .years:after {display: block; position: static; width: 15px; height: 1px; margin-top: 15px;}
}
@media all and (max-width: 639px) {
	#history .list .date dt, #history .list .date dd {display: block;margin-bottom: 10px;}
	#history .list .date dt {}
	#history .exText .sname		{font-size:30px}
	#history .exText .sname span{display:inline-block; margin-right:10px}
}

/* ==========================================================================
   조직도
   ========================================================================== */

#organ_wrap .head {
    position: relative;
    color: #fff;
    font-size: 24px;
    width: 250px;
    height: 250px;
    text-align: center;
    background: url(../../images/resource/head_back.png) center center no-repeat;
    padding-top: 100px;
    margin: 0 auto;
}

#organ_wrap .head:before {
    content: '';
    position: absolute;
    width: 76px;
    height: 114px;
    left: -45px;
    top: 40px;
    background: url(../../images/resource/head_before.png) center center no-repeat;
}

#organ_wrap .head:after {
    content: '';
    position: absolute;
    width: 102px;
    height: 177px;
    right: -45px;
    top: 40px;
    background: url(../../images/resource/head_after.png) center center no-repeat;
}

#organ_wrap .organ_top {
    position: relative;
    width: 70%;
    padding-bottom: 35px;
    margin: 0 auto;
    overflow: hidden;
}

#organ_wrap .organ_top:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
    background-color: #ddd;
}

#organ_wrap .organ_top .cont_left {
    float: left;
    width: 35%;
    background-color: #fff;
}

#organ_wrap .organ_top .cont_left:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #ddd;
    margin-top: -25px;
    z-index: -1;
}

#organ_wrap .organ_top .cont_left.half_line:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    left: 0;
    background-color: #ddd;
    margin-top: -25px;
    z-index: -1;
}

#organ_wrap .organ_top .txt_skyB {
    color: #0178dd;
}

#organ_wrap .organ_top .cont_right {
    float: right;
    width: 35%;
}

#organ_wrap .organ_top a {
    color: #222;
    font-size: 15px;
    text-align: center;
    border: 2px solid #0178dd;
    background-color: #fff;
    padding: 10px 0;
}

#organ_wrap .organ_top a:hover {
    color: #fff;
    border-color: #0174d7;
    background-image: url(../../images/resource/top_hov_ptn.png);
}

#organ_wrap .organ_top .top_cont01 {
    margin: 30px 0 30px 0;
    overflow: hidden;
}

#organ_wrap .organ_top .top_cont01 li:first-child,
#organ_wrap .organ_top .top_cont01 li:nth-child(2) {
    float: left;
    width: 49%;
    margin-bottom: 30px;
}

#organ_wrap .organ_top .top_cont01 li:first-child {
    margin-right: 2%;
}

#organ_wrap .organ_top .top_cont01 li:last-child {
    position: relative;
    clear: both;
}

#organ_wrap .organ_top .top_cont01 li:last-child:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 25px;
    left: -43%;
    background-color: #ddd;
    z-index: -1;
}

#organ_wrap .organ_top .top_cont02 {
    margin-bottom: 30px;
    overflow: hidden;
}

#organ_wrap .organ_top .top_cont02 li {
    position: relative;
}

#organ_wrap .organ_top .top_cont02 li:first-child:after {
    content: '';
    position: absolute;
    width: 43%;
    height: 61px;
    top: 25px;
    left: -43%;
    background: url(../../images/resource/organ_line.png) center center no-repeat;
    z-index: -1;
}

#organ_wrap .organ_top .top_cont02 li:nth-child(2),
#organ_wrap .organ_top .top_cont02 li:last-child {
    float: left;
    width: 49%;
    margin-top: 10px;
}

#organ_wrap .organ_top .top_cont02 li:nth-child(2) {
    margin-right: 2%;
}

#organ_wrap .organ_top .top_cont03 {
    overflow: hidden;
}

#organ_wrap .organ_top .top_cont03 li:last-child {
    position: relative;
    margin-top: 30px;
}

#organ_wrap .organ_top .top_cont03 li:last-child:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 25px;
    left: -43%;
    background-color: #ddd;
    z-index: -1;
}

#organ_wrap .organ_btm {
    position: relative;
    padding-top: 35px;
    overflow: hidden;
}

#organ_wrap .organ_btm:before {
    content: '';
    position: absolute;
    width: 82%;
    height: 1px;
    top: 0;
    left: 50%;
    margin-left: -41%;
    background-color: #ddd;
}

#organ_wrap .organ_btm>ul>li {
    position: relative;
    float: left;
    width: 18%;
    margin-right: 2.5%;
}

#organ_wrap .organ_btm>ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    left: 50%;
    top: -35px;
    background-color: #ddd;
}

#organ_wrap .organ_btm>ul li:last-child {
    margin-right: 0;
}

#organ_wrap .organ_btm .list_cont li {
    float: inherit;
    width: 100%;
    line-height: 1.3;
    background: url(../../images/resource/organ_bullet.png) left 14px no-repeat;
    padding: 7px 0 7px 20px;
}

#organ_wrap .organ_btm .list_cont li:hover {
    background-image: url(../../images/resource/organ_bullet_hov.png);
}

#organ_wrap .organ_btm .list_cont a:hover {
    color: #004cbf;
}

#organ_wrap .organ_btm .list_inner li {
    font-size: 13px;
    text-decoration: underline;
    padding-left: 0;
    background: none;
}

#organ_wrap .organ_btm .list_inner li:hover {
    background: none;
}

#organ_wrap .organ_btm .list_inner a {
    color: #888;
}

#organ_wrap .organ_btm .list_inner a:hover {
    color: #222;
}

#organ_wrap .organ_btm dt {
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #40b8fd;
    background-image: url(../../images/resource/organ_pattern.png);
    padding: 10px 0;
    margin-bottom: 10px;
}

#organ_wrap .organ_btm dt p {
    font-size: 15px;
}

#organ_wrap .organ_btm dd {
    min-height: 365px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}

#organ_wrap .organ_and {
    margin-top: 40px;
}

#organ_wrap .organ_and ul {
    display: inline-block;
    width: 100%;
}

#organ_wrap .organ_and li {
    float: left;
    width: 49%;
    font-size: 20px;
    text-align: center;
    margin-right: 2%;
    overflow: hidden;
}

#organ_wrap .organ_and a {
    background-color: #ebeef5;
    border: 1px solid #316df7;
    padding: 20px 0;
}

#organ_wrap .organ_and a:hover {
    color: #fff;
    border-color: #316df7;
    background-color: #316df7;
}

#organ_wrap .organ_and a dt {
    color: #333;
    font-size: 18px;
}

#organ_wrap .organ_and a dt span {
    color: #2b4685;
    font-size: 16px;
}

#organ_wrap .organ_and a dd {
    color: #2b4685;
    font-size: 16px;
}

#organ_wrap .organ_and li:last-child {
    margin-right: 0;
}

#organ_wrap .organ_and a:hover dt,
#organ_wrap .organ_and a:hover dt span,
#organ_wrap .organ_and a:hover dd {
    color: #fff;
}

#organ_wrap .organ_detail .mail {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    background: #004a8f;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
}
@media (max-width: 940px) {
    #organ_wrap .organ_top {
        width: 100%;
    }
    #organ_wrap .organ_top .cont_left {
        width: 46%;
    }
    #organ_wrap .organ_top .cont_right {
        width: 45%;
    }
    #organ_wrap .organ_btm {
        padding: 20px;
    }
    #organ_wrap .organ_top .top_cont02 li:first-child:after {
        width: 12%;
        left: -11%;
        background-position: -240px center;
    }
    #organ_wrap .organ_top .top_cont01 li:last-child:after {
        left: -11%;
    }
    #organ_wrap .organ_top .top_cont03 li:last-child:after {
        left: -11%;
    }
    #organ_wrap .organ_btm>ul>li:first-child,
    #organ_wrap .organ_btm>ul>li:nth-child(2),
    #organ_wrap .organ_btm>ul>li:nth-child(3) {
        width: 32%;
        margin: 0 2% 20px 0;
    }
    #organ_wrap .organ_btm>ul>li:nth-child(3) {
        margin-right: 0;
    }
    #organ_wrap .organ_btm>ul>li:nth-child(4),
    #organ_wrap .organ_btm>ul>li:last-child {
        width: 49%;
        margin-right: 2%;
    }
    #organ_wrap .organ_btm>ul>li:nth-child(4) dd,
    #organ_wrap .organ_btm>ul>li:last-child dd {
        min-height: 220px;
    }
    #organ_wrap .organ_btm>ul>li:last-child {
        margin-right: 0;
    }
    #organ_wrap .organ_btm:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: 0;
        border: 1px solid #ddd;
        background-color: #f2f2f2;
    }
    #organ_wrap .organ_btm>ul li:before {
        display: none;
    }
    #organ_wrap .organ_and li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #organ_wrap .organ_and li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 620px) {
    #organ_wrap .organ_btm>ul>li {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    #organ_wrap .organ_btm dd {
        min-height: auto !important;
    }
    #organ_wrap .organ_top a {
        font-size: 13px;
    }
}

.link-list	{
}
.link-list > ul > li	{
	display:inline-block;
	width:46.5%; 
	margin:1.4%;
	border:1px solid #ddd;
	padding:20px;
	box-sizing:border-box;
	position:relative;
	vertical-align: top;
}

.link-list ul ul{
	position:absolute; 
	right:20px;
	top:15px;
}

.link-list ul ul li{
	display:inline-block;
}

@media all and (max-width: 480px) {
	.link-list > ul > li {width: 100%; margin: 10px 0;}
}

.newNotice{
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    background: #eb7203 url(../../images/resource/icon-board-new.png) no-repeat center center;
    border-radius: 2px;
    text-indent: -9999px;
}
a.btn_img{
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;	
	text-align:center;
}
a.btn_img:before{
	content:''; 
	display:inline-block;
	vertical-align:middle; 
	margin-right:10px;
}
a.preview:before{
	width:15px; 
	height:15px; 
	margin-top:-3px;
	background: url(../../images/resource/btn-oda-event-more.png) no-repeat center center; 
}
a.pdf-down:before{
	width:15px; 
	height:15px; 
	background: url(../../images/resource/pdf-down.png) no-repeat center center; 
	margin-top:-5px;
}
a.homepage:before{
	width:11px; 
	height:11px; 
	margin-top:-3px;
	background: url(../../images/resource/icon-sns.png) no-repeat center center; 
}

.type-news.list.event .thumb{
	padding: 0 0 0 35px;
}
.type-news.list.event .thumb p{
	
width: 260px;
	
max-height: 200px;
	
overflow: hidden;
	
border: 1px solid #ececec;
}
.type-news.list.event .thumb p img{
	
width: 100%;
}
.eventdate			{
	width:200px;
	display:table-cell;
	text-align:center;
	color:#000;
	padding-top:20px;
}
.eventdate p span{
	font-size:22px;
	font-weight:600;
}
.eventdate .un{
	color:#999;
	margin-top:20px;
}

.policy .info strong span{
	color:#1631bf;
	font-size:14px;
}

@media (max-width: 1024px) {
	.link-list ul ul {position: static; margin-top: 15px;}
}
@media all and (max-width: 890px) {
    .type-news.list.event .thumb {
		padding: 0; margin-top: 10px;
    }
}
@media all and (max-width: 600px) {
	.eventdate {display: block; width: 100%;}
	.eventdate p {display: inline-block;}
}
@media all and (max-width: 480px) {
	.eventdate p.time {display: block;}
}


/* ==========================================================================
   직원찾기
   ========================================================================== */
@media all and (max-width: 640px) {
	.member-list {overflow-x: scroll; width: 100%;}
	.member-list table {width: 700px;}
}


/* ==========================================================================
    웹진
   ========================================================================== */
   	.cate		{background-color:#f0f2f3;}
	.webZine					{
    overflow: hidden;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 10px;
}
	.webZine .left						{float:left; overflow:hidden; width:230px;}
	.webZine .left .vol					{background-color:#005fcb; position:relative;}
	.webZine .left .vol a.num			{display:block; color:#fff; font-size:20px; padding:12px 15px; position:relative;}
	.webZine .left .vol a.num:after			{content:''; display:block; position:absolute; right:20px; top:17px; background: url(./../../images/resource/select_btn.png) no-repeat; width:20px; height:20px;}

	.webZine .left .vol-cate			{display:none;position:absolute;top: 55px;background-color:rgba(255,255,255,0.9);width:100%;padding:20px 20px 10px 20px;border: 1px solid #969696;max-height:300px;overflow:auto;box-sizing:border-box;z-index: 9;}
	.webZine .left .vol-cate.on		{display:block;}
	.webZine .left .vol-cate li			{margin-bottom:10px;}
	.webZine .left .vol-cate li a		{position:relative; color:#000; padding-left:10px; font-size:15px;}
	.webZine .left .vol-cate li a:before{content:''; width:3px; height:3px; border-radius:10px; background-color:#000; display:block; position:absolute; left:0; top:10px;}
	.webZine .left .vol-list				{padding: 20px 15px;box-sizing:border-box;max-height: 600px;overflow: auto;}
	.webZine .left .vol-list .vol-listOpen{display:none;}
	.webZine .left .vol-list li				{margin-bottom: 10px;}
	.webZine .left .vol-list li a			{color:#323232;font-size: 15px;letter-spacing: -1px;display: block;padding-left: 10px;}
	.webZine .down-btn				{text-align:center;padding: 10px 0;border-top:1px solid #ddd;margin: 0 15px;}
	.webZine .down-btn a				{background-color:#fff;width: 100%;box-sizing: border-box;}
	.webZine .right						{float:right; width:940px;}
.webZine .left .vol-list li a.select		{color:#005fcb;font-weight:600;background: url(./../../images/resource/webzineArr.png) left 6px no-repeat;}
	.webZine .right ul li				{width:calc(100% / 3 - 22px); display:inline-block; float:left; margin:0 10px 20px;}
	.webZine .right ul li .thum		{height:190px;overflow:hidden;border: 1px solid #ddd;border-bottom: none;}
	.webZine .right ul li .thum img	{width:100%; height:100%;}
	.webZine .right .subject			{padding:20px 20px 35px 20px; border:1px solid #ddd; box-sizing:border-box; border-top:none;}
	.webZine .right .subject span,
	.webZine .right .subject a,
	.webZine .right .subject p			{display:block; font-size:14px;}
	.webZine .right .subject span		{color:#0054a6;}
	.webZine .right .subject a			{color:#222222; font-size:17px; font-weight:600; margin:15px 0;  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; line-height: 1.3em; height: 2.6em; overflow: hidden; text-overflow: ellipsis;}
	.webZine .right .subject p			{color:#666;  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; line-height: 1.4em; height: 2.8em; overflow: hidden; text-overflow: ellipsis;}
	.webZine .right .vol-listOpen		{display:none;}

	/*웹접근성 포커스*/
	.webZine .right ul li .thum > a {position: relative; display: block; height: 100%;}
	.webZine .right ul li .thum > a:focus::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border: 2px solid #000;
		box-sizing: border-box;
	}

@media all and (max-width: 1024px) {
	.webZine .left		{width:100%; margin-bottom:20px;}
	.webZine .right		{width:100%; border-top: 1px solid #666; padding-top: 20px;}
	.webZine .left .vol-list li	{width: calc(100% / 3 ); float: left;}
}

@media all and (max-width: 639px) {
	.webZine .right ul li .thum			{height:auto;}
	.webZine .right ul li .thum img		{height:auto;}
	.webZine .right ul li					{width:100%;}
	.webZine .left .vol-list li	{width: 100%;float: left;display: none;}
	.webZine .left .vol-list.on li		{display:block;}
	.webZine .left .vol-list p			{position:relative;}
	.webZine .left .vol-list .vol-listOpen	{display:block;}
	.webZine .left .vol-list.on p{margin-bottom:20px; }
	.webZine .right .vol-listOpen					{position:relative; display:block;}
	.vol-listOpen a				{display: block; border: 3px solid #c5c5c5; padding: 10px; font-weight: 600;}
	.vol-listOpen:after	{content: '';display: block;position: absolute;right: 20px;top: 20px;width: 10px;height: 10px;background: url(/sites/chosun/masterSkin/chosun_JW_MS_K2WT001_M/images/sellect-icon.png) no-repeat;transition: all 0.3s ease;}
}
._paging	{
    margin: 30px 0 0 0;
    text-align: center;
}
._paging a {
    width: inherit !important;
    height: 32px !important;
    margin: 0 2px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 27px;
    box-sizing: border-box;
	line-height:32px !important;
	min-width:32px;
	padding:0 3px;
	margin:0 2px !important;
}
._paging a._first {
    width: 41px !important;
    background: url(../../images/resource/icon-board-first.png) no-repeat center center !important;
}
._paging a._last{
    width: 41px !important;
    background: url(../../images/resource/icon-board-last.png) no-repeat center center !important;
}
._paging a._next {
    background: url(../../images/resource/icon-board-next.png) no-repeat center center !important;
}
._paging a._prev {
    background: url(../../images/resource/icon-board-prev.png) no-repeat center center !important;
}
._paging ._inner ul li a:hover, 
._paging ._inner ul li strong {
    background: #004a98 !important;
    border: 1px solid #004a98 !important;
	line-height:30px;
    height: 30px;
    color: #fff !important;
}
.stf-prgs{
    display: inline-block;
    padding: 5px 10px;
    background: #0054a7;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.stf-prgs2{
    display: inline-block;
    padding: 5px 10px;
    background: #b3b3b3;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}


@media all and (max-width: 639px) {
	._paging ._inner a._first,
	._paging ._inner a._last				{display:none;}

	._paging ._inner a._prev		{background: url(../../images/resource/icon-board-first.png) no-repeat center center !important;}
	._paging ._inner a._listPrev	{background: url(../../images/resource/icon-board-prev.png) no-repeat center center !important;}
	._paging ._inner a._next		{background: url(../../images/resource/icon-board-last.png) no-repeat center center !important;}
	._paging ._inner a._listNext	{background: url(../../images/resource/icon-board-next.png) no-repeat center center !important;}
	._paging ._inner ._pageState span	{font-size:14px; line-height:2;}
}

.u-file{
	padding-left: 45px;
  	margin: 20px 0;
    background: url("../../images/resource/u-icon.jpg") no-repeat 20px center;
	}
.u-file p.text{
  display: inline-block;
  margin-right:5px;
}
.u-file a.link{
 	 color: #fff;
    padding: 5px 30px 5px 10px;
    border-radius: 5px;
    background: #0054a6 url(../../images/resource/u-icon2.jpg) no-repeat 60px center;
}

/* 250513 */

.file .link {display:none !important;}