/*# sourceURL=../../src/css/normal.css?ver=241104 */
/*@ sourceURL=../../src/css/normal.css?ver=241104 */
/*@ sourceURL=./src/css/normal.css */
/*@ sourceURL=./src/css/normal.css */
/*@ sourceURL=./src/css/normal.css */
/*@ sourceURL=../../src/css/normal.css */
/* Common */
@font-face {
    font-family: 'TheJamsil';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil3Regular.woff2') format('woff2');
    font-style: normal;
}

.f_point {
    font-family: 'GmarketSans';
    /*font-family: 'jalnan';*/
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    padding-top: 100px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}


/* main index */
.main-section {}

.main-section .main-visual {
    width: 100%;
    position: relative;
    height: 0px;
    padding-bottom: 40.83333333%;
    z-index: -1;
}

.main-section .main-visual .main-bg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    top: 0;
   
    z-index: 1;
}

.main-section .main-visual .main-bg-mo {
    display: none;
}

.main-section .main-visual .zindex {
    z-index: 2;
}

.main-section .main-visual .container .wrapper {
    display: flex;
    height: 100%;
    padding: 0px 15px;
}

.main-section .main-visual .container .wrapper .visual-box {
    text-align: center;
    position: absolute;
    top: calc(50% + 30px);
    transform: translateY(-50%);
    left: 50%;
    z-index: 2;
    align-items: center;
    background: rgba(13, 21, 32, 0.85);
    display: flex;
    flex-direction: column;
    padding: 70px 110px;
    border-radius: 70px 70px 0px 70px;
    width: calc(50% - 15px);
    max-width: 670px;
}

.main-section .main-visual .container .wrapper .visual-box b {
    color: #F3F781;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
}

.main-section .main-visual .container .wrapper .visual-box .img {}

.main-section .main-visual .container .wrapper .visual-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
    line-height: 1.6;
}

.main-section .main-visual .container .wrapper .visual-box p span {
    display: inline-block;
    margin: 5px 10px 0;
}

.btns {
    background: url("../img/main/btns-bg.jpg") no-repeat center bottom / cover;
}
.btns .inner {
    display: flex;
    align-items: center;
    max-width:1400px;
    width:100%;
    margin:0 auto;
}

.btns .btn-left {
    width: 50%;
    padding: 120px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btns .btn-left h3 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
}

.btns .btn-left h3 span {
    color: #b8eafa;
    font-weight: 400;
    font-size: 24px;
    text-shadow: 0 0 1px #ff9eb6,
        0 0 2px #ff9eb6,
        0 0 3px #fde7ed,
        0 0 20px #ff9eb6;
    color: #fde7ed;
}

.btns .btn-left h3 p {
    font-size: 35px;
    font-weight: 100;
    text-shadow: 0 0 1px #ff9eb6,
        0 0 2px #ff9eb6,
        0 0 3px #ff9eb6,
        0 0 4px #ffdae3,
        0 0 5px #ff9eb6;
    color: #fde7ed;
}

.btns .btn-left .btn-pink {
    border: solid 5px #ffdae3;
    padding: 40px 80px;
    display: block;
    border-radius: 30px 30px 0px 30px;
    font-size: 46px;
    font-weight: 100;
    text-shadow: 0 0 1px #ff9eb6,
        0 0 2px #ff9eb6,
        0 0 3px #ff9eb6,
        0 0 4px #fde7ed,
        0 0 5px #ff9eb6;
    color: #fde7ed;
    box-shadow: 0 0 1px rgba(255, 158, 182, 0.5),
        0 0 5px rgba(255, 158, 182, 0.3),
        0 0 10px rgba(255, 158, 182, 0.2),
        0 0 20px rgba(255, 158, 182, 0.2),
        0 0 30px rgba(255, 158, 182, 0.3);
    margin-bottom: 40px;
    transition: transform 0.7s, background 0.7s;
}

.btns .btn-left .btn-pink:hover {
    background: #fde7ed;
    color: #00040a;
    font-weight: 600;
}

