@charset "utf-8";

/***container***/
#container {
    padding-bottom: 100px
}

#container.layout {
    max-width: 1274px;
}

#container .container_title {
    height: 100px;
    padding-top: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
}

@media all and (max-width:1200px) {
    #container.layout {
        padding: 0 10px 50px
    }
}

@media all and (max-width:1024px) {
    #container.layout {
        padding: 0 10px 30px
    }
}

@media all and (max-width:780px) {
    #container .container_title {
        height: auto;
        padding: 44px 0px 24px 0;
        font-size: 30px;
    }
}

/***상단 타이틀 ***/
#infoWrap {
    padding-top: 30px;
    border-top: 2px solid #c6d1db;
}

#infoWrap h3:first-child {
    margin-top: 0
}

@media (max-width : 780px) {
    #infoWrap {
        padding-top: 20px;
    }
}

/*** 페이지 부서 정보(페이지 하단) ***/
.pageDiv_info {
    margin-top: 70px;
    background: #f7f7fb;
    padding: 18px 29px
}

.pageDiv_info ul {
    overflow: hidden
}

.pageDiv_info ul li {
    float: left;
    position: relative;
    margin-left: 48px;
    padding-left: 22px;
    color: #555;
    font-size: 15px
}

.pageDiv_info ul li strong {
    font-weight: normal;
    font-size: 15px
}

.pageDiv_info ul li:first-child {
    margin-left: 0
}

.pageDiv_info ul li.t03 {
    float: right;
    margin-left: 0
}

.pageDiv_info ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url(/images/common/icon_pInfo.png) no-repeat
}

.pageDiv_info ul li.t01:before {
    background-position: 0 0
}

.pageDiv_info ul li.t02:before {
    background-position: -20px 0
}

.pageDiv_info ul li.t03:before {
    background-position: -40px 0
}

.pageDiv_info ul li.t04:before {
    background-position: -60px 0
}

@media all and (max-width:1024px) {

    .pageDiv_info ul li,
    .pageDiv_info ul li.t03 {
        float: left;
        width: 50%;
        margin-left: 0;
        border-radius: 3px;
    }

    .video_cont > object {
        min-height: 750px !important;
    }
}

@media all and (max-width:780px) {
    .pageDiv_info {
        padding: 18px 15px
    }

    .pageDiv_info ul li,
    .pageDiv_info ul li.t03 {
        float: left;
        width: 100%;
        margin-left: 0
    }
}

/***info-box***/
.info-box-wrap {
    background: #f7f7fb;
    border: 1px solid #ddd;
    padding: 24px 29px;
    position: relative;
}

.info-box-wrap .info-box {
    width: 960px;
}

.info-box-wrap .info-box > li {
    display: flex;
}

