@charset "utf-8";
/* ==================================================================================
    [pages.css]
        - stylesheets of sub pages in pages folder
================================================================================== */
/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* conference-name */
.conference-name {
    height: 150px;
}
.conference-name .title {
    margin: 0 0 10px;
    padding: 45px 0 0;
    line-height: 1.1;
    font-size: 28px;
    font-weight: 700;
    /*color: rgba(0,0,0,0.7);*/
    /*text-shadow: 0 0 7px rgba(255,255,255,0.45)*/
    /*color: #fff;*/
    color: rgba(255,255,255,0.85);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
}
.conference-name .title br {
    display: none;
}
.conference-name .sub-title {

}

.conference-name .info {
    line-height: 1.1;
    font-size: 16px;
    font-weight: 500;
    /*color: rgba(0,0,0,0.7);*/
    /*text-shadow: 0 0 3px rgba(255,255,255,0.45);*/
    color: rgba(255,255,255,0.85);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
}

/* breadcrumb */
.breadcrumb {
    height: 30px;
    margin: 0;
    padding: 0 50px;
    line-height: 30px;
    background-color: #f0f0f0;
    border-radius: 2px 2px 0 0;
}
.breadcrumb ul {
    text-align: right;
    color: #999;
}
.breadcrumb ul li {
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
}
.breadcrumb ul li:last-child {
    color: #2690ea;
}
.breadcrumb ul li a:link {
    color: #767676;
}

/* article */
.article {
    min-height: 920px;
    padding: 0 50px 50px;
    background-color: #fff;
    box-shadow: 1px 0 7px rgba(0,0,0,0.45);
}
.article > h1.sub-title {
    margin: 0 0 40px;
    padding: 20px 0 15px;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}
.article > h1 small {
    display: block;
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 300;
}

/* section */
.article .section {
    margin: 0 0 60px;
}
.article .section img {
    max-width: 100%;
}

/*intro-box*/
.intro-box {
    border: 1px solid #2690ea;
    background: #f9fdff;
    padding: 20px;
    margin-bottom: 60px;
    line-height: 1.5;
    text-align: justify;
    word-break: keep-all;
}
.intro-box h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
}
.intro-box p {
    font-size: 15px;
}
.intro-box .intro-list {
    list-style: disc;
    margin-left: 15px;
}

/* h2 */
.article .section h2.section-title {
    margin: 0 0 10px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700;
    color: #2690ea;
}
/*h3*/
.article .section h2.section-title small {
    /*display: block;*/
    /*margin: 5px 0 20px;*/
    padding-left: 5px;
    font-size: 15px;
    color: #999;
}
/*h3*/
.article .section h3.semi-title {
    margin: 0 0 10px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 700;
}
.article .section h3.semi-title i {
    margin: 0 8px 0 0;
}
.article .section h3.semi-title.highlight {
    color: #2690ea;
}

/* p */
.article .section p.section-paragraph {
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 300;
}
.article .section p.section-info {
    margin: 0 0 5px;
}
.article .section p.list-info {
    margin: 10px 0;
}
.article .section .description {
    margin-bottom: 5px;
}

/* dl */
.article .section dl.section-dl {

}
.article .section dl.section-dl dt {
    margin: 0 0 5px;
}
.article .section dl.section-dl dd {
    margin: 0 0 20px;
}
.article .section dl.section-dl dd:last-child {
    margin: 0;
}
.article .section dl.section-dl dd > ul {
    margin: 0 0 0 20px;
    list-style: disc;
}
.article .section dl.section-dl dd > ul li {
    margin: 2px 0;
}

/* ul */
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    list-style: disc;
}
.article .section ul.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}
.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.article .section ul.section-list > li.list-info {
    list-style: circle;
    margin-left: 20px;
    font-size: 14px;
    color: #33f;
}
.article .section ul.section-list > li.decimal{
    list-style: decimal;
}
.article .section ul.section-list > li table {
    margin: 5px 0;
}
.article .section ul.section-list ul.section-list-second {
    margin: 5px 0 10px;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 0;
    text-align: justify;
    font-size: 13px;
    color: #767676;
}

/* ol */
.article .section ol.section-list {
    margin: 0 0 20px 25px;
    list-style: decimal;
}
.article .section ol.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}


