﻿@import url('http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

@font-face {
 font-family: 'NanumBarunGothic';
 src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot);
 src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumBarunGothic/NanumBarunGothicWeb.woff) format('woff'),
      url(webfont/NanumBarunGothic/NanumBarunGothicWeb.ttf) format('truetype');
}

@font-face {
 font-family: 'NanumSquare';
 src: url(webfont/NanumSquare/NanumSquareR.eot);
 src: url(webfont/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumSquare/NanumSquareR.woff) format('woff'),
      url(webfont/NanumSquare/NanumSquareR.ttf) format('truetype');
}

@font-face {
 font-family: 'F1000yearsBold';
 src: url(webfont/F1000yearsBold/f1000yearsBold.otf) format('opentype');
}

@font-face {
    font-family: 'notosanskr-bold_0';
    src: url('fonts/notosanskr-bold_0.otf') format('opentype');
}

@font-face {
    font-family: 'notosanskr-regular_0';
    src: url('fonts/notosanskr-regular_0.otf') format('opentype');
}

@font-face {
    font-family: 'notosanskr-medium_0';
    src: url('fonts/notosanskr-medium_0.otf') format('opentype');
}

@font-face {
    font-family: 'nanumsquareb';
    src: url('fonts/nanumsquareb.ttf') format('truetype');
}

@font-face {
    font-family: 'nanumsquareeb_0';
    src: url('fonts/nanumsquareeb_0.ttf') format('truetype');
}

@font-face {
    font-family: 'F1000yearsBold';
    src: url('fonts/f1000yearsBold.otf') format('opentype');
}

.notosanskrBold{font-family: 'notosanskr-bold_0';}
.notosanskrRegular{font-family: 'notosanskr-regular_0';}
.notosanskrMedium{font-family: 'notosanskr-medium_0';}
.nanumsquarB{font-family: 'nanumsquareb';}
.nanumsquarEB{font-family: 'nanumsquareeb_0';}
.f1000yearsBold{font-family: 'f1000yearsBold';}

a{color:inherit;text-decoration:none;}
#bandMessage{bottom: 50%!important;}
#findForm{padding: 145px 0!important;}
#unit3561 #daumRoughmapContainer1605512905563 {width:100% ! important;}
.subgnbnav{ display:flex; width:1340px; font-size:22px; justify-content: space-around;}
.subgnbnav a{ text-align: center; width:100%;  height:60px;   display: flex; justify-content:center; align-items:center;}
.subgnbnav li{ text-align: center; width:100%; }
.activemenu{background:#ccc;}
/* font select */

body * { font-family:NanumSquare, sans-serif; letter-spacing : -0.5px;}

/* header */
#gnb-login #header{display: inline-block;right: 2%;top: 50%;text-align: right;position: absolute;transform: translateY(-50%);}
#gnb-login #header .header-box-right a{font-size: 17px;color: #fff;text-decoration: none;padding: 10px 15px;display: inline-block;}

/* =========================================
   gnb (메인 메뉴 영역 - 시안 맞춤 디자인)
   ========================================= */
/* 헤더 배경: 시안처럼 사진 위에 자연스럽게 얹혀지도록 반투명 어두운 배경 */
#gnb-wrap {background-color:rgba(0, 0, 0, 0.25)!important; height: 95px; position: fixed; width: 100%; z-index: 999; transition: all 0.6s;}
#gnb-wrap hr{margin:0 auto; width:90%;}
ul#gnb {
    position: absolute; top: 50%;
    text-align: center; border: none; right: 45%;
    width: calc(100% - 356px - 45px); 
    transform: translate(50%,-50%);
    display: flex; justify-content: center;
}
ul#gnb > li.depth1 {
    width: auto; float: left; text-align: center; line-height: 100px; padding: 0 20px;
    font-weight: bold; position: relative; transition: all .2s ease-in-out;
}

