@charset"utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer {
    position: relative;
    width: 100%;
    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;
    margin-top: -50px;
    width: 250px
}

#subContents {
    padding: 0 20px 60px;
    margin: 0 auto;
    max-width: 1200px;
}

@media only screen and (max-width:1200px) {
    #commonContainer {
        width: 100%
    }
}

@media only screen and (max-width:980px) {
    #commonContainer {}

    #subContents {
        padding: 0 30px 60px
    }

    #leftMenu {
        display: none
    }

    #subContents {
        float: none;
        padding-top: 0 30px 60px;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    #commonContainer {}

    #subContents {
        padding: 0 15px 60px
    }
}

/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-visual {
    position: relative;
    display: table;
    padding-top: 90px;
    width: 100%;
    height: 282px;
    background: url("/images/kor05r-18-0411/sub/sub_visual.jpg") no-repeat center top/cover
}

.sub-visual:before {
    content: '';
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    height: 46px;
    background-color: #f4e700;
    border-bottom: 1px solid #dfd300;
}

.sub-visual .sub_copy {
    text-align: center;
    color: #fff !important;
    display: table-cell;
    vertical-align: middle
}

.sub-visual .sub_copy strong {
    display: inline-block;
    font-size: 50px;
    font-family: 'Nanum Square';
    line-height: 50px;
    letter-spacing: 0
}

.sub-visual .sub_copy p {
    display: block;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 0
}

@media only screen and (max-width:980px) {
    .sub-visual {
        display: none
    }
}

/* Left Menu (서브 좌측 영역)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
/* 좌측메뉴 */
.left-menu h2 {
    padding: 35px 0;
    text-align: center;
    font-family: "Nanum Square";
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    background: #11163d
}

.left-menu li {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-top: 0
}

.left-menu li a {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    text-transform: uppercase;
    font-family: "Nanum Square";
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #898989;
    background: #fff
}

.left-menu li a:after {
    display: inline-block;
    float: right;
    content: "\276F";
    color: #898989
}

.left-menu li a:active,
.left-menu li a:active:after,
.left-menu li a:hover,
.left-menu li a:hover:after,
.left-menu li.active a,
.left-menu li.active a:after {
    color: #3d427c
}

/* 좌측배너 */
.left-banner {
    margin-top: 30px;
    padding: 25px 20px 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: url("/images/kor05r-18-0411/sub/left_banner_bg.gif") no-repeat center center/cover;
    border: 1px solid #d7d7d7
}

.left-banner p {
    font-size: 17px;
    color: #191718
}

.left-banner .tit {
    font-size: 22px;
    font-weight: bold
}

.left-banner h3 {
    display: inline-block;
    margin-top: 25px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background: #f42121;
    border-radius: 20px
}

.left-banner h3 + p {
    font-weight: bold;
    font-size: 22px;
    color: #f42121
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 타이틀 및 페이지네비게이션 */
.sub-title {
    position: relative;
    margin: 0 0 60px;
    text-align: center;
}

.sub-title h3 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #265fa2;
    text-align: center;
    padding-top: 60px;
}

.sub-title h3:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #b2585c;
}

/* 콘텐츠 메뉴 */
.cont_menu {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 46px;
    line-height: 46px;
    background-color: #f4e700;
    font-size: 14px;
    color: #265fa2;
    border: 1px solid #dfd300;
    border-right: none;
    border-top: none;
}

.cont_menu > li {
    float: left;
    display: inline;
    text-align: left;
    border-right: 1px solid #dfd300;
}

.cont_menu > li:first-child {
    color: #265fa2;
    text-align: center;
}

.cont_menu > li a {
    display: block;
    padding: 0 20px;
    font-weight: 700;
    color: #265fa2;
    word-break: break-all;
    word-spacing: normal;
}

/*white-space:pre-line;*/
.cont_menu > li a span {
    margin-left: 24px;
}

/*.cont_menu > li a:first-child{padding:0 20px;}*/
.cont_menu li ul {
    box-shadow: none;
    padding: 0;
    border: 1px solid #eceae6;
    border-top: none;
    border-radius: 0;
    margin: 0;
    min-width: 100%;
}

/*width:100%;*/
.cont_menu li ul li {
    min-height: 46px;
    line-height: 46px;
}

.cont_menu li ul li a {
    padding: 15px 20px;
    border-top: 1px solid #eceae6;
}

.cont_menu li ul li a:hover {
    background-color: inherit;
}

.cont_menu li ul li:first-child a {
    border-top: none;
}

.cont_menu a.last_link {
    display: none;
}

.cont_menu a.last_link._on {
    display: block;
}

@media only screen and (max-width:980px) {
    .cont_menu {
        border-left: none;
    }

    .sub-title {
        margin-bottom: 60px
    }

    .sub-title:after {
        bottom: -30px
    }

    .sub-title .page-navi {
        position: relative;
        padding: 10px;
        margin: 20px 0;
        background-color: #f1f1f1;
        border-radius: 5px
    }
}

@media only screen and (max-width:767px) {
    .sub-title {
        margin-top: 30px;
    }

    .sub-title:after {
        bottom: -15px;
        border-width: 1px;
        border-color: #e1e1e1
    }

    .sub-title h3 {
        padding-top: 30px;
        font-size: 30px
    }

    .cont_menu > li {
        border: none;
    }

    .cont_menu > li a {
        padding: 0 10px;
        font-size: 12px;
    }

    .cont_menu > li a span {
        margin-left: 5px;
    }

    .cont_menu li ul li a {
        padding: 15px;
    }
}

/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list {
    display: inline-block;
    padding: 0;
    font-size: 13px
}

.whois-board-list .whois-board-row {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    float: left;
    border-bottom: 1px solid #eee;
    color: #000
}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    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;
    font-size: 13px
}

/* Line 색상 */
.whois-board-view .whois-board-view-row {
    width: 100%;
    margin: 0;
    padding: 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;
    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;
    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;
    float: left;
    color: #acacac
}

.whois-board-view .whois-board-view-row .whois-board-view-content {
    width: 100%;
    margin: 0;
    padding: 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,
.btn-sub,
.whois-button-submit {
    color: #020d19;
    background-color: #f4e700;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.btn-search:focus,
.btn-search:hover,
.btn-sub:focus,
.btn-sub:hover,
.whois-button-submit:focus,
.whois-button-submit:hover {
    background-color: #dfd300;
}

/* 게시판 공통 */
.sub-box {
    margin-right: 5px;
    background-color: #3d427c;
    border: 0;
    color: #ffffff;
    display: inline-block;
//font-family: "Nanum Gothic", sans-serif
    font-family: 'Gowun Batang', 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 #3d427c
}

.sub-border-t {
    border-top: 1px solid #3d427c
}

.sub-border-r {
    border-right: 1px solid #3d427c
}

.sub-border-b {
    border-bottom: 1px solid #3d427c
}

.sub-border-l {
    border-left: 1px solid #3d427c
}

.sub-bg {
    background-color: #3d427c
}

.sub-bg-hover:hover {
    background-color: #36384e
}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common_cont .sub-visual:before {
    content: none;
    display: none;
}

.material-form {
    margin: 0 auto 60px;
    padding: 0 15px;
    max-width: 1200px;
    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,
.material-form .input-group .form-control:first-child,
.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,
.material-form .input-group .form-control:last-child,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child .btn,
.material-form .input-group .input-group-btn:last-child button {
    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:767px) {
    .material-form {
        margin-bottom: 30px;
    }
}


		