@charset "UTF-8";
/* 회원 */
/* 공통 */
.member {
    min-height: 500px;
}
.member > h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}

.btn_border {
    display: inline-block;
    height: 32px;
    padding: 0 18px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    border: 1px solid #171A19;
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 32px;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    cursor: pointer;
}

.btn_link {
    position: relative;
    padding-right: 18px;
    color: #171A19;
    font-weight: 700;
}
.btn_link:after {
    content: " ";
    position: absolute;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../images/webhome2/ico_arrow_right_14.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.btn_link.type {
    padding-right: 0;
    font-weight: normal;
}
.btn_link.type:after {
    display: none;
}

.table_wrap.col {
    border-top: 1px solid #171A19;
}
.table_wrap.col table {
    width: 100%;
    border-collapse: collapse;
}
.table_wrap.col table thead th {
    padding: 14px 0;
    background-color: #F0F5F4;
    border-left: 1px solid #FFFFFF;
    text-align: center;
}
.table_wrap.col table thead th:first-child {
    border-left: none;
}
.table_wrap.col table thead th.bd_l {
    border-left: 1px solid #FFFFFF;
}
.table_wrap.col table thead th.bd_t {
    border-top: 1px solid #FFFFFF;
}
.table_wrap.col table thead th.bd_b {
    border-bottom: 1px solid #FFFFFF;
}
.table_wrap.col table tbody th {
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    font-weight: normal;
}
.table_wrap.col table tbody th.first {
    border-left: none !important;
}
.table_wrap.col table tbody th.al_center {
    text-align: center;
}
.table_wrap.col table tbody th.al_right {
    text-align: right;
}
.table_wrap.col table tbody td {
    padding: 20px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
    /* 데이터 없을 경우 */
}
.table_wrap.col table tbody td.first {
    border-left: none;
}
.table_wrap.col table tbody td.al_center {
    text-align: center;
}
.table_wrap.col table tbody td.al_center .bullet_list {
    display: inline-block;
}
.table_wrap.col table tbody td.al_right {
    text-align: right;
}
.table_wrap.col table tbody td .fc_red {
    color: #FF383B;
}
.table_wrap.col table tbody td .fc_khaki {
    color: #00805A;
}
.table_wrap.col table tbody td .fc_gray02 {
    color: #727573;
}
.table_wrap.col table tbody td .no_result {
    padding: 20px 0;
    text-align: center;
}
.table_wrap.col table tbody td .no_result p {
    font-size: 14px;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.table_wrap.col table tfoot td {
    padding: 20px;
    border-bottom: 1px solid #eaebea;
    border-left: 1px solid #eaebea;
    background-color: #FFFFFF;
}
.table_wrap.col table tfoot td.first {
    border-left: none;
}
.table_wrap.col table tfoot td.al_center {
    text-align: center;
}
.table_wrap.col table tfoot td.al_center .bullet_list {
    display: inline-block;
}
.table_wrap.col table tfoot .al_right {
    text-align: right;
}
.table_wrap + .table_wrap {
    margin-top: 20px;
}

.policy_content_view #sec::before,
.policy_content_view #first::before,
.policy_content_view #third::before,
.policy_content_view #forth::before,
.policy_content_view #sixth::before,
.policy_content_view #tenth::before {
    content: "";
    display: block;
    height: 75px;
    margin-top: -75px;
    visibility: hidden;
}
.policy_content_view .paragraph .mb4 {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .paragraph:not(:first-child) {
    margin-top: 64px;
}
.policy_content_view .paragraph strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .paragraph strong.second {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .paragraph strong img {
    width: 32px;
    height: 32px;
    margin-top: -4px;
}
.policy_content_view .paragraph > p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .paragraph .bul_list {
    margin-top: 12px;
}
.policy_content_view .paragraph .bul_list.inter0 li {
    margin-top: 0;
}
.policy_content_view .paragraph .bul_list li {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .paragraph .bul_list li:first-child {
    margin-top: 0;
}
.policy_content_view .paragraph .bul_list li .boldtext {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .paragraph .bul_list li .depth_ul {
    margin-bottom: -8px;
    padding-left: 24px;
}
.policy_content_view .paragraph .bul_list li .depth_ul li {
    margin-top: 0;
}
.policy_content_view .paragraph .bul_list li > a {
    color: #171A19;
    text-decoration: underline;
}
.policy_content_view .paragraph .bul_list .modal,
.policy_content_view .paragraph .bul_list .modal_link {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #00815A;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-top: 13px;
    text-decoration: none;
}
.policy_content_view .label_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
}
.policy_content_view .label_list li {
    width: 100%;
    text-align: center;
}
.policy_content_view .label_list li:not(:first-child) {
    margin-left: 8px;
}
.policy_content_view .label_list li a {
    display: block;
    height: 133px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F7FAF9;
    border: 1px solid #F0F5F4;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: underline;
}
.policy_content_view .label_list li a img {
    display: block;
    width: 64px;
    margin: 0 auto 12px;
}
.policy_content_view p.desc {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .bullet_list {
    margin-top: 12px;
}
.policy_content_view .bullet_list.bold {
    margin-top: 20px;
}
.policy_content_view .bullet_list.bold li {
    font-size: 14px;
    font-weight: 700;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .bullet_list.bold li p {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .policy_accordion {
    margin: 8px 0;
}
.policy_content_view .policy_accordion li {
    border-top: 1px solid #eaebea;
    border-bottom: 1px solid #eaebea;
}
.policy_content_view .policy_accordion li .head a {
    display: block;
    padding: 13px 24px;
    background-color: #f7f7f7;
}
.policy_content_view .policy_accordion li .head a .tit {
    position: relative;
    padding-right: 20px;
    font-weight: 700;
}
.policy_content_view .policy_accordion li .head a .tit:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../images/webhome2/ico_dropdown_16.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.policy_content_view .policy_accordion li .body {
    padding: 16px 24px 24px;
}
.policy_content_view .policy_accordion li .body .table_wrap td {
    text-align: left;
}
.policy_content_view .policy_accordion li .body li {
    border: none;
}
.policy_content_view .policy_accordion li .body li > p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .policy_accordion li .body .bul_list {
    margin-top: 0;
}
.policy_content_view .policy_accordion li .body .box:not(:first-child) {
    margin-top: 12px;
}
.policy_content_view .policy_accordion li .body .box .modal,
.policy_content_view .policy_accordion li .body .box .btn_pop_open {
    color: #171A19;
    text-decoration: underline;
}
.policy_content_view .policy_accordion li.on .tit:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.policy_content_view .policy_accordion.policy_box {
    border: 1px solid #eaebea;
    border-bottom: none;
}
.policy_content_view .policy_accordion.policy_box li .head {
    border-bottom: 1px solid #eaebea;
}
.policy_content_view .policy_accordion.policy_box li .head a .tit {
    display: block;
}
.policy_content_view .table_frame:not(:first-child) {
    margin-top: 48px;
}
.policy_content_view .table_frame .tit {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .table_frame > p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .table_frame .desc {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.policy_content_view .table_frame .btn_link {
    display: inline-block;
    margin-top: 8px;
}
.policy_content_view .table_frame .btn_link.type {
    margin-top: 0;
}
.policy_content_view .table_frame .table_wrap table tbody td:first-child {
    border-left: 1px solid #eaebea;
}
.policy_content_view .table_frame .table_wrap table tbody td:first-child.first {
    border-left: none;
}
.policy_content_view .table_frame .table_wrap table tbody td a {
    color: #171A19;
}
.policy_content_view .table_frame .table_wrap table tbody td a:not(.btn_link) {
    text-decoration: underline;
}
.policy_content_view .table_frame .table_wrap.al_left table tbody td {
    text-align: left;
}
.policy_content_view .table_frame .btm_info {
    margin-top: 16px;
}
.policy_content_view .table_frame .btm_info li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: left;
}
.policy_content_view .table_frame .btm_info li + li {
    margin-top: 4px;
}
.policy_content_view .table_frame .btm_info li:last-child {
    color: #434545;
}
.policy_content_view .btm_info {
    margin-top: 16px;
}
.policy_content_view .btm_info li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: left;
}
.policy_content_view .btm_info li + li {
    margin-top: 4px;
}

.lay_pop.large .none_tit,
.lay_pop.xlarge .none_tit {
    height: 66px;
}
.lay_pop.large .table_area,
.lay_pop.xlarge .table_area {
    margin-top: 40px;
}
.lay_pop.large .table_area.solo,
.lay_pop.xlarge .table_area.solo {
    margin-top: 32px;
}
.lay_pop.large .table_area .table_frame:not(:first-child),
.lay_pop.xlarge .table_area .table_frame:not(:first-child) {
    margin-top: 56px;
}
.lay_pop.large .table_area .table_frame .tit,
.lay_pop.xlarge .table_area .table_frame .tit {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.large .table_area .table_frame > p,
.lay_pop.xlarge .table_area .table_frame > p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.large .table_area .table_frame .desc,
.lay_pop.xlarge .table_area .table_frame .desc {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.large .table_area .table_frame .btn_link,
.lay_pop.xlarge .table_area .table_frame .btn_link {
    display: inline-block;
    margin-top: 8px;
}
.lay_pop.large .table_area .table_frame .btn_link.type,
.lay_pop.xlarge .table_area .table_frame .btn_link.type {
    margin-top: 0;
}
.lay_pop.large .table_area .table_frame .table_wrap table tbody td:first-child,
.lay_pop.xlarge .table_area .table_frame .table_wrap table tbody td:first-child {
    border-left: 1px solid #eaebea;
}
.lay_pop.large .table_area .table_frame .table_wrap table tbody td:first-child.first,
.lay_pop.xlarge .table_area .table_frame .table_wrap table tbody td:first-child.first {
    border-left: none;
}
.lay_pop.large .table_area .table_frame .table_wrap table tbody td a,
.lay_pop.xlarge .table_area .table_frame .table_wrap table tbody td a {
    color: #171A19;
    text-decoration: underline;
}
.lay_pop.large .table_area .table_frame .table_wrap.al_left table tbody td,
.lay_pop.xlarge .table_area .table_frame .table_wrap.al_left table tbody td {
    text-align: left;
}
.lay_pop.large .table_area .table_frame .btm_info,
.lay_pop.xlarge .table_area .table_frame .btm_info {
    margin-top: 16px;
}
.lay_pop.large .table_area .table_frame .btm_info li,
.lay_pop.xlarge .table_area .table_frame .btm_info li {
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: left;
}
.lay_pop.large .table_area .table_frame .btm_info li + li,
.lay_pop.xlarge .table_area .table_frame .btm_info li + li {
    margin-top: 4px;
}
.lay_pop.large .table_area .policy_content_view,
.lay_pop.xlarge .table_area .policy_content_view {
    text-align: left !important;
}
.lay_pop.large .table_area .bullet_list.bold li,
.lay_pop.xlarge .table_area .bullet_list.bold li {
    font-size: 14px;
    font-weight: 700;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.large .table_area .bullet_list.bold li p,
.lay_pop.xlarge .table_area .bullet_list.bold li p {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.large .wrap_policy.ty02 > h4:not(:first-child),
.lay_pop.xlarge .wrap_policy.ty02 > h4:not(:first-child) {
    margin: 48px 0 16px;
}
.lay_pop.large .wrap_policy.ty02 > h4:first-child,
.lay_pop.xlarge .wrap_policy.ty02 > h4:first-child {
    margin: 32px 0 16px;
}
.lay_pop.large .wrap_policy.ty02 .tit,
.lay_pop.xlarge .wrap_policy.ty02 .tit {
    margin: 32px 0 16px;
}
.lay_pop.large .wrap_policy.ty02 .policymenu,
.lay_pop.xlarge .wrap_policy.ty02 .policymenu {
    margin-top: 48px;
    border: 1px solid #F0F5F4;
    background-color: #F7FAF9;
}
.lay_pop.large .wrap_policy.ty02 table + .bullet_list,
.lay_pop.xlarge .wrap_policy.ty02 table + .bullet_list {
    margin: 4px 0 16px;
}
.lay_pop.large .wrap_policy.ty02 .paragraph .label_table,
.lay_pop.xlarge .wrap_policy.ty02 .paragraph .label_table {
    margin: 48px -8px 0;
}
.lay_pop.large .wrap_policy.ty02 .paragraph .label_table td img,
.lay_pop.xlarge .wrap_policy.ty02 .paragraph .label_table td img {
    margin-bottom: 0;
}
.lay_pop.large .wrap_policy.ty02 .paragraph .label_table td a,
.lay_pop.xlarge .wrap_policy.ty02 .paragraph .label_table td a {
    text-decoration: underline;
}

.lay_pop.large .table_area {
    margin-top: 32px;
}
.lay_pop.large .table_area .table_frame > .tit {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop.large .table_area .table_frame + .table_frame {
    margin-top: 48px;
}
.lay_pop.large .table_area .table_frame .table_wrap {
    margin-top: 20px;
}

.lay_pop .table_area .table_frame .wrap_policy > h4:not(.tit) {
    margin: 56px 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .table_area .table_frame .wrap_policy .list .bllist_type2 li {
    margin-top: 0;
}
.lay_pop .table_area .table_frame .wrap_policy .list li {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .table_area .table_frame .wrap_policy .list li .bltxt_type2 {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .table_area .table_frame .wrap_policy .list li > p {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .table_area .table_frame .wrap_policy .list li .bullet_list.square li {
    padding-left: 6px;
}
.lay_pop .table_area .table_frame .wrap_policy .list li .bullet_list.square li:before {
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #171A19;
}
.lay_pop .table_area .table_frame .wrap_policy .list li .bullet_list.square.depth {
    padding-left: 22px;
}
.lay_pop .table_area .table_frame .wrap_policy .list li .bullet_list.square.depth li {
    margin-top: 0;
}
.lay_pop .table_area .table_frame .wrap_policy .list li .bullet_list.square.depth2 {
    padding-left: 8px;
}
.lay_pop .table_area .table_frame .wrap_policy .list li .solo li {
    margin-top: 0;
}
.lay_pop .table_area .table_frame .wrap_policy .list.solo li {
    margin-top: 0;
}
.lay_pop .table_area .table_frame .wrap_policy > p:not(.desc) {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .table_area .table_frame .wrap_policy .desc {
    margin-top: 16px;
}
.lay_pop .table_area .table_frame .wrap_policy .desc > p {
    margin-top: 10px;
}
.lay_pop .table_area .table_frame .wrap_policy .table_wrap {
    margin-top: 24px;
}
.lay_pop .table_area .table_frame .wrap_policy .policymenu {
    margin-top: 56px;
    padding: 24px;
    border: 1px solid #F0F5F4;
    background-color: #F7FAF9;
}
.lay_pop .table_area .table_frame .wrap_policy .policymenu .old {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -12px;
}
.lay_pop .table_area .table_frame .wrap_policy .policymenu .old li {
    margin-top: 12px;
}
.lay_pop .table_area .table_frame .wrap_policy .policymenu .old li:nth-child(odd) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 47%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 47%;
            flex: 1 1 47%;
}
.lay_pop .table_area .table_frame .wrap_policy .policymenu .old li:nth-child(even) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 53%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 53%;
            flex: 1 1 53%;
}
.lay_pop .table_area .table_frame .wrap_policy .policymenu .old li a {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-decoration: underline;
}
.lay_pop .table_area .table_frame .wrap_policy .footer {
    margin-top: 25px;
}
.lay_pop .table_area .table_frame .wrap_policy .footer > p {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.lay_pop .table_area .table_frame .wrap_policy .footer .solo {
    margin-top: 16px;
}

/* //공통 */
.container {
    position: relative;
    margin: 72px auto 0;
}
.container .btn {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    line-height: 60px;
    text-align: center;
}
.container .btn > span {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .bullet_list > li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .bullet_list.dot li {
    padding-left: 10px;
}
.container .bullet_list.dot li:before {
    background-color: #434545;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.container .btn.black {
    background-color: #171A19;
}
.container .btn.black > span {
    color: #FFFFFF !important;
}
.container .button_area.half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
}
.container .button_area.half > .btn {
    width: 270px;
    margin: 0 4px;
}
.container .button_area.half > .btn:first-of-type {
    margin-left: 0;
}
.container .button_area.half > .btn:last-of-type {
    margin-right: 0;
}
.container .caution_wrap {
    width: 100%;
    margin-top: 8px;
}
.container .caution_wrap:after {
    content: " ";
    display: block;
    clear: both;
}
.container .caution_wrap .text {
    float: left;
    max-width: 480px;
    color: #EB3912;
}
.container .caution_wrap .btn_wrap {
    float: right;
}
.container .caution_wrap > .ty02 {
    margin-top: 24px;
}
.container .caution_wrap > .ty02 .btn_wrap {
    margin-top: 0;
}
.container h3.title {
    padding-bottom: 12px;
    border-bottom: 2px solid #171A19;
    font-size: 22px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container h3.title.ty02 {
    border: none;
    margin-bottom: 24px;
    padding: 0;
}
.container h4.title {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .tit_page {
    margin-bottom: 64px;
    font-size: 40px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
}
.container .tit_page.ty02 {
    margin-bottom: 40px;
}
.container .tit_page.ty03 {
    margin-bottom: 16px;
}
.container .tit_txt {
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: center;
    margin-bottom: 64px;
}
.container .policy_wrap h3.title:not(:first-child) {
    margin-top: 100px;
}
.container .policy_wrap h3.title.ty02 {
    margin-top: 80px;
}
.container .policy_wrap h4 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .policy_wrap h4:not(:first-child) {
    margin-top: 64px;
}
.container .policy_wrap h4.ty02 {
    margin: 64px 0 20px;
}
.container .policy_wrap h5 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .policy_wrap h5.fw_n {
    font-weight: normal;
}
.container .policy_wrap .tit {
    display: block;
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .policy_wrap .tit.ty02 {
    margin: 32px 0 20px;
}
.container .policy_wrap p, .container .policy_wrap li {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .policy_wrap p + ol {
    padding: 4px 0 0 22px;
}
.container .policy_wrap p + ul {
    margin: 8px 0;
}
.container .policy_wrap p + p {
    margin-top: 4px;
}
.container .policy_wrap p + .btn_link {
    display: inline-block;
    margin-top: 4px;
}
.container .policy_wrap p + .btn_link.ty02 {
    margin-top: 8px;
}
.container .policy_wrap .img_policy {
    margin-top: 20px;
}
.container .policy_wrap .img_policy + .step_dl {
    margin-top: 32px;
}
.container .policy_wrap .img_policy.ty02 {
    margin-top: 12px;
}
.container .policy_wrap .step_dl ~ p > a {
    text-decoration: underline;
}
.container .policy_wrap .step_dl dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.container .policy_wrap .step_dl dl dt {
    width: 69px;
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .policy_wrap .step_dl dl dd {
    font-size: 16px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .policy_wrap .step_dl dl + dl {
    margin-top: 12px;
}
.container .policy_wrap .solo li {
    margin-top: 0 !important;
}
.container .policy_wrap .tab_wrap .tabs li {
    margin-top: 0;
}
.container .policy_wrap li:not(:first-child) {
    margin-top: 4px;
}
.container .policy_wrap li > ol, .container .policy_wrap li ul {
    padding: 4px 0 0 22px;
}
.container .policy_wrap li > ol > li, .container .policy_wrap li ul > li {
    margin-top: 0 !important;
}
.container .policy_wrap .bullet_list {
    margin-top: 16px;
}
.container .policy_wrap .bullet_list li > p.call_txt {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .policy_wrap .txt_desc {
    margin-top: 20px;
}
.container .policy_wrap .txt_desc + .txt_desc {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .policy_wrap .txt_desc.bold {
    font-size: 16px;
    font-weight: 700;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-bottom: 8px;
}
.container .policy_wrap .txt_desc02 {
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    margin-bottom: 20px;
}
.container .policy_wrap .cnt01 {
    margin-top: 40px;
}
.container .policy_wrap .cnt02 {
    margin-top: 32px;
}
.container .policy_wrap .cnt03 {
    margin-top: 56px;
    padding: 0 !important;
}
.container .policy_wrap .cnt04 {
    margin-top: 48px !important;
}
.container .policy_wrap .cnt12 {
    margin-top: 12px;
}
.container .policy_wrap .cnt70 {
    margin-top: 70px;
}
.container .policy_wrap ul.solo {
    font-size: 14px;
    font-weight: 400;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .list_mt .bullet_list li + li {
    margin-top: 8px;
}
.container .list_mt .table_area {
    margin-top: 20px;
}
.container .list_mt .table_area + .bullet_list {
    margin-top: 20px;
}
.container .list_mt h5 + .bullet_list,
.container .list_mt p + .bullet_list {
    margin-top: 12px;
}
.container .member_sub {
    max-width: 1110px;
}
.container .member_sub .hpoint_area .desc {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .member_sub .hpoint_area,
.container .member_sub .com_area {
    max-width: 472px;
    margin: 0 auto;
}
.container .member_sub .hpoint_area fieldset,
.container .member_sub .com_area fieldset {
    border: none;
}
.container .member_sub .hpoint_area fieldset .input_area,
.container .member_sub .com_area fieldset .input_area {
    margin-top: 40px;
}
.container .member_sub .hpoint_area fieldset .input_area dl + dl,
.container .member_sub .com_area fieldset .input_area dl + dl {
    margin-top: 24px;
}
.container .member_sub .hpoint_area fieldset .input_area dt,
.container .member_sub .com_area fieldset .input_area dt {
    font-size: 16px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .member_sub .hpoint_area fieldset .input_area dd,
.container .member_sub .com_area fieldset .input_area dd {
    margin-top: 12px;
}
.container .member_sub .hpoint_area fieldset .input_area .check_list,
.container .member_sub .com_area fieldset .input_area .check_list {
    margin-top: 28px;
}
.container .member_sub .hpoint_area fieldset .input_area .check_list .list_link,
.container .member_sub .com_area fieldset .input_area .check_list .list_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.container .member_sub .hpoint_area fieldset .input_area .check_list .list_link li,
.container .member_sub .com_area fieldset .input_area .check_list .list_link li {
    position: relative;
    padding: 0 12px;
}
.container .member_sub .hpoint_area fieldset .input_area .check_list .list_link li:before,
.container .member_sub .com_area fieldset .input_area .check_list .list_link li:before {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    width: 4px;
    height: 4px;
    background-color: #D4D6D4;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
       -moz-transform: rotate(45deg) translate(-50%, -50%);
        -ms-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
}
.container .member_sub .hpoint_area fieldset .input_area .check_list .list_link li:first-child:before,
.container .member_sub .com_area fieldset .input_area .check_list .list_link li:first-child:before {
    display: none;
}
.container .member_sub .hpoint_area fieldset .input_area .check_list .list_link li a,
.container .member_sub .com_area fieldset .input_area .check_list .list_link li a {
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .member_sub .hpoint_area fieldset .input_area .button_area,
.container .member_sub .com_area fieldset .input_area .button_area {
    margin-top: 48px;
}
.container .member_sub .hpoint_area fieldset .input_area .button_area .btn,
.container .member_sub .com_area fieldset .input_area .button_area .btn {
    margin-left: 0;
}
.container .member_sub .hpoint_area fieldset .input_area .button_area .btn.login, .container .member_sub .hpoint_area fieldset .input_area .button_area .btn.black,
.container .member_sub .com_area fieldset .input_area .button_area .btn.login,
.container .member_sub .com_area fieldset .input_area .button_area .btn.black {
    background-color: #171A19;
}
.container .member_sub .hpoint_area fieldset .input_area .button_area .btn.login > span, .container .member_sub .hpoint_area fieldset .input_area .button_area .btn.black > span,
.container .member_sub .com_area fieldset .input_area .button_area .btn.login > span,
.container .member_sub .com_area fieldset .input_area .button_area .btn.black > span {
    color: #FFFFFF;
}
.container .member_sub .hpoint_area fieldset .input_area .button_area .btn.kakao,
.container .member_sub .com_area fieldset .input_area .button_area .btn.kakao {
    background-color: #fee600;
}
.container .member_sub .hpoint_area fieldset .input_area .button_area .btn.border,
.container .member_sub .com_area fieldset .input_area .button_area .btn.border {
    border: 2px solid #EAEBEA;
}
.container .member_sub .hpoint_area fieldset .input_area .button_area .btn.border02,
.container .member_sub .com_area fieldset .input_area .button_area .btn.border02 {
    border: 2px solid #171A19;
}
.container .member_sub .hpoint_area fieldset .input_area .button_area .btn + .btn,
.container .member_sub .com_area fieldset .input_area .button_area .btn + .btn {
    margin-top: 8px;
}
.container .member_sub .com_area {
    margin-top: 80px;
}
.container .member_sub .com_area .txt {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    overflow: initial;
}
.container .member_sub .com_area .desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .member_sub .com_area .btn {
    margin-top: 48px;
    border: 2px solid #171A19;
    margin-left: 0;
}
.container .member_sub .com_area .btn_wrap {
    text-align: right;
    margin-top: 24px;
}
.container .member_sub .info_box {
    text-align: center;
}
.container .member_sub .info_box > .tit {
    margin-top: 24px;
    font-size: 28px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .member_sub .info_box > .desc {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .member_sub .info_box > .desc strong {
    display: block;
    margin-bottom: 8px;
}
.container .member_sub .info_box > .desc + dl {
    margin-top: 48px;
}
.container .member_sub .info_box > .desc + dl dt {
    font-size: 18px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .member_sub .info_box > .desc + dl dd {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .member_sub .info_box > .img {
    display: block;
    margin: 0 auto;
    width: 240px;
}
.container .member_sub .info_box > .img img {
    width: 100%;
}
.container .member_sub .info_box > .img.dormant {
    width: 120px;
}
.container .member_sub .info_box + .button_area.solo {
    margin: 80px auto 0;
    width: 270px;
}
.container .member_sub .tab_wrap.center .tabs {
    display: table;
    margin: 0 auto;
}
.container .member_sub .tab_wrap .tab_conts {
    padding-top: 64px;
}
.container .member_sub .tab_wrap .hide {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
.container .member_sub .tab_wrap > bullet_list li {
    color: #434545;
}
.container .id_pw_find_section .id_pw_find_box {
    padding-top: 20px;
}
.container .id_pw_find_section .id_pw_find_box .sup {
    font-size: 16px;
    font-weight: 400;
    color: #434545;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .id_pw_find_section .id_pw_find_box form {
    margin-top: 40px;
}
.container .id_pw_find_section .id_pw_find_box form fieldset {
    border: none;
}
.container .id_pw_find_section .id_pw_find_box form .form_row.input_type {
    padding-right: 154px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl + dl {
    margin-top: 24px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dt {
    width: 242px;
    font-size: 16px;
    font-weight: bold;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 0;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .rdo_wrap {
    position: relative;
    margin-bottom: 0;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .rdo_wrap + .rdo_wrap {
    margin-left: 34px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .rdo_wrap .bubble_wrap {
    position: absolute;
    top: -60px;
    left: 35px;
    width: 280px;
    padding: 8px 12px;
    background: -webkit-linear-gradient(359.07deg, #03986C 0%, #009F70 0.01%, #009A91 99.67%);
    background: -moz-linear-gradient(359.07deg, #03986C 0%, #009F70 0.01%, #009A91 99.67%);
    background: linear-gradient(90.93deg, #03986C 0%, #009F70 0.01%, #009A91 99.67%);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .rdo_wrap .bubble_wrap:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .rdo_wrap .bubble_wrap.bl {
    display: none;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .rdo_wrap .bubble_wrap.bl.open {
    display: block;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .rdo_wrap .bubble_wrap.bl:before {
    bottom: -10px;
    left: 16px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 15px solid #03986C;
    border-right: 10px solid transparent;
    z-index: -1;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .rdo_wrap .bubble_wrap > .close {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/webhome2/member/ico_close_20_white.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    cursor: pointer;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .rdo_wrap .bubble_wrap .txt {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .bullet_list {
    margin-top: 20px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input + .chk_wrap {
    margin-top: 16px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd.row_wrap .input + .chk_wrap {
    margin-top: 16px;
    margin-left: 41px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap.bar_type > div:before {
    content: " ";
    position: absolute;
    top: 26px;
    left: -15px;
    width: 6px;
    height: 1px;
    background-color: #171A19;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap.bar_type > div:first-child:before {
    display: none;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap.mail_type > div {
    width: -webkit-calc(33.3333333333% - 16px);
    width: -moz-calc(33.3333333333% - 16px);
    width: calc(33.3333333333% - 16px);
    margin-left: 32px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap.mail_type > div:nth-child(2) {
    width: 231px;
    margin-right: -26px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap.mail_type > div:nth-child(2):before {
    content: "@";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -22px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap.mail_type > .btn_wrap02 {
    margin-left: 8px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap.mail_type > .btn_wrap02 .border_btn {
    width: 125px;
    padding: 13px 20px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #434545;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap.mail_type > .btn_wrap02 .border_btn span {
    font-size: 16px;
    font-weight: 700;
    color: #434545;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap > div {
    position: relative;
    width: -webkit-calc(33.3333333333% - 16px);
    width: -moz-calc(33.3333333333% - 16px);
    width: calc(33.3333333333% - 16px);
    margin-left: 25px;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap > div:first-child {
    margin-left: 0;
}
.container .id_pw_find_section .id_pw_find_box form .form_row dl dd .input_wrap .sel_wrap .ui-selectbox-wrap .ui-select-button {
    height: 52px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.container .id_pw_find_section .button_area {
    margin-top: 64px;
    text-align: center;
}
.container .id_pw_find_section .button_area > .btn {
    display: inline-block;
    width: 270px;
}
.container .id_pw_find_section .button_area + .table_wrap {
    margin-top: 80px;
}
.container .id_pw_find_section .btn_wrap.al_right {
    display: block;
    text-align: right;
    margin-top: 24px;
}
.container .id_pw_find_section + .id_pw_find_section {
    margin-top: 80px;
}
.container .foot_info_wrap {
    margin-top: 80px;
}
.container .foot_info_wrap .bullet_list {
    margin-top: 16px;
}
.container .foot_info_wrap .bullet_list li {
    font-size: 16px;
    line-height: 1.5;
}
.container .foot_info_wrap .bullet_list li:before {
    top: 9px;
}
.container .foot_info_wrap .bullet_list li + li {
    margin-top: 8px;
}
.container .aside {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    padding-left: 40px;
}
.container .aside > h2 {
    padding-bottom: 12px;
    border-bottom: 2px solid #171a19;
    font-size: 28px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .aside .nav li {
    margin-top: 16px;
}
.container .aside .nav li:first-child {
    margin-top: 20px;
}
.container .aside .nav li a {
    font-size: 16px;
    font-weight: 700;
    color: #727573;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.container .aside .nav li.on a {
    color: #171A19;
    font-weight: bold;
}
/*# sourceMappingURL=maps/member.css.map */