@charset "utf-8";
@font-face {
    font-family: 'S-Core Dream';
    src: url("/font/S-CoreDream-1Thin.woff2") format('woff2'), url("/font/S-CoreDream-1Thin.woff") format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url("/font/S-CoreDream-2ExtraLight.woff2") format('woff2'), url("/font/S-CoreDream-2ExtraLight.woff") format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url("/font/S-CoreDream-6Bold.woff2") format('woff2'), url("/font/S-CoreDream-6Bold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url("/font/S-CoreDream-3Light.woff2") format('woff2'), url("/font/S-CoreDream-3Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url("/font/S-CoreDream-4Regular.woff2") format('woff2'), url("/font/S-CoreDream-4Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url("/font/S-CoreDream-5Medium.woff2") format('woff2'), url("/font/S-CoreDream-5Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream 8';
    src: url("/font/S-CoreDream-8Heavy.woff2") format('woff2'), url("/font/S-CoreDream-8Heavy.woff") format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url("/font/S-CoreDream-7ExtraBold.woff2") format('woff2'), url("/font/S-CoreDream-7ExtraBold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream';
    src: url("/font/S-CoreDream-9Black.woff2") format('woff2'), url("/font/S-CoreDream-9Black.woff") format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* 초기화 */
html {
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: 'S-Core Dream',"Roboto", "Helvetica", "Arial", sans-serif;
    background: #fff;
    color: #363331;
}
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img {
    margin: 0;
    padding: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: 'S-Core Dream',"Roboto", "Helvetica", "Arial", sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

dd,
dl,
dt,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
button,
img,
input,
label,
select {
    vertical-align: middle;
    font-size: 1em;
}
button,
input {
    margin: 0;
    padding: 0;
    font-family: 'S-Core Dream',"Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 1em;
}
input[type="submit"] {
    cursor: pointer;
}
button {
    cursor: pointer;
}

select,
textarea {
    font-family: 'S-Core Dream',"Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 1em;
}
select {
    margin: 0;
}
p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}
/* hr {display:none} */
pre {
    overflow-x: scroll;
    font-size: 1.1em;
}
a {
    color: #363331;
    text-decoration: none;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=password],
input[type=text],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 5px #9ed4ff;
    -moz-box-shadow: 0 0 5px #9ed4ff;
    box-shadow: 0 0 5px #9ed4ff;
    border: 1px solid #558ab7 !important;
}

.placeholdersjs {
    color: #aaa !important;
}
img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
:root {
    font-size: 0.0625rem;
}
body {
    color: #494137;
    margin: 0;
    font-size: 14rem;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    background-color: #fafafa;
}

.inner {
    max-width: 1448px;
    width: 90% !important;
    margin: 0 auto;
}
/* 레이아웃 크기 지정 */

/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    height: 0;
}
#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff;
}
.hd_pops img {
    max-width: 100%;
}
.hd_pops_con {}
.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative;
}
.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff;
}
.hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left;
}
.hd_pops_footer .hd_pops_close {
    background: #393939;
    position: absolute;
    top: 0;
    right: 0;
}

/* 상단 레이아웃 */
#hd_h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#hd_wrapper {
    border-top: 20px solid #494137;
}

#logo {
    height: 196rem;
    -moz-box-flex: 1;
    flex-grow: 1;
    display: -moz-box;
    display: flex;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
}
#logo a {
    display: block;
    width: 159px;
}
#nav {
    background-color: #fff;
    border-top: 1px solid #8c8c8b;
    border-bottom: 1px solid #8c8c8b;
}
#nav,
.nav_mainMenu li {
    height: 53rem;
}
.nav_mainMenu {
    height: 100%;
    -moz-box-flex: 1;
    flex-grow: 1;
    display: -moz-box;
    display: flex;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
}
.nav_mainMenu li {
    display: flex;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    flex: 1 1 auto;
    font-size: 15rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.nav_mainMenu li a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
}
.nav_mainMenu__li {
    border-right: 1px solid #8c8c8b;
}
.nav_mainMenu__li.on {
    color: #FBB800;
}
.nav_mainMenu__li:first-child {
    border-left: 1px solid #8c8c8b;
}
.nav_subMenu {
    display: none;
    position: absolute;
    top: 53rem;
    left: -1px;
    width: calc(100% + 2px);
    z-index: 20;
    border: 1px solid #8c8c8b;
    border-top: 0;
}
.nav_subMenu__li {
    background-color: #494137;
    border-top: 1px solid #8c8c8b;
    color: #fff;
}

