/* main */
.main-visual{position: relative;}
.main-visual::before{
    content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1;
    background-image: url(../images/main_video_thumnail.png); background-size: cover; opacity: 0.2;
}
.main-visual{position: relative;}
.main-visual .video-box{position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.main-visual .video-box #myVideo {
    position: absolute; z-index: 0;
    width: 100%; height: 100%; object-fit: cover;    
}
.main-visual .txt-box{
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;
    width: 92%; max-width: 820px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    text-align: center;
}
.main-visual .txt-box .t1{
    font-size: var(--txt_size_xl); color: #fff; line-height: 1;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.main-visual .txt-box .t2{
    font-size: var(--txt_size_xxl); font-weight: 250; color: #FEC909; letter-spacing: 5px;
    line-height: 1.25;
}
.main-visual .txt-box .t2 strong{display: block; font-size: inherit; font-weight: 700; letter-spacing: inherit;}
.main-visual .txt-box .t2 strong > span{letter-spacing: -10px;}
.main-visual .txt-box .t3{color:#fff; font-size: var(--txt_size_ms); width: 100%; max-width: 700px; line-height: 1.5;}


#about{background: #222; color:#F1F1F1;}
#about .con-1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#about .con-1 .txt-box{padding-right: var(--padding-s);}
#about .con-1 .img-box{max-width: 360px;}
#about .con-1 .t1{
    font-size: 60px; color: #fff; line-height: 1;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
#about .con-1 .t2{font-size: 70px; color: #FEC909; font-weight: 800;}
#about .con-1 .t3{font-size: 24px; color: #F07F11; font-weight: 500; letter-spacing: 1; margin: 30px 0 20px; }
#about .con-1 .txt{line-height: 24px; margin-bottom: 30px;}
#about .con-1 .txt:last-child{margin-bottom: 0;}
#about .con-1 .txt span{display: block; margin-bottom: 5px;}
#about .con-2{margin-top: var(--padding-s);}
#about .con-2 .ad-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--padding-s);
}
#about .con-2 .ad-1:last-child{margin-bottom: 0;}
#about .con-2 .ad-1 .img-box{max-width: 140px;}
#about .con-2 .ad-1 .txt-box{flex: 1; margin-left: var(--padding-s);}
#about .con-2 .ad-1 .txt-box h1{display: block; font-size: var(--txt_size_ms); color: #FFF; font-weight: 700; line-height: normal; letter-spacing: 1.2px; margin-bottom: 10px;}
#about .con-2 .ad-1 .txt-box ul{list-style: disc; margin-left: 15px; }
#about .con-2 .ad-1 .txt-box ul li{margin-top: 5px;}
#about .con-2 .ad-1 .txt-box span{position: relative; margin-top: 5px;}
#about .con-2 .ad-1 .list-style span{display: inline-flex;}
#about .con-2 .ad-1 .list-style span::before{content:"·"; font-weight: 700; width: 10px; display: inline-block;}
#about .con-3{margin-top: var(--padding-l);  border-radius: 30px; background: #111; padding:var(--padding-s); text-align: center;}
#about .con-3 h1{display: block; margin-bottom: var(--padding-s); color: #FEC909; font-size: var(--txt_size_mxl); font-weight: 700; letter-spacing: 2px;}
#about .con-3 .ver_m{display: none;}
#about .con-3 .ver_m .img-box{max-width: 250px; width: 90%; margin: 0 auto;}
#about .con-3 .ver_m .txt-box{margin-top: 50px;}
#about .con-3 .ver_m .txt-box dl{margin-bottom: 30px;}
#about .con-3 .ver_m .txt-box dl > span{
    display: inline-flex; justify-content: center; align-items: center;
    background:#E23B3B; width:30px; height: 30px; border-radius: 50pt; margin:10px 0; font-weight: 700; font-size: 24px;
}
#about .con-3 .ver_m .txt-box dl dt{font-size: 130%; font-weight: 500;}
#about .con-3 .ver_m .txt-box dl dt strong{font-weight: 700;}
#about .con-3 .ver_m .txt-box dl dt strong > span{font-size: 70%;}
#about .con-3 .ver_m .txt-box dl dd{margin-top: 10px;}
#guide{background-color: #fff; padding-bottom: 0;}
#guide .con-title .t1,
#guide .con-title .t2{color:#222;}
#guide .con{padding:var(--padding-l) 0;}
#guide .con:last-child{padding-bottom: var(--padding-xl);}
#guide .con > div{
    display: flex;
    gap: var(--padding-m);
}
#guide .con .title{
    max-width: 360px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#guide .con .title h1{
    display: block; padding:20px 20px; text-align: center;
    color: #FEC909; font-weight: 700; line-height: 1; font-size: var(--txt_size_ls);
    border-radius: 15px;
background: #333;
}
#guide .con .title h1 > b{font-weight: inherit;}
#guide .con .card-box{
    flex:auto;
    display: grid;
    justify-content: end;
    grid-template-columns: repeat(2, minmax(auto, 370px));
    grid-template-rows: repeat(2, minmax(auto, 370px));
    gap: 40px;
}
    #guide .con .card-box .card-2{grid-column: 1; grid-row: 2}
    #guide .con .card-box .card-3{top:55%;}
