@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url('./reset.css');
@import url('./top_banner.css?ver=20250101');

html {
    font-size: 10px;
    -webkit-touch-callout: none;
     user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     -webkit-user-select: none;
}
@media screen and (min-width: 0\0) {
	/* IE 9, IE 10, IE 11 */
	:root,
	html {
		font-size: 10px;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* IE 10, IE 11 */
	:root,
	html {
		font-size: 10px;
	}
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Pretendard Variable', Pretendard, sans-serif;
	color: #0e0e0e;
	text-decoration: none;
}
a, button, .checkBox {
	cursor: pointer;
	text-decoration: none;
}
.clearfix::after {
	display: block;
	content: '';
	clear: both;
}
.left {float: left;}
.right {float: right;}
.hide, .hiding {display: none;}
.scroll::-webkit-scrollbar {display: none;}
.scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#main {
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: #1e1e1e;
}
.inner {
	margin: 0 auto;
	max-width: 1316px;
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

/* hero */
.hero .inner .contents {padding: 20px 0px 80px;}
.hero .contents {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: stretch;
}
.hero .contents .banner-left {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    background-image: url(/img/main_img/hero_left_bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.hero .contents .banner-left .banner01 {padding-left: 40px;}
.hero .contents .banner-left .banner01 p {
    font-size: 2.4rem;
    font-weight: 600;
    color: rgba(255 255 255 / 70%);
}
.hero .contents .banner-left .banner01 h1 {
    font-size: 5.2rem;
    font-weight: 700;
    color: #fff;
}
.hero .contents .banner-right {
    flex: 0 0 calc(41.5% - 8px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;

    line-height: 1;
}
.hero .contents .banner-right .banner02 {
    position: relative;
    padding: 40px 40px 100px;
    border-radius: 20px;
    background-color: #ffcc33;
}
.hero .contents .banner-right .banner02 .deed {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 120px;
    height: 120px;
    background-image: url(/img/main_img/hero_right_deed.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    animation: motion 2s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite
}
@keyframes motion {
	0%, 100% {transform: translateY(0);}
	50% {transform: translateY(-10px);}
}
.hero .contents .banner-right .banner02 h2 {
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-weight: 600;
}
.hero .contents .banner-right .banner02 ul li {
    font-size: 2rem;
    margin-bottom: 20px;
}
.hero .contents .banner-right .banner02 ul li:last-child {margin-bottom: 0;}
.hero .contents .banner-right .banner03 {
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero .contents .banner-right .banner03:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0 0 0 / 10%);
}
.hero .contents .banner-right .banner03 a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 40px;
    border-radius: 20px;
    background-color: #f7f7f7;
}
.hero .contents .banner-right .banner03 a .arrow {
    position: absolute;
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50px;
    background: #0e0e0e;

    top: 20px;
    right: 20px;

    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 42px;
    text-align: center;
}
.hero .contents .banner-right .banner03 h3 {
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 600;
}
.hero .contents .banner-right .banner03 p {
    font-size: 1.6rem;
    line-height: 1.5;
}

/* sec02 */
.sec02 {
    background-image: url(/img/main_img/sec02_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec02 .inner {
    text-align: center;
    padding: 150px 0px;
}
.sec02 .inner .tit_box .b_tit {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
}
.sec02 .inner .tit_box .s_tit {
    line-height: 1.7;
    font-size: 24px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
}
.sec02 .inner .tit_box .s_tit span {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.sec02 .inner .txt_box {
    width: 760px;
    margin: 60px auto 0;
    text-align: center;
}
.sec02 .inner .txt_box .white_box li {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 25px 0px;
    
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}
.sec02 .inner .txt_box .dot_list {margin: 60px auto 50px;}
.sec02 .inner .txt_box .dot_list li {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.sec02 .inner .txt_box .s_txt {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}
.sec02 .inner .txt_box .yellow_box {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #ffcc33;
    padding: 25px 0px;
    margin-top: 30px;
}
.sec02 .inner .txt_box .yellow_box span {    
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

/* n_sec03 */
.n_sec03 {
    background: #ffcc33;
    background-image: url(/img/main_img/n_sec03_bg.png);
    background-position: 13%;
    background-repeat: no-repeat;
    background-size: contain;
}
.n_sec03 .inner {
    width: 1094px;
    margin: 0 auto;
    padding: 150px 0px;
}
.n_sec03 .inner .text_box {text-align: right;}
.n_sec03 .inner .text_box h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    padding-right: 8px;
}
.n_sec03 .inner .text_box h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
}

/* sec03 */
.sec03 {background: #fff;}
.sec03 .inner {
    width: 1094px;
    padding: 150px 0px;
}
.sec03 .inner .tit_box {
    color: #222;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.6;
    
    margin-bottom: 40px;
}
.sec03 .inner .tit_box strong {
    color: #ffcc33;
    font-weight: 800;
}
.sec03 .inner .right .item {
    width: 428px;    
    border-radius: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.sec03 .inner .item .header {
    width: 100%;
    height: auto;
    padding: 40px;
    
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.sec03 .inner .item .header .button {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    background: rgba(255,255,255,0.7);
    
    color: #1e1e1e;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.sec03 .inner .item .header .w_box_btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    background: rgba(0,0,0,0.5);
    
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.sec03 .inner .item .header .button:hover {
    color: #ffcc33;
    background: #fff;
}
.sec03 .inner .item .header .w_box_btn:hover {
    color: #ffcc33;
    background: #1e1e1e;
}
.sec03 .inner .item:last-child {margin-bottom: 0;}
.sec03 .inner .item .header .tit {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.sec03 .inner .item .header .sub_txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    
    display: block;
    margin-top: 10px;
}
.sec03 .inner .item .content {padding: 0px 40px 40px;}
.sec03 .inner .item .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    
    display: block;
}
.sec03 .inner .process_box .item .g_box {
    background: #ededed;
    background-image: url(/img/main_img/icon_process1.png);
    background-repeat: no-repeat;
    background-position: center right 5%;
}
.sec03 .inner .process_box .item .y_box {
    background: #ffcc33;
    background-image: url(/img/main_img/icon_process2.png);
    background-repeat: no-repeat;
    background-position: center right 5%;
}
.sec03 .inner .process_box .item .b_box {
    color: #fff;
    
    background: #1e1e1e;
    background-image: url(/img/main_img/icon_process3.png);
    background-repeat: no-repeat;
    background-position: center right 5%;
}
.sec03 .inner .result_box {margin-top: 80px;}
.sec03 .inner .result_box .item .w_box {;
    background: #fff;
    background-image: url(/img/main_img/icon_result1.png);
    background-repeat: no-repeat;
    background-position: center right 5%;
}
.sec03 .inner .result_box .item .g_box {
    background: #ededed;
    background-image: url(/img/main_img/icon_result2.png);
    background-repeat: no-repeat;
    background-position: center right 5%;
}
.sec03 .inner .result_box .item .y_box {
    background: #ffcc33;
    background-image: url(/img/main_img/icon_result3.png);
    background-repeat: no-repeat;
    background-position: center right 5%;
}
.sec03 .inner .result_box .item .b_box {
    color: #fff;
    
    background: #1e1e1e;
    background-image: url(/img/main_img/icon_result4.png);
    background-repeat: no-repeat;
    background-position: center right 5%;
}

/* sec04 */
.sec04 {
    background: #0E0E0E;
}
.sec04 .inner {
    padding: 200px 0px 250px;
    text-align: center;
}
.sec04 .inner .sub_tit {
    font-size: 24px;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
    line-height: 1;
}
.sec04 .inner .tit {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 80px;
}
.sec04 .inner .flowchart {
    display: flex;
    align-items: center;
    
    width: 1319px;
    height: 226px;
    margin: 0 auto;
    background-image: url(/img/main_img/sec04_roadmap_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.sec04 .inner .flowchart .chart {
    width: 100%;
    height: 58%;
    margin-right: 16px;
    border-radius: 20px;
    cursor: pointer;
}
.sec04 .inner .flowchart .chart:last-child {margin-right: 0px;}

/* old_sec05 */
.old_sec05 {
    display: none;
    text-align: center;
    background: linear-gradient(rgba(255,204,51,1) 0%, rgba(255,153,0,1) 100%);
}
.old_sec05 .inner {
    padding: 150px 0px;
}
.old_sec05 .inner .tit_box {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0,0,0,0.5);
    line-height: 1;
}
.old_sec05 .inner .tit_box .b_tit {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    
    margin: 10px 0 60px;
}
.old_sec05 .inner .content {
    position: relative;
    float: left;
    width: 317px;
    color: #222;
    text-align: left;
    
    margin: 0px 16px 60px 0px;
}
.old_sec05 .inner .content:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent #FFFFFF;
}
.old_sec05 .inner .content:last-child:after {display: none;}
.old_sec05 .inner .content:last-child {margin-right: 0px;}
.old_sec05 .inner .content .top {
    height: 130px;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.old_sec05 .inner .content .top .step_txt {
    display: inline-block;
    padding: 6px 13px;
    border-radius: 50px;    
    background: rgba(255,255,255,0.8);
    
    font-size: 16px;
    font-weight: 600;
}
.old_sec05 .inner .content .btm {        
    height: 130px;
    padding: 30px 0px 0px 20px;
    border-radius: 0px 0px 20px 20px;
    
    background: #ededed;
    
    line-height: 1;
}
.old_sec05 .inner .content .btm .b_txt {        
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.old_sec05 .inner .content .btm .s_txt {        
    font-size: 18px;
    font-weight: 400;
}
.old_sec05 .inner .content .step3 .btm {padding: 20px 0px 0px 20px;}
.old_sec05 .inner .content .step3 .btm .s_txt {line-height: 1.3;}
.old_sec05 .inner .content .pre_step .top {background-image: url(/img/main_img/old_sec05_prestep.png);}
.old_sec05 .inner .content .step1 .top {background-image: url(/img/main_img/old_sec05_step1.png);}
.old_sec05 .inner .content .step2 .top {background-image: url(/img/main_img/old_sec05_step2.png);}
.old_sec05 .inner .content .step3 .top {background-image: url(/img/main_img/old_sec05_step3.png);}
.old_sec05 .inner .btm_txt .b_txt {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.old_sec05 .inner .btm_txt .b_txt span {color: rgba(255,255,255,0.9);}
.old_sec05 .inner .btm_txt .s_txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

/* sec_review */
.sec_review {background: #f9f9f9;}
.sec_review .inner {
    max-width: 100vw;
    padding: 150px 0px;
    text-align: center;
}
.sec_review .inner .tit_box {
    margin-bottom: 60px;
}
.sec_review .inner .tit_box .s_tit {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.sec_review .inner .tit_box .b_tit {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.sec_review .inner .sub_txt {
    font-size: 24px;
    font-weight: 500;
    color: #aaa;
}
.sec_review .inner .sub_txt span {
    color: #222;
    font-weight: 600;
}
.sec_review .inner .review_box {
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 40px 0px 60px;
}
.sec_review .inner .review_box .slick-prev {display: none !important;}
.sec_review .inner .review_box .slick-next {display: none !important;}
.sec_review .inner .review_box .review_list {
    display: flex;
    width: 100%;
    transition-timing-function: linear;
}
.sec_review .inner .review_box .review_list li {
    display: block;
    flex: none;
    
    width: 317px;
    height: 360px;
    margin-right: 16px;
    
    border: 1px solid #ededed;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
}
.sec_review .inner .review_box .review_list li:hover {
    cursor: pointer;
}
.sec_review .inner .review_box .review_list li:nth-child(even) {margin-top: 40px;}
.sec_review .inner .review_box .review_list li .inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec_review .inner .review_box .review_list .re1 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%),
    url(/img/main_img/re_1.png);}
.sec_review .inner .review_box .review_list .re2 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%),
    url(/img/main_img/re_2.png);}
.sec_review .inner .review_box .review_list .re3 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url(/img/main_img/re_3.png);}
.sec_review .inner .review_box .review_list .re4 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url(/img/main_img/re_4.png);}
.sec_review .inner .review_box .review_list .re5 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url(/img/main_img/re_5.png);}
.sec_review .inner .review_box .review_list .re6 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url(/img/main_img/re_6.png);}
.sec_review .inner .review_box .review_list .re7 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%),
    url(/img/main_img/re_7.png);}
.sec_review .inner .review_box .review_list .re8 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%),
    url(/img/main_img/re_8.png);}
.sec_review .inner .review_box .review_list .re9 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%),
    url(/img/main_img/re_9.png);}
.sec_review .inner .review_box .review_list .re10 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url(/img/main_img/re_10.png);}
.sec_review .inner .review_box .review_list .re11 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url(/img/main_img/re_11.png);}
.sec_review .inner .review_box .review_list .re12 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url(/img/main_img/re_12.png);}
.sec_review .inner .review_box .review_list .re13 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url(/img/main_img/re_13.png);}
.sec_review .inner .review_box .review_list .re14 {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url(/img/main_img/re_14.png);}
.sec_review .inner .review_box .review_list li .inner .tit {
    position: absolute;
    bottom: 8%;
    line-height: 1.5;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.sec_review .inner .btm_txt {
    color: #aaa;
    font-size: 24px;
    font-weight: 500;
}
.sec_review .inner .btm_txt .b_txt {
    color: #222;
    margin-top: 10px;
    font-size: 32px;
    font-weight: 600;
}

/* sec_last */
.last {
    background-image: url(/img/main_img/last_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.last .inner {
    padding: 150px 0px;
    text-align: center;
}
.last .inner .tit_box {margin-bottom: 80px;}
.last .inner .tit_box .s_tit {
    font-size: 24px;
    color: rgba(255,255,255,0.5);
    line-height: 1;
    margin-bottom: 20px;
}
.last .inner .tit_box .b_tit {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}
.last .inner .txt_cont {
    margin: 80px 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.7;
}
.last .inner .txt_cont strong {font-weight: 600;}
.last .inner .y_btn {
    display: inline-block;
    padding: 42px 70px;
    background: #ffcc33;
    border-radius: 20px;
}
.last .inner .y_btn span {
    font-size: 28px;
    font-weight: 600;
    color: #1e1e1e;
    line-height: 1;
}

/* footer */
footer {background-color: #0e0e0e;}
footer .inner {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding: 80px 0px 100px;
}
footer li {
	font-size: 1.4rem;
	color: #fff;
}
footer .topWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .logoWrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    height: 56px;
	text-indent: -99999px;
}
footer .logoWrap a {height: 100%;}
footer .logoWrap .useschool {
	width: 94px;
    height: 100%;
	background: url(/img/main/logo_w.svg) no-repeat 0 center/94px auto;
}
footer .logoWrap .kb {
	width: 50px;
    height: 100%;
	background: url(/img/main/logo_kb.png) no-repeat 0 center/50px auto;
}
footer .logoWrap .kbhf {
	width: 44.5px;
    height: 100%;
	background: url(/img/main/logo_KBHF.png) no-repeat 0 center/44.5px auto;
}
footer .rightWrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
footer .rightWrap .col-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .policyWrap ul,
footer .snsWrap ul,
footer .infoWrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .policyWrap ul {gap: 28px;}
footer .snsWrap ul {gap: 20px;}
footer .policyWrap li, footer .infoWrap li {position: relative;}
footer .policyWrap li a {padding: 4px;}
footer .policyWrap li::after {
	display: block;
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	content: '';
	width: 1px;
	height: 14px;
	background-color: rgba(255 255 255 / 10%);
}
footer .infoWrap li::after {
	display: block;
	position: absolute;
	top: 50%;
	right: -7px;
	transform: translateY(-50%);
	content: '';
	width: 1px;
	height: 14px;
	background-color: rgba(255 255 255 / 10%);
}
footer .policyWrap li:last-child::after {display: none;}
footer .snsWrap a {
	display: block;
    width: 22px;
    height: 100%;
    padding: 4px 12px;
	text-indent: -99999px;
	line-height: 2.2rem;
}
footer .snsWrap .cafe {
	background: url(/img/main/icon_info_cafe.png) no-repeat 0 center/22px auto;
}
footer .snsWrap .instagram {
	background: url(/img/main/icon_info_instagram.png) no-repeat 0 center/22px auto;
}
footer .snsWrap .kakaotalk {
	background: url(/img/main/icon_info_kakao.png) no-repeat 0 center/22px auto;
}
footer .snsWrap .youtube {
	background: url(/img/main/icon_info_youtube.png) no-repeat 0 center/22px auto;
}
footer .snsWrap .blog {
	background: url(/img/main/icon_info_nblog.png) no-repeat 0 center/22px auto;
}
footer .fsiteWrap .nice-select {
	width: 200px;
	height: 40px;
	line-height: 3.8rem;
	color: #fff;
	background-color: transparent;
	border: solid 1px #999;
	border-radius: 0;
}
footer .fsiteWrap .nice-select span {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
footer .fsiteWrap .nice-select .list {
	top: -84px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
	width: calc(100% + 2px);
	background-color: #666;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
footer .fsiteWrap .nice-select .option {width: 100%;}
footer .fsiteWrap .nice-select .option.selected {font-weight: 400;}
footer .fsiteWrap .nice-select .option.focus,
footer .fsiteWrap .nice-select .option.selected.focus {background-color: #555;}
footer .infoWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}
footer .infoWrap li {color: #aaa;}
footer .infoWrap li:last-child::after {display: none;}

/* popup_modal */
#popup_modal {
	display: none;
}

#popup_modal.show {
	display: block;
}
#popup_modal .modalWrap {
	position: absolute;
	left: 1%;
	top: 40%;
	transform: translate(-1%, -40%);
	background: #000;
	text-align: center;
	z-index: 9999;
}

/* modalNotice */
#modalNotice {
	width: 400px;
	background: #111;
}
#modalNotice .modalCont {
	width: 100%;
	aspect-ratio: 3/4;
}
#modalNotice .pageWrap {
	display:none;
	position: absolute;
	left: 20px;
	bottom: 65px;
}
#modalNotice .pageWrap span {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.5rem;
	color: rgba(225, 225, 225, .6);
}
#modalNotice .pageWrap span strong {color: rgba(225, 225, 225, 1);}
#modalNotice .btnWrapClose {
	padding: 0 20px;
	background: #000;
}
#modalNotice .btnWrapClose li:first-child {float: left;}
#modalNotice .btnWrapClose li:last-child {float: right;}
#modalNotice .btnWrapClose a {
	font-size: 1.4rem;
	line-height: 4.5rem;
	color: #fff;
}
#modalNotice .btnWrapClose .btnClose {
	position: initial;
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
}
#modalNotice .btnWrapTurn .btnTurn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 39px;
	height: 39px;
	text-indent: -99999px;
	border-radius: 39px;
}
#modalNotice .btnWrapTurn .btnTurn.btnPrev {
	left: -69px;
	background: rgba(255, 255, 255, .15) url(/img/main/icon_prev.png) no-repeat 0 center/39px auto;
}
#modalNotice .btnWrapTurn .btnTurn.btnNext {
	right: -69px;
	background: rgba(255, 255, 255, .15) url(/img/main/icon_next.png) no-repeat 0 center/39px auto;
}
#modalNotice .slideWrap .slideCont .slideItem {overflow: hidden;}
#modalNotice .slideWrap .slideCont .slideItem img {width: 100%;}
#modalNotice .slideWrap .slideCont .slideItem a {display: block;}
#modalNotice .slideWrap .slideCont .slideItem a img {
	display: block;
	margin: 0 auto;
	/* width: 100%; */
	width: 400px;
	height: 533px;			
}
#modalNotice .slideWrap .slideCont .slick-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	line-height: 40px;
}
#modalNotice .slideWrap .slideCont .slick-dots li + li {margin-left: 1.0vw;}
#modalNotice .slideWrap .slideCont .slick-dots li.slick-active button {
	width: 2rem;
	background: #000;
	border-radius: 1.1rem;
	opacity: 1;
}
#modalNotice .slideWrap .slideCont .slick-dots li button {
	width: 1rem;
	height: 1rem;
	background: #000; 
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	opacity: 0.3;
}
#modalNotice .slick-slider * {outline: none;}
#modalNotice .slick-dots {
	text-align: center;
	font-size: 0;
}
#modalNotice .slick-dots li {
	display: inline-block;
	vertical-align: middle;
}
#modalNotice .slick-dots li + li {
	margin-left: 10px;
}
#modalNotice .slick-dots li button {
	display: block;
	padding: 0;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background: transparent;
	box-sizing: border-box;
	border: 1px solid #ffcd00;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-webkit-box-sizing: border-box;
	outline: none;
	/* cursor: pointer; */
	overflow: hidden;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
