@charset "utf-8";
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

h3.page-title {
    position: relative;
    margin-bottom: 40px;
	margin-top:60px;
    display: inline-block;
    width: 100%;
    font-family: 'Nanum Square';
    font-weight: 700;
    font-size: 40px;
    color: #1f282d;
    text-align: left;
    line-height: 1;
}
h3.page-title:first-child {
	margin-top:0;
}

h3.page-title._mg_t {
    margin-top: 80px;
}

h3.page-title span {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    background: #fff;
	letter-spacing:-2px;
}
h3.page-title span em {
	font-weight:300;
	display:inline-block;
	padding-left:15px;
}

h3.page-title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dee1e3;
}

h4.page-title {
    position: relative;
    margin: 0;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 28px;
    color: #323c41;
    line-height: 1.5;
    border-bottom: 2px solid #323c41;
}

h4.page-title._mg_t {
    margin-top: 80px;
}

h5.cont-title {
    position: relative;
    margin-bottom: 20px;
    padding-left: 12px;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 700;
}

h4.page-sub-title {
    position: relative;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    color: #1f282d;
    line-height: 1.5;
}

h4.page-sub-title._mg_t {
    margin-top: 20px;
}

h4.page-sub-title.text-center {
    text-align: center !important;
}

h5.page-sub-title {
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #216d97;
    text-align: left;
}

h5.page-sub-title._mg_t {
    margin-top: 80px;
}

h5.cont-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 11px;
    background: url('/images/sub/ico_title_bullet.png') no-repeat center;
}

h5.cont-title span {
    color: #777879;
}

h6.cont-title {
    position: relative;
    margin-bottom: 20px;
    color: #0e76bc;
    font-size: 20px;
    font-weight: 700;
}

.sub-visual>div {
    position: relative;
    width: 100%;
    height: 230px;
    text-align: center;
    background: url("/images/kor06r-18-0404/sub/sub_visual.jpg") no-repeat center center/cover;
}

.sub-visual h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 35px;
    line-height: 1;
    font-size: 35px;
    color: #fff;
}

.sub-tab {
    height: 53px;
    background: #716b69;
}

.sub-tab>ul:after {
    content: "";
    display: block;
    clear: both;
}

.sub-tab li {
    float: left;
}

.sub-tab li a {
    display: block;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-size: 20px;
    color: #fff;
    border-left: 1px solid #8d8987;
}

.sub-tab li.active a {
    font-weight: 400;
    background: #fff;
    color: #3a3533;
    border-color: #8d8987;
}

.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-6 li {
    width:calc(100%/6);
}
.sub-tab .col-5 li {
    width:calc(100%/5);
}

@media only screen and (min-width: 1201px) {
    .sub-tab>ul {
        margin: 0 auto;
        width: 1200px;
    }
    .sub-tab li:last-child a {
        border-right: 1px solid #8d8987;
    }
}

@media only screen and (max-width: 1200px) {
    .sub-tab li:first-child a {
        border-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .sub-visual>div {
        height: 150px;
    }
    .sub-visual h2 {
        font-size: 25px;
    }
    .sub-tab {
        height: 45px;
    }
    .sub-tab li a {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#subContents {
    padding: 100px 0;
    width: 100%;
}

.sub-contents p {
    word-break: break-all;
}

.sub-contents p:last-child {
    margin-bottom: 0;
}

.sub-contents .big-txt {
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: 25px;
    color: #333;
}

.sub-contents .big-txt strong {
    font-weight: 700;
    color: #ff4e00;
}

@media only screen and (min-width: 1201px) {
    #subContents {
        margin: 0 auto;
        width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    #subContents {
        padding: 100px 20px;
    }
}

@media only screen and (max-width: 768px) {
    #subContents {
        padding: 50px 10px;
    }
    .sub-contents p {
        font-size: 14px;
        white-space: normal;
        word-break: break-word;
    }
    .sub-contents .big-txt {
        margin-bottom: 20px;
        font-size: 20px;
    }
}


/* 일반게시판 List */

.whois-board-list {
    display: inline-block;
    padding: 0;
}

.whois-board-list table {
    width: 100%;
    border-collapse: collapse;
}

.whois-board-list th,
.whois-board-list td {
    padding: 18px 0;
    text-align: center;
}

.whois-board-list th {
    font-size: 16px;
    font-weight: 500;
    color: #121212;
    border-top: 2px solid #000;
    border-bottom: 1px solid #dadada;
}

.whois-board-list td {
    font-size: 16px;
    border-bottom: 1px solid #dadada;
}

/*.whois-board-list tr:last-child td { border-bottom:none; }*/

.whois-board-list td.subject {
    text-align: left;
}

.whois-board-list td.subject a {
    color: #121212;
}

.whois-board-list td.date {
    color: #666;
}