.nav_subMenu__li:hover {
    background-color: #FBB800;
}

.nav_subMenu__li  a{font-weight: 400;}

/* 중간 레이아웃 */

#top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #333;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: rgba(255,255,255,0.5);
}
#top_btn:hover {
    border-color: #3059c7;
    background: #3059c7;
    color: #fff;
}

/* 게시물 선택복사 선택이동 */
#copymove .win_desc {
    text-align: center;
    display: block;
}
#copymove .tbl_wrap {
    margin: 20px;
}
#copymove .win_btn {
    padding: 0 20px 20px;
}
.copymove_current {
    float: right;
    background: #ff3061;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
}
.copymove_currentbg {
    background: #f4f4f4;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

/* 본문 바로가기 */
#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#skip_to_container a:active,
#skip_to_container a:focus {
    width: 100%;
    height: 75px;
    background: #21272e;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 3.3em;
}

/* ie6 이미지 너비 지정 */
.img_fix {
    width: 100%;
    height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
    display: inline-block;
    position: relative;
}
#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
#captcha #captcha_img {
    height: 40px;
    border: 1px solid #898989;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
#captcha #captcha_mp3 {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url("../../../img/captcha2.png") no-repeat;
    text-indent: -999px;
    border-radius: 3px;
}
#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url("../../../img/captcha2.png") no-repeat 0 -40px;
    text-indent: -999px;
    border-radius: 3px;
}
#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
}
#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
    display: block;
    margin: 0 0 5px;
    width: 187px;
}
#captcha.m_captcha #captcha_img {
    width: 160px;
    height: 60px;
    border: 1px solid #e9e9e9;
    margin-bottom: 3px;
    margin-top: 5px;
    display: block;
}
#captcha.m_captcha #captcha_reload {
    position: static;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url("../../../img/captcha2.png") no-repeat 0 -40px;
    text-indent: -999px;
}
#captcha.m_captcha #captcha_reload span {
    display: none;
}
#captcha.m_captcha #captcha_key {
    margin: 0;
    padding: 0 5px;
    width: 115px;
    height: 29px;
    border: 1px solid #b8c9c2;
    background: #f7f7f7;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    margin-left: 3px;
}
#captcha.m_captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em;
}
#captcha.m_captcha #captcha_mp3 {
    width: 31px;
    height: 31px;
    background: url("../../../img/captcha2.png") no-repeat 0 0;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
}

/* ckeditor 단축키 */
.cke_sc {
    margin: 0 0 5px;
    text-align: right;
}
.btn_cke_sc {
    display: inline-block;
    padding: 0 10px;
    height: 23px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer;
}
.cke_sc_def {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center;
}
.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1;
}
.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.cke_sc_def dd,
.cke_sc_def dt {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9;
}
.cke_sc_def dt {
    width: 20%;
    font-weight: bold;
}
.cke_sc_def dd {
    width: 30%;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px;
}
#bo_v_con ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 40px;
}
#bo_v_con li {
    display: list-item;
}

/* 메인 */
.mainVisual {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.mainPicMenu {
    display: -moz-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 148px;
    margin-bottom: 20px;
}
.mainPicMenu > div {
    flex: 1 1 auto;
    width: 50%;
    height: 100%;
    font-size: 20px;
}

.mainPicMenu_link {
    color: #fff;
    background-color: #FBB800;
}
.mainPicMenu_link a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 64px;
}
.mainPicMenu_link a::after {
    content: '';
    display: block;
    width: 26px;
    height: 45px;
    background: url("/img/classEnter.png") center center no-repeat;
    background-size: contain;
    margin-left: auto;
}
.mainPicMenu_link .icon {
    display: block;
    width: 50px;
    height: 41px;
    background: url("/img/class.png") center center no-repeat;
    background-size: contain;
    margin-right: 16px;
}
.mainPicMenu_link .text {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    padding-top: 4px;
}
.mainLogin {
    display: flex;
    align-items: center;
    background-color: #fff;

    padding: 30px 34px;
}
.mainLogin_body,
.mainLogin_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainLogin_body > *,
.mainLogin_head > * {
    flex: 1 1 auto;
}
.mainLogin_head + form {
    width: 100%;
}
#mainLogin,
#ol_after {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 146px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.mainLogin #ol_submit,
.mainLogin .btn_b02 {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: #905443;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.mainLogin_head {
    width: 100%;
}
.mainLogin_head .mainLogin_head__tit {
    font-size: 28px;
    font-weight: 700;
    color: #363331;
}
.mainLogin_head__menu {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #363331;
}
.mainLogin_head__menu a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: 500;
}

