/* BASIC css start */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700;900&display=swap');

/* google web font Noto Sans Àû¿ë -"¸£³ë ¼øÁ¤ Á¤ºñ ¸Þ´º¾ó¿¡¸¸ ÆùÆ® Àû¿ë */
/* 161129 morenvy */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

li {
    list-style: none;
}

img,
fieldset {
    border: none;
    vertical-align: top;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td {
    border: 0;
}

.cboth {
    clear: both;
    *zoom: 1
}

.cboth:after {
    content: " ";
    display: block;
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right !important;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.top {
    caption-side: top;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.relative {
    position: relative;
}

.pdt5 {
    padding-top: 5px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt15 {
    padding-top: 15px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt50 {
    padding-top: 50px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt80 {
    padding-top: 80px;
}

.pdt130 {
    padding-top: 130px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb15 {
    padding-bottom: 15px;
}

.pdb40 {
    padding-bottom: 40px;
}

.mrt20 {
    margin-top: 20px;
}

/* °øÅë·¹ÀÌ¾Æ¿ô */
#header,
#layerWrap,
#contentWrap,
#ftLink .link,
#footer {
    width: 1100px;
}

#content {
    width: 1100px;
    min-height: 600px;
    background-color: #fff;
}

#contentWrap {
    background-color: #fff;
}

body {
    min-width: 1100px;
    font-family: Nanum Gothic, dotum, Arial, sans-serif
}

a {
    selector-dummy: expression(this.hideFocus=true);
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
select,
textarea,
a {
    font-family: Nanum Gothic, dotum, Arial, sans-serif
}


/* °Ô½ÃÆÇ »ó´Ü ¸®½ºÆ® ¼û±è */
.bbs-hd {
    display: none;
}

/* »óÇ°¸®½ºÆ® (°Ë»ö/»óÇ°¸®½ºÆ®)  */
.prd-list {
    margin: 0px auto;
}

.prd-list table td {
    border: 0;
    vertical-align: top;
    text-align: center;
    padding-bottom: 30px;
}

.prd-list table .tb-center {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.prd-list table .info {
    width: 245px;
    padding: 0px;
    text-align: left;
    background-color: #fff;
    display: inline-block;
}

/* °í°´´Ô »óÇ°»çÀÌÁî¿¡ ¸Â°Ô °¡·Î¼¼·Î ÇÈ¼¿ Á¶Àý */
.prd-list .thumb {
    width: 245px;
    height: 100%;
    font-size: 0;
    line-height: 0;
    border: 0px solid #dedede;
    overflow: hidden;
    position: relative
}

/* °í°´´Ô »óÇ°»çÀÌÁî¿¡ ¸Â°Ô °¡·Î¼¼·Î ÇÈ¼¿ Á¶Àý */
.prd-list .thumb:hover {
    border: 1px solid #999;
}

.prd-list .thumb a,
.prd-list .thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.prd-list .dsc {
    margin-top: 15px;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 5px;
    color: #222;
    word-break: break-all;
}

.prd-list .subname {
    margin-top: 5px;
    font-weight: normal;
    font-size: 12px;
    color: #888;
    word-break: break-all;
    padding-bottom: 5px;
}

.prd-list .consumer {
    margin-top: 5px;
    color: #888;
    font-size: 12px;
    text-decoration: line-through;
}

.prd-list .price {
    margin-top: 3px;
    font-weight: bold;
    color: #333;
    font-size: 17px;
}

.prd-list .icon {
    margin-top: 5px;
}

.prd-list .icon img {
    padding-right: 2px;
}

.prd-list .closeup {
    margin-top: 7px;
}

.hover01 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.hover01:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.prd-list .salebox .salebig {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 38px;
    height: 38px;
    border: 1px solid #dedede;
    border-top: 1px solid #ffc40d;
    background-color: #fff;
    line-height: 38px;
    font-size: 15px;
    color: #222;
    font-family: "Arial";
    letter-spacing: -0.5px;
    z-index: 100;
    text-align: center;
}

.prd-list .salebox:hover .salebig {
    background-color: #222;
    color: #fff;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


/* ·Ñ¿À¹ö */
a img.menuon {
    display: none;
}

a img.menuoff {
    display: inline;
}

a:hover img.menuon {
    display: inline;
}

a:hover img.menuoff {
    display: none;
}

/* ÇÏ´Ü ÆäÀÌÂ¡ */
.paging {
    padding-bottom: 20px;
}

.sliderkit {
    display: none;
    position: relative;
}

.sliderkit a,
.sliderkit a:hover {
    text-decoration: none;
}

.sliderkit .sliderkit-nav {
    z-index: 10;
    position: absolute;
    text-align: center;
}

.sliderkit .sliderkit-nav-clip {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.sliderkit .sliderkit-nav-clip ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sliderkit .sliderkit-nav-clip ul li {
    float: left;
}

.sliderkit .sliderkit-nav-clip ul li a {
    display: block;
    overflow: hidden;
}

.sliderkit .sliderkit-btn {
    z-index: 10;
}

.sliderkit .sliderkit-panel {
    z-index: 1;
    position: absolute;
    overflow: hidden;
}

.sliderkit .sliderkit-panel-active {
    z-index: 5;
}

.sliderkit .sliderkit-panel-old {
    z-index: 4;
}

/* »ó´Ü¹è³Ê */
#topbanner_area .topbanner {
    display: none;
    margin: 0px;
    width: 100%;
    text-align: center;
    position: relative;
}

#topbanner_area .btnarea {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    width: 1100px;
    height: 0px;
    z-index: 5;
}

#topbanner_area .btnarea .closebtn {
    cursor: pointer;
    width: 52px;
    height: 17px;
    background: url('/design/rsmparts/0699fineday/top_btn_close.gif');
}

#topbanner_area .btnarea .openbtn {
    display: none;
    cursor: pointer;
    width: 52px;
    height: 17px;
    background: url('/design/rsmparts/0699fineday/top_btn_open.gif');
}

#topbanner_area .roll_ban {
    height: 120px;
    width: 100%;
    position: relative;
}

#topbanner_area .roll_ban .contentslider-top {
    width: 100%;
    text-align: center;
    height: 120px;
    padding: 0px;
    margin: 0px;
    border-right: none;
    position: relative;
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-panels {
    width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background: transparent;
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-panel {
    width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background: transparent;
}



/* »ó´Ü ÄíÆù ¹è³Ê ¹è°æ(¼¾ÅÍ °íÁ¤) */
#topbanner_area .roll_ban .contentslider-top .sliderkit-panel2 {
    background: url('/design/rsmparts/0699fineday/top_coupon.jpg') center top no-repeat;
    position: relative;
    /* ÇÊ¿ä ½Ã ¹è°æÀ» Ç×»ó Ã¤¿ì°í ½ÍÀ¸¸é ¾Æ·¡ ÁÖ¼® ÇØÁ¦
    background-size: cover;
    */
}

/* °¡¿îµ¥ ±âÁØ Á¤·Ä + °íÁ¤Æø ·¹ÀÌ¾Æ¿ô(1100px) + ÇÃ·º½º ¹èÄ¡ */
#topbanner_area .roll_ban .contentslider-top .sliderkit-panel2 .links {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    /* Çì´õ/ÄÁÅÙÃ÷ Æø°ú µ¿ÀÏ */
    display: flex;
    gap: 16px;
    /* ÄíÆù ÀÌ¹ÌÁö °£°Ý */
    justify-content: flex-start;
    align-items: center;
    z-index: 2;      /* ¡ç ¿©±â Ãß°¡ */

}

/* ÄíÆù ÀÌ¹ÌÁö Ç¥½Ã º¸Á¤ */
#topbanner_area .roll_ban .contentslider-top .sliderkit-panel2 .links img {
    display: block;
    height: 96px;
    /* ¹è³Ê ³ôÀÌ(120px) ±âÁØ, ÇÊ¿ä ½Ã Á¶Àý/»èÁ¦ °¡´É */
    width: auto;
}

/* ¹ÝÀÀÇü(1100px ÀÌÇÏ¿¡¼­ ÀÚµ¿ Áß¾Ó Á¤·Ä) */
@media (max-width: 1100px) {
    #topbanner_area .roll_ban .contentslider-top .sliderkit-panel2 .links {
        width: 100%;
        padding: 0 16px;
        justify-content: center;
        /* Á¼Àº È­¸é¿¡¼­ °¡¿îµ¥ Á¤·Ä */
    }
}