.info-box-wrap .info-box > li:not(:last-of-type) > * {
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.info-box-wrap .info-box > li .info-tit {
    display: flex;
    align-items: center;
    min-width: 100px;
    margin-right: 40px;
}

.info-box-wrap .info-box > li:not(:last-of-type) .info-tit {
    border-bottom: 1px solid #000;
}

.info-box-wrap .info-box > li:not(:last-of-type) .info-txt {
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.info-box-wrap .info-box .rc-wrap-group:after {
    content: "";
    display: block;
    clear: both;
}

.info-box-wrap .info-box .rc-wrap-group > li {
    float: left;
}

.info-box-wrap .info-box .rc-wrap-group > li:last-of-type .rc-wrap {
    margin-right: 0;
}

.info-box-wrap .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    min-width: 122px;
    height: 46px;
    background: #4357b3;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 12px 15px;
    font-weight: 300;
    display: inline-block;
}

.info-box-wrap .btn .search-ico {
    background: url(/images/content/info-box-search.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.state-icon {
    padding: 0 5px;
}

.info-box-wrap .btn:hover,
.info-box-wrap .btn:focus {
    background: #293c93;
}

@media all and (max-width:1200px) {
    .info-box-wrap .btn-wrap {
        text-align: center;
        padding-top: 5px;
    }

    .info-box-wrap .btn {
        position: static;
        height: auto;
    }
}

@media all and (max-width:1024px) {
    .info-box-wrap .info-box {
        width: auto;
    }
}

@media all and (max-width:780px) {
    .info-box-wrap {
        padding: 15px;
    }

    .info-box-wrap .info-box > li {
        display: block;
    }

    .info-box-wrap .info-box > li .info-tit {
        width: 100%;
    }

    .info-box-wrap .info-box > li > * {
        padding-bottom: 12px !important;
        margin-bottom: 12px !important;
    }

    .info-box-wrap .info-box > li .info-tit {
        border-bottom: 1px solid #000;
    }

    .info-box-wrap .info-box > li:not(:last-of-type) .info-txt {
        border: 0;
        margin: 0;
    }
}

/***legned***/
.legend-wrap,
.legend {
    display: flex;
    margin-bottom: 7px;
}

.legend > li {
    margin-right: 15px;
    color: #000;
    font-size: 15px;
}

.legend > li img {
    margin-right: 5px;
}

.legend-wrap p {
    line-height: inherit;
    padding-left: 25px;
}

@media all and (max-width:1024px) {
    .legend > li {
        margin-right: 3%;
    }

    .legend-wrap {
        display: block;
    }

    .legend-wrap p {
        padding-left: 0;
    }
}

/*통합회원가입step1*/
.memberStep {
    position: relative;
    overflow: hidden;
    padding: 15px
}

.memberStep ul li {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 25%;
    float: left;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    position: relative;
    border-radius: 29px;
    background-color: #eef2f4;
}

.memberStep ul li b {
    color: #666;
    font-size: 19px;
    font-weight: 600;
}

.memberStep ul li.on {
    background: #00955a;
}

.memberStep ul li.on b {
    color: #fff;
}

.memberStep ul li > .step_img {
    position: absolute;
    top: -7px;
    left: -3px;
    width: 80px;
    height: 80px;
}

.memberStep.col3 ul {
    display: table;
    width: 100%
}

/* col3가 들어간 부분은 휴면계정활성화페이지의 step부분 입니다. */
.memberStep.col3 ul li {
    display: table-cell;
    float: none;
    width: 33.3%
}

.memberStep.col3 ul li.on {}

.intro_p {
    color: #666666;
    font-size: 17px
}

.member_confirm {
    padding: 25px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.member_confirm.diapause {
    border-top: 0
}

/* 휴면계정활성화 */
.member_confirm .member_title {
    color: #444;
    font-size: 24px;
    display: block;
    letter-spacing: -1px;
}

.member_confirm .confirm_box {
    overflow: hidden;
    border: 1px solid #c9c9c9
}

.member_confirm .confirm_box .box_head {
    padding: 20px;
    background: #f9f9fb;
    text-align: center;
    border-bottom: 1px solid #c9c9c9
}

.member_confirm .confirm_box .box_head b {
    color: #111;
    font-size: 20px
}

.member_confirm .confirm_box .box_bottom {
    padding: 20px;
    padding-top: 40px;
    text-align: center
}

.member_confirm .confirm_box .box_bottom span {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #606060
}

.member_confirm .confirm_box .box_bottom .reserve_bt {
    margin: 20px 0
}

.member_confirm .confirm_box .box_bottom .reserve_bt a {
    font-size: 17px
}

.member_descpt b {
    font-size: 18px;
    color: #111
}

.member_descpt p {
    font-size: 16px;
    color: #606060
}

.descpt_tditle {
    display: block
}

/*통합회원가입step2*/
.area_korea {
    padding: 40px;
    background: #f7f7fb
}

.area_korea > p {
    font-size: 17px
}

.area_korea .areaTab {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    height: 300px;
    position: relative
}

.area_korea .areaTab > li {
    width: 10.1%;
    float: left;
    margin-right: 1%
}

.area_korea .areaTab > li .areaTab_con.ex {
    display: block
}

.area_korea .areaTab > li .areaTab_con {
    display: none;
    margin-top: 12px;
    padding: 25px 40px;
    background: #fff;
    border: 1px solid #d2d2d2;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%
}

.area_korea .areaTab > li > a {
    background: #ebeff3;
    border: 1px solid #d2d2d2;
    padding: 11px 7px;
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 16px
}

.area_korea .areaTab > li > a.on {
    background: #6177cf;
    color: #fff;
    border-color: #6177cf
}

.area_korea .areaTab > li .areaTab_con ul li {
    width: 25%;
    text-align: left;
    float: left;
    padding: 10px 0
}

@media (max-width :1000px) {
    .memberStep ul li {
        font-size: 16px
    }

    .memberStep ul li.on {
        font-size: 16px
    }

    .memberStep ul li b {
        font-size: 16px
    }

    .memberStep ul li > .step_img {
        position: absolute;
        top: -3px;
        left: -3px;
        width: 70px;
        height: 70px;
    }

    .area_korea .areaTab > li .areaTab_con ul li {
        padding: 5px 0
    }
}

@media (max-width :900px) {
    .area_korea .areaTab li {
        width: 19%;
        margin-bottom: 1%
    }

    .area_korea .areaTab > li .areaTab_con {
        margin-top: 60px
    }

    .area_korea .areaTab > li .areaTab_con ul li {
        width: 33.3%
    }

    .memberStep ul li > .step_img {
        position: absolute;
        top: 2px;
        left: -7px;
        width: 60px;
        height: 60px;
    }
}

@media (max-width :767px) {
    .area_korea .areaTab > li .areaTab_con ul li {
        width: 100%
    }

    .area_korea .areaTab > li .areaTab_con ul {
        height: 380px;
        overflow-y: auto
    }

    .area_korea .areaTab > li .areaTab_con ul li {
        padding: 15px 0;
        border-bottom: 1px solid #d2d2d2
    }

    .memberStep ul li > .step_img {
        position: absolute;
        top: 3px;
        left: -8px;
        width: 58px;
        height: 58px;
    }
}

@media (max-width :732px) {
    .memberStep ul li b {
        display: block
    }

    .memberStep ul li {
        padding: 10px;
        vertical-align: middle;
    }

    .memberStep ul li > .step_img {
        display: none;
    }
}

@media (max-width :540px) {
    .area_korea .areaTab li {
        width: 32.3%;
        margin-bottom: 1%
    }

    .area_korea .areaTab > li .areaTab_con {
        margin-top: 105px;
        padding: 15px 20px
    }
}

@media all and (max-width:500px) {
    .area_korea {
        padding: 20px
    }

    .area_korea .areaTab {
        margin-top: 20px
    }
}

@media (max-width :360px) {
    .memberStep ul li {
        padding: 5px
    }
}

.member_Ag_wrap {
    overflow: hidden;
    margin-top: 60px
}

.member_Ag_wrap .all_agree {
    text-align: right
}

.member_Ag_wrap .all_agree label {
    display: inline-block;
    padding: 10px 0
}

.member_Ag_wrap .all_agree label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: -3px
}

.member_agree_with {
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.agree_wdBox {
    border: 1px solid #d2d2d2;
    overflow: hidden
}

.agree_wdBox .wdbox_tit {
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #444444;
    float: left
}

.agree_wdBox .txt_lr {
    overflow: hidden;
    padding: 15px 40px;
    border-bottom: 1px solid #d2d2d2;
    background: #f9f9fb
}

.agree_wdBox .txt_lr .wdbox_txt {
    float: right;
    margin-top: 4px
}

.agree_wdBox .txt_lr .wdbox_txt label {
    margin-left: 20px
}

.agree_wdBox .txt_lr .wdbox_txt label input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: -4px
}

.agree_wdBox .wd_txt {
    padding: 5px 40px 40px 40px;
    overflow: hidden;
    overflow-y: scroll;
    height: 185px;
    color: #606060
}

.agree_wdBox .wd_txt strong {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.agree_wdBox .wd_txt p {
    color: #606060
}

.agree_wdBox .wd_txt strong + p {
    margin-bottom: 20px
}

@media (max-width :1000px) {
    .member_agree_with h3 {
        font-size: 25px
    }

    .member_Ag_wrap .all_agree label input[type="checkbox"] {
        width: auto;
        height: auto;
        vertical-align: -1px
    }

    .member_agree_with .agree_wdBox .wdbox_tit {
        font-size: 16px
    }

    .member_agree_with .agree_wdBox .wd_txt strong {
        font-size: 16px
    }

    .member_agree_with .agree_wdBox .txt_lr .wdbox_txt label input[type="radio"] {
        width: auto;
        height: auto;
        vertical-align: -1px
    }
}

@media (max-width :768px) {
    .member_agree_with h3 {
        font-size: 23px;
        font-weight: 600;
        line-height: 30px;
        padding-top: 15px;
        margin: 25px 0 19px;
        color: #444;
    }
}

@media (max-width :660px) {
    .member_Ag_wrap {
        margin-top: 20px
    }

    .member_agree_with .agree_wdBox .txt_lr {
        padding: 15px 20px
    }

    .member_agree_with .agree_wdBox .wd_txt {
        padding: 20px
    }
}

/* 아이디,비밀번호 찾기 */
.memberFind_wrap {
    padding: 0 0 50px;
    border-bottom: 1px solid #000
}

.memberFind_wrap .member_title {
    color: #000;
    font-size: 24px;
    display: block
}

.memberFind_wrap .confirm_box {
    overflow: hidden;
    border: 1px solid #c9c9c9
}

.memberFind_wrap .confirm_box .box_head {
    padding: 20px;
    background: #f9f9fb;
    text-align: center;
    border-bottom: 1px solid #c9c9c9
}

.memberFind_wrap .confirm_box .box_head b {
    color: #111;
    font-size: 20px
}

.memberFind_wrap .confirm_box .box_bottom {
    padding: 40px 20px 20px;
    text-align: center
}

.memberFind_wrap .confirm_box .box_bottom span {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #606060
}

.memberFind_wrap .confirm_box .box_bottom .reserve_bt {
    margin: 20px 0
}

.memberFind_wrap .confirm_box .box_bottom .reserve_bt a {
    font-size: 17px
}

.memResult_box {
    margin-top: 20px;
    padding: 70px 20px;
    border: 1px solid #c9c9c9;
    background-color: #f9f9fb;
    text-align: center
}

.memResult_box > img {
    margin-bottom: 20px
}

.memResult_box strong {
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: 500
}

.memResult_box strong em {
    color: #5468c7
}

.memResult_box p {
    margin: 15px 0 0;
    color: #606060;
    text-align: center
}

.bul_list {
    margin-top: 10px
}

.bul_list > li {
    position: relative;
    display: inline-block;
    padding-left: 8px;
    color: #606060;
    text-align: left
}

.bul_list > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 2px;
    height: 2px;
    background: #606060
}

.memBtn_area {
    text-align: center;
    padding: 20px 0
}

.memSch_inputbox {
    margin: 0 0 50px;
    padding: 25px 20px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #c9c9c9;
    background: #f7f7fb;
    text-align: center
}

.memSch_inputbox .memSch_input {
    position: relative;
    margin: 20px auto 0;
    max-width: 600px;
    padding: 0 0 0 68px
}

.memSch_inputbox .memSch_input:first-child {
    margin: 0 auto
}

.memSch_inputbox .memSch_input label {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 18px;
    color: #323232
}

.memSch_inputbox .memSch_input input[type=text],
.memSch_inputbox .memSch_input input[type=password] {
    width: 100%;
    color: #606060
}

.memSch_inputbox .memSch_input p {
    color: #606060
}

.memSch_inputbox .memSch_input p.red {
    color: #d31f2e
}

.memSch_inputbox .memSch_input.t01 {
    padding: 0 0 0 140px
}

@media all and (max-width:768px) {

    .member_confirm .member_title,
    .memberFind_wrap .member_title {
        font-size: 20px;
        font-weight: 500
    }

    .member_confirm .confirm_box .box_head b,
    .memberFind_wrap .confirm_box .box_head b {
        font-size: 18px;
        font-weight: 500
    }

    .member_descpt b {
        font-size: 17px;
        font-weight: 500
    }

    .member_descpt p {
        font-size: 15px
    }
}

@media all and (max-width:430px) {
    .memSch_inputbox {
        margin: 10px 0 30px
    }

    .memSch_inputbox .memSch_input {}

    .memSch_inputbox .memSch_input.t01 {
        padding: 25px 0 0 0
    }

    .memSch_inputbox .memSch_input label {
        top: 12px;
        font-size: 16px
    }

    .memSch_inputbox .memSch_input.t01 label {
        left: 0;
        top: 0;
        font-size: 16px
    }

    .memSch_inputbox .memSch_input p {
        font-size: 13px
    }
}

/* 로그인 */
.l_Top {
    margin-bottom: 50px;
    padding: 40px 20px;
    background: #f7f7fb;
    text-align: center
}

.loginWrap {
    max-width: 508px;
    margin: 0 auto
}

.loginBox {
    position: relative;
    padding-right: 158px
}

.loginBox input[type=text],
.loginBox input[type=password] {
    width: 100%;
    height: 60px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    color: #000;
    text-indent: 10px
}

.loginBox input[type=password] {
    margin-top: 8px
}

.loginBox input::-webkit-input-placeholder {
    font-size: 18px;
    color: #000
}

.loginBox input:-moz-placeholder {
    font-size: 18px;
    color: #000
}

.loginBox input::-moz-placeholder {
    font-size: 18px;
    color: #000
}

.loginBox input:-ms-input-placeholder {
    font-size: 18px;
    color: #000
}

.loginBtn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 148px;
    height: 128px;
    border: 1px solid #5468c7;
    color: #fff;
    background: #5468c7;
    text-align: center;
    font-size: 22px
}

.loginBtn:hover {
    background: #495bc0;
    /* Old browsers */
    background:
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDk1YmMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYxNzdjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #495bc0 0%, #6177cf 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #495bc0 0%, #6177cf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #495bc0 0%, #6177cf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#495bc0',
            endColorstr='#6177cf', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
}

.saveId {
    margin-top: 15px;
    color: #323232
}

.saveId label input {
    margin-right: 5px
}

.kakao_lBox {
    margin-top: 30px;
    display: block
}

.kakao_Login {
    display: block;
    padding: 18px 0;
    color: #371a1a !important;
    font-size: 18px;
    background: #ffea00;
    text-align: center
}

.kakao_Login span {
    padding: 0 0 0 40px;
    background: url(/images/content/icon_kakao.png) left center no-repeat
}

.l_Bottom {
    margin-top: 50px;
    border-top: 1px solid #000;
    padding-top: 25px
}

.l_Bottom .lBot_link {
    padding: 17px 15px;
    background: #f9f9fb;
    text-align: center
}

.l_Bottom .lBot_link ul {
    display: inline-block;
    overflow: hidden
}

.l_Bottom .lBot_link ul li {
    position: relative;
    float: left;
    margin-left: 33px;
    padding: 0 0 0 33px
}

.l_Bottom .lBot_link ul li:first-child {
    margin-left: 0;
    padding-left: 0
}

.l_Bottom .lBot_link ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    display: block;
    width: 1px;
    height: 27px;
    background: #d5d5db
}

.l_Bottom .lBot_link ul li:first-child:before {
    display: none
}

.l_Bottom .lBot_link ul li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #444
}

