
/* rem ì„ ì–¸*/
html,
body {
    font-size: var(--txt-md);
}


/* ***********************ì¤€ë¹„ì¤‘ íŽ˜ì´ì§€************************** */
.waiting {display: flex;align-content: center;justify-content: center;width: 100vw;height: 100vh;flex-wrap: wrap;position: relative;}
.waiting::before {box-shadow: 0px 7px 23px -6px rgb(0 0 0 / 40%);content:'';position: absolute;width: 560px;aspect-ratio:1/1;top: 20vh;left: 50%;transform: translate(-50%);background: url(../images/main/main_visual01.png);z-index: -1;background-size: cover;border-radius: 400px;}
.waiting img {margin-bottom: 1.5rem;border-bottom: 1px dashed #fff;padding-bottom: 1.5rem;}
.waiting h5 {font-size: 2rem;text-align: center;width: 100%;color: #fff;font-weight: 500;}
.waiting p {font-size: 1.125rem;text-align: center;width: 100%;color: #fff;font-weight: 300;margin-top: 14px;}

#header .sub_nav.on .link:after {
    content: url(/images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}     

#header .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}

#offcanvas .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}


/* ***********************ë©”ì¸íŽ˜ì´ì§€***************************** */
.section .inner {
    width: var(--web-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 3rem 0;
}
@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}
.section.active::before,
.section.active::after {
    opacity: 1;
    transition: .8s .6s
}

.footer_wrap {
    background: var(--main-color-2);
    color: #fff;
    text-align: center;
    display: flex;
}
.footer {
    width: var(--web-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_wrap .footer .img {
    padding: 2rem 0;
}
.footer .txt {
    padding: 2.5rem 1rem 2rem 3rem;
    text-align: left;
    flex-grow: 1;
}
.footer_top a {
    color: #fff;
    font-weight: 400;
    margin-right: 30px;
}
.footer_top a:last-child {margin: 0;}
.footer_bot {margin-top: 1rem;}
.footer_bot p {
    color: #ffffff99;
    line-height: 1.6em;
    font-weight: 300;
}
.footer_bot p span {font-weight: 500;}
.footer_bot h5 {
    font-size: 0.925rem;
    font-weight: 400;
    margin-top: 6px;
}


/* ********************ì„œë¸ŒíŽ˜ì´ì§€****************** */



/* ====íšŒì›ê°€ìž…==== */
/* .member_top{margin-top: 80px;} */
.member .member_step{
    display: flex;
    width: 100%;
    justify-content:space-between;
    background:none;
    padding: 0;
    position:relative;
}
.member .member_step::after{
    content:"";
    width:100%;
    height:1px;
    background:#ddd;
    position:absolute;
    z-index:-1;
    top:50%;
}
.member .member_step .step_box{
    width: calc((100% - 78px)/4);
    box-sizing: border-box;
    padding: 1.5rem;
    background: #fafafa;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 5%);
    position: relative;
}
.member .member_step .step_box .txt{
    text-align:center;
    margin-top: 1.25rem;
    font-size:1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--sub-color);
}
.member .member_step .step_box .txt img{
    width:70px;
    max-width:70px;
    margin-bottom:1rem;
}
.member .member_step .step_box .num p{
    font-size: 1.75rem;
    font-weight:600;
    text-align: center;
}
.member .terms_tit{
    font-size:1.25rem;
    font-weight: 500;
    margin:3.125rem 0 8px;
}
.member .member_list{}
.member .member_list .m_list_box{
    margin-bottom: 2rem;
    }
.member .member_list .m_list_box:last-child{margin: 0;}
.member .member_list .m_list_box .num p{
    font-weight: bold;
    font-size: 1.25rem;
}
.member .member_list .m_list_box .cont{margin-top:1rem;}
.member .member_list .m_list_box .cont p{
    font-size:1.125rem;
    font-weight:400;
    text-indent:-24px;
    padding-left:24px;
    margin-bottom:8px;
    color: #555;
    text-align:left;
}
.member .member_list .m_list_box .cont p:last-child{
    margin:0;
}




.product_top {
    display: flex;
    padding-bottom: 40px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.product_top .amount {
    flex-grow: 1;
}
.product_top .amount .lg {
    font-size: 1.425rem;
    font-weight: bolder;
    color: var(--sub-color-2);
    padding-right: 4px;
}
.pd_category {display: flex;align-items: flex-end;font-size: 1.375rem;line-height: 1.5em;font-weight: 500;color: #333;}
.pd_category .count {font-size: 1.75rem;font-weight:600;color: var(--main-color);margin-left: 0.5rem;line-height: 1.2em;}
.product_top .view {display: flex;gap: 1rem;}
.product_top .view_sel {display: flex;background: none;min-width: 10rem;font-weight: 400;font-size: 0.925rem;height: 2.5rem;padding: 0 0.25rem;}
.product_top .view_sel_wrap input {
    width: auto;
    height: 100%;
    line-height: inherit;
    min-height: auto;
    min-width: auto;
    font-size: 0.925rem;
    background: none;
    font-weight: 400;
}
.product_top .view_sel_wrap input.active {color: var(--sub-color-2);}
.product_top .view_sel_wrap span {
    color: #aaa;
    font-weight: 300;
}
.product_top>input {
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 0.925rem;
    background: #fafafa;
    border: 1px solid #ddd;
    color: #555;
}
.tit_but {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tit_but>input {
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 0.925rem;
    background: #fafafa;
    border: 1px solid #ddd;
    color: #555;
    position: absolute;
    right: 0;
}
.tit h4 {
    font-size: 1.875rem;
    line-height: 1.3em;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
}
.sec_search {
    background-color: #f6f6f6;
    display: none;
}
.sec_search.show {display: block;}

.product_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    /* justify-content: space-between; */
    width: 100%;
}
.product_list .product {width: calc((100% - 3rem) / 3);padding: 1.875rem;border: 1px solid #ddd;background: #fff;display: flex;flex-wrap: wrap;align-items: flex-end;justify-content: space-between;cursor: pointer;}
.product_list .product:hover {
    border: 1px solid var(--main-color);
}
.product_list .product .tit {
    width: 100%;
}
.product_list .product .tit h5 {
    font-size: 1.25rem;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 3rem;
}
.product_list .product ul li {
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    color: #555;
    font-weight: 400;
}
.product_list .product ul li span {
    font-weight: 500;
    color: #222;
    width: 6rem;
}
.product_list .product .view {
    font-size: 0.925rem;
    color: #fff;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 2/1;
    height: 1.875rem;
    min-height: inherit;
    font-weight: 400;
    transition: 0.3s;
    opacity: 0;
}
.product_list .product:hover .view {
    opacity: 1;
}


#product-pop {
    width: 1000px;
    max-height: 85vh;
    max-width: inherit;
}
#product-pop .modal_wrap {
    padding: 1.5rem 3rem 2.5rem;
    max-width: inherit;
}
#product-pop .modal_wrap .sec {}
#product-pop .modal_wrap .sec h5 {
    font-size: 1.25rem;
    margin: 1.25rem 0 0.5rem;
}
#product-pop .modal_wrap .sec .slider_tb {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#product-pop .modal_wrap .sec .slider_tb .bx-wrapper {
    width: 25%;
    /* aspect-ratio: 1/1; */
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
}
#product-pop .modal_wrap .sec .slider_tb .bx-viewport {
    aspect-ratio: 1/1;
    width: 100%;
    min-height: 65%;
}
#product-pop .modal_wrap .sec .slider_tb .bx-wrapper .bx-pager {
    bottom: 0.75rem;
    gap: 0.25rem;
}
#product-pop .modal_wrap .sec .slider_tb .bx-wrapper .bx-pager.bx-default-pager a {
    background: var(--c-black-5);
    width: 0.75rem;
    height: 0.75rem;
}
#product-pop .modal_wrap .sec .slider_tb .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: var(--sub-color);
}
#product-pop .modal_wrap .sec .slider_tb .bx-wrapper img {
    max-width: 90%;
    max-height: 90%;
    /* object-fit: cover; */
}
#product-pop .modal_wrap .sec .slider_tb .product_slider {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    margin: 0 auto;
}
#product-pop .modal_wrap .sec .slider_tb .product_slider li {
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-pop .modal_wrap .sec .slider_tb .slider_tb_wrap {
    width: 74%;
}
#product-pop .modal_wrap .sec .btn_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
#product-pop .modal_wrap .sec .btn_wrap .left {}
#product-pop .modal_wrap .sec .btn_wrap .right {
    display: flex;
    gap: 0.25rem;
}
#product-pop .modal_wrap .sec .btn_wrap .btn {
    height: 34px;
    min-height: inherit;
    border-radius: 6px;
    font-size: 0.925rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-pop .modal_wrap .sec .btn_wrap .btn.btn_yellow {
    background: var(--main-color);
}
#product-pop .modal_wrap .sec .btn_wrap .btn.btn_grey {
    background: #f0f0f0;
}
#product-pop .modal_wrap .sec .btn_wrap .btn.btn_blue {
    background: var(--sub-color-2);
    color: #fff;
}
#product-pop .modal_wrap .sec .tb_scroll {}
#product-pop .modal_wrap .sec table, table#tb_process {
    border: 1px solid #ddd;
    border-top: 3px solid var(--main-color);
    width: 100%;
    min-width: 100%;
}
#product-pop .modal_wrap .sec table tr,  table#tb_process tr {}
#product-pop .modal_wrap .sec table th,  table#tb_process th {
    padding: 0.5rem;
    font-size: 0.925rem;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
}
#product-pop .modal_wrap .sec table td,  table#tb_process td {
    padding: 0.5rem;
    font-size: 0.925rem;
    color: #555;
    font-weight: 500;
    text-align: left;
}
#product-pop .modal_wrap .sec table td,  table#tb_process td {font-weight: 400;}
#product-pop .modal_wrap .sec .slider_tb .slider_tb_wrap table td {text-align: left;}
#product-pop .modal_wrap .sec table td.align_right,  table#tb_process td.align_right {
    text-align: right;
}
#product-pop .modal_wrap .sec table td.align_center,  table#tb_process td.align_center {
    text-align: center;
}
#product-pop .modal_wrap .sec table td input.i_sup_ph {
    height: 26px;
    font-size: 0.925rem;
    font-weight: 500;
}
#product-pop .modal_wrap .sec table td span.txt_right,  table#tb_process td span.txt_right {
    float: right;
}




