@charset "utf-8";
@import url(reset.css);

/* === 기본 변수 정의 === */
:root {
    --font-base: 'Pretendard', sans-serif;
    --font-size-base: 16px;
    --color-text: #1d1d1d;
    --color-gray: #c6c6c6;
    --color-accent: #e50711;
    --color-bg-light: #f5f5f5;
}

/* Pretendard Font */
@font-face {
    font-family: 'Pretendard';
    font-weight: normal;
    font-display: swap;
    src: local('Pretendard Regular'),
        url('../font/woff2/Pretendard-Regular.woff2') format('woff2'),
        url('../font/woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: bold;
    font-display: swap;
    src: local('Pretendard Bold'),
        url('../font/woff2/Pretendard-Bold.woff2') format('woff2'),
        url('../font/woff/Pretendard-Bold.woff') format('woff');
}

/* Common */
html {
    font-size: var(--font-size-base);
}

body {
    font-family: var(--font-base);
    font-size: 1rem;
    color: var(--color-text);
    line-height: 1.5;
    background-color: #fff;
}

.center-width {
    width: 1200px;
    margin: 0 auto;
}

.disNone {
    display: none;
}

/*.mw {
    display: none;
}*/

.g {
    display: flex;
}

.gc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
}

.gc .g {
    margin-bottom: 10px;
    align-items: center;
}

/* Header */
header {}

.gnb {
    position: relative;
    background-color: #202020;
    z-index: 10;
}

.top {
    display: flex;
    align-items: center;
    height: 89px;
    border-bottom: 1px solid #d1d1d1;
    background-color: #fff;
}

.top-area {
    display: flex;
    align-items: center;
    width: 100%;
}

.top h1 {
    flex-basis: 214px;
}

.top-logo {
    display: block;
    width: 188px;
    height: 36px;
    margin-right: 57px;
    background: url('../../images/common/top_logo.svg') no-repeat 0 0 / auto 36px;
}

.lnb {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding-top: 5px;
}

.lnb a {
    display: flex;
    align-items: center;
    height: 34px;
    font-size: 0.85rem;
    color: #555;
    white-space: nowrap;

}

.lnb a:first-child {
    margin-left: 0;
}

.lnb a.i01 {
    background: url('../../images/common/i_top_login.png') 0 center no-repeat;
    padding-left: 42px;
}

.lnb a.i02 {
    background: url('../../images/common/i_top_join.png') 0 center no-repeat;
    margin-left: 20px;
    padding-left: 42px;
}

.lnb a.i03 {
    font-weight: bold;
    white-space: normal;
    line-height: 1.2em;
}

.lnb a.i03::after {
    content: '님';
    font-weight: normal;
    padding-left: 2px;
}

.lnb a.i04::before {
    content: '|';
    color: #bbb;
    display: inline-block;
    padding: 0 15px;
}

.nav {
    width: 100%;
    max-width: 745px;
}

.nav ul {
    display: flex;
    flex-direction: row;
}

.nav li {
    flex: 1;
}

.nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 71px;
    padding-top: 15px;
    font-size: 1.125rem;
    color: #1d1d1d;
    border-bottom: 4px solid transparent;
}

.nav li.on a,
.nav li a:hover{
    color: #e50711;
    border-bottom: 4px solid #e50711;
}
.nav:hover li.on a {
    color: #1d1d1d;
    border-bottom: 4px solid transparent;
}

.nav li.on:hover a {
    color: #e50711;
    border-bottom: 4px solid #e50711;
}

.nav ul li .nav-layer {
    display: none;
}

.nav ul li:hover .nav-layer {
    display: block;
}

.nav ul li .nav-layer li a {
    width: auto;
}

.menu-g {
    display: flex;
    flex-direction: column;
}

.menu-g ul:first-child {
    margin-bottom: 20px;
}

.nav-layer .center-width {
    display: flex;
}

.nav-layer {
    position: absolute;
    inset: 90px 0 0 0;
    width: 100%;
    height: 250px;
    background-color: #fff;
    border-bottom: 1px solid #c6c6c6;
    z-index: 30;
    overflow: hidden;
}

.nav-layer.m1 {}

.nav-layer.m2 {
    height: 502px;
}

.nav-layer.m3,
.nav-layer.m4,
.nav-layer.m5 {
    height: 273px;
}

.nav-title {
    display: block;
    width: 244px;
    height: 100vh;
    background: url(../../images/common/nav_layer_bg.png) no-repeat 0 top;
    text-align: right;
}

.nav-title span.t1 {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #1d1d1d;
    padding: 50px 30px 0px 20px;
}

.nav-title span.t2 {
    display: block;
    font-size: 0.94rem;
    margin-top: 10px;
    color: #444;
    padding: 0 30px 97px 20px;
}

.nav ul.nav01 {
    position: relative;
    display: flex;
    /*width: 100%;*/
    padding: 18px 0 20px 20px;
}

.nav ul.nav01 li a {
    min-width: 120px;
    max-width: 200px;
    height: auto;
    padding: 8px 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #666;
    line-height: 1.25;
    white-space: nowrap;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    margin-right: 16px;
}

.nav-layer.m3 ul.nav01 li a,
.nav-layer.m5 ul.nav01 li a {
    min-width: 200px;
}

.nav ul.nav01 li:last-child a {
    margin-right: 0;
}

.nav ul.nav01 li a:hover {
    color: #e50711;
    border-color: #e50711;
}

.nav ul.nav02 {
    display: flex;
    flex-direction: column;
    padding-top: 7px;
}

.nav ul.nav02 li a {
    justify-content: flex-start;
    padding: 4px 6px 4px 5px;
    font-size: 0.875rem;
    font-weight: normal;
    white-space: normal;
    border: 0;
}

.nav ul.nav02 li a::before {
    content: '·';
    display: flex;
    align-self: flex-start;
    padding-right: 6px;
}
.nav li.on ul.nav01 li a {
    color: #666;
    border: 1px solid #c6c6c6;
}

.nav li.on ul.nav01 li a:hover {
    color: #e50711;
    border-color: #e50711;
}

.nav li.on ul.nav02 li a {
    border: none;
}


/* exam */
.popup{font-size: 0.94rem;}
.popup-top{
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    padding:20px;
    box-sizing: border-box;
    background-color: #E50711;
}
.popup-body{padding: 0 20px 0;}
.popup-body .subject{
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    padding:20px 0;

}
.exam-area {
    display: flex;
    border: 1px solid #E50711;
    font-size: 0.94rem;
    border-radius: 10px;
    padding: 10px 15px 10px 10px;
}

