@charset "EUC-KR";

/* *******************************************************************
	common
******************************************************************* */
#contents {
    width: 100%;
}
#contents .article {
    min-height: 720px;
}
#contents .article.snb-top-margin {
    margin-top: 200px;
}
#contents .article .section {
    padding: 100px 0;
    font-family: 'NanumSquareNeo', sans-serif;
    line-height: 1.7;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    word-break: keep-all;
}
#contents .article .section:first-child {
    padding: 100px 0;
}
#contents .article .section h2 {
    position: relative;
    line-height: 1.3;
    margin-bottom: 80px;
    padding: 15px 0 0;
    font-family: 'NanumSquareNeo', sans-serif;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #333;
}
#contents .article .section h2::before {
    position: absolute;
    left: 50%;
    top: 0;
    display: inline-block;
    width: 120px;
    margin-left: -60px;
    content: ' ';
    border-top: 4px solid #6F4DCB;
}
#contents .article .section h2 small.en {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #999;
}
#contents .article .section h3 {
    margin: 40px 0 15px;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #6F4DCB;
}
#contents .article .section h3 small {
    margin-left: 10px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    color: #333;
}
#contents .article .section h4 {
    margin: 40px 0 15px;
    text-align: left;
    font-size: 21px;
    font-weight: 800;
    color: #000;
}

#contents .article .section p {
    margin: 0 0 20px;
}
#contents .article .section p.en {
    color: #767676;
}
#contents .article .section p.text-info {
    margin: 10px 0 0;
    font-size: 17px;
    color: #6F4DCB;
}
#contents .article .section p.thm {
    text-align: center;
}
#contents .article .section p.thm img {
    display: inline-block;
    max-width: 100%;
}
#contents .article .section ul.bullet li {
    margin: 0 0 20px;
    padding-left: 10px;
    background: url(/images/bullet/bullet_main_board.jpg) left 12px no-repeat;
}
#contents .article .section ul.bullet li:last-child {
    margin: 0;
}
#contents .article .section td ul.bullet li {
    margin: 0 0 10px;
    background: url(/images/bullet/bullet_main_board.jpg) left 10px no-repeat;
}
#contents .article .section td ul.bullet li:last-child {
    margin: 0;
}
#contents .article .section ul.disc {

}
#contents .article .section ul.none {

}

#contents .article .section .btn-area {
    padding: 30px 0;
    text-align: center;
}
#contents .article .section .btn-area .btn-go {
    display: inline-block;
    margin: 15px;
    padding: 20px 30px;
    line-height: 1;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border: 0;
    border-radius: 40px;
    background-color: #6F4DCB;
    transition: all 0.25s;
}
#contents .article .section .btn-area .btn-go:hover {
    background-color: #5C3DBC;
}

/* *******************************************************************
	include
******************************************************************* */


/* *******************************************************************
    sub-spot
******************************************************************* */
#sub-spot {
    width: 100%;
    background: #e9ebfa url("/images/bg/bg_sub_spot.jpg") center top no-repeat;
}
#sub-spot .innerwrap {
    height: 180px;
}
#sub-spot h1 {
    padding-top: 70px;
    text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: #333;
}

/* breadcrumb-area */
.breadcrumb-area {
    position: relative;
}
.breadcrumb-area > ul {
    padding-top: 36px;
    text-align: right;
}
.breadcrumb-area > ul > li {
    display: inline-block;
    font-size: 14px;
    color: #7047cf;
}
.breadcrumb-area > ul > li.home {

}
.breadcrumb-area > ul > li.home a {
    font-size: 14px;
    color: #7047cf;
}
.breadcrumb-area > ul > li.home a i {

}
.breadcrumb-area > ul > li.depth1 {

}
.breadcrumb-area > ul > li.depth2 {

}
.breadcrumb-area > ul > li.depth3 {

}
.breadcrumb-area > ul > li.arrow {
    margin: 0 10px;
}

.breadcrumb-area .btn-print {
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 28px;
    height: 28px;
}
.breadcrumb-area .btn-print a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #5497F1;
    border: 1px solid #5497F1;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.75);
}
.breadcrumb-area .btn-print a:hover {
    color: #fff;
    border: 1px solid #5497F1;
    background-color: #5497F1;
}

