@media (min-width:1300px) {

    #header_wrap { background:#fff; width:100%; height:80px; z-index:99;}
    #header_wrap:hover {background: #fff;}
    #header_wrap .wrapper { position:relative; width:1300px; min-width:1300px; margin:0 auto;}
    #header_wrap .wrapper .logo { position:absolute; left:0; top:22px; z-index:9;}
    #header_wrap .tip { position:absolute; left:23%; top:35px; z-index:9;}
    #header_wrap .tip li{ float:left; font-size:1.05em; font-weight:600; color: rgba(34,34,34,1.0); line-height:1.0em; }
    #header_wrap .tip li:nth-child(2) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);} 
    #header_wrap .tip li:nth-child(3) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);} 
	#header_wrap .tip li:nth-child(4) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);} 
	#header_wrap .tip li:nth-child(5) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);} 
	#header_wrap .tip li:nth-child(6) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);} 
	#header_wrap .tip li:nth-child(7) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);}
	#header_wrap .tip li:nth-child(8) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);}
    
    /* 검색 모달 스타일 */
    .search-modal {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        animation: fadeIn 0.3s ease;
    }
    
    .search-modal-content {
        position: relative;
        background-color: #fff;
        margin: 10% auto;
        width: 90%;
        max-width: 600px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        animation: slideDown 0.3s ease;
    }
    
    .search-modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        border-bottom: 1px solid #eee;
    }
    
    .search-modal-header h3 {
        margin: 0;
        font-size: 20px;
        color: #333;
    }
    
    .search-modal-close {
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
        color: #999;
        transition: color 0.3s ease;
    }
    
    .search-modal-close:hover {
        color: #333;
    }
    
    .search-modal-body {
        padding: 25px;
    }
    
    .modal-search-box {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .modal-search-input {
        flex: 1;
        padding: 15px 20px;
        border: 2px solid #ddd;
        border-radius: 25px;
        font-size: 16px;
        outline: none;
        transition: border-color 0.3s ease;
    }
    
    .modal-search-input:focus {
        border-color: #0A7AD6;
    }
    
    .modal-search-btn {
        padding: 15px 25px;
        background: #0A7AD6;
        color: white;
        border: none;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: background 0.3s ease;
    }
    
    .modal-search-btn:hover {
        background: #0866c7;
    }
    
    .search-tips {
        background: #f8f9fa;
        padding: 15px 20px;
        border-radius: 10px;
        margin-top: 15px;
    }
    
    .search-tips p {
        margin: 0 0 10px 0;
        color: #666;
        font-size: 14px;
    }
    
    .search-tips ul {
        margin: 0;
        padding-left: 20px;
    }
    
    .search-tips li {
        color: #666;
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    @keyframes slideDown {
        from { 
            opacity: 0;
            transform: translateY(-50px);
        }
        to { 
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    #header_wrap .login { position:absolute; right:0px; top:35px; z-index:9;}
    #header_wrap .login li{float:left; margin:0 6px; }
    #header_wrap .login li .link {display: block; font-size:1.05em; color: rgba(131,131,131,1.0); line-height:1.0em; font-weight: 400; }
    #header_wrap .login li .link:hover { color: #0A7AD6;}
    #header_wrap .login li .name {display: block; font-size:1.0em; color: rgb(0, 0, 0); line-height:1.0em;font-weight: 500;}
    #header_wrap .login li .name:hover { color: #0A7AD6;  }
    #header_wrap .login li .ct { color:#243fad;}
    #header_wrap .login li .ct:hover { color:#000;}
    #header_wrap .login li img { vertical-align:middle; margin-right:5px; }

    /* 푸터 */
    #footer{ width:100%; padding:35px 0; z-index:9;}
    #footer .wrapper{ width:1300px; margin:0 auto; overflow:hidden;}
    #footer .footer_logo { float:right; margin-top:30px;}
    #footer .footer_logo li {}
    #footer .copyright{ float:left; border-left:0px #6c6c6c solid; padding-left:0;}
    #footer .copyright .admin li {display:inline-block; border-left:0px #dcdcdc solid; padding:0 5px; font-weight:500; line-height:25px;}
    #footer .copyright .admin li:first-child{ padding:0;}
    #footer .copyright .admin a{ font-size:14px;}
    #footer .copyright .address { margin-top:10px; font-size:13px !important; color:#9d9d9d; line-height:21px; letter-spacing:-0.5px;}

}

@media (min-width:768px) and (max-width:1299px){
        
    #header_wrap { background:#fff; width:100%; z-index:9; }
    #header_wrap .wrapper { position:relative; width:94%; min-width:90%; height:80px; margin:0 auto; }
    #header_wrap .wrapper .logo { position:absolute; top:14px; z-index:9;}
    #header_wrap .wrapper .logo img { height:40px;}
    #header_wrap .login { display:none; }
    #header_wrap .tip { position:absolute; left:280px; top:35px; z-index:9;}
    #header_wrap .tip li{ float:left; font-size:1.0em; font-weight:600; color: rgba(34,34,34,1.0); line-height:1.0em; }
    #header_wrap .tip li:nth-child(2) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);} 
    #header_wrap .tip li:nth-child(3) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);}
    #header_wrap .tip li:nth-child(4) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);}
    #header_wrap .tip li:nth-child(5) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);}
    #header_wrap .tip li:nth-child(6) .link:before{ display: inline-block; content: ''; top:0; margin:0 12px; width: 1px; height: 12px; background-color: rgba(34,34,34,0.5);}
    #header_wrap #search_course_ln{ display: none;}
    
    #header_wrap .tip .search-menu-item { display: none !important; }
    
    #header_wrap .course-search {
        float: left;
        margin-left: 15px;
        margin-top: -8px;
    }
    
    #header_wrap .header-search-form {
        display: inline-block;
    }
    
    #header_wrap .header-search-box {
        position: relative;
        display: inline-flex;
        align-items: center;
        background: #f5f5f5;
        border-radius: 20px;
        padding: 4px 8px;
        transition: all 0.3s ease;
    }
    
    #header_wrap .header-search-box:hover,
    #header_wrap .header-search-box:focus-within {
        background: #e8e8e8;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    #header_wrap .header-search-input {
        border: none;
        background: transparent;
        padding: 4px 8px;
        width: 120px;
        font-size: 13px;
        outline: none;
        transition: width 0.3s ease;
    }
    
    #header_wrap .header-search-input:focus {
        width: 150px;
    }
    
    #header_wrap .header-search-input::placeholder {
        color: #999;
        font-size: 12px;
    }
    
    #header_wrap .header-search-btn {
        border: none;
        background: transparent;
        cursor: pointer;
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        transition: color 0.3s ease;
    }
    
    #header_wrap .header-search-btn:hover {
        color: #0A7AD6;
    }
    
    #header_wrap .header-search-btn svg {
        width: 14px;
        height: 14px;
    }
    
    #header_wrap .login { position:absolute; right:0; top:35px; z-index:9;}
    #header_wrap .login li{float:left; margin:0 6px; }
    #header_wrap .login li .link {display: block; font-size:1.05em; color: rgba(131,131,131,1.0); line-height:1.0em; font-weight: 400; }
    #header_wrap .login li .link:hover { color:#000000;}
    #header_wrap .login li .name {display: block; font-size:1.0em; color: rgb(0, 0, 0); line-height:1.0em; font-weight: 400; }
    #header_wrap .login li .name:hover { color:#000000;}
    #header_wrap .login li .ct { color:#243fad;}
    #header_wrap .login li .ct:hover { color:#243fad;}
    #header_wrap .login li img { vertical-align:middle; margin-right:5px; }

    /* 푸터 */
    #footer{ width:100%; padding:35px 0; z-index:9;}
    #footer .wrapper{ width:90%; margin:0 auto; overflow:hidden;}
    #footer .footer_logo { display:block; right:0; padding:2% 0;}
    #footer .footer_logo img { width:180px;}
    #footer .copyright{ display:block; border-left:0px #6c6c6c solid; padding-left:0;}
    #footer .copyright .admin li {display:inline-block; border-left:0px #dcdcdc solid; padding:0 5px; font-size:15px; font-weight:500; line-height:25px;}
    #footer .copyright .admin li:first-child{ padding:0;}
    #footer .copyright .admin a{ font-size:14px;}
    #footer .copyright .address { width:100%; margin-top:10px; font-size:13px !important; color:#9d9d9d; line-height:21px; letter-spacing:0.5px; text-align:left;}
}