#topbanner_area .roll_ban .contentslider-top .btn_area {
    width: 1100px;
    position: relative;
    margin: 0 auto;
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-go-btn {
    position: absolute;
    top: 40px;
    z-index: 7;
    right: 0px;
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-go-prev {}

#topbanner_area .roll_ban .contentslider-top .sliderkit-go-next {
    margin-top: 19px;
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-go-btn a {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/design/rsmparts/0699fineday/btn.gif") no-repeat 0 0;
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-go-prev a {
    background-position: 0px 0px;
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-go-next a {
    background-position: 0px -19px;
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-go-prev a:hover {
    background-position: -19px 0px;
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-go-next a:hover {
    background-position: -19px -19px;
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-go-btn span {
    display: none;
}



/* »ó´Ü */
#header {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 0;
    background: #ffcc33;
}

#header .section {
    height: 38px;
    background-color: #fffefe;
    width: 100%;
}

#header .section .section_box {
    width: 1100px;
    margin: 0 auto;
    height: 38px;
    line-height: 38px;
}

#header .section .section_box::after {
    content: none !important;
    background: none !important;
    border: none !important;
    display: none !important;
}

#header .section .section_box .inner1 li {
    float: left;
}

#header .section .section_box .inner1 li a {
    color: #444;
    font-size: 11px;
    display: block;
    line-height: 38px;
    padding: 0 10px;
}