/* *******************************************************************
	snb
******************************************************************* */
.snb-area {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

/* snb */
.snb {
    position: relative;
    width: 100%;
    text-align: center;
}
.snb > li {
    display: inline-block;
}
.snb > li > a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 4px;
    padding: 0 10px;
    text-align: center;
	font-family: 'NanumSquareNeo', sans-serif;
    font-size: 17px;
    color: #999;
    border-radius: 50px;
    background-color: #fafafa;
    transition: all 0.25s;
}
.snb > li.vote > a {
    width: 260px;
}
.snb.snb01 > li > a {
    width: 160px;
    margin: 0 4px;
}
.snb.snb02 > li > a {
    width: 160px;
    margin: 0 4px;
}
.snb.snb03 > li > a {
    width: 155px;
    margin: 0 4px;
}
.snb.snb03 > li:last-child > a {
    width: 180px;
    margin: 0 4px;
}
.snb.snb03 > li:nth-child(2) > a,
.snb.snb03 > li:nth-child(4) > a,
.snb.snb03 > li:nth-child(5) > a,
.snb.snb03 > li:nth-child(6) > a {
    width: 110px;
    margin: 0 4px;
}
.snb.snb03 > li:nth-child(7) > a,
.snb.snb03 > li:nth-child(8) > a {
    width: 180px;
    margin: 0 4px;
}
.snb.snb04 > li > a {
    width: 160px;
    margin: 0 4px;
}
.snb > li > a:hover {
    color: #fff;
    background-color: #999;
}
.snb > li.active > a,
.snb > li.active > a:hover {
    color: #fff;
    background-color: #231f20;
}
.snb > li > ul {
    position: absolute;
    bottom: -210px;
    left: 0;
    display: none;
    width: 1200px;
    border-collapse: collapse;
    z-index: 9;
}
.snb > li > ul > li {
    display: table-cell;
    width: 1%;
    border: 1px solid #eee;
}
.snb > li > ul > li > a {
    display: block;
    height: 80px;
    line-height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	font-family: 'NanumSquareNeo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #999;
    background-color: #fcfcfc;
}
.snb.snb-mypage > li > ul > li > a {
    letter-spacing: -0.45px;
    font-size: 17px;
}
.snb > li > ul > li:last-child > a {
    border-bottom: 0;
}
.snb > li > ul > li > a:hover {
    color: #7047cf;
}
.snb > li > ul > li.active > a,
.snb > li > ul > li.active > a:hover {
    font-weight: bold;
    color: #fff;
	background: #7047CF url(/images/main/bg_main_banner_active_button.png) -20px 50% no-repeat;
}

/* *******************************************************************
	common
******************************************************************* */

/*tab02*/
.tab-customized.nav-tabs > li > a {
    color: #999;
    /*border-bottom: 1px solid #dfdfdf;*/
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
}
.tab-customized.nav-tabs > li > a:hover {
    /*color: #147ac5;*/
    color: #777;
    border-bottom: none;
    border-color: #fafafa #fafafa #ddd;
    background-color: #fafafa;
}
.tab-customized.nav-tabs > li.active > a,
.tab-customized.nav-tabs > li.active > a:hover,
.tab-customized.nav-tabs > li.active > a:focus {
    color: #1578c4;
    cursor: default;
    outline: none;
    /*background-color: #f6fbff;*/
    /*background-color: #fff;*/
    border: 1px solid #dfdfdf;
    border-top: 3px solid #1578c4;
    border-bottom-color: transparent;
    background-color: #fff;
}
.nav-tabs > li > a:active {
    outline: none;
}
.tab-pane {
    /*padding-top: 30px;*/
}


/*button-tab*/
.tab-custom .tab-bg {
    padding: 6px 5px;
    background-color: #f7f7f7;
    /*background-image: url("/images/sub/backup/acade2_1_bg.png");*/
}
.tab-custom .tab-bg .tab-area {
    background-color: #fff;
}
.nav-tabs.button-tab {
    border-bottom: 0 solid #ddd
}
.tab-custom .tab-bg .tab-area .button-tab li {
    width: 33.333%;
    /*width: 25%;*/
    /*border-right: 1px solid #fafafa;*/
    /*border-top: 1px solid #fafafa;*/
}
.tab-custom .tab-bg .tab-area .button-tab.history-tab li {
    width: 33.333%;
}
.tab-custom .tab-bg .tab-area .button-tab.tab-num-2 li,
.tab-custom .tab-bg .tab-area .button-tab.submission-tab li {
    width: 50%;
}

.tab-custom .tab-bg .tab-area .button-tab li a {
    margin-right: 0;
    display: block;
    text-align: center;
    border: 1px solid transparent !important;
    outline: none;
    font-size: 15px;
    font-weight: 500;
}
.tab-custom .tab-bg .tab-area .button-tab li a:hover {
    border-radius: 0;
    background-color: #fafafa;
    outline: none;
}
.tab-custom .tab-bg .tab-area .button-tab li.active a {
    border: 1px solid transparent !important;
    border-radius: 0;
    background-color: #45a5c6;
    color: #fff;
    /*background-color: #edf6ff;*/
    outline: none;
}
.tab-custom .tab-bg .tab-area .button-tab li.active a:hover {
    border: 1px solid transparent !important;
    outline: none;
}
.tab-custom .tab-bg .tab-area .go-list a {
    background-color: #edf6ff;
    border-radius: 0;
    color: #1578c4;
}
.tab-custom .tab-bg .tab-area .go-list a:hover {
    background-color: #edf6ff !important;
    border-radius: 0;
    color: #1578c4 !important;
}