#modalNotice .slick-dots li.slick-active button {background: #ffcd00;}

/* modal */
#modal {
	z-index: 9999;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 75%);
}
#modal.show {display: block;}
.modalWrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	text-align: center;
}
.modalCont {position: relative;}
.modalCont.curriculum {width: 684px;}
.modalWrap .btnClose {
	position: absolute;
	width: 20px;
	height: 20px;
	text-indent: -99999px;
	background: url(/img/main/icon_btnClose.png) no-repeat 0 center/20px auto;
}

/* modalLogin */
#modalLogin .modalCont {padding: 50px 59px;}
#modalLogin .formWrap {
	display: flex;
	flex-direction: column;
}
#modalLogin .formWrap .title {
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}
#modalLogin .formWrap .inputTxt {
	margin-bottom: 15px;
	width: 330px;
}
#modalLogin .formWrap .saveIdWrap {float: left;}
#modalLogin .formWrap .findAccountWrap {float: right;}
#modalLogin .formWrap .findAccountWrap a {
	position: relative;
	padding: 10px;
}
#modalLogin .formWrap .findAccountWrap a:first-child::after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: #dbdbdb;
}
#modalLogin .formWrap .findAccountWrap a:last-child {padding-right: 0;}
#modalLogin .formWrap .btnMainForm {margin-top: 30px;}
#modalLogin .formWrap .btnTxtHighlight {
	margin: 15px auto 0;
	width: fit-content;
}
#modalLogin .btnClose {
	top: -40px;
	right: 0;
}