/* 1. 1차 메인 메뉴 텍스트 (평상시: 약간 투명한 흰색으로 배경과 자연스럽게 어우러짐) */
ul#gnb > li.depth1 > a { 
    font-size: 19px; 
    color: rgba(255, 255, 255, 0.75); /* 75% 불투명도의 흰색 */
    text-decoration: none; 
    font-weight: 500 !important; 
    padding-top: 7px; 
    letter-spacing: 0.5px; 
    transition: all 0.3s ease;
}

/* 1차 메뉴 호버 효과 (마우스 올리면 완전한 흰색으로 또렷하게 빛남) */
ul#gnb > li.depth1:hover > a, ul#gnb > li.depth1.active > a { 
    color: #ffffff; /* 100% 흰색으로 밝아짐 */
    font-weight: 700 !important; /* 글씨가 또렷하게 두꺼워짐 */
    border-top: 3px solid #ffffff; /* 깔끔한 순백색 상단 라인 */
    transition: all ease 0.3s; 
}

/* 2. 2차 서브 메뉴 (.subal) - 중앙 카드 느낌의 부드러운 화이트 박스 */
ul#gnb > li.depth1 .subal {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px); /* 등장 전 살짝 아래에 위치 */
    background-color: #ffffff; 
    min-width: 170px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); /* 시안의 은은한 그림자 느낌 */
    border-radius: 12px; /* 부드러운 둥근 모서리 */
    padding: 12px 0;
    margin: 0;
    list-style: none;
    text-align: left; 
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1); /* 고급스러운 가속도 애니메이션 */
    z-index: 9999;
    word-break: keep-all;
    border: 1px solid rgba(0,0,0,0.03); /* 형태를 잡아주는 아주 얇은 테두리 */
}

/* 말풍선 꼬리 효과 제거 (시안의 깔끔한 박스 형태를 위해 꼬리는 없애는 것이 더 세련됨) */
ul#gnb > li.depth1 .subal::before { display: none; }

/* 서브메뉴 마우스 호버 시 스르륵 나타남 */
ul#gnb > li.depth1:hover .subal {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0px); /* 위로 부드럽게 올라옴 */
}

/* 3. 2차 서브 메뉴 텍스트 */
ul#gnb > li.depth1 .subal li { padding: 0; margin: 0; width: 100%; line-height: 1.5; }
ul#gnb > li.depth1 .subal li a {
    display: block;
    padding: 12px 22px;
    color: #4B5563 !important; /* 부드러운 먹색/진회색 */
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
    transition: all 0.25s ease;
    margin-bottom: 0;
}

/* 4. 서브 메뉴 텍스트 마우스 호버 효과 (시안의 로얄 블루 포인트) */
ul#gnb > li.depth1 .subal li a:hover {
    color: #1A56DB !important; /* 아이콘에 사용된 맑은 로얄 블루 */
    background-color: #F3F6FD; /* 아주 연한 파란색 배경 깔림 */
    padding-left: 28px; /* 우측으로 6px 스르륵 밀림 효과 */
    font-weight: 700;
}

/* =========================================
   5. 3차 서브 메뉴 (.subal2 / .depth3) 스타일
   ========================================= */

/* 2차 메뉴 항목(li.depth2)에 하위 메뉴 위치의 기준점 부여 */
ul#gnb > li.depth1 .subal li.depth2 {
    position: relative;
}

/* 3차 서브 메뉴(.subal2) 기본 상태 (숨김) */
ul#gnb > li.depth1 .subal li.depth2 .subal2 {
    position: absolute;
    top: -10px; /* 2차 메뉴와 높이를 자연스럽게 맞춤 */
    left: 100%; /* 2차 메뉴의 우측에 펼쳐짐 */
    background-color: #ffffff;
    min-width: 170px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); /* 부드러운 그림자 */
    border-radius: 12px;
    padding: 12px 0;
    margin: 0 0 0 5px; /* 2차 메뉴와 겹치지 않게 살짝 띄움 */
    list-style: none;
    text-align: left;
    
    /* 숨김 및 애니메이션 초기 상태 (우측에서 스르륵 나타날 준비) */
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px); 
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0,0,0,0.03);
    z-index: 10000;
}

