@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500&display=swap);
#home div a {
    text-decoration: none;
    color: #FFF
}
div a:hover {
    text-decoration: none;
    color: #aaa
}

/* style.min */
.footer-basic {
    padding: 1rem 0 2rem;
    color: #565656;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    font-size: .85rem;
    line-height: 1.6;
    margin-bottom: 0
}

/* .footer-basic li {
    padding: 0 10px
} */

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
}

.footer-basic ul a:hover {
    opacity: .8;
}

.footer-basic li::after {
    content: "";
    display: inline-block;
    background-color: #000;
    opacity: .1;
    width: 1px;
    height: 11px;
    margin: 0 1rem;
}

.footer-basic li:last-child::after {display: none;}


@media (max-width: 991.98px) {
    /* foot-info */
    .footer-basic li.add {display: block;}
    .footer-basic li.add::after {display: none;}
}


.footer-basic .social {
    text-align: center;
    padding-bottom: 25px
}

.footer-basic .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: .75
}

.footer-basic .social>a:hover {
    opacity: .9
}

.footer-basic .copyright {
    /* margin-top: 13px;
    text-align: center; */
    font-size: .85rem;
    /* color: #aaa; */
    margin-bottom: 0
}

#contents .subMenu a {
    display: block;
    color: #000;
    background: #FFF;
    border-bottom: 1px solid #ddd;
    padding: 18px 25px;
    font-size: 15px
}

.highlight-clean {
    color: #313437;
    padding: 20px 0
}

.highlight-clean p {
    color: #7d8285
}

.highlight-clean h2 {
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit
}

.highlight-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 25px
}

.highlight-clean .buttons {
    text-align: center
}

.highlight-clean .buttons .btn {
    padding: 16px 32px;
    margin: 6px;
    border: none;
    /* background: 0 0; */
    background-image: initial;
    box-shadow: none;
    text-shadow: none;
    opacity: .9;
    text-transform: uppercase;
    /*font-weight: 700;*/
    font-size: 1.5rem;
    letter-spacing: .4px;
    line-height: 1;
    outline: 0
}

.highlight-clean .buttons .btn:hover {
    opacity: 1
}

.highlight-clean .buttons .btn:active {
    transform: translateY(1px)
}

/* .highlight-clean .buttons .btn-primary {
    background-color: #055ada;
    color: #fff
} */

.highlight-clean .buttons .btn-default {
    background-color: #e6e7ea;
    color: inherit
}

.photo-gallery {
    color: #313437;
    background-color: #fff
}

.photo-gallery p {
    color: #7d8285
}

.photo-gallery h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.photo-gallery .intro p {
    margin-bottom: 0
}

.photo-gallery .photos {
    padding-bottom: 20px
}

.photo-gallery .item {
    padding-bottom: 30px
}

.map-clean {
    color: #313437;
    background-color: #fff
}

.map-clean p {
    color: #7d8285
}

.map-clean h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit
}

@media (max-width:767px) {
    .map-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.map-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.map-clean iframe {
    background-color: #eee
}

.navigation-clean {
    background: #41693d;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0
}

.navigation-clean .navbar-brand {
    color: inherit
}

.navigation-clean .navbar-brand:hover {
    color: #FFF
}

.navigation-clean.navbar-inverse .navbar-brand:hover {
    color: #f0f0f0
}

.navigation-clean .navbar-brand img {
    height: 100%;
    display: inline-block;
    margin-right: 10px;
    width: auto
}

.navigation-clean .navbar-toggle {
    border-color: #ddd
}

.navigation-clean .navbar-toggle:focus,
.navigation-clean .navbar-toggle:hover {
    background: 0 0
}

.navigation-clean.navbar-inverse .navbar-toggle {
    border-color: #555
}

.navigation-clean .navbar-toggle .icon-bar {
    background-color: #FFF
}

.navigation-clean.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #eee
}

.navigation-clean .navbar-collapse,
.navigation-clean .navbar-form {
    border-top-color: #ddd
}

.navigation-clean.navbar-inverse .navbar-collapse,
.navigation-clean.navbar-inverse .navbar-form {
    border-top-color: #333
}

.navigation-clean .navbar-nav>.active>a,
.navigation-clean .navbar-nav>.open>a {
    background: 0 0;
    box-shadow: none
}

.navigation-clean.navbar-default .navbar-nav>.active>a,
.navigation-clean.navbar-default .navbar-nav>.active>a:focus,
.navigation-clean.navbar-default .navbar-nav>.active>a:hover {
    color: #FFF;
    box-shadow: none;
    background: 0 0;
    pointer-events: none
}

.navigation-clean.navbar .navbar-nav>li>a {
    padding-left: 18px;
    padding-right: 18px
}

.navigation-clean.navbar-default .navbar-nav>li>a {
    color: #FFF
}

.navigation-clean.navbar-default .navbar-nav>li>a:focus,
.navigation-clean.navbar-default .navbar-nav>li>a:hover {
    color: #f8ff00 !important;
    background-color: transparent
}

