@charset "UTF-8";

.mb32 {
	margin-bottom: 32px;
}
.mb48 {
	margin-bottom: 48px;
}
.mb64 {
	margin-bottom: 64px;
}

/* 기존 jsp css */
#content > div > span{
    font-family: worksans;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #1f5e45;
    letter-spacing: 10px;
    text-align:center;
    margin-left: 14px;
} 
.bubble {
	width: 55px;
    height: 30px;
    right: 25px;
    top: 27px;
    background-color: #ff4444;
    display: block;
    position: absolute;
    z-index: 9;
    padding: 3px 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    letter-spacing: -0.08em;
    -webkit-animation: blink 1.0s step-end infinite;
}
#content {
    padding: 64px 0;
}
.agr-tit1 {
	display: block;
	margin: 15px 0 10px 0;
	font-size: 13px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
}
#layerbox_close{
	position: absolute;
	top: 0px;
	right: 25px;
	font-size: 50px;
}

/* 교육희망지점 */
.chkWrap {
    padding: 0 32px;
    box-sizing: border-box;
}
.chkTitle {
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: #1A1E27;
	padding-bottom: 16px;
    margin: 0;
}
.chkSubText {
	margin: 0;
	padding-bottom: 20px;
	color: #6C6F75;
	font-size: 28px;
	font-weight: 400;
	line-height: 40px;
}
.subTitle {
	color: #1A1E27;
	font-size: 28px;
	font-weight: 500;
	line-height: 32px
}
.form-input-name {
	display:inline-block;
	color: #1A1E27;
	font-size: 28px;
	font-weight: 500;
	line-height: 32px
}
.chkSubText + .subTitle {
	margin: 64px 0 16px;
}
.list02 li {
	display: inline-block;
	width: 340px;
}
.list02 .inputCustom {
	padding: 24px 0;
}
.inputCustom p {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	color: #1A1E27;
	margin: 0;
}
.list02 .inputCustom p img {
	width: 48px;
	vertical-align: -14px;
	margin-right: 20px;
}
.list02 .inputCustom {
	display: inline-block;
}
.list02 .inputCustom input[type="checkbox"] + p {
    background-size: 55px;
    background-repeat: no-repeat;
	background-image: url('../../img/m/consult/unchk.svg');
	padding-left: 69px;
	background-position-y: -6px;
}

.list02 .inputCustom input[type='checkbox']:checked + p {
	background-image: url('../../img/m/consult/chk.svg');
	background-size: 55px;
    background-position: 0px;
}
.list02 .inputCustom input[type="radio"] + p {
    background-size: 55px;
    background-repeat: no-repeat;
	background-image: url('../../img/m/consult/unchk.svg');
	padding-left: 69px;
	background-position-y: -6px;
}

.list02 .inputCustom input[type='radio']:checked + p {
	background-image: url('../../img/m/consult/chk.svg');
	background-size: 55px;
    background-position: 0px;
}
/* 지점 선택 된 교육희망 지점 */
.list02_1 li {
	display: inline-block;
	width: 340px;
}
.list02_1 .inputCustom {
	padding: 24px 0;
}
.list02_1 .inputCustom p img {
	width: 48px;
	vertical-align: -14px;
	margin-right: 20px;
}
.list02_1 .inputCustom {
	display: inline-block;
}
.list02_1 .inputCustom input[type="checkbox"] + p {
    background-size: 55px;
    background-repeat: no-repeat;
	background-image: url('../../img/m/consult/unchk.svg');
	padding-left: 69px;
	background-position-y: -6px;
}

.list02_1 .inputCustom input[type='checkbox']:checked + p {
	background-image: url('../../img/m/consult/dischk.svg');
	background-size: 53px;
    background-position: 0px;
}
.list02_1 .inputCustom input[type="radio"] + p {
    background-size: 55px;
    background-repeat: no-repeat;
	background-image: url('../../img/m/consult/unchk.svg');
	padding-left: 69px;
	background-position-y: -6px;
}

