@charset 'utf-8';

/*image map border none*/
area:focus{
  border: none;
  outline:none;
  outline-style: none;
  -moz-outline-style:none; 
}

/*border-box*/
.milpass_wrap div,.milpass_wrap span,.milpass_wrap iframe,
.milpass_wrap h1,.milpass_wrap h2,.milpass_wrap h3,.milpass_wrap h4,.milpass_wrap h5,.milpass_wrap h6,.milpass_wrap p,.milpass_wrap a,.milpass_wrap img,.milpass_wrap strong.milpass_wrap center,.milpass_wrap ul,.milpass_wrap li,
.milpass_wrap fieldset,.milpass_wrap form,.milpass_wrap label, .milpass_wrap table,.milpass_wrap tbody,.milpass_wrap tfoot,.milpass_wrap thead,.milpass_wrap tr,.milpass_wrap th,.milpass_wrap td {
    box-sizing:border-box;
}

/*기본설정*/
.w1000 {width:1000px;margin:0 auto;}
.w1100 {width:1100px;margin:0 auto;}
.w1160 {width:1160px;margin:0 auto;}
.cen {text-align:center;}

/*상단 띠배너*/
.topbnr_wrap {
    display:block;
    width:100%;
}
.topbnr_area {
    width:100%;
    height:94px;
    background-color:#000000;
    z-index:99;
}
.topbnr_con {
    display:flex;
    height:inherit;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    word-break:keep-all;
    font-size:13px;
    letter-spacing:-0.5px;
}
.topbnr_con .col1 {color:#ffe74c !important;}
.topbnr_con .col2 {color:#f4ff63 !important;}
.topbnr_con .col3 {color:#66ff6a !important;}
.topbnr_con .col4 {color:#59e1ff !important;}
.topbnr_con .col5 {color:#c2aaff !important;}
.topbnr_con .col6 {color:#82cfff !important;}
.topbnr_con .col7 {color:#8db0ff !important;}
.topbnr_con .col8 {color:#87f5be !important;}
.topbnr_con .col9 {color:#a3cffb !important;}
.topbnr_con .col10 {color:#ffd2ac !important;}
.topbnr_con .col11 {color:#ffe83a !important;}
.topbnr_con .col12 {color:#ff6e01 !important;}
.topbnr_con .bgcol1 {background-color:#ffe74c;}
.topbnr_con .bgcol2 {background-color:#f4ff63;}
.topbnr_con .bgcol3 {background-color:#66ff6a;}
.topbnr_con .bgcol4 {background-color:#59e1ff;}
.topbnr_con .bgcol5 {background-color:#c2aaff;}
.topbnr_con .bgcol6 {background-color:#82cfff;}
.topbnr_con .bgcol7 {background-color:#8db0ff;}
.topbnr_con .bgcol8 {background-color:#87f5be;}
.topbnr_con .bgcol9 {background-color:#a3cffb;}
.topbnr_con .bgcol10 {background-color:#ffd2ac;}
.topbnr_con .bgcol11 {background-color:#ffe83a;}
.topbnr_con .bgcol12 {background-color:#ff6e01;}
.topbnr_frame {
    width:144px;
    height:54px;
    border-radius:8px;
    color:#0d0d0d;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    text-align:center;
    line-height:140%;
}
.topbnr_frame a {
    width:100%;
    height:inherit;
    display:table;
    color:#0d0d0d;
    text-decoration:none;
    letter-spacing:-1px;
}
.topbnr_frame.pos1 a {font-size:14px;}
.topbnr_frame.pos2 a {font-size:17px;}
.topbnr_frame a span {
    width:100%;
    display:table-cell;
    vertical-align:middle;
}
.topbnr_frame.pos1 {
    margin-right:30px;
}
.topbnr_frame.pos2 {
    margin-left:30px;
}
.topbnr_frame.pos2.last {margin-left:12px;}
.topbnr_tit {}
.topbnr_tit .tit_main {
    display:block;
    font-size:24px;
    font-weight:800;
    margin-bottom:2px;
}
.topbnr_tit .tit_main.flex {
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
}
.topbnr_tit .tit_main.flex .flex_sub {
    color:#fff14c;
    font-size:17px;
    font-weight:400;
    line-height:160%;
    margin-right:24px;
}
.topbnr_tit .tit_main.flex .flex_sub2 {
    color:#ffffff;
    text-align:left;
    font-size:22px;
    font-weight:700;
    line-height:140%;
    margin-right:36px;
}
.topbnr_tit .tit_main.flex .flex_main {
    font-size:27px;
}
.topbnr_tit .tit_main.flex .flex_main2 {
    font-size:40px;
    font-weight:700;
}
.topbnr_tit .tit_main.flex .flex_main3 {
    font-size:22px;
    font-weight:700;
    margin-right:12px;
}
.topbnr_tit .tit_sub {
    display:block;
    text-align:left;
    font-size:11px;
    font-weight:400;
    letter-spacing:0;
    opacity:0.5;
}

/*비주얼*/
.vis {
    background:url('//new.wowgosi.co.kr/txt_img/open2021_06/milpass01bg.jpg') center top no-repeat;
    padding:120px 0 100px 0;
}
.vis_tit {
    margin-bottom:60px;
}
.vis_tit_above {
    margin-bottom:84px;
}
.vis_rolling {
    position:relative;
    height:400px;
}
.vis_rolling_txt {
    position:absolute;
    z-index:10;
    left:0;right:0;
    top:90px;
}
.rolling_wrap {
    position:absolute;
    width:1048px;
    height:640px;
    left:50%;margin-left:-524px;
    top:-240px;
    overflow:hidden;
    transform-origin:50% 100%;
    transform:perspective(300px) rotateX(16deg);
}
.rolling {
    height:100%; background:url('//new.wowgosi.co.kr/txt_img/open2021_06/milpass03.png') repeat-y 0 0;
    animation:vis_rolling 10s linear infinite;
}
@keyframes vis_rolling {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -405px;
    }
}

/*군무원도전기회*/
.chance {padding:120px 0;}
.chance_tit {margin-bottom:110px;}
.chance_con1 {margin-bottom:180px;}

/*1 준비이유*/
.why1 {
    background-color:#f7ff8c;
    padding:100px 0;
}
.why_tit {
    text-align:left;
    padding-bottom:20px;
    border-bottom:2px solid #0e0e0e;
}
.why1_tit1 {
    margin-top:80px;
    margin-bottom:60px;
}
.why1_slide_wrap .slick-prev,.why1_slide_wrap .slick-next {
    width:auto;
    height:auto;
}
.why1_slide_wrap .slick-prev {
    left:-52px;
}
.why1_slide_wrap .slick-next {
    right:-52px;
}
.why1_slide_wrap_m {
    width:100%;
    overflow-x:scroll;
}
.why1_slide_wrap_m ul {
    margin:0;padding:0;
    white-space:nowrap;
}
.why1_slide_wrap_m ul li {
    display:inline-block;
    width:30vw;
}
.why1_con {margin-top:100px;}
.why1_con2 {
    background-color:#007854;
    padding:75px 0 50px 0;
}
.why_con2tit {
    margin-bottom:52px;
}

/*수강료*/
.fee {padding:100px 0 120px 0;}
.fee_tit {margin-bottom:50px;}
.fee .spc_tit {
    text-align:center;
    margin-bottom:36px;
}
.fee .spc_tit h1 {
    font-size:45px;
    line-height:130%;
}
.fee_txt {
    text-align:center;
    font-size:18px;
    color:#838383;
    letter-spacing:-0.5px;
    margin-bottom:24px;
}
.fee_btn_category {
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    margin-bottom:54px;
}
.fee_btn_category li {
    margin:5px;
}
.fee_btn_category li a {
    display:table-cell;
    vertical-align:middle;
    color:#838383;
    font-size:16px;
    text-align:center;
    letter-spacing:-1px;
    width:124px;
    height:48px;
    border:1px solid #838383;
    border-radius:50px;
}
.fee_btn_category li.on a {
    color:#ffffff;
    background-color:#006c4c;
    border:1px solid #006c4c;
}
.fee_btn_pass {
    display:flex;
    justify-content:space-between;
    width:100%;
    margin-bottom:60px;
    border:1px solid #006c4c;
    border-radius:50px;
}
.fee_btn_pass li a {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    color:#006c4c;
    width:550px;
    height:85px;
    border:1px solid transparent;
    border-radius:50px;
    letter-spacing:-1px;
}
#fee_btn_pass2 {display:none;}
.fee_btn_pass li#dreampass2 a {
    width:1100px;
}
.fee_btn_pass li a h1,.fee_btn_pass li a h2 {
    margin:0;padding:0;
}
.fee_btn_pass li a h1 {
    font-weight:700;
    font-size:25px;
}
.fee_btn_pass li a h2 {
    font-weight:400;
    font-size:17px;
}
.fee_btn_pass li.on a {
    color:#ffffff;
    background-color:#006c4c;
    z-index:10;
}

/*환승이벤트*/
.transfer {
    background-color:#141414;
    padding:100px 0;
}
.transfer_btn {
    margin:0 auto;
    margin-top:30px;
    margin-bottom:50px;
    text-align:center;
    width:90%;
    height:75px;
    line-height:75px;
}
.transfer_btn a {
    color:#141414;
    background-color:#f1ff33;
    border-radius:50px;
    display:block;
    width:100%;
    height:inherit;
    letter-spacing:-1px;
    white-space:nowrap;
}
.transfer_btn.elecall a {background-color:#b28ef9;}
.transfer_btn h1 {
    font-weight:900;
    font-size:28px;
    display:inline-block;
}
.transfer_btn .material-icons {
    display:inline-block;
    margin-left:18px;
    font-size:30px;
    position:relative;
    top:4px;
    vertical-align:baseline;
}
    /*환승이벤트 유의사항*/
.cautionTitle,.caution li {
    color:#a6a6a6;
    text-align:left;
}
.cautionTitle {
    display:block;
    font-size:18px;
    font-weight:800;
    letter-spacing:-0.5px;
    margin-bottom:15px;
}
.caution {
    width:100%;
    padding-top:15px;
    border-top:1px solid #ccc;
}
.caution li {
    font-size:14px;
    letter-spacing:-0.3px;
    padding:3px 0;
}

/*2 강의컨텐츠*/
.lecCon {
    padding:100px 0;
}
.lecCon_tit1 {
    margin-top:100px;
    margin-bottom:56px;
}
.lecCon_tit1 h1,.lecCon_tit2 h1 {
    font-weight:400;
    font-size:36px;
    line-height:145%;
    letter-spacing:-1.5px;
    color:#1a1a1a;
}
.lecCon_tit1 h1 span,.lecCon_tit2 h1 span {
    letter-spacing:-1px;
    font-size:38px;
    font-weight:900;
}
.lecCon_tit1 h1 span.col,.lecCon_tit2 h1 span.col {color:#006c4c;}
.lecCon_wrap {
    display:flex;
    align-items:center;
    border-bottom:1px solid #aaaaaa;
    margin-bottom:30px;
}
.lecCon_tealist {
    width:214px;
    border-top:3px solid #121212;
    border-bottom:3px solid #121212;
    margin-right:80px;
}
.lecCon_tealist li {
    display:flex;
    padding:25px 20px;
    border-bottom:1px solid #d9d9d9;
    justify-content:space-between;
    font-size:17px;
    letter-spacing:-1px;
    cursor:pointer;
}
.lecCon_tealist li:last-child {
    border-bottom:none;
}
.lecCon_tealist li.on {
    color:#006c4c;
}
.lecCon_tealist li .tealist_subject {
    width:60%;
}
.lecCon_tealist li .tealist_name {
    width:40%;
    text-align:center;
    font-weight:700;
}
.lecCon_teabox {}
.lecCon_review {
    margin-bottom:96px;
}
.lecCon_review p {
    margin:0;
    padding:0;
    margin-bottom:24px;
    font-size:24px;
    font-weight:700;
    letter-spacing:-1px;
}
.lecCon_review p span {
    color:#006c4c;
}
.lecCon_tit2 {
    margin-bottom:80px;
}
.lecCon_subtit {
    margin-bottom:32px;
    text-align:left;
}
.lecCon_subtit2 {
    margin-bottom:48px;
    text-align:left;
}
.lecCon_con1 {padding-top:40px;margin-bottom:70px;}
.lecCon_con1_tit {
    margin-bottom:40px;
}
.lecCon_con1_tit h2,.lecCon_con1_tit h3,.lecCon_con1_subtxt h6 {
    line-height:145%;
    text-align:center;
    letter-spacing:-1px;
    color:#1a1a1a;
}
.lecCon_con1_tit h2 {
    font-weight:700;
    font-size:32px;
    margin-bottom:2px;
    letter-spacing:-1.5px;
}
.lecCon_con1_tit h3 {
    font-weight:400;
    font-size:22px;
}
.lecCon_con1_subtxt {margin-top:36px;}
.lecCon_con1_subtxt h6 {
    font-weight:400;
    font-size:22px;
}
.lecCon_con1_subtxt h6 span {font-weight:600;}
.lecCon_con1_subtxt h6 span.col {color:#006c4c;}
.lecCon_con1.elec {
    display:flex;
    justify-content:space-between;
    padding-top:0;
    margin-bottom:70px;
}
.lecCon_con1.elec > div {
    width:315px;
}
.lecCon_con1_txt {
    height:118px;
    background-color:#f5f5f5;
    padding:20px 24px;
    font-size:18px;
    letter-spacing:-1px;
    word-break:keep-all;
}
.lecCon_con2 {
    padding-top:40px;
    margin-bottom:80px;
}
.lecCon_con2.elec {padding-top:0;}
.lecCon_curr {padding-top:30px;}
.lecCon_currtit {
    margin-bottom:54px;
    text-align:center;
    color:#0e0e0e;
    font-size:28px;
    font-weight:800;
    letter-spacing:-0.7px;
}
.lecCon_currtit2 {
    margin-top:48px;
    margin-bottom:10px;
    text-align:center;
    color:#0e0e0e;
    font-size:24px;
    font-weight:800;
    letter-spacing:-0.7px;
}
.lecCon_con3 {
    padding-bottom:45px;
}
.lecCon_iframe1 {
    width:1000px;
    height:400px;
    margin-bottom:60px;
}
#child2 /*교수영상*/ {
    width:720px;
    height:405px;
}

/*합격생*/
.success {
    background-color:#fafafa;
    padding:100px 0 120px 0;
}
.success_slide_wrap {
    margin-bottom:75px;
}
.success_slide_tit {
    margin-bottom:64px;
}
.mil2020_06bg {
	width:1000px;
    height:230px;
    margin:0px auto;
    text-align:center;
}
    /*합격자 리스트 전체박스*/
.section_winner{
	overflow:hidden; height:180px; margin:0 auto;
}
.section_winner .winner_inner p{
    float:left;
    width:12%;
    font-size:14px;
    line-height:32px;
    color:#242424;
    text-align:left;
    padding:0;
}
    /*.box안 div1*/
.bx-wrapper{
    max-width:100%; margin:0px auto;
    display: inline-block;
}
    /*.box안 div2*/
.bx-viewport{
    width:100%; overflow:hidden;
    position:relative; 
    padding-left:22px;
}

.bx-viewport ul li{
    float:none; list-style: none;
    position:relative; width:900px;
    margin:0px auto; text-align: center;
}

    /*합격수기 영상수정*/
.event_littlepop_wrap{
	box-sizing: border-box;
    padding: 40px 0 0 30px;
    border-radius: 5px;
    box-shadow: -10px 10px 30px rgba(0,0,0,.1);}
.preview_area_wrap{overflow:hidden; height:100%; padding-bottom:40px; text-align:left;}/*border:1px solid #ddd; */
.preview_area{ float:left; width:700px; height:440px;}/*float:left; display:inline-block;*/
.preview_area h2{
	display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
	font-weight:bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
	margin-top: 20px;
    margin-bottom: 4px;
    max-width: 720px;
}
.preview_list_area{float:left; width:268px; text-align:left; vertical-align: top;  padding-left:12px;}/*float:right;*/
.preview_list_area ul li{margin-bottom:12px;}
.preview_list_area ul li .num_box{
	width: 21px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    padding-right: 10px;
    text-indent: 2px;
    vertical-align: middle;
    box-sizing: border-box;
}
.preview_list_area ul li .num_box:before{
	display: inline-block;
    content: '';
    width: 13px;
    height: 10px;
    background: url(//new.wowgosi.co.kr/txt_img/open2020_08/cook_icon_select.png)0 0 no-repeat;
}
.preview_list_area ul li .thum_box{
	/*float:left;*/
	margin-left: 4px;
	display: inline-block;
    width: 100px;
    height: 60px;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: hidden;
	/*background-color:#999;*/
	cursor:pointer;
}
.preview_list_area ul li .text_box{
	padding-left: 10px;
    display: inline-block;
	/*float:left;*/
    width: 126px;
    box-sizing: border-box;
    vertical-align: middle;
}
.preview_list_area ul li .text_box p{
	line-height: 18px;
    color: #000;
    margin-bottom: 2px;
    overflow: hidden;
	font-weight:bold;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.preview_list{height:460px; box-sizing:border-box; overflow:auto;}

.video_ap{ border:3px solid #fa7000; }
.video_ap2{ color:#fa7000; font-size:17px; }
.num-box{ font-weight:bold; font-size:15px;}

    /*합격수기 영상수정(모바일)*/
.avi_box_m{margin:0 auto; }
.avi_box_m iframe{width:100%;}
.video_btn{overflow:hidden; width:100%;}
.video_btn li{float:left; width:33%; padding-top:14px;}
.video_btn li img{width:94% !important;}

/*무료혜택*/
.freeBene {
    background-color:#d6f5c3;
    padding:100px 0 120px 0;
}
.freeBene_tit1 {
    margin-top:85px;
    margin-bottom:45px;
}
.freeBene_con1 {
    margin-bottom:120px;
}
.freeBene_tit2 {
    margin-bottom:40px;
}
.freeBene_con2 {
    margin-bottom:120px;
}
.freeBene_tit3 {
    margin-bottom:50px;
}
.freeBene_con3 {
}

/*유의사항*/
.notice {
    background-color:#f0f0f0;
    padding:100px 0;
}
.notice_btn {
    display:flex;
}
.notice_btn li {
    width:50%;
    height:75px;
    text-align:center;
    line-height:75px;
    border-bottom:1px solid #a8a8a8;
    font-size:20px;
    font-weight:700;
    letter-spacing:-1px;
    color:#333333;
    cursor:pointer;
}
.notice_btn li.on {
    background-color:#ffffff;
    border:1px solid #a8a8a8;
    border-bottom:none;
}
.notice_wrap {
    background-color:#ffffff;
    border:1px solid #a8a8a8;
    border-top:none;
    padding:50px 64px;
}
.notice_subbtn {
    display:flex;
    justify-content:center;
    margin-bottom:40px;
}
.notice_subbtn li {
    color:#555555;
    font-size:18px;
    text-align:center;
    letter-spacing:-1px;
    width:250px;
    height:48px;
    line-height:45px;
    border:1px solid #555555;
    border-radius:50px;
    margin-right:18px;
    cursor:pointer;
}
.notice_subbtn li.on {
    color:#ffffff;
    background-color:#006c4c;
    border:1px solid #006c4c;
}
.notice_subbtn li:last-child {margin-right:none;}
.notice_con {
    font-size:15px;
    letter-spacing:-0.3px;
}
.notice_con_tit {
    margin:0;padding:0;
    margin-bottom:27px;
    font-size:24px;
    font-weight:700;
    letter-spacing:-1px;
    border-bottom:1px solid #656565;
    padding-bottom:15px;
}
.notice_con_subtit {
    margin:0;padding:0;
    margin-bottom:6px;
    font-size:16px;
}
.notice_con p {
    font-size:14px;
    line-height:180%;
    margin-bottom:25px;
}
#notice_wrap_career {display:none;}
#notice_wrap_dream > div,#notice_wrap_career > div {display:none;}
#notice_wrap_dream #notice_con_dreamShort,#notice_wrap_career #notice_con_careerShort {display:block;}

/*special_비주얼*/
.spc_vis {
    background:url('//new.wowgosi.co.kr/txt_img/open2021_06/milpass01bg_spc.jpg') center top no-repeat;
    padding:120px 0 100px 0;
}

/*special_군무원 합격수기*/
.spc_success {
    background-color:#ffe74c;
    padding:120px 0;
}
.spc_tit {letter-spacing:-1px;color:#1a1a1a;}
.spc_tit h1 {font-weight:800;}
.spc_success .spc_tit {
    text-align:center;
    margin-bottom:60px;
}
.spc_success .spc_tit h3 {
    font-size:24px;
    font-weight:300;
    margin-bottom:-2px;
}
.spc_success .spc_tit h1 {
    font-size:45px;
}
.spc_success .con_wrap {
    display:flex;
    justify-content:space-between;
}
.spc_success .success_vod {
    width:747px;
}
.spc_success .success_vod p,.spc_success .success_txt p {
    font-size:19px;
    letter-spacing:-1px;
    color:#1a1a1a;
    margin-bottom:17px;
    font-weight:500;
}
.spc_success .success_vod .con {
    width:inherit;
    height:420px;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 16px 28px rgb(0,0,0,0.3);
}
.spc_success .success_vod .con iframe {
    width:inherit;
    height:inherit;
}
.spc_success .success_txt {
    width:327px;
}
.spc_success .success_txt .con_box {
    background-color:#ffffff;
    width:inherit;
    height:420px;
    border-radius:20px;
    position:relative;
    box-shadow:0 16px 28px rgb(0,0,0,0.25);
}
.spc_success .success_txt .con_box .btn {
    position:absolute;
    top:-42px;right:8px;
}
.spc_success .success_txt .con_box .btn div {
    display:inline-block;
    cursor:pointer;
}
.spc_success .success_txt .con_box .review_prev {
    margin-right:18px;
}
.spc_success .success_txt .con_box .con {
    padding:64px 50px 64px 45px;
    position:relative;
}
.spc_success .success_txt .con_box .bullet::after {
    content:"";
    display:block;
    width:25px;height:20px;
    background:url('//new.wowgosi.co.kr/txt_img/open2021_06/milpass_spc01.png') left top no-repeat;
    margin-bottom:25px;
}
.spc_success .success_txt .con_box .review_wrap {
    width:100%;
    height:auto;
}
.spc_success .success_txt .con_box .review {
    width:100%;
    height:inherit;
    word-break:keep-all;
}
.spc_success .success_txt .con_box .review_tit {
    font-size:21px;
    font-weight:700;
    color:#000000;
    line-height:140%;
    letter-spacing:-1px;
    margin-bottom:18px;
}
.spc_success .success_txt .con_box .review_txt {
    font-size:16px;
    font-weight:400;
    color:#121212;
    line-height:150%;
    letter-spacing:-1px;
    margin-bottom:25px;
}
.spc_success .success_txt .con_box .review_name {
    font-size:14px;
    color:#a1a1a1;
    letter-spacing:-0.8px;
}

/*special_어떻게 합격했을까*/
.spc_how {
    background-color:#fffce5;
    padding:120px 0;
}
.spc_how .con_wrap {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.spc_how .spc_tit h3 {
    font-size:17px;
    font-weight:300;
    margin-bottom:12px;
    color:#000000;
}
.spc_how .spc_tit h1 {
    font-size:45px;
    line-height:130%;
    margin-bottom:18px;
}
.spc_how .spc_tit h6 {
    font-size:14px;
    font-weight:300;
}
.spc_how .con_box {
    padding:64px 60px 40px 60px;
    background-color:#ffffff;
    border-radius:20px;
    box-shadow:0 12px 30px rgb(0,0,0,0.08);
}

/*special_교수진*/
.spc_tea {
    padding:100px 0;
}
.spc_tea .flex {display:flex;justify-content:space-between;}
.spc_tea .spc_tit {
    margin-bottom:70px;
}
.spc_tea .spc_tit h3 {
    font-size:20px;
    font-weight:400;
    margin-bottom:15px;
}
.spc_tea .spc_tit h1 {
    font-size:45px;
    line-height:130%;
}
.spc_tea .con_wrap {
    display:flex;
    justify-content:flex-start;
}
.spc_tea .con_wrap .con {margin-right:16px;}
.spc_tea .con_wrap .con:last-child {margin-right:0;}
.spc_tea .con_wrap .tea {
    position:relative;
    background-color:#ffdd36;
    border-radius:8px;
    overflow:hidden;
}
.spc_tea .con_wrap .tea_tit {
    font-size:18px;
    font-weight:500;
    color:#0d0d0d;
    letter-spacing:-1px;
    margin-bottom:13px;
}
.spc_tea .con_wrap .tea_tit span {color:#fa3a00;}
.spc_tea .con_wrap .tea_tit span.material-icons {
    position:relative;
    top:5px;
    margin-left:4px;
}
.spc_tea .con_wrap .tea_layer {
    width:100%;
    height:100%;
    position:absolute;
    top:0;left:0;
    background:linear-gradient(rgba(0,0,0,0) 50%,rgba(0,0,0,0.75) 100%);
}
.spc_tea .con_wrap .tea_layer p {
    font-size:16px;
    position:absolute;
    left:26px;bottom:24px;
    color:#ffffff;
    letter-spacing:-0.4px;
    line-height:150%;
}

/*special_홍보영상*/
.spc_video {
    background-color:#f7f7f7;
    padding:100px 0;
}
.spc_video .spc_tit {margin-bottom:60px;}
.spc_video .spc_tit h1 {
    font-size:45px;
    line-height:130%;
}

/*special_커리큘럼*/
.spc_curr {position:relative;}
.spc_curr_bg {
    background-color:#ffe74c;
    padding:100px 0;
}
.spc_curr .spc_tit {
    text-align:center;
    margin-bottom:60px;
}
.spc_curr .spc_tit h3 {
    font-size:24px;
    font-weight:300;
    margin-bottom:-2px;
}
.spc_curr .spc_tit h1 {
    font-size:45px;
}
.spc_curr .con_wrap {
    display:flex;
    position:relative;
}
.spc_curr .con_wrap.center {justify-content:center;}
.spc_curr .con_wrap.between {justify-content:space-between;}
.spc_curr .con_wrap .con_box {
    width:263px;
    background-color:#ffffff;
    padding:36px 21px 45px 21px;
    border-radius:20px;
}
.spc_curr .con_wrap.center .con_box {margin-right:24px;}
.spc_curr .con_wrap.center .con_box:last-child {margin-right:0;}
.spc_curr .con_wrap .con_box.shadow {
    box-shadow:0 20px 28px rgb(0,0,0,0.14);
}
.spc_curr .con_wrap .con_box.border {
    border:1px solid #6a6a6a;
}
.spc_curr .con_wrap .curr_tit {
    margin-bottom:25px;
    letter-spacing:-1px;
    text-align:center;
}
.spc_curr .con_wrap .curr_tit h3 {
    font-size:24px;
    font-weight:800;
    letter-spacing:-0.5px;
    margin-bottom:16px;
}
.spc_curr .con_wrap .curr_tit h3.col1 {color:#fa3a00;}
.spc_curr .con_wrap .curr_tit h3.col2 {color:#006c4c;}
.spc_curr .con_wrap .curr_tit h2 {
    font-size:17px;
    font-weight:400;
    color:#0d0d0d;
}
.spc_curr .con_wrap .curr_tit h1 {
    font-size:25px;
    font-weight:800;
    color:#0d0d0d;
}
.spc_curr .con_wrap .curr_con {
    margin-bottom:24px;
    letter-spacing:-1px;
}
.spc_curr .con_wrap .curr_con:last-child {
    margin-bottom:0;
}
.spc_curr .con_wrap .curr_con .subject {
    width:100%;
    height:32px;
    line-height:32px;
    font-size:15px;
    font-weight:400;
    border-radius:5px;
    margin-bottom:12px;
    cursor:default;
}
.spc_curr .con_wrap .curr_con .subject.sub01 {background-color:#fd2d40;}
.spc_curr .con_wrap .curr_con .subject.sub02 {background-color:#0c54f7;}
.spc_curr .con_wrap .curr_con .subject.sub03 {background-color:#6d22b4;}
.spc_curr .con_wrap .curr_con .subject.sub04 {background-color:#006c4c;}
.spc_curr .con_wrap .curr_con li {
    font-size:15px;
    font-weight:400;
    color:#0d0d0d;
    line-height:150%;
    padding-left:5px;
}
.spc_curr .con_wrap .curr_con li span {font-weight:600;}
.spc_curr .con_wrap .curr_con .sub01+ul li span {color:#fd2d40;}
.spc_curr .con_wrap .curr_con .sub02+ul li span {color:#0c54f7;}
.spc_curr .con_wrap .curr_con .sub03+ul li span {color:#6d22b4;}
.spc_curr .con_wrap .curr_con .sub04+ul li span {color:#006c4c;}
.spc_curr_layer {
    width:150px;
    height:150px;
    border-radius:50%;
    padding:0 30px;
    background-color:#1f1f1f;
    text-align:center;
    position:absolute;
}
.spc_curr_layer.box2{top:-30px;right:185px;}
.spc_curr_layer.box3{top:-30px;right:42px;}
.spc_curr_layer.box4spc{top:-75px;right:-80px;}
.spc_curr_layer h3 {
    color:#ffffff;
    height:inherit;
    font-size:14px;
    font-weight:400;
    letter-spacing:-1px;
    line-height:150%;
    display:table-cell;
    vertical-align:middle;
    word-break:keep-all;
}
.spc_curr_layer h3 span.col {color:#00fa64;}
.spc_curr_layer h3 span.col2 {color:#ffe749;}
.curr_txt {margin-top:30px;}
.curr_txt h4 {
    font-size:13px;
    font-weight:400;
    letter-spacing:-1px;
    text-align:center;
}

/*군무원단독반*/
.milbasic {
    background-color:#235eff;
    padding:100px 0;
}
.milbasic .spc_tit {
    text-align:center;
    margin-bottom:60px;
    color:#ffffff;
}
.milbasic .spc_tit h3 {
    font-size:22px;
    font-weight:300;
    margin-bottom:-2px;
    line-height:145%;
}
.milbasic .spc_tit h1 {
    font-size:45px;
    line-height:145%;
}
.milbasic .con_wrap {
    display:flex;
}
.milbasic .con_wrap.between {justify-content:space-between;}
.milbasic .con_wrap .con_box {
    width:354px;
    background-color:#ffffff;
    padding:54px 50px 54px;
    border-radius:20px;
}
.milbasic .con_wrap .con_box.shadow {
    box-shadow:0 20px 28px rgb(0,0,0,0.14);
}
.milbasic .con_wrap .basic_img {
    width:100%;
    height:150px;
    text-align:center;
    margin-bottom:20px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.milbasic .con_wrap .basic_img img {vertical-align:middle;}
.milbasic .con_wrap .basic_img.img1 img {height:120px;}
.milbasic .con_wrap .basic_img.img2 img {height:140px;}
.milbasic .con_wrap .basic_img.img3 img {height:150px;}
.milbasic .con_wrap .basic_tit {
    text-align:center;
    letter-spacing:-0.8px;
    color:#0d0d0d;
}
.milbasic .con_wrap .basic_tit h4 {
    font-weight:400;
    font-size:15px;
    line-height:145%;
    margin-bottom:8px;
}
.milbasic .con_wrap .basic_tit h3 {
    font-weight:800;
    font-size:22px;
    line-height:140%;
}

/*special_혜택안내*/
.spc_benefit {
    background-color:#ffff70;
    padding:120px 0;
}
.spc_benefit .con_wrap {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.spc_benefit .spc_tit h3 {
    font-size:17px;
    font-weight:400;
    margin-bottom:27px;
}
.spc_benefit .spc_tit h1 {
    font-size:42px;
    line-height:130%;
    margin-bottom:24px;
}
.spc_benefit .spc_tit .spc_btn li {
    margin-bottom:14px;
    position:relative;
}
.spc_benefit .spc_tit .spc_btn li:last-child {margin-bottom:0;}
.spc_benefit .spc_tit .spc_btn li a {
    display:table-cell;
    vertical-align:middle;
    width:263px;
    height:90px;
    padding:20px 38px;
    font-size:16px;
    color:#1f1f1f;
    border:1px solid #1f1f1f;
    border-radius:15px;
}
.spc_benefit .spc_tit .spc_btn li a::after {
    content:"";
    display:inline-block;
    width:12px;height:21px;
    background:url('//new.wowgosi.co.kr/txt_img/open2021_06/milpass_btn_next3.png') left top no-repeat;
    position:absolute;top:50%;margin-top:-9px;right:64px;
}
.spc_benefit .spc_tit .spc_btn li a:hover {
    background-color:#1f1f1f;
    color:#ffffff;
}
.spc_benefit .spc_tit .spc_btn li a:hover::after {
    background:url('//new.wowgosi.co.kr/txt_img/open2021_06/milpass_btn_next3hover.png') left top no-repeat;
}
.spc_benefit .con_box {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:726px;
}
.spc_benefit .con_box .con {
    display:table;
    width:49%;
    height:140px;
    background-color:#ffffff;
    border-radius:20px;
    box-shadow:0 16px 26px rgb(0,0,0,0.12);
    margin-bottom:14px;
    text-align:center;
    color:#141414;
    font-size:18px;
    font-weight:400;
    letter-spacing:-1px;
}
.spc_benefit .con_box .con span {
    display:table-cell;
    vertical-align:middle;
}
.spc_benefit .con_box .con:nth-child(n+5) {
    /*5번째 이상*/
    margin-bottom:0;
}

/*special_이벤트*/
.spc_event {
    background-color:#70ff92;
    padding:100px 0;
}
    /*무료제공 이벤트 유의사항*/
.caution_wrap_event {margin-top:30px;}
.cautionTitle_event,.caution_event li {
    color:#2e2e2e;
    text-align:left;
}
.cautionTitle_event {
    display:block;
    font-size:18px;
    font-weight:800;
    letter-spacing:-0.5px;
    margin-bottom:15px;
}
.caution_event {
    width:100%;
    padding-top:15px;
    border-top:1px solid #3b3b3b;
}
.caution_event li {
    font-size:14px;
    letter-spacing:-0.5px;
    padding:2px 0;
}

/*special_자주 묻는 질문*/
.spc_faq {
    background-color:#fff364;
    padding:80px 0;
}
.spc_faq .spc_tit h1 {
    font-size:40px;
    line-height:130%;
    margin-bottom:50px;
    text-align:center;
}
.spc_faq .con_wrap {
    width:900px;
    margin:0 auto;
}
.spc_faq .con_wrap .con {
    width:inherit;
    margin-bottom:10px;
    padding:24px 32px;
    background-color:#ffffff;
    border-radius:12px;
    color:#1a1a1a;
    letter-spacing:-1px;
}
.spc_faq .con .faq_q {
    font-size:17px;
    font-weight:600;
    padding-bottom:15px;
    border-bottom:1px solid #767676;
}
.spc_faq .con .faq_a {
    font-size:15px;
    font-weight:500;
    padding-top:15px;
}
.spc_faq .con_wrap p {
    font-size:15px;
    font-weight:500;
    letter-spacing:-1px;
    margin:0 auto;
    padding-top:5px;
}

@media handheld, only screen and (max-width: 900px) {
    /*기본설정*/
    .w1000 {width:100%;}
    .w1100 {width:100%;}
    .w1160 {width:100%;}
    .mw100 {width:100%;} .mw95 {width:95%;} .mw90 {width:90%;} .mw85 {width:85%;} .mw80 {width:80%;} .mw75 {width:75%;} .mw70 {width:70%;} .mw65 {width:65%;} .mw60 {width:60%;} .mw55 {width:55%;} .mw50 {width:50%;} .mw45 {width:45%;} .mw40 {width:40%;} .mw35 {width:35%;} .mw30 {width:30%;} .mw25 {width:25%;} .mw20 {width:20%;} .mw15 {width:15%;} .mw10 {width:10%;}
}
    
@media handheld, only screen and (max-width: 500px) {
    /*기본설정*/
    .w1000 {width:100%;}
    .w1100 {width:100%;}
    .w1160 {width:100%;}
    .mw100 {width:100%;} .mw95 {width:95%;} .mw90 {width:90%;} .mw85 {width:85%;} .mw80 {width:80%;} .mw75 {width:75%;} .mw70 {width:70%;} .mw65 {width:65%;} .mw60 {width:60%;} .mw55 {width:55%;} .mw50 {width:50%;} .mw45 {width:45%;} .mw40 {width:40%;} .mw35 {width:35%;} .mw30 {width:30%;} .mw25 {width:25%;} .mw20 {width:20%;} .mw15 {width:15%;} .mw10 {width:10%;}
    
    /*상단 띠배너*/
    .topbnr_area {
        height:auto;
        padding:5vw 0;
		position:sticky;
		top : 50px;
    }
    .topbnr_con {
        width:90%;
        font-size:0.625rem;
    }
    .topbnr_frame {
        width:30vw;
        height:45px;
    }
    .topbnr_frame.pos1 a {font-size:0.625rem;}
    .topbnr_frame.pos2 a {font-size:0.8125rem;}
    .topbnr_frame a span {}
    .topbnr_frame.pos1 {
        margin-right:15px;
    }
    .topbnr_frame.pos2 {
        margin-left:15px;
    }
    .topbnr_tit {}
    .topbnr_tit .tit_main {
        font-size:1rem;
    }
    .topbnr_tit .tit_sub {
        font-size:0.5rem;
        text-align:center;
    }
    .topbnr_tit .tit_main.flex {
        display:block;
        width:100%;
        justify-content:center;
        align-items:center;
    }
    .topbnr_tit .tit_main.flex .flex_sub {
        display:block;
        font-size:0.75rem;
        margin-right:0;
        margin-bottom:0.5vw;
    }
    .topbnr_tit .tit_main.flex .flex_sub2 {
        display:block;
        text-align:center;
        font-size:0.8125rem;
        margin-right:0;
        margin-bottom:0.5vw;
    }
    .topbnr_tit .tit_main.flex .flex_main {
        font-size:1rem;
    }
    .topbnr_tit .tit_main.flex .flex_main2 {
        font-size:1.125rem;
    }
    .topbnr_tit .tit_main.flex .flex_main3 {
        font-size:0.8125rem;
        margin-right:6px;
    }
    
    /*비주얼*/
    .vis {
        padding:15vw 0 8vw 0;
        background-size:cover;
    }
    .vis_tit {
        margin-bottom:16vw;
    }
    .vis_tit_above {
        margin-bottom:10vw;
    }
    .vis_rolling {
        width:100%;
        height:160px;
    }
    .vis_rolling_txt {
        top:0;
    }
    .rolling_wrap {
        width:90%;
        height:240px;
        left:4%;margin-left:0;
        top:-30vw;
        transform:perspective(300px) rotateX(28deg);
    }
    .rolling {
        background:url('//new.wowgosi.co.kr/txt_img/open2021_06/milpass03_m.png') repeat-y 0 0;
        background-size:cover;
        animation:vis_rolling 20s linear infinite;
    }
    @keyframes vis_rolling {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 0 -810px;
        }
    }
    
    /*군무원도전기회*/
    .chance {padding:12vw 0;}
    .chance_tit {margin-bottom:13vw;}
    .chance_con1 {margin-bottom:14vw;}
    
    /*1 준비이유*/
    .why1 {
        padding:12vw 0;
    }
    .why_tit {
        width:80%;
        text-align:center;
        padding-bottom:12px;
        border-bottom:2px solid #0e0e0e;
    }
    .why1_tit1 {
        margin-top:10vw;
        margin-bottom:10vw;
    }
    .why1_con {margin-top:15vw;}
    .why1_con2 {
        padding:12vw 0 10vw 0;
    }
    .why_con2tit {
        margin-bottom:8vw;
    }
    
    /*수강료*/
    .fee {padding:12vw 0;}
    .fee_tit {margin-bottom:6vw;}
    .fee .spc_tit {
        margin-bottom:10vw;
    }
    .fee .spc_tit h1 {
        font-size:1.875rem;
    }
    .fee_txt {
        font-size:0.8125rem;
    }
    .fee_btn_category {
        display:block;
        white-space:nowrap;
        overflow-x:scroll;
        width:100%;
        margin-bottom:8vw;
    }
    .fee_btn_category li {
        display:inline-block;
        margin:0 1px;
    }
    .fee_btn_category li a {
        font-size:0.8125rem;
        width:75px;
        height:32px;
    }
    .fee_btn_pass {
        width:95%;
        margin-bottom:10vw;
    }
    .fee_btn_pass li a {
        width:300px;
        height:60px;
        text-decoration:none;
    }
    .fee_btn_pass li a h1 {
        font-size:1rem;
    }
    .fee_btn_pass li a h2 {
        font-size:0.6875rem;
    }
    
    /*환승이벤트*/
    .transfer {
        padding:12vw 0;
    }
    .transfer_btn {
        margin-top:5vw;
        margin-bottom:5vw;
        height:40px;
        line-height:38px;
    }
    .transfer_btn h1 {
        font-size:0.8125rem;
    }
    .transfer_btn .material-icons {
        margin-left:6px;
        font-size:0.8125rem;
        top:2px;
    }
        /*환승이벤트 유의사항*/
    .caution_wrap {width:90%;}
    .cautionTitle {
        font-size:10px;
        margin-bottom:5px;
    }
    .caution {padding-top:5px;}
    .caution li {
        font-size:8px;
        padding:1px 0;
    }
    
    /*2 강의컨텐츠*/
    .lecCon {
        padding:12vw 0;
    }
    .lecCon_tit1 {
        margin:12vw 0 10vw 0;
    }
    .lecCon_tit1 h1,.lecCon_tit2 h1 {
        font-size:1.4375rem;
        line-height:145%;
        word-break:keep-all;
    }
    .lecCon_tit1 h1 span,.lecCon_tit2 h1 span {
        font-size:1.5rem;
    }
    .lecCon_wrap {
        display:block;
        width:95%;
        margin-bottom:5vw;
    }
    .lecCon_tealist {
        width:100%;
        display:flex;
        white-space:nowrap;
        overflow-x:scroll;
        border:none;
        margin-right:none;
        margin-bottom:5vw;
    }
    .lecCon_tealist li {
        display:flex;
        padding:8px 20px;
        border:1px solid #9b9b9b;
        border-radius:50px;
        justify-content:space-between;
        font-size:0.8125rem;
        margin-right:6px;
    }
    .lecCon_tealist li:last-child {
        border-bottom:1px solid #9b9b9b;
        margin-right:0;
    }
    .lecCon_tealist li.on {
        background-color:#006c4c;
        color:#ffffff;
        border:1px solid transparent;
    }
    .lecCon_tealist li .tealist_subject {
        width:auto;
        text-align:center;
        margin-right:6px;
    }
    .lecCon_tealist li .tealist_name {
        width:auto;
    }
    .lecCon_teabox img {
        width:95%;
    }
    .lecCon_review {
        margin-bottom:13vw;
        width:95%;
    }
    .lecCon_review p {
        text-align:left;
        margin-bottom:4vw;
        font-size:1rem;
    }
    .lecCon_review p span {
        color:#006c4c;
    }
    .lecCon_tit2 {
        width:95%;
        margin-bottom:9vw;
    }
    .lecCon_subtit {
        width:95%;
        margin-bottom:4vw;
    }
    .lecCon_subtit2 {
        width:95%;
        margin-bottom:5vw;
    }
    .lecCon_con1 {
        padding-top:5vw;
        margin-bottom:12vw;
    }
    .lecCon_con1_tit {
        margin-bottom:8vw;
    }
    .lecCon_con1_tit h2,.lecCon_con1_tit h3,.lecCon_con1_subtxt h6 {width:95%;word-break:keep-all;margin:0 auto;}
    .lecCon_con1_tit h2 {
        font-size:1rem;
    }
    .lecCon_con1_tit h3 {
        font-size:0.875rem;
    }
    .lecCon_con1_subtxt {margin-top:5vw;}
    .lecCon_con1_subtxt h6 {
        font-size:0.9375rem;
    }
    .lecCon_con1.elec {
        display:block;
        width:95%;
        padding-top:0;
        margin-bottom:12vw;
    }
    .lecCon_con1.elec > div {
        display:flex;
        width:100%;
        align-items:flex-start;
        margin-bottom:12px;
    }
    .lecCon_con1.elec > div:last-child {
        margin-bottom:0;
    }
    .lecCon_con1_gif {
        width:25%;
    }
    .lecCon_con1_txt {
        width:75%;
        height:14vw;
        padding:8px;
        font-size:0.6875rem;
        line-height:150%;
    }
    .lecCon_con2 {
        padding-top:5vw;
        margin-bottom:12vw;
    }
    .lecCon_con2.elec {padding-top:0;}
    .lecCon_curr {padding-top:4vw;}
    .lecCon_currtit {
        margin-bottom:4vw;
        font-size:0.9375rem;
    }
    .lecCon_currtit2 {
        margin-top:5vw;
        margin-bottom:2vw;
        font-size:0.875rem;
    }
    .lecCon_con3 {
        padding-bottom:5vw;
    }
    .lecCon_iframe1 {
        width:100%;
        height:40vw;
        margin-bottom:8vw;
    }
    #child2 /*교수영상*/ {
        width:100%;
        height:56.25vw;
    }
    
    /*합격생 - 모바일html 참고*/
    .success {
        padding:12vw 0;
    }
    .success_slide_wrap {
        margin-bottom:8vw;
    }
    .success_slide_tit {
        margin-bottom:8vw;
    }
    .mil2020_06bg {
        width:95%; margin:0 auto; text-align:center;
        height:75px;
        margin-bottom:6vw;
    }
    .section_winner .winner_inner p{
        float:left;
        width:16.5%;
        font-size:0.625rem;
        letter-spacing:-1px;
        line-height:24px;
        text-align:center;
    }
    
    /*무료혜택*/
    .freeBene {
        padding:12vw 0;
    }
    .freeBene_tit1 {
        margin-top:10vw;
        margin-bottom:7vw;
    }
    .freeBene_con1 {
        margin-bottom:12vw;
    }
    .freeBene_tit2 {
        margin-bottom:5vw;
    }
    .freeBene_con2 {
        margin-bottom:12vw;
    }
    .freeBene_tit3 {
        margin-bottom:6vw;
    }
    .freeBene_con3 {
    }
    
    /*유의사항*/
    .notice {
        padding:12vw 0;
    }
    .notice_btn li {
        height:48px;
        line-height:48px;
        font-size:0.9375rem;
    }
    .notice_wrap {
        padding:7vw 5vw;
        text-align:left;
    }
    .notice_subbtn {
        margin-bottom:6vw;
    }
    .notice_subbtn li {
        font-size:0.875rem;
        width:30%;
        height:36px;
        line-height:33px;
        margin-right:10px;
    }
    .notice_con {
        font-size:0.8125rem;
    }
    .notice_con_tit {
        margin-bottom:27px;
        font-size:1.0625rem;
        padding-bottom:12px;
    }
    .notice_con_subtit {
        margin-bottom:5px;` 
        font-size:0.9375rem;
    }
    .notice_con p {
        font-size:0.75rem;
        line-height:165%;
        margin-bottom:20px;
    }
    
    /*special_비주얼*/
    .spc_vis {
        padding:15vw 0 8vw 0;
        background-size:cover;
    }
    
    /*special_군무원 합격수기*/
    .spc_success {
        padding:14vw 0;
    }
    .spc_tit {word-break:keep-all;}
    .spc_success .spc_tit {
        margin-bottom:10vw;
    }
    .spc_success .spc_tit h3 {
        font-size:1.25rem;
    }
    .spc_success .spc_tit h1 {
        font-size:1.875rem;
    }
    .spc_success .con_wrap {
        display:block;
    }
    .spc_success .success_vod {
        width:100%;
        margin-bottom:13vw;
    }
    .spc_success .success_vod p,.spc_success .success_txt p {
        margin-bottom:15px;
        word-break:keep-all;
    }
    .spc_success .success_vod p {font-size:0.875rem;padding:0 8vw;}
    .spc_success .success_txt p {text-align:left;font-size:1.125rem;padding-left:2vw;}
    .spc_success .success_vod .con {
        width:inherit;
        height:56.2vw;
        border-radius:0;
        box-shadow:0 12px 20px rgb(0,0,0,0.2);
    }
    .spc_success .success_txt {
        width:90%;
    }
    .spc_success .success_txt .con_box {
        width:100%;
        box-shadow:0 12px 20px rgb(0,0,0,0.2);
    }
    .spc_success .success_txt .con_box .btn {
        top:-40px;right:2vw;
    }
    .spc_success .success_txt .con_box .con {
        padding:16vw 13vw;
    }
    
    /*special_어떻게 합격했을까*/
    .spc_how {
        padding:15vw 0;
    }
    .spc_how .con_wrap {
        display:block;
    }
    .spc_how .spc_tit {
        width:85%;
        margin-bottom:6vw;
    }
    .spc_how .spc_tit h3 {
        font-size:1rem;
        margin-bottom:3vw;
    }
    .spc_how .spc_tit h1 {
        font-size:1.75rem;
        margin-bottom:4vw;
    }
    .spc_how .spc_tit h6 {
        font-size:0.75rem;
    }
    .spc_how .con_box {
        width:90%;
        padding:10vw 4vw;
        box-shadow:0 10px 25px rgb(0,0,0,0.08);
    }
    
    /*special_교수진*/
    .spc_tea {
        padding:15vw 0;
    }
    .spc_tea .flex {display:block;}
    .spc_tea .spc_tit {
        width:90%;
        margin-bottom:12vw;
    }
    .spc_tea .spc_tit h3 {
        font-size:1rem;
        margin-bottom:2vw;
    }
    .spc_tea .spc_tit h1 {
        font-size:1.875rem;
    }
    .spc_tea .con_wrap {
        width:100%;
        display:block;
        overflow-x:scroll;
        white-space:nowrap;
        padding:0 4vw;
    }
    .spc_tea .con_wrap .con {
        display:inline-block;
        width:238px;
        margin-right:8px;
        text-align:left;
    }
    .spc_tea .con_wrap .tea_layer p {
        font-size:1rem;
        left:7vw;bottom:7vw;
    }
    
    /*special_홍보영상*/
    .spc_video {
        padding:14vw 0;
    }
    .spc_video .spc_tit {margin-bottom:12vw;}
    .spc_video .spc_tit h1 {
        font-size:1.875rem;
    }
    
    /*special_커리큘럼*/
    .spc_curr_bg {
        padding:15vw 0;
    }
    .spc_curr .spc_tit {
        margin-bottom:8vw;
    }
    .spc_curr .spc_tit h3 {
        font-size:1rem;
    }
    .spc_curr .spc_tit h1 {
        font-size:1.875rem;
    }
    .spc_curr .con_wrap {
        width:100%;
        display:block;
        overflow-x:scroll;
        white-space:nowrap;
        padding:0 2vw;
    }
    .spc_curr .con_wrap .con_box {
        display:inline-block;
        vertical-align:top;
        padding:9vw 5vw 10vw 5vw;
        margin-right:5px;
        min-height:;
    }
    .spc_curr .con_wrap.center .con_box {margin-right:8px;}
    .spc_curr .con_wrap .con_box.shadow {box-shadow:none;}
    .spc_curr .con_wrap .con_box:last-child {margin-right:0;}
    .spc_curr .con_wrap .curr_tit {
        margin-bottom:6vw;
    }
    .spc_curr .con_wrap .curr_tit h3 {
        font-size:1.5rem;
        margin-bottom:4vw;
    }
    .spc_curr .con_wrap .curr_tit h2 {
        font-size:1.0625rem;
    }
    .spc_curr .con_wrap .curr_tit h1 {
        font-size:1.5625rem;
    }
    .spc_curr .con_wrap .curr_con {
        margin-bottom:6vw;
    }
    .spc_curr .con_wrap .curr_con .subject {
        color:#ffffff;
        height:27px;
        line-height:27px;
        font-size:0.875rem;
        margin-bottom:2vw;
        text-align:center;
    }
    .spc_curr .con_wrap .curr_con li {
        text-align:left;
        font-size:0.875rem;
        white-space:pre-wrap;
        word-break:keep-all;
    }
    .spc_curr_layer.bdr {
        border-radius:8px;
    }
    .spc_curr_layer {
        width:95%;
        height:auto;
        border-radius:0;
        padding:8px 0;
        margin-top:5vw;
        position:static;
    }
    .spc_curr_layer h3 {
        font-size:0.8125rem;
        display:block;
    }
    .curr_txt {margin-top:5vw;}
    .curr_txt h4 {
        font-size:0.6875rem;
    }
    
    /*군무원단독반*/
    .milbasic {
        padding:14vw 0;
    }
    .milbasic .spc_tit {
        margin-bottom:8vw;
    }
    .milbasic .spc_tit h3 {
        font-size:1rem;
        margin-bottom:0;
    }
    .milbasic .spc_tit h1 {
        font-size:1.875rem;
    }
    .milbasic .con_wrap {
        display:block;
    }
    .milbasic .con_wrap .con_box {
        width:95%;
        margin:0 auto;
        padding:11vw 8vw 10vw;
        margin-bottom:3.6vw;
    }
    .milbasic .con_wrap .con_box:last-child {margin-bottom:0;}
    .milbasic .con_wrap .basic_img {margin-bottom:5.6vw;}
    .milbasic .con_wrap .basic_tit {}
    .milbasic .con_wrap .basic_tit h4 {
        font-size:0.9375rem;
        margin-bottom:7px;
    }
    .milbasic .con_wrap .basic_tit h3 {font-size:1.375rem;}
    
    /*special_혜택안내*/
    .spc_benefit {
        padding:15vw 0;
    }
    .spc_benefit .con_wrap {
        display:block;
    }
    .spc_benefit .spc_tit h3 {
        font-size:1.0625rem;
        margin-bottom:6vw;
    }
    .spc_benefit .spc_tit h1 {
        font-size:2rem;
        margin-bottom:4vw;
    }
    .spc_benefit .spc_tit .spc_btn {margin-bottom:5vw;}
    .spc_benefit .spc_tit .spc_btn li {display:block;width:90%;margin-bottom:10px;}
    .spc_benefit .spc_tit .spc_btn li a {
        display:block;
        text-align:left;
        width:100%;
        height:auto;
        padding:3.6vw 10vw;
        font-size:0.875rem;
        line-height:140%;
        border-radius:12px;
    }
    .spc_benefit .spc_tit .spc_btn li a::after {
        right:6.4vw;
    }
    .spc_benefit .con_box {
        display:block;
        width:90%;
    }
    .spc_benefit .con_box .con {
        width:100%;
        height:100px;
        box-shadow:0 8px 15px rgb(0,0,0,0.1);
        font-size:0.9375rem;
        line-height:140%;
        margin-bottom:12px;
    }
    .spc_benefit .con_box .con:nth-child(n+5) {
        /*5번째 이상*/
        margin-bottom:12px;
    }
    
    /*special_이벤트*/
    .spc_event {
        padding:8vw 0;
    }
        /*환승이벤트 유의사항*/
    .caution_wrap_event {width:90%;margin-top:5vw;}
    .cautionTitle_event {
        font-size:10px;
        margin-bottom:5px;
    }
    .caution_event {padding-top:5px;}
    .caution_event li {
        font-size:8px;
        padding:1px 0;
    }
    
    /*special_자주 묻는 질문*/
    .spc_faq {
        padding:12vw 0;
    }
    .spc_faq .spc_tit h1 {
        font-size:1.75rem;
        margin-bottom:6vw;
    }
    .spc_faq .con_wrap {
        width:90%;
    }
    .spc_faq .con_wrap .con {
        width:100%;
        margin-bottom:10px;
        padding:5.6vw 8.5vw;
        border-radius:15px;
        word-break:keep-all;
    }
    .spc_faq .con .faq_q {
        font-size:0.875rem;
        line-height:150%;
        padding-bottom:12px;
    }
    .spc_faq .con .faq_a {
        font-size:0.75rem;
        line-height:150%;
        padding-top:12px;
    }
    .spc_faq .con_wrap p {
        font-size:0.6875rem;
        padding-top:8px;
    }
}