@media (max-width:1299px){
    #header_wrap .tip .search-menu-item { display:none !important; }
    .search-modal { display:none !important; }
}

@media (max-width:840px){
	#header_wrap #search_course_ln{ display: none;}
}

/* 세션 타이머 스타일 */
.name-with-timer {
    display: flex;
    align-items: center;
    gap: 5px;
}

.name-with-timer .name {
    display: inline-block;
    margin-right: 0;
}

.session-timer-container {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.session-timer-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #666;
    transition: color 0.3s;
	margin: 0px;
    padding: 0px;
}

.session-timer-btn:hover {
    color: #0A7AD6;
}

.session-timer-btn svg {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

.session-timer-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: -50px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 15px;
    min-width: 200px;
    z-index: 10000;
}

.session-timer-dropdown.active {
    display: block;
}

.session-timer-dropdown::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 60px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}

.session-timer-dropdown::after {
    content: '';
    position: absolute;
    top: -11px;
    right: 60px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
}

.session-timer-info {
    text-align: center;
    margin-bottom: 15px;
}

.session-timer-info span {
    font-size: 12px;
    color: #666;
    display: block;
    margin-bottom: 8px;
}

.session-timer-display {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    font-family: 'Courier New', monospace;
}

.session-timer-display.warning {
    color: #ff9800;
}