/* a */
.article .section a.link {
    color: #2c91e5;
}
.article .section a.link:hover {
    color: #1876c2;
}

/* alert-style */
.alert-style {
    color: #333;
}
.article .section ul.section-list li.none-disc {
    margin-left: -20px;
}

/*table-layout*/

.table-layout {
    border-top: 1px solid #dfdfdf;
}
.table-layout dl {
    overflow: hidden;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f7f7f7;
}
.table-layout dl.thead {
    font-weight: 700;
    text-align: center;
    border-bottom: 1px double #dfdfdf !important;
}
.table-layout dl.thead dt,
.table-layout dl.thead dd {
    background-color: #eeeeee;
    display: block;
}
.table-layout dt,
.table-layout dd {
    float: left;
    min-height: 42px;
    box-sizing: border-box;
    padding: 10px;
}
.table-layout dl dt {
    text-align: center;
}
.table-layout dl dd {
    background-color: #fff;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.table-layout dl dd h3.semi-title:first-child {
    padding-top: 0;
}
.table-layout dl dd h3.semi-title {
    padding-top: 10px;
}
.table-layout.col-organization dl dt {
    width: 15%;
}
.table-layout.col-organization dl dd {
    width: 85%;
}

.table-layout .section-list {
    font-size: 14px;
    margin: 0 0 0 20px !important;
}
.table-layout .section-list li:last-child {
    margin: 0 !important;
}
/*
table style li
*/
.multi-column {
    /*list-style: none;*/

    -moz-column-gap: 0;
    -moz-column-fill: balance;

    -webkit-column-gap: 0;
    -webkit-column-fill: balance;

    column-gap: 0;
    column-fill: balance;
    list-style-position: inside;

}
.multi-column.column-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.multi-column.column-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.sponsor-list {
    border-bottom: 1px solid #dfdfdf;
}
.sponsor-list li{
    margin-left: -1px;
    padding: 8px 10px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;

    line-height: 1.5;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
}

.sponsor-list > li:nth-child(2n-1) {
    background: #f9f9f9;
}

.org-list {
    font-size: 13px;
    margin: 0 0 5px;
}
.org-list.col-list li {
    float: left;
}
.org-list.col-list.col2 li {
    width: 50%;
    padding: 0 20px 0 0;
}
.org-list.col-list.col3 li {
    width: 33.33333%;
}

/* table */
.article .section > .table-responsive {

}
.article .section .table-responsive .table {

}
.article .section .table thead th {
    padding: 5px 10px;
    text-align: center;
    background-color: #eee;
}
.article .section .table tfoot th {
    padding: 5px 10px;
    text-align: center;
    background-color: #eee;
}
.article .section .table tfoot td {
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    background-color: #f7f7f7;
}
.article .section .table tbody th {
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    background-color: #f7f7f7;
}
.article .section .table tbody td {
    padding: 5px 10px;
    font-size: 15px;
}
.article .section .table tbody td.td-empty {
    background: #eee;
}
.article .section .table tbody td .td-title {
    font-weight: 700;
}
.article .section .table tbody td ul.td-list {
    margin: 0 0 0 25px;
    list-style: disc;
}
.article .section .table tbody td ul.td-list li {
    margin: 2px 0;
    text-align: justify;
}
.article .section .table tbody td ul.td-list li.none-disc {
    list-style: none;
}
.article .section  .table tbody td ul.td-list li > ul > li {
    font-size: 15px;
    color: #767676;
}

/* tb-header */
.tb-header th {
    text-align: center;
    background-color: #eee;
}
.tb-header tbody th {
    text-align: center;
    background-color: #f7f7f7;
}

/* table-schedule */
.article .section > .table-responsive {
    margin: 0 0 10px;
}
.article .section .table-responsive .table.table-schedule {
    margin: 0;
}
.article .section .table-responsive .table.table-schedule thead th.date {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    background-color: #f0f0f0;
}
.article .section .table-responsive .table.table-schedule thead th {
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background-color: #f7f7f7;
}
.article .section .table-responsive .table.table-schedule tbody td {
    position: relative;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
}
.article .section .table-responsive .table.table-schedule tbody td .btn-detail {
    position: absolute;
    right: 5px;
}
.article .section .table-responsive .table.table-schedule tbody td.td-empty {
    background: #eee;
}
.article .section .table-responsive .table.table-schedule tbody td .td-title {
    font-weight: 700;
}
.article .section .table-responsive .table.table-schedule tbody td ul.td-list {
    margin: 0 0 0 25px;
    list-style: disc;
}
.article .section .table-responsive .table.table-schedule tbody td ul.td-list li {
    margin: 2px 0;
    text-align: justify;
}
.article .section > .table-responsive .table.table-schedule tbody td ul.td-list li > ul > li {
    font-size: 13px;
    color: #767676;
}

