<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">b {
    font-weight: 600;
}

.br_mobile {
    display: none;
}

@media (max-width: 768px) {
    .br_mobile {
        display: block;
    }
}

.mi_intro_section img {
    max-width: 100%;
}

.mi_intro_section .section_banner {
    position: relative;
}

.mi_intro_section .section_banner .txt {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mi_intro_section .section_banner .txt .tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25rem;
}

.mi_intro_section .section_banner .txt .tit span {
    text-align: center;
    display: flex;
}

.mi_intro_section .section_banner .txt .tit .tit_span {
    font-weight: 300;
    color: #fff;

}

.mi_intro_section .section_banner .txt .tit .tit_txt {
    line-height: 1.0584;
    color: #fff;

}

.mi_intro_section .section_banner .txt .tit .tit_txt .img_txt {}




.tit_txt {
    font-size: 44rem;
    font-weight: 500;
}

.desc_tit {
    font-size: 33rem;
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all;
}

.desc_txt {
    font-size: 18rem;
    font-weight: 300;
    color: #010101;
    line-height: 1.6;
    word-break: keep-all;
}

.mi_intro_section .section_content_inner {
    margin: 0 auto;
    padding-bottom: 120rem;
}

.content_head {
    display: flex;
    gap: 50rem;
    padding-top: 50rem;
}

.content_head h2 span {
    font-size: 30rem;
}

.content_head h2 span.title {
    display: none;
}

.content_head h2 span.title.title_active {
    display: inline-block;
}

.content_head .desc_box {
    display: flex;
    flex-direction: column;
    gap: 8rem;
    padding-top: 7rem;
    line-height: 1.5;
    letter-spacing: .3rem;
}

.content_head .desc_box .desc {
    font-size: 18rem;
    font-weight: 400;
}

.content_head .tit_span {
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all;
    font-size: 30rem;
}

.content_head p {
    font-size: 25rem;
}

.content_head p span {
    color: #bc1b00;
}


.tab_btns {
    margin-top: 20rem;
    display: flex;
}

.tab_btns button {
    flex: 1;
    font-size: 18rem;
    padding: 14rem 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10rem;
    font-size: 17rem;
    background-color: #f2e9da;
    color: #323232;
    border: solid #000;
    border-width: 0 0 1px 0;
    position: relative;
}
.tab_btns button:first-of-type:after {
    border-right:1px solid rgba(255,255,255,0.5);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}
.tab_btns button:last-of-type:after {
    border-left:1px solid rgba(255,255,255,0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
}



.tab_btns button.tab_btn_active {
    background-color: #fff;
    color: #000;
    border-width: 1px 1px 0 1px;
    font-weight: 600;
}

.tab_box {
    display: none;
}

.tab_box.tab_ctt_active {
    display: block;
}


/* custom  */
.prd_head {
    margin-top: 80rem;
}
.prd_head.display_pc {
    display: block;
}
.prd_head.display_mobile {
    display: none;
}

.prd_head .prd_head_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10rem;
    padding: 0 40rem;
}

.prd_head_txt span:first-of-type {
    color: #a45c51;
    font-weight: 500;
    font-size: 19rem;
}
.lue .prd_head_txt span:first-of-type {
    color: #5294c1;
}
.lueg .prd_head_txt span:first-of-type {
    color: #a27633;
}

.lueg .prd_head_txt span:first-of-type {}

.prd_logo_txt_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40rem;
}
.lue .prd_logo_txt {
    border-top-color: #737373;
    border-bottom-color: #9f9d9e;
}

.prd_logo_txt {
    display: inline-flex;
    align-items: center;
    gap: 20rem;
    padding: 10rem 20rem;
    border: solid;
    border-width: 1px 0;
    border-top-color: #a45c51;
    border-bottom-color: #a45c5136;
}

.lue .prd_logo_txt .img img {
    height: 34rem;
}

.lueg .prd_logo_txt {
    border-top-color: #aa7421;
    border-bottom-color: #aa73212c;

}

.prd_logo_txt span {
    font-size: 25rem;
    font-weight: 500;
}

.prd_logo_txt .img {
    max-width: 130rem;
}

.prd_img_txt {
    display: flex;
    margin-top: 80rem;
}

.prd_img_txt .img {
    flex: 1;
}

.prd_img_txt .txt {
    width: 570rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 40rem;
    gap: 25rem;
    margin-left: 20rem;
    padding-bottom: 40rem;
}

