<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.greeting &gt; div.cont1 {
    text-align: center;
}
div.greeting &gt; div.cont1 &gt; div.cont1_wrap {
	display: inline-block;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    margin-bottom:20px;
}
div.greeting &gt; div.cont1 &gt; div.cont1_wrap &gt; h2 {
	font-size: 33px;
    font-weight: 600;
    letter-spacing: -4px;
    color: #3c3c3c;
    margin-bottom: 15px;
}
div.greeting &gt; div.cont1 &gt; div.cont1_wrap &gt; h1 {
	font-family: 'Nanum Gothic';
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}
div.greeting &gt; div.cont1 &gt; div.cont1_wrap &gt; p {
    font-family: 'Nanum Gothic';
    font-size: 17px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #7baa10;
    font-weight: bold;
}
/* cont2 */
.cont2{
    overflow:hidden;
    border-top:3px solid #7baa10;
    padding-top:30px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.cont2_img{
    width:50%;
    float:left;
    padding-left: 5%;
    padding-bottom:5%;
}
.cont2_img img{
    width:98%;
}
    
.cont2_txt{
    width:50%;
    float:left;
    padding-left:3%;
    padding-right:5%;
}
.cont2_txt ul{
        font: 400 15px/1.5em 'Noto Sans KR';
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #5d5d5d;
    margin-bottom: 10px;
    font-weight:bold;
}
.cont2_txt ul li{
    margin-bottom:10px;
}
.cont2_txt ul li:last-child{
    margin-bottom:0px;
}
.cont2_txt ul li:before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #7baa10;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -9px;
}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .cont2_img{
    width:100%;
    clear:both;
    padding:2%;
}
    .cont2_img img{
    width:100%;
}
    .cont2_txt{
    width:100%;
    clear:both;
    margin-top:30px;
    padding:5%;
}
    div.greeting &gt; div.cont1 &gt; div.cont1_wrap &gt; p br{
    display:none;
}
}
</pre></body></html>