/* 2차 메뉴(.depth2)에 마우스 호버 시 3차 메뉴(.subal2) 노출 */
ul#gnb > li.depth1 .subal li.depth2:hover .subal2 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px); /* 원래 자리로 안착 */
}

/* 3차 서브 메뉴 텍스트(.depth3 a) 스타일 */
ul#gnb > li.depth1 .subal li.depth2 .subal2 li.depth3 a {
    display: block;
    padding: 10px 22px;
    color: #4B5563 !important;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
    margin-bottom: 0;
}

/* 3차 서브 메뉴(.depth3 a) 마우스 호버 효과 (로얄 블루 포인트) */
ul#gnb > li.depth1 .subal li.depth2 .subal2 li.depth3 a:hover {
    color: #1A56DB !important;
    background-color: #F3F6FD;
    padding-left: 28px; /* 글자가 우측으로 살짝 밀리는 애니메이션 */
    font-weight: 700;
}

/* 잔여 메뉴 설정 (유지) */
ul#gnb > li:last-child a { color:white; }
ul#gnb > li img { min-width: 23px; min-height: 20px; }
#gnb > li.more, #gnb > li.login, #gnb > li.start, #gnb > li.bar { display: none; }

/* =========================================
   기존 sub-bottom 스타일 (아래부터 원본 유지)
   ========================================= */
.sub-bottom li{text-align:center;}
.sub-bottom .container {
    display: flex;
    justify-content: space-around;
    padding: 0 0 2%; 
}
.sub-bottom .container .row{width:50%;}
.sub-bottom li{display:inline-block;}
.sub-bottom li a{display: inline-block;padding: 40px 20px 20px; position:relative;
text-decoration: none;float: left; color:black; font-size: 19px; white-space: nowrap;overflow: hidden;width: 100%;float: left;}
    .sub-bottom li a .btn-plus {
        transform: translate(-50%,-50%);
        width: 10px;
        height: 10px;
        left: 50%;
        display: inline-block;
        position: absolute;
        top: 25%;
        border-radius: 50%;
        background-color: #6e7abe;
        opacity: 0;
    }
.sub-bottom	ul{display: flex;
    justify-content: space-evenly;}
.sub-bottom li:hover a .btn-plus,
.sub-bottom li.active a .btn-plus{opacity:1;transition:.3s all;}

.point { position:absolute; bottom:-91px; left:46%; margin-left:-9px; display:none; opacity:1;}

/* all-menu */

