@charset"utf-8";

/* Layoyt (ë ˆì´ì•„ì›ƒ)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

#subContainer {
    position: relative;
    padding: 0 0 60px;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box
}

#commonContainer {
    position: relative;
    padding: 0 0 60px;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box
}

#subContainer:after {
    content: "";
    display: block;
    clear: both
}

#subContents {
    width: 100%
}

.bbs-contents {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.bbs-contents h2 {
    display: block;
    font-size: 44px;
    line-height: 120%;
    color: #333;
    text-align: center;
    margin: 0 auto 48px;
    font-family: 'S-CoreDream-4Regular';
    letter-spacing: -2px;
    transition: .4s;
    word-break: keep-all;
    word-break: keep-all;
}

.bbs-contents p.slogan {
    text-align: center;
    font-size: 22px;
    color: #333;
    word-break: keep-all;
    margin: 0 0 48px;
}

@media only screen and (max-width:1200px) {
    #subContainer {
        width: 100%
    }

    #commonContainer {
        width: 100%;
        padding: 0 20px 60px;
    }

    .bbs-contents {
        width: 100%;
        padding: 0 20px;
    }

    .bbs-contents h2 {
        font-size: 36px;
        margin: 0 auto 38px;
    }

    .bbs-contents p.slogan {
        font-size: 20px;
        margin: 0 0 38px;
    }
}

@media only screen and (max-width: 767px) {
    .bbs-contents {
        padding: 0 15px;
    }

    .bbs-contents h2 {
        font-size: 30px;
        margin: 0 auto 30px;
    }

    .bbs-contents p.slogan {
        font-size: 18px;
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 480px) {
    .bbs-contents h2 {
        font-size: 28px;
    }
}

/* Sub Visual (ì„œë¸Œì´ë¯¸ì§€)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub {
    text-align: center;
    width: 100%;
    padding: 40px 0 60px;
    overflow: hidden;
}

.sub li {
    display: inline-block;
    width: 240px;
    height: 60px;
    line-height: 58px;
    color: #666;
    font-size: 20px;
    background: #f3f3f3;
}

.sub li + li {
    margin-left: 6px;
}

.sub li a {
    display: block;
}

.sub li.active {
    background: #25428e;
    color: #fff;
}

.sub li.active a:hover {
    color: #fff;
}

.sub li span {
    display: block;
    font-size: 17px;
}

@media only screen and (max-width:1200px) {
    .sub {
        padding: 40px 20px 70px;
    }

    .sub .col3 li {
        float: left;
        display: block;
        width: 32.666%;
    }

    .sub .col3 li + li {
        margin-left: 1%;
    }

    .sub .col4 li {
        float: left;
        display: block;
        width: 24.25%;
    }

    .sub .col4 li + li {
        margin-left: 1%;
    }
}

@media only screen and (max-width:767px) {
    .sub {
        padding: 30px 15px 50px;
    }

    .sub li {
        font-size: 16px;
        height: 50px;
        line-height: 48px;
    }

    .sub .col2 li {
        float: left;
        width: 49.5%;
        display: block;
    }

    .sub .col2 li + li {
        margin-left: 1%;
    }
}

@media only screen and (max-width:480px) {
    .sub li {
        font-size: 15px;
        height: 40px;
        line-height: 38px;
    }
}

@media only screen and (max-width:400px) {
    .sub li {
        font-size: 14px;
    }

    .sub .col4 li {
        font-size: 13px;
    }
}

/* Sub Contents (ì„œë¸Œ ì½˜í…ì¸  ì˜ì—­)

.search {display:block; margin:0 0 30px;}

/* ê²Œì‹œíŒ ê´€ë ¨ 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: #fff;
    background-color: #25428e;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-search:focus,
.btn-search:hover,
.btn-sub:focus,
.btn-sub:hover,
.whois-button-submit:focus,
.whois-button-submit:hover {
    color: #fff;
    background-color: #755346
}

/* ê²Œì‹œíŒ ê³µí†µ */
.sub-box {
    margin-right: 5px;
    background-color: #3d427c;
    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 #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
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.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,
.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
}
