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

/*
First Write : 2024-08-20
Last Update : 2024-08-29
Author: Jcode
*/

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

/* Font Color Style */
.f_bold {
  font-weight: bold;
}
.f_purple {
  color: #893bb6;
}
.f_red {color: #ff0000;}


/* 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: 12px;
  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 12px 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 nav {background-color: #000;}
.gnb ul {display: flex; margin: 0 10px;} */

/* 주메뉴(가로스크롤) */
.gnb{
  z-index: 5;
}
.gnb nav {
  background-color: #000;
  overflow-x: auto;
}
.gnb ul {
  width: 660px;
  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;
}

.gnb ul li .on {
  color: #fff;
  border-bottom: 3px solid #ff0000;
}

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

/*** 상단이미지 ***/
.topimg {
  display: flex; justify-content: center; align-items: center; flex-direction: column;
  padding: 50px 20px 30px 20px;
  background-image: url(../images/topimg.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center top 0, 0 0;
  background-size: cover, auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

/* txt 타이틀 */
.topimg > div:nth-child(1) {margin-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.topimg > div:nth-child(1) p:nth-child(1) {margin: 0 40px 20px; }
.topimg > div:nth-child(1) p:nth-child(2) {margin: 20px 10px 10px 10px;}


/* txt 주최 + 후원 */
.topimg > div:nth-child(2) {display: flex; flex-direction: column;}
.topimg > div:nth-child(2) div {display: flex; align-items: flex-start; margin-top: 4px; padding: 0; font-size: 0.85rem; font-weight: bold;}
.topimg > div:nth-child(2) div span {margin-right: 10px; padding: 2px 10px; width: 26px; text-align: center; background-color: rgba(255, 255, 255, 0.2); color: #fff; border-radius: 4px;}
.topimg > div:nth-child(2) ul {display: flex; flex: 1; flex-wrap: wrap;}
.topimg > div:nth-child(2) ul li {display: flex; align-items: center; margin-right: 14px; margin-bottom: 4px;}
.topimg > div:nth-child(2) ul li img {width: 100%;}
.topimg > div:nth-child(2) div:nth-child(1) ul li:nth-child(1) {width: 80px;}
.topimg > div:nth-child(2) div:nth-child(1) ul li:nth-child(2) {width: 154px;}

.topimg > div:nth-child(2) div:nth-child(2) ul li:nth-child(1) {width: 106px;}




/* 사전등록신청 메뉴 있을 때 활성화 */
.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; */
  background-color: #2a51ac;
}

/*** 유튜브 영상 ***/
.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.8rem;
  color: #999;
  font-weight: normal;
}

/*** Layout ***/
.container {
  margin-top: 20px;
}
.inwrap {
  margin: 0 20px 100px 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;
  margin-top: 2px;
  width: 25px;
  height: 23px;
  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;}
.summary table td div {display: flex; align-items: center; flex-wrap: wrap;}
.summary table td div p {display: flex; align-items: center; margin-right: 5px;}
.redtxt {display: inline-block; font-size: 0.8rem; color: #ff0000;}
.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;}



/* CES인사이트 포인트 */
.insight ul li {position: relative; margin-bottom: 15px;}
.insight ul li:last-child{margin:0;}
.insight .title {font-size: 1.1rem; font-weight: 700;}
.insight .title span:nth-child(1){ font-size: 1.3rem; color: #4b44c8;}
.insight .title span:nth-child(2){ padding:2px 10px 3px 10px; border-radius: 20px; font-size: 0.8rem; color: #fff; background-color: #4b44c8;}
.insight .txt{ margin-top: 10px; padding: 15px; background: #f2f2f2;}
.insight .txt p{ padding: 4px 0 4px 12px; font-size: 0.9rem; background: transparent url(../images/icon.png) no-repeat left 0 top -132px;}



/* 주요일정 */
.program .inbox > p {
  margin: 8px 0 0 5px;
  font-size: 0.8rem;
}
.program table .time {
  color: #2e54ce;
  text-align: center;
}
.program table .bg_color {background-color: #999; color: #fff; font-weight: bold; font-size: 1rem;}
.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;
}
.youtubebox_wrap {
  overflow-y: scroll;
  height: 220px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
}
.youtubebox {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.youtubebox a {
  display: flex;
  align-items: center;
}
.youtubebox strong {
  margin-right: 5px;
  min-width: 40px;
}

/* 주요일정 */
.program table{margin-bottom: 20px;}
.program table, .program th{border: none; border-bottom: 1px solid #ccc; background-color:transparent; }
.program thead th { border-bottom: 2px solid #0187d0; color: #0187d0 ;}
.program table tr:nth-of-type(odd) .schedule {background-color: #f2f7fd}
.program table .remark {text-align: center; border-right: none}
.program table .bg_color {background-color: #999; color: #fff; font-weight: bold; font-size: 1.3rem;}
.program .inbox > p {margin: 5px; font-size: 0.8rem; color: #666;}



/* CES2024 참관단 행사 이모저모 */
.reference .pic {display: flex; flex-direction: column; gap: 10px;}
.reference .pic img{width: 100%; }



/* 참가문의 */
.inquiry .txt {margin-bottom: 40px; padding: 40px; font-size: 1.1rem; background-color: #f5f5f5}
.inquiry .txt p {margin-bottom: 20px;}
.inquiry .txt p:last-child {margin-bottom: 0;}
.inquiry table,.inquiry th,.inquiry td  {padding: 14px 8px 14px 0; border: none;}
.inquiry tr {border-bottom: 1px solid #84bcdb;  }
.inquiry th {vertical-align: baseline; background-color: transparent; color: #0187d0;}
.inquiry th div {padding: 10px 0; min-width: 70px; border: 1px solid #84bcdb;}
.inquiry .list li {padding: 4px 14px; background: transparent url(../images/icon.png) no-repeat left 0 top -65px;}
.inquiry .inbox > p {margin: 10px; font-size: 0.8rem; color: #666;}
.inquiry td .download a {display: inline-block; margin-top: 10px; padding: 4px 12px; border-radius: 10px; line-height: 1.8; font-weight: 500; color: #fff; background-color: #4b44c8;}
.inquiry td .download a:hover{box-shadow: 1px 1px 8px #666;}
.inquiry td .download a span {display: inline-flex; padding: 4px 8px; border-radius: 20px; font-size: 0.8rem; background-color: #282094;}



/* 참관단특전 */
.privilege ol{padding: 20px 15px; border: 1px solid #84bcdb;}
.privilege ol li{margin-bottom: 20px; font-size: 0.9rem; list-style-type: none;}
.privilege ol li:last-child{margin:0}
.privilege ol li::before {content: "✓"; margin-right: 8px; color: #0187d0; font-size: 1.4em; display: inline-block; animation: before-bounce 1s infinite alternate;}
@keyframes before-bounce {
    0% {
        transform: translatey(5);
    }
    100% {
        transform: translatey(-5px);
    }
}
.privilege ol li p,.privilege ol li small{margin: 5px 0 5px 20px;}



/* 관련기사 */
/* .news .inbox {margin: 0 20px;} */
.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;
}



/* FAQ */
.faq .inbox ul li { position: relative; border-bottom: 1px solid #ebebeb;}
.faq .inbox ul li .qustionContent {display: block; position: relative; height: auto;  padding: 20px 0px 20px 44px; box-sizing: border-box;}
.faq .inbox ul li .qustionContent span {font-size: 0.9rem; line-height: 21px; font-weight: normal;}
.faq .inbox ul li .qustionContent.open > span {font-weight: bold;}
.faq .inbox ul li .qustionContent:after {position: absolute; top: 22px;  left: 12px;  width: 20px;  height: 20px;  font-size: 10px; line-height: 18px;  color: #fff;  text-align: center;  border-radius: 50%;  font-weight: bold;  content: "Q"; background-color: #000;}
.faq .inbox ul li .answerContent {display: none; padding: 24px 12px; font-size: 0.9rem; background-color: #f7f7f7;}
.faq .inbox ul li .answerContent > div {position: relative; padding-left: 32px; color: #444;  line-height: 20px;}
.faq .inbox ul li .answerContent > div:after {position: absolute; top: 0; left: 0;  width: 20px;  height: 20px;  font-size: 10px;  line-height: 18px;  color: #fff;  text-align: center;  border-radius: 50%;  font-weight: bold; content: "A"; background-color: #0187d0;}
.faq .inbox ul li  .answerContent.open{display: block;}
.tab-content{ display: flex;}
.tab-content .tab { position: relative; width: 100%; background: #eee;}
.tab-content .tab a { display: block; padding: 12px 0; text-align: center; font-size: 0.9rem; font-weight: 600;}
.tab-content .tab .on { position: relative; color: #0187d0; background: #fff; overflow: hidden; z-index: 1;}
.tab-content .tab .on:after {position: absolute; top: 0; right: 0; left: 0; height: 4px; background: #0187d0; content: "";}



/* 개인정보 수집 동의 */
.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; }

