/* BASIC css start */
/* =========================================================
   FALLING LAND - TERMS / JOIN AGREEMENT
   ========================================================= */

caption {
    display: none;
}

a:hover {
    text-decoration: none;
    background: none;
}


/* =========================================================
   PAGE
   ========================================================= */

#terms {
    color: #333;
}

#terms .page-body {
    padding-top: 20px;
}


/* =========================================================
   AGREEMENT WRAP
   ========================================================= */

.new-privercy-contract {
    width: 620px;
    margin: 0 auto;
}


/* 기본 타이틀 */
.new-privercy-contract h3,
h4.tit {
    position: relative;

    margin: 34px 0 10px;
    padding: 0;

    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.2px;
    text-align: left;
}

.new-privercy-contract h3.w-normal {
    font-weight: 400;
}

.new-privercy-contract h3 span {
    color: #333;
}

.new-privercy-contract h3 .check {
    position: absolute;
    top: 0;
    right: 0;

    width: auto;
}

.new-privercy-contract h3 .check input {
    width: 14px;
    height: 14px;

    vertical-align: middle;
}


/* =========================================================
   CONTRACT BOX
   ========================================================= */

.privercy-contract {
    width: 100%;
}

.privercy-contract textarea {
    display: block;

    width: 100%;
    height: 180px;

    padding: 18px;

    border: 1px solid #ddd;
    background: #fafafa;

    color: #666;
    font-size: 11px;
    line-height: 1.7;

    resize: none;
    outline: none;

    box-sizing: border-box;
}

.privercy-contract textarea:focus {
    border-color: #aaa;
}


/* =========================================================
   CHECK AREA
   ========================================================= */

.new-privercy-contract input {
    vertical-align: middle;
}

.new-privercy-contract .privercy-chk,
#terms .privercy-agree {
    margin-top: 10px;
    margin-bottom: 22px;

    text-align: right;
}

.new-privercy-contract .privercy-chk label,
#terms .privercy-agree label {
    color: #666;
    font-size: 11px;
    line-height: 18px;
}

.new-privercy-contract .privercy-chk strong,
#terms .privercy-agree strong {
    color: #333;
    font-weight: 500;
}

.new-privercy-contract .privercy-chk input,
#terms .privercy-agree input {
    margin-right: 5px;
}


/* =========================================================
   MAIN AGREE BUTTON
   ========================================================= */

.btn-agree {
    margin-top: 30px;
}

.btn-agree a {
    display: block;

    width: 100%;
    height: 48px;

    padding: 0;

    border: 1px solid #333;
    border-radius: 0;

    background: #333;

    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;

    box-sizing: border-box;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.btn-agree a:hover {
    background: #fff;
    color: #333;
}


/* =========================================================
   COLLAPSIBLE FORM
   ========================================================= */

.form-wrap {
    width: 620px;

    margin-top: 30px;
    padding: 0 22px 22px;

    border: 1px solid #ddd;
    border-radius: 0;

    background: #fff;

    text-align: left;

    box-sizing: border-box;
}

.form-wrap h3.form-title {
    margin: 0;
    padding: 20px 0 0;

    color: #333;
    font-size: 14px;
    font-weight: 500;

    cursor: pointer;
}

.form-wrap h3.form-title strong {
    display: block;

    padding-right: 25px;

    background: url(/images/common/ico_arrow_up.png) no-repeat right center;

    letter-spacing: -0.2px;
}

.form-wrap h3.form-title.off strong {
    background: url(/images/common/ico_arrow_down.png) no-repeat right center;
}


/* =========================================================
   PRIVACY TABS
   ========================================================= */

.privercy-contract-tap {
    height: auto;

    margin-bottom: 10px;
}

.privercy-contract-tap ul {
    display: flex;

    width: 100%;

    border: 1px solid #ddd;

    box-sizing: border-box;
}

.privercy-contract-tap ul li {
    flex: 1;

    border-right: 1px solid #ddd;

    text-align: center;
}

.privercy-contract-tap ul li:last-child {
    border-right: 0;
}

.privercy-contract-tap ul li a {
    display: block;

    padding: 11px 6px;

    background: #fff;

    color: #888;
    font-size: 10px;
    line-height: 16px;
    text-decoration: none;
}

.privercy-contract-tap ul li.sel a {
    background: #333;
    color: #fff;
}


/* =========================================================
   AGREEMENT TABLE
   ========================================================= */

#terms .tbl,
#terms .contract-tbl {
    width: 100%;

    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;

    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

#terms .tbl th,
#terms .tbl td,
#terms .contract-tbl th,
#terms .contract-tbl td {
    min-height: 38px;

    padding: 10px 8px;

    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

    color: #555;
    font-size: 11px;
    line-height: 17px;

    box-sizing: border-box;
}

