@CHARSET "UTF-8";

.pl_top_header {
	font-size: 2.5em;
	font-weight: 400;
	border: 2px solid #ff5e00;
	margin: 0 auto;
	padding: 15px;
	width: 40%;
	color: #ff5e00 !important;
	font-weight: bold;
}

.pl_top_w {
	padding-top: 15px;
}

.cont_wrap01 {
	margin-top: 60px;
}

.pl_content_title {
	color: #555;
    position: relative;
    margin-bottom: 30px;
    font-size: 40px !important;
    font-weight: bold;
    color: #ff5e00;
    letter-spacing: -1.6px;
}

.cont_title_num{
	font-size: 80px !important;
    font-weight: bold;
    color: #555;
}

.pl_content_title:after {
    left: 0;
    width: 90px;
    height: 3px;
    content: " ";
    bottom: -20px;
    background: #ff5e00;
    position: absolute;
}

.pl_content_sub {
	font-size: 25px;
	font-weight: bold;
	margin-top: 40px !important;
}
.pl_content_t {
	margin-top: 20px !important;
	font-size: 15px;
}

.cont_wrap02 {
	text-align:center;
}

/*샘플 링크 연결 버튼*/
.btn_link_url {
    border: 2px solid #ff5e00;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    padding: 12px 30px 9px 33px;
    position: relative;
    background: #ff5e00;
    white-space: nowrap;
    display: inline-block;
    text-decoration:none !important;
    border-radius:10px;
}

.btn_link_url:hover {
    color: #ff5e00;
    background: #fff;
}

/*주요 기능*/
.pl_function_wrap {
	padding: 50px 0 0 0;
}


.pl_function_s {
	font-weight: 700;
	color: #999;
	font-size: 15px !important;
}

.pl_function_tt {
	font-size: 18px !important;
	font-weight: 700;
	color: #ff5e00;
}

.pl_event_ing {
	padding-top: 25px;
	font-size: 22px !important;
	font-weight: 700;
	color: #ff5e00;
}