.nav-tabs.button-tab.double-tab > li > a {
    height: 58px;
    padding-top: 16px;
}
.nav-tabs.button-tab.double-tab > li > a.double {
    padding: 5px 15px;
    /*padding-top: 5px;*/
}
.nav-tabs.button-tab.double-tab > li > a.double span {
    display: block;
}
.nav-tabs.button-tab > li.none {
    background-color: #fafafa;
    height: 46.2834px;
}

.nav-tabs.button-tab.double-tab > li.none {
    background-color: #fafafa;
    /*height: 65px;*/
    height: 58px;
}


.board-members .thm-area {
    margin: 50px 0;
}
.board-members img {
    display: inline-block;
    max-width: 100%;
}

/*table*/
#contents .tb-basic {
    margin: 0 0 60px;
    border-top: 2px solid #333;
}
#contents .tb-basic th {
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    background-color: #fcfcfc;
}
#contents .tb-basic thead th {
    border-bottom: 1px solid #dfdfdf;
    background-color: #f4f4f4;
}
#contents .tb-basic tbody td {
    padding: 20px;
    font-size: 16px;
    background-color: #fff;
}
#contents .tb-basic th.db-b3 {
    border-bottom: 3px double #ccc;
}
#contents .tb-basic .db-b3 th {
    border-bottom: 3px double #ccc;
}
#contents .tb-basic .db-b3 td {
    border-bottom: 3px double #ccc;
}

#contents .table > thead > tr > th,
#contents .table > tbody > tr > th,
#contents .table > tfoot > tr > th,
#contents .table > thead > tr > td,
#contents .table > tbody > tr > td,
#contents .table > tfoot > tr > td {
    vertical-align: middle;
}

/* ¿¬°£ °èÈ¹ */
.section.annual-plan {
    position: relative;
}
.section.annual-plan h4.year-select {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 86px;*/
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    background: none;
}
.section.annual-plan h4.year-select i {
    vertical-align: middle;
    font-size: 24px;
    color: #000;
}
.section.annual-plan h4.year-select a.disable i,
.section.annual-plan h4.year-select a.disable:hover i {
    color: #ccc !important;
}
.section.annual-plan h4.year-select .year {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 24px;
}
.section.annual-plan h4.year-select {

}
.section.annual-plan h4.year-select i {
    margin: 0 10px;
    vertical-align: middle;
}

/* tb-annual */
.tb-annual {
    border-top: 2px solid #1578c4;
    border-bottom: 1px solid #dfdfdf;
}
.tb-annual .col1 { width: 60px; }
.tb-annual .col2 { width: 150px; }
.tb-annual .col3 { width: 80px; }
.tb-annual .col4 { width: auto; }
.tb-annual .col5 { width: 80px; }

.tb-annual caption {
    padding: 0 0 5px;
    text-align: right;
}
.tb-annual th {
    padding: 15px 10px !important;
    font-weight: 700;
    text-align: center;
    vertical-align: middle !important;
    background-color: #f3fafe;
}
.tb-annual thead th {
    border-bottom: 3px double #dfdfdf !important;
    background-color: #f4f4f4;
}
.tb-annual tbody th {
    border-right: 1px solid #dfdfdf;
}
.tb-annual tbody td {
    padding: 15px 10px !important;
    font-size: 13px;
}
.tb-annual tbody td .label-divide {
    display: inline-block;
    width: 50px;
    padding: 2px 3px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    background-color: #1578c4;
}
.tb-annual tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.tb-annual tbody td .label-divide.international {
    background-color: #ff4057;
}
.tb-annual tbody td .label-host {
    display: inline-block;
    width: 50px;
    padding: 2px 3px;
    font-size: 12px;
    color: #333;
    border-radius: 0 0 2px 2px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    background-color: #fff;
}