.l_Bottom .lBot_link ul li a:hover {
    text-decoration: underline;
    color: #293b96
}

.memBtn {
    padding-left: 34px;
    background: url(/images/content/icon_member.png) left center no-repeat
}

@media all and (max-width:560px) {
    .l_Top {
        padding: 10px 20px;
        margin-bottom: 30px
    }

    .l_Top span {
        font-size: 16px;
        background-position: left center;
        word-break: keep-all
    }

    .l_Bottom .lBot_link ul li {
        margin-left: 15px;
        padding: 0 0 0 15px
    }

    .l_Bottom .lBot_link ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px
    }
}

@media all and (max-width:410px) {
    .loginBox {
        padding: 0 0 80px 0
    }

    .loginBtn {
        top: inherit;
        bottom: 0;
        width: 100%;
        height: 60px
    }

    .kakao_lBox {
        margin-top: 15px
    }
}

@media all and (max-width:390px) {
    .loginBox {
        padding: 0 0 80px 0
    }

    .loginBtn {
        top: inherit;
        bottom: 0;
        width: 100%;
        height: 60px
    }

    .kakao_lBox {
        margin-top: 15px
    }

    .l_Bottom {
        margin-top: 25px
    }

    .l_Bottom .lBot_link {
        padding: 5px 10px
    }

    .l_Bottom .lBot_link ul li {
        margin-left: 10px;
        padding: 0 0 0 10px
    }

    .l_Bottom .lBot_link ul li:before {
        margin-top: -10px;
        height: 20px
    }

    .memBtn {
        padding-left: 0;
        background: none
    }
}

