@charset "euc-kr";

/* Reset */
html {
    -webkit-text-size-adjust: none;
    position: relative;
}

body {
    background-color: #ffffff;
    text-align: left;
    position: relative;
}

html,
body {
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
li,
p,
dl,
dt,
dd,
fieldset,
input,
legend {
    margin: 0;
    padding: 0;
    border: 0;
}

p,
th,
td,
li,
dt,
dd,
label,
input,
h1,
h2,
h3,
h4,
h5,
address {
    font-size: 13px;
    color: #323527;
    line-height: 1.25em;
}

li {
    list-style-type: none;
}

select {
    font-size: 12px;
}

img {
    border: none;
}

a {
    color: #323527;
    text-decoration: none;
}

caption,
hr,
legend,
.skip {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}



/* layout */
#wrap {
    position: relative;
    height: 100%;
    min-width: 320px;
}

#body {
    position: relative;
    min-height: 100%;
}

#titbar {
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background-color: #b12222;
    border-bottom: 2px solid #bb162b;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

#titbar .left_area {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 50px;
}

#titbar .right_area {
    float: right;
    padding-right: 15px;
    padding-top: 10px;
    width: 50px;
}

#titbar .tit_area {
    text-align: center;
    float: left;
}

#content {
    padding: 20px 20px 20px 20px;
    min-height: 375px;
}

#content .content_tit {
    vertical-align: top;
    color: #222;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 0 15px 0;
    border-bottom: 2px solid #D22630;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: -1px;
}

#content .policy_tit {
    vertical-align: top;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 5px 0;
}

#content .policy_inner_tit {
    width: 100%;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

#content .policy_inner {
    width: 100%;
    color: #6a6a6a;
    font-size: 13px;
    padding: 0 0 5px 0;
}

#content .agree {
    line-height: 25px;
    vertical-align: middle;
}

#content .agree label {
    color: #6a6a6a;
    font-size: 12px;
    vertical-align: middle;
    line-height: 25px;
}

#content .agree input[type="checkbox"] {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border: 2px solid #b8b8b8;
    background: #FFF;
    padding-bottom: 4px;
    vertical-align: middle;
}

#content .agree input[type="checkbox"]:checked {
    border: 2px solid #cb5261;
    background: #FFF;
}

#content .agree input[type="checkbox"]:disabled {
    background: #FFF;
}




#content2 {
    padding: 0;
    margin: 0;
    min-height: 375px;
    background-color: #f2f2f0;
}

#content2 .policy_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 2px #bbb;
    margin-bottom: 10px;
    overflow: auto;
    padding: 12px 0 12px 0;
    border-top: 1px solid #d5d5d5;
}

#content2 .policy_box_inner {
    margin-left: 15px;
    margin-right: 15px;
    background-color: #ffffff;
    overflow: auto;
    border-bottom: 1px solid #dddddd;
}

#content2 .policy_tit {
    float: left;
    vertical-align: top;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 34px;
    ;
    margin-left: 15px;
}

#content2 .policy_tit2 {
    float: left;
    vertical-align: middle;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 40px;
    //padding-bottom:10px;
}

#content2 .policy_right {
    float: right;
    text-align: right;
    margin-right: 15px;
    letter-spacing: -1px;
    line-height: 34px;
}

#content2 .policy_right2 {
    float: right;
    text-align: right;
    letter-spacing: -1px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
}

#content2 .policy_inner {
    margin-left: 15px;
    margin-right: 15px;
    color: #6a6a6a;
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 18px;
}

#content2 .agree {
    line-height: 28px;
    vertical-align: middle;
}

#content2 .agree label {
    color: #6a6a6a;
    font-size: 15px;
    vertical-align: middle;
    line-height: 28px;
}

#content2 .agree input[type="checkbox"] {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    border: 2px solid #b8b8b8;
    background: #FFF;
    padding-bottom: 4px;
    vertical-align: middle;
}

#content2 .agree input[type="checkbox"]:checked {
    border: 2px solid #cb5261;
    background: #FFF;
}