.session-timer-display.danger {
    color: #f44336;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    25%, 75% { opacity: 0.5; }
}

.session-extend-btn {
    width: 100%;
    padding: 10px;
    background: #0A7AD6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.3s;
}

.session-extend-btn:hover {
    background: #0865b3;
}

.session-extend-btn svg {
    flex-shrink: 0;
}

.session-extend-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* 모바일 반응형에서 세션 타이머 숨김 */
@media (max-width: 768px) {
    .session-timer-container {
        display: none;
    }
}

/* 메인 헤더 2단 */
@media (min-width:768px){
    #header_wrap {
        height:132px !important;
        background:#fff !important;
        border-bottom:1px solid #dfe4f1;
        box-shadow:0 2px 10px rgba(17,24,39,0.06);
        font-family:'Pretendard Variable','Noto Sans KR','NanumBarunGothic','Open Sans','dotum';
        transition:height 0.28s ease, box-shadow 0.28s ease;
    }

    #header_wrap.is-nav-hidden {
        height:82px !important;
        box-shadow:0 2px 8px rgba(17,24,39,0.04);
    }

    #header_wrap:after {
        content:'';
        position:absolute;
        top:82px;
        left:0;
        right:0;
        height:1px;
        background:#e5e7eb;
        transition:opacity 0.2s ease;
    }

    #header_wrap.is-nav-hidden:after {
        opacity:0;
    }

    #header_wrap .header-rolling-banner {
        display:none !important;
    }

    #header_wrap .wrapper {
        position:relative;
        width:100%;
        max-width:1300px;
        min-width:0;
        height:132px;
        margin:0 auto;
        transition:height 0.28s ease;
    }

    #header_wrap.is-nav-hidden .wrapper {
        height:82px;
    }

    #header_wrap .header-main-row {
        display:flex;
        align-items:center;
        height:82px;
        gap:26px;
    }

    #header_wrap .wrapper .logo {
        position:static;
        left:auto;
        top:auto;
        flex:0 0 210px;
        z-index:9;
    }

    #header_wrap .wrapper .logo h1 {
        text-align:left !important;
    }

    #header_wrap .wrapper .logo img.logo-img {
        width:auto;
        max-width:220px;
        height:40px;
        max-height:none;
        object-fit:contain;
    }

    #header_wrap .course-search {
        display:block;
        flex:1 1 auto;
        min-width:320px;
        margin:0;
    }

    #header_wrap .header-search-form {
        display:block;
        width:100%;
    }

    #header_wrap .header-search-box {
        display:flex;
        align-items:center;
        width:100%;
        height:44px;
        box-sizing:border-box;
        padding:0 10px 0 18px;
        background:#f8fafc;
        border:1px solid #d9dee8;
        border-radius:14px;
        box-shadow:none;
        transition:background-color 0.18s ease, border-color 0.18s ease;
    }

    #header_wrap .header-search-box:focus-within {
        background:#fff;
        border-color:#b8c0cc;
        box-shadow:none;
    }

    #header_wrap .header-search-type {
        display:inline-flex;
        align-items:center;
        flex:0 0 auto;
        margin-right:16px;
        padding-right:16px;
        border-right:1px solid #e1e6ef;
        color:#4b5563;
        font-size:13px;
        font-weight:500;
        line-height:1;
        white-space:nowrap;
    }

    #header_wrap .header-search-type svg {
        display:none;
    }

    #header_wrap .header-search-input {
        flex:1 1 auto;
        width:100%;
        height:42px;
        padding:0;
        border:0;
        outline:0;
        background:transparent;
        color:#111827;
        font-size:14px;
        font-weight:400;
    }

    #header_wrap .header-search-input::placeholder {
        color:#6b7280;
        opacity:1;
    }

    #header_wrap .header-search-btn {
        display:flex;
        align-items:center;
        justify-content:center;
        flex:0 0 auto;
        width:34px;
        height:34px;
        margin-left:8px;
        padding:0;
        border:0;
        background:transparent;
        color:#64748b;
        cursor:pointer;
        transition:color 0.18s ease;
    }

    #header_wrap .header-search-btn:hover {
        color:#315eff;
    }

    #header_wrap .header-search-btn svg {
        width:22px;
        height:22px;
    }

    #header_wrap .header-user-menu {
        position:static;
        right:auto;
        top:auto;
        display:block;
        flex:0 0 auto;
        z-index:9;
    }

    #header_wrap .header-user-menu ul {
        display:flex;
        align-items:center;
        justify-content:flex-end;
        gap:11px;
    }

    #header_wrap .header-user-menu li {
        float:none;
        margin:0;
    }

    #header_wrap .header-user-menu li .name {
        display:block;
        color:#111827;
        font-size:14px;
        line-height:1;
        white-space:nowrap;
    }

    #header_wrap .header-user-menu li .name:hover {
        color:#315eff;
    }

    #header_wrap .header-nav-row {
        display:flex;
        align-items:center;
        height:50px;
        position:relative;
        overflow:hidden;
        opacity:1;
        transform:translateY(0);
        transition:height 0.28s ease, opacity 0.2s ease, transform 0.28s ease;
    }

    #header_wrap.is-nav-hidden .header-nav-row {
        height:0;
        opacity:0;
        pointer-events:none;
        transform:translateY(-10px);
    }

    #header_wrap .header-nav-login {
        position:relative;
        z-index:1;
        display:flex;
        align-items:center;
        align-self:stretch;
        justify-content:center;
        gap:9px;
        flex:0 0 150px;
        width:150px;
        min-width:150px;
        box-sizing:border-box;
        padding:0 20px;
        border-left:1px solid #e5e7eb;
        border-right:1px solid #e5e7eb;
        color:#111827;
        font-size:15px;
        font-weight:600;
        line-height:1;
        white-space:nowrap;
    }

    #header_wrap .header-nav-login:hover {
        color:#315eff;
        background:#f4f6fb;
    }

    #header_wrap .header-nav-login-icon {
        display:flex;
        align-items:center;
        justify-content:center;
        width:18px;
        height:18px;
        color:currentColor;
    }

    #header_wrap .header-nav-login-icon svg {
        display:block;
        width:18px;
        height:18px;
    }

    #header_wrap .header-primary-menu {
        position:relative;
        z-index:1;
        flex:1 1 auto;
        height:100%;
        display:flex;
        justify-content:center;
        overflow-x:auto;
        -ms-overflow-style:none;
        scrollbar-width:none;
    }

    #header_wrap .header-primary-menu::-webkit-scrollbar {
        display:none;
    }

    #header_wrap .header-primary-menu ul {
        display:flex;
        align-items:center;
        height:100%;
        gap:34px;
        margin-left:0;
    }

    #header_wrap .header-primary-menu li a {
        display:flex;
        align-items:center;
        height:34px;
        padding:0 14px;
        border-radius:18px;
        background:transparent;
        color:#111827;
        font-size:15px;
        line-height:1;
        white-space:nowrap;
        transition:background-color 0.18s ease, color 0.18s ease;
    }

    #header_wrap .header-primary-menu li a:hover {
        color:#315eff;
        background:#f4f6fb;
    }
}