#header .section .section_box .inner1 li a:hover {
    color: #888;
    text-decoration: none;
}

#header .section .section_box .inner1 li:first-child a {
    background: #f8fbfb;
    margin-left: 50px
}

#header .section .section_box .inner2 {
    float: right;
    padding: 0;
    height: 38px;
}

#header .section .section_box .inner2 li {
    float: left;
    position: relative;
    background: url('/design/rsmparts/0699fineday/login_area_bg.gif') no-repeat top left;
}

#header .section .section_box .inner2 li a {
    color: #444;
    font-size: 11px;
    display: block;
    line-height: 38px;
    padding: 0 10px;
}

#header .section .section_box .inner2 li a:hover {
    color: #888;
    text-decoration: none;
}

#header .section .section_box .inner2 li:first-child {
    background: none;
}

#header .section .section_box .inner2 #point_icon {
    position: absolute;
    z-index: 1;
    top: 34px;
    left: 2px;
    text-align: center;
    padding: 0;
}

#header .section .section_box .inner2 #point_icon span {
    position: absolute;
    top: -5px;
    line-height: 5px;
    left: 50%;
    margin-left: -3px;
    color: #000;
}

#header .section .section_box .inner2 #point_icon>div {
    display: block;
    width: 55px;
    margin: 0;
    height: 17px;
    line-height: 16px;
    background: #000;
    border-radius: 3px;
    font-size: 10px;
    color: #fff;
    letter-spacing: 1px;
}

#header .top_sns_kakao {
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 20px;
    right: 10px;
}

#header .top_sns_kakao img {
    width: 24px;
    height: 24px;
    border: none;
}

#header .section .section_box .inner2 .top_sns a img:hover {
    border: 1px solid #242424;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.kakao-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    object-fit: contain;
    margin-top: 5px;
}

#header .section2 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    background: transparent;
}

#header .section2 .top_logo {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

#ranking_keyword {
    margin-left: -32px;
    margin-top: 26px;
    background-color: #FFE9A6;
}

/* ¿øÇÏ´Â °ªÀ¸·Î Á¶Á¤ (¿¹: 10px) */

.ranking-title {
    font-size: 12px;
    /* ÆùÆ® Å©±â */
    font-weight: bold;
    /* ±½°Ô Ç¥½Ã */
    color: #333;
    /* ±ÛÀÚ »ö»ó */
    margin-bottom: 5px;
    /* ¾Æ·¡ ¿©¹é */
    margin-top: 28px;
    /* »ó´Ü ¿©¹é */
    margin-left: 28px;
}

