@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    font-size: 16px;
    scroll-behavior: smooth; 
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 16px;
    line-height: 1.5;
    /*    font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;*/
    font-family: 'Noto Sans KR', 'Roboto', sans-serif !important;
    color: #444;
}

fieldset,
img {
    border: 0 none;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

select {
    font-size: 100%;
    vertical-align: middle;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

input,
textarea,
button {
    font-size: 100%;
    vertical-align: middle;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
}

body {
    height: 100%;
    background: #ffffff;
    color: #444;
    -webkit-text-size-adjust: none;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'],
button,
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='file'] {
    -webkit-appearance: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type='checkbox'] {
    accent-color: #2F3282;
    -webkit-appearance: checkbox;
}

input[type='radio'] {
    accent-color: #2F3282;
    -webkit-appearance: radio;
}

input[type='number'] {
    -webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input:focus {
    outline: none !important;
}


footer {
    width: 100%;
}

.last {
    bottom: 0;
    position: fixed;
}

.first {
    display: flex;
    align-items: center;
    justify-content: center;

    /* margin: auto; */
    /* padding: 0; */
    /* width: 100%; */
    height: 100%;
    text-align: center;
}

.container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* overflow: auto; */
}

.main_menu {
    width: 100vw;
    background: #00a398;
}

.main_service {
    width: 90%;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_servicel_btn {
    width: 47%;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    float: left;
    border: 3px solid white;
    border-radius: 10px;
    text-align: center;
    margin-right: calc(3% - 6px);
    text-shadow: 4px 4px 4px black;
    box-shadow: 4px 2px 2px gray;
}

.main_servicer_btn {
    width: 47%;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    float: left;
    border: 3px solid white;
    border-radius: 10px;
    text-align: center;
    margin-left: calc(3% - 6px);
    text-shadow: 4px 4px 4px black;
    box-shadow: 4px 2px 2px gray;
}

.main_service a {
    text-decoration: none;
    color: white;
    font-size: 35px;
    font-weight: 700;
}

.expert-ranking {
   cursor: pointer; 
   width: 90%; 
   margin: 20px auto 0 auto; 
   display: flex; 
   justify-content: space-between; 
   align-items: center; 
   border: 1px solid #eaeaea; 
   border-radius: 6px; 
   padding: 10px; 
   background: #2F3282;
}

.main_container {
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
    /* margin-top: 50px; */
    background-color: #dddddd;
    border-radius: 15px;
}

.main_title1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    font-weight: 700;
    margin-left: 3%;
    padding: 20px 0;
    text-shadow: 4px 4px 4px gray;
}

.main_invest {
    width: 100%;
    height: 430px;
    background: white;
    border-radius: 10px;
}

.main_invest a {
    text-decoration: none;
    color: #444;
    width: 100%;
    height: 100%;
}

.main_invest_row {
    width: 100%;
    height: 180px;
    display: inline-block;
    padding: 15px 0;
}

.main_invest_column {
    width: 100%;
    border: 1px solid #dedede;
    background: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 15px;
    box-shadow: 1px 1px 2px #e9e9e9;
}

.mi_icon {
    width: 100%;
    height: 120px;
    float: left;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.mi_new {
    width: 26%;
    position: absolute;
    left: 12%;
}

.mb_new {
    width: 25px;
    position: absolute;
    margin-left: 35px;
}

.mi_text {
    width: 100%;
    height: 60px;
    float: left;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 10px;
}

.main_title2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    font-weight: 700;
    margin-left: 3%;
    padding: 20px 0;
    margin-top: 20px;
    text-shadow: 4px 4px 4px gray;
}

.main_consult {
    width: 96%;
    height: 170px;
    margin-left: 2%;
    margin-right: 2%;
    background: white;
    border-radius: 10px;
    padding: 10px 0;
    display: inline-block;
}

.main_consult a {
    text-decoration: none;
    color: #444;
}

.main_consult_column {
    width: 25%;
    height: 170px;
    float: left;
}

.main_consult_column2 {
    width: 100%;
    height: 170px;
    float: left;
}

.mc_icon {
    width: 100%;
    height: 100px;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.mc_text {
    width: 100%;
    height: 60px;
    float: left;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 10px;
}

.main {
    width: 80%;
    margin-left: 10%;
    text-align: center;
}

#investorservice_btn {
    width: 95%;
    border-radius: 10px;
}

#expertservice_btn {
    width: 95%;
    border-radius: 10px;
    margin-left: 5%;
}

#main_btn {
    width: 100%;
    border-radius: 10px;
}

.main_para {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    text-align: center;
}

.logo_bottom {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 70px;
    text-align: center;
    background-color: white;
}

.logo_bottom2 {
    padding-bottom: 20px;
}

#logo_bottom {
    height: 100%;
}

.main_bottom {
    width: 100%;
    background-color: white;
    border-radius: 20px;
}

.app_down {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app_down1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 50%;
    /* width: calc(46% - 4px); */
    /* margin-left: 2%; */
    /* margin-right: 2%; */
    /* float: left; */
    border: 1px solid #dedede;
    border-radius: 50px;
    /* display: inline-block; */
    background-color: white;
    margin-right: 15px;
}

.app_down2 {
    display: flex;
    align-items: center;
    /*    justify-content: space-around;*/
    justify-content: center;
    padding: 10px;
    width: 50%;
    /* margin-left: 2%; */
    /* margin-right: 2%; */
    /* float: left; */
    border: 1px solid #dedede;
    border-radius: 50px;
    /* display: inline-block; */
    background-color: white;

}

.app_img {}

.app_img img {
    width: 40px;
    height: 40px;
    /* margin-top: 10px; */
    /* margin-left: 50px; */
}

.displayY{display: inline;}
.displayN{display: none;}

.app_text {
    font-size: 1rem;
    margin-left: 0.75rem;
    /* float: left;
    width: calc(60% - 50px);
    height: 80px;
    margin-right: 50px;
    text-align: center;
    font-size: 1.75rem;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 40px; */
}

.container_login {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #2900c4;
}

.title {
    padding-top: 100px;
}

#phone {
    text-align: center;
    width: 80%;
    height: 80px;
    font-size: 40px;
}

#phone::placeholder {
    font-size: 40px;
    color: #464646;
}

.login_para {
    padding-top: 10%;
    font-size: 35px;
    color: white;
    text-align: center;
}

.btn_next {
    width: 100%;
    bottom: 15%;
    text-align: center;
}

#btn_next {
    width: 40%;
}

/*--------------expertlogin-------------*/
.phone {
    width: 90%;
    /* height: 40px; */
    display: inline-block;
    padding-top: 15%;
    margin: 0 auto;
}

.phone_img {
    margin: 0PX 10px;
    width: 10%;
    text-align: center;
}

.phone_img img {
    width: 100%;
}

.phone_input {
    width: 80%;
    height: 100%;
    float: left;
}

.phone_input input {
    width: 90%;
    height: 100%;
    font-size: 15px;
    line-height: 180%;
    color: white;
    background-color: #00a398;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
}

.phone_input input::placeholder {
    color: #e4e4e4;
}

.pw {
    padding: 15PX 0;
    margin: 0 auto;
}

.pw_img {
    margin: 0PX 10px;
    width: 10%;
    text-align: center;
}

.pw_img img {
    width: 100%;
}

.pw_input {
    width: 80%;
    height: 100%;
    float: left;
}

.pw_input input {
    width: 90%;
    height: 100%;
    font-size: 15px;
    line-height: 180%;
    color: white;
    background-color: #00a398;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
}

.pw_input input::placeholder {
    color: #e4e4e4;
}

.login_btn {
    width: 100%;
    /* height: 40px; padding-top: 2rem;*/
    text-align: center;

    margin: 0.5rem 0rem 1.75rem 0rem;
}

.login_btn button {
    width: 70%;
    /* height: 100%; */
    background-color: white;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 650;
    cursor: pointer;
}

.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;

}

.w85 {
    width: 85%;
    margin: 0 auto;
}

.sign_btn {
    width: 100%;
    height: 40px;
    text-align: center;
    padding-top: 4%;
}

.sign_btn button {
    width: 70%;
    height: 100%;
    background-color: #00a398;
    border: 2px solid white;
    color: white;
    outline: none;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 650;
    cursor: pointer;
}

.findinfo {
    width: 100%;
    /* height: 30px; */
    text-align: center;
    padding: 1rem 0;
}

.findinfo a {
    color: #444;
    font-size: 1.1rem;
    text-decoration: underline;
}

.terms {
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
    display: inline-block;
}

.terms01 {
    float: left;
    padding-top: 7px;
}

#terms01[type=checkbox] {
    width: 30px;
    height: 30px;
}

.terms02 {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
    float: left;
    padding-top: 3px;
}

.terms03 {
    color: white;
    font-size: 30px;
    margin-left: 5px;
    float: left;
    text-align: center;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

#terms03[type=button] {
    font-size: 30px;
}

.blank {
    width: 100%;
    height: 20%;
}

.container_expertlogin {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #00a398;
    /* overflow: auto; */
}

/*--------------expertinfo-------------*/
.expertinfo {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    /* overflow: auto; */
}

.ei1_container {
    width: 100%;
    height: 100%;
    display: inline-block;
    /* overflow: auto; */
}

.info_para {
    width: 90% !important;
    padding-top: 10px;
    margin: 0 auto;
}

.info_para.flex-layout,
.pf_phone.flex-layout,
.consult-list-area.flex-layout {
    align-items: center;
    justify-content: space-between;
}

.info_para2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

.info_para3 {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 1rem;
    text-align: center;
    color: white;
}

.info_para3 a {
    font-weight: bold;
    color: white;
}

.info_count {
    width: 90%;
    padding-top: 10px;
    display: none;
    font-size: 1rem;
    color: #444;
    text-align: left;
}

#ei1_phone {
    width: 55%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 15px;
    padding: 5px 10px;
}

#ei1_btn_send {
    width: 33%;
    height: 40px;
    border: 2px solid white;
    outline: none;
    background: #00a398;
    color: white;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 600;
    float: right;
    cursor: pointer;
}

#ei1_code {
    width: 90%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 15px;
    padding: 5px 10px;
}

.ei1_confirm_code {
    width: 33%;
    height: 40px;
    border: none;
    font-size: 15px;
    text-align: center;
    float: right;
    line-height: 40px;
}

.ei1_data {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 15px;
    padding: 5px 10px;
}

.ei1_data2 {
    padding: 5px 9px;
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 1rem;
    text-align: left;
    color: #444;
    background-color: #fff;
    border: 1px solid #dedede;
}

.ei1_data3 {
    width: 90%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 15px;
    padding: 5px 10px;
    text-align: left;
    float: left;
}

