@charset "utf-8";

#wrap {width: 100%; overflow: hidden; min-width: 340px;}
#wrap.lock {position: fixed;}
/* header */
header {background: #000; position: fixed; left: 0; top: 0; width: 100%; z-index: 999;}
header .inner {max-width: 1440px; width: 90%; margin: auto;}
header .header-top .inner { display: flex; align-items: center; height: 80px; gap: 36px;}
header .header-top .left {display: flex; align-items: center; gap: 24px;}
header .header-top .sitemap {position: relative; width: 18px; height: 18px; cursor: pointer; display: none;}
header .header-top .sitemap span,
header .header-top .sitemap::before,
header .header-top .sitemap::after {content:""; width: 100%; height: 2px; background: #fff; position: absolute; left: 0;}
header .header-top .sitemap::before {top: 0;}
header .header-top .sitemap::after {bottom: 0;}
header .header-top .sitemap span {top: 8px; }
header .header-top .logo {background-position: center; background-repeat: no-repeat; background-size: auto 100%;}
header .header-top .logo a {height: 40px; display: block; font-size: 0; }
header .header-top .logo-mdu {background-image: url(/img/com/logo_mdu_mo.png); width: 120px; position: relative; }
header .header-top .logo-mdu::before {content:""; width: 2px; height: 36px; background: #333; position: absolute; top: 50%; transform: translateY(-50%); left: -11px; display: none;}
header .header-top .logo-autodesk {background-image: url(/img/com/logo_autodesk2.png); width: 157px;}
header .header-btm {border-top: 1px solid #555;}
header .header-btm .inner {}
header .header-btm ul.list {display: flex; height: 56px; align-items: center; display: flex; gap: 60px;}
header .header-btm ul.list a {color: #fff; font-size: 16px; font-weight: 600;}

header .header-btm .quick-item {display: none;}
header .header-btm .quick-item img {max-width: 100%;}



@media screen and (max-width: 1024px){

  

  header.open {background: #fff;}
  header .header-top .logo-mdu::before {display: block;}
  header .header-top .sitemap {display: block;}
  header .header-btm { width: 100%; position: absolute; left: 0; top: 80px; padding: 32px 0; height: calc(var(--fvh) - 80px); background: #fff; display: none; overflow: auto;}
  header .header-btm ul.list {flex-direction: column; gap: 32px; height: unset; align-items: start;}
  header .header-btm ul.list a {color: #000; }

  header .header-btm .quick-item {display: flex; gap: 24px; flex-wrap:wrap; margin-top: 40px;}
  header .header-btm .quick-item li {border: 1px solid #ccc; border-radius: 8px; overflow: hidden;}

  header .header-top .logo-mdu {/*background-image: url(/img/com/logo_mdu_mo.png);*/  height: 36px; width: 119px;}
  header .header-top .logo-autodesk {width: 114px; height: 29px;}
  header .header-top .logo-autodesk a {height: 29px;}
  header.open .header-top .logo-mdu {background-image: url(/img/com/logo_mdu_mo_color.png);  }
  header.open .header-top .logo-autodesk { filter: invert(1); }

  header.open .sitemap span {opacity: 0;}
  header.open .sitemap::before,
  header.open .sitemap::after {background: #000; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg);}
  header.open .sitemap::after {transform: translate(-50%,-50%) rotate(-45deg);}
  header.open .header-btm {display: block;}
}
@media screen and (max-width: 768px){
  
  header .inner {width: 95%;}
  header .header-top .inner {height: 64px; gap: 24px;}

  header .header-btm {top: 64px; height: calc(var(--fvh) - 64px);}
}
@media screen and (max-width: 480px){
  header .inner {width: 100%; padding: 0 16px;}
  header .header-btm .quick-item {gap: 8px;}
  header .header-btm .quick-item li {max-width: calc((100% - 16px)/3);}
}
/* *** */

/* footer */
footer {background: #333; }
footer .top {max-width: 1280px; width: 90%; margin: auto; color: #fff; font-size: 16px; padding-top: 30px;}
footer .footer {max-width: 1280px; width: 90%; margin: auto; display: flex; padding: 30px 0 40px; color: #aaa; justify-content: space-between; align-items: stretch; font-size: 14px;}
footer .footer .copyright {color: #999; margin-top: 8px;}
footer address ul {display: flex; margin-top: 4px; flex-wrap:wrap;}
footer address ul li:not(:last-child):after {content:"|"; display: inline-block; margin: 0 4px;}

footer .right {display: flex; flex-direction: column; justify-content: space-between;}
footer .right > div {text-align: right;}

@media screen and (max-width: 1280px){
  footer .footer {flex-direction: column; gap: 16px;}
  footer .right {flex-direction: row; align-items: center;}
}
@media screen and (max-width: 480px) {
  footer .right {flex-direction: column-reverse; gap: 16px; align-items: start;}
}
/* ******* */

/* 개인정보 보호정책 */
.privacy {padding: 80px 0 120px; font-size: 18px; line-height: 1.6;}
.privacy .inwrap {max-width: 1280px; margin: auto; width: 90%;}
.privacy .main-tit {text-align: center; font-size: 40px; font-weight: bold; margin-bottom: 100px;}
.privacy p {font-size: inherit;}
.privacy .item {margin-top: 50px;}
.privacy .item .tit {font-size: 24px; font-weight: 600; margin-bottom: 16px;}
.privacy ul {margin-top: 12px;}
.privacy ul + p {margin-top: 12px;}
.privacy ul li {}
@media screen and (max-width: 768px){
  .privacy {font-size: 16px; padding: 80px 0;}
  .privacy .main-tit {font-size: 36px; margin-bottom: 60px;}
  .privacy .item .tit {font-size: 20px;}
}
@media screen and (max-width: 430px) {
  .privacy {font-size: 14px;}
  .privacy .main-tit {font-size: 32px;}
  .privacy .item .tit {font-size: 18px;}
}
/* 개인정보 보호정책 */


a[href^='tel'] {pointer-events: none;}
/*  */


section {margin-bottom: 120px; position: relative;}
section .anchor {position: absolute; left: 0; top: -150px; opacity: 0; pointer-events: none;}
section .inner {max-width: 1440px; margin: auto; width: 90%;}

section .tit-banner {background-color: #000; text-align: center; padding: 20px; border-radius: 8px; height: 160px; position: relative; display: flex; justify-content: center; align-items: center; background-repeat: no-repeat; background-position: center right; width: 90%; max-width: 1440px; margin: 0 auto 80px;}
section .tit-banner .icon {display: block; font-size: 0; position: absolute;}
section .tit-banner .icon img {max-width: 100%;}
section .tit-banner h2 {color: #fff; font-weight: 600; font-size: 42px; position: relative; z-index: 1;}

section.center .tit-banner {background-image: url(/img/cont/image_title_back01-1.jpg);}
section.center .tit-banner .icon {right: 188px; bottom: 23px;}
section.interview .tit-banner {}
section.interview .tit-banner .bg {height: 100%; overflow: hidden; width: 100%; position: absolute; right: 0; top: 0; opacity: 0.3;}
section.interview .tit-banner .bg::before {content:""; width: 500px; height: 500px; position: absolute; right: -19px; bottom: -240px; background: radial-gradient(closest-side, #00FF8A, transparent);}
section.interview .tit-banner .icon {right: 90px; bottom: 0;}
section.why .tit-banner { }
section.why .tit-banner .bg {height: 100%; overflow: hidden; width: 100%; position: absolute; right: 0; top: 0;  background-image: url(/img/cont/image_title_back03-3.png); background-position: bottom right; background-repeat: no-repeat;}
section.why .tit-banner .bg2 {height: 100%; overflow: hidden; width: 100%; position: absolute; right: 0; top: 0; opacity: 0.5;}
section.why .tit-banner .bg2::before {content:""; width: 580px; height: 580px; position: absolute; bottom: -296px; right: -100px; background: radial-gradient(closest-side, #0047FF, transparent);}
section.why .tit-banner .icon {right: 76px; bottom: 0;}

@media screen and (max-width: 1280px) {
  section .tit-banner {height: 140px; }
  section .tit-banner h2 {font-size: 34px; }

  section.center .tit-banner {background-size: auto 110px; background-position: bottom right;}
  section.center .tit-banner .icon {width: 70px; right: 128px;}
  section.interview .tit-banner .icon {width: 200px; right: 115px;}
  section.why .tit-banner .icon {width: 180px;}
}
@media screen and (max-width: 1024px) {
  section .tit-banner {justify-content: start; height: 120px; margin: 0 auto 46px;}
  section .tit-banner h2 {font-size: 26px;}

  section.interview .tit-banner .bg::before {width: 400px; height: 400px; bottom: -180px;}
  section.interview .tit-banner .icon {width: 140px; right: 94px; bottom: 4px;}

  section.why .tit-banner .bg {background-size: 100% auto;}
  section.why .tit-banner .bg2::before {width: 480px; height: 480px;}
  section.why .tit-banner .icon {width: 150px; right: 25px;}
}
@media screen and (max-width: 768px){
  section {margin-bottom: 60px;}
  section .tit-banner {width: 100%; border-radius: 0; height: 90px; padding: 16px; margin-bottom: 40px;}
  section .tit-banner h2 {font-size: 20px;}

  section.center .tit-banner {background-size: auto 55px; background-position: bottom right -48px;}
  section.center .tit-banner .icon {width: 40px; right: 18px; bottom: 13px; }

  section.interview .tit-banner .icon {width: 90px; right: 16px; bottom: 9px;}
  section.interview .tit-banner .bg::before {width: 179px; height: 179px; bottom: -92px;}

  section.why .tit-banner .icon {width: 60px; right: 4px; bottom: 19px; }
  section.why .tit-banner .bg {background-size: 77% auto; background-position: bottom right -10px;}
  section.why .tit-banner .bg2::before {width: 150px; height: 150px; right: -19px; bottom: -70px;}
}
@media screen and (max-width: 480px){

}

/*  */

/* s:button */
.btn {padding: 0px 20px; display: inline-flex; align-items: center; justify-content: center; height: 44px; font-size: 16px; border-radius: 24px; box-sizing: border-box; box-shadow: 0 4px 16px rgba(0,0,0,0.08); min-width:140px; transition: 0.3s; text-align: center;}
.btn.ty1 {color: #fff;   background: var(--pointcolor);  } 
.btn.ty1:hover {background: #1D9BBA; }

.btn.ty2 {color: #111; border: 1px solid #111; background: #fff;}
.btn.ty2:hover {color: #fff; background: var(--pointcolor); border-color: var(--pointcolor);}

@media screen and (max-width: 1280px) {
  .btn {height: 40px;}
}
@media screen and (max-width: 768px) {
  .btn {font-size: 10px; padding: 0 8px; min-width: 80px; height: 27px;}
}
/* e:button */


/* s:radio */
.radio-box {position: relative; z-index: 1;}
.radio-box.active {z-index: 2;}
.radio-box .radio-box-head {border-bottom: 2px solid #111; margin-bottom: 20px; }
.radio-box .radio-box-head .tit {min-width: 100px; font-size: 24px; font-weight: bold; text-align: center; width: fit-content; padding: 8px 0;}
.radio-box label {padding: 4px; box-sizing: border-box; }
.radio-box .box-cont {display: flex; row-gap:16px; flex-wrap:wrap;}
.radio-box.big .box-cont {column-gap: 64px;}
.radio-box.small .box-cont {column-gap: 24px;}
.radio-box.big label {width: 180px;}
.radio-box.small label {width: 98px;}

.radio-box .mo-select-box {border: 1px solid #aaa; background: #fff; border-radius: 8px; font-size: 16px; padding: 8px 40px 8px 16px; position: relative; display: none; box-shadow: 0 4px 16px rgba(0,0,0,0.08);cursor: pointer; }
.radio-box .mo-select-box::before {content:""; width: 10px; height: 10px; border-right: 1px solid #000; border-bottom: 1px solid #000; position: absolute; right: 16px; top: 50%; transform: translateY(-6px) rotate(45deg); box-sizing: border-box; transition: 0.3s;}

@media screen and (max-width: 1280px) {
  .radio-box .radio-box-head {margin-bottom: 16px;}
  .radio-box .radio-box-head .tit {font-size: 20px;}
  .radio-box .box-cont {row-gap: 12px;}
  .radio-box.big .box-cont {column-gap: 20px;}
  .radio-box.small .box-cont {column-gap: 20px;}
  
}
@media screen and (max-width: 768px){
  .radio-box.big .box-cont {column-gap: 0;}
  .radio-box.big label {width: 50%;}
  .radio-box.small .box-cont {column-gap: 32px;}
  .radio-box.small label {width: 74px;}
  
  .radio-box .radio-box-head {display: none;}
  .radio-box .radio-box-head .tit {font-size: 16px; width: 50%;}

  .radio-box .mo-popup {position: absolute; border: 1px solid #111; border-radius: 8px; background: #fff; overflow: hidden; left: 0; top: 46px; width: 100%; padding: 16px; display: none; z-index: 1;}
  .radio-box .mo-select-box {display: block;}

  .radio-box.ty-box {display: flex; flex-direction: column-reverse;}
  .radio-box.ty-box .mo-popup {position: static; margin-top: 6px;}

  .radio-box.active .mo-popup {display: block; max-height: 270px; overflow: auto;}
  .radio-box.active .mo-popup::-webkit-scrollbar {width: 6px;}
  .radio-box.active .mo-popup::-webkit-scrollbar-track {width: 6px; background-color: #eee;}
  .radio-box.active .mo-popup::-webkit-scrollbar-thumb {border-radius: 4px; background-color: #aaa;}
  .radio-box.active .mo-select-box {border-color: #111;  }
  .radio-box.active .mo-select-box::before {transform: translateY(-2px) rotate(-135deg);}
}
@media screen and (max-width: 480px){
  .radio-box .mo-select-box {font-size: 14px;}
  .radio-box .radio-box-head .tit {font-size: 14px;}
}
/* e:radio */


/* s:table */
.table-box {position: relative;}
.table-box .table-sort {position: relative; width: 100px; z-index: 1; font-size: 16px; opacity: 0; pointer-events: none; cursor: pointer; height: 0;}
.table-box .table-sort .sorting {position: relative; padding-right: 20px; font-size: inherit; text-align: right;}
.table-box .table-sort .sorting::before {content:""; width: 8px; height: 8px; border-right: 1px solid #000; border-bottom: 1px solid #000; position: absolute; right: 4px; top: 50%; transform: translateY(-6px) rotate(45deg); box-sizing: border-box; transition: 0.3s; }
.table-box .table-sort.on .sorting::before {transform: translateY(-2px) rotate(-135deg);}
.table-box .table-sort .sort-list {position: absolute; right: 0; top: 32px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); border: 1px solid #111; background: #fff; z-index: 5; padding: 7px 0; width: 100%; border-radius: 8px; opacity: 0; pointer-events: none;}
.table-box .table-sort.on .sort-list {opacity: 1; pointer-events: auto;}
.table-box .table-sort .sort-list li {padding: 4px 12px; font-size: inherit; color: #999; transition: 0.3s; cursor: pointer;}
.table-box .table-sort .sort-list li.on {color: #111; background: #F6F6F6;}

.table-box thead {}
.table-box thead th { color: #fff; text-align: center;}
.table-box tbody tr:not(:last-child) {border-bottom: 1px solid #D9D9D9;}
.table-box table.dataTable > tbody > tr > td {text-align: center; color: #333; height: 56px; padding: 10px 20px;}
.table-box table.dataTable > tbody > tr > td.left {text-align: left;}
.table-box .dt-layout-table {position: relative;}

.table-box table.dataTable > tbody > tr > td.address {text-align: left; padding-left: 10%;}

.table-box .dt-layout-table .dt-scroll .dt-scroll-head {border-radius: 8px; margin-bottom: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.08); background: #000; }
.table-box .dt-layout-table .dt-scroll .dt-scroll-body {border-radius: 8px; position: relative; box-shadow: 0 4px 24px rgba(0,0,0,0.08);}
.table-box .dt-layout-table .dt-scroll .dt-scroll-body::-webkit-scrollbar {width: 8px;}
.table-box .dt-layout-table .dt-scroll .dt-scroll-body::-webkit-scrollbar-track {width: 8px; background-color: #eee;}
.table-box .dt-layout-table .dt-scroll .dt-scroll-body::-webkit-scrollbar-thumb {border-radius: 4px; background-color: #aaa;}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, 
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order {position: relative; right: unset; bottom: unset; height: 9px; display: inline-block; vertical-align: middle; margin-left: 6px;}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before {opacity: 0;}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after {opacity: 0.3;}
table.dataTable thead > tr > th.dt-orderable-asc.dt-ordering-asc span.dt-column-order:before {opacity: 1;}
table.dataTable thead > tr > th.dt-orderable-desc.dt-ordering-asc span.dt-column-order:after {opacity: 0;}
table.dataTable thead > tr > th.dt-orderable-asc.dt-ordering-desc span.dt-column-order:before {opacity: 0;}
table.dataTable thead > tr > th.dt-orderable-desc.dt-ordering-desc span.dt-column-order:after {opacity: 1;}

.table-box .dt-scroll .dt-scroll-head .dt-scroll-headInner {width: 100% !important; padding-right: 0 !important;}
.table-box .dt-scroll .dt-scroll-head .dt-scroll-headInner table.dataTable {width: 100% !important;}

.table-box div.dt-container .dt-info {margin-bottom: 8px; font-weight: 600; color: rgba(17,17,17,0.6);}
.table-box .dt-info > div {color: inherit;}
.table-box .dt-info span {color: #111; display: inline-block; margin-left: 6px;}

/* 검색결과 삭제 */
.modal-popup[data-modal="modal1"] .table-box div.dt-container .dt-info {display: none;}
.modal-popup[data-modal="scholar"] .table-box div.dt-container .dt-info {display: none;}
.table-box.no-result div.dt-container .dt-info {display: none;}

.table-box tbody td.dt-empty {width: 100%;}
.table-box tbody td.dt-empty div {line-height: 50px; width: 100%;}


@media screen and (max-width: 1024px) {
  .table-box table.dataTable {font-size: 14px;}
  .table-box table.dataTable > tbody > tr > td {padding: 10px 12px; height: 50px;}

  .table-box table.dataTable > tbody > tr > td.address {padding-left: 5%;}
}
@media screen and (max-width: 768px) {
  .table-box .table-sort {opacity: 1; pointer-events: auto; height: auto;}
  .table-box .dt-layout-table .dt-scroll .dt-scroll-head {display: none;}

  .table-box div.dt-container .dt-layout-table {margin-top: 16px;}
  .table-box div.dt-container .dt-info {margin-bottom: 0; }

  .table-box table.dataTable {display: block;}
  .table-box table.dataTable tbody {display: block;}
  .table-box table.dataTable tbody tr {display: block; padding: 16px;}
  .table-box table.dataTable > tbody > tr > td {display: inline-block; padding: 0; height: unset; }
  .table-box table.dataTable > tbody > tr > td:not(.address):before {content:""; width: 1px; height: 8px; background: #999; display: inline-block; margin: 0 8px; vertical-align: middle;}
  .table-box table.dataTable > tbody > tr > td:first-child:before {display: none;}
  .table-box table.dataTable > tbody > tr > td.address {width: 100%; margin-top: 8px; padding-left: 0;}
}
@media screen and (max-width: 480px){
  .table-box .table-sort {font-size: 14px;}
  .table-box div.dt-container .dt-info {font-size: 14px;}
  .table-box div.dt-container .dt-info span {font-size: 15px;}

}
/* e:table */


/* s:search-box */
.search-box {max-width: 600px; margin: auto; position: relative; width: 100%;}
.search-box .inbox {padding-right: 54px; background: #fff; box-shadow: 0 4px 24px rgba(0,0,0,0.08); border-radius: 27px; display: flex; height: 54px; font-size: 18px; color: #333; overflow: hidden;} 
.search-box .inbox .select {height: 100%; flex-shrink: 0; padding-right: 8px;}
.search-box .inbox .select select {border: none; height: 100%; width: 112px; padding-left: 20px;  font-size: inherit;}
.search-box .inbox .input {width: 100%; height: 100%; padding: 13px; position: relative;}
.search-box .inbox .input::before {content:""; width: 1px; height: 25%; background: #aaa; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.search-box .inbox .input input {appearance: none; border: none; width: 100%; font-size: inherit;}
.search-box .inbox .input input::placeholder {color: #333; opacity: 0.2;}
.search-box .search-btn {position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 0px; }
.search-box .search-btn button {width: 30px; height: 30px; border-radius: 50%; background: #eee url(/img/com/icon_search.svg) center no-repeat; background-size: cover;  font-size: 1px; color: transparent;}
@media screen and (max-width: 768px){
  .search-box .inbox {height: 45px; padding-right: 48px; font-size: 14px;}
  .search-box .inbox .select select {padding-left: 16px; width: 90px;}
  .search-box .inbox .input {padding: 11px 12px;}
}
/* e:search-box */

/* s:tab */
.tabbtn-box {display: flex; justify-content: center; align-items: center; gap: 30px; }
.tabbtn-box .tab-btn a {height: 62px; border-radius: 32px; color: #fff; width: 285px; background: #ccc; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(0,0,0,0.08); font-weight: 600; font-size: 20px;}
.tabbtn-box .tab-btn.active a {background: #111;}

@media screen and (max-width:1024px) {
  .tabbtn-box .tab-btn a {font-size: 17px; height: 54px;}
}
@media screen and (max-width:768px) {
  .tabbtn-box {gap: 8px;}
  .tabbtn-box > div {width: calc(50% - 4px); max-width: 160px;}
  .tabbtn-box .tab-btn a {width: 100%; height: 45px; font-size: 16px;}
}
@media screen and (max-width:768px){
  .tabbtn-box .tab-btn a {font-size: 14px;}
}
/* e:tab */


/* s:pagination */
.pagination {display: flex; justify-content: center; margin-top: 40px;}
.pagination nav {display: flex;}
.pagination a,
.pagination button {width: 40px; height: 40px; line-height: 40px; font-size: 16px; color: #333; text-align: center; border-radius: 50%; background-position: center; background-size: cover; background-repeat: no-repeat; display: block; transition: 0.3s;} 
.pagination a:hover,
.pagination button:hover {background: rgba(17,17,17,0.2);}
.pagination ul {display: flex;}
.pagination ul a.on,
.pagination button.current {background: #111; color: #fff;}

.pagination a.first,
.pagination button.first {background-image: url(/img/com/arr_prev.png); font-size: 1px; color: transparent;}
.pagination a.prev,
.pagination button.previous {background-image: url(/img/com/arr_first.png); font-size: 1px; color: transparent;}
.pagination a.next,
.pagination button.next {background-image: url(/img/com/arr_next.png); font-size: 1px; color: transparent;}
.pagination a.last,
.pagination button.last {background-image: url(/img/com/arr_last.png); font-size: 1px; color: transparent;}
@media screen and (max-width: 768px){
  .pagination a,
  .pagination button {width: 32px; height: 32px; line-height: 32px; font-size: 14px;}
}
/* e:pagination */

/* etc */
.backdrop {position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 99998; background: #111; opacity: 0.6;}

/* *********** */
#content {padding-top: 137px;}
section.visual {margin-bottom: 120px;}

@keyframes visualAni {
  0% {transform: scale(1.1,1.1); transform-origin: 50% 0;}
  100% {transform: scale(1,1); transform-origin: 50% 50%;}
}

.visual {background: #000; color: #fff; position: relative; height: 720px;}
.visual .visual-slide {margin: auto; max-width: 1920px; position: relative;}
.visual .visual-slide .item {height: 720px; color: #fff; display: flex; align-items: center; overflow: hidden; position: relative;}
.visual .visual-slide .item .img-box {width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 0; background-size: cover; background-position: center left; background-repeat: no-repeat; }
/* .visual .visual-slide .item .img-box::before {content:""; width: 1640px; height: 100%;  position: absolute; left: 280px; top: 0; background: radial-gradient(closest-side, rgba(0,0,0,0), rgba(0,0,0,0.95)); opacity: 0;} */
.visual .visual-slide .item .img-box::before {content:""; width: 100%; height: 100%;  position: absolute; left: 0; top: 0; background-image: url(/img/cont/visual_blur2.png); opacity: 0; background-position: left center; background-size: cover; background-repeat: no-repeat;}
/* .visual .visual-slide .item .img-box::after {content:""; width: 280px; height: 100%; background: linear-gradient(to right, #000, rgba(0,0,0,0.95)); opacity: 0; position: absolute; left: 0; top: 0;} */

.visual .visual-slide .item.black {color: #4E4E4E;}

.visual .visual-slide .item.blur .img-box::before {opacity: 1;}
.visual .visual-slide .item.blur .img-box::after {opacity: 1;}

.visual .visual-slide .item .text {width: 100%; padding-left: 40px; z-index: 1; opacity: 0; transition: 1s 1.2s; position: relative;}
.visual .visual-slide .item .tit {font-size: 48px; font-weight: 600; margin-bottom: 32px; line-height: 1.4;} 
.visual .visual-slide .item .txt1 {font-weight: 800; font-size: 24px; }
.visual .visual-slide .item .txt2 {font-size: 18px; /*margin-top: 16px;*/ opacity: 0.9;}
.visual .visual-slide .item .txt2 span {font-size: 16px; opacity: 0.8;}
.visual .visual-slide .item .btn-wrap {margin-top: 36px;}
/* .visual .visual-slide .swiper-slide:not(:first-child) .item .btn-wrap {display: none;} */
/* .visual .visual-slide .swiper-slide .item [aria-label="1 / 8"] .btn-wrap {display: none;} */
/* .visual .visual-slide .item .btn a {font-size: 16px; color: #fff; display: inline-block; padding: 0 20px; line-height: 44px; border-radius: 22px; background-color: #33C4E7;} */

.visual .visual-slide .swiper-slide-active .item .img-box {animation: visualAni 5s 1 ease-in-out;}
.visual .visual-slide .swiper-slide-active .item .text {opacity: 1;}

.visual .visual-slide .slide-paging {display: flex; position: absolute; left: 0; bottom: 21px; justify-content: center; align-items: center; z-index: 10;}
.visual .visual-slide .slide-paging .swiper-pagination-bullet {width: 12px; height: 12px; border-radius: 50%; background: #fff; margin: 0 8px; opacity: 0.4; }
.visual .visual-slide .slide-paging .swiper-pagination-bullet-active {opacity: 1;}
@media screen and (max-width: 1024px) {
  #content {padding-top: 80px;}
  section.visual {margin-bottom: 80px;}
  .visual {height: 420px;}
  .visual .visual-slide .item {height: 420px;}

  .visual .visual-slide .item .text {padding-left: 16px;}
  .visual .visual-slide .item .tit {font-size: 32px; }
  .visual .visual-slide .item .txt1 {font-size: 20px;}
  .visual .visual-slide .item .txt2 {font-size: 16px;}
  .visual .visual-slide .item .txt2 span {font-size: 14px;}
}
@media screen and (max-width: 768px){
  #content {padding-top: 64px;}
  section.visual {margin-bottom: 40px;}
  .visual .visual-slide .item .img-box {background-position: center left 5%;}
  .visual .visual-slide .slide-paging {display: none;}
  .visual .visual-slide .item .text {padding-right: 16px;}
  .visual .visual-slide .item .tit {font-size: 26px;}
  .visual .visual-slide .item .txt1 {font-size: 18px;}
  .visual .visual-slide .item .txt2 {font-size: 14px;}
  .visual .visual-slide .item .txt2 span {font-size: 12px;}

  .visual .visual-slide .item .img-box::before { background-position: center left 5%;}
  /* .visual .visual-slide .item .img-box::after {width: 140px;} */
}
/* **** */


.center .edu-box {display: flex; gap: 24px; margin-bottom: 100px;}
.center .edu-box .map {width:464px; font-size: 0; flex-shrink: 0;}
.center .edu-box .map svg g.shadow path {fill:#ccc; }
.center .edu-box .map svg g.map-icon {fill: #f6f6f6; cursor: pointer;}
.center .edu-box .map svg g.map-icon.active {fill: rgba(51,51,51,0.95);}
.center .edu-box .tit a {font-size: inherit; font-weight: inherit; } 
.center .edu-box .edu-type .radio-box {}
.center .edu-box .edu-type .radio-box .radio-box-head {display: flex; }
.center .edu-box .edu-type .radio-box .radio-box-head .tit {color: #fff; position: relative; font-size: 20px; border-radius: 8px 8px 0 0; background: #ccc; min-width: 140px; }
.center .edu-box .edu-type .radio-box .radio-box-head .tit.tab-btn {padding: 0;}
.center .edu-box .edu-type .radio-box .radio-box-head .tit a {padding: 8px 0; display: block;}

.center .edu-box .edu-type .radio-box .radio-box-head .tit.active {background: #111;}
.center .edu-box .edu-type .radio-box + .radio-box {margin-top: 60px;}

.center .edu-box .edu-type .tag-box { gap: 8px; align-items: center; flex-wrap:wrap;  font-size: 15px; display: none;}
.center .edu-box .edu-type .tag-box:has(.tag) {margin-top: 16px;}
.center .edu-box .edu-type .tag-box .tag {padding: 3px 6px 3px 10px; border-radius: 8px; display: flex; gap: 10px; align-items: center; background-color: #eee;}
.center .edu-box .edu-type .tag-box .tag span {line-height: 1;}
.center .edu-box .edu-type .tag-box .tag .tag-delete {width: 20px; height: 20px; border-radius: 50%; background: #f6f6f6; position: relative;}
.center .edu-box .edu-type .tag-box .tag .tag-delete::before, 
.center .edu-box .edu-type .tag-box .tag .tag-delete::after {content:""; width: 1px; height: 14px; background: #aaa; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg);}
.center .edu-box .edu-type .tag-box .tag .tag-delete::after {transform: translate(-50%,-50%) rotate(-45deg);}

@media screen and (max-width: 1260px) {
  .center .edu-box .map {width: 360px;}
}
@media screen and (max-width: 1024px) {
  .center .edu-box .map {display: none;}
  .center .edu-box .edu-type {width: 100%;}
  .center .edu-box .edu-type .radio-box .radio-box-head .tit {font-size: 18px;}
}
@media screen and (max-width: 768px) {
  .center .edu-box {position: relative; z-index: 1; margin-bottom: 24px;}
  .center .edu-box .edu-type .radio-box + .radio-box {margin-top: 12px;}
  .center .edu-box .edu-type .radio-box .radio-box-head {justify-content: center; gap: 0; display: none;}
  .center .edu-box .edu-type .radio-box .radio-box-head .tit {font-size: 16px; }
  .center .edu-box .edu-type .radio-box .radio-box-head .tit a {padding: 10px 0;}
  .center .edu-box .edu-type .radio-box.tab-wrap .radio-box-head {display: flex;}

  .center .edu-box .edu-type .tag-box {display: flex;}

  /* 20250325 모바일에서 텍스트 청색 */
  .center .table-box td a {color: #0a73dc;} 
  
}
@media screen and (max-width: 480px){
  .center .edu-box .edu-type .tag-box {font-size: 13px;}
  .center .edu-box .edu-type .radio-box .radio-box-head .tit {font-size: 14px;}
}


.interview {}
.interview .top {margin-bottom: 100px;}
.interview .slide-area {display: flex; gap: 64px; }
.interview .slide-area .text-wrap {width: calc(100% - 64px - 952px);}
.interview .slide-area .text-wrap .sub-tit {color: #666; font-weight: bold; font-size: 24px; margin-bottom: 40px;}
.interview .slide-area .text-wrap .swiper-slide {background: #fff; }
.interview .slide-area .text-wrap .tit {font-size: 24px; font-weight: 600; opacity: 0; transition: 0.8s;}
.interview .slide-area .text-wrap .part {margin-top: 24px; font-size: 18px; font-weight: 600; opacity: 0; transition: 0.8s;}
.interview .slide-area .text-wrap .part::before {content:"분류"; color: #333; display: inline-block; margin-right: 8px;}
.interview .slide-area .text-wrap .part span { color: #666;}
.interview .slide-area .img-wrap {width: 952px; }
.interview .slide-area .img-wrap .swiper-wrapper {gap: 8px; display: flex;}
.interview .slide-area .img-wrap .swiper-wrapper .swiper-slide { flex: 1 1 0; position: relative; height: 455px;  box-shadow: 0 4px 16px rgba(0,0,0,0.08); transition: 1s;} 
.interview .slide-area .img-wrap .swiper-wrapper .swiper-slide .img {width: 100%; display: block; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; border-radius: 8px; position: relative; overflow: hidden;} 
.interview .slide-area .img-wrap .swiper-wrapper .swiper-slide a {width: 64px; height: 64px; background: url(/img/cont/icon_play.png) center no-repeat; background-size: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 1px; color: transparent; box-shadow: 0 4px 16px rgba(0,0,0,0.08); opacity: 0; transition: 0.5s; pointer-events: none; border-radius: 50%;}

.interview .slide-area .text-wrap .swiper-slide.swiper-slide-visible .tit {opacity: 1;}
.interview .slide-area .text-wrap .swiper-slide.swiper-slide-visible .part {opacity: 1;}


.interview .slide-area .img-wrap .swiper-wrapper .swiper-slide.active {flex: 1 1 75%;}
.interview .slide-area .img-wrap .swiper-wrapper .swiper-slide.active a {opacity: 1; pointer-events: auto;}

.interview .btm {padding: 100px 0 120px; background: #F6F6F6;}
.interview .radio-box {margin-top: 60px; margin-bottom: 20px; }

.interview .tab-cont {border-top: 2px solid #aaa; padding-top: 20px;}
.interview .vod-list {display: flex; gap: 60px 24px; flex-wrap:wrap; }
.interview .vod-list li {width: calc((100% - 72px)/4); }
.interview .vod-list .item {border-radius: 8px; overflow: hidden; position: relative; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,0.08);}
.interview .vod-list .thumb {width: 100%; position: relative;}
.interview .vod-list .thumb::before {content:""; width: 100%; height: 100%; background: rgba(0,0,0,0.3) url(/img/cont/icon_play.png) center no-repeat; position: absolute; left: 0; top: 0; z-index: 5; opacity: 0; transition: 0.4s;}
.interview .vod-list .thumb span {display: block; width: 100%; padding-top: 57%; position: relative;}
.interview .vod-list .thumb span img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.interview .vod-list .text {padding: 24px; background: #fff; }
.interview .vod-list .text p { display:-webkit-box; overflow: hidden;  text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 18px; color: #333; min-height: 4.5em;}

.interview .vod-list li:hover .thumb::before {opacity: 1;}

.interview .blog-list {padding-bottom: 20px;}
.interview .blog-list li + li {margin-top: 40px;}
.interview .blog-list .item {display: flex; align-items: center; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.08);}
.interview .blog-list .item .thumb {width: 586px; flex-shrink: 0;}
.interview .blog-list .item .thumb a {width: 100%; padding-top: 56.5%; display: block; position: relative;}
.interview .blog-list .item .thumb img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.interview .blog-list .item .text {padding: 0 60px; width: calc(100% - 586px);}
.interview .blog-list .item .text .date {color: #666; font-size: 16px; margin-bottom: 8px;}
.interview .blog-list .item .text .tit {font-size: 32px; font-weight: 600; color: #111; margin-bottom: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.interview .blog-list .item .text .txt {font-weight: 600; font-size: 28px; color: #666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.interview .blog-list .item .text .btn-wrap {margin-top: 48px;}

.interview .tab-cont .no-result {text-align: center; padding: 1em;}

@media screen and (max-width: 1620px) {
  .interview .slide-area .text-wrap {width: calc(100% - 64px - 730px);}
  .interview .slide-area .img-wrap {width: 730px;}
  .interview .slide-area .img-wrap .swiper-wrapper .swiper-slide {height: 360px;}
}
@media screen and (max-width: 1440px){
  .interview .blog-list .item .thumb {width: 40%;}
  .interview .blog-list .item .text {width: 60%;}
}
@media screen and (max-width: 1280px){
  .interview .vod-list {gap: 40px 24px;}
  .interview .vod-list li {width: calc((100% - 48px)/3);}
  .interview .vod-list .text p {font-size: 16px;}

  .interview .radio-box {margin-bottom: 16px;}

  .interview .slide-area {width: 100%; max-width: 730px; margin: auto; flex-direction: column-reverse;}
  .interview .slide-area .text-wrap {width: 100%;}
  .interview .slide-area .img-wrap {width: 100%;}
  .interview .slide-area .text-wrap .sub-tit {font-size: 20px; margin-bottom: 32px;}
  .interview .slide-area .text-wrap .tit {font-size: 20px;}
  .interview .slide-area .text-wrap .part {font-size: 16px;}

  .interview .blog-list .item .text {padding: 0 5%;}
  .interview .blog-list .item .text .tit {font-size: 24px; margin-bottom: 8px;}
  .interview .blog-list .item .text .txt {font-size: 20px;}
  .interview .blog-list .item .text .btn-wrap {margin-top: 20px;}
}
@media screen and (max-width: 1024px) {
  .interview .slide-area .text-wrap .sub-tit {display: none;}
  .interview .slide-area .text-wrap .tit {opacity: 1;}
  .interview .slide-area .text-wrap .part {opacity: 1;}
  .interview .slide-area .img-wrap .swiper-wrapper {gap: 0;}
  .interview .slide-area .img-wrap .swiper-wrapper .swiper-slide {flex: unset; flex-shrink: 0; height:unset; }
  .interview .slide-area .img-wrap .swiper-wrapper .swiper-slide.active {flex: unset; flex-shrink: 0;}
  .interview .slide-area .img-wrap .swiper-wrapper .swiper-slide span {padding-top: 63.6%;}
  .interview .slide-area .img-wrap .swiper-wrapper .swiper-slide a {opacity: 1; pointer-events: auto;}

  .interview .btm {padding: 80px 0 100px;}
  .interview .vod-list {gap: 40px 18px;}
  .interview .vod-list li {width: calc((100% - 36px)/3);}
  .interview .vod-list .text {padding: 18px;}
  .interview .vod-list .thumb::before {background-size: 46px;}

  .interview .blog-list .item {padding-left: 40%; position: relative;}
  .interview .blog-list .item .text {padding: 24px; width: 100%;}
  .interview .blog-list .item .text .txt {display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: wrap;}
  .interview .blog-list .item .thumb {height: 100%; width: 40%; position: absolute; left: 0; top: 0;}
  .interview .blog-list .item .thumb a {height: 100%; padding-top: 0;}
  .interview .blog-list .item .thumb img {}
}
@media screen and (max-width: 768px){
  .interview .slide-area {gap: 20px; width: 85%; margin: 0;} 
  .interview .slide-area .text-wrap .part {margin-top: 14px; }
  .interview .slide-area .img-wrap .swiper-wrapper .swiper-slide a {width: 40px; height: 40px;}
  .interview .btm {padding: 40px 0 60px;}

  .interview .radio-box {margin-top: 30px; margin-bottom: 30px;}
  .interview .tab-cont {border-top: none; padding-top: 0;}
  .interview .vod-list {gap: 24px 8px;}
  .interview .vod-list li {width: calc(50% - 4px);}
  .interview .vod-list .text p {font-size: 14px;}

  .interview .blog-list .item .text .date {font-size: 12px;}
  .interview .blog-list .item .text .tit {font-size: 18px;}
  .interview .blog-list .item .text .txt {font-size: 16px;}
  .interview .blog-list .item .text .btn-wrap {margin-top: 12px;}
}
@media screen and (max-width: 480px){
  .interview .slide-area .text-wrap .tit {font-size: 18px;}
  .interview .slide-area .text-wrap .part {font-size: 14px; margin-top: 5px;}

  .interview .vod-list .thumb::before {background-size: 30px;}
  .interview .vod-list .text {padding: 8px;}
  .interview .vod-list .text p {font-size: 12px;}

  .interview .blog-list li + li {margin-top: 24px;}
  .interview .blog-list {padding-bottom: 0;}
  .interview .blog-list .item .text {padding: 12px; min-height: 130px;}
  .interview .blog-list .item .text .date {font-size: 8px; margin-bottom: 2px;}
  .interview .blog-list .item .text .tit {font-size: 14px; margin-bottom: 4px;}
  .interview .blog-list .item .text .txt {font-size: 12px;}
  .interview .blog-list .item .text .btn-wrap {margin-top: 8px;}
}
/*  */




.why {}
.why .item {display: flex; gap: 24px; align-items: start;}
.why .item + .item {margin-top: 100px;}
.why .item > div {width: calc(50% - 12px);}
.why .item .img-box {border-radius: 8px; overflow: hidden; font-size: 0;}
.why .item .img-box img {vertical-align: top; max-width: 100%;}
.why .item .text-box {padding: 48px;}
.why .item .tit {font-size: 32px; font-weight: 600; margin-bottom: 24px;}
.why .item .txt {font-size: 16px; color: #333; }

@media screen and (max-width: 1280px) {
  .why .item .text-box {padding: 30px;}
  .why .item .tit {font-size: 26px;}
}
@media screen and (max-width: 1024px) {
  .why .item {flex-direction: column; width: 100%; max-width: 700px; margin: auto;}
  .why .item:nth-child(2n) {flex-direction: column-reverse;}
  .why .item > div {width: 100%;}
  .why .item .text-box {padding: 0px 0; }

  .why .item + .item {margin-top: 60px;}
}
@media screen and (max-width: 768px){
  .why .item + .item {margin-top: 30px;}
  .why .item .tit {font-size: 22px; margin-bottom: 12px;}
}
@media screen and (max-width: 480px) {
  .why .item .tit {font-size: 18px; margin-bottom: 8px;}
  .why .item .txt {font-size: 14px;}
}






/* modal*********** */
.modal-popup {position: fixed; z-index: 99999; width: 90%; max-width:1200px; height: fit-content; max-height: 90%; left: 50%; top: 50%; background: #fff; transform: translate(-50%,-50%); overflow: hidden; border-radius: 8px; display: none;}
.modal-popup .modal-wrap {display: flex; flex-direction: column; max-height: calc(var(--vh)*90);}
.modal-popup .modal-head {position: relative; background: var(--pointcolor); text-align: center; padding: 0 80px;}
.modal-popup .modal-head .tit {color: #fff; padding: 24px 0; font-size: 28px; font-weight: 600;}
.modal-popup .modal-head .close-btn a {width: 40px; height: 40px; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.2); border-radius: 50%; font-size: 1px; color: transparent;}
.modal-popup .modal-head .close-btn a::before,
.modal-popup .modal-head .close-btn a::after {content:""; width: 2px; height: 60%; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg);}
.modal-popup .modal-head .close-btn a::after {transform: translate(-50%,-50%) rotate(-45deg);}
.modal-popup .modal-cont {padding: 40px 80px; overflow-y: auto; height: calc(100% - 90px); }
.modal-popup .modal-cont::-webkit-scrollbar {width: 8px;}
.modal-popup .modal-cont::-webkit-scrollbar-track {width: 8px; background-color: #eee;}
.modal-popup .modal-cont::-webkit-scrollbar-thumb {border-radius: 4px; background: #aaa;}

.modal-popup .modal-cont .search-box {margin-bottom: 30px;}
.modal-popup .modal-cont .table-box {}
.modal-popup .modal-cont .radio-box {margin-bottom: 30px;}
.modal-popup .modal-cont .radio-box.big .box-cont {column-gap: 24px;}
.modal-popup .modal-cont .radio-box.small .box-cont {column-gap: 32px;}
.modal-popup .modal-cont .info-box {}
.modal-popup .modal-cont .info-box .tit {margin-bottom: 24px; font-weight: bold; font-size: 32px; color: #111; /*display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2;*/ padding-top: 20px;}
.modal-popup .modal-cont .info-box .list {font-size: 16px; color: #666;}
.modal-popup .modal-cont .info-box .list ul {display: flex;}
.modal-popup .modal-cont .info-box .list ul + ul {margin-top: 8px;}
.modal-popup .modal-cont .info-box .list ul li:not(:first-child)::before {content:""; width: 1px; height: 0.7em; background: #aaa; display: inline-block; margin: 0 16px;}
.modal-popup .modal-cont .info-box .list ul .link {display: flex;}
.modal-popup .modal-cont .info-box .list span {display: inline-block;}
.modal-popup .modal-cont .info-box .list span.title {font-weight: 600; margin-right: 8px; flex-shrink: 0;}
.modal-popup .modal-cont .info-box .list span a {text-decoration: underline;}
.modal-popup .modal-cont .vod-box {  max-width: 854px; margin: 30px auto;}
.modal-popup .modal-cont .vod-box span {width: 100%; display: block;  padding-top: 56.2%; position: relative;}
.modal-popup .modal-cont .vod-box span iframe {width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.modal-popup .modal-cont .img-box {margin: 30px 0; text-align: center; font-size: 0;}
.modal-popup .modal-cont .img-box img {max-width: 100%; vertical-align: top;}
.modal-popup .modal-cont .qna-box {}
.modal-popup .modal-cont .qna-box .item + .item {margin-top: 24px;}
.modal-popup .modal-cont .qna-box .item > div {padding: 16px 8px; position: relative; display: flex; gap: 8px; border-radius: 8px; align-items: center;}
.modal-popup .modal-cont .qna-box .item > div::before {width: 32px; height: 32px; border-radius: 50%; font-weight: 600; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}
.modal-popup .modal-cont .qna-box .item > div p {width: 100%; color: #111;}
.modal-popup .modal-cont .qna-box .item .question::before {content:"Q"; color: #fff; background: #111; }
.modal-popup .modal-cont .qna-box .item .question p {font-weight: 600;}
.modal-popup .modal-cont .qna-box .item .answer {background-color: #eee;}
.modal-popup .modal-cont .qna-box .item .answer::before {content:"A"; color: #111; background: #fff; }

.modal-popup .modal-cont:has(.img-info-box) {padding: 0;}
.modal-popup .modal-cont .img-info-box img {vertical-align: top; max-width: 100%;}

.modal-popup .modal-cont .pagination {margin-top: 26px;}
.modal-popup .modal-cont table.dataTable > thead > tr > th, 
.modal-popup .modal-cont table.dataTable > thead > tr > td {padding: 16px 10px;}
.modal-popup .modal-cont .table-box table.dataTable > tbody > tr > td {height: 52px;}

@media screen and (max-width: 1024px){
  .modal-popup .modal-cont {padding: 32px 5%;}
}
@media screen and (max-width: 768px){

  .modal-popup .modal-head {padding: 0 42px;}
  .modal-popup .modal-head .tit {font-size: 20px; height: 64px; padding: 2px 0; display: flex; align-items: center; justify-content: center;}
  
  .modal-popup .modal-cont {padding: 32px 16px; height: calc(100% - 64px);}
  .modal-popup .modal-cont::-webkit-scrollbar {width: 6px;}
  .modal-popup .modal-cont::-webkit-scrollbar-track {width: 6px; background-color: #eee;}

  .modal-popup .modal-cont .search-box {margin-bottom: 24px;}
  .modal-popup .modal-cont .radio-box.big .box-cont {column-gap: 0;}
  .modal-popup .modal-cont .info-box .tit {font-size: 24px; padding-top: 8px; margin-bottom: 16px;}
  .modal-popup .modal-cont .info-box .list ul {flex-wrap:wrap;}
  .modal-popup .modal-cont .info-box .list .view {display: none;}
  .modal-popup .modal-cont .info-box .list ul li:before {margin: 0 9px;}

  .modal-popup .modal-cont .vod-box {margin: 32px 0;}

  .modal-popup .modal-cont .qna-box {font-size: 14px;}
  .modal-popup .modal-cont .qna-box .item > div {padding: 8px 4px;}
  .modal-popup .modal-cont .qna-box .item > div::before {width: 28px; height: 28px; font-size: 14px;}

  .modal-popup .modal-head .close-btn a {width: 32px; height: 32px; right: 8px;}

  .modal-popup .modal-cont .radio-box.big label {display: flex; word-break: break-all;}
  .modal-popup .modal-cont .radio-box.big label span.radio {flex-shrink: 0;}

  .modal-popup .modal-cont .table-box table.dataTable > tbody > tr > td {height: unset;}

  /*  */
  .modal-popup .modal-cont:has(.radio-box.active) {min-height: 400px;}
}
@media screen and (max-width: 480px){
  .modal-popup .modal-cont {padding: 20px 16px;}

  .modal-popup .modal-cont .info-box .tit {font-size: 20px;}
  .modal-popup .modal-cont .info-box .list {font-size: 14px;}

  .modal-popup .table-box table.dataTable tbody tr {padding: 16px 8px;}

  .modal-popup .pagination a.first, 
  .modal-popup .pagination button.first,
  .modal-popup .pagination a.last, 
  .modal-popup .pagination button.last {display: none;}
}
/************ modal */



/* quick ************/
.quick-menu {position: fixed; z-index: 99999; bottom: 0px; right: 60px; padding-bottom: 40px;}
.quick-menu li { text-align: center; font-size: 14px; color: #333; font-weight: 600; }
.quick-menu li + li {margin-top: 16px;}
.quick-menu .icon-box {width: 108px; height: 108px; border-radius: 8px; overflow: hidden; background: #fff; margin: auto; box-shadow: 0 4px 16px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; font-size: 0;}
.quick-menu .icon-box img {max-width: 100%; max-height: 100%;}

.quick-menu li:hover .icon-box {box-shadow: 0 8px 16px rgba(0,0,0,0.16);}

@media screen and (max-width: 1860px) {
  .quick-menu {right: 30px;}
  .quick-menu .icon-box {width: 80px; height: 80px;}
}
@media screen and (max-width: 1024px) {
  .quick-menu {display: none;}
}

/************ quick */