.exam-area ul {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.exam-area li {
    display: flex;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.exam-area li:last-child {
    margin-bottom: 0;
}

.exam-area li span.t1 {
    display: flex;
    flex-basis: 25%;
    font-weight: 700;
    color: #555;
    justify-content: center;
    background-color: #f0f0f0;
    align-items: center;
    border-radius: 50px;
    padding: 0 15px;
    margin-right: 15px;
    white-space: nowrap;
}

.exam-area li span.t2 {
    flex: 1;
    padding: 8px 10px 8px 0;
}

.exam-area button {
    flex-basis: 24%;
    height: 70px;
    font-size: 0.94rem;
    font-weight: 700;
    color: #fff;
    background-color: #E50711;
    border-radius: 8px;
    align-self: center;
}

.exam-box {
    margin-top: 20px;
}

.exam-box p {
    text-align: center;
}


/* chatbot */
.chatbot {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
}

.btn-chatbot {
    display: block;
    width: 65px;
    height: 66px;
    background: url('../../images/common/chatbot.png') no-repeat center / contain;
}

.chatbot-popup {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.chatbot-top {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #c6c6c6;
    box-sizing: border-box;
}

.chatbot-top span.top-logo {
    position: absolute;
    top: 16px;
    left: 22px;
    width: 139px;
    height: 27px;
    margin-right: 0;
    background-size: auto 27px;
}

.chatbot-top .btn-close {
    position: absolute;
    top: 13px;
    right: 20px;
    width: 70px;
    height: 34px;
    font-size: 0.8rem;
    line-height: 1em;
    color: #555;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 6px;
    cursor: pointer;
}

.chatbot-body {
    flex: 1;
    background-color: #F0F2F2;
    overflow-y: auto;
    height: calc(100vh - 60px);
    padding: 20px 0 30px;
}

.admin-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
}

.admin-area span.profile {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.admin-area span.profile::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../images/common/chatbot_photo.png) no-repeat;
    padding-right: 8px;
}

.msg {
    display: inline-block;
    max-width: 324px;
    font-size: 0.875rem;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    word-break: break-all;
}

.admin-area span.msg {
    border-radius: 0 10px 10px 10px;
    margin-left: 40px;
}

.admin-area span.msg:last-child {
    margin-bottom: 20px;
}

.msg-g {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.msg-g button {
    min-width: 294px;
    font-size: 0.875rem;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 8px 15px;
    margin: 0 0 6px 0;
}

.user-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 20px;
}

.user-area span.msg {
    font-size: 0.875rem;
    color: #fff;
    background-color: #FF1F2F;
    border-radius: 10px 0 10px 10px;
}

.user-area span.time {
    font-size: 0.7rem;
    color: #666;
    margin: -10px 5px 10px 0;
}


.msg table {
    display: table;
    width: 100%;
    border: 1px solid #c6c6c6;
    border-collapse: collapse;
    margin-top: 5px;
    overflow: hidden;
}

.msg table th,
.msg table td {
    text-align: center;
    padding: 5px 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
}

.msg table th {
    font-weight: bold;
}
.msg table td {letter-spacing: -0.06em;}
.msg table tr td:first-child{padding:5px;}

.t-1line{white-space: nowrap; font-size: 0.7rem;}

/* Container */
.container {
    display: flex;
    flex-direction: row;
}

.container .center-width {
    display: inherit;
}

/* Aside */
.aside {
    width: 190px;
    margin-right: 54px;
}

.aside .title {
    padding: 60px 0 13px;
    font-size: 1.75rem;
    font-weight: bold;
    border-bottom: 2px solid #404040;
}

.left-menu ul {
    display: flex;
    flex-direction: column;
    padding: 10px 0 20px;
}

.left-menu ul li {}

.left-menu ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 4.5% 0;
    font-size: 0.94rem;
    color: #555;
}

.left-menu ul li a::after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 6px;
    height: 9px;
    background: url('../../images/common/aside_sign.png') no-repeat 0 0;
}

.left-menu ul li a:hover,
.left-menu ul li.on a {
    color: #E50711;
}

.left-menu ul li a:hover::after,
.left-menu ul li.on a::after {
    background-position: right 0;
    /* 위치만 바뀜 */
}

.left-menu ul li ul.menu01 {
    display: block;
    background-color: #F5F5F5;
    border-radius: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.left-menu ul li ul.menu01 li {
    display: flex;
}

.left-menu ul li ul.menu01 li a {
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.3em;
    padding: 3px 10px;
}

.left-menu ul li ul.menu01 li a::after {
    content: '';
    background: none;
}

.left-menu ul li.on ul.menu01 li a {
    color: #555;
}

.left-menu ul li.on ul.menu01 li a:hover {
    color: #E50711
}

.left-menu ul li.on ul.menu01 li.on a {
    color: #E50711
}

.quick-menu ul {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    border-top: 1px solid #c6c6c6;
}

.quick-menu ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.q-text {
    padding-left: 10px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #555;
}

.q-img01,
.q-img02,
.q-img03,
.q-img04,
.q-img05,
.q-img06{
    display: inline-block;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.q-img01 {
    background-image: url('../../images/common/i_quick01.png');
}

.q-img02 {
    background-image: url('../../images/common/i_quick02.png');
}

.q-img03 {
    background-image: url('../../images/common/i_quick03.png');
}

.q-img04 {
    background-image: url('../../images/common/i_quick04.png');
}
.q-img05 {
    background-image: url('../../images/common/i_quick05.png');
}
.q-img06 {
    background-image: url('../../images/common/i_quick06.png');
}



/*main*/
.main {
    flex: 1;
}

.location {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
}

.location ul {
    position: absolute;
    top: 13px;
    right: 0;
    display: flex;
    align-items: center;
}

.location li {
    margin-left: 10px;
    padding-left: 9px;
    background: url('../../images/common/i_location_gap.png') no-repeat 0 center;
}

.location li:first-child {
    margin: 0;
    padding: 0;
    background: none;
}

.location a {
    font-size: 0.75rem;
    color: #888;
}

.location a.home {
    display: block;
    width: 11px;
    height: 12px;
    background: url('../../images/common/i_location_home.png') no-repeat 0 0;
}

.tab1 {}

.tab1 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.tab1 li {
    margin: 0 10px 10px 0;
}

.tab1 li:first-child {
    margin-left: 0;
}

.tab1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: bold;
    color: #444;
    letter-spacing: -0.025em;
    padding: 12px 25px 10px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
}

.tab1 li a:hover {
    color: #1d1d1d;
}

.tab1 li.on a {
    color: #fff;
    background-color: #404040;
    border-color: #404040;
}

.tab2 {}

.tab2 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tab2 li {
    margin: 0 6px 6px 0;
}

.tab2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 0.875rem;
    color: #555;
    letter-spacing: 0em;
    padding: 5px 15px;
    border-radius: 30px;
    background-color: #f0f0f0;
}

