@charset "utf-8";

* {
    -webkit-text-size-adjust: none
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

ul:after {
    content: '';
    display: block;
    clear: both;
}

#wrap {
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#header {
    position: relative;
}

#container {
    position: relative;
    padding-top: 20px;
}

#footer {
    position: relative;
}

.inner {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

/* Common */
.blind,
legend {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0
}

.skip a {
    display: block;
    position: absolute;
    left: 0;
    top: -9999em;
    width: 100%;
    background-color: #272727;
    color: #aaa;
    font: bold 12px/3.4 arial, sans-serif;
    text-align: center;
    z-index: 99999;
}

.skip a:hover,
.skip a:active,
.skip a:focus {
    top: 0
}

/*페이징*/
.board_num_list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.board_num_list a {
    display: block;
    height: 32px;
    line-height: 30px;
    margin: 0 3px;
    color: #333;
    border: 1px solid #dbdbdb;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.board_num_list a:hover {
    text-decoration: none;
}

.board_num_list a.num {
    position: relative;
    width: 32px;
    font-size: 15px;
    background: #fafafa;
    font-weight: bold;
}

.board_num_list a.num:hover,
.board_num_list a.on {
    border: 1px solid #2985db;
    color: #fff;
    background: #006fff;
}

.board_num_list a.prev_all {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 32px;
    background: #fff url('../img/common/b_prev_all.png') center center no-repeat;
    margin: 0 3px;
}

.board_num_list a.prev {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 32px;
    background: #fff url('../img/common/b_prev.png') center center no-repeat;
    margin: 0 3px;
    margin-right: 17px;
}

.board_num_list a.next_all {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 32px;
    background: #fff url('../img/common/b_next_all.png') center center no-repeat;
    margin: 0 3px;
}

.board_num_list a.next {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 32px;
    background: #fff url('../img/common/b_next.png') center center no-repeat;
    margin: 0 3px;
    margin-left: 17px;
}

/* 하단 페이지이동 버튼 */
.next_prev_box {
    clear: both;
    display: table;
    margin: 30px auto;
}

.next_prev_box ul {
    display: table;
}

.next_prev_box ul li {
    float: left;
}

.next_prev_box ul li .first_page {
    background: #fafafa url("../img/btn/first_page.png") no-repeat;
    background-size: cover;
}

.next_prev_box ul li .preview {
    margin-right: 10px;
    background: #fafafa url("../img/btn/priv.png") no-repeat;
    background-size: cover;
}

.next_prev_box ul li .next {
    margin-left: 20px;
    background: #fafafa url("../img/btn/next.png") no-repeat;
    background-size: cover;
}

.next_prev_box ul li .last_page {
    background: #fafafa url("../img/btn/last_page.png") no-repeat;
    background-size: cover;
}

.next_prev_box ul li a {
    display: inline-block;
    margin-left: 10px;
    width: 36px;
    height: 36px;
    background-color: #fafafa;
    outline: solid 1px #ddd;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.next_prev_box ul li.on a,
.next_prev_box ul li a.on {
    outline: solid 2px #252525;
    color: #252525;
}

/* item_check */
.item_check {
    display: inlnie-block;
}

.item_check input {
    display: none !important;
}

.item_check input+label {
    display: block;
    padding-left: 26px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/ico/ico_check.png);
    cursor: pointer;
}

.item_check input:checked+label {
    background-image: url(../img/ico/ico_check_on.png);
}

/* 체크박스 단일 */
.item_check.only input+label {
    width: 20px;
    height: 20px;
    padding: 0;
    background-position: center center;
}

/* 체크박스 사이즈 16x16 */
.item_check.size16 input+label {
    padding-left: 25px;
    font-size: 14px;
    color: #454545;
    line-height: 16px;
    background-image: url(../img/ico/ico_check_16x16.png);
}

.item_check.size16 input:checked+label {
    background-image: url(../img/ico/ico_check_16x16_on.png);
}

/* //item_check */

/* item_radio */
.item_radio {
    display: inline-block;
}

.item_radio input {
    display: none !important;
}

.item_radio input+label {
    display: block;
    padding-left: 36px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/ico/ico_radio.png);
}

.item_radio input:checked+label {
    background-image: url(../img/ico/ico_radio_on.png);
}

/* 라디오 단일 */
.item_radio.only input+label {
    padding: 0;
    width: 26px;
    height: 26px;
    background-position: center center;
}

/* 라디오 사이즈 20x20 */
.item_radio.size20 input+label {
    padding-left: 30px;
    font-size: 14px;
    color: #454545;
    line-height: 20px;
    background-image: url(../img/ico/ico_radio_20x20.png);
}

.item_radio.size20 input:checked+label {
    background-image: url(../img/ico/ico_radio_20x20_on.png);
}

/* //item_radio */

/* keyword_row */
.keyword_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px;
}

.keyword_item {
    display: flex;
    align-items: center;
    height: 34px;
    margin-top: 5px;
    margin-right: 10px;
    padding-left: 10px;
    background: #eff0f2;
    border-radius: 4px;
}

.keyword_item span {
    display: block;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
}

.keyword_item span input {
    padding: 0;
}

.keyword_item .del_btn {
    display: block;
    width: 28px;
    height: 34px;
    background: url(../img/btn/keyword_del.png) center center no-repeat;
}

/* //keyword_row */

/* img_add_row */
.img_add_row {
    display: flex;
    align-items: flex-start;
}

.img_add_box {
    position: relative;
    /* 
    background: #f5f6f8 url(../img/ico/img_add_basic.png) center center no-repeat;
    border: 1px solid #dbdbdb; */
    flex: 1;
}

.img_add_box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    border: 1px solid #dbdbdb;
    background: #f5f6f8 url(../img/ico/img_add_basic.png) center center no-repeat;
    box-sizing: border-box;
    content: '';
}

.img_add_box:not(:last-of-type) {
    margin-right: 8px;
}

.img_add_box input {
    display: none;
}

.img_add_box label {
    position: relative;
    display: block;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.img_add_box .del_btn {
    position: absolute;
    display: block;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .8) url(../img/ico/minus_btn.png) center no-repeat;
    background-size: 50%;
    z-index: 1;
}

.img_add_box span {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #454545;
}

/* //img_add_row */

/* top_banner */
.top_banner {
    position: relative;
}

.top_banner a {
    display: block;
}