#header .section2 .search {
    float: left;
    margin: 20px 0 0 20px;
}

#header .section2 .search .MS_search_word {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 310px;
    padding: 0 10px;
    margin: 0;
    border: none;
    box-sizing: border-box;
}

#header .section2 .search .btn_sh {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 38px;
    height: 38px;
    background-color: #f4b623;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: none;
    box-sizing: border-box;
    transform: translateY(-0.5px);
}

#header .section2 .keyword {
    float: left;
    margin: 35px 0 0 15px;
}

#header .section2 .keyword .a {
    color: #444;
    padding-left: 10px;
}

#header .section2 .topcate {
    float: right;
    margin: 28px 20px 0 0;
    position: relative;
}

#header .section2 .topcate span {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    display: block;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 12px;
}

#header .section3 {
    width: 100%;
    height: 76px;
    border-top: 1px solid #FFCC33;
    border-bottom: 1px solid:#FFCC33;
    background: #FFCC33;
}

#header .section3 .section_box {
    width: 1099px;
    margin: 0 auto;
    height: 76px;
    position: relative;
    border-right: 1px solid #FFCC33;
    z-index: 99998;
}

#header .col {
    display: inline-block;
    float: left;
    text-align: center;
    height: auto;
    position: relative;
    height: 38px;
}

#header .special-con {
    cursor: pointer;
    display: inline-block;
    width: 51px;
    height: 44px;
    padding-top: 0px;
    padding-bottom: 9px;
    border-top: 2px solid #ffc10a;
    border-left: 1px solid #FFCC33;
    border-right: 1px solid #FFCC33;
}

#header .bar {
    display: block;
    height: 1px;
    width: 16px;
    background: #222;
    margin: 6px auto;
}

#header .special-con {
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#header .section3 .top_b_menu a {
    text-align: center;
    height: 38px;
    border-right: 1px solid #dedede;
    display: block;
    width: 68px;
    float: left;
    line-height: 38px;
    font-size: 12px;
    color: #222;
}

#header .section3 .top_b_menu a:hover {
    background-color: #f5f5f5;
}

#header .section3 #all_cate_area {
    display: none;
    z-index: 50;
    position: absolute;
    top: 38px;
    border: 1px solid #222;
    width: 1098px;
    height: auto;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    background-color: #fff;
    overflow-y: auto;
    max-height: 800px;
    overflow-x: hidden;
}

#header .section3 #all_cate_area .all_cate_section01 {
    height: 47px;
    width: 1098px;
    border-bottom: 1px solid #dedede;
    clear: both;
}

#header .section3 #all_cate_area .all_cate_close {
    float: left;
    background-color: #000;
    width: 177px;
    height: 47px;
}

#header .section3 #all_cate_area .all_cate_close a {
    color: #fff;
    font-size: 14px;
    text-align: left;
    display: block;
    line-height: 47px;
    padding-left: 20px;
    background: url('/design/rsmparts/0699fineday/close_bg.gif') no-repeat;
    background-position: 149px 18px;
}

#header .section3 #all_cate_area .all_cate_comm {
    width: 736px;
    background-color: #f0f0f0;
    float: left;
    text-align: left;
    height: 47px;
}

#header .section3 #all_cate_area .all_cate_comm a {
    font-size: 14px;
    color: #333;
    padding: 15px;
    line-height: 47px;
    height: 47px;
}

#header .section3 #all_cate_area .all_cate_comm a:first-child {
    padding-left: 22px;
}

#header .section3 #all_cate_area .all_cate_comm a:hover {
    color: #888;
}

#header .section3 #all_cate_area .all_cate_best a {
    float: left;
    width: 92px;
    line-height: 47px;
    text-align: center;
    background-color: #f9f9f9;
    display: block;
    height: 47px;
    color: #333;
    font-size: 14px;
    border-left: 1px solid #dedede;
}