.whois-board-list td.category2 {
    color: #439098;
}

.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: #000000;
}

.whois-board-list .whois-board-row:first-child {
    border-top: 1px solid #000;
}

/* Line 색상 */

.whois-board-list .whois-board-row .whois-board-row-subject {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-info {
    color: #acacac;
}

.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 {
    display: inline-block;
    border-top: 1px solid #6281c4;
}

/* 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: #439096;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 3px;
}

.btn-search:hover,
.btn-search:focus,
.whois-button-submit:hover,
.whois-button-submit:focus,
.btn-sub:hover,
.btn-sub:focus {
    color: #fff;
    background-color: #f99c10;
}

/* 게시판 페이징 */

.paginate_regular a,
.paginate_regular strong {
    margin: 0 !mportant;
    padding: 0 5px !important;
    font-family: "NotoSansKR", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #666 !important;
}

.paginate_regular .on a {
    font-weight: 500 !important;
    color: #000 !important;
}

/* 게시판 공통 */

.sub-box {
    margin-right: 5px;
    background-color: #6281c4;
    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 #6281c4;
}

.sub-border-t {
    border-top: 1px solid #6281c4;
}

.sub-border-r {
    border-right: 1px solid #6281c4;
}

.sub-border-b {
    border-bottom: 1px solid #6281c4;
}

.sub-border-l {
    border-left: 1px solid #6281c4;
}

.sub-bg {
    background-color: #6281c4;
}

.sub-bg-hover:hover {
    background-color: #e64600;
}

.content-wrap .i_ing {
    background: #6281c4;
    padding: 2px 5px;
    font-size: 14px;
    color: #fff;
}

.content-wrap .i_end {
    background: #ccc;
    padding: 2px 5px;
    font-size: 14px;
    color: #fff;
}

.user_info {
    margin: 20px 0;
    display: table;
    width: 100%;
    border: 1px solid #dadada;
    border-top: 1px solid #000;
}

.user_info>div {
    display: table-cell;
    padding: 20px;
}

.user_info>div:nth-of-type(1) {
    width: 150px;
    text-align: center;
    border-right: 1px solid #dadada;
    background: url(/images/kor06r-18-0404/sub/icon_cs.png) center center no-repeat;
}

.user_info>div:nth-of-type(2) {
    width: calc(100% - 150px);
}

.user_info>div p {
    margin-bottom: 20px;
}

.user_info>div li {
    position: relative;
    padding-left: 10px;
}

.user_info>div li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #6281c4;
    border-radius: 50%;
}

.user_info>div li strong {
    font-weight: 500;
}

.user_info b {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px 10px;
    box-sizing: border-box;
}

.row {
    margin: 0 10px;
}

.list_wrap {
    margin: 0;
    text-align: center;
}

.list_wrap table {
    width: 100%;
}

.list_wrap table thead th {
    border-top: 2px solid #131d36;
    font-weight: 500;
    text-align: center;
    background: #f0f2f8;
}

.list_wrap table thead th,
.list_wrap table tbody td {
    border-bottom: 1px solid #cccccc;
    height: 45px;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    color: #131d36;
}

.list_wrap table tbody td {
    font-weight: 300;
    color: #000;
}

@media only screen and (max-width: 768px) {
    .whois-board-list tr:nth-of-type(2) {
        border-top: 2px solid #000;
    }
    .whois-board-list td {
        font-size: 14px;
    }
    .whois-board-list td.subject {
        margin-bottom: 10px;
        font-size: 15px !important;
        font-weight: 500;
    }
    .whois-board-list td.name {
        position: relative;
        padding: 0 10px 0 0;
    }
    .whois-board-list td.name:before {
        content: "";
        position: absolute;
        right: 0;
        top: 5px;
        width: 1px;
        height: 10px;
        background: #dadada;
    }
    .whois-board-list td.date {
        padding: 0 0 0 10px;
    }
    .content-wrap .i_ing {
        padding: 0px 3px;
        font-size: 12px;
    }
    .content-wrap .i_end {
        padding: 0px 3px;
        font-size: 12px;
    }
    .user_info>div:nth-of-type(1) {
        width: 100px;
        background-size: 60px auto;
    }
    .user_info>div:nth-of-type(2) {
        width: calc(100% - 100px);
    }
    .user_info b {
        font-size: 20px;
        margin: 0 0 5px 5px;
        padding: 0;
    }
    .list_wrap table thead th {
        font-size: 14px;
    }
    .list_wrap table tbody td {
        font-size: 14px;
    }
    .whois-search-keyword {
        width: 200px;
    }
}

@media only screen and (max-width: 380px) {
    .whois-search-keyword {
        width: 100px;
    }
}


/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.material-form {
    margin: 0 auto;
    background: #fff;
}

.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: bold;
    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;
}

/*.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 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.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;
}