@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#subContainer{position:relative; padding:0 0px 85px; margin:0 auto; width:1200px; box-sizing:border-box;}
#commonContainer{position:relative; padding:30px 20px 60px; margin:0 auto; width:1200px; box-sizing:border-box;}
#subContainer:after{content:""; display:block; clear:both;}

#leftMenu{float:left; width:270px; margin-top: -27px;}
#subContents{float:right; padding-top: 40px; width:calc(100% - 320px);}

#header{
    position: absolute;
}

@media only screen and (max-width:1280px) {
	#subContainer, #commonContainer{padding:0 20px 50px;}
	#subContainer{width:100%;}
	#commonContainer{width:100%;}

}
@media only screen and (max-width:980px) {
	#subContainer, #commonContainer{padding:0;}
	#subContents{float:none; padding:40px 20px 80px; width:100%;}
	#leftMenu {float:none;  width: 100%; position:relative; top: 0; margin-top: 0px; left: 0; margin-bottom:10px;}	
	.left-menu {display:none;}
	.left-notice {display:none;}
}
@media only screen and (max-width:767px) {
	#subContents{padding:30px 10px 50px;}
	.sub-title h3:before {  width: 30px !important; }
}
#footer{
    min-height: auto;
}


/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-visual{display: table;width: 100%;height: 350px;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
.sub-visual01{background-image:url('/images/kor20r-21-0436/sub/subtop_image01.jpg')}
.sub-visual02{background-image:url('/images/kor20r-21-0436/sub/subtop_image02.jpg')}
.sub-visual03{background-image:url('/images/kor20r-21-0436/sub/subtop_image03.jpg')}
.sub-visual04{background-image:url('/images/kor20r-21-0436/sub/subtop_image04.jpg')}
.sub-visual05{background-image:url('/images/kor20r-21-0436/sub/subtop_image05.jpg')}

.sub-visual-txt{ display: table-cell; padding-top: 100px; width: 100%; text-align: center; vertical-align: middle; color: #fff;}
.sub-visual-txt h1{font-size:48px; font-weight: 500; line-height: 1;}
.sub-visual-cont{ font-size: 18px; font-weight: 300;  line-height: 1}


@media only screen and (max-width:768px) {
.sub-visual01, .sub-visual02, .sub-visual03, .sub-visual04, .sub-visual05 {height:250px;}
.sub-visual-txt{padding-top: 70px;}
.sub-visual-txt h1{font-size:30px;}
.sub-visual-cont{ font-size: 14px;}
}


/* Left Menu (서브 좌측 영역)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
/* 좌측메뉴 */
.sub-tab{display:none; z-index:999; width:100%;}
.sub-tab.fixed{position:fixed; top:0; left:0; width:100%; background:#fff; border-bottom:1px solid #ddd; box-shadow:0 2px 10px rgba(0,0,0,0.10); opacity:0.92;}
.sub-tab > ul{margin:50px auto 0; height:60px; text-align:center; line-height:0; font-size:0;}
.sub-tab.fixed ul{margin:0 auto; width:100%;}
.sub-tab li{display:inline-block; width:301px; height:60px;}
.sub-tab li a{display:inline-block; width:100%; height:60px; text-align:center; line-height:58px; font-weight:400; font-size:20px; color:#777; border:1px solid #ddd; border-left:0;}
.sub-tab li:first-child a{border-left:1px solid #ddd;}
.sub-tab li:last-child a{border-right:0;}
.sub-tab li.active a{color:#fff; background:#2d5b79; border-color:#2d5b79;}
.sub-tab.fixed a{border-bottom:0; border-top:0;}

@media only screen and (max-width:980px) {
	.sub-tab {display:block;}
	.sub-tab > ul{width:100%; margin:0 auto; }
	.sub-tab .col-1 li{width:100%;}
	.sub-tab .col-2 li{width:50%;}
	.sub-tab .col-3 li{width:33.33%;}
	.sub-tab .col-4 li{width:25%;}
}
@media only screen and (max-width:768px) {
	.sub-tab > ul{height:50px;}
	.sub-tab li{height:50px;}
	.sub-tab li a{height:50px; line-height:48px; font-size:16px;}
}
@media only screen and (max-width:480px) {
	.sub-tab{min-width:320px;}
	.sub-tab li a{font-size:15px;}
}


.left-menu h2{padding:25px; font-weight:500; font-size:20px; color:#fff; background:#2d5b79;}
.left-menu li{width:100%;}
.left-menu li a{position:relative; display:block; padding:0 25px; width:100%; box-sizing:border-box; height:54px; line-height:54px; font-weight:400; font-size:16px; color:#222; border-bottom:1px solid #ddd;}
.left-menu li a:after{
    display:inline-block;
    position: absolute;
    right: 25px;
    top: 18px;
    content:"\276F";
    color:#222;
}
.left-menu li.active a{
    color: #2d5b79;
    border-bottom: 2px solid #2d5b79;
}
.left-menu li a:hover,.left-menu li a:hover:after,.left-menu li.active a:after{
    color: #2d5b79;
}
@media only screen and (max-width:980px) {
    .left-banner{
        display: none;
    }
}

/* 좌측배너 */
.left-banner{
    width: 100%;
    text-align: center;
    background: #e4e5e6 url(/images/kor20r-21-0436/sub/ban_icon.png) no-repeat 100% 0;
    padding: 40px 10px 30px 10px;
    margin-top: 50px;
    word-break: keep-all;
}
.left-ban-tit{
    font-size: 22px;
    color: #446176;
    font-weight: 500;
}
.left-banner .box{
    margin: 20px 0 15px;
}
.left-banner .box span{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: #446176;
    padding: 3px 40px;
    border-radius: 15px;
}
.left-banner .time{
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 400;
}

/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list .whois-board-row .whois-board-row-subject strong {font-weight:500;}
.whois-board-list { display:inline-block; padding:0; font-size:14px; }
.whois-board-list .whois-board-row { width:100%; margin:0 0 0 0; padding:15px 0 15px 0; float:left; border-bottom:1px solid #eee; color:#000;}
.whois-board-list .whois-board-row:first-child { border-top:1px solid #777; } /* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:17px; font-weight:600; }
.whois-board-list .whois-board-row .whois-board-row-subject a:hover {color:#333;}
.whois-board-list .whois-board-row .whois-board-row-info { color:#777;letter-spacing: 0.2px; }
.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author { max-width: 33vw; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align: middle; }

/* 일반게시판 view */
.whois-board-view .board-info {  font-size: 14px;}
.whois-board-view .comment-wrap .comment-info { font-size: 14px;}
.whois-board-view .board-content {font-size: 15px;}
.whois-board-view .board-content > span {font-size: 15px !important; line-height: 23px;}
.whois-board-view .comment-wrap .comment-list { font-size: 13px;}
.form-group label {font-size: 16px; font-weight:500; color:#333;}
.next_data_area {font-size: 13px; letter-spacing: 0.05px;}
.prev_data_area {font-size: 13px; letter-spacing: 0.05px;}
.whois-board-view { display:inline-block; font-size:13px; border-top:1px solid #777; } /* Line 색상 */
.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 10px 0; float:left; border-bottom:1px solid #eee; }
.whois-board-view .whois-board-view-row .whois-board-view-subject { width:100%; margin:0 0 15px 0; padding:0; float:left; font-size:18px; font-weight:600; }
.whois-board-view .whois-board-view-row .whois-board-view-author { width:100%; margin:0 0 5px 0; padding:0; float:left; font-size:13px; font-weight:600; }
.whois-board-view .whois-board-view-row .whois-board-view-info { width:100%; margin:0; padding:0 0 10px 0; float:left; color:#acacac; }
.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 10px 0; float:left; font-size:12px; }

.whois-board-view .whois-board-view-files { width:100%; margin:0; padding:0; float:left; }
.whois-board-view .whois-board-view-files .whois-board-view-file { width:100%; margin:0; padding:5px 0; float:left; font-size:12px; }
.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count { font-size:11px; color:#c4c4c4; }


/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub { color:#fff; background-color: #2d5b79; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus { color:#fff; background-color: #1e4056; }
input.form-control:focus {border-color:#333 !important:}
.board-write .btn_file{color:#fff;}

/* 게시판 공통 */
.sub-box { margin-right:5px; background-color: #2d5b79;  border: 0; color:#ffffff; display: inline-block;}
.sub-box.sm { font-size: 12px; padding: 2px 5px;}
.sub-box.m { font-size: 14px; padding: 4px 8px;}
.sub-box.lg { font-size: 16px; padding: 6px 12px;}
 
.sub-border { border: 1px solid #ddd; }
.sub-border-t { border-top: 1px solid #ddd; }
.sub-border-r { border-right: 1px solid #ddd; }
.sub-border-b { border-bottom: 1px solid #ddd; }
.sub-border-l { border-left: 1px solid #ddd; }

.sub-bg { background-color: #2d5b79; }
.sub-bg-hover:hover { background-color: #1e4056; }
.infoconsent-wrap .content{font-size:14px;}


/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form{margin:0 auto; background:#fff; font-size: 16px;}
.material-form .header{padding:50px 10px; background:#6498fe; font-size:16px; color:#fff;}
.material-form .header h3{font-size:30px;}
.material-form .header p,
.material-form .header span{margin-top:15px; font-size:16px; color:#fff;}

.material-form .sub-header h4{font-weight:500;	height:34px; line-height:34px; font-size:16px;}
.material-form .sub-content .form-group:last-child{margin:0;}

.material-form .input-group{position:relative; border:0;}
.material-form .input-group .input-group-addon{padding-right:6px; padding-left:6px; background:#fff; border:0;}

.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois{border:1px solid #ccc; transition:0.3s all ease; font-family:"Noto Sans KR";}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type='text'].whois,
.th + input[type='password'].whois,
.th + select.whois{border-bottom-left-radius:4px; border-top-left-radius:4px;}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn{border-bottom-right-radius:4px; border-top-right-radius:4px;}

.material-form .form-group{margin-bottom:15px; overflow:visible;}

.material-form .form-group.success .form-control{color:#5cb85c;}
.material-form .form-group.failed .form-control{color:#d9534f;}
.material-form .form-control[readonly]{background:#fff;}
.material-form .btn {height:38px;}
.material-form .btn-default{-webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}

.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois{z-index:10;}

.input-group label.th{z-index:9; display:none; position:absolute; top:50%; left:10px; margin-top:-10px; height:20px; color:#ccc;}

.input-group label.th.ie9{z-index:11; display:block;}
.material-form .desc{padding:10px 0;}

.chkbox{display:inline-block; margin:0; padding:0;}
.chk-block,
.chk-block span{display:block; text-align:center; width:100%;}
.chkbox input[type='radio'],
.chkbox input[type='checkbox']{display:none;}
.chkbox input[type='radio']~.rbtn{padding: 6px 12px; line-height:27px; border:1px solid #ccc; border-radius:3px; cursor:pointer;}
.chkbox input[type='radio']:checked~.rbtn{background:#ccc; color:#fff;}
.chkbox input[type='radio']~.box,
.chkbox input[type='checkbox']~.box{display:block; color:#bbb; cursor:pointer; transition:0.5s all ease;}
.chkbox input[type='radio']~.box:before,
.chkbox input[type='checkbox']~.box:before{display:inline-block; margin-right:5px; padding:2px;	font-family:'Glyphicons Halflings'; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;}
.chkbox input[type='radio']~.box:before{content:"\e165";}
.chkbox input[type='checkbox']~.box:before{content:"\e013";}
.chkbox input[type='radio']:checked~.box,
.chkbox input[type='checkbox']:checked~.box{color:#666;}
.chkbox input[type='radio']:checked~.box:before,
.chkbox input[type='checkbox']:checked~.box:before{color:#666;}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub_title h1{
    width: 100%;
    font-size: 28px;
    color: #111;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.sub-contents .blue{
    color: #2d5b79 !important;
}
.sub-contents .list li{
    position: relative;
    padding-left: 13px;
    font-size: 16px;
    color: #777;
    line-height: 22px;
    margin-bottom: 10px;
}
.sub-contents .list li:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #777;
}
.sub-contents .list li:last-child{
    margin: 0 !important;
}
.sub-contents .s_tit{
    position: relative;
    padding-left: 12px;
    font-size: 22px;
    font-weight: 400;
    color: #1e4056;
    margin-bottom: 30px;
}
.sub-contents .s_tit:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    width: 4px;
    height: 20px;
    background: #1e4056;
}
.sub-contents .txt_top{
    text-align: center;
    border-bottom: 2px solid #2d5b79;
    padding-bottom: 45px;
    margin-bottom: 40px;
}
.sub-contents .c_num dt span{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1e4056;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.sub-contents .c_num dd{
    font-size: 25px;
    color: #1e4056;
    font-weight: 400;
    margin: 10px 0 20px 0;
}
.sub-contents .txt_top p{
    color: #777;
    font-weight: 400;
    line-height: 28px;
}
.sub-contents .desc{
    line-height: 28px;
    color: #777;
    margin-top: 20px;
}

@media only screen and (max-width:768px) {
    .sub_title h1{
        font-size: 22px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .sub-contents .s_tit{
        padding-left: 10px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sub-contents .s_tit:before{
        top: calc(50% - 9px);
        height: 18px;
    }
    .sub-contents .c_num dt span{
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .sub-contents .c_num dd{
        font-size: 22px;
        margin: 7px 0 10px 0;
    }
    .sub-contents .desc{
        line-height: 24px;
        font-size: 14px;
        margin-top: 15px;
    }
}




.table_base{
    width: 100%;
    border-top: 2px solid #434343;
}
.table_base thead th{
    background: #fafafa;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    text-align: center;
    padding: 20px;
    font-weight: 400;
}
.table_base thead th:last-child{
    border-right: 0;
}
.table_base tbody th,.table_base tbody td{
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 15px 20px;
}
.table_base tbody td:last-child{
    border-right: 0;
}
.table_base tbody th{
    text-align: center;
    background: #f4f8fa;
}
.table_base tbody td{
    text-align: left;
    color: #777;
}
@media only screen and (max-width:768px) {
    .table_base thead th{
        padding: 10px;
    }
    .table_base tbody th,.table_base tbody td{
        padding: 10px;
        font-size: 14px;
    }
}