.mainLogin_body .input {
    padding: 12px;
    border: 1px solid #A4A5A3;
    height: 40px;
    font-size: 16px;
    font-weight: 400;

    min-width: 0;
    width: 100%;
    display: block;
}
.mainLogin_body .input::placeholder {
    color: #A4A5A3;
}
.mainLogin_body .input:last-child {
    margin-left: 16px;
}

.mainBoard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    padding: 22px;
    background-color: #fff;
    border: 1px solid #FAFCFA;
}
.mainBoard_content {
    width: 50%;
    padding: 22px;
    flex: 1 1 auto;
}
.mainBoard_content + .mainBoard_content {
    border-left: 1px solid #999A97;
}
.mainBoard_content__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
}
.mainBoard_content__head .lt_more {
    width: 24px;
    height: 24px;
    background: url("/img/icon_more.png") center center no-repeat;
    background-size: contain;
}
.mainBoard_content__list li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainBoard_content__list {
    margin-top: 24px;
    font-size: 14px;
    color: #8c8c8b;
    font-weight: 400;
}

.mainBoard_content__list li + li {
    margin-top: 8px;
}
.mainBoard_content__list li > a .title {
    display: inline-block;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mainBoard_content__list .empty_li {
    text-align: center;
}
.mainLogin_body_name {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    line-height: 1;
}
.mainLogin_body_name strong {
    font-size: 28px;
    color: #363331;
}
.mainLogin_body_name span {
    font-size: 16px;
}
/* footer */
#ft {
    background-color: #494137;
    margin-top: 40px;
}
#ft .ft_logo a {
    display: block;
    width: 210px;
}
#ft #ft_wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 185px;
    color: #F1F1F0;
    font-size: 16px;
}
.ft_right {
    text-align: right;
}
.ft_right p + p {
    margin-top: 4px;
}

/* sub */
.subVisual {
    position: relative;
    width: 100%;
    height: 285px;
    background: url("/img/sub_visual.jpg") center center no-repeat;
    background-size: cover;
}
.subVisual::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.mo_loginBtn {
    display: none;
}
.dlList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    margin: 24px 0;
}
.dlList dl {
    display: flex;
    flex: 1 1 calc(50% - 8px);
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
}
.dlList dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: #494137;
    min-width: 100px;
    color: #fff;
    font-size: 15px;
}
.dlList dd {
    width: 100%;
    min-height: 30px;
    border-bottom: 1px solid #b3b3b3;
    font-size: 15px;
    padding: 0 8px;
}
.dlList dd > * {
    border: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}
.btnPri {
    background-color: #fbb800;
    color: #fff;
    border: 0;
}

.mobileLogin h2 {
    font-size: 17px;
    margin: 22px 0;
    color: #494137;
}
.mobileLogin input {
    border: 1px solid #b3b3b3;
    height: 38px;
    padding: 0 8px;
    font-size: 14px;
    width: 100%;
}
.mobileLogin input + input {
    margin-top: 8px;
}
.btn_wrap {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #b3b3b3;
}
.mobileLogin .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    height: 35px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    border: 0;
}
.btnPin {
    background-color: #8c8c8b;
    margin-top: 10px;
}
.btnJoin {
    background-color: #29b4aa;
}