.ei1_degree {
    width: 10%;
    height: 40px;
    color: #444;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    float: left;
}

.ei1_btn_next {
    width: 100%;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20%;
    text-align: center;
}

#ei1_btn_next {
    width: 40%;
    height: 45px;
    font-size: 1.15rem;
    font-weight: bold;
    border: 2px solid white;
    outline: none;
    border-radius: 10px;
    background-color: #2F3282;
    color: #fff;
    cursor: pointer;
}

/*--------------passwordfind-------------*/

.container_pf {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    /* overflow: auto; */
}

.title_pf {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    top: 10px;
    color: white;
}

.title_pf img {
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.pf_phone {
    margin: 0 auto;
    width: 90% !important;
    height: 40px;
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    /* display: inline-block;*/
}

.pf_btn_next {
    width: 100%;
    /* height: 50px; */
    margin-top: 8%;
    text-align: center;
}

/*---------------------------*/
.layoutname_goal {
    float: left;
    padding-left: 10%;
    color: white;
    width: 30%;
    font-size: 35px;
}

.inputname {
    float: left;
    padding-left: 5%;
    padding-right: 10%;
    width: 45%;
}

#inputname {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 40px;
}

.investorvalue {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 40px;
}

.expertvalue {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 40px;
}

.topmenu {
    width: 100%;
    height: 60px;
    display: inline-block;
}

.listarray {
    width: 50%;
    height: 60px;
    float: left;
    border-right: 1px solid white;
}

#listarray {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 40px;
    background-color: #2900c4;
    color: white;
}

.listsearch {
    width: 49%;
    height: 60px;
    float: left;
    color: white;
    font-size: 40px;
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
}

#searchimg {
    width: 40px;
    height: 40px;
    float: left;
    padding-top: 10px;
    padding-left: 20%;
}

.list {
    width: 100%;
    background-color: white;
}

.row {
    width: 100%;
    height: 300px;
    border-bottom: 2px solid #505050;
    display: inline-block;
}

.profile {
    width: 30%;
    height: 300px;
    border-right: 2px solid #505050;
    float: left;
    padding: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.profile_para {
    width: 60%;
    height: 300px;
    float: left;
    padding: 20px 20px 20px 50px;
    display: inline-block;
}

.profile_para01 {
    width: 100%;
    height: 100px;
    float: left;
    display: inline-block;
}

.profile_para02 {
    width: 100%;
    height: 200px;
    float: left;
    display: inline-block;
}

.expertname {
    width: 100%;
    height: 60px;
    font-size: 40px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    float: left;
}

.expertintro {
    width: 100%;
    height: 80px;
    font-size: 22px;
    color: #505050;
    float: left;
}

.experttend01 {
    width: 25%;
    height: 35px;
    float: left;
    font-weight: bold;
    font-size: 22px;
}

.experttend02 {
    width: 25%;
    height: 35px;
    float: left;
    font-size: 22px;
}

.expertrate01 {
    width: 25%;
    height: 35px;
    float: left;
    font-weight: bold;
    font-size: 22px;
}

.expertrate02 {
    width: 25%;
    height: 35px;
    float: left;
    color: red;
    font-size: 22px;
}

.counselcount01 {
    width: 25%;
    height: 35px;
    float: left;
    font-weight: bold;
    font-size: 22px;
}

.counselcount02 {
    width: 25%;
    height: 35px;
    float: left;
    font-size: 22px;
}

.grade01 {
    width: 25%;
    height: 35px;
    float: left;
    font-weight: bold;
    font-size: 22px;
}

.grade02 {
    width: 25%;
    height: 35px;
    float: left;
    font-size: 22px;
}

.stock01 {
    width: 25%;
    height: 35px;
    float: left;
    font-weight: bold;
    font-size: 22px;
}

.stock02 {
    width: 75%;
    height: 35px;
    float: left;
    font-size: 22px;
}

.selectstyle {
    float: left;
    padding-left: 5%;
    padding-right: 10%;
    width: 45%;
}

#selecttype {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 40px;
    color: #505050;
}

#selectstyle {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 40px;
    color: #505050;
}

.expertprofile {
    width: 100%;
    text-align: center;
}

.profilelayout {
    color: white;
    text-align: center;
    font-size: 45px;
}

.image-preview {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    align-items: center;
}

#selectimg {
    width: 100px;
    height: 50px;
}

#selectimg {
    display: none;
}

.lb_selectimg {
    width: 270px;
    height: 70px;
    background-color: white;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
}

.file_select {
    width: 100%;
}

.file_select_span {
    width: 100%;
    color: white;
    font-size: 30px;
    padding-bottom: 30px;
}

#btn_upload {
    width: 30%;
    height: 60px;
    text-align: center;
    font-size: 35px;
    align-items: center;
}

.blank2 {
    width: 100%;
    height: 100px;
}

.introduce {
    width: 100%;
}

.layoutintro {
    color: white;
    text-align: center;
    font-size: 45px;
    padding-top: 50px;
}

.inputintro {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

#inputintro {
    width: 80%;
    height: 200px;
    font-size: 30px;
    margin: 5px;
}

stocktest {
    width: 100%;
}

.layouttest {
    color: white;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
}

.inputtest {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

#tabletest {
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 35px;
    color: white;
    border-collapse: collapse;
}

.th_test {
    border-bottom: 1px solid lightgray;
}

.td_test {
    border-bottom: 1px solid lightgray;
}

.td_input {
    width: 80%;
    height: 60px;
    font-size: 35px;
    text-align: center;
}

.img_document {
    width: 100%;
    text-align: center;
}

.approvalstand {
    width: 100%;
    height: 100px;
    padding-top: 50px;
    font-size: 70px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.parastand {
    width: 80%;
    margin: 0 10% 0 10%;
    color: white;
    font-size: 30px;
}

.detail01 {
    width: 100%;
    height: 300px;
}

.detail_photo {
    width: 100%;
    height: 500px;
    text-align: center;
}

#detail_photo {
    width: 300px;
    height: 300px;
}

.expertstand {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #b90700;
}

/*----------expertdetail-------------*/

#detailimg {
    width: 250px;
    height: 250px;
}

.container_detail {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.ed_profile {
    width: 100%;
    /* height: 190px; */
    padding: 0;
    margin: 0;
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
}

.ed_pi img {
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 10px;
}

.ed_pn {
    width: 100%;
    text-align: center;
    color: #444;
    font-weight: bold;
    font-size: 1.15rem;
    padding: 10px 0;
}

.ed_info {
    background-color: fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    width: 90%;
    /* height: 100px; */
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
}

.ed_info_ds {
    /* width: calc(50% - 0.5px);
    height: 100px;
    float: left; */
}

.ed_info_ds2 {
    /* width: calc(50% - 0.5px);
    height: 100px;
    float: left;
    border-left: 1px solid #eeeeee; */
}

.ed_info_dth {
    width: 100%;
    height: 40px;
    line-height: 110%;
    text-align: center;
    font-size: 1rem;
    padding-top: 10px;
    color: #949494;
}

.ed_info_dth_s {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding-top: 10px;
    color: #949494;
}

.ed_info_dtd {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 10px 0;
}

.ed_bul {
    background-color: white;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #e4e4e4;
}

.ed_bul_th {
    /* width: 23%;
    height: 20px;
    float: left; */
    font-size: 1rem;
    color: #949494;
    margin-top: 10px;
    text-align: center;
}

.ed_bul_th2 {
    /* width: 23%;
    height: 20px;
    float: left; */
    /* border-left: 1px solid #eeeeee; */
    font-size: 1rem;
    color: #949494;
    margin-top: 10px;
    text-align: center;
}

.ed_bul_td {
    /* width: 24%;
    height: 20px;
    float: left; */
    font-size: 1rem;
    text-align: center;
    padding: 10px 0;
}

.ed_bul_td2 {
    /* width: 24%;
    height: 20px;
    float: left; */
    font-size: 1rem;
    margin-right: calc((6% - 1px) / 2);
    text-align: center;
    padding: 10px 0;
}

.ed_menu {
    background-color: white;
    border-radius: 20px;
    width: 90%;
    height: 40px;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    font-size: 1.15rem;
}

.ed_menu label {
    width: 100%;
    display: inline-block;
}

#ed_accept {
    background-color: blue;
    color: white;
    font-weight: 600;
}

#ed_stand {
    background-color: #999999;
    color: white;
    font-weight: 600;
}

#ed_reject {
    background-color: red;
    color: white;
    font-weight: 600;
}

/*----------expertlist-------------*/

.container_expertlist {
    width: 100%;
    height: 100%;
    /* padding: 10px 0 0 0; */
    margin: 0px auto;
    background-color: #fff;
    /* overflow: auto; */
    text-align: center;
}

.expertlist_title {
    width: 90%;
    height: 5%;
    margin-left: 5%;
    border-bottom: 2px solid black;
    text-align: center;
    font-size: 2.5vh;
    font-weight: bold;
}

.expertlist_title span {
    line-height: 200%;
}

.order-list {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 10px;
    margin: 15px 0px;
}

.order-list div {
    width: 75px;
    padding: 5px;
    background: #ccc;
    border-radius: 15px;
    transition: all 0.5s;
    color: white;
    cursor: pointer;
    flex: 0 0 auto;    
    margin-left: 10px;
}

.order-list div:first-child {
    margin-left: 0px;
}

.order-list div.select {
    background: #000000;
}

.expertlist_row {
    cursor: pointer;
    width: 90%;
    /* height: 133px; */
    /* background-color: white; */
    /* border-radius: 10px; */
    margin-top: 20px;
    padding: 15px 10px;
    /* display: inline-block; */
    position: relative;
    border-bottom: 1px solid #dedede;
    margin: 0 auto;
    /* text-align: center;*/
}

.el_row_cover {
    width: 100%;
    background-color: #fff;
    opacity: 0;
}

.expertlist_row_profile {
    /* width: 100px;
    height: 100px; */
    /* float: left; */
}

.expertlist_row_profile img {
    width: 95px;
    height: 95px;
    margin-right: 10px;
    border: 1px solid #eeeeee;
    border-radius: 10px
}

.expertlist_row_content {
    width: 100%;
    /* height: 80px; */
    margin: 0 10px;
    /* float: left; */
}

