
html {
    padding: 0;
    margin: 0;
    font-family: "KoPubWorldDotum";
    word-break: keep-all !important;
}

body {
    padding: 0;
    margin: 0;
    color: #161719;
    font-family: "KoPubWorldDotum";
}



ul {
    padding: 0;
}

ul li {
    list-style: none;
}

ul li a {
    text-decoration: none;
    color: #161719;
}

a {
    text-decoration: none;
}

input {
    color: #161719;
}

.page_wrap {
    width: 100%;
    display: block;
    position: relative;
    max-width: 1024px;
    height: auto;
    top: 0;
    padding-top: 60px;
    /*
    left: 50%;
    transform: translateX(-50%);
    */
    margin: 0 auto;
}

.page_head {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    color: #161719;
    font-size: 1.5em;
    text-align: center;
    z-index: 999;
    background: #fff;
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px;
    box-sizing: border-box;
}

.page_menu{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page_menu span{
    background: #AFAFAF;
    border: none;
    height: 4px;
    width:4px;
    position: relative;
    border-radius: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s;
}
.page_menu span:nth-of-type(2) {
    margin-top: 3px;
    margin-bottom: 3px;
}
.page_menu:hover span{
    background: #434547;
}


.main_head {
    background: #fff;
}

.head_logo {
    margin-right: auto;
    position: absolute;
}

.head_logo img {
    width: 70px;
    height: auto;
    display: block;
}




.head_back{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
}
.head_back a{
    display: block;
    width: 100%;
}

.head_close{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
}
.head_close a{
    display: block;
    width: 100%;
}
.page_name {
    font-size: 15px;
    margin: 0 auto;
}

.page_content{
    position: relative;
}
.e_login_logo{
    display: block;
    margin: 0 auto;
    width: 120px;
    height: auto;
    margin-bottom: 45px;
    margin-top: 9vh;
}
.login_page{
    height:calc(100vh - 60px);height: calc(var(--vh, 1vh) * 100 - 60px);
    overflow: hidden;
}

.success_page{
    height: calc(100vh - 180px);
    display: flex;
    flex-direction: column;
}



.btn_input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
}

.btn_input .form_btn_01 {
    padding: 0 24px;
    background: #F3F4F6;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #F3F4F6;
    margin-left: 10px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 0;
    display: inline-block;
    position: relative;
}

.btn_input .form_btn_01 span {
    display: block;
    width: 100%;
    color: #434547;
}

.btn_input.disable input {
    background: #FAFBFC;
    color: #AFAFAF;
    border: 1px solid #E3E4E5;
    cursor: default;
}

.btn_input.disable a,
.btn_input.disable a span {
    opacity: 0.5;
    cursor: default;
}

.page_btn_wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* min-height: 110px; */
    min-height: 70px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 33.33%);;
    display: flex;
    justify-content: space-between;

    box-sizing: border-box;
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    /* padding-top: 40px; */
    padding-top : 0px;
    padding-bottom: 30px;
}

/*중복주석
.popup-layer {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    top: 0;
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup {
    border-radius: 10px;
    padding: 20px 25px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    max-width: 640px;
}

.popup_txt {
    color: #333;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: left;
}

.popup_btn_wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.popup_btn_wrap a {
    padding: 10px 27px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}*/

.upload_btn_wrap {
    width: 100%;
    text-align: center;
}

.upload_btn_wrap .upload_btn {
    color: #434547;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    border: 1px dashed rgba(67, 69, 71, 0.2);
    align-items: center;
    cursor: pointer;
}

.upload_btn_wrap .upload_btn:active {
    position: relative;
    top: 2px;
}

.upload_btn_wrap .upload_btn img {
    margin-right: 6px;
    width: 15px;
    height: auto;
}




/*main_visual*/
.main_visual_wrap {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 60px;
    padding-top: 40px;
}

.main_visual_title {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 44px;
    text-align: center;
    padding: 0 30px;
}

.main_visual_txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 30px;
    text-align: center;
    color: rgba(22, 23, 25, 0.8);
    position: relative;
    padding: 0 30px;
}
.main_visual_txt span.underline_txt{
    font-size:22px;
    font-weight:700;
    line-height:34px;
    display: block;
    color: rgba(22, 23, 25, 0.9);
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}
.main_visual_txt span.underline_txt:after{
    content:'';
    width:150px;
    height: 8px;
    background: rgba(255, 212, 102, 0.5);
    position: absolute;
    bottom:5px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: -1;
}


.main_visual_img_wrap {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 24px;
    background: url('/img/visual_bg.png');
    background-position: center;
    background-size: auto 100%;
    height: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_visual_img_wrap img {
    position: relative;
    width: 80%;
    max-width: 482px;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}

/*btn_new*/
.prime_btn_wrap{
    width: 100%;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.prime_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 1000px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -1px;
    background: #064196;
    z-index: 1;
    position: relative;
    overflow: hidden !important;
}
.prime_btn:active{top:2px;box-shadow: none;}
.prime_btn:before{left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 100%; height: 0;content: ''; z-index: -1; position: absolute; background: #4178DE; transition: all 0.6s;display: block;}
.prime_btn:hover:before{height: 2000%;}
.prime_btn:active:before{height: 2000%;}

.prime_btn.disabled{
    background: rgba(6, 65, 150, 0.1);
}
.prime_btn.disabled:active{top:0;}
.prime_btn.disabled:before{display: none;}

.prime_btn_wrap .prime_btn img{
    width: 15px;
    height: auto;
    margin-right: 6px;
    top: 2px;
    position: relative;
}

.main_visual_btn_wrap {
    padding: 0 30px;
}

.main_visual_btn {
    margin-top: 26px;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
}
.login_txt_btn{
    position:relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.login_txt_btn a{
    font-size: 12px;
    color: rgba(22, 23, 25, 0.7);
    text-align: center;
    padding: 15px 0;
    position: relative;
    margin-right: 20px;
}
.login_txt_btn a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(22, 23, 25, 0.15);
    display: block;
    margin-top: -2px;
}
.login_txt_btn a:last-child::after{
    display: none;
}
.login_footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1024px;
    box-sizing: border-box;
}
.login_footer a{
    display: flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: 80px;
    width: 100%;
    background: rgba(6, 65, 150, 0.04);
    color: #064196;
    font-size: 14px;
    transition: background 0.4s;
}
.login_footer a img{
    position: relative;
    margin-left: 6px;
}
.login_footer a:hover{
    background: rgba(6, 65, 150, 0.08);
}




/*footer*/
.footer {
    background: rgba(0, 0, 0, 0.02);
    padding: 40px 30px 40px 30px;
    box-sizing: border-box;
    font-size: 12px;
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.footer_company{
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.foot_btn_wrap {
    position: relative;
    margin-top: 28px;
}

.foot_btn_wrap a {
    color: rgba(0, 0, 0, 0.7);
    padding: 5px 7px;
}

.foot_btn_wrap a:first-child {
    padding-left: 0;
}

.footer .footer_info {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.35);
    line-height: 20px;
}
.footer_info span{
    margin-right: 10px;
}



/*box_radio*/
.box_radio_wrap{
    position: relative;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.box_radio_group {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.box_radio_group label span {
    font-size: 14px;
    line-height: 18px;
}


.box_radio_group label img {
    width: 42px;
    height: auto;
    display: block;
    margin-bottom: 8px;
}

.box_radio_group input[type=radio]:checked+label span {
    font-weight: 400;
}

.box_radio_group input[type=radio] {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.box_radio_group input[type=radio]+label {
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    border: solid 1px #E3E4E5;
    line-height: auto;
    text-align: left;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
}

.box_radio_group input[type=radio]:checked+label {

    color: #161719;
    border-width: 2px;
    border-color: #064196;
    z-index: 1;
}

.box_radio_group input[type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    display: block;
    right: 0px;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-size: 15px 15px;
    background-position: right 8px top 8px;
}

.box_radio_group input[type="radio"]:not(:checked)+label:before {
    display: none;
}

.box_radio_group input[type="radio"]:checked+label:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 0;
    background: url("/img/radio_check.svg") no-repeat;
    background-size: 15px 15px;
    background-position: right 12px top 8px;
}

.box_radio_group input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.box_radio_group input[type="radio"]:checked+label:after {
    opacity: 1;
}




/*box_check_wrap*/
.box_check_wrap{
    position: relative;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.box_check_group {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.box_check_group label span {
    font-size: 14px;
    line-height: 18px;
}


.box_check_group label img {
    width: 42px;
    height: auto;
    display: block;
    margin-bottom: 8px;
}

.box_check_group input[type="checkbox"]:checked+label span {
    font-weight: 400;
}

.box_check_group input[type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.box_check_group input[type="checkbox"]+label {
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    border: solid 1px #E3E4E5;
    line-height: auto;
    text-align: left;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
}

.box_check_group input[type="checkbox"]:checked+label {

    color: #161719;
    border-width: 2px;
    border-color: #064196;
    z-index: 1;
}

.box_check_group input[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    display: block;
    right: 0px;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-size: 15px 15px;
    background-position: right 8px top 8px;
}

.box_check_group input[type="checkbox"]:not(:checked)+label:before {
    display: none;
}

.box_check_group input[type="checkbox"]:checked+label:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 0;
    background: url("/img/radio_check.svg") no-repeat;
    background-size: 15px 15px;
    background-position: right 12px top 8px;
}

.box_check_group input[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
}

.box_check_group input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

/*box_check_wrap_pop*/
.box_check_wrap_pop .box_check_group{
    max-width: calc(50% - 5px);
}
.box_check_wrap_pop{
    gap:10px;
    margin-bottom: 10px;
}
.box_check_wrap_pop .box_check_group input[type=radio]:checked+label{
    background-color: rgba(6, 65, 150, 0.03);
}
.box_check_wrap_pop input[type=radio]:checked+label span{
    color: #064196;
}



/*input_form*/
.accept_form{
    padding: 0 30px;

}
.page_content.over_page{
    padding-bottom: 120px;
}
.input_group {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.input_group:last-child {
    margin-bottom: 0;
}

.input_group .input_box {
    position: relative;
    width: 100%;
}

.input_group .input_box input {
    background: transparent;
    border: 1px solid #E3E4E5;
    box-sizing: border-box;
    padding: 16px 15px 17px 15px;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    margin: 0;
}

.input_group .input_box label{
    font-size: 12px;
    color:rgba(22, 23, 25, 0.5);
    padding-left: 5px;
}


/* 휴대전화번호 css 추가 */

.input_group_div{
    position: relative;
    margin-bottom: 10px;
}
.input_group_div label{
    font-size: 12px;
    color:rgba(22, 23, 25, 0.5);
    padding-left: 5px;
}

.input_group_div .input_box_phone{
    display: flex;
}

.input_group_div .input_box_phone .input_hypen{
    font-size: 12px;
    color:rgba(22, 23, 25, 0.5);
    margin : 15px;
}

.input_group_div .input_box_phone input {

    background: transparent;
    border: 1px solid #E3E4E5;
    box-sizing: border-box;
    padding: 16px 15px 17px 15px;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    margin: 0;
}

/* 추가 */
.input_group .input_box input+.error, .input_group .input_box textarea+.error, .input_box select+.error, .input_group_div .input_box input+.error{
    color: rgba(255, 0, 0, 0.5);
}

/* 추가 */
.input_group .input_box .btn_input_wrap~.error{
    color: rgba(255, 0, 0, 0.5) !important;
}


.input_group .input_box input::placeholder{
    font-size: 14px;
    color: rgba(22, 23, 25, 0.4);
}

.profile_wrap{
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background: rgba(22, 23, 25, 0.02);
    border: 1px solid rgba(22, 23, 25, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}
.profile_wrap img{
    width: 120px;
    height: auto;
    display: block;
}
.upload_btn_wrap{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.upload_btn_wrap a{
    position: relative;
    width: 100%;
    border-radius: 100px;
    border: 1px solid rgba(6, 65, 150, 0.15);
    text-align: center;
    color: #064196;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items:center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    transition: background 0.3s;
}
.upload_btn_wrap a img{
    margin-right: 6px;
    width: 8px;
    height: auto;
}
.upload_btn_wrap a:active{top:2px;box-shadow: none;}
.upload_btn_wrap a:hover{
    background: rgba(6, 65, 150, 0.1);
}

.upload_item{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background: rgba(22, 23, 25, 0.04);
    display: flex;
    align-items: center;
    padding:0 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 14px;
    color: #161719;
    cursor: pointer;
}
.upload_item .upload_file_icon{
    position: relative;
    margin-right: 8px;
    width: 11px;
    height: auto;
}
.upload_item .upload_delete_icon{
    position: relative;
    margin-left: auto;
    width: 10px;
    height: auto;
}



.input_group .input_box input:focus {
    border: 1px solid rgba(67, 69, 71, 0.5);
    outline: none;
}

.input_group .input_box input:not(:placeholder-shown) {
    outline: none;
}



.btn_input_wrap{
    position: relative;
    display: flex;
    align-items: center;
}
.btn_input_wrap .form_search_btn{
    position: relative;
    margin-left: 10px;
}
.btn_input_wrap .form_search_btn a{
    background: rgba(22, 23, 25, 0.06);
    display: block;
    border-radius: 100px;
    min-width: 96px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    color:rgba(22, 23, 25, 1);
    font-weight: 900;
    position: relative;
}
.btn_input_wrap .form_search_btn.disabled a{
    color:rgba(22, 23, 25, 0.4);
}

.btn_input_wrap .form_search_btn.disabled a{
    color:rgba(22, 23, 25, 0.4);
}
.btn_input_wrap .form_search_btn a:hover{
    background: rgba(22, 23, 25, 0.08);
}
.btn_input_wrap .form_search_btn a:active{
    top:2px;
}

.time_input_wrap{
    position: relative;
    display: flex;
    align-items: center;
}

.time_input_wrap .input_code_time{
    position: absolute;
    right: 0;
    padding-right: 15px;
    color:#064196;
    font-weight: 700;
    font-size: 14px;
}

/*time_imput_clear*/
.time_input_wrap input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    margin-right: 45px;
    background: url('/img/clear.svg') no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}
/*time_imput_clear*/

.info_txt_btn{
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.info_txt_btn a{
    color: rgba(22, 23, 25, 0.7);
    font-size: 13px;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    text-decoration: underline;
    text-underline-position: under;
}


/*input_fail*/
.input_fail{
    font-size: 11px;
    color:#E26666;
    padding-left: 5px;
    margin-top: 5px;
}

/*input_confirm*/
.input_confirm{
    font-size: 11px;
    color:#4178DE;
    padding-left: 5px;
    margin-top: 5px;
}
/*input_tip*/
.input_tip{
    font-size: 11px;
    color:rgba(22, 23, 25, 0.3);
    padding-left: 5px;
    margin-top: 3px;
}

.form_title_normal{
    font-size: 22px;
    font-weight: 900;
    color: #161719;
    letter-spacing: -1px;
    padding: 0 30px;
    margin-bottom: 20px;
    line-height: 32px;
}
.form_title_small{
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: -1px;
    font-weight: 900;
    padding: 0 30px;
    color: #161719;
}
.form_title_20{
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-weight: 900;
    padding: 0 30px;
    color: #161719;
}
.form_title_18{
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-weight: 900;
    padding: 0 30px;
    color: #161719;
}
.form_title_big{
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: -1px;
    font-weight: 900;
    padding: 0 30px;
    color: #161719;
    line-height: 38px;
}
.form_title_middle{
    /* font-size: 24px; */
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: -1px;
    font-weight: 900;
    padding: 0 30px;
    color: #161719;
    line-height: 34px;
}
.form_title_sub{
    font-size: 14px;
    line-height: 24px;
    color: rgba(22, 23, 25, 0.7);
    letter-spacing: -1px;
    font-weight: normal;
    margin-top: 5px;
}

.page_info_txt{
    position:relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    color: rgba(22, 23, 25, 0.7);
    font-size: 14px;
    line-height: 24px;
}
.success_page_img{
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: auto;
    padding-bottom: 20px;
}
.success_page_img img{
    width: 60%;
    max-width: 410px;
    min-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.find_id_result{
    position: relative;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    font-size: 12px;
    color: rgba(22, 23, 25, 0.4);
    padding-bottom: 10px;
    margin-top: 26px;
    box-sizing: border-box;
}
.find_id_result .id_result_box{
    position: relative;
    border: 1px solid rgba(22, 23, 25, 0.1);
    border-radius: 8px;
    padding: 35px 15px;
    font-size: 14px;
    color: rgba(22, 23, 25, 1);
    margin-bottom: 20px;
}




/*login_input*/
.login_page .accept_form{
    padding: 0 30px;
}

.login_page .accept_form .input_box input{
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(22, 23, 25, 0.15);
    padding-left: 0;
    padding-right: 0;
    padding: 22px 0 11px 0;
    position: relative;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    background: transparent;
}

.login_page .accept_form .input_box input:focus {
    border: 0;
    outline: none;
    border-bottom: 1px solid rgba(22, 23, 25, 1);
}


.login_page .accept_form .input_box input:placeholder-shown+label {
    color: rgba(22, 23, 25, 0.4);
    font-size: 14px;
    top: 15px;
    left: 0;
}
.login_page .accept_form .input_box input:focus+label,
.login_page .accept_form .input_box label {
    color: rgba(22, 23, 25, 0.4);
    font-size: 11px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 7px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    padding-left: 0;
}


.login_page .accept_form .input_box input:not(:placeholder-shown) {
    outline: none;
}


.login_page .input_group .input_box input::placeholder {
    color: transparent;
}

/*imput_clear*/
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: url('/img/clear.svg') no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}
/*imput_clear*/


.tab_menu_wrap{
    max-width:1024px;
    margin: 0 auto;
    position:relative;
    padding: 0 30px;

}
.tab_menu_wrap ul{
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
}
.tab_menu_wrap ul li{
    display:  inline-block;
    width:50%;
    text-align:center;
    background: rgba(22, 23, 25, 0.03);
    border-bottom: 1px solid #E1E2E2;
}
.tab_menu_wrap > ul > li > a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height:45px;
    height:45px;
    text-decoration:none;
    color: #161719;
    font-size: 14px;
}
.tab_contant{
    display:none;
    padding: 0;
    position:absolute;
    left:0;
    top:45px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}
.tab_menu:target  {
    background : #fff;
    border-top:1px solid #E1E2E2;
    border-left:1px solid #E1E2E2;
    border-right:1px solid #E1E2E2;
    border-bottom: 1px solid #fff;

}
.tab_menu:target .tab_contant{
    display: block;
    padding-bottom: 50px;
}

.info_btn_wrap{
    position: relative;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 17px;
}
.info_btn_wrap a{
    color: rgba(22, 23, 25, 0.7);
    font-size: 12px;
    padding: 13px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.info_btn_wrap a img{
    position: relative;
    margin-right: 5px;
    width: 15px;
    height: auto;
}

.tab_contant .prime_btn_wrap{
    margin-top: 30px;
}


/*custom_select*/
.select_box select {
    background: transparent;
    border: 1px solid rgba(22, 23, 25, 0.15);
    box-sizing: border-box;
    padding: 16px 15px 17px 15px;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/img/select_arrow.svg') no-repeat right 15px top 50%;
    background-size: 11px 11px;
    color: #161719;
    cursor: pointer;
}

.select_box select::-ms-expand {
    display: none;
}




/*popup*/
.popup-layer {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* position: absolute; */
    position : fixed;
    top: 0;
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup {
    border-radius: 15px;
    padding: 24px 0 0 0;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    max-width: 640px;
}

.popup_txt {
    color: rgba(22, 23, 25, 0.7);
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 22px;
    padding-left: 24px;
    padding-right: 24px;
}
.popup_txt .pop_num_txt{
    position: relative;
    display: block;
    margin-bottom: 8px;
}
.popup_txt .pop_num_txt:last-child{
    margin-bottom: 0;
}
.popup_txt .pop_num_txt span{
    font-weight: 900;
    color: #161719;
    margin-right: 6px;

}

.popup_btn_wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.popup_btn_wrap a {
    padding: 20px 24px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 900;
    margin-left: 0;
    color: #064196;
    min-width: 74px;
    box-sizing: border-box;
}


.popup_btn_wrap a:active {
    position: relative;
    top: 2px;
}

.popup_btn_wrap a.confirm {
    color: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden !important;
}

.popup_btn_wrap a.confirm:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s;
    border-radius: 8px;
}

.popup_btn_wrap a.confirm:hover:after {
    left: 0;
    width: 100%;
}


/*check_box_new*/

.chk_box {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 기본 체크박스 숨김*/
.chk_box input[type="checkbox"] {
    display: none;
}

/* 선택되지 않은 체크박스 스타일*/
.check_item {
    width: 20px;
    height: 20px;
    background: #fff;
    position: relative;
    border: 1px solid #D0D1D1;
    border-radius: 100px;
    margin-right: 8px;
    min-width: 20px;
    min-height: 20px;
}

/* 선택된 체크박스 스타일*/
.chk_box input[type="checkbox"]:checked+.check_item {
    border: 1px solid #064196;
    background: #064196;
}
/*
.check_item:after {
  content: "";
  position: absolute;
  display: none;
}
*/

.check_item:after {
    content: "";
    width: 4px;
    height: 7px;
    border: solid #D0D1D1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 4px;
}
.chk_box input[type="checkbox"]:checked+.check_item:after {
    content: "";
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 4px;
}
.login_page .chk_box{
    /* padding: 22px 30px 22px 30px; */
    padding: 22px 30px 5px 30px;
}

.all_agree {
    border-bottom: 1px solid rgba(22, 23, 25, 0.1);
    box-sizing: border-box;
}

.all_agree .chk_box {
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #434547;
}

.terms_items {
    margin-top: 10px;
    box-sizing: border-box;
}

.terms_items .chk_box {
    padding: 13px 0;
    font-size: 15px;
}

.terms_items .chk_box a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    color: #434547;
}

/*certification_info*/
.certification_info_wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

.certification_info_wrap table tr td {
    padding-bottom: 10px;
}

.certification_info_wrap table tr td:nth-of-type(1) {
    font-size: 15px;
    color: #AFAFAF;
    font-weight: 500;
    min-width: 102px;
    vertical-align: top;
    letter-spacing: -1px;
}

.certification_info_wrap table tr td:nth-of-type(2) {
    font-size: 15px;
    color: #434547;
    font-weight: 400;
    vertical-align: top;
}

.certification_info_wrap.pay_info_wrap table tr td{
    padding-bottom: 20px;
}

.agree_form .check_item{
    border-width: 0;
}
.agree_form .chk_box input[type="checkbox"]:checked+.check_item{
    background: transparent;
    border-width: 0;
}
.agree_form .chk_box input[type="checkbox"]:checked+.check_item:after{
    content: "";
    width: 4px;
    height: 7px;
    border: solid #064196;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 4px;
}


/*overlay_menu*/
html.open {
    overflow: hidden;
}
.overay_btn_wrap{
    max-width: 1024px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
    justify-content: flex-end;
    z-index: 999;
}

.overay_btn {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 16px;
    top: 0px;
    z-index: 9999;
    background-image: url("/img/menu_btn.svg");
    background-size: 22px 13px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    padding: 5px 0 5px 0;
}
.overay_home{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 76px;
    top: 0px;
    background-image: url("/img/home_btn.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: none;
    padding: 5px 0 5px 0;
}
.overay_close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 16px;
    top: 0px;
    background-image: url("/img/close_btn.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: none;
    padding: 5px 0 5px 0;
}

#overay_menu {
    width: 0;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    text-align: left;
    max-width: 940px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    overflow: hidden;
}

#overay_menu.open {
    width:calc(100vw - 50px);


}
#overay_menu.open .overay_close, #overay_menu.open .overay_home{
    display: block;
}

.overay_cover.open {
    display: block;
    visibility: visible;
}

.overay_cover {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
    visibility:hidden;
    max-width: 1024px;
    transition: alll 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;

}
/*nav*/
#nav{
    width: 100%;
    position: relative;
    margin-top:60px;
}
#nav .menu_wrap{
    position: relative;
}
#nav .menu_wrap li{
    width:100%;
    position: relative;
    text-align: left;
    font-size: 15px;
}

/*
#nav > .menu_wrap > li > a{
    font-weight: 900;
}
*/

#nav > .menu_wrap > li {
    font-weight: 900;
}

#nav .menu_wrap li a{
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    box-sizing: border-box;
}
#nav .menu_wrap .sub_menu_wrap{
    position: relative;
    display: none;
}
#nav .menu_wrap .sub_menu_wrap li a{
    padding-left: 20px;
    color: rgba(22, 23, 25, 0.6);
    transition: color 0.4s;
}