.tb-annual tbody td .date {
    font-size: 14px;
}
.tb-annual tbody td .name {
    display: block;
    margin: 0 0 3px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.tb-annual tbody td .place {
    display: block;
    text-align: left;
    font-size: 14px;
}
.tb-annual tbody td .status {
    font-size: 14px;
    color: #1578c4;
}
.tb-annual tbody td .status.complete {
    color: #999;
}

/* tb-last-events */
.tb-last-events {
    border-top: 2px solid #1578c4;
    border-bottom: 1px solid #dfdfdf;
}
.tb-last-events th {
    padding: 15px 10px !important;
    font-weight: 700;
    text-align: center;
    vertical-align: middle !important;
    background-color: #f3fafe;
}
.tb-last-events thead th {
    border-bottom: 3px double #dfdfdf !important;
    background-color: #f4f4f4;
}
.tb-last-events tbody th {
    border-right: 1px solid #dfdfdf;
}
.tb-last-events tbody td {
    padding: 15px 10px !important;
    text-align: left;
    line-height: 1.6 !important;
    font-size: 13px;
}
.tb-last-events tbody td .label-divide {
    display: inline-block;
    width: 50px;
    margin: 0 auto;
    padding: 2px 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    background-color: #1578c4;
}
.tb-last-events tbody td .label-divide.international {
    background-color: #ff4057;
}
.tb-last-events tbody td .label-host {
    display: inline-block;
    width: 50px;
    margin: 0 auto;
    padding: 2px 3px;
    text-align: center;
    font-size: 12px;
    color: #333;
    border-radius: 0 0 2px 2px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    background-color: #fff;
}

.tb-last-events tbody td .date {
    font-size: 14px;
}
.tb-last-events tbody td.name {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}
.tb-last-events tbody td .place {
    display: block;
    text-align: left;
    font-size: 14px;
}
.tb-last-events tbody td .status {
    font-size: 14px;
    color: #1578c4;
}

.tb-last-events tbody tr.complete {
    background-color: #f7f7f7;
}
.tb-last-events tbody tr.complete td .label-divide {
    background-color: #999;
}
.tb-last-events tbody tr.complete td .date,
.tb-last-events tbody tr.complete td .name,
.tb-last-events tbody tr.complete td .place {
    color: #999;
}
.tb-last-events tbody tr.complete td .status {
    color: #999;
}

/* ´Ù¿î·Îµå ¸®½ºÆ® */
.download-list02 {
    /*padding-left: 0 !important;*/
    margin-top: 30px;
    padding: 10px 20px;
    list-style: none;
    border: 5px solid #ecf6ff;
}
.download-list02 li {
    width: 100%;
    padding-left: 5px;
    line-height: 42px;
    font-size: 17px;
    border-bottom: 1px dashed #ddd;
    /*background: url("/assets/images/bullet/square.png") left 10px no-repeat;*/
}
.download-list02 li:last-child {
    border-bottom: 0;
}
.download-list02 li:after {
    content: '';
    display: block;
    clear: both;
}
.download-list02 li a {
    float: right;
    margin-top: 9px;
    display: inline-block;
    width: 100px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;

    background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.download-list02 .btn-download i {
    padding-right: 10px;
}
i.pdf {
    color: #ff3f39;
}
i.hwp {
    color: #49bffd;
}
i.excel {
    color: #29A573;
}
i.zip {
    /*color: #eaa752;*/
    color: #3c497e;
}
i.share {
    color: #1554b0;
}
i.e-book {
    color: #49bffd;
}

/*highlight-box*/
.highlight-box {
    padding: 20px 25px;
    border: 1px solid #ddf0fa;
    border-radius: 2px;
    background-color: #f1fbff;
}
.highlight-box strong {
    font-size: 24px;
    color: #1554b0;
}
.highlight-box ul.disc {
    margin-left: 20px;
}
.highlight-box .box-list li {
    padding-left: 15px;
    background: url("/images/bullet/box-bullet02.gif") no-repeat 0 8px;
}


.text-danger {
    color: #f33;
}
.text-primary {
    color: #1578c4;
}

/*list-style*/
ul.disc {
    list-style: disc;
}
ul.depth1 {
    padding-left: 15px;
}
ul.list-hyphen li {
    position: relative;
    margin-left: 10px;
}
ul.list-hyphen li:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: '-';
}

ol.list-decimal {
    margin-left: 20px;
    list-style: decimal;
}

.section ul.section-list > li {
    margin: 3px 0;
    padding-left: 15px;
    background: url(/images/bullet/bullet4.png) left 10px no-repeat;
}
.section ul.section-list.depth02 > li {
    background: url(/images/bullet/bullet3.gif) left 10px no-repeat;
}

/*contents-box*/
.contents-box {
    margin: 5px;
    padding: 10px 15px;
    background-color: #fafafa;
}
.contents-box table,
.contents-box table td {
    background-color: #fff;
}
.contents-box table th {
    background-color: #f5fafe;
}
.contents-box > li {
    margin: 8px 0 8px 25px;
    list-style: disc;
}
.contents-box > li > ul li {
    padding-left: 10px;
    text-indent: -10px;
}
.contents-box.number-list > li {
    margin-left: 0;
    list-style: none;
}
.contents-box.date-list > li:after {
    content: '';
    display: block;
    clear: both;
}
.contents-box.date-list > li {
    display: block;
}
.contents-box.date-list > li span:first-child {
    float: left;
}
.contents-box.date-list > li span:last-child {
    float: right;
}

ul.list-disc {
    list-style: disc;
    margin: 5px 0 5px 30px;
}
ul.list-disc li {
    margin: 5px 0;
}