.expertlist_row_content_name {
    width: 100%;
    /* height: 20px; */
    font-size: 1.15rem;
    font-weight: bold;
    color: #494949;
    text-align: left;
    display: flex;
    align-items: center;   /* 세로 기준 통일 */
    gap: 4px;
}
.expertlist_row_content_name span{
  line-height: 1;        /* 🔥 텍스트 기준선 정리 */
}
.expertlist_row_content_name img{
  display: block;        /* inline 이미지 baseline 제거 */
  height: 18px;
}
.expertlist_row_content_intro {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1rem;
    text-align: left;
    color: #494949;
}
.expertlist_row_meta{
   display:flex;
  align-items:center;        /* ✅ 세로 높이 맞춤 */
  justify-content:space-between; /* ✅ 날짜 왼쪽 / 이름 오른쪽 끝 */
  gap:12px;
  line-height:1;             /* ✅ 글자 높이 흔들림 줄임 */
  padding-top:2px;           /* 필요하면 미세 조정 */
}
expertlist_row_meta .meta-date,
.expertlist_row_meta .meta-name{
  display:flex;
  align-items:center;        /* ✅ 내부도 세로 중앙 */
  white-space:nowrap;        /* ✅ 줄바꿈 방지 */
  color:#777;
}
.expertlist_row_meta .meta-name{
  margin-left:auto;          /* ✅ 오른쪽으로 밀기(보험) */
  text-align:right;
}
.expertlist_row_content_01 {
    margin-top: 5px;
    font-size: 1rem;
    text-align: left;
    color: #444;
    font-weight: 500;
}

.expertlist_row_content_02 {
    text-align: left;
    font-size: 1rem;
    color: #444;
}

.expertlist_row_content_03 {
    float: left;
    margin-top: 5px;
    font-size: 1rem;
    text-align: center;
    color: #444;
    font-weight: 500;
}

.expertlist_row_content_04 {
    float: left;
    margin-top: 5px;
    font-size: 1rem;
    text-align: center;
    color: #444;
}

#expertlist_tdline {
    border-right: 1px solid #bbbbbb;
}

.expertlist_row_content_01 span {
    line-height: 15px;
}

.expertlist_row_content_02 span {
    line-height: 15px;
}

.expertlist_row_content_03 span {
    line-height: 15px;
    margin-right: 5px;
}

.expertlist_row_content_04 span {
    line-height: 15px;
}

.btn_el {
    width: 100%;
    height: 60px;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    margin-top: 30px;
}

#btn_el {
    width: 90%;
    padding: 10px 0;
    background-color: #2F3282;
    color: #fff;
    font-size: 1.15rem;
    font-weight: bold;
    outline: none;
    border: none;
    border-radius: 10px;
}

/*----------tradingadmin-------------*/

.container_tradingadmin {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    /* overflow: auto; */
}

.tradingadmin_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    background-color: #00a398;
    color: white;
}

#icon_back_white {
    position: absolute;
    height: 30px;
    left: 5px;
    top: 5px;
    cursor: pointer;
}

.ta_btn_add {
    text-align: right;
    position: absolute;
    top: 5px;
    right: 5px;
}

#ta_btn_add {
    background-color: #00a398;
    font-size: 18px;
    border-radius: 10px;
    color: white;
    outline: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 650;
    cursor: pointer;
    padding: 0 20px;
}
#ta_btn_add1{
    min-width:80px;
    height:36px;
    padding:0 16px;

    background:#2f3192;
    color:#fff;

    border:0;
    border-radius:6px;

    font-size:14px;
    font-weight:500;

    cursor:pointer;
    margin-right: 20px;
}
.tradingadmin_row {
    width: 90%;
    background-color: white;
    border-radius: 10px;
    margin: 10px auto;

}

.ta_state {
    width: 100%;
    display: inline-block;
}

.ta_state_l {
    width: 50%;
    height: 20px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 1.15rem;
}

.ta_state_r {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}

#ta_row_delete {
    height: 20px;
    cursor: pointer;
}

.ta_row_name {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    text-align: center;
    font-size: 1.15rem;
    line-height: 20px;
    font-weight: 600;
}

.ta_row_main {
    width: 100%;
    height: 30px;
    font-size: 1.25rem;
    line-height: 30px;
    padding-top: 5px;
    display: inline-block;
}

.ta_row_main_l {
    width: 45%;
    float: left;
    text-align: right;
    margin-right: 10px;
    color: red;
}

.ta_row_main_r {
    width: 45%;
    float: left;
    text-align: left;
}

.ta_row_detail {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    padding-top: 5px;
}

.ta_detail_th {
    width: 20%;
    height: 20px;
    float: left;
    border-right: 1px solid #848484;
    line-height: 20px;
}

.ta_detail_td {
    width: 28%;
    height: 20px;
    float: left;
    color: #848484;
    line-height: 20px;
}

.ta_reason {
    width: 100%;
    font-size: 1.15rem;
    padding: 0 10px;
}

/*----------trading_add-------------*/
.tra_container {
    width: 100%;
    padding: 0;
    margin: 0;
    /* background-color: #eeeeee; */
    /* overflow: auto; */
}

.tra_td {
    width: 90%;
    height: 40px;
    background-color: white;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #e4e4e4;
    margin-left: 5%;
    border-radius: 10px;
}

.tra_td_name {
    width: 90%;
    height: 40px;
    background-color: white;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #e4e4e4;
    margin-left: 5%;
    border-radius: 10px;
}

.tra_input {
    width: 90%;
    height: 30px;
    margin: 5px 5%;
    font-size: 17px;
    border: none;
    outline: none;
}

.tra_th {
    width: 90%;
    height: 30px;
    margin-left: 6%;
    margin-top: 20px;
    display: inline-block;
    font-size: 17px;
}

.tra_td2 {
    width: 100%;
    height: 40px;
    display: inline-block;
}

.tra_td2_y {
    width: 27%;
    display: inline-block;
    border: 2px solid #e4e4e4;
    background-color: white;
    float: left;
    margin-left: 5%;
    text-align: center;
    border-radius: 10px;
}

.tra_td2_y select {
    border-radius: 10px;
}

.tra_s {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    font-size: 1rem;
    text-align: left;
    color: #949494;
    background-color: white;
    padding: 0 10px;
}

.tra_td2_m {
    width: 25%;
    display: inline-block;
    border: 2px solid #e4e4e4;
    background-color: white;
    float: left;
    border-radius: 10px;
}

.tra_td2_m select {
    border-radius: 10px;
}

.tra_td2_d {
    width: 25%;
    display: inline-block;
    border: 2px solid #e4e4e4;
    background-color: white;
    float: left;
    border-radius: 10px;
}

.tra_td2_d select {
    border-radius: 10px;
}

.tra_stick {
    width: 5%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 15px;
}

.tra_td3 {
    width: 80%;
    height: 40px;
    background-color: white;
    margin-top: 10px;
    display: inline-block;
    border: 2px solid #e4e4e4;
    margin-left: 5%;
    float: left;
    border-radius: 10px;
}

.tra_td3 input {
    border-radius: 10px;
}

.tra_input2 {
    width: 90%;
    height: 30px;
    margin: 5px 5%;
    font-size: 17px;
    border: none;
    outline: none;
}

.tra_degree {
    width: 8%;
    height: 40px;
    text-align: center;
    font-size: 17px;
    float: left;
    margin-top: 10px;
    line-height: 40px;
}

.tra_td_file {
    width: 90%;
    height: 40px;
    line-height: 40px;
    background-color: white;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #e4e4e4;
    margin-left: 5%;
    font-size: 1rem;
    border-radius: 10px;
}

.tra_td_file span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

#tra_file {
    display: none;
}

#tra_btn_fa {
    width: 90%;
    height: 40px;
    line-height: 40px;
    background-color: blue;
    margin-top: 10px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    margin-left: 5%;
}

.tra_btn_add {
    width: 100%;
    height: 40px;
    text-align: center;
}

#tra_btn_add {
    width: 90%;
    height: 40px;
    background-color: #2F3282;
    font-size: 1.15rem;
    line-height: 40px;
    border-radius: 10px;
    color: #fff;
    border: none;
    outline: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 650;
    cursor: pointer;
    margin-top: 1.25rem;
    margin-bottom: 20px;
}

/*----------certificatelist-------------*/

.cf_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.cf_title {
    width: 90%;
    height: 5%;
    margin-left: 5%;
    border-bottom: 2px solid black;
    font-size: 2.5vh;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-align: center;
}

.cf_title span {
    line-height: 200%;
}

.cf_btn_add {
    width: 20%;
    height: 90%;
    top: 0;
    right: 0;
    position: absolute;
}

#cf_btn_add {
    width: 100%;
    height: 70%;
    margin-top: 10%;
    background-color: blue;
    font-size: 1.9vh;
    line-height: 160%;
    border-radius: 5px;
    color: white;
    border: none;
    outline: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 650;
    cursor: pointer;
}

.cf_row_wrap {
    width: 100%;
    padding: 0;
    margin: 0;
}

.cf_row {
    width: 90%;
    height: 15%;
    margin-left: 5%;
    background-color: white;
    border-radius: 20px;
    margin-top: 2%;
    overflow: hidden;
}

.cf_row_temp {
    width: 90%;
    height: 15%;
    margin-left: 5%;
    background-color: white;
    border-radius: 20px;
    margin-top: 2%;
    overflow: hidden;
}

.cf_row_hide {
    width: 90%;
    height: 15%;
    margin-left: 5%;
    background-color: white;
    border-radius: 20px;
    margin-top: 2%;
    overflow: hidden;
    display: none;
}

.cf_name {
    width: 90%;
    height: 19%;
    margin-top: 2%;
    padding-bottom: 2%;
    margin-left: 5%;
    border-bottom: 1px solid #e4e4e4;
}

.cf_file {
    width: 90%;
    height: 19%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-left: 5%;
    border-bottom: 1px solid #e4e4e4;
}

.cf_name input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 2vh;
    line-height: 150%;
    outline: none;
}

.cf_file input {
    display: none;
}

#cf_file_btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 2vh;
    line-height: 150%;
}

#cf_img_folder {
    height: 80%;
    vertical-align: middle;
    padding-right: 20px;
}

.cf_delete {
    width: 90%;
    height: 19%;
    margin-top: 2%;
    padding-bottom: 2%;
    padding-left: 5%;
    font-size: 2vh;
    cursor: pointer;
}

#cf_img_delete {
    height: 80%;
    vertical-align: middle;
    padding-right: 20px;
}

/*----------consultlist2-------------*/

.cs_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.cs_title {
    width: 90%;
    height: 5%;
    margin-left: 5%;
    border-bottom: 2px solid black;
    font-size: 2.5vh;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-align: center;
}

.cs_title span {
    line-height: 200%;
}

.cs_row_wrap {
    width: 100%;
    padding: 0;
    margin: 0;
}

.cs_row {
    width: 90%;
    height: 15%;
    margin-left: 5%;
    background-color: white;
    border-radius: 20px;
    margin-top: 2%;
    overflow: hidden;
}

.cs_date {
    width: 100%;
    height: 23%;
    display: inline-block;
    padding-top: 5px;
}