#terms .tbl th,
#terms .contract-tbl th {
    background: #fafafa;

    color: #333;
    font-weight: 500;
    text-align: center;
}

#terms .new-privercy-contract .tbl td {
    background: #fff;
}

#terms .contract-tbl tbody th {
    font-weight: 400;
}

#terms .contract-tbl th div {
    height: auto;
    line-height: 17px;
}

#terms .tbl td ul,
#terms .tbl td ul li {
    margin: 0;
    padding: 0;

    list-style: none;
}

#terms .tbl td ul {
    width: auto;
    margin: 0;
}

#terms .tbl td .txt-l {
    margin: 0;
    padding: 5px;

    text-align: left;
}

#terms .tbl td .mr15 {
    margin-right: 15px;
}


/* =========================================================
   ALL AGREEMENT
   ========================================================= */

#chkwrap {
    margin-top: 20px;

    border: 1px solid #ddd;
    background: #fff;
}

#chkwrap .all-chk {
    height: auto;

    padding: 15px 18px;

    border-bottom: 1px solid #ddd;
    background: #fafafa;

    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

#chkwrap .all-chk .input-cbox {
    width: 14px;
    height: 14px;

    margin-right: 6px;

    vertical-align: middle;
}

#chkwrap .cont {
    padding: 16px 18px;
}

#chkwrap .cont ul {
    padding: 0;
}

#chkwrap .cont ul:after {
    display: block;
    clear: both;
    content: "";
}

#chkwrap .cont ul li {
    float: none;

    width: 100%;

    padding: 7px 0;

    color: #666;
    font-size: 11px;
    line-height: 18px;
}

#chkwrap .cont label {
    font-weight: 400;
}

#chkwrap .cont strong {
    color: #333;
    font-weight: 500;
}

#chkwrap .cont ul li a {
    display: inline-block;

    width: auto;
    height: 22px;

    margin-left: 7px;
    padding: 0 8px;

    border: 1px solid #ccc;
    background: #fff;

    color: #777;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px !important;
    text-align: center;
    text-decoration: none;

    box-sizing: border-box;
}

#chkwrap .cont ul li a:hover {
    border-color: #777;
    color: #333;
}


/* 마케팅 수신 */
#chkwrap .cont .marketing {
    margin-top: 10px;
    padding: 12px 0 0;

    border-top: 1px solid #eee;

    color: #777;
    font-size: 11px;
    line-height: 18px;
}

#chkwrap .cont .marketing .mk-wrap {
    height: auto;
    line-height: 24px;
}

#chkwrap .cont .marketing .mk-wrap input {
    vertical-align: middle;
}


/* =========================================================
   ETC TEXT
   ========================================================= */

.new-privercy-contract .p10 {
    padding: 10px;
}

.new-privercy-contract .period {
    color: #555;
    font-size: 11px;
    font-weight: 500;
}

.new-privercy-contract .privacy-noti {
    margin-top: 10px;

    color: #888;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
}

.btm-msg {
    padding-top: 25px;

    color: #888;
    font-size: 11px;
    line-height: 18px;
}


/* =========================================================
   OLD TYPE FALLBACK BUTTONS
   ========================================================= */

#terms .btn-foot {
    margin-top: 25px;

    text-align: center;
    font-size: 0;
    line-height: 0;
}

#terms .btn-foot a {
    display: inline-block;

    margin: 0 4px;
}

#terms .btn-foot a img {
    display: block;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 700px) {

    .new-privercy-contract,
    .form-wrap {
        width: 100%;
    }

    #terms .page-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .privercy-contract-tap ul {
        flex-direction: column;
    }

    .privercy-contract-tap ul li {
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .privercy-contract-tap ul li:last-child {
        border-bottom: 0;
    }

    .privercy-contract textarea {
        height: 150px;
    }
}
/* BASIC css end */