/*회원가입완료*/
.complete_box {
    padding: 100px 40px;
    text-align: center;
    border: 1px solid #d2d2d2;
    background: #f9f9fb
}

.complete_box div p {
    text-align: center;
    color: #606060
}

.complete_box div p em {
    color: #5468c7
}

.complete_box div p b {}

.complete_box .comp_icon {
    width: 77px;
    height: 77px;
    display: block;
    background: url(/images/common/complete_icon.png) center center no-repeat;
    margin: 0 auto;
    margin-bottom: 20px
}

.complete_box strong {
    font-size: 24px
}

.complete_box strong em {
    color: #5468c7
}

/*정보입력*/
.infor_input {
    padding: 50px 0 120px 0;
    border-bottom: 1px solid #000
}

.infor_input p {
    font-size: 17px;
    color: #666
}

.infor_input .infor_join {
    overflow: hidden;
    margin-top: 20px
}

.infor_input .infor_join strong {
    padding: 15px 20px;
    display: block;
    border: 1px solid #d2d2d2;
    text-align: center;
    background: #ebeff3
}

.infor_input .infor_join .join_txt {
    padding: 15px 0;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    border-top: 0
}

.infor_input .infor_join .join_txt div {
    padding: 8px 2px;
    overflow: hidden
}

.infor_input .infor_join .join_txt div.on {
    border: 3px solid #f46464;
    background: #e6e7e9;
    padding: 8px 0
}

