  .subWrap .inner{
    width: 1140px;
  }

.vs-wrap{
    position: relative;
    height: 400px;
    z-index: 999;
    /* overflow: hidden; */
}

.vs{
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    animation: visual 8s;
}

@keyframes visual{
    from{background-size: 110%;}
    to{background-size: 100%;}
}

.vs .inner{
    align-items: center;
    height: 100%;
}

.vs .inner > div {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.vs.n-1{
   background-image: url("../images/sub/vs-1.png");
}

.vs.n-2{
    background-image: url("../images/sub/vs-2.png");
}

.vs.n-3{
    background-image: url("../images/sub/vs-3.png");
}

.vs.n-4{
    background-image: url("../images/sub/vs-4.png");
}

.vs.n-5{
    background-image: url("../images/sub/vs-5.png");
}


.vs-wrap .tbox{
    color: #fff;
    margin-top: 50px;
}

.vs-wrap .tbox h2{
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.vs-wrap .tbox .date{
    display: inline-block;
    background-color: #000c59;
    padding: 5px 20px;
}

.vs-wrap .tbox p.eng-lts{
    font-weight: 100;
    margin: 0 0 10px 0;
}

.vs-wrap .tbox .date {
    font-size: 1.5rem;
}

.vs-wrap .tbox .date span{
    color: #0096ff;
}

/**/

.breadcrumb {
  background-color: #000c59;
  padding: 10px 20px;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
  position: relative;
  margin-left: auto;
}

.breadcrumb > ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb a,
.crumb-button {
  color: #fff;
  cursor: pointer;
}

.breadcrumb .home-icon img{
    transform: translateY(3px);
}

.breadcrumb .crumb-button {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 200;
}

.breadcrumb .arrow {
  font-size: 10px;
  color: #ccc;
  margin-left: 50px;
}


.breadcrumb .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  background-color: white;
  color: #000;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  min-width: 140px;
  flex-direction: column;
  z-index: 1000;
  overflow: hidden;
}

/* 드롭다운 항목 */
.breadcrumb .dropdown li a {
  padding: 10px 16px;
  display: block;
}

.breadcrumb .dropdown li a:hover{
    background-color: #f1f1f1;
    transition: 0.2s;
}

/* 열림 클래스 */
.breadcrumb .has-dropdown.open .dropdown {
  display: flex;
}


.breadcrumb .dropdown {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 140px;
  flex-direction: column;
  z-index: 1000;
}

.breadcrumb .has-dropdown.open .dropdown {
  display: flex !important;
}

.breadcrumb .dropdown li a {
  padding: 10px 16px;
  display: block;
  color: #000;
}


.breadcrumb .has-dropdown.depth-1 {
    position: relative;
    display: flex;
    gap: 0 10px;
}

.breadcrumb .has-dropdown.depth-1::before,
.breadcrumb .has-dropdown.depth-1::after{
    display: inline-block;
    content: "";
    width: 16px;
    height: auto;
    background: url("../images/common/arr-nxt.svg") center / contain no-repeat;
    opacity: 0.5;
}



/**/
.sub-title-wrap {
    position: relative;
    padding: 100px 0 0 0;
    align-items: center;
    margin-bottom: 30px;
    width: 1140px;
    z-index: 9;
}

.sub-title-wrap .tit{
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-size: 2.2rem;
    background: url("../images/sub/tit-bg.png") left center / 25px no-repeat;
    padding-left: 40px;
    font-weight: 500;
    color: #121a49;
    line-height: 1.2;
}

.sub-title-wrap .tit span{
    background-color: #e2f8ff;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 1.2rem;
}

.sub-title-wrap .ut-mn{
    width: auto;
    margin-left: auto;
    gap: 0 10px;
}

.sub-title-wrap .ut-mn button{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-title-wrap .ut-mn button.on{
    border: 1px solid #004e97;
}

.sub-title-wrap .ut-mn button.on i{
    background-image: url("../images/sub/icon-share-on.svg");
}

.sub-title-wrap .ut-mn button:focus{
    outline: none;
}

.sub-title-wrap .copy img{
    width: 20px;
}

.sub-title-wrap .sns-toggle i{
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/sub/icon-share-off.svg");

}

.sub-title-wrap .sns-dropdown{
    position: relative;
}

.sub-title-wrap .sns-list {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  /* transition: all 0.1s; */
  pointer-events: none; /* 클릭 차단 */
  background-color: #fff;
}

.sub-title-wrap .sns-list.on {
  border: 1px solid #d4d4d4;
  max-height: 200px; /* 최대 펼쳐지는 높이로 조정 */
  padding: 10px;
  opacity: 1;
  pointer-events: auto; /* 클릭 가능하게 */
}

.sub-title-wrap .sns-list a {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
}

.sub-title-wrap .sns-dropdown.on{
    border: 1px solid var(--main-color);
}

.sub-2txt{
    color: var(--sub-color);
    font-size: 24px;
    
}

.subWrap{
    position: relative;
    padding-bottom: 150px;
}

.line-tit{
	display: flex;
	align-items: center;
    margin-bottom: 50px;
}

.line-tit::before {
    content: "";
    display: block;
    width: 7px;
    height: 30px;
    background-color: var(--sub-color);
    margin-right: 10px;
}

.sub1-3_img1{
    width: 33px;
    height: 33px;
    background-color: #e9edf6;
    border-radius: 6px;
    background-image: url(../images/sub/sub1-3_img1.png);
    background-size: 80%;
    background-repeat: no-repeat;
   background-position: center;
}
.train_area{
    margin-top:24px ;
}
.roadtxtarea span{
    background-color: var(--main-color);
    color: white;
    padding:3px 10px ;
   border-radius: 6px;
    margin:0 4px;
}
.sub1-3_img2{
    width: 33px;
    height: 33px;
    background-color: #e9edf6;
    border-radius: 6px;
    background-image: url(../images/sub/sub1-3_img2.png);
    background-size: 80%;
    background-repeat: no-repeat;
   background-position: center;
}
.roadtxtarea{
    padding: 30px 0;
}
.bt_line_gray{
    border-bottom: dashed 1px #dddddd;
}
.sub1-3_titlearea{
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--sub-color);
    font-size: 24px;
    margin-bottom: 18px;
}
.sub1-4_bt{
    padding: 20px 70px;
    background-color: var(--sub-color);
    color: white;
    margin:70px auto;
    
}
.sub1-4_bt:hover{
    cursor: pointer;
}
.sub1-4_btarea{
    display: flex;
    width: 100%;
    justify-content: center;
}
.sub1-5_txtbox_area .txt_box{
    text-align:center;
    background-color:#f2f7fd;
    padding: 20px;
}
.bg_blue{
    background-color: #b6d1ff;
}
.sub_bt_m:not(:last-child){
    margin-bottom: 100px;
}
.sub1-5_txtbox_area{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 41px 0 106px;
}

/* 텝 */
.tab {
    display: none !important;
}

.tab.on {
    display: flex !important;
}

.tabs {
    cursor: pointer;
}

.tabs.on {
    background-color: #073190;
    font-weight: 600;
    color: #fff;
    border-radius: 30px 30px 30px 0px;
}

.tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.tabs li a{
    text-align: center;
    border: solid 1px #dddddd;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #fff;
}

.tabs li a.active{
   background-color: #073190;
   font-weight: 600;
   color: #fff;
   border-radius: 30px 30px 30px 0px; 
}


.sub3-1_img_area .in_box_area{
    flex-direction: column;
}
.sub3-1_img_area .top>h4{
    color: var(--sub-color);
}
.sub3-1_img_area .top{
    align-items: center;
    display: flex;
    flex-direction: column;
    border: none;
    margin: 50px 0 0 0;
}
.sub2-1_sec td ul li{
    font-weight: 300;
}
.sub2-1_sec td ul li ul li{
    font-size: 15px;
    padding-left:6px ;
}
.sub3-1_bt_area{
    display: flex;
    justify-content: space-between;
}
.sub3-1_bt_area li{
    display: block;
    text-align: center;
    width: calc((100% - 108px) / 7);
    border: solid 1px #dddddd;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 50px;
}


.line-dot{
    width: 100%;
    height: 2px;
    background: url("../images/sub/bd-dot.png") top center / auto;
}

.greeting{
    position: relative;
    padding-bottom: 200px;
}

.subWrap .bg-txt{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.greeting .tbox strong{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--sub-color);
    margin-bottom: 30px;
    
}

.greeting .tbox{text-align: center;}
.greeting .tbox p{ padding: 20px 0;}


.greeting .grt-box .grt-box-img{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 100px;
}

.greeting .grt-box .grt-box-img .img{
    margin: 0 20px;
    width: 500px;
    height: 650px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    background-color: #eee;
}

.greeting .grt-box .grt-box-img .img img{
    width: 90%;
    height: 90%;
    object-fit: cover;
}

.greeting .grt-box .grt-box-img .img .grt-info{
    position: absolute;
    width: 100%;
    background-color: #000c59;
    left: 0;
    bottom: 0;
    padding: 20px 40px;
    color: #fff;
}

.greeting .grt-box .grt-box-img .img .grt-info,.grt-info strong,.grt-info b{
    font-weight: 100 !important;
}

.greeting .grt-box .grt-box-img .img .grt-info .grt-name span{
    margin: 0 10px;
    font-weight: 700;
    font-size: 20px;
}
.greeting .grt-box .grt-box-img .img .grt-info p{
    font-weight: 100;
}

/*.greeting .grt-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.greeting .grt-box.n-1{
    margin-top: 50px;
}

.greeting .grt-box .img{
    width: 540px;
}

.greeting .grt-box .img img{
    width: 100%;
}

.greeting .grt-box .tbox{
    flex: 1;
}

.greeting .grt-box strong{
    display: block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--sub-color);
    margin-bottom: 30px;
}

.greeting .grt-box.n-2{
    flex-direction: row-reverse;
    margin-top: 100px;
}

.greeting .grt-box.n-2 b {
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: 600;
}*/

.vision .sec-1{
    position: relative;
}

.vision .top-img{
    left: 0;
    right: calc((100vw - 1400px) / -2); /* 오른쪽을 화면 끝까지 밀어냄 */
    width: 183vh;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 100px;
    margin-bottom: 50px;
}

.vision .top-img > div{
    color: #fff;
    line-height: 1.4;
}

.vision .top-img p{
    font-size: 2.1rem;
}

.vision .top-img h3{
    font-weight: 600;
}

.vision .sec-1 .top-img{
    background-image: url("../images/sub/vision-top-img.png");
}

.vision .sec-2 .top-img{
    background-image: url("../images/sub/obj-top-img.png");
}

.tit-bg {
    background: url(../images/sub/tit-bg-2.png) left 2px / 26px no-repeat;
    padding-left: 42px;
    font-weight: 600;
    line-height: 1.3em;
}

.tit-bg span{
    color: var(--sub-color);
}

.vision .tit-bg{
    width: 300px;
}

.vision .cbox-wrap{
    width: 1280px;
}

.vision .cbox{
    flex: 1;
    margin-left: 50px;
}

.vision .sec-1{
    margin-bottom: 100px;
}

.vision .sec-1 .cbox > .sec-1{
    display: flex;
    gap: 0 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.vision .sec-1 .cbox > .sec-1 > div {
    width: 50%;
    border: 1px solid #eaeaea;
    padding: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.vision .sec-1 .cbox > .sec-1 > div:last-child b{
    font-size: 1.2rem;
}

.vision .sec-1 .cbox > .sec-2 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.vision .sec-1 .cbox > .sec-2 ul li{
    width: calc((100% - 20px) / 2);
    padding: 40px;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
}

.vision .sec-1 .cbox > .sec-2 ul li:nth-child(1){
    background-image: url("../images/sub/vision-list-bg-1.png");
}
.vision .sec-1 .cbox > .sec-2 ul li:nth-child(2){
    background-image: url("../images/sub/vision-list-bg-2.png");
}
.vision .sec-1 .cbox > .sec-2 ul li:nth-child(3){
    background-image: url("../images/sub/vision-list-bg-3.png");
}
.vision .sec-1 .cbox > .sec-2 ul li:nth-child(4){
    background-image: url("../images/sub/vision-list-bg-4.png");
}

.vision .sec-2 ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.vision .sec-2 ul li{
    border: 1px solid #eaeaea;
    padding: 30px;
    width: calc((100% - 20px) / 2);
    background-color: #fff;
}

.vision .sec-2 ul li strong{
    font-weight: 600;
    color: #999;
    font-size: 1.2rem;
}

.vision .sec-2 ul li strong span{
    color: var(--sub-color);
}

.subWrap .inner{
    border-top: 1px solid #eaeaea;
    padding-top: 50px;
}

.evenIfno .lbox{
    width: 360px;
    margin-right: 50px;
}

.evenIfno .lbox img{
    width: 100%;
}

.evenIfno .lbox .tit-bg{
    margin-bottom: 50px;
}

.evenIfno .rbox{
    flex: 1;
}

.evenIfno .rbox table{
    margin-top: 20px;
}

.evenIfno .rbox table{
    border: 1px solid #eaeaea;
    text-align: left !important;
}

.evenIfno .rbox table th{
    color: var(--sub-color);
    text-align: left;
    padding-left: 40px;
}

.evenIfno .rbox table td{
    font-weight: 300 !important;
    text-align: left !important;
}

.locInfo .sec-1 {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px;
    padding-bottom: 50px;
}


.locInfo .sec-1 .img{
    gap: 0 20px;
    margin-bottom: 30px;
}

.locInfo .sec-1 .img > div{
    width: calc((100% - 20px) / 2);
}

.locInfo .sec-1 .img > div img{
    width: 100%;
}

.locInfo .tit-bg{
    margin-bottom: 20px;
}

.locInfo table.colorVer th{
    width: 20%;
}

table.colorVer th:last-child{
    border-right: 0;
}

.locInfo table.colorVer td{
    text-align: left;
    padding-left: 40px;
}

.locInfo .sec-2 .map{
    width: 100%;
    height: 678px;
    background-color: #eaeaea;
    margin-bottom: 50px;
}

.locInfo .sec-2 .infobox{
    gap: 0 20px;
}

.locInfo .sec-2 .infobox > div{
    width: calc((100% - 20px) / 2);
    border: 1px solid #eaeaea;
    padding: 20px;
    background-color: #fff;
}

.locInfo .sec-2 .infobox > div strong{
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.locInfo .sec-2 > div ul.num{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.locInfo .sec-2 > div ul.num li::before{
    display: none;
}

.locInfo .sec-2 > div ul.num li{
    background-color: var(--sub-color);
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}

.locInfo .sec-2 .dot-list > li:not(:last-child){
    margin-bottom: 5px;
}

.allschTable .tit-bg{
    margin-bottom: 30px;
}

.allschTable strong{
    display: block;
    font-weight: 600;
}

.allschTable table.colorVer th{
    color: #333;
}

/* 
.sub1-1_img_area{
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sub1-1_con_area{
    text-align: center;
}
.sub1-1_con_area h4{
    margin: 58px 0 36px;
}

.sub1-2_2_txtbox_area{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sub1-2_2_txtbox_area .txt_box{
    text-align: center;
background-color: #f2f7fd;
padding: 33px 18px;
}
 */



.Ketrship .top{
    text-align: center;
    margin: 0 auto 50px auto;
}


.Ketrship .top h4{
    font-weight: 600;
    color: var(--sub-color);
}

.Ketrship .top p{
    font-weight: 500;
    color: var(--sub-color);
}

.Ketrship .list{
    flex-wrap: wrap;
    border: 1px solid #d8d8d8;
}

.Ketrship .list .box{
    display: flex;
    flex-wrap: wrap;
    width: 33.33333333%;
}

.Ketrship .list .box > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.Ketrship .list .box > div.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Ketrship .list .box .txt h6{
    color: var(--sub-color);
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.5em;
}

.Ketrship .list .box .txt .rud-box{
    border-radius: 50px;
    padding: 2px 0;
    border: 1px solid #d8d8d8;
    margin: 10px auto 0 auto;
    min-width: 100px;
    font-weight: 500;
}

.Ketrship .list .box .txt ul{
    line-height: 1.5em;
    margin-top: 20px;
}

.Ketrship .list .box .txt ul li{
    font-weight: 500;
    text-decoration: underline;
}

table.colorVer{
    border-top: 1px solid var(--sub-color);
}

table.colorVer th{
    background-color: #f1faff;
    /* color: var(--sub-color); */
}

table.colorVer th{
    border-right: 1px solid #eaeaea;
}


.allschTable td{
    text-align: left;
}

.allschTable .inner > div:not(:last-child){
    margin-bottom: 50px;
}

.allschTable .inner > div h5{
    font-size: 1.2rem;
}

.speakers .top{
    margin-bottom: 30px;
}

.speakers .top .time {
    background-color: #ededed;
    border-radius: 50px;
    margin-left: 20px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.speakers .top > div{
    padding: 10px 0;
}

.speakers .top > div p:first-child{
    font-weight: 600;
    color: var(--sub-color);
}

.speakers .top > div p:last-child {
    color: #333;
}

.speakers .top > div .gap-line::after{
    background-color: #d9d9d9;
    left: -15px;
}

.speakers .top > p {
    text-align: center;
    background-color: #e9edf6;
    padding: 10px 0;
    width: 100%;
}

.speakers .spk-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.speakers .spk-list .box .img{
    overflow: hidden;
    border-radius: 20px;
    /*box-shadow: 1px 1px 20px rgba(7 49 144 / 50%);*/
}

.speakers .spk-list .box .img:hover{
    box-shadow: 1px 1px 20px rgba(7 49 144 / 50%);
    transition: all 0.2s ease;}

.speakers .spk-list .box .img img{
    width: 100%;
}

.sub3-1_ma{
    margin: 0 0 30px 0 !important;
}
.speakers .spk-list .box{
    cursor: pointer;
    width: calc((100% - 60px) / 4);
}

.speakers .spk-list.type-2 .box{
    width: calc((100% - 60px) / 3);
}

.speakers .spk-list.type-2 .top{
    margin-bottom: 0;
}

.speakers .spk-list .tbox{
    margin-top: 20px;
}

.speakers .spk-list .tbox .name{
    display: flex;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
}

.speakers .spk-list .tbox .name b{
    font-weight: 600;
    font-size: 1.1rem;
}

.speakers .spk-list .tbox .btn{
    width: 100%;
    background-color: var(--sub-color);
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 16px;
    height: auto;
}

.speakers .spk-list .tbox .btn:hover{
    box-shadow: 1px 1px 10px rgba(7 49 144 / 50%);
}

.pop-wrap{
    display: none;
    position: relative;
}

.pop-wrap.on{
    display: block;
}

.pop-wrap .bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba( 0 0 0 / 60%);
    z-index: 99;
}

.pop-wrap.on .bg{
    display: block;
}

.pop-wrap .pop-con{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 1140px;
    padding: 50px;
    border-radius: 10px;
    z-index: 999;
}

.pop-wrap .pop-con .img{
    border-radius: 10px;
    overflow: hidden;
}

.pop-wrap .pop-con .img img{
    width: 100%;
}

.pop-wrap .pop-con .tbox{
    margin-left: 40px;
    width: 720px;
}

.pop-wrap .pop-con .tbox .name {
    display: inline-flex;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    flex-direction: column;
}

.pop-wrap .pop-con .tbox .name b{
    font-weight: 600;
}

.pop-wrap .pop-con .tbox .name p{
    color: #686868;
}

.pop-wrap .pop-con .tbox .txt{
    margin-top: 30px;
    height: 230px;
    overflow-y: auto;
}

.pop-wrap .pop-con .close{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: url("../images/common/close.png") center / 20px no-repeat;
    background-color: #fff;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.register .top{
    margin: 0 auto 40px auto;
}

.register .top .rud-box {
    border: 1px solid #eaeaea;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
}

.register .top .rud-box p{
    font-weight: 500;
    font-size: 1.1rem;
}

.register .top.type-2 .line-tit{
    margin-bottom: 0;
}

.register .step-list{
    display: flex;
    gap: 30px;
}

.register .step-list .box{
    width: calc((100% - 60px)/ 3);
    border: 1px solid #eaeaea;
    text-align: center;
    padding-bottom: 30px;
}

.register .step-list .box h6{
    background-color: var(--sub-color);
    padding: 10px 0;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
}


.bo_sch_wrap form{
    display: flex;
    text-align: center;
    align-items: center;
}
.register .step-list .box img{
    margin: 30px auto 20px auto;
}
.subWrap .list-area .inflex select{
    border-radius: 0;
    width: 130px;
    background:#e9edf6 url(../images/sub/Shape\ 5.png) no-repeat center right 10px;
    
}
.subWrap .list-area .inflex .sch_bar input{
    border-radius: 0;
    background-color: #e9edf6 ;
    width: 350px;
    margin-left: 6px;
}
.subWrap .list-area .inflex .sch_bar button{
    background-color: #0c152e;
    color: white;
    height: 45px;
    padding: 0 32px;
    margin-left: 6px;
}

.register .step-list .box b {
    font-weight: 600;
    font-size: 1.15rem;
    border: 1px solid var(--sub-color);
    border-radius: 50px;
    display: inline-block;
    padding: 3px 25px;
    color: var(--sub-color);
}

.register .step-list .box p{
    margin-top: 10px;
    color: #555;
}

.register .btn-wrap{
    display: flex;
    margin: 50px auto 0 auto;
    gap: 0 10px;
    justify-content: center;
}

.register .btn-wrap .btn{
    padding: 0 30px;
    width: 200px;
    font-weight: 500;
}

.register .btn-wrap .btn.line{
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
}




.register table .name .flexBox {
    flex-wrap: wrap;
    width: auto;
    align-items: center;
    gap: 0 10px;
}

.register table td{
    text-align: left;
}

.register table .fc-r{
    margin-right: 5px;
}

.register table .gap{
    gap: 0 20px;
}

.register .regsForm > div:not(:last-child){
    margin-bottom: 50px;
}

.register .regsForm .sec-2 .chk-list{
    border: 1px solid #eaeaea;
    background-color: #f2f7fd;
    padding: 20px;
    gap: 20px 40px;
    flex-wrap: wrap;
}

.register .regsForm .sec-3 .privacy{
    border: 1px solid #eaeaea;
    padding: 20px;
    height: 250px;
    overflow-y: scroll;
}

.register .regsForm .agree{
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-top: 30px;
    background-color: #f9f9f9;
    flex-direction: column;
    gap: 10px 0;
}

.register .regsForm .agree label{
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}


.sub2 .qna-list{
    width: 1140px;
    margin: 0 auto;
}
.qna-list li{
    background: #FFF;
    /* border-radius: 40px; */
    border-radius: 10px;
    border:1px solid #DDD;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    overflow: hidden;
}
.qna-list li + li{
    margin-top: 12px;
}
.qna-list .q-area{
    padding:15px 35px;
    gap: 16px;
    position: relative;
    background-color: #f4f8ff;
}
.qna-list .q-area b{
    font-size: 20px;
    font-weight: 600;
}


.qna-list .q-area span{
    font-size: 2rem;
    color: var(--main-color);
    font-weight: 600;
}
.qna-list .q-area::after{
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    background:url(../images/sub/ico_arr_light.svg) no-repeat center center;
    background-size: 8px;
    transform: rotate(90deg);
    position: absolute;
    right: 35px;
}
.qna-list li.open .q-area:after{
    transform: rotate(-90deg);
}
.qna-list li .a-area{
    display: none;
    border-top:1px solid #DDD;
    padding-left:40px;
    padding-top:30px;
    padding-bottom: 30px;
    padding-right: 40px;
}
.qna-list li.open .a-area{
    display: block;
    overflow: hidden;
}
.qna-list li .a-area span{
    font-size: 22px;
    /* float: left; */
    width: 53px;
}
.qna-list li .a-area .flexBox {
    align-items: flex-start;
}
.qna-list li .a-area .flexBox p{
    padding-left: 10px;
    flex: 1;
    word-break: keep-all;
    font-size: 18px;
}

.borad .borad-top{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.borad .borad-top p span.main-color{
    font-weight: 600;
}

.borad .borad-top .search-area{
    width: auto;
    gap: 0 10px;
}

.borad .borad-top .search-area input{
    background-color: #e9edf6;
}

.borad .borad-top .search-area button{
    background-color: var(--sub-color);
    color: #fff;
    padding: 0 20px;
}

.borad .list li.top{
    border-top: 1px solid var(--sub-color);
    background-color: #f9fbfe;
}

.borad .list li.top .tit{
    text-align: center;
}

.borad .list li.top p{
    font-weight: 600;
}

.borad .list li{
    border-bottom: 1px solid #eaeaea;
}

.borad .list li.top,
.borad .list li a{
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
}


.borad .list li .num{
    width: 10%;
    text-align: center;
}

.borad .list li .tit {
    flex: 1;
    font-weight: 500;
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    word-break: break-word;
    padding-right: 10px;
}
.borad .list li .date{
    width: 10%;
    text-align: center;
}

.borad .list p{
    font-size: 1.1rem;
}

.borad .list li a:hover{
    background-color: #f8f8f8;
    transition: 0.2s;
}

.borad .list li a:hover .tit{
    text-decoration: underline;
}

.borad .paging{
    margin-top: 50px;
}

.borad .paging ul{
    justify-content: center;
}

.borad .paging ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 1.1rem; 
}

.borad .paging ul li a.on{
    color: var(--main-color);
    font-weight: 600;
}

.borad .paging ul .page a{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}

.borad .paging ul .page.prv a{
    background-image: url("../images/sub/ico_arr_light.svg");
    transform: rotate(-180deg);
}

.borad .paging ul .page.nxt a{
    background-image: url("../images/sub/ico_arr_light.svg");
}

.borad .gal-list{
    gap: 30px;
    flex-wrap: wrap;
}

.borad .gal-list li{
    position: relative;
    display: block;
    width: calc((100% - 90px) / 4);
    overflow: hidden;
}

.borad .gal-list li .img{
    height: 350px;
    overflow: hidden;
}

.borad .gal-list li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.borad .gal-list li:hover .img img{
    transform: scale(1.1);
    transition: 0.2s;
}

.borad .gal-list li a{
    display: block;
}

.borad .gal-list li .tbox{
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0 0 0 / 50%);
    padding: 20px;
    color: #fff;
}

.borad .gal-list li .tbox .date{
    opacity: 0.5;
}

.borad .gal-list .tit{
    font-size: 1.1rem;
}

.borad.view-area .top .info{
    border-top: 1px solid var(--sub-color);
    padding: 15px 20px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
    gap: 0 20px;
    justify-content: end;
}

.borad.view-area .top .tit{
    font-weight: 600;
    text-align: center;
    word-break: break-all;
    margin-bottom: 20px;
}

.borad.view-area .top .info .gap-line::after{
    background-color: #ddd;
    left: -9px;
}

.borad.view-area .con{
    padding: 40px 0;
    min-height: 400px;
    border-bottom: 1px solid #eaeaea;
}

.borad.view-area .btn-wrap{
    margin-top: 50px;
}
.sub1-5_txtbox_area span{
    color: red;
}
.sub1-5_txt{
    color: black !important;
}
.sub_mg_area{
    margin: 0 auto;
    max-width: 1066px;
}
.sub_mg_area> img{
    width: 100%;
    margin-bottom: 140px;
}
.sub1-5_sec3{
    margin-top: 133px;
}
.sub1-5_sec4{
    display: flex;
   justify-content: space-between;
}
.sub1-5_sec4img1{
background-image: url(../images/sub/sub1-5_sec4_1.png);
height: 310px;
width: 246px;
background-repeat: no-repeat;
background-size: cover;
}
.sub1-5_sec4img2{
background-image: url(../images/sub/sub1-5_sec4_2.png);
height: 310px;
width: 246px;
background-repeat: no-repeat;
background-size: cover;
}
.sub1-5_sec4img3{
background-image: url(../images/sub/sub1-5_sec4_3.png);
height: 310px;
width: 246px;
background-repeat: no-repeat;
background-size: cover;
}
.sub1-5_sec4img4{
background-image: url(../images/sub/sub1-5_sec4_4.png);
height: 310px;
width: 246px;
background-repeat: no-repeat;
background-size: cover;
}

.sub1-5_sec4_txtarea{
   max-width: 634px;
   margin: 0 auto;
}
.sub1-5_sec4_box{
    background-color:#e9f1ff ;
    text-align: center;
    padding: 23px;
    margin-top: 65px;
}
.sub1-5_sec4_box>div{
background-color: white;
padding:32px 0 ;
}
.sub1-5_sec4_box p{
    color: var(--sub-color);
}
.sub1-5_sec4_txtarea .flexBox{
    margin: 25px 0 160px;
    flex-direction: column;
    align-items: center;
}
.sub1-5_sec4_txtarea .flexBox img{
    margin: 18px 0;
}
.line_left_gray{
    border-left: 1px solid #eaeaea;
    text-align: center !important;
}
.sub2-1_sec .flexBox{
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    
}
.sub2-1_sec .flexBox p{
    line-height: 48px;
}
.sub2-1_sec .flexBox .bg_blue{
    width: 100%;
    line-height: 48px;
    font-weight: 500;
}

.sub_fw-500{
    font-weight: 500 !important;
}
.sub2-1_sec .flexBox .bg_lblue{
    width: 100%;
    background-color:#e9f1ff ;
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    color: var(--sub-color);
}

.sub4-1_txt{
    color: #434343;
    margin-top:34px ;
}
.sub4-1_txt span{
    font-weight: 600;
}
.sub3-1-2_bg{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba( 0 0 0 / 60%);
    z-index: 99999;
    display: flex;
    align-items: center;
}
.sub3-1-2_area{
    background-color: white;
    margin: 0 auto;
   padding: 65px;
   position: relative;
}
.sub3-1-2_txt_area{
    height: 440px;
    overflow-y: scroll;
    margin-bottom: 45px;
}
.sub3-1-2_area > div{
    display: flex;
}
.sub3-1-2_line b{
    margin: 20px 0 10px;
    background-color: #121f6d;
    border-radius: 15px;
    width: max-content;
    padding:4px 18px;
    color: white;
}
.sub3-1-2_txt_area p{
    font-size: 1rem;
    margin-bottom: 20px;
}
.sub3-1-2_area .img{
    border-radius:0 0 20px ;
    overflow: hidden;
}
.sub3-1-2_area .box{
    margin-right: 115px;
}
.sub3-1-2_line{
    position: relative;
}
.sub3-1-2_line::after{
    content: '';
    position: absolute;
    background-color: #a8a8a8;
    height: 330px;
    width: 1px;
    top: 0;
    right: -20%;
}
.sub3-1-2_area h5{
    font-size: 1.2rem;
    font-weight: 600;
}
.sub3-1-2_area > button{
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
}
.board-view .view-top{
    margin:50Px 0 30px;
    border-top:solid 2px #0c152e;
    padding: 30px 0 0 0;
    background-color: #f9fbfe;
}

.board-view .post-tit > p{
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
}
.board-view .post-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    
}
.board-view .post-datail li{
    margin-right: 8px;
    
}
.board-view .view-con{
    min-height:250px;
    border-bottom:1px solid #ddd;
    margin-bottom:25px;
    padding-left: 20px;
}
.board-view .post-datail{
    padding:0 10px 30px 20px;
    border-bottom:1px solid #ddd;
    display: flex;
    flex-wrap: nowrap;
}
.post-datail li{
    font-size: .8rem;
    color: #434343;
    margin-right: 10px;
}
.post-nav{
    border-top: solid 1px #0c152e;
    border-bottom: solid 1px #0c152e;
    margin-top: 80px;
}
.post-nav li:first-child{
    border-bottom:1px solid #ddd;
}
.post-nav li p{
    width: 90px;
    text-align: center;
    font-weight: 600;
    margin-right: 20px;
}
.post-nav li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}
.post-nav li a{
    width:calc(100% - 110px);
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.board-view .list-btn{
    display:block;
    width:150px;
    line-height:55px;
    color: white;
    background-color: #121f6d;
    margin:0 auto;
    text-align:center;
    margin-top: 40px;
}
.post_file{
    flex-direction: column;
}
.post_file li{
    color: #686868;
    font-weight: 400;
    font-size: 16px;
}
.jj-intro .top{
    text-align: center;
}

.jj-intro .top .tbox{
    margin-bottom: 40px;
}

.jj-intro .top .tbox p:first-child{
    color: #999;
}

.jj-intro .top .tbox p:last-child{
    line-height: 1.6;
    margin-top: 20px;
}

.jj-intro .top .tbox h3{
    color: var(--sub-color);
    font-weight: 700;
    line-height: 1.4;
    margin: 10px auto;
}

.jj-intro .top .img{
    background: url("../images/sub/jj-intro-img-1.png") bottom center / cover no-repeat;
    padding: 50px;
}

.jj-intro .top .img h3{
    position: relative;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.jj-intro .top .img h3::before,
.jj-intro .top .img h3::after{
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5px auto;
}

.jj-intro .top .img h3::before{
    background-image: url("../images/sub/quot.png");
}

.jj-intro .top .img h3::after{
    background-image: url("../images/sub/quot-2.png");
}

.jj-intro .bottom{
    margin-top: 50px;
}

.jj-intro .bottom > div{
    display: flex;
    gap: 0 50px;
}

.jj-intro .bottom > div:not(:last-child){
    margin-bottom: 50px;
}

.jj-intro .bottom > div p,
.jj-intro .bottom > div b{
    font-size: 1.12rem;
}

.fstv .tabs{
    margin-bottom: 30px;
}

.fstv .tabs li a{
    padding: 10px 40px;
}

.fstv .fstv-info{
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    overflow: hidden;
}

.fstv .fstv-info:not(:last-child){
    margin-bottom: 30px;
}

.fstv .fstv-info img{
    width: 420px;
    height: 100%;
    object-fit: cover;
}

.fstv .fstv-info .tbox{
    flex: 1;
    border: 1px solid #eaeaea;
    padding: 10px 40px;
    height: 100%;
}

.fstv .fstv-info .tbox h5{
    position: relative;
    color: var(--sub-color);
    font-weight: 600;
}

.fstv .fstv-info .tbox h5::before{
    display: inline-block;
    content: "·";
    margin-right: 10px;
}

.fstv .fstv-info .tbox p{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.05rem;
}

.fstv .fstv-info .tbox ul li span{
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 30px;

}

.fstv .fstv-info .tbox ul li{
    font-size: 1.05rem;
}


.fstv .fstv-info .tbox ul li.date span{
    background-image: url("../images/sub/fstv-icon-1.png");
    background-size: 13px;
}

.fstv .fstv-info .tbox ul li.loc span{
    background-image: url("../images/sub/fstv-icon-2.png");
    background-size: 14px;
}


.fstv .fstv-info .tbox ul li.call span{
    background-image: url("../images/sub/fstv-icon-3.png");
    background-size: 14px;
}


@media screen and (max-width: 1600px) {

    .vs{
        animation: none;
    }

    .subWrap {
        padding: 0 0 50px 0;
    }

    .sub-title-wrap {
        padding: 40px 20px 0 20px;
    }

    .subWrap .inner{
        padding-top: 20px
    }

    .greeting .grt-box{
        width: 100%;
    }

    .greeting .grt-box{
        width: 100%;
    }

    .greeting .grt-box .img{
        width: 440px;
    }

    .greeting .grt-box.n-2{
        align-items: flex-start;
    }

    .vision .cbox-wrap{
        width: 100%;
    }

    .subWrap.vision .inner{
        border: none;
    }

    .subWrap.evenIfno .inner{
        padding-top: 20px;
    }

}/*1600*/




@media screen and (max-width: 1280px) {

    .vs .inner > div{
        flex-wrap: wrap;
    }

    .vs{
        padding: 40px 0;
    }

    .vs-wrap .tbox {
        margin-top: 50px;
        width: 100%;
        text-align: center;
    }

    .vs-wrap .tbox .date {
        font-size: 1.2rem;
    }

    .breadcrumb {
        margin: 20px auto 0 auto;
        padding: 5px 20px;
    }

    .breadcrumb > ul{
        gap: 0 10px;
    }

    .evenIfno .rbox br{
        display: none;
    }

}/*1280*/


@media screen and (max-width: 1024px) {

    .tit-bg {
        background-position: left 1px;
        background-size: 22px;
        padding-left: 35px;
    }

    .greeting .grt-wrap{
        margin-top: -20px;
    }

    .greeting br{
        display: none;
    }

    .line-tit {
        margin-bottom: 30px;
    }

    .greeting .grt-box .img {
        width: 350px;
    }

    .speakers .spk-list .box .tbox p{
        font-size: 0.9rem;
    }

    .borad .list p {
        font-size: 1rem;
    }
   
    .sub_fcon_area{
       flex-direction: column-reverse;
    }
   
    .sub3-1-2_line::after{
        display: none;
    }
    .sub3-1-2_line{
        margin-right: 20px !important;
    }

    .locInfo .sec-2 .map{
        height: 420px;
    }

    .pop-wrap .pop-con{
        width: 90%;
        padding: 40px;
    }

    .pop-wrap .pop-con .tbox {
        margin-left: 20px;
        width: 100%;
    }

    .jj-intro .bottom > div{
        gap: 20px;
        align-items: flex-start;
    }

    .jj-intro .bottom img{
        width: 45%;
    }

    .fstv .fstv-info{
        align-items: flex-start;
    }

    .fstv .fstv-info img {
        width: 40%;
    }


}/*1024*/

@media screen and (max-width: 768px) {

    .sub-title-wrap {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .sub-title-wrap .tit{
        width: 100%;
        font-size: 1.8rem;
    }    

    .greeting .grt-box {
        width: 100%;
        flex-direction: column;
    }

    
    .greeting .grt-box .tbox strong{
        font-size: 1.5rem;
    }

    .greeting .grt-box.n-1 {
        margin-top: 50px;
    }

    .greeting .grt-box{
        flex-wrap: wrap;
    }

    .greeting .grt-box .img {
        width: 100%;
        margin-bottom: 30px;
    }

    .greeting .grt-box.n-2{
        margin-top: 50px;
    }

    .vision .cbox-wrap {
        flex-wrap: wrap;
    }

    .vision .top-img {
        width: 100vh;
        height: auto;
        padding: 50px 40px;
        margin-bottom: 30px;
        background-position: bottom right;
    }

    .vision .tit-bg{
        width: 100%;
        margin-bottom: 20px;
    }

    .vision .cbox {
        margin-left: 0;
    }

    .vision .sec-1 {
        margin-bottom: 50px;
    }

    .vision .sec-1 .cbox > .sec-1 > div:last-child b {
        font-size: 1rem;
    }

    .vision .sec-1 .cbox > .sec-2 ul li {
        padding: 40px 10px;
        align-items: center;
        display: flex;
    }

    .vision .sec-1 .cbox > .sec-1,
    .vision .sec-1 .cbox > .sec-2 ul,
    .vision .sec-2 ul{
        gap: 10px;
    }

    .vision .sec-2 ul li{
        padding: 20px;
    }

    .vision .cbox .sec-2 br{
        display: none;
    }


    .subWrap.evenIfno .inner {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .evenIfno .rbox{
        width: 100%;
        flex: auto;
    }

    .evenIfno .lbox .tit-bg{
        margin-bottom: 20px;
    }

    .evenIfno .lbox .tit-bg br{
        display: none;
    }

    .evenIfno .lbox{
        width: 100%;
        margin-bottom: 20px;
    }
  
    .Ketrship .list .box{
        width: 50%;
    }

    .Ketrship .list .box:nth-child(1),
    .Ketrship .list .box:nth-child(4){
        border-bottom: 1px solid #eaeaea;
    }

    .speakers .spk-list .box,
    .speakers .spk-list.type-2 .box{
        width: calc((100% - 20px) / 2);
    }

    .register .step-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .register .step-list .box {
        width: 100%;
        padding-bottom: 30px;
    }

    .register .step-list .box img {
        height: 50px;
        margin: 30px auto 20px auto;
    }

    .register .step-list .box b {
        font-size: 1rem;
    }

    .register .btn-wrap{
        flex-direction: column;
        align-items: center;
    }

    .register .btn-wrap .btn{
        padding: 0;
        margin: 5px 0;
    }

    .register table .name td.flexBox {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 10px 0;
    }

    .register table .name td.flexBox > .flexBox p{
        width: 100%;
    }

    .register table .call .flexBox{
        flex-wrap: wrap;
    }

    .borad .list li.top{
        display: none;
    }

    .borad .list{
        border-top: 1px solid var(--sub-color);
    }

    .borad .list li .num{
        display: none;
    }

    .borad .list li .date{
        width: auto;
    }

    .borad .gal-list{
        gap: 10px;
    }

    .borad .gal-list li{
        width: calc((100% - 10px) / 2);
    }

    .qna-list .q-area{
        padding: 10px 20px;
    }

    .qna-list .q-area::after{
        right: 20px;
    }

    .qna-list .q-area b{
        font-size: 1rem;
        font-weight: 600;
        width: 75%;
    }

    .qna-list li .a-area .flexBox p{
        font-size: 1rem;
    }

    .locInfo .sec-2 .map{
        height: 320px;
    }

    .locInfo table.colorVer td{
        padding-left: 20px;
    }

    .sub3-1_bt_area li{
        padding: 8px 0;
    }

    .tabs {
        gap: 10px;
    }

    .tabs li{
        width: calc((100% - 10px) / 2);
    }

    .tabs li a{
        width: 100%;
    }

    .fstv .fstv-info img {
        width: 100%;
        margin-bottom: 20px;
    }

    .fstv .fstv-info .tbox{
        padding: 20px;
    }


}/*768*/

@media screen and (max-width: 640px) {

    .vs-wrap {
        height: auto;
    }

    .sub-title-wrap .ut-mn button {
        width: 40px;
        height: 40px;
    }

    .sub-title-wrap .tit span{
        display: none;
    }

    .Ketrship .list .box{
        width: 100%;
        border-bottom: 1px solid #eaeaea;
    }

    .Ketrship .list .box:nth-child(6){
        border-bottom: none;
    }

    .borad .borad-top {
        flex-direction: column-reverse;
    }

    .borad .borad-top p{
        width: 100%;
    }

    .borad .borad-top .search-area {
        margin-bottom: 10px;
        width: 100%;
    }

    .borad .borad-top .search-area input {
        flex: 1;
    }
    .sub1-1_img_area img{
        width: 90%;
    }
    .sub1-5_sec4{
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    .subWrap .list-area .inflex select{
        width: 80px;
        font-size: 15px;
        padding: 0 10px 0 ;
    }
    .borad .borad-top{
        margin-bottom: 18px;
    }
    .sub_f_area{
        margin-bottom: 20px;
    }
    .subWrap .list-area .inflex .sch_bar input{
        width:180px;
        font-size: 15px;
    }
    .subWrap .list-area .inflex .sch_bar button{
        padding: 0 10px;
        font-size: 15px;
    }

    .subWrap .ta-c{display: }

    .borad .gal-list li .img {
        height: 200px;
    }

    .sub3-1_img_area .spk-list .box, .speakers .spk-list.type-2 .box{
        width: 100% !important;
    
    }

    .borad .gal-list li .tbox{
        padding: 10px;
    }

    .borad .gal-list .tit,
    .borad .gal-list li .tbox .date {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .sub3-1_bt_area{
        flex-wrap: wrap;
    }
    .sub3-1_bt_area li{
        width: calc((100% - 10px) / 2);
        margin: 5px 0;
    }
    #sub .vs-wrap .tbox h1{
        font-size: 32px;
    }
    .bread-crp li{
        font-size: 16px;
    }
    .sub3-1-2_area > div{
        flex-direction: column;
    }
    .sub3-1-2_area .img{
        width: fit-content;
        margin-bottom: 20px;
    }
    .sub3-1-2_con_area{
        margin-top: 20px;
    }
    .sub3-1-2_txt_area{
        overflow-y: visible;
        height: fit-content;
    }
    .sub3-1-2_area > button img{
        width: 15px;
        height: 15px;
    }
    .sub3-1-2_line b{
        margin-bottom: 4px;
    }
    .sub3-1-2_area{
        height: 80vh;
        overflow-y: scroll;
        padding: 60px 16px 20px 16px;
    }
    .board-view .post-tit > p{
        font-size: 18px;
    }
    .board-view .view-con{
        font-size: 15px;
    }

    .breadcrumb .has-dropdown.depth-1{
        display: none;
    }

    .vision .sec-2 ul li {
        width: 100%;
    }

    .evenIfno .rbox table th{
        padding-left: 20px;
    }

    .locInfo .sec-2 .infobox{
        gap: 10px;
        flex-wrap: wrap;
    }

    .locInfo .sec-2 .infobox > div{
        width: 100%;
    }

    .jj-intro .bottom > div{
        flex-wrap: wrap;
    }

    .jj-intro .bottom img{
        width: 100%;
    }

    .jj-intro .bottom > div:last-child{
        flex-direction: column-reverse;
    }

    .jj-intro .bottom > div p, .jj-intro .bottom > div b {
        font-size: 1rem;
    }

    .jj-intro .top .tbox h3 br{
        display: none;
    }

}/*640*/