.cs_name {
    width: 100%;
    height: 23%;
    display: inline-block;
    padding-top: 2px;
}

.cs_theme {
    width: 100%;
    height: 23%;
    display: inline-block;
    padding-top: 2px;
}

.cs_request {
    width: 100%;
    height: 23%;
    text-align: center;
    padding-bottom: 5px;
    font-size: 1.8vh;
    line-height: 180%;
    padding-top: 2px;
    font-weight: 660;
}

.cs_th {
    width: 30%;
    height: 100%;
    text-align: center;
    font-size: 1.8vh;
    line-height: 180%;
    float: left;
    padding-left: 10%;
    border-right: 1px solid #898989;
    color: #949494;
}

.cs_td {
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 1.8vh;
    line-height: 180%;
    float: left;
}

#btn_request {
    width: 50%;
    height: 100%;
    background: blue;
    color: white;
    padding: 1% 10%;
    border-radius: 10px;
}

/*----------consultrequest-------------*/

.csr_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.csr_title {
    width: 90%;
    height: 5%;
    margin-left: 5%;
    border-bottom: 2px solid black;
    font-size: 2.5vh;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-align: center;
}

.csr_title span {
    line-height: 200%;
}

.csr_row_wrap {
    width: 100%;
    padding: 0;
    margin: 0;
}

.csr_row {
    width: 90%;
    height: 85%;
    margin-left: 5%;
    background-color: white;
    border-radius: 20px;
    margin-top: 2%;
    overflow: hidden;
}

/*----------expertlistdetail-------------*/

.eld_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.eld_profile {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #00a398;
}

.eldp_img {
    width: 100%;
    height: 15vh;
    text-align: center;
    padding-top: 2vh;
}

#eldp_img {
    width: 15vh;
    height: 15vh;
    border-radius: 20px;
}

.eldp_para {
    width: 100%;
    height: 20%;
    text-align: center;
    padding-top: 1vh;
}

.eldp_para span {
    color: white;
    font-size: 2vh;
    font-weight: 650;
}

.eld_feature {
    width: 90%;
    height: 20%;
    margin-left: 5%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 25%;
}

.eld_intro {
    width: 90%;
    height: 20%;
    margin-left: 5%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 10%;
}

/*----------use_policy-------------*/
.popup {
    position: relative;
    font-size: 13px;
    color: #555;
}

.popup h1 {
    margin-top: 0;
    padding: 10px;
    background-color: #333;
    color: #fff;
    font-size: 1.15rem;
    font-weight: bold;
}

.pre {
    /* font-family: "돋움", dotum, verdana; */
    display: inline-block;
    /* width: 94%; */
    padding: 1% 3%;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.3;
    white-space: pre-wrap;
    text-align: left;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 1.15rem;
    font-weight: 600;
    color: white;
}

.close-popup a {
    color: white;
    text-decoration-line: none;
}

/*----------certificateadmin-------------*/

.ca_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    /* overflow: auto; */
}

.ca_title {
    width: 100%;
    padding: 0.63rem 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    background-color: #00a398;
    color: white;
}

.ca_row {
    width: 90%;
    padding-bottom: 10px;
    /* height: 100px; */
    background-color: white;
    border-radius: 10px;
    margin: 0 auto;
}

.ca_row_name {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 600;
}

/*----------certificate_add------------*/
.ca_name {
    width: 90%;
    height: 40px;
    background-color: white;
    margin-top: 80px;
    display: inline-block;
    border: 2px solid #e4e4e4;
    margin-left: 5%;
}

.ca_input {
    width: 90%;
    /* height: 30px; */
    height: 100%;
    /* margin: 5px 5%; */
    font-size: 17px;
    border: none;
    outline: none;
    padding: 0 10px;
    border-radius: 10px !important;
}

#ca_btn_fa {
    margin-left: 5%;
    width: 90%;
    height: 40px;
    line-height: 40px;
    background-color: #00a398;
    margin-top: 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-size: 1.15rem;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
}

.ca_msg {
    width: 90%;
    margin-top: 10px;
    font-size: 1.15rem;
    text-align: center;
    margin: 10px auto 0 auto;
}

.ca_msg2 {
    width: 100%;
    margin-top: 60px;
    font-size: 15px;
    text-align: center;
}

/*--------------consultist_top-------------*/

.cl_menu {
    width: 90%;
    text-align: center;
    /* display: inline-block; */
    font-size: 1rem;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0 auto;
}

.cl_menu_l {
    padding: 5px 0;
    text-align: center;
    /* float: left; */
    margin: 0;
    border-radius: 5px;
    width: 50%;
    margin-right: 20px;
}

.cl_menu_r {
    width: 50%;
    /* width: calc(50% - 25px); */
    padding: 5px 0;
    /* height: 35px; */
    /* line-height: 35px; */
    text-align: center;
    /* float: right; */
    /* margin: 5px 10px 5px 5px; */
    border-radius: 5px;
}

.cl_menu_l a {
    width: 100%;
    text-decoration-line: none;
}

.cl_menu_r a {
    width: 100%;
    text-decoration-line: none;
}

/*--------------auction_top-------------*/

.at_menu {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 2px solid #dedede;
}

.at_menu_s {
    width: 100%;
    padding: 9px 0px;
    margin: 0 5px;
}

.at_menu_s a {
    text-decoration-line: none;
}

.d_menu_s {
    width: 100%;
    padding: 9px 0px;
    margin: 0 15px;
    text-align: center;

}

.d_menu_s a {
    text-decoration-line: none;
}

/*--------------consultist_all-------------*/

.cla_row {
    width: 90%;
    margin: 0 auto;
    background-color: white;
    padding: 15px 10px;
    cursor: pointer;
    border-bottom: 1px solid #dedede;
}

.cla_date {
    width: 100%;
    height: 20px;
    text-align: right;
    font-size: 1rem;
}

.cla_name {
    width: 100%;
    /* height: 20px; */
    margin-top: 5px;
    font-size: 1.15rem;
}

.cla_theme {
    width: 100%;
    /* height: 20px; */
    margin-top: 5px;
    color: #444;
    font-weight: bold;
    font-size: 1.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*--------------consultist_my-------------*/

.clm_row_container {
    width: 90%;
    border-radius: 10px 15px 15px 10px;
    margin-top: 10px;
    cursor: pointer;
    margin: 20px auto;
}

.clm_row {
    width: 98%;
    background-color: white;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 10px;
    cursor: pointer;
    margin-left: 2%;
}

.clm_sd {
    width: 100%;
    height: 20px;
}

.clm_state {
    width: 69%;
    height: 20px;
    text-align: left;
    font-size: 1.15rem;
    float: left;
    font-weight: 600;
}

.clm_date {
    width: 31%;
    height: 20px;
    text-align: right;
    font-size: 1rem;
    float: left;
}

/*--------------consultdetail-------------*/
.cd_name {
    height: 30px;
    font-size: 1.25rem;
    color: #b90600;
    padding-left: 5vw;
    margin-top: 20px;
}

.cd_info {
    width: 90%;
    height: 30px;
    margin: 0 auto 5px auto;
}

.cd_price {
    font-size: 1rem;
    float: left;
    line-height: 30px;
}

.cd_count {
    font-size: 1rem;
    float: left;
    line-height: 30px;
    margin-left: 10px;
}

.cd_row {
    width: 90vw;
    background-color: white;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 2vw 10px 2vw;
    margin-left: 3vw;
}

.cd_theme {
    width: 100%;
    font-size: 1.15rem;
    font-weight: 600;
    /* overflow: auto; */
    margin: 5px 0 5px 0;
}

.cd_date {
    width: 100%;
    font-size: 1rem;
    color: #949494;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.cd_content {
    width: 100%;
    font-size: 1.15rem;
    /* overflow: auto; */
    margin: 5px 0 5px 0;
}

.cd_btn {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#cd_btn {
    width: 40%;
    height: 40px;
    background-color: #00a398;
    color: white;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
}

#cd2_btn {
    width: 40%;
    height: 40px;
    background-color: #dedede;
    color: white;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
}

.cd_row2 {
    width: 90%;
    background-color: white;
    border-radius: 5px;
    padding: 10px 0;
    margin: 20px auto 0 auto;
}

.cd_row2_name {
    width: 100%;
    font-size: 1.15rem;
    font-weight: 600;
}

.cd_row2_content {
    width: 100%;
}

#cd_content2 {
    padding: 5px 10px;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    resize: none;
    line-height: 25px;
    border: 1px solid #dedede;
    border-radius: 10px;
}

.cd_row2_count {
    width: 100%;
    text-align: right;
    font-size: 13px;
    padding-right: 5px;
}

.cd_row2_btn {
    width: 100%;
    height: 40px;
    text-align: right;
}

.cd_row2_btn button {
    width: 85px;
    height: 35px;
    background-color: #00a398;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
    outline: none;
    border: none;
    border-radius: 5px !important;
}

.cd_row3 {
    width: 90%;
    background-color: white;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 auto;
}

.cd_row3_count {
    width: 100%;
    height: 30px;
    font-size: 1.15rem;
    font-weight: 600;
}

.cd_comment {
    width: 100%;
    border-bottom: 2px solid #eeeeee;
    margin-top: 10px;
}

.cd_comment01 {
    width: 100%;
    height: 30px;
    display: inline-block;
}

.cd_comment_expert {
    width: 50%;
    height: 30px;
    float: left;
    font-size: 1.15rem;
    font-weight: 600;
}

.cd_comment_date {
    width: 50%;
    height: 30px;
    float: right;
    font-size: 1rem;
    text-align: right;
}

.cd_comment02 {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 10px;
    word-break: break-all;
}

.cd_row4 {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    padding: 10px 0 20px 0;
    margin: 0 auto;
}

.cd_next {
    width: 100%;
    height: 30px;
    display: inline-block;
}

.cd_next_l {
    width: 20%;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    float: left;
    font-weight: 600;
}

.cd_next_r {
    width: 80%;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cd_next_r a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #444;
}

/*--------------expertmyinfo-------------*/

#em_photo input {
    display: none;
}

/*--------------change_expertinfo-------------*/

.ce_name {
    width: 90%;
    margin: 0 auto;
    /* text-align: center; */
    /* padding-top: 10px; */
    /* margin-top: 50px; */
}

.ce_th {
    margin: 10px 0;
    color: #444;
    font-size: 1.15rem;
    font-weight: 600;
}

.ce_td {
    border-radius: 10px;
    border: 1px solid #dedede;
    /* width: 68%;
    float: left; */
}

.ce_td input[type="text"] {
    border-radius: 10px;
    padding: 5px 10px;
    text-align: left;
}

.ce_data {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 1rem;
    text-align: left;
    padding: 5px 10px;
}

.ce_party {
    width: 90%;
    margin: 0 auto;
}

