@charset 'utf-8';

/* ====================== */
/* UI Reset */
/* ====================== */
* {margin:0;padding:0;font:inherit;font-family: 'Pretendard', Pretendard, sans-serif;letter-spacing:-0.1px;}
*, *::before, *::after {box-sizing:border-box;}
html {font-size: 62.5%;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;scroll-behavior:smooth;}
img, video, svg, picture {display:block;height:auto;max-width:100%;}
body {font-size:14px;color:#fff;line-height:1.4;overflow-x:hidden;background-color:#171717;}
a {text-decoration:none;cursor:pointer;color:#fff;}
button {border:none;cursor:pointer;background-color:transparent;}
sup {line-height:1;vertical-align:0px;}
ul, ol, li {list-style:none;}
input,textarea,button,select,a {-webkit-tap-highlight-color: transparent;}

input {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input::-ms-clear {display: none;}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input[type='number'] {-moz-appearance: textfield;}

select {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand {display: none;}


/* ====================== */
/* Common */
/* ====================== */
.ta-center {text-align:center;}
.ta-right {text-align:right;}
.ta-left {text-align:left;}

.w-full {width:100%;}
.w-half {width:50%;}

.blind {position: absolute;width: 1px;height: 1px;clip: rect(0 0 0 0);overflow: hidden;}

.mo-only {display:none;}

.inner {max-width:1450px;margin-left:auto;margin-right:auto;padding:0 24px;}

.keynote-modal {position:fixed;top:0;right: 0;bottom:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:101;display:none;}
.keynote-modal.active {display:block;}
.keynote-modal .modal-box {border-radius: 20px;background: #171717;width:980px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;height:522px;max-width:96%;overflow:hidden;}
.keynote-modal .modal-box .left {padding:34px;flex:none;background-color:#1F1F1F;}
.keynote-modal .modal-box .left .img {width:180px;height:180px;border-radius:10px;overflow:hidden;margin-bottom:24px;}
.keynote-modal .modal-box .left .img img {width:100%;height:100%;object-fit:cover;}
.keynote-modal .modal-box .left .char-name {font-size:24px;font-weight:600;}
.keynote-modal .modal-box .left .char-position {font-size:16px;font-weight:500;margin-top:8px;}
.keynote-modal .modal-box .left .char-company {font-size:16px;font-weight:500;color:#3374FF;margin-top:10px;}
.keynote-modal .modal-box .right {flex: 1;padding:34px;overflow:auto;}
.keynote-modal .modal-box .right .label {color:#3374FF;font-weight:600;margin-bottom:4px;}
.keynote-modal .modal-box .right .txt {margin-bottom:20px;line-height:1.6;word-break:keep-all;}
.keynote-modal .modal-close {width:24px;height:24px;display:block;font-size:0;background:transparent url(../images/modal_close.svg) no-repeat center/contain;position:absolute;right:20px;top:20px;}


.header {position:fixed;top:0;width:100%;height:94px;z-index:10;background:transparent;transition:background .3s ease;}
.header.active {background-color:#071623;}

.header .inner {height:100%;display:flex;align-items:center;justify-content:center;position:relative;gap:24px;}
.header .header__logo {margin-right:80px;margin-top:-8px;}
.header .header__nav {flex:1;}
.header .header__nav ul {display:flex;align-items:center;gap:80px;}
.header .header__nav a {font-size:18px;}
.header .btn-menu {display:none;}
.header .header__right .btn {font-size:14px;background-color:#3374FF;display: inline-block;padding:10px 16px;border-radius:6px;line-height:1;}

.footer {padding:40px 0 28px;}
.footer .footer__logo {margin-bottom:20px;height:34px;}
.footer .footer__links {margin-bottom:20px;}
.footer .footer__link {display:inline-block;color:#808080;margin-right:20px;font-weight: 300;}
.footer .footer__link:last-child {margin-right:0;}
.footer .footer__info {margin-bottom:28px;}
.footer .footer__info .info__text {color:#808080;line-height:1.5;font-weight: 300;}
.footer .footer__copyright {color:#808080;font-size:13px;font-weight:300;}

@media (hover: hover) {
}



/* ====================== */
/* index */
/* ====================== */
.intro {background:url(https://smartn.hgodo.com/ADAS/2026/main_visual.webp) no-repeat center/cover;height:100dvh;display:flex;align-items:center;position:relative;}
.intro .inner {width:100%;}
.intro .intro__cts {padding-top:100px;}
.intro .cts-subtitle {border-radius: 12px;background: #3374FF;display:inline-block;padding:6px 14px;font-size:16px;font-weight:500;margin-bottom:15px;}
.intro .cts-title {font-size:52px;font-weight:700;margin-bottom:100px;}
.intro .cts-txt1 {font-size: 20px;}
.intro .cts-txt2 {font-size:34px;color:#C7C7C7;line-height:1.3;}
.intro .cts-txt3 {font-size:24px;color:#C7C7C7;line-height:1.3;padding-top:30px}
.intro .scroll {display:inline-block;color:#E5E5E5;font-size:18px;font-weight:300;position:absolute;left:50%;transform:translateX(-50%);bottom:60px;text-align:center;}
.intro .scroll i {position:relative;width:34px;height:54px;display:block;border-radius:100px;border:1px solid #E5E5E5;margin:0 auto 5px;}
.intro .scroll i:before {content:'';display:block;width:10px;height:10px;border-radius:100px;background-color:#E5E5E5;position:absolute;left:11px;top:13px;animation: scroll 1.8s ease infinite;}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(140%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity:0;
    }
}

.sec {padding:120px 0;}
.sec__title {font-size:40px;font-weight:700;margin-bottom:40px;}

.sec__why .why__box {display:flex;align-items:center;gap:80px;}
.sec__why .why__box:nth-child(2) {flex-direction:row-reverse;margin-top:100px;}
.sec__why .why__box .box-img {width:100%;border-radius:20px;overflow:hidden;}
.sec__why .why__box .box-cts {width:100%;}
.sec__why .why__box .box-title {font-size:40px;font-weight:700;margin-bottom:18px;}
.sec__why .why__box .box-title span {background: linear-gradient(90deg, #3374FF 0%, #A733FF 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.sec__why .why__box .box-txt {color:#7F8894;line-height:1.56;}
.sec__why .btn__area {margin-top:110px;display:flex;justify-content:center;align-items:center;gap:14px;}
.sec__why .btn__area .btn {width:320px;padding:15px 0;text-align:center;display:inline-flex;align-items:center;justify-content:center;font-weight:500;gap:8px;line-height:1;font-size:18px;}
.sec__why .btn__area .btn img {width:20px;}
.sec__why .btn__area .btn__register {border-radius: 12px;background: #3374FF;}
.sec__why .btn__area .btn__download {border-radius: 12px;border: 1px solid #3374FF;background: #1B1D2B;color:#3374FF;}

.sec__cnt {padding:88px 0;background-color:#1F1F1F;}
.sec__cnt .cnt__wrap {display:flex;align-items:center;gap:30px;}
.sec__cnt .cnt__box {width:25%;text-align:center;}
.sec__cnt .cnt__box img {margin:auto;}
.sec__cnt .cnt__box .cnt {font-size:64px;font-weight:700;margin:0 0 14px;}
.sec__cnt .cnt__box .label {color:#7F8894;font-size:24px;}

.sec__keynote {background:url(../images/keynote_bg.png) no-repeat;background-position:70% -140px;}
.sec__keynote .keynote__wrap {max-width:1100px;margin-left:auto;margin-right:auto;position:relative;text-align:center;}
.sec__keynote .keynote__card {border-radius:20px;overflow:hidden;position:relative;height:580px;}
.sec__keynote .keynote__card .card-bg {position: absolute;left:0;top:0;right:0;bottom:0;z-index:1;}
.sec__keynote .keynote__card .card-bg img {width:102%;height:102%;object-fit:cover;}
.sec__keynote .keynote__card .card-txt {position:absolute;z-index:2;left:0;bottom:0;right:0;padding:30px;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);text-align:left;}
.sec__keynote .keynote__card .txt-name {font-size:30px;font-weight:600;margin-bottom:6px;}
.sec__keynote .keynote__card .txt-position {font-size:20px;font-weight:500;margin-bottom:6px;}
.sec__keynote .keynote__card .txt-company {color:#3374FF;font-size:20px;font-weight:500;}
.sec__keynote .keynote__card.swiper-slide-active {transform: translate3d(0, 0, 0) !important;}
.sec__keynote .swiper-button-prev,
.sec__keynote .swiper-button-next {width:54px;height:54px;border:1px solid #424242;border-radius:100px;top:44%;}
.sec__keynote .swiper-button-prev svg,
.sec__keynote .swiper-button-next svg {width:40%;height:40%;color:#fff;}
.sec__keynote .swiper-button-prev {left:-100px;}
.sec__keynote .swiper-button-next {right:-100px;}
.sec__keynote .swiper-pagination {display:inline-flex;align-items:center;justify-content:center;left:unset;right:unset;width:auto !important;background-color:#1F1F1F;padding:11px 15px;border-radius:100px;position:unset;margin-top:60px;gap:8px;}
.sec__keynote .swiper-pagination .swiper-pagination-bullet {margin:0 !important;opacity:1;background-color:#fff;border-radius:100px;transition:width .3s ease;}
.sec__keynote .swiper-pagination .swiper-pagination-bullet-active {width:42px;background-color:#3374FF;}

.sec__speakers {background-color:#1F1F1F;}
.sec__speakers .speaker__list {display:flex;gap:24px;flex-wrap:wrap;}
.sec__speakers .speaker__card {width:260px;border-radius: 20px;background: #171717;padding:36px 0;text-align:center;border:1px solid #171717;transition:all .5s ease;cursor: pointer;}
.sec__speakers .speaker__card:hover {border-color: rgba(51, 116, 255, 0.40);box-shadow: 1px 1px 12px 0 rgba(51, 116, 255, 0.10);transform:translateY(-10px);}
.sec__speakers .card-thumb {width:142px;height:142px;border-radius:100px;overflow:hidden;background-color:#222;margin:0 auto 24px;position:relative;}
.sec__speakers .card-thumb img {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:104%;height:104%;object-fit:cover;}
.sec__speakers .card-name {font-size:24px;font-weight:600;margin-bottom:5px;}
.sec__speakers .card-type {color:#7F8894;font-size:16px;margin-bottom: 12px;}
.sec__speakers .card-position {color:#3374FF;font-size:16px;}

.sec__performance {background:#0A1936 url(../images/performance_bg.png) no-repeat;background-size:cover;background-size:center;}
.sec__performance .sec__title {text-align:center;margin-bottom:12px;}
.sec__performance .sec__subtitle {text-align:center;font-size:24px;font-weight:500;margin-bottom:70px;}
.sec__performance .performance__list {display:grid;grid-template-columns:repeat(4, 1fr);gap:24px;}
.sec__performance .performance__card {position:relative;background-color:#171717;border-radius:20px;overflow:hidden;}
.sec__performance .card-img {width:100%;height:0;padding-bottom:44%;position:relative;overflow:hidden;}
.sec__performance .card-img img {position:absolute;left:0;top:0;bottom:0;right:0;object-fit:cover;}
.sec__performance .card-cts {padding:20px;}
.sec__performance .card-title {font-size:18px;font-weight:600;margin-bottom:8px;}
.sec__performance .card-txt {color:#7F8894;line-height:1.5;word-break:keep-all;}

.sec__sponsor {background-color:#1F1F1F;}
.sec__sponsor .sponsor__list {display:grid;grid-template-columns: repeat(5, 1fr);gap:20px;}
.sec__sponsor .sponsor__card {background-color:#171717;border-radius:16px;display:flex;align-items:center;justify-content:center;height:108px;}
.sec__sponsor .sponsor__card img {max-height:90%;}

.sec__program #program {scroll-margin-top:120px;}
.sec__program .program__banner {margin-bottom:120px;border-radius:16px;background-color:#1F1F1F;}
.sec__program .program__tab {margin-bottom:40px;display:flex;gap:14px;flex-wrap:wrap;}
.sec__program .program__btn {width:310px;border-radius:20px;background-color:#1F1F1F;height:102px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;color:#616161;}
.sec__program .program__btn span {font-size: 12px;font-weight:600;}
.sec__program .program__btn strong {font-size:18px;font-weight:700;}
.sec__program .program__btn em {}
.sec__program .program__btn.active {background: linear-gradient(96deg, #3374FF 0.49%, #A733FF 99.51%);color:#fff;}
.sec__program .program__schedule {border-radius: 20px;border: 1px solid #2B2B2B;overflow: hidden;}
.sec__program .program__schedule table {border-collapse: collapse;width:calc(100% + 2px);margin:-1px;height:calc(100% + 2px);text-align:center;}
.sec__program .program__schedule th,
.sec__program .program__schedule td {border:1px solid #2B2B2B;font-size:16px;}
.sec__program .program__schedule thead th {height:64px;background:#1F1F1F;color:#3374FF;}
.sec__program .program__schedule tbody th {width:200px;}
.sec__program .program__schedule tbody td {height:80px;}
.sec__program .program__schedule .subject {font-size:16px;}
.sec__program .program__schedule .speaker {font-size:14px;color:#7F8894;margin-top:3px;}
.sec__program .program__schedule .lunch {background: #1F1F1F;}
.sec__program .track__table {height:100%;}
.sec__program .track__table thead th {height:80px;color:#fff;}
.sec__program .track__table thead th:first-child {background-color:#3374FF;}
.sec__program .track__table thead th:nth-child(2) {background-color:#C867FF;}
.sec__program .track__table thead th:nth-child(3) {background-color:#0096E0;}
.sec__program .track__table tbody td:first-child {background: rgba(51, 116, 255, 0.05);}
.sec__program .track__table tbody td:nth-child(2) {background-color:rgba(200, 103, 255, 0.05);}
.sec__program .track__table tbody td:nth-child(3) {background-color:rgba(0, 150, 224, 0.05);}

.sec__event {background-color:#1F1F1F;}
.sec__event .sec__title {text-align:center;}
.sec__event .giveaway__wrap {display:flex;flex-wrap:wrap;gap:24px;justify-content:center;}
.sec__event .giveaway__wrap.case4 .giveaway__card {flex: 0 1 40%;}
.sec__event .giveaway__card {border-radius: 16px;background: #171717;width:auto;flex: 0 1 30%;text-align:center;padding:50px 0;}
.sec__event .giveaway__card img {margin:0 auto;}
.sec__event .giveaway__card .card-info {margin-top:22px;font-size:24px;font-weight:600;}
.sec__event .giveaway__card .card-info span {color:#3374FF;}

.sec__gallery .main__gallery {margin-bottom:20px;border-radius:20px;overflow: hidden;height:600px;}
.sec__gallery .main__gallery .swiper-button-next {right:30px;} 
.sec__gallery .main__gallery .swiper-button-prev {left:30px;} 
.sec__gallery .main__gallery img {width:100%;height:100%;object-fit:cover;}
.sec__gallery .sub__gallery {height:204px;}
.sec__gallery .sub__gallery img {width:100%;height:100%;object-fit:cover;}
.sec__gallery .sub__gallery .swiper-slide {height:100%;border-radius:14px;overflow:hidden;box-shadow: 1px 1px 12px 0 rgba(140, 194, 215, 0.10);opacity:.4;transition:opacity .3s ease;}
.sec__gallery .sub__gallery .swiper-slide-thumb-active {opacity:1;}

.sec__directions {background:#071623 url(../images/directions__bg.png) no-repeat;background-size: cover;}
.sec__directions .directions__wrap {display:flex;align-items: center;gap:24px;flex-wrap:wrap;}
.sec__directions .directions__cts {flex:1;}
.sec__directions .directions__map {border-radius:20px;overflow:hidden;}
.sec__directions .directions__info li {display:flex;gap:10px;align-items:center;margin-bottom:20px;font-size:24px;}
.sec__directions .directions__quick {margin-top:30px;}
.sec__directions .directions__quick a {font-size:18px;font-weight:500;color:#fff;padding:10px 22px;display:inline-block;margin-right:10px;}
.sec__directions .directions__quick .kakao {border-radius: 50px;border: 1px solid #FFBA25;background: rgba(255, 186, 37, 0.10);}
.sec__directions .directions__quick .naver {border-radius: 50px;border: 1px solid #33FFBE;background: rgba(51, 255, 190, 0.10);}
.sec__directions .section_address {display:none !important;}
.sec__directions .wrap_controllers {display:none !important;}

.fnb {position:fixed;right:40px;bottom:40px;z-index:10;}
.fnb .fnb__btn {width:74px;height:74px;border-radius:100px;overflow:hidden;display:flex;margin-top:10px;align-items:center;justify-content:center;flex-direction:column;}
.fnb .fnb__btn.up {border-radius: 77.5px;border: 1px solid #F0F0F0;background: #FFF url(../images/fnb_top.svg) no-repeat center;box-shadow: 0.775px 0.775px 9.3px 0 rgba(140, 194, 215, 0.10);font-size:0;background-size:auto 32%;}
.fnb .fnb__btn.register {border-radius: 77.5px;background: #3374FF;box-shadow: 0.775px 0.775px 9.3px 0 rgba(140, 194, 215, 0.10);gap:5px;font-weight:500;}

.sec__form .inner {width:800px;}
.sec__form .sec__title {text-align:center;margin-bottom:60px;}
/*.sec__form .bn {border-radius: 20px;padding:126px 100px;margin-bottom:80px;} */
.sec__form .bn {padding:126px 100px;margin-bottom:80px;}
.sec__form .bn strong {display:block;font-size:40px;font-weight:700;line-height:1.35;margin-bottom:30px;}
.sec__form .bn span {font-size:24px;line-height:1.5;}
.sec__form .form__title {margin-bottom:20px;font-size:24px;font-weight:600;}
.sec__form .form__title strong {color:#3374FF;}
.sec__form .form__box {margin-bottom:60px;border-radius: 20px;background: #1F1F1F;padding:30px;}
.sec__form .form__box dl {display:flex;gap:20px;margin-bottom:24px;font-size:18px;}
.sec__form .form__box dl:last-child {margin-bottom:0;}
.sec__form .form__box dl dt {width:140px;font-weight: 500;color:#fff;}
.sec__form .form__box dl dd {color:#7F8894;}
.sec__form .form__box .none {font-size:18px;color: #7F8894;}
.sec__form .form__box.notice {border: 1px solid #3374FF;background: rgba(51, 116, 255, 0.10);font-size:18px;line-height:1.75;}
.sec__form .btn__area {text-align:center;margin-top:80px;}
.sec__form .submit__btn {width:320px;background-color:#3374FF;color:#fff;padding:16px 0;text-align:center;border-radius:12px;font-size:18px;font-weight:500;}

/* 행사 신청 */
.pg-apply .inner {width:900px;align:center;}
.pg-apply h2 {margin:70px 0 60px;text-align:center;font-size:36px;font-weight:600;}
.pg-apply .apply-seminar .thumb {margin-bottom:40px;border-radius:10px;overflow: hidden;}
.pg-apply .apply-seminar .title {font-size:20px;font-weight:600;margin-bottom:20px;line-height:1.4;}
.pg-apply .apply-seminar .title .price {font-size:inherit;color:#4296FF;margin-right:10px;}
.pg-apply .apply-seminar .desc {border-radius: 8px;background: #F9FAFB;padding:20px 30px;}
.pg-apply .apply-seminar .desc dl {display:flex;gap:30px;margin-bottom:15px;}
.pg-apply .apply-seminar .desc dl:last-child {margin-bottom:0;}
.pg-apply .input-box {margin-bottom:40px;}
.pg-apply .input-box > label {display:block;padding-bottom:16px;color:#fff;font-weight:600;}
.pg-apply .input-box .input {border-radius: 8px;background: #F9FAFB;height:48px;padding:0 20px;font-size:14px;border:0;width:100%;outline:none;transition:all .3s ease;}
.pg-apply .input-box .input-wrap {position:relative;}
.pg-apply .input-box.i-name .input {padding-left:60px;}
.pg-apply .input-box.i-name .input-wrap:before {content:'';display:block;width:26px;height:26px;position:absolute;left:20px;top:50%;transform:translateY(-50%);background: url(../images/apply/i_name.svg) no-repeat center/contain;background-size:18px auto;}
.pg-apply .input-box.i-phone .input {padding-left:60px;}
.pg-apply .input-box.i-phone .input-wrap:before {content:'';display:block;width:26px;height:26px;position:absolute;left:20px;top:50%;transform:translateY(-50%);background: url(../images/apply/i_phone.svg) no-repeat center/contain;background-size:18px auto;}
.pg-apply .input-box.i-mail .input {padding-left:60px;}
.pg-apply .input-box.i-mail .input-wrap:before {content:'';display:block;width:26px;height:26px;position:absolute;left:20px;top:50%;transform:translateY(-50%);background: url(../images/apply/i_mail.svg) no-repeat center/contain;background-size:16px auto;}
.pg-apply .input-box.i-card .input {padding-left:60px;}
.pg-apply .input-box.i-card .input-wrap:before {content:'';display:block;width:26px;height:26px;position:absolute;left:20px;top:50%;transform:translateY(-50%);background: url(../images/apply/i_card.svg) no-repeat center/contain;background-size:24px auto;}
.pg-apply .input-box.i-pw .input {padding-left:60px;}
.pg-apply .input-box.i-pw .input-wrap:before {content:'';display:block;width:26px;height:26px;position:absolute;left:20px;top:50%;transform:translateY(-50%);background: url(../images/auth/i_pw.svg) no-repeat center/contain;background-size:72% auto;}
.pg-apply .input-box select {font-size:14px;width:auto;height:40px;padding:0 40px 0 16px;border-radius: 5px;border: 1px solid #D1D1D1;background: #FFF url(../images/list/select_arrow.svg) no-repeat;background-position: right 14px center;background-size:12px auto;outline:none;}
.pg-apply .input-box .input:focus {background-color:#f4f4f4;}
.pg-apply .address {display:flex;gap:10px;}
.pg-apply .address button {flex:none;border-radius: 8px;background: #242424;color:#fff;font-weight:600;font-size:14px;width:120px;}
.pg-apply .survey {border-bottom: 1px solid #D1D1D1;padding-bottom:20px;}
.pg-apply .survey-question {display:block;margin-bottom:10px;font-size:13px;}
.pg-apply .survey textarea {width:100%;resize:none;border-radius: 8px;border: 1px solid #D1D1D1;background: #FFF;outline:none;transition:all .3s ease;font-size:14px;padding:16px;margin-bottom:20px;}
.pg-apply .survey textarea:focus {border-color:#777;}
.pg-apply .check-wrap {display:grid;grid-template-columns:repeat(1, 1fr);gap:10px;margin-bottom:20px;}
.pg-apply .survey-check {position:relative;display:inline-flex;text-align:left;vertical-align:middle;}
.pg-apply .survey-check input {position:absolute;left:0;top:0;height:100%;border:none;background:transparent;z-index:2;}
.pg-apply .survey-check label {display:inline-flex;word-break:break-word;align-items:center;gap:8px;font-weight:500;font-size:14px;}
.pg-apply .survey-check label i {display:block;position:relative;width:18px;height:18px;border-radius:4px;box-sizing:border-box;flex:none;background:url(../images/apply/agree_check.svg) no-repeat center/77%;border:1px solid #EBEBEB;background-color:#c5c5c5;transition:background .3s ease;background-position:66% 50%;}
.pg-apply .survey-check input:checked + label i {background-color:#4296FF;}
.pg-apply .survey-radio {position:relative;display:inline-flex;text-align:left;vertical-align:middle;}
.pg-apply .survey-radio input {position:absolute;left:0;top:0;height:100%;border:none;background:transparent;z-index:2;}
.pg-apply .survey-radio label {display:inline-flex;word-break:break-word;align-items:center;gap:8px;font-weight:500;font-size:14px;}
.pg-apply .survey-radio label i {display:block;position:relative;width:18px;height:18px;border-radius:100px;box-sizing:border-box;flex:none;border:1px solid #bbb;background-color:transparent;transition:background .3s ease;}
.pg-apply .survey-radio input + label i:before {content:'';display:block;width:10px;height:10px;border-radius:100px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background-color:transparent;transition:all .3s ease;}
.pg-apply .survey-radio input:checked + label i:before {background-color: #4296FF;}
.pg-apply h3 {font-size:20px;font-weight:600;margin:60px 0 40px;text-align:center;}
.pg-apply .agree pre {word-break:keep-all;white-space: pre-line;line-height:1.5;color:#989898;font-size:14px;}
.pg-apply .agree .agree-detail {height:165px;overflow: auto;margin-top:16px;border-radius: 8px;background: #F9FAFB;padding:20px;}
.pg-apply .agree .btn-agree-detail {position:absolute;right:0;top:0;width:15px;height:15px;background:url(/elec4/seminar/images/btn_agree_detail.svg) no-repeat center/contain;font-size:0;overflow:hidden;transition:all .3s ease;}
.pg-apply .agree .btn-agree-detail.active {transform:rotate(180deg);}
.pg-apply .agree .agree-item {margin-bottom:14px;position:relative;}
.pg-apply .agree .agree-check {position:relative;display:inline-flex;text-align:left;vertical-align:middle;}
.pg-apply .agree .agree-check input {position:absolute;left:0;top:0;height:100%;border:none;background:transparent;z-index:2;}
.pg-apply .agree .agree-check label {display:inline-flex;word-break:break-word;align-items:center;gap:8px;font-weight:600;font-size:14px;}
.pg-apply .agree .agree-check label i {display:block;position:relative;width:18px;height:18px;border-radius:4px;box-sizing:border-box;flex:none;background:url(../images/apply/agree_check.svg) no-repeat center/77%;border:1px solid #EBEBEB;background-color:#c5c5c5;transition:background .3s ease;background-position:66% 50%;}
.pg-apply .agree .agree-check input:checked + label i {background-color:#242424;}
.pg-apply .btn-apply {margin-top:50px;width:100%;border-radius: 4px;background: #4296FF;font-size:16px;color:#fff;font-weight:500;padding:14px 0;text-align:center;}

.pg-apply .business-check {position:relative;display:inline-flex;text-align:left;vertical-align:middle;}
.pg-apply .business-check input {position:absolute;left:0;top:0;height:100%;border:none;background:transparent;z-index:2;}
.pg-apply .business-check label {display:inline-flex;word-break:break-word;align-items:center;gap:8px;font-weight:500;font-size:14px;}
.pg-apply .business-check label i {display:block;position:relative;width:18px;height:18px;border-radius:4px;box-sizing:border-box;flex:none;background:url(../images/apply/agree_check.svg) no-repeat center/77%;border:1px solid #EBEBEB;background-color:#c5c5c5;transition:background .3s ease;background-position:66% 50%;}
.pg-apply .business-check input:checked + label i {background-color:#4296FF;}

.pg-apply .apply-fin {margin-top:40px;}
.pg-apply .apply-fin .title {font-size:20px;font-weight:600;margin-bottom:20px;line-height:1.4;display:block;}
.pg-apply .apply-fin .title .price {font-size:inherit;color:#4296FF;margin-right:10px;}
.pg-apply .apply-fin .desc {border-radius: 8px;background: #F9FAFB;padding:20px 30px;}
.pg-apply .apply-fin .desc .qrcode {margin-bottom:16px;}
.pg-apply .apply-fin .desc dl {display:flex;gap:30px;margin-bottom:15px;}
.pg-apply .apply-fin .desc dl:last-child {margin-bottom:0;}

/* 모바일 사이즈 (가로 767px 이하) */
@media screen and (max-width: 767px) {
	.pg-apply .inner {width:95%;}
    .pg-apply h2 {margin:40px 0 20px;font-size:26px;}
    .pg-apply .apply-seminar .thumb {margin-bottom:16px;}
    .pg-apply .apply-seminar .title {font-size:18px;word-break:keep-all;margin-bottom:14px;}
    .pg-apply .apply-seminar .desc {font-size:14px;padding:20px;}
    .pg-apply .apply-seminar .desc dl {margin-bottom:12px;}
    .pg-apply .apply-fin .title {font-size:18px;word-break:keep-all;margin-bottom:14px;}
    .pg-apply .apply-fin .desc {font-size:14px;padding:20px;}
    .pg-apply .apply-fin .desc dl {margin-bottom:12px;}
    .pg-apply .address button {width: 84px;}
    .pg-apply .agree pre {font-size:13px;}
    .pg-apply .check-wrap {grid-template-columns:repeat(1, 1fr);}

	.pg-inquiry .inner {width:300px;}
}



.highlight {background: linear-gradient(90deg, #3374FF 0%, #A733FF 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size:12pt}

/* ==========================
   Highlight Slider
========================== */

.sec__highlight{
    padding:120px 0;
    overflow:hidden;
}

.highlight-slider{
    position:relative;
    width:100%;
    height:620px;
    overflow:hidden;
}

.highlight-track{
    position:relative;
    width:100%;
    height:100%;
}


.highlight-slide{

    position:absolute;

    top:50%;
    left:50%;

    /* 기존 대비 약 70% */
    width:50%;
    max-width:760px;

    aspect-ratio:1062 / 610;

    border-radius:20px;

    overflow:hidden;

    transition:
    transform .6s ease,
    opacity .6s ease,
    filter .6s ease;

}


.highlight-slide img{

    width:100%;
    height:100%;

    object-fit:cover;

}



/* 가운데 */

.highlight-slide.center{

    transform:
    translate(-50%,-50%)
    scale(1);

    z-index:3;

    opacity:1;

    filter:none;

    box-shadow:
    0 20px 70px rgba(0,0,0,.45);

}



/* 왼쪽 */

.highlight-slide.left{

    transform:
    translate(-130%,-50%)
    scale(.72);

    opacity:.45;

    filter:brightness(.6);

    z-index:2;

}



/* 오른쪽 */

.highlight-slide.right{

    transform:
    translate(30%,-50%)
    scale(.72);

    opacity:.45;

    filter:brightness(.6);

    z-index:2;

}



/* 버튼 */

.highlight-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:56px;
    height:56px;

    border-radius:100px;

    background:#1F1F1F;

    border:1px solid #424242;

    color:#fff;

    font-size:26px;

    transition:.3s;

    z-index:20;

}


.highlight-arrow:hover{

    background:#3374FF;

}


.highlight-arrow.prev{

    left:20px;

}


.highlight-arrow.next{

    right:20px;

}



/* ==========================
   Tablet
========================== */

@media (max-width:1024px){


.highlight-slider{

    height:480px;

}


.highlight-slide{

    width:65%;
    max-width:700px;

}



.highlight-slide.left{

    transform:
    translate(-105%,-50%)
    scale(.65);

}



.highlight-slide.right{

    transform:
    translate(5%,-50%)
    scale(.65);

}


}



/* ==========================
   Mobile
========================== */

@media (max-width:768px){


.highlight-slider{

    height:300px;

}



.highlight-slide{

    width:90%;

}



.highlight-slide.left{

    transform:
    translate(-70%,-50%)
    scale(.55);

    opacity:.25;

}



.highlight-slide.right{

    transform:
    translate(-30%,-50%)
    scale(.55);

    opacity:.25;

}



.highlight-arrow{

    width:42px;
    height:42px;

    font-size:18px;

}


.highlight-arrow.prev{

    left:10px;

}


.highlight-arrow.next{

    right:10px;

}


}

.highlight-slide.hidden{

    transform:
    translate(-50%,-50%)
    scale(.5);

    opacity:0;

    pointer-events:none;

    z-index:0;

}


/* ==========================
   Program Schedule
========================== */

.sec__program .program__schedule{

    border-radius:20px;

    border:1px solid #2B2B2B;

    overflow:hidden;

}


.sec__program .program__schedule table{

    border-collapse:collapse;

    width:calc(100% + 2px);

    margin:-1px;

    height:calc(100% + 2px);

    text-align:center;

}



.sec__program .program__schedule th,
.sec__program .program__schedule td{

    border:1px solid #2B2B2B;

    font-size:16px;

}



/* 테이블 헤더 */

.sec__program .program__schedule thead th{

    height:64px;

    background:
    linear-gradient(
        180deg,
        rgba(51,116,255,.18) 0%,
        rgba(51,116,255,.08) 100%
    );

    color:#3374FF;

    font-size:16px;

    font-weight:600;

    border-color:#34445F;

}



/* 시간 영역 */

.sec__program .program__schedule tbody th{

    width:200px;

}



/* 내용 영역 */

.sec__program .program__schedule tbody td{

    min-height:80px;

    height:auto;

    padding:24px 20px;

    vertical-align:middle;

}



/* ==========================
   Schedule Content
========================== */


/* 카테고리 */

.sec__program .program__schedule .headtitle{

    display:inline-block;

    margin-bottom:12px;

    padding:4px 12px;

    border-radius:50px;

    background:rgba(51,116,255,.12);

    color:#3374FF;

    font-size:13px;

    font-weight:600;

    line-height:1.4;

}



/* 주제 */

.sec__program .program__schedule .subject{

    margin-bottom:12px;

    font-size:16px;

    font-weight:500;

    line-height:1.6;

    color:#fff;

    word-break:keep-all;

}



/* 발표자 */

.sec__program .program__schedule .speaker{

    margin-bottom:0;

    color:#7F8894;

    font-size:14px;

    font-weight:400;

    line-height:1.5;

}



/* ==========================
   Lunch / Break
========================== */

.sec__program .program__schedule .lunch td{

    background:#1F1F1F;

    color:#fff;

}



/* ==========================
   Mobile
========================== */

@media screen and (max-width:767px){


    .sec__program .program__schedule{

        overflow-x:auto;

    }


    .sec__program .program__schedule table{

        min-width:650px;

    }


    .sec__program .program__schedule tbody td{

        padding:20px 14px;

    }


    .sec__program .program__schedule thead th{

        height:56px;

        font-size:14px;

    }


    .sec__program .program__schedule .subject{

        font-size:14px;

    }


    .sec__program .program__schedule .speaker{

        font-size:13px;

    }


}

.program__btn {
    opacity: 0.5;
    transition: all 0.3s ease;
}

.program__btn.active {
    opacity: 1;
    color: #fff;
    background: #111;
    transform: translateY(-3px);
}

.program__btn.active strong {
    font-weight: 700;
}

.sec__program .program__schedule table {
  display:none;
  border-collapse:collapse;
  table-layout:fixed;
  width:calc(100% + 2px);
  margin:-1px;
  text-align:center;
}

.sec__program .program__schedule table.active {
  display:table;
}

.sec__program .program__schedule th:first-child,
.sec__program .program__schedule td:first-child {
  width:200px;
}

/* 내용이 하나만 있을 때 */

.sec__program .program__schedule td > .headtitle:only-child,
.sec__program .program__schedule td > .subject:only-child,
.sec__program .program__schedule td > .speaker:only-child{

    margin-bottom:0;

}
/* ==========================
   Contact
========================== */

.sec__contact{

    background:#071623;

}


.sec__contact .sec__title{

    text-align:center;
    margin-bottom:50px;

}



.contact__wrap{

    display:flex;

    gap:24px;

}



.contact__box{

    flex:1;

    background:#1F1F1F;

    border-radius:20px;

    padding:40px;

    display:flex;

    align-items:center;

    gap:40px;

    border:1px solid #2B2B2B;

}



.contact__title{

    flex:none;

    width:120px;

    font-size:24px;

    font-weight:600;

    color:#3374FF;

}



.contact__info strong{

    display:block;

    font-size:20px;

    font-weight:600;

    margin-bottom:12px;

}



.contact__info p{

    color:#7F8894;

    line-height:1.7;

    font-size:16px;

}

.sec__form .bn {
    height:400px;
    background-position:center;
    background-size:cover;
}

.intro .cts-txt1 sup {
    font-size: 0.45em;
    vertical-align: super;
    line-height: 0;
}

#news {
    scroll-margin-top: 100px;
}


/* 모바일 */
@media (max-width: 768px){

    .contact__wrap{
        flex-direction: column;
    }

    .contact__box{
        width:100%;
        padding:24px;
        gap:16px;
        flex-direction:column;
        align-items:flex-start;
    }

    .contact__title{
        width:auto;
        font-size:20px;
    }

    .contact__info strong{
        font-size:18px;
    }

    .contact__info p{
        font-size:15px;
    }
}