﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500&display=swap');

    
#innerWrap {
    margin: 0 auto;  
    font-size: 1.8rem;  
    font-weight: 400;  
    line-height: 2.8rem;  
    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: 3rem; font-size: 1.8rem;}
#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;}


.my-5 {margin-top: 3rem!important; margin-bottom: 3rem!important;}

.fw500 {font-weight: 500;}

.fs30 {font-size: 30px!important;  line-height: 4rem;}

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

.text-pink {color: #e91e63!important;}
.text-blue {color: #2196F3!important;}

.chapter {
	font-size: 30px;
    letter-spacing: -1px;
    font-weight: 500;
    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;}

.list-type-disc li {margin: 10px 0!important;  list-style-type: disc;}


/* 테이블1 */ 
.table-type1 {border-collapse: collapse;  text-align: center;  border: 1px solid #dcdcdc;  margin-top: 10px;}
.table-type1 th {padding: 15px;  color: #0c5460;  background-color: #d1ecf1;  text-align: center;  border-top: 1px solid #dcdcdc;  border-left: 1px solid #dcdcdc; font-weight: 400;}
.table-type1 td {padding: 10px;  border-top: 1px solid #dcdcdc;  border-left: 1px solid #dcdcdc;}
.table-type1 td.point {background-color: #F5F5F5; text-align: center; font-weight: 500;}
.table-type1 p {margin: 5px auto;}

.t-indent1 {text-indent: -23px; margin-left: 23px!important;}
.t-indent2 {text-indent: -11px; margin-left: 32px!important;}


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