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

/* 2026 제14회 서울이코노믹포럼 ( 모바일 버전 ) - 2026.02.19 */

/* S : Common Set */
body {
  line-height: 1.5;
  font-family: 'Noto Sans KR', sans-serif, 'Nanum Gothic', '맑은고딕', 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;}

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

a.f_white:link {color: #fff; text-decoration: none;}
a.f_white:visited {color: #fff; text-decoration: none;}
a.f_white:hover {color: #fff; text-decoration: none;}
a.f_white:active {color: #fff; text-decoration: none;}
a.f_white:focus {color: #fff; text-decoration: none;}

.f_bold {font-weight: bold;}
.f_red {color: #ff0000;}
.f_pink {color: #dc4353;}

/* 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; 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; z-index: 3;}
.gnb nav {background-color: #347bb6; overflow-x: auto;}
.gnb ul {width: 600px; display: flex; margin: 0 10px;}
.gnb ul li {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: #FFF; border-bottom: 3px solid #347bb6;}
.gnb ul li a:hover {color: #fff; border-bottom: 3px solid #FFF;}
.gnb ul li .on {color: #fff; border-bottom: 3px solid #FFF;}

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

/*** 상단이미지 ***/
.topimg {display: block; background: transparent url(../images/topimg.jpg) no-repeat center top / cover; background-size: 100%; border-bottom: 1px solid #ddd;}
.topimg .inbox {position: relative; margin: 2% 20px 10% 20px; border: 1px solid rgba(0, 0, 0, 0);}
.symbol {position: absolute; right: 0; top: 5px; display: flex; align-items: flex-end;}
.symbol span {display: block;}
.symbol span:nth-child(1) {width: 51px; height: auto; margin-right: 10px;}
.symbol span:nth-child(2) {width: 49px; height: auto;}

.topimg .title {margin: 60px 0 40px 0;}
.topimg .title p:nth-child(1) {margin-bottom: 20px;}
.topimg .title p:nth-child(3) {margin: 4px 0 6px 0;}
.topimg .title p:nth-child(1) img {width: 70%;}
.topimg .title p:nth-child(2) img {width: 52%;}
.topimg .title p:nth-child(3) img {width: 84%;}
.topimg .title p:nth-child(4) img {width: 80%;}

.topimg .date {margin-top: 20px;}
.topimg .date p {display: flex; align-items: center; margin-bottom: 5px;}
.topimg .date p span {display: flex; align-items: center;}
.topimg .date p span:nth-child(1) {flex-basis: 80px; margin-right: 10px;}
.topimg .date p span:nth-child(2) {flex: 1;}
.topimg .date p:nth-child(1) span:nth-child(2) img {width: 60%;}
.topimg .date p:nth-child(2) span:nth-child(2) img {width: 70%;}

/* 사전등록신청 메뉴 있을 때 활성화 */
.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; 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; background-color: #1A3457; color: #CAD3DF;}
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; line-height: 1.2; display: inline-block;}
address span:nth-child(1) {display: block; margin-bottom: 5px;}
address a:link {color: #CAD3DF; text-decoration: none;}
address a:visited {color: #CAD3DF; text-decoration: none;}
address a:hover {color: #CAD3DF; text-decoration: none;}
address a:active {color: #CAD3DF; text-decoration: none;}
address a:focus {color: #CAD3DF; text-decoration: none;}
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;}
h2 {
  margin-bottom: 40px; padding-left: 10px; padding: 10px 20px; font-size: 1.1rem;  color: #1A3457;
  background: transparent url(../images/bullet.jpg) no-repeat left 0 center / 1%; border-bottom: 2px dashed #C4CBD4;
}



/*** Temp ***/
/* 유튜브 PLAY 아이콘 */
.ico_youtube {display: inline-block; width: 25px; height: 23px; vertical-align: middle;}
.ico_youtube img {width: 100%; cursor: pointer;}



/*** 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;}
.redtxt {display: inline-block; font-size: 0.8rem; color: #dc4353;}
.k {color: #c0202b; font-weight: bold; font-size: 1.1rem;}
.y {color: #eea225; font-weight: bold; font-size: 1.1rem;}
.d {color: #285c93; font-weight: bold; font-size: 1.1rem;}
.summary table td .font_s {font-size: 0.75rem; color: #999;}


/* 연사소개 */
.session_box {margin-bottom: 40px;} 

/* ( 공통 ) 발표자료 다운로드 */
.download {display: flex; justify-content: flex-end; align-items: center; margin-top: 10px;}
.download a {display: inline-block; padding: 8px 20px; font-weight: normal; color: #fff; font-size: 0.85rem; border-radius: 10px; background-color: #1A3457;}

/* ( 공통 ) 세션 타이틀 + ( 사회자 + 토론자 ) 타이틀 */
.speaker h3 {display: flex; background-color: #347bb6;}
.speaker h3 P {padding: 12px 0; color: #fff; font-size: 0.9rem; font-weight: bold;}
.speaker h3 P:nth-child(1) {flex-basis: 80px; display: flex; justify-content: center; align-items: center; background-color: #1A3457;}
.speaker h3 P:nth-child(2) {flex: 1; display: flex; flex-direction: column; line-height: 1.2; padding: 10px;}
.speaker h3 P:nth-child(2) span:nth-child(1) {font-size: 1rem;}
.speaker h4 {margin-top: 1px;}
.speaker h4 span {
  display: inline-block; padding: 6px 18px; min-width: 44px; color: #fff; font-size: 0.9rem; text-align: center;
  background-color: #dc4353; border-bottom-right-radius: 20px;
}

/* ( 공통 ) 이름 box */
.speaker .name {display: flex; justify-content: center; flex-direction: column; margin: 10px 0 0 20px;}
.speaker .name p {font-weight: bold;}
.speaker .name p:nth-child(1) {font-size: 1.1rem; color: #000;}
.speaker .name p:nth-child(2) {font-size: 0.9rem; color: #666;}

/* ( 공통 ) 경력 box */
.speaker .career {margin-top: 20px; font-size: 0.9rem;}
.speaker .career h5 {margin-bottom: 10px; padding: 4px 20px; background-color: #CAD3DF; border-radius: 4px;}
.speaker .career ul li {margin: 3px 0; padding-left: 18px; background: transparent url(../images/dot.png) no-repeat left 8px top 9px; line-height: 1.4;}

/* 사회자 */
.speaker .host {background-color: #E4EAF4;}
.speaker .host_in {padding: 20px;}
.speaker .host .pic {display: flex; align-items: center; padding: 0 20px;}
.speaker .host .pic div:nth-child(1) {overflow: hidden; width: 100px; height: 100px; border-radius: 50%; border: 1px solid #ccc;}

/* 토론자 */
.speaker .debater {background-color: #E4EAF4; padding-bottom: 10px;}
.speaker .debater .debater_in {display: flex; justify-content: center; flex-direction: column;}
.speaker .debater .profile {margin: 15px; padding: 20px ; background-color: #fff; border-radius: 20px;}
.speaker .debater .profile .pic {display: flex;}
.speaker .debater .profile .pic div:nth-child(1) {display: flex; justify-content: center;}
.speaker .debater .profile .pic div:nth-child(1) p {width: 90px; height: 111px; border-radius: 15px; display: flex; border: 1px solid #ddd;}
.speaker .debater .profile .pic img {border-radius: 14px;}


/* 프로그램 */
.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: 15px;}
.program .ico_play {margin-left: 2px; width: 26px; height: 28px;}
.program h5 {margin: 20px 0 5px 0; font-size: 0.85rem;}
.program table td .p_align {margin-bottom: 5px;}
.program table td .p_align span {margin-right: 5px;}
.program .subject_tit {display: flex; align-items: flex-start; text-align: left;}
.program .subject_tit span {display: inline-block;}
.program .subject_tit > span:nth-child(1) {
  flex-basis: 50px; margin-right: 10px; padding: 5px 5px; color: #fff; font-size: 0.75rem; text-align: center; background-color: #1A3457; border-radius: 50px;
}
.program .subject_tit span:nth-child(2) {color: #154B9E; font-size: 0.9rem; letter-spacing: -1px; flex: 1;}
.program .subject_tit a {flex-basis: 40px; display: flex; justify-content: flex-end;}



/* 관련기사 */
.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; margin-bottom: 40px;}
.map iframe {display: block;}
.map .txt .gosite {margin-bottom: 40px;}
.map .txt .gosite p:nth-child(1) {margin-bottom: 10px; font-size: 1rem; font-weight: bold;}
.map .txt .gosite p:nth-child(2) a {display: inline-block; padding: 8px 30px; color: #fff; background-color: #9b7d0d; border-radius: 30px; font-size: 0.85rem;}
.map .txt dt {padding: 10px 20px; font-weight: bold; color: #fff; margin-bottom: 5px; background-color: #347bb6; font-size: 0.9rem;}
.map .txt dd {margin: 20px 20px 40px 20px;}
.map .txt dd p {margin: 4px 0; padding-left: 10px; font-size: 0.9rem; background: transparent url(../images/dot.png) no-repeat left 0px top 10px;}
.map .txt dd p.dotnone {padding: 2px 0; background-image: none;}
.map .txt dd span {display: inline-block;}
.map .txt dd span:first-child {width: 120px; padding: 4px 0; text-align: center; margin-right: 15px; color: #fff;}



/* 사전등록신청 */
.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 .formbox-title {display: flex; justify-content: space-between; margin: 30px 0 10px 0;font-weight: bold; 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 {color: #666; flex-basis: 22%; padding: 10px 5px;}
.formbox table tr td > input {flex: 1;}
.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;}
.request .selbox {background-color: #f1f1f1; padding: 10px 15px; flex: 1; display: flex; flex-direction: column;}
.request .selbox p {display: flex; align-items: center; margin: 8px 0;}
.request .selbox p label {margin-left: 8px;}
.request .selbox input[type="checkbox"] {width: 18px; height: 18px;}
.request .selbox input[type="radio"] {width: 18px; height: 18px; margin: 0;}
.request .selbox > span {font-size: 0.8rem; color: #666;}
.request .selbox label > span {font-weight: bold; font-size: 1.1rem; line-height: 1.2;}



/* 개인정보 수집 동의 */
.prpo {margin-top: 30px; }
.prpo .header {font-size: 0.9rem; margin-bottom: 10px; vertical-align: middle; font-weight: 700;}
.prpo .header input[type="checkbox"] {width: 20px; height: 20px; margin-right: 10px;}
.prpo .agree > div:first-child {display: block; width: calc(100% - 40px); height: 200px; padding: 15px 20px; border:solid #AAA 1px; overflow: scroll;}
.prpo .agree > div > p {font-size: 0.9rem; letter-spacing: -1px; margin-bottom: 10px;}
.prpo .agree > div > p:last-child {margin-bottom: 0;}
.prpo .agree > div > p > span { font-weight: 700;}