.infor_input .infor_join .join_txt div ul li {
    float: left;
    text-align: center
}

.infor_input .infor_join .join_txt div ul .num {
    width: 10%
}

.infor_input .infor_join .join_txt div ul .id {
    width: 30%
}

.infor_input .infor_join .join_txt div ul .title {
    width: 40%
}

.infor_input .infor_join .join_txt div ul .used {
    width: 20%
}

.infor_input .infor_join .join_txt div ul .used.ok {
    color: #5468c7
}

.infor_input .infor_join .join_txt div ul .used.no {
    color: #d31f2e
}

.memberF_wrap {
    position: relative;
    padding: 50px;
    border: 1px solid #d2d2d2;
    background: #fff
}

.memberF_wrap input[type=text],
.memberF_wrap input[type=password],
.memberF_wrap select {
    height: 50px
}

.memberF_wrap .memberF_box {
    position: relative;
    padding-left: 220px;
    margin-top: 10px
}

#memberHiddenForm_01 {
    padding-left: 0;
    padding: 15px 0;
    margin-top: 10px;
    border-top: 1px solid #d2d2d2
}

#memberHiddenForm_02 {
    padding-left: 0;
    padding: 15px 0;
    margin-top: 10px;
    border-top: 1px solid #d2d2d2
}

#memberHiddenForm_03 {
    padding-left: 0;
    padding: 15px 0;
    margin-top: 10px;
    border-top: 1px solid #d2d2d2
}

#memberHiddenForm_04 {
    padding-left: 0;
    padding: 15px 0;
    margin-top: 10px;
    border-top: 1px solid #d2d2d2
}

#memberHiddenForm_05 {
    padding-left: 0;
    padding: 15px 0;
    margin-top: 10px;
    border-top: 1px solid #d2d2d2
}

.memberF_wrap .memberF_box.name div {
    position: relative;
    padding: 12.5px 10px;
    display: block;
    border: 1px solid #d2d2d2;
    min-height: 50px
}

.memberF_wrap .memberF_box.first,
.memberF_wrap .memberF_box:first-of-type {
    margin-top: 0
}

.memberF_wrap .memberF_box label.tit {
    position: absolute;
    left: 0;
    top: 13px;
    color: #323232;
    font-size: 17px
}

.memberF_wrap .memberF_box.name .tit {
    position: absolute;
    left: 0;
    top: 13px;
    color: #323232;
    font-size: 17px;
    border: 0;
    padding: 0;
    min-height: 0
}

.memberF_wrap .memberF_box .tit {
    position: absolute;
    left: 0;
    top: 13px;
    color: #323232;
    font-size: 17px
}

.memberF_wrap .memberF_box.name label.tit {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px
}

/*이름 제목 위치*/
.memberF_wrap .memberF_box label.tit.inte {
    top: 0
}

/*관심분야 제목 위치*/
.memberF_wrap .memberF_box .tit .point {
    color: #d31f2e
}

.memberF_wrap .memberF_box label .point {
    color: #d31f2e
}

.memberF_wrap .memberF_box input[type=text],
.memberF_wrap .memberF_box input[type=password],
.memberF_wrap .memberF_box select {
    margin-bottom: 5px;
    background: #fff;
    width: 100%;
    color: #606060;
    padding-left: 10px;
    font-size: 16px
}

.memberF_wrap .memberF_box > em {
    display: inline-block;
    margin-top: 3px;
    color: #606060
}

.memberF_wrap .memberF_box input[type=text].user_id {
    width: 70%;
    position: relative;
}

.memberF_wrap .memberF_box .id_Btn {
    position: absolute;
    float: left;
    /* right: -20px; */
    top: 0;
    /* padding-left: 10px; */
    border-radius: 5px;
    color: #fff;
    padding-left: 10px;
    font-size: 15px;
    margin-left: 15px;
}