/*--------------change_investinfo-------------*/

.ci_style {
    width: 90%;
    margin: 0 auto;
    /* height: 40px; 
     margin-left: 10%; 
    margin-right: 10%; 
     padding-top: 10px; 
     display: inline-block; 
    margin-top: 10px;*/
}

.ci_th {
    color: #444;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 10px 0;
}

.ci_td {
    width: 100%;
}

.ci_th2 {
    /* width: 45%; */
    /* height: 40px; */
    /* float: left; */
    color: #444;
    font-size: 1.15rem;
    /* line-height: 40px; */
    font-weight: 600;
    margin: 10px 0;
}

.ci_td2 {
    /* width: 48%;
    /* height: 35px; 
    float: left; */
}

.ci_d {
    width: 5%;
    height: 40px;
    float: left;
    color: #444;
    font-size: 1.15rem;
    line-height: 40px;
    font-weight: 600;
}

.ci_part {
    width: 90%;
    margin: 0 auto;
}

/*--------------change_password-------------*/

.cp_td {
    width: 100%;
}

/*--------------expert_drop-------------*/

.ed_td {
    width: 100%;
    color: #444;
    font-size: 1.15rem;
    font-weight: bold;
    text-align: left;
}


/*--------------consultdetailmy-------------*/
.cdm_container {
    width: 100%;
    height: calc(100% - 90px);
    padding: 0;
    margin: 0;
    background-color: #fff;
    /* overflow: auto; */
}

.cdm_row {
    width: 90vw;
    background-color: white;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 auto;
}

.cdm_customer {
    width: 90%;
    margin: 5px auto;
    font-size: 1.25rem;
    font-weight: 600;
}

.cdm_name {
    width: 90%;
    height: 30px;
    font-size: 1.25rem;
    color: #b90600;
    margin: 0 auto;
}

.cdm_btn {
    width: 100%;
    height: 90px;
    text-align: center;
    background-color: #fff;
}

.cdm_btn button {
    width: 90%;
    height: 40px;
    background: #00a398;
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    outline: none;
    border: none;
    border-radius: 10px;
}

.cdm_row2 {
    width: 90vw;
    background-color: white;
    border-radius: 5px;
    margin: 0 auto;
}

.cdm_row2_r1 {
    width: 100%;
    height: 30px;
    font-size: 1.25rem;
}

.cdm_row2_r2 {
    width: 100%;
    font-size: 1.15rem;
}

/*--------------change_expertintro-------------*/

.cei_part {
    width: 90%;
    height: 90px;
    margin: 0 5%;
}

.cei_p1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 30px; */
    /* display: inline-block; */
    font-size: 1.15rem;
    color: #444;
    font-weight: bold;
}

.cei_p1_l {
    font-size: 1.15rem;
    margin: 10px 0;
}

.cei_p1_r {}

.cei_p2 {
    width: 100%;
}

.cei_p2 textarea {
    resize: none;
    width: 100%;
    font-size: 1rem;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 10px;

}

.cei_part2 {
    width: 90%;
    height: 200px;
    margin: 0 5%;
    margin-top: 30px;
}

.cei_p3 {
    width: 100%;
    height: 150px;
}

.cei_p3 textarea {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    border: none;
    outline: none;
    border-radius: 10px;
    resize: none;
    padding: 10px;
}

/*--------------investorlogin-------------*/

.container_il {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* overflow: auto; */
}

.il_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    background-color: #00a398;
    color: white;
}

.il_phone {
    width: 80%;
    height: 100%;
    float: left;
}

.il_phone input {
    width: 90%;
    height: 100%;
    font-size: 1.15rem;
    color: #444;
    background-color: #fff;
    border: none;

    outline: none;
}

.il_phone input::placeholder {
    color: #e4e4e4;
}

.il_pw {
    width: 80%;
    height: 100%;
    float: left;
}

.il_pw input {
    width: 90%;
    height: 100%;
    font-size: 1.15rem;
    line-height: 180%;
    color: #444;
    background-color: #fff;
    border: none;
    outline: none;
}

.il_pw input::placeholder {
    color: #e4e4e4;
}

.il_btn_sign {
    width: 100%;
    /* height: 40px; */
    text-align: center;
    padding-top: 1rem;
}

.il_btn_sign button {
    width: 70%;
    /* height: 100%; */
    background-color: #00a398;
    border: 2px solid white;
    color: white;
    outline: none;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 650;
    cursor: pointer;
}

.autologin {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 1.15rem;
    color: #444;
    margin-top: 20px;
}

#autologin_check {
    border: none;
    width: 15px;
    height: 15px;
    position: relative;
}

/*--------------investorinfo-------------*/

#ii_btn_send {
    width: 33%;
    height: 40px;
    border: 2px solid white;
    outline: none;
    background: #00a398;
    color: white;
    font-size: 1.15rem;
    border-radius: 10px;
    font-weight: 600;
    /* float: right; */
    cursor: pointer;
}

#ii_btn_next {
    width: 40%;
    height: 45px;
    font-size: 20px;
    font-weight: 650;
    border: 2px solid white;
    outline: none;
    border-radius: 20px;
    background-color: #00a398;
    color: white;
    cursor: pointer;
}

/*--------------investor_top-------------*/
.it_back {
    width: 100%;
    height: 40px;
    background-color: #00a398;
    line-height: 40px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-align: center;
    position: absolute;
}

.container_it {
    width: 100%;
    height: 55px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    margin-top: 40px;
}

.it_menu {
    width: calc(20% - 10px);
    height: 40px;
    margin: 5px;
    font-size: 13px;
    font-weight: 600;
    float: left;
    padding-top: 4px;
}

.it_menu2 {
    width: calc(20% - 10px);
    height: 40px;
    line-height: 40px;
    margin: 5px;
    font-size: 13px;
    font-weight: 600;
    float: left;
    color: #444;
}

/*--------------expertlistdetail-------------*/

.eld_profile {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    background-color: #fff;
    text-align: center;

}

.eld_introduce {
    margin: 0 auto;
    width: 90%;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #dedede;
    font-size: 1rem;
}

.eld_int1 {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 7px;
    font-weight: bold;
    font-size: 1.15rem;
}

.eld_int2 {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 3px;
    padding-bottom: 10px;
    font-size: 1rem;
}

.eld_cf {
    width: 90%;
    /* height: 120px !important; */
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #fff;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #dedede;
}

.eld_cf_th {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    font-weight: 600;
    font-size: 1.15rem;
}

.eld_cf_row {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 3px;
    font-size: 1rem;
}

.eld_trade {
    width: 100%;
    overflow: hidden;
}

.eld_row {
    /* width: 90vw !important; */
    height: 120px !important;
    /* margin: 0 5vw; */
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
    float: left;
}

.eld_control {
    width: 100%;
    height: 30px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

.eld_ctl_l {
    width: 20%;
    height: 30px;
    float: left;
    margin-left: 25%;
    cursor: pointer;
}

.eld_ctl_r {
    width: 20%;
    height: 30px;
    float: left;
    margin-right: 25%;
    cursor: pointer;
}

.eld_num {
    width: 10%;
    height: 30px;
    float: left;
}

.eld_btn_req {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.eld_btn_req button {
    width: 90%;
    background-color: #2F3282;
    padding: 10px 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: bold;
    outline: none;
    border: none;
    border-radius: 10px;
}

/*--------------change_iname-------------*/

.cin_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    /* overflow: auto; */
    padding-top: 20px;
}

.cin_th {
    /* width: 90%; */
    /* height: 40px; */
    /* margin: 0 auto; */
    color: #444;
    font-size: 1.15rem;
    /* line-height: 40px; */
    font-weight: 600;
    margin: 10px 0;
}

#ein_btn_next {
    width: 40%;
    height: 45px;
    font-size: 1.15rem;
    font-weight: bold;
    outline: none;
    border-radius: 10px;
    background-color: #2F3282;
    color: #fff;
    cursor: pointer;
}

/*--------------change_iinvesinfo-------------*/

.cin_th2 {
    /* width: 45%; */
    /* height: 40px; */
    /* float: left; */
    color: #444;
    font-size: 1.15rem;
    /* line-height: 40px; */
    font-weight: 600;
    margin: 10px 0;
}

.cin_td2 {
    width: 100%;
}

.cin_d {
    color: #444;
    font-size: 1.15rem;
    line-height: 40px;
    font-weight: 600;
}

/*--------------investor_drop-------------*/

.ed_td {
    width: 100%;
    color: #444;
}

/*--------------consult_req-------------*/
.cr_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;

}

.ep_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    padding-top: 10px;
}

.cr_th {
    width: 90%;
    margin: 15px 0 10px 0;
    margin-left: 6%;
    display: inline-block;
    font-size: 1rem;
}

.cr_td {
    width: 90%;
    background-color: #fff;
    display: inline-block;
    border: 2px solid #e4e4e4;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5px;
    /* float: left; */
}

.cr_input {
    width: 90%;
    border-radius: 10px;
    font-size: 1rem;
    border: none;
    outline: none;
}

.cr_input3 {
    width: 100%;
    font-size: 1rem;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 10px;
}

#cr_date {
    color: #444;
}

#cr_expert {
    color: #444;
}

.cr_td2 {
    width: 90%;
    background-color: white;
    display: inline-block;
    border: 2px solid #e4e4e4;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5px;
    border-radius: 10px;
}

.cr_input2 {
    width: 90%;
    /* height: 20px; */

    font-size: 1rem;
    border: none;
    outline: none;
    float: left;
    border-radius: 10px;
}

.cr_d {
    width: 10%;
    height: 20px;
    font-size: 15px;
    float: left;
    text-align: center;
    margin: 5px 0;
}

.cr_td3 {
    width: 90%;
    background-color: white;
    display: inline-block;
    border: 2px solid #e4e4e4;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5px;
    float: left;
}

.cr_cont {
    width: 100%;
    height: 150px;
    resize: none;
    outline: none;
    border: none;
    /* overflow: auto; */
}

.cr_btn {
    width: 100%;
    text-align: center;
    margin-top: 180px;
}

#cr_btn {
    width: 80%;
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: #00a398;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

/*--------------consult_public-------------*/

.cp_expert {
    width: 100%;
    height: 20px;
    margin-top: 9px;
    color: #949494;
    font-size: 1rem;
    white-space: nowrap;
}

.cp_row_container {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px 15px 15px 10px;
    margin-top: 10px;
    cursor: pointer;
}

.cp_row {
    width: 98%;
    background-color: white;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 10px;
    cursor: pointer;
    margin-left: 2%;
    border: 1px solid #dedede;
}

/*--------------consultcancel-------------*/

