@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.caution {border:1px solid #eaeaea; padding:40px; margin:0 0 30px; overflow:hidden;}
.caution div, .caution div + div, .caution div + div + div {float:left; width:33.333%}
.caution strong {margin:0 0 20px; color:#0f2880; font-size:20px; font-weight:500; word-break:keep-all; line-height:140%; display:block;}
.caution ul {}
.caution ul li {font-size:17px; line-height:140%; word-break:keep-all; font-weight:400; position:relative; padding-left:20px;}
.caution ul li + li {margin-top:5px;}
.caution ul li:before {content:'1.'; position:absolute; left:0; top:0;}
.caution ul li:nth-of-type(2):before {content:'2.';}
.caution ul li:nth-of-type(3):before {content:'3.';}
.caution ul li:nth-of-type(4):before {content:'4.';}
.caution ul li:nth-of-type(5):before {content:'5.';}
.caution ul li:nth-of-type(6):before {content:'6.';}
.caution ul li:nth-of-type(7):before {content:'7.';}
.caution ul li:nth-of-type(8):before {content:'8.';}
.caution ul li:nth-of-type(9):before {content:'9.';}
.caution ul li:nth-of-type(10):before {content:'10.';}
.caution p {font-size:17px; line-height:160%; word-break:keep-all; font-weight:400;}
.caution p + p {margin-top:20px;}
.caution table {width:100%; border-collapse:collapse; border-spacing:0; border-top:2px solid #0d4ec1; margin:25px 0 0;}
.caution table tr th, .caution table tr td {padding:8px 10px;  font-weight:500; font-size:16px; line-height:160%; word-break:keep-all;}
.caution table tr th {text-align:center; font-weight:500; background:#eff3f8; color:#0d4ec1;} 
.caution table tr td {text-align:center; font-weight:400; border-bottom:1px solid #eaeaea;}
.caution table tr td + td {border-left:1px solid #eaeaea;}
.caution ul + strong {margin-top:30px;}

@media only screen and (max-width: 1200px) {
	.caution div {width:100%; margin:0 0 30px;}
	.caution div + div, .caution div + div + div {width:50%}
}

@media only screen and (max-width: 768px) {
	.caution {padding:20px;}
	.caution strong {font-size:18px;}
	.caution ul li {font-size:15px;}
	.caution table tr th, .caution table tr td {padding:8px 5px;}
	.caution  ul.list li, .caution table tr th, .caution table tr td {font-size:14px;}
	.caution p {font-size:15px;}
}

@media only screen and (max-width: 620px) {
	.caution {padding:20px  20px 0;}
	.caution div + div, .caution div + div + div {width:100%}
}

#subTop {
    z-index: 666;
}

.sub-visual {
    position: relative;
    width: 100%;
    height: 328px;
    text-align: center;
    background: url('/images/kor04r-19-0425/sub/sub_visual1.jpg') no-repeat center center/cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-visual.bg1 {background: url('/images/kor04r-19-0425/sub/sub_visual1.jpg') no-repeat center center/cover;}
.sub-visual.bg2 {background: url('/images/kor04r-19-0425/sub/sub_visual2.jpg') no-repeat center center/cover;}
.sub-visual.bg3 {background: url('/images/kor04r-19-0425/sub/sub_visual3.jpg') no-repeat center center/cover;}
.sub-visual.bg4 {background: url('/images/kor04r-19-0425/sub/sub_visual4.jpg') no-repeat center center/cover;}
.sub-visual.bg5 {background: url('/images/kor04r-19-0425/sub/sub_visual5.jpg') no-repeat center center/cover;}
.sub-visual.bg6 {background: url('/images/kor04r-19-0425/sub/sub_visual6.jpg') no-repeat center center/cover;}

.sub-visual > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 130px;
}

.sub-visual h2 {
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 1;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}

.sub-visual hr {
    margin: 22px auto;
    width: 30px;
    text-align: center;
}

.sub-visual p {
    font-size: 20px;
    color: #fff;
}


@media only screen and (max-width:768px) {
    .sub-visual {
        height: 150px;
    }
    .sub-visual > div {
        height: 100px;
    }
    .sub-visual h2 {
        margin-bottom: 5px;
        font-size: 27px;
    }
    .sub-visual p {
        font-size: 14px;
    }
    .sub-visual:before {
        height: 150px;
    }
    .page_nav {
        padding: 0 20px
    }
    .nav_tit h3 {
        font-size: 18px
    }
}

@media only screen and (max-width:480px) {
	.sub-visual p {
		padding:0 10%;
	}
}

.page_nav {
    width: 100%;
    height: 80px;
    background-color: #f7f7f7;
}

.nav_tit {
    max-width: 1200px;
	height:100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	padding:10px 0;
	display:flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
}

.nav_tit h3 {
    text-align: left;
    display: inline-block;
	line-height:1;
}

.nav_tit ul li {
    display: inline-block;
    font-size: 13px;
    color: #999;
    font-weight: 400;
    position: relative;
    margin-left: 20px;
}

.nav_tit ul li:after {
    display: inline;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 1px;
    content: ">";
    font-family: cursive;
    color: #999;
    width: 30px;
}

.nav_tit ul li:last-child:after {display:none;}

.nav_tit ul li._last {
    color: #111;
}

.sub-contents {
    max-width: 1200px;
    margin: 50px auto;
	padding:0 0 80px;
}

.subtit {
    text-align: center;
    position: relative;
    height: 74px;
    overflow: hidden;
	margin:0 0 60px;
}

.subtit .tit {
    position: relative;
    width: 100%;
	height:100%;
    text-align: center;
    z-index: 5;
	display:flex; justify-content: center; align-items: center; flex-wrap: wrap;
}

.subtit h3 {
    position: relative;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #333;
    padding: 0 15px;
    line-height: 110%;
    background-color: #fff;
	word-break:keep-all;
}

.subtit .subtit_line {
    background-color: #eee;
    height: 1px;
    max-width: 1200px;
    position: absolute;
    bottom: 50%;
    width: 1200px;
    z-index: 1;
    content: "";
    left: 0;
}


@media only screen and (max-width:1200px) {
    .sub-contents {
        padding-left:20px; padding-right:20px;
    }
	.page_nav {padding:0 20px;}
}

@media only screen and (max-width:980px) {
	.subtit {
		margin:0 0 50px;
	}

	.subtit h3 {
		font-size: 32px;
	}
}

@media only screen and (max-width:768px) {
	.nav_tit ul {width:100%;}
	.nav_tit ul li:first-child {margin-left:0;}
	.subtit {
		margin:0 0 30px;
		height:auto;
	}

	.subtit h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width:480px) {
	.subtit h3 {
		font-size: 24px;
	}
	
	.sub-tab li a {font-size:15px !important;}

}

@media only screen and (max-width:420px) {
	.sub-tab li a {font-size:14px !important;}
	.subtit h3 {
		font-size: 22px;
	}
}

/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* 일반게시판 List */

.whois-board-list {
    display: inline-block;
    font-size: 13px;
}

.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 #0575ab;
}


/* Line 색상 */

.whois-board-list .whois-board-row .whois-board-row-subject {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
    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;
}


/* Line 색상 border-top:1px solid #e1e1e1; */

.whois-board-view .board-header .board-title h3 {
    display: block;
    margin: 8px 0 30px;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}

.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: #0f2880;
    -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: #034c94;
}


/* 게시판 공통 */

.sub-box {
    margin-right: 5px;
    background-color: #0f2880;
    border: 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Nanum Gothic", sans-serif;
}

.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 #0575ab;
}

.sub-border-t {
    border-top: 1px solid #0575ab;
}

.sub-border-r {
    border-right: 1px solid #0575ab;
}

.sub-border-b {
    border-bottom: 1px solid #0575ab;
}

.sub-border-l {
    border-left: 1px solid #0575ab;
}

.sub-bg {
    background-color: #0575ab;
}

.sub-bg-hover:hover {
    background-color: #034c94;
}

@media only screen and (max-width:768px) {
    .whois-board-view .board-header .board-title h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }
}


/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.material-form {
    margin: 0 auto;
    background: #fff;
    max-width:1200px;
}


.material-form .body {
    margin: 60px auto;
    padding: 0 15px;
}

.material-form p.page_slogan {
    position: relative;
    margin-bottom: 60px;
    margin-top: 30px;
    color: #333;
    padding-left: 13px;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
    letter-spacing: -1px;
}

.material-form p.page_slogan:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ffa800;
}

.material-form p.page_slogan span.c_red {
    color: #f00;
}

.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 .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;
}

@media only screen and (max-width: 1200px) {
    .material-form h3 {
        padding: 0 15px;
    }
    .material-form p.page_slogan {
        margin: 30px 15px 60px;
        padding: 0 15px;
        font-size: 20px;
        line-height: 1;
    }
}


/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.common-content h3 {
    position: relative;
    font-size: 50px;
    font-weight: 500;
    text-align: left;
    color: #d5d5d5;
    letter-spacing: -3px;
}

.common-content h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background: #d5d5d5;
}

.common-content p.page_slogan {
    position: relative;
    margin-bottom: 60px;
    margin-top: 30px;
    color: #333;
    padding-left: 13px;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
    letter-spacing: -1px;
}

.common-content p.page_slogan:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ffa800;
}

.common-content p.page_slogan span.c_red {
    color: #f00;
}

.common-content .sub-content {
    margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
    .common-content h3 {
        padding: 0 15px;
    }
    .common-content p.page_slogan {
        margin: 30px 15px 60px;
        padding: 0 15px;
        font-size: 20px;
        line-height: 1;
    }
}


/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.common-content .qna-info {
    margin-top: 30px;
    font-size: 18px;
}


		