.memberF_wrap .memberF_box .id_Btn::before {
    content: "";
    width: 24px;
    height: 30px;
    background-image: url(/images/common/id_check.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 10px;
    background-position: right center;
}

@media screen and (min-width:640px) and (max-width:1199px) {

    .input_id {
        width: 100%;
    }

    .memberF_wrap .memberF_box input[type=text].user_id {
        width: 65%;
    }

    .id_Btn {
        width: 135px;
    }

    .memberF_wrap .memberF_box .id_Btn {
        font-size: 14px;
        width: 130px;
    }

    .memberF_wrap .memberF_box .id_Btn::before {
        width: 20px;
    }

}

@media(width:1024px) {
    .input_id {
        width: 100%;
    }

    .memberF_wrap .memberF_box input[type=text].user_id {
        width: 65%;
    }

    .memberF_wrap .memberF_box .id_Btn {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width:639px) {
    .input_id {
        width: 100%;
    }

    .memberF_wrap .memberF_box input[type=text].user_id {
        width: 71%;
    }

    .id_Btn {
        width: 110px;
    }

    .memberF_wrap .memberF_box .id_Btn {
        font-size: 13px;
        padding-left: 0;
        width: 23%;
    }

    .memberF_wrap .memberF_box .id_Btn::before {
        display: none;
    }
}

.memberF_wrap .memberF_box input[type=text].datepicker {
    background: url(/images/common/call_blit.png) 97% 50% no-repeat;
}

.memberF_wrap .memberF_input_warning {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 16px
}

.memberF_wrap .memberF_input_warning .red {
    display: inline-block;
    vertical-align: -4px
}

.inputPlace {
    position: relative
}

.inputPlace span {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -10px;
    color: #606060;
    font-size: 16px
}

.inputPlace.three {}

.memberF_wrap .memberF_box select {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    border: 1px solid #c9c9c9;
    background: #fff;
    color: #323232;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(/images/common/select-arr.png) no-repeat right 9px center;
    padding: 0 33px 0 14px;
}

/* 다자녀 */
#memberHiddenForm_04 {
    padding-top: 10px;
}

#memberHiddenForm_04 .memberF_box label {
    padding-right: 10px
}

#memberHiddenForm_04 .family_box {
    position: relative;
    padding: 20px 0 0 200px;
    margin-top: 10px
}

#memberHiddenForm_04 .family_box .tit {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 17px
}

#memberHiddenForm_04 .family_box .inputPlace {
    padding: 20px;
    border: 1px solid #d1d1d1
}

#memberHiddenForm_04 .family_box .inputPlace .in_row {
    margin-top: 20px
}

#memberHiddenForm_04 .family_box .inputPlace .in_row:first-child {
    margin-top: 0
}

#memberHiddenForm_04 .family_box .inputPlace .in_row:after {
    content: '';
    display: block;
    clear: both
}

#memberHiddenForm_04 .family_box .inputPlace .in_row .in_col {
    float: left;
    width: 33.33%
}

#memberHiddenForm_04 .family_box .inputPlace .in_row .in_col label {
    float: left;
    width: 90px;
    padding-right: 10px;
    text-align: right;
    font-size: 16px;
    line-height: 47px
}

#memberHiddenForm_04 .family_box .inputPlace .in_row .in_col div {
    overflow: hidden;
    padding-right: 10px;
}

#memberHiddenForm_04 .family_box .inputPlace .in_row .in_col div input,
#memberHiddenForm_04 .family_box .inputPlace .in_row .in_col div select {
    min-width: auto;
    width: 100%
}

#memberHiddenForm_04 .family_box .inputPlace .in_row .in_col div select {
    padding-left: 10px;
    min-width: 100px
}

#memberHiddenForm_04 .family_box .inputPlace .in_row .in_col.check_area label {
    width: auto
}

#memberHiddenForm_04 .family_box .inputPlace .in_row .in_col.check_area label input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px
}

@media (max-width :1100px) {
    #memberHiddenForm_04 .family_box {
        padding-left: 0
    }

    #memberHiddenForm_04 .family_box .tit {}

    #memberHiddenForm_04 .family_box .inputPlace {
        margin-top: 10px
    }
}

@media (max-width :850px) {
    #memberHiddenForm_04 .family_box .inputPlace .in_row .in_col {
        float: left;
        width: 50%;
        margin-bottom: 10px
    }

    #memberHiddenForm_04 .family_box .inputPlace .in_row .in_col div {
        padding-right: 0
    }

    #memberHiddenForm_04 .family_box .inputPlace .in_row .in_col.check_area {
        width: 100%;
        text-align: right
    }

    #memberHiddenForm_04 .family_box .inputPlace .in_row .in_col.check_area label {
        float: none
    }
}

@media (max-width :600px) {
    #memberHiddenForm_04 .family_box .inputPlace {
        border-width: 0;
        padding: 0
    }

    #memberHiddenForm_04 .family_box .inputPlace .in_row .in_col {
        width: 100%;
        margin: 10px 0 0
    }

    #memberHiddenForm_04 .family_box .inputPlace .in_row .in_col:first-child {
        margin-top: 0
    }
}

.inputPlace.three select {
    width: 300px
}

.inputPlace.free select {
    width: auto;
    min-width: 100px
}

.memEmail_box {
    position: relative;
    padding-right: 140px
}

.memEmail_box .email_sel {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px !important
}

.memEmail_box .email_inputBox {
    overflow: hidden
}

.memEmail_box .email_inputBox > * {
    float: left
}

.memEmail_box .email_inputBox input[type=text] {
    width: 47% !important
}

.memEmail_box .email_inputBox > span {
    width: 6%;
    line-height: 40px;
    text-align: center
}

.id_Btn {
    width: 150px;
    height: 50px;
    background: transparent url(/images/common/id_check) center center no-repeat;
    position: relative;
    background: #4a60cb;
}

.id_Btn:hover {
    background: #1d34a8;
}

.telBox select,
.telBox input {
    width: 120px !important
}

.telBox input {
    text-align: center
}

.postBox {
    display: inline-block;
    position: relative
}

.postBox input {
    width: 151px !important;
    padding-right: 50px
}

.postBox .postBtn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(/images/common/icon_idSch.png) center center no-repeat;
    text-indent: -9999px
}

.inteBox {
    overflow: hidden
}