/* SITE 11: keep the original single-line header layout. */
@media (min-width:1300px) {
    #header_wrap.site-sno-11 {
        height:80px !important;
        border-bottom:0;
        box-shadow:none;
        transition:none;
    }

    #header_wrap.site-sno-11:after,
    #header_wrap.site-sno-11 .header-main-row,
    #header_wrap.site-sno-11 .header-nav-row,
    #header_wrap.site-sno-11 .course-search {
        display:none !important;
    }

    #header_wrap.site-sno-11 .wrapper {
        position:relative;
        width:1300px;
        min-width:1300px;
        max-width:none;
        height:80px !important;
        margin:0 auto;
        transition:none;
    }

    #header_wrap.site-sno-11 .site11-legacy-row {
        position:relative;
        height:80px;
    }

    #header_wrap.site-sno-11 .wrapper .logo {
        position:absolute;
        left:0;
        top:22px;
        flex:none;
        z-index:9;
    }

    #header_wrap.site-sno-11 .wrapper .logo h1 {
        text-align:center !important;
    }

    #header_wrap.site-sno-11 .tip {
        position:absolute;
        left:23%;
        top:35px;
        z-index:9;
        display:block;
    }

    #header_wrap.site-sno-11 .login {
        position:absolute;
        right:0;
        top:35px;
        z-index:9;
        display:block;
    }
}