.prd_img_txt .txt span {
    font-size: 25rem;
    font-weight: 700;
    color: #323232;
    text-align: end;
}

.prd_img_txt .txt p {
    font-size: 19rem;
    text-align: end;
    line-height: 1.7;
    color: #323232;
}

.lue .prd_head_txt span+span {
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.lue .prd_head_txt span em {
    width: 100%;
    text-align: center;
}

.prd_head_txt span+span {
    font-size: 27rem;
}
.prd_head_txt .prd_head_txt_box {
    display: flex;
    align-items: center;
    gap:10rem;
}
.lueg .prd_head_txt .prd_head_txt_box span {font-size: 27rem;color:#000;font-weight: 400;}
.lueg .prd_head_txt .prd_head_txt_box .img {max-width: 130rem;}

.prd_common_ctt {
    margin-top: 40rem;
    width: 100%;
    padding: 50rem 40rem 40rem 40rem;
}

.prd_common_ctt h3 {
    text-align: center;
    font-size: 26rem;
}
.prd_common_ctt.ctt_img_flex h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:4rem;
}
.prd_common_ctt h3 span {font-size:20rem;}
.prd_common_ctt.ctt_blue h3 {
    color:#106f84;
}

.prd_common_ctt.ctt_red {
    background-color: #f8f1f0;
}

.prd_common_ctt.ctt_red h3 {
    color: #a35b50;
}
.prd_common_ctt.ctt_skyblue {
    background-color: #e5f1f7;
}

.prd_common_ctt.ctt_skyblue h3 {
    color: #3589bd;
}




.prd_common_ctt.ctt_pulple {
    background-color: #f0eff4;
}

.prd_common_ctt.ctt_pulple h3 {
    color: #6c5f9e;
}

.prd_common_ctt.ctt_pulple2 {
    background-color: #ecebf3;

}

.prd_common_ctt.ctt_pulple2 h3 {
    color:#6e5da4;
}

.prd_common_ctt.ctt_sky {
    background-color: #e7f2f7;

}

.prd_common_ctt.ctt_sky h3 {
    color: #368499;
}

.prd_common_ctt.ctt_brown {
    background-color: #f7f2e9;
}

.prd_common_ctt.ctt_brown h3 {
    color: #a27633;
}

.prd_common_ctt.ctt_brown2 {
    background-color: #f8f2eb;

}

.prd_common_ctt.ctt_brown2 h3 {
    color: #a88141;
}

.prd_common_ctt.ctt_green {
    background-color: #ecf1e5;

}

.prd_common_ctt.ctt_green h3 {
    color: #4a7725;
}


.prd_common_ctt.ctt_blue {
    background-color: #e5eff1;

}
짠
.prd_common_ctt.ctt_blue h3 {
    color: #307387;
}

.prd_common_ctt.ctt_purple {
    background-color: #f0eff7;

}
.prd_common_ctt.ctt_purple .h3_tit {
    color: #6e5da4;
}



/* lue benefit */
.pbf_box {
    display: grid;
    gap: 10rem 15rem;
    margin-top: 30rem;
}

.pbf_box .pbf_item {
    display: flex;
    align-items: center;
    gap: 15rem;
    border: 1px solid #ae554b4d;
    padding: 20rem;
    border-radius: 10rem;
}
.pbf_box .pbf_item span em {font-size:15rem;}
.ctt_skyblue .pbf_box .pbf_item {
    border-color: #83b7d6;
}

.ctt_brown2 .pbf_box {
    grid-template-columns: repeat(2, 1fr);
}

.ctt_flex .pbf_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ctt_flex .pbf_box .pbf_item {
    width: calc(50% - 8px);
    padding: 14rem 20rem;
    border-color: #30738773;

}

.ctt_flex .pbf_box .pbf_item p {
    font-size: 18rem;
}

.ctt_flex .pbf_box .pbf_item:nth-last-child(1):nth-child(odd) {
    width: 100%;
}



.ctt_flex .pbf_box .pbf_item img {
    width: 25rem;
}

.pbf_box span:first-of-type {
    font-size: 14rem;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ae554b;
    border-radius: 2rem;
    width: 22rem;
    min-width: 22rem;
    height: 22rem;
    font-weight: 400;
}
.ctt_skyblue .pbf_box span:first-of-type {
    background-color: #358abc;
}

.lueg .ctt_brown2 .pbf_box .pbf_item {
    border-color: #a0753036;
}

.lueg .pbf_box span:first-of-type {
    background-color: #a07530;
}


.pbf_box span:last-of-type {
    font-size: 18rem;
    
}
span , p {
    line-height: 1.5;
    word-break: keep-all;
}


.ctt_grid .pbf_box {grid-template-columns: 1fr 1fr;}


/* lue 洹몃━�� */

.ctt_grid.lue_grid .pbf_box .pbf_item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.ctt_grid.lue_grid .pbf_box .pbf_item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.ctt_grid.lue_grid .pbf_box .pbf_item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

.ctt_grid.lue_grid .pbf_box .pbf_item:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
}