.inteBox label {
    float: left;
    width: 20%;
    color: #606060;
    margin-bottom: 10px;
    font-size: 16px
}

.inteBox label input[type=checkbox] {
    margin-right: 3px;
    vertical-align: middle
}

.memberF_btnArea {
    margin-top: 40px
}

.memberF_btnArea .memJoin,
.memberF_btnArea .cancel {
    position: relative;
    float: left;
    display: block;
    width: 48%;
    height: 90px;
    line-height: 90px;
    color: #fff !important;
    text-align: center;
    font-size: 22px
}

.memberF_btnArea .memJoin {
    background: #009afa;
    transition: all .3s
}

.memberF_btnArea .memJoin:before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    position: relative;
    width: 32px;
    height: 26px;
    background: url(/images/content/member/icon_joinCheck.png) no-repeat;
    transition: all .3s
}

.memberF_btnArea .memJoin:hover {
    background: #fff;
    color: #009afa !important;
    border: 1px solid #009afa
}

.memberF_btnArea .memJoin:hover:before {
    background: url(/images/content/member/icon_joinCheck_ov.png) no-repeat
}

.memberF_btnArea .cancel {
    margin-left: 4%;
    background: #798084
}

.memberF_btnArea .cancel:hover {
    color: #798084 !important;
    border: 1px solid #798084;
    background: #fff
}

.reserve_box label {
    padding: 12.5px 10px
}

.reserve_box label input[type="radio"],
.reserve_box label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px
}

.reserve_box .re_impor {
    padding-left: 10px;
    color: #5468c7
}

.layer_Dup {
    position: absolute;
    right: 0;
    top: 50px;
    background: #fff;
    padding: 50px;
    border: 1px solid #505050;
    z-index: 2
}

.layer_Dup .l_DupTit {
    display: block;
    font-size: 24px;
    color: #323232;
    font-weight: normal;
    padding-bottom: 30px
}

.layer_Dup .l_DupCon {
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2
}

.layer_Dup .l_DupCon p {
    color: #606060;
    font-size: 16px
}

.layer_Dup .l_DupCon p .point {
    color: #5468c7;
    letter-spacing: -0.02em
}

.layer_Dup .l_DupBtn {
    margin-top: 20px;
    text-align: center
}

.layer_Dup .l_DupBtn a,
.layer_Dup .l_DupBtn button {
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 38px;
    text-align: center;
    vertical-align: top
}

.layer_Dup .l_DupBtn .bg_bBtn {
    color: #fff !important;
    background-color: #848692;
    display: block;
    width: 100%
}

.layer_Dup .l_DupBtn .bg_fBtn {
    border: 2px solid #0085d8;
    color: #0085d8 !important;
    background-color: #fff
}

.l_Close,
.popClose {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: #e7ecf1;
    text-indent: -9999px
}

.l_Close:before,
.popClose:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(/images/common/layer_close_nb.png) no-repeat;
    transition: all .3s
}

.l_Close:hover:before,
.popClose:hover:before {
    transform: rotate(180deg)
}

.layer_Dup.popup {
    position: relative;
    top: 0;
    margin: 10px
}

.layer_Dup .l_Close,
.layer_Dup .popClose {
    position: absolute;
    right: 0;
    top: 0
}

.select_inBox {
    padding: 40px 45px;
    border: 1px solid #d2d2d2;
    position: relative;
    padding-left: 280px
}

.select_inBox .sel_tit {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 40px;
    left: 45px
}

.select_inBox .sel_con p {
    color: #606060
}

.select_inBox .con_rBox {
    color: #606060
}

.select_inBox .con_rBox label {
    display: block;
    padding: 5px 0
}

.select_inBox .con_rBox label input {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    margin-right: 5px
}

.bottom_line {
    overflow: hidden;
    padding-top: 30px;
    border-top: 1px solid #000
}

.bora {
    color: #5468c7
}

@media (max-width :1000px) {

    .memberF_wrap .memberF_box input[type=text],
    .memberF_wrap .memberF_box input[type=password],
    .memberF_wrap .memberF_box select {
        font-size: 14px
    }

    .infor_input p {
        font-size: 14px
    }
}

