<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* #content */
.img_box img {width: 100%;}
.block {display: block;}

section &gt; .inner {padding: 160px 16.66%; box-sizing: border-box;}
section .inner .title_text {font-weight: 700; font-size: 64px; letter-spacing: -1px; text-align: center; margin-bottom: 60px;}
section .inner .sub_explain p {font-size: 28px; line-height: 42px; letter-spacing: -1px; text-align: center; margin-bottom: 1em;}
section .inner .sub_explain p:last-of-type {margin-bottom: 0;}


.sub_visual {width: 100%; height: calc(100vh - 100px); position: relative;
    background-image: url(../images/img_visual_bg.png); background-repeat: no-repeat; background-position: center; background-size: cover;}
.sub_visual .inner {width: 100%; padding: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.sub_visual .inner h3 {color: #161617;}
.sub_visual .inner h3 strong {font-weight: 900;}
.sub_visual .inner h3 .add_text {margin-bottom: 10px;}
.sub_visual .inner p {font-size: 24px; line-height: 40px; letter-spacing: -1px; color: #46494C; margin-top: 40px;}


.advice {background-image: url(../images/img_banner_bg.png); background-repeat: no-repeat; background-position: center right; background-size: cover;}
.advice .inner p {font-size: 34px; line-height: 50px; letter-spacing: -1px; color: #000; text-align: center;}


.con {margin-bottom: 100px;}
.con:last-of-type {margin-bottom: 0;}
.con .title_box {text-align: center;}
.con .title_box .num {display: inline-block; font-weight: 700; letter-spacing: -1px; border-radius: 100px; border: 1px solid #713FFF;}
.con .title_box strong {display: block; font-weight: 600; font-size: 40px; line-height: 50px; letter-spacing: -1px; margin-bottom: 60px;}


.cause .inner {padding: 160px 13%;}
.cause .inner .title_text {margin-bottom: 100px;}
.cause .inner .title_box .num {height: 56px; line-height: 56px; font-size: 28px; padding: 0 34px; margin-bottom: 30px;}

.cause .inner .con01 ul {display: flex; margin-top: 30px;}
.cause .inner .con01 ul li {width: 50%;}
.cause .inner .con01 ul li img {height: 100%; object-fit: cover;}
.cause .inner .con01 ul li:nth-child(1) img {border-radius: 30px 0 0 30px;}
.cause .inner .con01 ul li:nth-child(2) img {border-radius: 0 30px 30px 0;}

.cause .inner .con02 ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 30px 0;}
.cause .inner .con02 ul li {text-align: center; border-radius: 30px; border: 1px solid #713FFF;}
.cause .inner .con02 ul li strong {display: block; font-weight: 600; font-size: 32px; line-height: 90px; letter-spacing: -1px; color: #fff; background: #713FFF; border-radius: 30px 30px 0 0;}
.cause .inner .con02 ul li p {font-size: 24px; line-height: 38px; letter-spacing: -1px; color: #2E3032; padding: 20px 5%; border-radius: 0 0 30px 30px;}
.cause .inner .con02 .arrow {width: 33%; padding-top: calc(80/420*33%); background-image: url(../images/arrow.png);
    background-repeat: no-repeat; background-position: center; background-size: contain; margin: 30px auto;}


.problem {background: #FAFAFA;}
.problem .inner ul li {display: flex; background: #fff; border-radius: 30px; overflow: hidden; margin-bottom: 60px;}
.problem .inner ul li:last-child {margin-bottom: 0;}
.problem .inner ul li .img_box {width: 340px; flex-shrink: 0;}
.problem .inner ul li .img_box img {border-radius: 30px 0 0 30px; height: 100%; object-fit: cover;}
.problem .inner ul li .text_box {flex-grow: 1; padding: 60px 5%;}
.problem .inner ul li .text_box strong {display: block; font-weight: 600; font-size: 32px; letter-spacing: -1px; margin-bottom: .6em;}
.problem .inner ul li .text_box p {font-size: 24px; line-height: 38px; letter-spacing: -1px;}


.treatment {background: rgba(240, 235, 255, .5);}
.treatment .inner .title_box .num {height: 41px; line-height: 41px; font-size: 24px; padding: 0 20px; margin-bottom: 20px;}
.treatment .inner .con01 .img_box {width: 80%; margin: 60px auto;}

.treatment .inner .con02 ul {display: flex; gap: 20px; justify-content: center;}
.treatment .inner .con02 ul li {width: 25%; background: #fff; border-radius: 27px; overflow: hidden;}
.treatment .inner .con02 ul li .img_box img {border-radius: 27px 27px 0 0;}
.treatment .inner .con02 ul li .text_box {padding: 36px 5%; text-align: center; color: #000;}
.treatment .inner .con02 ul li .text_box span {display: block; font-weight: 600; font-size: 24px; line-height: 1em; letter-spacing: -1px; margin-bottom: .8em;}
.treatment .inner .con02 ul li .text_box p {font-size: 20px; line-height: 28px; letter-spacing: -1px;}


.treatment .inner .con03 .graph_box {background: #fff; border-radius: 30px; overflow: hidden; padding: 74px 5% 120px;}
.treatment .inner .con03 .graph_box .img_box {margin-bottom: 90px;}
.treatment .inner .con03 .graph_box ul {display: grid; grid-template-columns: repeat(2, 1fr); justify-content: space-between; column-gap: 40px; row-gap: 80px;}
.treatment .inner .con03 .graph_box ul li {display: flex; flex-direction: column; justify-content: space-between; gap: 20px;}
.treatment .inner .con03 .graph_box ul li dl dt {display: inline-block; font-weight: 600; font-size: 30px; letter-spacing: -1px; padding: 16px 20px; border-radius: 20px; margin-bottom: 24px;}
.treatment .inner .con03 .graph_box ul li dl dd {font-size: 18px; line-height: 26px; letter-spacing: -1px; color: #5F6367; text-align: justify;}
.treatment .inner .con03 .graph_box ul li dl dd strong {font-weight: 500; color: #161617;}
.treatment .inner .con03 .graph_box ul li table tr {font-size: 18px; line-height: 26px; letter-spacing: -1px;}
.treatment .inner .con03 .graph_box ul li table tr.border_line {height: 20px;}
.treatment .inner .con03 .graph_box ul li table tr th {font-weight: 500; background: #F0EBFF; border-radius: 20px; padding: 13.5px 30px; white-space: nowrap;}
.treatment .inner .con03 .graph_box ul li table tr td {font-weight: 500; background: #FAFAFA; border-radius: 20px; padding: 13.5px 30px;}
.treatment .inner .con03 .graph_box ul li table tr td.border_line {width: 10px; padding: 0; background: none;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    section &gt; .inner {padding: 150px 10%;}

    .sub_visual .inner h3 {right: 10%;}
    .cause .inner {padding: 160px 5%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    section &gt; .inner {padding: 150px 8%;}

    .sub_visual .inner h3 {right: 8%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    section &gt; .inner {padding: 150px 6%;}

    .sub_visual .inner h3 {right: 6%;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .inner .sub_explain p {font-size: 26px; line-height: 42px;}
    section &gt; .inner {padding: 120px 5%;}

    .sub_visual {height: calc(var(--vh, 1vh) * 100 - 100px); background-image: url(../images/img_visual_bg_tab.png);}
    .sub_visual .inner h3 .add_text {margin-bottom: 12px;}
    
    
    .advice {background-position: center right -100px;}
    .advice .inner p {font-size: 22px; line-height: 34px; letter-spacing: -.22px;}
    
    
    .con {margin-bottom: 60px;}    
    
    .cause .inner {padding: 120px 5%;}
    .cause .inner .con .sub_explain i {display: block;}
    .cause .inner .con01 ul {flex-direction: column; gap: 20px;}
    .cause .inner .con01 ul li {width: 100%;}
    .cause .inner .con01 ul li img {object-fit: contain;}
    .cause .inner .con01 ul li:nth-child(1) img {border-radius: 30px;}
    .cause .inner .con01 ul li:nth-child(2) img {border-radius: 30px;}
    
    .cause .inner .con02 ul {width: 80%; margin: 30px auto; grid-template-columns: repeat(1, 1fr);}
    .cause .inner .con02 .arrow {width: 80%; padding-top: calc(80/420*80%);}
    
    
    .problem .inner ul {display: flex; justify-content: center; column-gap: 40px; row-gap: 60px; flex-wrap: wrap;}
    .problem .inner ul li {width: 47%; flex-direction: column; margin-bottom: 0;}
    .problem .inner ul li .img_box {width: 100%;}
    .problem .inner ul li .img_box img {border-radius: 30px 30px 0 0; object-fit: contain;}
    .problem .inner ul li .text_box {padding: 30px 5%;}
    .problem .inner ul li .text_box strong {font-size: 30px;}
    .problem .inner ul li .text_box strong i {display: block;}
    .problem .inner ul li .text_box p {font-size: 22px; line-height: 32px;}
    
    
    .treatment .inner .con01 .img_box {width: 100%; margin: 40px auto;}
    .treatment .inner .con01 .sub_explain .block {display: inline;}
    .treatment .inner .con01 .sub_explain i {display: block;}
    
    .treatment .inner .con02 ul {gap: 16px; flex-wrap: wrap;}
    .treatment .inner .con02 ul li {width: 30%; border-radius: 30px;}
    .treatment .inner .con02 ul li .img_box img {border-radius: 30px 30px 0 0;}
    .treatment .inner .con02 ul li .text_box {padding: 30px 5%;}
    .treatment .inner .con02 ul li .text_box span {font-size: 22px;}
    .treatment .inner .con02 ul li .text_box p {font-size: 18px; line-height: 26px;}
    
    
    .treatment .inner .con03 .graph_box {padding: 100px 5%;}
    .treatment .inner .con03 .graph_box .img_box {margin-bottom: 60px;}
    .treatment .inner .con03 .graph_box ul {width: 90%; margin: 0 auto; grid-template-columns: repeat(1, 1fr); gap: 60px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .inner .title_text {font-size: 34px; margin-bottom: 40px;}
    section .inner .sub_explain p {font-size: 16px; line-height: 24px;}
    section &gt; .inner {padding: 60px 5%;}

    .sub_visual {height: calc(var(--vh, 1vh) * 100 - 129px); background-image: url(../images/img_visual_bg_mo.png);}
    .sub_visual .inner h3 .add_text {margin-bottom: 14px;}
    .sub_visual .inner p {font-size: 18px; line-height: 32px; margin-top: 14px;}
    
    
    .advice {background-position: center right -50px;}
    .advice .inner p {font-size: 14px; line-height: 18px; letter-spacing: -.14px;}
    
    
    .con {margin-bottom: 40px;}
    .con .title_box strong {font-size: 24px; line-height: 1.2em; margin-bottom: 40px;}
    
    
    .cause .inner {padding: 60px 5%;}
    .cause .inner .title_text {margin-bottom: 40px;}
    .cause .inner .title_box .num {height: 34px; line-height: 34px; font-size: 20px; padding: 0 20px; margin-bottom: 16px;}

    .cause .inner .con .sub_explain b {display: block;}
    .cause .inner .con01 ul {margin-top: 16px;}
    .cause .inner .con01 ul li:nth-child(1) img {border-radius: 15px;}
    .cause .inner .con01 ul li:nth-child(2) img {border-radius: 15px;}
    
    .cause .inner .con02 ul {width: 100%; gap: 20px; margin: 16px 0;}
    .cause .inner .con02 ul li {border-radius: 15px;}
    .cause .inner .con02 ul li strong {font-size: 20px; line-height: 46px; border-radius: 15px 15px 0 0;}
    .cause .inner .con02 ul li p {font-size: 16px; line-height: 22px; padding: 14px 5%; border-radius: 0 0 15px 15px;}
    .cause .inner .con02 .arrow {margin: 16px auto;}

    
    .problem .inner ul {gap: 27.5px;}
    .problem .inner ul li {width: 100%; border-radius: 15px;}
    .problem .inner ul li .img_box img {border-radius: 15px 15px 0 0; object-fit: contain;}
    .problem .inner ul li .text_box {padding: 20px 5%;}
    .problem .inner ul li .text_box strong {font-size: 20px; line-height: 26px;}
    .problem .inner ul li .text_box strong i {display: inline;}
    .problem .inner ul li .text_box p {font-size: 16px; line-height: 22px;}
    

    .treatment .inner .title_box .num {height: 30px; line-height: 30px; font-size: 14px; padding: 0 18px; margin-bottom: 14px;}
    .treatment .inner .con01 .img_box {margin: 30px auto;}
    
    .treatment .inner .con02 ul {gap: 12px;}
    .treatment .inner .con02 ul li {width: 48%; border-radius: 15px;}
    .treatment .inner .con02 ul li .img_box img {border-radius: 15px 15px 0 0;}
    .treatment .inner .con02 ul li .text_box {padding: 20px 5%;}
    .treatment .inner .con02 ul li .text_box span {font-size: 16px;}
    .treatment .inner .con02 ul li .text_box p {font-size: 14px; line-height: 20px;}
    
    
    .treatment .inner .con03 .graph_box {border-radius: 15px; padding: 30px 5%;}
    .treatment .inner .con03 .graph_box .img_box {margin-bottom: 30px;}
    .treatment .inner .con03 .graph_box ul {width: 100%; margin: 0; gap: 30px;}
    .treatment .inner .con03 .graph_box ul li dl dt {font-size: 16px; padding: 8px 10px; border-radius: 10px; margin-bottom: 14px;}
    .treatment .inner .con03 .graph_box ul li dl dd {font-size: 14px; line-height: 22px;}
    .treatment .inner .con03 .graph_box ul li table tr {font-size: 12px; line-height: 14px;}
    .treatment .inner .con03 .graph_box ul li table tr.border_line {height: 14px;}
    .treatment .inner .con03 .graph_box ul li table tr th {border-radius: 10px; padding: 12px 21px;}
    .treatment .inner .con03 .graph_box ul li table tr td {border-radius: 10px; padding: 12px 21px;}
    .treatment .inner .con03 .graph_box ul li table tr td.border_line {width: 6px;}
}
</pre></body></html>