<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* 홈 화면 - 슬라이더 */
#full_screen_slider { height: 520px; }
.fss_overlay { width: 1170px; }
#fss_caption { top:150px;right:35px; position: absolute;}
.fss_caption1 { color: #fff; font-weight: bold; }
.fss_caption1 h2 {margin: 0; color: #fff; font-weight: normal; }
.fss_caption1 h1 {font-size:35px;color: #fff;line-height:40px;margin: 50px 0 30px 0; font-weight: bold; text-align:center;}
.fss_caption1 p {font-size:16px;margin:10px 50px;text-align:center; }
.fss_caption2 { color: #333; font-weight: bold; }
.fss_caption2 h2 {margin: 0; color: #333; font-weight: normal; }
.fss_caption2 h1 {font-size:35px;color: #333;line-height:40px;margin: 50px 0 30px 0; font-weight: bold; text-align:center;}
.fss_caption2 p {font-size:16px;margin:10px 50px;text-align:center; }
.fss_navigator_wrap { width: 1170px; }



/* 홈 화면 - 게시판 */
#board_wrap { float: left; width:400px;position: relative;margin-top:40px;}
#board_header { overflow: hidden;border-bottom: 1px solid #ddd;font-weight: bold;}
#board_header &gt; a { float: left; display: block; width: 30%; height: 35px; padding-top: 8px; text-align: center; text-decoration: none;  border-top: 1px solid #ddd;border-left: 1px solid #ddd;   box-sizing: border-box;}
#board_header a:first-child { padding-right: 0; }
#board_header a:last-child { padding-left: 0;    border-top: 1px solid #ddd; border-right: 1px solid  #ddd; ;border-left: 1px solid  #ddd;  }
#board_header &gt; a:hover { background-color: #6897a4; color: #fff; }
#board_header &gt; a.board_header_active:hover { background-color: #6897a4; color: #fff; }
a.board_header_normal { background-color:#f0f0f0;; color: #000; }
a.board_header_active {background-color:#6897a4;font-weight:bold; color: #fff; border-top:2px solid #6897a4;border-left:1px solid #6897a4;}
ul.board_body { padding: 0; margin: 10px 5px 0 20px; line-height: 26px; }
ul.board_body span { float: right; font-size: 13px; }
.board_more { margin: 5px 0 0 20px; position:absolute;top:0;right:0;}
.board_more a { color: #777; }
#board_pds, #board_pds_more { display: none; }


/* 홈 화면 - 빠른메뉴 */
#community_wrap{float: left;width: 400px;height: 250px;position: relative; border-left:1px solid #ddd;border-right:1px solid #ddd;padding:0 30px;margin:0 20px;}
#community_wrap h3{font-size:18px;margin:0px;padding-bottom:25px;}
#community_wrap &gt; ul{position: relative;margin:0px;padding: 0px;}
#community_wrap &gt; ul &gt; li{display: inline-block;vertical-align: bottom;width: 200px;margin-right: 2px;width: 317px;vertical-align: top;}
#community_wrap &gt; ul &gt; li{width:400px;margin-top:40px;}
#community_wrap ul ul{padding-left: 0;}
#community_wrap ul ul.onoff li{display: inline-block;vertical-align: top;position: relative;width:80px;height:80px;}
#community_wrap ul ul.onoff li p{position: absolute;top:0;left:0;}
#community_wrap ul ul.community li{margin-left:23px;}
#community_wrap ul ul.community li:first-child{margin-left: 0; }
#community_wrap ul ul:after{clear:both; content:''; display:block;}
#community_wrap ul ul li span{display:block; text-align:center; padding-top: 100px;color:#434343; font-size: 14px; font-weight: 600; letter-spacing: -0.03em; white-space: nowrap;}


/* 홈 화면 - 고객센터 */
#cs_wrap { float: left;  margin-left: 20px; padding-top: 40px;}
#cs_wrap h3{font-size: 18px; margin: 0px;padding-bottom:10px;}
#cs_wrap p{padding:0;margin: 0;color: #787878;}
#cs_wrap p.tel{font-size: 26px;font-weight: bold;color: #6897a4;padding:10px 0;}
#cs_wrap span{font-size:12px;display:inline-flex; width:55px;padding-left: 12px;background:url(../img/cs_bg.png) no-repeat;color:#fff;line-height:20px;}
</pre></body></html>