.ctt_grid.lue_grid .pbf_box .pbf_item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}



/* luev 洹몃━�� */
.ctt_grid .pbf_box .pbf_item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.ctt_grid .pbf_box .pbf_item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.ctt_grid .pbf_box .pbf_item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

.ctt_grid .pbf_box .pbf_item:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
}

.ctt_grid .pbf_box .pbf_item:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
}

.ctt_grid .pbf_box .pbf_item:nth-child(6) {
    grid-column: 2;
    grid-row: 1;
}

.ctt_grid .pbf_box .pbf_item:nth-child(7) {
    grid-column: 2;
    grid-row: 2;
}

.ctt_grid .pbf_box .pbf_item:nth-child(8) {
    grid-column: 2;
    grid-row: 3;
}

.ctt_grid .pbf_box .pbf_item:nth-child(9) {
    grid-column: 2;
    grid-row: 4;
}

.ctt_grid .pbf_box .pbf_item:nth-child(10) {
    grid-column: 2;
    grid-row: 5;
}

/* 猷⑥� 洹몃━�� */
.ctt_brown2 .pbf_box .pbf_item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.ctt_brown2 .pbf_box .pbf_item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.ctt_brown2 .pbf_box .pbf_item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

.ctt_brown2 .pbf_box .pbf_item:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
}

.ctt_brown2 .pbf_box .pbf_item:nth-child(5) {
    grid-column: 2;
    grid-row: 1;
}

.ctt_brown2 .pbf_box .pbf_item:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
}

.ctt_brown2 .pbf_box .pbf_item:nth-child(7) {
    grid-column: 2;
    grid-row: 3;
}


/* 釉붾（�ㅼ뀡 硫ㅻ쾭�� 李⑤퀎�� �ъ씤�� */
.pdp_box {
    display: flex;
    flex-direction: column;
    margin-top: 30rem;
    min-width: 740rem;
    overflow-x: auto;
}

.pdp_box li {
    display: flex;
    border: dotted #6d5fa1;
    border-width: 1px 0 1px 0;
    margin-top: -1rem;
}

.pdp_box li:first-of-type {
    border: none;
}

.pdp_box li .span {}

.pdp_box li .area1 {
    width: 244rem;
    padding: 7rem 30rem;
}

.pdp_box li .area1 .span {
    width: 16rem;
}

.pdp_box li .area1 .span {
    color: #534588;
    background-color: #e1dbed;
    display: flex;
    font-size: 17rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10rem 0;
    border-radius: 5rem;
}
.ctt_green .pdp_box li .area1 .span {
    background-color: #cfdfc3;
    color:#407534
}

.pdp_box li .area2 {
    flex: 1;
    padding: 7rem 10rem;
}

.pdp_box li .area2+.area2 {
    background-color: #e4e0ed;
}
.ctt_green .pdp_box li .area2+.area2 {
    background-color: #d7e4cd;
}


.pdp_box li .area2 .span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10rem 0;
    font-size: 18rem;
}

.pdp_table_head .area2 .span {
    color: #fff;
    border-radius: 5rem;
}

.pdp_table_head .area2 .span {
    background-color: #b5aed2;
}
.ctt_green .pdp_table_head .area2 .span {
background-color: #a3c092;
}

.pdp_table_head .area2 {
    background-color: transparent !important;
}

.pdp_table_head .area2+.area2 .span {
    background-color: #6c5f9e;
}
.ctt_green .pdp_table_head .area2+.area2 .span {
    background-color: #578838;
}

/* 媛�寃� �쒗깮 鍮꾧탳 */
.pcp_box {
    display: flex;
    margin-top: 30rem;
    padding: 0 40rem;
}

