<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
/*����������������������������������������������������������������������������������������������������������������������
	醫뚯륫 �ㅻ퉬
����������������������������������������������������������������������������������������������������������������������*/
#gnb {
    position: fixed;
    padding: 50px 0 60px 60px;
    box-sizing: border-box;
    top: 0;
    z-index: 6;
    line-height: 100%;
}

#gnb .nav {
    margin-bottom:30px;
}

#gnb .nav a {
    font-size:15px;
}

#gnb .nav a.red {
    color:#d21010;
}

#gnb .nav .subbox {
    display:none;
}

#gnb .nav &gt; li.active &gt; a,
#gnb .nav &gt; li a:hover {
    font-weight:bold;
}

#gnb .nav &gt; li {
    margin-bottom:20px;
}

#gnb .nav .subbox {
    margin-top:20px;
}

#gnb .nav .subbox &gt; li {
    margin-bottom:20px;
}

#gnb h1 {
    margin-bottom:35px;
}

#gnb .cs {
    margin-bottom:35px;
}

#gnb .cs strong {
    display:block;
    padding:8px 0 8px 35px;
    margin-bottom:10px;
    font-size:15.5px;
    box-sizing:border-box;
    background:url(/design/kanghansam/img/ico_call.png) no-repeat 0 50%;
}

#gnb .cs p {
    font-size:12px;
    line-height:20px;
}

#gnb .bank {
    margin-bottom:35px;
}

#gnb .bank span {
    display:block;
    margin-bottom:13px;
    text-align:left;
}

#gnb .bank p {
    font-size:12px;
    line-height:20px;
}

#gnb .sns {
    text-align:left;
}

#gnb .sns a {
    display:inline-block;
    margin-right:7px;
}

#gnb .sch-frm {
    margin-bottom:35px;
}

#gnb .sch-frm input.keyword {
    width:140px;
    height:25px;
    line-height:23px;
    padding:0 0 0 25px;
    border-width:0 0 1px;
    border-style:solid;
    border-color:#292929;
    background:url(/design/kanghansam/img/ico_sch.png) no-repeat 0 50%;
}






/*����������������������������������������������������������������������������������������������������������������������
	�곷떒 �곗륫 硫붾돱
����������������������������������������������������������������������������������������������������������������������*/
#top_menu {
    position: fixed;
    top: 36px;
    right: 20px;
    z-index: 5;
    padding: 12px 20px 10px;
    box-sizing: border-box;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#top_menu:hover {
    background: rgba(255,255,255,0.8);
}

#top_menu ul {
    overflow:hidden;
}

#top_menu li {
    float: left;
    margin-right: 25px;
}

#top_menu li a {
    font-size: 12px;
    color: #474747;
}

#top_menu li:last-child {
    margin-right: 0;
}

#top_menu li a.wish {
    color:#d21010;
}
/* BASIC css end */

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