<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 url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* 내용관리 */
#ctt {
    margin: 10px 0;
    background: #fff
}

.ctt_admin {
    text-align: right
}

#ctt header h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ctt_con {
    padding: 10px 0;
    line-height: 1.6em
}

#ctt_con img {
    max-width: 100%;
    height: auto
}

.ctt_img {
    text-align: center
}

.sample_main_container {
    background-color: #EEEEEE;
    padding: 50px;
}

.sample_shadow_box {
    box-shadow: 10px 10px 10px 1px rgb(208 208 215), -5px -10px 10px 1px #fff;
    border-radius: 10px;
    width: 280px;
    height: 256px;
    padding: 10px;
    cursor: pointer;
}

.black-hr-10 {
    height: 1px;
    border-top: 1px solid black;
    margin: 10px 0;
}

.custom_model_title {
    font-size: 2.5rem;
    font-weight: bold;
}

.sample_item_title {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
}

.bx-viewport {
    background-color: #EEEEEE;
}

.sample_img {
    max-height: 207px;
}

.custom_model_sub_title {
    margin-left: 30px;
    font-weight: bold;
    font-size: 1.6rem;
}


.sample_title {
    margin-bottom: 60px;
}

.modeling_order_container {
    margin: 80px 0;
}

.sample_item_container {
    padding: 20px;
}</pre></body></html>