.list02_1 .inputCustom input[type='radio']:checked + p {
	background-image: url('../../img/m/consult/dischk.svg');
	background-size: 53px;
    background-position: 0px;
}

.chkTopTitle {
	margin-bottom:32px;
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: #1A1E27;
}

/* 교육과정 선택 */

.list03 {
	margin-top: 128px;
	margin-bottom: 80px;
}
h3.chkTitle {
	padding-bottom: 0;
}
.list03 .courseTitle {
	margin: 16px 0;
	padding: 16px 0;
	position: relative;
	color: #51545B;
	font-size: 32px;
	font-weight: 600;
	line-height: 56px;
}
.list03 .courseTitle:before {
	content: '';
	position: absolute;
	right: 10px;
	top : 50%;
	display:inline-block;
	width: 48px;
	height: 48px;
	transform: translateY(-50%);
	background: url(/img/icon-arrow-gray.svg) no-repeat center right;
	background-size: 48px;
}
.courseTitle.active:before{
	transform: translateY(-50%) rotate(180deg);
} 
.courseBox {
	border-bottom: 1px solid #EFF1F3;
}
.list03 .inputCustom {
    margin: 24px 24px 0 0;
    display: inline-block;
}

.list03 li:first-child .inputCustom, .list03 li:nth-child(2) .inputCustom {
	/* margin: 0 24px 0 0; */
}

.list03 li {
	display: inline-block;
}

.list03 ul {
	display: inline-block;
} 

.list03 .inputCustom p {
    padding: 28px 32px 28px 80px;
    background-color: #eff1f3;
    border-radius: 60px;
    margin: 0;
    background-size: 40px;
    background-repeat: no-repeat;
    background-image: url(../../img/m/consult/no_add.svg);
    background-position: 25px 27px;
    color: #6C6F75;
}

.list03 ul li label.active p {
	background-image: url(../../img/m/consult/add.svg);
	background-color: #fcc659;
	color: #1A1E27;
}

.list03 .subTitle {
	font-size: 28px;
	font-weight: 400;
	color: #BEC0C4;
    margin: 0;
    padding-bottom: 16px;
    margin-top: -8px;
}

/* 고객 정보 입력 */
.mt64 {
	margin-top: 64px;
}

.list04 {
	margin-top: 64px;
}

.list04 ul {
	margin: 32px 0;
}

.list04 ul li h1  {
	color: #1A1E27;
}

.chkBtn {
    width: 686px;
    border-radius: 24px;
    background-color: #FEB015;
    border: none;
    padding: 24px 40px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    transition: all .3s;
}
.chkBtn:active {
	color:#c5c5c5;
	background: #C78D19
}
#privacyChk input[type="checkbox"] + p {
    background-size: 55px;
    background-repeat: no-repeat;
	background-image: url('../../img/m/consult/unchk.svg');
	padding-left: 80px;
	background-position-y: -3px;
	font-weight: 500;
	font-size: 28px;
	margin: 0;
}

#privacyChk input[type='checkbox']:checked + p {
	background-image: url('../../img/m/consult/chk.svg');
	background-size: 55px;
    background-position: 0px;
}

#privacyChk a {
	color:#767676;
}

#privacyChk a span{
	font-weight: 500;
	font-size: inherit;
	border-bottom: 2px solid #767676;
}
#privacyChk a:focus, a:hover {
	color:#767676;
    text-decoration: none;
}

#select_process {
	background-image: url('../../img/m/consult/error.svg');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 611px 22px;
    padding-right: 78px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#nameDel {
    width: 40px;
    height: 40px; 
    display: inline-block;
    background-size: cover; 
    background-repeat: no-repeat; 
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 30px;
}

/* 드롭다운 */

.dropDown {
    width: 204px;
    background-color: #fff;
    position: absolute;
    top: 104px;
    border-radius: 12px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}