@media (min-width:768px) and (max-width:1299px) {
    #header_wrap.site-sno-11 {
        height:80px !important;
        border-bottom:0;
        box-shadow:none;
        transition:none;
    }

    #header_wrap.site-sno-11:after,
    #header_wrap.site-sno-11 .header-main-row,
    #header_wrap.site-sno-11 .header-nav-row,
    #header_wrap.site-sno-11 .course-search {
        display:none !important;
    }

    #header_wrap.site-sno-11 .wrapper {
        position:relative;
        width:94%;
        min-width:90%;
        max-width:none;
        height:80px !important;
        margin:0 auto;
        transition:none;
    }

    #header_wrap.site-sno-11 .site11-legacy-row {
        position:relative;
        height:80px;
    }

    #header_wrap.site-sno-11 .wrapper .logo {
        position:absolute;
        left:0;
        top:14px;
        flex:none;
        z-index:9;
    }

    #header_wrap.site-sno-11 .tip {
        position:absolute;
        left:280px;
        top:35px;
        z-index:9;
        display:block;
    }

    #header_wrap.site-sno-11 .login {
        display:none;
    }
}

@media (min-width:768px) and (max-width:1299px){
    #header_wrap .wrapper {
        width:94%;
    }

    #header_wrap .header-main-row {
        gap:18px;
    }

    #header_wrap .wrapper .logo {
        flex-basis:185px;
    }

    #header_wrap .course-search {
        min-width:260px;
    }

    #header_wrap .header-search-box {
        padding-left:20px;
    }

    #header_wrap .header-search-type {
        margin-right:18px;
        padding-right:18px;
    }

    #header_wrap .header-user-menu ul {
        gap:8px;
    }

    #header_wrap .header-user-menu li .name,
    #header_wrap .header-primary-menu li a {
        font-size:13px;
    }

    #header_wrap .header-primary-menu ul {
        gap:12px;
        margin-left:0;
    }

    #header_wrap .header-primary-menu li a {
        padding:0 10px;
    }

    #header_wrap .header-nav-login {
        flex-basis:120px;
        width:120px;
        min-width:120px;
        padding:0 14px;
    }
}

