/* BASIC css start */
/* ÇØ´õ */
#header { 
    width: 100%; 
    background-color: #fff;
    position: sticky; 
    top: 0; 
    z-index: 9999; 
}

#header .header_top_content {
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .03);
    position: relative;
}

#header .header_top_content .top_logo {
    width:135px; 
    height:30px;
    background:url(/design/twinkring/pc/pc_img/logo/logo2.png) center no-repeat;
    background-size:cover; 
    text-indent:-99999px; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#header .header_top_content .top_logo .main_top_logo {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#header .header_top_content .header_top_menu_wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

#header .header_top_content .header_top_menu_wrap .header_top_menu_list {
    display: flex;
    align-items: center;
}

#header .header_top_content .header_top_menu_wrap .header_top_menu_list .menu_list {
    padding: 15px 0;
    position: relative;
}

#header .header_top_content .header_top_menu_wrap .header_top_menu_list .menu_list .menu_btn {
    display: block;
    width: max-content;
    padding: 0 10px;
    font-size: 15px;
    transition: color .3s;
}

#header .header_top_content .header_top_menu_wrap .header_top_menu_list .menu_list:hover .menu_btn {
    color: #8ecdce;
}

#header .header_top_content .header_top_menu_wrap .header_top_menu_list .menu_list .sub_menu_list {
    display: none;
    width: max-content;
    max-height: 0; 
    padding: 7px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, .85);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
    overflow: hidden;
}

#header .header_top_content .header_top_menu_wrap .header_top_menu_list .menu_list:hover .sub_menu_list {
    display: block;
    max-height: 400px;
}

#header .header_top_content .header_top_menu_wrap .header_top_menu_list .menu_list .sub_menu_list .sub_menu_btn {
    display: block;
    padding: 7px 20px;
    font-size: 14px;
    text-align: center;
    transition: color .3s;
}

#header .header_top_content .header_top_menu_wrap .header_top_menu_list .menu_list .sub_menu_list .sub_menu_btn:hover {
    color: #8ecdce;
}

.search_wrap {
    padding-right: 10px;
}

.search_wrap .search_btn .search_inputbox { 
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
}

.search_wrap .search_btn .search_inputbox .zoom_btnbox { 
    display: inline-block; 
    width: 22px; 
    min-width: 22px; 
    height: 22px; 
    cursor: pointer; 
}

.search_wrap .search_btn .search_inputbox .zoom_btnbox img { 
    width: 100%; 
}
.search_wrap .search_btn .search_inputbox .search_input {     
    width:0; 
    margin-right:0; 
    transition:0.3s; 
}
.search_wrap .search_btn .search_inputbox .search_input input {
    width: 100%; 
    font-size: 13px; 
    line-height: 22px; 
    padding:0 0 3px 0; 
    background-color: transparent; 
    border: none; 
    border-bottom: 1px solid #000; 
    box-sizing: border-box;
}

.kakao_linkbox { 
    display:block; width:50px; height:50px; position:fixed; left:40px; bottom:40px; text-align:center;
}
.kakao_linkbox img { width:48px; }
.scroll_top_btnbox { 
    display:block; width:50px; height:50px; position:fixed; left:40px; bottom:150px; background:url(/design/twinkring/pc/pc_img/icons/scroll_btn_t.png) center no-repeat; background-size:cover; 
    transition:all 0.3s ease; -webkit-transition:all 0.3s ease; visibility:hidden; cursor:pointer;
}
.scroll_bot_btnbox { 
    display:block; width:50px; height:50px; position:fixed; left:40px; bottom:100px; background:url(/design/twinkring/pc/pc_img/icons/scroll_btn_b.png) center no-repeat; background-size:cover; 
    transition:all 0.3s ease; -webkit-transition:all 0.3s ease; cursor:pointer;
}

.dark_bg { width:100%; height:100%; position:fixed; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background-color: rgba(0,0,0,0.5); z-index: 9999; display: none; }
.close_btn { width:1400px; height: 88%; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); background: url(/design/twinkring/pc/pc_img/icons/w_close.png) right top no-repeat; cursor: pointer; }

table tr.radioType input,
span.noBorder input { border:none !important; width:auto !important; height:auto !important; margin:0 3px 0 0 !important; vertical-align:middle !important; background:none !important; }
#content_CONTAINER td { width:auto !important; }
table.nneditor-table { width:auto !important; }

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* ÀÌ¹ÌÁö Á¡¼± */
a:focus,input:focus,map:focus,embed:focus{outline:none;}
button { outline: 0;}
body,html { font-size: 12.5px;}
.fl{float: left;}
.fr{float: right;}

/*top banner*/
.top_banner_wrap {
    width: 100%;
    background-color: #000;
    overflow: hidden;
    position: relative;
}

.top_banner_list_wrap {
    display: flex;
    width: 200%;
    min-width: max-content;
    animation: slide 20s linear infinite;
}

.top_banner_list {
    width: 50%;
    min-width: max-content;
    padding: 0 40px;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* BASIC css end */

