@charset"utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer .w1200 {
    width: 1200px;
    margin: 0 auto
}

#subContainer .w1200:after {
    clear: both;
    display: block;
    content: ''
}

#subTop_bnr {
    padding-top: 175px
}

#subTop {
    padding: 0;
    width: 240px;
    float: left
}

#subContents {
    width: 960px;
    float: left
}

.sub-visual {
    padding-top: 50px
}

.sub-visual h2 {
    margin-bottom: 50px;
    letter-spacing: -1px;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    color: #111
}

.sub-visual h2 strong {
    font-size: 25px;
    display: block;
    margin-top: 10px;
}

.sub-visual h2:before {
    content: '';
    display: block;
    width: 65px;
    height: 1px;
    background: #111;
    margin: 0 0 40px;
}

.sub-visual p {
    font-size: 18px;
    color: #111;
    font-weight: 300;
    letter-spacing: 1px;
}

.sub-tab {}

.sub-tab > ul {}

.sub-tab li {}

.sub-tab li.left_bnr {
    margin: 50px 0 80px
}

.sub-tab li a {
    text-align: left;
    line-height: 1.6;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

.sub-tab li.active a {
    color: #f10c0c;
    font-weight: 500
}


/* iE 낮은 버전을 위해 */
.common-nav {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1
}

@media only screen and (max-width:1200px) {
    #subContainer .w1200 {
        width: 100%;
        margin: 0
    }

    #subTop {
        display: none
    }

    #subContents {
        width: 100%
    }
}

/*회원 및 약관에 사용되는 추가 값*/
@media only screen and (max-width:980px) {
    #subTop_bnr {
        padding-top: 80px
    }

    .sub-visual {
        height: 300px;
    }

    .sub-visual > div {
        top: 65px
    }

    .sub-visual h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width:768px) {
    .sub-visual {
        height: 220px
    }

    .sub-visual > div {
        height: 25px
    }

    .sub-visual h2 {
        margin-bottom: 10px;
        font-size: 25px
    }

    .sub-visual p {
        font-size: 15px
    }

    .sub-tab > ul {
        width: calc(100% - 20px);
        height: 50px
    }

    .sub-tab li {
        height: 50px
    }

    .sub-tab li a {
        height: 50px;
        line-height: 48px;
        font-size: 17px
    }

    .common-nav h3 {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .sub-tab {
        min-width: 320px
    }

    .sub-tab .col-1 li a,
    .sub-tab .col-2 li a {
        font-size: 15px
    }

    .sub-tab .col-3 li a,
    .sub-tab .col-4 li a {
        font-size: 13px
    }
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
    padding: 50px 0 100px;
    text-align: center
}

.sub-contents {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: left
}

.sub-contents p {
    white-space: pre-line;
    word-break: keep-all
}

.sub-contents p:last-child {
    margin-bottom: 0
}

.sub-contents .big-txt {
    margin-bottom: 50px;
    line-height: 1.3;
    font-weight: bold;
    font-size: 3rem;
    color: #333;
    width: 40%;
}

.sub-contents .big-txt strong {
    font-weight: 700;
    color: #f10c0c;
}

.contents_sub {
    margin: 0 auto;
    width: 100%;
    text-align: left
}

#subContents .content-wrap,
.gallery-wrap,
#subContents .body,
#subContents .sub-content {
    margin: 0 auto;
    width: 100%;
    text-align: left
}

.cont_title {
    font-size: 30px;
    color: #111;
    font-weight: 500;
    text-align: left;
    margin-bottom: 60px;
}

.cont_stitle {
    font-size: 25px;
    color: #333;
    font-weight: 500;
    margin: 80px 0px 30px 0px;
}

.cont_stitle:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 22px;
    background: #ffa116;
    margin-right: 10px;
    vertical-align: bottom;
}

@media only screen and (min-width:1201px) {}

@media only screen and (max-width:1200px) {
    #subContents {
        padding: 100px 20px
    }

    .sub-contents {
        width: 100%
    }

    .contents_sub {
        width: 100%
    }

    #subContents .content-wrap,
    .gallery-wrap,
    #subContents .body,
    #subContents .sub-content {
        width: 100%
    }
}

@media only screen and (max-width:980px) {
    #subContents {
        padding: 60px 20px
    }

    .cont_title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .cont_title:before {
        width: 25px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:768px) {
    #subContents {
        padding: 50px 10px
    }

    .sub-contents p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .sub-contents .big-txt {
        margin-bottom: 30px;
        font-size: 18px;
        white-space: normal;
        word-break: keep-all
    }

    .cont_title {
        font-size: 22px;
    }
}

/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list {
    display: inline-block;
    padding: 0;
    font-size: 16px
}

.whois-board-list .whois-board-row {
    width: 100%;
    margin: 0;
    padding: 15px 0px 10px 0px;
    float: left;
    border-bottom: 1px solid #eee;
    color: #000000
}

.whois-board-list .whois-board-row:first-child {
    border-top: 1px solid #111
}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
    font-weight: 600
}

.whois-board-list .whois-board-row .whois-board-row-info {
    color: #acacac;
    line-height: 30px
}

.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 #ffa116;
}

/* 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: #555;
    -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 {
    color: #fff;
    background-color: #333;
}

/* 게시판 공통 */
.sub-box {
    margin-right: 5px;
    background-color: #6A6A82;
    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 #6A6A82
}

.sub-border-t {
    border-top: 1px solid #6A6A82
}

.sub-border-r {
    border-right: 1px solid #6A6A82
}

.sub-border-b {
    border-bottom: 1px solid #6A6A82
}

.sub-border-l {
    border-left: 1px solid #6A6A82
}

.sub-bg {
    background-color: #ff4e00
}

.sub-bg-hover:hover {
    background-color: #59598a
}

/* 로그인/회원가입 관련 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: 500;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}

.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
}

@media only screen and (max-width:480px) {
    .material-form .sub-header h4 {
        font-size: 16px;
    }
}

/*.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
}

#btn_user_join {
    font-size: 16px;
}

.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
}

/* 신청폼 등 기타 레이아웃 (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.content-wrap {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%
}