.product_table {
    border-top: 2px solid var(--main-color-2);
    border-bottom: 1px solid var(--main-color-2);
}
.product_table thead {
    border-bottom: 1px dotted var(--main-color-2);}
.product_table .tb_product {
    display: flex;
    justify-content: space-between;
}
.product_table td {
    vertical-align: middle;
    border-right: 0;
}
.product_table .tb_product .img {
    width: 100%;
    max-width: 120px;
    aspect-ratio: 1/1;
    /* border: 1px solid #ddd; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
}
.product_table .tb_product .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_table .tb_product .txt {
    width: calc(100% - 140px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.product_table .tb_product .txt h2 {
    width: 100%;
    font-size: 1.125rem;
    padding-bottom: 10px;
}
.product_table .tb_product .txt .detail {
    width: 100%;
    font-size: 0.925rem;
    font-weight: normal;
    color: #666;
    display: flex;
    padding-bottom: 10px;
}
.product_table .tb_product .txt .detail02 {
    width: 100%;
    font-size: 0.925rem;
    font-weight: normal;
    color: #666;
    padding-bottom: 10px;
}
.product_table .tb_product .txt .detail02 span {
    color: #222;
    font-weight: 600;
    padding-right: 6px;
}
.product_table .tb_product .txt .option {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product_table .tb_product .txt .option.count .count_btn a {
    height: 32px;
    width: 32px;
}
.product_table .tb_product .txt .option.count .count_btn input[type=text] {
    height: 32px;
    font-size: 0.925rem;
}
.product_table .tb_product .txt .option select {
    height: 32px;
    width: 100%;
    font-size: 0.925rem;
    padding: 0 5px;
    color: #555;
    margin-left: 10px;
}
.product_table .tb_product .txt .option select:first-child {
    margin-left: 0;
}




.part {margin-bottom: 2rem;font-size: 0.925rem;}
.part:last-child { margin-bottom: 0px; }
.part .part_tit { font-weight: bold; margin-bottom: 12px; }
.part .wrapper { line-height: 1.7em; padding-top: 0 !important;}
.part .part_tit.blue {color: var(--sub-color-2);}
.part .contact_info { margin-top: 8px; border: 1px solid #ddd; padding: 12px 18px; background: #fafafa; }
.part .from { margin-bottom: 16px; }
.part .from .txt_bd { margin-bottom: 4px; }
.company_tit {
    font-size: 1.125rem;
    font-weight: 600;
    color: #222;
    margin-right: 20px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}
.terms_nb {
    border-top: 0;
    margin-top: -24px;
}
.terms_tit {text-align: center; margin-bottom: 40px;}
.terms { overflow: hidden; border-top: 1px solid #ddd; }
.terms dl { border-bottom: 1px solid #ddd; padding: 10px 8px; overflow: hidden; display: flex; }
.terms_dl_02{
    border-top: none;
}
.terms_dl_02>dl{
    border-bottom: none;
}
.terms:first-child {
    border-top: 0;
}
.terms dl dt { color: var(--main-color-2); font-weight: bold; font-size: 17px;
     /* float: left; */
      margin-right: 24px; } 
