/*  신청·이용 안내------------------------------------------------------------------------------------------------------------------------------------------------------ */

.sub_co_title {
    color: #000;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.06rem;
    margin-bottom: 1rem;
    word-break: keep-all;
    line-height: 1;
    position: relative;
}
.sub_co_title::after {
    background:#000;
    content: "";
    display: block;
    width: 2.2rem;
    height: 2px;
	margin-top:0.5rem;
}
.border_bo01{
	border-bottom: 1px solid #eee;
	padding-bottom:3rem;
}



.text_samst01{
    color: #646464;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
}
.text_samst01 .material-symbols-outlined {
    letter-spacing: -0.09rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    border-radius: 50%;
    width: 2.6rem;
	min-width: 2.6rem;
    height: 2.6rem;
    background: url(../images/box_top_bg.gif) repeat center top;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0;
	padding-right:3px;
}
.site01 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #005b4a;
}
.site01 span{
    
}
.site01 .m_bt {
    letter-spacing: -0.09rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
    border-radius: 50%;
	width:2.6rem;
	min-width:2.6rem;
	height:2.6rem;
    background: url(../images/box_top_bg.gif) repeat center top;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
	font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0;
	transform: rotate(90deg);
	padding-top: 4px;
}
/* .equ_con01:before {
	content: "STEP";
	display: block;
	color: rgba(0,0,0,0.03);
	font-size: 14rem;
	position: absolute;
	bottom: 0;
	right: 0%;
	font-family: 'play';
	font-weight: 600;
	line-height: .72;
	z-index: 1;
} */
.eform_01 .txt01{
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.09rem;
}
.eform_01 .eform_b{
	font-family: 'play';
    font-weight: 500;
    color: #000;
    border-radius: 10px;
    background: url(../images/box_top_bg.gif) repeat center top;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
	padding:0.5rem 1rem;
	width:100%;
	height:100%;
	border:1px solid rgba(0,0,0,0);
}
.eform_01 .eform_b:hover{
	border:1px solid rgba(0,0,0,1);
}
.tcon_st01 {
    padding: 0.5rem 0.8rem;
    position: relative;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
    color: #000 !important;
	font-weight:500;
	background: url(../images/box_top_bg.gif) repeat center top;
	border:1px solid rgba(0,0,0,0);
}
.tcon_st01:hover {
	border:1px solid rgba(0,0,0,1);
}
.tcon_st01.color01 .p_bt {
        color: #fff;
    background: #000;
    border-radius: 50%;
    width: 1.8rem !important;
    height: 1.8rem !important;
    min-width: 1.8rem !important;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 0rem;
    font-size: 1.3rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 00;
}
@media screen and (max-width:1199px){
    .tal_w_con .w_b_tit {
		font-size: 1.55rem;
		margin-top: -2rem;
	}
}


/* KOLAS */
.plat_top .txt03  {
	font-family: 'play';
    font-weight: 500;
    color: #000;
	letter-spacing:0;
	font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
    .plat_top::after {
        display: block;
        content: '';
        background: url(../images/shape_01.png) no-repeat 0% 0%;
        background-size: 100% auto;
        width: 400px;
        height: 400px;
        position: absolute;
        right: 0%;
        top: 0%;
    }
}