.btns .btn-left .btn-normal-pink {
    color: #000;
    padding: 10px 50px;
    background: #ff9eb6;
    transition: all 0.5s;
    font-weight: 500;
}

.btns .btn-left .btn-normal-pink:hover {
    border-radius: 50px;
}

.btns .btn-right {
    width: 50%;
    padding: 120px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btns .btn-right h3 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
}

.btns .btn-right h3 span {
    color: #b8eafa;
    font-weight: 400;
    font-size: 24px;
    text-shadow: 0 0 1px #6fc7d5,
        0 0 2px #6fc7d5,
        0 0 3px #6fc7d5,
        0 0 20px #dff5fe;
    color: #d9f5ff;
}

.btns .btn-right h3 p {
    font-size: 35px;
    font-weight: 100;
    text-shadow: 0 0 1px #6fc7d5,
        0 0 2px #6fc7d5,
        0 0 3px #6fc7d5,
        0 0 4px #dff5fe,
        0 0 5px #6ec4e7;
    color: #d9f5ff;
}

.btns .btn-right .btn-blue {
    border: solid 5px #d9f5ff;
    padding: 40px 80px;
    display: block;
    border-radius: 30px 30px 0px 30px;
    font-size: 46px;
    font-weight: 100;
    text-shadow: 0 0 1px #6fc7d5,
        0 0 2px #6fc7d5,
        0 0 3px #6fc7d5,
        0 0 4px #dff5fe,
        0 0 5px #6ec4e7;
    color: #d9f5ff;
    box-shadow: 0 0 1px rgba(111, 199, 213, 0.5),
        0 0 5px rgba(111, 199, 213, 0.3),
        0 0 10px rgba(111, 199, 213, 0.2),
        0 0 20px rgba(111, 199, 213, 0.2),
        0 0 30px rgba(111, 199, 213, 0.3);
    margin-bottom: 40px;
    transition: transform 0.7s, background 0.7s;
}

.btns .btn-right .btn-blue:hover {
    background: #d9f5ff;
    color: #00040a;
    font-weight: 600;
}

.btns .btn-right .btn-normal-blue {
    color: #000;
    padding: 10px 50px;
    background: #6fc7d5;
    transition: all 0.5s;
    font-weight: 500;
}

.btns .btn-right .btn-normal-blue:hover {
    border-radius: 50px;
}


.speaker {
    background: url("../img/main/btm-bg.jpg") no-repeat center center / cover;
    padding: 80px 0px;
    position: relative;
    text-align: center;
}

.speaker::before {
    content: '';
    display: block;
    width: 266px;
    height: 162px;
    position: absolute;
    background: url("../img/main/left-bars.png") no-repeat center center;
    left: 0px;
    top: 150px;
    animation: twinkle 5s infinite;
}

.speaker::after {
    content: '';
    display: block;
    width: 261px;
    height: 106px;
    position: absolute;
    background: url("../img/main/right-bars.png") no-repeat center center;
    right: 0px;
    top: 60px;
    animation: twinkle 5s infinite;
}

.view-more {
    margin-top: 40px;
    color: #fff;
    padding: 10px 50px;
    background: rgba(13, 25, 40, 0.7);
    transition: all 0.5s;
    font-weight: 500;
    display: inline-block;
}

.view-more:hover {
    border-radius: 50px;
}

.speaker h2 {
    color: #b8eafa;
    font-weight: 100;
    font-size: 46px;
    text-shadow: 0 0 1px #6fc7d5,
        0 0 2px #6fc7d5,
        0 0 3px #6fc7d5,
        0 0 20px #dff5fe;
    color: #d9f5ff;
    margin-bottom: 40px;
}

.speaker .wrapper {
    position: relative;
}

.speaker .speaker-slider {
    overflow: hidden;
    margin: 0px 60px;
    width: calc(100% - 120px);
}

.speaker .speaker-slider .speaker-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 1;
    width: 26px;
    cursor: pointer;
    height: 43px;
    background: url("../img/sl-next-w.png") no-repeat center center;
}

.speaker .speaker-slider .speaker-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 26px;
    z-index: 1;
    cursor: pointer;
    height: 43px;
    background: url("../img/sl-prev-w.png") no-repeat center center;
}

