@charset "utf-8";
@import 'font.css';
@import 'main.css';

/*ready*/
.ready { clear: both;border: 1px solid rgba(228, 228, 228, 0.9);background: rgba(228, 228, 228, 0.2);border-radius: 5px;min-height: 300px; display: flex;font-size: 18px;color: #999;align-items: center;
    justify-content: center;text-align: center;margin-top: 50px;}

/* 탑버튼 */
#botSite { position: fixed;right: 50px;bottom: 100px;z-index: 100;}
.topBtn { position: relative;border: 10px solid rgba(44, 101, 255, 0.1);border-radius: 100%;z-index: 1000;animation: pulseBorder 2s infinite alternate;position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);}
.topBtn a { width: 40px;height: 40px;line-height: 40px;font-size: 13px; background: #207FFF;display: inline-block;border-radius: 100%;color: #fff;text-align: center;}
@keyframes pulseBorder {
    0% { /* 애니메이션 시작 시점 */
        border-width: 8px; /* 원래 테두리 두께 */
        border-color: rgba(44, 101, 255, 0.05); /* 원래 테두리 색상 투명도 */
    }
    50% { /* 애니메이션 중간 시점 (커졌을 때) */
        border-width: 13px; /* 테두리 두께를 살짝 키웁니다. */
        border-color: rgba(44, 101, 255, 0.2); /* 투명도를 살짝 높여서 더 선명하게 */
    }
    100% { /* 애니메이션 종료 시점 (다시 작아졌을 때) */
        border-width: 8px; /* 원래 두께로 돌아옵니다. */
        border-color: rgba(44, 101, 255, 0.1); /* 원래 투명도로 돌아옵니다. */
    }
}

/*학술지 아이콘*/
.ic-journal { background: orangered;border-radius: 5px;color: #fff;font-size: 16px;padding: 5px 7px 3px;font-weight: 400;vertical-align: middle;margin-left: 10px;}
.journal-btn {font-size: 15px;position: relative !important;padding-top: 15px;}
.journal-btn.gryV-btn a.blueBtn { width: 85px; height: 35px; line-height: 35px; border-radius: 10px; background: #2C65FD;font-size: 15px;font-weight: 400;margin: 0 2px 0 10px;}
.journal-btn.gryV-btn a.grayBtn { width: 85px; height: 35px; line-height: 35px; border-radius: 10px; background: #F3F3F3;font-size: 15px;font-weight: 400;color: #160F0E;margin: 0 2px;}
.journal-btn.gryV-btn span { display: block;position: relative;padding-left: 15px;}
.journal-btn.gryV-btn span::before { content: 'ㆍ';position: absolute;left: 0px;top: 2px; color: #747474;font-size: 20px; font-weight: 800;}
.gryV-thum.journal-thum img { height: auto;}
.dlList.journal-list { padding-top: 25px;}
.dlList.journal-list .dlList dl { padding: 5px 0;}

/*sub layout*/
#sub { padding: 100px 0;}
.subVisu { position: relative;margin-top: 30px;display: flex;height: 228px;align-items: flex-end;}
.subVisu::before { content: '';position: absolute;left: 0;top: -1px;width: 100%;height: 100%; background: url(../img/about-Visu-back.png) left top no-repeat;z-index: 105;}
.galleryV,
.aboutV,
.searchV,
.bookV,
.qnaV,
.reportV,
.journalV,
.youtubeV,
.imageV,
.glocalV,
.pickbookV,
.eduV,
.onlineV,
.localV,
.local-2V,
.mapV,
.cultureV { position: relative;width: 100%; overflow: hidden;}

.subVisu-L { width:360px;z-index: 12;overflow: hidden; margin-left: -7px;}
.subVisu-R { width: calc(100% - 350px); position: relative;z-index: 101;height: 100%;}
.subVisu-L img { width: 100%;}

.aboutV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/aboutV-right.png) left bottom no-repeat;background-size: cover;
animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.galleryV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/galleryV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.searchV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/searchV-right.png) left bottom no-repeat;background-size: contain;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.bookV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/bookV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.qnaV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/aboutV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.reportV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/reportV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.journalV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/journalV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.youtubeV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/youtubeV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.imageV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/imageV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.glocalV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/glocalV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.pickbookV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/pickbookV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.eduV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/eduV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.onlineV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/onlineV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.localV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/localV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.local-2V::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/local-2V-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.mapV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/mapV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}
.cultureV::before { content: '';position: absolute; left: 0;top:0; width: 100%; height: 100%; background: url(../img/cultureV-right.png) left bottom no-repeat;background-size: cover;animation: breatheBackgroundZoom 2s ease-in-out forwards;}

@keyframes breatheBackgroundZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03); 
  }
  100% {
    transform: scale(1);
  }
}
@keyframes breatheBackgroundfade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.content-title { font-size: 27px;color: #fff;font-weight: 600;z-index: 1001;position: relative;}
.subCurrent { clear: both;position: absolute;left: 90px;top: 110px;z-index: 1001;}
.subCurrent ul { margin: 10px 0 0 0px;}
.subCurrent ul li { float: left;color: rgba(255,255,255,0.7);padding: 0 7px;font-weight: 200;letter-spacing: 0;}
.subCurrent ul li:first-child { content: '';background: url(../img/home-ic1.png) center 2px no-repeat;width: 16px;height: 18px;vertical-align: bottom; background-size: contain;text-indent: -9999px;}
.subCurrent ul li span { color: rgba(255,255,255,1);font-weight: 500;}
.subCurrent ul li::after { content: '|';font-size: 12px;margin-left: 14px;} 
.subCurrent ul li:last-child:after { content: '';}

.sub-content { clear: both;position: relative;padding-top: 80px;}
.subconts-title { font-size: 32px;color: #160F0E;font-family: 'NexonFootballGothic';font-weight: 600;padding-bottom: 30px;}
.subconts-txt { font-size: 16px;color: #160F0E; margin-top: -25px;}

/*탭메뉴*/
.tabmenu { clear: both;margin-bottom: 50px;}
.tabmenu ul { display: flex;justify-content: center;}
.tabmenu ul li {margin: 0 10px;background: #EFEFEF;border-radius: 6px;border: 1px solid #C5D2E6;}
.tabmenu ul li a { width: 145px;height: 40px;line-height: 42px;text-align: center;display: block;color: #747474;font-weight: 600;letter-spacing: 0;}
.tabmenu ul li a:hover {background: #2C65FD;border-radius: 6px;border: 1px solid #2C65FD;color: #fff;}
.tabmenu ul li a.on { background: #2C65FD;border-radius: 6px;border: 1px solid #2C65FD;color: #fff;}

/*longtab 가로긴형 탭메뉴*/
.longtab {/* max-width: 700px;*/margin: 0 auto 50px;}
.longtab ul { display: flex;flex-wrap: wrap;}
.longtab ul li {margin: 0 5px 10px;background: #EFEFEF;border-radius: 6px;/*flex: 0 0 calc(20% - 8px);*/ }
.longtab ul li a { width: auto;height: 40px;line-height: 42px;text-align: center;display: block;color: #747474;font-weight: 600;padding: 0 25px;letter-spacing: 0;}
.longtab ul li a:hover {background: #2C65FD;border-radius: 6px;border: 0px solid #2C65FD;color: #fff;}
.longtab ul li a.on { background: #2C65FD;border-radius: 6px;border: 0px solid #2C65FD;color: #fff;}

/*about 컨텐츠*/
.aboutTC { clear: both;}
.aboutTC p { font-size: 28px;font-weight: 800;color: #000;display: inline-block;}
.aboutTC .aboutTC-txt1 { font-family: 'BookkMyungjo';background: #090793;padding: 4px 15px 5px;rotate: calc(-5deg);color: #fff;display: inline-block;margin-right: 5px;}
.aboutTC .aboutTC-txt2 { background: #2C65FD;border-radius: 30px;padding: 8px 20px 7px;rotate: calc(-5deg);color: #fff;font-family: 'ELandChoice';/*font-family: 'NexonFootballGothic';*/display: inline-block;margin-right: 5px;margin-left: 20px;}
.about-inmnutxt { clear: both;padding: 30px 0;line-height: 160%;color: #000;}
.about-inmnutxt .subTxt-1 { font-size: 20px;padding-bottom: 20px;}
.about-inmnutxt .txt-blue { color: #2C65FD; font-weight: 800;}
.about-inmnutxt .txt-black { color: #000; font-weight: 800;}
.about-boxGray { position: relative; margin: 50px 0;clear: both;padding: 80px 70px;background:linear-gradient(to right, #F6F6F6, #DEEBFF);border-radius: 20px;display: flex;min-height: 450px;}
.about-boxGray::after { content: ''; position: absolute;left: 0;bottom: 70px; background: url(../img/about-topbtm.png) center bottom no-repeat;width: 100%;height:135px;background-size: contain;}
.awhat-title { font-size: 26px;font-family: 'Aggravo';position: absolute;left: 80px;top: 80px;color: #160F0E;}
.awhat-stepone { position: relative; font-size: 18px;position: relative;width: 33%;min-height: 125px; background: rgba(255,255,255,0.4);border-radius: 15px;padding: 30px 25px;height: 50%;margin-top: 120px;}
.awhat-stepone p, .awhat-steptwo p { padding-left: 50%;text-align: center;color: #160F0E;}
.awhat-stepone p span, .awhat-steptwo p span {font-family: 'Aggravo';font-size: 18px;color: #160F0E;}
.awhat-stepone p span { margin-top: 20px;display: inline-block;}
.awhat-steptwo p span { margin-top: 10px;display: inline-block;}
.awhat-stepone::before { content: ''; position: absolute;left: 30px;bottom: 22px;width: 100px;height: 100px;background: url(../img/aboutstep-ic.png) center no-repeat;}
.awhat-stepone::after { content: '';position: absolute;left: 5%;bottom: 20px;width: 92%;margin: 0 auto; height: 25px;background: url(../img/about-arrow.png) right bottom no-repeat;background-size: contain;}
.awhat-steptwo { position: relative; font-size: 18px;width: calc(33% - 20px);min-height: 125px;margin-left: 20px;background: rgba(255,255,255,0.6);border-radius: 15px;padding: 30px 25px;height: 70%;margin-top: 70px;}
.awhat-stepthree { width: calc(33% - 30px);margin-left: 30px; background: rgba(255,255,255,1);border-radius: 15px;padding: 30px 25px;height: 70%;}
.awhat-steptwo::before { content: ''; position: absolute;left: 40px;bottom: 15px;width: 100px;height: 91px;background: url(../img/aboutstep-ic-2.png) center no-repeat;background-size: contain;}
.awhat-steptwo::after { content: '';position: absolute;left: 5%;bottom: 20px;width: 92%;margin: 0 auto; height: 25px;background: url(../img/about-arrow.png) right bottom no-repeat;background-size: contain;}
.awst-ttl { font-size: 28px;color: #2C65FD;font-family: 'Aggravo';}
.awst-ttl span { font-size: 20px;}
.awst-txt { font-size: 18px;margin-top: 10px;color: #160F0E;}
.about-today { clear: both;padding: 50px 0;}
.about-today .abouttoday-conts { display: flex;gap: 30px;padding-bottom: 50px;align-items: center;}
.about-today .abouttoday-conts .abouttoday-left,
.about-today .abouttoday-conts .abouttoday-right { width: 50%;}
.about-today .abouttoday-conts .aboutTL-1page,
.about-today .abouttoday-conts .aboutTL-life,
.about-today .abouttoday-conts .aboutTL-audio { height: 200px;}

.aboutTLp-ttl,
.aboutTLl-ttl,
.aboutTLa-ttl { font-size: 24px;color: #160F0E;font-family: 'Aggravo';padding-top: 10px;}
.aboutTLa-ttl::before, .aboutTLl-ttl::before, .aboutTLp-ttl::before { content: '';display: inline-block;background: url(../img/ttl-ic-left.png) center no-repeat;width: 20px;height: 14px;vertical-align: top;margin-right: 10px;}
.aboutTLa-ttl::after, .aboutTLl-ttl::after, .aboutTLp-ttl::after { content: '';display: inline-block;background: url(../img/ttl-ic-left.png) center no-repeat;width: 20px;height: 14px;vertical-align: top;margin-left: 10px;rotate: calc(180deg);}
.aboutTLp-txt,
.aboutTLl-txt,
.aboutTLa-txt { font-size: 20px;color: #160F0E;line-height: 120%;padding-top: 20px;padding-left: 30px;}
.aboutTLp-ttl span { color: #090793;}
.aboutTLl-ttl span { color: #2C65FD;}
.aboutTLa-ttl span { color: #2C65FD;}

.aboutTLp-txt span,
.aboutTLl-txt span,
.aboutTLa-txt span { display: block;}

.aboutTL-1page { background: #E7EAF3 url(../img/page-char.png) right bottom no-repeat;border-radius: 15px;margin-bottom: 30px;padding: 40px 30px;}
.aboutTL-life { background: #D8E8FF url(../img/life-char.png) right bottom no-repeat;border-radius: 15px;margin-bottom: 30px;padding: 40px 30px;}
.aboutTL-audio { background: #B1D9FF url(../img/audio-char.png) right bottom no-repeat;border-radius: 15px;margin-bottom: 30px;padding: 40px 30px;}

.about-platform { background:#2C65FD;width: 100%; min-height: 590px;background-size: contain;overflow: hidden;border-radius: 20px;margin-top: 50px;padding: 0 70px;}
.aplatform-ttl { text-align: center;color: #fff;font-size: 20px;font-family: 'Aggravo';margin: 18px 0;}
.aplatform-ttl span { padding-top: 30px;display: inline-block;}
.aplatform-btmtxt {  text-align: center;color: #fff;font-size: 24px;padding: 20px 0 30px; letter-spacing: 0;font-weight: 600;}
.aplatform-btmtxt p { display: inline-block;}
.aplatform-btmtxt span { font-family: 'Aggravo';}
.aboutplatform-conts { display: flex;align-items: center;}
.aboutplatform-conts > div { text-align: center;color: #fff;}
.aplatform-left { width:calc(30% - 50px);margin-right: 50px;}
.aplatform-left .aplatform-box { position: relative;}
.aplatform-left .aplatform-box::after { content: '';position: absolute;right: -50px;top: 50%;background: url(../img/platform-arrow2.png) left center no-repeat;width: 50px;height: 10px;background-size: cover;}
.aplatform-right { width:calc(30% - 80px);position: relative;margin-left: 80px;}
.aplatform-right .aplatform-box { position: relative;}
.aplatform-right .aplatform-box::after { content: '';position: absolute;left: -80px;top: 50%;margin-top: -7px; background: url(../img/platform-arrow.png) left center no-repeat;width: 80px;height: 15px;background-size: cover;}
.aplatform-right .aplat-ttl { text-align: center;padding-top: 150px;position: relative;}
.aplatform-right .aplat-ttl::before { content: ''; position: absolute;  left: 50%;  top: 0%;  transform: translate(-50%, 0%); width: 125px;height: 125px;border-radius: 100%;border-top:1px solid #fff;background:rgba(255,255,255,0.1) url(../img/platform-ic5.png) center no-repeat;}
.aplatform-center { width: 40%;border-radius: 15px;background: rgba(255,255,255,0.1);border-top:1px solid #fff;position: relative;}
.aplatform-center::before { content: ''; position: absolute; left: 50%;top: 3%; width: 1px;height: 94%;background: rgba(255,255,255,0.5);}
.aplatform-center::after { content: ''; position: absolute; left: 3%;top: 50%; width: 94%;height: 1px;background: rgba(255,255,255,0.5);}
.aplatform-centercotns { display: flex;flex-wrap: wrap;align-items: stretch; height: 100%;}
.abform-01 {width: 50%;padding: 110px 0 30px;position: relative;}
.abform-01::after { content: ''; position: absolute;transform: translate(-50%, -50%); left: 50%;top: 35%; background: url(../img/platform-ic1.png) center bottom no-repeat;width: 50px;height:50px;background-size: contain;}
.abform-02 {width: 50%;padding:110px 0 30px;position: relative;}
.abform-02::after { content: ''; position: absolute;transform: translate(-50%, -50%); left: 50%;top: 35%; background: url(../img/platform-ic2.png) center bottom no-repeat;width: 50px;height:50px;background-size: contain;}
.abform-03 {width: 50%;padding: 110px 0 30px;position: relative;}
.abform-03::after { content: ''; position: absolute;transform: translate(-50%, -50%); left: 50%;top: 35%; background: url(../img/platform-ic3.png) center bottom no-repeat;width: 50px;height:50px;background-size: contain;}
.abform-04 {width: 50%;padding: 110px 0 30px;position: relative;}
.abform-04::after { content: ''; position: absolute;transform: translate(-50%, -50%); left: 50%;top: 35%; background: url(../img/platform-ic4.png) center bottom no-repeat;width: 50px;height:50px;background-size: contain;}
.abform-no {font-size: 16px;font-family: 'Aggravo';}
.abform-txt {color: #fff;display: block;}
.aplatform-box { border-radius: 15px;background: rgba(255,255,255,0.1);border-top:1px solid #fff;padding: 30px;margin: 30px 0;}
.aplatform-box .aplat-ttl { font-weight: 600;line-height: 150%;}
.aplatform-box .aplat-txt { font-weight: 300;line-height: 150%;margin-top: 10px;letter-spacing: 0;}
.aplatform-box .aplat-txt span { display: block;}



/* 게시판 */
.bdCont {margin-top: 0px;}
.brdTop {padding-bottom: 10px;}
.brdTop:after {content: ''; display: table; clear: both;}
.brdTop p {float: left; font-size: 18px; color: #555; margin-top: 10px; line-height: 150%; position: relative;}
.brdTop p span {color: #3e82e7;font-weight: 600;}
.brdSch {float: right;}
.brdSch:after {content: ''; display: table; clear: both;}
.brdSch dt {float: left; margin-right: 5px;}
.brdSch dt select { width: 130px;}
.brdSch dd {float: left; position: relative;}
.brdSch dd input[type="text"] {display: block; width: 220px; height: 38px; border: solid 1px #C5D2E6; padding-left: 10px; padding-right: 40px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.brdSch dd a,
.brdSch dd button {display: block; width: 38px; height: 38px; position: absolute; right: 0; top: 0; text-indent: -9999px; background: url('../img/gla-ic.png')no-repeat center center;}
.brdAll {float: right; margin-right: 30px;}
.brdAll:after {content: ''; display: table; clear: both;}
.brdAll select {display: block; width: 130px; float: left;}
.brdAll a,
.brdAll button {display: block; height: 38px; line-height: 34px; float: left; text-align: center; width: 50px; color: #fff; background: #454545; margin-left: 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.brdList { border-top: 2px solid #454545; }
.brdList th,
.brdList td {text-align: center; padding: 15px; font-size: 11pt;}
.brdList th {border-top: solid 1px #454545; border-bottom: solid 1px #ccc; font-weight: 500; background: #fafafa;}
.brdList td {border-bottom: solid 1px #ccc;}
.brdList td.bdlNum {color: #666;}
.brdList td.bdlTitle {text-align: left;}
.brdList td.bdlTitle a {display: inline-block; max-width: 85%; color: #555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle;}
.brdList td.bdlTitle a .bdlNew {display: inline-block; vertical-align: middle; width: 18px; height: 18px; line-height: 18px; text-align: center; margin-top: -2px; background: #3e82e7; color: #fff; margin-left: 5px; font-size: 8pt; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.brdList td.bdlTitle img {display: inline-block; vertical-align: middle; margin-left: 5px;}
.brdList tr.noti td.bdlNum {color: #3e82e7; font-weight: 500; font-size: 9pt;}
.brdList tr.noti td.bdlTitle a {color: #222;}
.paging {text-align:center; margin-top: 30px;display: flex;align-items: center;justify-content: center;}
.paging a {display:inline-block; vertical-align:middle; width:40px; height:40px; line-height:40px; position: relative; font-family: 'Roboto', sans-serif; color: #999; font-size: 11pt;}
.paging > a {text-indent:-9999px;}
.paging .page-left span { color: #2C65FD; }
.paging a.first {background:url('../img/paging-first.png')no-repeat center center;text-indent: -99999px;}
.paging a.prev {background:url('../img/paging-prev.png')no-repeat left center;text-indent: 0;font-size: 11px;color: #747474;}
.paging a.next {background:url('../img/paging-next.png')no-repeat right center;text-indent: 0;font-size: 11px;color: #747474;}
.paging a.last {background:url('../img/paging-last.png')no-repeat center center;text-indent: -99999px;}
.paging ul {display:inline-block; vertical-align:middle;}
.paging ul li {display:inline-block; vertical-align:middle; position: relative;}
.paging ul li:before {content: ''; display: block; width: 1px; height: 12px; background: #e2e2e2; position: absolute; left: 0; top: 50%; margin-top: -6px;}
.paging ul li:last-child:after {content: ''; display: block; width: 1px; height: 12px; background: #e2e2e2; position: absolute; right: 0; top: 50%; margin-top: -6px;}
.paging ul li.on a {font-weight: 700; color: #3b83f4;}

/*버튼 그룹*/
.brdBtn {margin-top: 20px; text-align: right;}
.brdBtn a {display: inline-block; width: 100px; height: 50px; line-height: 48px; text-align: center; border: solid 1px #003276; color: #003276; font-size: 16px; font-weight: 500; margin-left: 5px;}
.brdBtn a.btnBlack {display: inline-block; width: 100px; height: 50px; line-height: 48px; text-align: center; color: #fff; font-size: 16px; font-weight: 500; margin-left: 5px;background: #333;border-radius: 10px;}
.brdBtn a.btnBlack:hover { background: #000;color: rgba(255,255,255,0.7);}
.brdBtn a.btnBlue {display: inline-block; width: 100px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 16px; font-weight: 500; margin-left: 5px;background: #2C65FD;border-radius: 5px;border: none;}
.brdBtn a.btnBlue:hover { background: #1a54ee;color: rgba(255,255,255,0.7);}
.brdBtn a.btnGray {display: inline-block; width: 100px; height: 50px; line-height: 50px; text-align: center; color: #747474; font-size: 16px; font-weight: 500; margin-left: 5px;background: #E5E5E5;border-radius: 5px;border: none;}
.brdBtn a.btnGray:hover { background: #c6c6c6;color: rgba(255,255,255,0.8);}
.brdBtn a { margin: 0 15px;}


/* 댓글 */
#comment {margin-top: 70px;}
.cmtTitle {border-bottom: solid 1px #ccc; padding-bottom: 10px; font-size: 13pt; font-weight: 500;}
.cmtTitle:before {content: ''; display: inline-block; vertical-align: middle; margin-right: 5px; width: 23px; height: 20px; margin-top: -2px; background: url('../img/sub/comment_ico.png')no-repeat center center;}
.cmtList li {padding: 20px 0; border-bottom: solid 1px #ccc;}
.cmtlTop {margin-bottom: 10px;}
.cmtlTop h5 {display: inline; vertical-align: middle; font-size: 11pt; font-weight: 700;}
.cmtlTop h5 em {display: inline-block; vertical-align: middle; width: 20px; height: 20px; border: solid 1px #bdbdbd; margin-right: 6px; margin-top: -4px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.cmtlTop p {display: inline; vertical-align: middle; color: #666; margin: 0 10px;}
.cmtlTop a {display: inline-block; vertical-align: middle; border: solid 1px #d5d5d5; height: 20px; line-height: 18px; padding: 0 5px; margin-right: 2px; font-size: 9pt; color: #666;}
.cmtlTop a:last-child {margin-right: 0;}
.cmtlTxt {padding-left: 27px; color: #666;}
.cmtIpt {position: relative; padding-right: 120px; margin-top: 40px;}
.cmtIpt textarea {display: block; width: 100%; padding: 15px; border: solid 1px #ccc; height: 110px; resize: none;}
.cmtIpt a {display: block; width: 110px; height: 110px; line-height: 108px; text-align: center; border: solid 1px #003276; color: #003276; position: absolute; right: 0; top: 0;}
.cmtNum {margin-top: 10px;}
.cmtNum span {color: #3e82e7; font-weight: 500;}

/* 상세 */
.brdList.subbrd .first_noti {border-top:2px solid #000;}
.brdList.subbrd .first_noti td {padding:20px; font-size: 20px;}
.brdList.subbrd .padding_tb10 td  {padding:10px;}
.brdList.subbrd .first_noti td input {width:100%;border:1px solid #ccc;padding-left:20px;}
.brdList.subbrd .noti .noti_bg_color {background:#fafafa;}
.brdList.subbrd .title-T {font-weight:600;font-size: 20px;}
.brdList.subbrd .title-b {font-weight:400;color: #000;}
.brdList.subbrd .text_l {text-align:left;}
.brdList.subbrd .text_l a {display: block;margin-bottom: 3px;}
.brdList.subbrd .text_l a img { width: 17px;}
.brdList.subbrd .text_c {text-align:center;}
.bdvTxt-wrap {padding:30px 30px 75px 30px; letter-spacing: -0.065em; line-height:2.2em; border-bottom:1px solid #ccc;}
.bdvTxt-wrap img {max-width:100%;}
.bdvTxt > div > p { margin: 30px 0;line-height: 150%;font-size: 17px;}
.bdvTxt > div > p img { width: 85%;}
.bdvNav {margin-top: 20px; border-top: 1px solid #BCBCBC;border-bottom: 1px solid #BCBCBC;}
.bdvNav:after {content: ''; display: table; clear: both;}
.bdvNav > a {float: left; height: 80px;}
.bdvBtn {width: 100%; background-size: 19px auto !important;}
.bdvBtn > div {}
.bdvBtn > div > div {}
.bdvBtn span {font-size:11pt;display: block; color: #666;font-weight: 600;font-size: 17px;}
.bdvBtn p {font-size: 12pt;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.bdvBtn em {display: block; color: #797979; font-weight: 500;}

.bdvBtn.bdvPrev { height: 50px;line-height: 50px;}
.bdvBtn.bdvPrev span { background: #f3f3f3;display: inline-block;width: 150px;float: left;text-align: center;}
.bdvBtn.bdvPrev span::before { content: ''; background: url(../img/select-gray-arrow.png) left center no-repeat; display: inline-block; width: 38px;height: 38px;vertical-align: middle;}
.bdvBtn.bdvPrev p { padding:0 30px;}

.bdvBtn.bdvNext { height: 51px;line-height: 50px;border-top: 1px solid #D9D9D9;box-sizing: border-box;}
.bdvBtn.bdvNext span { background: #f3f3f3;display: inline-block;width: 150px;float: left;text-align: center;}
.bdvBtn.bdvNext span::before { content: ''; background: url(../img/select-gray-arrow.png) right center no-repeat; display: inline-block; width: 38px;height: 38px;vertical-align: middle;rotate: calc(180deg);}
.bdvBtn.bdvNext p { padding:0 30px;}

/*gryView 상세*/
.gryView { border-top: 2px solid #DADADA;padding: 40px 0;}
.view-subject { display: flex;border-bottom: 2px solid #DADADA;padding-bottom: 40px;}
.gryV-thum { margin-right: 50px;width: calc(28% - 50px);}
.gryV-thum img { border: solid 1px #DADADA; border-radius: 6px; width: 100%; height: 100%;}
.gryV-conts { position: relative;width: 72%;}
.gryV-conts h5 { font-size: 24px;font-weight: 800;color: #000;padding: 20px 0;}
.gryV-rank { clear: both;}
.gryV-rank .gryV-cal { font-size: 20px;font-weight: 800;color: inherit;margin-right: 30px;}
.gryV-rank .gryV-cal::before { content: ''; display: inline-block;width: 24px;height: 24px;background: url(../img/calendar-ic.png) center no-repeat;vertical-align: bottom; margin-right: 7px;}
.gryV-rank .gryV-no { font-size: 20px;font-weight: 800;color: inherit;margin-right: 30px;}
.gryV-rank .gryV-no::before { content: ''; display: inline-block;width: 24px;height: 24px;background: url(../img/view-ic.png) center no-repeat;vertical-align: bottom; margin-right: 7px;}
.dlList {padding-top: 50px;}
.dlList dl { display: flex;padding: 10px 0;}
.dlList dl dt { font-size: 20px;color: inherit;font-weight: 700;position: relative;padding-left: 30px;width: 140px;flex-shrink: 0; /* flex 컨테이너 강제사이즈*/ white-space: nowrap; }
.dlList dl dt::before { content: 'ㆍ';position: absolute;left: 0;top: -5px;font-size: 32px;color: #747474;font-weight: 800;}
.dlList dl dd { font-size: 18px;color: #747474;font-weight: 300;padding-left: 15px;position: relative;letter-spacing: 0;}
.dlList dl dd::before { content: '';position: absolute;left: 0;top: 3px;width: 1px;height: 20px;background: #DADADA;}
.gryV-btn { position: absolute;right: 0;bottom: 0;}
.gryV-btn a.blueBtn { width: 120px;height: 45px;line-height: 45px;border-radius: 10px;background: #2C65FD;color: rgba(255,255,255,1);text-align: center;font-size: 18px;font-weight: 800;display: inline-block;}
.gryV-btn a.blueBtn:hover { background:linear-gradient(to right, #134eeb, #063ed5);color: rgba(255,255,255,0.85);}
.gryV-btn a.grayBtn { width: 120px;height: 45px;line-height: 45px;border-radius: 10px;background: #F3F3F3;color: #160F0E;text-align: center;font-size: 18px;font-weight: 800;display:inline-block;}
.gryV-btn a.grayBtn:hover { background:rgba(22,15,14,0.2);}
.viewIndex { clear: both;margin-top: 60px;}
.viewIndex h6 { clear: both;font-size: 20px;color: #160F0E;font-weight: 700;border-bottom: 1px solid #DADADA;margin: 10px 0 20px;padding-bottom: 5px;}
.viewIndex h6 span { color: #2C65FD;}
.vIndex-conts { clear: both;}
.vIndex-conts p { line-height: 150%;letter-spacing: 0;padding-bottom: 40px;}
.viewCategory { clear: both;}
.viewCategory p { line-height: 150%;letter-spacing: 0;margin-bottom: 30px;color: #747474;}
.viewCategory p b { color: #160F0E;}
.vIndex-keyword { clear: both;}
.vIndex-keyword span { background: #EEEEEE;border-radius: 30px;height: 40px;line-height: 40px; padding: 0 25px;display: inline-block;margin-right: 10px;margin: 2px 0;}
.v-reference { clear: both;}
.v-reference p { position: relative;padding-left: 20px;line-height: 150%;letter-spacing: 0;color: #454545;}
.v-reference p::before { content: 'ㆍ'; ;position: absolute;left: 0;top: 0px;font-size: 24px;color: #747474;font-weight: 600;}
/*논문 목차*/
.v-referlist { clear: both;}
.v-referlist p { position: relative;padding-left: 20px;line-height: 160%;letter-spacing: 0;}
.v-referlist div { font-weight: 600;color: #000;padding: 5px 0;}
.v-referlist p::before { content: ''; ;position: absolute;left: 0;top: 0px;font-size: 24px;color: #747474;font-weight: 600;}

/*필독서 view*/
.v-withbook { display: flex;}
.v-withbook p { line-height: 150%;letter-spacing: 0;padding-bottom: 40px;margin-right: 45px;width: 155px;}
.v-withbook p span { display: block;color: #160F0E;line-height: 120%;}
.v-withbook p span:first-child { overflow: hidden;border-radius: 5px;border: 1px solid #DADADA;width: 100%;height: 215px;}
.v-withbook p span:last-child { padding-top: 15px;}
.v-withbook p span img {width: 100%;height: 100%;object-fit: cover;}
.v-withbook p span img:hover { scale: calc(1.1);-webkit-transition: all 0.3s; transition: all 0.3s;}

/* 갤러리 */
.gryList {margin: 20px -15px -25px;}
.gryList:after {content: ''; display: table; clear: both;}
.gryList li {float: left; width: 25%; padding: 0 15px 25px;}
.gryList li a {display: block;padding-bottom: 30px; }
.gryList li a em {display: block; background-size: cover !important;overflow: hidden;border: 1px solid #DADADA;border-radius: 5px;}
.gryList li a em img { width: 100%;aspect-ratio: 3 / 4;}
.gryList li a em img:hover { scale: calc(1.05);-webkit-transition: all 0.3s; transition: all 0.3s;}
.gryList li a h5 { height: 50px; margin-top: 15px; font-size: 18px; font-weight: 500; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;letter-spacing: 0;line-height: 140%;overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;}
.gryList li a p {font-size: 16px; margin-top: 5px; letter-spacing: 0em;}

/*글러컬리스트*/
.glocalList li a h5 { height: 70px; margin-top: 15px; font-size: 17px; font-weight: 500; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;letter-spacing: 0;line-height: 130%;overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3;}
.glocalList li a h5 span { display: block;color: #747474;}

/*유튜브*/
.youtubeList li a em { position: relative;aspect-ratio: 16 / 9;}
.youtubeList li a em img { width: 100%;aspect-ratio: 16 / 9;}
/*.youtubeList li a em::after {content: '';position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%); width: 40px;height: 25px;background: url(../img/youtube-ic.png) center no-repeat;z-index: 1000;background-size: contain;}*/

/*숏츠*/
.shortTheme.gryList li { width: 20%;}
.shortTheme.youtubeList li a em { aspect-ratio: 9 / 16;}

/*온라인강의VOD 4col*/
.gryList.videoList-4col {margin: 20px -15px -25px;}
.gryList.videoList-3col li {float: left; width: 33.33%; padding: 0 15px 25px;}
.gryList.videoList-3col li a em { position: relative;aspect-ratio: 16/9;}
.gryList.videoList-3col li a em img { width: 100%;aspect-ratio: 16/9;}

/*온라인강의VOD 3col*/
.gryList.videoList-4col {margin: 20px -15px -25px;}
.gryList.videoList-4col li {float: left; width: 25%; padding: 0 15px 25px;}
.gryList.videoList-4col li a em { position: relative;aspect-ratio: 16/9;}
.gryList.videoList-4col li a em img { width: 100%;aspect-ratio: 16/9;}


/* 쓰기 */
.brdWrite {border-top: solid 2px #454545;}
.brdWrite th,
.brdWrite td {font-size: 11pt; padding: 10px; border-bottom: solid 1px #ccc;}
.brdWrite th {text-align: center;  font-weight: 500; background: #fafafa;}
.brdWrite td {}
.brdWrite td input[type="text"],
.brdWrite td input[type="password"],
.brdWrite td input[type="email"] {display: block; border: solid 1px #ccc; width: 300px;}
.brdEdt {padding: 10px 0 !important;}
.brdEdt textarea {display: block; border: solid 1px #dadada; height: 390px; width: 100%; resize: none;}
.w100 {width: 100% !important;}


/*통합검색*/
.total-search { clear: both;}
.total-search .brdTop { padding: 0;}
.total-search .brdTop p {float: none; font-size: 20px;}
.total-search .brdTop p span { color: #2C65FD;font-weight: 600;}
.schList {border-top: solid 1px #555; clear: both;}
.schList a {display: block; padding: 20px 0; border-bottom: solid 1px #eaeaea;}
.schList .schlTitle {font-size: 16pt; font-weight: 700;color: #160F0E;}
.schList .schlTitle b {color: #2C65FD; font-weight: 800;}
.schList .schlTitle span {font-size: 16px; color: #747474; font-weight: 800;margin-left: 10px;}
.schList .schlTitle em {display: inline-block; margin-left: 20px; height: 28px; line-height: 26px; padding: 0 10px; text-align: center; color: #2469d3; border: solid 1px #2469d3; font-size: 11pt; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.schlNav {display: block; color: #777; font-size: 11pt; margin-top: 10px;}
.schlTxt {font-size: 12pt; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.5; height: 3.0em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;color: #747474;letter-spacing: 0;}
.schlTxt b { color: #207FFF;}
.con-box {width:100%;padding:25px 40px;background:#F5F5F5;border-radius: 10px; margin-top:20px;margin-bottom: 40px;}
.con-box p { font-weight: 700;color: #222;}
.con-box ul { padding-top: 15px;}
.con-box ul li { width:100%; position:relative;line-height:160%;position: relative;padding-left: 15px;}
.con-box ul li:after {content: 'ㆍ'; position: absolute;left: 0%;top: 0;color: #000;font-weight: 800;}
.scharrow { margin: 0 7px 0 10px;}
img.scharrow { width: 6px;margin-bottom: 1px;}

/*문의하기*/
.qna-board { clear: both;}
.qna-board .qnaTop { font-size: 24px;color: #160F0E;font-weight: 800;}
.qnaT-info { border-bottom: 2px solid #D9D9D9;color: #160F0E; padding-top: 60px; padding-bottom: 10px;margin-bottom: 15px;}
.qnaT-info span { color: #BA2F32;}
.qnatbl { clear: both;padding-bottom: 30px;}
.qna-name { display: flex;gap: 20px;}
.qna-name dl:nth-child(1),
.qna-name dl:nth-child(2) { width: 30%;}
.qna-name dl:nth-child(3) { width: 40%;}
.qna-name dl,
.qna-subject dl,
.qna-content dl { clear: both;padding-top: 30px;}
.qna-name dl dt,
.qna-subject dl dt,
.qna-content dl dt { color: #160F0E;font-weight: 600;margin-bottom: 10px;}
.qna-name dl dt span,
.qna-subject dl dt span,
.qna-content dl dt span { color: #BA2F32;font-weight: 600;}
input.grayInput { background: #F8F9FB;border: 1px solid #D9D9D9;width: 100%;height: 46px;border-radius: 5px;text-indent: 15px;}
input.grayInput::-ms-input-placeholder { color: #C2C2C2; }
input.grayInput::-webkit-input-placeholder { color: #C2C2C2; }
input.grayInput::-moz-placeholder { color: #C2C2C2; }
.grayTextarea {background: #F8F9FB;border: 1px solid #D9D9D9;width: 100%;border-radius: 5px;text-indent: 15px;padding: 15px 0; }
textarea.grayTextarea::-webkit-input-placeholder { color: #C2C2C2;}
textarea.grayTextarea::-moz-placeholder { color: #C2C2C2; opacity: 1;}
textarea.grayTextarea:-ms-input-placeholder { color: #C2C2C2;}
textarea.grayTextarea::-ms-input-placeholder { color: #C2C2C2;}

/*약도*/
.map-wrap { clear: both;}
.map-wrap .mapTop { font-size: 24px;color: #160F0E;font-weight: 800;padding-bottom: 50px;}

/*찾아오시는길(안동)*/
.transport-map { position: relative;}
.transport-map .root_daum_roughmap_landing{width:100%;border: 1px solid #D9D9D9;}
.transport-map .root_daum_roughmap .wrap_map{height:550px;}
.transport-map .root_daum_roughmap .map_border{display:none;}
.transport-map .root_daum_roughmap .wrap_controllers{display:none;}
.transport-map .detail-wrap{ position: relative;}
.transport-map .detail-wrap .row{ padding-bottom:20px;background: #2C65FD;border-radius: 0 60px 0 0;width: 280px;position: absolute;left: 0;top: -50px;z-index: 1000;padding: 25px;}
.transport-map .detail-wrap .row span { display: block;line-height: 130%;letter-spacing:0px;}
.transport-map .detail-wrap .row .loca { color:rgba(255,255,255,1);font-size: 16px;padding-bottom: 20px;}
.transport-map .detail-wrap .row .ttl { color:rgba(255,255,255,1);font-size: 22px;font-family: 'NexonFootballGothic';}
.transport-map .detail-wrap .row .txt { color:rgba(255,255,255,0.5);font-size: 22px;padding-bottom: 0px;font-family: 'NexonFootballGothic';}
.transport-map .detail-wrap .info{padding-top:20px;display: flex;justify-content: flex-end;}
.transport-map .detail-wrap .info p{font-size:16px;font-weight:500;letter-spacing:-0.3px;color:#160F0E;margin-top:10px;margin-right: 0; display: flex; align-items: center;}
.transport-map .detail-wrap .info p span{ font-weight:800;display:inline-block;margin-right: 15px;color: #160F0E;}
.transport-map .detail-wrap .info .ico-add { margin-right: 30px;}
.transport-map .detail-wrap .info .ico-add::before { content: '';display: inline-block; width: 60px;height: 60px;background: #F5F5F5 url(../img/map-ic1.png) center no-repeat;border-radius: 100%;margin-right: 15px;aspect-ratio: 1;}
.transport-map .detail-wrap .info .ico-tel::before { content: '';display: inline-block; width: 60px;height: 60px;background: #F5F5F5 url(../img/map-ic2.png) center no-repeat;border-radius: 100%;margin-right: 15px;aspect-ratio: 1;}
.transport-map .roughmap_maker_label .roughmap_lebel_text { text-indent: -9999px;}


/* 이미지리스트 */
.imgList { clear: both;}
.imgList li a em img { width: 100%;aspect-ratio: 1;object-fit: cover;}



/****************************************************************************************/
/****************************************************************************************/
/*Media Query*/
/****************************************************************************************/
/****************************************************************************************/



@media (max-width:1420px) {		
	

}



@media (max-width:1200px) {	
  
  .subVisu { height: 180px;margin-top: 10px;}
  .subVisu::before { background: url(../img/about-Visu-back.png) -100px top no-repeat;}
  .subVisu-L { width: 261px;background: url(../img/visual-leftback.png) center no-repeat;height: 100%;background-size: cover;}
  .subVisu-L img {object-fit: none;display: none;}
  .subVisu-R {width: calc(100% - 250px);}
  .subCurrent { top: 90px;}
  .subCurrent ul { margin-top: 5px;}


  /*about*/
  .about-boxGray { padding: 80px 50px 80px 40px;}
  .awhat-steptwo { width: calc(37% - 20px);}
  .awhat-stepthree { width: calc(30% - 20px);}

  /*약도*/
  .transport-map .detail-wrap .row { width: 220px;height: 200px;}
  .transport-map .detail-wrap .info .ico-add::before,
  .transport-map .detail-wrap .info .ico-tel::before { margin-right: 5px;}
  .transport-map .detail-wrap .info .ico-add { margin-right: 15px;}

  .longtab ul li a { width: auto;height: 40px;line-height: 42px;text-align: center;display: block;color: #747474;font-weight: 600;padding: 0 15px;letter-spacing: 0;}
	
}

@media (max-width:1024px) {	
  
  .gryList.youtubeList {margin: 20px -5px -25px;}
  .gryList.youtubeList li { width: 33.33%;padding: 0 10px 25px;}

  /*about*/
  .awhat-title { left: 40px;top: 40px; }
  .about-boxGray { padding: 80px 50px 50px 40px;min-height: 420px;}
  .awst-ttl { font-size: 20px;}
  .awst-txt { font-size: 16px;}
  .aboutTLp-ttl, .aboutTLl-ttl, .aboutTLa-ttl { font-size: 20px;}
  .aboutTLp-txt, .aboutTLl-txt, .aboutTLa-txt { font-size: 18px;}
  .about-today .abouttoday-conts { gap: 15px;}
  .aboutTL-audio,
  .aboutTL-1page,
  .aboutTL-life { padding: 40px 20px;}
  .aboutTLa-ttl::before, .aboutTLl-ttl::before, .aboutTLp-ttl::before { margin-left: 0px;margin-right: 5px;}

  .about-platform { padding: 0 25px;}
  .aplatform-right {width: calc(30% - 50px); position: relative; margin-left: 50px;}
  .aplatform-right .aplatform-box::after { background-size: contain;left: -50px;width: 50px;}
  .aplatform-box .aplat-txt span { display: inline;font-size: 14px;line-height: 120%;}
  .aplatform-box .aplat-txt {line-height: 120%;}
  .abform-03 { padding: 110px 5px 30px;}

  .transport-map .detail-wrap .info { display: block;padding-left: 235px;padding-top: 10px;}
  .transport-map .detail-wrap .info p span { width: 45px;margin-right: 5px;}
  .transport-map .detail-wrap .info .ico-add { margin-right: 0;}

  /*온라인강의VOD 3col*/
.gryList.videoList-3col {margin: 20px -10px -25px;}
.gryList.videoList-3col li {float: left; width: 33.33%; padding: 0 10px 25px;}

  /*온라인강의VOD 4col*/
.gryList.videoList-4col {margin: 20px -10px -25px;}
.gryList.videoList-4col li {float: left; width: 25%; padding: 0 10px 25px;}

/*갤러리view*/
.gryV-thum {width: calc(35% - 25px);margin-right: 25px;aspect-ratio: 3/4;}
.gryV-conts { width: 75%;}
.dlList dl dt,
.dlList dl dd { font-size: 18px;}
.gryV-conts h5 { padding: 25px 0 10px 0;}
.gryV-rank .gryV-cal,
.gryV-rank .gryV-no { font-size: 18px;font-weight: 600;}
.dlList { padding-top: 30px;}
  

/*필독서 view*/
.v-withbook { display: flex; /* 자식 요소들을 유연하게 배치 */
    overflow-x: auto; /* 가로 스크롤 활성화 */
    -webkit-overflow-scrolling: touch; /* iOS에서 부드러운 스크롤 */
    padding-bottom: 10px; /* 스크롤바가 콘텐츠를 가리지 않도록 여유 공간 확보 */
    scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
    -ms-overflow-style: none; /* IE, Edge에서 스크롤바 숨기기 */
  }
	
}
.v-withbook p { margin-right: 15px;}
.v-withbook p span:first-child { width: 120px;height: 180px;display: inline-block;}


@media (max-width:991px) {	

	
	/* 탑버튼 */
	#botSite { right: 25px;bottom: 35px; }
	.topBtn a { display:block; color:#e5e5e5; font-size:12px;width: 32px;height: 32px;line-height: 32px;}
  @keyframes pulseBorder {
    0% { /* 애니메이션 시작 시점 */
        border-width: 4px; /* 원래 테두리 두께 */
        border-color: rgba(44, 101, 255, 0.05); /* 원래 테두리 색상 투명도 */
    }
    50% { /* 애니메이션 중간 시점 (커졌을 때) */
        border-width: 8px; /* 테두리 두께를 살짝 키웁니다. */
        border-color: rgba(44, 101, 255, 0.2); /* 투명도를 살짝 높여서 더 선명하게 */
    }
    100% { /* 애니메이션 종료 시점 (다시 작아졌을 때) */
        border-width: 4px; /* 원래 두께로 돌아옵니다. */
        border-color: rgba(44, 101, 255, 0.1); /* 원래 투명도로 돌아옵니다. */
    }
}


}




@media (max-width:768px) {	

  .sub-content { padding-top: 50px;}

	.gryList {margin: 0 -6px -25px;}
	.gryList li {width: 33.33%; padding: 0 6px 25px;}
  .gryList li a { padding-bottom: 10px;}
  .gryList li a h5 { line-height: 120%;font-size: 16px;height: 40px;}

  .brdSch dt { margin-top: 5px;}  
  .brdSch dd { width: 100%;margin-top: 5px;}
  .brdSch dd input[type="text"] { width: 100%;}

  .gryList.youtubeList {margin: 20px -5px -25px;}
  .gryList.youtubeList li { width: 50%;padding: 0 10px 25px;}

  /*gryView 상세*/
  .gryView { border-top: 0px solid #DADADA;padding: 0px 0 20px;margin-top: -50px;}
  .view-subject { display: block;}

  .tabmenu ul li { margin: 0 5px;}
  .tabmenu ul li a { width: 120px;}

  .longtab.tabmenu ul li { margin-bottom: 5px;}
  .longtab.tabmenu ul li a { width: auto;}
  .longtab ul li a { padding: 0 15px;}

  /*상단비주얼*/
  .subVisu { height: 180px;margin-top: -25px;}
  .subVisu::before { background: url(../img/m-about-Visu-back.png) -260px top no-repeat;}
  .subVisu-L { width: 101px;background: url(../img/visual-leftback.png) center no-repeat;height: 100%;background-size: cover;}
  .subVisu-L img {object-fit: none;display: none;}
  .subVisu-R {width: calc(100% - 90px);}
  .subCurrent { top: 100px;left: 60px;}
  .subCurrent ul { margin-top: 5px;}
  .subCurrent .content-title { font-size: 24px;}
  
  /*About*/
  .aboutTC p { display: block;margin-top: 5px;}
  .awhat-stepone::before,
  .awhat-steptwo::before { top: 10px;left: 50%;transform: translate(-50%, -0%); }
  .awhat-stepone p, .awhat-steptwo p { padding-left: 0;padding-top: 70px;font-size: 14px;}
  .about-boxGray::after { bottom: 20px;}
  .awhat-steptwo p span { margin-top: 5px;}
  .awhat-stepthree .awst-ttl { line-height: 120%;}
  .awhat-stepthree .awst-ttl span { display: block;}
  .about-boxGray { padding: 80px 15px 50px 15px;}
  .awhat-stepthree { margin-top: 60px;padding: 20px 10px;margin-left: 15px;}
  .awhat-stepthree .awst-txt { font-size: 15px;}
  .awhat-stepthree .awst-ttl span { font-size: 15px;}

  .about-today .abouttoday-conts { display: block;}
  .about-today .abouttoday-conts .abouttoday-left, .about-today .abouttoday-conts .abouttoday-right { width: 100%;}
  .aboutTL-1page,
  .aboutTL-life { margin-bottom: 10px;}
  .aboutplatform-conts { display: block;}
  .abform-01, .abform-02, .abform-03, .abform-04 { width: 25%;}
  .aplatform-left .aplatform-box:first-child::after { margin-top: 15px;}
  .aplatform-left .aplatform-box:last-child { margin-top: 45px;}
  .aplatform-left, .aplatform-center { width: 100%;}
  .aplatform-left .aplatform-box::after { rotate: calc(90deg);left: 50%;top: 100%;margin-top: 13px; margin-left: -25px;}
  .aplatform-center::before,
  .aplatform-center::after { background: none;}
  .aplatform-center {margin-top: 42px;}
  .aplatform-right { width: 100%;margin-left: 0;margin-top: 50px;}
  .aplatform-right .aplatform-box::after { left: 50%;top: -27px;rotate: calc(90deg);margin-left: -27px;}
  .abform-txt { font-size: 14px;}
  .abform-txt span { display: block;}
  .aplatform-btmtxt { font-size: 20px;}
  .aplatform-btmtxt p { display: block;}
  .subconts-title { font-size: 26px;}
  .aboutTLa-ttl::before, .aboutTLl-ttl::before, .aboutTLp-ttl::before,
  .aboutTLa-ttl::after, .aboutTLl-ttl::after, .aboutTLp-ttl::after { width: 15px;background-size: contain;}

  /*문의하기*/
  .qna-name { display: block;}
  .qna-name dl:nth-child(1), .qna-name dl:nth-child(2), .qna-name dl:nth-child(3) { width: 100%;padding-top: 15px;}
  .transport-map .detail-wrap .row { height: 150px;width: 60%;top: -70px; padding: 20px;}
  .transport-map .detail-wrap .info { padding: 130px 0 0 0px;}
  .transport-map .detail-wrap .info p { align-items: flex-start;margin-top: 0px;position: relative;padding-left: 70px; }
    .transport-map .detail-wrap .info .ico-add { padding-top: 0px;padding-left: 70px; margin-bottom: 30px;position: relative;}
  .transport-map .detail-wrap .info .ico-add::before, .transport-map .detail-wrap .info .ico-tel::before { content: '';position: absolute;left:0px;top: -15px;}

  /*탭메뉴*/
  .tabmenu { clear: both;margin-bottom: 30px;}

  /*페이징*/
  .paging { display: block;}

    /*온라인강의VOD 3col, 4col*/
.gryList.videoList-3col li,
.gryList.videoList-4col li {float: left; width: 50%; padding: 0 10px 25px;}


/*지도*/
.transport-map .root_daum_roughmap_landing { height: 400px;}


/*갤러리view*/
.gryV-thum {width: calc(100%);height: 400px; margin-right: 0px;aspect-ratio: 3/4;}
.gryV-conts { width: 100%;}
.dlList dl { padding: 5px 0;}
.dlList { padding-top: 15px;}
.gryV-thum { text-align: center;width: 110%; height: 400px;border: solid 0px #DADADA;padding: 20px 0;background:linear-gradient(to bottom, #F4F2EF, #E0EDFF);margin-left: -15px;}
.gryV-thum img { aspect-ratio: 3/4;width: auto;border: solid 1px #DADADA;border-radius: 0;}
.gryV-btn { position: relative;margin-left: auto;margin-right: auto;padding-top: 20px;display: flex; justify-content: center;}
.gryV-btn a { margin: 0 5px;}
.gryV-conts h5 { font-size: 20px;}
.dlList dl dt::before { content: 'ㆍ';font-size: 20px;top: -2px;}
.dlList dl dd::before { height: 15px;}
.dlList dl dd { font-size: 16px;}
.dlList dl dt { font-size: 16px;padding-left: 20px;width: 95px;}
.gryV-btn a.blueBtn,
.gryV-btn a.grayBtn { font-size: 15px;height: 40px;line-height: 40px;width: 120px;}
.brdBtn a.btnBlack { height: 45px;line-height: 45px;}
.journal-btn { display: block;}
.journal-btn span { width: 100%;margin: 5px 0 7px;}

  .brdBtn a { margin-right: 0;}
  
	
	
	.brdList.subbrd tr {border-bottom: dotted 0px #aaa;padding:0px;}
	.brdList.subbrd .first_noti {border-top:0px solid #000;}
	.brdList.subbrd .noti.first_noti.title-T {width:100% !important; padding: 10px 15px; height: auto; line-height: 1.3em; font-size: 16px;}
  .brdList, .brdList tbody, .brdList tr, .brdList td { display: block;width: 100%;}
	.brdList.subbrd .noti .noti_bg_color {background:#fafafa;}
	.brdList.subbrd .noti td {display:block;float:left;width:25%;padding:0;text-align:center;border-bottom:1px solid #ccc;height:34px;line-height:34px; font-size: 14px;}
	.brdList.subbrd .noti input {display:block;float:left;width:75%;padding:0;text-align:left;border-bottom:1px solid #ccc;height:34px;line-height:34px;}
	.brdList.subbrd .noti .text_l {text-align:left;padding-left:10px;width:70%; font-size: 10pt;}
	.brdList.subbrd .noti .text_l span {width:90%;display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left:0;}
	.brdList.subbrd .noti img {display:none;}
	.brdList.subbrd .title_b {font-weight:600;}
	.brdList.subbrd .text_l {text-align:left;}
	.brdList.subbrd .text_c {text-align:center;}

  .brdList thead,
	.brdList colgroup {display: none;}
	.brdList,
	.brdList tbody,
	.brdList tr,
	.brdList td {display: block; width: 100%;}
	.brdList {border-top: solid 1px #2f4a3e;}
	.brdList tr {border-bottom: dotted 1px #aaa; padding: 15px 40px 15px 0; position: relative;}
	.brdList tr:after {content: ''; display: table; clear: both;}
	.brdList td {text-align: left; padding: 0; font-size: 11pt; border-bottom: none;}
	.brdList td.bdlNum {width: auto; font-size: 9pt; position: absolute; right: 0; top: 17px;}
	.brdList td.bdlNum:before {content: 'No. ';}
	.brdList td.bdlTitle {width: 100%; float: left;}
	.brdList td.bdlTitle a {font-size: 12pt; font-weight: 500;}	
	.brdList td.bdlFile,
	.brdList td.bdlUser,
	.brdList td.bdlDate,
	.brdList td.bdlCount {float: left; width: auto; position: relative; font-size: 9pt; letter-spacing: 0.025em;}
	.brdList td.bdlFile {margin-right: 5px; padding-top: 2px;}
	.brdList td.bdlFile img {display: block; width: 16px;}
	.brdList td.bdlUser,
	.brdList td.bdlDate {padding-right: 8px; margin-right: 7px;}
	.brdList td.bdlUser:after,
	.brdList td.bdlDate:after {content: ''; display: block; width: 1px; height: 10px; background: #aaa; position: absolute; right: 0; top: 50%; margin-top: -5px;}
	.brdList tr.noti {background: none;}
	.brdList tr.noti td.bdlNum {color: #fff; background: #3e82e7; font-size: 8pt; padding: 2px 5px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
	.brdList tr.noti td.bdlNum:before {display: none;}
  
	.bdvTxt-wrap  { padding: 10px 15px 30px;clear: both;}
    .bdvTxt > div > p { line-height: 150%;font-size: 15px;letter-spacing: 0;}
  .bdvTxt > div > p img { width: 100%;}

  .gryV-thum.journal-thum img { height: 100%;}
 
}



@media (max-width:480px) {

  .brdSch dt { width: 100%;margin-right: 0;display: flex;}
  .brdSch dt span { width: calc(33.33% - 0px);float: left;margin-right: 5px;}
  .brdSch dt span:last-child { margin-right: 0;}
  .brdSch dt select { width: 100%;}

  .gryList.youtubeList {margin: 20px -5px -25px;}
  .gryList.youtubeList li { width: 100%;padding: 0 10px 25px;}
  .gryList {margin: 0 -10px -25px;}
	.gryList li {width:50%; padding: 0 10px 25px;}

  /*숏츠*/
  .gryList.youtubeList.shortTheme li { width: 50%;}
  

  .tabmenu ul li a { width: 90px;}

    /*상단비주얼*/
  .subVisu { height: 180px;margin-top: -35px;}
  .subVisu::before { background: url(../img/m-about-Visu-back.png) -320px top no-repeat;}
  .subVisu-L { width: 43px;background: url(../img/visual-leftback.png) center no-repeat;height: 100%;background-size: cover;}
  .subVisu-L img {object-fit: none;display: none;}
  .subVisu-R {width: calc(100% - 0px);}
  .subCurrent { top: 110px;left: 55px;}
  .subCurrent ul { margin-top: 5px;}
  .subCurrent .content-title { font-size: 24px;margin-left: -2px;}
  .subCurrent ul li { padding: 0 3px;font-size: 14px;}
  .subCurrent ul li:first-child { content: '';background: url(../img/home-ic1.png) center 1px no-repeat;width: 14px;height: 16px;vertical-align: bottom; background-size: contain;text-indent: -9999px;}
  .subCurrent ul li::after { margin-left: 6px;}

  .aboutTC p { font-size: 24px;}
  .awhat-stepone p span, .awhat-steptwo p span { font-size: 15px;}
  .awhat-stepone,
  .awhat-steptwo,
  .awhat-stepthree { padding: 30px;}
  .about-boxGray { display: block;}
  .awhat-stepone { width: 100%; margin-top: 15px;}
  .awhat-stepone::after, .awhat-steptwo::after { content: '';rotate: calc(90deg);width: 40%;height: 95%; left: 95%;right: 10px; bottom: 0px;}
  .awhat-steptwo { width: 100%; margin-top: 15px;margin-left: 0;}
  .awhat-stepthree { width: 100%; margin-top: 15px;margin-left: 0;}
  .awhat-stepthree .awst-ttl span { display: inline-block;}
  .awhat-stepone::before, .awhat-steptwo::before { top: 15px;}
  .awhat-title { font-size: 20px;}

  .abform-01, .abform-02, .abform-03, .abform-04 { width: 50%;}
  .abform-txt span { display: inline-block;}

  .aboutTLp-ttl, .aboutTLl-ttl, .aboutTLa-ttl { font-size: 18px;}
  .aboutTLp-txt, .aboutTLl-txt, .aboutTLa-txt { padding-left: 20px;padding-top: 10px;}
  .transport-map .detail-wrap .row .loca { padding-bottom: 10px;}
  .transport-map .detail-wrap .row { width: 70%;height: 120px;}
  .transport-map .detail-wrap .row .ttl,
  .transport-map .detail-wrap .row .txt { font-size: 18px;}
  .transport-map .detail-wrap .info { padding-top: 105px;}
  .transport-map .detail-wrap .info p span {white-space:nowrap;}
  
  /*페이징*/
  .paging a { width: 30px;height: 40px;}
  .paging a.prev,
  .paging a.next { text-indent: -9999px;width: 20px;}

/*온라인강의VOD*/
.gryList.videoList-3col li {float: left; width: 100%; padding: 0 10px 25px;}

/*상단비주얼 모바일 768*/
.subVisu::before { content: '';position: absolute;left: 0;top: 0px;}
.galleryV,
.aboutV,
.searchV,
.bookV,
.qnaV,
.reportV,
.journalV,
.youtubeV,
.imageV,
.glocalV,
.pickbookV { position: relative;width: 100%; overflow: hidden;}

.aboutV::before { content: '';background: url(../img/aboutV-right.png) right bottom no-repeat;}
.galleryV::before { content: '';background: url(../img/galleryV-right.png) center bottom no-repeat;}
.searchV::before { content: '';background: url(../img/searchV-right.png) center bottom no-repeat;}
.bookV::before { content: '';background: url(../img/bookV-right.png) right bottom no-repeat;}
.qnaV::before { content: '';background: url(../img/aboutV-right.png) center bottom no-repeat;}
.reportV::before { content: '';background: url(../img/reportV-right.png) center bottom no-repeat;}
.journalV::before { content: '';background: url(../img/journalV-right.png) center bottom no-repeat;}
.youtubeV::before { content: '';background: url(../img/youtubeV-right.png) center bottom no-repeat;}
.imageV::before { content: '';background: url(../img/imageV-right.png) center bottom no-repeat;}
.glocalV::before { content: '';background: url(../img/glocalV-right.png) center bottom no-repeat;}
.pickbookV::before { content: '';background: url(../img/pickbookV-right.png) center bottom no-repeat;}


.gryV-thum { padding: 15px;}
.gryV-thum img { width: auto;}

.bdvBtn.bdvPrev span,
.bdvBtn.bdvNext span { width: 50px;font-size: 13px;}
.bdvBtn.bdvPrev span::before,
.bdvBtn.bdvNext span::before { background: none;width: 0;}
.bdvBtn.bdvPrev p,
.bdvBtn.bdvNext p { padding: 0 15px;}

.journal-btn.gryV-btn span { line-height: 150%;}
.journal-btn.gryV-btn a.blueBtn,
.journal-btn.gryV-btn a.grayBtn { height: 25px;line-height: 25px;width: 70px;border-radius: 5px;padding-top: 1px;}

.longtab ul li a { padding: 1px 10px 3px;height: 30px;line-height: 30px;font-size: 15px;}
	
}


@media (max-width:360px) {

 .aboutTC p { font-size: 20px;}
  .abform-txt span { display: block;}
    .aboutTLp-txt span, .aboutTLl-txt span, .aboutTLa-txt span { display: inline;}
    .aboutTLa-ttl::before, .aboutTLl-ttl::before, .aboutTLp-ttl::before, .aboutTLa-ttl::after, .aboutTLl-ttl::after, .aboutTLp-ttl::after { width: 10px;}
    .aboutTL-audio, .aboutTL-1page, .aboutTL-life { padding: 30px 10px;}
      .aboutTLp-txt, .aboutTLl-txt, .aboutTLa-txt { padding-left: 10px;padding-top: 10px;font-size: 16px;}
      .aboutTLa-ttl::after, .aboutTLl-ttl::after, .aboutTLp-ttl::after { margin-left: 5px;}
  .aplatform-btmtxt p { font-size: 16px;}
  .aplatform-box { padding: 30px 15px;}

}

@media only screen and (max-width:1240px){

  .transport_map .root_daum_roughmap .wrap_map{height:480px;}
  .transport_map .detail-wrap{padding:25px 30px 35px;}
  .transport_map .detail-wrap .row{padding-bottom:15px;}
  .transport_map .detail-wrap .info{padding-top:15px;}
}

@media only screen and (max-width:1023px){

  .transport_map .root_daum_roughmap .wrap_map{height:400px;}

}

@media only screen and (max-width:767px){
  .transport_map .root_daum_roughmap .wrap_map{height:180px;}
  .transport_map .detail-wrap{padding:25px;}
  .transport_map .detail-wrap .row .tit{font-size:24px;line-height:35px;}
}









