@charset "utf-8";
/* font-face 사용하지 말 것 */
body, td, a, li, input{font-size:14px; font-family:'NanumGothic','Malgun Gothic','돋움',dotum,sans-serif; line-height:22px;}
body, div, table, ul, li, dl, dt, dd, ol, p, span, address, h1, h2, h3, h4, h5, h6, img, a{padding:0; margin:0;}
.skip{position:absolute; left:-999px; font-size:1px; width:0; height:0; line-height:0; overflow:hidden; visibility:hidden;}
a:link, a:visited, a:active, a:hover{color:#333333; text-decoration:none;}
img, form{border:none;}
a img, p img, li img{vertical-align:top;}
.none{background:none !important; padding:0 !important; margin:0 !important; border:0 !important;}
.wrap{width:100%; margin:0 auto; }
h1{float:left;  margin-top: 10px;}

.gnb{float:right; margin-top:10px;}
.gnb li{float:left; list-style-type:none; padding:7px 0 7px 15px;}
.gnb li a{color:#666; font-size:11px;}
.head{width:1000px; margin:0 auto; }
.header{width:1000px; margin:0 auto; }
.main_img{height:296px;}

 
.lnb{ position:relative; z-index:9999;width:1000px; margin: 0px auto 0; padding-top: 10px; display:flex; justify-content:space-between; }
.lnb>li{list-style-type:none;   text-align:center; line-height:15px; flex:1; position:relative;  }
.lnb li a{font-size:18px; color:#fff;  letter-spacing: -1px; font-family:'Pretendard' ; font-weight: 600;  display:block; padding:20px 3px 20px 3px;}

.lnb li:hover a{color:#E1F3FF; }
.lnb li:hover .sub{opacity: 1;visibility: visible;}
.lnb .sub{position:absolute; top:55px;
   opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   visibility: hidden;
    background-color:#d15400;
	width:100%; left: 50%; transform:translateX(-50%);
}
.lnb .sub li{list-style-type:none;  border-bottom:1px solid #fff; text-align:center;  }
.lnb .sub li:last-child{border-bottom:none;}
.lnb .sub li a{font-size:13px; l font-weight:bold; color:#fff; font-weight:bold; display:block; padding:10px; letter-spacing:-1px;}
.lnb .sub li a:hover{color:#E1F3FF;}
	
	
	

.visual{clear:both;}
.container{position:relative; clear:both;}
.contents{width:1000px; margin:0 auto; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.main_contents{width:1000px; margin:0 auto; padding:40px 0; overflow:hidden;}
.title{font-family:'NanumGothic','Malgun Gothic','돋움'; font-size:24px;margin-top:3px; padding:30px 20px 30px 20px; margin-bottom:30px; border-bottom:1px solid #ddd; font-weight:bold; color:#4c4c4c;}
.contents_body{overflow:hidden; padding:0 30px 40px 30px;}

.btn_down{width:150px; padding:10px 0; background-color:#67018c; text-align:center; float:right; border-radius:50px; margin-bottom:15px;}
.btn_down a{color:#fff; font-weight:bold;}
.btn_down a strong{color:#ffe400;}


 
.btn a{color:#ffff00; background-color:#0E0E0E;  font-weight:bold; padding: 3px 10px; border-radius: 50px;}

.m_input{width:300px; padding:15px; margin-top:5px;}
.bt_log{width:332px; border:none; padding:15px 0; text-align:center; background-color:#d15400; color:#fff; margin-top:15px; font-size:20px;  font-family: 'NotoRegular';}
.printbtn{color:#fff; background-color:#333; padding:5px 15px; font-size:12px;}

/* 한개짜리 버튼*/
.write_btn{padding:20px 0; margin:30px auto 0;}
.write_btn p{color:#fff; background-color:#d15400; width:170px; margin:0 auto; text-align:center; padding:15px; font-size:16px; border-radius:6px; font-weight:bold;}
/* 두개짜리 버튼*/
.btn_wrap{overflow:hidden; width:500px; margin:30px auto 0;}
.write_btn2{padding:20px 0; float:left;}
.write_btn2 p{color:#fff; background-color:#d15400; width:200px; margin:0 auto; text-align:center; padding:15px; font-size:16px; border-radius:6px; font-weight:bold;}
.write_btn3{padding:20px 0; float:right;}
.write_btn3 p{color:#fff; background-color:#1fa5ad; width:200px; margin:0 auto; text-align:center; padding:15px; font-size:16px; border-radius:6px; font-weight:bold;}
/* 세개짜리 버튼*/
.btn_wrap2{overflow:hidden; width:710px; margin:0 auto;}
.write_btn4{padding:20px 0; float:left; margin-right:25px;}
.write_btn4 p{color:#fff; background-color:#d15400; width:180px; margin:0 auto; text-align:center; padding:15px; font-size:16px; border-radius:6px; font-weight:bold;}
.write_btn5{padding:20px 0; float:left;}
.write_btn5 p{color:#fff; background-color:#1fa5ad; width:180px; margin:0 auto; text-align:center; padding:15px; font-size:16px; border-radius:6px; font-weight:bold;}
.write_btn6{padding:20px 0; float:right;}
.write_btn6 p{color:#fff; background-color:#68300b; width:200px; margin:0 auto; text-align:center; padding:15px; font-size:16px; border-radius:6px; font-weight:bold;}


/*공통 버튼*/
.basic_btn{display:flex; justify-content:center; flex-wrap:wrap; }
.basic_btn li{ list-style:none; width:33%; border-radius:10px; text-align:center; padding: 15px; margin: 20px 10px;}
.basic_btn li a{ color:#fff; display:block; font-weight: bold;}
.basic_btn li:hover a{color:#FF0;}

.basic_btn li:nth-child(1) { background:#2965a1;} 
.basic_btn li:nth-child(2) { background:#29a19d;}
.basic_btn li:nth-child(3) { background:#8129a1;}
.basic_btn li:nth-child(4) { background:#df5a5a;}

.basic_btn2{display:flex; justify-content:space-between; flex-wrap:nowrap; gap:0 2px; width:100%;}
.basic_btn2 li{ list-style:none; width:100%; border-radius:10px; text-align:center; padding: 15px; margin: 20px 10px;}
.basic_btn2 li a{ color:#fff; display:block; font-weight: bold;}
.basic_btn2 li:hover a{color:#FF0;}

.basic_btn2 li:nth-child(1) { background:#e69920;} 
.basic_btn2 li:nth-child(2) { background:#728742;}
.basic_btn2 li:nth-child(3) { background:#dd672a;}
.basic_btn2 li:nth-child(4) { background:#df5a5a;}


.entry_btn{ background:#000; border-radius: 50px; padding: 2px 10px 5px 10px; display: inline-block;}
.entry_btn a{color:#fcff00; text-align: center; font-weight: bold;}

/* 안내페이지 공통 */
.guide_01{font-size:18px; font-weight:bold; padding-left:0; margin-bottom:10px;color:#a2511b;}
.guide_01:before {content:"❖"; color:#a2511b; font-weight: bold; margin-right: 10px;}
.guide_01:not(:first-child) { margin-top:25px;}
.guide_02{background:url('/register/2026_fall/images/icon_01.jpg') no-repeat 0px 6px; font-weight:bold; padding-left:18px; margin-bottom:7px; margin-left:16px}
.guide_03{padding-left:20px;}
.guide_03 li{list-style-type:none; background:url('/register/2026_fall/images/icon_08.jpg') no-repeat 0px 3px; padding-left:15px; margin-bottom:5px;}
.guide_04 li{list-style-type:none; background:url('/register/2026_fall/images/icon_09.jpg') no-repeat 0px 3px; padding-left:10px;}
/* 사전등록비 테이블 */
.entry_fee{border-collapse:collapse;}
.entry_fee td, .entry_fee th{border:1px solid #ddd; padding:5px;}
.entry_fee td{text-align:center;}
.entry_fee thead th{background-color:#eee;}
.entry_fee tbody th{background-color:#e5eeff; text-align:center;}

.tab{overflow:hidden;}
.tab li{list-style:none; width:400px; border:1px solid #ddd; float:left; text-align:center; padding:10px 0; margin:0 7px 10px 0; background-color:#f0f0f0;}
.tab li:hover{border:1px solid #35357b;}
.tab li.over{background-color:#35357b; color:#fff;}

/* 회원 로그인 화면 */
.login_box{border:2px solid #ddd; border-radius:8px; padding:160px 40px 30px 40px; width:420px; margin:0 auto; background:url('/register/2026_fall/images/login_bg.jpg') no-repeat 30px 30px;}
.login_box fieldset{border:none;}
.input_idpw{float:left; margin-right:20px; margin-left:30px;}
.input_id{margin-bottom:2px;}
.id{border:1px solid #dcdcdc; background:#fff url('/register/2026_fall/images/id_bg.gif') no-repeat 7px 7px; color:#666; width:205px; height:25px;}
.id.on{background:none; background-color:#fff;}
.pw{border:1px solid #dcdcdc; background:#fff url('/register/2026_fall/images/pw_bg.gif') no-repeat 7px 7px; color:#666; width:205px; height:25px;}
.pw.on{background:none; background-color:#fff;}
/* 등록 및 접수 폼 */
.write_form{border-collapse:collapse; border-top:2px solid #333; border-bottom:2px solid #333; }
.write_form thead th, .write_form tbody th, .write_form tbody td{padding:10px; border-bottom:1px solid #ddd;}
.write_form thead th{background-color:#fafafa; color:#444; margin:5px 0;}
.write_form tbody th{font-weight:normal; text-align:left;}
.write_form tbody td{line-height:24px;}
.write_form tbody .star{color:red; font-weight:bold;}
.write_form tbody td .in_radio{border:none;}
.write_form tbody td input{border:none; border:1px solid #999; vertical-align:middle; padding:2px;}
.write_form tbody select{font-size:12px; font-family:'돋움',dotum,sans-serif; padding:2px 3px;}
.write_form tbody textarea{margin-top:5px;}
.write_form tbody .section{background-color:#fafafa; font-weight:bold; text-align:center;}
.write_form tbody .btn{background-color:#444; border:1px solid #cbcbcb; padding:3px 7px; border-radius:5px;}
.write_form tbody .btn a{color:#fff; font-size:11px;}
.btn2{text-align:center; margin-top:30px;}
.btn2 span{background-color:#e1842e; border:1px solid #cbcbcb; padding:5px 15px; border-radius:5px; margin:0 2px;}
.btn2 a{color:#fff; font-size:13px; font-weight:bold;}
.btn2 a:hover{color:#fffc00;}
.nonmember{color:#fff; background-color:#b6c238; width:120px; margin:0 auto; text-align:center; padding:4px; font-size:12px; border-radius:6px; font-weight:bold;}

/* admin 로그인 화면 */
.admin_login{background:#fff url('/register/2026_fall/images/admin_login_bg.jpg') no-repeat center 200px; width:423px; height:471px; margin:0 auto;}
.admin_login fieldset{border:none; padding:365px 0 0 20px;}
.admin_idpw{float:left; margin-right:20px; margin-left:30px;}
.admin_id{margin-bottom:10px;}
.input_login{margin-top:6px; float:right;}
.id{border:1px solid #dcdcdc; background:#fff url('/register/2026_fall/images/id_bg.gif') no-repeat 7px 7px; color:#666; width:205px; height:25px;}
.id.on{background:none; background-color:#fff;}
.pw{border:1px solid #dcdcdc; background:#fff url('/register/2026_fall/images/pw_bg.gif') no-repeat 7px 7px; color:#666; width:205px; height:25px;}
.pw.on{background:none; background-color:#fff;}
.login_box{border:2px solid #ddd; border-radius:8px; padding:160px 40px 30px 40px; width:420px; margin:0 auto; background:url('/register/2026_fall/images/login_bg.jpg') no-repeat 30px 30px;}
.login_box fieldset{border:none;}
.input_idpw{float:left; margin-right:20px; margin-left:30px;}
.input_idpw
input{width:130px;}
.input_id{margin-bottom:2px;}

.main_welcome{float:left; width:500px;}
.main_welcome h2{ border-top:2px solid #5c5d5f; border-bottom:1px solid #9c9da1; height:22px; padding:7px 0 0 10px;}
.wrap_main_welcome{background:url('/register/2026_fall/images/bg_welcome.gif') no-repeat 127px top; overflow:hidden;}
.wrap_main_welcome .pic{float:left; padding:18px 0 0 17px; width:167px;}
.wrap_main_welcome .comment{width:314px; line-height:20px; padding-top:15px; float:right;}
.main_right{float:right;}
.main_right img{vertical-align:top;}
/* 하단 2열 레이아웃 컨테이너 */
    .bottom-layout {
      display: grid;
      grid-template-columns: 1.5fr 1fr;
      gap: 24px;
      max-width: 1000px;
      width: 100%;
    }

    @media (max-width: 768px) {
      .bottom-layout {
        grid-template-columns: 1fr;
      }
    }

.impo {
      background: #ffffff;
      border-radius: 16px;
      padding: 28px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      border-top: 5px solid #4a3427
    }

    .impo-title {
      font-size: 1.4rem;
      font-weight: 700;
      color: ##4a3427;
      margin-bottom: 20px;
      position: relative;
    }

    .impo-title::after {
      content: '';
      display: block;
      width: 36px;
      height: 3px;
      background: #00a896;
      margin-top: 6px;
      border-radius: 2px;
    }

    .impo-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .impo-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 14px;
      background-color: #f8f9fa;
      border-radius: 8px;
      border-left: 4px solid #ced4da;
    }

    .impo-item.accent-border {
      border-left-color: #e63946;
      background-color: #fff5f5;
    }

    .impo-label {
      font-weight: 700;
      color: #343a40;
      font-size: 0.9rem;
    }

    .impo-value {
      font-weight: 600;
      font-size: 0.95rem;
      text-align: right;
    }

    .highlight-date {
      color: #e63946;
      font-weight: 700;
    }

    .strike-through {
      text-decoration: line-through;
      color: #6c757d;
      margin-right: 6px;
      font-size: 0.85rem;
    }

    /* 2. 퀵버튼 클래스 (.quick) */
    .quick {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .quick-btn {
	
      border-radius: 16px;
      padding: 24px 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      text-decoration: none;
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: all 0.25s ease;
    }
.quick-btn:nth-child(1){background-color: #e69920;	}
.quick-btn:nth-child(2){background-color: #728742;	}
.quick-btn:nth-child(3){background-color: #dd672a;	}
.quick-btn:nth-child(4){background-color: #df5a5a;	}

/*    .quick-btn:hover {
      transform: translateY(-4px) scale(1.02);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
*/
    .quick-btn i {
      font-size: 3.5rem;
    }

    .quick-btn span {
      font-size: 1rem;
      font-weight: 700;
    }

    /* 개별 버튼 컬러 그라데이션 */
<!--    .quick-btn.btn-program {
      background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
    }

    .quick-btn.btn-register {
      background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    }

    .quick-btn.btn-submit {
      background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
    }

    .quick-btn.btn-location {
      background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%);
    }-->
	.quick a{color: #fff;}

.h4_title{background:url('/register/2026_fall/images/icon_02.jpg') no-repeat 0px 3px; font-size:14px; font-weight:bold; padding-left:20px; margin-bottom:25px; }
.h4_title strong{color:#0a6aa6;}
.h4_title a{font-size:14px;}
.h4_title_2{margin-top:40px; background:url('/register/2026_fall/images/icon_02.jpg') no-repeat 0px 3px; font-size:14px; font-weight:bold; padding-left:20px; margin-bottom:15px; color:#cd6300;}
.basic_table{border-collapse:collapse; width:100%;}
.basic_table td, .basic_table th{border:1px solid #ddd; padding:5px;}
.basic_table th{background-color:#f1f1f1;}

/* 기본테이블 - basic_table */
.basic_table2{width:100%; border-top:2px solid #68300b;border-bottom:1px solid #68300b; border-collapse:collapse; margin-left: 20px;} /* 상단라인색 변경 */
.basic_table2 .al_left{text-align:left; padding-left:10px;} /* 좌측정렬의 경우 */
.basic_table2 .al_right{text-align:right; padding-right:10px;} /* 우측정렬의 경우 */
.basic_table2 thead th{background:#f7f7f7; border:1px solid #e3e3e3; color:#68300b; padding:4px 0 5px 0; text-align:center;} /* 제목열 설정용 */
.basic_table2 tbody th{ border:1px solid #e3e3e3; color:#384461; background:#fbfbfb; text-align:center; padding:5px 0 5px;}
.basic_table2 td{padding:3px 0 3px 10px;  border:1px solid #e3e3e3;} /* 내용열 설정용 */
.footer{clear:both; width:100%; text-align:center; background-color:#666; color:#fff; padding:30px 0;}
.footer a{color:#fff;}

/* organization */
.organ{border-collapse:collapse;}
.organ td, .organ th{border:1px solid #ddd; padding:5px;}
.organ th{background-color:#f1f1f1;}
/* how to use */
.how{border-collapse:collapse;}
.how td, .how th{border:1px solid #ddd; padding:5px;}
.how td{padding-left:15px;}
.how thead th{background-color:#f1f1f1; color:#444; border-top:2px solid #e1842e;}
.how tbody th{font-weight:normal; text-align:center;}
.how .leftalign{text-align:left;}
.how .vertical_m{vertical-align:middle;}
/*Useful Information*/
.time_difference{border-collapse:collapse;}
.time_difference td, .time_difference th{padding:7px; border:1px solid #ddd; text-align:center;}
.time_difference th{border-top:2px solid #e1842e;}
.seoul td{background-color:#cdcff3; font-weight:bold;}
.weather td{vertical-align:top;}
.weather span{background-color:#ddd; font-weight:bold;}
.accom{border-collapse:collapse;}
.accom td, .accom th{border:1px solid #ddd; padding:5px; text-align:center;}
.accom th{background-color:#002060; background-color:#f6ff00;}
.speaker{border-collapse:collapse;}
.speaker td, .speaker th{border:1px solid #ddd; padding:5px; text-align:center;}
.speaker thead th{background-color:#eaeaea;}
.speaker tbody th{background-color:#fafafa; font-weight:normal;}
.red{color:red;}
.blue{color:#3e74e3;}
.program .blue{color:#002060;}
.green{color:green;}
.orange{color:#e36c3e;}
.pdl25{padding-left:25px;}
.pdl70{padding-left:70px;}
.cb{clear:both;}
.dis{border-collapse:collapse;}
.dis td, .dis th{border:1px solid #ddd; padding:5px; text-align:left;}
.opening{border-collapse:collapse;}
.opening td, .opening th{border:1px solid #ddd; padding:5px; text-align:center;}


/* 작은버튼 */
.s_btn a{background:#E1664A; padding:35px 25px 10px 25px;border-radius:3px; font-size:13px; color:#fff !important}
.xs_btn a{background:#333; padding:3px 8px;border-radius:3px; color:#fff; font-size:11px;}
.f_btn a{background: #000; border-radius: 50px; line-height: 30px; display: inline-block; width: 150px; margin: 5px auto; font-size: 13px;}

/*프로그램 탭*/
.pro_tab{overflow:hidden; margin-bottom:30px; margin-left:80px;}
.pro_tab li{width:320px; padding:10px 0; text-align:center; background-color:#9b9b9b; color:#fff; float:left; margin-right:20px; list-style:none; font-size:16px; }
.pro_tab li:hover{background-color:#6cb4cc;}
.pro_tab li.over{background-color:#1fa5ad; color:#fff;}


/*.program{border-collapse:collapse;}
.program thead th{background-color:#154998; color:#fff;}
.program thead td { }
.program tbody th{background-color:#5b7db1; color:#fff;}
.program thead td, .program thead th, .program tbody td, .program tbody th{border-bottom:1px solid #ddd; padding: 7px; font-size: 13px; }
.program span{ display: block; float: right; text-align: right; }
.program .br_right{border-right: 1px solid #ddd;}
 

.program tbody tr.bg_orange th{background:#ffecda;}
.program tbody tr.bg_green th{background:#e8f8d2;}
.program tbody tr.bg_pureple th{background:#f6e7f8;}
.program .break { background:#efefef;}*/


  /* 상단 박스 스타일 */
  .program-header {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-left: 5px solid #7ab6b7;
    border-radius: 6px;
    padding: 12px 18px;
    margin-bottom: 12px;
  }
  .program-title {
    margin: 0 0 8px 0;
    font-size: 15pt;
    font-weight: bold;
    color: #1e293b;
  }
  .program-title .num {
    color: #2563eb;
  }
  .program-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10.5pt;
  }
  .program-info li {
    margin-bottom: 4px;
  }
  .program-info li:last-child {
    margin-bottom: 0;
  }
  .program-info li strong {
    display: inline-block;
    width: 110px;
    color: #475569;
    font-weight: bold;
  }
  .program-info li span {
    color: #1e293b;
  }

  /* 테이블 스타일 (td 내 클래스 없이 최적화) */
  .program {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 9.5pt;
    border: 1px solid #94a3b8;
  }
  .program th {
    background-color: #eff6ff;
    color: #1e40af;
    border: 1px solid #94a3b8;
    padding: 6px 4px;
    font-weight: bold;
    font-size: 10pt;
  }

  .program td {
    border: 1px solid #cbd5e1;
    padding: 4.5px 4px;
    color: #334155;
  }

  /* 휴식 및 식사 행 */
  .program tr.rest td {
    background-color: #f1f5f9;
    color: #64748b;
  }

  /* 하이라이트 행 */
  .program tr.highlight td {
    background-color: #fef3c7;
    color: #92400e;
    font-weight: bold;
  }

  /* 보조 텍스트 */
  .sub-text {
    font-size: 8.5pt;
    color: #64748b;
  }
.pro_tab5 { width: 100%;}
.pro_tab_item { width: 45%; background-color: #efefef; line-height: 1.5; font-size: 1.1rem; text-align: center; color: #333; display: block; float: left; font-weight: bold; transition: all 0.2s ease; border: none; border-radius: 1.5rem ; overflow:hidden; padding:1rem 1% 0.7rem; max-height:3rem; margin:20px 10px 0 0;}
.pro_tab_item:hover { background-color: #bd80e4; color:#fff; cursor: pointer;}
.pro_tab_item:hover a {color:#fff;}

input[name="pro_tab_item"] { display: none;}
.pro_tab_content { display: none; padding: 1.5rem 0 0; clear: both; overflow: hidden;}
#pro_tab_01:checked ~ #pro_tab_01_content,
#pro_tab_02:checked ~ #pro_tab_02_content,
#pro_tab_03:checked ~ #pro_tab_03_content { display: block;}
.pro_tab5 input:checked + .pro_tab_item { background-color: #bd80e4; color: #fff; }


.pro_tab_main{display:flex; justify-content:space-between; flex-wrap:wrap; }
.pro_tab_main li{ width: 47.5%; background-color: #55bad0;  line-height: 1.5; font-size: 1.1rem; text-align: center; display: block; float: left; font-weight: bold; transition: all 0.2s ease; border: none; border-radius: 0.5rem ; overflow:hidden; padding:1rem 1% 0.7rem; max-height:3rem;}
.pro_tab_main li a{display:block;  font-size: 16px; font-weight: bold;  color: #fff;}
.pro_tab_main li:nth-child(1){background:#2a5d9d;}
.pro_tab_main li:nth-child(2){background:#55bad0;}


.down_list {display: flex; justify-content: space-between; margin: 20px 0;}
.down_list li { list-style:none;}
.down_list li a {display: block; width: 100%; background-color: #d15400; color: #fff; text-align: center; padding: 10px 0; border-radius: 5px; font-size: 1rem; font-weight:bold;}
.down_list li a:after { content:"⭳"; margin-left:10px;}
.down_list li a:hover {color:#ffee68;}
.list1 {justify-content:center;}
.list1 li { width:33%;}
.list3 li { width:33%;}
.list4 li { width:23%;}
.list5 li { width:19%;}




.invi_wrap{width:100%;   background:#f0f0f0; margin-top: 10px;}

.invi{width:915px;margin:0 auto;  height:380px; padding:20px 0; box-sizing:border-box;}
.invi_tit{ font-size: 30px;  font-weight: bold;  font-family: "Myriad Pro"; margin: 10px 0 20px 0; text-align: center}


/*main faculty 추가 */
.clearfix {width:100%; margin:0px auto;  }
.clearfix li{ list-style:none; float:left;}
.clearfix dl {width:227px; display:inline-block;  height:310px; vertical-align:top; text-align:center; position:relative; margin-top: 10px;}
.clearfix dl:last-child {margin-right:0px;}
.clearfix dl dt img{border:1px solid #ccc; width:160px; border-radius:50%;}
.clearfix dl dd {text-align:center; font-style:italic; line-height:18px;}
.clearfix dl dd.name {text-align:center; font-weight:bold; color:#1f4b88; font-style:normal; font-size:18px; margin:15px 0;}
.clearfix dl dd.nation{color:#98a2b0;}
.clearfix dl dd.btn {font-style:normal; border:2px solid #333; width:80px; margin:20px auto; border-radius:5px; position:absolute; bottom:0px; left:50%; margin-left:-40px;} 
.clearfix dl dd.btn a{color:#333; font-style:normal; font-weight:bold;}  



.content-slider .slick-slide{padding: 0 5px;}
.content-slider .slick-track{margin-left: 0;}
.content-slider .slick-prev{left:0; background-image: url('/register/2025_04/images/arrows_left_w.png');font-size: 0 !important; border:1px solid red;}
.content-slider .slick-next{right: -30px;background-image: url('/register/2025_04/images/arrows_right_w.png');font-size: 0 !important;}
.content-slider .slick-dots{position: absolute;bottom: -25px;display: block;width: 100%;padding: 0;    margin: 0;list-style: none;text-align: center;}
.content-slider .slick-dots li{font-size: 12px; position: relative;display: inline-block;width: 20px;height: 20px;margin: 0;padding: 0;cursor: pointer;}
.content-slider .slick-dots li button{font-size: 0 !important;}
.content-slider .slick-dots li button:before{line-height: 20px;position: absolute;top: 0;left: 0;width: 20px;height: 20px;content: 'â—';text-align: center;-webkit-font-smoothing: antialiased;font-size: 16px;}
.content-slider .slick-dots li.slick-active button:before{color: #ADF002;}
.content-slider .profile_wrap{margin:12px auto;width:116px;height:116px;position:relative;border-radius:50%;overflow:hidden;border:2px solid #fff;}
.content-slider .profile_wrap img{width:100%;height:100%;position:absolute;top:0;left:0; }
.content-slider .title{color: #ADF000;text-align: center;width: 100%;border-bottom: 0; box-shadow: none;display: inline-block;}
.content-slider .title:after{content: none;}
.content-slider .career{margin:10px 0;font-size:10px;font-weight:200;text-align: center}
.content-slider h6{font-size:14px;padding:14px 20px 20px;}
.content-slider h6{border-top:4px dotted ;}

