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

/* 
First Write : 2021-10-22
Last Update : 2021-10-22
Author: Jcode
*/

/* S : Common Set */
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');

body {
    position: relative;
    font-family: 'Nanum Gothic', "맑은고딕", Malgun Gothic, "돋움", Dotum, "굴림", Gulim, Helvetica, Apple Gothic, Arial, sans-serif;
    color: #333333;
    -webkit-text-size-adjust: none; /* 가로세로 전환시 폰트사이즈 고정 */
}
html {-webkit-user-select: none;}
div, nav, ul, dl, article {overflow: hidden;}
ul {list-style: none;}
a, a:hover {text-decoration: none;}



/* Link Set */
a:link {color: #333333; text-decoration: none;}
a:visited {color: #333333; text-decoration: none;}
a:hover {color: #333333; text-decoration: none;}
a:active {color: #333333; text-decoration: none;}
a:focus {color: #333333; 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;}


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

/* Font Color Style */
.f_red {color: #ff0000;}
.f_yell {color: #ffde00;}
.f_blue {color: #006ee9;}
.f_purple {color: #893bb6;}
.f_dyellow {color: #a58811;}
.f_orange {color: #ff5400;}

/* Bg Color Style */
.bg_orange {background-color: #ff5400;}
.bg_dorange {background-color: #441600;}
.bg_gblue {background-color: #12676c;}
.bg_dblue {background-color: #172a9b;}
.bg_green {background-color: #50a332;}
.bg_blue {background-color: #395cb4;}
.bg_red {background-color: #ca3f42;}
.bg_gray {background-color: #666;}


/* E : Common Set */



/* S : Header */
header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #ffffff;
}
header h1 {
    padding: 5px 0 3px 0;
    text-align: center;
}
header h1 a {
    width: 180px;
    display: inline-block;
    text-indent: -3000em; 
    background-size: contain;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
}
header nav {
    overflow-x : auto; 
    overflow-y : hidden;
    padding: 0 15px;
    background-color: #000;
}
header nav ul {
    /*width: 570px;*/
    /*width: calc(100% - 30px);*/
    width: 100%;
    /*background-color: gold;*/
}
header nav li {
    width: 25%;
    float: left;
}
header nav li a {
    text-align: center;
    /*width: calc(100% - 28px);*/
    width: 100%;
    display: inline-block;
    padding: 14px 0;
    border-bottom: 3px solid #000;
}
header nav li a:hover {
    border-bottom: 3px solid #ff0000;
}
header nav li a span {
    color: #fff;
}
/* E : Header */



/* S : Footer */
footer {
    width: 100%;
    border-top: 1px solid #c9c9c9;
}
footer .inwrap {
    margin: 20px 20px 40px 20px;
}
footer p {
    padding-bottom: 12px;
    font-weight: bold;
}
address {
    font-style: normal;
}
address span {
    display: inline-block;
    padding-right: 24px;
    font-size: 0.9rem;
    line-height: 1.4;
    letter-spacing: -1px;
}
address span a {
    color: #333333;
}
small {
    font-size: 0.6rem;
    font-family: Arial, Helvetica, sans-serif;
}
/* E : Footer */



/* S : Layout */
.container {
    /*background-color: pink;*/
}
.contents > h1 {
    margin: 20px 0 10px 10px;
    font-size: 1.7rem;
    background-image: url(../images/titline.gif);
    background-repeat: repeat-x;
    background-position: right center;
}
.contents > h1 span {
    display: inline-block;
    padding-right: 20px;
    background-color: #fff;
}
.conbox {
    margin: 20px 10px 30px 10px;
    /*background-color: pink;*/
}
/* E : Layout */



/* TOP으로 이동 */
.btn_topmove {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    z-index: 1;
    text-indent: -9999px;
    background-image: url(../images/ico_topmove.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    cursor: pointer;
}




/* top 이미지 */
.topimg {
    padding-top: 105px;
    background-image: url(../images/mainbg.jpg?20201112v1);
    background-repeat: no-repeat;
    background-position: center top 10px;
    background-size: 100%;
    background-color: #dfdede;
}
.topimg .txt {
    position: relative;
    margin: 0;
    text-align: center;
}
.topimg .txt p:nth-child(1) img {width: 90%;}
.topimg .txt p:nth-child(2) img {width: 70%;}
.topimg .txt p:nth-child(3) img {width: 50%;}
.topimg .txt p:nth-child(4) img {width: 50%;}
.topimg .txt p:nth-child(5) img {width: 50%;}

/*.topimg .txt p:nth-child(1) {margin-bottom: 15px;}*/
.topimg .txt p:nth-child(1) {margin-top: 30px;}
.topimg .txt p:nth-child(2) {margin-bottom: 15px;}
.topimg .txt p:nth-child(3) {margin-top: 60px; margin-bottom: 15px;}
.topimg .txt p:nth-child(5) {margin-top: 5px; margin-bottom: 30px;}
.topimg .dateinfo {
    width: calc(100% - 40px);
    /*margin: 0 auto 15px;*/
    padding: 10px 20px;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: -0.5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.topimg .dateinfo a {
    color: #fff;
}
.topimg .dateinfo p {
    padding: 4px 0;
    color: #ffffff;
}
.topimg .btn_request a {
    display: block;
    overflow: hidden;
    padding: 14px;
    color: #fff;
    text-align: center;
    background-color: #ff0000;
}
.topimg .btn_request a span {
    display: inline-block;
    padding: 0 15px 0 0;
    vertical-align: top;
    background-size: 6%;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}


/* 콘텐츠 공통 */
table ul li, .request .txt p:nth-child(1) {
    padding: 5px 0 5px 8px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 0 -146px;
}
.speaker .box .career .list ul li {
    padding: 5px 0 5px 8px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 0 -145px;
}



/* 모시는 글 */
.greeting .pic {
    width: 30%;
    float: left;
    margin: 0 25px 20px 0;
}
.greeting .pic span {
    display: block;
    text-align: right;
}
.greeting .pic span:nth-child(1) {
    margin-bottom: 10px;
}
.greeting .pic span:nth-child(2) {
    font-size: 0.9rem;
}
.greeting .pic span:nth-child(3) {
    margin-top: 5px;
    font-size: 1rem;
    font-weight: bold;
}
.greeting p {
    font-size: 0.9rem;
    text-align: justify;
    padding-bottom: 20px;
    line-height: 1.4;
}
.greeting p:last-child {
    margin-top: 20px;
    text-align: right;
}
.greeting p:last-child span {
    margin-left: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}



/* 공통 테이블 */
table {
    font-size: 0.9rem;
    border-spacing: 0;
    width: calc(100% - 1px);
}
table th, table td {
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
    line-height: 1.4;
}
table tr:last-child th, table tr:last-child td {
    border-bottom: 1px solid #ccc;
}
table tr:first-child th:nth-child(2), table tr:first-child th:nth-child(3), table td {
    border-left: none;
}
table td p {
    margin-bottom: 5px;
}




/* 포럼개요 */
.summary .txt {
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 0.9rem;
    background-color: #d9e9f0;
}
.summary .txt p {
    margin-bottom: 20px;
}
.summary .btn_play {
    /*padding: 4px 20px 4px 4px;*/
    padding-right: 18px;
    margin-bottom: 20px;
    /*background-color: gold;*/
    background-image: url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: right 0 top 3px;
}
.map_wrap {
    margin-top: 20px;
}
.map_wrap h4 {
    padding: 20px 0 10px 0;
    font-size: 1.3rem;
}
.map_wrap .map {
    height: 280px;
    border: 1px solid #dedddd;
    background-color: #ffffff;
    background-image: url(/etc/2016_forum1/images/map.jpg);
}
.btnarea {
    text-align: center;
}
.map_wrap .txt h5 {
    padding: 25px 0 15px 0;
    font-size: 1.1rem;
}
.map_wrap .txt dt {
    font-weight: bold;
    color: #0a5ccb;
    margin-bottom: 10px;
}
.map_wrap .txt dd {
    font-size: 0.9rem;
    margin-bottom: 30px;
}
.map_wrap .txt dd p {
    margin-bottom: 6px;
    /*background-color: coral;*/
}
.map_wrap .txt dd span {
    display: inline-block;
}
.map_wrap .txt dd span:first-child {
    min-width: 80px;
    text-align: center;
    padding: 4px;
    margin-right: 10px;
    color: #ffffff;
}


/* 프로그램 */
.program table tr:nth-child(1) th {
    background-color: #f2f2f2;
}
.program table tr:nth-child(4) th {
    border-bottom: 1px solid #dadada;
}
.program table .time {
    color: #2e54ce;
    text-align: center;
}
.program table p {
    margin: 0;
    padding: 0;
    display: block;
    /*margin-bottom: 4px;*/
    vertical-align: middle;
    /*border: 1px solid blue;*/
}

.program table p:last-child {
    margin-bottom: 0;
}
.program table img {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    cursor: pointer;
    /*border: 1px solid coral;*/
}
.program table p.tab {
    margin-left: 40px;
}
.program > p {
    padding: 10px 4px;
}
.program .txt {
    font-size: 0.9rem;
}



/* 연사소개 */
.speaker .box {
    margin-bottom: 40px;
}
.speaker .box .pic p:nth-child(1) {
    width: 20%;
    margin-right: 10px;
    display: inline-block;
    float: right;
}
.speaker .box .pic p:nth-child(2) {
    font-weight: bold;
    font-size: 1.4rem;
    margin: 20px 10px 5px 0;
}
.speaker .box .pic p:nth-child(2) {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    cursor: pointer;
}
.speaker .box .pic p:nth-child(2) img {
    vertical-align: middle;
}
.speaker .box .pic p:nth-child(3) {
    color: #666;
    margin-right: 10px;
}
.speaker .career > h1 {
    font-size: 1rem;
    /*font-weight: normal;*/
    color: #666;
    padding: 10px 0;
}
.speaker .career .list {
    padding: 15px;
    font-size: 0.9rem;
    background-color: #eee;
}
.speaker .box .career .list ul li span:nth-child(1) {
    display: inline-block;
    width: 100px;
    /*background-color: gold;*/
}



/* S : 포럼뉴스 */
.newslist ul li a {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #e6e8ed;
}
.newslist ul li:first-child a {
    border-top: 1px solid #e6e8ed;
}
.newslist ul li a span {
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    padding: 2px 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*border: 1px solid pink;*/
}
.newslist ul li a span:nth-child(2) {
    font-size: 0.8rem;
    color: #666666;
}
.paging {
    padding: 20px 0;
}
.paging .paging_inner {
    display: table;
    margin: 0 auto;
}
.paging a, .paging span {
    min-width: 26px;
    min-height: 26px;
    float: left;
    margin: 0 3px;
    padding: 5px;
    font-size: 0.9rem;
    line-height: 1.8;
    text-align: center;
}
.paging .page_prev {
    width: 26px;
    height: 26px;
    border: 1px solid #d7dae2;
    text-indent: -3000em;
    background-size: 20%;
    background-color: #ffffff;
    background-image: url(../images/ico_prev.png);
    background-repeat: no-repeat;
    background-position: center;
}
.paging .page_next {
    width: 26px;
    height: 26px;
    border: 1px solid #d7dae2;
    text-indent: -3000em;
    background-size: 20%;
    background-color: #ffffff;
    background-image: url(../images/ico_next.png);
    background-repeat: no-repeat;
    background-position: center;
}
.paging .page_on {
    margin: 0 5px;
    border: 1px solid #ed5536;
    color: #ffffff;
    background-color: #ed5536;
}
.paging .page_off {
    margin: 0 5px;
    color: #333333;
    border: 1px solid #d7dae2;
    background-color: #ffffff;
}
.paging .page_off:hover {
    border: 1px solid #ed5536;
    color: #ffffff;
    background-color: #ed5536;
}
/* E : 포럼뉴스 */

/* 사전등록신청 */
.request .txt {
    margin-bottom: 10px;
    padding-top: 20px;
}
.request .txt p {
    padding: 10px 0;
}
.request .txt span {
    display: inline-block;
}
.request .txt p:nth-child(1) span:nth-child(2) {
    padding-left: 10px;
    color: #fe2150;
}
.request .txt p:nth-child(1) {
    padding-top: 10px;
    line-height: 1.2;
    color: #1241ac;
    background-position: 0 -142px;
}
.formbox {
    margin-bottom: 10px;
}
.formbox table {
    width: 100%;
    padding: 0;
    border-spacing: 0;
}
.formbox table tr:last-child td {
    border-bottom: 1px solid #dadada;
}
.formbox table tr td {
    border: 1px solid #dadada;
    border-bottom: none;
    font-size: 1rem;
    background-color: #ffffff;
}
.formbox table tr td label {
    width: 22%;
    color: #aaaaaa;
    display: inline-block;
    padding: 0 4px 0 8px;
    vertical-align: middle;
}
.formbox table tr td span {
    display: inline-block;
    vertical-align: middle;
}
.formbox table tr td input {
    width: 66%;
    padding: 10px 5px 7px 5px;
    border: none;
    font-size: 0.95rem;
}
.request .btnarea a {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    padding: 12px 20px;
    background-color: #2a51ac;
}



/* 기획기사 */
/* 가로섬네일(공통) */
.thumb_h {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.thumb_h a {
    display: block;
}
.thumb_h .thumb {
    position: relative;
    width: 138px;
    min-width: 138px;
    height: 94px;
    display: table-cell;
    vertical-align: top;
    background-color: #eee;
}
.thumb_h .thumb img {
    width: 100%;
    height: 100%;
    display: block;
}
.thumb_h .txt {
    width: 100%;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
}
.thumb_h .subject {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.thumb_h .date {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #999;
}