#content2 .agree input[type="checkbox"]:disabled {
    background: #FFF;
}


table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.th_common {
    height: 30px;
    background-color: #fafafa;
    border-top-color: #d5d5d5;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #d5d5d5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
}

.th_right {
    border-right: 1px solid #d5d5d5;
}

.th_left {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

.td_common {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    text-align: left;
    color: #555;
}

.td_right {
    border-right: 1px solid #d5d5d5;
}

.td_top {
    border-top: 1px solid #d5d5d5;
}

.td_left {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}


.btn_area {
    padding: 10px 15px 10px 15px;
    height: 70px;
}

.btn_area2 {
    padding: 15px 0 10px 0;
    height: 70px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.btn_grey,
.btn_grey:focus {
    text-align: center;
    float: left;
    background: #999999;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 50%;
    margin-left: 25%;
    padding: 12px 0 10px 0;
    vertical-align: middle;
    letter-spacing: -1px;
}

.btn_grey:active {
    background: #888888;
}

.btn_grey_left,
.btn_grey_left:focus {
    text-align: center;
    float: left;
    background: #999999;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 48%;
    padding: 12px 0 10px 0;
    vertical-align: middle;
    letter-spacing: -1px;
}

.btn_grey_left:active {
    text-align: center;
    float: left;
    background: #888888;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    width: 48%;
    padding: 12px 0 10px 0;
    vertical-align: middle;
    letter-spacing: -1px;
}

.btn_red_right,
.btn_red_right:focus {
    text-align: center;
    float: right;
    background: #D22630;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 48%;
    padding: 12px 0 10px 0;
    vertical-align: middle;
    letter-spacing: -1px;

}

.btn_red_right:active {
    text-align: center;
    float: right;
    background: #ca1d20;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 48%;
    padding: 12px 0 10px 0;
    vertical-align: middle;
    letter-spacing: -1px;
}

/* s: 2025-11-12 */
.policy_inner p {
    line-height: 140%;
}

.icon_info_group {
    display: flex;
    max-width: 100%;
    border: 1px solid #d5d5d5;
    margin: 5px auto;
}

.icon_info_group li {
    position: relative;
    text-align: center;
    padding: 50px 0px 10px;
}

.icon_info_group li:nth-child(1),
.icon_info_group li:nth-child(2) {
    width: 31%;
    border-right: 1px dotted #d5d5d5;
}

.icon_info_group li:nth-child(3) {
    width: 38%;
}

.icon_info_group li p {
    word-break: keep-all;
    font-size: 12px;
    word-spacing: -1px;
}

.icon_info_group li p.tt {
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-bottom: 1px dotted #d5d5d5;
    font-size: 12px;
}

.icon_info_group li figure {
    width: 60px;
    margin: 15px auto 10px;
}

.icon_info_group li figure img {
    max-width: 100%;
    width: 100%;
}

.table_div {
    margin: 5px 0;
}

.table_div table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    background-color: white;
    table-layout: fixed;
}

.table_div th,
.table_div td {
    overflow-wrap: break-word;
    word-break: keep-all;
    font-size: 12px;
}

.table_div thead th {
    background-color: #fafafa;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.table_div tbody td {
    border: 1px solid #ddd;
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
}

.table_div tbody td.text_left {
    text-align: left;
}

.table_div tbody td.category {
    background-color: #fafafa;
    font-weight: bold;
    padding: 7px;
}


.indent_number {
    display: flex;
    padding-left: 2px;
    margin-bottom: 10px;
}

.indent_number b {
    margin-right: 2px;
    font-weight: normal;
}

.indent_hangul {
    display: flex;
    padding-left: 15px;
    margin-bottom: 5px;
}

.indent_hangul b {
    margin-right: 2px;
    font-weight: normal;
}

.a_underline {
    margin-bottom: 7px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ptx {
    margin-top: 10px;
    word-spacing: -2px;
    font-weight: bold;
}

.fsm {
    font-size: 11px;
    line-height: 1em;
}

.mb_1 {
    margin-bottom: 8px;
}

/* e: 2025-11-12 */