.dropDown p {
    margin: 0;
    padding: 16px 27px;
    text-align: left;
    font-size: 28px;
    line-height: 40px;
    color: #000;
    cursor: pointer;
}

.dropDown p:hover {
	background-color: #EDEDEE;
	border-radius: 12px;
}

/* 빠른 수강료 조회 */

#fastSelect {
	position:relative;
	margin-top:34px;
	background-color: #F5F6F8;
	/*border-top: 2px solid #DADBDE;*/
}

.fastWrap {
    padding: 0 32px;
    box-sizing: border-box;
    background-color: #fff;
}
.tabInner .fastWrap{
	padding: 0;
}
.fastTitle {
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: #1A1E27;
    margin: 48px 0 16px 0;
}
.branchList {
    background-color: #fff;
}

.branchList h5 {
	color: #1EB99D;
	font-size: 32px;
	font-weight: 600;
	line-height: 56px;
	margin: 16px 0;
}

.branchList .inputCustom {
    margin: 24px 24px 0 0;
    display: inline-block;
}

.branchList li:first-child .inputCustom, .branchList li:nth-child(2) .inputCustom,.branchList li:nth-child(3) .inputCustom {
	margin: 0 24px 0 0;
}

.branchList li, branchList ul {
	display: inline-block;
}

.branchList .inputCustom p {
    padding: 28px 32px 28px 80px;
    background-color: #eff1f3;
    border-radius: 60px;
    margin: 0;
    background-size: 40px;
    background-repeat: no-repeat;
    background-image: url(../../img/m/consult/no_add.svg);
    background-position: 25px 27px;
    color: #6C6F75;
}

.branchList ul li label.active p {
	background-image: url(../../img/m/consult/add.svg);
	background-color: #fcc659;
	color: #1A1E27;
}

/* 고객 정보 입력 */

.customerList {
	margin-top: 32px;
}

.customerList ul li h1  {
	color: #1A1E27;
	font-size: 28px;
}

/* 학과보러가기 */
#fastSelect #quickTab {
	margin-top: 30px;
	padding: 32px 40px 82px;
}

#fastSelect #quickTab .Quick_Tab {
	margin-top: 32px;
}

#fastSelect #quickTab .Quick_Tab a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


/* 과목별 탭 안에 있을 경우 스타일 */
#fastSelect:before {
    content: '';    
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
    height: 34px;
    border-top: 2px solid #DADBDE; 
    background-color: #F5F6F8;
}
.fastAreaWrap{
	padding: 0 31px;	
}
.fastAreaWrap #fastSelect:before{
	left: -31px;
	right: -31px;
}
.fastAreaWrap #fastSelect{
	border:none
}

/* grid 정렬 */
.grid {
	display: grid;
	gap: 16px;
}
.grid-col-4 {
	grid-template-columns : repeat(4, 1fr);
}

/* checkbox */
.chk-list .chk-item {
	padding: 20px 0 20px 75px;
    background-color: #eff1f3;
    border-radius: 60px;
    margin: 0;
    background-size: 40px;
    background-repeat: no-repeat;
    background-image: url(../../img/m/consult/no_add.svg);
    background-position: 25px center;
}
.chk-list .chk-item .name {
	color: #6C6F75;
}
.chk-item.active {
	background-image: url(../../img/m/consult/add.svg);
	background-color: #fcc659;
}
.chk-item.active .name {
	color: #1A1E27;
}

/* 툴팁 버튼 영역 */
.tooltip-btn-area {
	position: relative;
	padding-top:76px;
}
.tooltip-wrap {
	position: absolute;
	right: 0;
	top : 0;
	display: flex;
	align-items: center; 
	gap: 10px;
	padding: 16px 32px;
	border-radius: 12px;
	background: #353941;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
}
.tooltip-wrap:before {
	content: '';
	position:absolute;
	left:50%;
	bottom : 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #353941;
	transform : rotate(-45deg) translateX(-50%);
}
.tooltip-wrap .point {
	color: #FEB015;
	font-size: inherit;
	font-weight:  600;
}