.top_banner a span {
    display: block;
    width: 100%;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_banner .inner {
    position: relative;
}

.top_banner .close_box {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 90px;
}

.top_banner .today_close {
    display: block;
    height: 45px;
    margin-right: 16px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.top_banner .banner_close {
    display: block;
    width: 24px;
    height: 45px;
    background: url(../img/btn/banner_close.png) center center no-repeat;
}

/* //top_banner */

/* ranking_box */
.ranking_box {
    position: relative;
    display: flex;
    align-items: center;
}

.ranking_box .ranking_btn {
    display: block;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: right 0 center;
}

.ranking_box .ranking_slider {
    width: 110px;
    height: 24px;
    overflow: hidden;
}

.ranking_box .ranking_slider .slider_item {
    border: 0;
}

.ranking_box .ranking_item {
    display: flex;
    align-items: center;
    height: 24px;
}

.ranking_box .ranking_item .num {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #209e80;
    border-radius: 2px;
    flex: 0 0 auto;
}

.ranking_box .ranking_item .txt {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ranking_box .ranking_list {
    display: none;
    position: absolute;
    top: calc(100% + 30px);
    left: 28px;
    z-index: 1111;
}

.ranking_box .ranking_list ul {
    width: 260px;
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0px 6px 9.4px 0.6px rgba(0, 0, 0, 0.08);
}

.ranking_box .ranking_list ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

/* //ranking_box */

/* prd_item */
.prd_item {
    display: block;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
}

.prd_item .thumb span {
    display: block;
    padding-top: 70.926%;
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px 7px 0 0;
}

.prd_item .txt {
    padding: 13px 14px 16px;
    border-top: 1px solid #dbdbdb;
}

.prd_item .txt .seller_id {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    display: none;
}

.prd_item .txt .seller_id span.level_bg {
    margin-left: 6px;
    font-size: 10px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    line-height: 21px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: -0.05em;
    font-family: 'Gmarket Sans';
    font-weight: 500;
    text-transform: uppercase;
    flex: 0 0 auto;
}

.prd_item .txt .seller_id span.level_bg.iron {
    background: #767676;
}

.prd_item .txt .seller_id span.level_bg.bronze {
    background: #9d7649;
}

.prd_item .txt .seller_id span.level_bg.silver {
    background: #8d8d8d;
}

.prd_item .txt .seller_id span.level_bg.gold {
    background: #d6ad26;
}

.prd_item .txt .seller_id span.level_bg.platinum {
    background: #5260e9;
}

.prd_item .txt .seller_id span.level_bg.diamond {
    background: #d044e6;
}

.prd_item .txt .seller_id span.level_bg.master {
    background: #d47621;
}

.prd_item .txt .seller_id span.level_bg.grand_master {
    background: #7d3bf3;
}


.prd_item .txt .seller_id strong.level {
    display: flex;
    font-size: 10px;
    font-family: 'Gmarket Sans';
    font-weight: 700;
    align-items: center;
    margin-left: 6px;
    text-transform: uppercase;
    flex: 0 0 auto;

}

.prd_item .txt .seller_id strong.level i {
    display: block;
    width: 18px;
    height: 18px;
    background: no-repeat center / 18px auto;
    margin-right: 2px;
    margin-bottom: 2px;

}

.prd_item .txt .seller_id .level.iron {
    color: #767676;
}

.prd_item .txt .seller_id .level.iron i {
    background-image: url(../img/sub/ico_Iron.png)
}

.prd_item .txt .seller_id .level.bronze {
    color: #9d7649;
}

.prd_item .txt .seller_id .level.bronze i {
    background-image: url(../img/sub/ico_bronze.png)
}

.prd_item .txt .seller_id .level.silver {
    color: #8d8d8d;
}

.prd_item .txt .seller_id .level.silver i {
    background-image: url(../img/sub/ico_silver.png)
}

.prd_item .txt .seller_id .level.gold {
    color: #d6ad26;
}

.prd_item .txt .seller_id .level.gold i {
    background-image: url(../img/sub/ico_gold.png)
}

.prd_item .txt .seller_id .level.platinum {
    color: #d6ad26;
}

.prd_item .txt .seller_id .level.platinum i {
    background-image: url(../img/sub/ico_gold.png)
}

.prd_item .txt .seller_id .level.diamond {
    color: #d044e6;
}

.prd_item .txt .seller_id .level.diamond i {
    background-image: url(../img/sub/ico_diamond.png)
}

.prd_item .txt .seller_id .level.master {
    color: #d47621;
}

.prd_item .txt .seller_id .level.master i {
    background-image: url(../img/sub/ico_master.png)
}

.prd_item .txt .seller_id .level.grand_master {
    color: #7d3bf3;
}

.prd_item .txt .seller_id .level.grand_master i {
    background-image: url(../img/sub/ico_grand_master.png)
}



.prd_item .txt .seller {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prd_item .txt .subject {
    display: block;
    min-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prd_item .txt .item_bot {
    display: flex;
    margin-top: 10px;
}

.prd_item .txt .left {
    width: calc(100% - 60px);
}

.prd_item .txt .right {
    width: 60px;
    margin-left: auto;
}

.prd_item .txt .main_icon .left {
    width: calc(100% - 80px);
}

.prd_item .txt .main_icon .right {
    margin-left: 0;
}

.prd_item .txt .right span {
    display: block;
    width: 60px;
    height: 60px;
    background: no-repeat center;

}

.level_ico {
    display: none;
}

.level.iron {
    display: none !important;
}




.prd_item .txt .review_row {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.prd_item .txt .review_row .star {
    display: block;
    margin-right: 6px;
    padding-left: 18px;
    line-height: 14px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    background: url(../img/ico/prd_review_ico.png) left center no-repeat;
}

.prd_item .txt .review_row .count {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #252525;
}

.prd_item .txt .price_row {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}

.prd_item .txt .price_row strong {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

/* //prd_item */

/* custom_item */
.custom_item {
    display: flex;
    border: 1px solid #dbdbdb;
    padding: 20px;
}

.custom_item .details_cont {
    width: calc(100% - 298px);
    padding-right: 30px;
    box-sizing: border-box;
}

.custom_item .details_cont .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom_item .details_cont .tag_box {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 16px;
}

.custom_item .details_cont .tag_box>span+span {
    margin-left: 6px;
}

.custom_item .details_cont .btn_tag {
    display: block;
    min-width: 47px;
    padding: 0 5px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #777;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #bbbbbb;
}

.custom_item .details_cont .btn_tag.blue {
    background: #4c76cb;
    color: #fff;
}

.custom_item .details_cont .btn_tag.red {
    color: #ef4242;
    border: 1px solid #ef4242;
}

.custom_item .details_cont .end_tag {
    display: block;
    min-width: 40px;
    padding: 0 5px;
    height: 24px;
    border: 1px solid #bbbbbb;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #777777;
    border-radius: 2px;
    box-sizing: border-box;
}

.custom_item .details_cont .info_flex {
    display: flex;
    align-items: center;
}

.custom_item .details_cont .subject {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.custom_item .details_cont .box_count {
    display: flex;
    align-items: center;
    gap: 30px
}

.box_count .count {
    /* padding:5px 30px;  */
    /* background-color: #f8fafc; */
}

.custom_item .details_cont .subject+.subject {
    padding-left: 15px;
    margin-left: 15px;
}

.custom_item .details_cont .info_flex .subject:last-of-type::after {
    content: '';
    position: absolute;
    top: 22%;
    left: 0;
    width: 1px;
    height: 60%;
    background-color: #dbdbdb;
}

.custom_item .details_cont .date {
    display: block;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    flex: 0 0 auto;
}

.custom_item .details_cont .info_detail {
    margin-top: 20px;
}

.custom_item .details_cont .desc {
    display: -webkit-box;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom_item .details_cont .desc span {
    font-weight: 700;
    color: #454545;
    display: inline-flex;
    width: 112px;
}

.custom_item .details_cont .summary {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 10px 0 17px;
    background: #f8fafc;
}

.custom_item .details_cont .summary dl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
    flex: 1;
}

.custom_item .details_cont .summary dl:nth-of-type(2) {
    flex: 1;
    /* min-width: 240px; */
}

.custom_item .details_cont .summary dl+dl::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #e7e9ec;
    content: '';
}

.custom_item .details_cont .summary dt {
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    line-height: 28px;
    flex: 0 0 auto;
}

.custom_item .details_cont .summary dd {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #133986;
}

.custom_item .details_cont .summary dd strong {
    font-size: 18px;
    font-weight: 600;

}

.custom_item .client_info {
    position: relative;
    width: 298px;
    padding-left: 22px;
    padding-top: 3px;
    flex: 0 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.custom_item .client_info::before {
    position: absolute;
    top: 0;
    bottom: -7px;
    left: 0;
    width: 1px;
    background: #eeeeee;
    content: '';
}

.custom_item .client_info .profile {
    display: flex;
    align-items: flex-start;
}

.custom_item .client_info .profile .thumb {
    display: block;
    width: 66px;
    height: 66px;
    margin-right: 14px;
    flex: 0 0 auto;
}

.custom_item .client_info .profile .thumb span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-sizing: border-box;
}

.custom_item .client_info .profile .txt {
    /* width: calc(100% - 80px); */
    gap: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.custom_item .client_info .profile .name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom_item .client_info .profile .about {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 350;
    color: #999999;
    line-height: 1.4;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom_item .client_info .btn_row {
    display: flex;
    align-items: center;
    padding-left: 5px;
    flex-direction: column;
    gap: 8px;
}

.custom_item .client_info .zzim_btn {
    display: block;
    width: 98px;
    height: 44px;
    margin-right: 8px;
    border: 1px solid #dddddd;
    border-radius: 22px;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.custom_item .client_info .zzim_btn span {
    display: inline-block;
    line-height: 42px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/btn/client_zzim.png);
    vertical-align: top;
}

.custom_item .client_info .zzim_btn.on span {
    background-image: url(../img/btn/client_zzim_on.png);
}

.custom_item .client_info .view_more {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(122deg, #3b71dd, #5f52f7);
    border-radius: 22px;
}

.custom_item .client_info .view_more.disabled {
    background: #f0f0f0 !important;
    color: #666666;
}

/* //custom_item */


/* category_tab - 메인, 상품 리스트 */
.category_tab {
    display: flex;
    align-items: flex-start;
}

.category_tab .cat_btn {
    display: block;
    flex: 1;

}

.category_tab .cat_btn:not(:last-of-type) {
    margin-right: 20px;
}

.category_tab .cat_btn .ico {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.category_tab .cat_btn.on .ico::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: solid 3px #21a7d7;
    box-sizing: border-box;
    position: absolute;
}

.main .category_tab .cat_btn .ico:hover {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.main .category_tab .cat_btn .ico:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: solid 3px #21a7d7;
    box-sizing: border-box;
    position: absolute;
}

.custom_list_wrap .category_tab .cat_btn.on .ico::before {
    border: solid 3px #4f4fff;
}

.category_tab .cat_btn img {
    display: block;

}

.category_tab .cat_btn .txt {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 1.4;
    text-align: center;
    word-break: keep-all;
}

/* //category_tab */

/* pop_wrap */
.pop_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111111;
}

.pop_wrap .pop_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    background: #fff;
    z-index: 2;
}

.pop_wrap .pop_box .top {
    position: relative;
    height: 48px;
    background: #3a3a3c;
}

.pop_wrap .pop_box .top .pop_ttl {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    text-align: center;
}

.pop_wrap .pop_box .top .close_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url(../img/ico/close02.png) center center no-repeat;
}

.pop_wrap .pop_box .bottom {
    max-height: 80vh;
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
}

.pop_wrap .pop_box .pop_btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.pop_wrap .pop_box .pop_btn_row button {
    display: block;
    width: 100%;
    max-width: 160px;
    height: 42px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
}

.pop_wrap .pop_box .pop_btn_row button+button {
    margin-left: 10px;
}

.pop_wrap .pop_box .pop_btn_row .submit_btn {
    border-color: #116ad4;
    color: #fff;
    background: #116ad4;
}

.pop_wrap .dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* //pop_wrap */


/* list_table */
.list_table table {
    width: 100%;
    border-top: 1px solid #252525;
    table-layout: fixed;
}

.list_table table tr {
    border-bottom: 1px solid #dcdcdc;
}

.list_table table thead th {
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fafafa;
    vertical-align: middle;
    box-sizing: border-box;
}

.list_table table tbody td {
    height: 44px;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 1.3;
    vertical-align: middle;
    box-sizing: border-box;
}

.list_table table tbody td.tal {
    text-align: left;
}

.list_table table tbody td.subject {
    text-align: left;
}

.list_table table tbody td.subject a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.list_table table .data_none {
    padding: 70px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 350;
    color: #666666;
}

.list_table table .data_none img {
    display: block;
    margin: 0 auto 16px;
}

.list_table .write_btn {
    display: block;
    width: 160px;
    height: 40px;
    margin-left: auto;
    font-size: 16px;
    font-weight: 350;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #116ad4;
}

/* //list_table */

/* write_table */
.write_table table {
    width: 100%;
    border-top: 1px solid #252525;
    table-layout: fixed;
}

.write_table table tr {
    border-bottom: 1px solid #dcdcdc;
}

.write_table table th {
    height: 44px;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    background: #fafafa;
    vertical-align: middle;
    box-sizing: border-box;
}

.write_table table td {
    padding: 10px 16px;
    font-size: 13px;
    vertical-align: middle;
}

.write_table table td>p {
    margin-top: 10px;
}

.write_table table td input,
.write_table table td select {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 30px;
    border: 1px solid #dcdcdc;
}

.write_table table td textarea {
    display: block;
    width: 100%;
    height: 260px;
    border: 1px solid #dcdcdc;
    resize: none;
    box-sizing: border-box;
}

.write_table table td .phone_row {
    display: flex;
    align-items: center;
}

.write_table table td .phone_row span {
    display: block;
    width: 20px;
    text-align: center;
    flex: 0 0 auto;
}

.write_table table td .button_row {
    display: flex;
    align-items: center;
}

.write_table table td .button_row button {
    display: block;
    width: 68px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #a6a6a6;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    background: #f6f6f6;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.write_table table td .addr_row>input {
    margin-top: 10px;
}

.write_table table td .file_box {
    display: flex;
    align-items: center;
    max-width: 568px;
}

.write_table table td .file_box input[type="text"] {
    display: block;
    width: 100%;
}

.write_table table td .file_box input[type="file"] {
    display: none;
}

.write_table table td .file_box label {
    display: block;
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #777;
    flex: 0 0 auto;
}

.write_table table td .file_box .alliance_file_del {
    display: block;
    height: 30px;
    padding: 0 10px;
    margin-left: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #252525;
    flex: 0 0 auto;
}

.write_table .write_btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.write_table .write_btn_row button {
    display: block;
    width: 100%;
    max-width: 160px;
    height: 42px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
}

.write_table .write_btn_row button+button {
    margin-left: 10px;
}

.write_table .write_btn_row .submit_btn {
    border-color: #116ad4;
    color: #fff;
    background: #116ad4;
}

/* //write_table */

/* board_view */
.board_view {
    border-top: 2px solid #252525;
}

.board_view .subject {
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb;
    ;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    background: #fafafa;
}

.board_view .view_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb;
    ;
}

.board_view .view_info .view_info_item {
    font-size: 13px;
    font-weight: 400;
}

.board_view .desc {
    padding: 30px 20px 50px;
    border-bottom: 1px solid #dbdbdb;
    ;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.board_view .answer_box {
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 40px;
    background: #fafafa;
}

.board_view .answer_box .answer_writer {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
}

.board_view .answer_box .answer_writer::before {
    position: absolute;
    top: 50%;
    right: calc(100% + 5px);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-left: 2px solid #252525;
    border-bottom: 2px solid #252525;
    box-sizing: border-box;
    content: '';
}

.board_view .answer_box .answer_desc {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #252525;
    line-height: 1.4;
}

.board_view .move_box {
    border-bottom: 1px solid #dbdbdb;
}

.board_view .move_box .move_row {
    display: flex;
    align-items: center;
    padding: 15px 20px;
}

.board_view .move_box .move_row+.move_row {
    border-top: 1px solid #eee;
}

.board_view .move_box .move_row .move_label {
    display: block;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
    flex: 0 0 auto;
}

.board_view .move_box .move_row a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board_view .view_btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.board_view .view_btn_row button {
    display: block;
    width: 100%;
    max-width: 160px;
    height: 42px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
}

.board_view .view_btn_row button+button {
    margin-left: 10px;
}

.board_view .view_btn_row .del_btn {
    border-color: #3a3a3c;
    color: #fff;
    background: #3a3a3c;
}

.board_view .view_btn_row .modify_btn {
    border-color: #116ad4;
    color: #fff;
    background: #116ad4;
}

/* //board_view */

/* header01 --  메인 / 로그인 / 회원가입 / 아이디.비번찬기 헤더 */
#header01 {
    position: relative;
}

#header01 .header_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .1s;
    z-index: 111;
}

#header01.fix .header_in {
    position: fixed;
    background: #fff;
}

#header01 .mem_link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header01 .mem_link a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

#header01.fix .mem_link a,
#header01.on .mem_link a {
    color: #252525;
}

#header01 .mem_link a:not(:last-of-type) {
    margin-right: 14px;
}

#header01 .mem_link a span {
    color: #ffde3f;
}

#header01 .mem_link .go_msg span {
    display: inline-block;
    border-radius: 12px;
    padding: 5px 10px 7px;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    background: #43a2b0;
    margin-left: 5px;
}