.navigation-clean .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background-color: #002e56;
    border-radius: 2px
}

@media (max-width:767px) {
    .navigation-clean {
        padding-top: 0;
        padding-bottom: 0
    }
    .navigation-clean .navbar-header {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .navigation-clean .navbar-nav .open .dropdown-menu {
        box-shadow: none
    }
    .navigation-clean .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 1
    }
}

.navigation-clean .dropdown-menu>li>a,
.navigation-clean .dropdown-menu>li>a:focus {
    line-height: 2;
    font-size: 14px;
    color: #FFF
}

.navigation-clean .dropdown-menu>li>a:focus,
.navigation-clean .dropdown-menu>li>a:hover {
    background: 0 0;
    color: #f8ff00
}

.navigation-clean.navbar-inverse {
    background-color: #1f2021;
    color: #fff
}

.navigation-clean.navbar-inverse .navbar-nav>.active>a,
.navigation-clean.navbar-inverse .navbar-nav>.active>a:focus,
.navigation-clean.navbar-inverse .navbar-nav>.active>a:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: 0 0;
    pointer-events: none
}

.navigation-clean.navbar-inverse .navbar-nav>li>a {
    color: #dfe8ee
}

.navigation-clean.navbar-inverse .navbar-nav>li>a:focus,
.navigation-clean.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff !important;
    background-color: transparent
}

.navigation-clean.navbar-inverse .navbar-nav>li>.dropdown-menu {
    background-color: #1f2021
}

.navigation-clean.navbar-inverse .dropdown-menu>li>a,
.navigation-clean.navbar-inverse .dropdown-menu>li>a:focus {
    color: #f2f5f8
}

.navigation-clean.navbar-inverse .dropdown-menu>li>a:focus,
.navigation-clean.navbar-inverse .dropdown-menu>li>a:hover {
    background: #363739
}

@media (max-width:767px) {
    .navigation-clean.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #FFF !important;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #f8ff00 !important;
    background-color: transparent
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px
}

@media (min-width:1200px) {
    .container {
        width: 1190px
    }
}

@media (min-width:992px) {
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 44.8%;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .col-md-6 {
        width: 27.6%;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: block;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin: 2px 4px 2px 0
    }
}

.conference-data,
.help-block,
label {
    display: inline-block
}

label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    width: 120px
}

.conference-data,
.conference-host,
.conference-title {
    font-weight: 400 !important
}

/* .form-group {
    margin-bottom: 15px;
    padding: 5px 0
} */

.help-block {
    margin: 5px 0;
    color: #737373;
    font-size: 1.35rem !important;
}

#top-title {
    text-align: center;
    padding: 20px;
    /* background: url(/images/top_img.png?5b6b5783327d605e0c1fd33d4fa43850) no-repeat; */
    background-size: cover;
    background-color: #b9d8eb;
}

.conference-data {
    color: #000;
    font-size: 20px !important;
}

.conference-title {
    color: #30363b;
    font-size: 40px !important;
    font-weight: 500 !important;
    letter-spacing: -2px;
}

.conference-host {
    color: #000;
    font-size: 18px !important;
    letter-spacing: -1px;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5
}

.footer-hr {
    border-top: 1px solid #dcdcdc;
    width: 90%
}

#contentsArea {
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 20px 0
}

#contents .subMenu {
    position: absolute;
    width: 200px
}

#contents .subMenu .titleBg {
    background: #26348c;
    font-size: 24px;
    color: #FFF;
    padding: 80px 0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px
}

#contents {
    position: relative
}

#contents .title {
    position: absolute;
    top: 50px;
    left: 50px;
    padding-left: 240px;
    font-size: 30px;
    letter-spacing: -2px;
    color: #111;
    font-weight: 400;
    line-height: 24px
}

#contents .navi {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #999;
    font-size: 12px
}

.contents-box {
    margin-left: 240px;
    line-height: 26px;
    min-height: 450px;
    background: #FFF;
    padding: 120px 50px 50px;
    font-size: 15px
}

.row {
    margin-right: 0;
    margin-left: 0
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.refer {
    color: #8e959e;
    font-size: 13px
}

.essential {
    color: #ff0006;
    font-weight: 500
}

.hr-title {
    display: block;
    margin-top: 10px;
    margin-bottom: 50px;
    border: 1px solid #333
}

.sub-tit {
    color: #498ac4;
    margin-bottom: 10px
}

.h4,
h4 {
    font-size: 17px
}

/* .h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
} */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.vertical_table {
    display: table;
    width: 100%;
    height: 200px;
    padding: 20px;
    text-align: center;
    color: #FFF;
    border: 1px solid #e0e0e0
}

.vertical_cell {
    display: table-cell;
    vertical-align: middle
}

.vertical_cell h4 {
    font-size: 23px;
    padding-bottom: 10px
}

.vertical_cell p {
    font-size: 13px;
    font-weight: 500
}

.wtg-alert>div.wtg-alert-title>strong,
.wtg-alert>p.wtg-alert-text {
    font-size: 14px
}

.wtg-alert {
    border-left: 4px solid;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2)
}