.tab2 li a:hover {
    color: #1d1d1d;
}

.tab2 li.on a {
    color: #fff;
    background-color: #404040;
}

.edu-class {
    margin-top: 20px;
}

.edu-class ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}

.edu-class li {
    position: relative;
    margin: 0 0 30px 16px;
}

.edu-class a {
    display: flex;
    flex-direction: column;
    width: 306px;
    height: 412px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.edu-class a:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.edu-class li::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 112px;
    height: 25px;
    background: url('../../images/common/top_logo.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.edu-class .c-photo {
    display: block;
    width: 100%;
    height: 190px;
    overflow: hidden;
    background-color: #f5f5f5;
    /* 이미지 없을 경우 대비 */
}

.edu-class .c-photo img {
    width: 100%;
    height: 100%;
}

.edu-class .c-box {
    display: flex;
    flex-direction: column;
    padding: 25px 25px 50px;
}

.edu-class .c-box .t1 {
    padding-bottom: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1d1d1d;
}

.edu-class .c-box .t2 {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #444;
}

.content {}

.content table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    word-break: break-all;
}

.content table th {
    font-size: 0.875rem;
    padding: 12px 0;
    color: #1d1d1d;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    vertical-align: middle;
}

.content table td {
    font-size: 0.875rem;
    color: #444;
    padding: 15px 5px;
    border-bottom: 1px solid #c6c6c6;
    vertical-align: middle;
}


.edu-title {
    display: block;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 25px;
    margin-top: 30px;
}

.edu-top {
    display: flex;
    height: 420px;
    background: url(../../images/edu_title_bg.png) no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 30px;
}

.edu-box1 {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 55px 50px 0 50px
}

.edu-box1 span.t1 {
    font-size: 2.625rem;
    font-weight: bold;
    padding-bottom: 14px
}

.edu-box1 span.t2 {
    font-weight: 1rem;
    color: #444;
    word-break: keep-all;
}

.edu-box2 {
    padding: 70px 90px 0 0;
}

.edu-img01 {
    display: block;
    width: 374px;
    height: 309px;
    background: url(../../images/edu_title_01.png) no-repeat;
    background-size: contain;
}

.edu-img02 {
    display: block;
    width: 374px;
    height: 309px;
    background: url(../../images/edu_title_02.png) no-repeat;
    background-size: contain;
}

.edu-img03 {
    display: block;
    width: 374px;
    height: 309px;
    background: url(../../images/edu_title_03.png) no-repeat;
    background-size: contain;
}

.edu-img04 {
    display: block;
    width: 374px;
    height: 309px;
    background: url(../../images/edu_title_04.png) no-repeat;
    background-size: contain;
}

.edu-img05 {
    display: block;
    width: 374px;
    height: 309px;
    background: url(../../images/edu_title_05.png) no-repeat;
    background-size: contain;
}


.edu-tab {}

.edu-tab ul {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
}

.edu-tab li {
    position: relative;
    margin: 0 10px;
}

.edu-tab li a {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    color: #888;
    padding: 23px 25px 15px;
    cursor: pointer;
}

.edu-tab li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #888;
    background: transparent;
}

.edu-tab li.on a {
    color: #1d1d1d;
}

.edu-tab li.on::before {
    border: none;
    width: 9px;
    height: 9px;
    background-color: #FF5663;
}

.edu-search {
    display: flex;
    height: 36px;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.edu-search span.left-area {
    flex: 1;
    display: flex;
}

button {
    letter-spacing: -0.03em;
    cursor: pointer;
    border: 0;
}

.btn-card,
.btn-list {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 3px;
}

.btn-card,
.btn-card.on {
    background: url(../../images/board/i_card.png) no-repeat;
}

.btn-card {
    background-position: 0 0;
}

.btn-card.on {
    background-position: right 0;
}

.btn-list,
.btn-list.on {
    background: url(../../images/board/i_list.png) no-repeat;
}

.btn-list {
    background-position: 0 0;
}

.btn-list.on {
    background-position: right 0;
}


.btn-apply {
    width: 58px;
    height: 28px;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.2em;
    background-color: #E50711;
    border-radius: 3px;
}

.btn-apply-close {
    width: 58px;
    height: 28px;
    font-size: 0.8rem;
    color: #666;
    line-height: 1.2em;
    background-color: #e4e4e4;
    border-radius: 3px;
}

.edu-search span.right-area {
    display: flex;
}

.btn-search {
    width: 42px;
    background: url(../../images/board/i_search.png) no-repeat center;
    background-color: #404040;
    border-radius: 5px;
}


.edu-table {}

.edu-table table {
    width: 100%;
    text-align: center;
    color: #444;
    vertical-align: middle;
    word-break: keep-all;
    border-bottom: 1px solid #c6c6c6
}

.edu-table table th {
    font-size: 0.875rem;
    padding: 12px 0;
    background-color: #F5F5F5;
    border-top: 2px solid #FF5663;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

.edu-table table td {
    font-size: 0.94rem;
    vertical-align: middle;
    padding: 15px;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6
}

.edu-table table tr th:last-child {
    border-right: 0;
}

.edu-table table tr td:last-child {
    border-right: 0;
    border-left: 1px solid #c6c6c6
}

.table-info {
    display: block;
    font-size: 0.94rem;
    padding: 20px 0;
}

.edu {}

.edu .subject {
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.3em;
    padding: 30px 0;
    border-top: 1px solid #404040;
    margin: 30px 0 0 0;
}
.edu .subject1 {
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.3em;
    padding: 30px 0;
    border-top: 1px solid #404040;
    margin: 0 0 0 0;
}

.btn-fold {
    display: none;
}

.fold .class-area {
    display: block;
}

.class1 {}

.class1 ul {
    display: flex;
    margin-left: -10px;
    margin-bottom: 30px;
}

.class1 li {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 10px;
    padding: 20px 15px 25px;
    font-size: 0.94rem;
    text-align: center;
    word-break: keep-all;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
}

.class1 li span.t1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    padding: 4px 20px;
    font-weight: bold;
    color: #e50711;
    border: 1px solid #e50711;
    border-radius: 32px;
}

.class1 li span.t2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.class1 li span.t2 .btn-s {
    margin-top: 4px;
}

.class2 {
    display: flex;
    flex: 1;
    margin-left: -10px;
    margin-bottom: 30px;
}

.class2-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-content: stretch;
    margin-left: 10px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.class2-box .t1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    background-color: #444;
}