.cc_part {
    width: 90%;
    /* height: 40px; */
    margin-left: 5%;
    margin-right: 5%;
    /* padding-top: 10px; */
    display: none;
    margin-top: 10px;
    /* border: 1px solid #dedede; */
    text-align: center;
    /* border-radius: 10px; */
    /* margin: 0 auto;*/
}

/*--------------cplist-------------*/
.cp_container {
    width: 100%;
    height: calc(100% - 60px);
    padding: 0;
    margin: 0;
    background-color: #fff;
    /* overflow: auto; */
    padding-top: 20px;
}

.cp_m_name {
    width: 90%;
    height: 30px;
    font-size: 1.25rem;
    color: #b90600;
    margin: 20px auto 0 auto;

}

.cp_m_row {
    width: 90%;
    background-color: white;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 auto;
}

.cp_none {
    width: 90%;
    text-align: left;
    font-size: 1.15rem;
    margin: 0px auto 0 auto;
}

.cp_guide {
    width: 90%;
    height: 30px;
    text-align: left;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 20px auto 0 auto;
}

.cp_csit {
    width: 100%;
    height: 60px;
    background-color: #fff;
    margin-top: 20px;
}

.cp_sit {
    width: 90%;
    text-align: center;
    background-color: #dedede;
    color: white;
    font-size: 1.15rem;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0 auto;
}

.cp_row2 {
    width: 90vw;
    background-color: white;
    border-radius: 5px;
    padding: 10px 0;
    margin: 20px auto 0 auto;
}

/*--------------cplistdetail-------------*/

.cld_btn {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.cld_btn_1 {
    width: 90%;
    padding: 10px 0;
    background-color: #00a398;
    color: white;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    border: none;
    border-radius: 10px;
}

.cld_btn_2 {
    width: 40%;
    height: 50px;
    background-color: #00a398;
    color: white;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    border: none;
    border-radius: 10px;
    float: left;
    margin: 0 5%;
}

.cld_csit {
    width: 100%;
    height: 90px;
    background-color: #fff;

}

.cld_sit {
    width: 90%;
    padding: 10px 0;
    background-color: #dedede;
    color: white;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 20px 5%;
    text-align: center;
    border-radius: 10px;
}

/*--------------c_complete-------------*/

.comp_part {
    width: 90%;
    /* margin: 20px 5%; */
    margin: 0 auto;
    font-size: 1.15rem;
    text-align: left;
    font-weight: bold;
}

.comp_test {
    /* margin-top: 15px; */
    width: 90%;
    /* margin-left: 30%; */
    margin: 10px auto;

}

.comp_ra {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 1rem;
}

.comp_comment {
    /* margin-top: 30px; */
    width: 100%;
    /* margin-left: 5%; */
    margin: 0 auto;

}

.comp_th {
    width: 90%;
    margin: 10px auto;
    padding-top: 10px;
    font-size: 1.15rem;
    font-weight: bold;
    text-align: left;
}

.comp_td {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#comp_ment {
    width: 90%;
    height: 100px;
    outline: none;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    resize: none;
    padding: 5px 10px;
}

.comp_btn {
    width: 100%;
    height: 50px;
    padding-top: 8%;
    text-align: center;
}

.comp_btn button {
    width: 90%;
    padding: 10px 0;
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #2F3282;
    color: white;
    cursor: pointer;
}

/*--------------cprivatedetail-------------*/

.cpd_expert {
    width: 100%;
    height: 25px;
    font-size: 1.15rem;
    padding-left: 5vw;
    margin-top: 5px;
}

/*--------------econsultcancel-------------*/

.ec_back {
    width: 100%;
    height: 40px;
    background-color: #b90600;
    line-height: 40px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-align: center;
    position: absolute;
}

#ec_btn {
    width: 50%;
    height: 50px;
    font-size: 20px;
    font-weight: 650;
    border: 2px solid white;
    outline: none;
    border-radius: 20px;
    background-color: #b90600;
    color: white;
    cursor: pointer;
}

/*--------------expert_rejectreason-------------*/

.er_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    /* overflow: auto; */
}

.er_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    top: 10px;
    color: white;
    background-color: #b90600;
}

.er_title img {
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.er_td {
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 17px;
}

#er_btn_next {
    width: 80%;
    height: 50px;
    font-size: 20px;
    font-weight: 650;
    border: none;
    outline: none;
    border-radius: 20px;
    background-color: blue;
    color: white;
    cursor: pointer;
}

/*--------------freeboardwrite-------------*/

#fbw_theme {
    width: 90%;
    min-height: 20px;
    background-color: white;
    margin-left: 5%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 1rem;
}

#fbw_theme:empty:before {
    content: attr(data_theme);
    color: gray
}
#fbw_url:empty:before {
    content: attr(data_theme);
    color: gray
}
#fbw_thumb {
    width: 90%;
    min-height: 20px;
    background-color: white;
    margin-left: 5%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 1rem;
}

#fbw_thumb:empty:before {
    content: attr(data_theme);
    color: gray
}

#fbw_editor {
    width: 90%;
    min-height: 200px;
    background-color: white;
    margin-left: 5%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 20px 10px;
    font-size: 1rem;
}

#fbw_editor:empty:before {
    content: attr(data_content);
    color: gray
}

#fbw_editor img {
    max-width: 100%;
}

#fbw_img_selector {
    display: none;
}

.fbw_content {
    display: none;
}

.fbw_btn_img {
    height: 40px;
    margin-top: 20px;
    margin-right: 5%;
    text-align: right;
}

.fbw_cl_img {
    width: 120px;
    height: 30px;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: 600;
    background-color: #b90600;
    color: white;
    border-radius: 5px;
}

.fbw_btn_complete {
    width: 100%;
    height: 60px;
    text-align: center;
}

.fbw_cl_complete {
    width: 70%;
    height: 40px;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    background-color: blue;
    color: white;
    border-radius: 5px;
}

/*--------------freeboard_login-------------*/

.fbl_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /* overflow: auto; */
    background-color: #00a398;
}

.fbl_logo {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.fbl_img {
    width: 100%;
}

.fbl_btn1 {
    width: 100%;
    height: 60px;
    text-align: center;
    margin-top: 6rem;
}

.fbl_btn2 {
    width: 100%;
    height: 60px;
    text-align: center;
    margin-top: 30px;
}

.fbl_btn_investor {
    width: 70%;
    height: 60px;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    background-color: #00a398;
    color: white;
    border: 2px solid white;
    border-radius: 15px;
    box-shadow: 4px 4px 4px gray;
}

.fbl_btn_expert {
    width: 70%;
    height: 60px;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    background-color: #00a398;
    color: white;
    border: 2px solid white;
    border-radius: 15px;
    box-shadow: 4px 4px 4px gray;
}

/*--------------freeboard-------------*/

.fb_container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /* overflow: auto; */
    text-align: center;
    /* background-color: #f5f5f5; */
}

.fb_row {
    width: 90%;
    display: inline-block;
    padding: 12px 10px;
    cursor: pointer;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    text-align: left;
}

.fb_td {
    width: 100%;
    height: 20px;
    font-size: 1.15rem;
    display: inline-block;
    color: #5a5a5a;
}

.fb_date {
    float: left;
    width: 50%;
    height: 20px;
    font-size: 0.85em;
}

.fb_name {
    float: left;
    width: 50%;
    height: 20px;
    text-align: right;
    font-size: 0.85em;
}

#board-text-size span {
    font-size: 1.15rem !important;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
}

.fb_theme {
    width: 100%;
    font-size: 1.15rem;
    margin-top: 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fb_theme span {
    font-size: 1.15rem !important;
    font-weight: bold !important;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
}

.f_new {
    width: 20px;
    position: absolute;
    right: 6%;
    bottom: 17%;
}

/*--------------freeboarddetail-------------*/

.fdd_row {
    width: 90%;
    background-color: white;
    border-radius: 5px;
    padding: 20px 0;
    margin: 0 auto;
    min-height: 400px;
}

.fdd_theme,
.fdd_theme span {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
    width: 100% !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    /* overflow: auto; */
    margin: 0 0 5px 0;
}

.fdd_date {
    width: 100%;
    font-size: 0.95rem;
    color: #949494;
}

.fdd_notify {
    width: 100%;
    font-size: 13px;
    color: #949494;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.fdd_notify a {
    width: 100px;
    text-decoration: none;
    color: #949494;
    display: block;
    margin-left: calc(100% - 100px);
    text-align: right;
}

.fdd_ui {
    list-style: none;
    border: 1px solid #eeeeee;
    width: 150px;
    margin-left: calc(100% - 150px);
    padding: 5px;
    display: block;
}

.fdd_li {
    list-style: none;
    width: 150px;
    text-align: left;
    padding: 5px 0;
    font-size: 15px;
    cursor: pointer;
}

.fdd_content,
.fdd_content span {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem !important;
    margin: 10px 0 !important;
}

.fdd_content img {
    width: 100% !important;
    max-width: 100% !important;
}

.fdd_user {
    width: 100%;
    height: 40px;
    text-align: right;
}

#fdd_btn_modify {
    width: 65px;
    height: 30px;
    border: 1px solid #2F3282;
    color: #2F3282;
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 5px;
    outline: none;
    border-radius: 5px;
}

#fdd_btn_delete {
    width: 65px;
    height: 30px;
    background-color: #444;
    color: white;
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 5px;
    outline: none;
    border: none;
    border-radius: 5px;
    margin-right: 3%;
    margin-left: 10px;
}

/*--------------intro_login-------------*/

.intl_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    background-color: #00a398;
    color: white;
    border-bottom: 1px solid white;
}

/*--------------bank-------------*/

.bm_container {
    width: 90%;
    height: 65px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    background-color: white;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.bank_menu {
    width: 100%;
    display: inline-block;
}

.bank_menu2 {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}

.bank_md {
    width: 25%;
    height: 30px;
    display: inline-block;
    float: left;
    text-align: center;
}

.md_img {
    width: 30px;
    height: 30px;
    float: left;
}

.md_img img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.md_name {
    width: calc(100% - 30px);
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    float: left;
    text-align: left;
}

/*--------------bank_menu-------------*/
.bm_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    background-color: #00a398;
    color: white;
    border-bottom: 2px solid white;
}

.b_container {
    width: 90%;
    margin: 0 auto;
    background-color: #dddddd;
    border-radius: 15px;
}

.bm_menu {
    width: 100%;
    background: #fff;
    margin: 2em 0em 5em 0em;
}

.bm_invest_row {
    width: 100%;
    display: inline-block;
}

.bm_invest_column {
    width: 100%;
    background: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 15px;
    box-shadow: 1px 1px 2px #e9e9e9;
}