.speaker .speaker-slider .b-item {}

.speaker .speaker-slider .b-item .img-box {
    padding: 20px;
}

.speaker .speaker-slider .b-item .img-box img {
    /*border-radius: 30px 30px 0px 30px;*/
    width: 100%;
    box-shadow: 0 0 5px rgba(111, 199, 213, 0.8),
        0 0 10px rgba(111, 199, 213, 0.9),
        0 0 20px rgba(111, 199, 213, 0.5),
        0 0 30px rgba(111, 199, 213, 0.2);
    border: 1px solid rgb(111, 199, 213);
}

.speaker .speaker-slider .b-item:nth-child(2n) .img-box img {
    box-shadow: 0 0 5px rgba(111, 199, 213, 0.8),
        0 0 10px rgba(111, 199, 213, 0.9),
        0 0 15px rgba(111, 199, 213, 0.5),
        0 0 20px rgba(111, 199, 213, 0.2);
    box-shadow: 0 0 5px rgba(255, 158, 182, 0.8),
        0 0 10px rgba(255, 158, 182, 0.9),
        0 0 15px rgba(255, 158, 182, 0.5),
        0 0 20px rgba(255, 158, 182, 0.2);
    border: 1px solid #ff9eb6;
}

.speaker .speaker-slider .b-item p {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 0px 35px;
    text-align: left;
}

.speaker .speaker-slider .b-item p span {
    font-size: 21px;
}

.speaker .speaker-slider .b-item p em {
    font-size: 14px;
    font-style: normal;
    display:block;
    margin-top:10px;
}

.bar01 {
    width: 15vw;
    height: 62px;
    position: absolute;
    left: 0px;
    top: 15%;
    background: url("../img/main/bar01.png") no-repeat left center / contain;
    animation: appear 4s infinite;
}

.bar02 {
    width: 28vw;
    height: 62px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    background: url("../img/main/bar02.png") no-repeat center center / contain;
    animation: appear 4s infinite;
}

.bar03 {
    width: 15vw;
    height: 102px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: url("../img/main/bar03.png") no-repeat right center / contain;
    animation: twinkle 5s infinite;
}

.round01 {
    width: 7vw;
    height: 7vw;
    position: absolute;
    right: 10%;
    top: 23%;
    background: url("../img/main/round01.png") no-repeat center center / contain;
    animation: circle 5s infinite;
}

.cyber {
    width: 15vw;
    height: 7vw;
    position: absolute;
    left: 20%;
    bottom: 45%;
    background: url("../img/main/cyber.png") no-repeat center center / contain;
    animation: slog 4s infinite;
}

.slog {
    width: 30vw;
    height: 10vw;
    position: absolute;
    left: 13%;
    bottom: 15%;
    background: url("../img/main/slog.png") no-repeat center center / contain;
    animation: cyber 3s infinite, cyber2 3s infinite;
}



