/*서브-2차메뉴*/
.sub_nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #000;
  opacity: 0.7;
  top: 126px;
  z-index: 1;
}
section {
  position: relative;
  width: 1400px;
  margin: 0 auto 0;
  z-index: 1;
}
#left {
  margin: 0 auto;
  text-align: left;
}
#left dl {
}
#left dl:after {
  display: block;
  content: "";
  clear: both;
}
#left dt {
  /* font-size:2em; color:#fff; font-weight:500; background:url(s_bg.jpg) no-repeat center top; text-align:center; padding-top:25px;*/
  display: none;
}
#left .dd {
  display: table;
  margin: 0 auto;
}
#left dd {
  display: inline-block;
}
#left dd a {
  position: relative;
  display: block;
  color: #999;
  padding: 0 25px;
  margin: 15px 0;
  border-radius: 0;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  border-right: 1px solid #999;
}
#left dd:last-of-type a {
  border-right: 0;
}
#left dd a:hover:before,
#left dd a.on:before {
  width: 100%;
}
#left dd a:hover {
  color: #fff;
  opacity: 1;
}
#left dd a.on {
  color: #fff;
  opacity: 1;
}
/*
@media (max-width:768px) {
	section{top:-94px;}
}
*/
@media (max-width: 1400px) {
  section {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .sub_nav section {
    background: #f2f2f2;
    margin: 0 auto;
  }
  #left {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
      margin: 0 0 90px 0;
  }
  #left dl {
    width: 100%;
    white-space: nowrap;
      border-bottom: 1px solid #aeaeae;
  }
  #left .dd {
    display: table;
    width: 100%;
    text-align: center;
  }
  #left dd {
    display: table-cell;
  }
  #left dd a {
    font-size: 15px;
    padding: 15px;
    margin: 0;
  }
  #left dd a:before {
    bottom: 0;
  }
  #left dd a:hover {
    color: #333;
    opacity: 1;
  }
  #left dd a.on {
    color: #333;
    opacity: 1;
  }
}

.sub_space{
    position: relative;
    height: 70px;
    width: 100%;
}

.sub_btline {
    display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d4d3d3;
  opacity: 0.7;
  height: 64px;
}

.sub_btline h3{line-height: 83px; font-size: 36px; font-weight: 500;}

.admin_board {
   
    padding-top:130px !important;
}


@media (max-width: 1000px){
    .sub_space{display: none;}
    .sub_btline h3{display: none;}
    .sub_nav {top: 180px;}
    .sub_btline {border-bottom: none;}
    #container .subtitfs { display: none;}
    
}

@media (max-width: 700px){
    .sub_nav {top: 100px;}
    .sub_btline {height: 0;}
}
@media (max-width: 600px){
	#left dd a{padding:10px;}
}
@media (max-width: 500px){
    .sub_nav {top: 92px;}
}



/* 회원가입 완료 */
#reg_result {
}

#result_box {
    margin: 50px 0;
    background: url(img/result_img.gif) no-repeat center top;
    padding-top: 130px;
}

#reg_result #result_email {
    margin: 20px 0;
    padding: 10px 50px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #dde4e9;
    background: #fff;
    line-height: 2em
}

    #reg_result #result_email span {
        display: inline-block;
        width: 150px
    }

    #reg_result #result_email strong {
        color: #e8180c;
        font-size: 1.2em;
    }

#reg_result .name {
    font-size: 2.3em;
    color: #333;
    text-align: center;
}

#reg_result .mbr2 {
    display: none;
}

#reg_result p {
    line-height: 1.8em;
    color: #777;
    text-align: center;
}

#reg_result .btn_confirm {
    margin: 50px 0 0 0;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

@media all and (max-width:768px) {
    #result_box {
        width: 90%;
        margin: 50px auto;
        background-size: 70px auto;
        padding-top: 85px;
    }

    #reg_result .name {
        font-size: 1.8em;
        line-height: 1.3em;
        margin-bottom: 20px;
    }

    #reg_result .mbr2 {
        display: block;
    }

    #reg_result p {
        display: inline-block;
        font-size: 0.9em;
        line-height: 1.5em;
    }

    #reg_result .mbr {
        display: none;
    }
}

/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {
    display: inline-block;
    margin-left: 10px
}

#find_info #info_fs {
    margin: 0 20px 20px;
    padding: 0;
    background: #fff
}

    #find_info #info_fs .frm_input {
        width: 70%
    }

#find_info p {
    margin: 0 0 10px;
    line-height: 1.8em
}

#find_info #captcha {
    margin: 0 20px
}

