<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import "./default.css";/*공통으로 사용될 css를 보관함*/

/*색상변경*/
.u_line_text::before{
    background: #EB80B0;
}

/* START : sect1*/
#sect1 {
    margin-bottom: 100px;
}
#sect1 .s1-img{
    text-align: center;    
}
#sect1 .s1-img &gt; img{
    width: 100%;
    max-width: 1094px;
}
@media (max-width: 1100px){
    
}

@media (max-width: 768px){
    
}
/* END : // sect1*/

/* START : sect2*/
#sect2 ul li h6{
    position: relative;
    font-family: "Noto Sans KR-Medium";
    font-size: 20px;
    letter-spacing: -0.6px;        
    line-height: 30px;
    margin-bottom: 10px;
}
#sect2 ul li h6::before{
    content: "";
    width: 8px;
    height: 8px;
    /* UI Properties */    
    display: inline-block;
    background: #49C1E6;
    border-radius: 50%;
    margin: 0px 15px 4px 0px;    
}
#sect2 ul li p{
    font-family: "Noto Sans KR";
    font-size: 16px;
    letter-spacing: -0.48px;        
    line-height: 30px;
}
#sect2 .s2-cont-1{    
    margin: 49px 0px 42px 0px;
}
#sect2 .cont-wrap{    
    display: inline-flex;
    justify-content: space-between; 
    width: 77%;
}
#sect2 .cont-wrap &gt; div{    
    flex-grow: 1;
    flex: 23%;
}
#sect2 .s2-cont-1 h6{
    font-family: "Noto Sans KR-Medium";
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 30px;
    color:#EB80B0;
    display: inline-block;
    position: relative;
    margin-right: 9%;
    height: fit-content;
    width: 180px;   
    vertical-align: top;
}
#sect2 .cont-box{
    border: 1px solid #EB80B0;
    border-radius: 21px;
    padding: 30px 60px;   
    text-align: center;    
    width: 240px; 
    margin-left: 36px;
    min-height: 246px;
}
#sect2 .cont-box p{
    font-family: "Noto Sans KR-Medium";
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 30px;
    margin-top: 18px;
}
#sect2 .cont-box span{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
#sect2 .box2{
    text-align: center;
    margin-left: 37px;
}
#sect2 .box2 .cont-box{
    /* margin: 0 auto; */
    margin-left: 0px;
}
#sect2 .box-downicon{
    text-align: center;
    margin:12px 0px;
    width: 240px;
}
#sect2 .box-etc{
    /* margin: 0 auto; */
    background-color: #FBFBFB;
    padding: 25px 45px;
    width: 240px;
    border-radius: 21px;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 30px;
    white-space: initial;
}
#sect2 .box-etc span{
    color: #484848;
}
@media (max-width: 1100px){
    #sect2 .cont-wrap{            
        width: 100%;
        margin-top: 40px;
        overflow-x: auto;
        white-space: nowrap;
    }
    #sect2 .cont-box {
        margin-right: 36px;
        margin-left: 0px;
    }
    #sect2 .box2{        
        margin-left: 0px;
    }
}

@media (max-width: 768px){
    #sect2 .cont-wrap{
        flex-direction: column;
    }
    #sect2 .cont-box {
        width: 100%;
        margin-left: 0px;
        min-height: auto;
    }
    #sect2 .cont-box span {
        margin: auto;
    }
    #sect2 .cont-wrap div:nth-child(n+2)
     {        
        margin-top: 25px;
        width: 100%;
    }
}
/* END : // sect2*/


@media (max-width: 1100px){
    #menu20{
        padding:0px 20px;
    }
    
}

@media (max-width: 768px){
    
}
/*// -END- sub_10_menu20_CSS*/




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