@media all and (max-width:767px) {
    .inputPlace.three select {
        width: 100%
    }

    .memEmail_box {
        padding-right: 0
    }

    .memEmail_box select.email_sel {
        position: relative;
        width: 100% !important
    }

    .memberF_wrap .telBox select {
        width: calc(30.4% - 1px) !important
    }

    .memberF_wrap .telBox input[type="text"] {
        width: calc(29.4% - 1px) !important
    }

    .infor_input {
        padding: 20px 0
    }

    .memberCmt {
        padding: 20px 10px;
        text-align: justify;
        font-size: 14px;
        line-height: 20px
    }

    .memberCmt > br {
        display: none
    }

    .certiWrap li .certiBox {
        padding: 30px 17px
    }

    .certiWrap li .certiBox strong {
        font-size: 22px
    }

    .inputPlace span {
        position: relative;
        left: 0;
        margin-top: 0;
        font-size: 13px;
        line-height: 16px
    }

    .memberF_wrap .memberF_box {
        padding-left: 0
    }

    .memberF_wrap .memberF_box label {
        line-height: 17px
    }

    .memberF_wrap .memberF_box label.tit,
    .memberF_wrap .memberF_box.name label.tit {
        position: static;
        display: inline-block;
        margin-bottom: 5px
    }

    .memberF_wrap .memberF_box.name strong {
        font-size: 17px
    }

    .postBox {
        display: block
    }

    .postBox input {
        width: 100% !important
    }

    .inteBox {
        margin-top: 5px
    }

    .memberF_btnArea {
        margin-top: 20px
    }

    .memberF_btnArea .memJoin,
    .memberF_btnArea .cancel {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }

    .memberF_btnArea .memJoin:hover {
        height: 50px
    }

    .memberF_btnArea .memJoin:before {
        width: 20px;
        height: 16px;
        background-size: 100%
    }

    .memberF_btnArea .memJoin:hover:before {
        background-size: 100%
    }

    .layer_Dup {
        top: 76px;
        padding: 37px 20px 25px
    }

    .l_Close,
    .popClose {
        width: 45px;
        height: 45px
    }

    .l_Close .l_Close:before,
    .l_Close .popClose:before {
        width: 14px;
        height: 14px;
        margin-top: -7px;
        margin-left: -7px
    }

    .layer_Dup .l_DupTit {
        font-size: 17px;
        padding-bottom: 23px
    }

    .select_inBox {
        padding: 20px
    }

    .select_inBox .sel_tit {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin-bottom: 10px
    }

    .memberF_wrap {
        padding: 20px
    }

    .infor_input .infor_join .join_txt div ul li.num {
        width: 5%
    }

    .infor_input .infor_join .join_txt div ul li.id {
        width: 50%
    }

    .infor_input .infor_join .join_txt div ul li.title {
        width: 25%
    }

    .infor_input .infor_join .join_txt div ul li.used {
        width: 20%;
    }

    .memberF_wrap .memberF_box.name .tit {
        position: relative;
        left: auto;
        top: auto;
        color: #323232;
        font-size: 17px;
        border: 0;
        padding: 0;
        min-height: 0;
        margin-bottom: 5px
    }

    .memberF_wrap .memberF_box .tit {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 5px
    }

    .memberF_wrap .memberF_input_warning {
        position: static;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd
    }
}

/* 이용안내 */
.U_Title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.U_Title > img {
    margin: 0;
}

.U_Title h2 {
    word-break: keep-all;
    margin-left: 15px;
    font-size: 19px;
    color: #000000;
    line-height: 1.5;
    font-family: 'Noto Sans KR';
    font-weight: 600;
}

.useInfo {
    width: 100%;
    padding: 43px 0 76px;
    background-color: #f1f4f6;
}

.useInfo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.useInfo ul li {
    position: relative;
    text-align: center;
}

.user_ref {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 100%;
    padding: 25px 45px;
    text-align: center;
}

.user_ref dt {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    padding: 0 15px;
    word-spacing: 0.3px;
    word-break: keep-all;
}

.user_ref dd {
    font-size: 15px;
    color: #555555;
    margin-top: 15px;
    line-height: 1.4;
    padding: 0 18px;
}

.video_cont > iframe {
    width: 100%;
    height: 555px;
}

.h4-line {
    margin: 25px 5px 20px;
    font-size: 21px;
    font-weight: 500;
    color: #3565d1;
}

@media (min-width :800px) and (max-width:1199px) {
    .useInfo ul {
        justify-content: center;
    }

    .useInfo ul li {
        width: 50%;
        height: 24%;
    }

    .useInfo ul li img {
        width: 100%;
        height: 40%;
    }

    .useInfo {
        padding: 20px 10px;
    }

    .user_ref {
        padding: 10px 18px;
    }
}

@media (max-width :799px) {
    .useInfo ul {
        justify-content: center;
    }

    .user_ref {
        transform: translate(-50%, -20%);
        padding: 10px;
    }

    .user_ref dt {
        font-size: 15px;
        padding: 0 15px;
        line-height: 1.2;
    }

    .user_ref dd {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 8px;
    }
}

@media (max-width :560px) {
    .U_Title {
        flex-direction: column;
        text-align: center;
    }

    .U_Title h2 {
        line-height: 1.2;
        word-break: keep-all;
    }

    .useInfo ul li img {
        width: 98%;
    }
}

@media (min-width :640px) and (max-width:1119px) {
    .video_cont > iframe {
        width: 100%;
        height: 300px;
    }

    .h4-line {
        line-height: 1.3;
    }

    .user_ref dd {
        line-height: 1.4;
        margin-top: 8px;
    }

    .video_cont > object {
        width: 100%;
        height: 500px;
        min-height: 400px !important;
    }
}

@media (max-width :639px) {
    .useInfo ul li img {
        width: 100%;
    }

    .video_cont > iframe {
        width: 100%;
        height: 300px;
    }

    .h4-line {
        line-height: 1.5;
        font-size: 18px;
    }

    .user_ref dd {
        line-height: 1.4;
        margin-top: 8px;
        padding: 0 5px;
    }

    .video_wrap {
        padding: 30px 0 !important;
    }

    .video_cont > object {
        min-height: 300px !important;
    }
}

.video_cont > object {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 650px;
}

/*step1 테이블수정  */
.table_step thead th:nth-of-type(1) {
    width: 30%;
    text-align: center;
}

.table_step thead th:nth-of-type(2) {
    width: auto;
    text-align: center;
}

.table_step thead th:nth-of-type(3) {
    width: 15%;
    text-align: center;
}

.table_step td {
    line-height: 1.5;
    word-break: break-all;
}

.bg_none {
    background-image: none !important;
    margin: 10px 0;
}

.readonlyColor {
    background-color: #f7f7f7;
}