/* 로그인 */
#mb_login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
    background: rgba(255,255,255,0.6);
    border-radius: 20px;
    overflow: hidden;
    font-size: 1.1em;
    box-shadow: 3px 3px 7px 1px #bbb;
    -moz-box-shadow: 3px 3px 7px 1px #bbb;
    -webkit-box-shadow: 3px 3px 7px 1px #bbb;
}

    #mb_login h1 {
        margin: 0 50px 20px;
        font-size: 2.0em;
        text-align: center;
        padding: 30px 0 20px;
        border-bottom: 1px solid #245D76;
        letter-spacing: -1px;
        font-weight: 700;
    }

    #mb_login #login_fs {
        padding: 10px 50px 40px
    }

        #mb_login #login_fs .login_id, #mb_login #login_fs .login_pw {
            display: block;
            color: #333;
            margin-bottom: 5px
        }

        #mb_login #login_fs .frm_input {
            width: 100%;
            background-color: #f5f5f5 !important;
            border: 1px solid #ddd;
            height: 36px;
            line-height: 36px;
            text-indent: 10px;
            margin-bottom: 5px;
            padding: 0
        }

        #mb_login #login_fs .btn_submit {
            width: 60px;
            height: 40px;
            background: #49BAEB;
            width: 100%;
            border-radius: 4px;
            border: 1px solid #1C4658;
            border-bottom: 3px solid #296984;
            font-size: 1.3em;
            font-weight: bold;
            margin: 5px 0
        }

    #mb_login #login_info {
        background: #f5f9fa;
        padding: 20px 50px 0;
        border-top: 1px solid #d4e2e1;
        text-align: center;
    }

        #mb_login #login_info p {
            line-height: 1.5em;
            margin-bottom: 20px;
            color: #777;
            text-align: left;
        }

        #mb_login #login_info a {
            width: 48%;
            padding: 10px 0;
            text-align: center;
            border-radius: 4px;
        }

    #mb_login h2 {
        margin: 0 0 5px;
        font-size: 1.167em
    }

    #mb_login .btn_confirm {
        width: 100%;
        background: #f5f9fa;
        padding: 30px 0;
        margin: 0;
        font-size: 1em;
    }

        #mb_login .btn_confirm a {
            text-decoration: none;
            color: #3c95d5;
            padding-right: 10px;
            display: inline-block
        }

/* 쪽지 */
#memo_view_contents {
    margin: 0 auto 20px;
    width: 90%
}

    #memo_view_contents h1 {
        position: absolute;
        font-size: 0;
        line-height: 0;
        overflow: hidden
    }

#memo_view_ul {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    list-style: none
}

.memo_view_li {
    position: relative;
    padding: 5px 0
}

.memo_view_subj {
    display: inline-block;
    width: 65px
}

#memo_view p {
    padding: 10px 0;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    background: #fff;
    line-height: 1.8em
}

#memo_write textarea {
    height: 100px
}

/* 스크랩 */
#scrap_do table {
    margin: 0 0 10px;
    width: 100%
}

#scrap_do textarea {
    height: 100px
}

/* 회원 비밀번호 확인 */
#mb_confirm {
    margin: 0 auto;
    padding: 100px 0;
    width: 500px
}

    #mb_confirm h1 {
        margin: 0 0 20px;
        font-size: 1.3em
    }

    #mb_confirm p {
        padding: 20px;
        border: 1px solid #dde4e9;
        border-bottom: 0;
        background: #fff
    }

        #mb_confirm p strong {
            display: block
        }

    #mb_confirm fieldset {
        margin: 0 0 30px;
        padding: 30px 0;
        border: 1px solid #e9e9e9;
        background: #f5f6fa;
        text-align: center
    }

        #mb_confirm fieldset .frm_input {
            background-color: #fff !important
        }

    #mb_confirm label {
        letter-spacing: -0.1em
    }

#mb_confirm_id {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold
}

/* 비밀글 비밀번호 확인 */
#pw_confirm {
    margin: 0 auto;
    padding: 100px 0;
    width: 500px
}

    #pw_confirm h1 {
        margin: 0 0 20px;
        font-size: 1.4rem
    }

    #pw_confirm p {
        padding: 20px;
        border: 1px solid #dde4e9;
        border-bottom: 0;
        background: #fff;
        font-size:1.0rem

    }

        #pw_confirm p strong {
            display: block
        }

    #pw_confirm fieldset {
        margin: 0 0 30px;
        padding: 30px 0;
        border: 1px solid #e9e9e9;
        background: #f5f6fa;
        text-align: center
    }

        #pw_confirm fieldset .frm_input {
            background-color: #fff !important
        }

    #pw_confirm label {
        letter-spacing: -0.1em
    }

#pw_confirm_id {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold
}

/* 폼메일 */
#formmail #subject {
    width: 386px
}

#formmail textarea {
    height: 100px
}

/* 자기소개 */
#profile table {
    margin-bottom: 0
}

#profile section {
    margin: 0 auto 20px;
    padding: 20px;
    width: 86%
}

#profile h2 {
    margin: 0
}



/*반응형소스*/
@media all and (max-width:768px) {
    #mb_login {
        width: 70%;
    }

        #mb_login h1 {
            font-size: 1.5em;
        }

    #pw_confirm {
        width: 90%
    }

        #pw_confirm fieldset label {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 15px;
        }

        #pw_confirm fieldset .frm_input {
            width: 50%;
            margin: 5px auto 15px;
        }

    .mbskin fieldset .btn_submit {
        width: 70%;
        line-height: 40px;
        height: 40px;
    }
}

@media all and (max-width:450px) {
    html, body {
        background: none;
    }

    .mbskin {
        font-size: 1rem;
    }

        .mbskin .tbl_frm01 th {
            width: 25%;
        }

    #mb_login {
        width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        #mb_login h1 {
            font-size: 1.5em;
            margin: auto 30px;
        }

        #mb_login #login_fs,
        #mb_login #login_info {
            padding: 20px 30px;
        }

    #mb_confirm {
        width: 90%;
        margin: 0 auto;
    }

        #mb_confirm fieldset .frm_input {
            width: 80%;
        }
}


