<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container{
    padding: 0 10%;
    width: 100%;
}

#summary{
    margin: 0!important;
}

#summary img{
    width:100%;
    height: 250px;
}

#summary .right {
    padding: 30px;
    line-height: 25px;
    font-size: 14px;
}

.row{
    margin: 40px!important;
}

.block{
    width: 100px;
    height: 100px;
    background: #aaa;
    margin: 0 auto;
}

.b-icon{
    width: 400px;
    height: 300px;
}


.row2{
    margin-top: 20px!important;
    margin-bottom: 0!important;
}

.row2 img{
    width: 100%;
    height: 100%;
}

.row3{
    padding: 0!important;
}

.row3 h1{
    color: black;
    font-weight: bold;
}

.row3 p{
    padding-top: 20px;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
}

.row4 h3{
    padding-top: 20px;
    padding-bottom: 5px;
    color: black;
    font-weight: bold;
}

.boxul{
    margin-bottom: 30px;
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.boxul &gt; li{
    list-style:none;
    margin:0 auto;
}

.tui-new-apply{
    margin-top: 30px;
}

.tui-apply-user{
    width: 500%;
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.tui-apply-user &gt; li{
    list-style:none;
    margin:0;
    width: 75%;
}

.tui-apply-user &gt; li .row{
    margin: 0!important;
}

.btn{
    margin: 0 auto;
    width: 145px;
    height: 34px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    border: 2px solid #d5d8e0;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 0;
    cursor: pointer;
    opacity: .48;
    background: white;
    outline: none;
}

.boxul &gt;.on &gt;.btn{
    opacity: 1;
    border: 1px solid #00d9ad;
    color:#00d9ad;
    outline: none;
}

.detail h1{
    margin-top: 40px;
    color: black;
    font-weight: bold;
}

.detail p{
    padding-top: 20px;
    padding-bottom: 15px;
    line-height: 30px;
    font-size: 14px;
}

.textFormat {
    padding-top:20px;
    padding-bottom: 0;
    margin-top: 8em;
    background-color: whitesmoke;
    opacity: 0.9;
}

.divFormat {
    height: 400px;
}

.div1Format {
    height:400px;
}

.div2Format {
    height:400px;
}

.div3Format {
    height:400px;
}

@media screen and (max-width: 420px) {
    .divFormat {
        height: 450px;
    }

    .div1Format {
        height:300px;
    }

    .div2Format {
        height:350px;
    }

    .div3Format {
        height:450px;
    }

    .textFormat {
        padding-bottom: 0;
        margin-top: 0;
        background-color: whitesmoke;
        opacity: 0.9;
    }

    .container{
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .row{
        margin: 10px!important;
    }
    .b-icon{
        width: 100%;
        height: 100%;
        padding-top: 45%;
    }
    .boxul{
        margin-bottom: 0px;
    }
    .boxul &gt; li{
      margin: 10px!important;  
    }
    .boxul &gt;.on{
        background-color: #aaa; 
    }
    .detail h1{
        font-size: 25px;
        margin-top: 20px;
        text-align: center;
    }

}


.small-li{
    background-color: rgb(204, 201, 201);
    border-radius: 50%;
    height: 10px;
    width: 10px;
}</pre></body></html>