#header01 .mem_link .cust_msg span {
    background: #ef4242;
}

#header01 .bottom .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

#header01 .all_menu_btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    overflow: visible;
}

#header01.fix .all_menu_btn,
#header01.on .all_menu_btn {
    color: #252525;
}

#header01 .all_menu_btn .ico {
    display: block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background-color: #116ad4;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/btn/all_menu_btn.png);
    border-radius: 12px;
    /*
    box-shadow: 0px 8px 18.8px 1.2px rgba(0, 138, 255, 0.63); */
    flex: 0 0 auto;
}

#header01 .all_menu_btn span+span {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
    box-sizing: border-box;
}

#header01 .all_menu_btn span+span::before {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


#header01 .all_menu_btn.open .ico {
    background-image: url(../img/btn/all_menu_btn_close.png);
}

#header01 .logo a {
    display: block;
}

#header01 .logo .white {
    display: block;
}

#header01 .logo .black {
    display: none;
}

#header01.fix .logo .white,
#header01.on .logo .white {
    display: none;
}

#header01.fix .logo .black,
#header01.on .logo .black {
    display: block;
}

#header01 .ranking_wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#header01 .ranking_box .ranking_slider .ranking_item .txt {
    color: #fff;
}

#header01.fix .ranking_box .ranking_slider .ranking_item .txt,
#header01.on .ranking_box .ranking_slider .ranking_item .txt {
    color: #252525;
}

