.pc {display: block}
.mobile {display: none;}

@media screen and (max-width:768px){
    .pc {display: none}
    .mobile {display: block;}
}


/*font weight*/
.fw_el{font-weight: 100;}
.fw_l{font-weight: 300;}
.fw_m{font-weight: 400;}
.fw_sb{font-weight: 500;}
.fw_b{font-weight: bold;}
.fw_eb{font-weight: 800;}

*{letter-spacing: -0.5px;}
.b_color{color:#00c9ce; }
.b_color2 {color: #ff2a00}

.b_inner{max-width:1320px; margin:0 auto; width:100%; }
.b_inner2{max-width:1600px; margin:0 auto; width:100%; }
.b_inner3{max-width:1200px; margin:0 auto; width:100%; }
.b_inner4{max-width:1000px; margin:0 auto; width:100%; }
.b_foot_inner{max-width:1320px; margin:0 auto; width:100%; }

.b_more_btn{display: flex; align-items: center; justify-content: center; height:45px; border-radius: 5px; background-color: #000000; color:#fff; transition:background-color .3s; padding:0 20px; width: fit-content;}
.b_more_btn img{margin-left: 15px; transition:transform .2s;}
.b_more_btn:hover img.icon_arrow{transform: translateX(4px);transition: transform .2s;}

@media screen and (max-width: 768px){
	.b_inner{min-width: 100%; }
	.b_inner2{min-width: 100%; }
	.b_inner3{min-width: 100%; }
	.b_inner4{min-width: 100%; }

	.b_more_btn img{width: 12px;}
}

.line_box {height: 1px; border-bottom: 1px solid #ddd}

.mt30 {margin-top: 30px}
.mt50 {margin-top: 50px}
.mt80 {margin-top: 80px}
.mt100 {margin-top: 100px}
.mt120 {margin-top: 120px}
.mt200 {margin-top: 200px}

/*action button*/
.btn_action {position: relative; overflow: hidden; display: inline-block; padding: 0 50px; height: 50px; line-height: 50px; border: 1px solid #000; color: #000; border-radius: 50px; font-weight: 600; font-size: 2.0rem}
.btn_action:before {content:""; position: absolute; height: 100%; width: 100%; background-color: #FFD900; top: 100%; left: 0; transition: all 0.3s; z-index: -1}
.btn_action:hover:before {transform: translateY(-100%);}
.btn_action:hover {color: #fff; border: 1px solid #FFD900;}

.img_hover {overflow: hidden}
.img_hover img {transform: scale(1.0); transition: .3s;}
.img_hover:hover img {transform: scale(1.1); transition: .3s;}

/*퀵배너*/
#quick_banner {position: fixed; right: 20px; bottom: 10px; z-index: 99999999; display: flex; flex-direction: column; align-items: center; justify-content: center;}
#quick_banner a {width: 60px; height: 60px; border-radius: 30px; display: flex; align-items: center; justify-content: center; flex-direction: column;; margin: 0 0 7px; font-size: 1.1rem; color: #fff;}
#quick_banner a img {width: 18px;}
#quick_banner a span {margin: 5px 0 0}
#quick_banner .support {background-color: var(--colorMain); }
#quick_banner .join {background-color: var(--colorSub) }
#quick_banner .schedule {background-color: #e6e6e6; color: #000;}
#quick_banner .ad {background-color: #e6e6e6; color: #000 }
#quick_banner .b_top_btn {background-color: #e6e6e6; color: #000}
#quick_banner .b_top_btn:hover img {animation: moveT 1.5s ease;}
#quick_banner a.b_top_btn img {width: 14px;}

#top_banner {position: relative; display: none; height: 60px}
#top_banner.active {display: block;}
#top_banner ul {display: flex; align-items: center; justify-content: center; background-position: center center; background-size: cover;}
#top_banner .top_close_box {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; justify-content: flex-end;}
#top_banner .top_close_box a {cursor: pointer;}
#b_header{position:fixed;background: none; left:0; top:0; z-index:21; width:100%; height: 100px;  border-bottom: 0px solid rgba(255,255,255,0);}
#b_header.topba {top: 60px}
#b_header .b_head_wrap{position: relative; display: flex; align-items: center; justify-content: space-between ;height: 100%;}
#b_header .t_nav{position:relative; }
#b_header #b_gnb {display: flex; align-items: center; height: 100%;}
#b_header #b_gnb > li {padding:0 0 0 0px; position: relative; height: 100%}
#b_header #b_gnb > li > a{color:#333; display: flex; align-items: center; padding:10px 30px ; font-size: 2.0rem; height: 100%; font-weight: 500}
#b_header #b_gnb > li.on > a {font-weight: 500}

#b_header #b_gnb .b_sub_list{position:absolute; left:50%; top: 40px; background-color: #fff; width: 120%; transform:translate(-50%); padding:10px 0; display: none; border:1px solid #eaeaea; text-align: center}
#b_header #b_gnb .b_sub_list.submenu03 {width: 100%}
#b_header #b_gnb .b_sub_list li{padding:7px 10px; text-align: c enter;}
#b_header #b_gnb .b_sub_list li a{display: block; padding:2px 0;color:#777; font-weight: 500; transition:color .3s; font-size: 0.8rem;}
#b_header #b_gnb .b_sub_list li a:hover{color:#1d3c8f; transition:color .3s; font-weight: 600}
#b_header .b_logo {}
#b_header .b_logo img {width: 100%; max-width: 220px;}
#b_header .b_util_box {display: none; width: 220px; justify-content: flex-end; padding-right: 80px}

#b_header .b_right_box {width: 220px; }
#b_header .b_right_box .b_num_txt{display: flex; align-items: center; justify-content: flex-end ;color: #fff; letter-spacing: 0px}
#b_header .b_right_box .b_num_txt img{margin-right: 8px; width: 30px}
#b_header .b_right_box span{display: block; margin-left: 48px; color: #fff; padding: 5px 0 0; text-align: left} 

.b_toggle_btn{display: flex; width: 25px; height:25px; flex-direction: column ; justify-content: center; }
.b_toggle_btn span{width: 25px; background-color: #000; height:3px; border-radius: 5px;}
.b_toggle_btn.black span{background-color: #000; }
.b_toggle_btn span:first-child{margin-bottom: 5px;}
.b_toggle_btn span:last-child{margin-top: 5px;}

.b_site_map{display: none; width: 100%; position: relative; right:0; top:0px; height: 340px; z-index: 11; background-color: #fff; border-bottom: 1px solid #ddd;}
.b_site_map.open{right:0; transition:right .5s;}
.b_site_map .t_nav2 {width:100%; margin:0 auto; margin-top: 0px; margin-left: 0px; display: flex; justify-content: center;}
.b_site_map #b_gnb2 {width: 100%; max-width: 1320px; display: flex; justify-content: space-between; padding: 60px 0 0}
.b_site_map #b_gnb2 > li {margin-bottom: 20px;}
.b_site_map #b_gnb2 > li > a{font-size: 2.0rem; font-weight:600; cursor: default;}
.b_site_map #b_gnb2 > li.open > a{color:var(--colorMain); transition:color .3s; }
.b_site_map #b_gnb2 .b_sub_list {margin-top:20px; padding-bottom: 20px;}
.b_site_map #b_gnb2 .b_sub_list li {padding:7px 0 7px 0px; }
.b_site_map #b_gnb2 .b_sub_list li a{color:#000; font-size: 1.6rem; font-weight: 400;}
.b_site_map #b_gnb2 .b_sub_list li a:hover{color:#111; transition:color .3s; }
.b_site_map #b_gnb2 .b_sub_list2 {padding: 10px 0}
.b_site_map #b_gnb2 .b_sub_list2 li {padding: 5px 0 5px 0px; }
.b_site_map #b_gnb2 .b_sub_list2 li a{color:#777; font-size: 1.4rem; font-weight: 400;}
.b_site_map #b_gnb2 .b_sub_list2 li a:hover{color:#111; transition:color .3s; }

.b_bg_box{width: 100%; height: 100%; background-color: #000; opacity: .8; display: none; position: fixed; left: 0; top: 0; z-index: 10;}

.b_close_btn{display: none;} 

#b_header.black {background: #fff;}
#b_header.black #b_gnb > li > a{}
#b_header.black .b_toggle_btn.black span{}
#b_header.black .b_logo {}
#b_header.black .b_util_box {padding-right: 0}

#b_header.on {position: fixed;}
#b_header.on .b_logo a{color:#111; }
#b_header.on{background-color: #fff; transition: .4s; border-bottom: 1px solid #eaeaea;}
#b_header.on .b_logo .b_logo_off {display: none;}
#b_header.on .b_logo .b_logo_on {display: block;}
#b_header.on #b_gnb > li > a{color:#111; }
#b_header.on .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.on .b_lang_box li a{color:#c1c1c1; }
#b_header.on .b_lang_box li.on a{color:#111; }
#b_header.on .b_toggle_btn span{background-color: #111;}
#b_header.on .b_right_box .b_num_txt {color: #1d3c8f}
#b_header.on .b_right_box span {color: #000}

@media screen and (max-width:1200px){
    #b_header {height: 80px;}
	#b_header .b_inner {justify-content: space-between}
    #b_header .t_nav{display: none;}
    #b_header .b_right_box {display: none;}
	#b_header .b_util_box {display: block}

    #b_header .b_logo {padding-left: 10px;}
    #b_header .b_logo img {width: 160px}
    #b_header .b_util_box {padding-right: 10px; width: 40px}

    .b_site_map{display: block; width: 94%; max-width: 400px; position:fixed; right:-420px; top:0; height:100%; z-index: 30; background-color: #f9f9f9; box-shadow: -5px 0px 30px rgba(0,0,0,.07);  transition:right .5s;}
    .b_site_map.open{display: block !important; right:0; transition:right .5s;}
    .b_site_map .t_nav2{width:89%; margin:0 auto; margin-top: 150px; margin-left: 50px;}
    .b_site_map #b_gnb2 {flex-direction: column; padding: 0}
    .b_site_map #b_gnb2 > li {margin-bottom: 20px;}
    .b_site_map #b_gnb2 > li > a{font-size:2.0rem; font-weight:600;}
    .b_site_map #b_gnb2 > li.open > a{color:var(--colorMain); transition:color .3s; }
    .b_site_map #b_gnb2 .b_sub_list {margin-top:10px; display: none; padding-bottom: 10px;}
    .b_site_map #b_gnb2 .b_sub_list li {padding:5px 0 5px 10px; }
    .b_site_map #b_gnb2 .b_sub_list li a{color:#000; font-size: 2.0rem; font-weight: 400;}
    .b_site_map #b_gnb2 .b_sub_list li a:hover{color:#111; transition:color .3s; }
    .b_site_map #b_gnb2 .b_sub_list2 {padding: 10px 0; }
    .b_site_map #b_gnb2 .b_sub_list2 li {padding: 5px 0 5px 20px; }
    .b_site_map #b_gnb2 .b_sub_list2 li a{color:#777; font-size: 1.8rem; font-weight: 400;}
    .b_site_map #b_gnb2 .b_sub_list2 li a:hover{color:#111; transition: color .3s; }

    .b_site_map .b_close_btn{position:absolute; right: 8%; top: 5%;width:24px; height:24px; z-index: 10; display: inline-block; }
    .b_site_map .b_close_btn span{position:absolute; left:0; top:14px; background-color: #ccc; width: 100%; height: 2px; transition:background-color .3s; }
    .b_site_map .b_close_btn span:first-child{transform:rotate(45deg);}
    .b_site_map .b_close_btn span:last-child{transform:rotate(-45deg);}
    .b_site_map .b_close_btn:hover span{background-color: #111; transition:background-color .3s; } 
}

@media screen and (max-width:768px){
    #b_header{height: 70px;}
}

.b_mv_box {height: 800px; width: 100%; position: relative; overflow:hidden;}
.b_mv_box ul li{position: relative;}
.b_mv_box ul li figure{position: absolute; left: 0; top: 0; width:100%; height:100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}
.b_mv_box ul li figure img{transform:scale(1.05); height:100% }
.b_mv_box ul li.swiper-slide-active figure img{transform:scale(1); transition:transform 6s;}
.b_mv_box ul li .b_inner{display: flex; align-items: center; justify-content: flex-start;height:100%; width:100%; }
.b_mv_box .b_txt_box{color: #000; text-align: left;  margin-top: -100px; }
.b_mv_box ul li.swiper-slide-active .b_txt_box{}
.b_mv_box .b_txt_box p{font-size: 2.2rem; transform:translateY(30px); opacity:.0; color: #000; letter-spacing: 1px;}
.b_mv_box .b_txt_box h1{font-size: 5.0rem; font-weight: 500; transform:translateY(30px); opacity:.0; line-height: 1.2; padding: 10px 0 0}
.b_mv_box .b_txt_box h1 strong {color: var(--colorSub)}
.b_mv_box .b_txt_box h1 b {font-weight: 600;}
.b_mv_box .b_txt_box h2{font-size: 2.2rem;transform:translateY(30px); opacity:.0; line-height: 1.2; padding: 20px 0px 0;}
.b_mv_box .b_txt_box h2 b {color: var(--colorSub)}

.b_mv_box .bn2 .b_txt_box p {background-color: var(--colorSub);}
.b_mv_box .bn2 .b_txt_box h1 strong {color: var(--colorSub);}

.b_mv_box li.swiper-slide-active .b_txt_box h1{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .6s;}
.b_mv_box li.swiper-slide-active .b_txt_box h2{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .9s;}
.b_mv_box li.swiper-slide-active .b_txt_box p{transform:translateY(0);opacity: 1; transition:ease .8s; transition-delay: .3s;}
.b_option_box {position: absolute; top: 60%; left: 50%; transform: translateX(-50%); margin: 0px 0 0; display: flex; justify-content: flex-start; align-items: center; z-index: 9;}
.b_start {padding: 0 0 0 30px}
.b_start img {width: 12px; cursor: pointer;}
.b_mv_navi{ position: relative; z-index: 5; display: flex; padding: 0 0 0 30px}
.b_mv_navi .b_prev {width: auto; height: auto; left: 0px;}
.b_mv_navi .b_prev img{width: 10px}
.b_mv_navi .b_next {width: auto; height: auto; left: 12px; right: unset; }
.b_mv_navi .b_next img {width: 10px}
.b_mv_navi .swiper-button-next, .b_mv_navi .swiper-button-prev {background: none; position: relative; top: 0px; margin-top: 0px;}
.b_mv_box .b_more_btn{background-color: transparent; border:1px solid #000;margin:55px 0 0px; color: #000; padding: 0 40px; transform:translateY(30px); opacity:.0; }
.b_mv_box .b_more_btn span {letter-spacing: 2px; font-weight: 300;}
.b_mv_box li.swiper-slide-active .b_more_btn {transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: 1.2s;}
.b_scr_box{position: absolute; bottom: 9%; right: 5%; z-index: 5; display: flex; align-items: center; animation-name: scr_ani; animation-duration: 1s; animation-timing-function:ease-in-out; animation-iteration-count: infinite; animation-direction: alternate;}
.b_scr_box p{color:#000; margin-left: 10px; letter-spacing: 2px;}
.b_mv_box .b_pagi{position: relative;display: flex; justify-content: flex-start; align-items: flex-start; z-index: 9; }
.b_mv_box .b_pagi span{border-radius: 0; width: 60px; height: 3px; background-color: rgba(0,0,0,.3); position: relative; opacity: 1; margin: 0px !important}
.b_mv_box .b_pagi span::after{content: ''; width: 0; height: 100%; background-color: var(--colorMain); position:absolute; left: 0; top: 0;}
.b_mv_box .b_pagi span.swiper-pagination-bullet-active::after{width: 100% }
.b_mv_box .b_pagi span::before{width: 15px; height: 20px; position:absolute; left: 0; bottom: 5px; font-size: 0.75rem; font-weight: 500; color:#000; letter-spacing: 2px; opacity: .3;}
.b_mv_box .b_pagi span:nth-child(1):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(2):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(3):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(4):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(5):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(6):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(7):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(8):before{content: ''; }
.b_mv_box .b_pagi span.swiper-pagination-bullet-active::before{opacity: 1; transition: .2s;}
.b_mv_box .mouse_scroll {position: absolute; left: 50%;transform: translateX(-50%);bottom: 30px; z-index: 5; color: #000; text-align: center}
.b_mv_box .mouse_scroll img{width: 18px; margin: auto;}
.b_mv_box .mouse_scroll .down{height: 30px; position: relative;}
.b_mv_box .mouse_scroll .down .arrow {font-size: 1.2rem; animation: down 1.2s infinite; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.b_mv_box .mouse_scroll .down .arrow img {width: 12px}
.b_mv_box .mouse_scroll .txt {padding: 20px 0 0; font-size: 1.2rem; font-weight: 400; opacity: .8; letter-spacing: 1px;} 

@keyframes mv_pagi{
    0%{width: 0;}
    100%{width: 100%;}
}

@keyframes down {
  0% {opacity: 0; top: 0;}
  50% {opacity: 0.3; top: 40%;}
  100% {opacity: 1; top: 90%;}
  }

@keyframes scr_ani{
    0%{transform:translateY(0);}
    100%{transform:translateY(10px);}
}

@media screen and (max-width:1200px){
    .b_mv_box .b_more_btn {margin: 55px auto 0;}
    .b_mv_box .b_pagi {display: flex; justify-content: center;}
    .b_scr_box {left: 50%; right:unset; margin-left: -66.5px;}
}
@media screen and (max-width:768px){
    .b_mv_box {height: auto;}
	.b_mv_box .mouse_scroll {display: none}
    /* .b_mv_box .b_txt_box p{margin: 25px 0;} */
    .b_mv_box .b_more_btn{margin-top: 25px;}
    .b_scr_box{bottom: 5%; }

    .b_mv_navi > div img{width: 14px;}
    .b_mv_box .b_pagi {top: 90%}
	.b_mv_box .b_pagi span{width: 40px;}
    .b_mv_box .b_pagi span::before{height: 12px;}

    .b_mv_box .b_txt_box {margin-top: 30px; padding: 0 20px; display: none;}
    .b_mv_box .b_txt_box p {font-size: 1.8rem}
    .b_mv_box .b_txt_box h2 {font-size: 3.0rem}
    .b_mv_box .b_txt_box h1 {font-size: 3.0rem}
    .b_mv_box .b_more_btn {margin: 40px auto 0;}
    .b_mv_box ul li figure {position: relative;}
    .b_mv_box ul li figure img {transform: scale(1.0); width: 100%; height: auto}
    .b_option_box {justify-content: center; bottom: 25px; top: unset}

	.main_bg { background-size: 100% auto;}
	.sub_bg { background-size: 100% auto; background-position: left+100px top}
}


.b_motion { /* 페이드 이펙트 */
    transition: transform 0.6s, opacity 0.6s ease;
    opacity: 0 !important;
    transform: translate3d(0px, 30px, 0);
  }

.b_motion.b_move { /* 모션 작동 */
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

.b_delay_01{transition-delay: .2s;}
.b_delay_02{transition-delay: .4s;}
.b_delay_03{transition-delay: .6s;}
.b_delay_04{transition-delay: .7s;}
.b_delay_05{transition-delay: 1.0s;}

@media screen and (max-width:1200px){
    .b_delay_01{transition-delay: 0s;}
    .b_delay_02{transition-delay: 0s;}
    .b_delay_03{transition-delay: 0s;}
    .b_delay_04{transition-delay: 0s;}
    .b_delay_05{transition-delay: 0s;}
}

.movie_box { max-width:100%; margin:0 auto;}
.movie_box div { position:relative; padding-top: 56.25%; overflow:hidden; }
.movie_box iframe { display:block; width:100%; height:100%; position:absolute; top: 0%; }

.b_tit_box {margin-bottom: 50px; text-align: center;}
.b_tit_box h1{line-height: 1.3; word-break: keep-all; font-size: 4.6rem; font-weight: 400; padding: 10px 0}
.b_tit_box h1 strong {font-weight: 800}

.b_section{padding: 80px 0;}

@media screen and (max-width:1200px){
    .b_tit_box .b_sub_txt {font-size: 2.6rem; margin-bottom: 0;}
    .b_tit_box h3 {font-size: 4.2rem}
    .b_tit_box .b_cont_txt {font-size: 1.8rem;}
}

@media screen and (max-width:768px){
    .b_tit_box {margin-bottom: 30px; }
    .b_tit_box .b_sub_txt {margin-bottom: 0px; font-size: 2.0rem}
    .b_tit_box h3 {font-size: 3.4rem}
	.b_tit_box h1 {font-size: 3.6rem}
    .b_tit_box .b_cont_txt {margin-top: 20px;}
    .b_section {padding: 70px 0;}
}

#b_footer{font-size: 2.62em; font-weight: 400;background-color: #090909; }
#b_footer > div {display: flex; justify-content: space-between; flex-wrap: wrap;  padding: 50px 0; }
#b_footer p {padding-bottom: 10px}
#b_footer .tl {font-weight: 600; padding-bottom:40px}
#b_footer .b_foot_company {}
#b_footer .b_foot_company .agreement {display: none;}
#b_footer .b_foot_company .agreement a {color: #fff; font-size: 1.6rem; display: inline-block; padding: 0 20px 0 0;}
#b_footer address{font-style: normal; color:#fff; font-size: 1.4rem; opacity: .6; padding: 20px 0 0; font-weight: 300; }
#b_footer address strong {line-height: 1.7;  letter-spacing: 0px; font-weight: 400; padding: 0 3px 0 0}
#b_footer address span {padding: 0 10px 0 0}
#b_footer address .b_copyright{line-height: 1.7;letter-spacing: 0.5px; font-size: 1.4rem}
#b_footer .b_foot_help ul {display: flex; color: #fff;}
#b_footer .b_foot_help .tel p {font-size: 2.0rem; font-weight: 600;}
#b_footer .b_foot_help .tel h2 {font-size: 3.6rem; font-weight: 800;}
#b_footer .b_foot_help .time {padding: 0 0 0 40px}
#b_footer .b_foot_help .time p {font-size: 1.6rem; font-weight: 300; opacity: .7;}
#b_footer .b_foot_help .login {display: flex; padding: 20px 0 0}
#b_footer .b_foot_help .login p {background: rgba(255,255,255,.3); color: #fff; padding: 10px 20px; border-radius: 5px; font-size: 1.2rem; margin: 0 10px 0 0}
#b_footer .b_foot_help .login p a {display: block; color: #fff}

@media screen and (max-width:980px){
    #b_footer{padding:60px 0; }
    #b_footer  > div{flex-direction: column; text-align: center; padding: 40px 0}
	#b_footer .b_foot_logo {width: 100%}
	#b_footer .b_foot_company {width: 100%}
	#b_footer .b_foot_right {width: 100%; padding: 20px 0 0}
}

@media screen and (max-width:768px){
    #b_footer{padding:0px 0; font-size: 1.6rem}
    #b_footer .b_foot_company .agreement a {padding: 10p; font-size: 1.6rem}
    #b_footer .b_foot_logo {padding: 40px 0px 0px;}
	#b_footer .b_foot_logo img {width: 160px}
    #b_footer address {border-left: none; padding: 20px 0 0; font-size: 1.6rem} 
	#b_footer .b_foot_office {padding: 20px 0 0}
    #b_footer .b_foot_help {padding: 20px 0 0; display: flex; justify-content: center; flex-wrap: wrap;}
    #b_footer .b_foot_help ul {width: 100%; justify-content: center;}
    #b_footer .b_foot_help .tel p {font-size: 1.6rem}
    #b_footer .b_foot_help .tel h2 {font-size: 2.8rem}
    #b_footer .b_foot_help .time {text-align: right;}
    #b_footer .b_foot_help .login {justify-content: center; width: 100%}
}

.bbs_wrap {padding: 50px 0}

/*테이블*/
.tbl_a {font-size: 1.6rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_a tr {border-bottom: 1px solid #ddd;}
.tbl_a th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: left;}
.tbl_a td {padding: 15px 15px; line-height: 1.6;}

.tbl_b {font-size: 1.8rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_b tr {border-bottom: 1px solid #ddd;}
.tbl_b tr:nth-child(2n-1) {background: #f7f7f7; font-weight: 600; color: var(--colorMain); font-size: 2.0rem}
.tbl_b th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: center; border-right: 1px solid #ddd;}
.tbl_b th:last-child {border-right: none;}
.tbl_b td {padding: 25px 15px; line-height: 1.8; text-align: center; border-right: 1px solid #ddd;}
.tbl_b td:last-child {border-right: none;}

.tbl_c {font-size: 1.8rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_c tr {border-bottom: 1px solid #ddd;}
.tbl_c th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: center; border-right: 1px solid #ddd;}
.tbl_c th:last-child {border-right: none;}
.tbl_c td {padding: 25px 15px; line-height: 1.8; text-align: left; border-right: 1px solid #ddd;}
.tbl_c td:last-child {border-right: none;}

.txt_con {}
.txt_con h2 {font-size: 3.2rem; font-weight: 600}
.txt_con p {font-size: 1.8rem; padding: 40px 0 0; color: #222; line-height: 1.4;}
.txt_con p strong {font-size: 2.6rem; color: #000; font-weight: 400;}

.flex_box {display: flex; flex-wrap: wrap;}
.flex_reverse {flex-direction: row-reverse;}
ul.flex_box .img_box {width: 37%; }
ul.flex_box .img_box img {width: 100%; border-radius: 0 50px 0 50px;}
ul.flex_box .txt_box {width: 63%; padding-left: 60px}
ul.flex_reverse .txt_box {padding-left: 0; padding-right: 60px;}

ul.img_box {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%}
ul.img_box li {margin: 0 0 20px; position: relative; display: flex; justify-content: center; align-items: center;}
ul.img_box li img {width: 100%}
ul.flex2 li {width: calc(50% - 20px)}
ul.flex3 li {width: calc(33.333% - 20px)}
ul.flex4 li {width: calc(25% - 20px)}
ul.flex5 li {width: calc(20% - 20px)}
ul.img_box figure {position: absolute; left: 0; top: 0; width:100%; height:100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}
ul.img_box figure img {height: 100%}

/*메인페이지*/
.con_tl {text-align: center; padding: 0 10px}
.con_tl h2 {font-size: 3.6rem; font-weight: 600; line-height: 1.2;}
.con_tl p {font-size: 2.0rem; padding: 30px 0 0}
.b_section_blank {margin: 120px 0 0}
.con_wrap {margin: 80px auto 0;}
.con_wrap .stl {font-size: 2.8rem; font-weight: 600;}
.tab_box {font-size: 2.0rem;}
.tab_box a {margin: 0 20px 0 0}
.tab_box a.active {font-weight: 600;}
.link_box {padding: 40px 0 0; width: 100%; display: flex;}
.link_box a {border: 1px solid #aaa; padding: 20px 40px; margin: 0 20px 0 0; font-size: 1.7rem; display: flex; justify-content: center; align-items: center;}
.link_box a:hover {background: var(--colorMain); border: 1px solid var(--colorMain); color: #fff}
.link_box a img.arr {width: 7px; margin: 0 0 0 25px}
.link_box a img.svg {width: 26px; margin: 0 20px 0 0px; filter: var(--colorMain);}
.link_box a:hover img {filter: var(--filterWhite)}
.link_box a:last-child {margin: 0}

.b_sec_01 .img_box {width: 60%; display: flex; justify-content: space-between;}
.b_sec_01 .img_box p {width: calc(50% - 20px); max-width: 380px}
.b_sec_01 .img_box p img {border: 5px solid #f7f7f7; width: 100%}
.b_sec_01 .img_box p:nth-child(2) {margin: 60px 0 0}
.b_sec_01 .txt_box {width: 40%; padding: 0px 0 0 50px; opacity: .9;}
.b_sec_01 .txt_box p {padding: 25px 0 0; line-height: 1.4; font-size: 2.0rem; opacity: .8;}

.b_sec_02 .img_box{padding: 0 20px}
.b_sec_02 .img_box li{aspect-ratio: 9/11; display: flex; align-items: flex-end; padding: 0px 2%; position: relative; border-radius: 30px 0 30px 0; overflow: hidden;}
.b_sec_02 .img_box li:hover{ }
.b_sec_02 .img_box li::after{content: ''; width: 100%; height: 100%; background-color: var(--colorMain); position: absolute; left: 0; top: 0; opacity: 0; transition:opacity .3s;}
.b_sec_02 .img_box li:hover::after{opacity: .3; transition:opacity .3s; }
.b_sec_02 .img_box li > a{display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 15;}
.b_sec_02 .img_box li:nth-child(1){background:url(/data/design/sec02_img_01.jpg) no-repeat center / cover;}
.b_sec_02 .img_box li:nth-child(2){background:url(/data/design/sec02_img_02.jpg) no-repeat center / cover;}
.b_sec_02 .img_box li:nth-child(3){background:url(/data/design/sec02_img_03.jpg) no-repeat center / cover;}
.b_sec_02 .img_box li:nth-child(4){background:url(/data/design/sec02_img_04.jpg) no-repeat center / cover;}
.b_sec_02 .img_box li:nth-child(5){background:url(/data/design/sec02_img_05.jpg) no-repeat center / cover;}
.b_sec_02 .img_box li .b_txt_box{width: 100%;color:#fff; position: relative ; z-index: 10; transition:transform .2s; text-align: center; }
.b_sec_02 .img_box li:hover .b_txt_box {transform: translateY(-30px);  transition:transform .3s}
.b_sec_02 .img_box li .b_txt_box h3 {font-size: 2.6rem; font-weight: 600;position: absolute; bottom: 60px; text-align: center; width: 100%; transition:opacity 1s; }
.b_sec_02 .img_box li .b_txt_box p{ font-size: 1.6rem;line-height: 1.4; margin: 15px 0; font-weight: 300; opacity: 0; transition:opacity .2s;  }
.b_sec_02 .img_box li .b_txt_box span{opacity: 0; transition:opacity .2s; font-size: 1.4rem;}
.b_sec_02 .img_box li:hover .b_txt_box h3{position: relative; bottom: unset;  transition:opacity .3s;}
.b_sec_02 .img_box li:hover .b_txt_box p{opacity: 1;  transition:opacity .3s; }
.b_sec_02 .img_box li:hover .b_txt_box span{opacity: .5;  transition:opacity .3s; }
.b_sec_02 .img_box li .b_arw_box{width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background-color: var(--colorMain); position: absolute; right: 0; top: 0; opacity: 0; }
.b_sec_02 .img_box li .b_arw_box img {width: 14px}
.b_sec_02 .img_box li:hover .b_arw_box{opacity: 1; transition:opacity .3s; z-index: 5;}
.b_sec_02 .img_box .logo_gray {display: none;}

/* 25.04.04 학사일정, 교내소식 추가*/
.b_sec_02_1 {padding: 0 20px}
.b_sec_02_1 .flex_box_02_1 {display: flex; flex-wrap: nowrap;}
.b_sec_02_1 .con_wrap{width: 100%; display: flex; flex-direction: row;}
.b_sec_02_1 .con_wrap .con_tl {width: 200px; text-align: left;}
.b_sec_02_1 .con_wrap .con_tl p {font-size: 1.8rem}
.b_sec_02_1 .con_wrap .link_box {}
.b_sec_02_1 .con_wrap .link_box a {width: 50%; height: 20px;}
.b_sec_02_1 .con_wrap .link_box a img.svg {margin: 0 10px 0 0; width: 10px;}
.b_sec_02_1 .con_wrap .con_box {width: 30%; margin: 0 120px 0 20px;}
.b_sec_02_1 .con_wrap .con_box .tbl_b {padding: 0 200px;}
.b_sec_02_1 .con_wrap .con_box .tbl_b th{font-size: 1.2em;}
.b_sec_02_1 .con_wrap .con_box .tbl_b td{font-size: 1.2em;}
.b_sec_02_1 .con_wrap .con_box .img_box{padding: 40px 0 0; display: flex; justify-content: flex-start;}
.b_sec_02_1 .con_wrap .con_box .img_box.active {display: flex}
.b_sec_02_1 .con_wrap .con_box .img_box li {margin: 0 20px 20px 0}
.b_sec_02_1 .con_wrap .img_box {display: flex; flex-wrap: wrap; justify-content: flex-end}
.b_sec_02_1 .con_wrap .img_box img {width: 10vw; height: auto; max-width: 50px; min-width: 30px;}

/* 25.04.23 학사일정 수정*/
.b_sec_02_1 .con_wrap .img_box img.arrow_size {width: 1vw; height: auto; max-width: 50px; min-width: 30px; cursor: pointer;}
.schedule_table {width: 100%; table-layout: fixed; border-collapse: collapse;}
.schedule_th {width: 100%; height: 60px; vertical-align: top; padding: 10px; box-sizing: border-box; overflow: hidden; word-wrap: break-word;}
.schedule_td {vertical-align: top;}
.date-event-line {display: flex; justify-content: center; align-items: center; gap: 8px; margin: 4px 0; padding-bottom: 10px;}
.date-wrap {display: flex; justify-content: center; align-items: center; padding: 20px 50px; background-color: #171c61; color: white; width: 60px; height: 30px; border-radius: 7px;}
.date {font-weight: bold; color: white;}
.event-wrap {display: flex; justify-content: center; align-items: center; padding: 20px 50px; background-color: #eee; color: white; width: 60%; height: 30px; border-radius: 7px;}
.event {color: black;}

.b_sec_03 {padding: 0 20px}
.b_sec_03 .con_wrap .con_tl {width: 25%; text-align: left;}
.b_sec_03 .con_wrap .con_tl p {font-size: 1.8rem}
.b_sec_03 .con_wrap .link_box {margin: 40px 0 0}
.b_sec_03 .con_wrap .con_box {width: 75%; }
.b_sec_03 .con_wrap .con_box .img_box{padding: 40px 0 0; display: none; justify-content: flex-start;}
.b_sec_03 .con_wrap .con_box .img_box.active {display: flex}
.b_sec_03 .con_wrap .con_box .img_box li {margin: 0 20px 20px 0}

/*25.06.06 공지사항, 가정통신 추가*/
.b_sec_03_1 {padding: 0 20px}
.b_sec_03_1 .con_wrap .con_tl {width: 25%; text-align: left;}
.b_sec_03_1 .con_wrap .con_tl p {font-size: 1.8rem}
.b_sec_03_1 .con_wrap .link_box {margin: 40px 0 0}
.b_sec_03_1 .con_wrap .con_box {width: 75%; }
.b_sec_03_1 .con_wrap .con_box .img_box{padding: 40px 0 0; display: none; justify-content: flex-start;}
.b_sec_03_1 .con_wrap .con_box .img_box.active {display: flex}
.b_sec_03_1 .con_wrap .con_box .img_box li {margin: 0 20px 20px 0}

.b_sec_04 {background: #f7f7f7; padding: 80px 0}
.b_sec_04 .con_wrap {justify-content: space-between; margin: 0 auto}
.b_sec_04 .con_wrap .bbs_box {width: calc(33.333% - 40px)}
.b_sec_04 .bbs_box .con_stl {display: flex; justify-content: space-between; align-items: center;}
.b_sec_04 .bbs_box .con_stl strong {font-size: 2.0rem; font-weight: 600;}
.b_sec_04 .bbs_box .con_stl a {display: flex; align-items: center; font-size: 1.6rem; opacity: .7;}
.b_sec_04 .bbs_box .con_stl a img {width: 6px; margin: 0 0 0 10px}
.b_sec_04 .bbs_box .con_scon {margin: 30px 0 0; min-height: 120px}
.b_sec_04 .bbs_box .con_scon ul {display: flex; justify-content: space-between;}
.b_sec_04 .bbs_box .con_scon ul li {font-size: 1.6rem; opacity: .7; padding: 0 0 5px}
.b_sec_04 .bbs_box .con_scon .empty_li {text-align: center; font-size: 1.6rem;}
.b_sec_04 .link_box {margin: 30px auto 0; justify-content: space-between;}
.b_sec_04 .link_box a {font-size: 1.6rem; padding: 20px 45px; }
.b_sec_04 .link_box a .svg {margin: 0 40px 0 0}
.b_sec_04 .link_box a .arr {margin: 0 0 0 20px}

.b_sec_05 {background: url(/data/design/m_request_bg.jpg) no-repeat center center; height: 400px; margin: 0}
.b_sec_05 .con_tl {display: flex; justify-content: center; align-items: center; flex-direction: column;color: #fff; height: 100% }
.b_sec_05 .con_tl .tel {font-size: 4.6rem; opacity: 1; font-weight: 600;}
.b_sec_05 .con_tl .email {padding: 10px 0 0; opacity: 1;}
.b_sec_05 .con_tl .email span {margin: 0 10px}
.b_sec_05 .link_box {justify-content: center; padding: 40px 0 0}
.b_sec_05 .link_box a {color: #fff;}
.b_sec_05 .link_box a img { filter: var(--filterWhite);}

/*서브페이지*/
.txt_blank {padding: 100px 0 0}
.txt_blank2 {padding: 50px 0 0}
.txt_blank3 {padding: 30px 0 0}

#content_wrapper {}
#content_wrapper .sub_title {position: relative; letter-spacing: 0px; height: 400px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
#content_wrapper .sub_title .txt_box {width: 100%; height: 100%; display: flex; flex-direction: column;justify-content: center; align-items: center; color: #fff; padding: 0px 0 0;}
#content_wrapper .sub_title .txt_box p { letter-spacing: 0px; }
#content_wrapper .sub_title .txt_box h1 { padding: 0px 0 0; font-size: 3.2rem; }

#content_wrapper .sub_menu { z-index: 3; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #fff; } 
#content_wrapper .sub_menu > .sub_menu_box {display: flex; align-items: center; border-left: 1px solid #ddd;}
#content_wrapper .sub_menu > .sub_menu_box div { display: flex; align-items: center; justify-content: center; width: 80px; position: relative; font-size: 1.6rem;border-right: 1px solid #ddd;  height: 60px; font-weight: 600;}
#content_wrapper .sub_menu > .sub_menu_box div > a {color: #777}
#content_wrapper .sub_menu > .sub_menu_box div.depth1 {width: 220px;}
#content_wrapper .sub_menu > .sub_menu_box div.depth2 {width: 220px;}
#content_wrapper .sub_menu > .sub_menu_box div.depth3 {width: 220px;}
#content_wrapper .sub_menu > .sub_menu_box div img {width: 13px; margin: 0 5px 0 0}
#content_wrapper .sub_menu > .sub_menu_box div img.arr {width: 8px; display: none;}
#content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth {display: block; padding: 13px 25px; width: 100%}
#content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth:after {position: absolute; right: 15px; display: inline-block; width: 33px; height: 18px; padding: 0px 0; content:""; background-image: url("/data/design/icon_smenu_b.png"); background-repeat: no-repeat; background-position: center center; background-size: 20px auto}
#content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth.on:after {background-image: url("/data/design/icon_smenu_t.png"); }
#content_wrapper .sub_menu > .sub_menu_box div ul {display: none; position: absolute; top: 60px; left: 0px;  background: #f7f7f7; width: 100%; padding: 10px 10px 15px; z-index: 2; font-weight: 400 }
#content_wrapper .sub_menu > .sub_menu_box div ul li a {display: block; color: #777; padding: 10px 15px;  }
#content_wrapper .sub_menu > .sub_menu_box div ul li a.active {font-weight: 600; color: #000}

.sub_wrapper {padding:100px 0 0px 0;}
.sub_content_wrap {padding: 100px 0 100px}

.request_wrap ul {display: flex; justify-content: space-between;flex-wrap: wrap; padding: 0 0 10px }
.request_wrap ul li {display: flex; align-items: center; padding: 7px 5px; width: 100%}
.request_wrap ul li .label {display: flex; align-items: center; width: 200px; color: #000; font-size: 1.6rem}
.request_wrap ul li .label img {margin: 0 10px 0 0;}
.request_wrap ul li .value {width: calc(100% - 200px)}
.request_wrap ul li .checkbox {display: flex; align-items: center; color: #aaa}
.request_wrap ul li .checkbox a {color: #000; margin: 0 0 0 15px}
.request_wrap ul li input[type='text'] {border-radius: 0px; border: 1px solid #666666; width: 400px; }
.request_wrap ul li input[type='email'] {border-radius: 0px; border: 1px solid #666666; width: 400px; }
.request_wrap ul li input[type='checkbox'] {width: 22px; height: 22px; margin: 0 10px 0 0;}
.request_wrap ul li select {border-radius: 0px; border: 1px solid #666666; width: 400px;}
.request_wrap ul li textarea {border-radius: 0px; border: 1px solid #666666; width: 100%}
.request_wrap .agreement {display: none; padding: 60px 0 0}
.request_wrap .agreement .tl {font-size: 2.0rem; padding: 0 0 20px; letter-spacing: -1px}
.request_wrap .agreement dl {border: 1px solid #ddd; padding: 30px; border-radius: 10px;}
.request_wrap .agreement dd {padding: 5px 0}
.request_wrap .agree_check {padding: 10px 0 0}
.request_wrap .agree_btn {padding: 50px 0 0; margin: 20px 0 0; display: flex; justify-content: center; align-items: center; border-top: 1px dotted #aaa;}
.request_wrap .agree_btn button {font-size: 2.0rem; width: 160px; padding: 15px 0; background: var(--colorMain); border-radius: 50px;}

.b_quick_wrap {position: fixed; right: -200px; top: 160px; z-index: 20; transition: 1s;}
.b_quick_wrap.active {right: 0; transition: 1s;} 
.b_quick_wrap .b_quick {display: flex; align-items: center;}
.b_quick_wrap .b_quick .arrow {border: 1px solid #ddd; border-radius: 5px 0 0 5px; background: #fff; margin: 0 -1px 0 0}
.b_quick_wrap .b_quick .arrow a {display: inline-block; padding: 15px 10px; }
.b_quick_wrap .b_quick .arrow a img {transform: rotate(180deg);}
.b_quick_wrap.active .b_quick .arrow a img {transform: rotate(0deg);}
.b_quick_wrap .b_quick .menu_box {width: 200px; border: 1px solid #ddd;background: #fff}
.b_quick_wrap .b_quick .menu_box .stl {font-size: 1.6rem; font-weight: 600; padding: 30px 0 0; margin: 0 15px}
.b_quick_wrap .b_quick .menu_box .link {background: #000; color: #fff; font-size: 1.3rem; border-radius: 5px; padding: 10px 10px; margin: 7px 15px 0}
.b_quick_wrap .b_quick .menu_box .link.youtube {background: #F3EAEA; color: #000; font-weight: 600;}
.b_quick_wrap .b_quick .menu_box .link.branch {background: var(--colorMain)}
.b_quick_wrap .b_quick .menu_box .link.branch a{ color: #fff}
.b_quick_wrap .b_quick .menu_box .link.review a{ color: #fff}
.b_quick_wrap .b_quick .menu_box .banner {margin: 20px 15px 0}
.b_quick_wrap .b_quick .menu_box .top {background: #000; color: #fff; text-align: center; font-size: 1.2rem; margin: 20px 0 0; padding: 7px 0}
.b_quick_wrap .b_quick .menu_box .top a {color: #fff; display: block;}

.agree_box {margin: 50px auto 0; font-weight: 400; border: 1px solid #eee}

*서브페이지*/
.subpage {padding: 120px 10px 100px}
.subpage .contl {}
.subpage .contl h1 {font-size: 3.0rem; font-weight: 800; line-height: 1.2}
.subpage .contl p {font-size: 1.6rem; line-height: 1.4; padding: 20px 0 0}
.subpage .contl a {display: inline-block; font-size: 1.4rem; border: 1px solid #000; border-radius: 30px; padding: 15px 30px; margin: 25px 0 0}
.subpage .contl a img {width: 8px; margin-left: 10px}

.subcontent_img {padding: 100px 0 80px}
.subcontent_img p {padding: 60px 0}
.subcontent_img p:nth-child(1) {padding: 0 0 60px}
.subcontent_img p img {width: 100%}

.tx_left {text-align: left !important;}
.tx_center {text-align: center !important;}

.cont_box .stl {font-size: 2.8rem; font-weight: 600;}

.cont_tl {display: flex; justify-content: center;  padding: 60px 0 0}
.cont_tl .txt {position: relative;}
.cont_tl .txt .icon_quotes {position: absolute; width: 60px; height: auto; z-index: -1;}
.cont_tl .txt .icon_quotes.left {left: -35px; top: -34px; transform: rotate(180deg);}
.cont_tl .txt .icon_quotes.right {right: -35px; bottom: -34px}
.cont_tl .txt h2 {font-size: 4.2rem; padding: 0 0px 0 0}
.cont_tl .txt h2 strong {color: var(--colorMain);}
.cont_tl .txt h3 {font-size: 4.2rem; color: var(--colorMain); text-align: right; padding: 10px 0 0 150px}

.root_daum_roughmap_landing {width: 100% !important}

.school_greeting .sec01 img {width: 100%}
.school_greeting .sec02 .txt_box {padding-left: 30px}
.school_greeting .sec02 ul {padding: 40px 0 0}
.school_greeting .sec02 ul li p {font-size: 1.9rem; line-height: 1.3;}
.school_greeting .sec02 .sign {text-align: right; padding: 20px 0 0;}
.school_greeting .sec02 .sign strong {font-size: 2.8rem; margin: 0 5px 0 10px}
.school_greeting .sec02 .ex {padding: 20px 30px; margin: 20px 0 0; border: 1px solid #ddd; align-items: center;}
.school_greeting .sec02 .ex h2 {font-size: 2.4rem; width: 70px}
.school_greeting .sec02 .ex .flex_box {width: calc(100% - 70px);justify-content: space-between; }
.school_greeting .sec02 .ex p {width: calc(33.333%); font-size: 1.6rem; text-align: left; padding: 2px 0}

.school_philosophy .sec01 {justify-content: space-between;}
.school_philosophy .sec01 > div {width: calc(50% - 40px); }
.school_philosophy .sec01 .cont_stl h2 {font-size: 2.8rem; font-weight: 600;}
.school_philosophy .sec01 > div .flex_box {border: 1px solid #ddd; padding: 40px 40px; align-items: center; margin: 25px 0 0}
.school_philosophy .sec01 > div .flex_box .img_box {width: 160px}
.school_philosophy .sec01 > div .flex_box .img_box img {width: 120px}
.school_philosophy .sec01 > div .flex_box .txt_box {padding: 0;  width: calc(100% - 160px)}
.school_philosophy .sec01 > div .flex_box .txt_box p {padding: 0; font-size: 2.0rem}

.school_way .sec01 .flex_box {align-items: center;}
.school_way .sec01 .flex_box .img_box {width: 40%}
.school_way .sec01 .flex_box .img_box img {width: 100%}
.school_way .sec01 .flex_box .txt_box {padding: 0 0 0 20px; width: 60%}
.school_way .sec01 .flex_box .txt_box p {padding: 0; font-size: 1.8rem; line-height: 1.6}
.school_way .sec01 .flex_box .txt_box p b {color: var(--colorMain)}

.school_rightpeople .sec01 {}
.school_rightpeople .sec01 > .flex_box {justify-content: space-between; }
.school_rightpeople .sec01 .cont_stl h2 {font-size: 2.8rem; font-weight: 600;}
.school_rightpeople .sec01 > .flex_box ul {border: 1px solid #ddd; padding: 40px 40px; align-items: center; margin: 25px 0 0; width: calc(50% - 40px);}
.school_rightpeople .sec01 > .flex_box ul .img_box {width: 160px}
.school_rightpeople .sec01 > .flex_box ul .img_box img {width: 120px}
.school_rightpeople .sec01 > .flex_box ul .txt_box {padding: 0; width: calc(100% - 160px)}
.school_rightpeople .sec01 > .flex_box ul .txt_box h2 {font-size: 2.4rem; font-weight: 600; color: var(--colorMain);}
.school_rightpeople .sec01 > .flex_box ul .txt_box p {padding: 10px 0 0; font-size: 1.8rem}
.school_rightpeople .sec01 > .flex_box ul.flex100 {width: 100%}
.school_rightpeople .sec02 .cont_stl h2 {font-size: 2.8rem; font-weight: 600;}
.school_rightpeople .sec02 .img_box img {width: 100%}

.school_schedule .sec01 {padding: 100px 0 0}

.school_education .sec01 {padding: 200px 0 0; justify-content: space-between; }
.school_education .sec01.flex_box ul {position: relative; width: calc(33.33333% - 80px); flex-direction: column; margin: 0 80px 100px 0; }
.school_education .sec01.flex_box ul:nth-child(3n) {margin: 0 0 100px}
.school_education .sec01.flex_box ul .cont_stl {position: absolute; top: -40px; left: 0px; z-index: 1; background-color: var(--colorMain); color: #fff; font-size: 2.4rem; border-radius: 0 40px 0 40px; width: 260px; height: 80px; justify-content: center; align-items: center;}
.school_education .sec01.flex_box ul .cont_stl h2 {font-size: 2.6rem;}
.school_education .sec01.flex_box ul .cont_stl span {font-size: 2.0rem; font-weight: 400;}
.school_education .sec01.flex_box ul .img_box {width: 100%}
.school_education .sec01.flex_box ul .txt_box {width: 100%; padding:0 0 0 10px;}
.school_education .sec01.flex_box ul .txt_box p {font-size: 1.8rem; padding: 30px 0 0; opacity: .9; line-height: 1.6; text-align: center;}
.school_education .sec01.flex_box ul .txt_box p.ex {text-align: left; font-size: 1.8rem; line-height: 1.4;}
.school_education .sec01.flex_box ul.flex100 {width: 100%; margin: 0 0 100px; flex-direction: row;}
.school_education .sec01.flex_box ul.flex100 .img_box {width:calc(33.33333% - 80px); margin: 0 40px 0 0}
.school_education .sec01.flex_box ul.flex100 .txt_box {width: calc(66.66666%); padding: 0}
.school_education .sec01.flex_box ul.flex100 .txt_box p {text-align: left; padding: 0; }
.school_education .sec01.flex_box ul.flex100 .txt_box p strong {font-weight: 600;}
.school_education .sec01.flex_box ul.flex100 .txt_box p b {font-weight: 500;}
.school_education .sec01.flex_box ul.flex100 .txt_box .ex {border: 1px solid #ddd; padding: 30px 40px;  align-items: center; margin: 40px 0 0}
.school_education .sec01.flex_box ul.flex100 .txt_box .ex strong {width: 120px; height: 120px; display: flex; background-color: var(--colorMain); color: #fff; font-size: 2.4rem; font-weight: 600; justify-content: center; align-items: center; border-radius: 100%;}
.school_education .sec01.flex_box ul.flex100 .txt_box .ex p {width: calc(100% - 120px); padding: 0 0 0 50px; font-size: 1.8rem;}
.school_education .sec01.flex_box ul.flex100 .txt_box .ex p b {font-weight: 500;}

.school_support .sec01 .stl {font-size: 2.8rem; font-weight: 600;}
.support_name {}
.support_name span {width: 80px; text-align: left; line-height: 40px;}

.link_file {margin: 60px 0 0; display: flex; justify-content: center}
.link_file a {background: #171c61; color: #fff; padding: 15px 50px; font-size: 18px; margin: 0 15px}

@media screen and (max-width: 1200px){
    .sub_wrapper {padding: 0}
    #content_wrapper .sub_title {height: 400px; background-size: auto 100% }

    .sub_content .tl {font-size: 2.6rem}
    .b_quick_wrap {display: none;}
}

@media screen and (max-width: 1000px){
    .link_file {}
    .link_file a {padding: 15px 0px; width: calc(50% - 10px); font-size: 14px; margin: 0 5px; text-align: center;}


    #quick_banner {left: 0; bottom: 0; right: unset; width: 100%; flex-direction: row; background-color: #e6e6e6;}
    #quick_banner a {width: 25%; background-color: transparent; border-radius: 0px; margin: 0; flex-direction: row; font-size: 1.8rem; align-items: center; justify-content: center;}
    #quick_banner a:last-child {display: none;}
    #quick_banner a img {width: 22px; margin: 0 5px 0 0; }
    #quick_banner a span {margin: 0px 0 0}

    .tbl_c th {width: 60px}

    ul.flex_box .img_box {width: 100%}
    ul.flex_box .txt_box {width: 100%; padding: 20px 0 0}

    ul.flex5 li {width: calc(50% - 10px)}

    .cont_tl {padding: 30px 0 0}
    .cont_tl .txt .icon_quotes {width: 50px}
    .sub_content .cont_tl h2 {font-size: 3.0rem}
    .sub_content .cont_tl h3 {font-size: 3.0rem; padding: 10px 0 0}
    .sub_content .cont_tl p {font-size: 1.6rem;}

    .b_section_blank {margin: 80px 0 0}
    .txt_blank {padding: 80px 0 0}
    .txt_blank2 {padding: 50px 0 0}
    .sub_content .tit {font-size: 2.2rem}
    .sub_content .title_box .cont {padding: 30px 10px}
    .sub_content .title_box .cont p {font-size: 1.6rem}
    .sub_content .title_box .cont p img {width: 60px}
    .sub_content .title_box .cont p:nth-child(2) {padding: 0 0 0 20px}
    .sub_content .title_box .tl {font-size: 1.8rem}
    .sub_content .title_box .tl::before {height: 20px}

    .txt_table .tbl_a {font-size: 1.6rem;}
    .tbl_a th {padding: 10px}
    .tbl_a td {padding: 10px}
    
    .tab_box {justify-content: center;}
    .tab_box a {margin: 0 10px; font-size: 2.6rem;}

    .h120 {height: auto}
    .con_wrap {margin: 40px auto 0}

    .link_box {justify-content: center; margin: 20px 0 0}
    .link_box a {padding: 15px 25px; font-size: 2.0rem;}
    .link_box a img.svg {margin: 0 10px 0 0; width: 20px}
    .link_box a img.arr {margin: 0 0 0 8px}

    .b_sec_01 .img_box {width: 100%}
    .b_sec_01 .img_box p {width: calc(50%)}
    .b_sec_01 .img_box p:nth-child(2) {margin: 0;}
    .b_sec_01 .txt_box {width: 100%; padding: 30px 10px 0; text-align: center;}
    .b_sec_01 .txt_box p {padding: 20px 0 0}

    .b_sec_02 .img_box li .b_txt_box h3 {bottom: 40px}
    .b_sec_02 .img_box li .b_arw_box {width: 40px; height: 40px}
    .b_sec_02 .img_box li .b_arw_box img {width: 10px}
    .b_sec_02 .img_box .logo_gray {display: flex; align-items: center; justify-content: center;}

    /* 25.04.04 학사일정, 교내소식 추가*/
    .b_sec_02_1 {padding: 0}
    .b_sec_02_1 .flex_box_02_1 {display: flex; flex-wrap: wrap;}
    .b_sec_02_1 .con_wrap .con_tl {width: 100%; text-align: center;}
    .b_sec_02_1 .con_wrap .link_box {margin: 40px 0 0; padding: 0}
    .b_sec_02_1 .con_wrap .link_box a {width: 30%; height: 50px;}
    .b_sec_02_1 .con_wrap .con_box {width: 100%; margin: 30px 0 0 0;}
    .b_sec_02_1 .con_wrap .con_box .img_box li {margin: 0 5px 10px}
    .b_sec_02_1 .con_wrap .con_box .img_box {width: 20px; height: 20px}
    .b_sec_02_1 .con_wrap .con_box .img_box img {width: 10px;}

    .b_sec_03 {padding: 0}
    .b_sec_03 .con_wrap .con_tl {width: 100%; text-align: center;}
    .b_sec_03 .con_wrap .link_box {margin: 40px 0 0; padding: 0}
    .b_sec_03 .con_wrap .con_box {width: 100%; padding: 80px 0 0}
    .b_sec_03 .con_wrap .con_box .img_box li {margin: 0 5px 10px}

    .b_sec_04 {padding: 40px 10px 40px}
    .b_sec_04 .con_wrap .bbs_box {width: 100%}
    .b_sec_04 .link_box a {padding: 15px 0px; width: calc(50% - 5px); margin: 0 0 10px}
    .b_sec_04 .link_box a .svg {margin: 0 20px 0 0}
    .b_sec_04 .link_box a .arr {margin: 0 0 0 10px}
    .b_sec_04 .link_box a:last-child {display: none;}

    .b_sec_05 {margin: 0;}
    .b_sec_05 .con_tl .tel {padding: 20px 0 0}
    .b_sec_05 .link_box {justify-content: space-between; padding: 20px 0 0}
    .b_sec_05 .link_box a {margin: 0 0 10px; width: calc(50% - 5px);}
    .b_sec_05 .link_box a:last-child {display: none;}
        
    #content_wrapper .sub_title .txt_box h1 {padding:50px 0 0}
    #content_wrapper {margin-top: 0}
    #content_wrapper .sub_title {height: 250px}
    #content_wrapper .sub_menu > .sub_menu_box div {font-size: 2.0rem; width: 60px}
    #content_wrapper .sub_menu > .sub_menu_box div.depth1 {width: calc(50% - 30px)}
    #content_wrapper .sub_menu > .sub_menu_box div.depth2 {width: calc(50% - 30px)}

    .sub_content_wrap {padding: 50px 10px 50px}
	.sub_content .tl {font-size: 2.4rem}
    .sub_content .stl {font-size: 2.6rem; padding: 20px 0 0;}
	.sub_content .stl2 {font-size: 3.0rem; padding: 20px 0 0;}
    .sub_content .tl2 {font-size: 1.8rem;}
    .sub_content h2 {padding: 0 0px}
    .sub_content .title_box .cont .tel  {padding: 0 0 0 10px}
    .sub_content .title_box .cont .tel span {font-size: 1.6rem}
    .sub_content .title_box .cont .tel p {font-size: 2.2rem}
    .sub_content .title_box .cont .time {padding: 0 0 0 10px}
    .sub_content .title_box .cont .time p {font-size: 1.2rem}
    
    .request_wrap ul {flex-direction: column; padding: 0}
    .request_wrap ul li {width: 100%; padding: 0 0 10px}
    .request_wrap .memo {padding: 0}
    .request_wrap .agreement dl {padding: 20px}
    .request_wrap ul li .label {width: 120px; font-size: 1.6rem;}
    .request_wrap ul li .value {width: calc(100% - 120px)}
    .request_wrap ul li input[type='text'], .request_wrap ul li input[type='email'], .request_wrap ul li select, .request_wrap ul li textarea {width: 100%}    

    .subcontent_img {padding: 0 10px 40px}
    .subcontent_img p {padding: 30px 0}
    .subcontent_img p:nth-child(1) {padding:60px 0 30px}

    .school_greeting .sec02 .txt_box {padding: 20px 0 0}
    .school_greeting .sec02 .ex {padding: 20px 10px; margin: 50px 0 0}
    .school_greeting .sec02 .ex h2 {width: 100%; text-align: center;}
    .school_greeting .sec02 .ex .flex_box {width: 100%; padding: 20px 0 0}
    .school_greeting .sec02 .ex p {width: 50%}

    .school_philosophy .sec01 .cont_stl h2 {font-size: 2.6rem;}
    .school_philosophy .sec01 > div {width: 100%}
    .school_philosophy .sec01 > div .flex_box {margin: 10px 0 40px}

    .school_way .sec01 .flex_box .img_box {width: 100%}
    .school_way .sec01 .flex_box .txt_box {width: 100%; padding: 20px 0 0}

    .school_rightpeople .sec01 .cont_stl h2 {font-size: 2.6rem;}
    .school_rightpeople .sec01 > .flex_box ul {width: 100%; padding: 20px 10px}
    .school_rightpeople .sec01 > .flex_box ul .img_box {width: 100px}
    .school_rightpeople .sec01 > .flex_box ul .img_box img {width: 80px}
    .school_rightpeople .sec01 > .flex_box ul .txt_box {width: calc(100% - 100px);}
    .school_rightpeople .sec02 .img_box {padding: 30px 0 0}

    .school_education .sec01 {padding: 120px 0 0}
    .school_education .sec01.flex_box ul .cont_stl {height: 70px}
    .school_education .sec01.flex_box ul {width: 100%; margin: 0 0 100px}
    .school_education .sec01.flex_box ul.flex100 {margin: 0 0 30px}
    .school_education .sec01.flex_box ul.flex100 .img_box {width: 100%; margin: 0}
    .school_education .sec01.flex_box ul.flex100 .txt_box {width: 100%; padding: 30px 0 0}
    .school_education .sec01.flex_box ul.flex100 .txt_box .ex {padding: 20px 10px; flex-direction: column;}
    .school_education .sec01.flex_box ul.flex100 .txt_box .ex p {width: 100%; padding: 30px 20px 0}
    
}

/*25.04.23 메인 유튜브 영상 추가*/
.video-container {position: relative; max-width: 1200px; width: 100%; margin: 0 auto; padding-bottom: 56.25%;}