@keyframes circle {
    from {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes twinkle {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes appear {
    from {
        width: 0px;
    }

    50% {
        width: 28vw;
    }

    75% {}

    to {
        width: 0px;
    }
}

@keyframes cyber {
    from {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0
    }
}

@keyframes cyber2 {
    from {
        margin-bottom: -20px;
    }

    50% {
        margin-bottom: 0px;
    }

    to {
        margin-bottom: -20px;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes slog {
    from {
        opacity: 1;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}






.sub {
    margin-top: 34px;
}

.iframe {
    display: block;
    width: 100%;
    height: 2950px;
    overflow-y: hidden;

}

.go-top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #336699;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
}

.overview {
    max-width: 1000px;
    margin: 0px auto;
}

.overview-table {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.overview-table .ov-left {
    width: 30%;
}

.overview-table .ov-left .img {}

.overview-table .ov-left .img img {}

.overview-table .ov-right {
    width: 70%;
    padding-left: 50px;
    padding-top: 50px;
    background: url("../img/iscr-txt.png") no-repeat right top;
    background-size: auto 50px;
}

.overview-table .ov-right ul {
    border-top: 3px solid #336699;
}

.overview-table .ov-right ul li {
    display: flex;
    align-items: center;
}

.overview-table .ov-right ul li span {
    padding: 15px 15px 15px 60px;
    width: 150px;
    display: flex;
    border-bottom: 1px solid #ccc;
    height: 100%;
    font-weight: bold;
    color: #336699;
}

.overview-table .ov-right ul li span.ov01 {
    background: url("../img/sub1/icon01.png") no-repeat 15px center #f7f7f7;
}

.overview-table .ov-right ul li span.ov02 {
    background: url("../img/sub1/icon02.png") no-repeat 15px center #f7f7f7;
}

.overview-table .ov-right ul li span.ov03 {
    background: url("../img/sub1/icon03.png") no-repeat 15px center #f7f7f7;
}

.overview-table .ov-right ul li span.ov04 {
    background: url("../img/sub1/icon04.png") no-repeat 15px center #f7f7f7;
}

.overview-table .ov-right ul li span.ov05 {
    background: url("../img/sub1/icon05.png") no-repeat 15px center #f7f7f7;
    min-height: 72px;
    align-items: center;
}

.police-logo img {
    max-height: 33px;
}

.overview-table .ov-right ul li p {
    width: calc(100% - 150px);
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
}

.top-line {
    padding-top: 40px;
    position: relative;
}

.top-line::before {
    width: 70px;
    height: 2px;
    background: #1c3778;
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.wrap_controllers {
    display: none;
}

.map {
    width: 100%;
}

.root_daum_roughmap {
    border-bottom: 1px solid #ddd;
    width: 100% !important;
}

.transport {
    max-width: 17px;
    display: inline-block;
    margin-right: 5px;
}

.basic_ul {}

.basic_ul > li {
    padding-left: 10px;
    position: relative;
    margin: 4px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.basic_ul > li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50px;
}

.iscr-table {
    padding-top: 50px;
    background: url("../img/iscr-txt.png") no-repeat right top;
    background-size: auto 50px;
}

.iscr-logo {
    margin-top: 50px;
    position: relative;
}

.iscr-logo::before {
    background: url("../img/iscr-txt.png") no-repeat right top;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    width: 344px;
    height: 129px;
    top: -90px;
    right: 0px;
    max-width: 100%;
}

.board-view.iscr-logo::before {
    background: url("../img/iscr-txt.png") no-repeat right top;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    width: 258px;
    height: 79px;
    top: -81px;
    right: 0px;
}

.hotel {
    display: flex;
    flex-wrap: wrap;
}

.hotel .ht-left {
    width: 50%;
    padding-right: 20px;
}

.hotel .ht-left .img {}

.hotel .img img {
    border-radius: 20px 20px 0px 20px;
}

.hotel .ht-right {
    width: 50%;
    padding-left: 20px;
}

.hotel .ht-right {
    width: 50%;
    padding-left: 20px;
}

.poster {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.poster li {
    width: 20%;
    margin-top: 50px;
    padding: 0px 10px;
}

.poster li a {
    position: relative;
    display: block;
}

.poster li a .img {
    width: 100%;
}

.poster li a .img img {
    border-radius: 10px;
    border: 1px solid #ccc;
}

.poster li a .txt {
    position: static;
}

.poster li a b {
    font-size: 26px;
    color: #00427c;
    padding-left: 5px;
    position: relative;
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
    height: 57px;
    line-height: 1;
    margin-bottom: 8px;
}

.poster li a b em {
    font-style: normal;
    font-size: 14px;
    color: #009de0;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px;
}

.poster li a .his-tit {
    color: #00427c;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 17px;
    position: relative;
}

.poster li a .his-tit::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #233a7a;
    display: block;
    content: '';
}

.poster li a .txt p {
    margin-top: 10px;
    font-weight: 600;
    color: #111;
    font-size: 14px;
}

.poster li a .txt p strong {
    display: inline-block;
    margin-right: 5px;
}

.day {
    display: inline-block;
    margin-right: 5px;
}

.mr20 {
    margin-right: 20px;
}

.security-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.security {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.security .security-lt {
    width: 150px;
    text-align: center;
}

.security .security-lt img {
    max-width: 70px;
}

.security .security-rt {
    width: calc(100% - 150px);
}

.security .security-rt p {
    font-size: 22px;
}

.security .security-rt p span {
    color: #00427c !important;
}


.years {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.years .years-rt {
    width: 49%;
    position: relative;
}

.years .years-lt {
    width: 49%;
    position: relative;
}

.years-rt::before,
.years-lt::before {
    content: '';
    display: flex;
    width: 1px;
    height: calc(100% - 15px);
    top: 15px;
    left: 15px;
    position: absolute;
    background: #ccc;
}

.years strong {
    display: block;
    position: relative;
    padding-left: 80px;
    font-size: 26px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #00427c;
}

.years strong::before {
    position: absolute;
    background: #00427c;
    content: '';
    display: block;
    left: 11px;
    width: 10px;
    height: 10px;
    z-index: 1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 0px 10px rgba(0, 66, 124, 0.3);
}

.years strong::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #00427c;
    left: 80px;
    bottom: 0px;
    position: absolute;
}

.years dl {
    padding-left: 80px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.years dl dt {
    display: inline-flex;
    border: 1px solid #009de0;
    font-weight: bold;
    font-size: 18px;
    width: 120px;
    height: 30px;
    color: #009de0;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 10px;

}

.years dl dd {
    width: calc(100% - 120px);
    padding-left: 20px;
    margin-bottom: 30px;
}

.years dl dd p {
    font-weight: 500;
    font-size: 18px;
}

.years dl dd ul {
    margin-top: 10px;
}

.years dl dd ul li {
    position: relative;
    padding-left: 10px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.years dl dd ul li::before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #000;
    left: 0;
    top: 10px;
    position: absolute;
}

.detail_program {
    /*width:80%;
    max-width:1000px;*/
    margin: 0px auto 50px;
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.detail_program .title {
    background: #112e5a;
    padding: 15px 30px;
    margin-bottom: 30px;
    font-size: 24px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.detail_program .title em {
    font-style: normal;
    font-weight:400;
    font-size:0.7em;
}

.detail_program .prog_rt {
    padding: 30px 50px 50px;
}

.detail_program dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 50px;
}

.detail_program dl dt {
    width: 120px;
    height:40px;
    font-weight:600;
    display:flex;
    padding:0px 30px;
    margin-bottom:10px;
    background: #075d90;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    border-radius:20px 20px 0px 20px;
}
.day2 .detail_program dl dt {
    background:#37bc74;
}
.day3 .detail_program dl dt {
    background:#ef6664;
}
.detail_program dl dt span {
    display:inline-block;
    font-size:17px;
}

.detail_program dl dd {
    display:flex;
    align-items:center;
    margin-bottom:10px;
    height:40px;
    padding-left:30px;
    width: calc(100% - 120px);
    font-weight:500;
    font-size:18px;
}

.detail_program .tbl_wrap {}

.detail_program .tbl_wrap table {
    width: 100%;
    border-top: 2px solid #112e5a;
}

.detail_program .tbl_wrap table tr {}

.detail_program .tbl_wrap table tr th {
    padding: 12px;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    background-color: #f9f9f9;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.detail_program .tbl_wrap table tr td.time {
    font-weight: bold;
}

.detail_program .tbl_wrap table tr td {
    word-break: break-all;
    padding: 12px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.detail_program .tbl_wrap table tr td.yellow {
    background: #f9f9f1;
    color: #333;
    font-weight:600;
}

.detail_program .tbl_wrap table tr td.yellow .normal {
    font-weight:600;
}
.detail_program .tbl_wrap table tr td p.small {
    font-size: 0.8em;
}
.detail_program .tbl_wrap table tr td b {
    color:#336699;
}
.detail_program .tbl_wrap table tr td p.person {
    padding-top: 5px;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    color: #222;
    font-weight: 600;
    font-size: 1em;
}

.detail_program .tbl_wrap table tr td p.person.center {
    text-align: center;
    display:block;
}

.detail_program .tbl_wrap table tr td p.person::before {
    /* content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 0px;
    left: 0; */
}


.detail_program .tbl_wrap table tr td p.person span {
    font-size: 1em;
    display: inline-block;
    padding-left:10px;
    position:relative;
    font-weight: 400;
}

.detail_program .tbl_wrap table tr th:last-child {
    border-right: none;
}

.detail_program .tbl_wrap table tr td:last-child {
    border-right: none;
}

.detail_program p.tbl_info {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    color: #c11313;
}
.sponsor {
    background:#f1f1f1;
}
.sponsor .container .sponsor_box {
    display:flex;
    align-items: center;
    padding:10px 0px;
    justify-content: center;
}
.sponsor .container .sponsor_box dt {
    font-weight:500;
    margin-right:10px;
    display:inline-block;
}
.sponsor .container .sponsor_box dd {
    display:flex;
    align-items: center;
}
.sponsor .container .sponsor_box img{
    max-height:40px;
    display:inline-block;
}

.person-ul {
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
    max-width: 100%;
    margin:30px auto 0;
}
.person-ul li.b-item {
    width:33.3333%;
    text-align: center;
    padding-right:20px;
    margin-bottom:30px;
}
.person-ul li.b-item {
    width: 20%;
}
.person-ul li.b-item .img-box {
    border-radius:20px 20px 0px 20px;
    overflow:hidden;
    max-width:180px;
    display:flex;
    box-shadow:0px 0px 30px 0px rgba(0,0,0,0.15);
    margin:0px auto 20px;
}
.person-ul li.b-item .img-box img {
    max-width:100%;
}
.person-ul li.b-item p {}
.person-ul li.b-item p span {
    display:block;
    font-size:18px;
    margin-bottom:2px;
    font-weight:bold;
}
.person-ul li.b-item p em {
    font-size:16px;
    display:block;
    font-style:normal;
}
.video-wrap {
    position:relative;
    width:100%;
    padding-bottom:38.25%;
    height:0px;
    background:#000;
    border-radius:10px;
    overflow:hidden;
}
.video-wrap video,
.video-wrap iframe {
    width:100%;
    height:100%;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.history2024 {
    display:flex;
    width:100%;
    flex-wrap:wrap;
    align-items: flex-start;
    padding: 30px 15px 50px;
    margin: 30px 0px;
    border-bottom: 1px solid #ddd;
}
.history2024 .left {
    width: 15%;
}
.history2024 .left .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.history2024 .left .img img {
    border: 1px solid #ddd;
    border-radius: 10px;
}
.history2024 .mid  {
    width: 33%;
    padding: 1rem 2rem;
}
.history2024 .mid b  {
    font-size: 26px;
    color: #00427c;
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.history2024 .mid .txt  {}
.history2024 .mid .txt .his-tit {
    color: #00427c;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 23px;
    position: relative;
}
.history2024 .mid .his-tit::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #233a7a;
    display: block;
    content: '';
}
.history2024 .mid .txt p  {
    margin-top: 15px;
    font-weight: 600;
    color: #111;
    font-size: 18px;
}
.history2024 .mid .txt p strong {
    display: inline-block;
    font-size:18px;
    margin-right: 5px;
}
.history2024 .right  {
    width: 50%;
}
.history2024 .right .video-wrap  {
    
}
.history2024 .right .video-wrap video  {}


.main-video {
    display:block;
    width:100%;
    max-width:600px;
}
.main-video .main-video-wrap {
    width:100%;
    max-width:100%;
    padding-bottom:56.25%;
    position:relative;
    height:0px;
}
.main-video .main-video-wrap video {
    position:absolute;
    top:0;
    background:#000;
    left:0;
    bottom:0;
    right:0;
    height:100%;
    width:100%;
}

.eff {
    position: absolute;
    z-index: 10;
    height: 100%;
    top: 49.8%;
    right: -1.8%;
}

.blink-light1 {
    animation: blink 2s infinite;
    opacity: 1;
    transform:translateY(-50%);
}

.blink-light2 {
    animation: blink 2.3s infinite;
    opacity: 1;
    transform: translateY(-50%);
}
.blink-light3 {
    animation: blink 1.5s infinite;
    opacity: 1;
    transform: translateY(-50%);
}
.blink-light4 {
    animation: blink 3.3s infinite;
    opacity: 1;
    transform: translateY(-51%);
    right: -2.3%;
}
.blink-light5 {
    animation: blink 3s infinite;
    opacity: 1;
    transform: translateY(-50%);
    right: -1.2%;
}
.blink-light6 {
    animation: blink 2.1s infinite;
    opacity: 1;
    transform: translateY(-51%);
    right: -2%;
}
.blink-light7 {
    animation: blink 3s infinite;
    opacity: 1;
    transform: translateY(-50%);
}
.blink-light8 {
    animation: blink 2.5s infinite;
    opacity: 1;
    transform: translateY(-50%);
}
.blink-light9 {
    animation: blink 3s infinite;
    opacity: 1;
    transform: translateY(-49%);
    right: -1.5%;
}
.blink-light10 {
    animation: blink 3s infinite;
    opacity: 1;
    transform: translateY(-50%);
}
.blink-light11 {
    animation: blink 2.3s infinite;
    opacity: 1;
    transform: translateY(-50%);
}
.blink-light12 {
    animation: blink 2s infinite;
    opacity: 1;
    position: absolute;
    left: 45%;
    top: 50%;
    z-index: 10;
}

.blink-light13 {
    animation: blink 3s infinite;
    opacity: 1;
    position: absolute;
    left: 70%;
    top: 80%;
    z-index: 10;
}
.blink-light14 {
    animation: blink 1s infinite;
    opacity: 1;
    position: absolute;
    left: 20%;
    top: 10%;
    z-index: 10;
}
.blink-light15 {
    animation: blink 4s infinite;
    opacity: 1;
    position: absolute;
    left: 30%;
    top: 70%;
    z-index: 10;
}

.both {
    position: relative;
    bottom:76px;
}
.both .left {
    position: absolute;
    width: 50%;
    background: rgba(0,0,0,0.7);
    overflow:hidden;
    left: 0%;
}
.both .left a {
    width:100%;
    display:flex;
    justify-content:center;
    font-size:20px;
    font-weight:bold;
    padding:20px 0px;
    color: #b8eafa;
    border-right:solid 1px rgba(255,255,255,0.2);
    font-weight: 400;
    font-size: 24px;
    text-shadow: 0 0 1px #ff9eb6,
        0 0 2px #ff9eb6,
        0 0 3px #fde7ed,
        0 0 20px #ff9eb6;
    color: #fde7ed;
}
.both .left a:hover {
    color:#fff;
    background:rgba(0,0,0,1);
}
.both .right {
    position: absolute;
    width: 50%;
    background: rgba(0,0,0,0.7);
    right: 0%;
    overflow:hidden;
}
.both .right a {
    width:100%;
    display:flex;
    justify-content:center;
    padding:20px 0px;
    color: #b8eafa;
    font-size:20px;
    font-weight:bold;
    font-weight: 400;
    font-size: 24px;
    text-shadow: 0 0 1px #6fc7d5,
        0 0 2px #6fc7d5,
        0 0 3px #6fc7d5,
        0 0 20px #dff5fe;
    color: #d9f5ff;
    
}
.both .right a:hover {
    color:#fff;
    background:rgba(0,0,0,1);
}
.police-logo {
    display:flex;
    align-items: center;
}

@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.3; }
    100% { opacity: 1; }
}
span.break {
    font-weight:normal;
    font-size:0.9em;
    padding-left:15px;
    display:block;
}
@media all and (max-width:1200px) {
    
}
@media all and (max-width:960px) {
    .person-ul li.b-item {
        width:33.33333%;
    }
}
@media all and (max-width:640px) {
    .person-ul li.b-item {
        width:50%;
    }
}
@media all and (max-width:450px) {
        span.break {
        font-weight:normal;
        font-size:11px;
        padding-left:7px;
    }
     .person-ul li.b-item {
        width:100%;
    }
}