#header01 .ranking_wrap .ranking_btn {
    margin-right: 10px;
    color: #fff;
    background-image: url(../img/btn/ranking_btn_white.png);
}

#header01 .ranking_wrap .ranking_btn.on {
    background-image: url(../img/btn/ranking_btn_white_on.png);
}

#header01.fix .ranking_wrap .ranking_btn,
#header01.on .ranking_wrap .ranking_btn {
    color: #252525;
    background-image: url(../img/btn/ranking_btn_black.png);
}

#header01.fix .ranking_wrap .ranking_btn.on,
#header01.on .ranking_wrap .ranking_btn.on {
    background-image: url(../img/btn/ranking_btn_black_on.png);
}

/* //header01 */

/* header02 --  마이페이지 / 서브페이지 헤더 */
#header02 {
    position: relative;
    padding-top: 172px;
}

#header02 .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    z-index: 9999;
    height: 92px;
}

#header02 .bottom {
    position: absolute;
    top: 93px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    z-index: 111;
}

#header02.fix .top,
#header02.fix .bottom {
    position: fixed;
}

#header02 .top .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

#header02 .top .logo {
    margin-right: 8px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 45px;
}

#header02 .top .logo a,
#header02 .top .logo img {
    display: block;
}

#header02 .top .logo a {
    position: relative;
}

