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

@charset "utf-8";

/* @font-face { font-family: "HanSans"; font-weight: 400; font-style: normal; src: url("../event_files/fonts/SpoqaHanSansNeo-Regular.eot"); src: url("../event_files/fonts/SpoqaHanSansNeo-Regular.eot?#iefix")
 format("embedded-opentype"),
 url("../event_files/fonts/SpoqaHanSansNeo-Regular.woff2") format("woff2"),
 url("../event_files/fonts/SpoqaHanSansNeo-Regular.woff") format("woff"),
 url("../event_files/fonts/SpoqaHanSansNeo-Regular.ttf") format("truetype"); } 

@font-face { font-family: "HanSans"; font-weight: 500; font-style: normal; src: url("../event_files/fonts/SpoqaHanSansNeo-Medium.eot"); src: url("../event_files/fonts/SpoqaHanSansNeo-Medium.eot?#iefix")
 format("embedded-opentype"),
 url("../event_files/fonts/SpoqaHanSansNeo-Medium.woff2") format("woff2"),
 url("../event_files/fonts/SpoqaHanSansNeo-Medium.woff") format("woff"),
 url("../event_files/fonts/SpoqaHanSansNeo-Medium.ttf") format("truetype"); } 

@font-face { font-family: "HanSans"; font-weight: 700; font-style: normal; src: url("../event_files/fonts/SpoqaHanSansNeo-Bold.eot"); src: url("../event_files/fonts/SpoqaHanSansNeo-Bold.eot?#iefix")
 format("embedded-opentype"),
 url("../event_files/fonts/SpoqaHanSansNeo-Bold.woff2") format("woff2"),
 url("../event_files/fonts/SpoqaHanSansNeo-Bold.woff") format("woff"),
 url("../event_files/fonts/SpoqaHanSansNeo-Bold.ttf") format("truetype"); }  */

aside {font-family: "HanSans", AppleSDGothicNeo-Regular, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
    display: block;
    color: #1b2529;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;}

.ir_pm {display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;}

.ir_so {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}


.fixed-scrolling-box .call-coway-lists &gt; li {list-style: none;}

/* fixed-scrolling-box */
.fixed-scrolling-box { position: fixed; right: 12px; bottom: 150px; z-index: 3000; } 
.fixed-scrolling-box .call-coway-wrap { position: relative; } 
.fixed-scrolling-box .call-coway-wrap .call-coway-btn {width: 56px;height: 56px;background: url('../footer_files/close_consult_menu_btn.png');cursor: pointer;transition: all .3s;transform: translateY(-10px);} 
.fixed-scrolling-box .call-coway-wrap .call-coway-btn.open { background: url('../footer_files/open_consult_menu_btn.png'); } 
.fixed-scrolling-box .call-coway-lists {display:none;position: absolute; background: #fff; border-radius: 8px; bottom: 75px; right: 0; width: 130px; height: auto; box-shadow: 0 0 15px rgb(0 0 0 / 10%); } 
.fixed-scrolling-box .call-coway-lists &gt; li { border-bottom: 1px solid #e8ecee; height: 60px; width: calc(100% - 16px); margin: 0 auto; padding-left: 76px; position: relative; } 
.fixed-scrolling-box .call-coway-lists &gt; li.realtime-call { border-bottom:none; } 
.fixed-scrolling-box .call-coway-lists &gt; li a { display: block; position: absolute; left: 0; width: 100%; height: 100%; } 
.fixed-scrolling-box .call-coway-lists &gt; li .main-txt { color: #1b2529; font-size: 14px; font-weight: bold; } 
.fixed-scrolling-box .call-coway-lists &gt; li .sub-txt { font-size: 16px; color: #90a0a6; } 
.fixed-scrolling-box .call-coway-lists &gt; li a { padding-left: 56px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; } 
.fixed-scrolling-box .call-coway-lists &gt; li.direct-call a { background: url('../footer_files/consult_ico_01.png') no-repeat 4px center; } 
.fixed-scrolling-box .call-coway-lists &gt; li.realtime-call a { background: url('../footer_files/consult_ico_04.png') no-repeat 4px center; } 
.fixed-scrolling-box .go-top-btn { width: 56px; height: 56px; background: url('../footer_files/go_top_btn.png'); cursor: pointer; display: none; right:0px;} 


.wrapper {
    margin: 0px auto;
    width: 100%;
    font-family: HanSans;
    color: #67c0f7;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    max-width: 600px;
    min-width: 340px;
    overflow: hidden;
}

.tabs li {
    list-style: none;
    float: left;
    width: 25%;
}

.tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: #00A7E1;
    height: 70px;
    line-height: 90px;
    background: linear-gradient(180deg, transparent 29%, #DCF2FF 30%);
}

.tabs a:hover,
.tabs a.active {
    background: linear-gradient(175deg, transparent 29%, #00A7E1 30%);
    color: #fff;
}

.tabs a:before {
    content: '';
    position: absolute;
    z-index: 11;
    left: 100%;
    top: -100%;
    height: 70px;
    line-height: 90px;
    width: 0;
    border-bottom: 70px solid rgba(0, 0, 0, 0.1);
    border-right: 7px solid transparent;
}

.tabs a.active:before {
    content: '';
    position: absolute;
    z-index: 11;
    left: 100%;
    top: -100%;
    height: 70px;
    line-height: 90px;
    width: 0;
    border-bottom: 70px solid rgba(0, 0, 0, 0.2);
    border-right: 20px solid transparent;
}

.tabgroup {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.tabgroup div {
    background: #F2EEE2;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
</pre></body></html>