.pcp_box .arrow_img {
    max-width: 100rem;
    width: 100%;
    margin: 0 20rem 0 60rem;
    display: flex;
    align-items: center;
}

.pcp_box .pcp_item {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pcp_box .pcp_head {}

.pcp_box .pcp_item .pcp_head .pcp_label {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 0;
    border-radius: 20rem;
}

.pcp_box .pcp_item.before .pcp_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pcp_box .pcp_item.after .pcp_head {}

.pcp_box .pcp_item.before .pcp_head .pcp_label {
    background-color: #d3be9a;
    width: 100%;
}

.ctt_green .pcp_box .pcp_item.before .pcp_head .pcp_label {
    background-color: #95b47e;
}

.pcp_box .pcp_item.before .pcp_head .label_txt {
    font-size: 14rem;
    padding-top: 10rem;
}

.pcp_box .pcp_item.after .pcp_head .pcp_label {
    background-color: #a27633;
}

.ctt_green .pcp_box .pcp_item.after .pcp_head .pcp_label {
    background-color: #4a7725;
}

.pcp_box .pcp_list {
    display: flex;
    flex-direction: column;
    margin-top: 15rem;
}

.pcp_box .pcp_list .pcp_li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #c69853;
    padding: 12rem 0;
}

.ctt_green .pcp_box .pcp_list .pcp_li {
    border-bottom-color: #8caa76;
}

.pcp_box .pcp_list .pcp_li span {
    font-size: 18rem;
}

.pcp_box .pcp_list .pcp_li span:first-of-type {}

.pcp_box .pcp_list .pcp_li span i {
    font-size: 14rem;
}

.pcp_box .pcp_list .pcp_li span:last-of-type {
    font-weight: 500;
}

.price {}

.price .total {
    text-align: end;
    font-size: 23rem;
    color: #a27633;
    font-weight: 500;
    padding-top: 10rem;
}

.ctt_green .price .total {
    color: #4a7725;
}

.price .total i {
    font-size: 19rem;
    font-weight: 400;
}

.pcp_item.after {}

.pcp_item.after .pcp_type {}

.pcp_item.after .pcp_type .a1 {
    padding-top: 25rem;
    text-align: center;

}

.pcp_item.after .pcp_type .a1&gt;div {
    font-size: 21rem;
    line-height: 1.6;
    display: inline-flex;
    flex-direction: column;
}

.pcp_item.after .pcp_type .a1 div .ht_box {
    position: relative;
    padding: 0 7rem;
}

.pcp_item.after .pcp_type .a1 div .ht_box b {
    z-index: 2;
    position: relative;
}

.pcp_item.after .pcp_type .a1 div .ht_box .highlight {
    z-index: 1;
    display: inline-flex;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #eddbbb;
    height: 13rem;
}

.ctt_green .pcp_item.after .pcp_type .a1 div .ht_box .highlight {
    background: #4a772540;
}

.pcp_item.after .pcp_type .a2 {
    margin-top: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctt_green .pcp_item.after .pcp_type .a2 {
    margin-top: 10rem;
}

.pcp_item.after .pcp_type .a2 strong {
    font-size: 45rem;
    color: #fff;
    background-color: #a27633;
    border-radius: 50%;
    padding: 32rem 15rem;

}

.ctt_green .pcp_item.after .pcp_type .a2 strong {
    background-color: #4a7725;
}

.pcp_item.after .pcp_type .a2 strong i {
    font-size: 25rem;
}

.pcp_item.after .pcp_type .a3.price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30rem;
}

.ctt_green .pcp_item.after .pcp_type .a3.price {
    margin-top: 15rem;
}

.pcp_item.after .pcp_type .a3 .original {
    color: #5f5f5f;
    font-size: 24rem;
    position: relative;
    padding: 0 10rem;
    font-weight: 300;
}