#nav .menu_wrap .sub_menu_wrap li a:hover{
    color: rgba(22, 23, 25, 1);
}

.acc_menu a{
    position: relative;
    display: flex !important;
    align-items: center;
}
.acc_menu a img{
    width: 11px;
    height: auto;
    margin-left: auto;
    transform: rotate(180deg);
    position:relative;
    top: -1px;
    transition: all 0.3s;
}
.acc_menu.opened a img{
    transform: rotate(0);
}


/*slide_up_menu*/
.page_menu_container{
    z-index: 9999;
}

.modal_content {
    background:#fff;
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.08);
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    height: auto;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    position: fixed;
    text-align: left;
    bottom: -100vh;
    opacity: 0;
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    box-sizing: border-box;
}

.modal_back{
    background: rgba(0,0,0, 0.3);
    display: block;
    top: 0;
    left: 0;
    position: fixed;
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 9998;
    opacity: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

.page_menu_container.modal_open .modal_content{
    bottom: 0;
    opacity: 1;
}
.page_menu_container.modal_open .modal_back{
    opacity: 1;
    width: 100vw;
    height: 100vh;
}

.modal_btn_wrap{
    width:100%;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
}
.modal_btn{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
}
.modal_btn span{
    color:#434547;
    font-size: 15px;
}
.close_modal{
    width:100%;
    height: 66px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
    cursor: pointer;
}



/*font_weight*/

.txt_600 {
    font-weight: 600;
}

/*section*/
.section{
    padding:0 30px;
    box-sizing: border-box;
    position: relative;
}
/*main*/
.main_section_01{
    padding-top:60px;
    padding-bottom: 68px;
    background-color: #F7F8FA;
}
.service_img_wrap{
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.section_title{
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 5px;
}
.service_wrap{
    position: relative;
    max-width: 482px;
    margin: 0 auto;
}
.service_wrap .service{
    margin-top: 45px;
    position: relative;
}
.service_img_wrap img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.service_num{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #064196;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    margin-top: -20px;
    margin-left: 15px;
}
.service_txt{
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    color: rgba(22, 23, 25, 0.8);
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}
.service_txt .service_title{
    font-size: 18px;
    font-weight: 900;
    color: #161719;
    letter-spacing: -1px;
    line-height: normal;
    display: block;
    margin-bottom: 12px;
}

.main_section_02{
    position: relative;
    padding-top: 80px;
    /*
    padding-bottom: 80px;
    */
    padding-bottom: 30px;
}
.main_section_02 .point_title{
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #064196;
    text-align: center;
}
.main_section_02 .section_title{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.main_section_02 .service_txt{
    text-align: center;
    padding-left: 0;
}
.main_section_02 .img_wrap{
    position: relative;
    display: block;
    margin-top: 24px;
    margin-bottom: 30px;
}
.main_section_02 .img_wrap img{
    width: 293px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
}
.main_section_02 .main_visual_btn_wrap{
    padding-left:0;padding-right:0;
}

/*slide_menu*/
.slide_menu_wrap{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(22, 23, 25, 0.08);
}
.slide_menu_wrap ul{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    margin: 0;
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
}
.slide_menu_wrap ul::-webkit-scrollbar{
    display:none;
}
.slide_menu_wrap ul li{
    position: relative;
    margin-right: 8px;
}
.slide_menu_wrap ul li a{
    display: block;
    padding: 8px 15px;
    border: 1px solid rgba(22, 23, 25, 0.1);
    border-radius: 6px;
    color: #161719;
    font-size: 13px;
}
.slide_menu_wrap ul li a span{
    margin-left: 3px;
    color: #064196;
}
.slide_menu_wrap ul li.on a{
    color:#fff;
    border: 1px solid #064196;
    background: #064196;
}
.slide_menu_wrap ul li.on a span{
    color: #fff;
}

.list_item_wrap{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.list_item_wrap ul{
    position: relative;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
}
.list_item_wrap ul li{
    position: relative;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(22, 23, 25, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 12px 0;
}
.list_item_wrap.home_list_wrap ul li:last-child{
    border-bottom: 0;
}
.list_item_wrap ul li .item_con_l .list_date{
    color: rgba(22, 23, 25, 0.4);
    font-size: 12px;
}
.list_item_wrap ul li .item_con_l .customer_name{
    position: relative;
    margin-top: 0;
}
.list_item_wrap ul li .item_con_l .customer_name a{
    display: flex;
    align-items: center;
    /* font-size: 18px; */
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 4px 0;
    margin-top: 2px;
    position: relative;
}
.list_item_wrap ul li .item_con_l .customer_name a img{
    margin-left: 8px;
    width: 7px;
    height: auto;
}
.list_item_wrap ul li .item_con_l .list_status{
    position: relative;
}
.list_item_wrap ul li .item_con_l .list_status a{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(22, 23, 25, 1);
    padding: 4px 0;
}
.list_item_wrap ul li .item_con_l .list_status a img{
    width: 13px;
    height: auto;
    margin-left: 5px;
}
.list_item_wrap ul li .item_con_r{
    position: relative;
}
.list_item_wrap ul li .item_con_r .list_btn_wrap{
    position: relative;
    display: flex;
    align-items: center;
}
.list_item_wrap ul li .item_con_r .list_btn_wrap a{
    padding: 7px 12px 6px 12px;
    border-radius: 100px;
    border: 1px solid rgba(22, 23, 25, 0.15);
    display: flex;
    align-items:center;
    justify-content: center;
    font-size: 12px;
    color: #161719;
}

/*.list_item_wrap ul li .item_con_r .list_btn_wrap a.list_buy{
    border: 1px solid rgba(6, 65, 150, 0.15);
    color: #064196;
}*/

/* 추가 */
.list_item_wrap ul li .item_con_r .list_btn_wrap a.list_recommend{
    border: 1px solid rgba(6, 65, 150, 0.15);
    color: #064196;

}

.list_item_wrap ul li .item_con_r .list_btn_wrap a.list_buy{
    position: relative;
}


.list_item_wrap ul li .item_con_r .list_btn_wrap a.list_memo{
    position: relative;
}

.list_item_wrap ul li .item_con_r .list_btn_wrap a.list_memo img{
    width: 9px;
    height: auto;
    margin-right: 5px;
    position: relative;
    top: -1px;
    display: inline-block;
}
.list_item_wrap ul li .item_con_r .list_btn_wrap a.list_memo img.memo_on{
    display: none;
}
.list_item_wrap ul li .item_con_r .list_btn_wrap a.list_memo.on img.memo_off{
    display: none;
}
.list_item_wrap ul li .item_con_r .list_btn_wrap a.list_memo.on img.memo_on{
    display: inline-block;
}


/*.list_item_wrap ul li .item_con_r .list_btn_wrap a:last-child{
    margin-left: 8px;
}*/

.list_item_wrap ul li .item_con_r .list_btn_wrap a{
    margin-left: 8px;
}

/*home_list_수정*/
.list_item_wrap.home_list_wrap ul li{
    flex-direction: column;
}
.list_item_wrap.home_list_wrap ul li .item_con_wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.list_item_wrap.home_list_wrap ul li .item_con_wrap .item_con_r{
    padding-bottom: 2px;
}
.list_item_wrap.home_list_wrap ul li .list_status{
    width:100%;
}
.list_item_wrap.home_list_wrap ul li .list_status a{
    position: relative;
    display: flex;
    align-items: center;
    /* font-size: 14px; */
    font-size: 12px;
    color: rgba(22, 23, 25, 0.7);
    padding: 4px 0;
}
.list_item_wrap.home_list_wrap ul li .list_status a img{
    width: 13px;
    height: auto;
    margin-left: 5px;
    display: none;
}
.list_item_wrap.home_list_wrap ul li .item_con_r .list_btn_wrap a{
    margin-left:8px;
}
.list_item_wrap ul li .item_con_r .list_btn_wrap a.list_chat img{
    width: 13px;
    height: auto;
    margin-right: 5px;
    position: relative;
    top: -1px;
    display: inline-block;
}
.list_item_wrap ul li .item_con_r .list_btn_wrap a.list_chat img.chat_on{
    display: none;
}


/*home_filter*/

.filter_li{
    display: none !important;
}

.show {
    display: flex !important;
}

.filter_ul{
    overflow: hidden;
}
.filter_btn {
    cursor: pointer;
}

.filter_btn.active a{
    color: #064196;
    font-size: 14px !important;
}


/*filter_btn_sticky*/
.direct_wrap{
    z-index:99;
}
.direct_wrap.fixed {
    position: sticky !important;
    position: -webkit-sticky !important;
    top:60px;
    width: 100% !important;
    margin-top:0 !important;
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    max-width: 1024px;
}
.direct_wrap.fixed ul{
    margin: 0;
    border-radius:0;
    box-shadow: none;
}
.direct_wrap.fixed ul li a{
    padding:12px 0;
    font-size: 11px;
    line-height: 1.5;
}
.direct_wrap.fixed ul li a span{
    font-size: 14px;
}
.direct_wrap.fixed ul li:after{
    height: 35px;
}

/*sticky_search_wrap*/
.sticky_search_wrap{
    position: relative;
    z-index: 9;
    margin-bottom:0;

    /*
    position: -webkit-sticky;
    position: sticky;
    top: 121px;
  left: 0;
  */
}

.sticky_search_wrap .home_search_box{
    padding: 10px 10px 10px 10px !important;
}

.sticky_search_wrap select, .sticky_search_wrap input{
    height:40px !important;
    padding:10px 15px 10px 15px !important;
}

.direct_wrap.fixed .sticky_search_wrap .home_search_box{
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 10px 20px 10px 20px !important;
}
.direct_wrap.fixed .sticky_search_wrap .home_search_box select, .direct_wrap.fixed .sticky_search_wrap .home_search_box input{
    background-color: #fff;
}


/*list_memo*/
.list_item_wrap.list_item_wrap_column li{
    flex-direction: column;
}
.list_memo_top{
    position: relative;
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
    width: 100%;
}
.list_memo_bottom{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap:15px;
    padding-bottom: 5px;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
}

.txt_acc_wrap{
    position: relative;
    width: 100%;
}

.txt_acc_content_wrap{
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 9px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(22, 23, 25, 0.7);
    cursor: pointer;
    width: 100%;
    padding-right: 30px;
}
.txt_acc_content_wrap.on{
    height: 100%;
    height: auto;
    display: block;
    white-space: wrap;
    padding-bottom: 0;
}

/*extend_btn*/
.extend_btn{
    position: absolute;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    padding: 10px;
    right: 0;
    top: 2px;
}

.extend_btn:before, .extend_btn:after{
    content: "";
    position: absolute;
    background-color: #8B8B8C;
}

/* vertical line */
.extend_btn:before{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
}

/* horizontal line */
.extend_btn:after{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 1px;
}

.extend_btn:hover{
    cursor: pointer;

}
.txt_acc_content_wrap.on .extend_btn:before{
    display: none;
}






.search_box{
    position: relative;
    display: flex;
    padding: 0 30px;
}
.search_box input{
    padding: 12px 15px 12px 15px;
    height: 45px;
}
.search_box select{
    padding: 12px 15px 12px 15px;
    height: 45px;
}
.pop_form{
    padding: 0 24px;
}
.pop_form input{
    padding: 9px 15px 15px 9px;
    height: 40px;
}

.pop_head{
    position: relative;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.pop_head .pop_title{
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #161719;
}
.pop_head a{
    padding: 6px 15px 6px 15px;
    border: 1px solid rgba(22, 23, 25, 0.15);
    color: #161719;
    font-size: 12px;
    font-weight: 900;
    border-radius: 100px;
    margin-left: auto;
    transition: background 0.3s;
    position: relative;
}
.pop_head a:hover{
    background:rgba(22, 23, 25, 1);
    color: #fff;
}
.pop_head a:active{
    top:2px;
}

textarea{
    resize: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    border:1px solid rgba(22, 23, 25, 0.15);
    padding: 14px 15px 15px 15px;
    box-sizing: border-box;
    outline: none;
    min-height: 350px;
    font-size: 14px;
    color: #161719;
}
textarea:focus{
    border:1px solid rgba(22, 23, 25, 0.5);
}
textarea::placeholder{
    font-size: 14px;
    color: rgba(22, 23, 25, 0.4);
}

input[type="text"]:read-only, input[type="textarea"]:read-only {
    background: #FAFAFA !important;
}
input:read-only:focus{
    border:1px solid rgba(22, 23, 25, 0.15) !important;
}

textarea:read-only::-webkit-search-cancel-button {
    display: none;
}
textarea:read-only{
    background: #FAFAFA !important;
}
textarea:read-only:focus{
    border:1px solid rgba(22, 23, 25, 0.15) !important;
}

textarea:read-only::-webkit-search-cancel-button {
    display: none;
}


/*detail_slide_menu*/
.detail_slide_menu_wrap{
    width: 100%;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(236, 236, 237, 0.8);
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1024px;
    background: #fff;
    z-index: 99;
}
.detail_slide_menu_wrap ul{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    margin: 0;
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    gap: 30px;
}
.detail_slide_menu_wrap ul::-webkit-scrollbar{
    display:none;
}
.detail_slide_menu_wrap ul li{
    position: relative;
    background: #fff;
    flex-shrink: 0;
}
.detail_slide_menu_wrap ul li a{
    display: block;
    padding: 13px 2px;
    color: #9A9A9A;
    font-size: 13px;
    background: #fff;
}

.detail_slide_menu_wrap ul li a.active{
    color:#fff;
    border-bottom: 2px solid #064196;
    color: #064196;
}


/*review_notice*/
.review_notice_wrap{
    position: relative;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 30px;
}
.review_notice{
    position: relative;
    border-radius: 8px;
    background: rgba(226, 102, 102, 0.05);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.notice_content{
    position: relative;
    display: flex;
    align-items: flex-start;
}
.review_notice img{
    width: 18px;
    height: auto;
    position: relative;
    margin-right: 10px;
}
.review_notice .review_notice_text{
    font-size: 14px;
    font-weight: 900;
    color:#161719;
    line-height: 22px;
    position: relative;
    top: -2px;
}
.review_notice .review_notice_text span{
    font-size: 12px;
    color: rgba(22, 23, 25, 0.6);
    line-height: normal;
    display: block;
    position: relative;
    margin-top: 6px;
    font-weight: 400;
}

.review_notice a{
    border:1px solid rgba(22, 23, 25, 0.15);
    color: rgba(22, 23, 25, 1);
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    display: block;
    width: 100%;
    flex: 0 0 100%;
    font-size: 13px;
    margin-top: 15px;
    transition: all 0.3s;
    position: relative;
}
.review_notice a:hover{
    background: rgba(22, 23, 25, 0.02);
}
.review_notice a:active{
    top: 2px;
}

/*basic_info*/
.basic_info_wrap{
    position: relative;
    background: #064196;
    color: #fff;
    padding: 36px 30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.basic_info_wrap .basic_info{
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 15px;
    align-items: center;
}
.basic_info_wrap .basic_info .info_item{
    position: relative;
    width: 50%;
}
.basic_info_wrap .basic_info .info_item span{
    font-size: 14px;
}
.basic_info_wrap .basic_info .info_item span:first-child{
    color: rgba(255, 255, 255, 0.7);
    margin-right: 30px;
}
.basic_info_wrap .info_date{
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.basic_info_wrap .info_date img{
    margin-right: 8px;
    position: relative;
    top: -1px;
}

/*checkup*/
.checkup_wrap{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
}
.checkup_wrap .checkup_item{
    position: relative;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.checkup_wrap .checkup_item .checkup_title{
    background: rgba(22, 23, 25, 0.03);
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
}
.checkup_wrap .checkup_item table{
    width: 100%;
}
.checkup_wrap .checkup_item table tr td{
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: rgba(22, 23, 25, 1);

}
.checkup_wrap .checkup_item table tr td:first-child{
    color: rgba(22, 23, 25, 0.5);
    padding-left: 12px;
}
.checkup_wrap .checkup_item table tr td:nth-child(2){
    padding-left: 20px;
}
.checkup_wrap .checkup_item table tr td:nth-child(3){
    text-align: right;
}

.checkup_wrap .checkup_item table tr td:nth-child(3) span{
    font-size: 12px;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}
.checkup_wrap .checkup_item table tr td:nth-child(3) span.checkup_orange{
    background:rgba(241, 147, 61, 0.1);
    color: #F1933D;
}
.checkup_wrap .checkup_item table tr td:nth-child(3) span.checkup_blue{
    background:rgba(65, 120, 222, 0.1);
    color: #4178DE;
}
.checkup_wrap .checkup_item table tr td:nth-child(3) span.checkup_red{
    background:rgba(226, 102, 102, 0.1);
    color: #E26666;
}
/*health_surbey*/

.health_surbey_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.health_surbey{
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(22, 23, 25, 0.1);
    border-radius: 10px;
    color: #161719;
    margin-bottom: 15px;
}
.health_surbey .health_name{
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 18px;
}
.health_surbey .health_list{
    position: relative;
    width: 100%;
}
.health_surbey .health_list span{
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.health_surbey .health_list span:last-child{
    margin-bottom: 0;
}
.health_surbey .health_list span img{
    width: 18px;
    height: auto;
    position: relative;
    margin-right: 10px;
}
/*habit_surbey*/
.habit_surbey_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.habit_surbey{
    padding: 18px 0;
    border-top: 1px solid rgba(22, 23, 25, 0.12);
    border-bottom: 1px solid rgba(22, 23, 25, 0.12);
}
.habit_surbey .habit_list{
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.habit_surbey .habit_list:last-child{
    margin-bottom: 0;
}
.habit_surbey .habit_list span{
    font-size: 14px;
    color: rgba(22, 23, 25, 0.8);
}
.habit_surbey .habit_list span:first-child{
    font-weight: 900;
    color: rgba(22, 23, 25, 1);
}
.habit_surbey .habit_list span:last-child{
    text-align: right;
}

/*take_medi*/
.take_medi_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.take_medi{
    border: 1px solid rgba(22, 23, 25, 0.1);
    border-radius: 10px;
    padding: 18px 22px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.take_medi span{
    display: block;
    font-size: 13px;
    color: rgba(22, 23, 25, 0.5);
}
.take_medi .medi_name, .take_medi .medi_info{
    width: 50%;
}
.take_medi .medi_name span:last-child{
    font-size: 16px;
    font-weight: 900;
    color: rgba(22, 23, 25, 1);
    margin-top: 3px;
}
.take_medi .medi_info span:last-child{
    font-size: 14px;
    color: rgba(22, 23, 25, 1);
    margin-top: 3px;
}
.take_medi .medi_info .medi_effect{
    margin-top: 12px;
}

/*box_item_list*/
.box_item_list_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.box_item_list_wrap ul{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.box_item_list_wrap ul li{
/*    flex: 0 1 calc(33.3% - 15px);
    max-width: 95px;
    min-width: 90px;*/
    border: 1px solid rgba(22, 23, 25, 0.1);
    border-radius: 5px;
    color: #161719;
    font-size: 14px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    width : auto;
    padding : 0 10px 0 10px;
}

/*blue_box*/
.blue_box_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.blue_box{
    border-radius: 8px;
    background: rgba(6, 65, 150, 0.04);
    color: #161719;
    font-size: 16px;
    font-weight: 900;
    padding: 18px 15px;
    box-sizing: border-box;
    text-align: center;
}

/*recommend_list*/
.recommend_list_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.recommend_list_wrap ul{
    position: relative;
    margin: 0;
}
.recommend_list_wrap ul li{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
}
.recommend_list_wrap ul li .recommend_name{
    border: 1px solid #064196;
    border-radius: 5px;
    width: 61px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #064196;
    font-weight: 900;
    margin-right: 12px;
    font-size: 13px;
}
.recommend_list_wrap ul li .recommend_item{
    font-size: 14px;
    text-decoration: underline;
    color: #161719;
}
.recommend_list_wrap ul li img{
    cursor: pointer;
    width: 16px;
    height: auto;
    position: relative;
    margin-left: auto;
}

/*acc_content*/

.acc_content_wrap{
    position: relative;
    margin-bottom: 40px;
}
.acc_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
}
.acc_wrap a{
    position: relative;
    display: flex !important;
    align-items: center;
    padding: 10px 0;
    color: #161719;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: -1px;
}
.acc_wrap a img{
    width: 14px;
    height: auto;
    margin-left: auto;
    transform: rotate(180deg);
    position:relative;
    top: -1px;
    transition: all 0.3s;
}
.acc_wrap.opened a img{
    transform: rotate(0);
}

.acc_wrap .acc_content_wrap{
    border: 1px solid rgba(22, 23, 25, 0.1);
    border-radius: 10px;
    padding: 20px;
}





.content_title{
    font-size: 13px;
    color: rgba(22, 23, 25, 0.7);
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(22, 23, 25, 0.1);
}
.content_title span{
    font-size: 16px;
    font-weight: 900;
    color: rgba(22, 23, 25, 1);
    display: block;
}
.status_point_wrap{
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}
.status_point{
    color: rgba(22, 23, 25, 0.6);
    font-size: 11px;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.status_point span{
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    margin-right: 5px;
}
.status_point span.point_orange{
    background: #F1933D;
}
.status_point span.point_blue{
    background: #4178DE;
}
.status_point span.point_red{
    background: #E26666;
}

.status_gage_wrap{
    position: relative;
    width: 100%;
    margin-top: 45px;
}

.gage_item{
    position: relative;
    margin-bottom: 45px;
}
.gage_name{
    font-size: 14px;
    color: #161719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.gage_name span:first-child{
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -1px;
}
.gage_name span:last-child{
    text-align: right;
}
.gage_bar{
    width: 100%;
    height: 8px;
    background: rgba(22, 23, 25, 0.06);
    border-radius: 100px;
    position: relative;
    display: flex;
    align-items: center;
}
.gage{
    height: 8px;
    position: relative;
    border-radius: 100px;
}

.gage_bar .min_gage{
    position: absolute;
    height: 8px;
}
.gage_bar .min_gage span{
    color: rgba(53, 59, 68, 0.8);
    font-size: 11px;
    letter-spacing: -1px;
    position: absolute;
    top: 12px;
    display: block;
    left: 0;
    min-width: 100px;
}
.gage_bar .max_gage{
    position: relative;
    height: 8px;
    margin-left: auto;
    text-align: right;
}
.gage_bar .max_gage span{
    color: rgba(53, 59, 68, 0.8);
    font-size: 11px;
    letter-spacing: -1px;
    position: absolute;
    top: 12px;
    display: block;
    right: 0;
    min-width: 100px;
}
.gage_blue{
    background: #4178DE;
}
.gage_red{
    background: #E26666;
}
.gage_orange{
    background: #F1933D;
}



/*flex_title*/
.flex_title{
    position: relative;
    display: flex;
    align-items: center;
}
.flex_title a{
    margin-left: auto;
    padding: 8px 20px;
    color: #161719;
    background: rgba(22, 23, 25, 0.06);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}
.flex_title_re a{
    color: #064196;
    background: rgba(6, 65, 150, 0.06);
    border-width:0;
}


/*recommend_point*/
.recommend_point_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
}
.recommend_point{
    padding: 0;
    /*border-bottom: 1px solid rgba(22, 23, 25, 0.1);*/
}
.recommend_point_item{
    padding:24px 0;
    border-top: 1px solid rgba(22, 23, 25, 0.1);
    box-sizing: border-box;
    color: rgba(22, 23, 25, 0.7);
    font-size: 13px;
}
.recommend_point_item span{
    color: rgba(22, 23, 25, 1);
    font-size: 14px;
    font-weight: 900;
    display: block;
    margin-bottom: 15px;
}

.recommend_point_item_re span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.recommend_point_item_re span a{
    color: #161719;
    font-size: 13px;
    border-radius: 100px;
    border: 1px solid rgba(22, 23, 25, 0.15);
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}

/*qr*/
.qr_wrap{
    position: relative;
    border: 6px solid rgba(6, 65, 150, 0.15);
    padding: 12px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 90px;
}
.qr_wrap img{
    display: block;
    position: relative;
    width: 102px;
    height: auto;
}
.qr_txt_wrap{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: rgba(22, 23, 25, 0.8);
    margin-top: 30px;
    margin-bottom: 40px;
}
.qr_txt_wrap span{
    font-weight: 900;
    font-size: 20px;
    color: rgba(22, 23, 25, 1);
    letter-spacing: -1px;
    display: block;
    margin-bottom: 10px;
    position: relative;
}


/*report_list*/
.report_list_wrap{
    position: relative;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.report_list{
    position: relative;
    border: 1px solid rgba(22, 23, 25, 0.1);
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 15px;
}
.report_list:last-child{
    margin-bottom: 0;
}
.report_list_date{
    color: #161719;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 20px;
}
.report_list_date img{
    width: 12px;
    height: auto;
}

.recom_item_title{
    color: rgba(22, 23, 25, 0.6);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 10px;
}
.recom_item_wrap{
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.recom_item_wrap span{
    flex: 0 1 auto;
    background: rgba(6, 65, 150, 0.04);
    border-radius: 5px;
    color: #064196;
    padding: 4px 8px;
}
.recom_state{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(22, 23, 25, 0.08);
}
.recom_state span:first-child{
    color: rgba(22, 23, 25, 0.6);
    font-size: 13px;
    font-weight: 900;
}
.recom_state span:nth-child(2){
    color: rgba(22, 23, 25, 1);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -1px;
}

/*list_item_wrap_thr*/
.list_item_wrap.list_item_wrap_column.list_item_wrap_thr{
    position: relative;
}
.list_item_wrap.list_item_wrap_column.list_item_wrap_thr ul li{
    padding: 18px 0 18px 0;
}
.list_item_wrap_thr .list_top{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.list_item_wrap_thr.list_parma_wrap .list_top{
    align-items: flex-start;
}
.list_item_wrap_thr .list_mid{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 12px;
}
.list_item_wrap_thr .list_bottom{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.list_item_wrap_thr .list_top .list_cate{
    font-size: 14px;
    color: #161719;
}
.list_item_wrap_thr .list_mid .list_item_name{
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #161719;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:6px;
    cursor: pointer;
    margin-bottom: 3px;
}
.list_item_wrap_thr .list_mid .list_made_name{
    color: rgba(57, 60, 63, 0.5);
    font-size: 13px;
    font-weight: 900;
}

.list_item_wrap_thr .list_bottom .list_price_wrap{
    display: flex;
    position: relative;
    flex-direction: column;
}
.list_item_wrap_thr .list_bottom .list_price_wrap .list_price{
    color: rgba(57, 60, 63, 0.7);
    font-size: 12px;
}
.list_item_wrap_thr .list_bottom .list_price_wrap .list_price span{
    color: #161719;
    font-size: 14px;
    font-weight: 600;
}
.list_item_wrap_thr .list_bottom .list_recommender{
    color: rgba(22, 23, 25, 0.5);
    font-size: 12px;
}
.list_item_wrap_thr .list_bottom .list_recommender span{
    color: #161719;
    margin-left: 6px;
}
.recom_check{
    background: #064196;
    color: #fff !important;
    border-color: #064196;
}


/** 2022-12-19 추가 product-detail */
.product_img_wrap{
    position: relative;
    width: 100%;
    max-width: 792px;
    margin: 0 auto;
}
.product_img_wrap img{
    position: relative;
    width: 300px;
    height: 300px;
    display: block;
    margin : 50px auto;
}


/*item_detail*/
.item_img_wrap{
    position: relative;
    width: 100%;
    max-width: 792px;
    margin: 0 auto;
}
.item_img_wrap img{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.item_name{
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}
.item_detail_wrap{
    position: relative;
    width: 100%;
    max-width: 1024px;
    padding: 0 30px;
    box-sizing: border-box;
}
.item_detail_wrap table{
    border-top:1px solid rgba(22, 23, 25, 0.08);
    border-bottom:1px solid rgba(22, 23, 25, 0.08);
    padding: 12px 0;
}
.item_detail_wrap table tr td{
    padding: 12px 0;
    vertical-align: top;
    color: rgba(22, 23, 25, 0.8);
    font-size: 13px;
}
.item_detail_wrap table tr td:first-child{
    font-weight: 900;
}
.item_detail_wrap table tr td a{
    color: rgba(22, 23, 25, 0.8);
    text-decoration: underline;
}
.check_btn{
    color: #161719;
    background: #fff;
    border: 1px solid rgba(22, 23, 25, 0.15);
    position: relative;
}
.prime_btn_wrap .prime_btn.check_btn img{
    position: relative;
    width: 15px;
    height: auto;
    margin-right: 7px;
}
.check_btn:active{top:2px;box-shadow: none;}
.check_btn:before{left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 100%; height: 0;content: ''; z-index: -1; position: absolute; background: rgba(22, 23, 25, 0.05); transition: all 0.6s;display: block;}
.check_btn:hover:before{height: 2000%;}
.check_btn:active:before{height: 2000%;}

/*my_item*/
.list_item_wrap.list_item_wrap_column.list_item_wrap_thr .ver_center{
    align-items: center;
}
.item_con_l.item_con_l_state{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.item_con_l.item_con_l_state .item_state{
    font-size: 14px;
    color: #161719;
    padding: 5px 8px;
    margin-left: 8px;
    position: relative;
}
.item_con_l.item_con_l_state .item_state:before{
    content: '';
    width: 1px;
    height: 10px;
    background: rgba(22, 23, 25, 0.15);
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.item_con_l.item_con_l_state .item_state.return{
    color: #E26666;
    padding-right: 18px;
    cursor: pointer;
}
.item_con_l.item_con_l_state .item_state.return:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    background: url('/img/return.svg') no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.input_img_wrap{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.input_img_wrap img{
    position: relative;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-height: 180px;
}

/*flex_btn*/
.flex_btn_wrap{
    display: flex;
    gap: 8px;
}
.trans_btn{
    color: #064196;
    background-color: #fff;
    border: 1px solid #064196;
    transition:all 0.3s;
    box-sizing: border-box;
    transition:all 0.3s;
}
.trans_btn:hover{color: #fff;}
.trans_btn:active{top:2px;box-shadow: none;}
.trans_btn:before{left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 100%; height: 0;content: ''; z-index: -1; position: absolute; background:#064196; transition: all 0.6s;display: block;}
.trans_btn:hover:before{height: 2000%;}
.trans_btn:active:before{height: 2000%;}
/*over_table*/
.over_table_wrap{
    position: relative;
    display:block;
    width: 100%;
    white-space:nowrap;
    border-collapse:collapse;
    overflow-x: auto;
}
.over_table_wrap table{
    width: 100%;
    position: relative;
    border-spacing: 0px;
    border-style: none;
    padding: 0px;
    text-align: left;
}
.over_table_wrap table tr th, .over_table_wrap table tr td{
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
}
.over_table_wrap table tr th:first-child, .over_table_wrap table tr td:first-child{
    position:sticky;
    left: 0;
    background-color: #fff;
    padding-left: 30px;
}
.over_table_wrap table tr th{
    font-size: 12px;
    color: rgba(22, 23, 25, 0.4);
    padding-top:8px;
    padding-bottom: 8px;
}
.over_table_wrap table tr td{
    font-size: 14px;
    color: #161719;
}
.over_table_wrap table tr td a{
    color: #161719;
    text-decoration: underline;
    padding: 10px 0;
}

.over_table_wrap table tfoot tr th{
    font-size: 14px;
    color: #161719;
    padding: 11px 11px;
    font-weight: 900;
    background-color: #F0F4F9;
}
.over_table_wrap table tfoot tr th:first-child{
    background-color: #F0F4F9;
}
.over_table_wrap table tr.total td{
    background-color: #FAFAFA;
}

/*date*/
.date_box{
    display: flex;
    gap: 3px;
    width: 100%;
    border:1px solid rgba(22, 23, 25, 0.15);
    border-radius: 8px;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    font-family: 'KoPubWorldDotum';
}
input[type="date"]{
    position: relative;
    border-width: 0 !important;
    font-size:20px;
    text-align: center;
    font-family: 'KoPubWorldDotum';
    padding: 16px 15px 16px 15px !important;
    line-height: 45px;
    color: rgba(22, 23, 25, 0.7);
    font-size: 13px;
    width: 150px !important;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    z-index: 1;
    cursor: pointer;
}

.date_box input:after{
    position: absolute;
    top:50%;
    right:6px;
    content: '';
    width: 30px;
    height:30px;
    background: url('/img/date.svg') no-repeat;
    background-size: 14px 13px;
    background-position: center;
    transform: translateY(-50%);
    display: block;
    margin-top: -1px;
    cursor: pointer;
}
.detail_date{
    position: relative;
    width: 100%;
    max-width: 1024px;
    padding: 0 30px;
    color: #161719;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
}
.detail_date a{
    border:1px solid rgba(22, 23, 25, 0.1);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
}
.detail_date a img{
    display: block;
    width: 12px;
    height: 12px;
}
.detail_date a:active{top:2px;}

/*list_pharmacist*/
.item_con_l .list_name{
    color: #161719;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:6px;
    cursor: pointer;
    margin-bottom: 3px;
}
.item_con_l .list_phone{
    font-size: 14px;
    color: rgba(22, 23, 25, 0.7);
}
.list_bottom.pharma_bottom{
    margin-top:12px;
}
.list_bottom.pharma_bottom .list_date{
    color: rgba(22, 23, 25, 0.4);
    font-size: 12px;
    width: 100%;
}
.list_bottom.pharma_bottom .list_date span{
    margin-left: 8px;
    padding-left: 8px;
    position: relative;
}
.list_bottom.pharma_bottom .list_date span::before{
    content: '';
    border-left: 1px solid rgba(22, 23, 25, 0.15);
    width: 1px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.list_pharma{
    display: flex;
    align-items:center;
    gap:6px;
    padding: 7px 8px 6px 12px !important;
}
.list_pharma img{
    width: 12px !important;
    height: auto;
    position: relative;
}


/*slide_modal*/

.page_menu_container{
    z-index: 9999;
}

.modal_content {
    background:#fff;
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.08);
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    height: auto;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    position: fixed;
    text-align: left;
    bottom: -100vh;
    opacity: 0;
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    box-sizing: border-box;
}

.modal_back{
    background: rgba(0,0,0, 0.3);
    display: block;
    top: 0;
    left: 0;
    position: fixed;
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 9998;
    opacity: 0;
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

.page_menu_container.modal_open .modal_content{
    bottom: 0;
    opacity: 1;
}
.page_menu_container.modal_open .modal_back{
    opacity: 1;
    width: 100vw;
    height: 100vh;
}

.modal_btn_wrap{
    width:100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px;
    box-sizing: border-box;
}
.modal_btn{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
    height:118px ;
    border-radius: 10px;
}
.modal_btn:active{
    background: rgba(0,0,0, 0.03);
}
.modal_btn:last-child{
    margin-left: 15px;
}
.modal_btn span{
    color:#434547;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
}
.modal_btn span img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.close_modal{
    width:100%;
    height: 66px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
    cursor: pointer;
}


/* basic_radio */
.radio_cntainer{
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    margin:15px 0;
}
.radio_cntainer [type="radio"]:checked,
.radio_cntainer [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio_cntainer [type="radio"]:checked+label,
.radio_cntainer [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 45px;
    display: inline-block;
    color: #161719;
}

.radio_cntainer [type="radio"]:checked+label:before,
.radio_cntainer [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #E3E4E5;
    border-radius: 100%;
    background: #fff;
}

.radio_cntainer [type="radio"]:checked+label:before {
    border: 1px solid #064196;
    border-radius: 100%;
}

.radio_cntainer [type="radio"]:checked+label:after,
.radio_cntainer [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #064196;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    border-radius: 100%;
}

.radio_cntainer [type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.radio_cntainer [type="radio"]:checked+label:after {
    opacity: 1;
}

.radio_cntainer .radio_group{
    width: 100%;
    display: block;
}

/*customer_detail*/
.customer_img_wrap{
    position: relative;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(22, 23, 25, 0.1);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
.customer_img_wrap::after{
    content: '';
    position: absolute;
    top:50%;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    background: url('/img/profile_bg.svg') no-repeat;
    background-position: center;
    background-size: 32px 38px;
    display: block;
    background-color: rgba(22, 23, 25, 0.02);
}
.customer_name{
    text-align: center;
    margin-top: 15px;
}
.customer_contact{
    position: relative;
    width: 100%;
    max-width: 1024px;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer_contact div{
    text-align: center;
    font-size: 13px;
    color: rgba(22, 23, 25, 0.8);
    width: 50%;
    margin-top: 30px;
}
.customer_contact div span{
    display: block;
    font-weight: 900;
    margin-bottom: 5px;
}
.customer_contact div:first-child{
    border-right: 1px solid rgba(22, 23, 25, 0.1);
}
.customer_detail_wrap table{
    border-width: 0;
}
.customer_detail_wrap table tr td:first-child{
    color: rgba(22, 23, 25, 0.6);
    font-weight: normal;
}
.delete_account_wrap{
    width: 100%;
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}
.delete_account_wrap a{
    font-size: 14px;
    color: #161719;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
}
.delete_account_wrap a img{
    width:12px;
    height: auto;
    position: relative;
}

/*list_board*/
.list_board_wrap table{
    text-align: left;
    width: 100%;
    position: relative;
    border-spacing: 0px;
    border-style: none;
    padding: 0px;
}

.list_board_wrap table tr th, .list_board_wrap table tr td{
    border-bottom: 1px solid #eee;
}
.list_board_wrap table tr th:first-child{
    padding-left: 30px;
}
.list_board_wrap table tr th:last-child, .list_board_wrap table tr td:last-child{
    padding-right: 30px;
}
.list_board_wrap table tr th{
    font-size: 12px;
    color: rgba(22, 23, 25, 0.4);
    padding-top:8px;
    padding-bottom: 8px;
}
.list_board_wrap table tr td{
    font-size: 14px;
    color: #161719;
}
.list_board_wrap table tbody tr td:nth-child(2){
    font-size: 12px;
    color: rgba(22, 23, 25, 0.6);
}
.list_board_wrap table tbody tr.reply td{
    background-color: #fafafa;
}
.list_board_wrap table tbody tr.reply td:first-child{
    padding-left: 0;
    position: relative;
}
.list_board_wrap table tbody tr.reply td:first-child::before{
    content:'';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width:12px;
    height: 15px;
    background: url('/img/reply.svg') no-repeat;
    background-position: center;
    background-size: 100%  auto;
    margin-top: -3px;
}
.list_board_wrap table tbody tr td a{
    display: block;
    color: #161719;
    padding: 15px 0 15px 30px;
}
.list_board_wrap table tbody tr.reply td a{
    padding-left: 50px;
}

/*board*/
.paging_wrap{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 30px;
}

.paging_wrap a{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: rgba(22, 23, 25, 0.6);
}
.paging_wrap .paging{
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}
.paging_wrap .paging a{
    position: relative;
}
.paging_wrap .paging a img{
    width:11px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
}
.paging_wrap .paging.active a img{
    opacity: 1;
}
.paging_wrap ul.page_num{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:6px;
}
.paging_wrap ul.page_num li{
    position: relative;
}
.paging_wrap ul.page_num li a{
    line-height: 26px;
    text-align: center;
}
.paging_wrap ul.page_num li.on a{
    color:#fff;
    background-color: #064196;
    font-weight: 900;
}
.form_title_btn_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_title_btn_wrap a{
    font-size: 13px;
    color: rgba(6, 65, 150, 1);
    border-radius: 8px;
    padding: 10px 30px;
    border: 1px solid rgba(6, 65, 150, 0.15);
    font-weight: 900;
    line-height: 13px;
    position:relative;
    overflow: hidden;
}
.form_title_btn_wrap a:active{top:2px;box-shadow: none;}
.form_title_btn_wrap a:before{left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 100%; height: 0;content: ''; z-index: -1; position: absolute; background: rgba(6, 65, 150, 0.05); transition: all 0.6s;display: block;}
.form_title_btn_wrap a:hover:before{height: 2000%;}
.form_title_btn_wrap a:active:before{height: 2000%;}

.form_title_btn_wrap .search_btn{
    margin-left: 8px;
    line-height: 24px;
    text-align: center;
    padding: 10px !important;
    width: 50px;
    max-width: 100px;
    min-width: 30px;
}

.no_search {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-bottom: none !important;
}

/*board_read*/
.board_read_page{
    padding: 0 30px;
    box-sizing: border-box;
}
.board_title{
    font-size: 16px;
    font-weight: 900;
    border-bottom: 1px solid rgba(22, 23, 25, 0.1);
    padding-bottom: 12px;
    margin-top: 20px;
}
.board_info{
    padding-top: 12px;
}
.board_info span{
    font-size: 12px;
    color: rgba(22, 23, 25, 0.4);
}
.board_info > span{
    margin-right: 20px;
}
.board_info span span{
    color: rgba(22, 23, 25, 1);
    margin-left: 8px;
}
.board_content{
    padding-top:30px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #161719;
}
.board_reply_wrap{
    position: relative;
    padding-top: 20px;
    border-top: 1px solid rgba(22, 23, 25, 0.1);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.board_reply_wrap .board_reply span{
    display: block;
    position: relative;
}
.board_reply_wrap img{
    margin-right: 10px;
    width: 11px;
    height: auto;
    position: relative;
    display: block;
}
.board_reply_wrap .board_reply span:first-child{
    font-size: 14px;
    font-weight: 900;
    color:#161719;
}
.board_reply_wrap .board_reply span.reply_date{
    font-size: 12px;
    color: rgba(22, 23, 25, 0.4);
    margin-top: 6px;
}
.board_reply_wrap .board_reply .board_reply_content{
    padding-top:20px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #161719;
}
/*home*/
.notice_wrap{
    position:relative;
    width: 100%;
    padding:0 30px;
    box-sizing: border-box;
    border-top: 1px solid rgba(22, 23, 25, 0.08);
    text-align: left;
}

.notice_wrap .notice_txt_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:8px;
    height: 45px;
    line-height: 45px;
}
.notice_wrap .notice_title{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: bold;
    color:#064196;
}

.notice_wrap .notice_title img{
    position: relative;
    width:13px;
    height: auto;
    margin-right: 5px;
}
.notice_wrap .notice_content a{
    font-size: 12px;
    color: rgba(22, 23, 25, 0.8);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: block;
}

.notice_txt_wrap{
    position: relative;
    width: auto;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.notice_wrap .notice_content{
    position: absolute;
    top: -36px;
    left: 50px;
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
}

/* 이전, 현재, 다음 롤링 배너 표시 */
.notice_wrap .notice_content.prev{
    top: 36px;
    transition: top 0.7s ease;
}
.notice_wrap .notice_content.current{
    top: 0;
    transition: top 0.7s ease;
}
.notice_wrap .notice_content.next{
    top: -36px;
}
/* 반대 방향으로 진행 */
.notice_txt_wrap.reverse .notice_content.prev{
    top: -36px;
    transition: top 0.7s ease;
}
.notice_txt_wrap.reverse .notice_content.next{
    top: 36px;
}

.today_wrap{
    position: relative;
    text-align: center;
    background: linear-gradient(108.31deg, #064196 2.17%, #03367F 94.89%);
    box-sizing: border-box;
    color: #fff;
    width:100%;
}

.today_wrap .date_wrap{
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

/*.today_wrap .date_wrap a{*/
/*    border-radius: 5px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: rgba(255, 255, 255, 0.06);*/
/*    transition: background 0.3s;*/
/*}*/
.today_wrap .date_wrap a img{
    width: 12px;
    height: auto;
    position: relative;
    display: block;
}
.today_wrap .date_wrap a:hover{
    background: rgba(255, 255, 255, 0.1);
}
.today_wrap .date_wrap a:active{
    background: rgba(255, 255, 255, 0.1);
    top: 2px;
}
.today_wrap .today_sale_wrap{
    position: relative;
    box-sizing: border-box;
    padding:34px 30px;
    padding-bottom: 80px;
}
.today_wrap .today_sale_wrap a{
    color:rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 14px;
}
.today_wrap .today_sale_wrap a span{
    color:#fff;
    font-weight: 500;
    font-size: 28px;
    margin-top: 2px;
    position: relative;
    display: block;
}

.direct_wrap{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: -65px;
}
.direct_wrap ul{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.direct_wrap ul li{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}
.direct_wrap ul li a{
    position: relative;
    padding: 26px 0;
    display: block;
    font-size: 12px;
    color: rgba(22, 23, 25, 0.8);

}
.direct_wrap ul li a span{
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}
.direct_wrap ul li:after{
    width:1px;
    height: 45px;
    background: rgba(0, 0, 0, 0.08);
    content:'';
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.direct_wrap ul li:last-child::after{
    display: none;
}

.list_none{
    position: relative;
    color: rgba(22, 23, 25, 0.4);
    font-size: 14px;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
}

/*float_btn*/
.float_btn_wrap{
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    padding-bottom: 60px;
    /*
    left: 50%;
    transform: translateX(-50%);
    */
    z-index: 50;
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
}

/*foot_nav*/
.foot_nav{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 998;
}
.foot_nav ul{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.foot_nav ul li{
    position: relative;
    flex-grow: 1;
}
.foot_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 54px;
    font-size: 11px;
    color: rgba(22, 23, 25, 0.7);
}
.foot_nav ul li a img{
    display: block;
    margin: 0 auto;
    margin-bottom: 2px;
    width: 20px;
    height: auto;
}
.margin_footer{
    margin-bottom: 54px;
}

/*공통*/
.margin_t_30{margin-top: 30px;}
.margin_t_20{margin-top: 20px;}
.sep_bar{
    width:100vw;
    height: 8px;
    background: rgba(22, 23, 25, 0.04);
    margin: 0 auto;
    max-width: 1024px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text_red{
    color: #E26666 !important;
}
.text_gray_5{
    color: rgba(22, 23, 25, 0.5) !important;
}
.em{font-weight: 900 !important;}
.c_100{color:#161719 !important;}
.fix_data{
    font-size: 14px;
    color: #161719;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*******user*******/
.vis_wrap{
    position: relative;
    width:100%;
    box-sizing: border-box;
    text-align: center;
    background:#EBF2FF;
}
.vis_wrap .vis_title{
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 44px;
    padding: 0 30px;
    box-sizing: border-box;
    padding-top:40px;
}
.vis_wrap .vis_txt_01{
    font-size: 16px;
    color: rgba(22, 23, 25, 0.9);
    line-height: 26px;
    margin-top: 15px;
    padding: 0 30px;
    box-sizing: border-box;
}
.vis_wrap .vis_line{
    width:0px;
    height: 30px;
    background: rgba(22, 23, 25, 0.3);
    margin: 0 auto;
    margin-top:12px;
    margin-bottom: 16px;
}
.vis_wrap .vis_txt_02{
    font-size: 14px;
    color: rgba(22, 23, 25, 0.8);
    line-height: 24px;
    padding: 0 30px;
    box-sizing: border-box;
}
.vis_wrap .vis_txt_02 span{
    font-weight: bold;
}
.vis_wrap .vis_img_wrap{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-height: 608px;

}
.vis_wrap .vis_img_wrap img{
    width:100%;
    height: auto;
    display: block;
    position: relative;
}

.container{
    display: flex;
    flex-wrap: nowrap;
    justify-content:space-between;
    margin-bottom: 10px;
}

.item{
    font-size: 12px;
    margin: 5px;
}

.item a{
    border:1px solid rgba(22, 23, 25, 0.15);
    color: rgba(22, 23, 25, 1);
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 5px;
    transition: all 0.3s;
    position: relative;
}
.item a:hover{
    background: rgba(22, 23, 25, 0.02);
}
.item a:active{
    top: 2px;
}




/** 2022-11-25 추가 */
.mb-4 {
    color: rgba(255, 0, 0, 0.5);
    font-size : 12px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
}
.alert {
    margin-bottom: 20px;
    border: 1px solid transparent;
}

/* faq cs add */
/*cs*/
.cs_page_wrap{
    padding-top: 20px;
}
.cs_page_wrap .page_content{
    padding-bottom: 50px;
}
.cs_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 15px;
    padding-bottom: 50px;
}
.cs_ans{
    position: relative;
}
.cs_que{
    position: relative;
}
.cs_que a{
    position: relative;
    display: flex;
    align-items: center;
    color: #161719;
    font-size: 14px;
    height: 50px;
}
.cs_que a img{
    width: 14px;
    height: auto;
    margin-left: auto;
    transform: rotate(0);
    position:relative;
    top: -1px;
    transition: all 0.3s;
}
.cs_que.opened a img{
    transform: rotate(180deg);
}

.cs_que .cs_ans{
    padding: 20px;
    background: rgba(22, 23, 25, 0.03);
    color: rgba(22, 23, 25, 0.8);
    font-size: 13px;
}
.cs_btn_wrap{
    background: transparent;
    padding-top: 0;
    min-height: 40px;
    padding-bottom: 30px;
}
.cs_btn_wrap .prime_btn_wrap a{
    color: #161719;
    font-size: 14px;
    border: 1px solid rgba(22, 23, 25, 0.1);
    border-radius: 1000px;
    background: #fff;
    padding: 8px 26px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transition: background 0.3s;
}
.cs_btn_wrap .prime_btn_wrap a:hover{
    background:rgba(22, 23, 25, 0.05);
}
.cs_btn_wrap .prime_btn_wrap a:active{
    top:2px;
}

/* 2023-02-27 추가 */
.jconfirm.jconfirm-light .jconfirm-box, .jconfirm .jconfirm-box {
    border-radius: 15px;
    padding: 24px 0 0 0;;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    max-width: 640px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    color: rgba(22, 23, 25, 0.7);
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 22px;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    padding: 20px 24px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 900;
    margin-left: 0;
    color: #064196;
    min-width: 74px;
    box-sizing: border-box;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{
    color: #064196;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 0;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #fff;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #fff;
}

/* 2023-02-27 추가 끝 */

/*230901*/
/*list_item_renew*/

.filter_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.filter_select{
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.filter_select a{
    position: relative;
    border-radius: 6px;
    border: 1px solid rgba(22, 23, 25, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #161719;
    padding: 6px 10px 5px 11px;
    gap:6px;
}
.filter_select a img{
    position: relative;
    top:-1px;
}

.filter_box .filter_all{
    position: relative;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: #161719;
    width: 32px;
    height: 32px;
    background: rgba(22, 23, 25, 0.05);
}

.filter_box .filter_all:after{
    content:'';
    background: url("/img/filter_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.filter_box .filter_all.on{
    color: #064196;
    background: rgba(6, 65, 150, 0.05);
    border: 1px solid rgba(6, 65, 150, 1);
}
.filter_box .filter_all.on:after{
    background: url("/img/filter_icon_on.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
}

.sort_wrap{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(22, 23, 25, 0.08);
    z-index: 11;
}

.sort_wrap .sort_recommend{
    margin-right: auto;
}
.sort_wrap .sort_recommend .chk_box{
    font-size: 12px;
}

.sort_view{
    position: relative;
    margin-left: 10px;
}
.sort_view a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-wrap: wrap;
}
.sort_view a img{
    width: 18px;
    height: auto;
}


.sort_order{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.sort_order img{
    width: 14px;
    height: auto;
}
.sort_order .select {
    display: inline-block;
    width: auto;
    font-size: 12px;
    position: relative;
    padding-left: 14px;
    cursor: pointer;
}
.sort_order .select::before{
    content:'';
    background: url('/img/sort_order.svg') no-repeat;
    background-size: 14px auto;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sort_order .select .selected {
    display: flex;
    justify-content: space-between;
    padding: 6px 0 6px 5px;
}

.sort_order .select .selected .selected-value {
    max-width: 90px;
}

.sort_order .select ul li,
.sort_order .select .selected .selected-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sort_order .select ul {
    width: 120px;
    display: none;
    position: absolute;
    right: -15px;
    background: #fff;
    margin: 6px 0 0 0;
    cursor: pointer;
    border-radius: 2px;
}

.sort_order .select.active ul {
    display: initial;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.sort_order .select ul li {
    padding: 8px 10px;
}

.sort_order .select ul li:hover {
    background: rgba(6, 65, 150, 0.08);
}

.list_item_wrap.list_grid_wrap .product_qnt{
    padding: 0 30px;
    font-size: 12px;
    padding-top: 12px;
    position: relative;
    line-height: 1;
}
.list_item_wrap.list_grid_wrap .product_qnt span{
    font-weight: bold;
    position: relative;
    margin-right: 2px;
}

.list_item_wrap.list_grid_wrap ul li{
    position: relative;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(22, 23, 25, 0.06);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
}


.list_item_wrap.list_grid_wrap ul li a.go_detail{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 32px);
    height: 100%;
    display: block;
    z-index: 1;
}


.list_item_wrap.list_grid_wrap ul li .thumb_wrap{
    width: 95px;
    height: 95px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
}
.list_item_wrap.list_grid_wrap ul li .thumb_wrap img{
    width: 100%;
    height: auto;
}
.list_item_wrap.list_grid_wrap ul li .thumb_wrap .recommend_badge{
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 9px;
    border-radius: 100px;
    padding: 1px 8px;
    background: #064196;
    color: #fff;
    font-weight: bold;
    display: none;
    z-index: 9;
}



.list_item_wrap.list_grid_wrap ul li .product_info_wrap{
    flex: 1 1 0;
    padding-top: 2px;
    position: relative;
    width: 100%;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_brand{
    font-size: 11px;
    color: rgba(22, 23, 25, 0.70);
    width: calc(100% - 15px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_name{
    font-size: 14px;
    color: #161719;
    font-weight: bold;
    width: calc(100% - 15px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    line-height: 1.4;
    margin-top: 1px;
}




.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_price{
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_price .price_info{
    color: rgba(22, 23, 25, 0.70);
    display: inline-block;
    margin-right: 4px;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_price .price_info:last-child{
    margin-right: 0;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_price .price_info .price{
    color: #161719;
    padding-left: 4px;
    font-weight: bold;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_badge{
    position: relative;
    padding: 0;
    font-size: 0;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_badge span{
    font-size: 9px;
    font-weight: bold;
    padding: 0 3px;
    border-radius: 3px;
    margin-right: 3px;
    margin-top: 3px;
    display: none;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_badge span.on{
    display: inline-block;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_badge span:last-child{
    margin-right: 0;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_badge span.new_pd{
    border: 1px solid rgba(230, 54, 54, 0.08);
    background: rgba(230, 54, 54, 0.08);
    color: #E63636;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_badge span.special_pd{
    border: 1px solid rgba(13, 148, 140, 0.08);
    background: rgba(13, 148, 140, 0.08);
    color: #0D948C;
}
.list_item_wrap.list_grid_wrap ul li .product_info_wrap .product_badge span.recommend_pd{
    border: 1px solid rgba(6, 65, 150, 0.08);
    background: rgba(6, 65, 150, 0.08);
    color: #064196;
}

.list_item_wrap.list_grid_wrap ul li .recommend_btn_wrap{
    position: relative;
    top: -7px;
    z-index: 9;
}
.list_item_wrap.list_grid_wrap ul li .recommend_btn_wrap a{
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 50%;
    opacity: 0.4;
    transition: opacity 0.2s;
}
.list_item_wrap.list_grid_wrap ul li .recommend_btn_wrap a:hover{
    opacity: 1;
}

.list_item_wrap.list_grid_wrap ul li .recommend_btn_wrap a img{
    width: 18px;
    height: auto;
    display: block;
}

.list_item_wrap.list_grid_wrap ul li.recommend_item .thumb_wrap .recommend_badge{
    display: block;
}
.list_item_wrap.list_grid_wrap ul li .recommend_btn_wrap a.recommend_change_btn{
    display: none;
}
.list_item_wrap.list_grid_wrap ul li.recommend_item .recommend_btn_wrap a.recommend_btn{
    display: none;
}
.list_item_wrap.list_grid_wrap ul li.recommend_item .recommend_btn_wrap a.recommend_change_btn{
    display: flex;
}

.list_item_wrap.list_grid_wrap ul li:not(.recommend_item).checked{
    display: none;
}


.sort_view a.view_list{
    display: none;
}

.sort_view.on a.view_list{
    display: flex;
}
.sort_view.on a.view_grid{
    display: none;
}
.list_item_wrap.on > ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    min-width: initial;
    margin: 0;
}
.list_item_wrap.on > ul > li.grid_item{
    border-bottom: 0;
    flex-direction: column;
}
.list_item_wrap.on > ul > li.grid_item .thumb_wrap{
    margin-right: 0;
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 12px;
}
.list_item_wrap.on > ul > li.grid_item .thumb_wrap:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.list_item_wrap.on > ul > li.grid_item .thumb_wrap img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.list_item_wrap.on > ul > li.grid_item a.go_detail{
    width: 100%;
}

.list_item_wrap.on > ul > li.grid_item .product_info_wrap{
    order: 1;
}
.list_item_wrap.on > ul > li.grid_item .recommend_btn_wrap{
    width: 100%;
    top: -5px;
}
.list_item_wrap.on > ul > li.grid_item .recommend_btn_wrap a{
    right: 0;
    position: absolute;
}

.list_item_wrap.on > ul > li.grid_item .product_info_wrap .product_brand,
.list_item_wrap.on > ul > li.grid_item .product_info_wrap .product_name
{
    padding-right: 20px;
}
.list_item_wrap.on > ul > li.grid_item .product_info_wrap .product_price{
    padding-right: 32px;
}


.selected_filter_wrap{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 30px;
}
.selected_filter_wrap a.filter_reset{
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(22, 23, 25, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.selected_filter_wrap a.filter_reset img{
    width: 18px;
    height: auto;
    display: block;
    position: relative;
}
.selected_filter_wrap .selected_filter{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
}
.selected_filter_wrap .selected_filter.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.selected_filter_wrap .selected_filter a{
    font-size: 12px;
    color: #fff;
    background: rgba(22, 23, 25, 0.79);
    border-radius: 100px;
    padding: 11px 24px 9px 12px;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-right: 5px;
}
.selected_filter_wrap .selected_filter a:last-child{
    margin-right: 0;
}
.selected_filter_wrap .selected_filter a:after{
    content:'';
    width: 10px;
    height: 10px;
    background: url("/img/delete_btn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.filter_search{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 95px;
}
.three_btn_content .filter_search{
    padding-bottom: 136px;
}

.filter_search .layer_title{
    font-size: 15px;
    letter-spacing: -1px;
    color: #161719;
    text-align: center;
    padding: 13px 0;
    margin-top: 15px;
    position: sticky;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
}
.filter_search .layer_title a.layer_filter_reset{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    color: #161719;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    letter-spacing: normal;
}
.filter_search .layer_title a.layer_filter_reset img{
    width: 18px;
    height: auto;
    position: relative;
}

.filter_search ul.filter_contents_wrap{
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}
.filter_search ul.filter_contents_wrap > li{
    position: relative;
    border-bottom: 1px solid rgba(22, 23, 25, 0.08);
}
.filter_search ul.filter_contents_wrap > li > a,
.filter_search ul.filter_contents_wrap > li .filter_title_normal{
    color: #161719;
    font-weight: bold;
    display: flex;
    font-size: 15px;
    width: 100%;
    padding: 13px 0;
    position: relative;
    align-items: center;
}

.filter_search ul.filter_contents_wrap > li > a:after{
    content:'';
    background: url("/img/menu_arr.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
    transform: rotate(180deg);
    transition: transform 0.3s;
}
.filter_search ul.filter_contents_wrap > li.opened > a:after{
    transform: rotate(0);
}

.filter_search ul.filter_contents_wrap > li > a .selected_item,
.filter_search ul.filter_contents_wrap > li .filter_title_normal .selected_item{
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    color: #064196;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
.filter_search ul.filter_contents_wrap > li .filter_title_normal .selected_item{
    padding-right: 0;
}

.filter_search ul.filter_contents_wrap > li > a .selected_item span,
.filter_search ul.filter_contents_wrap > li .filter_title_normal .selected_item span{
    position: relative;
    margin-left: 3px;
}
.filter_search ul.filter_contents_wrap > li > a .selected_item span:after,
.filter_search ul.filter_contents_wrap > li .filter_title_normal .selected_item span:after{
    content:',';
}
.filter_search ul.filter_contents_wrap > li > a .selected_item span:last-child:after,
.filter_search ul.filter_contents_wrap > li .filter_title_normal .selected_item span:last-child:after{
    display: none;
}

.layer_btn_wrap{
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 15px;
    padding: 15px 30px 30px 30px;
    position: sticky;
    bottom: 0;
    left: 0;
    background: #fff;
}
.layer_btn_wrap a{
    font-size: 15px;
    font-weight: bold;
    border-radius: 100px;
    text-align: center;

}
.layer_btn_wrap a.close_modal_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#161719;
    background: #fff;
    height: 50px;
    line-height: 50px;
    flex:  2 1 0;
    transition: background 0.2s;
}
.layer_btn_wrap a.close_modal_btn:hover{
    background: rgba(22, 23, 25, 0.05);
}
.layer_btn_wrap a.confirm_btn{
    color: #fff;
    background: #064196;
    flex:  4 1 0;
}
.layer_btn_wrap a.confirm_btn span{
    position: relative;
    margin-left: 3px;
}

.layer_btn_wrap.three_btn_wrap{
    gap: 0;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.layer_btn_wrap.three_btn_wrap > div{
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1 1 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.layer_btn_wrap.three_btn_wrap a.close_modal_btn{
    flex: 1 1 0;
    width: 100%;
    border-top: 1px solid rgba(0,0,0, 0.1);
    margin-top: 20px;
    border-radius: 0;
}
.layer_btn_wrap.three_btn_wrap a.confirm_btn{
    flex:  1 1 0;
}
.layer_btn_wrap.three_btn_wrap a.trans_btn{
    flex:  1 1 0;
}


.filter_contents{
    position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.category_select{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 0;
}
.category_select a{
    font-size: 14px;
    color: rgba(22, 23, 25, 0.3);
    position: relative;
    padding-right: 17px;
    display: inline-block;
    margin-right: 5px;
}
.category_select a.on{
    color: rgba(22, 23, 25, 0.6);
}
.category_select a:after{
    content:'';
    background: url("/img/arr_right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform:translateY(-50%);
}
.category_select a:last-child{
    padding-right: 0;
    margin-right: 0;
}
.category_select a:last-child:after{
    display: none;
}


.filter_radio_container{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
.filter_radio_container .radio_group {
    width: 100%;
    display: block;
    position: relative;
    font-size: 14px;
}
.radio_cntainer.filter_radio_container [type="radio"]:checked+label, .radio_cntainer.filter_radio_container [type="radio"]:not(:checked)+label{
    padding-left: 32px;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
}
.filter_radio_container .radio_group label .cate_qnt{
    font-size: 11px;
    color: rgba(22, 23, 25, 0.4);
    position: relative;
    margin-left: 6px;
}
.filter_radio_container .radio_group a.next_depth{
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top:0;
    background: url("/img/date_arrow.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 12px auto;
}

.filter_contents .input_group .input_box input{
    padding: 6px 10px 6px 10px;
    font-size: 12px;
    height: 32px;
    position: relative;
}
.filter_contents .input_group .input_box input::placeholder{
    font-size: 12px;
}
.filter_contents .input_group .input_box.filter_search_box input{
    padding: 10px 14px 10px 37px;
    background: url('/img/input_search.svg') no-repeat;
    background-size: 16px 16px;
    background-position: 14px center;
    height: 40px;
}

.filter_contents .input_group .input_box.price_box{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.filter_contents .input_group .input_box.price_box span{
    margin: 0 4px;
}
.filter_contents .input_group .input_box.price_box a{
    font-size: 12px;
    height: 32px;
    background: rgba(22, 23, 25, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    box-sizing: border-box;
    margin-left: 8px;
    border-radius: 100px;
    font-weight: bold;
}

.select_btn_box{
    position: relative;
    box-sizing: border-box;
    display: block;
    max-height: 145px;
    overflow: auto;
    margin: 15px 0 10px;
}
.filter_contents.filter_contents_normal .select_btn_box{
    max-height: 100%;
}
.select_chk_group{
    position: relative;
    font-size: 0;
}
.select_chk_group input[type="checkbox"], .select_chk_group input[type="radio"]{
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}
.select_chk_group input[type="checkbox"]+label, .select_chk_group input[type="radio"]+label{
    margin: 0;
    padding: 5px 12px;
    font-size: 12px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid rgba(22, 23, 25, 0.10);
    color: rgba(22, 23, 25, 0.70);
    line-height: normal;
    text-align: left;
    cursor: pointer;
    border-radius: 100px;
    width: auto;
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    margin: 5px 5px 5px 0;
}
.select_chk_group input[type="checkbox"]:checked+label, .select_chk_group input[type="radio"]:checked+label{
    border: 1px solid #064196;
    color: #064196;
}

.page_filter_container.page_menu_container .modal_content{
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    max-height: calc(100% - 50px);
    height: calc(100% - 50px);
    overflow: hidden;

}

.select_btn_box.grid_box{
    max-height: initial;
    margin: 0 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
    box-sizing: border-box;
    overflow: hidden;
}
.select_btn_box.grid_box .select_chk_group input[type="checkbox"]+label{
    width: 100%;
    border-radius: 8px;
    padding: 9px;
}


.filter_search ul.filter_contents_wrap > li .contents_title{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    margin-top: 10px;
}
.filter_search ul.filter_contents_wrap > li .item_title{
    font-size: 12px;
    position: relative;
    color: rgba(22, 23, 25, 0.5);
    margin-top: 15px;
    padding-left: 5px;
}

.ex_item{
    border: 1px solid rgba(22, 23, 25, 0.08);
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 15px;
}
.ex_item .ex_item_info{
    position: relative;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ex_item .ex_item_info span{
    display: block;
    font-size: 12px;
    color: rgba(22, 23, 25, 0.50);
}
.ex_item a{
    padding: 0 15px;
    border-radius: 100px;
    background: rgba(22, 23, 25, 0.08);
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: rgba(22, 23, 25, 1);
    flex-shrink: 0;
    margin-left: auto;
}
.pop_sub_txt{
    font-size: 14px;
    color: rgba(22, 23, 25, 0.70);
    margin-top: 15px;
    margin-bottom: 15px;
}


body.over{
    overflow: hidden;
}
textarea{
    font-family: 'KoPubWorldDotum';
    font-size: 12px;
}
textarea::placeholder{
    font-size: 12px;
}




/*230915*/
/*상세페이지 이미지 슬라이더*/
.item_gallery{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-wrap {
    height: auto;
    margin: 0 auto;
}
.slider-wrap .swiper-container {
    width: 100%;
}

.slider-wrap .swiper-container.slider .swiper-slide img {
    cursor: pointer;
}

.swiper-pagination-bullet{
    background-color: #000;
    width: 6px !important;
    height: 6px !important;
}
.swiper-pagination-bullet-active{
    background-color: #000 !important;
}
.swiper-button-next, .swiper-button-prev{
    color: #000 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 28px !important;
}
/* 팝업 슬라이더 */
.popup_wrap {
    visibility: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    overflow-y:auto;
}
.popup_wrap .inner {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.popup_wrap .slider_popup {
    position: relative;
    overflow: visible;
    width: 100%;
}
.popup_wrap .slider_popup .swiper-slide {
    border: 0;
}
.popup_wrap .slider_popup .swiper-slide img {
    box-sizing: border-box;
}

.gallery_thumbs{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: auto;
    padding: 30px;
    box-sizing: border-box;
}
.btn__close {
    position: relative;
    width: 32px;
    height: 32px;
    border-width: 0;
    background: transparent;
    cursor: pointer;
}
.btn__close::before, .btn__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 2px;
    background-color: #000;
}
.btn__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.btn__close::after {
    transform: translate(-50%, -50%) rotate(135deg);
}
.popup_wrap .inner .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 30px;
    padding: 15px 25px 10px;
    color: #fff;
}
.gallery_thumbs .swiper-slide{
    border: 2px solid #eee;
    border-radius: 8px;
    cursor: pointer;
}
.gallery_thumbs .swiper-slide.swiper-slide-thumb-active{
    border: 2px solid #064196;
}




.detail_content_wrap .item_name{
    margin-bottom: 5px;
    font-size: 20px;
    margin-top: 30px;
}
.detail_content_wrap .item_detail_wrap table{
    width: 100%;
    border-bottom: 0;
    padding-bottom: 5px;
}
.detail_content_wrap .item_detail_wrap table tr td{
    padding: 6px 0;
}
.detail_content_wrap .item_type{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    font-weight: normal;
}


.item_detail_menu{
    position: sticky;
    top:60px;
    left: 0;
    width: 100%;
    transform: inherit;
}
.detail_slide_menu_wrap.item_detail_menu ul{
    gap: 0;
}
.detail_slide_menu_wrap.item_detail_menu ul li{
    flex: 1 1 0;
    text-align: center;
}
.detail_slide_menu_wrap.item_detail_menu  ul li a.active{
    border-bottom: 2px solid #161719;
    color: #161719;
}

.detail_container{
    position: relative;
}
.detail_container .item_detail_info{
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 30px 15px;
}
.detail_container .item_detail_info li{
    margin-bottom: 15px;
    font-size:13px;
    color: rgba(22, 23, 25, 0.7);
    line-height: 1.5;
}
.detail_container .item_detail_info li .info_title{
    font-weight: bold;
    color: rgba(22, 23, 25, 1);
    margin-bottom: 5px;
}
.detail_container .item_detail_info li a{
    text-decoration: underline;
    color: rgba(22, 23, 25, 0.7);
}

.detail_container .detail_img_wrap{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
    height: 100%;
}
.detail_container .detail_img_wrap img{
    width: 100%;
    height: auto;
    display: block;
}
.detail_container .detail_img_wrap .img_container{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    height: 350px;
}
.detail_container .detail_img_wrap.short .img_container {
    height: 100%;
}
.detail_container .detail_img_wrap a#detail_more{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(22, 23, 25, 0.1);
    height: 40px;
    border-radius: 100px;
    gap: 8px;
    text-decoration: none;
    background: #fff;
    z-index: 1;
    font-size: 13px;
    line-height: 14px;
}
.detail_container .detail_img_wrap:after{
    height: 70px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 43.57%);
    content:'';
    width: calc(100% + 10px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
}
.detail_container .detail_img_wrap.short:after{
    display: none;
}
.detail_container .detail_img_wrap a#detail_more img{
    width: 12px;
    height: auto;
    transform:rotate(180deg);
}
.detail_container .detail_img_wrap.short a#detail_more img{
    transform:rotate(0);
}
.detail_container .detail_img_wrap.short a#detail_more{
    margin-top: 20px;
}

.product_notice_container{
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.notice_title{
    font-weight: bold;
    font-size: 13px;
    color: #161719;
}
.notice_info_wrap{
    position: relative;
}
.notice_info_wrap h3{
    font-size: 13px;
    color: #161719;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 8px;
}
.notice_info_wrap table{
    width: 100%;
    border-top: 1px solid rgba(22, 23, 25, 1);
}
.notice_info_wrap table tbody tr td{
    font-size: 12px;
    line-height: 1.5;
    vertical-align: top;
    border-bottom: 1px solid rgba(22, 23, 25, 0.08);
    color: rgba(22, 23, 25, 0.7);
    padding: 8px 6px;
}
.notice_info_wrap table tbody tr td:first-child{
    border-right: 1px solid rgba(22, 23, 25, 0.08);
    padding-left: 0;
    width: 120px;
    color: rgba(22, 23, 25, 1);
}
.notice_info_wrap img{
    display: block;
    width: 100%;
    position: relative;
    height: auto;
}
.notice_info_wrap img.pc_return_img{
    display: none;
}

.shipping_info{
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.detail_btn_wrap{
    padding: 15px 30px 30px;
    box-sizing: border-box;
    position: relative;
}
.detail_btn_wrap .prime_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.detail_btn_wrap .prime_btn img{
    position: relative;
    width: 18px;
    height: auto;
    top:-2px
}


@media screen and (max-width: 720px){
    .list_item_wrap.on > ul{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 721px) and (max-width: 991px){
    .list_item_wrap.on > ul{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 992px){
    .notice_info_wrap img{
        display: none;
    }
    .notice_info_wrap img.pc_return_img{
        display: block;
    }
}

/*231208_건강리포트*/
/*detail_slide_menu*/
.detail_tab_menu_wrap{
    width: 100%;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(236, 236, 237, 0.8);
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1024px;
    background: #fff;
    z-index: 99;
}
.detail_tab_menu_wrap ul{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    margin: 0;
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    gap: 0;
}
.detail_tab_menu_wrap ul::-webkit-scrollbar{
    display:none;
}
.detail_tab_menu_wrap ul li{
    position: relative;
    background: #fff;
    flex: 1 1 0;
    text-align: center;
}
.detail_tab_menu_wrap ul li a{
    display: block;
    padding: 13px 2px;
    /*color: #9A9A9A;*/
    font-size: 14px;
    background: #fff;
}

.detail_tab_menu_wrap ul li.on a{
    color:#fff;
    border-bottom: 2px solid #064196;
    color: #064196;
}
.tab_cont_wrap {
    position: relative;
}

.tab_cont_wrap div.tab_cont {
    display: none;
    padding-bottom: 30px;
}

.tab_cont_wrap div.tab_cont.on {
    display: block;
}

.report_wrap{
    padding: 40px 30px 50px;
    background-color: #064196;
    background-image: url("/img/survey/report_wrap_back.png");
    background-size: 375px auto;
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: 30px 0;
}
.report_title{
    position: relative;
    margin-bottom: 30px;
}
.report_title h1{
    font-size: 24px;
    font-weight: 700;
    color:#fff;
    line-height: 1.4;
    margin: 0;
}

.report_customer{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    box-sizing: border-box;
}
.report_customer .customer_info_box{
    background: #fff;
    border-radius: 12px;
    width: 100%;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap:10px;
    box-sizing: border-box;
    margin: 0;
    font-size: 14px;
}
.report_customer .customer_info_box li{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.report_customer .customer_info_box li .customer_info_title{
    width: 100px;
    font-weight: 700;
}
.report_notice{
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    box-sizing: border-box;
}
.report_notice li{
    position: relative;
    color: rgba(255,255,255, 0.8);
    font-size: 12px;
    padding-left: 18px;
}
.report_notice li:before{
    content:'※';
    width: 12px;
    height: 12px;
    position: absolute;
    left:0;
    top: 0;
}


.score_wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.score_wrap > div{
    flex:  1 1 0;
}
.score_wrap > div.score_summary{
    width:100%;
}
.score_title{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.score_box{
    border: 4px solid rgba(22, 23, 25, 0.08);
    position: relative;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.score_box span{
    font-size: 12px;
    color: rgba(22, 23, 25, 1);
    font-weight: 700;
    line-height: 1;
}
.score_box span.score{
    font-size: 36px;
    letter-spacing: -1px;
    color:#064196;
    margin: 8px 0 6px;
}
.score_box span:last-child{
    color: rgba(22, 23, 25, 0.5);
}

.score_table{
    position: relative;
}
.score_table ul{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.score_table ul li{
    position: relative;
    flex: 1 1 0;
    display: flex;
    gap:15px;
}
.grade_wrap{
    font-size: 11px;
    color: rgba(22, 23, 25, 0.5);
    font-weight: 700;
    background: rgba(22, 23, 25, 0.04);
    border-radius: 5px;
    padding: 8px 10px;
    margin-right: 0;
    flex-basis: 30%;
    margin: 3px 0;
}
.grade_wrap span{
    display: block;
    color: rgba(22, 23, 25, 1);
    font-size: 12px;
    line-height: 1.2;
    position: relative;
    margin-top: 5px;
}
.grade_wrap span span{
    display: inline-block;
    margin-top: 0;
}

.grade_step{
    padding: 8px 15px 5px;
    margin-right: 0;
    border-radius: 5px;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    position: relative;
    flex-basis: 30%;
    margin: 3px 0;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.grade_point{
    position: relative;
    width: 14px;
    /*height: 100%;*/
    height: auto;
    margin-top: 0;
    flex-basis: 15px;
}
.grade_point:before{
    content:'';
    width: 7px;
    height: 100%;
    display:inline-block;
    background:rgba(22, 23, 25, 0.05);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.grade_point:after{
    content:'';
    width: 7px;
    height: 7px;
    display:inline-block;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: calc(50%);
    transform: translate(-50%, -50%);
}


.score_table ul li:last-child .grade_wrap, .score_table ul li:last-child .grade_step{
    margin-right: 0;
}
.score_table ul li:last-child .grade_point:after{
    left: 50%;
}

.grade_step:before{
    content:'';
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 1px;
}
.score_table ul li.grade_01 .grade_step{
    background: rgba(5, 166, 89, 0.08);
}
.score_table ul li.grade_02 .grade_step{
    background: rgba(154, 210, 82, 0.08);
}
.score_table ul li.grade_03 .grade_step{
    background: rgba(236, 199, 0, 0.08);
}
.score_table ul li.grade_04 .grade_step{
    background: rgba(237, 142, 0, 0.08);
}
.score_table ul li.grade_05 .grade_step{
    background: rgba(216, 87, 32, 0.08);
}
.score_table ul li.grade_06 .grade_step{
    background: rgba(150, 88, 211, 0.08);
}
.score_table ul li.grade_07 .grade_step{
    background: rgba(59, 70, 162, 0.08);
}
.score_table ul li.grade_01 .grade_step:before{
    background: url("/img/survey/grade_step_01.png") no-repeat;
    background-size: 20px auto;
}
.score_table ul li.grade_02 .grade_step:before{
    background: url("/img/survey/grade_step_02.png") no-repeat;
    background-size: 20px auto;
}
.score_table ul li.grade_03 .grade_step:before{
    background: url("/img/survey/grade_step_03.png") no-repeat;
    background-size: 20px auto;
}
.score_table ul li.grade_04 .grade_step:before{
    background: url("/img/survey/grade_step_04.png") no-repeat;
    background-size: 20px auto;
}
.score_table ul li.grade_05 .grade_step:before{
    background: url("/img/survey/grade_step_05.png") no-repeat;
    background-size: 20px auto;
}
.score_table ul li.grade_06 .grade_step:before{
    background: url("/img/survey/grade_step_06.png") no-repeat;
    background-size: 20px auto;
}
.score_table ul li.grade_07 .grade_step:before{
    background: url("/img/survey/grade_step_07.png") no-repeat;
    background-size: 20px auto;
}
.score_table ul li.grade_01 .grade_point:after{
    background: rgba(5, 166, 89, 1);
}
.score_table ul li.grade_02 .grade_point:after{
    background: rgba(154, 210, 82, 1);
}
.score_table ul li.grade_03 .grade_point:after{
    background: rgba(236, 199, 0, 1);
}
.score_table ul li.grade_04 .grade_point:after{
    background: rgba(237, 142, 0, 1);
}
.score_table ul li.grade_05 .grade_point:after{
    background: rgba(216, 87, 32, 1);
}
.score_table ul li.grade_06 .grade_point:after{
    background: rgba(150, 88, 211, 1);
}
.score_table ul li.grade_07 .grade_point:after{
    background: rgba(59, 70, 162, 1);
}

.score_table ul li.active .grade_point:after{background: #fff;}
.score_table ul li.grade_01.active .grade_point:after{
    border: 3px solid rgba(5, 166, 89, 1);
}
.score_table ul li.grade_02.active .grade_point:after{
    border: 3px solid rgba(154, 210, 82, 1);
}
.score_table ul li.grade_03.active .grade_point:after{
    border: 3px solid rgba(236, 199, 0, 1);
}
.score_table ul li.grade_04.active .grade_point:after{
    border: 3px solid rgba(237, 142, 0, 1);
}
.score_table ul li.grade_05.active .grade_point:after{
    border: 3px solid rgba(216, 87, 32, 1);
}
.score_table ul li.grade_06.active .grade_point:after{
    border: 3px solid rgba(150, 88, 211, 1);
}
.score_table ul li.grade_07.active .grade_point:after{
    border: 3px solid rgba(59, 70, 162, 1);
}

.score_table ul li .grade_score{
    position: relative;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.score_table ul li:last-child .grade_score{
    margin-right: 0;
}
.score_table ul li.active .grade_score{
    visibility: visible;
}
.score_table ul li .grade_score span{
    padding: 3px 10px 2px;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    background: #000;
    display: inline-block;
    position: relative;
    font-size: 14px;
}
.score_table ul li.grade_01 .grade_score span{
    background: rgba(5, 166, 89, 1);
}
.score_table ul li.grade_02 .grade_score span{
    background: rgba(154, 210, 82, 1);
}
.score_table ul li.grade_03 .grade_score span{
    background: rgba(236, 199, 0, 1);
}
.score_table ul li.grade_04 .grade_score span{
    background: rgba(237, 142, 0, 1);
}
.score_table ul li.grade_05 .grade_score span{
    background: rgba(216, 87, 32, 1);
}
.score_table ul li.grade_06 .grade_score span{
    background: rgba(150, 88, 211, 1);
}
.score_table ul li.grade_07 .grade_score span{
    background: rgba(59, 70, 162, 1);
}
.score_table ul li .grade_score span::before{
    content:'';
    width: 0;
    height: 0;
    border-right: 10px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}
.score_table ul li.grade_01 .grade_score span::before{
    border-right: 10px solid rgba(5, 166, 89, 1);
}
.score_table ul li.grade_02 .grade_score span::before{
    border-right: 10px solid rgba(154, 210, 82, 1);
}
.score_table ul li.grade_03 .grade_score span::before{
    border-right: 10px solid rgba(236, 199, 0, 1);
}
.score_table ul li.grade_04 .grade_score span::before{
    border-right: 10px solid rgba(237, 142, 0, 1);
}
.score_table ul li.grade_05 .grade_score span::before{
    border-right: 10px solid rgba(216, 87, 32, 1);
}
.score_table ul li.grade_06 .grade_score span::before{
    border-right: 10px solid rgba(150, 88, 211, 1);
}
.score_table ul li.grade_07 .grade_score span::before{
    border-right: 10px solid rgba(59, 70, 162, 1);
}


.health_score_wrap{
    position: relative;
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
}
.health_score{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.health_score .score_box{
    padding: 15px 0;
    position: relative;
    width:100%;
    max-width: 180px;
}
.health_score .score_box .score{
    font-size: 20px;
}
.health_score .score_box.to{
    border-color: #064196;
}
.health_score .score_box.to span:last-child{
    color: #064196;
}
.health_score .up_score{
    padding: 10px 8px 10px 15px;
    background: #064196;
    color: #fff;
    position: relative;
    margin-right: 10px;
    margin-left: -3px;
    text-align: center;
    font-size: 12px;
}
.health_score .up_score .score{
    font-size: 18px;
    margin-top: 4px;
    line-height: 1;
    display: block;
}
.health_score .up_score:after{
    content:'';
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-left: 20px solid #064196;
    border-bottom: 37px solid transparent;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
.health_score_wrap .health_coment{
    text-align: center;
    color: rgba(22, 23, 25, 0.80);
    position: relative;
    display: block;
    margin-top: 24px;
    line-height: 1.7;
    font-size: 13px;
}
.health_score_wrap .health_coment span{
    color: #064196;
    font-weight: 700;
}

.sub_title{
    font-size: 14px;
    font-weight: 500;
    color: rgba(22, 23, 25, 0.7);
    margin-top: 4px;
    letter-spacing: 0;
}

.result_wrap{
    position: relative;
    box-sizing: border-box;
    margin-top: 30px;
}
.result_title{
    position: relative;
    width: 100%;
    background:#064196;
    border-radius: 6px;
    max-height: 32px;
    box-sizing: border-box;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 7px 0;
    margin-bottom: 22px;
}
.result_title img{
    width: 46px;
    height: auto;
    display: block;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.result_title span{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-left: 56px;
}
.result_item{
    color: #161719;
    font-weight: normal;
    font-size: 13px;
    border:1px solid rgba(0,0,0, 0.1);
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 11px 15px;
    margin-bottom: 10px;
}

.result_item ul{
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
}
.result_item ul li{
    position: relative;
}
.result_item ul li.item_title{
    flex:  1.5 1 0;
    max-width: 118px;
    font-weight: 700;
}
.result_item ul li.item_fig{
    flex:  1 1 0;
}
.result_item ul li.item_arrow{
    margin-left: 14px;
}
.result_item ul li.item_arrow img{
    width: 7px;
    height: auto;
    position: relative;
    top: 1px;
}
.result_item ul li.item_state{
    margin-left: auto;
    flex-basis: 60px;
    text-align: right;
}
.result_item ul li.item_state span{
    font-size: 12px;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}
.result_item ul li.item_state span.orange{
    background:rgba(241, 147, 61, 0.1);
    color: #F1933D;
}
.result_item ul li.item_state span.blue{
    background:rgba(65, 120, 222, 0.1);
    color: #4178DE;
}
.result_item ul li.item_state span.red{
    background:rgba(226, 102, 102, 0.1);
    color: #E26666;
}

.graph_wrap{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap:15px;
    border-top: 1px solid rgba(0,0,0, 0.1);
    margin-top: 11px;
    padding-top: 15px;
    margin-bottom: 3px;
}
.graph_wrap .graph_item{
    flex:  1 1 0;
}
.graph_title{
    font-size: 12px;
    color: rgba(22, 23, 25, 0.7);
    margin-bottom: 5px;
}

.center_number{
    font-size: 12px;
    text-align: center;
    color: rgba(22, 23, 25, 0.5);
    margin-bottom: 3px;
}
.graph_item{
    position: relative;
    text-align: left;
}
.gauge {
    position: relative;
    background: linear-gradient(90deg, rgba(226, 102, 102, 0.80) 0%, rgba(241, 147, 61, 0.80) 9.86%, rgba(234, 195, 58, 0.80) 19.74%, rgba(16, 155, 97, 0.80) 30.33%, rgba(65, 120, 222, 0.80) 39.7%, rgba(65, 120, 222, 0.80) 49.94%, rgba(65, 120, 222, 0.80) 60.48%, rgba(16, 155, 97, 0.80) 69.85%, rgba(234, 195, 58, 0.80) 80.44%, rgba(241, 147, 61, 0.80) 90.01%, rgba(226, 102, 102, 0.80) 100%);
    height: 3px;
    width: 100%;
    margin-bottom: -10px;
}
.gauge_point_wrap{
    position: relative;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    width: 5px;
}
.gauge_point{
    width: 5px;
    height: 9px;
    border: 1px solid #fff;
    background: #161719;
    position: relative;
    text-align: center;
}

.figure{
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.gauge_point.point_blue{
    background:#4178DE;
}
.gauge_point.point_orange{
    background:#F1933D;
}
.gauge_point.point_red{
    background:#E26666;
}

.none_graph{
    font-size: 13px;
}

.icon_title{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.icon_title span{
    position: relative;
}
.icon_title img{
    width: 45px;
    height: auto;
}
.health_surbey{
    padding: 15px 20px;
}
.health_name{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.health_name img{
    width: 36px;
    height: auto;
    margin-right: 10px;
}


.keywords_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
}
.keywords_wrap > li:first-child{
    border-top: 1px solid rgba(0,0,0, 0.1);
}
.keywords_title{
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    font-weight: 700;
    cursor: pointer;
}
.keywords_title img{
    width:50px;
    height: auto;
    position: relative;
    margin-right:12px;
}
.keywords_content{
    position: relative;
    display: none;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    padding-bottom: 15px;
}

.plus_btn{
    position: relative;
    margin-left: auto;
    width: 20px;
    height:20px;
}
.plus_btn:after{
    content:'';
    width:15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #161719;
}
.plus_btn:before{
    content:'';
    width:1px;
    height: 15px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #161719;
}

.keywords_title.on .plus_btn:before{
    display: none;
}

.keywords_txt{
    font-size: 14px;
    color: rgba(22, 23, 25, 0.7);
    position: relative;
    margin-top:20px;
    margin-bottom: 10px;
}
.keywords_txt span{
    position: relative;
    display:block;
    padding: 4px 0;
}
.ingre_wrap{
    position: relative;
}
.ingre_title{
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    box-sizing: border-box;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ingre_title img{
    width: 11px;
    height: auto;
    margin-left: auto;
    transform: rotate(180deg);
    position: relative;
    top: -1px;
    transition: all 0.3s;
}
.ingre_title.on img{
    transform: rotate(0);
}
.ingre_item_wrap{
    position: relative;
    display: none;
}
.result_item.ingredient ul li.item_title{
    font-size: 14px;
    max-width: none;
}
.result_item.ingredient ul li.item_arrow{
    margin-left: auto;
}
.result_item.ingredient .graph_wrap{
    font-size: 13px;
    color: rgba(22, 23, 25, 0.7);
}

.back_wrap{
    background: rgba(22, 23, 25, 0.03);
    padding:30px;
    box-sizing: border-box;
    position: relative;
    color: rgba(22, 23, 25, 0.7);
    font-size: 14px;
}
.caution_title{
    font-size: 16px;
    font-weight: 700;
    color: #966506;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.caution_title img{
    width: 18px;
    height: auto;
    margin-right:8px;
    position: relative;
    top:-1px;
}

.toggle_wrap{
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    margin-top: 15px;
}

.check_list{
    position: relative;
    margin: 0;
    border-top: 1px solid rgba(0,0,0, 0.1);
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    padding:10px 0;
}
.check_list li{
    position: relative;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    padding: 10px 0;
}
.check_list li > div{
    flex: 1 1 0;
}
.check_list li .check_title{
    position: relative;
    padding-left: 18px;
}
.check_list li .check_title:before{
    content:'';
    width:13px;
    height: 13px;
    background: url('/img/survey/check_list.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top:4px;
}
.check_list li .check_title.bold{
    font-weight: 700;
    max-width: 110px;
}
.sasang_wrap{
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}
.customer_sasang{
    border: 3px solid rgba(22, 23, 25, 0.08);
    border-radius: 10px;
    padding: 28px;
    font-size: 16px;
    text-align: center;
}
.customer_sasang span{
    color: #064196;
    font-weight: 700;
}
.bar_title{
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 12px;
    margin-top: 30px;
}
.bar_title::before{
    content:'';
    width: 4px;
    height:16px;
    background: #064196;
    border-radius: 1px;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    margin-top: -1px;
}
.bar_title span{
    color: #064196;
}
.normal_txt{
    font-size: 14px;
    color: rgba(22, 23, 25, 0.7);
}
.normal_txt .source{
    font-size: 12px;
    color: rgba(22, 23, 25, 0.5);
    display: block;
    margin-top: 10px;
}
.sasang_img_wrap{
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid rgba(0,0,0, 0.1);
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    padding:30px 0 20px
}
.sasang_img_wrap img{
    width: 100%;
    max-width: 450px;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
}
.sasang_info{
    position: relative;
    margin:0;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    padding: 10px 0;
}
.sasang_info li{
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    color: rgba(22, 23, 25, 0.7);
    padding: 10px 0;
    position: relative;
}
.sasang_info li > div{
    flex:  1 1 0;
}
.sasang_info li .sasang_info_title{
    font-weight: 700;
    max-width: 110px;
    color: rgba(22, 23, 25, 1);
}

.food_box{
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
    border:1px solid #357EB3;
    margin-top: 30px;
}
.food_box .food_box_title{
    padding: 10px;
    font-weight: 700;
    text-align: center;
    background: #357EB3;
    color:#fff;
}
.food_box ul{
    margin: 0;
    position: relative;
    padding: 15px 20px;
    box-sizing: border-box;
}
.food_box ul li{
    padding: 4px 0;
}
.food_box.red{
    border:1px solid #D35544;
    margin-top: 20px;
}
.food_box.red .food_box_title{
    background: #D35544;
}
.notice{
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    box-sizing: border-box;
}
.notice li{
    position: relative;
    color: rgba(22, 23, 25, 0.7);
    font-size: 12px;
    padding-left: 18px;
    margin-bottom: 6px;
}
.notice li:before{
    content: '※';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.box_item_list_wrap .allergy_list{
    gap:10px;
}
.box_item_list_wrap .allergy_list li{
    position: relative;
    text-align: center;
    height: auto;
    line-height: initial;
    padding: 8px 5px;
    width: 72px;
    /*height: 72px;*/
    min-width: auto;
    max-width:72px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 13px;
}
.allergy_list li img{
    width: 32px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
}


.recom_list_wrap{
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.recom_list_wrap ul{
    margin: 0;
}
.recom_list_wrap ul li{
    position:relative;
    display: flex;
    align-items: center;
    padding: 7px 0;
}
.recom_list_wrap ul li .recom_wrap{
    flex: 1 1 0;
    display: flex;
    align-items: center;
}
.recom_list_wrap ul li .recom_wrap img{
    width:40px;
    height: auto;
    position: relative;
    margin-right: 15px;
}
.recom_list_wrap ul li .recom_wrap .recom_name{
    position: relative;
}
.recom_list_wrap ul li .recom_wrap .recom_name span{
    display: block;
    font-size: 14px;
}
.recom_list_wrap ul li .recom_wrap .recom_name span.recom_function{
    color:#064196;
    font-size: 13px;
    font-weight: 700;
}

.recom_list_wrap ul li .list_delet_btn{
    width: 30px;
    height:30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recom_list_wrap ul li img{
    width:16px;
    height: auto;
}

.recom_list_wrap ul li.recom_medi .recom_wrap .recom_name span.recom_function{
    color:#068596;
}

.flex_btn_wrap{
    display: flex;
    align-items: center;
    width: 100%;
}

.medi_btn{
    color:#068596 !important;
    /* border: 1px solid rgba(6, 133, 150, 0.15) !important; */
    border-width : 3px !important;

}
.medi_btn:hover{
    background:rgba(6, 133, 150, 0.1) !important;
}

.title_info{
    display: flex;
    align-items: center;
}
.title_info img{
    width:42px;
    height:auto;
    margin-right: 12px;
}
.inner{
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.line_table{
    width: 100%;
    border-spacing: 0;
    position: relative;
    font-size: 12px;
}
.line_table thead th{
    border-top: 1px solid #161719;
    border-bottom: 1px solid #eee;
    text-align: left;
    padding:5px;
}
.line_table tbody tr td{
    border-bottom: 1px solid #eee;
    padding:5px;
}

.result_info{
    display: flex;
    align-items: center;
}
.result_info span{
    text-align: right;
    margin-left: auto;
    font-size: 12px;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}

.result_info span.orange{
    background:rgba(241, 147, 61, 0.1);
    color: #F1933D;
}
.result_info span.blue{
    background:rgba(65, 120, 222, 0.1);
    color: #4178DE;
}
.result_info span.red{
    background:rgba(226, 102, 102, 0.1);
    color: #E26666;
}

.health_result_list{
    position: relative;
    margin: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0, 0.1);
    border-radius: 10px;
}
.health_result_list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 0;
}
.health_result_list li.graph_list{
    padding:5px 0;
}
.health_result_list li > div{
    flex: 1 1 0;
}
.health_result_list li .left{
    font-weight: 700;
}
.health_result_list li .right{
    color: rgba(22, 23, 25, 0.8);
    text-align: right;
}

.dot_list{
    position: relative;
    margin: 0;
}
.dot_list li{
    color: rgba(22, 23, 25, 0.7);
    font-size: 14px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 9px;
    box-sizing: border-box;
}
.dot_list li::before{
    content:'';
    width:3px;
    height: 3px;
    background: rgba(22, 23, 25, 0.7);
    border-radius: 50%;
    position: absolute;
    left:0;
    top:9px;
}

.box_title{
    font-size: 15px;
    font-weight: 700;
    background: rgba(22, 23, 25, 0.05);
    border-radius: 5px;
    padding: 5px 12px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.icon_list{
    position: relative;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.icon_list li{
    text-align: center;
    position: relative;
    font-size: 13px;
    flex-basis: 62px;
}
.icon_list li img{
    width:60px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.dot_list.caution_list li{
    padding-left: 26px;
}
.dot_list.caution_list li::before{
    content:'';
    width:18px;
    height: 18px;
    position: absolute;
    left:0;
    top:2px;
    background: url('/img/renew/caution_red.svg') no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.allergy_icon_list li img{
    width:32px;
    margin-bottom: 4px;
}

.list_item_wrap.on.function_list_item > ul{
    row-gap: 15px;
}

.recommend_point_item span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.recommend_point_item span a {
    margin-left: auto;
    padding: 8px 20px;
    color: #161719;
    background: rgba(22, 23, 25, 0.06);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

#nav > .menu_wrap > li > a{
    border-bottom: 1px solid rgba(0,0,0, 0.1);
}
#nav > .menu_wrap > li:first-child > a{
    border-top: 1px solid rgba(0,0,0, 0.1);
}
#nav .menu_wrap .sub_menu_wrap li:last-child a{
    border-bottom: 1px solid rgba(0,0,0, 0.1);
}


@media screen and (min-width: 572px){
    .score_table ul{
        flex-direction: row;
    }
    .score_table ul li{
        flex-direction: column;
        gap:0;
    }
    .grade_wrap{
        margin: 3px;
        flex-basis: auto;
    }
    .grade_wrap span span{
        display: block;
        margin-top: 0;
    }

/*    .grade_step{
        margin: 3px;
        flex-basis: auto;
    }
    .grade_point{
        width: 100%;
        height: 14px;
        flex-basis: auto;
        margin-top: 8px;
        margin-bottom: 15px;
    }*/

    /** 아이폰 화면 짤림 수정 */
    .grade_step{
        padding: 8px 15px 5px;
        margin-right: 0;
        border-radius: 5px;
        margin-top: 0;
        text-align: center;
        font-weight: 700;
        position: relative;
        flex-basis: 30%;
        margin: 3px 0;
        font-size: 11px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
/*    .grade_point{
        position: relative;
        width: 14px;
        !*height: 100%;*!
        height: auto;
        margin-top: 0;
        flex-basis: 15px;
    }*/

    .grade_point{
        width: 100%;
        height: 14px;
        flex-basis: auto;
        margin-top: 8px;
        margin-bottom: 15px;
    }

    .grade_point:before{
        width: 100%;
        height: 7px;
        margin: 0;
    }
    .score_table ul li .grade_score span::before{
        border-bottom: 10px solid #000;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
    }
    .score_table ul li.grade_01 .grade_score span::before{
        border-bottom: 10px solid rgba(5, 166, 89, 1);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .score_table ul li.grade_02 .grade_score span::before{
        border-bottom: 10px solid rgba(154, 210, 82, 1);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .score_table ul li.grade_03 .grade_score span::before{
        border-bottom: 10px solid rgba(236, 199, 0, 1);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .score_table ul li.grade_04 .grade_score span::before{
        border-bottom: 10px solid rgba(237, 142, 0, 1);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .score_table ul li.grade_05 .grade_score span::before{
        border-bottom: 10px solid rgba(216, 87, 32, 1);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .score_table ul li.grade_06 .grade_score span::before{
        border-bottom: 10px solid rgba(150, 88, 211, 1);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .score_table ul li.grade_07 .grade_score span::before{
        border-bottom: 10px solid rgba(59, 70, 162, 1);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .report_customer{
        flex-direction: row;
    }
}
/*231208_건강리포트 끝*/


/*240109 다운로드 버튼 */
.down_btn{
    position: absolute;
    right: 30px;
}
.down_btn a{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #064196;
    box-sizing: border-box;
    padding: 12px 0;
    font-weight: 700;
}
.down_btn a img{
    width: 14px;
    height: auto;
    position: relative;
    margin-right: 4px;
}

/*240208_다운로드 버튼 추가*/
.download_btn_wrap{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.download_btn_wrap a{
    position: relative;
    width: 100%;
    border-radius: 15px;
    border: 1px solid rgb(255 255 255);
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items:center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    transition: background 0.3s;
}
.download_btn_wrap a img{
    margin-right: 6px;
    width: 15px;
    height: auto;
}
.download_btn_wrap a:active{top:2px;box-shadow: none;}
.download_btn_wrap a:hover{
    background: rgba(6, 65, 150, 0.1);
}
/*240208_다운로드 버튼 추가 끝*/


/*240217_진단지 스타일 변경*/
/*SETP 추가*/
@media screen and (max-width: 400px) {
    .tab_title li a span {
        display: block;
    }
}

@media screen and (min-width: 401px) {
    .tab_title li a span {
        display: inline;
    }
}

/* 건기식 제목 스타일 */
.form_title_21 {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-weight: 900;
    padding: 0 30px;
    color: #161719;
    justify-content:space-between;
}
/* 토글 타이틀 스타일 */
.toggle_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0px;
}
/* 비활성화된 상품 스타일 */
.recom_medi.disabled {
    background-color: #f2f2f2;
    color: #999;
}
.recom_medi.disabled .recom_wrap {
    opacity: 0.7;
}
.recom_box.disabled {
    background-color: #f2f2f2;
    color: #999;
}
.recom_box.disabled .recom_wrap {
    opacity: 0.7;
}
/* 토글 버튼 스타일 */
.group-container {
    margin-left: 10px;
    margin-right: 5px;
}
.checkbox-group {
    display: flex;
}
.checkbox-group label {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #ccc;
    border-radius: 25px;
    cursor: pointer;
    overflow: hidden;
}
.checkbox-group label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}
.checkbox-group input[type="checkbox"] {
    display: none;
}
.checkbox-group input[type="checkbox"]:checked + label:before {
    left: calc(100% - 18px); /* 선택되었을 때의 위치 */
}
.checkbox-group input[type="checkbox"]:checked + label {
    background-color: #e13e5e;
}
.toggle_title {
    color: #064196;
    font-size: 14px;
}

.recom_period {
    font-size: 14px;
    font-weight: 900;
    float:right;
    color:orange;
}

.recommend_point_total{
    padding:24px 0;
    border-top: 1px solid rgba(22, 23, 25, 0.1);
    box-sizing: border-box;
    color: rgba(22, 23, 25, 0.7);
    font-size: 13px;
}
/*240217_진단지 스타일 변경 끝*/