#guide .con .card-box .card{
    position: relative; width: 100%; max-width: 370px; background: #EEE; 
    border-radius: 15px; border: 0; padding:30px;
}
#guide .con .card-box .card::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#guide .con .card-box .card-no{
    position: absolute; right:20px; bottom: 15px;
    color: #FFF; font-size: var(--txt_size_xxl); font-weight: 700; line-height: 1;
}
#guide .con .card-box h1{color:#222; font-weight: 700; font-size: var(--txt_size_ml);}
#guide .con .card-box .no{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff; font-weight: 600; font-size: 90%; margin-right: 5px;;
    background-color: #999; border-radius: 50pt; width: 19px; height: 19px;
}
#guide .con .card-box ul{margin-top: 20px; position: relative; z-index: 1;}
#guide .con .card-box ul li{color: #555; font-weight: 600; font-size: var(--txt_size_sl); margin-bottom: 7px; line-height: 1.3;}
#guide .con .card-box ul li:last-child{margin-bottom: 0;}
#guide .con .card-box ul li span{display: block; margin-bottom: 7px;}
#guide .con:nth-child(odd) {background: #EEE;}
#guide .con:nth-child(odd) .title{order: 2; margin-right: 0;}
#guide .con:nth-child(odd) .card-box{justify-content: start;}
#guide .con:nth-child(odd) .card-box .card{background-color: #fff;}
#guide .con:nth-child(odd) .card-box .card-no{color:#eee;}

#schedule{background-color: #222;}
#schedule .null{height: var(--padding-xl);}
#schedule .con-title .t1,
#schedule .con-title .t2{color: #fff;}
#schedule .schedule-table{
    border-top: 3px solid #d9d9d9; border-bottom: 3px solid #d9d9d9; 
    margin-top: var(--padding-s);
    color:#fff;}
#schedule .schedule-table dl{
    display: flex;
    align-items: stretch;
    font-size: var(--txt_size_sl); border-bottom: 1px solid #D9D9D9;
}
    #schedule .schedule-table dl:last-child{border: 0;}

#schedule .schedule-table dt,
#schedule .schedule-table dd{min-height: 65px; padding:25px 0;}
#schedule .schedule-table dt{
    background: #373737; width: 300px; max-width: 30%;
    font-weight: 500; letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#schedule .schedule-table dd{padding-left: 40px;}
#schedule .schedule-table dd ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: disc;
    padding-left: 20px;
}
#schedule .schedule-table dd ul li::marker{color: #999;}
#schedule .schedule-table .name dd{font-size: 110%; font-weight: 700;}
#schedule .schedule-table .download a > img{width: 20px;}
#schedule .schedule-table .download .btn{
    display: inline-flex;
    align-items: center;
    padding:7px 10px 7#guide .con .title h1
    px 20px; margin-top: 10px; border-radius: 5px; background: #F07F11;
    color: #FFF; font-weight: 700; font-size: var(--txt_size_sl); 
}
#schedule .schedule-table .download .btn i{margin-left: 10px;}

#schedule .benefit{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:50px;
    margin-top: var(--padding-s);
}
#schedule .benefit .box{
    border-radius: 15px; background: #373737; padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#schedule .benefit .box .txt-box{width:70%; max-width: 275px;}
#schedule .benefit .box .txt-box h3{color: #fff; font-weight: 700; font-size: var(--txt_size_ms);}
#schedule .benefit .box .txt-box h5{color: #ddd; font-weight: 400; font-size: var(--txt_size_s);}
#schedule .useful{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:50px;
    margin-top: var(--padding-s);
}

/* 학원 지역별 리스트 */
.search-list-btns{
    display: inline-flex;
    gap: 15px;
    flex-direction: column;
    position: sticky; z-index: 100; top: 0;
}
.search-list-btns > li > a{
    display: inline-block;
    border-radius: 30px; background: #EEE; padding:8px 30px; outline: 0;
    font-size: var(--txt_size_sl); color:#333; font-weight: 600; transition: all .3s;
}
.search-list-btns > li > a:hover,
.search-list-btns > li > a.active{background: #F07F11; color: #fff;}
.search-list-frame{
    position: absolute; top: 0; right: 0;
    width: calc(100% - 180px);    
}

.search-list{width:100%; height:100%; background-color: #fff; padding: var(--padding-s);}
.search-list .title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.search-list .title h1{font-weight: 700; font-size: var(--txt_size_ml);}
.search-list .title .history{display: flex; gap:10px;}

.search-list .title .history a{display: inline-block; border:1px solid #ddd; font-size: var(--txt_size_s); border-radius: 5px; padding:3px 10px; color:#555; transition: all .3s;}
.search-list .title .history a:hover{background-color: #ddd;;}

.search-list .list{border-top:2px solid #222;}
.search-list dl{
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 15px 0;
    gap: 10px;
}
.search-list dl dt{flex:1;}
.search-list dl dd{text-align: center; min-width: 100px;}
.search-list dl dt span,
.search-list dl dd span{line-height:1.25;}
.search-list dl dt.empty{text-align: center}
.search-list dl dt.name{min-width: 120px;}
.search-list dl dd.target,
.search-list dl dd.subject,
.search-list dl dd.tel{width: 10%; min-width: 120px; text-align: center;}
.search-list dl dd.target span,
.search-list dl dd.subject span{border-radius: 50pt; padding:5px 10px; font-size: 90%;}
.search-list dl dd.target span{border:1px solid #ddd; color: #555;}
.search-list dl dd.subject span{border:1px solid #F07F11; color: #F07F11; font-weight: 600;}
.search-list dl dd.add{width:35%; min-width: 180px; text-align: left;}
.search-list dl dd.add span{font-size:90%}
.search-list dl dd.tel{}
.search-list dl.th dt{
    text-align: left; font-weight: 400; color:#555;}
.search-list dl.th dd{text-align: center; color:#555;}
.search-list-footer{
    height:var(--padding-s); border: 1px solid red;
}