.tb-eventhall td .btn {
    margin: 3px;
    padding: 5px 10px;
    font-size: 13px;
}

/*button*/
.article .section .btn-area {
    margin: 30px 0;
    /*padding-top: 40px;*/
}
.article .section .btn-area.btn-area-collapse {
    margin: 10px 0 0;
}
.article .section .btn-area .btn i {
    margin: 0 7px 0 0;
}


/* list */
.box-list > li {
    margin: 0 0 5px 20px;
    list-style: disc !important;
}
.box-list > li:last-child {
    margin: 0 0 0 20px;
}

/* btn-download */
.article .section .btn-download.clearfix {
    position: relative;
    display: inline-block !important;
    max-width: 340px;
    margin: 0 10px;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 55px;
    margin: 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}
.article .section .btn-download .download-icon i {
    margin-top: 10px;
    font-size: 30px;
    color: #999;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon i.pdf {
    color: #ff3f39;
}
.article .section .btn-download .download-icon i.hwp {
    color: #009ad7;
}
.article .section .btn-download .download-icon i.excel {
    color: #1e9f75;
}
.article .section .btn-download .download-icon i.word {
    color: #2b579a;
}

.article .section .btn-download .file-con-area {
    float: left;
    display: inline-block;
    width: 250px;
    height: 55px;
    margin: 0;
    padding: 10px 10px 10px 0;
    text-align: left;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}
