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

/*
First Write : 2023-01-04
Last Update : 2023-01-30
Author: Jcode
*/

/* 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_bold {font-weight: bold;}
.f_red {color: #e61e2b;} /* 국민의힘 */
.f_blue {color: #004ea1;} /* 더불어민주당 */

/* 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: #000; 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%;
    /* margin-bottom: 20px; */
    background-color: #61bcc2;
    background-image: url(../images/topimg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.topimg .txt {padding: 17% 0 0 0; text-align: center;}
.topimg .txt p:nth-child(1) img {width: 20%;}
.topimg .txt p:nth-child(2) img {width: 50%;}
.topimg .txt p:nth-child(3) img {width: 90%;}
.topimg .txt p:nth-child(4) img {width: 45%;}
.topimg .txt p:nth-child(5) img {width: 78%;}

.topimg .txt p:nth-child(2) {margin: 1% 0 4% 0;}
.topimg .txt p:nth-child(3) {margin: 0 0 16% 0;}

/* .topimg .txt p img {display: block;}
.topimg .txt p:nth-child(1) img {width: 72%;}
.topimg .txt p:nth-child(2) {margin: 10px 0 2% 0;}
.topimg .txt p:nth-child(2) img {width: 90%;} */


.topimg .dateinfo {margin: 32% 20px 20px 20px;}
.topimg .dateinfo ul {padding: 14px 15px; color: #fff; border-radius: 15px; background-color: rgba(0, 0, 0, .5);}
.topimg .dateinfo ul li {margin-bottom: 2px; font-size: 0.85rem;}
.topimg .dateinfo ul li:last-child {margin-bottom: 0;}
.topimg .dateinfo ul li span:nth-child(1) {display: inline-block; margin-right: 10px; padding: 4px 10px; background-color: rgba(255, 255, 255, .1);}
.topimg .dateinfo ul li span:nth-child(2) {color: #5f86c1;}


/* 사전등록신청 메뉴 있을 때 활성화 */
.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 ***/
.container {margin-top: 20px;}
.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: 5px 0 0 0;
    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;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    /* border: 1px solid coral; */
}
.ico_play img {
    width: 100%;
    cursor: pointer;
}


/* 삼각형 화살표(사전등록신청) */
.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: 20px; background-color: #d9e9f0;}
.summary .txt p {margin-bottom: 15px; font-size: 0.9rem;}
.summary .txt p:last-child {margin-bottom: 0;}


/* 연사소개 */
.speaker .box {margin-bottom: 40px;}
.speaker .box .pic {display: flex; align-items: flex-start;}
.speaker .box .pic p:nth-child(1) {width: 20%; margin-right: 20px;}
.speaker .box .pic p:nth-child(2) span {display: block; font-weight: bold;}
.speaker .box .pic p:nth-child(2) span:nth-child(1) {font-size: 1.3rem;}
.speaker .box .pic p:nth-child(2) span:nth-child(2) {font-size: 0.95rem; color: #666; margin: 5px 0;}
.speaker .career > h1 {font-size: 1rem; justify-content: flex-start; color: #666; padding: 10px 0;}
.speaker .career .list {padding: 15px; font-size: 0.9rem; background-color: #eee;}
.speaker .career .list ul li {padding: 2px 8px; background: transparent url(../images/icon.png) no-repeat left 0 top -66px;}


/* 프로그램 */
.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;}

/* 시상분야 */
.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: 30px 0 20px 0; font-size: 1rem;}
.map .txt dt {font-weight: bold; color: #2e54ce; margin-bottom: 10px; font-size: 0.95rem;}
.map .txt dd {margin-bottom: 30px; font-size: 0.9rem;}
.map .txt dd p {margin-bottom: 8px;}
.map .txt dd span {display: inline-block;}
.map .txt dd strong {padding: 2px 10px; margin-right: 10px; display: inline-block; color: #fff;}
.map .txt dd ul li {margin-bottom: 10px; padding: 2px 8px; background: transparent url(../images/icon.png) no-repeat 0 -67px / auto;}
.map .txt .tab1 {margin-left: 67px;}
.map .txt .tab2 {margin-left: 102px;}
.map .txt .tab3 {margin-left: 88px;}
.map .txt h4 {padding: 10px 0;}

.bg_line6 {background-color: #b5500b;} /* 6호선 */
.bg_line10 {background-color: #6fb7e3;} /* 공항철도 */
.bg_line11 {background-color: #3d9e9e;} /* 경의중앙선 */

.bg_green {background-color: #48922d;} /* 일반버스 */
.bg_blue {background-color: #395cb4;} /* 간선버스 */
.bg_crimson {background-color: #f64941;} /* 광역버스 */
.bg_skyblue {background-color: #7293bc;} /* 공항버스 */


/* 사전등록신청 */
.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;}