.bm_icon {
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.bm_text {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 0;
}

.search {
    width: 90%;
    margin: 0 auto 1rem;
    margin-top: 1rem;
}

.search_a {
    width: 20%;
    /* height: 50px;
    line-height: 50px; */
    float: left;
    text-align: center;
}

.search_a select {
    width: 80%;
    /* height: 30px;
    line-height: 50px; */
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
}

.search_b {
    width: 70%;
    float: left;
    text-align: center;
}

.search_b input {
    width: 95%;
    height: 30px;
    line-height: 50px;
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
}

.search_c {
    width: 10%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
}

.search_c img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    cursor: pointer;
}

/* change css*/

/*
* 추가페이지 자유 게시판 글쓰기 페이지
*/
.header {
    position: relative;
    /* padding: 0.63rem 0; */
    padding: 1.1rem 0;
    width: 100%;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    text-align: center;
    /*border-bottom: 2px solid #e4e4e4;*/
    /*box-shadow: 1px 1px 2px #e0e0e0;*/
    box-shadow: 0px 1px 2px #e0e0e0;
    background-color: #fff;
    color: #444;
}

.header-icon-area {
    display: flex;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 7%;
}

.hedaer-icon {
    width: 34px;
    height: 34px;
    background: url('/img/ico_left_black_new.png') 50% 50% no-repeat;
    /*    background-size: 90%;*/
    background-size: 13px auto;
    cursor: pointer;
}

.home-icon {
    margin-left: 0.5rem;
    width: 34px;
    height: 34px;
    background: url('/img/ico_home_new.png') 50% 50% no-repeat;
    background-size: 90%;
    cursor: pointer;
}

.home-icon a {
    width: 100%;
    height: 100%;
}

.img-add-icon {
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
    background: url('/img/ico_img_add.png') 28% 50% no-repeat;
    background-size: 90%;
}

.img-add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.25rem auto;
    padding: 10px 0;
    width: 90%;
    height: auto;
    border: 1px solid #e4e4e4;
    color: #444;
    border-radius: 5px;
    font-size: 1.15rem;
}

.board-title,
.board-contents {
    margin: 1.25rem auto 0 auto !important;
    width: calc(90% - 20px);
    min-height: 20px;
    background-color: #fff !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 0 auto;
}


.board-contents {
    padding: 10px !important;
    min-height: 300px !important;
}

.board-title,
.board-contents:focus,
.board-search-option select:focus,
input:focus,
textarea,
input,
select {
    background: #fff !important;
    outline: none;
}

.img-add-text {
    width: auto;
    height: 100%;
    color: #444;
    background: #fff;
    font-size: 1.15rem;
    font-weight: normal;

}

.board-write-area {
    margin-bottom: 1.25rem;
    height: auto;
    font-size: 0;
}

.board-write-btn {
    width: 90%;
    height: auto;
    padding: 10px 0;
    background: #2F3282;
    font-size: 1.15rem;
}

/*
* 추가페이지 자유 게시판 페이지
*/
.board-write-move-area {
    position: unset;
    margin: 0 auto 20px auto;
    height: auto;
    text-align: right;
}

