@charset "utf-8";

/* 내용관리 */
#ctt {margin-left:20px;  padding-top:20px;border:0px solid #e9e9e9; }
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute; font-size:0;line-height:0;overflow:hidden; }
#ctt_con {padding:10px 0;}
.ctt_img {text-align:center;}

.sub01_01_txt01 {text-align:center; font-size:20px; line-height:34px; letter-spacing:-0.05em;}
.sub01_01_txt01 span {color:#990000; font-weight:bold;}
.line {width:256px; height:1px; background:#990000; margin:45px auto 60px; }
.sub01_01_img01 {float:left; margin-right:15px;}
.sub01_01_txt02 {float:right; width:520px; font-size:14px; line-height:20px;}
.sub01_01_img02 {float:right;margin-top:20px;}



/* 개최안내 */

.container {
    width: 100%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.title_cont{
	text-align: center;
}
.title_cont h3{
    font-size: 20px;
}
.title_cont h2{
	font-size: 40px;
	border: 1px solid #e4b1b1;
    padding: 10px;
    margin-top: 15px;
    background: #fff4f8;
}
.section_cont{
	text-align: left;
    padding: 40px 0;
    font-size: 14px;
}
.section_cont p:first-child{
	padding-bottom: 20px;
}
.outline.wrap {
	padding: 20px 0 20px;
}
.outline.wrap > h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}
.outline.wrap > h3 > i {
    color: #d74e54;
}
.outline.wrap .content-area {
    margin-left: 30px;
}
.outline.wrap .content-area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-box .wrap {
    padding: 20px 0;
}
.content-box .wrap {
    padding: 20px 0;
}
.default-table.thick-top-bottom {
    border-top: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
}
.default-table tr {
    border-bottom: 1px solid #d4d4d4;
}
.bg-f6 {
    background-color: #f6f6f6;
}
.default-table tr th, .default-table tr td {
    padding: 8px;
    line-height: 180%;
    font-size: 14px;
    border: 1px solid #d4d4d4;
	text-align: left;
}
.default-table tr th:first-child {
    border-left: none;
    font-weight: 600;
    font-size: 14px;
}
.default-table tr td:first-child {
    border-left: none;
    font-weight: 500;
    font-size: 14px;
}
.pd-t-5 {
    padding-top: 5px !important;
}
.pd-b-5 {
    padding-bottom: 5px !important;
}
.outline.wrap .content-area > ul > li {
    line-height: 24px;
    font-size: 14px;
}
/* .summary-box {
    padding: 15px 20px;
    font-size: 14px;
    position: relative;
    border: 4px solid #e4e4e4;
}
.summary-box:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-top: 4px solid #777;
    border-left: 4px solid #777;
    position: absolute;
    top: -4px;
    left: -4px;
}
.summary-box:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-bottom: 4px solid #777;
    border-right: 4px solid #777;
    position: absolute;
    bottom: -4px;
    right: -4px;
} */
.default-table {
    border-collapse: collapse;
    padding: 0;
    cursor: default;
}
.txt-center {
    text-align: center !important;
}
.pd-l-30 {
    padding-left: 30px !important;
}

.btn {
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 12px;
    position: relative;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 400;
    background-color: transparent;
}
.btn.type2 {
    transition: all 0.2s;
}
.btn.type2 {
    background: #5d9cec;
    color: #fff;
    border-radius: 3px;
}
.mg-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mg-l-10 {
    margin-left: 10px !important;
}
.btn > i {
    position: relative;
    font-size: 24px;
}
.btn.type2 > i {
    color: #ffce00;
    transition: all 0.2s;
}
.btn > .caption {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    position: relative;
    font-size: 14px;
    margin: 0 4px;
}
.btn.type2 > .caption {
    color: #fff;
    transition: all 0.2s;
}
.red{color: #d74e54; font-weight: bold;}

.pd-left-b15{padding-left: 15px;}
.pd-left-15{padding-left: 15px; font-weight: normal;}
