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

/*
First Write : 2025-05-08
Last Update : 2025-05-08
Author: Jcode
*/

/* 모바일 : 제13회 캐피탈마켓대상 */
/* 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: #ff0000;}


/* Link Set */
a:link {color: #333; text-decoration: none;}
a:visited {color: #333; ration: 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;}
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; z-index: 1;}
.movetop button {
  width: 44px; height: 44px;
  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;
}
.movetop span {display: inline-block; text-indent: -9999px;}
/* 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 {position: sticky; top: 0px;}
.gnb nav {background-color: #000;}
.gnb ul {display: flex; justify-content: space-between; margin: 0 15px;}
.gnb ul li a {display: inline-block; padding: 12px 10px 10px 10px; color: #999; border-bottom: 3px solid #000;}
.gnb ul li a:hover {color: #fff; border-bottom: 3px solid #ff0000;}
.gnb ul li .on {color: #fff; border-bottom: 3px solid #ff0000;}


/*** 상단이미지 ***/
.topimg {
  background: #1987b5 url(../images/topimg.jpg) no-repeat center bottom 0 / cover;
}
.topimg .inbox {
  width: calc(100% - 20px); padding: 2% 10px 8% 10px;
  display: flex; justify-content: center; align-items: center; flex-direction: column;
}
.topimg .inbox p {text-align: center;}
.topimg .inbox p:nth-child(1) img {width: 55%;}
.topimg .inbox p:nth-child(2) {margin: 20px 0 0 0;}
.topimg .inbox p:nth-child(2) img {width: 90%;}
.topimg .inbox p:nth-child(3) img {width: 90%;}


/*** 유튜브 영상 ***/
.videobox {
  position: relative; top: 0; margin-top: 2px; 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 .inwrap {margin: 0 20px 20px 20px;}
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 100px 20px;}
section {margin-bottom: 60px;}
section:last-child {border-bottom: none;}
section h2 {font-size: 1.2rem; margin-bottom: 20px;}



/*** 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;}


/* 응모분야 */
.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;}


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


/* 관련기사 */
.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;}