#header .section3 #all_cate_area .all_cate_sale a {
    float: left;
    width: 91px;
    line-height: 47px;
    text-align: center;
    background-color: #fff;
    display: block;
    height: 47px;
    color: #333;
    font-size: 14px;
    border-left: 1px solid #dedede;
}

#header .section3 #all_cate_area .all_cate_section02 {
    width: 1098px;
    clear: both;
    background: url('/design/rsmparts/0699fineday/all_cate_bg.gif') repeat-y;
    min-height: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
}

#header .section3 #all_cate_area .all_cate_section02 ul {
    margin-top: 0px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#header .section3 #all_cate_area .all_cate_section02 ul li {
    width: 150px;
    margin: 8px 16px;
}

#header .section3 #all_cate_area .all_cate_section02 ul li:first-child {
    margin-left: 20px;
}

#header .section3 #all_cate_area .all_cate_section02 .a_sub_title a {
    font-size: 13px;
    color: #222;
    display: block;
    width: 150px;
    border-bottom: 1px solid #222;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#header .section3 #all_cate_area .a_sub_cate a {
    font-size: 11px;
    color: #333;
    text-align: left;
    line-height: 24px;
    display: block;
}

#header .section3 #all_cate_area .a_sub_cate a:hover {
    color: #888;
}

#header .section3 #left_menu {
    margin-left: -9px;
    padding: 0;
    float: left;
    width: 920px;
}

#header .section3 #left_menu li {
    padding: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-left: 24px;
}

#header .section3 #left_menu li a {
    display: block;
    color: #222;
    font-size: 12px;
    line-height: 38px;
}

#header .section3 #left_menu li .mouse_hover,
#header .section3 #left_menu li>a:hover {
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 1) inset;
}

#header .section3 #left_menu li .top_sub {
    background-color: #fff;
    display: none;
    position: absolute;
    top: -1x;
    left: -16px;
    z-index: 20;
    width: 150px;
}

#header .section3 #left_menu li .top_sub .sub {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px 0px 5px 0px;
}

#header .section3 #left_menu li .top_sub .sub a {
    text-align: left;
    display: block;
    border-top: 1px solid #eaeaea;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #a1a1a1;
    padding-left: 10px;
}

#header .section3 #left_menu li .top_sub .sub a:hover {
    color: #444;
    background-color: #FFCC33;
    text-decoration: none;
}

#header .section3 #left_menu li .top_sub .sub a:first-child {
    border: 0;
}

/* »ó´Ü Ä«Å×°í¸®(°íÁ¤) */
#comment_top.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 222;
    background-color: #FFCC33;
}


@keyframes blink-effect {
    0% {
        background-color: rgb(6, 144, 207);
        color: white;
    }

    50% {
        background-color: rgb(5, 91, 161);
        color: black;
    }

    100% {
        background-color: rgb(6, 120, 155);
        color: white;
    }
}

/* ¹öÆ° µÎ °³ ³ª¶õÈ÷ ¹èÄ¡ (±âÁ¸ ¹öÆ° »çÀÌÁî À¯Áö) */
.header-button-group {
    display: inline-flex;
    gap: 8px;
    /* ¹öÆ° °£°Ý */
    margin-left: 16px;
    /* ¿øº»°ú µ¿ÀÏÇÑ ÁÂÃø ¿©¹é À¯Áö */
}

.header-button-group a {
    font-family: 'Noto Sans', sans-serif;
    background-color: black;
    color: white !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px !important;
    display: inline-block;
    text-align: center;
    animation: blink-effect 1s infinite alternate ease-in-out;
    width: 140px;
    /* ±âÁ¸ ¹öÆ°°ú µ¿ÀÏÇÑ Å©±â À¯Áö */
}

#topbanner_area .roll_ban .contentslider-top .sliderkit-panel2 .links img {
    display: block;
    /* ÀÌ¹ÌÁö ÁÖº¯ °ø¹é/ÁÙ³»¸² Á¦°Å */
    height: 96px;
    /* ¹è³Ê ³ôÀÌ(120px)¿¡ ¸ÂÃç ÀûÀýÈ÷ Á¶Á¤, ÇÊ¿ä ½Ã ÁÖ¼®Ã³¸® */
    width: auto;
}
/* BASIC css end */