.class2-box .t2 {
    display: flex;
    font-size: 1rem;
    color: #444;
    border-top: 0;
    padding: 20px 20px 30px;
}

.class2-box ul {
    display: flex;
    flex-direction: column;
}

.class2-box li {
    display: flex;
    padding-bottom: 10px;
}

.class2-box span.tit {
    width: 100px;
    font-weight: bold;
    padding-right: 10px;
}

.class2-box span.text {
    flex: 1;
}

/* 버튼 스타일 */
.btn,
.btn-m,
.btn-s {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0;
}

/* 크기별 차이 */
.btn {
    height: 48px;
    padding: 0 25px;
    font-size: 1rem;
    line-height: 1.2em;
}

.btn-m {
    height: 36px;
    padding: 0 15px;
    font-size: 0.94rem;
    line-height: 1.2em;
}

.btn-s {
    height: 28px;
    padding: 0 8px;
    font-size: 0.8rem;
    line-height: 1.2em;
}

/* 기본색상 */
.btn,
.btn-m,
.btn-s {
    color: #fff;
    background-color: #404040;
}

.i-calendar {
    width: 40px;
    background: url(../../images/board/i_calendar.png) no-repeat center;
    background-size: 18px;
}

.i-member::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../images/board/btn_i_user_plus.png) no-repeat 0 0;
    background-size: auto 20px;
    margin-right: 6px;
}

.i-down::before {
    content: '다운로드';
    display: inline-block;
    min-width: 20px;
    height: 20px;
    background: url(../../images/board/btn_i_down.png) no-repeat 0 0 ;
    background-size: auto 20px;
    margin-right: 6px;
    padding-left:20px;
}
.blue.i-down::before{content: ''; padding-left:0;}

.i-survey::before {
    content: '설문참여';
    display: inline-block;
    min-width: 14px;
    height: 14px;
    background: url(../../images/board/i_head01.png) no-repeat 0 0;
    margin-right: 0px;
    padding-left:20px;
}
.btn-s.i-down::before {
    height: 14px;
    background-size: auto 14px;
}

/* 색상별 변형 */
.btn.basic,
.btn-m.basic,
.btn-s.basic {
    background-color: #fff;
    color: #404040;
    border: 1px solid #c6c6c6;
}

.btn-wid1 {
    width: 250px;
}

/*신청하기,신청마감*/
/*.btn-wid2{width: 250px;}
.btn-wid3{width: 250px;}*/

.sky {
    background-color: #fff;
    color: #2883FF;
    border: 1px solid #2883FF;
}

.red {
    background-color: #E50711;
}

.yel {
    background-color: #F29D00;
}

.end {
    background-color: #E4E4E4;
    color: #666;
    cursor: default;
}

.org {
    background-color: #f8632d;
}

.grn {
    background-color: #008609;
}

.brn {
    background-color: #827c73;
}

.blue {
    background-color: #2883FF;
}

.btn-next::after{content: ''; display: inline-block; width: 24px; height: 24px; background: url(../../images/board/i_next.png) no-repeat; background-size: 24px; margin-left: 5px; margin-right: -10px;}

.btn-back::before{content: ''; display: inline-block; width: 24px; height: 24px; background: url(../../images/board/i_back.png) no-repeat; background-size: 24px; margin-right: 5px; margin-left: -10px;}

.edu-info {}

.edu-info .bottom-area{border-top:0; margin-top:10px; }

.line-top{border-top: 1px solid #404040;}

.edu-info-box {}

.edu-info-box:first-child .info-head {
    margin-top: 0;
}

.edu-info-box table {
    margin-top: -1px;
}

.info-head {
    display: flex;
    align-items: center;
    padding: 20px 0;
    background-color: #fff;
    margin-top: 10px;
    border-bottom: 2px solid #404040;
}
.info-head.only{padding:0;}
.info-head .tit {
    flex: 1;
    font-size: 1.125rem;
    font-weight: bold;
}

.info-head .tit-menu {}

.info-head .tit-menu a {
    font-size: 0.875rem;
    color: #888;
    padding-left: 10px;
    margin-left: 10px;
}

.info-head .tit-menu a:nth-child(n+2) {
    border-left: 1px solid #c6c6c6
}

.info-head .tit-menu a.on {
    font-weight: bold;
    color: #444;
}

.edu-con {width: 100%; font-size: 0.94rem;}
.edu-con table {
    width: 100% !important;
    table-layout: fixed;
}

.edu-con table tr,
.edu-con table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.edu-con h2 {
    border-bottom: 1px solid #c6c6c6;
    margin-top: 50px;
    margin-bottom: 20px;
}

.edu-con h2 span.title {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 0 8px;
    border-bottom: 3px solid #E50711;
    margin-bottom: -1px
}

.edu-con p {
    font-size: 0.94rem;
    color: #444;
}

.edu-con p button {
    margin-left: 6px;
}


.i-head {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #ff5663;
    background-position: center;
    background-repeat: no-repeat;
}

/* 작성 */
.i-head.head01 {
    background-image: url(../../images/board/i_head01.png);
}

/* 결제 */
.i-head.head02 {
    background-image: url(../../images/board/i_head02.png);
}

/* 명단 */
.i-head.head03 {
    background-image: url(../../images/board/i_head03.png);
}

.info-body {}

.info-body ul {
    display: flex;
    flex-direction: column;
}

.info-body li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    color: #1d1d1d;
    border-bottom: 1px solid #c6c6c6;
}
.info-body li a:first-child .btn-s{margin:0;}

.info-body span.tit {
    width: 170px;
    font-size: 0.94rem;
    font-weight: bold;
    padding-right: 10px;
}

.info-body span.tit.ess::after {
    content: '*';
    font-size: 1rem;
    font-weight: 700;
    color: #FF1F2F;
}

