@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

.content_container{ padding:0 !important; }
section{ position:relative; z-index:1; overflow:hidden; }
section, section *{ box-sizing:border-box; word-break:keep-all; }
img{ display:block; max-width:100%; }


/* description_integral */
.de{ display:flex; align-items:flex-start; gap:10px; width:100%; }
.de.rt{ flex-direction:row-reverse; }
.de > img{ display:block; height:20px; }
.de.rt > img{ transform:rotate(180deg); }
.de.up > img{ transform:rotate(-90deg); }
.de > p{ font-family:'NanumSquare','nt', sans-serif; font-size:20px; font-weight:300; color:#000; line-height:1em; }
.de.rt > p{ text-align:right; }

@media(max-width:850px){
    .de{ gap:8px; }
    .de > img{ height:16px; }
    .de > p{ font-size:16px; }
}
@media(max-width:500px){
    .de{ gap:6px; }
    .de > img{ height:14px; }
    .de > p{ font-size:14px; }
}

/* subtitle_integral */
.su_wrap{ position:relative; z-index:1; width:min(800px, 100%); margin:0 auto 100px; min-height:175px; padding:40px 60px; display:flex; align-items:center; justify-content:center; }
.su_wrap:before, .su_wrap:after{ content:''; position:absolute; z-index:1; top:0; bottom:0; width:45px; border:1px solid #0c0c0c; box-sizing:border-box; }
.su_wrap:before{ left:10px; border-right:none; border-radius:50px 0 0 50px; }
.su_wrap:after{ right:10px; border-left:none; border-radius:0 50px 50px 0; }
.su_wrap > img{ display:block; position:absolute; z-index:1; top:50%; width:21px; }
.su_wrap > img.st01{ left:0; transform:translate(0, -50%); }
.su_wrap > img.st02{ right:0; transform:translate(0, -50%); }
.su_wrap > h3{ font-family:'ns',serif; font-size:42px; font-weight:400; color:#0c0c0c; text-align:center; }
.su_wrap span{ display:inline-block; position:relative; z-index:1; }
.su_wrap span:after{ content:''; position:absolute; z-index:-1; bottom:0; left:0; width:100%; height:35%; background-color:#efd7c5; }

@media(max-width:850px){
    .su_wrap{ padding:40px 40px; min-height:unset; }
    .su_wrap:before, .su_wrap:after{ width:30px; }
    .su_wrap > h3{ font-size:36px; }
}
@media(max-width:500px){
    .su_wrap > h3{ font-size:32px; }
}



#headline{ padding:150px 40px 100px; background-color:#fff; }
.hl_con{ position:relative; z-index:1; width:min(1200px, 100%); margin:0 auto; padding:50px 60px; }
.hl_con:before, .hl_con:after{ content:''; position:absolute; z-index:1; top:0; bottom:0; width:35px; border:2px solid #d9c7b8; box-sizing:border-box; }
.hl_con:before{ left:0; border-right:none; }
.hl_con:after{ right:0; border-left:none; }
.hl_con > img{ display:block; position:absolute; z-index:1; width:min(50px, 100%); height:auto; }
.hl_con > img.qt01{ top:0; left:55px; transform:translate(0, -50%); }
.hl_con > img.qt02{ bottom:0; right:55px; transform:translate(0, 50%); }
.hl_con > h2{ width:min(1080px, 100%); margin:0 auto; font-family:'ns',serif; font-size:28px; font-weight:400; color:#000; line-height:1.5em; text-align:center; letter-spacing:-0.025em; }

@media(max-width:991px){
    #headline{ padding:150px 15px 100px; }
    .hl_con > h2{ font-size:24px; }
}
@media(max-width:768px){
    .hl_con{ padding:40px 30px; }    
    .hl_con:before, .hl_con:after{ width:30px; }
    .hl_con > h2{ font-size:20px; }
    .hl_con > img{ width:40px; }
    .hl_con > img.qt01{ left:45px; }
    .hl_con > img.qt02{ right:45px; }
}
@media(max-width:500px){
    .hl_con > h2{ font-size:16px; }
}



#sb01{ padding:0 40px; background-color:#fff; }

.sb01_img{ width:min(969px, 100%); margin:0 auto 300px; }
.sb01_img > img{ display:block; width:100%; height:auto; }

.sb01_ix{ width:min(1200px, 100%); margin:0 auto 150px; word-break:keep-all; }
.sb01_ix > img{ float:left; width:45%; shape-outside:url(./img/01-02.png); shape-margin:40px; margin:0 40px 40px 0; }
.sb01_ix > p{ font-family:'NanumSquare','nt', sans-serif; font-size:24px; font-weight:300; color:#000; line-height:1.7em; }

.sb01_wv{ margin:0 -40px; padding-top:clamp(150px, 30.27245206861756vw, 300px); background-image:url(./img/01-03.svg); background-position:center; background-size:cover; background-repeat:no-repeat; }
.sb01_de{ margin:0 -40px; padding:150px 40px; background:linear-gradient(180deg, #33c9de 0%, #d8f5f9 50%, #fff 100%); display:flex; flex-direction:column; gap:60px; align-items:center; }
.sb01_de > p{ width:min(1080px, 100%); font-family:'ns', serif; font-size:28px; font-weight:400; color:#000; line-height:1.7em; text-align:center; }
.sb01_de > img{ width:50px; }

@media(max-width:991px){
    #sb01{ padding:0 15px; }
}
@media(max-width:850px){
    .sb01_ix > p{ font-size:20px; }
    .sb01_ix > img{ shape-margin:30px; }
    .sb01_de{ gap:30px; }
    .sb01_de > p{ font-size:24px; }
}
@media(max-width:768px){}
@media(max-width:500px){
    .sb01_ix > p{ font-size:16px; }
    .sb01_ix > img{ shape-margin:20px; }
    .sb01_de > p{ font-size:20px; }
}



#sb02{ position:relative; z-index:1; padding:150px 40px; background-image:url(./img/02-00.jpg); background-position:center; background-size:cover; background-repeat:no-repeat; }
#sb02:before{ content:''; position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; background:linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 50%, rgba(255,255,255,0) 100%); pointer-events:none; }
#sb02 > .sb_con{ position:relative; z-index:1; width:min(1200px, 100%); margin:0 auto; }

.sb02_pw{ display:flex; gap:20px; flex-flow:row wrap; margin:0 0 60px; }
.sb02_pt{ width:calc(50% - 10px); }
.sb02_pt > img{ display:block; width:100%; height:auto; filter:drop-shadow(5px 5px 5px rgba(0,0,0,.2)); }

.sb02_dw{ padding:60px 40px; border-radius:30px; overflow:hidden; background-color:#fff; box-shadow:5px 5px 5px 0 rgba(0,0,0,.2); }
.sb02_dw > h3{ font-family:'ns',serif; font-size:32px; font-weight:500; color:#0c0c0c; text-align:center; margin:0 0 40px; }
.sb02_dw > h3 > span{ display:inline-block; position:relative; z-index:1; }
.sb02_dw > h3 > span:after{ content:''; position:absolute; z-index:-1; bottom:0; left:0; width:100%; height:35%; background-color:#efd7c5; }
.sb02_dw > ul{ width:min(800px, 100%); margin:0 auto; }
.sb02_dw > ul > li{ display:flex; gap:10px; align-items:flex-start; font-family:'NanumSquare','nt', sans-serif; font-size:24px; font-weight:300; color:#000; line-height:1.5em; }
.sb02_dw > ul > li:not(:last-child){ margin-bottom:20px; }
.sb02_dw > ul > li > b{ background-color:#cdc8b4; color:#fff; border-radius:100%; min-width:36px; text-align:center; }

.sb02_iw{ width:min(343px, 70%); margin:100px auto; }
.sb02_iw > img{ display:block; width:100%; height:auto; }
.sb02_de{ width:min(1080px, 100%); margin:0 auto; }
.sb02_de > p{ font-family:'ns', serif; font-size:28px; font-weight:300; color:#000; line-height:1.7em; text-align:center; }

@media(max-width:991px){
    #sb02{ padding:150px 15px; }
}
@media(max-width:850px){
    .sb02_dw{ padding:40px 20px; }
    .sb02_dw > h3{ font-size:28px; }
    .sb02_dw > ul > li{ font-size:20px; }
    .sb02_dw > ul > li > b{ min-width:30px; }
    .sb02_de > p{ font-size:24px; }
}
@media(max-width:500px){
    .sb02_dw > h3{ font-size:24px; }
    .sb02_dw > ul > li{ font-size:16px; }
    .sb02_dw > ul > li > b{ min-width:24px; }
    .sb02_de > p{ font-size:20px; }
}



#sb03{ padding:150px 40px; }
#sb03 > .sb_con{ width:min(1200px, 100%); margin:0 auto; }

.sb03_iw{ width:min(1200px, 100%); margin:0 auto 80px; }
.sb03_iw > img{ display:block; width:100%; height:auto; }
.sb03_de{ width:min(1200px, 100%); margin:0 auto 200px; }
.sb03_de > p{ font-family:'ns', serif; font-size:28px; font-weight:300; color:#000; line-height:1.7em; text-align:center; }

.sb03_iw2{ width:min(400px, 70%); margin:0 auto 80px; }
.sb03_iw2 > img{ display:block; width:100%; height:auto; }
.sb03_de2{ width:min(1110px, 100%); margin:0 auto; }
.sb03_de2 > p{ font-family:'ns', serif; font-size:28px; font-weight:300; color:#000; line-height:1.7em; text-align:center; letter-spacing:-0.015em; }

@media(max-width:991px){
    #sb03{ padding:150px 15px; }
}
@media(max-width:850px){
    .sb03_de{ margin:0 auto 150px; }
    .sb03_de > p{ font-size:24px; }
    .sb03_de2 > p{ font-size:24px; }
}
@media(max-width:500px){
    .sb03_de > p{ font-size:20px; }
    .sb03_de2 > p{ font-size:20px; }
}



#sb04{ padding:150px 40px; }
.sb04_pw{ width:min(1200px, 100%); margin:0 auto 100px; position:relative; z-index:1; padding:20px; }
.sb04_pw > img{ position:absolute; width:80px; }
.sb04_pw > img.mk01{ top:-20px; left:-20px; }
.sb04_pw > img.mk02{ top:-20px; right:-20px; }
.sb04_pw > img.mk03{ bottom:-20px; left:-20px; }
.sb04_pw > img.mk04{ bottom:-20px; right:-20px; }
.sb04_pb{ background-color:#e6ddca; padding:100px 40px; }
.sb04_pi{ width:100%; margin:0 0 40px; }
.sb04_pi > img{ display:block; width:100%; height:auto; }
.sb04_px{ width:100%; border-radius:10px; padding:40px; background-color:#fff; }
.sb04_px > h3{ font-family:'ns', serif; font-size:50px; font-weight:700; color:#604c3f; line-height:1em; margin:0 0 40px; text-align:center; }
.sb04_px > p{ width:min(800px, 100%); margin:0 auto; font-family:'NanumSquare','nt', sans-serif; font-size:24px; font-weight:300; color:#000; line-height:1.7em; }

.sb04_iw{ width:min(400px, 100%); margin:0 auto 80px; }
.sb04_iw > img{ display:block; width:100%; height:auto; }
.sb04_de{ width:min(1110px, 100%); margin:0 auto; }
.sb04_de > p{ font-family:'ns', serif; font-size:28px; font-weight:300; color:#000; line-height:1.7em; text-align:center; letter-spacing:-0.015em; }
