@charset "utf-8";

@font-face {
  font-family: 'NotoSansKR';
  src: url('../fonts/NotoSansKR-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
ul, li, dl, dt, dd, ol {
    list-style: none;
}
body {
    font-family: 'NotoSansKR', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
    letter-spacing: -0.05em;;
    font-style: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
.container_flex, 
.flex_wrap {
    display: flex;
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background: rgba(132, 92, 45, 0.8);
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
#loading .lodingicon {
    color: #fff;
    font-size: 4rem;
}

#loadingmodal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 1;
    z-index: 99;
    text-align: center;
}
/*//마케팅스토어 기존 끝나면 삭제하기 //
#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin-left: -32px;
    margin-top: -32px;
}

#loading-image {
    -webkit-animation: spin 2000ms infinite linear;
    -moz-animation: spin 2000ms infinite linear;
    -ms-animation: spin 2000ms infinite linear;
    animation: spin 2000ms infinite linear;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
//마케팅스토어 기존 끝나면 삭제하기 끝 //*/

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
table {
    border-collapse: collapse;
    width: 100%;
}
/*이미지맵*/
img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}
@media (max-width: 991px) {
    img[usemap] {
        border: none;
        height: auto !important;
        max-width: 100%;
        width: 100% !important;
    }
}
.ellipsis {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*** .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} ****/
input,
input[type="submit"] {
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}
button,
label {
    cursor: pointer;
}
b {
    font-weight: 600;
}

:root {
    --main-color:#845C2D;
    --sub-color: #F8F6EA;
    --border-color: #D3D3D3;
    --sub-bg-color: #FBFBFB;
    --sub-point-color: #F65952;
    --price-red: #da120d;
    --box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}
.header_pc{ display:block; }
.header_mb{ display:none; }

/*main_common*/
/***float 지우기 ***/
.left {
    float: left;
}
.right {
    float: right;
}
/*** header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
} ***/
/* .main_wrap {
    background-color: #eff0f6;
} */
 /***
.header_wrap_all {
     background-color: #fff;
}***/
.container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0;
}
#con {
    /* padding: 110px 0 0; */
    /* min-height: calc(100vh - 123.19px); */
    /* min-height: calc(100vh - 406.5px); */
    /* position: relative; */
}
/* header .container {
    padding: 0 15px 0;
} */
.header_util {
    background-color: var(--sub-point-color);
    padding: 10px 0;
}
.header_util ul li a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 3px 5px;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_wrap ul.flex_wrap {
    align-items: center;
}
.header_right .hd_gnb .logout {
    border-radius: 3px;
    background-color: #962222;
}

.header_main {
    padding: 20px 0;
    background-color: #FFFFF9;
}
.header_main > .container > .flex_wrap {
    align-items: center;
    justify-content: space-between;
}
.header_main .act_menu {
    display: flex;
}
.act_menu li a {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
}
.act_menu li.cart {
    position: relative;
}
.act_menu li.cart .count {
    background-color: var(--sub-point-color);
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    letter-spacing: -1px;
    position: absolute;
    top: -4px;
    right: 4px;
    font-size: 10px;
    line-height: 1;
}
.mob_search {
    padding: 5px 20px;
    border-radius: 50px;
    background-color: var(--sub-color);
    max-width: 500px;
    flex: 1;
}
.mob_search form {
    width: 100%;
}
.mob_search form div {
    display: flex;
    align-items: center;
}
.mob_search input {
    border: 0;
    background: transparent;
    flex: 1;
    padding: 5px 0;
}
.mob_search input::placeholder {
    color: var(--main-color); 
    font-weight: 500;
}
.mob_search div a span {
    color: var(--main-color); 
    font-size: 18px;
}

/***header_menu ***/
.menu_wrap .menu_list {
    display: flex;
}
.menu_wrap .menu_list > li {
    flex: 1;
}
.menu_wrap .menu_list > li > a {
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 18px;
}
.menu_wrap .menu_list .cat {position: relative; }

/***header_menu 끝***/

/* nav_menu */
.menu_wrap {
    position: relative;
    background: #fff;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.nav {
    width: 100%;
    overflow: visible;
}
/*//마케팅스토어 기존 끝나면 삭제하기 //
.menu_list {
    display: table;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-evenly;
}
.menu_menu {
    display: inline-block;
    width: auto;
}
.menu_menu:nth-of-type(1) {
    padding-left: 15px;
}
.menu_menu:nth-of-type(1) > a {
    padding-left: 0;
}
.menu_menu_sub:hover::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    transform: rotate(45deg);
    position: absolute;
    transform: translateX(-50%) rotate(-45deg);
    left: 50%;
    bottom: -6px;
    background: #fff;
}
.menu_menu > a {
    display: block;
    width: 100%;
    color: #303441;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
}
.menu_menu > a.on {
    color: #00c73c;
}
.menu_menu:last-child {
    padding-right: 0;
}
.menu_menu > a:hover {
    color: #00c73c;
}
마케팅스토어 기존 끝나면 삭제하기 끝*/
.menu_menu:hover .subwrapper {
    display: block;
}
.menu_menu:hover .submenu_list {
    /* display: table; */
    display: flex;
    flex-direction: column;
    /* width: 85px; */
}
.subwrapper {
    display: none;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    /* border-top:0; */
    width: 100%;
    position: absolute;
    left: 0;
    /* border-bottom: 1px solid #e2e9ee; */
    /* box-shadow: 5px 5px 3px rgba(0,0,0,0.1); */
    /* box-shadow: 0px 7px 5px 0px rgb(221 221 221 / 60%);
    border-radius: 3px; */
}
/* .menu_menu.on .subwrapper ,.menu_menu.on  .submenu_list {
    display:block
} */
.subnav {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /* padding: 5px 18px 0px; */
}
.submenu_list {
    display: none;
    width: 100%;
}
.submenu_list::after {
    content: "";
    display: block;
    clear: both;
}
.submenu_menu {
    display: inline-block;
    text-align: center;
}
/* .submenu_list2 > li {
    padding-right: 30px;
} */
.submenu_menu:hover,
.submenu_menu.on,
.submenu_menu:hover a,
.submenu_menu.on a {
    /* opacity: 0.7; */
    color: #00c73c;
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: under;
}

.submenu_menu > a {
    display: block;
    width: 100%;
    color: #242424;
    padding: 8px 0;
    font-weight: 600;
}
.submenu_menu2 {
    padding-right: 5px;
}
.favorites_wrap {
    max-width: 1400px;
    margin: auto;
    text-align: end;
    position: relative;
}
.favorites_box {
    position: absolute;
    right: 10px;
    bottom: -15px;
    background-color: #333;
    padding: 2px 18px;
    border-radius: 1000px;
    z-index: 9999;
}
.favorites_box a {
    display: block;
    width: 100%;
    color: #a8a8a8;
    line-height: 2.5;
    cursor: pointer;
}
.favorites_box a img {
    margin-right: 3px;
    max-width: 100%;
    width: 20px;
    vertical-align: sub;
}

.gnb_search {
    /* box-shadow: 2px 1px 20px 0px rgb(22 64 82 / 30%); */
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #fff;
    /* max-width: 575px; */
    margin: 0 30px;
    /* box-shadow: 0px 0px 9px -1px rgba(81, 81, 81, 0.5);
	box-shadow: 0px 0px 9.552026748657227px -1.0613362789154053px #00C73C; */
    box-shadow: 0px 0px 9.552026748657227px -1.0613362789154053px #00c73c;
}
.gnb_search > form {
    position: relative;
    display: flex;
}
.gnb_search > form > input {
    border: 0;
    width: 100%;
    padding: 11px 0;
}
.gnb_search > form > input::placeholder {
    color: #ccc;
    font-size: 15px;
}
.gnb_search form button {
    /* position: absolute;
    right: 0; */
    border: 0;
    padding: 10px;
    border-radius: 7px;
    letter-spacing: 5px;
    background-color: transparent;
    flex: none;
    margin-left: auto;
}
.typetextcon {
    width: 100%;
}
.typetextcon > input {
    width: 100%;
    border: 0;
    padding: 10px 0;
    font-size: 15px;
}
.gnb_search form button span {
    background: url(../images/search_icon.svg) no-repeat center;
    padding: 5px 10px;
}
.main_content_wrap {
    /* height: 480px;
    padding: 88px 0; */
    background: url(../images/main_bg_new02.jpg) no-repeat center;
    background-size: cotain;
    overflow: hidden;
    padding: 85px 0 0;
}
.main_content_wrap > .container {
    /* height: 520px; */
    height: 480px;
    /* padding: 60px 0; */
    /* padding: 75px 0; */
}
.main_content_wrap::after {
    content: "";
    display: block;
    clear: both;
}
.main_content01 {
    width: 40%;
    text-align: center;
    height: 305px;
    position: relative;
}
.main_content02 {
    width: 100%;
    text-align: center;
    /* margin-bottom: 50px; */
}
.main_tt {
    font-size: 30px;
    font-weight: 500;
    word-break: keep-all;
    color: #303441;
    line-height: 1.2;
    margin-bottom: 25px;
}
.main_tt div:first-child {
    font-size: 24px;
    margin-bottom: 10px;
}
.main_tt div:first-child .text_deco {
    text-decoration: line-through;
}
.main_tt div:first-child b {
    font-size: 27px;
}
.main_tt div:first-child img {
    vertical-align: baseline;
    margin: 0 7px;
    width: 27px;
}
.main_tt span {
    /* color: #00C73C; */
    background: linear-gradient(90.31deg, #00c73c 43.6%, #00c797 99.09%);
    color: transparent;
    -webkit-background-clip: text;
}
.main_txt {
    font-size: 18px;
    color: #fff;
    opacity: 0.8;
    word-break: keep-all;
    margin-bottom: 15px;
    line-height: 1.4;
    margin-bottom: 45px;
}
.marketing_store {
    padding: 15px 0 35px;
}
.marketing_store::after {
    content: "";
    display: block;
    clear: both;
}
.marketing_store_menu {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 370px;
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    margin-top: 30px;
    transition: all 0.5s;
    /* padding-bottom: 12px; */
    position: relative;
    overflow: hidden;
}
.marketing_store_menu:nth-child(3n) {
    margin-right: 0;
}
.marketing_store_menu:hover {
    box-shadow: 0 0 10px 10px #dde5eb;
    transform: translateY(-2px);
}
.inner_tt {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: from-font;
    padding: 20px 0 10px;
}
.inner_text {
    color: #333;
    font-weight: 500;
    word-break: keep-all;
    margin-bottom: 10px;
}
.inner_btn {
    display: flex;
    justify-content: center;
}
.inner_btn > .newbox {
    background-color: #3d753b;
    margin-right: 3px;
    border-radius: 5px;
}
.inner_btn > .bestbox {
    background-color: #4b6791;
    margin-left: 3px;
    border-radius: 5px;
}
.inner_btn > div > a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}
.inner_btn > div > a > img {
    vertical-align: sub;
    margin-right: 5px;
}
.inner_img {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}
.inner_img > a {
    display: block;
    width: 100%;
    position: relative;
}
.inner_img:hover {
    bottom: 0;
}
.inner_img > a > img:first-child {
    /* position: relative;
    top: 55px; */
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 70px;
}
.inner_img > a > img:last-child {
    /* box-shadow: 3px 10px 10px 2px #ddd; */
    box-shadow: 0px 0px 0px 4px #ddd;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.program_box_wrap {
    /* position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px; */
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
.program_box {
    text-align: left;
}
.program_box_tt {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.program_txt {
    font-size: 15px;
    color: #333;
    opacity: 0.8;
    font-weight: 500;
    margin-bottom: 25px;
    word-break: keep-all;
}
.program_btn {
    background-color: #282828;
    border-radius: 3px;
    width: 100%;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #282828;
    transition: 0.5s;
}
.marketing_store_menu_a:hover .program_btn {
    background-color: #fff;
    border: 1px solid #282828;
}
.marketing_store_menu_a:hover .program_btn a {
    color: #282828;
    font-weight: 700;
}

.program_btn a:before,
.program_btn a span:before,
.program_btn a:after,
.program_btn a span:after {
    content: "";
    position: absolute;
}

.program_btn a:before,
.program_btn a span:before {
    top: -webkit-calc(50% - 0.3em);
    top: calc(50% - 0.3em);
    left: -1.25em;
    width: 0.5em;
    height: 0.5em;
    opacity: 0;
    -webkit-transform: translate3d(-0.6em, 0, 0) rotate(45deg);
    transform: translate3d(-0.6em, 0, 0) rotate(45deg);
}

.program_btn a:after,
.program_btn a span:after {
    bottom: -webkit-calc(50% - 0.35em);
    bottom: calc(50% - 0.35em);
    right: -1.25em;
    width: 0.5em;
    height: 0.5em;
    opacity: 0;
    -webkit-transform: translate3d(0.6em, 0, 0) rotate(45deg);
    transform: translate3d(0.6em, 0, 0) rotate(45deg);
}

.program_btn a:before,
.program_btn a:after {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s;
    transition: transform 0.3s ease-out, opacity 0.3s;
}

.program_btn a span:before,
.program_btn a span:after {
    -webkit-transition: -webkit-transform 0.3s ease-out 0.15s, opacity 0s 0.05s;
    transition: transform 0.3s ease-out 0.15s, opacity 0s 0.05s;
}

.program_btn a:hover {
    overflow: visible;
}

.program_btn a:hover:before,
.program_btn a:hover span:before {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
    opacity: 1;
}

.program_btn a:hover:after,
.program_btn a:hover span:after {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
    opacity: 1;
}

.program_btn a:before,
.program_btn a span:before {
    border-right: 0.15em solid #282828;
    border-top: 0.15em solid #282828;
}

.program_btn a:after,
.program_btn a span:after {
    border-left: 0.15em solid #282828;
    border-bottom: 0.15em solid #282828;
}

.program_btn > a {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 7px 0;
    color: #fff;
    border-radius: 3px;
    position: relative;
}
.marketing_store_menu > a {
    /* padding: 20px;
   display: flex ;
    height: 100%;
	align-items: center; */
}
.marketing_store_btm {
    margin: 0 -15px;
}
.marketing_store_btm .marketing_store_menu {
    height: auto;
    padding: 15px;
    width: 33.333%;
    background-color: transparent;
    border-radius: 0;
    margin-top: 0;
    margin-right: 0;
}
.marketing_store_menu_a {
    background-color: #fff;
    border-radius: 7px;
    margin-top: 0;
    height: 300px !important;
}
.marketing_store_menu_a:hover {
    box-shadow: 0 0 10px 8px #dde5eb;
}
.marketing_store_top {
    margin-bottom: 15px;
}
.marketing_store_btm .marketing_store_menu > a {
    width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 7px;
    margin-top: 0;
    /* height: 299px; */
    /* padding: 20px; */
}
.marketing_store_btm .marketing_store_menu {
    width: 466.6666px;
    float: left;
}
.marketing_store_menu_more {
    float: left;
    width: calc(100% - 466.6666px);
    padding: 15px;
}
.marketing_store_menu_more::after {
    content: "";
    display: block;
    clear: both;
}
.marketing_store_menu_more > .marketing_store_menu {
    width: 33.3333%;
    height: 300px;
}
/* .store_menu_more_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
} */
.store_menu_more_top > .store_menu_name {
    font-size: 20px;
    color: #303441;
    /* font-weight: 500; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.store_menu_more_top > .store_menu_date {
    color: #787878;
    font-size: 12px;
    font-weight: 500;
}
.store_menu_more_box_top > img {
    max-width: 100%;
}
.store_menu_more_btn {
    display: flex;
    padding: 3px 0;
}
.store_menu_more_btn div a {
    display: block;
    width: 100%;
    padding: 1px 6px;
}
.store_menu_more_btn .right_put {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-right: 8px;
}
.store_menu_more_btn .right_put a img {
    vertical-align: middle;
}
.store_menu_more_btn .right_detail {
    border: 1px solid #7e8f2d;
    border-radius: 3px;
}
.store_menu_more_btn .right_detail a {
    color: #7e8f2d;
    font-weight: 500;
    margin-top: 2px;
    font-size: 13px;
    padding: 1px 7px;
}
.store_menu_more_box_btm {
    padding: 10px 0;
}
.store_menu_more_btm > .detail_star {
    padding: 0;
}
.store_menu_more_btm > .detail_star > img {
    width: 55px;
}
.store_menu_more_btm > .detail_star > span {
    font-size: 13px;
    word-break: keep-all;
    font-weight: 500;
}
.mp_content_type2_price_box .detail_star {
    margin-top: 12px;
}
.store_menu_more_wrap:hover {
    box-shadow: 0 0 10px 8px #dde5eb;
    transform: translateY(-2px);
}
.store_menu_more_price {
    color: #303441;
    font-size: 17px;
    font-weight: 500;
}
.store_menu_more_price > span {
    color: #7e8f2d;
    font-size: 21px;
    font-weight: 600;
    margin-right: 3px;
}
.text_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #303441;
    text-align: left;
    line-height: 1.3;
}
.store_menu_more_mid > .clearfix {
    padding: 3px 0;
}
.store_menu_more_wrap {
    float: left;
    width: 31.8%;
    margin-right: 2.3%;
    background: #fff;
    border-radius: 7px;
    height: 299px;
    transition: all 0.3s;
    overflow: hidden;
}
.store_menu_more_wrap:last-child {
    margin-right: 0;
}
.marketing_store_btm .marketing_store_menu:hover {
    box-shadow: none;
}
.marketing_store_btm .marketing_store_menu:hover > a {
    box-shadow: 0 0 10px 8px #dde5eb;
}
.marketing_store_menu_a {
    display: flex;
    padding: 20px;
    height: 100%;
    align-items: center;
}
.program_img_box {
    /* position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px; */
    /* padding: 20px; */

    /* 	overflow: hidden;
    width: 100%;
    height: 100%; */
}
/* .program_img_box img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} */
/* .program_img_box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} */
/* html {
    position: relative;
    min-height: 100%;
} */
.footer {
    background-color: var(--sub-color);
    padding: 20px 0;
}
.join_ft {
    width: 100%;
    padding: 15px 0;
    background-color: #82837E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;;
    flex-wrap: wrap;
}
.join_ft .join_ft_btn {
    padding: 4px 8px;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}
.join_ft .join_ft_btn:hover {
    color: #82837E;
    background-color: #fff;
    border-color: #82837E;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
    color: var(--main-color);
}
.ft_info {
    display: flex;
    align-items: center;
}
.ft_info_wrap .ft_info a {
    padding: 0 10px;
    position: relative;
}
.ft_info_wrap .ft_info a b{
    text-decoration: underline;
}

.ft_info_wrap .ft_info a::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.ft_txt_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--main-color);
    background-color: var(--sub-color);
    padding: 4px 10px;
    margin-left: 10px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.ft_txt_btn.on {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}
.ft_txt_btn i {
    font-size: 16px;
    font-weight: 500;
}
.ft_txt_con[hidden] {
    display: none !important;
}
.ft_txt_con ul {padding-top: 20px;}
.ft_txt_con ul .copyright {
    margin-top: 20px;
}

.footer_logo > a {
    display: block;
    width: 100%;
}
.footer_logo > a svg path {
    fill: var(--main-color);
}

/* marketing_program */
.mp_wrap {
    /* max-width: 1170px; */
    padding: 20px 0;
}
.mp_mid::after {
    content: "";
    display: block;
    clear: both;
}
.mp_mid_left {
    float: left;
    width: 50%;
}
.mp_mid {
    margin-bottom: 20px;
}
.mp_mid_right {
    float: right;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}
/* .mp_mid_left .img_vertical {
    vertical-align: sub;
} */
.mp_mid_left a span img {
    vertical-align: baseline;
}
.mp_mid_left > a > span:first-child {
    margin-right: 5px;
}
.mp_mid_left > a > span:last-child {
    font-weight: 500;
}
.mp_tt_box > .program_txt02 {
    margin-bottom: 0;
}
.img_vertical02 {
    vertical-align: middle;
}
.view_box {
    margin-right: 20px;
}
.view_box > a:first-child {
    margin-right: 10px;
}
.view_menu {
    display: flex;
    border: 1px solid #e6e6e6;
}
.view_menu > div > a {
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 5px 20px;
}
.view_menu > div {
    border-right: 1px solid #e6e6e6;
}
.view_menu > div:last-child {
    border-right: 0;
}
.view_menu > div:last-child > a > img {
    margin-left: 10px;
}
.selectboxblack {
    background-color: #333;
}
.selectboxblack > a {
    color: #fff;
    opacity: 0.8;
}
.price_updown_box > a > span:first-child {
    margin-left: 5px;
}
.price_updown_box > a > span:last-child {
    margin-left: 3px;
}
.mp_content::after {
    content: "";
    display: block;
    clear: both;
}
.mp_content_left {
    float: left;
    width: 200px;
    padding-right: 35px;
}
.mp_content_right {
    float: left;
    width: calc(100% - 200px);
    pading-bottom: 70px;
}
.mp_content_right2 {
    display: grid;
    grid-template-columns: 64% 36%;
    width: 100% !important;
}
.mp_content_banner a {
    display: block;
    width: 100%;
    position: relative;
}
.mp_content_banner img {
    max-width: 100%;
    width: 100%;
}
.mp_content_banner .bg {
}
.mp_content_banner .btn {
    position: absolute;
    top: calc(50% + 8px);
    right: 32px;
    width: 20vw;
    max-width: 188px;
    transform: translateY(-50%);
}
/* .mp_content {
    padding: 20px 0;
} */
.mp_content_right_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* min-height: 290px; */
    gap: 0 8px;
}
.mp_content_right_wrap::after {
    content: "";
    display: block;
    clear: both;
}
.mp_content_product {
    /* float: left;
    width: 32%; */
    /* height: 340px; */
    /* margin-right: 2%; */
    text-align: center;
    background-color: #fff;
    /* border-radius: 7px; */
    /* margin-top: 20px; */
    transition: all 0.3s;
    /* box-shadow: 0px 3px 13px 0px rgb(22 64 82 / 15%); */
    position: relative;
    margin-bottom: 20px;
}
/* .mp_content_product:nth-child(3n) {
    margin-right: 0;
} */
.mp_content_banner {
    margin-bottom: 20px;
}
.mp_content_product_img > a > img {
    max-width: 100%;
}
.mp_content_product_ex {
    text-align: left;
    margin-bottom: 7px;
    line-height: 1.5;
}
.mp_content_product_tt {
    font-size: 18px;
    color: #1c232a;
    font-weight: 600;
}
/* .mp_content_product_txt {
    font-size: 12px;
    color: #8d8d8d;
    font-weight: 500;
    word-break: keep-all;
} */
/* .mp_content_product a {
    display: block;
    width: 100%;
} */
.category_top {
    font-size: 18px;
    color: #303441;
    font-weight: 600;
}
.category_top::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #00c73c;
    margin: 7px 0 0 0;
}
.category_wrap {
    padding-top: 15px;
}
.category_detail {
    padding: 10px 20px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 20px;
    display: none;
}
.category_detail2 {
    display: block;
}

.category_detail > div > a {
    color: #5a5e6e;
}
.category_detail > div.on a,
.category_detail > div > a:hover {
    color: #373737;
    font-weight: 600;
}
.category_detail > div {
    margin-bottom: 7px;
}
.category_detail > div:last-child {
    margin-bottom: 0;
}
.category_tt > a {
    display: block;
    width: 100%;
    color: #5a5e6e;
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
}
.category_tt:hover a,
.category_box.on .category_tt > a,
.category_box:hover .category_tt > a {
    color: #00c73c;
    font-weight: 600;
}
.category_box.on .category_detail {
    display: block;
}

.category_tt > a::after {
    content: "";
    display: block;
    clear: both;
}
.mob_con .category_tt > a::after {
    display: none;
}
.category_tt > a > span {
    float: right;
}
.category_tt > a > span > img {
    vertical-align: middle;
    transform: rotate(-180deg);
    transition: 0.5s;
}
.cate_img_move {
    color: #00c73c;
    transition: 0.5s;
}
.cate_img_move.on {
    transform: rotate(180deg);
}
.total_price {
    text-align: left;
    color: #cbcbcb;
    text-decoration: line-through;
    text-decoration-color: #7e8f2d;
    font-size: 17px;
}
.mp_content_product_price {
    padding: 10px 15px;
}
.sale_price::after {
    content: "";
    display: block;
    clear: both;
}
.shopping_box::after {
    content: "";
    display: block;
    clear: both;
}
.sale_price_box {
    float: left;
    width: 50%;
    text-align: left;
}
.shopping_box {
    float: right;
    /* width: 50%; */
}
.shopping_box01 {
    float: left;
    border: 1px solid #d8d8d8;
    margin-right: 5px;
    /* border-radius: 5px; */
}
.shopping_box01:hover {
    background-color: #eee;
    border: 1px solid #eee;
}
.shopping_box01 > a {
    padding: 6px 10px;
}
.shopping_box01 > a > img {
    vertical-align: middle;
}
.shopping_box2 > .shopping_box01 {
    display: inline-block;
    float: none;
}
.sale_price_box01 {
    color: #7e8f2d;
    font-size: 25px;
    font-weight: 600;
}
.sale_price_box01 > .won {
    color: #303441;
    font-size: 20px;
    margin-left: 3px;
}
.sale_price_box01 > .won > .vat {
    font-size: 13px;
}
.sale_price_box02 {
    color: #7e8f2d;
    font-size: 15px;
    font-weight: 500;
    animation: blink-effect2 1s step-end infinite;
}
.sale_price_box02 > .won {
    color: #787878;
}
.shopping_box02 {
    float: left;
    border: 1px solid #28739a;
    /* border-radius: 5px; */
}
.shopping_box02:hover {
    background-color: #28739a;
}
.shopping_box02:hover > a {
    color: #fff;
    font-weight: 500;
}
.shopping_box02 > a {
    color: #28739a;
    padding: 5.7px 5px;
}
.shopping_box2 > .shopping_box02 {
    display: inline-block;
    float: none;
}
.mp_content_product02 {
    margin-top: 2%;
    box-shadow: 0px 3px 13px 0px rgb(22 64 82 / 15%);
}
.mp_content_type2::after {
    content: "";
    display: block;
    clear: both;
}
.mp_content_right_wrap02::after {
    content: "";
    display: block;
    clear: both;
}
.mp_content_right_wrap02 {
    display: table;
}
.mp_content_type2 {
    /* float: left; */
    width: 70%;
    display: table-cell;
}
.mp_content_type2_price {
    /* float: right; */
    display: table-cell;
    width: 30%;
    border-left: 1px solid #e9e9e9;
    text-align: center;
    /* padding: 0 15px; */
    /* vertical-align: middle; */
    position: relative;
}
.shopping_box2 {
    text-align: center;
}
/* .mp_content_type2_price::before {
    content: '';
    width: 1px;
    height: 180px;
    display: block;
    position: absolute;
    left: -27px;
} */
.mp_content_type2_img {
    /* float: left; */
    display: table-cell;
    width: 26%;
    vertical-align: middle;
}
.mp_content_product_img02 {
    vertical-align: middle;
    height: 100%;
}
.mp_content_type2_ex {
    /* float: left; */
    width: 50%;
    display: table-cell;
    padding: 20px;
    position: relative;
}
.mp_content_product_img02 > a {
    display: block;
    width: 100%;
}
.mp_content_product_img02 > a > img {
    width: 100%;
    max-width: 100%;
    height: 178px;
}
.mp_content_right_wrap02 {
    width: 100%;
    transition: all 0.3s;
    /* box-shadow: 0px 3px 13px 0px rgb(22 64 82 / 15%); */
    /* padding: 15px; */
    /* margin-top: 2%; */
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.mp_content_type2_topimg {
    position: absolute;
    top: 0;
}
.mp_content_type2_topimg > img {
    cursor: pointer;
}
.mp_width_content_right {
    position: relative;
    margin-bottom: 20px;
}
.mp_content_type2_tt > div:first-child {
    font-size: 20px;
    color: #1c232a;
    font-weight: 600;
}
.mp_content_type2_tt > div:last-child {
    color: #7e8f2d;
    font-weight: 700;
}
.mp_content_type2_tt {
    margin-bottom: 20px;
}
.mp_content_type2_content div:last-child {
    color: #303441;
    font-size: 14px;
    word-break: keep-all;
    margin-bottom: 7px;
    font-weight: 500;
}
.mp_content_type2_tag > span {
    background-color: #f2f2f2;
    color: #393e43;
    font-weight: 700;
    padding: 2px 5px 0px;
    font-size: 12px;
    margin-right: 5px;
    /* margin-bottom: 6px; */
    display: inline-block;
    border-radius: 3px;
}
.mp_content_type2_tag > span:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.mp_content_type2_ex .detail_star > ul > li > img {
    width: 15px;
    height: 15px;
}
.mp_content_type2_ex .star_num {
    margin-left: 5px;
}
.mp_content_type2_ex .store_menu_more_btm > .detail_star > span {
    font-size: 14px;
    vertical-align: 1px;
}
.want_list_wrap {
    text-align: end;
    margin-bottom: 5px;
    padding-right: 5px;
}
.want_list_wrap > div > a {
    display: block;
    width: 100%;
}
.want_list_box1 {
    display: inline-block;
}
.want_list_box1 > a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 7px;
    background-color: #c1c1c1;
}
.want_list_box2 {
    display: inline-block;
}
.want_list_box2 > img {
    cursor: pointer;
}
.total_price2 {
    text-align: center;
}
.star_point {
    color: #787878;
    margin-left: 2px;
}
.mp_content_type2_price_box > div:last-child > img {
    vertical-align: baseline;
    margin-right: 5px;
}
/* .mp_content_type2_price_box {
    margin-bottom: 15px;
} */
.mp_content_type2_price_box .store_menu_more_btn {
    justify-content: center;
}
.shopping_box2 > div > a {
    display: block;
    width: 100%;
}
.shopping_box2::after {
    content: "";
    display: block;
    clear: both;
}