#header02 .top .logo a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #d1d1d1;
}

#header02 .top .logo .language {
    display: flex;
    align-items: center;
}

#header02 .top .logo .language .logo_lan {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/img/ico/kor_lan_ico.png") no-repeat center/cover;
    background-size: 20px 20px;
}

#header02 .top .logo .language span {
    font-size: 13px;
    color: #757575;
    text-transform: uppercase;
    margin-left: 5px;
}

#header02 .top .logo .language .ico_select {
    display: inline-block;
    width: 10px;
    height: 7px;
    background: url("/img/ico/arrow_lan_ico.png") no-repeat center/cover;
    background-size: 10px 7px;
    margin-left: 10px;
}

#header02 .top .search_btn_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

#header02 .top .search_btn_wrap .select_custom_ {
    /* width: 100px; */
    height: 44px;
    border-radius: 22px;
    padding: 0 45px 0 15px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    font-family: "Pretendard";
    font-size: 16px;
    text-transform: uppercase;
    color: #252525;
    font-weight: 500;
    background: #fff url("/img/ico/arrow_active_ico.png") right 20px center no-repeat;

}

#header02 .top .search_btn_wrap .select_custom_.active_ {
    border: 1px solid #158f72;
    color: #158f72;
    background: #fff url("/img/ico/arrow_active_ico.png") right 20px center no-repeat;
}

#header02 .top .prd_link {
    flex: 0 0 auto;
}

#header02 .top .prd_link ul {
    display: flex;
}

#header02 .top .prd_link li+li {
    position: relative;
}

#header02 .top .prd_link li+li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: #252525;
    content: '';
}

#header02 .top .prd_link a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    line-height: 54px;
}

#header02 .top .serach_box {
    position: relative;
    /* margin-left: auto; */
}

#header02 .top .serach_box input {
    display: block;
    width: 295px;
    height: 54px;
    border: 0;
    padding-left: 20px;
    padding-right: 66px;
    font-size: 20px;
    font-weight: 400;
    color: #252525;
    background: #f7f7f7;
    border-radius: 27px;
}

#header02 .top .serach_box .btn_search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 54px;
    background: url(../img/btn/header_search_btn.png) center center no-repeat;
}

#header02 .top .util_box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 50px;
    flex: 0 0 auto;
}

#header02 .top .util_box>a {
    display: block;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

#header02 .top .util_box a.join_link {
    padding: 12px 20px;
    margin-left: 30px;
    border-radius: 6px;
    background-color: #209e80;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Pretendard";
    display: flex;
    align-items: center;
    justify-content: center;
}

#header02 .bottom .msg_btn {
    display: block;
    padding-right: 32px;
    font-size: 14px;
    /* font-weight: 500; */
    color: #000000;
    line-height: 40px;
    background: url(../img/btn/msg_btn.png) right center no-repeat;
}

#header02 .top .my_menu_btn {
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

#header02 .top .my_menu_btn .profile_thumb {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    flex: 0 0 auto;
}

#header02 .top .my_menu_btn .profile_thumb span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-sizing: border-box;
}

#header02 .msg_pop {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 370px;
    /* margin-top: 14px; */
    border: 1px solid #e4e5ed;
    background: #fff;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
    z-index: 111;
}

#header02 .msg_pop .msg_tab {
    display: flex;
    align-items: center;
}

#header02 .msg_pop .msg_tab button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-bottom: 1px solid #e4e5ed;
    background: #f0f0f0;
    flex: 1;
}

#header02 .msg_pop .msg_tab button.on {
    border-color: #fff;
    background: #fff;
}

#header02 .msg_pop .msg_tab button .label {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    flex: 0 0 auto;
}

#header02 .msg_pop .msg_tab button .count {
    display: block;
    min-width: 70px;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}

#header02 .msg_pop .msg_tab button.tab01 {
    border-radius: 3px 0 0 0;
}

#header02 .msg_pop .msg_tab button.tab01 .count {
    background: #43a2b0;
}

#header02 .msg_pop .msg_tab button.tab02 {
    border-left: 1px solid #e4e5ed;
    border-radius: 0 3px 0 0;
}

#header02 .msg_pop .msg_tab button.tab02 .count {
    background: #ef4242;
}

#header02 .msg_pop .msg_cont {
    padding: 10px 7px;
    height: 400px;
    overflow-y: scroll;
    box-sizing: border-box;
}

#header02 .msg_pop .msg_cont#cust {
    display: none;
}

#header02 .msg_pop .msg_guide_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header02 .msg_pop .msg_guide_txt {
    font-size: 13px;
    font-weight: 400;
    color: #777777;
}

#header02 .msg_pop .more_msg {
    display: block;
    width: 60px;
    height: 28px;
    border: 1px solid #afafaf;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
}