.company .section_div { border: 1px solid #ddd; padding: 20px; margin-bottom: 10px; }
.company .pd_list_con { float: none !important; }


.form_box {
    padding: 10px 0;
    border-top: 2px solid var(--main-color);
    border-bottom: 1px solid #ddd;
}
.form_box_blk {
    border-top: 2px solid #222;
}
.form_box .apply_common {
    margin-top: 0;
}




.privacy {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 2rem;
}
.privacy .terms {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #e1e1e1;
}
.privacy .terms p {margin-bottom: 6px;color: #222;font-weight: 400;}
.privacy .terms ul li {
    line-height: 1.5em;
    padding-left: 10px;
    position: relative;
    font-size: 0.875rem;
    color: #757575;
    font-weight: 400;
}
.privacy .terms ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #9E9E9E;
    position: absolute;
    top: 12px;
    left: 0px;
}
.privacy h2 {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    text-align: center;
    margin-top: 3.5rem;
}
.privacy h2:first-child {margin-top: 1.5rem;}
.privacy .terms .group {
    margin-bottom: 1.5rem;
    line-height: 1.5em;
    border-top: 1px dashed #ccc;
    padding-top: 1.5rem;
}
.privacy .terms .group:last-child {
    margin-bottom: 0;
}
.privacy .terms .group .terms_tit {
    line-height: 1.5em;
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: var(--main-color-3);
}
.privacy .terms:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.privacy .pri_box {
    background: #e9dfe2;
    padding: 20px;
    margin-top: 20px;
}
.privacy .pri_box h4 {
    font-size: 1.25rem;
    margin-bottom: 8px;
}
.privacy .pri_box .btn_download {
    background: var(--sub-color-3);
    padding: 8px 20px;
    display: inline-block;
    margin-top: 12px;
    color: #fff;
    font-size: 1rem;
}
.privacy .terms .bu_no li:before {
    display: none;
}
.privacy .terms ul li .sm {
    color: #757575;
    margin: 5px 0 10px;
    font-size: 0.875rem;
    padding-left: 13px;
}
.privacy .terms .cont_box {
    border: 1px solid #aaa;
    padding:15px;
}
.privacy .terms .cont_box label {
    color: var(--sub-color-5);
    margin-bottom: 12px;
    display: block;
}
.privacy .terms .cont_box ul {
    overflow:hidden;
}
.privacy .terms .cont_box ul li {
    float:left;
    margin-right:20px;
    padding-left:0;
}
.basic_link2 {
    margin-top:5px;
    color: var(--sub-color-5);
    display:inline-block;
}


.mypage {
    display: flex;
    background: var(--c-black-6);
    padding: 2.5rem 3rem;
    justify-content: space-between;
    align-items: center;
}
.mypage .info {
}
.mypage .info h4 {
    font-size: 1.5rem;
    font-weight: 400;
}
.mypage .info h4 span {
    font-size: 2rem;
    font-weight: 600;
    padding-right: 0.25rem;
}
.mypage .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}