/* flowchart modal */
.flowchart_modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
}
.flowchart_modal .modal-content {
    position: relative;
    background-color: #fff;
    margin: 12% auto;
    width: 700px;
    height: 500px;
    border-radius: 20px;    
    color: #222;
}
.flowchart_modal .modal-content .contents {
    width: 700px;    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.flowchart_modal .modal-content .contents .main_txt {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
}
.flowchart_modal .modal-content .contents .sub_txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}
.flowchart_modal .modal-content .contents .highlight_txt {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 4px 20px;
    background: #ffcc33;
}
.flowchart_modal .close {
    color: #aaa;
    float: right;
    font-size: 50px;
    line-height: 28px;
    font-weight: 200;
    padding: 24px;
}
.flowchart_modal .close:hover,
.flowchart_modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* form */
.formWrap input[type="checkbox"] {display: none;}
.formWrap input::placeholder,
.formWrap textarea::placeholder {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 5rem;
	color: #999;
}
.formWrap label .btnTxt {display: flex;}
.formWrap .btnTxt {
	font-size: 1.3rem;
	color: #999;
}
.formWrap .inputTxt {
	padding: 0 15px;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 5rem;
	color: #000;
	border: 1px solid #dbdbdb;
}
.formWrap .checkBox .title {
	font-size: 14px;
	font-weight: normal;
}
.formWrap .checkBox .inputCheck + .btnTxt::before {
	display: block;
	content: '';
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: url(/img/main/icon_inputCheck.png) no-repeat center center/ 20px auto;
	border: solid 1px #dbdbdb;
}
.formWrap .checkBox .inputCheck:checked + .btnTxt::before {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: #ffcc33 url(/img/main/icon_inputCheck_b.png) no-repeat center center/ 20px auto;
	border: 0;
}
.formWrap .btnMainForm {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 5.5rem;
	color: #fff;
	background: #000;
}
.formWrap .btnTxtHighlight {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: underline;
}