/*
#header02 .msg_pop .msg_list li:nth-of-type(even) {
    background: #edf3f4;
}
*/

#header02 .msg_pop .msg_list .nochk {
    background: #edf3f4;
}

#header02 .msg_pop .msg_list li a {
    display: flex;
    align-items: center;
    padding: 15px 12px;
    border-bottom: solid 1px #eeeeee;
}

#header02 .msg_pop .msg_list li .profile_thumb {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    flex: 0 0 auto;
}

#header02 .msg_pop .msg_list li .profile_thumb span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-sizing: border-box;
}

#header02 .msg_pop .msg_list li .msg_txt {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 1.2;
}

#header02 .msg_pop .msg_list li .date {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #777777;
}

#header02 .my_menu_pop {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 140px;
    margin-top: 12px;
    padding: 15px 22px 23px;
    background: #fff;
    border: 1px solid #777777;
    box-sizing: border-box;
    z-index: 111;
}

#header02 .my_menu_pop li a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    color: #555555;
}

#header02 .bottom.gray_bg {
    background: #f2f2f2;
}

#header02 .bottom .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    position: relative;
}

#header02 .bottom .left {
    display: flex;
    align-items: center;
    gap: 35px;
}

#header02 .bottom .left .service_link {
    border-bottom: none;
    font-weight: 500;
}

#header02 .bottom .right {
    display: flex;
    align-items: center;
}

#header02 .bottom .right .category {
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 25px;
}

#header02 .bottom .right .category .ico {
    display: flex;
    align-items: center;
    gap: 5px;
}

#header02 .bottom .right .category span {
    font-size: 13px;
    color: #000000;
}

#header02 .bottom .right .category .mess i {
    display: inline-block;
    width: 27px;
    height: 24px;
    background: url("/img/ico/ico_mess.png") no-repeat center/cover;
    background-size: 27px 24px;
}

#header02 .bottom .right .category .note i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/img/ico/ico_note.png") no-repeat center/cover;
    background-size: 20px 20px;
}

#header02 .bottom .right .category .heart i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/img/ico/ico_heart.png") no-repeat center/cover;
    background-size: 24px 24px;
}

#header02 .bottom .all_menu_btn {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    overflow: visible;
}

#header02 .bottom .all_menu_btn .ico {
    display: block;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    background-color: #209e80;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/btn/all_menu_btn_s.png);
    border-radius: 12px;
    flex: 0 0 auto;
}

#header02 .bottom .all_menu_btn.open .ico {
    background-image: url(../img/btn/all_menu_btn_close.png);
}

#header02 .bottom .ranking_wrap {
    position: relative;
    /* margin-left: 40px;
    padding-left: 32px; */
}

/* #header02 .bottom .ranking_wrap::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #bebebe;
    content: '';
} */

#header02 .bottom .ranking_box .ranking_btn {
    margin-right: 15px;
    font-size: 15px;
    color: #252525;
    background-image: url(../img/btn/ranking_btn_black.png);
}

#header02 .bottom .ranking_box .ranking_btn.on {
    background-image: url(../img/btn/ranking_btn_black_on.png);
}

#header02 .bottom .service_link {
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid #333333;
    margin-left: auto;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
}

/* //header02 */

/* footer */
#footer {
    border-top: 2px solid #35353f;
}

#footer .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .fnb_list {
    display: flex;
    align-items: center;
}

#footer .fnb_list li:not(:last-of-type) {
    margin-right: 28px;
}

#footer .fnb_list li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 50px;
}

#footer .fnb_list li a strong {
    font-weight: 400;
    color: #252525;
}

#footer .bottom {
    display: flex;
    align-items: flex-start;
    padding: 32px 0 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#footer .foot_logo {
    flex: 0 0 auto;
    margin-right: 28px;
}

#footer .foot_logo a {
    display: block;
}

#footer .foot_info {
    /* margin-right: 94px; */
}

#footer .foot_info address>div {
    display: flex;
    flex-wrap: wrap;
}

#footer .foot_info address>div span {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    line-height: 1.6;
}

#footer .foot_info address>div span:not(:last-of-type) {
    margin-right: 14px;
}

#footer .foot_info address>div.point span {
    color: #454545;
}

#footer .foot_info .copy {
    margin-top: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}

#footer .cs_info {
    margin-left: auto;
    flex: 0 0 auto;
}

#footer .cs_info .subject {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    text-transform: uppercase;
}

#footer .cs_info .call_num {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #35353f;
}

#footer .cs_info .cs_time {
    margin-top: 16px;
}

#footer .cs_info .cs_time span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #454545;
    line-height: 1.6;
}

#footer .cs_info .link_row {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

#footer .cs_info .link_row a {
    display: block;
    width: 144px;
    height: 45px;
    border: 1px solid #dbdbdb;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    box-sizing: border-box;
}

#footer .cs_info .link_row .btn-register {
  background-color: #116ad4;
  color: #ffff;
}

#footer .cs_info .link_row a+a {
    margin-left: 4px;
}

#footer .foot_notice {
    padding: 20px 0 28px;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}

#footer .mobile_redirect .btn_go_mobile {
    font-size: 14px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 4px 8px;
    display: block;
}

/* //footer */

/* side bar css */
.sidebar {
    position: fixed;
    top: 10.4%;
    right: 0%;
    z-index: 999;
    width: 200px;
}

