@charset "utf-8";
/***********************************************************************************************************************
    style.css - users 디렉토리 내부에서 사용되는 스타일
    1. 공통적으로 사용되는 스타일
    2. 약관동의
    3. 등록확인
    4. 등록정보입력/수정/상세
    5. 가입완료
***********************************************************************************************************************/
/* ---------------------------------------------------------------------------------------------------------------------
    1. 공통적으로 사용되는 스타일
--------------------------------------------------------------------------------------------------------------------- */
/* common style */
#article .section ol.list {
    padding-left: 15px;
    list-style: auto;
}
#article .section ul.list {
    padding-left: 15px;
    list-style: disc;
}
#article .section ul.list li.no-disc {
    list-style: none;
}
#article .section p {
    margin: 0 0 20px;
}
#article .section p:last-child {
    margin: 0;
}
#article .section h3 {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 600;
    color: #47413d;
}
#article .section .highlight {
    color: #b90d0d;
}
#article .section table th {
    /*text-align: center;*/
    font-weight: 600;
}
#article .section table ul {
    list-style: none;
    padding-left: 0;
}

.section .alert-area {

}
.section .alert-area ul {
    margin: 10px 0 0 20px;
    list-style: disc;
}
.section .alert-area ul li {
    margin: 0;
    color: #000;
}

/* btn-download */
.btn-area {
    margin: 0 0 80px 0;
    text-align: center;
}
.btn-download:hover {
    color: #0054a6;
}
.btn-download.clearfix {
    position: relative;
    display: inline-block !important;
    max-width: 340px;
    margin: 0;
    transition: all 0.25s;
}
.btn-download .download-icon {
    float: left;
    display: inline-block;
    /*width: 60px;*/
    height: 55px;
    margin: 0;
    padding: 0 15px 0 10px;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}
.btn-download.color .download-icon {
    border: 1px solid #ff3f39;
    border-right: 0;
}
.btn-download .download-icon i {
    margin-top: 10px;
    font-size: 32px;
    color: #999;
    transition: all 0.25s;
}
.btn-download .download-icon i.pdf {
    color: #ff3f39;
}
.btn-download .download-icon i.hwp {
    color: #009ad7;
}
.btn-download .file-con-area {
    float: left;
    display: inline-block;
    width: 280px;
    height: 55px;
    margin: 0;
    padding: 10px 10px 10px 0;
    text-align: left;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}