/* program_detail */
.mp_wrap2 {
    padding: 40px 0 20px;
}
.program_img_wrap {
    padding-right: 20px;
}
.bigimages {
    /* width: 535px; */
    height: 488px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #e4e5ed;
    display: none;
}
.bigimages > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.smallimages {
    /* width: 535px; */
    border: 1px solid #e4e5ed;
    padding: 10px 15px;
    /* text-align: center; */
    margin-top: 10px;
    /* display:flex;
	justify-content: space-between; */
    display: none;
}
.smallimages > span {
    width: 24%;
    height: 100px;
    overflow: hidden;
    margin-right: 1%;
    cursor: pointer;
    border: 1px solid #e4e5ed;
}
.smallimages > span > img {
    width: 100%;
    /* width: 24%;
    height: 85px;
    margin-right: 3px; */
    cursor: pointer;
}
.smallimages img {
    /* width: 24%; */
    height: 125px;
    margin-right: 8px;
    cursor: pointer;
}
.smallimages img:last-child {
    margin-right: 0;
}
.smallimages > span:last-child {
    margin-right: 0;
}
.programs_detail_left::after {
    content: "";
    display: block;
    clear: both;
}
.program_detail_tt_box {
    /* float: left;
    width: 60%; */
    /* padding-right: 5px; */
    grid-row: 1 / span 1;
}
.program_detail_ex_wrap {
    /* float: left;
    width: 40%; */
    max-width: 100%;
    grid-row: 1 / span 2;
    /* position: fixed;
    left: 50%;
    top: 180px;
    transform: translateX(50%); */
}
.program_detail_tt,
.program_detail_tt a {
    color: #5a5e6e;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.program_detail_ex_tt {
    font-size: 19px;
    color: #303441;
    font-weight: 600;
    margin-bottom: 10px;
    word-break: keep-all;
}
.program_detail_ex_mid {
    /* border: 1px solid #e4e5ed; */
    text-align: center;
    /* padding: 15px; */
    margin-bottom: 20px;
    /* position: relative; */
}
.program_detail_ex_mid.on {
    position: fixed;
}
.program_detail_ex_name {
    font-size: 18px;
    color: #303441;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
}
.program_detail_content01 {
    text-align: left;
    font-size: 15px;
    color: #303441;
    margin-bottom: 15px;
    word-break: keep-all;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.program_detail_content02 {
    font-size: 16px;
    color: #303441;
    font-weight: 700;
    margin-bottom: 5px;
}
.program_detail_content_box {
    /* background-color: #fafafc; */
    /* padding: 10px; */
    padding-bottom: 15px;
    /* word-break: keep-all; */
}
.program_detail_content03 {
    color: #303441;
    font-size: 15px;
    font-weight: 500;
}
.program_detail_btn1 {
    background-color: #82b440;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 0 #6f9a37;
    transition: 0.3s;
}
.program_detail_btn1:hover {
    background-color: #7aa93c;
}
.program_detail_btn1 > a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
}
.program_detail_btn1 > a > img {
    margin-right: 10px;
    vertical-align: middle;
}
.program_detail_btn2 > .card_btn {
    float: left;
    width: 49%;
    margin-right: 1%;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 2px 2px 0 #ddd;
    transition: 0.3s;
}
.program_detail_btn2 > .card_btn:hover {
    background-color: #e9e9e9;
}
.program_detail_btn2 > .deposit_btn {
    float: left;
    width: 49%;
    margin-left: 1%;
    background-color: #7e8f2d;
    border-radius: 3px;
    box-shadow: 2px 2px 0 #68771f;
    transition: 0.3s;
}
.program_detail_btn2 > .deposit_btn:hover {
    background-color: #68771f;
}
.program_detail_btn2 > div > a {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 10px 0;
}
.program_detail_btn2 {
    margin-bottom: 10px;
}
.program_detail_btn3 {
    /* background-color: #00C73C; */
    /* border-radius: 3px; */
    /* margin-bottom: 10px; */
    /* box-shadow: 2px 2px 0 #68771f; */
    transition: 0.3s;
    width: 49%;
    float: left;
    border: 1px solid #00c73c;
    background: #fff;
}
.program_detail_btn3 a {
    color: #00c73c;
    font-weight: 500;
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
}
/* .program_detail_btn3:hover {
    background-color: #2abda8;
} */
.card_btn > a {
    font-weight: 600;
}
.deposit_btn > a {
    color: #fff;
    font-weight: 500;
}
.company_inform {
    border: 1px solid #ddd;
    /* padding: 0 0 15px; */
    margin-bottom: 20px;
}
.company_tt_box {
    /* border-bottom: 1px solid #d1d8b3;
    padding: 0 15px 10px; */
    /* background: #fafafc;
    padding: 15px; */
    float: left;
    width: calc(100% - 110px);
    padding: 15px 0;
}
.company_tt {
    color: #333333;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
}
.company_sub {
    color: #909090;
    letter-spacing: -0.3px;
    font-size: 13px;
}
.company_tt > a {
    display: block;
    width: 100%;
    color: #4a4d56;
    font-size: 19px;
    font-weight: 600;
}
.company_txt {
    padding: 20px 20px;
}
.logomark_box {
    float: left;
    width: 110px;
}
.company_time {
    color: #303441;
    font-weight: 600;
    margin-bottom: 10px;
}
.company_time > img {
    margin-right: 8px;
    margin-bottom: 10px;
}
.company_content_box {
    /* vertical-align: text-top; */
    margin-left: 10px;
    background: #f6f6f6;
    height: 16px;
    padding: 0 4px;
    cursor: pointer;
}
.company_content_box > img {
    background-color: #fafafc;
    padding: 3px 5px;
}
.company_content_box > i {
    font-size: 17px;
    color: #b2b2b2;
}
.company_content {
    /* margin-bottom: 15px; */
    display: flex;
    justify-content: space-between;
    word-break: keep-all;
}
.company_txt_top {
    margin-bottom: 20px;
}
.company {
    background-color: #fafafc;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 15px;
}
.company::after {
    content: "";
    display: block;
    clear: both;
}
.top_txt {
    color: #303441;
    font-weight: 600;
    font-size: 15px;
}
.btm_txt {
    color: #a7a9af;
    font-weight: 500;
    font-size: 13px;
}
.company_total::after {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background-color: #eee;
    position: absolute;
    top: 0;
    right: 0;
}
.company_total,
.company_satisfy,
.company_coustmer {
    position: relative;
    float: left;
    width: 33.3333%;
}
.company_satisfy::after {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background-color: #eee;
    position: absolute;
    top: 0;
    right: 0;
}
.company_btn_wrap {
    display: flex;
    text-align: center;
}
/* .marketingmonster_btn_ask {
    margin-right: 5px;
} */
.company_btn_moreview {
    border: 1px solid #303441;
    border-radius: 3px;
    width: 100%;
}
.company_btn_ask {
    /* background-color: #F1F1F1; */
    background-color: #00c73c;
    border-radius: 5px;
    /* box-shadow: 2px 2px 0 #ddd; */
    transition: 0.3s;
    width: 100%;
}
.company_btn_ask:hover {
    /* background-color: #e9e9e9; */
    background: #2abda8;
}
.company_btn_ask > a,
.company_btn_moreview > a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
}
.company_tt_wrap {
    position: relative;
}
/* .logomark_box {
    position: absolute;
    top: -50%;
    right: 5%;
    transform: translateY(50%);
} */
.logomark_box > a {
    display: block;
    width: 100%;
    /* border: 1px solid #d1d8b3; */
    /* box-shadow: 2px 2px 3px 0px rgba(171, 171, 171, 0.1); */
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); */
}
.logomark_box > a > img {
    max-width: 100%;
    border: 1px solid #eeeeee;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}
.detail_star {
    padding: 45px 0;
    text-align: center;
}
.detail_star > img {
    vertical-align: revert;
    margin-right: 5px;
}
.programs_detail_right {
    /* width: 60%; */
    padding-right: 20px;
}
.programs_detail_menutap.on {
    position: fixed;
    z-index: 8;
    /* margin-top:2px; */
}
.programs_detail_menutap {
    position: static;
    top: 100px;
}
.programs_detail_menutap::after {
    content: "";
    display: block;
    clear: both;
}
.programs_detail_menutap > div {
    float: left;
    width: 25%;
    text-align: center;
    /* border-bottom: 1px solid #b2b2b2; 
    background-color: #fefefe;
    border-right: 1px solid #fbfbfb; */
    height: 55px;
    background-color: #fafafc;
    border-top: 1px solid #e4e5ed;
    border-right: 1px solid #e4e5ed;
    border-bottom: 1px solid #000000;
}
.programs_detail_menutap > div > a {
    display: block;
    width: 100%;
    color: #303441;
    padding: 15px 0;
    font-size: 15px;
}
.programs_detail_menutap > div.chk_programs_detail {
    /* border: 1px solid #b2b2b2;
    border-bottom: 0; */
    background: #ffffff;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 0;
}
.chk_programs_detail > a {
    font-weight: 700;
}
.programs_detail_menutap {
    margin-bottom: 50px;
    word-break: keep-all;
}
.service_tt {
    font-size: 20px;
    color: #00c73c;
    font-weight: 600;
    margin-bottom: 10px;
}
.service_tt::before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #00c73c;
    float: left;
    position: relative;
    top: 6px;
    margin-right: 5px;
}
.programs_detail_content_wrap .service_tt::before {
    content: "";
    display: block;
    background: url(../images/detail_menu_icon.svg) no-repeat center;
    width: 18px;
    top: 5px;
}
.programs_detail_content_wrap {
    color: #303441;
    word-break: keep-all;
    margin-bottom: 50px;
    /* border-bottom: 1px solid #e4e5ed; */
    padding-bottom: 50px;
}
.programs_detail_content_wrap:has(.service_payment_special) {
	margin-bottom: 0;
	padding-bottom: 0;
}
.mp_content_type2_tag > div > span {
    background-color: #f2f2f2;
    margin-right: 5px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
}
.mp_content_type2_tag > div > span > a {
    color: #393e43;
    font-weight: 700;
    font-size: 12px;
    font-size: 15px;
}
.service_txt {
    font-size: 16px;
    word-wrap: break-word;
}
.service_txt > div {
    margin-bottom: 15px;
}
.service_txt > div:last-child {
    margin-bottom: 0;
}
.service_ex {
    margin-bottom: 50px;
    padding-bottom: 50px;
    /* border-bottom: 1px solid #e4e5ed; */
    font-weight: 500;
}
.service_provid {
    margin-bottom: 50px;
    padding-bottom: 50px;
    /* border-bottom: 1px solid #e4e5ed; */
    font-weight: 500;
}