.students_wrap {
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}
.students_wrap + .students_wrap {
    margin-top: 16px;
}
.students_wrap span {
    display: inline-block;
    vertical-align: middle;
    min-width: 100px;
}
.btn.btn_remove {
    height: auto;
    padding: 4px;
    background-color: #888;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
.pg_wrap,.pg_wrap .pg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pg_wrap  .pg_page ,.pg_wrap .pg_current{
    height: 32px;
    min-width: 32px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.87);
    background-color: rgba(0, 0, 0, 0.08);
}
.pg_wrap  .pg_page:hover{
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.1);
}
.pg_wrap .pg_current{
    color: #fff;    
    background-color: #fbb800 ;
}
.pg_page.pg_end{
    text-indent: -999999px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' viewBox='0 0 24 24'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z' fill='%23888'%3E%3C/path%3E%3C/svg%3E");
}
.pg_page.pg_start{
    text-indent: -999999px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888' %3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E");
}
/*
왼쪽
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ccc' %3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E");
오른쪽 
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' viewBox='0 0 24 24'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E");
*/
@media all and (max-width: 1280px) {
    #nav,
    .nav_mainMenu li {
        height: 40rem;
    }
    .nav_subMenu {
        top: 40rem;
    }
    .nav_mainMenu li {
        font-size: 12rem;
    }
    .nav_mainMenu__li.home {
        display: none;
    }
    .nav_mainMenu li:last-child {
        border-right: 0;
    }
    .mainVisual {
        height: 250px;
    }
    .mainVisual + .inner,
    .nav_mainMenu {
        width: 100% !important;
    }
    .mainPicMenu {
        height: 132px;
    }
    .mainPicMenu > div {
        padding: 24px;
    }
    .mo_loginBtn {
        display: inline-block;
    }
    .mainLogin_head + form {
        text-align: center;
    }
    #mainLogin,
    #ol_after {
        width: 100%;
        padding: 0;
        align-content: center;
        justify-content: center;
    }
    .mainLogin {
        background-color: #905443;
    }
    .mainLogin_body,
    .mainLogin_head .mainLogin_head__tit,
    .mainLogin_head__menu a:not(.mo_show),
    .mo_hide {
        display: none !important;
    }
    .mainLogin_head__menu a {
        color: #fff;
        margin: 0;
        font-weight: 400;
    }
    .mainLogin .btn_b02,
    .mainLogin_head,
    .mainLogin_head__menu {
        position: unset;
        width: auto;
        height: auto;
        font-size: 20px;
        font-weight: 400;
    }
    .mainLogin .btn_b02 {
        border-left: 1px solid rgba(255, 255, 255, 0.405);
        padding-left: 12px;
        margin-left: 12px;
    }
    .mainLogin_head__menu {
        text-align: center;
    }
    .mo_loginBtn {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
    }
    .mainPicMenu_link .text {
        font-size: 20px;
    }
    .mainPicMenu_link .icon {
        width: 40px;
    }
    .mainPicMenu_link a {
        padding: 0;
    }
    .mainPicMenu_link a::after {
        width: 16px;
    }

    .mainPicMenu > div.mainPicMenu_link {
        width: 60%;
    }
    .mainBoard {
        display: block;
        background: transparent;
    }
    .mainBoard_content {
        width: 100%;
        padding: 0;
    }
    .mainBoard_content + .mainBoard_content {
        border: 0;
        margin-top: 40px;
    }

}

@media all and (max-width: 750px) {
    #logo {
        height: 86px;
    }
    #logo a {
        width: 96px;
    }
    .mainPicMenu > div {
        padding: 16px;
    }
    .mainLogin .btn_b02,
    .mainLogin_head,
    .mainLogin_head__menu,
    .mainPicMenu_link .text {
        font-size: 18px;
    }
    .mainLogin .btn_b02 {
        padding-left: 6px;
        margin-left: 6px;
    }
    .mainPicMenu_link a::after {
        width: 10px;
    }
    #ft #ft_wr {
        height: 160px;
        gap: 8px;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 10px;
    }
    #ft .ft_logo a {
        width: 100px;
    }
    .ft_right {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .dlList dl {
        display: flex;
        flex: 1 1 100%;
        margin-bottom: 8px;
    }
    .dlList dt {
        min-width: 70px;
    }
    .dlList dd,
    .dlList dt {
        font-size: 12px;
        min-height: 26px;
    }

    .students_wrap {
        font-size: 13px;
        gap: 0 8px;
        flex-wrap: wrap;
    }
    .students_wrap + .students_wrap {
        margin-top: 8px;
    }
    .students_wrap span {
        min-width: 0;
    }
}

@media all and (max-width: 540px) {
    .mainPicMenu > div.mainPicMenu_link {
        width: 50%;
    }
    .mainPicMenu > div {
        padding: 8px;
    }
    .mainLogin .btn_b02,
    .mainLogin_head,
    .mainLogin_head__menu,
    .mainPicMenu_link .text {
        font-size: 16px;
    }
    .mainPicMenu_link .icon {
        margin-right: 8px;
    }
    .mainBoard_content__head {
        font-size: 20px;
    }
}
@media all and (max-width: 380px) {
    .mainPicMenu {
        height: 90px;
    }
    .mainPicMenu > div {
        padding: 16px;
    }

    .mainPicMenu_link .icon {
        display: none;
    }
    .mainLogin .btn_b02,
    .mainLogin_head,
    .mainLogin_head__menu,
    .mainPicMenu_link .text {
        font-size: 14px;
    }
    .mainBoard_content__head .lt_more {
        width: 18px;
        height: 18px;
    }
}