.btn-download.color .file-con-area {
    border: 1px solid #ff3f39;
    border-left: 0;
}
.btn-download .file-con-area .title {
    display: block;
    width: 230px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.btn-download .file-con-area .file-info-area {
    margin: 0 0 5px;
    line-height: 1.2;
}
.btn-download .file-con-area .file-info-area .file-size {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.btn-download .file-con-area .file-info-area .file-size::after {
    content: '-';
    margin: 0 5px;
}
.btn-download .file-con-area .file-info-area .file-etc {
    display: inline-block;
    font-size: 12px;
    color: #999;
}
.btn-download .file-con-area .file-info-area .file-etc i {
    color: #999;
}

.btn-download .file-con-area .btn-inner {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 28px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f4f4f4;
}
.btn-download:hover .file-con-area .btn-inner {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

/* btn-area */
.btn-area {
    margin: 30px 0;
    text-align: center;
}

/* step style */
.section.registration .step {
    margin: 0 0 50px;
}
.section.registration .step > li {
    float: left;
    width: 50%;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #bbb;
    border: 1px solid #e4e4e4;
    background-color: #f7f7f7;
}
.section.registration .step > li.active {
    color: #fff;
    border: 1px solid #533734;
    background-color: #533734;
}

/* step2 style */
.fields-select > ul {
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    font-size: 0;
    /*border-bottom: 1px solid #dfdfdf;*/
}
.fields-select > ul > li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    vertical-align: middle;
    opacity: 0.35;
}
.fields-select > ul > li.active {
    opacity: 1;
}
.fields-select > ul > li:last-child {
    margin: 0;
}

/* help-block */
.fv-form-bootstrap .help-block {
    font-size: 13px;
    text-align: left;
}

.article .applications h4 {
    margin: 50px 0 20px;
    line-height: 1.1;
    font-size: 21px;
    font-weight: bold;
    color: #3a53ad;
}
.division_line {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.radio-label {
    color: #000 !important;
    margin: 0px !important;
    font-weight: normal !important;
    font-size: 14px !important;
    cursor: pointer;
}

/* ---------------------------------------------------------------------------------------------------------------------
    2. 약관동의
--------------------------------------------------------------------------------------------------------------------- */
.terms-area {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #dfdfdf;
}
.agreement-area {
    float: left;
    width: 50%;
}
.agreement-area.agreement01 {
    padding-right: 25px;
}
.agreement-area.agreement02 {
    padding-left: 25px;
}
.terms-area .terms-box {
    overflow-y: auto;
    margin: 0 0 3px;
    padding: 20px;
    height: 150px;
    font-size: 13px;
    color: #764e49;
    border: 1px solid #dfdfdf;
}
.terms-area .terms-box p {
    text-align: justify;
}
.terms-area .checkbox {
    margin: 0;
    padding-top: 7px;
    text-align: left;
    font-size: 13px;
}

/* ---------------------------------------------------------------------------------------------------------------------
    3. 등록확인
--------------------------------------------------------------------------------------------------------------------- */
/* 테이블 리스트 */
.tb-registrations-area {
    width: 100%;
}
.tb-registrations {
    width: 100%;
    margin: 0 0 30px;
    table-layout: fixed;
    border-top: 1px solid #e4e0e4;
}
.tb-registrations th {
    padding: 10px;
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #e4e0e4;
    background-color: #f7f7f7;
    vertical-align: middle !important;
}
.tb-registrations.tb-view th { /* view page table */
    padding: 5px;
}
.tb-registrations.tb-view td.title { /* view page table */
    font-size: 17px;
}
.tb-registrations td {
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
    word-break: break-all;
    border-bottom: 1px solid #e4e0e4;
    vertical-align: middle !important;
}
.tb-registrations td .form-group {
    margin: 0;
}
.tb-registrations td a {
    text-decoration: none;
}
.tb-registrations.tb-view td { /* view page table */
    padding: 10px;
    /*text-align: left;*/
}
.tb-registrations.tb-view td.article-text {
    padding: 30px 20px;
    text-align: justify;
    font-size: 17px;
}
.tb-registrations.tb-view td.article-text .form-group {
    margin: 0;
}
.tb-registrations td a:hover {
    color: #9f978c;
}
.tb-registrations td i {
    display: inline;
    font-size: 17px;
}

.pagination-area {
    text-align: center;
}
.tb-registrations-new td {
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 14px;
    /*text-align: center;*/
    word-break: break-all;
    border-bottom: 1px solid #e4e0e4;
    vertical-align: middle !important;
}

/* 예약 확인 리스트 */
.tb-registrations.tb-list th { /* view page table */
    padding: 8px 5px;
    color: #fff;
    background-color: #0c3c92;
}
.tb-registrations.tb-list td.title { /* view page table */
    font-size: 17px;
}
.tb-registrations.tb-list td { /* view page table */
    padding: 20px 5px;
    font-size: 14px;
    /*text-align: left;*/
}
.tb-registrations.tb-list td.article-text {
    padding: 30px 20px;
    text-align: justify;
    font-size: 17px;
}
.tb-registrations.tb-list td.article-text .form-group {
    margin: 0;
}

.label.label-round {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 24px;
}

/* ---------------------------------------------------------------------------------------------------------------------
    4. 등록정보입력/수정/상세
--------------------------------------------------------------------------------------------------------------------- */
.registration-box {
    margin: 0 auto;
    padding: 0;
}
.password-progress {
    margin-top: 10px;
    margin-bottom: 0;
}

.registration-area .alert {
    margin: 0 0 10px;
    padding: 10px 15px;
}
.registration-area .alert ol {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: decimal;
}
.registration-area .alert ol li {
    font-size: 13px;
    color: #333;
}
.registration-area .alert i.required {
    margin: 0 5px;
    color: #c9302c;
    opacity: 0.5;
}
.registration-area .badge {
    margin: 0 0 0 10px;
    padding: 5px 10px;
    font-size: 17px;
}

/* form */
.registration-area form {
}
.registration-area form .control-group {
    margin: 0 0 20px;
}
.registration-area form .form-group label.control-label {
    margin-bottom: 10px;
    color: #1e3374;
    font-weight: bold;
    font-size: 17px;
}
.bookings .registration-area label.control-label {
    margin-bottom: 10px;
    color: #1e3374;
    font-weight: bold;
    font-size: 17px;
}
#postcode {
    width: 130px;
}

/* 선호 유형 */
.prefer-type-area {
    position: relative;
    padding: 40px 20px 20px;
    border: 1px solid #e1ebfd;
    border-radius: 5px;
    background-color: #f5f9fe;
}
.prefer-type-area .control-label {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 3px 7px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-radius: 5px 0 0 0;
    background-color: #0c3c92;
}
.prefer-type-area .type-label {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
}
.popup-site-info {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 4px 8px;
}

/* 테이블 뷰 */
.tb-registrations.tb-view th {
    /*padding: 0 0 0 10px;*/
    /*text-align: left;*/
}
.tb-registrations.tb-view th i.required {
    margin: 0 5px 0 0;
    color: #c9302c;
    opacity: 0.5;
}

/* 게시판 안에 포함된 테이블 */
.tb-registrations.tb-view td.article-text table {
    table-layout: fixed;
    width: 100%;
}
.tb-registrations.tb-view td.article-text table th {
    word-break: break-all;
    white-space: normal;
    font-size: 13px;
    border: 1px solid #e4e0e4;
}
.tb-registrations.tb-view td.article-text table td {
    word-break: break-all;
    white-space: normal;
    font-size: 13px;
    border: 1px solid #e4e0e4;
}
.tb-registrations.tb-view td.article-text table td p {
    word-break: break-all;
    white-space: normal;
    font-size: 13px;
    text-align: left;
}

/* view-page list area */
.list-button-area {

}
.list-area {
    float: left;
}
.list-button-area .prev-list {
    width: 620px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #9f978c;
    border-radius: 2px 2px 0 0;
}
.list-button-area .next-list {
    width: 620px;
    height: 40px;

    border: 1px solid #9f978c;
    border-top: 0;
    border-radius: 0 0 2px 2px;
}
.list-button-area .title {
    float: left;
    display: block;
    width: 78px;
    height: 39px;
    color: #573a37;
    text-align: center;
    line-height:40px;
    background-color: #e4e0e4;
}
.list-button-area .con-text {
    float: left;
    display: block;
    width: 540px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-button-area .con-text a {
    color: #573a37;
    text-decoration: none;
}
.list-button-area .con-text a:hover {
    color: #837770;
}

.list-btn-area {
    float: right;
}
.list-btn-area a {
    display: block;
    width: 120px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    color: #573a37;
    outline: none;
    text-decoration: none;
    border: 1px solid #9f978c;
    border-radius: 2px;
    background-color: #e4e0e4;
}
.list-btn-area a:hover {
    color: #fff;
    border: 1px solid #573a37;
    background-color: #573a37;
}

/* section-info */
.section-info {
    margin: 0 0 50px;
}
.section-info h4 {
    position: relative;
    /*padding-left: 10px;*/
    font-size: 17px;
    font-weight: bold;
    color: #533734;
}
.section-sub {
    margin: 0 0 30px;
    padding-left: 15px;
    font-size: 14px;
}
/*.section-info h4:before {*/
/*position: absolute;*/
/*left: 2px;*/
/*top: 2px;*/
/*display: inline-block;*/
/*content: '.';*/
/*text-indent: -9999px;*/
/*font-size: 0;*/
/*width: 3px;*/
/*height: 12px;*/
/*background-color: #533734;*/
/*}*/

/* pin-area */
.pin-area {
    margin: 0 0 30px;
    padding: 30px 50px;
    text-align: center;
    border: 5px solid #f4f4f4;
}
.pin-area h3 {
    margin: 0 0 10px;
}
.pin-area .pin {
    font-size: 0;
}
.pin-area .pin span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    font-family: arial, Sans-Serif;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #333;
}
.pin-area .pin .divline {
    border: 0;
}
.pin-area .pin .alpha {

}
.pin-area .pin .num {
    border-right: 0;
}
.pin-area .pin .num:last-child {
    border-right: 1px solid #333;
}

/* file-name-area */
.file-name-area {
    position: relative;
    width: 420px;
    margin:20px auto 5px;
    padding: 20px 50px;
    text-align: center;
    border: 1px solid #333;
}
.file-name-caption {
    margin: 0 0 30px;
    text-align: center;
    font-size: 13px;
}
.file-name-area ul.file-name {
    display: inline-block;
    margin: 0 0 10px;
}
.file-name-area ul.file-name li {
    position: relative;
    float: left;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.file-name-area ul.file-name li.underbar {
    margin: 0 5px;
}
.file-name-area ul.file-name li.name-area .ex {
    display: block;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #333;
}
.file-name-area ul.file-name li.name-area .info {
    display: block;
    font-size: 16px;
}
.file-name-area p {
    font-size: 12px;
}

/* ---------------------------------------------------------------------------------------------------------------------
    5. 가입완료
--------------------------------------------------------------------------------------------------------------------- */
.registration-complete {

}
.registration-complete .alert-info {
    text-align: center;
}
.registration-complete .alert-info i {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    font-size: 48px;
}
.registration-complete .alert-info p {
    display: inline-block;
    margin: 0 !important;
    text-align: left;
    vertical-align: middle;
}

/* ---------------------------------------------------------------------------------------------------------------------
    타입 별 대상지 박스
--------------------------------------------------------------------------------------------------------------------- */
.site_box {
    border: 1px solid #dfdfdf;
}
.site_title_ko {
    font-weight: bold;
}
.site_image {
    padding: 10px;
}
.site_info {
    padding: 10px;
}
.section.passwd h2 {
    margin: 0 0 30px;
    line-height: 1.1;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #999;
}
.section.passwd form {
    max-width: 640px;
    margin: 0 auto;
    padding: 50px 30px;
    border: 5px solid #eee;
}
#article .section.passwd h3 {
    margin: 0 0 20px;
    line-height: 1.5;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #533734;
}
/* 로그인 폼 */
.section.passwd .login-area {
    width: 400px;
    margin: 0 auto;
}
.section.passwd .login-area .input-area {
    float: left;
    width: 280px;
    margin: 0 10px 0 0;
}
.section.passwd .login-area .input-area input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.section.passwd .login-area .input-area input.pw {
    margin: 0;
}
.section.passwd .login-area .btn-submit {
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #533734;
    background-color: #533734;
    transition: all 0.25s;
}
.section.passwd .login-area .btn-submit:hover {
    border: 1px solid #432c29;
    background-color: #432c29;
}
.tour-info-table th {
    background-color: #f7f8fd;
}
.text-info {
    font-size: 17px;
}
/* 파일 업로드 */
.file-upload-area .input-group-btn:last-child>.btn {
    width: 120px;
}

/* table */
.table-responsive table {
    min-width: 720px;
}

@media only screen
and (max-width: 720px) {

    .table-responsive table th,
    .table-responsive table td {
        font-size: 15px !important;
    }

}