.pcp_item.after .pcp_type .a3 .original img {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pcp_item.after .pcp_type .a3 .sale-price {
    font-size: 35rem;
    color: #9b4036;
    font-weight: 500;
}
.prd_tb_head {display: flex;justify-content: space-between;align-items: center;margin-top:20rem;}
.prd_tb_head {}
.tb_caption i {
    display: inline-flex;
    width:12rem;
    height:12rem;
    background-color: #2284b9;
}
.tb_caption b {font-size: 18rem;color:#000;padding-left:8rem;}
.tb_unit  {font-size: 15rem;}



/* 泥댁씤 �듭뀡 */
.prd_common_ctt.prd_chain {padding: 70rem 40rem 50rem 40rem;}
.prd_chain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25rem;
}

.prd_chain .chain_box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.prd_chain .chain_box .chain_item {
    width: 100%;
    max-width: 220rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 17rem 0rem;
    border-radius: 50rem;

    position: relative;
}

.prd_chain p {
    font-size: 21rem;
}

.prd_chain .chain_box .chain_item::before {
    content: '+';
    color: #fff;
    font-size: 15rem;
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
}

.prd_chain .chain_box .chain_item:first-of-type::before {
    display: none;
}

.prd_chain .chain_box .chain_item.mint {
    background-color: #a4d5df76;
}

.prd_chain .chain_box .chain_item.blue {
    background-color: #7ca7d37f;
}

.prd_chain .chain_box .chain_item.purple {
    background-color: #919bdf7d;
}

.prd_chain .chain_box .chain_item span {
    font-size: 21rem;
}

.prd_chain .chain_box .chain_item+.chain_item {
    margin-left: -15rem;
}
.lue .prd_compare .pcp_box2 {padding:0;}
.lue .pcp_box2 .tb_wrap {
    padding-top:10rem;
    overflow-x: auto;
}
.lue .pcp_box2 .tb_wrap table {
    min-width: 740rem;
    table-layout: fixed;
}
.lue .pcp_box2 table {border-top:2px solid #777b7d;border-bottom:1px solid #777b7d;}
.lue .pcp_box2 table thead tr th,
.lue .pcp_box2 table tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 18rem;
    word-break: keep-all;
}
.lue .pcp_box2 table tbody tr td span {font-size:15rem;}
.lue .pcp_box2 table thead tr th + th {border-left:1px solid #777b7d;}
.lue .pcp_box2 table thead tr th {
    height: 50rem;
    font-weight: 500;
}
.lue .pcp_box2 table tbody tr td {
    background-color: #fff;
    height: 60rem;
    line-height: 1.6;
}
.lue .pcp_box2 table tbody tr td:not(:last-of-type) {
    border-right:1px solid #777b7d;
}

.lue .pcp_box2 table tbody tr + tr {border-top:1px solid #777b7d;}

.prd_compare .pcp_box2 + .pcp_box2 {
    margin-top: 40rem;
}
.pcp_txt {margin-top:5rem;}
.pcp_txt p {font-size:15rem;color:#121212;padding-top:10rem;line-height:1.6;word-break: keep-all;}


/* LUE G2 湲곗� �뚯씠釉� */
.prd_compare .pcp_box2 {
    padding: 0 40rem;
    width: 100%;
}

.prd_compare .table_caption {
    text-align: end;
    font-size: 15rem;
    padding: 10rem 40rem;
}

.pcp_box2 table caption {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -9999;
    opacity: 0;
}

.pcp_box2 table {
    width: 100%;
}

.pcp_box2 table td {
    font-size: 18rem;


}

.pcp_box2 table td div {
    padding: 13rem 0;
} 
.pcp_box2 table td div i {font-size:15rem;}

.pcp_box2 table thead {
    background-color: #c1bae0;
}

.ctt_sky .pcp_box2 table thead {
    background-color: #bfddea;
}

.pcp_box2 table thead td {
    color: #fff;
    text-align: center;
    padding: 13rem 0;
}

.pcp_box2 table .prd_label {
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

.pcp_box2 table .prd_label.min-purple {
    background-color: #b2aad4;
}

.pcp_box2 table .prd_label.max-purple {
    background-color: #887eb3;
}

.pcp_box2 table .full_color_row td:not(.prd_label) {
    background-color: #ddd4ec;

}


.pcp_box2 table .divide_line {}

.pcp_box2 table .full_color_row.divide_line td:not(.prd_label) {
    border-top: 1px solid #9e96c3;
}

.pcp_box2 table .full_color_row.divide_line:last-of-type .prd_label {
    border-top: 1px solid #ffffff4f;
}

.border_dot {
    border-top: 1px dotted #b2aad4;
}

.boder_bottom_line {
    border-bottom: 1px solid #9e96c3;
}

.center_td div {
    margin-left: 10rem;
    padding-left: 23rem !important;
}

/* �밸퀎�� �쒗깮 */
.prd_common_ctt.ctt_img_flex {
    padding:50rem 0 40rem 0;
}
.prd_common_ctt.ctt_img_flex .img_flex_box {
    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50rem;
        margin-top: 30rem;
}
.prd_common_ctt.ctt_img_flex .img_flex_box li {    width: calc((100% - 100rem) / 3);}
.prd_common_ctt.ctt_img_flex .img_flex_box li img {max-width: 100%;width:auto;height:auto;}
.prd_common_ctt.ctt_img_flex .img_flex_box li .txt {width:100%;text-align: center;padding-top:10rem;}
.prd_common_ctt.ctt_img_flex .img_flex_box li .txt span {font-size:18rem;text-align: center;}

/* �섏씠吏� �섎떒 �띿뒪�� */
.intro_more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60rem;
    padding: 0 40rem;
}

.intro_more p {
    font-size: 21rem;
    text-align: center;
    line-height: 1.6;
}

.lue .intro_more p span {
    color: #74a6c8;
}
.intro_more p span {    color: #a27633;}

.intro_more span {
    font-size: 28rem;
}





@media screen and (max-width:1530px) {
    .content_head {
        padding-left: 40rem;
    }

    .prd_img_txt .txt {
        padding-right: 20px;
    }
    .prd_common_ctt.ctt_img_flex {
        padding: 50rem 20rem 40rem 20rem;
    }
}

@media screen and (max-width: 860px) {
    .mi_intro_section .section_banner .txt {
        width: 100%;
    }

    .mi_intro_section .section_banner .txt .tit {
        gap: 5rem;
        width: 100%;
    }

    .mi_intro_section .section_banner .txt .tit .tit_span {
        font-size: 14rem;
    }

    .mi_intro_section .section_banner .txt .tit .tit_txt {
        font-size: 35rem;
    }

    .mi_intro_section .section_content .content_inner .ctt_box+.ctt_box+.ctt_box {
        margin-top: 100rem;
    }

    .lue .prd_logo_txt .img {
        max-width: 95rem;
    }

    .lue .prd_logo_txt .img img {
        height: 24rem;
    }

    .lue .prd_img_txt .txt span br {
        display: none;
    }

    .prd_img_txt .txt span {
        text-align: center;
        font-size: 18rem;
    }





    .content_head {
        flex-direction: column;
        gap: 20rem;
    }

    .content_head .tit_span {
        font-size: 25rem;
    }

    .content_head p {
        font-size: 20rem;
    }



    .content_head {
        padding: 50rem 40rem 0 40rem;
    }

    .content_head h2 span {
        font-size: 25rem;
        font-weight: 600;
    }

    /* 釉붾（�ㅼ뀡 硫ㅻ쾭�� 李⑤퀎�� �ъ씤�� */
    .prd_point_wrap {
        overflow-x: auto;
    }

    .pdp_box li .area2 .span {
        font-size: 16rem;
    }


    .mi_intro_section .section_banner .txt {
        top: 50%;
    }

    .mi_intro_section .section_banner .txt .tit .tit_txt .img_txt {
        padding: 0 10%;
    }

    .prd_img_txt {
        flex-direction: column;
    }

    .prd_img_txt .txt {
        width: 100%;
        margin-left: 0;
        padding: 20rem 40rem 40rem 40rem;
    }

    .prd_img_txt .txt p {
        text-align: center;
        font-size: 15rem;
    }

    .prd_img_txt .txt p br {
        display: none;
    }

    .prd_head_txt span+span {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 6rem;
    }

    .pdp_box li .area1 {
        width: 127rem;
        padding: 7rem 10rem;
    }

    .pdp_box li .area1 .span {
        font-size: 18rem;
    }

    .pdp_box li .area2 {
        flex: auto
    }

    .pdp_box li .area2.pdp_ano {
        width: 40vw;
    }

    .pdp_box li .area2.pdp_sta {
        width: 60vw;
    }

    .pcp_box {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .pcp_box .pcp_item {
        width: 100%;
    }

    .pcp_box .arrow_img {
        transform: rotate(90deg);
    }

    /* @keyframes arrow_move {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }
    .pcp_box .arrow_img {animation: arrow_move 1s linear infinite;} */

    .prd_head_txt span+span {
        font-size: 22rem;
    }
    .pbf_box span:last-of-type {
        font-size: 16rem;
    } 
    .intro_more p span {font-size:23rem;}
    .intro_more p {font-size:19rem;}
    .prd_common_ctt.ctt_img_flex .img_flex_box li .txt span {font-size:16rem;}
    .ctt_flex .pbf_box .pbf_item p {font-size:16rem;}
    .lue .pcp_box2 table thead tr th, .lue .pcp_box2 table tbody tr td {font-size:16rem;}
    .prd_logo_txt span {
        font-size: 18rem;
    }

    .prd_logo_txt .img {
        max-width: 95rem;
    }

    .prd_common_ctt h3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 22rem;
    }
    .prd_common_ctt.ctt_img_flex h3 {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4rem;
    }
    .prd_common_ctt.ctt_img_flex h3 div {width:100%;}

    .ctt_flex .pbf_box {
        display: flex;
        flex-direction: column;
    }

    .ctt_flex .pbf_box .pbf_item {
        width: 100%;
    }

    .prd_compare .pcp_box2 {
        padding: 0;
    }

    .pcp_box2 table colgroup {}

    .pcp_box2 table colgroup col:first-of-type {
        width: 100rem !important;
    }

    .pcp_box2 table colgroup col:nth-of-type(2) {
        width: 200rem !important;
    }

    .pcp_box2 table colgroup col:nth-of-type(3) {}


   
    .prd_common_ctt.ctt_img_flex .img_flex_box {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 30rem 20rem;
    }
    .prd_common_ctt.ctt_img_flex .img_flex_box li {width:calc((100% - 20rem) / 2);}

    .lue .pcp_box2 .tb_wrap table {    table-layout: auto;}
    .lue .pcp_box2 table tbody tr td:first-of-type {min-width:170rem;}
    .lueg .prd_head_txt .prd_head_txt_box span {font-size:22rem;}

    .prd_head.display_pc {
        display: none;
    }
    .prd_head.display_mobile {
        display: block;
    }
    .pcp_box2 table td {font-size:16rem;}
    .intro_more span {font-size:24rem;text-align: center;}
    .intro_more {padding:0 10rem;}

    .pcp_item.after .pcp_type .a1&gt;div {
        font-size:18rem;
    }
    .pcp_item.after .pcp_type .a2 strong {font-size:26rem;}
    .pcp_item.after .pcp_type .a3 .original {font-size:20rem;}
    .pcp_item.after .pcp_type .a3 .sale-price {
        font-size: 27rem;}
        .prd_chain .chain_box .chain_item {max-width:170rem;padding: 19rem 0rem;}
        .prd_chain .chain_box .chain_item span {font-size:18rem;}

        .prd_chain p {
            font-size: 18rem;
            text-align: center;
        }
        .tb_caption b {font-size:15rem;}
        .tb_unit {font-size:14rem;}
}

@media screen and (max-width: 540px) {
    .mi_intro_section .section_banner .txt .tit .tit_txt .img_txt {
        padding: 0 20%;
    }




    .mi_intro_section .section_banner .txt .tit .tit_span {
        font-size: 12rem;
    }

    .mi_intro_section .section_banner .txt .tit .tit_txt {
        font-size: 25rem;
    }

    .content_head .tit_span {
        font-size: 20rem;
    }

    .content_head .desc_box .desc {
        font-size: 14rem;
    }

    .content_head p {
        font-size: 14rem;
    }

    .content_head {
        padding: 50rem 20rem 0 20rem;
    }

    .content_head h2 span {
        font-size: 20rem;
    }

    .tab_btns button {
        padding: 12rem 0rem;
        word-break: keep-all;
        font-size: 15rem;
    }

    .prd_img_txt .txt span {
        font-size: 17rem;
    }

    .prd_img_txt .txt {
        padding: 20rem 20rem 40rem 20rem
    }

    .prd_common_ctt.ctt_grid {
        padding: 50rem 20rem 40rem 20rem;
    }

    .prd_common_ctt.ctt_grid h3 {
        font-size: 25rem;
    }

    .pbf_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5rem;
    }

    .pbf_box .pbf_item {
        width: 100%;
        max-width: 100%;
        gap: 10rem;
    }

    .prd_common_ctt h3 {
        font-size: 20rem;
    }

    .pdp_box li .area1 .span {
        font-size: 14rem;
    }

    .pdp_box li .area1 {
        width: 100rem;
    }

    .pcp_box .pcp_list .pcp_li span {
        font-size: 18rem;
    }

    .pcp_box .pcp_list .pcp_li span:last-of-type {
        font-size: 18rem;
    }

    .pcp_box .pcp_list .pcp_li span:first-of-type {
        font-size: 14rem;
    }

    .pcp_box .pcp_list .pcp_li span i {
        font-size: 12rem;
    }

    .pcp_box .pcp_list .pcp_li span:last-of-type {
        font-size: 18rem;
    }

    .pcp_item.after .pcp_type .a2 strong {
        font-size: 30rem;
    }

    .pcp_item.after .pcp_type .a3 .original {
        font-size: 18rem;
    }

    .pcp_item.after .pcp_type .a3 .sale-price {
        font-size: 30rem;
    }

    .intro_more p {
        font-size: 18rem;
    }

    .intro_more p span {
        font-size: 20rem;
    }

    .prd_head_txt span:first-of-type {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }

    .prd_img_txt .txt span {
        word-break: keep-all;
        text-align: center;
        line-height: 1.5;
    }

    .prd_common_ctt {
        padding: 50rem 20rem 40rem 20rem;
    }

    .pdp_box li .area2.pdp_ano {
        max-width: 200rem;
        width: 100%;
    }

    .pdp_box {
        min-width: 540rem;
    }

    .pbf_box span:last-of-type {
        font-size: 15rem;
    }

    .prd_chain .chain_box .chain_item {
        max-width: 119rem;
    }

    .prd_chain .chain_box .chain_item span {
        font-size: 18rem;
    }

    .ctt_flex .pbf_box .pbf_item p {
        font-size: 15rem;
    }

    .prd_chain p {
        font-size: 15rem;
        text-align: center;
    }

    .pcp_box2 table td {
        font-size: 14rem;
    }

    .prd_compare .pcp_box2 {
        overflow-x: auto;
    }

    .pcp_box2 table {
        width: 450rem
    }

    .pcp_box2 table colgroup col:first-of-type {
        width: 80rem !important;
    }

    .pcp_box2 table colgroup col:nth-of-type(2) {
        width: 170rem !important;
    }

    .pcp_box2 table colgroup col:nth-of-type(3) {}

    .center_td div {
        margin-left: 0;
        padding-left: 20rem !important;
    }

    .prd_compare .table_caption {
        padding: 10rem 0;
        font-size: 13rem;
    }

    .ctt_flex .pbf_box .pbf_item img {
        max-width: 18rem;
        min-width: 18rem;
        width: 18rem;
    }

    .pcp_box .pcp_item.before .pcp_head .label_txt {
        font-size: 12rem;
    }

    .intro_more span {
        font-size: 22rem;
        text-align: center;
    }

    .prd_head .prd_head_txt {
        padding: 0 20rem;
    }

    .prd_head_txt span:first-of-type {
        font-size: 14rem;
    }

    .prd_head_txt span+span {
        font-size: 20rem;
    }


    .prd_common_ctt.ctt_img_flex .img_flex_box li {width:100%;}
    .prd_common_ctt.ctt_img_flex {padding:50rem 0 40rem 0;}
    .prd_common_ctt.ctt_img_flex .img_flex_box li img {width:100%;}

    .intro_more span{text-align: center;}

    .pcp_item.after .pcp_type .a1&gt;div {
        font-size:16rem;
    }
    .prd_chain .chain_box .chain_item span {font-size:15rem;}

    .pdp_box li .area2 .span {font-size:15rem;}
    .lue .pcp_box2 table thead tr th, .lue .pcp_box2 table tbody tr td {font-size:15rem;}

    .lue .prd_compare .pcp_box2 .tb_wrap.lue1 table {width:100%;min-width: 450rem;}
    .lue .pcp_box2 .tb_wrap.lue1 table tbody tr td:first-of-type {min-width:120rem;}
}

@media screen and (max-width:300px) {
    .content_head {
        padding: 50rem 10rem 0 10rem;
    }

    .prd_head .prd_head_txt {
        padding: 0 10rem;
    }

    .prd_img_txt .txt {
        padding: 20rem 10rem 40rem 10rem;
    }

    .prd_common_ctt {
        padding: 50rem 10rem 40rem 10rem;
    }

    .prd_common_ctt.ctt_grid {
        padding: 50rem 10rem 40rem 10rem;
    }





}</pre></body></html>