.info-body .text {
    display: flex;
    font-size: 0.94rem;
    flex: 1;
    align-items: center;
}
.info-body .text a{text-decoration: underline; color: #145ADD}
.info-body .text a .btn-s.org{margin-left: 8px;}


.info-body .text input:last-child,
.info-body .text textarea:last-child,
.info-body .text select:last-child {
    margin-right: 0;
}

.info-body .btn-s {
    margin: 0 10px
}

.info-body .btn-m {
    font-size: 0.9rem;
    color: #666;
    padding: 0 9px;
}

.info-body sub {
    font-size: 0.94rem;
    color: #555;
    margin-left: 5px;
}

.info-body .t-sub {
    font-size: 0.8rem;
    color: #555;
    margin-top: -5px;
}

.info-body.report{margin-top:60px;}
.info-body.report .inner-box{padding:50px 30px;}


.info-body .map {
    height: 290px;
}

.info-body .text textarea {
    font-family: 'Pretendard';
    width: 100%;
    height: 130px;
    resize: none;
}

.map {
    display: flex;
    flex: 1;
    height: 350px;
    border: 1px solid #c6c6c6;
}

.pay {}

.pay ul {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.pay li {
    display: flex;
    margin-left: 18px;
    padding: 25px;
    background-color: #f8f8f8;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    cursor: pointer;
}

.pay li:first-child {
    margin-left: 0;
}

.pay li .gc {
    flex: 1;
}

.pay .t1 {
    width: 34px;
    align-self: flex-start;
}

.pay .radio-chk {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../images/common/i_check.png) no-repeat -72px 0;
    background-size: auto 24px;
}

.pay .t2 {
    font-size: 1rem;
    font-weight: 700;
}

.pay .t3 {
    font-size: 0.94rem;
    color: #555;
}

.pay .pay-img {
    display: block;
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.pay .pay-img.ind {
    background: url(../../images/board/pay_individual.png) 0 0;
}

.pay .pay-img.team {
    background: url(../../images/board/pay_organization.png) 0 0;
}

.pay li.on {
    background-color: #f8f8f8;
    border: 2px solid #FF1F2F;
    background-color: #fff;
}

.pay li.on .radio-chk {
    background-position: -96px 0;
}

.pay li.on .t2 {
    color: #E50711;
}

.pay li.on .pay-img.ind {
    background-position: -48px 0;
}

.pay li.on .pay-img.team {
    background-position: -48px 0;
}

.agree-area {
    margin-top: 30px;
}

.agree-area .agree {
    margin-bottom: 20px;
}

.agree-area .t1 {
    flex: 1;
}

.agree-text {
    font-size: 0.875rem;
    color: #444;
    padding: 25px;
    30px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.note-area {}

.note-text {
    font-size: 0.875rem;
    color: #31708F;
    padding: 25px;
    30px;
    background-color: #F0FBFF;
    border-radius: 10px;
    margin-top: 30px;
}


.top-bar {
    display: flex;
    padding: 15px 0;
}

.bottom-area {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0 0;
    border-top: 1px solid #404040;
    margin-top: 30px;
}
.bottom-area.topNone{margin:0}
.bottom-area1 {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.bottom-area1 button{margin-left: 10px;}

.left-box {
    flex: 1;
}

.right-box {}

.top-bar a,
.bottom-area a {
    margin-left: 10px;
}

.top-bar a:first-child,
.bottom-area a:first-child {
    margin-left: 0;
}

.bottom-text {
    padding: 20px 0 0;
}

.bottom-text p {
    font-size: 0.875rem;
    line-height: 1.6em;
}


.edu-list {}
table a{color:inherit;}

.edu-list table {
    width: 100%;
    table-layout: fixed;
    color: #444;
    text-align: center;
    border-collapse: collapse;
    border-bottom: 1px solid #c6c6c6;
    word-break: keep-all;
}

.edu-list th,
.edu-list td {
    font-size: 0.875rem;
    padding: 10px;
    vertical-align: middle;
}

.edu-list th {
    font-weight: 700;
    color: #1d1d1d;
    padding: 12px 0;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}

.edu-list tbody tr:hover {
    background-color: #ffe6e6;
    cursor: pointer;
}
/*.edu-list.basic tr:hover{background-color: #fff; cursor: default;}*/

.paging {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.paging a {
    display: inline-block;
    min-width: 22px;
    height: 26px;
    font-size: 0.8rem;
    color: #666;
    line-height: 2.2em;
    text-align: center;
    padding: 0 2px;
    border-radius: 30px;
    border: 1px solid transparent;
    margin: 0 3px;
}

.paging a.on {
    color: #e50711;
    border-color: #e50711;
}

.paging a.first,
.paging a.before,
.paging a.next,
.paging a.last {
    background-repeat: no-repeat;
    background-position: center;
    border-color: #c6c6c6;
}

.paging a.first {
    background-image: url(../../images/board/page_i_first.png);
}

.paging a.before {
    background-image: url(../../images/board/page_i_before.png);
}

.paging a.next {
    background-image: url(../../images/board/page_i_next.png);
}

.paging a.last {
    background-image: url(../../images/board/page_i_last.png);
}

.edu-calendar,
.edu-card {border-top: 1px solid #404040;}

p.bin-text{padding:30px 0; text-align: center;}
.edu-card ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;

}

.edu-card li {
    margin: 20px 0 0 20px;
}

.edu-card .card-box {
    position: relative;
    width: 192px;
    height: 310px;/*258px;*/
    font-size: 0.875rem;
    color: #555;
    padding: 15px;
    border: 1px solid #c6c6c6;
    border-radius: 5px
}

.edu-card .card-box:hover {
    background-color: #ffe6e6;
    /*border-color: #404040;*/
}

.edu-card .card-box span {
    display: flex;
    margin-top: 4px;
}

.card-box span.title {
    max-height: 70px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.25em;
    color: #1d1d1d;
    margin-bottom: 13px;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.card-box span[class^="date"]::before,
.card-box span.okey::before,
.card-box span[class^="info"]::before {
    display: inline-flex;
    font-weight: bold;
    min-width: 65px;
    color: #1d1d1d;
}

.card-box span.date1::before {
    content: '신청일자';
}

.card-box span.date2::before {
    content: '강습일자';
}

.card-box span.okey::before {
    content: '승인여부';
}

.card-box span.info1::before {
    content: '지사';
}
.card-box span.info1{font-weight: bold; color: #333;}

.card-box span.info2::before {
    content: '강습기간';
}
.card-box span.info2 span.info-tbox{word-break: keep-all;}

.card-box span.info3::before {
    content: '강습장소';
}
.card-box span.info3{}
.card-box span.info-tbox {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    width: 100%;
    min-width: 0;
    max-height: 42px;
    margin-top:0;
}

.card-box span.info4::before {
    content: '신청/정원';
}

.card-box span.info5::before {
    content: '세부정보';
}

.card-box span.info4 span {
    margin-top: 0;
}

.card-box span.info5::before {
    content: '세부정보';
    display: inline-flex;
    font-weight: bold;
    min-width: 65px;
    color: #1d1d1d;
}

.card-box span.state,
.card-box span.state1 {
    display: flex;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.card-box span.state::before {
    content: '결제가능';
    color: #FF1F2F
}

.card-box span.state.wait::before {
    content: '결제대기';
    color: #015DDF;
}

.card-box span.state1 .btn-apply,
.card-box span.state1 .btn-apply-close {
    width: 190px;
    height: 36px;
    font-size: 1rem;
    border-radius: 5px;
}

.page{}
.page-box{padding:30px 50px; border:1px solid #c6c6c6; margin-top:20px;}
.page-bin{display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding:30px 50px; height: calc(100vh - 500px); margin-top:20px;}
.page-bin .tit{font-size: 1.4rem;}
.page-bin .btn{font-size: 1.2rem}
.page h3{font-size: 1.75rem; font-weight: 700; text-align: center; padding-bottom: 25px}
.p-box{display: block; line-height: 1.5; padding:15px 20px; border:1px solid #c6c6c6; margin-bottom: 20px;}
.page p{line-height: 2; margin-bottom: 30px;}
.page p .tit{display: block; font-weight: 700; margin-bottom: 12px;}
.page p .t-line{font-weight: 700}
.faq-list {}

.faq-bar {
    display: flex;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 11px 0;
    text-align: center;
    color: #1d1d1d;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
}

.faq-list ul {}

.faq-list ul li {
    display: flex;
    flex-direction: column;
    font-size: 0.94rem;
}

.faq-list ul li .a-box {
    display: none;
}

.faq-list ul li.on .a-box {
    display: block
}

.faq-list ul li.on .q-box {
    background: url(../../images/board/i_combo_up.png) no-repeat right 15px top 15px;
}

.q-box {
    display: flex;
    flex: 1;
    border-bottom: 1px solid #c6c6c6;
    padding: 15px 0;
    background: url(../../images/board/i_combo.png) no-repeat right 15px top 15px;
    cursor: pointer;
    background-color: #fff
}

.faq-list span.faq-q::before {
    content: 'Q';
    display: inline-block;
    width: 77px;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
}

.q-box span.tit {
    flex: 1;
    align-self: center;
    padding-right: 50px;
}

.a-box {
    position: relative;
    display: flex;
    background-color: #F5F5F5;
    padding: 20px 60px 50px 78px;
    border-bottom: 1px solid #c6c6c6;
}

.faq-list span.faq-a::before {
    content: '';
    position: absolute;
    left: 30px;
    display: block;
    width: 30px;
    height: 20px;
    background: url(../../images/board/i_faqA.png) no-repeat 0 0;
}

.a-box span.text {
    flex: 1;
    color: #555;
    white-space: pre-line
}

.a-box span.text a,
.a-box span.text a:hover {
    color: #015DDF;
}

.faq-list table {
    width: 100%;
    background-color: #fff;
}

.faq-list table th {
    font-size: 0.875rem;
    font-weight: 700;
    padding: 12px 0;
    color: #1d1d1d;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    background-color: #fff;
}

.faq-list table td {
    font-size: 0.875rem;
    vertical-align: middle;
    padding: 15px 10px;
    border-bottom: 1px solid #c6c6c6;
}

.a-box span.text table {
    width: 100%;
    background-color: #fff;
}

.a-box span.text table th {
    font-size: 0.875rem;
    vertical-align: middle;
    padding: 10px 0;
    color: #1d1d1d;
    border: 1px solid #404040;
    border-bottom: 1px solid #404040;
    background-color: #fff;
}

.a-box span.text table td {
    font-size: 0.875rem;
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid #c6c6c6;
}

.my{}

.my-menu{}
.my-menu a{color: #1d1d1d}
.my-menu ul{display: flex; flex-wrap: wrap; margin:-20px 0 0 -20px;}
.my-menu li {display: flex; flex-direction: column; flex-basis: 406px; flex-shrink: 1; flex-grow: 0; padding:25px 30px; border:1px solid #c6c6c6; border-radius: 10px; margin:30px 0 0 20px}
.my-menu .title{display: flex; justify-content: space-between; font-size: 1.125rem; font-weight: 700; margin-bottom: 28px;}
.my-menu .title sub{display: flex; align-items: flex-end; text-align: right; font-size: 0.875rem; color: #666; font-weight: 400;}
.my-menu .number-box{display: flex; background-color: #F5F5F5; justify-content: flex-end; align-items: center; border-radius: 8px; padding: 15px 30px; min-height: 60px;}
.my-menu .number{font-size: 2.375rem; font-weight: 700; letter-spacing: -0.03em;}
.my-menu .number::after{content: '건'; font-size: 0.94rem; font-weight: 400; padding-left: 5px}

.my-img01{background: url(../../images/board/mypage_i_01.png) no-repeat 25px center;}
.my-img02{background: url(../../images/board/mypage_i_02.png) no-repeat 25px center;}
.my-img03{background: url(../../images/board/mypage_i_03.png) no-repeat 25px center;}
.my-img04{background: url(../../images/board/mypage_i_04.png) no-repeat 25px center;}
.my-img05{background: url(../../images/board/mypage_i_05.png) no-repeat 25px center;}

.btn-won{display:inline-block; font-size: 0.94rem; line-height: 1.2; font-weight: 700; color: #444; height: 40px; padding:0 20px; background-color: #fff; border-radius: 40px; border:1px solid #c6c6c6;}

.my-info{border:1px solid #c6c6c6; border-radius: 10px; padding:25px 30px 30px; margin:10px 0 30px 0;}
.my-info:last-child{margin-bottom: 0;}
.my-info .title{position: relative; display: block; font-size: 1.25rem; font-weight: 700; padding-bottom: 20px;}
.my-info .btn-area{position: absolute; right:0; top:0;}
.my-info .info-body ul{}
.my-info .info-body li{font-size: 1rem; border:0; padding-top:0;}
.my-info .info-body li .tit{width: 140px}
.my-info .info-body .photo{display: block; width: 120px; height: 120px; background: url(../../images/board/i_photo.png) no-repeat center; background-color: #F0F0F0; border-radius: 10px;}
.my-info .info-body .photo-edit{display: flex; flex-direction: column; font-size: 0.815rem; color: #666; margin-left: 20px;}
.my-info .info-body .photo-edit .btn-m{width: 90px; line-height: 0em;}
.my-info .info-body .i-check{margin-top:5px;}
.my-info .info-body .i-check::before{content: ''; display: inline-block; width: 20px; height: 20px; background: url(../../images/board/i_check.png) no-repeat; vertical-align: middle; }
.text label{margin-right: 18px;}

.noti-box{display: flex; flex-direction: column;}
.noti-check{display: flex; flex-wrap: wrap;}
.noti-check label:last-child{margin-right: 0;}
.my-info .noti-check{display: flex; flex-wrap: wrap; margin-bottom: 10px;}

/** Font **/
.t-small {
    display: block;
    line-height: 1.4;
    font-size: 0.8rem;
}

.f-center{justify-content: center;}
.t-left {
    text-align: left;
}
.t-center {
    text-align: center;
}
.t-right{text-align: right;}
.t-line{text-decoration: underline;}

.t-sub.t-red {
    color: #FF1F2F
}
.t-red {
    color: #FF1F2F
}

.t-blue {
    color: #015DDF
}
.t-gray {
    color: #666
}
.t-box {
    display: inline-block;
    font-size: 0.75rem;
    padding:1px 8px;
}
.t-block{display: block;}
.t-gray.t-box{background-color: #e9e9e9;}
.t-blue.t-box{background-color: #CEF4FF;}
.t-red.t-box{background-color: #FFE4E6;}
.t-dark.t-box{border:1px solid #d9d9d9; color: #444;}

.disable{background-color: #ddd; cursor: default;}

.t-all::before {
    content: '/';
    display: inline-block;
    color: #888;
    margin-left: 1px;
    padding-right: 1px
}

/** modal **/
.modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1000;
}

.modal-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.modal-box {
    display: block;
    min-width: 360px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 12px;
    padding: 30px 30px 40px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    z-index: 100
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    background: url(../../images/common/i_close.png) -32px center no-repeat;
    background-size: auto 32px;
}

.modal-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1d1d1d;
    text-align: center;
    line-height: 1.1em;
    word-break: keep-all;
    padding-bottom: 20px;
}

.modal-bottom {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.modal-bottom button,
.modal-bottom a {
    margin: 0 5px;
}

.roster-area {
    width: 960px;
    border-top: 2px solid #404040;
}

.roster-upload {}

.roster-upload .tit {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.roster-upload .left-box {
    display: flex;
    flex-direction: column;
}

.roster-upload .tit .t1 {
    font-size: 1rem;
    font-weight: 700;
}

.roster-upload .tit .t2 {
    font-size: 0.875rem;
}

.bg-gray {
    background-color: #E6E6E6;
    padding: 20px;
}
.bg-gray .tit{padding-top:0;}

.file-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 240px;
    border: 1px dashed #c6c6c6;
    border-radius: 10px;
    background-color: #fff;
    margin: 50px auto;
}

.file-upload .file-g {
    position: relative;
    text-align: center;
    background-color: #fff;
    margin-top: 70px;
}

.file-upload .file-g button::before {
    content: '';
    position: absolute;
    top: -70px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../../images/board/i_upload_file.png) no-repeat;
}

.file-upload .file-g p {
    margin-top: 30px;
}

.agree {
    display: flex;
    margin: 20px 0 0;
}
.agree.full{display: flex; justify-content: flex-end; text-align: right;}
.agree.full label{padding-left: 25px;}

.agree .t1 {
    width: 130px;
    align-self: center;
    font-size: 0.94rem;
    font-weight: 700;
}

.agree .t2 {
    flex: 1;
    align-self: center;
    font-size: 0.875rem;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 15px 20px;
}

.agree .t3 {
    width: 100px;
    align-self: center;
    font-size: 0.875rem;
    text-align: center;
}

.agree .t3 label {
    padding-left: 26px;
}

.agree-text table{background-color: #fff; margin-bottom: 20px;}
.agree-text table th{border:1px solid #c6c6c6; padding:15px;}
.agree-text table td{border:1px solid #c6c6c6; text-align: left; padding:15px;}


.modal-text {
    font-size: 1rem;
    max-height: 150px;
    text-align: center;
    overflow-y: auto;
    padding: 20px 0 0;
}

.modal-footer {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.modal-footer button {
    height: 40px;
    font-size: 0.94rem;
    margin-left: 15px;
    min-width: 100px;
}

.modal-footer button:first-child {
    margin-left: 0;
}

.modal-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url(../../images/common/loading.svg) center no-repeat;
    background-size: 80px;
    z-index: 1;
}

.modal table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    word-break: break-all;
}

.modal table th {
    font-size: 0.875rem;
    padding: 8px 0;
    color: #1d1d1d;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    vertical-align: middle;
}

.modal table td {
    font-size: 0.875rem;
    color: #444;
    padding: 6px 4px;
    border-bottom: 1px solid #c6c6c6;
    vertical-align: middle;
}

.file-table {
    max-height: 390px;
    overflow-y: auto;
}

.file-table table {
    font-size: 0.815rem;
}

.file-table table th {
    font-size: 0.815rem;
    line-height: 1.2em;
    padding: 8px 0;
}

.file-table table td {
    font-size: 0.815rem;
}

.file-table .error {
    display: block;
    height: 20px;
    margin: 5px 0;
    background-color: #ffe2e3;
    border: 1px solid lightcoral
}

.file-table button {
    height: 24px;
    font-weight: normal;
    white-space: nowrap;
}

/** Footer **/
footer {
    background-color: #f5f5f5;
    padding: 40px 0 60px;
    margin-top: 150px;
}

.footer-area {
    display: flex;
    align-items: flex-start;
}

.footer-logo {
    display: block;
    width: 62px;
    height: 62px;
    background: url('../../images/common/footer_logo.svg') no-repeat 0 0;
    background-size: contain;
}

.footer-box {
    display: block;
    margin-left: 15px;
}

.footer-box p {
    line-height: 1.2;
}

.footer-box .f-text {
    font-size: 0.9rem;
    color: #666;
    margin-right: 10px;
}

.footer-box .f-text.i-webmaster {
    padding-left: 22px;
    color: #ff5663;
    background: url('../../images/common/i_webmaster.png') no-repeat 0 center;
    background-size: 16px auto;
}

.footer-box p.copyright {
    font-size: 0.8rem;
    color: #888;
    font-style: normal;
    margin-top: 5px;
    display: block;
}

/*Login*/
.login-con {
    padding: 12% 0 5%;
    text-align: center;
    margin: 0 auto;
}

.login-con .t1 {
    display: block;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 30px;
}

.login-con .t2 {
    display: block;
    font-size: 1.75rem;
    line-height: 1.2;
    padding-bottom: 30px;
}

.login-g {
    width: 340px;
    margin: 0 auto;
}

.login-input {
    margin-top: 10px;
}

.login-input input {
    height: 48px;
    margin-top: 10px;
}

.login-menu {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0 16px;
}

.login-menu a {
    font-size: 0.815rem;
    color: #404040;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #c6c6c6;
}

.login-menu a:first-child {
    border: 0;
}

.login-btn {
    display: flex;
    flex-direction: column;
}

.login-btn button {
    width: 100%;
    height: 48px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
}

.login-btn .btn-login {
    background-color: #E50711;
}

.login-btn .btn-join {
    color: #E50711;
    background-color: #fff;
    border: 1px solid #E50711;
}


/** input **/
/*시간*/
.input-wid1 {
    width: 90px;
}

/*도시선택*/
.input-wid2 {
    width: 160px;
}

/*인원*/
.input-wid3 {
    width: 190px;
}

/*날짜선택,콤보박스*/
.input-wid4 {
    width: 240px;
}

/*업태*/
.input-wid5 {
    width: 340px;
}

/*주소검색*/
.input-wid6 {
    width: 405px;
}

/*주소상세*/
.input-wid7 {
    width: 490px;
}
/*문서발행번호*/
.input-wid8 {
    width: 240px;
}

.select-wid1 {
    width: 174px;
}
.select-wids {
    width: 120px;
}

/*educode*/
.select-wid2 {
    width: 230px;
}

select {
    width: 100%;
    height: 36px;
    font-size: 0.875rem;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    background-color: #fff;
    color: #1d1d1d;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/board/i_combo.png) no-repeat right 5px center;
    margin-right: 8px;
    padding: 5px 24px 5px 12px;
}

input,
textarea {
    font-size: 0.875rem;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    background-color: #fff;
    color: #1d1d1d;
    margin-right: 8px;
    /*padding: 5px 0;*/
    text-indent: 12px;
}

input {
    width: 100%;
    height: 36px;
    /*height: 24px;*/
}

textarea {
    padding: 12px;
    text-indent: 0;
}

textarea {}

/* 비활성 상태 */
input:disabled,
textarea:disabled {
    background-color: #F8F8F8;
}

::placeholder {
    color: #8e8e8e;
}


input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    min-height: 20px;
    vertical-align: middle;
    padding-left: 24px;
    cursor: pointer;
}

input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../../images/common/i_check.png) no-repeat 0 0;
    background-size: auto 20px;
}

input[type="checkbox"]:checked + label::before {
    background-position: -20px 0;
}

/* 라벨도 회색 처리 */
input[type="checkbox"]:disabled + label::before {
    background-position: -40px 0;
    cursor: not-allowed;
}

input[type="radio"] {
    display: none;

}

input[type="radio"] + label {
    position: relative;
    display: inline-block;
    min-height: 20px;
    vertical-align: middle;
    padding-left: 26px;
    margin-right: 15px;
    cursor: pointer;
}

input[type="radio"] + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../../images/common/i_check.png) no-repeat -60px 0;
    background-size: auto 20px;
}

input[type="radio"]:checked + label::before {
    background-position: -80px 0;
}

.pay-info{display: flex; border:1px solid #c6c6c6; padding:20px; margin-bottom: 20px;}
.tit-check{align-self: center;width: 64px; height: 64px; background: url(../../images/common/tit_check.png) no-repeat center; background-size: 64px auto; margin-right: 15px;}
.tit-lock{flex-shrink: 1; align-self: center;width: 64px; height: 64px; background: url(../../images/common/tit_lock.png) no-repeat center; background-size: 64px auto; margin-right: 15px;}
.pay-info span.t1{display: block; font-size: 1.75rem; font-weight: 700;}
.pay-info span.t2{display: block; font-size: 0.875rem;}

.my-pw {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 360px;
    border: 1px solid #666;
    border-radius: 12px;
    padding: 30px 30px 40px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    margin: 50px auto;
}
.my-pw p{padding-bottom: 15px;}
.my-pw .g{justify-content: center;}

.inner-box{display: block; text-align: center;padding:50px 0; margin:0 auto;}
.inner-box.line{border:1px solid #c6c6c6;}
.inner-box .btn-m{color: #fff; padding-right: 15px;}
.inner-box .info-text{display: block; margin-top:20px; font-size: 0.815rem;}

/* mobile */
.mw-top{display: none;}
.mw-nav{display: none;}
.mw-my{display: none;}

/* mobile test */
.mw .edu-search{display: none;}
.mw .agree{display: none;}
.mw .edu-card{display: none;}
.mw .tab2{display: none;}

.gap{margin:0 1px 0 -6px}

.info-guide{display: flex;}
.info-guide .info-g1{flex:2; padding-right:30px; border-right: 1px solid #ddd; margin-right: 30px;}
.info-guide .info-g2{flex:1;}

.guide-number{display: flex; align-content: center; align-items: center; margin-top: 15px;}
.guide-number span{font-weight: bold; padding:5px 8px; background-color: #f2f2f2; border-radius: 4px; margin-right: 5px;}
.guide-number span.t1{background-color: deepskyblue; color: #fff; margin-left: 5px;}

.p-box.guide{display: flex;}
.guide-info{display: flex; flex-direction: column;}
.guide-info .title{font-size: 1.125rem; font-weight: 700; padding:10px 0}
.guide-info .guide-img img{ width: 100%; height: auto;}

.notice-head{display: block; font-size: 1.75rem; font-weight: 700; text-align: center; padding:30px 0 0 0; border-top:1px solid #404040;}
.notice-head sub{display: block; font-size: 0.875rem; font-weight: normal; color: #666; background-color: #f4f4f4; padding:10px; margin-top:20px;}
.notice-body{display: block; padding:30px 0; font-size: 0.94rem;}

p.note-text {
    font-size: 0.94rem;
    color: #31708F;
    padding: 15px;
    text-align: center;
    background-color: #F0FBFF;
    border-radius: 10px;
    margin-top: 10px;
}
