/* 메인 */
.menu-path {
    width: 1920px;
    margin: 0px auto;
}

/* 메뉴 경로 */
.menu-path {
    display: inline-block;
    width: 100%;
    margin-top: 84px;
    text-align: center;
}

.menu-home {
    display: inline-block;
    margin-right: 11px;
}

.menu-next-step {
    display: inline-block;
    margin-right: 12px;
}

.menu-step {
    display: inline-block;
    font-family: 'NotoSansCJKkr', sans-serif;
	color: #878787;
	font-size: 0.81em;
    margin-right: 12px;
}

.menu-path a:last-child p {font-weight: 700;}

/* 메인 색션 */
.main-section {
    margin: 0px auto;
    height: auto;
}
.main-section-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'NotoSansCJKkr', sans-serif;
	color: #000000;
	font-size: 4.26em;
	font-weight: 400;
	line-height: 0.909;
	transform: scale(0.667,0.669);
    margin-top: 43px;
    margin-bottom: 71px;
}

.bot_btn {margin-top:56px;text-align:center;}
.bot_btn a{display:inline-block;vertical-align:middle;text-align:center;margin-left:5px;}
.bot_btn a:first-child{margin-left:0;}
.bot_btn .btn_cancel {width:160px;height:50px;background:#777777;line-height:50px;color:#fff;}
.bot_btn .btn_submit {width:160px;height:50px;background:#093960;line-height:50px;color:#fff;}

.lnk {color:#333;}
.lnk:after{content:"";display:inline-block;vertical-align:middle;width:12px;height:12px;margin:-3px 0 0 6px;background:url(/front/assets/img-mo/opcc/member/ico_lnk.png) no-repeat left center;background-size:auto 100%;}