.article .section .btn-download .file-con-area .title {
    display: block;
    width: 170px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.article .section .btn-download.jpe .file-con-area .title {
    display: block;
    width: 160px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.article .section .btn-download .file-con-area .file-info-area {
    margin: 0 0 5px;
    line-height: 1.1;
}
.article .section .btn-download .file-con-area .file-info-area .file-size {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-size::after {
    content: '-';
    margin: 0 5px;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc i {
    color: #999;
}

.article .section .btn-download .file-con-area .btn-inner {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 28px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f4f4f4;
}
.article .section .btn-download:hover .file-con-area .btn-inner {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

/* nav-tab */
.nav-conference-tab {

}
.nav-conference-tab.nav-tabs > li > a,
.nav-conference-tab.nav-tabs > li > a{
    font-size: 15px;
    color: #767676;
    background-color: #f7f7f7;
}
.nav-conference-tab.nav-tabs > li.active > a,
.nav-conference-tab.nav-tabs > li.active > a:hover,
.nav-conference-tab.nav-tabs > li.active > a:focus {
    color: #333;
    background-color: #fff;
    border-top: 3px solid #2690ea;
}
.nav-conference-tab {

}

.tab-conference {
    padding: 30px 0 0;
}

/* more-info */
.more-info {
    margin: 0;
}
.more-info li {

}
.more-info li i {
    margin: 0 5px 0 0;
}
.more-info li > ul {
    margin: 0 0 0 20px;
}

/* etc-info */
.etc-info {
    margin: 0;
}
.etc-info dl {
    margin: 0 0 0 15px;
}
.etc-info dl dt {
    margin: 0 0 5px;
}
.etc-info dl dd {
    margin: 0 0 10px;
}

/*under-construction*/
.under-construction {
    text-align: center;
    color: #c4c4c4;
    padding: 40px 0 90px;
    /*border: 1px solid #dfdfdf;*/
    /*border-radius: 2px;*/
    background-color: #fafafa;
}
.under-construction span {
    /*padding-left: 10px;*/
    /*vertical-align: middle;*/
    display: block;
    margin-top: 15px;
    font-size: 35px;
    font-weight: 700;
}
.under-construction i {
    /*padding-bottom: 20px;*/
    font-size: 200px;
    /*vertical-align: middle;*/
}

/* ----------------------------------------------------------------------------------
    style : detail
---------------------------------------------------------------------------------- */
/* greetings */
.greetings {

}

.greetings p.txt {
    padding-left: 220px;
    text-align: justify;
    line-height: 1.68;
}
.chairman-pic {
    float: left;
    width: 150px;
    margin: 0 60px 20px 0;
}
.chairman-pic img {
    display: block;
    width: 150px;
    margin: 0 0 10px;
}

.chairman-pic b {
    display: block;
    width: 150px;
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.chairman-pic small {
    display: block;
    width: 150px;
    line-height: 1.4;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.greetings .from {
    font-size: 15px;
    font-weight: 700;
}
.greetings .position {
    margin: 0 0 10px;
}
.greetings .name {
    font-size: 18px;
    font-weight: 700;
}
.greetings .chairman {
    margin-top: 10px;
    text-align: right;
}
.greetings .chairman p {
    margin: 0 0 5px;
}
.greetings .chairman p b {
    font-weight: 700;
}
.greetings .chairman p.chairman-name b {
    font-size: 18px;
    font-weight: 700;
}

/* organizations */
.organizations {

}

/* ready */
.ready-area {
    width: 100%;
    padding: 80px 50px 50px;
    border: 1px solid #eee;
    border-radius: 2px;
    background-color: #f0f0f0;
}
.ready-area h1 {
    margin: 0 0 80px;
    text-align: center;
    font-size: 36px;
    color: #bbb;
}
.ready-area .btn-area {

}
.ready-area .btn-area a {
    margin: 0 10px;
}
.ready-area .btn-area a i {
    margin-right: 7px;

}


/* published_thesis */
.published-thesis .more-info {
    margin: 0 0 30px;
    padding: 20px;
}

/* published-thesis .tab-area */
.published-thesis .tab-area {

}
.published-thesis .tab-area ul {
    margin: 0 0 30px;
    list-style: none;
}
.published-thesis .tab-area ul li {
    float: left;
    width: 33.3333333%;
}
.published-thesis .tab-area ul li a {
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #ccc;
    outline: none;
}
.published-thesis .tab-area ul li.tab02 a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.published-thesis .tab-area ul li a:hover {
    background-color: #72b8f1;
}
.published-thesis .tab-area ul li.active a {
    background-color: #2690ea;
}

/* .published-thesis .anchor-area */
.published-thesis .anchor-area {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
    table-layout: fixed;
    border: 5px solid #dfdfdf;
}
.published-thesis .anchor-area h3.anchor-title {
    display: block;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    border: 1px solid #dfdfdf;
    border-bottom: 3px double #dfdfdf;
    background-color: #eee;
}
.published-thesis .anchor-area ul {
    margin: 0;
    list-style: none;
}
.published-thesis .anchor-area ul li {
    float: left;
    width: 33.33333%;
    margin: 0;
}
.published-thesis .anchor-area ul li a {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
}
.published-thesis .anchor-area ul.special li a {
    height: 115px;
}
.published-thesis .anchor-area ul li:nth-child(2n+1) a {
    background-color: #fafafa;
}
.published-thesis .anchor-area ul li p {
    margin: 0;
    line-height: 1.5;
}
.published-thesis .anchor-area ul li p.txt1 {
    font-weight: bold;
    color: #333;
}
.published-thesis .anchor-area ul li p.txt2 {
    font-size: 12px;
    color: #999;
}
.published-thesis .anchor-area ul li p.txt3 {

}

.published-thesis .section h3.session-stitle {
    display: block;
    margin: 50px 0 30px;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #1379cc;
}

/* 학술발표 일정 */
.tb-announce {
    margin: 0;
}
.tb-announce .title {
    margin: 5px 0;
    font-size: 15px;
    font-weight: bold;
}
.tb-announce td {
    font-size: 14px;
}
.tb-announce ul.list {
    margin-left: 20px;
    padding: 0 20px 0 10px;
    text-align: left;
    border-left: 3px solid #d9e8ff;
}
.tb-announce ul.list.place {
    margin: 5px 0 0 20px;
    padding: 0 20px 0 10px;
    text-align: left;
    border-left: 0;
}
.tb-announce ul.list li {
    margin: 3px 0;
}
.tb-announce ul.list-none li {
    margin: 3px 0;
}

/* 좌장 명단 */
.tb-organization {

}
.tb-organization ul.multi {
    overflow: hidden;
}
.tb-organization ul.multi li {
    float: left;
    width: 50%;
    text-align: left;
}

/* .published-thesis .pregentation-area */
.published-thesis .pregentation-area {
    position: relative;
    margin-top: 50px;
    padding-bottom: 30px;
}
.published-thesis .go-top {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    color: #eee;
    background-color: #ccc;
}
.published-thesis .go-top:hover {
    color: #fff;
    background-color: #aaa;
}
.published-thesis .go-top i {
    margin-right: 5px;
}

/* .title-area */
.published-thesis .pregentation-area .title-area {

}
.published-thesis .pregentation-area .title-area h4 {
    display: inline-block;
    margin: 0 0 10px;
    padding: 7px 10px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #2690ea;
}
.published-thesis .pregentation-area .title-area .main-title {
    padding: 8px 10px;
    letter-spacing: -0.35px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fafafa;
}

.published-thesis .pregentation-area .title-area p {
    margin: 0 0 5px;
}

/* .list-area */
.published-thesis .pregentation-area .list-area {

}
.published-thesis .pregentation-area .list-area ul {
    margin: 0;
    padding: 0;
}
.published-thesis .pregentation-area .list-area ul li {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #dfdfdf;
}
.published-thesis .pregentation-area .list-area ul li:last-child {
    border-bottom: 2px solid #ccc;
}
.published-thesis .pregentation-area .list-area ul li .num {
    float: left;
    display: block;
    width: 88px;
    margin: 0 ;
    text-align: center;
}
.published-thesis .pregentation-area .list-area ul li .num span {
    font-size: 18px;
    font-weight: bold;
    color: #767676;
}

.published-thesis .pregentation-area .list-area ul li .con {
    float: left;
    width: 770px;
    margin: 0;
}
.published-thesis .pregentation-area .list-area ul li .con .title {
    display: block;
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.published-thesis .pregentation-area .list-area ul li .con .author {
    display: block;
    font-size: 14px;
    color: #999;
}
.published-thesis .pregentation-area .list-area ul li .con .author i {
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #ccc;
}

/* venue */
.venue .btn {
    /*width: 170px;*/
}
.venue .btn i {
    margin: 0 5px 0 0;
    font-size: 18px;
}
.venue .room-type-thm img {
    width: 100%;
    /*max-width: 100%;*/
}
.venue .room-type-title {
    padding-top: 2px;
    font-size: 13px;
    font-weight: bold;
}
.article .section.venue .table tbody th {
    font-size: 14px;
    padding: 5px 6px;
}
.article .section.venue .table tbody td {
    padding: 5px 6px;
    font-size: 14px;
}

/*conference_award*/
.poster-session .poster-text {
    float: left;
    width: 60%;
}
.poster-session .poster-img {
    float: left;
    width: 40%;
}

/* mini-drone */
.mini-drone-pic {
    width: 320px;

}
.mini-drone-pic img {
    max-width: 100%;
}


.txt-event {
    display: inline-block;
    width: 63px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

/* ----------- Common ----------- */
/* max-width: 767px */
@media only screen
and (max-width: 767px) {

    .table-layout-responsive.table-layout {
        border-top: 0;
    }
    .table-layout-responsive.table-layout dl {
        overflow: hidden;
        border-left: 0;
        border-bottom: 0;
        background-color: #fff;
        margin: 0 0 25px;
    }
    .table-layout-responsive.table-layout dl.thead {
        display: none;
    }
    .table-layout-responsive.table-layout dl.thead dt,
    .table-layout-responsive.table-layout dl.thead dd {
        background-color: #fff;
        display: block;
    }
    .table-layout-responsive.table-layout dt,
    .table-layout-responsive.table-layout dd {
        float: none;
        min-height: auto;
        box-sizing: border-box;
        padding: 0;
    }
    .table-layout-responsive.table-layout dl dt {
        text-align: left;
        margin: 0 0 5px;
    }
    .table-layout-responsive.table-layout dl dd {
        background-color: #fff;
        border-left: 0;
        border-right: 0;
    }
    .table-layout-responsive.table-layout dl dd h3.semi-title {
        font-size: 14px;
        font-weight: 700;
    }
    .table-layout-responsive.table-layout.col-organization dl dt {
        width: 100%;
    }
    .table-layout-responsive.table-layout.col-organization dl dd {
        width: 100%;
    }

    .table-layout-responsive.table-layout .section-list {
        font-size: 15px;
        margin: 0 0 0 20px !important;
    }
    .table-layout-responsive.table-layout .section-list li:last-child {
        margin: 0 !important;
    }
    .table-layout-responsive .multi-column.column-2 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .table-layout-responsive .multi-column.column-3 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .org-list.col-list li {
        float: none;
    }
    .org-list.col-list.col2 li {
        width: 100%;
        padding: 0;
    }
    .org-list.col-list.col3 li {
        width: 100%;
    }
    /*.table-layout-responsive .org-list li {*/
    /*font-size: 14px;*/
    /*margin: 0 0 5px;*/
    /*}*/

    /* 특성화 포럼 */
    /* table-schedule */
    .article .section > .table-responsive {
        margin: 0 0 10px;
        /*border: 0;*/
    }
    .article .section .table-responsive .table.table-schedule {
        width: 100%;
        /*table-layout: fixed;*/
    }
    .article .section .table-responsive .table.table-schedule thead th {
        border: 1px solid #dfdfdf;
        background-color: #f7f7f7;
    }
    .article .section .table-responsive .table.table-schedule tbody td {
        border: 1px solid #dfdfdf;
        /*white-space: normal;*/
    }
    .article .section .table-responsive .table.table-schedule tbody td .btn-detail {
        position: static;
        display: block;
        max-width: 80px;
        margin: 5px 0 3px;
    }

    .poster-session .poster-text {
        float: none;
        width: 100%;
    }
    .poster-session .poster-img {
        float: none;
        width: 100%;
    }

}



/*sponsor*/
.official-sponsor-line {
    margin: 0 0 30px;
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #2690ea;
}

.sponsor-line {
    margin: 60px 0 30px;
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #939598;
}
.sponsor-banner:after {
    content: '';
    display: block;
    clear: both;
}
.sponsor-banner img {
    width: 100%;
}
.sponsor-banner li {
    float: left;
    padding-right: 15px;
    text-align: center;
    padding-bottom: 10px;
}
.sponsor-banner li a {
    cursor: default;
}
.sponsor-banner .sponsor02  li:nth-child(4n) {
    padding-right: 0;
}
.sponsor01 li {
    width: 33.333%;
}
.sponsor02 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    /*border-bottom: 2px solid #1791d1;*/
}
.sponsor02 li {
    width: 25%;
}
.sponsor02 li img {
    height: 90px;
    border: 1px solid #dbdcdd;
    border-radius: 10px;
}
/*.sponsor03 {*/
/*padding-bottom: 20px;*/
/*margin-bottom: 30px;*/
/*border-bottom: 2px solid #00a890;*/
/*}*/
/*.sponsor03 li {*/
/*width: 25%;*/
/*}*/
/*.sponsor03 li img {*/
/*height: 90px;*/
/*}*/
/*.sponsor04 li {*/
/*width: 20%;*/
/*}*/
/*.sponsor04 li img {*/
/*height: 75px;*/
/*}*/


/* ==========================================================================
    Tab
   ========================================================================== */
.nav-tabs.nav-tabs-custom {
    /*margin-top: 50px;*/
    padding-left: 0px !important;
}
.nav-tabs.nav-tabs-custom > li {
    float: left;
    width: 50%;
    margin-bottom: -1px !important;
}
.nav-tabs.nav-tabs-custom > li > a {
    margin-right: 1px;
    padding: 15px;
    line-height: 1.3;
    color: #9f978c;
    background: #f7f7f7;
    border-top: 3px solid transparent;
    border-bottom: 1px solid #DDD;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    text-align: center;
}
.nav-tabs.nav-tabs-custom > li > a:hover {
    color: #333 !important;
    text-decoration: none !important;
    border-color: #EEE #EEE #DDD;
}
.nav-tabs.nav-tabs-custom > li.active > a,
.nav-tabs.nav-tabs-custom > li.active > a:focus,
.nav-tabs.nav-tabs-custom > li.active > a:hover {
    color: #47413d;
    font-weight: 700;
    cursor: default;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #DDD transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-top: 3px solid #3287d2 !important;
}
.tab-content .tab-pane {
    padding: 30px 0;
}

/* 발표논문집 */
.nav-pills > li + li {
    margin-left: 4px;
    margin-bottom: 4px;
}
.nav-pills > li:nth-child(7) {
    /*margin-left: 0;*/
}
.search-filter .nav > li > a {
    /*background: #f4f7ff;*/
    background: #f8f9fd;
    color: #707583;
    border: 1px solid #ecedf1;
}
.search-filter .nav > li.active > a {
    color: #fff;
    background-color: #337ab7;
    border: 1px solid #337ab7;
}
.search-filter .nav > li > a:focus,
.search-filter .nav > li > a:hover {
    background-color: #e6eaf9;
}
.search-filter .nav > li.active > a:hover,
.search-filter .nav > li.active > a:focus {
    background-color: #337ab7;
}

/* modifiy */
.text-primary {
    color: #22f;
}
.text-danger {
    color: #f44;
}

/* *******************************************************************
	FAQ
******************************************************************* */

.kipe-faq .faq_list {
    border-top:2px solid #2786cf; border-bottom:1px solid #dadada;
}
.kipe-faq .faq_list > li {}
.kipe-faq .faq_list > li > dl {}
.kipe-faq .faq_list > li > dl > dt {
    border-bottom:1px solid #dadada;
    background:url('/2024s/images/pages/bg_faq_tit.png') center right no-repeat;
}
.kipe-faq .faq_list  > li.on > dl > dt {
    background:url('/2024s/images/pages/bg_faq_tit_on.png')  center right no-repeat;
}
.kipe-faq .faq_list  > li > dl > dt a {
    display:block; padding:13px 0 13px 0;
}
.kipe-faq .faq_list  > li > dl > dt a span {
    display:inline-block; font-size:15px; color:#444444;
}
.kipe-faq .faq_list  > li > dl > dt a span.faqNum {
    width:55px;
    text-align:center;
    vertical-align: top;
    font-weight: 400;
}
.kipe-faq .faq_list  > li > dl > dt a span.faqCate {
    width:140px;
    text-align:center;
}
.kipe-faq .faq_list  > li > dl > dt a span.faqTit {
    width:750px;
    text-align:left;
    font-weight: 400;
}
.kipe-faq .faq_list  > li > dl > dd {
    display:none;
    padding: 15px 15px 15px 120px;
    border-bottom:1px solid #dadada;
    background:url('/2024s/images/pages/bg_faq_answer.png') #f5f5f5 55px 17px no-repeat;
    background-size: 40px;
}
.kipe-faq .faq_list  > li > dl > dd .answer_cont {
    min-height:47px;
}

.kipe-faq .table-style-one {
    width: 100%;
}
.kipe-faq .table-style-one th {
    padding: 5px;
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.5px;
    border: 1px solid #dfdfdf;
    background-color: #f0f8fd;
}
.kipe-faq .table-style-one td {
    padding: 5px;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.last-event-list {
    text-align: center;
    vertical-align: middle;
}
.last-event-list a.btn-go {
    display: inline-block;
    font-size: 24px;
    padding: 10px 8px 10px 8px;
}

/* *******************************************************************
	tutorial
******************************************************************* */
.tutorial .chairman-pic {
    margin: 0 35px 20px 0;
}

hr.divline {
    display: block;
    visibility: visible;
    margin: 50px 0;
    width: 100%;
    height: 32px;
    background: #fff url(/2024s/images/bg/bg_divline.jpg) 50% top no-repeat;
}

.exhibition-area ul li {
    display: table;
    width: 100%;
    border-top: 1px solid #dfdfdf;
}
.exhibition-area ul li:last-child {
    border-bottom: 1px solid #dfdfdf;
}
.exhibition-area ul li span {
    display: table-cell;
    padding: 8px 0 8px 15px;
}
.exhibition-area ul li span:first-child {
    width: 30%;
    background-color: #fafafa;
}
.exhibition-area ul li span:last-child {
    width: 70%;
}

/*sponsor*/
.sponsor-area ul {
    display: inline-block;
}
.sponsor-area li {
    float:left;
    margin: 0 15px;
}
.sponsor-area h4 {
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 10px;
}
.sponsor-area h4.Platinum {
    background-color: #012873;
}
.sponsor-area h4.Gold {
    background-color: #1356d3;
}
.sponsor-area h4.Silver {
    background-color: #56c7ff;
}
.sponsor-area h4.ie_competitions {
    background-color: #5327d1;
}