@media screen and (max-width: 1199px) and (min-width: 768px) {

.wrap{
  width: 100%;
  height: 100%;
  position: relative;
}

.main-header{
  width: 100%;
  height: 80px;
  background-color: #0a52a7;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.main-logo{
  width: 150px;
  height: 40px;
  transform: translateX(-15px);
}

.main-logo a{
  display: block;
  width: 100%;
  height: 100%;
}

.main-menu{
  width: 485px;
  height: 50px;
  transition-duration: 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #F5F7FA;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
}

.menu-icon{
  display: none;
}

/* MAIN */
.main-container{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  padding: 0 100px;
  box-sizing: border-box;
  margin-top: 80px;
}

/* MAIN */
.out-box{
  box-sizing: border-box;
  transition-duration: 0.2s;
}

/* LEFT SUB MENU*/
.out-box-1{
  position: relative;
  width: 260px;
}

/* LEFT SUB MENU*/
.left-side-box{
  width: 260px;
  height: max-content;
  font-size: 0.86rem;
  border-radius: 12px;
  position: fixed;
  top: 100px;
}

/* LEFT SUB MENU*/
.section-header{
  height: 75px;
  background-color: #0a52a7;
  color: var(--text-color);
  align-content: center;
  text-align: center;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* LEFT SUB MENU*/
.section-header h2{
  width: 100%;
  font-size: 1.5rem;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* LEFT SUB MENU*/
.left-menu-list{
  align-content: center;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* LEFT SUB MENU*/
.l-menu{
    height: 50px;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* LEFT SUB MENU*/
.left-submenu-list{
  padding: 0 20px;
  box-sizing: border-box;
}

/* LEFT SUB MENU*/
.l-menu-text{
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

/* LEFT SUB MENU*/
.l-menu-text:hover,.l-sub-menu:hover, .l-menu-text-child:hover{
  color: #0843c1;
}

/* LEFT SUB MENU*/
.l-sub-menu{
  font-size: 0.8rem;
  font-weight: 400;
}

/* RIGHT CONTENT */
.out-box-2{
  width: calc(100% - 260px);
  min-height: 70vh;
  height: max-content;
  position: relative;
  margin-top: 30px;
  box-sizing: border-box;
  padding-left: 60px;
}

/* RIGHT CONTENT */
.contents-box{
  width: 100%;
}

/* RIGHT CONTENT CON - HEADER */
.content-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

/* RIGHT CONTENT SEARCH */
.con-search-wrap{
  width: 500px;
  height: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

/* RIGHT CONTENT SEARCH */
.total{
  color: #444444;
  font-size: 1rem;
}

/* RIGHT CONTENT SEARCH */
.search-category{
  width: 120px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* RIGHT CONTENT SEARCH */
.search-input{
  width: calc(100% - 260px);
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 0.86rem;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* RIGHT CONTENT SEARCH */
.search-btn{
  width: 80px;
  height: 40px;
  background-color: #8CC099;
  border-radius: 5px;
  color: #F5F7FA;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
}

/* RIGHT CONTENT SEARCH */
.search-btn:hover{
  background-color: #58A27C;
  color: var(--text-color)
}

/* RIGHT CONTENT */
.con-nav-wrap{
  width: fit-content;
  gap: 10px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* RIGHT CONTENT */
.con-nav-wrap a{
  color: #666;
}

/* RIGHT CONTENT */
.con-nav-wrap a .nav-home{
  width: 17px;
  height: 17px;
  display: block;
  object-fit: contain;
}

/* RIGHT CONTENT */
.nav-arr{
  width: 12px;
  height: 12px;
  object-fit: contain;
}

/* RIGHT CONTENT */
.nav-text{
  font-weight: 700;
  color: black;
}

/* RIGHT CONTENT */
.con-nav-wrap a:hover{
  color: var(--primary-color);
}

/* RIGHT CONTENT CON BODY */
.content-body{
  width: 100%;
  height: max-content;
  padding-bottom: 200px;
  min-height: 80vh;
}

/* RIGHT CONTENT CON BODY */
.content-box{
  width: 100%;
  margin-bottom: 40px;
}

.content-box form{
    width: 100%;
}

/* RIGHT CONTENT CON BOX1 BANNER */
/* COMMENT OUT */
.con-1{
  height: 300px;
  background-color: #DCE3ED;
  border-radius: 10px;
  position: relative;
}

/* RIGHT CONTENT CON BOX1 BANNER */
/* COMMENT OUT */
.con-1 img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  opacity: 0.8;
}

/* RIGHT CONTENT CON BOX1 BANNER */
/* COMMENT OUT */
.con1-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color);
  text-shadow: 3px 3px 3px rgba(26, 26, 26, 0.5);
  white-space: nowrap;
}

.con-2{
  width: 100%;
  height: max-content;
}

.con2-p{
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--primary-color);
  text-align: justify;
}

/* RIGHT CONTENT CON BOX1 BANNER */
.content-box h1, .doctorate-list h1{
  font-size: 1.4rem;
  color: var(--accent-color);
  margin-bottom: 20px;
  font-weight: 700;
}

/* RIGHT CONTENT CON BOX1 BANNER */
.content-header span{
    font-size: 36px;
    font-weight: 700;
}

/* MAP */
.map{
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
}

/* MAP */
.map iframe{
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 10px;
}

/* FOOTER */
.main-footer{
  width: 100%;
  height: max-content;
  background: var(--primary-color);
  padding: 30px 100px;
  box-sizing: border-box;
  color: var(--text-color);
}

/* FOOTER */
.ft-logo-wrap{
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* FOOTER */
.ft-logo-wrap select{
  width: 110px;
  height: 40px;
  padding: 0.5rem;
  background: transparent;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  border-radius: 5px;
}

/* FOOTER */
.ft-logo-wrap img{
  display: block;
  width: 200px;
  object-fit: contain;
}

/* FOOTER */
.ft-info{
  font-size: 0.9rem;
  text-align: center;
}

/* FOOTER */
.tel-num{
  margin: 10px 0;
}

/* SCROLL TO TOP */
.top-but-wrap{
  width: 100%;
  position: relative;
}

/* SCROLL TO TOP */
.top-btn{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 45px;
  bottom: 30px;
  z-index: 4;
  background-color: transparent;
  color: var(--text-color);
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  cursor: pointer;
}

/* SCROLL TO TOP */
.top-btn img{
  width: 50%;
  height: 50%;
  object-fit: contain;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-default {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: none;
    font-family: 'Pretendard', sans-serif;
    font-size: 1rem;
    color: #666;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-colgroup {
    display: table-column-group;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-colgroup .col {
    display: table-column;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-colgroup .col-no { width: 10%; }
.bbs-colgroup .col-title { width: 45%; }
.bbs-colgroup .col-writer { width: 15%; }
.bbs-colgroup .col-date { width: 15%; }
.bbs-colgroup .col-views { width: 10%; }
.bbs-colgroup .col-file { width: 5%; }

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-head {
    display: table-header-group;
    background-color: rgb(229, 238, 252);
    border-bottom: 1px solid #d0d2d9;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-head .row {
    display: table-row;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-head .col {
    display: table-cell;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    height: 60px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-head .col span {
    display: inline-block;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-body {
    display: table-row-group;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-body .row {
    display: table-row;
    border-bottom: 1px solid #e0e0e0;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-body .row .col {
    display: table-cell;
    vertical-align: middle;
    padding: 16px 8px;
    text-align: center;
    word-break: break-word;
    border-bottom: 1px solid #ccc;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-body .row:last-child .col {
    border-bottom: none;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-body .row .col-title {
    text-align: left;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-body .row .col-title a {
    color: #333;
    text-decoration: none;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-body .row .col-title a:hover {
    text-decoration: underline;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-body .row .col-no span,
.bbs-body .row .col-writer span,
.bbs-body .row .col-date span,
.bbs-body .row .col-views span {
    display: inline-block;
}

/* PROJECT-PC & BOARD-PC 공통 */
.bbs-body .row .col-file img {
    width: 16px;
    height: 16px;
    display: inline-block;
}

/* PROJECT-PC & BOARD-PC 공통 */
.notice {
    display: inline-block;
    background: #ff5b5b;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 3px;
}

/* PROJECT-PC & BOARD-PC 공통 */
.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

/* PROJECT-PC & BOARD-PC 공통 */
.group-header-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid black;
}

.page-default {
    margin: 50px 0 0;
    text-align: center;
    font-size: 0; /* inline-block 사이 공백 제거 */
}

.page-default .page-wrap {
    display: inline-block;
}

.page-default .page-number {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #555;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, border 0.2s ease;
}

.page-default .page-number:first-child {
    margin-left: 0;
}

.page-default .page-number:hover {
    background-color: #f0f0f0;
    border-color: #aaa;
    color: #000;
}

.page-default b.page-number {
    background-color: #444;
    color: #fff;
    font-weight: bold;
    border-color: #444;
}

/* 접근성 고려 - 스크린리더용 */
.page-default .blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

}