/* price_detail */
.price_proivd_term {
    display: flex;
    justify-content: space-between;
    color: #303441;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.price_proivd_term > div > div {
    margin-bottom: 5px;
}
.price_proivd_wrap {
    padding: 30px 15px;
}
.price_proivd_total {
    font-size: 18px;
    color: #303441;
    font-weight: 600;
    margin-bottom: 10px;
}
.price_proivd_total > span {
    color: #babcc2;
    font-weight: 500;
    margin-left: 3px;
}
.price_proivd_name {
    color: #303441;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.price_proivd_buybtn {
    background-color: #82b440;
    float: right;
    border-radius: 3px;
}
.price_proivd_buybtn > a {
    display: block;
    width: 100%;
    padding: 10px 70px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
/* cancle_detail */

.cancel_num {
    width: 20px;
    height: 20px;
    float: left;
    color: #303441;
    font-weight: 500;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.cancel_num_content {
    float: left;
    width: calc(100% - 20px);
    line-height: 25px;
    color: #303441;
    font-weight: 500;
}
.programs_detail_content_wrap > ul > li {
    margin-bottom: 20px;
}
.faq_q_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}
.faq_q {
    color: #303441;
    font-weight: 600;
}
.faq_a_box {
    background: #fafafc;
    padding: 15px;
    font-weight: 500;
    color: #303441;
    margin-bottom: 30px;
    display: none;
}
.faq_img {
    transform: rotate(180deg);
    transition: 0.2s;
}
.faq_img.on {
    transform: rotate(0deg);
}
.review_total_box::after {
    content: "";
    display: block;
    clear: both;
}
.review_total {
    float: left;
    width: calc(100% - 230px);
    color: #303441;
    font-weight: 600;
    font-size: 16px;
}
.review_order {
    float: right;
    width: 230px;
    display: flex;
    justify-content: space-between;
}
.review_order > div > a {
    font-weight: 600;
    font-size: 15px;
    display: block;
    width: 100%;
}
.review_order_chk > a {
    color: #0b9735 !important;
}
.review_order_nochk > a > img {
    display: none;
}
.review_order_chk > a > img {
    vertical-align: baseline;
    margin-right: 10px;
    display: inline-block;
}
.review_order > div > a {
    color: #787684;
}
.review_star_box {
    font-weight: 600;
    /* font-size: 15px; */
    margin-bottom: 50px;
}
.review_star_box > div:last-child {
    color: #a7aebb;
    margin-top: 10px;
    font-weight: 400;
}
.review_star {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}
.review_star span {
    font-weight: initial;
    font-size: 15px;
    /* margin-left: 3px; */
    color: #00c73c;
    font-weight: 500;
}
/* .review_star img {
    margin-right: 5px;
} */
.review_profile::after {
    content: "";
    display: block;
    clear: both;
}
.review_profile .profile_img {
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}
.review_profile .profile_img img {
    height: 45px;
}
.profile_img {
    float: left;
    width: 45px;
}
.profile_img > img {
    width: 100%;
}
.profile_detail {
    float: left;
    width: calc(100% - 50px);
    padding-left: 5px;
}
.review_total_box {
    margin-bottom: 40px;
}
.profile_detail > .user_id {
    color: #89838d;
    font-size: 12px;
    letter-spacing: -0.3px;
}
.review_dete::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #dadada;
    margin: 0 8px;
}
.review_dete {
    margin-left: 2px;
    color: #89838d;
    font-size: 13px;
    font-weight: 500;
}
.review_star > img {
    vertical-align: baseline;
}
.review_star_point {
    color: #212239;
    font-weight: 600;
}
.review_star_point > img {
    margin-right: 5px;
}
.review_content {
    color: #89838d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.review_content_ex {
    color: #89838d;
    font-weight: 500;
}
.review_content_ex > span::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #dadada;
    margin: 0 5px;
}
.review_profile {
    margin-bottom: 20px;
}
.programs_detail_content_wrap .review_profile {
    margin-bottom: 10px;
}
.programs_detail_content_wrap .review_content_box {
    margin-bottom: 30px;
}
.programs_detail_content_wrap .review_content {
    margin-bottom: 10px;
}
.other_program_box {
    float: left;
    width: 33.3333%;
    padding-right: 2%;
}
.other_program_box > a {
    display: block;
    width: 100%;
    border: 1px solid #eee;
}
.other_program_con::after {
    content: "";
    display: block;
    clear: both;
}
.other_program_box > a > div > img {
    max-width: 100%;
    width: 100%;
}
.other_program_con {
    padding-bottom: 35px;
}
.other_program_tt01 {
    /* color: #bdbec6;
	    font-weight: 600;
	    font-size: 12px; */
    /* margin-bottom: 5px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    color: #858585;
    padding: 3px 7px 0;
    font-size: 12px;
    max-width: fit-content; */
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #858585;
    padding: 3px 10px 0;
    margin-bottom: 10px;
    font-size: 13px;
    width: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.other_program_tt01 > span {
    background-color: #cce0f5;
    color: #4289dd;
    font-size: 10px;
    font-weight: 600;
    padding: 0 3px;
    margin-right: 5px;
}
.other_program_tt02 {
    font-size: 14px;
    color: #313131;
    font-weight: 500;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 2.4em;
    line-height: 1.2;
}
/* .other_program_price::after {content:"";display:block;clear:both} */
.other_program_price_tt {
    float: left;
    width: 40%;
    font-size: 14px;
    font-weight: 600;
}
.other_program_price_txt {
    /* float: left;
    width: 60%; */
    font-size: 15px;
    color: #303441;
    font-weight: 500;
    text-align: right;
}
.other_program_price_txt > img {
    vertical-align: baseline;
}
.other_program_price > :last-child {
    text-align: right;
    font-size: 13px;
    color: #313131;
}
.other_program_price > :last-child > img {
    vertical-align: baseline;
}
/* grade_price */
.grade_price_wrap > .program_detail_ex_mid {
    padding: 0;
}
.grade_price_box {
    padding: 20px 20px;
    display: none;
}
.common_price_box {
    /* padding: 0 25px 20px;
    border-bottom: 1px solid #b2b2b2; */
}
.grade_price_box:nth-child(1) {
    display: block;
}
.grade_price {
    /* border-bottom: 1px solid #e4e5ed; */
    display: flex;
    /* width: calc(100% - 70px);
	position: absolute; */
    background: #fff;
    /* box-shadow: 0 5px 18px -7px rgb(149 148 148); */
}
.grade_price::after {
    content: "";
    display: block;
    clear: both;
}
.grade_price > div {
    /* float: left; */
    width: 100%;
    background-color: #fafafc;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.grade_price > div:first-child {
    border-left: 1px solid #ddd;
}
.grade_price > div:hover {
    background-color: #f2f3f7;
}
.grade_price > div > a {
    display: block;
    width: 100%;
    padding: 10px;
}
.grade_price_chk {
    /* border: 1px solid #7e8f2d; */
    background: #ffffff !important;
    /* border-top: 1px solid #ddd !important; */
    border-right: 1px solid #ddd !important;
    /* border-left: 1px solid #ddd !important; */
    border-bottom: 0 !important;
}
.grade_price.on div:first-child {
    background: #ffffff !important;
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-bottom: 0 !important;
}
.grade_price.on div:first-child a {
    font-weight: 600;
}
.grade_price div.on {
    background: #ffffff !important;
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-bottom: 0 !important;
}
.grade_price > div > a {
    color: #303441;
    font-size: 15px;
}
.grade_price_chk > a {
    color: #303441 !important;
    font-weight: 600 !important;
}
.grade_price_each_tt_wrap {
    text-align: center;
    /* margin-bottom: 25px; */
    border-bottom: 1px solid #e8e8e8;
    border-top: 2px solid #ddd;
    background-color: #f2f3f7;
    /* padding: 10px 0; */
}
.grade_price_each_tt_wrap::after {
    content: "";
    display: block;
    clear: both;
}
.blank_box {
    width: 20%;
    height: 43px;
    float: left;
}
.grade_price_each_tt_box {
    width: 26.6666%;
    float: left;
    border-right: 1px solid #e8e8e8;
}
/* .grade_price_each_tt_box > div {
	padding:10px 0;
} */
.grade_price_each_tt_box:last-child {
    border-right: 0;
}
.grade_price_each_con {
    text-align: center;
    /* border-bottom: 2px solid #fbfbfb; */
    font-size: 16px;
}
.grade_price_tt_top {
    padding: 10px 0;
}
/* .grade_price_each_tt_none {
    padding: 20px 0 !important;
} */
.grade_price_each_con_box::after {
    content: "";
    display: block;
    clear: both;
}
.grade_price_each_con_tt {
    width: 20%;
    float: left;
    font-weight: 500;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.padding_box {
    padding: 15px 0;
}
.padding_box02 {
    padding: 8px 8px 0;
}
.ad_box {
    width: 26.6666%;
    float: left;
    word-break: break-all;
    /* text-align: left; */
    padding: 20px 15px;
    border-right: 1px solid #e8e8e8;
}
.grade_price_each_con_box {
    /* margin-bottom: 30px; */
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
    /* padding: 20px 0; */
    display: flex;
    height: 100%;
}

.grade_price_each_con_box:last-child {
    border-bottom: 2px solid #ddd;
}
.grade_price_each_tt {
    color: #303441;
    font-weight: 600;
}
.grade_price_each_con_box2 .grade_price_each_con_tt {
    padding: 30px 0;
}
.grade_price_each_con_box2 .ad_box {
    padding: 18px 10px;
    /* word-break: keep-all; */
    text-align: center;
    /* border-right: 0; */
}
.grade_price_each_sum {
    color: #303441;
    font-weight: 600;
    font-size: 18px;
}
.ad_box span span {
    display: block;
}
.ad_box > div:first-child {
    color: #303441;
    font-weight: 700;
    /* margin-bottom: 15px; */
}
.grade_price_each_btn_wrap {
    margin-top: 20px;
}
.grade_price_each_btn_wrap::after {
    content: "";
    display: block;
    clear: both;
}
.grade_price_each_btn_wrap > div > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 15px;
}
.grade_price_each_btn {
    width: 23%;
    float: left;
    text-align: center;
    margin-right: 30px;
    background-color: #00c73c;
    border-radius: 3px;
}
.grade_price_each_btn2 {
    background-color: #f2f3f7;
}
.grade_price_each_btn2 > a {
    color: darkgrey !important;
    cursor: default;
}
.grade_price_each_tt_none2 {
    line-height: 51.19px;
    padding: 10px 0;
}
.grade_price_each_tt_none3 {
    line-height: 85.59px;
    /* border-left: 1px solid #e8e8e8; */
}
/* .grade_price_each_tt_none3:first-child {
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
} */
.grade_price_each_tt_none4 {
    /* padding:20px 0; */
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.grade_price_each_tt_none > i {
    color: #303441;
}
.grade_price_each_btn:last-of-type {
    margin-right: 0;
}
.blank_box2 {
    width: 22%;
}

/* .programs_detail_tabcon>div {
    display: none;
} */
.programs_detail_tabcon > div:first-child {
    display: block;
}
/* payment01 */
.payment_container {
    text-align: center;
    padding: 50px 15px;
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.payment_wrap {
    padding: 15px;
    height: 100vh;
    position: relative;
}
.pay_ok_txt01 {
    font-size: 28px;
    font-weight: 500;
    padding: 8px 0;
    word-break: keep-all;
}
.pay_ok_txt02 {
    color: #858585;
    font-size: 16px;
    margin-bottom: 25px;
}
.pay_list_top {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.pay_list_top > span {
    color: #7e8f2d;
}
.payment_box_wrap {
    border-top: 2px solid #1e1e1e;
    margin-bottom: 12px;
}
.payment_box::after {
    content: "";
    display: block;
    clear: both;
}
.payment_tt {
    float: left;
    width: 25%;
    background-color: #f4f5ee;
    text-align: left;
    padding: 10px;
    font-weight: 500;
}
.payment_con {
    float: right;
    width: 75%;
    text-align: right;
    padding: 10px;
}
.payment_box {
    border-bottom: 1px solid #f1f1f1;
}
.payment_box:last-child {
    border-bottom: 0;
}
.pay_importent {
    background: #f4f5ee;
    padding: 15px;
    text-align: left;
}
.pay_importent_tt {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 16px;
}
.pay_importent_tt > span {
    background-color: #373737;
    color: #fff;
    padding: 0 9px 0 8px;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 5px;
    font-size: 14px;
}
.pay_list_mid {
    margin-bottom: 25px;
}
.pay_importent_txt {
    color: #888d6e;
}
.pay_list_btm {
    display: flex;
}
.pay_list_btm > div > a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
}
.pay_list_btn01 {
    width: 100%;
    margin-right: 5px;
    background-color: #f1f1f1;
}
.pay_list_btn02 {
    width: 190px;
    margin: 0 auto;
    background-color: #373737;
    border-radius: 3px;
}
.pay_list_btn02 > a {
    color: #fff;
}
.pay_list_btn02 > a > img {
    margin-right: 8px;
}
.payment_con > span.color_green {
    color: #7e8f2d;
    font-weight: 500;
}
.payment_con > span.bold_size {
    font-weight: 500;
}
.pay_list_btn03 {
    background-color: #d1d1d1;
}
.pay_list_btn03 > a {
    color: #999;
}
.pay_list_btn03 > a > img {
    vertical-align: middle;
}
/* mypg_info */
.mypg_wrap::after {
    content: "";
    display: block;
    clear: both;
}
.mypg_cate_wrap {
    float: left;
    width: 20%;
    padding: 65px 0;
}
.mypg_cate a:hover {
    color: #7e8f2d;
}
.mypg_wrap_container {
    /* max-width: 1260px; */
    margin-left: auto;
}
.mypg_content_wrap {
    float: right;
    width: calc(100% - 220px);
    /* border-left: 1px solid #F1F1F1; */
    /* padding-left: 25px; */
    padding-bottom: 60px;
}
.mypg_content_wrap2 {
    /* padding-bottom: 380px; */
}
.mypg_wrap_tt {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #00c73c;
}
.mypg_cate_wrap > .mypg_wrap_tt {
    border-bottom: 1px solid #d1d8b3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
/* .mypg_content_top {
    padding: 0 0 60px; 
    border-bottom: 1px solid #F1F1F1;
}*/
/* .info_top {
    padding: 0 0 45px;
} */
.mypg_wrap_tt::before {
    content: "";
    display: inline-block;
    background-color: #00c73c;
    width: 2px;
    height: 15px;
    margin-right: 3px;
    vertical-align: -1px;
}
.mypg_content_top .mypg_wrap_tt::before {
    content: "";
    /* display: inline-block;
    background-color: #00C73C;
    width: 2px;
    height: 17px;
    margin-right: 6px; */
    margin-right: 6px;
    display: inline-block;
    background: url(../images/detail_menu_icon.svg) no-repeat center !important;
    width: 18px !important;
    vertical-align: -1px;
}
/* .main_list_con_wrap .mypg_wrap_tt::before { 
	content: '';
    display: inline-block;
    background-color: #00C73C;
    width: 3px;
    height: 20px;
    margin-right: 3px;
    margin-bottom: -0.7px;
} */
.mypg_content_top::after {
    content: "";
    display: block;
    clear: both;
}
.mypg_content_top_left {
    float: left;
    width: 100px;
    position: relative;
}
.mypg_content_top_right {
    float: left;
    width: calc(100% - 125px);
    margin-left: 25px;
}
.my_profile_img {
    width: 100%;
    filter: brightness(75%);
    border-radius: 50%;
    height: 100px;
    margin-bottom: 17px;
    object-fit: cover;
}
.mypg_profile_change {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.profile_change {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    /* background: #F4F5EE; */
    background: #373737;
    border-radius: 5px;
    /* padding: 10px 7px; */
    /* color: #858585; */
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    /* margin: 0 5px; */
    display: block;
    width: 86px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}
.profile_change > img {
    width: 13px;
    vertical-align: text-top;
    margin-right: 5px;
}
.mypg_profile_img {
    position: relative;
}
.mypg_profile_change > label > span {
    display: block;
    width: 100%;
}
.change_nickname::after {
    content: "";
    display: block;
    clear: both;
}
.nickname {
    float: left;
    width: 90px;
    line-height: 35px;
    padding: 0 10px;
    font-weight: 500;
}
.nick_input {
    float: left;
    width: calc(100% - 90px);
}
.nickname_num {
    float: right;
    width: 55px;
    text-align: center;
    line-height: 35px;
    color: #9f9f9f;
}
.nick_input > input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f2f2f2;
}
.nick_input > input::placeholder {
    color: #858585;
    font-weight: 500;
}
.change_nickname {
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    margin-bottom: 6px;
}
.used_ok {
    color: #7e8f2d;
    font-size: 13px;
    margin-bottom: 20px;
}
.tip_wrap {
    background: #f4f5ee;
    border: 1px solid #e1e4ca;
    padding: 7px 10px;
    font-size: 13px;
    color: #7e8f2d;
    word-break: keep-all;
}
.tip {
    float: left;
    font-weight: 600;
    margin-right: 15px;
}
.tip_box {
    float: left;
}
.tip_wrap::after {
    content: "";
    display: block;
    clear: both;
}
.tip_box > ul > li > span {
    margin-right: 5px;
    font-weight: 600;
}
/* .mypg_content_form {
    padding: 40px 0;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 80px; 
}*/
.mypg_content_form > form > div > .mypg_wrap_tt::before {
    content: "";
    display: inline-block;
    background-color: #7e8f2d;
    width: 2px;
    height: 17px;
    margin-right: 6px;
}
/* .id_pw_wrap {
    margin-bottom: 25px;
} */
/*.id_box {
    float: left;
    width: 50%;
}
.pw_box {
    float: left;
    width: 50%;
}*/
.id_box::after {
    content: "";
    display: block;
    clear: both;
}
.myinfo_change_tt {
    /* width: 100px;
    float: left;
    line-height: 37px; */
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    font-size: 13px;
}
/* .myinfo_change_input {
    float: left;
    width: calc(100% - 100px);
} */
.pw_change_box::after {
    content: "";
    display: block;
    clear: both;
}
/* .myinfo_pw {
    float: left;
    width: 48%;
    margin-right: 2%;
} */
.id_box,
.pw_box,
.pw_box2,
.email_box_wrap,
.phone_box,
.phone_box02,
.address_wrap,
.nick_box {
    margin-bottom: 15px;
}
/* .phone_box {
    width: 50%;
} */
.phone_box > div:nth-child(2) {
    margin-bottom: 7px;
}
.phone_box02 {
    width: 50%;
}
.myinfo_change_tt2 {
    text-align: center;
}
.myinfo_pw:last-child {
    margin-right: 0;
}
.myinfo_change_input_box {
    border: 1px solid #eeeeee;
    /* padding: 0 7px; */
}
.myinfo_change_input_box input {
    padding: 10px 7px;
    border: 0;
    width: 100%;
}
.myinfo_change_input_box input::placeholder {
    color: #9f9f9f;
}
.usetime_box1,
.usetime_box3 {
    /* width: calc(50% - 10px); */
    width: 50%;
}
.usetime_box1 {
    margin-right: 4px;
}
.usetime_box2 {
    width: 20px;
    text-align: center;
    padding: 7px 0;
}
.usetime_box {
    display: flex;
}
.usetime_box1 > select,
.usetime_box3 > select {
    width: 100%;
    border: 1px solid #eee;
    padding: 9px 12px;
    appearance: none;
    background: url("../images/sel_arrow.png") no-repeat right 10px center;
}
/* .myinfo_pw > .myinfo_change_input_box {
    display: table;
} */
/* .myinfo_pw > .myinfo_change_input_box > input {
    display: table-cell;
    width: 100%;
} */
/* .myinfo_pw > .myinfo_change_input_box > span {
    display: table-cell;
    width: 30px;
    color: #9F9F9F;
} */
.myinfo_change_input_box02 {
    float: left;
    width: calc(100% - 103px);
    margin-right: 4px;
}
.overlab_btn,
.mypg_gray_btn {
    float: left;
    width: 99px;
    background: #00c73c;
    border: 1px solid #00c73c;
    border-radius: 2px;
    text-align: center;
    height: 38px;
    cursor: pointer;
}
.overlab_btn a,
.mypg_gray_btn a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px 0;
    letter-spacing: -0.3px;
    font-size: 13px;
}
.mypg_gray_btn {
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
}
.mypg_gray_btn a {
    color: #5a5a5a;
    font-weight: 500;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
/* input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
} */
/* .myinfo_change_pw_box input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 1000px #FAFAFC inset;
} */
.myinfo_change_chk {
    display: flex;
    align-items: center;
    /* background: #FAFAFC; */
    position: relative;
}
/* .myinfo_change_chk input {
	background: #FAFAFC;
} */
.myinfo_change_chk span {
    background: #00c73c;
    border-radius: 50%;
    color: #fff;
    padding: 3px 3px;
    margin-right: 10px;
    position: absolute;
    top: 8px;
    right: 0;
}
/* .myinfo_change_input_box02 > input {
    display: table-cell;
    width: 100%;
} */
/* .myinfo_change_input_box02 > span {
    display: table-cell;
    width: 30px;
    color: #9F9F9F;
} */
/* .myinfo_change_input_box02 {
    padding: 7px;
} */
.mypg_content_form form input {
    border: 0;
    padding: 10px 12px;
    width: 100%;
}
.address_box input {
    padding: 9px 7px !important;
}
.mypg_content_form form input::placeholder {
    color: #9f9f9f;
}
.sub_text {
    color: #494949;
    margin-top: 5px;
    font-size: 13px;
    word-break: keep-all;
}
/*.email_box_wrap {
    float: left;
    width: 50%;
}
.phone_box {
    float: left;
    width: 50%;
}*/
/* .myinfo_email_box {
    float: left;
    width: 70%;
    padding-right: 5px;
} */
.myinfo_email_select {
    float: left;
    width: 30%;
}
.myinfo_email_box::after {
    content: "";
    display: block;
    clear: both;
}
.email_box_wrap .myinfo_email_box div input {
    border: 1px solid #eee;
    width: 100%;
    padding: 10px 7px;
}
.email_box_wrap .myinfo_email_select select {
    border: 1px solid #eee;
    width: 100%;
    padding: 9px 0;
}
.myinfo_email_box > .email_input01 {
    /* float: left; */
    /* width: 48%; */
    /* width: calc(50% - 15px/2); */
    width: 100%;
}
.myinfo_email_box > .email_input02 {
    float: left;
    /* width: 48%; */
    width: calc(50% - 15px / 2);
}
/* .gol_s {
    width: 3%;
} */
.gol_s2 {
    text-align: center;
}
.myinfo_phone_box {
    float: left;
    width: 74%;
    border: 1px solid #eee;
    margin-right: 1%;
    padding: 0 7px;
}
.myinfo_phone_box_input {
    float: left;
    width: 70%;
}
.myinfo_phone_box_input > input {
    width: 100%;
}
.myinfo_phone_box_ok {
    background: #3787ff;
    float: right;
    margin: 5px 0;
}
.myinfo_phone_box_ok > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 3px 5px 0;
}
.myinfo_phone_btn {
    background: #3787ff;
    float: left;
    width: 25%;
    text-align: center;
}
.myinfo_phone_btn > a {
    display: block;
    width: 100%;
    padding: 7px 0;
    color: #fff;
}
/* .address_box01 > .myinfo_change_input_box {
    float: left;
    margin-right: 7px;
} */
.address_box02 {
    display: flex;
}
.address_box02 > div {
    width: 50%;
    margin-right: 4px;
}
.address_box02 > div:last-child {
    margin-right: 0;
}
.address_box01 > .myinfo_change_input_box > a {
    display: block;
    width: 100%;
    padding: 8px 5px 5px;
    font-weight: 500;
}
.email_phone_wrap {
    margin-bottom: 25px;
}
.address_box01
/* , .address_box02 */ {
    margin-bottom: 7px;
}
.address_box02:last-child {
    margin-bottom: 0;
}
.address_box {
    background-color: #e8e8e8;
}
/* .mypg_content_form > form > div {
    padding-bottom: 60px;
    border-bottom: 1px solid #F1F1F1;
} */
.mypg_cate {
    margin-bottom: 15px;
}
.mypg_cate > a {
    display: block;
    width: 100%;
    font-weight: 500;
}
.mypg_cate:last-child {
    margin-bottom: 0;
}
.mypg_cate_chk > a {
    color: #7e8f2d;
}
.mypg_content_top > .mypg_wrap_tt2 > .mypg_wrap_tt::before {
    content: "";
    display: inline-block;
    background-color: #00c73c;
    width: 2px;
    height: 17px;
    margin-right: 6px;
}
.mypg_wrap_tt2 > .mypg_wrap_tt {
    margin-bottom: 0;
}
.mypg_wrap_tt2 {
    margin-bottom: 25px;
}
.mypg_wrap_tt2 > .mypg_wrap_tt {
    float: left;
}
.mypg_wrap_tt2 > span {
    /* background-color: #FFC000; */
    color: #fff;
    padding: 1.5px 5px 0;
    display: inline-block;
    font-size: 13px;
    vertical-align: -3px;
    margin-left: 10px;
}
.bank_confirm01 {
    background-color: #00c73c;
}
.bank_confirm02 {
    background-color: #ffcccc;
}
.bank_confirm03 {
    background-color: #ffc000;
}
.mypg_payinfo_box input,
.mypg_payinfo_box select {
    border: 0;
    padding: 10px 0;
}
.mypg_payinfo_box select {
    appearance: none;
    background: url(../images/drop_down.png) no-repeat right center;
    padding: 10px 7px;
}
.select_box {
    padding: 0 !important;
}
.mypg_payinfo_box::after {
    content: "";
    display: block;
    clear: both;
}
.mypg_payinfo_tt {
    float: left;
    width: 100px;
    line-height: 37px;
    font-weight: 500;
}
.mypg_payinfo_input {
    float: left;
    width: calc(100% - 100px);
}
/* .mypg_payinfo_input > div:first-child {
    float: left;
    width: calc(100% - 60px);
    padding-right: 7px;
}
.mypg_payinfo_input > div:first-child > input {
    width: 100%;
    height: 38.39px;
} */
.payinfo_find_btn {
    display: inline-block;
    width: 60px;
    background: #e8e8e8;
    padding: 8px 5px;
    text-align: center;
    font-weight: 500;
    margin-left: 5px;
}
.mypg_payinfo_input img {
    max-width: 100%;
    width: 200px;
    height: 130px;
    margin-top: 10px;
    object-fit: cover;
}
.mypg_payinfo_select {
    float: left;
    width: 75px;
}
.mypg_payinfo_input > .myinfo_change_input_box {
    display: table;
    width: 100%;
}
.mypg_payinfo_input > .myinfo_change_input_box > input {
    display: table-cell;
    width: 100%;
}
.mypg_payinfo_input > .myinfo_change_input_box > span {
    display: table-cell;
    width: 30px;
    color: #9f9f9f;
}
.mypg_payinfo_input > div > input {
    border: 1px solid #eeeeee;
    padding: 10px 7px;
    width: calc(100% - 68px);
    color: #000;
}
.mypg_payinfo_input > div > input::file-selector-button {
    display: none;
}
.mypg_payinfo_select > select {
    width: 100%;
    border: 0;
    background: #e8e8e8;
    padding: 11px 5px;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}
.myinfo_change_input_box2 {
    display: table;
    border: 1px solid #eeeeee;
    padding: 0 7px;
    width: calc(100% - 100px);
    margin-bottom: 6px;
}
.myinfo_change_input_box2 > input,
.myinfo_change_input_box2 > select {
    width: 100%;
    display: table-cell;
}
.myinfo_change_input_box2 > span {
    display: table-cell;
    width: 30px;
    color: #9f9f9f;
}
.mypg_payinfo_box {
    margin-bottom: 15px;
}
.match_box {
    width: calc(100% - 100px);
    margin-left: auto;
}
.match_box > div {
    max-width: 350px;
    background: #fff;
    border: 1px solid #00c73c;
    color: gray;
    padding: 5px 12px 2px;
    word-break: keep-all;
}
.match_box > div > span:first-child {
    background-color: #00c73c;
    color: #fff;
    font-weight: 500;
    border-radius: 50%;
    padding: 0 8px 0 7px;
    margin-right: 10px;
}
.match_box > div > span:last-child {
}
.myinfo_change_input_box2 > .pholder_b::placeholder {
    color: #000;
    font-weight: 600;
}
.mypg_payinfo_select > label > div {
    background: #e8e8e8;
    padding: 7px 5px;
    text-align: center;
    font-weight: 500;
}
.mypg_content_top2 {
    border-bottom: 0;
}
.change_ok_btn {
    float: right;
    margin: 25px 0;
    border: 0;
    background-color: #00c73c;
    color: #fff;
    padding: 11px;
    font-weight: 500;
    width: 99px;
}
.mypg_payinfo {
    border-bottom: 1px solid #f1f1f1;
}
/* .click_display {
    display: none;
} */
.mypg_container {
    /* max-width: 1150px; */
    margin: 0 auto;
    padding: 55px 0 75px;
}
/* mypg_hpme */
.mypg_category_wrap {
    width: 200px;
    float: left;
    margin-right: 20px;
    /* padding: 20px 0; */
}
.mypg_home_profile {
    text-align: center;
    margin-bottom: 50px;
}
.mypg_home_profile_img {
    position: relative;
    margin-bottom: 12px;
}
.mypg_home_profile_img > img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 20px;
}
.client {
    position: absolute;
    top: 0;
    right: 25px;
    background: #ffd400;
    border-radius: 3px;
    padding: 0 5px;
    color: #fff;
}
.mypg_home_mynickname {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.mypg_home_mynickname > a {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.mypg_home_mynickname span {
    color: #858585;
    font-size: 13px;
    font-weight: 500;
    background: #f4f5ee;
    border-radius: 5px;
    padding: 5px 10px 5px 6px;
    margin-left: 5px;
}
.mypg_home_mynickname span img {
    margin-right: 4px;
    vertical-align: sub;
}
.change_on_box {
    background: #7e8f2d;
    border-radius: 3px;
}
.change_on_box > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 7px 0;
}
.change_on_box > a > img {
    margin-right: 5px;
}
.mypg_home_content .mypg_wrap_tt::before {
    content: "";
    /* display: inline-block;
    background-color: #00C73C;
    width: 2px;
    height: 17px;
    margin-right: 6px; */
    margin-right: 6px;
    display: inline-block;
    background: url(../images/detail_menu_icon.svg) no-repeat center !important;
    width: 18px !important;
    vertical-align: -1px;
}
.mypg_home_content {
    float: right;
    width: calc(100% - 220px);
}
.testinput > input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    background: url(../images/calendar.png) no-repeat center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.testinput {
    border: 1px solid #eee;
    width: 119px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}
.testinput > input {
    border: 0;
    padding: 3px 7px;
    cursor: pointer;
    width: 90%;
}
.testinput > input::placeholder {
    color: #9f9f9f;
}
.testinput label img {
    padding-right: 3px;
}
.date_from {
    padding: 0 10px;
    line-height: 32px;
}
.calender_box {
    width: 290px;
    display: flex;
    flex-wrap: wrap;
}
.buy_find {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 3px 8px;
    width: calc(100% - 77px);
    margin-right: 10px;
    height: 32px;
}
.buy_find > select {
    border: 0;
    padding: 2px 0;
    width: 100%;
}
.buy_find > input {
    border: 0;
    float: left;
    width: calc(100% - 20px);
    padding: 4px 0;
}
.buy_find > span {
    float: right;
    width: 20px;
}
.buy_find > span > img {
    vertical-align: middle;
}
.change_off_box {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 7px 0;
}
.change_off_box > a {
    display: block;
    width: 100%;
    color: #303441;
    font-weight: 500;
}
.change_off_box img {
    margin-right: 7px;
}
.buy_find_box > button {
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    /* padding: 5.2px 20px; */
    width: 67px;
    font-weight: 500;
    height: 32px;
    line-height: 31px;
}
.buy_find_box {
    width: calc(100% - 290px);
}
.purchaselist_wrap {
    border: 1px solid #eee;
    padding: 20px 20px 0;
    margin-top: 18px;
    margin-bottom: 18px;
}
.purchaselist_wrap2 {
    border: 0;
    padding: 0;
}
.purchaselist_wrap2 .purchaselist_con {
    border: 1px solid #eee;
    padding-bottom: 0;
    padding: 20px;
}
.purchaselist_img {
    float: left;
    max-width: 170px;
    /* width: 170px; */
    margin-right: 20px;
    border: 1px solid #eee;
    position: relative;
}
.purchaselist_img img {
    max-width: 100%;
    /* height:127px;
	width:100%; */
}
.seller_ser_img {
    height: 127px;
    overflow: hidden;
    border: 0;
}
.purchaselist_img .wish_star {
    position: absolute;
    bottom: 8px;
    right: 8px;
    cursor: pointer;
}
.purchaselist_detail {
    float: left;
    width: calc(100% - 290px);
}
.purchaselist_detail22 {
    width: calc(100% - 190px);
}
.purchaselist_price_box {
    float: left;
    width: 100px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.seller_nickname {
    text-align: center;
    font-size: 13px;
    color: #858585;
    margin-top: 6px;
}
.purchaselist_detail_top > span:last-child {
    font-size: 12px;
    font-weight: 500;
}
.purchaselist_con {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    position: relative;
}
.buyer_trading_wrap .purchaselist_con {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}
.review_write {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.purchaselist_detail_top {
    margin-bottom: 3px;
}
.purchaselist_detail_mid {
    line-height: 1.3;
    margin-bottom: 15px;
}
.purchaselist_detail_name {
    font-size: 20px;
}
.purchaselist_detail_txt {
    color: #9f9f9f;
    font-size: 13px;
    word-break: keep-all;
}
.purchaselist_price {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
/* .ser_container .purchaselist_price {
	text-align: right;
} */
.seller_service_delete {
    border: 1px solid #858585;
}
.seller_service_delete > a {
    color: #858585;
    display: block;
    width: 100%;
    padding: 3px 0 0;
    font-weight: 500;
}
.purchaselist_review,
.purchaselist_check {
    border: 1px solid #eee;
    width: 70px;
    margin: 5px auto;
    font-size: 12px;
}
.purchaselist_review > a {
    display: block;
    width: 100%;
    font-size: 12px;
}
.purchaselist_check > a {
    font-size: 12px;
    display: block;
    width: 100%;
}
.purchaselist_detail_date {
    color: #858585;
    font-weight: 300;
}
.purchaselist_detail_date > span {
    font-weight: 500;
}
.purchaselist_markimg > img {
    margin-right: 8px;
}
.purchaselist_markimg > span {
    vertical-align: sub;
    color: #858585;
}
/* mypg_sell */
.modify {
    background: #ffcccc;
    border-radius: 100px;
    color: #c00000;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}
.sell_ing {
    background: #eff1df;
    color: #7e8f2d;
}
.comment_wrap {
    background: #f4f5ee;
    border: 1px solid #edf1d7;
    border-radius: 3px;
    padding: 10px 15px;
    word-break: keep-all;
}
.comment_tt {
    color: #7e8f2d;
    font-weight: 600;
    margin-bottom: 8px;
}
.comment_tt > img {
    vertical-align: middle;
    margin-right: 5px;
}
.comment_con li {
    color: #636c38;
}
.relative {
    position: relative;
    margin-bottom: 20px;
}
.sell_num {
    padding: 15px 0;
    border-top: 1px solid #eee;
    color: #858585;
    width: 90%;
}
.sell_num > span {
    color: #7e8f2d;
    font-weight: 600;
}
.change_btn_box {
    border: 1px solid #ddd;
}
.change_btn_box > a {
    display: block;
    width: 100%;
    padding: 5px 0;
}
.wait {
    background: #fffae2;
    color: #ff9900;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    border-radius: 100px;
}
.pagination_wrap {
    display: flex;
    justify-content: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pagination_wrap div {
    cursor: pointer;
}
.pagination_box {
    display: flex;
    flex: 1;
    justify-content: center;
}
.pagination_num {
    display: flex;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.pagination_num > div {
    /* padding: 4px 10px; */
    padding: 5px 10px 0;
    border-right: 1px solid #eee;
    color: #9f9f9f;
}
.pagination_num > div > a {
    display: block;
    width: 100%;
}
.chk_pagenum {
    background-color: #00c73c;
    border: 1px solid #00c73c;
}
.chk_pagenum > a {
    display: block;
    width: 100%;
    color: #fff !important;
}
.pagination_num > div:last-child {
    border-right: 0;
}
.pagination_left,
.pagination_right {
    border: 1px solid #eee;
    padding: 4px 10px;
}
.pagination_left > img,
.pagination_right > img {
    vertical-align: middle;
}
/* mypg_payment */
.mypg_notice_box {
    background: #f4f5ee;
    color: #7e8f2d;
    font-weight: 500;
    padding: 7px 13px;
    margin-top: 15px;
    word-break: keep-all;
}
.mypg_notice_box > img {
    vertical-align: middle;
    margin-right: 5px;
}
.mypg_payment_tt {
    width: 50px;
    color: #9f9f9f;
    font-size: 18px;
    font-weight: 500;
}
.mypg_payment_con {
    width: calc(100% - 50px);
    padding-left: 20px;
    border-left: 1px dashed #ddd;
}
.mypg_payment_box {
    padding-bottom: 18px;
}
.mypg_payment_con_date {
    color: #858585;
    font-weight: 500;
}
.mypg_payment_con_tt {
    font-size: 18px;
    font-weight: 500;
}
.mypg_payment_con_txt {
    color: #9f9f9f;
    margin-bottom: 20px;
    word-break: keep-all;
}
.mypg_payment_con_price {
    font-size: 20px;
    font-weight: 500;
    line-height: 54.39px;
    width: 115px;
    text-align: right;
    /* position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; */
}
.mypg_payment_con_box {
    width: calc(100% - 115px);
}
.purchaselist_price_box2 > div:first-child {
    color: #00c73c;
    font-size: 15px;
    font-weight: 500;
}
.purchaselist_price_box2 > div:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
}
.mypg_payment_con_right {
    background: #f6f6f6;
    padding: 8px 15px;
    align-items: center;
    border-radius: 5px;
}
.mypg_payment_con_buy {
    color: #858585;
    float: left;
    line-height: 30.39px;
}
.mypg_payment_con_buy > span {
    font-weight: 500;
}
.mypg_payment_con_print {
    border: 1px solid #ddd;
    padding: 3px 0;
    border-radius: 5px;
    float: right;
}
.mypg_payment_con_right::after {
    content: "";
    display: block;
    clear: both;
}
.mypg_payment_con_print > a {
    display: block;
    width: 100%;
    padding: 0px 10px;
}
/* mypg_revenue */
.mypg_revenue_box > .clearfix > .mypg_wrap_tt {
    width: 100px;
    /* padding-right: 20px; */
    margin-bottom: 0;
}
.mypg_revenue_con {
    width: calc(100% - 100px);
}
.mypg_revenue_txt {
    background: #ececec;
    border: 1px solid #e1e1e1;
    padding: 3px 10px;
    word-break: keep-all;
    margin-right: 10px;
}
.mypg_revenue_txt > span {
    padding-left: 10px;
}
.mypg_revenue_txt > span::before {
    content: "";
    display: inline-block;
    background-color: #d1d1d1;
    width: 1px;
    height: 10px;
    margin-right: 15px;
}
.mypg_revenue_ad {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}
.mypg_revenue_ad > a {
    display: block;
    width: 100%;
    padding: 3px 10px;
    font-weight: 500;
}
.mypg_revenue01 {
    width: 50%;
    border-right: 1px solid #eee;
}
.mypg_revenue01 > div:last-child {
    font-size: 20px;
    font-weight: 500;
}
.mypg_revenue02 {
    width: 20%;
    padding-left: 20px;
    border-right: 1px solid #eee;
}
.mypg_revenue03 {
    width: 30%;
    padding-left: 20px;
}
.mypg_revenue_wrap {
    margin-bottom: 15px;
}
.mypg_revenue_font1 {
    color: #858585;
    font-size: 13px;
}
.mypg_revenue_font2 {
    font-weight: 500;
    font-size: 15px;
}
.revenue_wrap {
    margin-bottom: 20px;
}
.mypg_content_top .purchaselist_con {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* .mypg_content_top2 {
    padding: 65px 0 30px;
} */
.mypg_trading_top table th {
    font-weight: 500;
    padding: 7px 15px;
}
.mypg_trading_tr01 {
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
}
.mypg_trading_tr01 .basic_tt {
    text-align: left;
}
.mypg_trading_tr02 {
    text-align: center;
    border-bottom: 0.1px solid #eee;
}
.mypg_trading_tr02 .basic_tt {
    text-align: left;
}
.mypg_trading_tr02 td {
    padding: 12px 15px;
    word-break: keep-all;
}
.mypg_trading_top table .table_price {
    text-align: right;
}
.mypg_trading_top table .table_img_box span {
    /*  background: #F4F4F4; */
    padding: 4px 6px;
    border-radius: 50%;
    margin-right: 3px;
}
.mypg_trading_top table .table_img_box span img {
    /* width: 14px; */
    /* vertical-align: text-top; */
    vertical-align: -7px;
    max-width: 100%;
    width: 23px;
    height: 23px;
    border-radius: 50%;
}
.mypg_trading_tr02 .basic_tt div:first-child {
    font-size: 18px;
}
.mypg_trading_tr02 .basic_tt div:last-child {
    color: #858585;
    font-size: 13px;
    word-break: keep-all;
}
.mypg_trading_tr02 .basic_tt div:last-child span {
    font-weight: 600;
}
.mypg_trading_tr02 .table_price {
    font-size: 18px;
}
.mypg_trading_con_tt {
    background: #f8f8f8;
    width: 100px;
    float: left;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
}
.mypg_trading_con_txt {
    float: right;
    width: calc(100% - 100px);
    text-align: right;
    padding: 10px 15px;
    font-size: 15px;
}
.mypg_trading_btm {
    padding: 25px 0;
}
.mypg_trading_box {
    border-top: 1px solid;
    margin-bottom: 20px;
}
.trading_con_1st {
    width: 50%;
}
.mypg_trading_con {
    border-bottom: 1px solid #eee;
}
.mypg_trading_con:last-child {
    border-bottom: 0;
}
.trading_con_color {
    color: #00c73c;
}
/* company_inform page */
.company_inform_wrap {
    padding: 35px 0;
}
.company_profile {
    background: #fafafc;
    padding: 30px 25px 25px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.company_profile_img > img {
    /* width: 120px;
    max-width: 100%;
    height: 120px;
    object-fit: cover; */
    width: 100%;
    max-width: 100%;
    height: 100%;
    /* object-fit: scale-down; */
    border-radius: 50%;
}
.company_profile_grade > span:last-child {
    margin-left: 7px;
    vertical-align: 0.5px;
}
.company_profile_tt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 1.2em;
    max-width: 200px;
}
.company_profile_tt_btm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 1.8em;
    max-width: 400px;
}
.company_profile_img {
    margin-right: 10px;
    width: 100px;
    height: 90px;
}
.company_profile_txt {
    width: 100%;
}
.company_profile_btn {
    width: 240px;
    background-color: #00c73c;
    text-align: center;
    margin-left: auto;
    border-radius: 5px;
}
.company_profile_btn > a {
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    display: block;
    width: 100%;
}
.company_profile_grade > img {
    vertical-align: baseline;
    margin-right: 5px;
}
.company_profile_grade > span:nth-of-type(1) {
    font-weight: 600;
    font-size: 15px;
}
.company_inform_tab .list li {
    display: inline-block;
}
.company_inform_tab {
    border-bottom: 1px solid #eee;
}
.scroll_move {
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 500;
}
.listbox {
    padding: 25px 10px;
}
.company_inform_tab_tt_chk {
    border-bottom: 2px solid;
}
.trading_notice {
    background: #fcffff;
    padding: 15px 20px;
    margin-bottom: 30px;
    border: 1px solid #e0f5f2;
}
.trading_notice > div:first-child {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
    color: #00c73c;
}
.trading_notice > div:first-child span {
    background-color: #00c73c;
    color: #fff;
    padding: 1px 8px;
    border-radius: 50%;
    font-weight: 500;
    margin-right: 5px;
    font-size: 13px;
}
.trading_notice > div:last-child {
    color: #3d615c;
    font-size: 13px;
    word-break: keep-all;
}
.print_box {
    background: #00c73c;
    width: 104px;
    text-align: center;
    margin-left: auto;
}
.print_box > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 0;
}
.print_box > a > img {
    margin-right: 10px;
    vertical-align: middle;
}
.company_inform_left {
    width: 75%;
    float: left;
}
.company_inform_right {
    width: 25%;
    float: right;
    border: 1px solid #eee;
    padding: 20px;
}
.company_inform_right_txt::after {
    content: "";
    display: block;
    clear: both;
}
.company_inform_right_con1 {
    float: left;
    width: 50%;
    color: #727585;
}
.company_inform_right_con2 {
    float: left;
    width: 50%;
    text-align: right;
}
.company_inform_right_tt {
    font-weight: 700;
    margin-bottom: 10px;
}
.company_inform_right_top {
    margin-bottom: 20px;
}
.company_inform_right_con2 {
    font-weight: 500;
}
.company_inform_right_con1 li,
.company_inform_right_con2 li {
    margin-bottom: 5px;
}
.company_inform_tag span {
    background-color: #f2f2f2;
    color: #393e43;
    font-weight: 700;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 7px;
    margin-bottom: 6px;
    display: inline-block;
}
.company_inform_tab_tt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.company_inform_tab_box {
    margin-bottom: 40px;
}
.other_program_con2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-right: 20px;
}
.other_program_box2 {
    width: 100%;
    padding-right: 0;
}
.scroll2 {
    margin-bottom: 40px;
}

/* inquire */
.inquire_wrap {
    padding: 80px;
}
.inquire_tt {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
}
.inquire_box_tt {
    color: #9f9f9f;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}
.inquire_box_tt > span {
    color: #c00000;
    font-weight: 600;
    margin-left: 2px;
}
.inquire_box_01 {
    width: 49%;
}
.inquire_box_01:first-child {
    margin-right: 2%;
}
.inquire_box input {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
}
.inquire_box input::placeholder {
    color: #858585;
    font-weight: 500;
    font-size: 13px;
}
.inquire_box textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    resize: none;
}
.inquire_box textarea::placeholder {
    color: #858585;
    font-weight: 500;
    font-size: 13px;
}
.inquire_box {
    margin-bottom: 20px;
}
.inquire_notice {
    font-size: 12px;
}
.inquire_box_file input::file-selector-button {
    display: none;
}

.btn-upload {
    width: 317px;
    height: 40px;
    border: 1px solid #eee;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-upload span {
    color: #7e8f2d;
}
.btn-upload span span {
    color: #9f9f9f;
}
.btn-upload img {
    margin-right: 10px;
}
#inquirefile {
    display: none;
}
.inquire_btn {
    background: #7e8f2d;
    border: 0;
    color: #fff;
    padding: 10px;
}
/* review_write */
.review_write_box {
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 20px;
}
.review_write_tt01 {
    font-size: 18px;
    font-weight: 500;
}
.review_write_tt02 {
    color: #9f9f9f;
    font-size: 13px;
}
.review_point_box::after {
    content: "";
    display: block;
    clear: both;
}
.rw_content_grade {
    width: 48%;
    float: left;
    border-right: 1px solid #eee;
}
.star_bar {
    display: flex;
}
.star_bar > li:last-child > span {
    color: #c00000;
    font-weight: 600;
}
.star_bar > li {
    margin-right: 4px;
    cursor: pointer;
}
.star_bar > li:last-child {
    font-size: 13px;
    line-height: 22.39px;
}
/* .star_bar > li:nth-last-of-type(2) {
    margin-right: 9px;
} */
.grade_txt {
    font-size: 13px;
    font-weight: 400;
}
.grade_txt > span {
    color: #c00000;
}
.rw_content_notice {
    float: right;
    width: 48%;
}
.review_point_box {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 35px;
}
.review_write_tt {
    margin-bottom: 10px;
}
.rw_content_notice > div:first-child {
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #d8d8d8;
    color: #fff;
    border-radius: 50%;
}
.rw_content_notice > div:last-child {
    float: left;
    width: calc(100% - 20px);
    padding-left: 10px;
    word-break: keep-all;
    color: #858585;
}
.rw_content_grade_tt {
    font-size: 15px;
    font-weight: 500;
}
.review_input_con {
    border-top: 1px solid #eee;
    padding-top: 35px;
}
.review_input_tt {
    width: 100px;
    float: left;
    line-height: 43px;
}
.review_input_txt {
    float: left;
    width: calc(100% - 100px);
}
.review_input_txt input {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 5px;
}
.review_input_txt input::placeholder {
    color: #9f9f9f;
}
.review_input_txt textarea {
    width: 100%;
    border: 1px solid #eee;
    resize: none;
    padding: 10px;
    word-break: keep-all;
}
.review_input_txt textarea::placeholder {
    color: #9f9f9f;
}
.no_txt {
    color: #494949;
    font-size: 12px;
}
.review_input_box:first-child {
    margin-bottom: 40px;
}
.review_input_box:last-child {
    margin-bottom: 10px;
}
.rw_content_btn {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}
.rw_nobtn {
    background-color: #f1f1f1;
    border: 0;
    padding: 10px;
    font-weight: 500;
}
.rw_okbtn {
    background-color: #00c73c;
    padding: 10px;
    border: 0;
    color: #fff;
    margin-left: 10px;
}
/* web_chat */
.web_chat_wrap {
    overflow: hidden;
    border: 1px solid #eee;
    margin: 45px 0;
    /* height: 590px; */
}
.chat_category_detail {
    display: none;
    padding: 7px 10px;
    position: absolute;
    background: #fff;
    width: 98%;
    z-index: 1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.chat_category_detail > div > a {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 8px;
    display: block;
    width: 100%;
}
.chat_category_detail div:hover {
    background: #f2f3f7;
    border-radius: 4px;
}
.each_list_box::after {
    content: "";
    display: block;
    clear: both;
}
.each_list_img {
    float: left;
    width: 70px;
    height: 60px;
    padding-right: 10px;
    position: relative;
}
.each_list_img > img {
    border-radius: 50%;
    max-width: 100%;
    width: 70px;
    height: 100%;
    border: 1px solid #eee;
}
.each_list_con {
    float: left;
    width: calc(100% - 70px);
}
.each_list_box {
    /* background: #ddd; */
    padding: 13px 15px;
    /* border-bottom: 1px solid #e4e5ed; */
    cursor: pointer;
    /* background: #f5f6fa; */
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.each_list_box:last-child {
    border-bottom: 0;
}
.each_list_box:hover {
    /* background: #ebedf5; */
    box-shadow: 0px 0px 5px #00c73c;
}
.web_chat {
    width: 300px;
    /* height: calc(100vh - 498px); */
    overflow: hidden;
    height: 612px;
    background: #f9f9f9;
}
.chat_q_box {
    /* background: #f5f6fa;
    border-radius: 0 16px 16px 16px; */
    padding: 12px;
    word-break: keep-all;
    background: #f9f9f9;
    border-radius: 0px 5px 5px 5px;
}
.choice_pro {
    margin-bottom: 5px;
}
.chat_a_box {
    /* background: rgb(254, 238, 125); */
    /* background: #FFF9D0; */
    background: #fffce6;
    /* border-radius: 16px 0px 16px 16px; */
    padding: 12px;
    word-break: keep-all;
    border-radius: 5px 0px 5px 5px;
}
.web_chat_right {
    width: calc(100% - 300px);
    border-left: 1px solid #eee;
    /* height: 440px; */
    position: relative;
}
.chat_time {
    color: #9a9ba7;
    font-size: 11px;
    font-weight: 500;
    width: 40px;
    margin: 0 7px;
}
.chat_q_wrap {
    max-width: 345px;
}
.chat_a_wrap {
    max-width: 345px;
    margin-left: auto;
}
.chat_q_wrap ul li,
.chat_a_wrap ul li {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.chat_a_wrap .chat_time div {
    text-align: end;
}
.chat_q_tt {
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.chat_q_tt > img {
    vertical-align: text-top;
}
.chat_left {
    float: left;
    /* width: calc(100% - 230px); */
    width: 100%;
    padding: 20px;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.chat_left::-webkit-scrollbar {
    width: 8px;
}
.chat_left::-webkit-scrollbar-thumb {
    background-color: #ddd;
    /* border-radius: 10px; */
    background-clip: padding-box;
    border: 2px solid transparent;
}
.chat_left::-webkit-scrollbar-track {
    background-color: #eee;
    /* border-radius: 10px; */
    box-shadow: inset 0px 0px 5px white;
}
.chat_right {
    float: left;
    width: 230px;
    text-align: center;
    padding: 15px;
}
.chat_search > a > img {
    vertical-align: middle;
}
.chat_category_box .category_tt {
    padding: 15px 15px 0;
    /* border-bottom: 1px solid #EEE; */
}
.chat_category_box .category_tt > .left {
    /* width: 50%; */
    width: 100%;
    text-align: right;
    padding-top: 8px;
}
.chat_category_box .category_tt > .left > a {
    font-size: 15px;
    font-weight: 400;
    color: #9f9f9f;
}
.chat_category_box .category_tt > .left > a > span {
    margin-left: 7px;
}
.chat_category_box .category_tt > .left > a > span > img {
    vertical-align: middle;
}
.chat_category_box .category_tt > .right {
    float: right;
    /* width: 50%; */
    text-align: end;
}
.chat_top_search {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.chat_top_search > img {
    vertical-align: middle;
}
.chat_top_search > input {
    border: 0;
    padding: 5px 5px 0;
    background: transparent;
    font-size: 15px;
    width: calc(100% - 25px);
}
.chat_right01 > div:first-child > img {
    border-radius: 50%;
}
.chat_right01_top {
    margin: 10px 0 5px;
}
.chat_right01_nickname {
    font-size: 15px;
    font-weight: 700;
}
.chat_right02 {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}
.chat_right02_tt {
    text-align: left;
    color: #999;
    font-weight: 500;
}
.chat_right02_txt {
    text-align: right;
    font-weight: 500;
}
.chat_mid {
    border-bottom: 1px solid #eee;
    height: 465px;
    overflow: hidden;
}
/* .chat_btm {
    padding: 15px;
} */
.chat_btm_input_box {
    /* border: 1px solid #EEE; */
    display: flex;
    /* margin-bottom: 10px; */
    align-items: center;
    /* padding: 5px 0; */
}
.chat_btm_input_box > textarea {
    width: 100%;
    padding: 10px;
    height: 40px;
    /* color: #999; */
    border: 0;
    resize: none;
    margin-right: 20px;
}
.chat_btm_input_box > input {
    padding: 10px;
    flex-basis: 200px;
    width: 200px;
    flex-shrink: 0;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat_btm_input_box > input::placeholder {
    color: #999;
    font-weight: 600;
}
.chat_button {
    width: 105px;
    height: 50px;
    text-align: center;
    background-color: #00c73c;
    border: 0;
    color: #fff;
    /* padding: 10px 25px; */
    /* border-radius: 5px;
    margin: 0 7px; */
}
.chat_button > a {
    display: block;
    width: 100%;
    padding: 14px 0;
    color: #fff;
    font-size: 15px;
}
.each_list_con_top > .left {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 1.8em;
    line-height: 1.8em;
    font-weight: 600;
}
.each_list_con_top > .right {
    width: 50%;
    color: #999;
    text-align: right;
}
.each_list_con_top > .right > img {
    max-width: 100%;
    width: 15px;
    vertical-align: text-top;
    margin-left: 3px;
    cursor: pointer;
}
.chat_list {
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px);
    /* padding: 15px; */
}
.chat_scroll {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 8px 15px 15px;
}
.chatting {
    height: 100%;
    /* overflow-y: scroll; */
}
#chat_file::file-selector-button {
    display: none;
}
.web_close {
    width: 15px;
    vertical-align: baseline;
}
.category_input > input {
    border: 0;
    padding: 13px 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.category_input > input::placeholder {
    font-size: 15px;
}
.send_chat_label label img {
    vertical-align: middle;
}
.send_chat_label label span {
    color: #9a9ba7;
    font-weight: 600;
}
.send_chat_label {
    width: 115px;
}
.send_chat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.send_chat > button {
    background-color: #7e8f2d;
    border: 0;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}
.answer_percent {
    display: flex;
    margin-right: 10px;
}
.answer_percent > div {
    margin-right: 8px;
}
.answer_percent > div:first-child {
    color: #9a9ba7;
}
.answer_percent > div:last-child {
    margin-right: 0;
    color: rgb(255, 114, 98);
    font-weight: 600;
}
.answer_time {
    color: #9a9ba7;
}
.answer_time > span {
    color: rgb(17, 202, 45);
    font-weight: 600;
}
.answer_time::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #999;
    margin-right: 7px;
}
.chat_notice {
    text-align: center;
    margin-bottom: 20px;
}
.chat_notice > div {
    color: #9a9ba7;
    font-size: 13px;
    font-weight: 500;
    word-break: keep-all;
}
.chat_notice > div > span {
    color: #ff402b;
}
.chat_contents {
    padding-bottom: 10px;
}
.risk_txt a {
    color: #116ad4;
    text-decoration: underline;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}

.footer_info {
    margin-bottom: 30px;
    border-top: 1px solid #c1c1c1;
    padding-top: 40px;
}
#progress {
    appearance: none;
    width: 60px;
}
#progress::-webkit-progress-bar {
    background: #f0f0f0;
    border-radius: 10px;
    box-shadow: inset 3px 3px 10px #ccc;
}
#progress::-webkit-progress-value {
    border-radius: 10px;
    background: rgb(255, 114, 98);
    background: -webkit-linear-gradient(to right, #a6ebe1, #52b8a9);
    background: linear-gradient(to right, #a6ebe1, #52b8a9);
}

.chat_scroll::-webkit-scrollbar {
    width: 8px;
}
.chat_scroll::-webkit-scrollbar-thumb {
    background-color: #ddd;
    /* border-radius: 10px; */
    background-clip: padding-box;
    border: 2px solid transparent;
}
.chat_scroll::-webkit-scrollbar-track {
    background-color: #eee;
    /* border-radius: 10px; */
    box-shadow: inset 0px 0px 5px white;
}
.chat_category_box {
    position: relative;
}

.main_circle_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* animation: big 0.8s 0.5s both; */
    width: 45%;
    max-width: 100%;
}
.main_content01 img:hover {
    transform: scale(1.2);
    transition: 2s;
}
.main_content01 img {
    transition: 2s;
}
.main_move_img1 {
    position: absolute;
    top: -45px;
    left: 60px;
    /* top: 15%;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    animation: left 0.8s both;
}
.main_move_img1:hover {
    z-index: 5;
}
.main_move_img2 {
    position: absolute;
    top: 130px;
    left: -93px;
    /* top: 75%;
    left: 32%;
    transform: translate(-50%, -50%); */
    animation: left 0.8s 0.5s both;
}
.main_move_img2:hover {
    z-index: 5;
}
.main_move_img3 {
    position: absolute;
    top: 130px;
    left: 262px;
    /* top: 75%;
    left: 85%;
    transform: translate(-50%, -50%); */
    animation: right 0.8s 1s both;
}
.main_mobileimg {
    display: none;
    animation: blink-effect 1s step-end;
}
.withdraw_btn {
    background: #00c73c !important;
    border-radius: 3px;
    float: left;
    margin-left: 10px;
}
.withdraw_btn > a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px 3px 3px 8px;
}
.withdraw_btn > a > img {
    vertical-align: text-top;
    margin-left: 2px;
}
.cash_notice {
    /* background: #F4F5EE;
    border: 1px solid #EDF1D7; */
    border-radius: 3px;
    padding: 15px 18px;
    word-break: keep-all;
    background: #fdfffe;
    border: 1px solid #d6ebdc;
}
.cash_notice_tt {
    color: #00c73c;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
}
.cash_notice_tt > img {
    vertical-align: top;
    margin-right: 5px;
}
.cash_notice > ul > li {
    color: #3d615c;
}
.cash_notice > ul > li > span {
    margin-right: 5px;
}
.withdraw_tt {
    display: flex;
}
.withdraw_tt_chk {
    margin-right: 25px;
    font-size: 19px;
    font-weight: 500;
}
.withdraw_tt_no {
    margin-right: 25px;
}
.withdraw_tt_chk > a {
    font-size: 19px;
    font-weight: 500;
}
.withdraw_tt div:hover {
    text-decoration: underline;
}
.withdraw_tt_no > a {
    color: #9f9f9f;
    font-size: 19px;
    font-weight: 500;
}
.withdraw_top {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.mypg_payment_tt2 {
    width: 85px;
    /* line-height: 91.78px; */
    /* line-height: 76.77px; */
    line-height: 54.39px;
}
.mypg_payment_con2 {
    width: calc(100% - 85px);
}
.cash_exist {
    margin-top: 15px;
    color: #858585;
}
.cash_exist > span:first-child {
    border: 1px solid #ddd;
    padding: 2px 5px;
    margin-right: 5px;
}
.cash_exist > span:last-child {
    font-weight: 500;
}
.cashlist_tt {
    line-height: 54.39px;
}
.mypg_payment_con_price2 {
    /* color: #C00000; */
    /* line-height: 54.39px; */
}
.mypg_payment_con_price2 > div:first-child {
    color: #c00000;
    /* line-height: 20px; */
}
.mypg_payment_con_price2 > .detail_con_btn {
    background: #ffffff;
    border: 1px solid #858585;
    max-width: 80px;
    text-align: center;
    margin-top: 8px;
    margin: 8px 0 0 auto;
}
.btm_10 {
    margin-bottom: 10px;
}
.btm_15 {
    margin-bottom: 15px;
}
.sellerpg_revenue_tt {
    line-height: 143.17px;
}

/* ask */
.ask_tt {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 40px;
}
.ask_box_tt {
    /* color: #9F9F9F;
    margin-bottom: 6px; */
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    font-size: 13px;
}
.ask_box_tt > span {
    color: #c00000;
    font-weight: 600;
    margin-left: 2px;
}
.ask_select {
    border: 1px solid #eee;
}
.ask_select01 {
    width: 20px;
    padding: 7px 12px;
    opacity: 0.3;
}
.ask_select01 > img {
    vertical-align: middle;
}
.ask_select02 {
    width: calc(100% - 30px);
}
.ask_select select {
    border: 0;
    padding: 10px;
    width: 100%;
    appearance: none;
    background: url(../images/drop_down.png) no-repeat right 5px center;
}
.qna_state_box > select {
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
    appearance: none;
    background: url(../images/drop_down.png) no-repeat right 5px center;
}
.ask_box1 > .left {
    width: 49%;
}
.ask_box1 > .right {
    width: 49%;
}
.ask_box1 input {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
}
.ask_box1,
.ask_box2 {
    margin-bottom: 20px;
}
.ask_box2 textarea {
    width: 100%;
    border: 1px solid #eee;
    resize: none;
    padding: 10px;
}
.ask_box2 > div:last-child {
    font-size: 13px;
}
.ask_box3 input::file-selector-button {
    display: none;
}
.ask_box3 {
    margin-bottom: 50px;
}
.ask_file_box {
    border: 1px solid #00c73c;
    padding: 5px 15px 3px;
    margin-right: 8px;
    color: #00c73c;
    font-weight: 500;
    border-radius: 5px;
    vertical-align: -3px;
}
.ask_file_box:hover {
    background-color: #00c73c;
    color: #fff;
}
.ask_file_box > img {
    margin-right: 7px;
}
.ask_btn {
    border: 0;
    background-color: #00c73c;
    color: #fff;
    padding: 10px 15px;
}
.ask_btn2 {
    background-color: #00c73c;
    border-radius: 5px;
    padding: 7px 12px;
}
.ask_btn2 > a {
    color: #fff;
    display: block;
    width: 100%;
}
.ask_btn2 > a > img {
    vertical-align: middle;
    margin-right: 10px;
}
.qna_box {
    position: relative;
}
.qna_box01 {
    width: calc(100% - 220px);
}
.qna_box02 {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}
.qna_con {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.qna_state_box .category_tt {
    border: 1px solid #eee;
    padding: 10px;
}
.qna_state_box .category_tt a {
    color: #858585;
    font-weight: 500;
}
.qna_state_detail {
    border: 1px solid #eee;
    border-top: 0;
    padding: 10px;
}
.qna_state_detail div {
    margin-bottom: 3px;
}
.qna_state_detail div:last-child {
    margin-bottom: 0;
}
.qna_state_detail div a {
    font-weight: 500;
    display: block;
    width: 100%;
}
.qna_find_box {
    border: 1px solid #eee;
    padding: 10px;
    margin-right: 20px;
}
.qna_find_box span:first-child {
    color: #858585;
    font-weight: 500;
    width: 17px;
}
.qna_find_box span:first-child img {
    vertical-align: middle;
    margin-right: 5px;
}
.qna_find_box span:last-child {
    width: 24px;
}
.qna_no_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.qna_no_box div:first-child {
    text-align: center;
}
.qna_no_box div:last-child {
    color: #bebebe;
    font-size: 17px;
    font-weight: 500;
}
.qna_box01 label input {
    border: 0;
    width: calc(100% - 51px);
}
.myqna_list_wrap {
    padding: 0 10px 15px;
}
.qna_kind {
    /* width: 60px; */
    background: #373737;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 7px 0;
    letter-spacing: -0.5px;
}
.myqna_tt {
    display: flex;
}
.myqna_tt .myqna_img {
    margin-left: auto;
    cursor: pointer;
}
.qna_q_tt {
    font-size: 16px;
    margin-left: 7px;
    /* font-weight: 500; */
}
.myqna_date {
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}
.myqna_txt {
    /* padding: 15px 0 10px; */
    display: flex;
}
.qna_q_tt2 {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.q_content_tt {
    /* color: #858585;
    font-size: 15px;
    width: calc(100% - 100px);
    	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 1.9; */
    font-size: 16px;
    margin-left: 7px;
    font-weight: 500;
    margin-left: 0;
}
.q_content_con {
    color: #858585;
    font-size: 15px;
    margin-bottom: 10px;
}
.myqna_img {
    margin-left: 15px;
    cursor: pointer;
}
.myqna_box_btm {
    /* background: #F4F5EE; */
    padding: 20px;
    background: #fcffff;
    border-bottom: 1px solid #eeeeee;
}
.myqna_box_btm > div:first-child {
    font-weight: 600;
    margin-bottom: 10px;
}
.qna_a_img {
    width: 25px;
}
.qna_a_con {
    width: calc(100% - 25px);
    word-break: keep-all;
    color: #858585;
}
.myqna_box_top {
    border-bottom: 1px solid #eee;
}
.qna_state_kind {
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    /* width: 40px; */
}
.qna_state_ok {
    /* background: #EFF1DF;
    color: #7E8F2D; */
    color: #00c73c;
    background: #fcffff;
    border: 1px solid #e0f5f2;
    padding: 6px 10px 2px;
}
.qna_state_yet {
    background: #fffae2;
    color: #ff9900;
}
.qna_state_enter {
    background: #ffcccc;
    color: #c00000;
}
.myqna_img > img {
    transition: 0.5s;
    transform: rotate(180deg);
    vertical-align: baseline;
}
.myqna_img > img.on {
    transform: rotate(0deg);
}

/* sellerpg_recharge */
.havecoin {
    background: #373737;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    vertical-align: sub;
}
.havecoin > img {
    vertical-align: -3px;
    margin-right: 5px;
}
.havecoin > span {
    margin-left: 10px;
}
.recharge_con_img {
    float: left;
    width: 48px;
}
.recharge_con_img img {
    width: 100%;
}
.recharge_con_txt {
    float: left;
    margin-left: 10px;
    line-height: 1.4;
    width: calc(100% - 58px);
}
.recharge_con_txt > div:first-child {
    font-size: 19px;
    font-weight: 500;
}
.recharge_con_txt > div:last-child {
    color: #858585;
    word-break: keep-all;
}
.recharge_con_txt > div:last-child > span {
    color: #00c73c;
    font-weight: 500;
}
.recharge_con {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 30px;
}
.moneny_box {
    /* background: #F9FAF8; */
    background: #fcfcfc;
    border: 1px solid #e7e7e7;
    margin-top: 20px;
    padding: 20px;
}
.click_money input + label span {
    background: #e9e9e9;
    width: 100px;
    text-align: center;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    padding: 7px 0;
    color: #9f9f9f;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #e9e9e9;
}
.click_money input + label span:hover {
    background-color: #fff;
    border: 1px solid #00c73c;
    color: #00c73c;
}
.click_money input:checked + label span {
    background-color: #fff;
    border: 1px solid #00c73c;
    color: #00c73c;
}
.click_money:last-child {
    margin-right: 0;
}
.money_box_tt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}
/* .payment_input > label > input[type="radio"] {
    vertical-align: middle;
    appearance: none;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 3px;
} */
.click_money {
    float: left;
}
/* .payment_input > label > input[type="radio"]:checked {
    background-color: #fff;
    border: 5px solid #7E8F2D;
} */

/* radio버튼 커스텀 */
.payment_input [type="radio"]:checked,
.payment_input [type="radio"]:not(:checked) {
    display: none;
}
.payment_input [type="radio"]:checked + label,
.payment_input [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    /* color: #666; */
}
.payment_input [type="radio"]:checked + label:before,
.payment_input [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    background: #fff;
}
.payment_input [type="radio"]:checked + label:before {
    border: 1px solid #00c73c;
    border-radius: 100%;
}
.payment_input [type="radio"]:checked + label:after,
.payment_input [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #00c73c;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.payment_input [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.payment_input [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.payment_input > div {
    float: left;
    margin-right: 13px;
}
.payment_input::after {
    content: "";
    display: block;
    clear: both;
}

.payment_input > label > input[type="radio"]:hover {
    box-shadow: 0 0 0 max(2px, 0.2em) lightgray;
}
.payment_input > label > span {
    margin-right: 10px;
}
.price_box {
    margin-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
}
.cach_use_wrap {
    /* background: #F4F5EE;
    border: 1px solid #EDF1D7; */
    padding: 17px;
    background: #fdfffe;
    border: 1px solid #e0f5f2;
}
.cach_use_tt {
    color: #00c73c;
    font-weight: 500;
    margin-bottom: 8px;
}
.cach_use_tt > img {
    vertical-align: middle;
    margin-right: 5px;
}
.cash_con {
    width: 48%;
    word-break: keep-all;
}
.cash_con:first-child {
    border-right: 1px solid #d9d9d9;
    padding-right: 3%;
}
.cash_con li {
    /* color: #636C38; */
    color: #3d615c;
    margin-bottom: 10px;
}
.cash_con li::after {
    content: "";
    display: block;
    clear: both;
}
.cash_con_dot {
    float: left;
    width: 10px;
}
.cash_con li > div:last-child {
    float: left;
    width: calc(100% - 10px);
}
.recharge_chk_box {
    background-color: #9f9f9f;
    border-radius: 50%;
    padding: 0 3px;
    margin-right: 3px;
}
.recharge_chk_wrap input:checked + label .recharge_chk_box {
    background-color: #00c73c;
}
.recharge_chk_txt {
    opacity: 0.6;
    font-weight: 500;
}
.recharge_chk_wrap input:checked + label .recharge_chk_txt {
    opacity: 1;
    color: #00c73c;
}
.recharge_chk_box > img {
    vertical-align: baseline;
}
.recharge_chk_wrap {
    border: 1px solid #f9f8f8;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
}
.recharge_btn {
    width: 80px;
    border: 0;
    background-color: #00c73c;
    color: #fff;
    padding: 10px 0;
    display: block;
    margin-left: auto;
    margin-top: 20px;
}
/* mypg_wishlist */
.wishlist_top_right {
    display: flex;
    align-items: center;
}
.wishlist_input label .wish_chk_circle {
    background: #eeeeee;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    color: transparent;
}
.wishlist_input input:checked + label .wish_chk_circle {
    /* background: url(../images/chk_green.png) no-repeat center center; */
    /* background-color: #EDF1D7;
    border: 1px solid #D7DAC7; */
    background-color: #00c73c;
    border: 1px solid #00c73c;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.wishlist_input {
    /* width: 45px;
    line-height: 136.39px; */
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}
.wishlist_input_right {
    float: left;
    /* width: calc(100% - 45px); */
    width: 100%;
}
.wishlist_input_right > .clearfix {
    position: relative;
    cursor: pointer;
}
.wishlist_top_right > .buy_find {
    width: auto;
    margin-right: 7px;
}
.wishlist_top_btn {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 7px;
    text-align: center;
    width: 75px;
}
.wishlist_top_btn > a {
    display: block;
    width: 100%;
    padding: 4px 0;
    font-weight: 500;
}
.wishlist_top_btn2 {
    background-color: #00c73c;
    margin-right: 0;
}
.wishlist_top_btn2 > a {
    color: #fff;
}
.wishlist_con > .mypg_wrap_tt {
    margin-bottom: 0;
}
.seller_img {
    border: 0;
    /* border-radius: 50%; */
}
.seller_img img {
    /* border-radius: 50%; */
    /* width: 65px;
    height: 65px; */
    width: 110px;
    height: 88px;
    object-fit: cover;
}
.buy_refuse {
    border: 1px solid;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.buy_refuse > a {
    display: block;
    width: 100%;
    color: #858585;
    font-size: 12px;
}
.buy_accept {
    background: #373737;
    width: 60px;
    margin: 0 auto;
    border: 1px solid;
}
.buy_accept > a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 12px;
}
.service_stop {
    background-color: #00c73c;
    border-radius: 3px;
}
.service_stop > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
}
.service_add_wrap {
    margin-top: 15px;
}
.service_add_wrap > a {
    display: block;
    width: 100%;
}
.service_add_box {
    border: 1px dashed #00c73c;
    padding: 40px 10px;
    text-align: center;
}
.service_add_plus {
    color: #fff;
    background-color: #00c73c;
    border-radius: 50%;
    padding: 2px 9px 2px 8px;
    font-size: 17px;
}
.service_add_txt {
    display: block;
    color: #00c73c;
    font-size: 18px;
    font-weight: 500;
}
.sell_complete {
    color: #858585;
    padding-top: 20px;
    /* border-top: 1px solid #EEE; */
    position: relative;
}
.sell_complete > span {
    color: #00c73c;
    font-weight: 600;
    margin-left: 5px;
}
.sell_complete::before {
    content: "";
    display: block;
    width: 85%;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 0;
}
.admin_comment {
    margin-top: 15px;
    background: #f4f5ee;
    border: 1px solid #edf1d7;
    border-radius: 3px;
    padding: 12px 15px;
}
.admin_comment_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    cursor: pointer;
}
.arrow_position > img {
    transform: rotate(180deg);
    transition: 0.2s;
}
.arrow_position > img.on {
    transform: rotate(0deg);
    transition: 0.2s;
}
.admin_comment_top > div:first-child {
    color: #7e8f2d;
    font-weight: 500;
    font-size: 15px;
}
.admin_comment_top > div:first-child > img {
    margin-right: 5px;
}
.admin_comment_con {
    color: #636c38;
    font-weight: 300;
    word-break: keep-all;
}
.admin_comment_con > div {
    margin-bottom: 13px;
}
.admin_comment_con > div:last-child {
    margin-bottom: 0;
}
.wishlist_flex {
    /* display: flex;
    align-items: center; */
    position: relative;
}

.admin_box {
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    border-radius: 100px;
    background: #ebebeb;
    color: #858585;
}
/* .sell_ing {
    background: #EFF1DF;
    color: #7E8F2D;
    color: #00C73C;
    background: #FCFFFF;
    border: 1px solid #E0F5F2;
} */
.no_approve {
    background: #ffcccc;
    color: #c00000;
}
.admin_ok {
    color: #00c73c;
    background: #fcffff;
    border: 1px solid #e0f5f2;
}
/* .sell_ok {
    background: #EFF1DF;
	color: #7E8F2D; 
    border-radius: 100px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
	color: #00C73C;
    background: #FCFFFF;
    border: 1px solid #E0F5F2;
}*/
.admin_wait {
    /* background: #EFF1DF;
    color: #7E8F2D; */
    background: #ebebeb;
    color: #858585;
}
.approve_wait {
    background: #fffae2;
    color: #ff9900;
}

.purchaselist_box {
    margin-bottom: 20px;
}
.purchaselist_box2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.mypg_payment_tt3 {
    width: 95px;
    line-height: 91.78px;
}
.mypg_payment_con3 {
    width: calc(100% - 95px);
    position: relative;
}
.profit_flex {
    display: flex;
}
.profit_flex > .cash_exist {
    margin-right: 5px;
}
.profit_flex > .cash_exist:last-child {
    margin-right: 0;
}
.cach_use_con {
    word-break: keep-all;
}
.sale_price_box02 > .won > span {
    animation: blink-effect2 1s step-end infinite;
}
.mypg_go_img {
    width: 17px;
    margin-right: 5px !important;
}
.chat_category_box2 {
    display: none;
}
.chat_category_box > .category_top::after {
    display: none;
}
.purchaselist_detail_btm > .purchaselist_detail_date:nth-child(2) {
    color: #7e8f2d;
}
.purchaselist_detail_btm > .purchaselist_detail_date:nth-child(2) > span {
    color: #858585;
}
.buyer_trading_box {
    display: flex;
}
.buyer_trading_box > .purchaselist_detail_date {
    margin-right: 10px;
}
.buyer_trading_box > .purchaselist_detail_date:last-child {
    margin-right: 0;
}
.buyer_trading_img {
    padding: 0 20px;
}
.buyer_trading_con {
    margin-bottom: 15px;
}
.buyer_trading_con > .purchaselist_con {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.buyer_trading_table table th {
    font-weight: 600 !important;
}
.buyer_trading_table {
    /* border-bottom: 1px solid #EEE;
    margin-bottom: 30px; */
    padding-bottom: 25px;
}
.trading_ing_circle {
    background: #e8e8e8;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    padding: 20px 5px;
    margin: 0 auto;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
.trading_ing_box.on .trading_ing_circle {
    background-color: #00c73c;
    border: 1px solid #00c73c;
}
.trading_ing_box.on .step_on {
    display: inline-block;
}
.trading_ing_box.on .step_off {
    display: none;
}
.trading_ing_circle .step_on {
    display: none;
}
.trading_ing_box.on .trading_step_tt {
    color: #00c73c;
}
.trading_ing_box.on::after {
    background-color: #00c73c;
    height: 1px;
}
.trading_ing_box.on .trading_ing_circle2 {
    background-color: #fff;
    border: 1px solid #00c73c;
}
.trading_ing_box.on .trading_ing_circle label span {
    color: #00c73c;
}
.trading_ing_box.on .trading_ing_circle label input::placeholder {
    color: #00c73c;
}
.trading_ing_circle > img {
    vertical-align: text-bottom;
}
.trading_ing_circle label {
    display: flex;
    justify-content: center;
    display: block;
    width: 100%;
    text-align: center;
    /* margin: 0 6px; */
}
.trading_ing_circle span {
    font-size: 18px;
    margin-right: 2px;
    color: #00c73c;
}
.trading_ing_circle label input {
    border: 0;
    width: 25px;
    background-color: transparent;
    font-size: 18px;
}
.trading_ing_circle label input::placeholder {
    color: #afafaf;
}
.trading_ing_box {
    text-align: center;
    width: 20%;
    position: relative;
}
.trading_ing_line {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 30px 0;
    margin-bottom: 20px;
}
.trading_ing_con {
    max-width: 700px;
    margin: 0 auto;
}
.trading_ing_tt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.trading_ing_box::after {
    content: "";
    display: block;
    background-color: #d6d6d6;
    width: 78px;
    height: 0.2px;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
}
.trading_ing_box:first-child::after {
    display: none;
}
/* .trading_ing_box:nth-child(3)::after {
    top: 32%;
} */
.trading_btn > a:first-child {
    color: #858585;
    border: 1px solid #858585;
    border-radius: 3px;
    padding: 2px 7px;
}
.trading_btn > a:last-child {
    background: #373737;
    border: 1px solid #373737;
    border-radius: 3px;
    color: #fff;
    padding: 2px 7px;
}
.trading_step_tt {
    color: #858585;
    font-weight: 500;
}
.trading_btm_btn {
    display: flex;
    justify-content: end;
    padding: 20px 0;
}
.trading_btm_btn > div {
    background: #f1f1f1;
    margin-right: 10px;
}
.trading_btm_btn > div > a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-weight: 500;
}
.trading_btm_btn > div > a > img {
    vertical-align: middle;
    margin-right: 5px;
}
.trading_btm_btn > div:last-child {
    background: #00c73c;
    margin-right: 0;
}
.trading_btm_btn > div:last-child > a {
    color: #fff;
}
.working_tt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.working_tt img {
    vertical-align: text-top;
    margin-right: 5px;
}
.working_con .working_pro progress {
    width: 100% !important;
}
.working_con .working_pro #progress::-webkit-progress-bar {
    background: #dcdcdc;
    border-radius: 10px;
    /* box-shadow: inset 3px 3px 10px #ccc; */
}
.working_con .working_pro #progress::-webkit-progress-value {
    border-radius: 10px;
    background: linear-gradient(270deg, #52b8a9 2.15%, #a6ebe1 98.8%);
}
.working_wrap {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    margin: 15px 0 30px;
    padding: 15px;
}
.circle_step03 {
    padding: 17px 5px;
}
.logwrap {
    background: #f6f6f6;
}
.working_date {
    display: flex;
    justify-content: space-between;
}
.working_pro {
    position: relative;
}
.working_pro > div {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    position: absolute;
}
.working_pro01 {
    background-color: #3d9689;
    top: 2px;
    left: 55px;
}
.working_pro02 {
    background-color: #3d9689;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.working_pro03 {
    background-color: #3d9689;
    top: 2px;
    right: 55px;
}
.working_date div {
    font-weight: 500;
}
.working_date div span {
    font-weight: 300;
    margin-left: 5px;
}
.working_add {
    width: 58px;
    background: #00c73c;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 7px 0 3px;
    font-size: 13px;
    position: relative;
}
.working_add::after {
    content: "";
    border: 5px solid transparent;
    border-top: 12px solid #00c73c;
    top: 30px;
    left: 25px;
    height: 0;
    position: absolute;
}
.working_con_box {
    position: relative;
}
.working_add_box {
    position: absolute;
    top: -20px;
    right: 28%;
}
.buyer_trading_wrap {
    padding: 0 30px 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.buyer_trading_wrap .purchaselist_detail {
    border-left: 1px dashed #ddd;
    padding-left: 20px;
}

@keyframes up {
    0% {
        opacity: 0;
        transform: translate(-50%, 100%);
    }
    100% {
        opacity: 1;
    }
}
@keyframes big {
    0% {
        opacity: 0;
        width: 100px;
    }
    100% {
        opacity: 1;
        max-width: 100%;
    }
}
@keyframes left {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
    }
}
@keyframes right {
    0% {
        opacity: 0;
        transform: translate(50%, 50%);
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink-effect {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink-effect2 {
    50% {
        opacity: 0;
    }
}
.pro_add_img_right label {
    display: inline-block;
}
.preview li {
    width: 180px;
    height: 165px;
    position: relative;
}
.preview div {
    display: inline-block;
    padding: 10px;
}
.preview li img {
    max-width: 100%;
    width: 100%;
    /* height: calc(100% - 17px); */
    height: 100%;
    object-fit: cover;
}
.delete_img_btn,
.basic_delete_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: #666;
    border-radius: 50%;
    /* padding: 3px; */
    text-align: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 3;
}
.delete_img_btn > i,
.basic_delete_btn > i {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    vertical-align: -1px;
}
/* .preview {
	display:none;
} */
.preview2 div {
    padding-bottom: 10px;
    display: block;
}
.preview2 li {
    width: auto;
    height: auto;
    display: block !important;
}
.pro_back_btn {
    flex: none;
    margin-right: auto;
    cursor: pointer;
}
/* .rank_choice_con {
    margin-bottom: 10px;
} */
.start_order {
    color: #000 !important;
}
.rank_in_sel_file {
    /* width: 100%; */
    width: auto;
}
.rank_in_sel_file + a {
    display: none;
}
.rank_in_sel_file[type="file"]::file-selector-button {
    background-color: transparent;
    border: 1px solid #00c73c;
    color: #00c73c;
    border-radius: 5px;
    letter-spacing: -2px;
    padding: 2px 10px;
    transition: 0.1s;
}
.rankbox.on .rank_in_sel_file[type="file"]::file-selector-button:hover {
    background-color: #00c73c;
    color: #fff;
    border: 1px solid #00c73c;
    cursor: pointer;
}
.common_pdf_con > .rank_in_sel_file[type="file"]::file-selector-button:hover {
    background-color: #00c73c;
    color: #fff;
    border: 1px solid #00c73c;
    cursor: pointer;
}
.pro_save_btn {
    background: #f1f1f1;
}
.pro_add03_con > textarea {
    width: 100%;
    resize: none;
    border: 0;
    font-size: 14px;
    min-height: 285px;
}
.append_q_box {
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.append_q_box .del_q_btn {
    display: none;
}
.add_q_btn {
    margin-bottom: 0 !important;
    padding: 3px 10px !important;
    transition: 0.2s;
}
.add_q_btn:hover {
    background-color: #eee;
}
.append_box {
    margin-top: 10px;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative;
}
.append_box > div:first-child {
    margin-top: 10px;
}
.del_q_btn {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
.del_q_btn i {
    font-size: 18px;
}
.service_img a {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.service_img img {
    max-width: 100%;
    width: 100%;
    /* object-fit: scale-down; */
    /* margin-bottom: 20px; */
    cursor: pointer;
}
.service_img a:last-child {
    margin-bottom: 0;
}
/* .service_download_btn {
    width: 23%;
    float: left;
    text-align: center;
    margin-right: 20px;
    background-color: #82b440;
    border-radius: 3px;
}
.service_download_btn > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 15px;
} */
.service_download {
    padding-bottom: 15px !important;
}
.textarea_size {
    width: 100% !important;
    height: 100% !important;
}
.textarea_size2 {
    height: 75% !important;
}
.doing_txt {
    color: #9f9f9f !important;
    word-break: keep-all;
}
.doing_txt_color {
    color: #7e8f2d;
}
.doing_box {
    background: #f6f6f6 !important;
}
.pay_list_btm02 {
    display: block !important;
}
.backhome_btn {
    border: 1px solid #7e8f2d;
    border-radius: 3px;
    width: 190px;
    margin: 0 auto;
    margin-top: 15px;
}
.backhome_btn > a {
    display: block;
    width: 100%;
    color: #7e8f2d;
    font-weight: 500;
}
.pay_ok_img img {
    max-width: 57px;
    height: 56px;
}
.insert .file-list {
    height: 100px;
    overflow: auto;
    margin-top: 5px;
    border: 1px solid #eee;
    padding: 5px;
}
.insert .file-list .filebox {
    display: flex;
}
.insert .file-list .filebox .delete {
    margin: 0 5px;
}
.insert .file-list .filebox p {
    font-size: 14px;
    display: inline-block;
}
.price_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rank_price_won {
    font-size: 12px;
}
.program_add_modal {
    margin: 0 auto;
}
/* .program_add_modal:not(.program_add_modal01) {
    display: none;
} */
.modal_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
}
.modalbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
    z-index: 11;
    width: 100%;
    max-width: 500px;
    width: calc(100% - 30px);
    max-height: calc(100vh - 30px);
    overflow-y: auto;
}
.modal_logo_box {
    text-align: center;
    background-color: #fff;
    padding: 15px 0;
}
.modal_logo_box > .tt > img {
    max-width: 100%;
    /* width: 250px; */
}
.modal_cotents {
    background-color: #fff;
    padding: 20px;
}
.modal_cotents_box {
    overflow: hidden;
    margin-bottom: 8px;
}
.modal_top {
    text-align: center;
    line-height: 1.8;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.modal_top_tt {
    font-size: 18px;
    font-weight: 600;
}
.modal_top_tt_sub {
    color: #858585;
    word-break: keep-all;
    line-height: 1.3;
    margin-top: 5px;
}
.modal_mid .login_input_box .login_input_tt {
    font-weight: 500;
    margin-bottom: 5px;
}
/* .modal_mid {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
} */
.login_input_box {
    margin-bottom: 15px;
}
/* .login_input {
    border: 1px solid #EEE;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
}
.login_input::placeholder {
    color: #9F9F9F;
    font-weight: 500;
    font-size: 13px;
} */
.login_input_box > .correct_txt {
    color: #00c73c;
    font-weight: 500;
    font-size: 13px;
}
.login_input_box > .correct_txt > span {
    background-color: #00c73c;
    color: #fff;
    padding: 0 7px 0 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.bt_txt {
    float: left;
    font-weight: 500;
    margin-bottom: 5px;
}
.bt_txt > span {
    color: #c00000;
    margin-left: 3px;
}
.agree_txt {
    width: 100%;
    display: inline-block;
    height: 80px;
    overflow-y: auto;
    border: 1px solid #eee;
    padding: 10px;
}
.checkbox {
    margin-bottom: 15px;
}
.checkbox:last-child {
    margin-bottom: 0;
}
.join_each_terms {
    display: inline-flex;
    text-align: center;
    justify-content: space-between;
    word-break: keep-all;
    border: 1px solid #efefef;
    font-size: 13px;
    width: 100%;
    background: #ececec;
    color: #9f9f9f;
    cursor: pointer;
}
.join_each_terms > div {
    padding: 10px 5px;
    width: 100%;
    word-break: keep-all;
}
.join_each_terms > div.join_each_terms_chk {
    background: #7e8f2d;
    color: #fff;
}
.agree_txt_con > div {
    display: none;
}
.agree_txt_con > div:first-child {
    display: block;
}

.next_box2 {
    padding: 20px 0 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.next_box2 > .next {
    background-color: #00c73c;
}
.next_box2 > .next > a {
    color: #fff;
}
.next.on {
    background: #00c73c;
}
.next.on a {
    color: #fff;
}


.useid_confirm {
    color: #00c73c;
    font-weight: 500;
    font-size: 13px;
    word-break: keep-all;
}

.modalbox {
    display: none;
    width: calc(100% - 30px);
}

.withdraw_chk label .wish_chk_circle {
    background: #eeeeee;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    font-size: 15px;
    color: transparent;
}
.withdraw_chk input:checked + label .wish_chk_circle {
    /* background: url('../images/chk_green.png') no-repeat center center; */
    /* background-color: #EDF1D7;
    border: 1px solid #D7DAC7; */
    background-color: #00c73c;
    border: 1px solid #00c73c;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.withdraw_modal_top {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.withdraw_modal_tt {
    color: #bbbbbb;
    font-weight: 600;
}
.withdraw_modal_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.withdraw_modal_txt > div {
    font-size: 20px;
    font-weight: 500;
    background: transparent !important;
}
.withdraw_modal_txt > div:last-child {
    background: #373737;
    border-radius: 5px;
}
.withdraw_modal_txt > div:last-child > a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px 10px;
}
.withdraw_price_tt {
    font-size: 15px;
    font-weight: 500;
    float: left;
    width: 90px;
    padding: 7px 0;
}
.withdraw_price_won {
    float: left;
    width: calc(100% - 90px);
    text-align: end;
    font-size: 20px;
    font-weight: 500;
}
.withdraw_price_won2 {
    border-bottom: 1px solid #eee;
    padding: 0 10px 5px 10px;
}
.withdraw_price_box::after {
    content: "";
    display: block;
    clear: both;
}
.withdraw_price_won3 {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-size: 19px;
    padding: 5px 10px;
}
.withdraw_price_box {
    margin-bottom: 20px;
}
.withdraw_price_won .correct_txt {
    text-align: left;
    padding: 3px 2px;
}
.withdraw_chk_box {
    display: flex;
    /* border: 1px solid #EEE; */
    padding: 7px 15px;
    justify-content: space-between;
}
.withdraw_modal_con {
    margin-bottom: 20px;
}
.withdraw_notice {
    /* background: #F4F5EE;
    border: 1px solid #F4F5EE; */
    border-radius: 3px;
    padding: 10px 15px;
    word-break: keep-all;
    background: #fcffff;
    border: 1px solid #e0f5f2;
}
.withdraw_notice > div:last-child {
    color: #3d615c;
}
.withdraw_modal_con > .next_box {
    padding: 25px 0 10px;
    border-bottom: 0;
}
.withdraw_modal_notice {
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.program_add_modal {
    max-width: 1000px;
    padding: 0;
}
.program_add_modal .close {
    top: 17px;
    right: 20px;
}
.program_add_modal02 {
    max-width: 900px;
}
.program_add_top {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.program_add_top > .close > a {
    display: block;
    width: 100%;
}
.program_add_top > .close > a > img {
    max-width: 100%;
    width: 15px;
    vertical-align: middle;
}
.program_add_left ul li {
    font-size: 15px;
    color: #9f9f9f;
    margin-bottom: 10px;
    cursor: pointer;
}
.program_add_left ul li span {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 1px 6px;
    font-size: 13px;
    margin-right: 7px;
    background-color: #fff;
    color: #9f9f9f;
    font-weight: 500;
}
.start_order > span {
    background: #373737 !important;
    color: #fff !important;
    border: 1px solid #373737 !important;
}
.program_add_left {
    width: 125px;
}
.program_add_right {
    /* width: calc(100% - 125px); */
    width: 100%;
    border-left: 1px solid #eee;
    padding: 10px 0 0px 20px;
}
.program_add_right_tt {
    font-weight: 500;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.add_pro_btn {
    display: flex;
    justify-content: end;
    align-items: center;
}
.add_pro_btn > div > a {
    font-weight: 500;
    /* padding: 6px 16px; */
    padding: 9px 16px 5px;
    display: block;
    width: 100%;
    cursor: pointer;
}
.add_pro_btn > div:last-child {
    background: #00c73c;
    margin-left: 10px;
}
.add_pro_btn > div:last-child > a {
    color: #fff;
    cursor: pointer;
}
.select_option_boxtt {
    width: 120px;
    font-weight: 600;
}
.select_option_con {
    width: calc(100% - 120px);
}
.select_option_con > input {
    border: 0;
    width: 100%;
}
.select_option_box {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.select_option_conbox > select {
    border: 0;
    width: 100%;
    background: transparent;
    padding: 0 10px;
}
.select_option_contt {
    width: 100px;
    color: #858585;
}
.select_option_conbox {
    width: calc(100% - 100px);
}
.select_option_con > .clearfix {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.select_option_con > .clearfix:last-child {
    margin-bottom: 0;
}
.select_option_conbox > select {
    appearance: none;
    background: url("../images/down_arrow.png") no-repeat right center;
}
.select_option_wrap {
    /* border-bottom: 1px solid #EEE; */
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.chk_order > span {
    padding: 1px 2px !important;
    background: #00c73c !important;
    border-color: #00c73c !important;
    color: #fff !important;
}
.chk_order > span > i {
    vertical-align: -2px;
    font-weight: 600;
    font-size: 15px;
}
.chk_order > span > img {
    vertical-align: baseline;
}
.rank_choice {
    float: left;
    width: 33.33333%;
}
.rank_choice_blank {
    width: 115px;
}
.rank_choice_wrap {
    width: calc(100% - 115px);
}
.rank_choice_chkbox {
    background: #eeeeee;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.rank_choice_chkbox > img {
    padding: 5px;
    display: none;
}
.rank_choice_tt {
    font-weight: 600;
    /* font-family: 'GmarketSans' !important; */
    font-size: 18px;
    letter-spacing: -0.7px;
}
input[name="rank"] + label .rank_choice_tt,
.rankchoice2 .rankbox {
    opacity: 0.5;
}
input[name="rank"]:checked + label .rank_choice_tt,
.rankchoice2 .rankbox.on {
    opacity: 1;
}
.rank_choice_top input[type="checkbox"] {
    display: none;
}
.rank_choice_top input[type="checkbox"]:checked + label .rank_choice_chkbox {
    background: #00c73c;
    border: 1px solid #00c73c;
}
.rank_choice_top input[type="checkbox"]:checked + label .rank_choice_chkbox i {
    color: #fff;
}
.rank_choice_top
    input[type="checkbox"]:checked
    + label
    .rank_choice_chkbox
    img {
    display: inline-block;
}
.rank_choice_chkbox i {
    font-size: 16px;
    color: #999;
}
.rank_flex {
    display: flex;
    align-items: center;
}
.height_95 {
    height: 95px;
}
.height_80 {
    height: 80.78px;
    line-height: 60px;
}
.height_150 {
    height: 150px;
    line-height: 125px;
}
.height_180 {
    height: 180px;
}
.height_180 textarea {
    height: 135px !important;
}
.height_95 > .rank_top_boderline {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.rank_choice_blank > div {
    background: #f7f7f7;
    padding: 12.9px 10px;
    font-weight: 500;
    font-size: 13px;
}
.rank_choice_blank > .height_95 {
    line-height: 75px;
}
.rank_choice_wrap > .rank_choice > div {
    padding: 11.7px 10px;
    border-bottom: 1px solid #eee;
    color: #858585;
    position: relative;
}
.textarea_cnt {
    position: absolute;
    bottom: 7px;
}
.rank_top_boderline {
    border-bottom: 1px solid;
    padding: 10px 0 5px;
}
.rank_choice_wrap > .rank_choice:last-child {
    border-right: 1px solid #eee;
}
.rank_choice_wrap textarea {
    height: 45px;
    border: 0;
    resize: none;
    width: 100%;
}
.rank_choice_wrap textarea::placeholder {
    color: #858585;
}
.select_option_wrap::-webkit-scrollbar {
    width: 10px;
}
.select_option_wrap::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid transparent;
}
.select_option_wrap::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
    /* box-shadow: inset 0px 0px 5px white; */
}
.rank_choice div label .wish_chk_circle {
    background: #eeeeee;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}
.rank_choice div input:checked + label .wish_chk_circle {
    background: url("<?=THEME_SKIN_URL ?>/images/chk_green.png") no-repeat
        center center;
    background-color: #edf1d7;
    border: 1px solid #d7dac7;
}
.rank_in_sel > select {
    border: 0;
    width: 100%;
    background: transparent;
    appearance: none;
    background: url("<?=THEME_SKIN_URL ?>/images/down_arrow.png") no-repeat
        right center;
}
.rank_choice div input {
    border: 0;
}
.add_option_wrap {
    margin-top: 25px;
}
.add_option_box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 12px 10px 7px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.add_option_box div label .wish_chk_circle {
    background: #eeeeee;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}
.add_option_box div input:checked + label .wish_chk_circle {
    background: url(<?=THEME_SKIN_URL ?>/images/chk_green.png) no-repeat center
        center;
    background-color: #edf1d7;
    border: 1px solid #d7dac7;
}
.add_option_box > div:first-child {
    font-weight: 600;
}
.last_add_option {
    text-align: center;
}
.last_add_option:hover {
    background-color: #eee;
}
.last_add_option > a {
    display: block;
    width: 100%;
}
.last_add_option > a > span {
    font-size: 17px;
    margin-right: 5px;
}
.pro_add03_tt {
    width: 120px;
    font-weight: 600;
    line-height: 35.38px;
}
.pro_add03_con {
    width: calc(100% - 120px);
    word-break: keep-all;
}
.pro_add03_box {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}
.pro_add03_wrap {
    margin-top: 20px;
}
.pro_add03_btm div {
    background: #f7f7f7;
    /* border-radius: 5px; */
    padding: 0 10px;
    /* margin-bottom: 10px; */
}
.pro_add03_btm div input {
    border: 0;
    background-color: transparent;
    padding: 10px 0;
    width: calc(100% - 25px);
}
.pro_add03_btm div span {
    font-size: 16px;
    margin-right: 8px;
}
.pro_add03_btm > div:last-child {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
}
.pro_add03_btm > div:last-child > a {
    display: block;
    width: 100%;
}
.pro_add_img_left {
    width: 150px;
}
.pro_add_img_left > div:first-child > span {
    display: block;
    color: #9f9f9f;
    font-weight: 400;
    font-size: 13px;
}
.pro_add_img_right {
    width: calc(100% - 150px);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.pro_add_img_box {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
.add_mainimg_box {
    background: #f7f7f7;
    border-radius: 5px;
    /* width: 200px;
    height: 200px; */
    width: 155px;
    height: 155px;
    text-align: center;
    padding: 20px 0;
}
.add_subimg_box {
    width: 155px;
    /* height: 130px; */
    height: 155px;
    background: #f7f7f7;
    border-radius: 5px;
    text-align: center;
    padding: 45px 0;
}
.add_mainimg_box > div {
    font-weight: 600;
    margin-top: 10px;
}
.add_mainimg_box > div > span {
    display: block;
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 400;
}
.pro_add_img_left > div:first-child {
    font-weight: 600;
}
.pro_add_img_left > div:nth-child(2) {
    color: #9f9f9f;
    font-size: 15px;
}
.pro_add_img_left > div:last-child > span {
    color: #c00000;
    font-weight: 500;
}
.add_video_box {
    width: 200px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
}
.pro_add_img_notice > .admin_comment_top {
    color: #7e8f2d;
    font-weight: 500;
}
.pro_add_img_notice .admin_comment_con span {
    margin-right: 3px;
}
.pro_add04_left {
    width: 120px;
}
.pro_add04_left > span {
    display: block;
    font-size: 13px;
    color: #9f9f9f;
}
.pro_add04_right {
    width: calc(100% - 120px);
}
.pro_add04_right > div:first-child {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 10px;
}
.pro_add04_right > div:first-child > span {
    margin-right: 3px;
    font-size: 15px;
    color: #9f9f9f;
}
.pro_add04_right > div:first-child > input {
    border: 0;
    width: calc(100% - 15px);
    padding: 10px 0;
}
.pro_add04_right > div:last-child {
    color: #9a9ba7;
    font-size: 13px;
    word-break: keep-all;
    margin-top: 10px;
}
.pro_add04_right > div:last-child span {
    margin-right: 3px;
}
.program_add_right_box {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.close > a > span {
    font-size: 20px;
}

.harm_modal_wrap {
    background: #fff;
}
.harm_img {
    max-width: 100%;
}
.harm_modal_wrap {
    padding: 17px 15px 0;
}
.harm_txt_box > div {
    word-break: keep-all;
}
.article-header {
    margin-bottom: 15px;
}
.article-body p {
    word-break: keep-all;
}
.article-title {
    word-break: keep-all;
}
.mob_send_file .modal_cotents .left {
    width: 46%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 2%;
    padding: 25px 0;
}
.mob_send_file_tt {
    color: #515151;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}
.mob_send_file .modal_logo_box {
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
    padding: 11px 0;
}
.mob_send_file .modal_logo_box .tt {
    font-size: 16px;
    font-weight: 600;
}
.mob_no_btn {
    background: #8c8c8c;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
}
.mob_no_btn > a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.typeText {
    white-space: pre;
    font-size: 18px;
    opacity: 0.6;
    line-height: 38px;
}
.typeText::after {
    content: "|";
    animation: blink 1s step-end infinite;
    color: #222;
    margin-left: 3px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blink02 {
    50% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#file-list {
    display: block;
    height: 100px;
    overflow: auto;
    margin-top: 5px;
    border: 1px solid #eee;
    padding: 5px;
    white-space: break-spaces;
}
.tagify {
    border: 0 !important;
}
.tagify__input {
    border-bottom: 1px solid #eee !important;
}
.star_txtcolor {
    color: #2abda8;
    font-weight: 500;
}

.ser_order_wrap {
    /* background:#f3f5ee; */
    /* background: #fcffff; */
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ser_order_wrap > div:nth-child(odd) {
    width: calc(16.66666% - 20px);
    text-align: center;
}
.ser_order_wrap > div:nth-child(even) {
    width: 24px;
    text-align: center;
    position: relative;
    top: 10px;
}
.ser_order_wrap > div:nth-child(even) i {
    font-size: 20px;
    /* color: #7e8f2d; */
    color: #323232;
    font-weight: 700;
}
.ser_order_03_btm .ser_order_box > img {
    margin-bottom: 10px;
}
.ser_order_box > img {
    margin-bottom: 15px;
    width: 36px;
    height: 33px;
}
.ser_order_box > div {
    /* color: #7E8F2D; */
    color: #5e605f;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
}
.ser_order_box > div > span {
    display: block;
}
.service_download_btn {
    padding-top: 20px;
}
.service_download_btn img {
    max-width: 100%;
}
.service_download_btn .left {
    width: 155px;
    text-align: center;
    padding: 20px 0;
}
.service_download_btn .left img {
    height: 81px;
}
.service_download_btn .right {
    width: calc(100% - 155px);
    border: 2px solid #00c73c;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 3px 15px 0px rgb(22 64 82 / 20%);
}
.service_download_btn .right div > img {
    margin-right: 25px;
}
.service_download_btn .right div:last-child {
    text-align: center;
}
.service_download_btn .right a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.down_item_tt {
    color: #00c73c;
    font-size: 30px;
    font-weight: 600;
}
.down_item_tt + p {
    color: #545454;
    font-size: 25px;
    font-weight: 500;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 25%);
}
/* .ser_order_wrap .left:last-child {
	padding-right: 0;
} */
/* .ser_order_box::after {
	content:'>';
	display:inline-block;
} */
.ser_order_tt {
    /* color: #e02e20; */
    color: #00c73c;
    font-size: 15px;
    font-weight: 400;
}
.ser_order_tt > span {
    font-weight: 600;
    margin-left: 3px;
}
.ser_order_box {
    /* border: 1px solid #bfc4ab; */
    border: 1px solid #00c73c;
    padding: 20px 0;
    background: #fff;
    border-radius: 10px;
    height: 116px;
}
.grade_price_top {
    /* background: #f2f3f7; */
    background: #fcfcfc;
    /* padding: 20px 0; */
    height: 50px;
    border-bottom: 1px solid #e4e5ed;
    cursor: pointer;
}
.grade_price_top_txt {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}
.grade_price_top_arrow {
    float: right;
    border-left: 1px solid #e4e5ed;
    padding: 12px 25px;
}
.grade_price_top_arrow > i {
    color: #7e8f2d;
    font-size: 20px;
    vertical-align: bottom;
}
.program_detail_content_btm {
    /* display: flex;
    justify-content: space-between; */
    /* text-align: left; */
    /* margin-bottom: 10px; */
    width: 50%;
    float: left;
    line-height: 53px;
}
.program_detail_content_btm2 {
    width: 50%;
    float: left;
}
.program_detail_content_btm .detail_content_btm_day {
    font-weight: 600;
    font-size: 18px;
}
.program_detail_content_btm .detail_content_btm_day > span {
    font-size: 19px;
}
.detail_content_btm_tt {
    color: #777;
    font-size: 15px;
    font-weight: 500;
}
.detail_content_btm_tt > span {
    color: #303441;
    font-size: 15px;
    font-weight: 700;
}
.detail_content_btm_day {
    color: #00c73c;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.detail_content_btm_day > div:first-child {
    font-size: 18px;
}
.detail_content_btm_day > div:last-child {
    font-size: 20px;
}
.detail_content_btm_day > div:last-child > span {
    font-size: 28px;
    margin-right: 7px;
}
.detail_content_btm_day > span {
    margin-right: 3px;
    /* font-size: 19px; */
    /* font-weight: 600; */
}
.detail_content_btm_day i {
    font-weight: 600;
    color: #00c73c;
}
.oneclick_my {
    padding-top: 20px;
}
.oneclick_my > a {
    color: #ce0c0c;
    font-size: 17px;
    font-weight: 500;
    text-underline-position: under;
    text-decoration: underline;
}
.pro_sub_txt {
    color: #7e8f2d;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 13px;
}
.review_star > img {
    vertical-align: baseline;
    margin-right: 5px;
}
.mp_content_product_wrap .store_menu_more_box_top {
    height: 170px;
    overflow: hidden;
}
.mp_content_product_wrap .store_menu_more_box_top img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.store_menu_more_box_top a {
    display: block;
    width: 100%;
}
.mp_content_product_wrap .store_menu_more_btm .detail_star {
    text-align: left;
}
.mp_content_product_wrap .main_list_each_tt {
    height: 38px;
}
.detail_star ul,
.review_star > ul {
    display: inline-block;
    /* margin-right: 5px; */
}
.detail_star ul > li,
.review_star > ul > li {
    display: inline-block;
}
.detail_star > ul > li > img,
.review_star > ul > li > img {
    vertical-align: baseline;
    width: 12px;
    height: 12px;
}
.detail_star2 img {
    width: 13px;
}
.detail_star2 span {
    font-weight: 500;
}
.detail_star3 li {
    width: 9px;
}
.program_add_right_wrap > div:not(:nth-child(1)) {
    display: none;
}
.program_add_right_wrap {
    width: calc(100% - 125px);
}
/*** 모달 여기***/

.star_num {
    font-size: 14px !important;
}
.web_chat_mobile_wrap {
    padding: 30px 0 20px;
}
.common_pdf_tt {
    width: 115px;
    background: #f7f7f7;
    padding: 12.9px 10px;
    font-weight: 500;
    font-size: 13px;
}
.common_pdf_con {
    width: calc(100% - 115px);
    padding: 9.7px 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
}
.select_option_sel {
    border: 0;
    background: transparent;
    width: 100%;
    /* color: #858585; */
    font-size: 14px;
    appearance: none;
    background: url("../images/down_arrow.png") no-repeat right center;
    padding: 3px 5px;
}
.select_option_boxtt2 {
    padding: 10px 0;
}
.select_option_sel_txt > div {
    word-break: keep-all;
}
.select_option_sel_txt > div {
    display: none;
    padding: 10px 5px 0;
}
.no_btm {
    margin-bottom: 0 !important;
    padding: 10px 15px 10px 10px !important;
}
.no_btm > .select_option_contt {
    width: 100%;
}
/* .pro_add_img_wrap .preview {
    display: flex;
    overflow-x: auto;
} */
.go_review_btn {
    background: #00c73c;
    /* flex: none; */
    /* margin-left: auto;*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 45px;
}
.go_review_btn > a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
    padding: 5px 20px;
}
#detail_move4 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}
.chat_q_con {
    /* text-align: right; */
    color: #303441;
    font-weight: 500;
    /* padding: 10px; */
    /* background: #ebedf2; */
    border-radius: 0 0 16px 16px;
    margin-bottom: 20px;
}
.chat_q_con span {
    display: block;
    font-weight: 500;
}
.chat_q_con .left:first-child {
    width: 80px;
    height: 65px;
    border-radius: 5px;
    overflow: hidden;
}
.chat_q_con .left:first-child img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.chat_q_con .left:last-child {
    width: calc(100% - 80px);
    padding-left: 9px;
}
.chat_price_level {
    width: 60px;
    background: #00c73c;
    text-align: center;
    color: #fff;
    font-weight: 400;
    /* font-size: 13px; */
    padding: 1px 0 0px;
    margin-bottom: 5px;
}
.chat_price_txt {
    line-height: 1.3;
}
/* .chat_q_box_top {
    padding: 10px;
} */
.chat_a_wrap ul li {
    justify-content: end;
}
.collect_btn {
    margin-right: 10px;
}
.collect_btn a {
    display: block;
    width: 100%;
}
.collect_btn a img {
    max-width: 105px;
    width: 100%;
}
.ser_logo_box {
    padding-top: 105px;
    text-align: center;
}
.ser_logo_box div img {
    margin-bottom: 30px;
}
.ser_logo_box div:last-child {
    color: #c9c9c9;
    font-size: 18px;
    font-weight: 500;
}
.ser_container .pagination_wrap {
    width: calc(100% - 220px);
    margin-left: auto;
}
.wishlistbox {
    margin-bottom: 0 !important;
}
.program_detail_ex__box {
    z-index: 2;
    /* position: sticky; */
    top: 135px;
    background: #fff;
}
.main_list_swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 30px; */
}
.main_list_swiper_box {
    text-align: center;
    /* padding: 0 20px;
    margin: 0 20px; */
    width: 100%;
}
.main_list_swiper_tt {
    border: 1px solid #ddd;
    text-align: left;
    padding: 15px 0 0;
    width: 206px;
    margin: 0 auto;
}
.main_list_swiper_con {
    padding: 0 15px;
}
.main_list_swiper_contt {
    font-size: 17px;
    font-weight: 600;
    padding: 8px 0;
}
.main_list_swiper_contxt {
    color: #212224;
    font-weight: 500;
    line-height: 1.3;
    width: 160px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.mainbanwrap {
    padding: 30px 0;
    position: relative;
}
.mainbanwrap img {
    max-width: 100%;
    width: 100%;
    height: 175px;
}
.main_list_con_wrap .mypg_wrap_tt {
    color: #303441;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.main_list_con_wrap .mypg_wrap_tt a {
    color: #303441;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
/* .main_list_con_wrap .mypg_wrap_tt a:hover::after {
    width: 100%;
}
.main_list_con_wrap .mypg_wrap_tt a::after {
	content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #CB4A3F;
    width: 0%;
    transition: 0.4s;
    height: 3px;
    opacity: 0.7;
} */
.main_list_con_wrap .mypg_wrap_tt span {
    /* font-size: 18px;
    vertical-align: 3px; */
    /* margin-left: 10px; */
    color: #6a6a6a;
    font-weight: 500;
    word-break: keep-all;
}
.main_list_con_wrap .mypg_wrap_tt span b {
    color: #00c73c;
}
.main_list_tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 30px;
    position: relative;
}
/* .main_list_btn {
    background: #00C73C;
    border-radius: 20px;
} */
.main_list_btn {
    box-shadow: 0px 0px 9px -1px rgba(81, 81, 81, 0.5);
    border-radius: 50%;
    padding: 2px 5px;
    margin: 3px 3px 0 0;
}
.main_list_btn > a {
    /* color: #fff;
    font-size: 17px;
    padding: 4px 10px 3px 18px; */
    display: block;
    transition: 1s;
}
/* .main_list_btn > a:hover > i {
    transform: scale(1.2);
} */
.main_list_btn > a > i {
    vertical-align: 0px;
    /* margin-left: 5px; */
    /* font-size: 15px; */
    font-size: 19px;
    color: #323232;
    vertical-align: -4px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: #303441 !important;
    font-size: 28px;
    font-weight: 700;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    /* top: 40% !important;
    transform: translateY(-50%) !important; */
    opacity: 1 !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    /* 	top: 40% !important;
    transform: translateY(-50%) !important; */
    opacity: 1 !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: #303441 !important;
    font-size: 28px;
    font-weight: 700;
}
.main_list_swiper_btm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.main_list_swiper_btm span {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    padding: 4px 3px;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
}
.main_list_swiper_box .detail_star {
    padding: 0;
}
.main_list_icon_wrap::after {
    content: "";
    display: block;
    clear: both;
}
.main_list_icon_box {
    float: left;
    width: 11.1111%;
    text-align: center;
    transition: 0.3s;
}
.main_list_icon_box a {
    display: block;
    width: 100%;
}
.main01_icon_m {
    display: none;
}
.main_list_icon_box a div:last-child {
    color: #303441;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;
}
.main_list_icon_box a div:first-child {
    box-shadow: 0px 0px 8px 0px #00000026;
    padding: 9px 0;
    border-radius: 20px;
    width: 60px;
    height: 54px;
    margin: 0 auto;
    text-align: center;
}
.main_list_icon_box a div:first-child img {
    /* padding: 9px 0; */
}
.main_list_icon_box:hover {
    position: relative;
    bottom: 5px;
}
/* .main_list_icon_box:hover a div:last-child {
	color:#00C73C;
} */
.main_list_icon_wrap {
    /* background: #fff;
	    padding: 35px 0 20px; 
	    border-radius: 30px 30px 0 0;
	position:relative; */
    padding: 40px 0 30px;
}
.main_list_img01 {
    position: absolute;
    left: -90px;
    bottom: -50px;
    display: none;
}
.main_list_img02 {
    position: absolute;
    right: -90px;
    bottom: -49px;
    display: none;
}
.main_list_each_img a {
    display: block;
    width: 100%;
    height: 100%;
}
.main_list_each_img img {
    width: 100%;
    webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 100%;
}
.main_list_each_img img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.main_list_each_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 290px;
    gap: 8px;
    /* margin-bottom: 55px; */
}
.main_list_each_tt div:first-child span:first-child {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.main_list_each_tt div:first-child span:first-child img {
    width: 100%;
    border-radius: 50%;
}
.main_list_each_tt div:first-child span:last-child {
    color: #9a9ba7;
    font-size: 12px;
    font-weight: 500;
    margin-left: 3px;
}
.main_list_each_tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_list_each_btm .detail_star {
    padding: 0;
}
.main_list_each_txt {
    color: #313131;
    font-weight: 500;
    line-height: 1.3;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 2.6em;
    text-align: left;
    margin-bottom: 10px;
    text-align: left;
    /* word-break: keep-all; */
}
.main_list_each_txt a {
    color: #313131;
    font-weight: 500;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 1.3;
}
.main_list_each_btm {
    text-align: right;
    border-top: 1px solid #eee;
    padding: 5px 15px;
}
.main_list_each_btm02 {
    padding: 5px 10px;
}
/* .main_list_each_btm .detail_star {
	text-align: right;
} */
.main_list_each_price {
    color: #303441;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    line-height: 1.2;
}
.main_list_each_price em {
    font-style: normal;
    font-size: 16px;
}
.main_list_each_img {
    /* border: 1px solid #ddd; */
    /* border-radius: 8px; */
    overflow: hidden;
    /* height: 155px; */
    /* min-height: 170px; */
    height: auto;
}
.main_list_each_img02 {
    height: 135px;
}
/* .section2_bg {
    background: #fafafc;
    padding: 30px 0;
}
.all_list>.container, .all_list>.section2_bg {
    margin-bottom: 55px;
} */

.main_list_swiper_tt img {
    max-width: 100%;
}
.slick-arrow {
    border: 0;
    background: #fff;
    transform: translateY(-50%);
    top: 30%;
    position: absolute;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    z-index: 7;
}
.slick-arrow > i {
    font-size: 14px;
    font-weight: 600;
    color: #a3a3a3;
}
.slick-next {
    /* right:-25px; */
    right: -28px;
    padding: 8px 8px 8px 11px;
}
.slick-prev {
    /* left:-25px; */
    left: -28px;
    padding: 8px 11px 8px 8px;
}
.swiper2 {
    max-width: 1150px;
    padding: 0 10px 10px;
    margin: 0 auto;
}
.mainbanwrap a {
    position: absolute;
    bottom: 58px;
    font-size: 16px;
    display: block;
    padding: 8px 30px;
    font-weight: 600;
    border-radius: 5px;
}
.mainbanwrap a:nth-child(2) {
    left: 55px;
    background: #ffcc00;
}
.mainbanwrap a:nth-child(3) {
    background: #126ad4;
    color: #fff;
    font-weight: 500;
    left: 57%;
}
.and_txt {
    font-weight: 600;
    padding: 0 2px;
}
.store_menu_more_btm {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    position: absolute;
    width: -webkit-fill-available;
    padding-right: 15px;
    bottom: 7px;
}
.type2_box_img {
    text-align: left;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.type2_box_img > span:first-child {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 50px;
}
.type2_box_img > span:first-child > img {
    width: 50px;
    height: 100%;
    border-radius: 50%;
    max-width: 100%;
}
.type2_box_img > span:last-child {
    vertical-align: -12px;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0;
    margin-left: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 175px;
}
.type2_box_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding: 7px 17px;
    /* width: calc(100% - 63px); */
    margin-left: auto;
    text-align: left;
    line-height: 2;
}
.type2_box_btm {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.type2_box_btm .company {
    margin-bottom: 0;
}
.store_menu_more_top .main_list_each_txt a {
    margin-bottom: 0;
    height: auto;
    -webkit-line-clamp: 1;
    font-size: 20px;
    margin-bottom: 20px;
}

.hamburger {
    width: 18px;
    height: 15px;
    position: absolute;
    /* display: none; */
    cursor: pointer;
    top: -10px;
    right: -3px;
    z-index: 13;
    transition: 0.3s;
}
.hamburger.on {
    position: fixed;
    right: 10px;
    top: 20px;
}
.hamburger span {
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #000;
    display: block;
    position: absolute;
    transition: 0.3s;
}
.hamburger.on span {
    background: #323232;
}
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
    top: 13px;
}
.hamburger.on span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
}
.hamburger.on span:nth-child(2) {
    display: none;
}
.hamburger.on span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    top: 50%;
}
.mb_nav {
    display: none;
    position: relative;
}
.mob_nav_top {
    background: #fff;
}
.mob_logo {
    padding: 13px 15px 0;
}
.mob_nav {
    /* width: 280px; */
    width: 100%;
    position: fixed;
    top: 0;
    right: -150%;
    height: 100vh;
    z-index: 11;
    background: #f1f1f1;
    background: #fff;
    /* padding: 20px; */
    overflow-y: auto;
}
.mb_nav.on .mob_nav {
    right: 0;
    transition: 0.4s;
}
.mob_logo_top {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.mob_logo_top div:first-child img {
    width: 35px;
}
.mob_logo_top div:last-child {
    color: #373737;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 7px;
    margin-top: 2px;
}
.mob_logo_top div:last-child span {
    color: #373737;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 2px;
}
/* .mob_logo_top div:last-child span {
    display: block;
} */
.mob_con ul {
    display: block !important;
}
.mob_con ul li {
    padding: 0 !important;
}
.mob_con ul li a {
    padding: 15px;
}
.mob_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*  padding-bottom: 15px; */
}
.mob_btn_wrap div {
    width: 100%;
    text-align: center;
}
.mob_btn_wrap div a {
    display: block;
    width: 100%;
    padding: 10px 0;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
.mob_btn_01 {
    background: #00c73c;
}
.mob_btn_02 {
    background-color: #373737;
}
.mob_con ul li {
    border-bottom: 1px solid #e9e9ea;
    padding: 15px 0;
}
.mob_con ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.mob_toplogo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob_nav .mob_search {
    position: absolute;
    bottom: 20px;
    left: 16px;
}
/* .mob_nav_btm {
    padding: 0 15px;
} */
.mainbanwrap_mb {
    display: none;
    padding: 20px 0;
    text-align: center;
}
.mainbanwrap_mb > a {
    display: block;
    width: 100%;
}
.mainbanwrap_mb > a:first-child {
    margin-bottom: 15px;
}
.mainbanwrap_mb > a > img {
    max-width: 100%;
}
.content_btm_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 5px;
}
.content_btm_box:last-child {
    margin-bottom: 0;
}
.content_btm_box .detail_content_btm_day {
    color: #303441;
}
.log_txt {
    color: #2c2c2c;
    letter-spacing: -0.6px;
    margin-bottom: 4px;
    word-break: keep-all;
}
.log_noti_box {
    border-radius: 3px;
    margin: 0 5px 0 10px;
    color: #fff;
    font-size: 11px;
    padding: 2px 3px;
    letter-spacing: 0;
    vertical-align: 1px;
}
.log_noti_s {
    background: #858585;
}
.log_noti_b {
    background: #00c73c;
}
.log_red {
    color: #cc0000;
}
.step_modal {
    /* border-radius: 0; */
    max-width: 600px;
}
.trading_btn_modal .modal_logo_box,
.trading_btn_modal2 .modal_logo_box,
.trading_btn_modal3 .modal_logo_box {
    font-size: 18px;
    font-weight: 500;
    font-size: 18px;
}
.trading_btn_modal_tt {
    text-align: center;
    color: #00c73c;
    font-weight: 500;
    font-size: 17px;
}
.modal_top_box {
    padding: 35px !important;
    /* height: 90px; */
}
/* .modal_top_box > .clearfix {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
} */
.step_tt {
    float: left;
    width: 110px;
    font-size: 20px;
    font-weight: 600;
}
.step_box_txt {
    float: right;
    width: calc(100% - 110px);
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    color: #d1d1d1;
    padding-top: 9px;
    word-break: keep-all;
}
.step_txt_on {
    color: #00c73c;
    font-weight: 600;
}
.step_box_txt i {
    font-size: 12px;
    font-weight: 600;
    margin: 0 3px;
}
.count-wrap {
    text-align: center;
    padding: 15px 0 22px;
}
.count-wrap input {
    border: 1px solid #00c73c;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    color: #00c73c;
}
.count-wrap button {
    border: 0;
    background: #fff;
    margin: 0 10px;
}
.count-wrap button i {
    color: #dcdcdc;
    font-size: 17px;
    font-weight: 600;
}
.trading_modal_txtarea {
    margin-bottom: 10px;
}
.trading_modal_txtarea textarea {
    width: 100%;
    height: 115px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    resize: none;
    padding: 10px;
}
.okbtn {
    background: #00c73c !important;
}
.okbtn > a {
    color: #fff !important;
}
.grade_price_tab {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /* margin-right: 1px; */
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.buybtnbox {
    background: #00c73c;
    /* border-radius: 5px; */
    width: 49%;
    float: left;
    margin-right: 2%;
    border: 1px solid #00c73c;
}
.buybtnbox:hover {
    background: #0b9735;
    transition: 0.3s;
}
.buybtnbox a {
    font-weight: 500;
    letter-spacing: -0.7px;
    font-size: 17px;
    color: #fff;
}
.buybtnbox a img {
    /* vertical-align: middle;
    margin-right: 7px; */
    margin-bottom: 8px;
    vertical-align: text-top;
}
/* .program_detail_btn3 a {
    padding: 15px 0 5px !important;
} */
.program_detail_btn3 a img {
    margin-bottom: 8px;
    height: 43px;
    vertical-align: text-top;
    /* animation: blink 1.2s step-end infinite; */
}
/* .detail_top_con {
    display: flex;
    justify-content: end;
}
.detail_top_con > div:last-child {
    margin-left: 15px;
} */
/* .detail_top_con > div:first-child > a:hover {
    background-color: #f2f3f7;
    padding: 4px 7px;
    border-radius: 50%;
    transition: .2s;
} */
/* .detail_top_con img {
    vertical-align: middle;
	height:14px;
} */

.share_modal {
    background: #fff;
}
.share_mbox {
    padding: 20px;
    text-align: center;
}
.share_tt div {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.share_tt div span {
    font-size: 21px;
    float: right;
    cursor: pointer;
}
.share_mbox .after li {
    float: left;
    width: 33.3333%;
}
.share_mbox .after li span {
    display: block;
    padding: 10px 0 0;
}
.click_heart2 {
    cursor: pointer;
}
.click_heart2 img {
    height: 29px;
}
.click_heart2 span {
    vertical-align: -1px;
    margin-left: 3px;
}
.share_tt {
    margin-bottom: 25px;
}
.td_width_b {
    width: 605px;
}
.order_payment_img {
    float: left;
    width: 190px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.order_payment_img img {
    max-width: 100%;
    width: 100%;
    height: 142px;
    object-fit: cover;
}
.order_payment_sel {
    float: left;
    width: calc(100% - 230px);
}
.quantity {
    text-align: center;
}
.order_payment_sel .click_money input + label span {
    background: #dddddd;
    /* border: 1px solid #D7D7D7; */
    color: #fff;
    padding: 7px 0;
    font-size: 14px;
    border: 1px solid #e9e9e9;
}
.order_payment_sel .click_money input:checked + label span {
    /* background: #fff;
    border: 1px solid #00C73C;
    color: #00C73C; */
    background: #00c73c;
    border: 1px solid #52c0b1;
}
.order_payment_sel .click_money:last-child input:checked + label span {
    border-right: 0;
}
.minus,
.plus {
    background: #f2f3f7;
    border-radius: 2px;
    padding: 2px;
    color: #abaebb;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.quantity_num {
    color: #303441;
    font-size: 15px;
    margin: 0 10px;
    font-weight: 500;
}
.quantity_num[type="number"] {
	width: 28px;
	border: none;
	text-align: center;
	-moz-appearance: textfield;
}
.quantity_num[type="number"]::-webkit-outer-spin-button,
.quantity_num[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;

}
.seller_info_con > span:first-child {
    display: inline-block;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
}
.seller_info_con > span:first-child > img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.seller_info_con > span:last-child {
    color: #303441;
    font-size: 15px;
    font-weight: 500;
    vertical-align: -3px;
    margin-left: 2px;
    letter-spacing: -0.8px;
}
.order_payment_top_bg {
    background: #f2f3f7;
}
.order_payment_top_bg > th {
    padding: 13px 0;
}
.order_payment_td_line {
    border: 1px solid #eee;
    min-width: 750px;
}
.order_payment_td_line td {
    padding: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.order_payment_sel_tt {
    text-align: left;
}
.order_payment_sel .price_input {
    margin-bottom: 15px;
    display: flex;
}
.order_payment_sel_tt > div:first-child {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.order_payment_sel_txt {
    color: #787878;
    font-size: 13px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.order_con_tt {
    /* font-weight: 500;
    font-size: 24px;
    padding: 5px 0 10px; */
    font-size: 19px;
    font-weight: 600;
    padding: 5px 0 10px;
    color: #00c73c;
}
.order_con_tt::before {
    content: "";
    /* display: inline-block;
    background: #00C73C;
    width: 2px;
    height: 21px;
    vertical-align: -2px; */
    margin-right: 6px;
    display: inline-block;
    background: url(../images/detail_menu_icon.svg) no-repeat center !important;
    width: 18px;
    height: 15px;
    vertical-align: -1px;
}
.order_con_top_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_con_top_box span:nth-child(2) {
    font-size: 18px;
    vertical-align: text-bottom;
    color: #d1d1d1;
    margin: 0 5px;
    font-weight: 500;
}
.order_con_top_box span {
    font-weight: 500;
    color: #d1d1d1;
    letter-spacing: -0.5px;
}
.order_chk_color {
    color: #00c73c !important;
    font-weight: 600 !important;
}
.order_payment_box2_left {
    float: left;
    width: 780px;
    margin-right: 20px;
}
.order_payment_box2_right {
    float: left;
    width: calc(100% - 800px);
}
.order_payment_box2_top_box {
    border: 1px solid #eee;
    /* margin-bottom: 20px; */
}
.order_payment_box2_top_box:nth-of-type(2) {
    /* margin-bottom: 0; */
    border-top: 0;
}
.order_payment_box2_top_box + .cash_notice {
    margin-top: 20px;
}
.order_payment_box2_top_tt {
    color: #303441;
    font-size: 15px;
    font-weight: 500;
    background: #f2f3f7;
    float: left;
    width: 125px;
    /* line-height: 156.78px; */
    line-height: 53.39px;
    text-align: center;
    border-right: 1px solid #eee;
}
.order_payment_box2_top_tt + .left {
    width: calc(100% - 125px);
}
.order_payment_box2_top_tt + .left .payment_input {
    padding: 15px;
    /* border-bottom: 1px solid #eee; */
}
.order_payment_box2_btm_box {
    display: flex;
    padding: 20px 15px;
    align-items: baseline;
}
.order_payment_box2_btm_input {
    margin: 0 10px 0 35px;
    max-width: 180px;
}
.order_payment_box2_btm_input input {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px;
    max-width: 100%;
}
.order_payment_box2_btm_input input::placeholder {
    color: #cecece;
}
.order_payment_box2_btm_input div:last-child {
    color: #9a9ba7;
    margin-top: 3px;
}
.all_use_point {
    border: 1px solid #303441;
    border-radius: 5px;
}
.all_use_point > a {
    display: block;
    padding: 6px 8px 4px;
    color: #303441;
    font-weight: 600;
}
.order_payment_con {
    margin-bottom: 35px;
}
.order_payment_box2_right_con {
    border: 1px solid #eee;
}
.order_payment_box2_right_top {
    background: #f2f3f7;
    padding: 15px 20px;
    /* display: flex;
    justify-content: space-between; */
    color: #555969;
    font-size: 15px;
    font-weight: 500;
}
.order_payment_box2_right_top div div {
    margin-bottom: 5px;
}
.order_payment_box2_right_top div div:last-child {
    margin-bottom: 0;
}
.order_payment_box2_right_top > div:last-child > div:last-child {
    text-align: right;
}
.order_payment_box2_right_top > div:last-child div span {
    letter-spacing: -0.5px;
}
.order_payment_box2_right_btm {
    padding: 10px 20px;
}
.order_payment_box2_right_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #212224;
    font-weight: 600;
    margin-bottom: 10px;
}
.order_payment_box2_right_price div:first-child {
    font-size: 16px;
}
.order_payment_box2_right_price div:last-child {
    font-size: 20px;
}
.terms_box {
    background: #fafafc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9a9ba7;
    font-weight: 500;
    padding: 10px 12px;
    margin-bottom: 5px;
}
.terms_box2 {
    margin-bottom: 0;
}
.terms_box_agree {
    color: #9a9ba7;
    padding: 16px 0;
}
.terms_box_agree label div.on {
    color: #00c73c;
    font-weight: 600;
}
.terms_box_agree label .xi-check-min {
    float: left;
    font-size: 20px;
    line-height: 22.4px;
    margin-right: 7px;
}
.terms_box_btn {
    background: #f2f3f7;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 8px;
}
.terms_box_btn.on {
    background: #00c73c;
}
.terms_box_btn a {
    color: #9a9ba7;
    padding: 12px 0;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.terms_box_btn.on a {
    color: #fff;
}
.terms_box_view a {
    color: #9a9ba7;
    font-weight: 500;
}
.terms_view_txt {
    background: #fff;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
    z-index: 11;
    width: 100%;
    max-width: 500px;
    width: calc(100% - 30px);
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    padding: 20px;
}
.terms_view_con {
    max-height: 200px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.terms_view_tt {
    color: #222;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 10px;
}
.terms_view_tt span:last-child {
    cursor: pointer;
}
.myinfo_change_input_box input:focus,
.email_input01 input:focus {
    background: #fafafc;
}
.order_payment_box3 .order_payment_box2_left {
    /* background: #F4F5EE;
    border: 1px solid #EDF1D7; */
    width: 640px;
    padding: 70px 50px;
    height: 324px;
    background: #fcffff;
    border: 1px solid #e0f5f2;
}
.pay_ok_box01 {
    width: 205px;
}
.pay_ok_box02 {
    width: calc(100% - 205px);
    text-align: center;
}
.pay_ok_box02_tt {
    font-size: 33px;
    font-weight: 600;
}
.pay_ok_box02_mid {
    max-width: 240px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.4;
    padding: 15px 0 25px;
}
.pay_ok_box02_mid div {
    font-size: 16px;
    color: #858585;
}
.pay_ok_box02_mid i {
    color: #00c73c;
    font-size: 18px;
    font-weight: 500;
    vertical-align: text-top;
    margin-right: 10px;
}
.pay_ok_box02_btm {
    display: flex;
}
.pay_ok_box02_btm div {
    border-radius: 5px;
    width: 100%;
}
.pay_ok_box02_btm div a {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 10px 0;
    color: #fff;
}
.pay_ok_box02_btm div:first-child {
    /*  background: #7E8F2D;
    border: 1px solid #6B7929; */
    margin-right: 10px;
    background: #00c73c;
    border: 1px solid #52c0b1;
}
.pay_ok_box02_btm div:last-child {
    background: #2d2d2d;
    border: 1px solid #777777;
}
.pay_ok_top_box01 {
    width: 266px;
    padding: 20px;
    border-right: 1px solid #eee;
}
.pay_ok_top_box02 {
    width: calc(100% - 266px);
    padding: 20px 20px 0;
    background: #fafafc;
}
.order_payment_box3 .order_payment_box2_right {
    width: calc(100% - 660px);
}
.order_payment_box3 .main_list_each_img img:hover {
    transform: scale(1);
}
.order_payment_box4_right_con {
    border: 1px solid #eee;
    height: 324px;
}
.pay_ok_top_step {
    /* background: #7E8F2D;
    border: 1px solid #6B7929; */
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 6px 0;
    letter-spacing: 0;
    margin-bottom: 10px;
    background: #00c73c;
    border: 1px solid #52c0b1;
}
.order_pay_detail ul li {
    display: flex;
    justify-content: space-between;
    color: #555969;
    font-size: 15px;
    padding: 7px 5px;
    border-bottom: 1px solid #eeeeee;
    align-items: baseline;
}
.order_pay_detail ul li:last-child {
    border-bottom: 0;
}
.order_pay_detail ul li div:first-child {
    font-weight: 500;
}
.order_payment_box4_right_con
    .main_list_each_tt
    div:first-child
    span:first-child {
    width: 17px;
    height: 17px;
    vertical-align: -3px;
}
.order_payment_box4_right_con
    .main_list_each_tt
    div:first-child
    span:last-child {
    color: #303441;
    font-size: 14px;
}
.order_payment_box4_right_con .main_list_each_tt {
    padding: 5px 0 7px;
}
.order_payment_box4_right_con .main_list_each_txt {
    color: #000;
}
.md_recommend_txt {
    color: #787878;
    line-height: 1.3;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 2.4em;
    text-align: left;
}
.order_total_price {
    color: #00c73c !important;
    padding: 13px 0 !important;
    font-size: 16px !important;
}
.order_total_price div:first-child i {
    font-size: 21px;
    vertical-align: middle;
}
.order_total_price div:last-child {
    font-size: 20px;
    font-weight: 600;
}
.onetoonechat {
    background: #f1f1f1 !important;
}
.onetoonechat a {
    color: #100f12 !important;
}
.count_box {
    border: 1px solid #eee;
    padding: 20px 20px 0;
    margin-top: 18px;
    margin-bottom: 18px;
}
.change_after_box {
    height: 38px;
    line-height: 38px;
    padding: 0 7px;
    border: 1px solid #eeeeee;
}
.main_list_flex_box {
    display: flex;
    align-items: center;
}
.content_name {
    width: 70px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.align_right_box {
    text-align: right;
}
.safe_payment_box {
    background: #ffffff;
    border: 1px solid #00c73c;
    /* margin-top: 20px; */
}
.safe_payment_box > a {
    color: #00c73c;
    font-weight: 600;
    padding: 10px 0 8px;
    display: block;
    width: 100%;
}
.modal_notice_box {
    /* background: #FCFFFF;
    border: 1px solid #E0F5F2; */
    border: 1px solid #d6ebdc;
    background: #fdfffe;
    border-radius: 5px;
    padding: 15px 13px;
    margin-bottom: 20px;
}
.modal_notice_tt {
    color: #303441;
    font-weight: 600;
    margin-bottom: 5px;
}
.modal_notice_tt > span {
    background: #00c73c;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    padding: 1px 8px 0px 7px;
    margin-right: 5px;
}
.modal_notice_txt {
    font-size: 13px;
    line-height: 1.2;
    color: #303441;
    font-weight: 500;
}
.safe_con_tt {
    color: #303441;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 7px;
}
.safe_con_input {
    border: 1px solid #eeeeee;
}
.safe_con_input select,
.safe_con_input input {
    border: 0;
    width: 95%;
    padding: 10px 12px;
    color: #303441;
    font-weight: 600;
    font-size: 13px;
    height: 39px;
}
.safe_con_input select {
    width: 100% !important;
    appearance: none;
    background: url(../images/safe_down.png) calc(100% - 15px) center no-repeat;
    background-size: 13px;
}
.safe_con_input select option {
    word-break: keep-all;
}
.custom-select {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.safe_con_box {
    margin-bottom: 15px;
}
.safe_con_input2 {
    padding: 0 10px;
}
.safe_con_input2 input {
    padding: 0;
    text-align: right;
}
.safe_con_input2 input::placeholder {
    color: #9f9f9f;
}
.safe_con_input2 span {
    color: #9f9f9f;
}
.safe_btn {
    background: #00c73c;
    border-radius: 5px;
    text-align: center;
}
.safe_btn > a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    margin-top: 32px;
    cursor: pointer;
}
.safe_payment_modal .modal_logo_box .tt,
.send_work_modal .modal_logo_box .tt,
.arrive_work_modal .modal_logo_box .tt,
.tax_modal .modal_logo_box .tt {
    color: #373737;
    font-size: 18px;
    font-weight: 700;
}

.detail_con_btn {
    background: #ffffff;
    border: 1px solid #858585;
    max-width: 80px;
    margin: 5px auto 0;
}
.detail_con_btn a {
    display: block;
    width: 100%;
    color: #858585;
    padding: 3px 0 0;
}
.mypg_payment_con_price .vat_txt {
    color: #878787;
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
}
.feelist_btn_wrap {
    float: left;
    width: 105px;
    text-align: center;
    border-left: 1px dashed #ddd;
}
.mypg_payment_con_price3 {
    float: left;
    line-height: inherit;
    text-align: center;
    padding: 4px 0;
}
.mypg_payment_con_box02 {
    width: calc(100% - 220px);
    padding: 4px 0;
}
.feelist_btn_wrap > div {
    max-width: 89px;
    margin-left: auto;
}
.feelist_btn_wrap > div > a {
    display: block;
    width: 100%;
    padding: 4px 0 2px;
    font-size: 13px;
}
.excel_dwon {
    background: #00c73c;
    margin-bottom: 5px !important;
    border: 1px solid #00c73c;
}
.excel_dwon a {
    color: #fff;
    padding: 4px 0 2px;
    font-size: 13px;
    display: block;
    width: 100%;
}
.feelist_detail {
    border: 1px solid #858585;
}
.feelist_detail.on {
    background: #858585;
}
.feelist_detail.on a {
    color: #fff;
}
.feelist_detail > a {
    color: #858585;
    font-weight: 500;
}
.feelist_table table tr {
    border-top: 1px solid #eeeeee;
}
.feelist_table table .feelist_1tr {
    background: #fafafa;
}
.feelist_table table .feelist_1tr th {
    border-right: 1px solid #eeeeee;
    color: #666666;
    font-weight: 400;
    padding: 15px 0;
}
.feelist_table table .feelist_1tr th span {
    display: block;
    line-height: 0.8;
}
.feelist_table table .feelist_3tr {
    border-bottom: 0;
    background: #fcffff;
}
.feelist_table table .feelist_3tr td {
    padding: 10px 0;
}
.feelist_table table .feelist_3tr td:first-child {
    font-weight: 500;
}
.feelist_table table .feelist_1tr th:last-child {
    border-right: 0;
}
.feelist_table table tr td {
    border-right: 1px solid #eeeeee;
    text-align: center;
}
.feelist_table table tr td:last-child {
    border-right: 0;
}
.feelist_table table .feelist_2tr td {
    color: #666;
    padding: 20px 15px;
    word-break: break-all;
}
.width-100 {
    width: 100px;
}
.purchaselist_wrap02 {
    padding: 0;
}
.purchaselist_wrap02 .mypg_payment_box {
    padding: 20px !important;
}
.feelist_table {
    display: none;
}
.mypg_payment_con_box02 .mypg_payment_con_date {
    color: #373737;
}
.purchaselist_wrap02 .mypg_payment_tt {
    line-height: 62.59px;
}
.profit_detail_modal {
    max-width: 400px;
}
.profit_detail_wrap {
    background: #fff;
    padding: 40px;
}
.profit_detail_tt {
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.profit_detail_box {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #303441;
    font-weight: 500;
}
.profit_detail_box div .color_red {
    color: #cc0000;
    font-weight: 400;
    margin-left: 3px;
}
.profit_detail_con {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.profit_detail_btm {
    font-size: 16px;
    color: #00c73c;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.withdraw_notice_modal {
    max-width: 460px;
}
.withdraw_notice_modal .modal_cotents {
    text-align: center;
    padding: 40px;
}
.withdraw_notice_img {
    margin-bottom: 20px;
}
.withdraw_notice_txt {
    color: #373737;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.withdraw_notice_txt > div:first-child {
    line-height: 1.4;
    margin-bottom: 5px;
}
.withdraw_notice_txt > div:first-child span {
    display: block;
}
.withdraw_notice_txt > div:last-child {
    color: #cc0000;
    font-size: 14px;
    text-decoration: underline;
}
.withdraw_notice_btn {
    background: #00c73c;
    border-radius: 3px;
    max-width: 140px;
    margin: 0 auto;
}
.withdraw_notice_btn a {
    padding: 10px 0;
    display: block;
    color: #fff;
}
.program_detail_top {
    border-top: 1px solid #303441;
    padding-top: 10px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.program_detail_top_left {
    float: left;
    width: calc(100% - 160px);
}
.program_detail_top_tt {
    font-size: 28px;
    color: #303441;
    font-weight: 500;
    letter-spacing: -0.05em;
    word-break: keep-all;
}
.program_detail_top_txt {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.05em;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: keep-all;
}
.program_detail_top_right {
    float: right;
    width: 160px;
}
.detail_top_con > div {
    width: 75px;
    height: 75px;
    float: left;
    text-align: center;
    border-radius: 50%;
    padding: 10px 0;
}
.detail_top_con > div div {
    font-weight: 500;
    margin-top: 5px;
}
.detail_top_con > div:first-child {
    background: #fafafa;
    border: 1px solid #ebebeb;
    margin-right: 10px;
}
.detail_top_con > div:first-child > a {
    display: block;
    width: 100%;
}
.detail_top_con > div:first-child:hover {
    background: #eee;
    transition: 0.3s;
}
.detail_top_con > div:first-child div {
    color: #9f9f9f;
}
.click_heart2 {
    /* background: #F5FDFE;
    border: 1px solid #B0DEE2; */
    border: 1px solid #b2e0c0;
    background: #f4fff7;
}
.click_heart2 div {
    color: #00c73c;
}
.company_tt_wrap .review_star > ul > li > img {
    width: auto;
    height: auto;
    vertical-align: sub;
}
.top_review {
    font-size: 20px !important;
    color: #444444 !important;
}
.company_tt_wrap .star_point {
    font-size: 20px;
    color: #777777;
    letter-spacing: 0;
    font-weight: 400;
}
.company_tt_wrap .review_star_box {
    margin-bottom: 0;
}
.company_tt_wrap .review_star_box .review_star {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.company_content_left li {
    color: #888888;
}
.company_content_right li {
    text-align: right;
}
.company_content li {
    margin-bottom: 5px;
}
.company_content li:last-child {
    margin-bottom: 0;
}
.program_img_btm_wrap {
    background: #ffffff;
    border: 1px solid #dddddd;
    margin: 20px 0;
    /* margin-right: 20px;  */
}
.program_img_btm_box {
    float: left;
    width: 20%;
    text-align: center;
    margin: 20px 0;
    border-right: 1px solid #f1f1f1;
}
.program_img_btm_box:last-child {
    border-right: 0;
}
.program_img_btm_icon {
    height: 33px;
}
.program_img_btm_icon img {
    height: 30px;
    vertical-align: text-top;
}
.program_img_btm_wrap
    .program_img_btm_box:nth-child(2)
    .program_img_btm_icon
    img {
    height: 33px;
    vertical-align: top;
}
.program_img_btm_tt {
    color: #888888;
    margin-top: 8px;
}
.program_img_btm_num {
    color: #555555;
    font-weight: 600;
    font-size: 15px;
}
.inquiry_btn_box {
    background: #525357;
}
.inquiry_btn_box:hover {
    /* background: #8b8b8b; */
    box-shadow: 0px 4px 7px 0px #00000040;
}
.inquiry_btn_box > a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 0;
    animation: blink 1.2s step-end infinite;
}
.inquiry_btn_box > a > img {
    vertical-align: middle;
    margin-right: 10px;
}
.program_detail_content_btm .quantity {
    text-align: left;
    border-right: 1px solid #eee;
}
.program_detail_content_btm .quantity_tt {
    margin-right: 30px;
    color: #777777;
    font-size: 15px;
    font-weight: 500;
}
.program_detail_content_btm .minus,
.program_detail_content_btm .plus {
    background: #929292;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
}
.swiper-container {
    position: relative;
}
.slider-wrap {
    overflow: hidden;
}
.slider-main .swiper-slide {
    height: 530px;
    overflow: hidden;
}
.slider-main .swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: fill;
    cursor: pointer;
}
.slider-thumbnail .swiper-slide {
    width: 25% !important;
    height: 135px;
    overflow: hidden;
    cursor: pointer;
}
.slider-thumbnail .swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.slider-main .swiper-button-prev {
    background: #fff;
    left: 0;
    border-radius: 0 18px 18px 0;
    width: 35px;
    height: 35px;
    border-left: 1px solid #eee;
    z-index: 1;
}
.slider-main .swiper-button-prev::after {
    color: #858585 !important;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    left: 8px;
}
.slider-main .swiper-button-next {
    background: #fff;
    right: 0;
    border-radius: 18px 0 0 18px;
    width: 35px;
    height: 35px;
    border-right: 1px solid #eee;
    z-index: 1;
}
.slider-main .swiper-button-next::after {
    color: #858585 !important;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 8px;
}
.purchaselist_detail_date_right {
    border: 1px solid #eee;
    margin-left: 10px;
    height: 24px;
    line-height: 1.7;
}
.purchaselist_detail_date_right a {
    color: #303441;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 7px;
}
.add_btn_wrap {
    float: left;
    width: 100px;
    text-align: center;
    border-left: 1px dashed #eeeeee;
}
.add_btn_wrap2 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.add_btn_box {
    margin-bottom: 5px;
    width: 80px;
    margin-left: auto;
}
.add_btn_box:last-child {
    margin-bottom: 0;
}
.add_btn_box a {
    display: block;
    width: 100%;
    padding: 3px 0 0;
    font-size: 13px;
}
.add_btn_box01 {
    border: 1px solid #858585;
}
.add_btn_box02 {
    background: #00c73c;
    border: 1px solid #00c73c;
}
.add_btn_box02 a {
    color: #fff;
}
.purchaselist_detail_box02 {
    width: calc(100% - 345px);
    border-left: 1px dashed #eeeeee;
    padding-left: 15px;
}
.purchaselist_detail_box03 {
    width: calc(100% - 230px);
    border-left: 1px dashed #eeeeee;
    padding-left: 15px;
}
.purchaselist_detail_box02 + .purchaselist_price_box {
    position: inherit;
    transform: inherit;
    text-align: right;
    margin-right: 15px;
    line-height: 88.78px;
}
.purchaselist_detail_box02 + .purchaselist_price_box .purchaselist_price {
    margin-bottom: 0;
}

.elongate_wrap [type="radio"]:checked,
.elongate_wrap [type="radio"]:not(:checked) {
    display: none;
}
.elongate_wrap [type="radio"]:checked + label,
.elongate_wrap [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    /* color: #666; */
}
.elongate_wrap [type="radio"]:checked + label:before,
.elongate_wrap [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    background: #fff;
}
.elongate_wrap [type="radio"]:checked + label:before {
    border: 1px solid #00c73c;
    border-radius: 100%;
}
.elongate_wrap [type="radio"]:checked + label:after,
.elongate_wrap [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #00c73c;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.elongate_wrap [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.elongate_wrap [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.step_next_wrap {
    margin: 0 15px 0 auto;
    display: flex;
    justify-content: right;
}
.step_next_wrap > div {
    width: 74px;
    padding: 10px 0 7px;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
}
.step_next_btn {
    background: #00c73c;
    color: #fff;
}
.step_before_btn {
    background: #ffffff;
    border: 1px solid #e4e5ee;
    margin-right: 10px;
}
.elongate_wrap label span {
    color: #303441;
    font-size: 15px;
}
.elongate_wrap > div {
    margin-bottom: 10px;
}
/* .elongate_wrap > div:last-child {
    margin-bottom: 0;
} */
.elongate_wrap {
    padding: 15px;
}
/* .step_con {
    height: 210px;
} */
.elongate_wrap
    .testinput
    > input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    background: url(../images/calendar02.png) no-repeat center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.step03_box {
    margin-bottom: 20px !important;
}
.step03_box_tt {
    color: #303441;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.step03_box .testinput input {
    background: #fcffff;
    border: 1px solid #e0f5f2;
    border-radius: 5px;
    align-items: revert;
    width: 100%;
    flex-direction: row-reverse;
    padding: 10px;
    color: #00c73c;
}
.trading_btn_modal03 .elongate_wrap {
    padding: 0 15px;
}
.step03_box_input input,
.step03_box_input textarea {
    background: #fafafc;
    border: 1px solid #ececf2;
    border-radius: 5px;
    width: 100%;
    resize: none;
    padding: 14px;
}
.step03_box_input input::placeholder,
.step03_box_input textarea::placeholder {
    color: #9f9f9f;
}
/* .step_next_wrap.btm15 {
    margin-bottom: 15px;
} */
/* .trading_btn_modal03 .modal_cotents {
    height: 564px;
} */
/* .add_pay_modal02 .modal_cotents {
    height: 682px;
} */
.add_pay_modal02 .elongate_wrap {
    padding: 15px 15px 0;
}
/* .trading_btn_modal3 .step_con {
    height: 290px;
} */
.step_box_btm_tt {
    font-size: 15px;
    color: #303441;
    font-weight: 600;
    margin-bottom: 20px;
}
.step_box_btm_tt span:first-child {
    background: #00c73c;
    color: #fff;
    border-radius: 50%;
    padding: 0 8px 0 7px;
    margin-right: 5px;
    font-size: 14px;
}
.step_box_btm_tt span.color_red {
    color: #c00000;
    font-size: 13px;
    font-weight: 500;
    vertical-align: 1px;
    margin-left: 3px;
    letter-spacing: -0.5px;
}
.step_box_btm {
    background: #fcffff;
    border: 1px solid #e0f5f2;
    border-radius: 5px;
    padding: 15px;
}
.step_box_btm_box {
    color: #858585;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    word-break: keep-all;
}
.step_box_btm_box:last-child {
    margin-bottom: 0;
}
.step_box_btm_box span {
    display: block;
}
.step_box_btm_box_chk .step_box_chk {
    border: 2px solid #9f9f9f;
    color: #9f9f9f;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    margin-left: 10px;
}
.step_box_btm_box_chk .step_box_chk i {
    font-size: 19px;
    font-weight: 600;
}
.step_box_btm_box_chk input:checked + label .step_box_chk {
    border: 2px solid #00c73c;
    color: #00c73c;
}
.buyer_trading_wrap .add_btn_wrap2 {
    right: 0;
}
.trading_ing_add_box {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 17px;
    display: flex;
    align-items: center;
}
.trading_ing_add_box_tt {
    font-size: 18px;
    font-weight: 500;
    width: 180px;
}
.trading_ing_add_box_tt span {
    background: #00c73c;
    color: #fff;
    border-radius: 50%;
    padding: 0 8px 0 7px;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: 2px;
    width: 17px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
}
.trading_ing_add_box_tt02 {
    width: 135px;
}
.trading_ing_add_box_tt02 span {
    padding: 0 8px 0 5px;
    font-size: 13px;
}
.trading_ing_add_box_txt {
    width: calc(100% - 250px);
    font-weight: 500;
    font-size: 15px;
    flex: 1 1 0;
}
.trading_ing_add_box_btn {
    width: 85px;
    background: #f1f1f1;
    border-radius: 3px;
    text-align: center;
    margin-left: 7px;
}
.trading_ing_add_box_btn a {
    display: block;
    width: 100%;
    color: #858585;
    font-weight: 500;
    padding: 6px 0;
    font-size: 15px;
    cursor: pointer;
}
.trading_ing_add_box_btn02 {
    border: 1px solid #e4e5ee;
    background: #fff;
}
.trading_ing_add_box_btn03 {
    background: #00c73c;
}
.trading_ing_add_box_btn03 a {
    color: #fff;
}
.each_list_con_top {
    margin-bottom: 3px;
}
.each_list_con_btm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 1.3;
    letter-spacing: -0.4px;
}
.chat_top_left_box01 {
    width: 52px;
    height: 52px;
    margin-right: 13px;
    position: relative;
}
.chat_on {
    content: "";
    display: block;
    position: absolute;
    background-color: #57de19;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    right: 5px;
    bottom: 0;
}
.chat_on2 {
    right: 17px;
}
.chat_top_left_box01 img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 50px;
    border: 1px solid #eee;
}
.chat_top {
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
}
.chat_top_left_box02 div:first-child {
    color: #303441;
    font-size: 15px;
    font-weight: 600;
}
.chat_top_left_box02 div:last-child {
    color: #9f9f9f;
}
.chat_top_left_con2 {
    width: 95px;
    text-align: center;
    padding: 5px 0;
}
.chat_top_left {
    float: left;
    width: calc(100% - 215px);
    padding: 7px 0;
}
.chat_top_right {
    width: 200px;
    float: right;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px dashed #eee;
}
.chat_top_right > div {
    width: 50%;
    float: left;
}
.chat_q_info_box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    color: #303441;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.chat_service {
    color: #9f9f9f;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}
.chat_service_btn {
    background: #00c73c;
    border-radius: 5px;
    text-align: center;
}
.chat_service_btn > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px 0;
}
.nochat_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.nochat_wrap img {
    margin-bottom: 25px;
}
.nochat_con div {
    font-size: 16px;
}
.nochat_con div:first-child {
    font-weight: 500;
    margin-bottom: 10px;
}
.nochat_con div:last-child {
    color: #9a9ba7;
    line-height: 1.4;
}
.nochat_con div:last-child span {
    display: block;
}


/* 메인리뉴얼 */
.main_bg_icon {
    max-width: 775px;
    margin: 0 auto;
    /* padding-top: 45px; */
}
.main_bg_icon_box {
    width: 33.3333%;
    color: #303441;
    font-weight: 500;
    position: relative;
}
.main_bg_icon_box::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #303441;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main_bg_icon_box:last-child::after {
    display: none;
}
.main_bg_img {
    /* height: 46px; */
    margin-bottom: 10px;
}
.main_bg_img > img {
    background: #f8f8fa;
    border-radius: 50%;
    padding: 10px;
}
.main_bg_icon_tt {
    font-size: 17px;
    /* margin-bottom: 8px; */
}
.main_bg_icon_num {
    font-size: 17px;
    color: #00c73c;
    font-weight: 300;
}
.main_bg_icon_num span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 1px;
}
.main_list_each_box {
    border: 1px solid #eee;
    position: relative;
    cursor: pointer;
}

.main_list_each_top {
    padding: 20px 20px 15px;
}
.main_list_each_top02 {
    padding: 10px;
}
.main_list_each_mark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    background: #fff;
}
.main_list_each_mark02 {
    top: 44%;
}
.main_list_each_mark img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.main_list_each_tt > div {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #858585;
    padding: 3px 10px 0;
    margin-bottom: 10px;
    font-size: 13px;
    /* width: 84px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.all_list_box {
    margin-bottom: 30px;
}
.all_list {
    padding-top: 50px;
    transition: all 0.5s;
}
.main_list_each_btm .detail_star {
    display: flex;
    justify-content: space-between;
    line-height: 1.7;
    color: #6a6a6a;
}
.main_list_each_btm .detail_star .star_num {
    letter-spacing: 0;
}
.main_list_each_btm .detail_star ul li img {
    vertical-align: middle;
    width: 15px;
    height: 15px;
}
.review_num {
    margin: 0 3px;
}
.main_btm_banner {
    /* background: url(../images/main_btm_banner.jpg) no-repeat center center;
    background-size: cover; */
    /* height: 350px; */
    /* text-align: center; */
    background: #f3f3f3;
    overflow: hidden;
}
.main_btm_banner img {
    max-width: 100%;
}
.ranking_con_left {
    width: 500px;
    margin-right: 20px;
    position: relative;
}
/* .ranking_con_left:hover {
	border:2px solid #000;
}
.ranking_con_left:hover .main_list_each_box {
	border:0;
} */
.ranking_con_right {
    /* width: calc(100% - 520px); */
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    position: relative;
}
.ranking_con_right .main_list_each_img {
    position: relative;
}
.ranking_con_right_box {
    display: flex;
    flex-direction: row-reverse;
    border: 1px solid #eee;
    margin-bottom: 25px;
    position: relative;
}
.ranking_con_right_box:last-child {
    margin-bottom: 0;
}
.ranking_con_right_box > .right {
    width: 380px;
    height: 224px;
    position: relative;
}
.ranking_con_right_box > .right img {
    width: 100%;
    height: 100%;
}
.ranking_con_right_box > .main_list_each_con {
    width: calc(100% - 173px);
}
.view_m {
    display: none;
}
.view_m2 {
    position: absolute;
    width: auto !important;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.ranking_right_box .main_list_each_mark {
    position: inherit;
    top: 0;
    transform: inherit;
    right: 0;
}
.ranking_con .main_list_each_img img:hover {
    transform: scale(1);
}
.detail_star02 {
    display: block !important;
    width: calc(100% - 70px);
    text-align: left;
    margin-left: 10px;
    padding: 5px 0 !important;
}
.detail_star02_flex {
    display: flex;
    justify-content: space-between;
}
.detail_star02_flex .star_num {
    vertical-align: -2px;
}
.ranking_right_box {
    padding: 5px 0;
}
.ranking_con_left .main_list_each_img {
    height: 297px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.hover_view_box {
    position: absolute;
    bottom: 0;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 35%,
        rgba(255, 255, 255, 0.7315301120448179) 100%
    );
    width: 100%;
    display: flex;
    padding: 15px;
    align-items: center;
    font-size: 17px;
    display: none;
}
/* .hover_view_box > div:first-child {
    margin-right: 35px;
    padding-right: 35px;
    border-right: 1px solid #ddd;
} */
.hover_view_box > div > span {
    font-size: 20px;
    margin: 0 5px 0;
    font-weight: 500;
}
/* .ranking_con_left:hover .main_list_each_box {
	border: 2px solid #000;
}*/
.ranking_con_right_box .hover_view_box {
    justify-content: center;
}
.ranking_con_right .main_list_each_box:hover .hover_view_box {
    display: flex;
    justify-content: space-between;
}
.ranking_con_right .main_list_each_box:hover .hover_view_box::after {
    content: "";
    display: block;
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    background: #ddd;
}
.ranking_con_left:hover .hover_line {
    display: block;
}
.ranking_con_left .main_list_each_mark {
    top: 63%;
}
.rankbgbox {
    background: #e30c39;
    border-radius: 100px;
    width: 40px;
    padding: 15px 0 7px;
    text-align: center;
    position: absolute;
    top: -28px;
    color: #fff;
    left: 10px;
    z-index: 3;
}
.rankbgbox2 {
    background: #a61130;
    top: 10px;
    left: auto;
    right: 13px;
}
.rankbgbox div:first-child {
    font-size: 12px;
}
.rankbgbox div:last-child {
    font-size: 22px;
}
.rank_top_tt {
    color: #303441;
    font-size: 26px;
    text-align: center;
    padding: 20px 0 45px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.rank_top_tt span {
    color: #00c73c;
}

.main_last_wrap {
    height: 560px;
    margin-bottom: 60px;
}
.main_last_left {
    background: #fafafc;
    width: 50%;
    height: 560px;
    float: left;
}
.main_last_right {
    background: #fafafc;
    width: 50%;
    height: 560px;
    float: left;
}
.main_last_left_con {
    text-align: left;
    width: 600px;
    height: 560px;
    float: right;
}
.main_last_left_all1 {
    padding: 30px 35px 58px 0;
}
.main_last_left_all2 {
    padding: 30px 0 58px 35px;
}
.main_last_left_box {
    margin-top: 35px;
}
.main_tt_big {
    font-size: 22px;
    font-weight: 500;
}
.main_tt_big span {
    color: #00c73c;
}
.main_tt_small {
    color: #6c6c6c;
    letter-spacing: -0.4px;
}
.main_last_left_all td i {
    font-size: 25px;
}
.rank_order_wrap {
    position: relative;
}
.rank_order_1st {
    position: absolute;
    top: -5px;
    left: -2px;
    width: 46px;
    height: 48px;
    /* background:url(../images/) no-repeat; */
    color: #373737;
    text-align: center;
    /* padding:11px 4px 0 0; */
}
.rank_order_1st + a {
    width: 130px;
    height: 130px;
    display: block;
}
.rank_order_1st + a img {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 50%;
    object-fit: cover;
}
.rank_order_1st img {
    width: 100%;
}
.main_last_right_con {
    width: 600px;
    height: 560px;
}
.main_last_right_con .review_star {
    margin-bottom: 0;
}
.rank_order_td01 {
    width: 132px;
    padding-right: 20px;
}
.rank_order_table01 {
    height: 75px;
    border-bottom: 1px solid #e3e3e3;
}
.main_last_wrap .main_review img {
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}
.main_review ul {
    margin-right: 5px;
}
.main_review span {
    color: #444;
}
.main_review span:last-child {
    color: #777;
    font-weight: 400;
}
.main_rank_name {
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 366px;
}
.main_rank_name02 {
    font-size: 17px;
    font-weight: 500;
}
.main_rank_info {
    color: #909090;
    font-size: 12px;
    letter-spacing: -0.5px;
    font-weight: 400;
    /* width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 366px;
}
.total_sell {
    font-size: 15px;
    color: #313131;
    font-weight: 400;
}
.total_sell_price strong {
    font-size: 20px;
    color: #214e66;
    font-weight: 600;
}
.total_sell_price span {
    color: #313131;
    font-size: 17px;
    font-weight: 500;
    margin-left: 2px;
}
.rank_order_tt {
    font-size: 17px;
    width: 50px;
}
.main_last_right_box {
    margin-top: 5px;
}
.main_review_con {
    /* cursor:pointer; */
    margin-top: 10px;
    padding: 18px;
    border-radius: 20px;
    /* background: #E6FDFF; */
    background: #fff;
}
.main_go_pro {
    /* background: #4CA7B1;
    border: 1px solid #308D97; */
    background: #00c73c;
    border: 1px solid #00c73c;
    border-radius: 10px;
    width: 65px;
    text-align: center;
    padding: 10px 0 8px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}
.footer_info_wrap {
    color: #373737;
}
.cs_box span {
    font-size: 25px;
    font-weight: 500;
    display: block;
}
.cs_box span::after {
    content: "";
    display: block;
    width: 160px;
    height: 1px;
    background: #000000;
    margin-top: 10px;
}
.font_15 {
    font-size: 15px;
}
.font_16 {
    font-size: 16px;
}
.footer_info_left {
    width: 50%;
}
.footer_info_right {
    width: 50%;
    padding-left: 50px;
    border-left: 1px solid #eee;
}
.cs_info {
    font-size: 13px;
    color: #858585;
    letter-spacing: -0.5px;
    margin-top: 25px;
}
.footer_info_left01 {
    width: 160px;
}
.footer_info_left02 {
    width: calc(100% - 160px);
    display: flex;
    justify-content: space-evenly;
}
.footer_info_left02_box ul li {
    margin-bottom: 5px;
}
.footer_info_left02_box ul li a {
    color: #6c6c6c;
}
.footer_info_left02_box .font_16 {
    margin-bottom: 5px;
}
.footer_info_right_tab {
    background: #ffffff;
    border: 1px solid #a39292;
}
.footer_info_right_tab .left {
    width: 50%;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    background: #f2f2f2;
}
.footer_info_right_tab .left:first-child {
    border-right: 1px solid #a39292;
}
.footer_info_tab_con:not(:first-child) {
    display: none;
}
.chk_on {
    background: #fff !important;
}
.footer_info_tab_con li a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
.footer_info_tab_txt {
    color: #574f4f;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 70px);
}
.footer_info_tab_box {
    margin-top: 15px;
}
.footer_info_tab_date {
    color: #9c9c9c;
    width: 70px;
}
.date_color {
    color: #ff0000;
}
.ellipsis_line {
    color: #3d3d3d;
    width: calc(100% - 5px);
    height: 34px;
    line-height: 1.4;
    margin-top: 8px;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.buyer_review {
    color: #6c6c6c;
    letter-spacing: -1px;
    display: inline-block;
    padding: 4px 15px 0;
    margin-right: 10px;
    border: 1px solid #7b7e7f;
    border-radius: 100px;
}
.move_nav {
    position: fixed;
    bottom: 25px;
    right: 35px;
}
.move_nav li {
    width: 90px;
    height: 67px;
    margin-bottom: 15px;
}
.move_nav li:last-child {
    margin-bottom: 0;
}
.move_nav li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.move_top {
    /* background: #00C73C; */
    background: #00c73c;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    cursor: pointer;
}
.move_nav_tt {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.move_nav_box {
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 15px;
    margin-bottom: 20px;
}
.terms_modal03_wrap {
    background: #fff;
    padding: 15px;
}
.faq_con div {
    word-break: keep-all;
}
.faq_tt {
    background: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    color: #565656;
    /* font-size: 25px; */
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.faq_tt > span {
    color: #fede22;
    font-size: 22px;
    font-weight: 700;
    margin-right: 20px;
    letter-spacing: 0;
}
.faq_tt {
    background: #fff;
}
.faq_con {
    padding: 20px;
    background: #fbfbfb;
    display: none;
}
.a_tt {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0;
    width: 75px;
}
.a_txt {
    width: calc(100% - 75px);
    color: #999;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.click_q_view {
    width: 21px;
}
.click_q_view i {
    color: #111827;
    font-size: 22px;
    vertical-align: bottom;
    transform: rotate(0deg);
    transition: 0.3s;
}
.faq_tt.on i {
    transform: rotate(180deg);
}
.faq_tt.on + .faq_con {
    border-bottom: 1px solid #eee;
}
.faq_title {
    font-weight: 500;
    width: calc(100% - 21px);
}
.faq_q_box01 {
    width: 75px;
}
.faq_q_box01 span {
    font-size: 23px;
    font-weight: 600;
}
.faq_q_box02 {
    width: calc(100% - 75px);
    line-height: 36.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.faq_title span {
    color: #00c73c;
}
.buy_find_box02 {
    width: auto;
}
.faq_top_left {
    /* width: calc(100% - 283px); */
    width: 120px;
}
.find_box_top {
    width: 100%;
}
.faq_top_left select {
    padding: 7px;
}
.faq_top_right {
    /* width:273px; */
    width: calc(100% - 130px);
}
.faq_top {
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.faq_wrap {
    border: 1px solid #eee;
    border-bottom: 0;
}
.faq_top_right button {
    background: #00c73c;
    border: 1px solid #00c73c;
    color: #fff;
}
.notice_table {
    background: #fbfbfb;
}
.notice_table th {
    padding: 9px;
    font-weight: 500;
    letter-spacing: 0;
}
.notice_wrap tr {
    border-bottom: 1px solid #eee;
}
.notice_wrap tr:hover {
    background: #fbfbfb;
    cursor: pointer;
}
.notice_wrap td {
    padding: 11px;
    font-weight: 500;
    letter-spacing: 0;
}
.notice_wrap td:last-child {
    border-right: 0;
    color: #555555;
}
.notice_top {
    background: #fff;
}
.notice_top td a {
    display: block;
    width: 100%;
}
.notice_top td:last-child {
    text-align: center;
}
.notice_con {
    background: #fff;
}
.notice_con td:not(:nth-child(2)) {
    text-align: center;
}
.common_notice {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    color: #00c73c;
    width: 45px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #00c73c;
    padding: 2px 0 0;
}
.width_80 {
    width: 80%;
}
.notice_wrap {
    border: 1px solid #eee;
    border-bottom: 0;
}
.num_center {
    text-align: center;
}
.notice_important {
    background: #fdfffe;
}
.notice_important td:last-child {
    color: #00c73c;
}
.notice_new {
    background: #00c73c;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    padding: 1px 4px;
    text-align: center;
    margin-left: 3px;
    animation: blink-effect 1s step-end infinite;
}
@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}
.notice_view_top {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.notice_view_tt {
    color: #535353;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
}
.notice_view_date {
    color: #888;
    font-size: 15px;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
}
.notice_view_con {
    background: #fff;
    padding: 25px 0;
    word-break: keep-all;
    color: #6c6c6c;
    font-size: 15px;
}
.notice_view_wrap {
    border-top: 1px solid #303441;
    border-bottom: 1px solid #303441;
}
.list_go_btn {
    background: #00c73c;
    width: 60px;
    text-align: center;
    margin-left: auto;
    margin-top: 45px;
}
.list_go_btn a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 0 7px;
}
.main_color {
    color: #00c73c;
}
.main_color > span {
    background: #00c73c;
}
/* .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
} */
.chat_file_btn_box {
    width: 230px;
    max-width: 100%;
}
.chat_file_btn {
    background: #373737;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
}
.chat_file_btn > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px 40px;
}
.chat_file_name {
    margin-right: 5px;
    vertical-align: middle;
}
.pay_ok_item_img {
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    height: 170px;
}
.pay_ok_item_img img {
    width: 100%;
    height: 100%;
}
.item_con_img {
    padding: 5px 0;
}
.item_con_img > span:first-child {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    vertical-align: middle;
}
.item_con_img > span:first-child > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.item_con_img > span:last-child {
    color: #303441;
    font-size: 13px;
    font-weight: 500;
}
.mp_content {
    margin-bottom: 55px;
}
.mp_wrap .pagination_wrap {
    transform: inherit;
}
.confirm_img_btn {
    cursor: pointer;
    border: 1px solid;
    max-width: 65px;
    text-align: center;
    padding: 3px 0 0;
    margin-bottom: 10px;
}
.preview_each {
    display: inline-block;
    position: relative;
}
.preview_each .view_image_box {
    width: 155px;
    height: 155px;
    object-fit: cover;
}
.image_box {
    display: none;
    width: 155px;
    height: 155px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.upload_btn input {
    display: none;
}
.main_go_pro_td {
    width: 85px;
}
.go_chat {
    margin-right: 20px;
}
.go_chat span {
    background: #c00000;
    color: #fff;
    border-radius: 50%;
    /* padding: 2px 5px 1px 4px; */
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 10px;
    vertical-align: super;
    margin-left: 3px;
    animation: blink-effect2 1s step-end infinite;
    position: absolute;
    right: -16px;
    top: -2px;
}
.date_m_view,
.ask_btn_m_view,
.complete_m_view {
    display: none;
}
.mob_con .category_detail {
    padding: 15px;
}
.mob_con .category_detail a {
    padding: 0;
}
.table_tt_mob {
    background: #f2f3f7;
    text-align: center;
    color: #100f12;
    font-weight: 700;
    padding: 10px 0;
    letter-spacing: -0.5px;
    display: none;
}
.table_view {
    display: none;
}
.mob_flex_box {
    display: flex;
    justify-content: center;
}
.contents_txt {
    display: none;
}
.mob_flex_box .mob_flex_tt {
    display: none;
}
.mob_flex_box .mob_flex_day {
    display: none;
}
.chat_a_wrap .safepayment_box {
    flex-direction: row-reverse;
}
.chat_a_wrap .chat_time {
    text-align: end;
}
.ad_box span {
    word-break: keep-all;
}
.login_modal .modal_cotents {
    padding: 30px;
}
.chat_q_con2 {
    margin-bottom: 5px;
}
.chat_top_border {
    border-top: 1px solid #f2f2f2;
    margin-top: 13px;
    padding-top: 9px;
}
.ellipsis_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 3.2em;
    width: 160px;
    word-break: normal;
}
.chat_a_wrap .chat_price_level {
    background: #373737;
}
.chat_a_wrap .chat_q_info_box {
    border-bottom: 1px solid #f9f5db;
}
.chat_a_wrap .chat_service {
    color: #595959;
}
.chat_a_wrap .chat_service_btn {
    background: #373737;
}
.chat_box_width {
    width: 274px;
}
.buyer_revenue_p {
    line-height: 96.78px;
}
/* .hover_line {
    border: 2px solid #303441;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
	display:none;
} */
.ranking_con_right_box:hover .hover_view_box {
    display: flex;
}
.company_profile_grade {
    display: flex;
    align-items: center;
}
.company_profile_grade .detail_star {
    padding: 0;
}
.company_profile_grade .detail_star > span {
    margin-right: 20px;
}
.company_profile_grade .detail_star li img {
    vertical-align: text-top;
    width: 15px;
    height: 15px;
}
.company_profile_grade .detail_star li .star_num {
    letter-spacing: 0;
}
.padding_box02 .main_list_each_btm {
    padding: 3px 0;
}
.padding_box02 .main_list_each_btm .detail_star {
    align-items: baseline;
}
.padding_box02 .main_list_each_btm .detail_star ul li img {
    vertical-align: middle;
    width: 12px;
    height: 12px;
}
.no_chat_top + .chat_mid {
    border-bottom: 0;
    height: 610px;
    background: #f9f9f9;
}
.web_chat_file02 {
    display: none;
}
.chat_a_box > a {
    text-decoration: underline !important;
}
.chat_q_box > a {
    text-decoration: underline !important;
}
.send_work_box {
    margin-bottom: 25px;
}
.send_work_box:last-child {
    margin-bottom: 0;
}
.send_work_tt {
    color: #303441;
    font-weight: 600;
    margin-bottom: 10px;
}
.send_work_box textarea {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    resize: none;
}
.send_work_text {
    font-size: 13px;
    color: #9f9f9f;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.send_work_file_box {
    width: 125px;
    border: 1px solid #eee;
    text-align: center;
    padding: 7px 10px;
    font-size: 15px;
    color: #303441;
    font-weight: 600;
}
.send_work_file_box img {
    margin-right: 5px;
}
.send_work_file_name {
    margin-top: 7px;
}
.send_work_file_name ul li {
    color: #a4a4a4;
    font-size: 15px;
}
.send_work_file_name ul li img {
    width: 16px;
    vertical-align: sub;
    margin-right: 7px;
}
.mob_btm_menu {
    max-width: 1220px;
    margin: 0 auto;
    /* border-top: 1px solid #DCDCDC; */
    z-index: 5;
    box-shadow: 0px -9.243590354919434px 27.730770111083984px 0px #0000001f;
    border-top: 1px solid #e2e2e5;
    border-radius: 28px 28px 0 0;
}
.mob_btm_menu.on {
    display: none;
}
.mob_btm_menu ul li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px 15px 1px;
}
.mob_btm_menu ul li a {
    color: #9e9e9e;
    position: relative;
    display: block;
    width: 100%;
}
.mob_btm_menu ul li a img {
    margin-bottom: 2px;
    height: 25px;
    width: 25px;
}
.mob_btm_menu ul li a .menu_txt {
    color: #9e9e9e;
    font-weight: 500;
}
.mob_btm_menu ul li.on .menu_txt {
    color: #00c73c;
}
.mob_find_wrap {
    padding: 15px 0;
}
.mob_find_top .mob_search {
    width: 100%;
    border: 1px solid #b9b9b9;
    margin-bottom: 25px;
}
.mob_find_top .mob_search input::placeholder {
    color: #b9b9b9;
}
.mob_find_top .mob_search .xi-search {
    color: #b9b9b9;
    font-weight: 700;
    font-size: 17px;
    vertical-align: text-bottom;
}
.mob_find_box .mob_find_tag span {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 5px 10px;
    color: #212121;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    letter-spacing: -0.26px;
}
.mob_find_box {
    margin-bottom: 25px;
}
.mob_btm_menu {
    display: none;
}
.mob_chat_new {
    position: absolute;
    font-size: 10px;
    bottom: 40px;
    background: #c00000;
    display: inline-block;
    color: #fff;
    width: 12px;
    height: 13px;
    line-height: 13px;
    animation: blink-effect2 1s step-end infinite;
}
.myinfo_change_tt .left {
    width: 50%;
}
.change_input_box {
    margin-bottom: 15px;
}
.tax_bill_box input[type="checkbox"]:checked + label .rank_choice_chkbox {
    background: #00c73c;
    border: 1px solid #00c73c;
}
.tax_bill_box input[type="checkbox"]:checked + label .rank_choice_chkbox i {
    color: #fff;
}
.tax_bill_box {
    padding: 15px 15px 0;
}
.tax_bill_box_btm {
    padding: 15px;
}
.tax_bill_tt {
    color: #303441;
    font-size: 14px;
    font-weight: 500;
}
.tax_bill_box .rank_flex {
    align-items: inherit;
}
.tax_bill_box_btm .myinfo_change_tt {
    width: 100px;
    float: left;
}
.tax_bill_box_btm .myinfo_change_input {
    float: left;
    width: calc(100% - 100px);
    margin-bottom: 0 !important;
}
.tax_bill_box_btm .myinfo_change_input_box {
    float: left;
    width: calc(100% - 100px);
}
.tax_bill_box_btm .phone_box {
    margin-bottom: 0;
}
.tax_bill_box_btm .phone_box .joinform_box_form_top {
    margin-bottom: 0;
}
.tax_bill_box_tt {
    /* line-height: 423.39px; */
    line-height: 49.39px;
}
.tax_bill_box_tt.on {
    line-height: 423.39px;
}
.tax_bill_box_tt + .left {
    height: 45px;
    overflow: hidden;
}
.tax_bill_box_tt.on + .left {
    height: auto;
}
.tax_bill_box_btm .myinfo_change_tt {
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 0;
}
.change_input_box02 {
    width: 50%;
}
.change_input_box .change_input_box02:last-child .myinfo_change_tt {
    text-align: center;
}
.existing_box {
    width: 110px !important;
    margin-right: 5px;
}
.m_company_file {
    width: calc(100% - 202px) !important;
}
.each_list_box.active {
    box-shadow: 0px 0px 5px #00c73c;
}
.dot-spinner {
    --uib-size: 65px;
    --uib-speed: 0.9s;
    --uib-color: black;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
    margin: 0 auto;
}

.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.dot-spinner__dot::before {
    content: "";
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse calc(var(--uib-speed) * 1.111) ease-in-out infinite;
}

.dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}
.pay_loading_txt {
    margin-top: 30px;
}
.pay_loading_txt div:first-child {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
}
.pay_loading_txt div:first-child span {
    display: block;
}
.pay_loading_txt div:last-child {
    color: #858585;
    margin-top: 10px;
    font-weight: 600;
    font-size: 22px;
}
.color_grey_txt {
    color: #858585;
    font-size: 14px;
    margin: 7px 0;
    line-height: 1.3;
}
.trading_down_file {
    background: #00c73c;
    max-width: 110px;
    text-align: center;
}
.trading_down_file a {
    color: #fff;
    padding: 5px 0;
    display: block;
    font-size: 13px;
}
.working_flex {
    display: flex;
    justify-content: space-between;
}
.working_flex_btn_box {
    background: #00c73c;
    border-radius: 3px;
}
.working_flex_btn_box a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 15px;
}
.working_flex_btn_box02 {
    background: #f1f1f1;
}
.working_flex_btn_box02 a {
    color: #858585;
}
.arrive_work_notice {
    background: #fcffff;
    border: 1px solid #e0f5f2;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.arrive_work_notice > div:first-child {
    color: #303441;
    font-weight: 600;
    margin-bottom: 2px;
}
.arrive_work_notice > div:first-child > span {
    background: #00c73c;
    color: #fff;
    border-radius: 50%;
    padding: 0 8px 0 7px;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: 2px;
    width: 17px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
}
.arrive_work_notice > div:last-child {
    color: #303441;
    font-size: 13px;
    word-break: keep-all;
}
.arrive_work_modal .send_work_tt {
    display: flex;
    justify-content: space-between;
}
.correction_num {
    color: #858585;
    font-weight: 500;
}
.correction_num span {
    color: #303441;
    font-size: 15px;
}
.arrive_btn {
    text-align: right;
}
.arrive_btn a {
    display: inline-block;
    padding: 6px 0;
    border-radius: 3px;
    /* font-size: 15px; */
    width: 80px;
    text-align: center;
}
.arrive_btn a:first-child {
    border: 1px solid #e4e5ee;
    font-weight: 500;
    margin-right: 5px;
}
.arrive_btn a:last-child {
    background: #00c73c;
    color: #fff;
}
.impossible {
    line-height: 52.39px;
}
.impossible_txt {
    color: #303441;
    /* color: #8C8C8C; */
    font-size: 14px;
}
.total_price_line {
    border-top: 1px solid #e3e4e8;
    margin-top: 10px;
    padding-top: 8px;
}

/* .file_input_textbox {
	float:left; 
	height:29px;
} */
.file_input_div {
    position: relative;
    width: 80px;
    height: 35px;
    overflow: hidden;
}
.file_input_hidden {
    /* font-size:29px; */
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    cursor: pointer;
    height: 100%;
}
.file_input_img_btn {
    color: #00c73c;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 7px 0;
}

.tax_box {
    color: #303441;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}
.tax_box::after {
    content: "";
    display: block;
    clear: both;
}
.tax_tt {
    width: 135px;
    float: left;
    padding: 10px;
    background: #f2f2f2;
}
.tax_con {
    width: calc(100% - 135px);
    float: left;
    padding: 10px;
}
.tax_wrap {
    border: 1px solid #eee;
    border-bottom: 0;
}
.tax_bill_click {
    display: block;
    width: 100%;
}
.fileName_box {
    width: calc(100% - 85px);
}
.change_company_input {
    width: calc(100% - 87px) !important;
}
.review_mark > img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.trading_img {
    padding: 6px 0 0;
}
.trading_mid_txt {
    margin-bottom: 7px;
}
.trading_detail_box {
    width: calc(100% - 245px);
}
.trading_detail_box + .purchaselist_price_box {
    line-height: 97.67px;
}
.account_productcom_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.account_productcom01 {
    color: #373737;
    font-size: 23px;
    font-weight: 600;
    margin: 15px 0;
}
.account_productcom02 {
    color: #858585;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
}
.account_productcom_table {
    max-width: 460px;
    margin: 35px auto 0;
    border-top: 1px solid #373737;
}
.account_productcom_tt {
    float: left;
    width: 110px;
    text-align: left;
    padding: 15px;
    background: #fcfcfc;
    font-weight: 600;
    font-size: 15px;
}
.account_productcom_txt {
    float: left;
    width: calc(100% - 110px);
    padding: 15px;
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.5px;
}
.account_productcom_con {
    border-bottom: 1px solid #eee;
}
.account_productcom_con::after {
    content: "";
    display: block;
    clear: both;
}
.arrive_work_chat .chat_q_box {
    background: #f2f7ff;
}
.arrive_work_chat .chat_service_btn {
    background: #393939;
}
.arrive_work_chat .chat_top_border {
    border-top: 1px solid #d8dfe7;
}
.main_review_con_tt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 5px);
    margin-bottom: 5px;
    color: #3d3d3d;
}
.ellipsis_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
}
.program_detail_ct {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 1.5em;
}
.program_detail_st {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 2.3em;
    line-height: 1.3;
}
.account_productcom_btn {
    border: 0;
    background: #00c73c;
    /* border: 1px solid #00C73C; */
    border-radius: 5px;
    margin-top: 20px;
    max-width: 115px;
    margin: 25px auto 0;
}
.account_productcom_btn a {
    color: #fff;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    width: 100%;
}
.swiper-thumbs {
    display: none;
}
.banner_btn {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.btm_banner_tt {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 3px;
}
.btm_banner_txt {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px;
    word-break: keep-all;
    line-height: 1.4;
}
.btm_banner_txt span {
    display: inline-block;
    padding-top: 2px;
    color: #fff;
    font-weight: 600;
    background-color: #99d276;
}
.main_btm_banner .swiper-pagination-bullet {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.main_btm_banner .swiper-pagination-bullet-active {
    background-color: #fff;
}
.main_btm_banner .view_banner {
    height: 209px;
    background-image: url("../images/main_banner_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main_btm_banner .view_banner.main_banner_1 {
    background-image: url('../images/main_banner_bg.png');
}
.main_btm_banner .view_banner.main_banner_2 {
    background-image: url('../images/main_banner_bg_2.png');
}
.main_btm_banner .view_banner.main_banner_2 .btm_banner_tt {
    color: #373737;
}
.main_btm_banner .view_banner.main_banner_2 .btm_banner_txt {
    color: #373737;
}
.main_btm_banner .view_banner.main_banner_2 .btm_banner_txt .gma {
    color: #06A736;
    font-size: 24px;
    font-weight: 700;
    background-color: transparent;
}
.main_btm_banner .view_banner.main_banner_3 {
    background-image: url('../images/main_banner_bg_3.png');
}
.main_btm_banner .view_banner.main_banner_3 .btm_banner_tt {
    color: #373737;
}
.main_btm_banner .view_banner.main_banner_3 .btm_banner_txt {
    color: #373737;
}
.main_btm_banner .view_banner.main_banner_3 .btm_banner_txt .gma {
    color: #0025B4;
    font-size: 24px;
    font-weight: 700;
    background-color: transparent;
}
.main_btm_banner .view_banner .container {
    display: flex;
    align-items: center;
    height: 100%;
}
.main_btm_banner .view_banner .container .clearfix {
    flex: 1 1 0;
    /* padding: 20px 0 0; */
    transform: translateY(6px);
}
.main_btm_banner .view_banner .clearfix .left {
    width: calc(100% - 464px);
}
.main_btm_banner .view_banner .clearfix .right {
    width: 464px;
    text-align: right;
}
.banner_btn_wrap {
    position: relative;
}
.banner_btn_wrap a img {
    /* position: absolute; */
}

/* 팝업 */
.event_pop_wrap {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 516px;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    padding: 15px;
}
.event_pop_con {
    position: relative;
    background: #efefef;
    border-radius: 16px;
}
.event_pop_con > img {
    width: 100%;
}
.event_pop_con > a {
    background: #03409b;
    box-shadow: 0px 0px 14px 0px #ffffff80;
    color: #fff;
    font-size: 21px;
    border-radius: 100px;
    position: absolute;
    display: block;
    width: 100%;
    max-width: 170px;
    text-align: center;
    padding: 7px 0;
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
    /* transition: .3s; */
    animation: blink02 1.5s ease infinite;
}
/* .event_pop_con > a:hover {
	letter-spacing: 0.7px;
} */
.pop_content_btm_wrap {
    padding: 8px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pop_content_btm_wrap label span:first-child {
    border: 0.86px solid #d0d0d0;
    background: #fff;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-right: 3px;
}
.pop_content_btm_wrap input:checked + label span:first-child {
    color: #666;
}
.pop_content_btm_wrap label span:last-child {
    color: #000;
    vertical-align: 2px;
}
.close_btn_box a {
    color: #000;
}
.close_btn_box a i {
    font-weight: 700;
    margin-left: 3px;
}
.pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
}

/* .re_main_mid {
    background: #F7F8FA;
} */
.re_main_mid .container {
    padding: 0;
}

@keyframes jittery {
    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}
.img-popup {
    text-align: center;
    left: 50% !important;
    transform: translate(-50%);
    padding: 10px;
}
.content {
    margin-right: auto;
    margin-left: auto;
}
.img-popup .content img {
    max-width: 100%;
    width: 1000px;
}
.b-close {
    position: absolute;
    right: -20px;
    top: -25px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    padding: 0 3px;
}
.b-close i {
    font-size: 40px;
    vertical-align: -2px;
}
.p-img {
    display: block;
    margin: 0 auto;
}
li.menu_center_box {
    position: relative;
}
li.menu_center_box > div {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translate(-50%);
    width: 60px;
    height: 60px;
    border: 1px solid #e2e2e5;
    background: #fff;
    border-radius: 50%;
}
li.menu_center_box > div > a {
    line-height: 57px;
}
li.menu_center_box > div > a > img {
    vertical-align: middle;
    width: 35px !important;
    height: 35px;
    margin-bottom: 0;
}
.mypg_home_content .main_list_each_wrap {
    grid-template-columns: repeat(4, 1fr);
}
.mob_nav_cs {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #e9e9ea;
    padding: 10px 0;
}
.mob_nav_cs .cs_info {
    margin-top: 10px;
}
.mob_btm_menu02 {
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    padding: 7px;
}
.mob_btm_menu02 ul {
    display: flex;
}
.mob_btm_menu02 ul li {
    width: auto;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
}
.mob_btm_menu02 ul li a {
    font-size: 15px;
}
.mob_btm_menu02 ul li:first-child {
    border: 1px solid #00c73c;
    width: 40%;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0px #00c73c70;
}
.mob_btm_menu02 ul li:first-child a {
    padding: 10px;
    color: #00c73c;
    font-weight: 500;
}
.mob_btm_menu02 ul li:first-child a div {
    animation: blink 1s step-end infinite;
}
.mob_btm_menu02 ul li:nth-child(2) {
    background: #00c73c;
    border: 1px solid #00c73c;
    width: 40%;
}
.mob_btm_menu02 ul li:nth-child(2) a {
    color: #fff;
}
.mob_btm_menu02 ul li:last-child {
    border: 1px solid #ddd;
    width: 20%;
    margin-right: 0;
}
.mob_btm_menu02 .click_heart2 {
    border: 0;
    background: #fff;
}
.mob_btm_menu02 .click_heart2 img {
    vertical-align: text-top;
}
.br_txt {
    display: inline-block;
}
.hover_txt_view {
    background-color: #fff;
    border: 1px solid #00c73c;
    border-radius: 100px;
    color: #00c73c;
    /* font-size: 12px; */
    font-weight: 500;
    /* height: auto; */
    letter-spacing: -0.25px;
    /* margin-top: 6.8px; */
    /* padding: 5px 0; */
    height: 35px;
    line-height: 36px;
    position: absolute;
    width: 90px;
    z-index: 100;
    text-align: center;
    display: none;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.hover_txt_view::after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -7px;
    width: 0;
    z-index: 1;
}
.hover_txt_view::before {
    border-color: #00c73c transparent;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -8px;
    width: 0;
    z-index: 0;
}
.header_right div a:hover .hover_txt_view {
    display: block;
}
.main_tt_top_move {
    background: linear-gradient(90deg, #00c73e 2.9%, #00c796 98.6%);
    position: absolute;
    font-size: 21px;
    color: #fff;
    max-width: 240px;
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 50px;
    animation: motion 0.5s linear 0s infinite alternate;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
}
.main_tt_top_move span {
    color: #fff9d7;
    font-size: 27px;
    font-weight: 500;
}
.main_tt_top_move::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 60px;
    border: 0;
    border-right-width: 30px;
    border-bottom-width: 15px;
    border-style: solid;
    border-color: transparent #00c73c;
    display: block;
    width: 0;
}
.main_tt_top_move::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 80px;
    border: 0;
    border-right-width: 10px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}
@keyframes motion {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 10px;
    }
}

.inquiry_mob_menu a span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #caefd0, #00c73c);
    animation: animate1 2s linear infinite;
}
@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.inquiry_mob_menu a span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #caefd0, #00c73c);
    animation: animate2 2s linear infinite;
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.inquiry_mob_menu a span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #caefd0, #00c73c);
    animation: animate3 2s linear infinite;
}
@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.inquiry_mob_menu a span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #caefd0, #00c73c);
    animation: animate4 2s linear infinite;
}
@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}


/* 상세 추가 테스트 */
.control_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #FFC700; */
}
.relate {
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    width: 150px;
    text-align: left;
}
.relate img {
    /* vertical-align: text-top; */
    margin-right: 5px;
}
.code_did_name {
    display: inline-block;
    letter-spacing: -0.5px;
}
.quantity_box {
    text-align: right !important;
}
.quantity_box .quantity {
    width: 100px;
    text-align: initial;
}
.quantity_box .quantity > .xi-minus-min,
.quantity_box .quantity > .xi-plus-min {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #e9e9ea;
    border-radius: 50%;
    color: #c3c3c3;
    padding: 4px 0;
    font-size: 15px;
    text-align: center;
    margin: 0 3px;
    cursor: pointer;
}
.quantity_box .quantity_num {
    font-size: 16px;
    color: #555555;
    margin: 0;
}
.control_total {
    color: #303441;
    font-weight: 400;
    font-size: 16px;
}
.quantity_box + .control_total {
    width: 60px;
    text-align: right;
}
.control_price {
    color: #303441;
    font-size: 17px;
    font-weight: 400;
}
.quantity_box + .control_total + .control_price {
    width: 95px;
    text-align: right;
}
.nav_con_btm_price {
    display: block;
    text-align: right;
    color: #303441;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 15px;
    border-top: 1px solid #ececec;
    padding-top: 15px;
}
.wish_price_con_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.product_btm_price .wish_price_con_total {
    margin-bottom: 15px;
}
.product_btm_price .product_btm_price_tt {
    color: #373737;
    font-size: 16px;
    font-weight: 400;
}
.product_btm_price .wish_price_con_total01 div:last-child {
    text-decoration: line-through;
    color: #9f9f9f;
}
.wish_price_con_total02 > div:last-child {
    color: #d4302b;
    font-weight: 400;
}
.wish_price_con_total i {
    font-style: inherit;
}
.product_btm_price .wish_price_con_total:last-child {
    margin-bottom: 0;
}
.wish_price_con_total03 > div:last-child {
    color: #585858;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    line-height: 1.2;
}

/* 서비스등록 가격정보 추가 */
.min_width_wrap_tab {
    display: none;
}
.tab_add {
    display: flex;
    margin: 25px 0;
    border: 1px solid #ddd;
}
.tab_add > span {
    background: #f9f9f9;
    display: block;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #adadad;
    cursor: pointer;
}
.tab_add > span.on {
    background: #b1b1b1;
    background: #333;
    color: #fff;
}
.tab_add_con table {
    border: 1px solid #eee;
    border-bottom: 0;
}
.tab_add_con table th {
    background: #f7f7f7;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    padding: 10px;
    width: 115px;
}
.tab_add_con table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.tab_add_con table td .p_ri {
    position: relative;
}
.tab_add_con table td textarea {
    border: 0;
    resize: none;
    width: 100%;
    height: 65px;
}
.tab_add_con table td .textarea_cnt {
    bottom: -7px;
    color: #858585;
}
.tab_add_con table td input {
    border: 0;
}
.tab_add_con table td .rank_in_sel_file {
    max-width: 138px;
    width: 100%;
}
.tab_box_abb_btn {
    text-align: center;
    margin: 10px 0;
}
.tab_box_abb_btn i {
    background: #ddd;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    padding: 3px 4px;
    cursor: pointer;
}
/* .tab_minus {
	display: none;
} */
.tab_add_con table th:has(.tab_add_con_btn_remove) {
	width: 60px;
}
.tab_add_con_btn_remove {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 24px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #C44;
	cursor: pointer;
}
.tab_add_con_btn_remove::after {
	color: #fff;
	font-size: 12px;
	transform: translate(-0.5px, 0.5px);
	content: '삭제';
}
.icon_exist input {
    display: none;
}
.tab_add_con .rank_in_sel_file[type="file"]::file-selector-button {
    padding: 2px 3px;
}
.po_icon_box img {
    width: 26px;
    height: 26px;
    object-fit: cover;
}
.relate img.po_icon_img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 5px;
    vertical-align: middle;
}

.mp_content_right .gnb_search {
    margin: 0;
    margin-bottom: 20px;
}

.program_payment_radio_group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin-top: 16px;
}
.program_payment_radio {
	display: flex;
	align-items: center;
}
.program_payment_radio input[type="radio"] {
	display: none;
}
.program_payment_radio label {
	position: relative;
	padding-left: 24px;
}
.program_payment_radio label::before {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #00c73c;
	border-radius: 50%;
	transform: translate(0, -50%);
	content: '';
}
.program_payment_radio label::after {
	position: absolute;
	display: none;
	top: 50%;
	left: 0;
	width: 9px;
	height: 9px;
	background-color: #00c73c;
	border-radius: 50%;
	transform: translate(4.5px, -50%);
	content: '';
}
.program_payment_radio input[type="radio"]:checked ~ label::after {
	display: inline-block;
}



/* TOOLTIP */
[data-tooltip] {
    position: relative;
}
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 85px;
    /* transform:translateX(-50%); */
    white-space: nowrap;
    transition: all 0.2s ease;
    font-size: 15px;
    letter-spacing: -1.2px;
    width: 100%;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    height: auto;
    position: absolute;
    top: 20px;
    padding: 5px;
    border-radius: 5px;
    color: #222;
    background: #fff;
    border: 1px solid;
    /* box-shadow: 0 3px 8px rgba(165, 165, 165, 0.5); */
    white-space: pre-wrap;
    /* width: 145px; */
    line-height: 1.2;
    z-index: 3;
}
/* [data-tooltip]:after{
	content: '';
	border-left:5px solid transparent;
	top:-8px;
	border-right:5px solid transparent;
	border-top:5px solid #50AA6F;
} */
[data-tooltip]:not([data-tooltip=""]):hover:before {
    visibility: visible;
    opacity: 1;
}
/* [data-tooltip]:not([data-tooltip=""]):hover:after{
	visibility:visible;
	opacity:1;
	top:-8px
} */


/***로그인 부분 옮길 것***/
.auth_common {
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    gap: 30px;
}
.auth_common .auth_cotents {
    width: 100%
}
.auth_tt {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 20px;
}
.inputbox {
    margin-bottom: 10px;
}
.inputbox input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
}
.login_btn a {
    display: block;
    text-align: center;
    padding: 12px;
    background-color: var(--main-color);
    border-radius: 5px;
    color: #fff;
}
.login_condition {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.login_keep_box {
    display: flex;
    align-items: center;
}
.login_keep_box label,
label.custom_chk_box {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.custom_chk {
    width: 15px;
    height: 15px;
    background-color: var(--border-color);
    border-radius: 3px;
    margin-right: 5px;
    transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom_chk::before {
    content: "\e928";
    font-family: 'xeicon';
    font-size: 11px;
    color: #fff;
}
/* .login_keep_box input[type="checkbox"]:checked + label .custom_chk {
    background-color: var(--main-color);
}
.login_keep_box input[type="checkbox"]:checked + label .custom_chk::before {
    display: block;
} */
 input[type="checkbox"]:checked + .custom_chk_box .custom_chk {
    background-color: var(--main-color);
}
input[type="checkbox"]:checked + .custom_chk_box .custom_chk::before {
    display: block;
}
.join_page .custom_chk_box span {
    pointer-events: none;
}
.join_page .custom_chk_box span a {
    pointer-events: auto;
    text-decoration: underline;
}

.find_idpw {
    display: flex;
    align-items: center;
}
.find_idpw a {
    transition: color 0.3s ease;
}
.find_idpw a:hover {
    color: var(--main-color);
}
.find_idpw a::after {
    content: '·';
}
.find_idpw a:last-child::after {
    display: none;
}

.sns_login_wrap {}
.sns_login_tt {
    text-align: center;
    margin: 20px 0 15px;
    font-weight: 500;
}
.login_common_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.kakao_join .login_common_btn {
    border-color: #FAE100;
    background-color: #FAE100;
}
.google_join .login_common_btn {
    border-color: var(--border-color);
}
.join_ms_btn .login_common_btn,
.sns_login_box2 .login_common_btn {
    border-color: var(--main-color);
    color: var(--main-color);
    margin-bottom: 0;
    font-weight: 500;
}

/***찾기***/
.find_top_wrap {
    display: flex;
    justify-content: space-around;
    background: #f7f7f7;
    margin-bottom: 20px;
    text-align: center;
}
.find_top_wrap > div {
    cursor: pointer;
    color: #9f9f9f;
    font-weight: 500;
    width: 100%;
}
.find_top_wrap > div a {
    display: block;
    padding: 10px 0;
}
.find_top_wrap .find_detail_txt {
    border: 1px solid var(--main-color);
    background-color: #fff;
    color: var(--main-color);
    border-bottom: 0;
}

.joinform_box_tt {
    font-weight: 500;
    margin-bottom: 5px;
}
.joinform_box_tt > div > span {
    color: var(--main-color);
    margin-left: 3px;
}
.phone_num_wrap{
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.phone_num_wrap .phone_box1 {
    flex: 0 0 80px;
}
.phone_num_wrap .phone_box2,
.phone_num_wrap .confirm_num {
    flex: 1;
}
.phone_num_wrap .chk_btn {
    display: block;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    color: var(--main-color);
    text-align: center;
    padding: 8px 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
    height: 40px;
    width: 76px;
}
.joinform_common_box {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
}
.find_method_section {
    margin-bottom: 30px;
}
.radio_label {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 500;
}
.radio_label input[type="radio"] {
    width: 15px;
    height: 15px;
    accent-color: var(--main-color);
}

.next_box {
    display:flex; 
    gap:8px; 
    margin-top:30px;
}
.next_box > div {
    flex: 1;
}
.next_box > div a {
    display:block; 
    padding:10px; 
    text-align:center; 
    background:#eee; 
    border-radius:5px; 
    color:#666;
    cursor: pointer;
}
.next_box .find_next_btn a {
    background-color: var(--main-color);
    color: #fff;
}

.joinform_page .flex_row {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.joinform_page .flex_row input {
    flex: 1;
}
.joinform_page .flex_row select {
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
}