@charset "utf-8";
/* CSS Document */

/* 바로가기 위젯 */
.golink_buttonWrap {max-height: 186px; width:100%;display: flex;line-height: normal;align-items: center;flex-wrap: wrap;gap: 10px;height: 100%;box-sizing: border-box;overflow-y: auto !important;overflow-x: hidden;scrollbar-arrow-color: #ddd;scrollbar-Track-Color: #ddd;scrollbar-base-color: #aaa;scrollbar-Face-Color: #aaa;scrollbar-3dLight-Color: #aaa;scrollbar-DarkShadow-Color: #aaa;scrollbar-Highlight-Color: #aaa;scrollbar-Shadow-Color: #aaa;}
.golink_buttonWrap::-webkit-scrollbar { width: 5px;}
.golink_buttonWrap::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
.golink_buttonWrap::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }
.golink {max-width: 16rem;border-radius: 10px;position: relative;z-index: 1;flex: auto;display: inline-block;text-align: center;padding: 5px 15px;color: #7C5DF0;font-weight: 700;background: #fff;border: 2px solid #7C5DF0;transition: all .15s;-webkit-transition: all .15s;}
.golink:hover, .golink:focus {border: 2px solid #7C5DF0; color: #fff; background-color: #7C5DF0}