@media (max-width:767px){
    html { background:#fff;
    text-decoration:none; font-size:14px; font-weight:400; color:#444; letter-spacing:0; line-height:1.5em; word-break:keep-all;/* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    }
        
    #header_wrap { background:#fff; width:100%; z-index:9;}
    #header_wrap .wrapper { position:relative; width:90%; height:60px; margin:0 auto; }
    #header_wrap .wrapper .logo { position:absolute; left:0; top:15px; z-index:9;}
    #header_wrap .wrapper .logo img { 
		height:30px; 
		width: auto;
		object-fit: contain;
	}
    #header_wrap .login { display:none; }
    #header_wrap .tip { display:none; }
    #header_wrap .course-search { display:none; }
    #header_wrap .header-nav-row { display:none; }

    /* 푸터 */
    #footer{ width:100%; padding:35px 0; z-index:9;}
    #footer .wrapper{ width:90%; margin:0 auto; overflow:hidden;}
    #footer .footer_logo { display:block; right:0; padding:2% 0;}
    #footer .footer_logo img { width:160px;}
    #footer .copyright{ display:block; border-left:0px #6c6c6c solid; padding-left:0;}
    #footer .copyright .admin li {display:inline-block; border-left:0px #dcdcdc solid; padding:0 5px; font-size:1.05em; font-weight:500; line-height:25px;}
    #footer .copyright .admin li:first-child{ padding:0;}
    #footer .copyright .address { width:100%; margin-top:10px; font-size:12px !important; color:#9d9d9d; line-height:20px; letter-spacing:0.5px;}
}

.btoom-bn-wrap {
    display: none;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    /* background: #ececec; */
    background: #ececece0;
    z-index: 9999;
}


.btoom-bn-wrap .bn-wrap {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: black;
    font-weight: 400;
    letter-spacing: -1px;
}

.btoom-bn-wrap .bn-wrap .btn {
    display: inline-block;
    /* vertical-align: middle; */
    background: #3d62b0;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    letter-spacing: -1px;
    font-size: 19px;
    font-weight: 500;
    padding: 9px 40px 11px;
    margin-top: -4px;
    margin: -4px 0 0 20px;
    line-height: 1;
}

.btoom-bn-wrap .bn-wrap .btn-close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    cursor: pointer;
}

/* ========================================
   구글 번역 위젯 스타일
   ======================================== */

/* 구글 번역 위젯 컨테이너 */
#google_translate_element {
    display: inline-block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
}

.goog-te-gadget-simple {
    background-color: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 25px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    line-height: normal !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
}

.goog-te-gadget-simple:hover {
    border-color: #0A7AD6 !important;
    box-shadow: 0 4px 12px rgba(10, 122, 214, 0.15) !important;
    transform: translateY(-1px);
}

/* 구글 번역 아이콘 이미지 스타일 */
.goog-te-gadget-simple img {
    width: 19px !important;
    height: 19px !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

/* 구글 번역 1x1 투명 이미지 숨기기 */
.goog-te-gadget-simple img[src*="cleardot.gif"] {
    display: none !important;
}

/* 구글 번역 텍스트 스타일 */
.goog-te-gadget-simple span {
    color: #333333 !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 구글 번역 링크 스타일 */
.goog-te-gadget-simple a {
    text-decoration: none !important;
    color: #333333 !important;
    font-weight: 500 !important;
}

.goog-te-gadget-simple a:hover {
    color: #0A7AD6 !important;
}

/* 구글 번역 메뉴 화살표 제거 */
#\:0\.targetLanguage > span > a > span:nth-child(5) {
    display: none !important;
}

/* 구글 번역 파이프라인(|) 구분자 숨기기 */
.goog-te-gadget-simple span[style*="color: rgb(155, 155, 155)"],
.goog-te-gadget-simple span[style*="border-left: 1px solid rgb(187, 187, 187);"],
.goog-te-gadget-simple span[style*="color:#9b9b9b"] {
    display: none !important;
}

/* 구글 번역 셀렉트 박스 스타일 */
.goog-te-combo {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s ease;
}

.goog-te-combo:hover {
    border-color: #0A7AD6;
}

/* 구글 번역 배너 숨기기 */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

/* 구글 번역 툴팁 숨기기 */
.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* 태블릿 반응형 */
@media (min-width: 768px) and (max-width: 1299px) {
    #google_translate_element {
        top: 8px;
        right: 15px;
    }
    
    .goog-te-gadget-simple {
        padding: 6px 14px !important;
        font-size: 13px !important;
        border-radius: 20px !important;
    }
    
    .goog-te-gadget-simple img {
        width: 16px !important;
        height: 16px !important;
    }
    
    .goog-te-combo {
        font-size: 13px;
        padding: 4px 8px;
    }
}

/* 모바일 반응형 - 구글 번역 숨기기 */
@media (max-width: 767px) {
    #google_translate_element {
        display: none !important;
    }
}