.order_wrap {
    border-top: 3px solid var(--main-color-2);
}
.order_top {
    background: #efefef;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order_top p {
    font-size: 1.125rem;
    font-weight: 400;
}
.order_top input.btn {
    height: 42px;
    font-size: 0.925rem;
}
.order_bottom {
    /* background: #efefef; */
    padding: 0.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.5rem;
    border-top: 1px dashed #ddd;
    border-bottom: 1px solid var(--main-color-2);
}
.order_bottom p {
    font-size: 1.125rem;
    font-weight: 400;
}
.order_bottom p span {
    color: var(--sub-color-2);
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 0.25rem;
}
.order_list .product {width: 100%;padding: 1.25rem 1.5rem;border: 1px solid #ddd;background: #fff;display: flex;flex-wrap: wrap;align-items: flex-end;justify-content: space-between;margin-top: 0.5rem;}
/* .order_list .product:hover {
    border: 1px solid var(--main-color);
} */
.order_list .product .tit {
    width: 100%;
}
.order_list .product .tit h5 {
    font-size: 1.125rem;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.order_list .product ul li {
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    color: #555;
    font-weight: 400;
}
.order_list .product ul li span {
    font-weight: 500;
    color: #222;
    width: 6rem;
}
.order_list .product .view {
    font-size: 0.925rem;
    color: #fff;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 2/1;
    height: 1.875rem;
    min-height: inherit;
    font-weight: 400;
    transition: 0.3s;
    opacity: 0;
}
.order_list .product:hover .view {
    opacity: 1;
}
.order_list .product_orderview {width: 100%;padding: 1.25rem 1.5rem;border: 1px solid #ddd;background: #fff;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;margin-top: 0.5rem;cursor: pointer;}
.order_list .product_orderview .right {
    gap: 10px;
    display: flex;
    width: 200px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.order_list .product_orderview .left {display: flex;flex-wrap: wrap;align-items: flex-end;justify-content: space-between;max-width: calc(100% - 200px);}
.order_list .product_orderview .tit {
    width: 100%;
}
.order_list .product_orderview .tit p {
    color: var(--sub-color);
    font-weight: 400;
    font-size: 0.925rem;
    margin-bottom: 0.25rem;
}
.order_list .product_orderview .tit h5 {
    font-size: 1.125rem;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.order_list .product_orderview ul li {
    display: flex;
    align-items: center;
    font-size: 0.938rem;
    color: #555;
    font-weight: 400;
}
.order_list .product_orderview ul li span {
    font-weight: 500;
    color: #222;
    width: 6rem;
}
.order_list .product_orderview .view {
    font-size: 0.925rem;
    color: #fff;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 2/1;
    height: 1.875rem;
    min-height: inherit;
    font-weight: 400;
    transition: 0.3s;
    opacity: 0;
}
.order_list .product_orderview:hover .view {
    opacity: 1;
}
.order_detail_tb {
    border: 1px solid #ddd;

}
.order_detail_tb th {
    font-size: 0.9rem !important;
    background: #f5f5f5;
    color: #333;
    text-align: left;
    border-right: 0;
    padding: 8px 12px;
}
.order_detail_tb td {
    font-size: 0.9rem !important;
    color: #555;
    text-align: left;
    border-right: 0;
    background: none;
    padding: 8px 12px;
}
.order_detail_tb th {
    width: 15%;
    vertical-align: middle;
}
.subtit h5 {
    font-size: 1.5rem;
    line-height: 1.3em;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
}





.txt_flow_arrow {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    gap: 0.5rem;
}
td .txt_flow_arrow {margin: 0.5rem 0;}
td .txt_flow_arrow .box {padding: 0.25rem; align-content: center;}
td .txt_flow_arrow .box h6 {font-size: 0.85rem;}
.txt_flow_arrow .box {
    width: 18%;
    text-align:center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1.75rem 1.25rem 1.25rem;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.txt_flow_arrow_3 .box {
    width: 30%;
}
.txt_flow_arrow_6 .box {
    width: 13%;
    padding: 30px 20px 15px 20px;
}
.txt_flow_arrow .box:hover {
    border: 1px solid var(--main-color);
}
.txt_flow_arrow .box h6 {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    /* margin-bottom: 16px; */
    line-height: 1.4em;
    width: 100%;
    color: #222;
}
.txt_flow_arrow_6 .box h6 {
    font-size: 1rem;
    margin-bottom: 0;
}
.txt_flow_arrow .box p {
    font-size: 0.82rem;
    color: #757575;
    text-align: left;
    letter-spacing: -1px;
}
.txt_flow_arrow .box img {
    display: block;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    width: 2.125rem;
}
.txt_flow_arrow .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt_flow_arrow .arrow span {
    color: var(--sub-color);
}


.img_process {
    margin-top: 2.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3/1;
}
.img_process img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.process_num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
}
.process_num span {
    background: var(--sub-color);
    border-radius: 100%;
    color: #fff;
    font-weight: 500;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}
#product-pop .modal_wrap .sec table td .right{float: right;display: flex;}
#product-pop .modal_wrap .sec table td .btn_blue{
    background: var(--logo-color);
    color: #fff;
    height: 34px;
    min-height: inherit;
    border-radius: 6px;
    font-size: 0.925rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:10px;
}
#product-pop .modal_wrap .sec table td .btn_yellow{
    background: var(--main-color);
    color: #fff;
    height: 34px;
    min-height: inherit;
    border-radius: 6px;
    font-size: 0.925rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 참조권 문의 페이지 */
.pd_email{
    background: #38322d;
    padding: 0.8rem;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.right_txta{
    width: 100%;
    min-height: 300px;
    padding: 8px;
    line-height: 1.5em;
    border: 1px solid #ddd;
    resize: vertical;
    overflow: hidden;
}
.right_botton>div{
    background: var(--main-color);
    color: #fff;
    padding: 0.5rem;
    width: 100px;
    /* height: 40px; */
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.right_text{
    width: 100%;
}
.chemicals_box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}
.chemicals_btn{
    /* width: 100%; */
    background: #ffc20e;
    color: #fff;
    padding: 0.5rem;
    /* height: 40px; */
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 400;
}