.main-sidebar {
    padding-top: 12px;
    color: #fffefe;
    background-color: #222222;
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-sidebar .arrow {
    position: absolute;
    background-repeat: no-repeat;
    top: 33.5%;
    left: -16%;
    background-size: 18px 20px;
    background-color: #222222;
    height: 65px;
    width: 0px;
    padding: 4px 20px;
    border-radius: 90px 0 0 90px;
    cursor: pointer;
}

.main-sidebar .arrow::after {
    content: "";
    position: absolute;
    background-image: url(/img/common/main_arrow_right.png);
    background-repeat: no-repeat;
    top: 39%;
    left: 46%;
    width: 50px;
    height: 50px;
}

.main-sidebar .menu-item {
    display: flex;
    width: 160px;
    align-items: center;
    gap: 30px;
    padding: 12px 0px 12px 18px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    text-align: center;
    transition: background 0.3s;
    cursor: pointer;
}

.main-sidebar .menu-item:hover {
    background-color: #333;
}

.main-sidebar .menu-item img {
    width: 21px;
    margin-bottom: 5px;
}

.main-sidebar .menu-item span {
    font-size: 14px;
}

.main-sidebar .menu-item.active {
    background-color: #333;
}

.pagi-sidebar {
    display: flex;
    margin: 16px 12px 24px 12px;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.pagi-sidebar img {
    cursor: pointer;
}

.recent-products {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.main-sidebar .text-above {
    margin-top: 20px;
    background-color: black;
    padding: 10px 44px;
    border-radius: 99px;
    font-size: 14px;
}

.recent-products span {
    font-size: 10px;
    display: block;
}

.sidebar .social_item1 {
    margin-top: 6px;
    background-color: #f68b1f;
    color: white;
    padding: 16px 28px;
    border-radius: 20px 0 0 20px;
}

.sidebar .social_item1 .ico-item {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 10px;
}

.sidebar .social_item1 .ico-item span:first-child {
    font-size: 14px;
}

.sidebar .social_item1 .nummber-i {
    font-size: 24px;
}

.sidebar .social_item2 {
    background-color: #fbe300;
    display: flex;
    gap: 10px;
    font-size: 18px;
    padding: 20px 28px;
    border-radius: 20px 0 0 20px;
    margin-top: 6px;
    align-items: center;
}

.sidebar .social_item1_collapsed {
    display: none;
}

.sidebar .social_item2_collapsed {
    display: none;
}

.sidebar.collapsed .social_item1_collapsed {
    display: block;
    background-color: #f68b1f;
    padding: 24px;
    border-radius: 99px;
    margin-top: 6px;
    width: 100%;
    height: 80px;
}

.sidebar.collapsed .main-sidebar .arrow::after {
    background-image: url(/img/common/arrow_left_2.png);
}

.sidebar.collapsed .social_item1_collapsed img {
    width: 32px;
    height: 30px;
}

.sidebar.collapsed .social_item2_collapsed {
    display: block;
    background-color: #fbe300;
    padding: 24px;
    border-radius: 999px;
    width: 100%;
    height: 80px;
    margin-top: 6px;
}

.sidebar.collapsed .social_item2_collapsed img {
    width: 32px;
    height: 30px;
}

.sidebar.collapsed .main-sidebar .arrow {
    top: 33.5%;
    left: -30%;
    height: 50px;
    padding: 4px 14px;
}

.sidebar.collapsed {
    width: 80px;
}

.sidebar.collapsed .main-sidebar .text-above {
    display: none;
}

.sidebar.collapsed .recent-products {
    display: none;
}

.sidebar.collapsed .social_item1 {
    display: none;
}

.sidebar.collapsed .social_item2 {
    display: none;
}

.sidebar.collapsed .main-sidebar .menu-item span {
    display: none;
}

.sidebar.collapsed .main-sidebar .menu-item {
    padding: 12px;
    width: unset;
    border-radius: 0 0 0 20px;
}

/*  floating_quick */
.floating_quick {
    display: none;
    position: fixed;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    z-index: 500;
    width: 100px;
}

.floating_quick .caption {
    background: #ff5c46;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.2;
    position: relative;
    color: #fff;
    width: 140px;
    margin-left: -60px;
    text-align: center;
}

.floating_quick .caption::after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ff5c46;
    position: absolute;
    bottom: 4px;
    border-left: none;
    border-top: none;
    right: 10px;
    transform: translate(-50%, 50%) rotate(45deg);
    z-index: 10;
    border-radius: 3px;
}

.floating_quick #moveTop,
.floating_quick .kakao {
    display: block;
    font-size: 0;
    color: transparent;
    width: 50px;
    height: 50px;
    background: no-repeat center;
    background-image: url(../img/common/quick_kakao.png);
    margin: 10px auto;
    border-radius: 50%;
}

.floating_quick .side_banner figure {
    border: #eeeeee;
    border-radius: 20px;
    box-shadow: 0px 12px 16px 0px rgba(69, 69, 69, 0.09);

}

.floating_quick .side_banner figure img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.floating_quick #moveTop {
    background-image: url(../img/common/quick_top.png);
    margin: 20px auto 0;
    box-shadow: 0px 8px 7px 0px rgba(69, 69, 69, 0.18);
}




/* 달력 */
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: none;
    position: relative;
    margin-top: 10px;
    background: #fff;
    border: solid 1px #dddddd;
    border-radius: 5px;
    z-index: 99999 !important;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table {
    background: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th {
    width: calc(100% / 7);
    line-height: 24px;
    height: 24px;
    text-align: center;
    padding-right: 5px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th span {
    font-size: 12.1px;
    font-weight: 300;
    color: #999999;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td {
    text-align: center;
    color: #666666;
    font-size: 12px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    padding-right: 0px;
    background: #ffffff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a {
    display: block;
    margin: 1px;
    border-radius: 50%;
    color: #111;
    font-size: 13px;
    font-weight: 300;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a:hover {
    background-color: #116ad4;
    color: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a.ui-state-default.ui-state-active {
    border: solid 1px #116ad4;
    background-color: #116ad4 !important;
    color: #fff !important;
}

.ui-datepicker-title {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-datepicker-title span {
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.ui-datepicker-title span.ui-datepicker-year {
    font-weight: 500;
}

.ui-datepicker-title select.ui-datepicker-year,
.ui-datepicker-title select.ui-datepicker-month {
    display: inline-block;
    border: 1px solid #dbdbdb;
    width: 40px;
    height: 20px;
    box-sizing: content-box;
}

.ui-datepicker-title select.ui-datepicker-month {
    margin-left: 10px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    position: relative;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev {
    text-indent: -9999px;
    position: absolute;
    background: url("../img/btn/calandar_left.png")no-repeat center;
    width: 6px;
    height: 10px;
    left: 10px;
    top: 20px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next {
    text-indent: -9999px;
    position: absolute;
    background: url("../img/btn/calandar_right.png")no-repeat center;
    width: 6px;
    height: 10px;
    right: 10px;
    top: 20px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td.ui-datepicker-unselectable.ui-state-disabled {
    background: #fff;
    color: #cecece;
}

input.date_form :-ms-input-placeholder {
    color: #333333;
}

input.date_form::-webkit-input-placeholder {
    color: #333333;
}

input.date_form::-moz-placeholder {
    color: #333333;
}

button.ui-datepicker-trigger {
    display: none;
}

img.ui-datepicker-taigger {
    margin-left: 10px;
    margin-top: 1px;
}

.date_form {
    background: url("../img/ico/ico_calander.png") no-repeat;
    background-position: 98% center;
}

.date_form.date_form3 {
    background: none;
}

.ui-datepicker-trigger {
    margin-left: 10px;
}

[class^="inner"] {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: -webkit-calc(100% - 1.875rem);
    width: -moz-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
}

.inner_1770 {
    max-width: 1770px;
}

.inner_720 {
    max-width: 720px;
}

.inner_620 {
    max-width: 620px;
}

.inner_550 {
    max-width: 550px;
}

.inner_1100 {
    max-width: 1100px;
}

.inner_1000 {
    max-width: 1000px;
}


@media screen and (max-width:1180px) {
    .prd_list_wrap .prd_sec .prd_item .txt {
        padding: 15px 15px 25px;
    }

    .prd_item .txt .pre_item .left {
        width: calc(100% - 50px);
    }

    .prd_item .txt .pre_item .right {
        width: 50px;
    }

    .prd_item .txt .pre_item .right span {
        width: 50px;
        height: 50px;
        background: no-repeat center / cover;
    }

    .sidebar {
        display: none;
    }
}

@media screen and (max-width:1060px) {
    .prd_item .txt .pre_item .left {
        width: calc(100% - 45px);
    }

    .prd_item .txt .pre_item .right {
        width: 45px;
    }

    .prd_item .txt .pre_item .right span {
        width: 45px;
        height: 45px;
        background: no-repeat center / cover;
    }

    .custom_item .details_cont .summary dl:nth-of-type(1) {
        min-width: 0px;
    }
}

@media screen and (max-width: 850px) {
    .custom_item .details_cont .box_count {
        display: flex;
        align-items: center;
        gap: 0.3846rem;
    }

    .custom_item .details_cont .summary dl:nth-of-type(1) {
        min-width: 0px;
    }

    .custom_item {
        display: flex;
        flex-direction: column;
        border: 1px solid #dbdbdb;
        padding: 0.769rem;
    }

    .custom_item .details_cont {
        width: 100%;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .custom_item .details_cont .subject {
        display: block;
        font-size: 1rem;
        max-width: 17rem;
    }

    .custom_item .details_cont .date {
        display: block;
        margin-left: 0.769rem;
        font-size: 0.923rem;
    }

    .custom_item .details_cont .desc {
        font-size: 0.923rem;
    }

    .custom_item .details_cont .summary {
        margin-top: 0.769rem;
        padding: 0.308rem 0 0.538rem;
        flex-wrap: wrap;
    }

    .custom_item .details_cont .summary dl {
        padding: 0.5rem 0.385rem 0;
        min-width: 11rem !important;
        /* width: 50%; */
        /* flex: unset;
        min-height: 4rem; */
    }

    .custom_item .details_cont .summary dl+dl::before {
        position: absolute;
        top: 15%;
        left: 0;
        width: 1px;
        height: 70%;
        background: #e7e9ec;
        content: '';
    }

    .custom_item .details_cont .summary dl+dl::after {
        position: absolute;
        top: 15%;
        right: 0;
        width: 1px;
        height: 70%;
        background: #e7e9ec;
        content: '';
    }

    /* .custom_list .custom_item .details_cont .summary dl{
        flex: unset;
        min-height: 4rem;
    } */

    .custom_item .details_cont .summary dt {
        font-size: 0.923rem;
        font-weight: 400;
        color: #454545;
        line-height: 1.4;
        flex: 0 0 auto;
    }

    .custom_item .details_cont .summary dd {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        color: #133986;
    }

    .custom_item .details_cont .summary dd strong {
        font-size: 1.077rem;
        font-weight: 600;
        min-height: 1rem;
    }

    .custom_item .details_cont .summary dl:nth-of-type(3)::before {
        display: none;
    }

    .custom_item .details_cont .summary dl:nth-of-type(1),
    .custom_item .details_cont .summary dl:nth-of-type(2) {
        padding-bottom: 0.5rem;
    }

    .custom_item .details_cont .summary dl:nth-of-type(3)::after,
    .custom_item .details_cont .summary dl:nth-of-type(4)::after {
        /* position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: #e7e9ec;
            content: ''; */
    }

    .custom_item .client_info {
        position: relative;
        width: 100%;
        padding-left: 0;
        padding-top: 1rem;
        flex: 0 0 auto;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .custom_item .client_info::before {
        display: none;
    }

    .custom_item .client_info .profile .thumb {
        display: block;
        width: 3.538rem;
        height: 3.538rem;
        margin-right: 0.538rem;
        flex: 0 0 auto;
    }

    .custom_item .client_info .profile .txt {
        /* width: calc(100% - 3.077rem); */
    }

    .custom_item .client_info .profile .name {
        display: block;
        font-size: 1rem;
    }

    .custom_item .client_info .profile .about {
        display: block;
        margin-top: 0.385rem;
        font-size: 0.885rem;
    }

    .custom_item .client_info .btn_row {
        margin-top: 0;
        padding-left: 0.192rem;
        display: flex;
        flex-direction: row;
    }

    .custom_item .client_info .zzim_btn {
        display: block;
        width: 5.769rem;
        height: 2.692rem;
        margin-right: 0.308rem;
        border: 1px solid #dddddd;
        border-radius: 1.846rem;
        flex: 0 0 auto;
        box-sizing: border-box;
    }

    .custom_item .client_info .zzim_btn span {
        display: inline-block;
        line-height: 1.615rem;
        padding-left: 1.5rem;
        font-size: 0.923rem;
        font-weight: 500;
        color: #666666;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(../img/btn/client_zzim.png);
        background-size: 1rem 1rem !important;
        vertical-align: top;
    }

    .custom_item .client_info .view_more {
        display: block;
        width: fit-content;
        height: 2.692rem;
        line-height: 2.692rem;
        text-align: center;
        font-size: 0.923rem;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(122deg, #3b71dd, #5f52f7);
        border-radius: 1.846rem;
        padding: 0 1.2rem;
    }

    .write_table table td .file_box label {
        display: block;
        width: 4rem;
        height: 2.3rem;
        line-height: 2.3rem;
        text-align: center;
        font-size: 0.8462rem;
        font-weight: 400;
        color: #fff;
        background: #777;
        flex: 0 0 auto;
    }

}