@charset "utf-8";
/* CSS Document */

/* 모바일 : 2025 대한민국 AI중소기업 혁신 대상 (11월 25일) - 기존 스타트업 제7회 */

/* S : Common Set */
body {
    line-height: 1.5;
    font-family: "맑은고딕", Malgun Gothic, "돋움", Dotum, "굴림", Gulim, Helvetica, Apple Gothic, Arial, sans-serif;
    color: #333;
    -webkit-text-size-adjust: none; /* 가로세로 전환시 폰트사이즈 고정 */
}

/* 타이틀 숨김 */
.blind {position: absolute; left: -9999px; width: 0; height: 0; font-size: 0; line-height: 0;}
.hide {display: none;}

/* Font Color Style */
.f_red {color: #ff0000;}
.f_purple {color: #8936e0;} /* 5호선 */
.f_dyellow {color: #997100;} /* 9호선 */

/* Link Set */
a:link {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover {color: #333; text-decoration: none;}
a:active {color: #333; text-decoration: none;}
a:focus {color: #333; text-decoration: none;}

.link_b:link {color: #0000d4; text-decoration: none;}
.link_b:visited {color: #0000d4; text-decoration: none;}
.link_b:hover {text-decoration: underline;}

/* Form Style */
input {width: 100%; padding: 10px 10px 12px 10px; border: none; font-size: 0.9rem; background-color: #f1f1f1;}
input:focus {outline: 1px solid #ccc;} /* 선택 시 outline 테두리 */
table {border-spacing: 0; font-size: 0.8rem; width: 100%;}
table, th, td {padding: 8px; border: 1px solid #ccc; border-collapse: collapse;}
table th {background-color: #f2f2f2;}
caption {font-weight: bold; text-align: left; color: #2e54ce; margin: 10px 0;}
.t_scroll {width: 100%; overflow: auto; white-space: nowrap; margin-bottom: 20px;}


/* TOP으로 이동 */
.movetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    z-index: 1;
    text-indent: -9999px;
    background: rgba(255, 255, 255, 0.5) url(../images/icon.png) no-repeat 14px 10px / 50%;
    border: 1px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
}
/* E : Common Set */



/*** Header ***/
h1 {display: flex; justify-content: center; align-items: center; background-color: #fff;}
h1 a {display: inline-block; text-indent: -9999px; width: 180px; background: transparent url(../images/logo.png) no-repeat center / 90%;}


/* 주메뉴
.gnb nav {background-color: #000;}
.gnb ul {display: flex; margin: 0 10px;} */

/* 주메뉴(가로스크롤) */
.gnb nav {background-color: #090e1e; overflow-x : auto;}
.gnb ul {width: 600px; display: flex; margin: 0 10px;}

.gnb ul li {/*width: 25%;*/ margin: 0 10px; display: flex; justify-content: center;}
.gnb ul li a {display: inline-block; width: 100%; padding: 12px 5px 10px 5px; text-align: center; color: #999; border-bottom: 3px solid #000;}
.gnb ul li a:hover {color: #fff; border-bottom: 3px solid #ff0000;}


/* 메뉴 고정 */
.navfix {position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;}
.padtop {padding-top: 50px;}



/*** 상단이미지 ***/
.topimg {
    display: inline-block;
    width: 100%;
    /* height: 540px; */
    margin-bottom: 20px;
    background-color: #090e1e;
    background-image: url(../images/topbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid #ddd;
}
.topimg .txt {margin: 5% 20px 8% 20px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.topimg .txt > p {display: flex; justify-content: center; align-items: center;}
.topimg .txt > p:nth-child(2) {margin: 6% 0 3% 0;}
.topimg .txt > p:nth-child(3) {margin-bottom: 5%;}
.topimg .txt > p:nth-child(4) {margin-bottom: 6%;}
.topimg .txt > p:nth-child(4) {display: flex; flex-direction: column;}
.topimg .txt > p img {display: block;}
.topimg .txt > p:nth-child(1) img {width: 50%;}
.topimg .txt > p:nth-child(2) img {width: 50%;}
.topimg .txt > p:nth-child(3) img {width: 100%;}
.topimg .txt > p:nth-child(4) span {display: flex; justify-content: center; margin-bottom: 2%;}
.topimg .txt > p:nth-child(4) span:nth-child(1) img {width: 80%;}
.topimg .txt > p:nth-child(4) span:nth-child(2) img {width: 80%;}

.topimg .txt .sponsor {width: 100%;}
.topimg .txt .sponsor div {display: flex;}
.topimg .txt .sponsor div p {display: flex; align-items: flex-start; margin: 0;}
.topimg .txt .sponsor div p span {display: flex; align-items: center; margin-right: 8px;}

.topimg .txt .sponsor div p:nth-child(1) {flex-basis: 40px; margin-top: 4px;}
.topimg .txt .sponsor div p:nth-child(2) {flex: 1; display: flex; flex-wrap: wrap;} 
.topimg .txt .sponsor div p:nth-child(1) span img {width: 100%;}
.topimg .txt .sponsor div p:nth-child(2) span {margin-bottom: 5px;}

.topimg .txt .sponsor div:nth-child(1) p:nth-child(2) span:nth-child(1) {width: 60px;}

.topimg .txt .sponsor div:nth-child(2) p:nth-child(2) span:nth-child(1) {width: 100px;}
.topimg .txt .sponsor div:nth-child(2) p:nth-child(2) span:nth-child(2) {width: 150px;}
.topimg .txt .sponsor div:nth-child(2) p:nth-child(2) span:nth-child(3) {width: 120px;}
.topimg .txt .sponsor div:nth-child(2) p:nth-child(2) span:nth-child(4) {width: 120px;}
.topimg .txt .sponsor div:nth-child(2) p:nth-child(2) span:nth-child(5) {width: 120px;}



/* 사전등록신청 메뉴 있을 때 활성화 */
.topimg .btn_request a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 12px;
    width: calc(100% - 12px);
    color: #fff;
    background-color: #ff0000;
}



/*** 유튜브 영상 ***/
.videobox {position: relative; top: 0; padding-bottom: 56.25%; width: 100%; height: 0; overflow: hidden; background-color: #000;}
.videobox iframe, .videobox object, .videobox embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block;}



/*** Footer ***/
footer {margin-top: 40px; padding: 20px 0 40px 0; border-top: 1px solid #ddd; background-color: #f8f8f8;}
footer p {font-weight: bold; margin-bottom: 10px; font-size: 0.95rem;}
address {margin: 4px 0 5px 0; font-style: normal;}
address span {margin-right: 20px; font-size: 0.8rem; color: #666; line-height: 1.2; display: inline-block;}
address span:nth-child(1) {display: block; margin-bottom: 5px;}
small {font-size: 0.7rem; color: #999;}



/*** Layout ***/
.inwrap {margin: 0 20px;}
section {margin-bottom: 60px;}
section:last-child {border-bottom: none;}
h2 {font-size: 1.2rem; margin-bottom: 20px;}



/*** Temp ***/
/* PDF 다운로드 버튼 */
.pdf_down span {
    display: inline-block;
    margin: 2px 5px;
    padding: 2px 10px 3px 10px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 4px;
    background-color: #ff0000;
}


/* 유튜브 PLAY 아이콘 */
.ico_play {display: inline-block; cursor: pointer; vertical-align: middle;}


/* 삼각형 화살표(사전등록신청) */
.arrow {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-radius: 2px;
}



/*** container ***/
/* 행사개요 */
.summary .txt {margin-bottom: 20px; padding: 30px; background-color: #d9e9f0;}
.summary .txt .img {display: flex; justify-content: center; flex-direction: column; margin-bottom: 10px;}
.summary .txt .img span {width: 100%; border: 1px solid #edf4f7; margin-bottom: 10px;}
.summary .txt .img span img {width: 100%; height: 100%; display: block;}
.summary .txt p {margin-bottom: 15px; font-size: 0.9rem;}
.summary .txt p:last-child {margin-bottom: 0;}


/* 연사소개 */
.speaker .profile {margin-bottom: 40px;}
.speaker .profile > div:nth-child(1) {display: flex; align-items: center;}
.speaker .profile > div:nth-child(1) p:nth-child(1) {width: 20%; margin-right: 20px; display: block;}
.speaker .profile > div:nth-child(1) p:nth-child(1) img {display: block;}
.speaker .profile > div:nth-child(1) p:nth-child(2) span {display: block; font-weight: bold;}
.speaker .profile > div:nth-child(1) p:nth-child(2) span:nth-child(1) {font-size: 1.4rem;}
.speaker .profile > div:nth-child(1) p:nth-child(2) span:nth-child(2) {font-size: 0.9rem;}
.speaker .ico_play {margin-left: 10px; width: 30px; height: 34px;}
.speaker .profile > div:nth-child(2) {margin-top: 10px;}
.speaker .profile > div:nth-child(2) h3 {display: block; padding: 4px 10px; font-size: 0.9rem; text-align: left; color: #fff; background-color: #666;}
.speaker .profile > div:nth-child(2) ul {padding: 15px 20px; font-size: 0.9rem; background-color: #f3f3f3;}
.speaker .profile > div:nth-child(2) ul li {padding: 2px 8px; background: transparent url(../images/icon.png) no-repeat 0 -67px / auto;}


/* 프로그램 */
.program .inbox > p {margin: 8px 0 0 5px; font-size: 0.8rem;}
.program table .time {color: #2e54ce; text-align: center;}
.program .ico_play {margin-left: 2px; width: 26px; height: 28px;}
.program td p {margin-bottom: 10px;}
.program td p:last-child {margin-bottom: 0px;}


/* 시상분야 */
.award table {margin-bottom: 20px;}
.award td {text-align: center;}
.award .txt {margin-top: 20px;}
.award .txt p {margin-bottom: 8px;}
.award .txt p:first-child {margin-bottom: 10px; font-weight: bold;}
.award .txt p span {font-size: 0.9rem;}
.award .txt p span:first-child {display: inline-block; padding: 4px; margin-right: 10px; color: #fff; width: 100px; text-align: center; background-color: #666;}


/* 관련기사 */
.news article a {display: block; padding: 10px 0; border-bottom: 1px solid #ddd;}
.news article a p:nth-child(2) {margin-top: 10px; color: #666; font-size: 0.8rem;}



/* 오시는길 */
.map .mapbox {border: 1px solid #ccc; background-color: #eee;}
.map iframe {display: block;}
.map .txt h3 {margin: 20px 0 30px 0; font-size: 1.1rem;}
.map .txt h4 {font-weight: bold; color: #2e54ce; margin-bottom: 5px;}
.map .txt ul {margin-bottom: 20px;}
.map .txt ul li {margin-bottom: 15px;}
.map .txt ul li:last-child p:last-child {margin-bottom: 0;}
.map .txt ul li p:nth-child(1) span {padding: 2px 0; width: 100px; display: inline-block; font-size: 0.9rem; color: #fff; text-align: center;}
.map .txt h4 {padding: 10px 0;}
.bg_line5 {background-color: #893bb6;} /* 5호선 */
.bg_line9 {background-color: #9c8714;} /* 9호선 */
.bg_green {background-color: #48922d;} /* 일반버스 */
.bg_blue {background-color: #395cb4;} /* 간선버스 */
.bg_crimson {background-color: #f64941;} /* 광역버스 */
.bg_skyblue {background-color: #7293bc;} /* 공항버스 */
.f_line5 {color: #893bb6; font-weight: bold;}
.f_line9 {color: #9c8714; font-weight: bold;}
.part {margin-top: 30px;}



/* 사전등록신청 */
.request .txt {padding: 2px 15px; background-color: #f2f2f2; border-radius: 10px;}
.request .txt p {padding: 10px 0; font-size: 0.85rem;}
.request .txt p:nth-child(2) {color: #2e54ce;}
.formbox div:nth-child(1) {display: flex; justify-content: space-between; margin: 30px 0 10px 0;}
.formbox div:nth-child(1) p:nth-child(1) {font-weight: bold; font-size: 0.95rem;}
.formbox div:nth-child(1) p:nth-child(2) {font-size: 0.8rem; color: #666;}
.formbox table tr {border-bottom: 1px solid #ccc;}
.formbox table tr td {display: flex; border: none;}
.formbox table tr td label {width: 30%; color: #666; display: flex; align-items: center; padding-left: 10px;}
.formbox table tr td label span {margin-left: 5px;}
.request .btn_area {margin-top: 40px; display: flex; justify-content: center;}
.request .btn_area a {display: inline-block; padding: 12px 40px; color: #fff; font-size: 0.9rem; background-color: #2a51ac; border-radius: 10px;}
.request .btn_area a.close {color: #333; background-color: #ddd;}