/* Back to top button */
.back-to-top {
    display: none;
    position: fixed;
    right: 135px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: url(/img/main_img/back_top.png);
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    font-weight: bold;
    color: #6e6e6e;
    text-align: center;
    z-index: 110;
}

@media screen and (min-width:1441px) and (max-width: 1919px) {
    .sec_review .inner .review_box .review_list li .inner .tit {
        position: absolute;
        bottom: 8%;
        line-height: 1.5;
        text-align: left;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
    }
    .sec_review .inner .review_box .review_list li .inner {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 20px;
        border-radius: 20px;

        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .flowchart_modal .modal-content {
        position: relative;
        background-color: #fff;
        margin: 10% auto;
        width: 700px;
        height: 500px;
        border-radius: 20px;    
        color: #222;
    }
}
@media screen and (min-width:1280px) and (max-width: 1440px) {
    .sec_review .inner .review_box .review_list li .inner .tit {
        position: absolute;
        bottom: 8%;
        line-height: 1.5;
        text-align: left;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
    }
    .n_sec03 {
        background: #ffcc33;
        background-image: url(/img/main_img/n_sec03_bg.png);
        background-position: -15%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .sec03 {overflow-x: hidden;}
    .sec04 .inner .flowchart {
        display: flex;
        align-items: center;

        width: 1200px;
        height: 226px;
        background-image: url(/img/main_img/sec04_roadmap_bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .flowchart_modal .modal-content {
        position: relative;
        background-color: #fff;
        margin: 10% auto;
        width: 700px;
        height: 500px;
        border-radius: 20px;    
        color: #222;
    }
    .sec05 .inner {width: 84%;}
    .sec05 .inner .contents .txt_box {
        width: 75%;
        height: 250px;
        padding: 10px;
    }
    footer .inner {
        flex-direction: column;
        gap: 30px;
        padding: 80px 40px 100px;
    }
    footer .logoWrap ul {justify-content: flex-start;}
}
@media screen and (min-width:1024px) and (max-width: 1279px) {
    main.inner {
        margin: 0 auto;
        padding: 8px 20px;
        max-width: 1024px;
    }
    .hero .inner .contents {padding: 20px 20px 80px;}
    .hero .contents .banner-left {align-items: flex-start;}
    .hero .contents .banner-left .banner01 {padding: 40px;}
    .hero .contents .banner-left .banner01 h1 {font-size: 4.2rem;}
    .hero .contents .banner-right .banner02 ul li {line-height: 1.5;}
    .hero .contents .banner-right .banner02 .deed {mix-blend-mode: multiply;}
    .n_sec03 {
        background: #ffcc33;
        background-image: url(/img/main_img/n_sec03_bg.png);
        background-position: -40%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .n_sec03 .inner {
        width: 960px;
        background: linear-gradient(90deg, rgba(255,204,51,0) 0%, rgba(255,204,51,1) 50%);
    }
    .sec03 {overflow-x: hidden;}
    .sec03 .inner {width: 960px;}
    .sec04 .inner {
        padding: 150px 0px 200px;
        text-align: center;
    }
    .sec04 .inner .flowchart {
        width: 960px;
        margin: 0 auto;

        background-image: url(/img/main_img/sec04_roadmap_bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .sec04 .inner .flowchart .chart {
        width: 100%;
        height: 44%;
        margin-right: 16px;
        border-radius: 20px;
        cursor: pointer;
    }
    .flowchart_modal .modal-content {
        position: relative;
        background-color: #fff;
        margin: 8% auto;
        width: 700px;
        height: 500px;
        border-radius: 20px;    
        color: #222;
    }
    .sec05 .inner {width: 95%;}
    .sec05 .inner .contents .txt_box {
        width: 75%;
        height: 245px;
        padding: 10px 10px 0px 0px;
    }
    footer .inner {
        flex-direction: column;
        gap: 30px;
        padding: 80px 40px 100px;
    }
    footer .logoWrap ul {justify-content: flex-start;}
}
@media screen and (min-width: 721px) and (max-width: 1023px) {
    main.inner {
        margin: 0 auto;
        padding: 8px 20px;
        max-width: 1024px;
    }
    .hero .inner .contents {
        padding: 20px 20px 80px;
        flex-direction: column;
    }
    .hero .contents .banner-left {align-items: flex-start;}
    .hero .contents .banner-left .banner01 {padding: 40px 40px 80px;}
    .hero .contents .banner-left .banner01 h1 {font-size: 4.2rem;}
    .hero .contents .banner-right .banner02 {padding: 40px;}
    .hero .contents .banner-right .banner02 ul li {line-height: 1;}
    .hero .contents .banner-right .banner02 .deed {mix-blend-mode: multiply;}
    .sec_review .inner .review_box .review_list li .inner {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 20px;
        border-radius: 20px;

        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sec_review .inner .review_box .review_list li .inner .tit {
        position: absolute;
        bottom: 8%;
        line-height: 1.5;
        text-align: left;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    .sec02 .inner .txt_box {width: 90%;}
    .sec02 .inner .tit_box .b_tit {
        font-size: 50px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 60px;
    }
    .n_sec03 {
        background: #ffcc33;
        background-image: url(/img/main_img/sec02_new_bg.png);   

        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;   
    }
    .n_sec03 .inner {width: 90%;}
    .n_sec03 .inner .text_box h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 20px;
        padding-right: 8px;
    }
    .n_sec03 .inner .text_box h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5;
    }
    .sec03 {overflow-x: hidden;}
    .sec03 .inner {
        width: 90%;
        padding: 150px 20px;
    }
    .sec03 .inner .img_box {height: 160px;}
    .sec04 .inner .flowchart {
        width: 96%;
        margin: 0 auto;

        background-image: url(/img/main_img/sec04_roadmap_bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .sec04 .inner .flowchart .chart {
        width: 100%;
        height: 30%;
        margin-right: 16px;
        border-radius: 20px;
        cursor: pointer;
    }
    .flowchart_modal .modal-content {
        position: relative;
        background-color: #fff;
        margin: 40% auto;
        width: 700px;
        height: 500px;
        border-radius: 20px;    
        color: #222;
    }
    .sec05 .inner {width: 96%;}
    .sec05 .inner .contents .img_box {
        width: 160px;
        height: 250px;
        padding: 0px 10px;
    }
    .sec05 .inner .contents .txt_box {
        width: 74%;
        height: 250px;
        padding: 0px 10px;
    }
    .sec05 .inner .contents .txt_box p {font-size: 16px;}
    .last .inner .tit_box .b_tit {font-size: 40px;}
    .last .inner .y_btn span {font-size: 24px;}
    footer .inner {
        flex-direction: column;
        gap: 30px;
        padding: 80px 40px 100px;
    }
    footer .rightWrap .col-3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    footer .logoWrap ul {justify-content: flex-start;}
}