.gnb-all { display: none; position: fixed; z-index: 9999; background: rgba(0, 0, 0, 0.7); top: 0; left: 0; width: 100%; height: 100%; text-align:center;}
.gnb-all a {color:#fff; text-decoration:none;}
.gnb-all img {margin:80px 0px 50px; max-width:185px; }
.gnb-all .all-wrapper .all-close { color: #fff; cursor: pointer; font-weight: 600; font-size: 5em; float:right; }
.gnb-all .all-wrapper .container a { display: block; color: #fff; }
.gnb-all .all-wrapper .container > ul > li { display: inline-block; vertical-align: top; padding:0px 25px;}
.gnb-all .all-wrapper .container > ul > li > a { margin:0px 0px 18px; font-size: 25px; font-weight: 600; text-decoration:none;}
.gnb-all .all-wrapper .container > ul > li:first-child { display: none; }
.gnb-all .all-wrapper .container > ul > li > ul > li > a { color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:20px; padding:6px 0px;}
.gnb-all .all-wrapper .container > ul > li > ul > li > a:hover { font-weight:bold; transition:0.2s all ease;}
.gnb-all .all-wrapper .container > ul > li > ul > li > ul > li > a { color: #fff; display: block; margin-bottom: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:16px;}

/* gnb2 */
.gnb2{background: #fff;width: 100%;position: absolute;left: 0px;z-index: 9999;top: 95px;
height: 0;overflow: hidden;}
.gnb2 .gnb2con{width:100%!important;}
.gnb2 .subtext-wrap{width: 40%;float: left; padding:60px 0 0;display: inline-flex;flex-direction: column;flex-wrap: wrap;align-content: center;
justify-content: center;align-items: center;}
.gnb2 .subtext-wrap .subtext{position: relative; top: -20px;}
.gnb2 .subtext-wrap .subtext .subtext_title{text-align: center;font-size: 34px;color: #000;font-weight: bold;letter-spacing: 1px;margin:0 0 30px;}
.gnb2 .subul{width: 60%; float: left; padding:60px 0 0;text-align:left;}
.gnb2 .GnbOneUl{display: inline-flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;padding-bottom: 40px;width:30%;}
.gnb2 .GnbTowUl{}
.gnb2 .subul > li.GnbOne{display: block;text-align: left;width: calc(100% / 2);margin:0;}
.gnb2 .subul > li.GnbOne a:hover{color: #0466E5; transition:0.3s all;}
.gnb2 .subul > li.GnbOne .caretLY2{margin: 0 10px;color: #0466E5;}
.gnb2 .subul > li.GnbOne > a{color:#848484;padding: 10px 20px 10px 0;}
.gnb2 .subul > li{display: inline-flex;flex-direction: column;flex-wrap: nowrap;justify-content: flex-start;margin: 0 10px;width:15%;}
.gnb2 .subul > li > a{padding: 0px 10px 20px;border-bottom: 1px solid #E7E7E7;font-size: 17px;color: #0466E5;text-decoration: none;text-align: left;display:inline-block;}
.gnb2 .subul > li .dept3{width: 100%;display: inline-block;text-align: left;padding:0 0 30px;}
.gnb2 .subul > li .dept3 > li{padding: 5px 10px; border-bottom: 1px solid #E7E7E7;}
.gnb2 .subul > li .dept3 > li > a{font-size: 15px; color: #888888;text-decoration:none;}
.gnb2 .subul > li .dept3 > li > a:hover{color: #0466E5; transition:0.3s all;}
.gnb2 .subul > li .dept3 > li > a .caretLY{color:#448AEC;margin:0 5px;}


/*logo*/
.logo-wrap{position: absolute;top: 50%;left: 10%;transform: translateY(-50%);}
#footer-map{background-color:#DADADA;}
#footer-map #sitemap-wrap { background-color: #FFF; padding:80px 0; display:none; }
#footer-map #sitemap { margin: 70px 0;text-align: center;margin-top: 40px;}
#footer-map #sitemap a { text-decoration:none; }
#footer-map #sitemap a:hover { font-weight:bold; transition:0.2s all;}  
#footer-map #sitemap > li { display: inline-block;vertical-align: top;padding: 0px 30px;text-align: left;width: 15%;}
#footer-map #sitemap > li > a { color:#708da2; font-size:19px; font-weight:600;}
#footer-map #sitemap > li > ul { margin-top:15px;}
#footer-map #sitemap > li > ul > li { padding:3px 0px;}
#footer-map #sitemap > li > ul > li > a { color:#555555; font-size:15px;}
#footer-map #sitemap > li > ul > li > a:hover { color:#30318B; transition:all ease 0.3s; }
#footer-map #sitemap > li > ul > li > ul > li { padding-left:10px; }
#footer-map #sitemap > li > ul > li > ul > li > a { color:#777; font-size:14px;}
#footer-map #sitemap .depth3 { margin:3px 0 0;}
#footer-map #sitemap .depth3 li { font-size:17px; padding:3px 0;}
/* footer */
#footer{background-size: cover;background-repeat: no-repeat;background-position: center; background-color:#000;}
#footer .footerM {width: 100%;display: inline-flex;justify-content: space-between;align-items: flex-end;padding:60px 0 80px;}
#footer .footerM .footerR{}
#footer .footerM .footerR ul{}
#footer .footerM .footerR ul li{font-size:17px;color:#fff;line-height:1.7;}
#footer .footerM .footerR ul li hr{border: 3px solid #fff;width: 10%;margin: 20px auto 20px 0;}
#footer .footerM .footerL{}
#footer .footerM .footerL ul{}
#footer .footerM .footerL ul li{font-size:17px;color:#fff;line-height:1.7;text-align: right;}

/* mobile */
.header-gnb{position: absolute;top: 50%;right: 10%;transform: translateY(-50%);word-spacing: 10px;display: flex;align-items: center;justify-content: space-between;gap:20px;}
.header-gnb a{color:#fff;text-decoration:none;}
.header-gnb .gnbBTN{font-size:17px;color:#fff;text-decoration:none;}
.header-gnb .gnbMORE{font-size:17px;color:#fff;}
.header-gnb .toggle {color:#fff!important; font-size:30px;}

#my-menu{ background-color:rgba(0,0,0,.3); max-width:240px; z-index:4; }
#mm-0:before { height:0!important; }
#mm-1 > ul > li:hover > a.mma1 { color: #34b4c7 !important; }
.mm-navbar.mm-hasbtns .mm-close .mm-sronly{display:none;}
.mm-navbars-top{background-color:rgba(0,0,0,.75);}
.mm-btn {top:unset!important;}
.mm-menu .mm-listview>li .mm-next:after { border-color:#fff; }
.mm-panels>.mm-panel>.mm-listview { margin:0px!important;}
.mm-panels>.mm-panel.mm-hasnavbar { padding-top:0!important; }
.mm-panels > .mm-panel { padding:0; }
.mm-panels, .mm-panels>.mm-panel { z-index:9999; }
.mm-listview { margin:0; }
.mm-listview > li > a, .mm-listview > li > span { padding: 10px 10px 10px 20px; margin: 0; }
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel { padding:0 0 0 10px; }
.mm-listview>li>a, .mm-listview>li>span { padding:10px 20px!important; font-size:17px; }
.closeMenu{color:#fff!important; text-decoration:none!important; cursor:pointer; font-size:40px;position: absolute;
right: 0;top: 5%;}
.mob-login { overflow:hidden; padding:15px 0; border-bottom:1px solid #808080; margin-bottom:10px; }
.mob-login li { float:right; overflow:hidden; }
.mob-login a { display: inline-block !important; font-size: 17px !important; border: 0px !important; box-shadow: none !important; color: #aaa !important; padding: 0px 10px !important; }
.mob-login a .fa { font-size:20px!important; }
.mmenu-depth1 > a{ color:#fff!important; }
.mmenu-depth2 > a{ color:#E4E3B9!important; }
.mmenu-depth3 > a{ color:#B4EBF1!important; }
a.mm-next{width:100%!important;}

.subul {
        
        text-align:center;
}

/*실시간생방송*/
.latest-special {margin-bottom: 30px;margin-left: 18px;}
.latest-special .p4 {font-size:30px;padding-left: 15px;position: relative;color:#000000;top: 15px;}
.latest-special .white-bar {background: #7c8789;width: 1px;height: 22px;display: inline-block;margin: -20px 13px;}
.jubowrapper {display: inline-block;position: relative;top: 13px;font-size: 13px;opacity: 0.8;}
.latest-special .p4 span {
    color: #948e8f;
}

/*sub*/
.subTitle{text-align: center;border-bottom: 2px solid #000;display: inline-block;width: 100%;margin:0 0 20px;}
#subtop img { width:100%; }
#subgnb { border-bottom:1px solid #ddd; padding:0px 0px;background-color: #F9F9F9;}
#subgnb .subgnb-home { float:right; display:inline-block; margin:12px 0px 0px 0px;}
#subgnb .container > div{margin: 10px 0; display: inline-block;}
#subgnb span, #subgnb a { font-size:16px; color:#777; position:relative; top:3px; text-decoration:none;}
#subgnb a.active { color:#6599CB; font-weight:bold; }
#subgnb .dropdown {display: inline-block;border-right: 1px solid #CCCCCC;float: left;}
#subgnb .dropdown:last-child{border:none;}
#subgnb .dropdown .btn { padding:10px 20px; font-size:17px; font-weight:bold;}
#subgnb .dropdown .btn-default { border:none;}
#subgnb .dropdown .btn:hover { background-color:transparent!important; transition:0.3s all ease;}
#subgnb .dropdown .btn,
#subgnb .dropdown .btn .active  { background-color:transparent!important; }
#subgnb .dropdown-menu>li>a { padding:10px 20px; transition:0.3s all ease; font-size:17px;}
#subgnb .caret {border-top: 6px solid #000;border-bottom: 6px solid transparent;border-right: 6px solid transparent;border-left: 6px solid #000;
position: relative;margin: 0;height: 8px;width: 8px;transform: rotate(225deg);transition: all 0.6s;margin-top: -15px;margin-left: 20px;}

#content { padding:40px 0px; }
#content .third-menus { margin:10px 0 42px 0;text-align:center; }
#content .third-menus ul{ display:inline-block; }
#content .third-menus ul li { border: 1px solid #dedede; float:left; margin-left:-1px;}
#content .third-menus ul li a { color: #333;text-decoration: none;padding: 8px 17px;font-size: 12px;min-width: 160px;display: inline-block;text-align: center; }
#content .third-menus ul li.active a { color:#fff; }
#sub_title { font-size: 40px;font-weight: bold;margin: 0;display: inline-block;padding: 0px 0px 20px;width: 100%;float: left;}

.lnb { padding:0px 30px;}
.lnb_title { font-size:30px; border-bottom:1px solid #000; padding:40px 0px; font-weight:600; text-align:center; position:relative;}
.sub-left-triangle { position: absolute; right: 0px; top: 0; width: 0; height: 0; border-left: 30px solid transparent; border-top-width: 30px; border-top-style: solid; border-top-color: #6599CB; }
.sub_depth2 { margin-top:0px; padding-top:0px; }
.sub_depth2 li { padding: 20px 25px; border-bottom:1px solid #ddd; transition:all ease 0.3s; }
.sub_depth2 li.active, .sub_depth2 > li:hover { background:#d9d3f2; }
.sub_depth2 > li > a { color:#777; font-weight:600;  font-size:17px; text-decoration:none; }
.sub_depth2 li a { color:#777; font-weight:600;  font-size:16px; text-decoration:none; }
.sub_depth2 li i { position:relative; margin:3px 15px 0px 0px; cursor:pointer; float:right; font-size:16px;}
.sub_depth2 li i.fa-minus { display:none; }
.sub_depth2 li:last-child { border-color:#000; }
.sub_depth3 { padding:0px 15px; margin-top:15px; display:none; }
.sub_depth3.active { display:block; }
.sub_depth3 li { padding: 10px 20px; border-bottom:1px solid #999; background-color: #f4c9ff; }
.sub_depth3 li a  { color:#999; font-size:15px;  text-decoration:none;  transition:all ease 0.3s; }
.sub_depth3 li a:hover  { color:#739AB9; }
.sub_depth3.a_96 li a:hover { color:#4E5397; }
.sub_depth3.a_98 li a:hover { color:#E4C640; }

@media (max-width:1699px) {
    ul#gnb > li.depth1 > a,
    .header-gnb a{font-size:17px;}
}
@media (max-width:1499px) {
    .logo-wrap{left: 3%;}
    .header-gnb{width:17%;right: 3%;}
    ul#gnb > li.depth1{padding: 0 10px;}
}
@media (max-width:1199px) {
    ul#gnb{right: 50%;}
    .logo-wrap{left:1%;width:200px;}
    .header-gnb{right: 2%;gap: 10px;}
}
@media (max-width:992px) {
    #gnb-wrap{height:70px;}
    .logo-wrap{left:5%;}
    .header-gnb{width:35%;}
}
@media (max-width:767px) {
    .header-gnb {width: auto;}
    #footer .footerM{flex-direction: column;padding:20px 0;}
    #footer .footerM .footerR{padding:0 0 20px;}
    #footer .footerM .footerR ul{text-align:right;}
    #footer .footerM .footerL ul li,
    #footer .footerM .footerL ul li a{font-size:16px;word-break:keep-all;}
    #footer .footerM .footerR ul li hr{margin: 20px 0 20px auto;}
    #subgnb .dropdown .btn{font-size:15px;padding:10px;}
    #sub_title{font-size:20px!important;}
}
@media (max-width:340px) {
}

@media (max-width:320px) {
}