@charset "utf-8";

/*weight*/

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-blue-deep {
    color: #00AAF0;
}

.font-blue {
    color: #31A5FF;
}

strong {
    font-weight: 800;
}

/* 스크롤바 설정*/
.scroll-box::-webkit-scrollbar,
.scroll-box-policy::-webkit-scrollbar,
.select-option::-webkit-scrollbar {
    width: 6px;
}

/* 스크롤바 막대 설정*/
.scroll-box::-webkit-scrollbar-thumb,
.scroll-box-policy::-webkit-scrollbar-thumb,
.select-option::-webkit-scrollbar-thumb  {
    background: rgba(0, 0, 0, 0.1);
    /* 스크롤바 둥글게 설정    */
    border-radius: 10px;    
}

/* 스크롤바 뒷 배경 설정*/
.scroll-box::-webkit-scrollbar-track,
.scroll-box-policy::-webkit-scrollbar-track,
.select-option::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0);
}

/* Default CSS */
/* Mobile - Portrait 575px 이하 */

div, h1, h2, h3, h4, input, button, p {
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    color: #444;
}

.slt-dimbg {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
	z-index: -1;
}

.slt-dim-popup {
    /*display: none;*/
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    /*background-color: #f2f2f2;*/
    background-color: #ffffff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}

.slt-dim-popup .close {
    padding: 0 15px;
    width: 100%;
    height: 60px;
    text-align: right;
}

.slt-dim-popup .close i {
    display: block;
    font-size: 36px;
    line-height: 60px;
    color: #999;
}

.slt-dim-popup .guide-wrap {
    margin: auto;
    padding: 0;
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
}

.slt-dim-popup .guide-wrap .visual {
    padding-bottom: 20px;
    margin-bottom: 30px;
    /*border-bottom: 1px solid #666;*/
    /*border-top: 1px solid #666;*/
    text-align: center;
}

.slt-dim-popup .guide-wrap .visual p {
    font-size: 16px;
    color: #333;
}

.slt-dim-popup .guide-wrap .visual p.title {
    display: block;
    padding: 10px 0;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 2px solid #666;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: normal;
}

.slt-dim-popup .guide-wrap .visual p.main {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.slt-dim-popup .guide-wrap .visual h1 {
    margin: 15px 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    color: #00AAF0;
    max-width: 100%;
}

.slt-dim-popup .guide-wrap .flow {
    display: block;
    padding: 0 20px;
    list-style: decimal;
    margin-left: 20px;
}

.slt-dim-popup .guide-wrap .flow-pc {
    display: none;
}

.slt-dim-popup .guide-wrap .flow > li,
.slt-dim-popup .guide-wrap .flow-pc > li {
    padding-top: 15px;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
}

.slt-dim-popup .guide-wrap .flow > li:first-child,
.slt-dim-popup .guide-wrap .flow-pc > li:first-child {
    padding-top: 0;
}

.slt-dim-popup .guide-wrap .flow > li > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.slt-dim-popup .guide-wrap .flow > li > img,
.slt-dim-popup .guide-wrap .flow-pc > li > img {
    margin: 10px 0;
    border: 1px solid #eee;
    border-radius: 20px;
    max-width: 100%;
}

.slt-dim-popup .guide-wrap .take {
    position: relative;
    padding: 50px 0;
    width: 100%;
    background: url(../images/guide-pattern-bg01.png) no-repeat 20px 30px, url(../images/guide-pattern-bg02.png) no-repeat right bottom, #31A5FF;
    text-align: center;
}

.slt-dim-popup .guide-wrap .take > h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    color: #fff;
}

.slt-dim-popup .guide-wrap .take > h2 > span {
    padding: 2px 4px;
    background-color: #0090FF;
}

.slt-dim-popup .guide-wrap .take p {
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.slt-dim-popup .guide-wrap .take .btn-take {
    display: inline-block;
    padding: 10px 25px 15px 25px;
    background-color: #0090FF;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    color: #FFD957;
    text-decoration: underline;
    text-underline-offset: 5px;
    cursor: pointer;
}

.slt-dim-popup .guide-wrap .take .btn-take > i {
    padding-left: 10px;
}

.slt-dim-popup .guide-wrap .take .character {
    position: absolute;
    width: 90px;
    right: 10px;
    top: 10px;
}

.slt-dim-popup .qa {
    padding: 30px 20px;
    background-color: #666;
    text-align: center;
}

.slt-dim-popup .qa > h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
    color: #fff;
}

.slt-dim-popup .qa .qa-box {
    padding: 20px;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 2px 0 rgba(0 , 0, 0, .25);
    text-align: left;
    list-style-position: inside;
    margin-bottom: 10px;
}

.slt-dim-popup .qa .qa-box > li {
    text-indent: -20px;
    margin: 0 0 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}



/* 569px 이상 */
@media (min-width: 569px) {
	.slt-dim-popup {
		/*display: none;*/
		position: fixed;
		_position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 480px;
		height: 670px;
        border-radius: 20px;
	}
}

/* 992px 이상 */
@media (min-width: 992px) {
    .slt-dim-popup .guide-wrap .flow {
        display: none;
    }

    .slt-dim-popup .guide-wrap .flow-pc {
        display: block;
        padding: 0 20px;
        list-style: decimal;
        margin-left: 20px;
    }

    .slt-dim-popup .guide-wrap .flow-pc > li > img {
        box-shadow: 0 3px 0 0 rgba(0 , 0, 0, .1);
        overflow: hidden;
    }
}


/*특강신청방법 버튼*/

.btn-apply-special {
    float: right;
}
.btn-apply-special > button {
    padding: 8px 15px;
    background-color: #FFA500;
    border-radius: 30px;
    border: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

.btn-apply-special > button > i {
    margin-right: 5px;
}

/* 모바일 */
.btn-apply-special2 > button {

    background-color: #FFA500;
    border-radius: 10px;
    color: #fff;
    border: transparent;
    width: 100%;
    max-width: 400px;
    height: 45px;
    font-weight: 700;
    font-size: 20px;
}

@media (max-width: 769px) {
    .btn-apply-special2 > button {
    max-width: 340px;
    }
}

.btn-apply-special2 > button > i {
    margin-right: 5px;
}



/*팝업가이드*/
.slt-dim-popup2 {
    /*display: none;*/
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%,-50%);
}

.slt-dim-popup2 .popup-guide-view {
    margin: 0 auto;
    padding: 0;
    width: 280px;
    height: auto;
}

.slt-dim-popup2 .popup-guide-view .character {
    width: 100%;
    text-align: right;
}

.slt-dim-popup2 .popup-guide-view .character > img {
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: 100px;
}

.slt-dim-popup2 .popup-guide-view .popup-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 280px;
    height: 180px;
    border-radius: 20px;
    background: url(../images/guide-popup-pattern01.png) no-repeat left top, url(../images/guide-popup-pattern02.png) no-repeat left bottom, url(../images/guide-popup-pattern03.png) no-repeat right top, #FFB52D;
}

.slt-dim-popup2 .popup-guide-view .popup-box p {
    font-family: 'TmoneyRoundWindRegular', 'Pretendard';
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.slt-dim-popup2 .popup-guide-view .popup-box p span {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
}

.slt-dim-popup2 .popup-guide-view .popup-box a.btn-use {
    display: block;
    padding: 7px 20px;
    background-color: #333;
    border-radius: 30px;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard';
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.slt-dim-popup2 .popup-guide-view .popup-box a.btn-use > i {
    margin-left: 10px;
}

.slt-dim-popup2 .popup-guide-view .close-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slt-dim-popup2 .popup-guide-view .close-box:first-child {
    text-align: left;
}

.slt-dim-popup2 .popup-guide-view .close-box:last-child {
    text-align: right;
}

.slt-dim-popup2 .popup-guide-view .close-box a {
    display: block;
    padding-top: 5px;
    font-size: 11px;
    color: #fff;
}

.slt-dim-popup2 .popup-guide-view .close-box a:link,
.slt-dim-popup2 .popup-guide-view .close-box a:hover,
.slt-dim-popup2 .popup-guide-view .close-box a:active {
    color: #fff;
}