@charset "UTF-8";

.inner_Body {
    display: grid;
    grid-template-areas:
    "snb snav"
    "snb scon";
    grid-template-columns: max-content;
    grid-column-gap: 60px;
    padding-top: 60px;
}
.inner_Body .snb_bar {
    width: 320px;
    grid-area: snb;
}
.inner_Body .content_bar {
    grid-area: scon;
    grid-row-end:none;
}

/* Tab */
.inner_Body .content_bar ul.tab_btns {
    display: flex;
    justify-content: left;
    line-height: 3.1;
    border-bottom: 1px solid #0073bc;
}
.inner_Body .content_bar ul.tab_btns li {
    display: block;
    padding: 0 90px;
    background: #f5f5f5;
    border-right: 1px solid #fff;
}
.inner_Body .content_bar ul.tab_btns.tbw100 li {
    width: 100%;
    padding: 0;
    text-align: center;
}
.inner_Body .content_bar .sec_tabs {
    position: relative;
    display: none;
} 

.inner_Body .content_bar .sec_tabs.on { display: block; }
.inner_Body .content_bar ul.tab_btns li a { color: #777; }
.inner_Body .content_bar ul.tab_btns li.on { background: #0073bc; }
.inner_Body .content_bar ul.tab_btns li.on a { color: #fff; }

/*탭메뉴가 길 경우에 */
.inner_Body .content_bar ul.tab_btns li a:has(> b) {
    display: flex;
    justify-content: center;
}
.inner_Body .content_bar ul.tab_btns li a > b {
    display: block;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.inner_Body .content_bar .ba_tit {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.inner_Body .content_bar .ba_tit h3 {
    font-size: 19px;
    font-weight: 500;
    transform: rotate(-0.03deg);
    position: relative;
    line-height: 1.7;
}
.inner_Body .content_bar .ba_tit h3::before {
    content: "";
    display: inline-block;
    width: 5px; height: 16px;
    background: #0073bc;
    margin-right: 11px;
}
/* .inner_Body .content_bar .bdBtns { line-height: 2.3; display: flex; gap: 8px; height: fit-content; justify-content: space-between; position: relative; top: -5px;}
.inner_Body .content_bar .bdBtns a { display: inline-block; padding: 0 15px 0 20px; background: #0073bc; color: #fff; border-radius: 70px; box-sizing: border-box; font-size: 14px; border: 2px solid transparent;}
.inner_Body .content_bar .bdBtns a:hover { background: #fff; border: 2px solid #0073bc; color: #0073bc; font-weight: 400;}
.inner_Body .content_bar .bdBtns span.arr-r {
    background: url(../img/sub/arrow_go.png) no-repeat center left;
    width: 6px; height: 11px;
    display: inline-block;
    margin-left: 7px;
}
.inner_Body .content_bar .bdBtns a:hover span.arr-r { background-position: center right; } */

.inner_Body .content_bar .bdBtns a {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    outline: 1px solid #dddddd;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    transition-duration: 0.5s;
    width: fit-content;
    gap: 35px;
    padding: 10px;
}
.inner_Body .content_bar .bdBtns a:hover {
    outline: 1px solid #0073bc;
    background: #0073bc;
    color: #fff;    
}

.inner_Body .content_bar .bdBtns a:hover i {
    color: #fff;
}


/* 연수원소개 */


/* 공통콘텐츠 */

.inner_Body .content_bar .box_tit {
    font-size: 20px;
    line-height: 1.4;
    transform: rotate(-0.03deg);
    padding: 40px;
    margin: 45px 0;
    background: #f9f9f9;
    display: flex;
    gap: 50px;
}
.inner_Body .content_bar .box_tit .box_tit_ico {
    min-width: 110px;
}
.inner_Body .content_bar .box_tit .box_tit_ico img {
    display: block;
    width: 100%; height: 100%;
    object-fit: none;
}
.inner_Body .content_bar .box_tit strong {
    font-weight: 600;
}
.inner_Body .content_bar .box_tit span {
    font-size: 15px;
    display: block;
    line-height: 1.4;
    word-break: keep-all;
    color: #777;
    margin-top: 10px;
    padding-right: 1vw;
}
.inner_Body .content_bar .ctBox {
    padding: 34px 40px;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-top: 26px;
}

.inner_Body .tit_area {
    padding: 25px;
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    margin-top: 22px;
}
.inner_Body .tit_area h3::before {
    content: "";
    width: 3px; height: 3px;
    border-radius: 10px;
    background: #ddd;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.inner_Body .tit_area h3 {
    text-indent: -10px;
    line-height: 1.2;
    margin-left: 20px;
    color: #777;
}
.inner_Body .tit_area a {
    border: 1px solid #cbcbcb;
    background: #f4f4f4;
    color: #333;
    font-size: 13px;
    min-width: 145px;
    border-radius: 3px;
    line-height: 2.8;
    margin-left: 50px;
    font-weight: 500;
    text-align: center;
}
.inner_Body .tit_area a > i {
    font-size: 11px;
    margin-left: 10px;

}
.inner_Body .list_total { display: flex; gap: 8px; transform: rotate(-0.03deg); padding: 10px 0; font-size: 0.94rem;}
.inner_Body .list_total .total {margin-right: 18px;position: relative;}
.inner_Body .list_total .total::after {content: "";width: 1px;height: 13px;background: #c7c7c7;position: absolute;right: -12px;top: -2px;transform: translate(0, 50%);}
.inner_Body .list_total span .num {font-weight: 500;color: #252525;}
.inner_Body .list_total .result_orderBtn { margin-bottom: 0; }

/* //공통콘텐츠 */
/*// dfin - 항목 */
.dfin { line-height: 1.5; }
.dfin dl {
    display: flex;
    gap: 8px;
    font-size: 0.95rem;
}
/*// dfin - 항목 */


/* defin */

.inner_Body .content_bar .defin_wrap {
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    transform: rotate(-0.06deg);
    margin-bottom: 35px;
    margin-left: 17px;
}
.inner_Body .content_bar .defin_wrap dl > dd, .inner_Body .content_bar .defin_wrap2 dl > dd { margin-left: 13px; }
.inner_Body .content_bar .defin_wrap dt, .inner_Body .content_bar .defin_wrap2 dt { font-weight: 500; margin-top: 10px; color: #222; position: relative; }
.inner_Body .content_bar .defin_wrap dt::before,
.inner_Body .content_bar .defin_wrap2 dt::before {
    content: "";
    width: 4px; height: 4px; 
    background: #0073bc;
    border-radius: 10px;
    display: inline-block;
    vertical-align: super;
    position: relative;
    top: 2px;
    margin-right: 10px;

}
.inner_Body .content_bar .defin_wrap dt:first-child, .inner_Body .content_bar .defin_wrap2 dt:first-child { margin-top: 0; }
.inner_Body .content_bar .defin_wrap dd, .inner_Body .content_bar .defin_wrap dd > a { font-weight: 400; color: #777; white-space: pre-line; }
.inner_Body .content_bar .defin_wrap dd > .bdBtns, .inner_Body .content_bar .defin_wrap2 dd > .bdBtns { margin-top: 18px; }
.inner_Body .content_bar .defin_wrap.df_not dt, .inner_Body .content_bar .defin_wrap2.df_not dt { margin-top: 10px; font-weight: 400; color: #777; padding-left: 15px; text-indent: -15px; }

/* defin title.ver */
.inner_Body .content_bar .defin_wrap2 {
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    transform: rotate(-0.06deg);
}
.inner_Body .content_bar .defin_wrap2 dt { font-weight: 500; }
.inner_Body .content_bar .defin_wrap2 dd, .inner_Body .content_bar .defin_wrap2 dd > a { font-weight: 400; color: #777; white-space: pre-line; }
.inner_Body .content_bar .defin_wrap2 h4 {
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 500;
}
.inner_Body .content_bar .defin_wrap2 h4::before {
    content: "";
    width: 10px; height: 14px; 
    border-radius: 10px;
    display: inline-block;
    vertical-align: unset;
    margin-right: 15px;
    background: url(../img/common/definH.png) no-repeat center center;
}
.inner_Body .content_bar .defin_wrap2 dt::before {
    background: #777;
}
/* // defin */


/* 한국과학창의재단 소개 */

.stinfo_set {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 40px;
}
.stinfo_set .stThumb {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: 1px solid #eee;
    overflow: hidden;
}
.stinfo_set .stThumb img {
    object-fit: cover;
    width: 100%; height: 100%;
}
.stinfo_set ul {
    padding-top: 30px;
    line-height: 4.15;
}
.stinfo_set ul img {
    vertical-align: middle;
    margin-right: 27px;
}
.stinfo_set ul li {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.stinfo_set ul li span {
    line-height: 1.6;
    display: block;
}
/* //한국과학창의재단 소개 */


/* 융합교육(STEAM) 개념 */
.inner_Body .content_bar .st_idea_set { width: 100%; position: relative; padding: 20px 0;}
.inner_Body .content_bar .st_idea_set > img.mo { display: none; }
.inner_Body .content_bar .st_idea_set > img.pc { display: block; }
/* //융합교육(STEAM) 개념 */
/* 융합교육(STEAM) 사업 */

.con_sec:has(> .bar_tit) {
    margin: 60px 0;
}


.bar_tit.col1::after { background: #c13c41; }
.bar_tit.col2::after { background: #f69248; }
.bar_tit.col3::after { background: #39a258; }
.bar_tit.col4::after { background: #2a7195; }
.bar_tit {
    margin-bottom: 16px; padding-bottom: 20px;
    border-bottom: 2px solid #aaa;
    position: relative;
}
.bar_tit::after {
    content: "";
    width: 18%;
    height: 4px;
    position: absolute;
    left: 0;
    background: #333;
    bottom: -3px;
}
.bar_tit h3 {
    font-size: 18px;
    font-weight: 700;
}

/* // 융합교육(STEAM) 사업 */

/* 교수학습자료 _ 교과중심*/
.inner_Body .scr_link {
    padding: 7px 13px 8px 13px;
    border-radius: 50px;
    background: #0073bc;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    width: fit-content;
    float: right;
    margin: 40px 0 10px 0;
    font-size: 12px;
}
.inner_Body .scr_link i {
    font-size: 11px;
    margin-left: 8px;
}
.inner_Body .scr_link:hover {
    color: #0073bc; background: #fff;
    font-weight: 600;
    border: 1px solid #0073bc;
}
.inner_Body .vSet {
    display: flex;
    border-bottom: 1px solid #ddd;
    height: 100%;
}
.inner_Body .vSet:last-of-type {
    border-bottom: none;
}
.inner_Body .vSet .tib {
    min-width: 120px;
    background: #fafafa;
    border-right: 1px solid #ddd;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.inner_Body .vSet .cob {
    padding: 20px;
    width: 100%;
}
.inner_Body .vSet .skin2 .vSet_slt {
    min-width: 137px;
    display: inline-block;
    height: 38px;
    padding: 0 26px 0 13px;
    border: 1px solid #cccccc;
    color: #333333;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 0.875em;
}

.inner_Body .vSet .skin2.wideVer .vSet_slt {
    min-width: auto;
    width: 100%;
    max-width: 283px;
}
.inner_Body .vSet .skin2 .vSet_input {
    display: inline-block;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    width: 100%;
}
.inner_Body .vSet .skin2 .sch_bar > form { position: relative; width: 100%; }
.inner_Body .vSet .skin2 .sch_bar > form:has(.vSet_input) { max-width: 283px; }


.inner_Body .vSet .skin2.wideVer .vSet_btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1em;
    position: absolute;
    right: 12px;
    font-size: 0;
    width: 21px;
    height: 20px;
    display: block;
    background: url(/_static/steam/img/common/searchBt.png) no-repeat;
    top: 10px;
}
/* .inner_Body .vSet:has(> .tia) {
    display: block;
    background: #fafafa;
} */
.inner_Body .vSet .tia {
    flex: 1;
}

.inner_Body .vSet .tia ul {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
    padding: 18px 26px;
    grid-auto-flow: dense;
}
.inner_Body .vSet .tia ul.tia_pc {
    display: grid;
}
.inner_Body .vSet .tia .tia_mo {
    display: none;
    padding: 20px;
}
.inner_Body .vSet .tia ul .span {
    grid-column: auto / span 2 ;
}

.inner_Body .vSet .tia ul li  {
    line-height: 2.7;
}
.inner_Body .vSet .tia ul li a {
    color: #777;
    text-align: center;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;    
}
.inner_Body .vSet .tia ul li a.on {
    border: 1px solid #0073bc;
    color: #0073bc;
    font-weight: 500;
}
.inner_Body .sel_cont {
    border: 1px solid #ddd;
    clear: both;
}

.inner_Body .book_btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 25px 0 35px;
}
.inner_Body .book_btn > * {
    max-width: 133px;
    width: 100%;
    line-height: 2.9;
    vertical-align: middle;
}
.inner_Body .book_btn > button {
    background: #fff;
    border: 1px solid #0073bc;
    color: #0073bc;
}
.inner_Body .book_btn > input {
    background: #0073bc;
    border: 1px solid #0073bc;
    color: #fff;
    cursor: pointer;
}

/*// 교수학습자료 _ 교과중심*/

/* 만족도조사 */


.survey_wrap {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 6vw;
    min-height: 610px;
    position: relative;
    background: #d4e0ee;
}
.survey_wrap > .survey_inner {
    display: flex;
    /* flex-direction: column; */
    gap: 60px;
    align-items: center;
    justify-self: center;
}
.survey_wrap .survey_item {
    padding:60px 5vw;
    margin: 0 auto;
    width: 100%;
    max-width: 1050px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 1px 3px 16px -2px #9fafc1;
    min-height: 506px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.survey_wrap .survey_tit h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.survey_wrap .survey_tit_fin {
    text-align: center;
    margin-top: 110px;
}
.survey_wrap .survey_tit_fin h1 {
    line-height: 1.3;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.survey_wrap .survey_tit h1.survey_logos span:nth-child(1) {
    color: #c13c41
}
.survey_wrap .survey_tit h1.survey_logos span:nth-child(2) {
    color: #f69248
}
.survey_wrap .survey_tit h1.survey_logos span:nth-child(3) {
    color: #39a258
}
.survey_wrap .survey_tit h1.survey_logos span:nth-child(4) {
    color: #2a7195
}
.survey_wrap .survey_tit h1.survey_logos span:nth-child(5) {
    color: #7b537c
}
.survey_wrap .survey_tit p {
    color: #919191;
    font-weight: 400;
}

.form_survey .tbl_ipt input[type=radio] + label:before {
    border: 3px solid #b5cff1;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}
.form_survey .tbl_ipt p {
    font-weight: 500;
}
.form_survey .tbl_ipt input[type=radio]:checked + label:before {
    outline: none;
    width: 18px; height: 18px;
    box-shadow: 2px 4px 6px -1px #79a0d3;
    border-color: #e8f2f0;
    background: transparent url(/_static/steam/img/sub/survey_dot.png) center center no-repeat;
}
.survey_wrap .sv_flex,
.survey_wrap .sv_button {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.survey_wrap .survey_dtl .dtl_iso > dl {
    display: flex;
    align-items: center;
}
.survey_wrap .survey_dtl .dtl_iso:not(:last-child) {
    margin-bottom: 15px;
}
.survey_wrap .survey_dtl dt::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 5px;
    background: #c13c41;
    vertical-align: middle;
    border-radius: 100px;
}
.survey_wrap .survey_dtl dd {
    margin-left: 12px;
}
.survey_wrap .survey_dtl dd::before {
    content: ":";
    font-weight: 400;
    display: inline-block;
    padding: 0 4px;
    margin-left: -12px;
}
.survey_wrap .survey_dtl dt {
    font-weight: 600;
    padding-left: 20px;
    text-indent: -20px;
    white-space: nowrap;
}
.survey_wrap button {
    padding: 10px 20px;    
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    max-width: 144px;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid transparent;
}

.survey_wrap button.sv-start,
.survey_wrap button.sv-end
 {
    padding: 10px 20px;
    background: #0073bc;
    color: #fff;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.survey_wrap button.sv-prev {
    background: #fff;
    color: #222;
    border: 1px solid #222;
}
.survey_wrap button.sv-next {
    background: #0073bc;
    color: #fff;
}
.survey_wrap button > i {
    font-size: 10px;
}

.survey_wrap .sv_process {
    text-align: center;
    color: #0073bc;
}
.survey_wrap .sv_process progress {
    border: 0;
    height: 9px;
    border-radius: 100px;
    box-sizing: border-box;
    overflow: hidden;
}
.survey_wrap .sv_process progress::-webkit-progress-bar{background: #d4e0ee; border: 2px solid #d4e0ee; }
.survey_wrap .sv_process progress::-webkit-progress-value{background: #0073bc; border-radius: 100px; overflow: hidden;}
.survey_wrap .sv_process progress::-moz-progress-bar{background: #d4e0ee; border: 2px solid #d4e0ee;}

.form_survey {
    flex-grow: 0.25;
}
.form_survey dl  {
    text-align: center;
    word-break: keep-all;
}

.form_survey dl dt span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #919191;
}
.form_survey dl dt {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.form_survey textarea.survey_textarea {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
}

.survey_wrap button.sv-end {display: block;text-align: center;}


/* // 만족도조사 */


/* 이메일무단수집 */

.email_refusing {
    text-align: center;
}
.email_refusing p {
    color: #0575e6;
    font-size: 22px;
    font-weight: 500
}
.email_refusing span {
    display: block;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    word-break: keep-all;
    font-weight: 500;
    margin-top: 20px;
    padding: 0 3vw;
}
/* // 이메일무단수집 */


@media all and (max-width:1200px){

    .inner_Body .vSet .tia ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  
  }

@media all and (max-width:1024px){

    .inner_Body { grid-column-gap: 0; display: block; padding-top: 7vw; }
    .headerWrap .header .ht-menu { display: none; }

    /* //공통콘텐츠 */
    .inner_Body .content_bar .ctBox {
        padding: 5vw 3vw;
    }
    /* //공통콘텐츠 */

    /* Tab */
    .inner_Body .content_bar ul.tab_btns li {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        background: #f5f5f5;
    }
    /* //Tab */

    /* 한국과학창의재단 소개 */
    .stinfo_set {
        display: block;
    }
    .stinfo_set .stThumb {
        height: 200px;
    }
    .stinfo_set ul li {
        padding-left: 0;
    }
    /* //한국과학창의재단 소개 */
    
}


@media all and (max-width:720px) {


/* 융합교육(STEAM) 개념 */

.inner_Body .content_bar .st_idea_set { width: 100%; position: relative; padding: 20px 0;}
.inner_Body .content_bar .st_idea_set > img.pc { display: none; }
.inner_Body .content_bar .st_idea_set > img.mo { display: block; }

/* //융합교육(STEAM) 개념 */

/* 교수학습자료 _ 교과중심 */
.inner_Body .vSet .skin2 .sch_bar > form:has(.vSet_input),
.inner_Body .vSet .skin2.wideVer .vSet_slt {
    max-width: inherit;
    width: 100%;
}
.inner_Body .vSet .tia ul.tia_pc {
    display: none;
}
.inner_Body .vSet .tia .tia_mo {
    display: block;
}
/* //교수학습자료 _ 교과중심 */
}

@media all and (max-width:640px) {
    
    .inner_Body .content_bar .ba_tit { display: block; }
    .inner_Body .content_bar .bdBtns { margin-top: 3vw; }
    .inner_Body .content_bar .bdBtns a { width: 100%; text-align: center; }

    /*탭버튼*/
    .inner_Body .content_bar ul.tab_btns:has(b) {
        flex-wrap: wrap;
    }
    /* 교수학습자료 _ 교과중심 */
    .inner_Body .tit_area { flex-wrap: wrap; padding: 5vw 1vw 5vw;}
    .inner_Body .tit_area a { margin-left: 5vw; margin-top: 5vw;}
    .inner_Body .vSet .tia ul {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /*// 교수학습자료 _ 교과중심 */


    /* 만족도조사 */
    .survey_wrap {
        padding: 3vw;
    }
    .survey_wrap .survey_tit h1 {
        font-size: 30px;
    }
    .survey_wrap .survey_tit p {
        font-size: 14px;
    }
    .survey_wrap .survey_item {
        gap: 9vw;
    }
    .form_survey .tbl_ipt p {
        font-size: 13px;
    }
    .survey_wrap .sv_flex {
        gap: 8px;
    }
    .survey_wrap button {
        font-size: 14px;
    }
    /* // 만족도조사 */

}


@media all and (max-width:580px) {


    /* 교수학습자료 _ 교과중심 */
    .inner_Body .vSet .skin2 .vSet_slt { width: 100%; }
    .inner_Body .vSet .skin2 .vSet_slt:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .inner_Body .list_total {
        flex-wrap: wrap;
    }
    .result_orderBtn { margin-left: 0; }
    /*// 교수학습자료 _ 교과중심 */


    /* 공통콘텐츠 */
    .inner_Body .content_bar .box_tit {
        flex-direction: column;
        gap: 12px;
    }
    .inner_Body .content_bar .box_tit .box_tit_ico img {
        width: auto;
    }
    .inner_Body .content_bar .box_tit strong {
        font-size: 18px;
    }
    .inner_Body .content_bar .box_tit span {
        font-size: 14px;
        margin-top: 14px;
    }
    /* // 공통콘텐츠 */


}

@media all and (max-width:479px) {

    /* 교수학습자료 _ 교과중심 */
    .inner_Body .vSet .tia ul {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /*// 교수학습자료 _ 교과중심 */
    



    /* 만족도조사 */
    .survey_wrap .sv_flex {
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
        margin: 0 auto;
    }
    .form_survey .tbl_ipt p {
        font-size: 15px;
    }
    
    /* // 만족도조사 */

}

@media all and (max-width:380px) {

    .inner_Body .content_bar .bdBtns { display: block; }
    .inner_Body .content_bar .bdBtns a { margin-bottom: 1vw; }

    
}