.wtg-alert-title {
    font-weight: 700;
    padding-bottom: 15px
}

.wtg-alert-danger {
    background-color: #FDF7F7;
    border-left-color: #B74B4B;
    color: #B74B4B
}

.wtg-alert-default {
    background-color: #F9F9F9;
    border-left-color: #888;
    color: #888
}

.wtg-alert-info {
    background: #F5FBFD;
    border-left-color: #8ABCE4;
    color: #19A0D7
}

.wtg-alert-primary {
    background: #EFF6FD;
    border-left-color: #337AB7;
    color: #337AB7
}

.wtg-alert-success {
    background-color: #EBF7E7;
    border-left-color: #3E753F;
    color: #3E753F
}

.wtg-alert-warning {
    background-color: #FCF8F2;
    border-left-color: #EEAC57;
    color: #CD7A37
}

.wtg-alert>div.wtg-alert-title {
    text-transform: uppercase
}

#abstract-editor {
    height: 200px;
}


/* table */

.tb_type1,
.tb_type1 th,
.tb_type1 td {
    border: 0;
}

.tb_type1 {
    border-bottom: 1px solid #dcdcdc;
    border-collapse: collapse;
    margin-top: 10px;
}

.tb_type1 th {
    padding: 8px 10px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    background-color: #F3F3F3;
}

.tb_type1 th .normal {
    font-weight: normal;
}

.tb_type1 td {
    padding: 8px 10px;
    border: 1px solid #dcdcdc;
}

.tb_type1 td.center {
    text-align: center;
}

.tb_type1 td.date {
    color: #FFF;
    background-color: #337ab7;
}

.tb_type1 td.point {
    background-color: #E9EDF5;
    color: #33395f;
}

.container-flex {
    display: flex;
    flex-flow: row wrap;
    /* justify-content: space-around;
    align-content: space-around; */
    width: 800px;
}

.navbar-brand,
.navbar-collapse {
    font-size: 20px!important;
}

.navbar-brand {
    margin-left: 0px!important
}

@charset "utf-8";

b, strong { font-weight: 500!important; }

h1, .h1 { font-size: calc(1.40625rem + 1.875vw); }
h2, .h2 { font-size: calc(1.359375rem + 1.3125vw); }
h3, .h3 { font-size: calc(1.3125rem + 0.75vw); }
h4, .h4 { font-size: calc(1.2890625rem + 0.46875vw); }
h5, .h5 { font-size: calc(1.25625rem + 0.075vw); }
h6, .h6 { font-size: 1rem; }

.text-xs { font-size: .7rem !important; }
.text-sm { font-size: .875rem !important; }
.text-lg { font-size: 1.25rem !important; }
.text-xl { font-size: 2rem !important; }

.fw-300 { font-weight: 300!important; }
.fw-400 { font-weight: 400!important; }
.fw-500 { font-weight: 500!important; }
.fw-700 { font-weight: 700!important; }

.bg-gray { background-color: #6c757d; }
.bg-gray-100 { background-color: #f8f9fa; }
.bg-gray-200 { background-color: #e9ecef; }
.bg-gray-300 { background-color: #dee2e6; }
.bg-gray-400 { background-color: #ced4da; }
.bg-gray-500 { background-color: #adb5bd; }
.bg-gray-600 { background-color: #6c757d; }
.bg-gray-700 { background-color: #495057; }
.bg-gray-800 { background-color: #343a40; }
.bg-gray-900 { background-color: #212529; }

.bg-FloralWhite { background-color: #FFFAF0; }
.bg-AliceBlue { background-color: #F0F8FF; }

.text-left  { text-align: left!important; }
.text-right { text-align: right!important; }


.navigation-clean { background-color: #00549e!important; }
#contents .subMenu .titleBg { background: #8EA8C3!important; }


#innerWrap {
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
    word-break: keep-all;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #FFF;
    padding: 50px;
}

#innerWrap > div, p {margin: 10px auto;}
#innerWrap > table, th, td {line-height: 1.8rem; font-size: 1.2rem;}
#innerWrap > b, strong {font-weight: 500;}


/* link */
a {color: #333333;  text-decoration: none;}
a:hover {color: #3d7dca;  text-decoration: none;}
a:active {color: #3d7dca;  text-decoration: none;}



.chapter {
    letter-spacing: -1px;
    text-align: center;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    margin: 40px 0;
    padding: 20px 0;
}
.chapter:first-child { margin-top: 0; }


/* 테이블 */
.table-type1 {
    border-collapse: collapse;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
}
.table-type1 th {
    padding: 10px 20px;
    color: #0c5460;
    background-color: #d1ecf1;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
.table-type1 td {
    padding: 10px 20px;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    text-align: center;
}
.table-type1 td:first-child {  }
.table-type1 p { margin: 5px auto; }

.nav-pills .nav-link {
    font-size: 17px;
    padding: 1rem 0;
}