.board-write-move {
    padding: 0.5rem 0 !important;
    height: auto !important;
    background-color: #2F3282 !important;
    border-radius: 5px !important;
    font-size: 1.13rem !important;
}
.board-write-move1 {
    padding: 0.5rem  !important;
    height: auto !important;
    background-color: #2F3282 !important;
    border-radius: 5px !important;
    font-size: 1.13rem !important;
}
.board-list-content {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.board-list-area {
    margin-left: 0;
    text-align: left;
}

.board-search-area {
    display: grid;
    column-gap: 10px;
    grid-template-columns: 20% calc(80% - 10px);
}

.board-search-option {
    width: 100%;
    line-height: 0;
}

.board-search-option select {
    margin-top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    border: 1px solid #e4e4e4;
    font-size: 1rem;
}

.board-search-box-area {
    display: flex;
    align-items: center;
    float: none;
    width: 100%;
    border: 1px solid #e4e4e4;
    text-align: left;
}

.board-search-box-area input {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0 10px;
    text-align: left;
    border: none;
    font-size: 1.13rem;
    line-height: 0;
}

.board-search-btn {
    background: url('/img/ico_search.png') 50% 50% no-repeat;
    background-size: 65%;
    width: 50px;
    height: 50px;
    float: none;
}

/*
* 메인
*/
.link-main-container {
    background: #fff;
}

.investment-info-area {
    margin-bottom: 3rem;
}
.communication-info-area {
    height: 770px;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.link-main-container .main-title {
    font-size: 1.25rem;
    width: 100%;
    padding: 1.25rem 0;
    font-weight: bold;
    color: #30327d;
}

.main-content {
    width: 100%;
}

.main-content .main-info-cartegory-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 20px 20px;
}

.main-consulting-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.main-info-cartegory-area .icon-area {
    position: relative;
}

.main-content .main-info-cartegory-area img,
.main-consulting-area .icon-area img {
    width: 45%;
}

.main-info-cartegory-area .icon-area,
.main-consulting-area .icon-area {
    margin-bottom: 0.75rem;
    text-align: center;
}

.main-info-cartegory-area .cartegory-text,
.main-consulting-area .cartegory-text {
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.login-btn {
    margin: 20px 15px 20px 0px;
    text-align: right;
}

.login-btn a {
    display: inline-block;
    color: #444;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

.servicer-add-btn {
    padding: 10px 0;
    width: 130px;
    text-align: center;
    border: 2px solid #2F3282;
    background-color: #2F3282;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    align-self: center;
}

.expert.hidden{
    visibility: hidden;
}

.expert.show{
    visibility: visible;
}

.main-info-cartegory-area .cartegory-area {
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-info-cartegory-area .cartegory-area a {
    width: 6em;
    height: 6em;
    background: #f9f9f9;
    box-shadow: 1px 1px 2px #e9e9e9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.main-consulting-area .cartegory-area {
    width: 15%;
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-consulting-area .cartegory-area a {
    cursor: pointer;
    width: 6em;
    height: 6em;
    background: #ffffff;
    box-shadow: 1px 1px 2px #e9e9e9;
    border: 1px solid #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.main-footer {
    margin-top: 2.5rem;
}

.main-footer-text {
    text-align: center;
    margin-top: 2rem;
    font-size: 1rem;
    /* font-size: 1.5rem; */
    line-height: 2.25rem;
}

.footer-logo-area {
    width: 100%;
    text-align: center;
}

.footer-logo-area img {
    width: 35%;
}

.board-move-btn-text {
    color: #444;
    font-size: 1.15rem;
    font-weight: bold;
}

.main-communication-area {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    color: #444;
    font-weight: bold;
    cursor: pointer;
    gap: 10px 10px;
    border-width: 1px 0px 1px 0px;
    overflow: hidden;
}

.main-communication-area .board-icon-area {
    display: flex;
    align-items: center;
}

.main-communication-area .board-icon {
    margin-right: 15px;
    width: 27px;
    height: 27px;
    background: url('/img/ico_notic.png') 50% 50% no-repeat;
    background-size: cover;
}

.main-communication-area .arrow-right-icon {
    width: 27px;
    height: 27px;
    background: url('/img/ico_right_black.png') 50% 50% no-repeat;
    background-size: cover;
}

.main-slider-wrapper {
    width:320px;
}

.main-slider-img-item {
    width: 320px; 
    height:180px;  
    aspect-ratio: 16/9;
}

.main-slider-text-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
}

.item-hidden {
    visibility: hidden;
}

.main-slider-left-button {
    position: absolute; 
    top: 34%; 
    left: -1.6rem; 
    cursor: pointer;
}

.main-slider-right-button {
    position: absolute; 
    top: 34%; 
    right: -1.6rem; 
    cursor: pointer;
}
/*
* 회원가입
*/
.signup-logo-area {
    margin: 4rem 0 4rem 0;
    text-align: center;
}

.signup-form-area {
    text-align: center;
}

.signup-send-btn {
    width: 33% !important;
    border: none !important;
    background: #2F3282 !important;
    font-size: 1rem !important;
    font-weight: normal !important;
}

.signup-form-area input[type="text"],
.signup-form-area input[type="password"],
.signup-form-area input[type="number"],
.signup-form-area select,
.pwd-find-info-area input[type="text"] {
    border-radius: 5px !important;
    border: 1px solid #dedede !important;
    background: #fff !important;
}

.signup-agree-area {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin: 0 auto;
    text-align: center;
    width: 90%;
    height: 40px;
    padding-top: 20px;
    font-size: 0.85rem;
    text-align: center;
    color: #444;
}

.signup-agree-area a {
    color: #444;
}

.signup-input {
    width: 90%;
}

.signup-btn {
    border: none !important;
    background: #2F3282 !important;
    color: #fff !important;
    font-size: 1.15rem !important;
    border-radius: 10px !important;
    height: 44px !important;
}

.signup-input-width {
    width: 64% !important;
}

/*
* 로그인
*/
.login-id-area {
    margin-bottom: 15px;
}


.login-id-area input {
    padding: 0px 10px;
}

.login-logo-img {
    width: 140px;
}

.auto-login-area {
    width: 85%;
    display: flex;
    align-items: center;
    margin: 0 auto 0rem auto;
    text-align: center;
}

.auto-login-area input[type="checkbox"] {
    margin-right: 10px;
}

.login-id-area .phone,
.login-id-area .pw {
    display: flex;
    align-items: center;
    padding: 12px 0;
    width: 85%;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.login-id-area .phone_img img,
.login-id-area .pw_img img {
    width: 20px;
}

.de-login-btn button {
    width: 85%;
    background: #2F3282;
    border: 1px solid #2F3282;
    color: #fff;
    border-radius: 5px;
    font-size: 1.15rem;
    padding: 10px 0;
    font-weight: bold;
}

.de-login-signup-btn button {
    width: 85%;
    background: #fff;
    border: 1px solid #2F3282;
    color: #2F3282;
    border-radius: 5px;
    font-size: 1.15rem;
    padding: 10px 0;
    font-weight: bold;
}

.find-pw-move {
    margin: 0 auto;
    width: 85%;
    text-align: right;
}

.user-type-tab {
    display: flex;
    width: 85%;
    margin: 0 auto;
    padding: 0 0 12px 0;
    font-size: 1.15rem;
}

.user-type {
    padding: 10px 0;
    border: 1px solid #dedede;
    width: 50%;
    text-align: center;
}

.active-tab {
    border: none;
    background: #2F3282;
    font-weight: bold;
    color: #fff;
}

.sns-login-area {
    text-align: center;
    margin: 0 auto;
}

.sns-login-content {
    display: flex;
    align-items: center;
    margin: 1rem auto;
    width: 27%;
}

.naver-login {
    margin-right: 10px;
}

.naver-login img,
.kakao-login img {
    width: 100%;
}

.sns-login-text {
    font-size: 1.15rem;
    font-weight: bold;
}

/*
* 비밀번호 찾기
*/
.pwd-find-info-area {
    margin-top: 10%;
    text-align: center;
}

.pwd-find-input-area {
    display: block;
}

.pwd-find-send-btn,
.pwd-find-next-btn,
.comment-add-btn {
    border: none !important;
    background: #2F3282 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.pwd-find-send-btn {
    font-size: 1rem !important;
}

.pwd-find-next-btn {
    font-size: 1.15rem !important;
}

.float-none {
    float: none !important;
}

.pwd-find-input-width {
    width: 67% !important;
}

/*
* 예적금 정보
*/
.bank-menu-container {
    background: #fff;
}

.bank-menu-area {
    text-align: center;
    height: auto;
}

.mtb0 {
    margin: 0 auto;
}

.mtb10 {
    margin: 10px 0;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mt20 {
    margin-top: 20px;
}

.mt2rem {
    margin-top: 2rem
}

.mb2rem {
    margin-bottom: 2rem
}

.mt34 {
    margin-top: 11%;
    ;
}

.pb20 {
    padding-bottom: 20px;
}

.wd100 {
    width: 100% !important;
}

.clear {
    clear: both;
}

/*
* 상세페이지
*/
.expert-detail-area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    margin: 0 auto 1rem auto;
    padding: 5px;
}

.cplist-detail-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    margin: 1rem auto;
    padding: 5px;
}

.econsult-reg-area {
    width: 90% !important;
    margin: 0px auto 0 auto;
}

.econsult-reg-area select {
    text-align: left;
}

.econsult-reg-area select,
.econsult-reg-area input[type="text"],
.econsult-reg-area input[type="number"],
.econsult-reg-area textarea {
    padding: 5px 10px;
    font-size: 0.95rem !important;
    background: none;
}

.econsult-reg-area textarea {
    border-radius: 10px;
}

.econsult-reg-content {
    width: 100% !important;
    /* 수정: 
    * 공개상담 신청 페이지, 스크립트 display:none 적용을 위함
    */
    /* display: inherit !important; */
    margin: 0 auto !important;
    padding: 5px 0;
    border: 1px solid #e4e4e4 !important;
    border-radius: 10px;
}


.econsult-req-button button {
    width: 100% !important;
    background: #2F3282 !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-size: 1.15rem !important;
    padding: 10px 0 !important;
    font-weight: bold !important;
    margin: 1rem 0 !important;
}

.econsult-reg-title {
    margin: 10px 0 !important;
    font-weight: bold;
    font-size: 1.15rem;
}

.mypage-tab {
    border: 1px solid #e4e4e4;
    border-radius: 10px !important;
}

.change-info-area input,
.change-info-area select {
    border: 1px solid #dedede;
    border-radius: 10px !important;
    text-align: left;
    padding: 5px 10px;
}

.change-ipw-area input {
    border: 1px solid #dedede;
    border-radius: 10px;
    text-align: left;
    padding: 5px 10px;
}

.reject-area {
    display: inherit;
    margin: 0 auto;
}

.reject-area select {
    border: 1px solid #e4e4e4;
}

.btn-type-01 {
    font-size: 1.15rem !important;
    background: #2F3282 !important;
    color: #fff !important;
}

.btn-type-02 {
    font-size: 1.15rem !important;
    background: #fff !important;
    border: 1px solid #2F3282 !important;
    color: #2F3282 !important;
}

.btn-type-03 {
    font-size: 1.15rem !important;
    background: #dedede !important;
    color: #fff !important;
}

.complete-textarea textarea {
    border: 1px solid #e4e4e4 !important;
}

.pconsul-area {
    text-align: center;
}

.expert-menu {
    border: 1px solid #dedede;
    border-radius: 10px;
}

.expertinfo-select {
    border-radius: 10px;
}

.expertinfo-select,
.border-style {
    border: 1px solid #dedede;
}

.expertinfo-select select {
    border: none;
}

.input-round {
    border-radius: 10px !important;
}

.certificatead-text {
    text-align: left;
    padding: 0 10px;
}

.tradingadmin-area {
    margin: 0 auto 15px auto !important;
}

.consultdetail-brn-area {
    width: 90%;
    margin: 20px auto 20px auto;
}

.consultdetail-brn-area button {
    width: 100% !important;
    margin-bottom: 20px;
}

.text-left {
    text-align: left;

}

.change-invest-container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    /* overflow: auto; */
    text-align: center;
}

.eld_row_container {
    margin: 0 auto;
    width: 100% !important;
}

.eld_trade.expertlist-area {
    width: 90%;
    margin: 0 auto;
}

.eld_row {
    border: 1px solid #dedede;
}

input,
textarea {
    font-size: 1rem !important;
}

.bank-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.intro-text,
.consult-list-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intro-text-area {
    display: flex;
    align-items: center;
}

#detail-link-text span,
.cd_next_r span {
    font-size: 1rem !important;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
}

.diction-align {
    display: flex;
    align-items: baseline;
}

/* .cd_next_r a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.tra_td_file.expertinfo-select {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;

}

.flex-layout {
    display: flex;
    width: 100%;
}

.change-info-input-area {
    width: calc(100% - 40px);
}

.user-drop-title {
    width: 100%;
    color: #444;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 10px 0;
}

.pcomplete-area label {
    margin-left: 10px;
}

.req-area {
    margin: 20px auto 0 auto !important;
}

.cplist-detail-swiper-area {
    width: 90%;
    margin: 0 auto;
}

.expertlist-flex-layout {
    display: flex;
    align-items: center;
}

.signup-select-area select:invalid {
    color: #bbbbbb;
}

.dictionary-board-area a {
    width: 100%;
    height: 100%;
}

.dictionary-board-area a span {
    line-height: 30px !important;
}

.consultcancel-input-area {
    border: 1px solid #dedede;
    border-radius: 10px;
}

.consultcancel-input-area input {
    border-radius: 10px;
}

.consult-list-area {
    padding-bottom: 5px;
}

.consult-list-name {
    width: 70%;
    margin-top: 0;
}

.consult-list-date {
    width: 30%;
}

.board-img-capacity-text {
    margin-left: 0.5rem;
    color: #e10600;
    font-size: 0.75rem;
}

select option:disabled {
    /* color: #dedede !important;
    font-weight: bold; */
}

/* PC Device */
@media screen and (max-width : 1920px) {
    html {
        font-size: 14px;

    }

    .main_service {
        width: 70%;
        margin: auto;
    }

    .expert-ranking {
        width: 70%;
        margin: auto;
    }

    .main_container {
        width: 70%;
        margin: auto;
    }

    .header-icon-area {
        left: 12%;
    }

    .order-list {
	    justify-content: space-evenly;
    }

    .fb_container {
        width: 70%;
        margin: auto;
    }
    .tra_container {
        width: 70%;
        margin: auto;
    }
}
/* Tablet Device */
@media screen and (max-width : 1020px) {
    html {
        font-size: 15px;

    }

    .header-icon-area {
        left: 12%;
    }    
}
/* Mobile Device */
@media screen and (max-width : 530px) {
    html {
        font-size: 14px;

    }

    .main_service {
        width: 90%;
    }

    .expert-ranking {
        width: 90%;
    }

    .main_container {
        width: 90%;
    }

    .fb_container {
        width: 100%;
    }

    .tra_container {
        width: 100%;
    }

    .header-icon-area {
        left: 12%;
    }

    .main-consulting-area .cartegory-area {
        width: 20%;
    }
    
    .main-slider-wrapper {
        width: 175px;   
    }

    .main-slider-img-item {
        width: 175px;
        height: 110px;
    }

    .main-slider-left-button {
        visibility: hidden;
    }

    .main-slider-right-button {
        visibility: hidden;
    }

    .main-communication-area {
        overflow: scroll;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .main-communication-area::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    .communication-info-area {
        height: 620px;
    }

    .order-list {
	justify-content: unset;
    }
}

@media screen and (max-width : 375px) {
    html {
        font-size: 13px;

    }

    .header-icon-area {
        left: 12%;
    }

    .board-search-box-area,
    .board-search-option {
        height: 40px;
    }

    .board-search-btn {
        width: 40px;
        height: 40px;
    }

    .main-info-cartegory-area .cartegory-area {
       width: 25%; 
    }
}

@media screen and (max-width : 320px) {
    html {
        font-size: 12px;

    }

    .header-icon-area {
        left: 12%;
    }

    .board-search-box-araa,
    .board-search-option {
        height: 40px;
    }

    .board-search-btn {
        width: 40px;
        height: 40px;
    }

    .home-icon,
    .hedaer-icon {
        background-size: 80%;
    }

}
.btn-wrap{
    display:flex;
    justify-content:flex-end;   /* 오른쪽으로 몰기 */
    gap:10px;
}

/* 기존 absolute 전부 무력화 */
.btn-wrap .ta_btn_add1{
    position:static !important;
    width:auto !important;
    margin:0 !important;
}

.btn-wrap .board-write-move-area1{
    width:auto !important;
    margin:0 !important;
    text-align:left !important;
}
/* 글쓰기 + 내 글 보기 정렬 */
.btn-wrap{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:10px;
    margin-right: 20px;
}

/* 부모 div 폭 제거 */
.btn-wrap .board-write-move-area{
    width:auto !important;
    margin:0 !important;
    text-align:left !important;
}

/* absolute 제거 */
.btn-wrap .ta_btn_add{
    position:static !important;
    width:auto !important;
    color: white;
}

/* 버튼 자체 */
.btn-wrap .board-write-move{
    width:auto !important;          /* 🔥 25% 제거 */
    min-width:80px;
    padding:8px 16px !important;
    white-space:nowrap;
    word-break:keep-all;
}

#btn_mytext {
    background-color: #00a398;
    font-size: 18px;
    border-radius: 10px;
    color: white;
    outline: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 650;
    cursor: pointer;
}
.pagination-wrap{
    width:100%;
    text-align:center;
    margin:20px 0 30px 0;
}

.pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    padding:0;
    margin:0;
    list-style:none;
}

/* 기본 페이지 */
.pagination li a,
.pagination > a{
    border:none;
    background:none;
    color:#777;
    font-size:15px;
    font-weight:500;
    text-decoration:none;
    padding:4px 6px;
}

/* hover */
.pagination li a:hover,
.pagination > a:hover{
    color:#2F3282;
}

/* 현재 페이지 */
.pagination .active a,
.pagination li strong,
.pagination > strong{
    color:#2F3282;
    font-weight:700;
    border-bottom:2px solid #2F3282;
}

/* 이전 다음 */
.pagination .prev a,
.pagination .next a{
    color:#999;
}