@charset "utf-8";

/*로그인 커스텀*/
.containerWrap {
    padding-bottom: 120px;
    background: url(/images/layout/bg-body-rb.png) 100% 100% no-repeat;
}
.location .home {
    width: 12px;
    text-indent: -999em;
    overflow: hidden;
    background: url(/images/layout/ico-location-home.gif) 50% 50% no-repeat;
}
.location .gt {
    width: 26px;
    text-indent: -999em;
    overflow: hidden;
    background: url(/images/layout/ico-location-gt.gif) 50% 50% no-repeat;
}
.location * {
    float: left;
    line-height: 22px;
    font-size: 13px;
    font-weight: 300;
}

.lnbNav {
    width: 300px;
    float: left;
    z-index: 1006
}
.lnbNav .lnb {
    width: 260px
}

.lnbNav .lnb .lnb_title {
    height: 63px;
    font-size: 30px;
    color: #1d1d1d;
    font-weight: 500
}

.lnbNav .lnb .lnb_dep1 {
    background: #fff
}

.lnbNav .lnb .lnb_dep1 > li {
    position: relative;
    word-wrap: break-word
}

.lnbNav .lnb .lnb_dep1 > li ~ li {
    margin-top: -1px
}

.lnbNav .lnb .lnb_dep1 > li > a {
    display: block;
    position: relative;
    border: 1px solid #ddd;
    padding: 16px 30px 18px;
    font-size: 16px
}

.lnbNav .lnb .lnb_dep1 > li > a:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(/images/layout/bul-lnb-default.gif)
}

.lnbNav .lnb .lnb_dep1 > li > a span {
    font-weight: normal
}

.lnbNav .lnb .lnb_dep1 > li:hover, .lnbNav .lnb .lnb_dep1 > li.active {
    z-index: 1
}

.lnbNav .lnb .lnb_dep1 > li > a:hover, .lnbNav .lnb .lnb_dep1 > li > a:focus, .lnbNav .lnb .lnb_dep1 > li.active > a {
    background: #007bc3;
    border-color: #007bc3;
    color: #fff
}

.lnbNav .lnb .lnb_dep1 > li > a:hover:after, .lnbNav .lnb .lnb_dep1 > li > a:focus:after, .lnbNav .lnb .lnb_dep1 > li.active > a:after {
    height: 2px;
    background: #fff;
    margin-top: -1px
}

.lnbNav .lnb .lnb_dep2 {
    background: #f5f5f5
}

.lnbNav .lnb .lnb_dep2 li {
    padding: 4px 30px;
    border: 1px solid #ddd;
    border-top: 0 none
}

.lnbNav .lnb .lnb_dep2 li a {
    display: block;
    position: relative;
    padding: 6px 0 7px 12px;
    font-size: 14px;
    line-height: 24px;
    color: #555
}

.lnbNav .lnb .lnb_dep2 li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    width: 3px;
    height: 3px;
    background: #aaa
}

.lnbNav .lnb .lnb_dep2 li a:hover, .lnbNav .lnb .lnb_dep2 li a:active, .lnbNav .lnb .lnb_dep2 li a:focus, .lnbNav .lnb .lnb_dep2 li.active a {
    color: #d43301
}

.lnbNav .lnb .lnb_dep2 li a:hover:after, .lnbNav .lnb .lnb_dep2 li a:active:after, .lnbNav .lnb .lnb_dep2 li a:focus:after, .lnbNav .lnb .lnb_dep2 li.active a:after {
    background: #d43301
}

.lnbNav .lnb .lnb_dep2 li a span {
    line-height: 24px
}
.contentsArticle {
    width: 900px;
    float: right;
    margin-bottom: 40px;
}
.box_login {
    padding: 47px 0 67px;
    border: 1px solid #ddd;
    background: #fff
}

.box_login fieldset {
    width: 450px;
    margin: 0 auto
}

.box_login fieldset legend {
    position: static;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    visibility: visible;
    line-height: normal;
    text-align: center
}

.box_login fieldset legend strong {
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    color: #1d1d1d;
    line-height: 40px;
    padding-left: 47px;
    font-weight: 300;
    background: url(/images/member/ico-login-title.png) 0 50% no-repeat
}

.box_login fieldset .form {
    position: relative;
    margin-top: 40px;
    padding-right: 200px;
    margin-bottom: 20px
}

.box_login fieldset .form .btn_common {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 80px;
    line-height: 77px
}

.box_login fieldset .form input[type="text"], .box_login fieldset .form input[type="password"] {
    display: block;
    width: 100%
}

.box_login fieldset .form input[type="password"] {
    margin-top: 12px
}

.box_login fieldset .links {
    margin-top: 40px
}

.box_login fieldset .links:after {
    content: "";
    display: block;
    clear: both
}

.box_login fieldset .links .btn_common {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    font-size: 14px;
    color: #555
}

.box_login fieldset .links .btn_common ~ .btn_common {
    margin-left: -1px
}

.box_login .inFootTxt {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.box_login .inFootTxt p {
    font-weight: bold;
}

.id_search {
    width: 380px;
    height: 233px;
    background: url(/img/contents/member/pw_search_bg.gif) no-repeat;
    float: left
}

.id_search ul {
    width: 335px
}

.id_search .id_search_comment {
    height: 32px;
    margin: 15px 0 15px 0;
    line-height: 16px
}

.pw_search {
    width: 380px;
    height: 233px;
    margin-left: 10px;
    background: url(/img/contents/member/pw_search_bg.gif) no-repeat;
    float: left
}

.pw_search ul {
    width: 335px
}

.pw_search .pw_search_comment {
    height: 32px;
    margin: 15px 0 15px 0;
    line-height: 16px;
    text-align: center
}

/* 아이디 찾기 완료 */
.fiewrap {
    width: 710px;
    height: 150px;
    margin: 0 auto;
    padding: 20px 0;
    background: url(/img/contents/member/find_bg_box.gif) no-repeat;
    text-align: center
}

.fiewrap .fie_id {
    font-size: 24px;
    font-weight: bold;
    color: #0071da
}

/* 회원가입 */
.join_top {
    width: 750px;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: url(/img/contents/member/join_bg1.gif) no-repeat
}

/* Home > 행복공감 > 행복공감라운지 > 건전구매 캠페인 */
.hswrap {
    width: 670px;
    height: 62px;
    margin: 7px 0 0 25px;
    text-align}

/* Home > 행복공감 > 행복공감라운지 > 클로버칩 */ .happy_cs li {
    width: 450px;
    height: 22px
}

/* 04_행복공감 03_행복공감 봉사단*/
select.happy_select {
    font-size: 12px;
    height: 25px;
    padding: 5px;
    width: 220px;
    margin-left: -5px
}
