html {
    font-family: 'Noto Sans KR', sans-serif;
    overflow-y: scroll
}

body {
    position: relative;
    min-height: 100vh
}

.text-gr {
    font-weight: 600;
    color: #29947c
}

.text-blue {
    font-weight: 600;
    color: #403a36
}

.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 24px
}

.header .comp-header-etc {
    position: fixed;
    font-size: 12px;
    right: 0;
    margin-right: 30px;
    z-index: 1001
}

.header .comp-header-etc ul {
    display: flex
}

.header .comp-header-etc ul li {
    padding: 0 12px;
    border-right: solid 1px #666666
}

.header .comp-header-etc ul li a {
    color: #bbbbbb;
    transition: color 0.1s
}

.header .comp-header-etc ul li a:hover {
    color: #ffffff
}

.header .comp-header-etc ul li.on a {
    color: #29947c
}

.header .comp-header-etc ul li:last-child {
    border-right: none
}

.header.header-sm {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: flex-start;
    align-items: flex-end;
    height: 80px;
    position: relative
}

.header.header-sm .comp-header {
    height: 80px;
    padding: 18px 40px;
    background-color: #151a1f !important
}

.header.header-sm .comp-header .comp-header__bx {
    margin-top: 0px
}

.header.header-sm .comp-header .comp-header__bx .comp-header__logo a {
    width: 72px
}

.header.header-sm .comp-header-etc {
    top: 34px;
    display: block
}

.comp-header {
    width: 100%;
    min-width: 1000px;
    box-sizing: border-box;
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    height: 108px;
    background-color: #fff
}

.comp-header.header-simple {
    display: flex;
    padding-top: 17px;
    padding-bottom: 17px;
    justify-content: flex-start;
    align-items: flex-end;
    height: 80px
}

.comp-header.bg-black {
    background-color: #000
}

.comp-header.bg-black .comp-header__bx .comp-header__logo a img.icon-white {
    opacity: 1
}

.comp-header.bg-black .comp-header__bx .comp-header__logo a img.icon-black {
    opacity: 0
}

.comp-header.bg-black .comp-header__menus .comp-header__gnb ul li a {
    color: #c4c4c4;
    padding: 10px 0
}

.comp-header.bg-black .comp-header__menus .comp-header__info .search a img.icon-white {
    opacity: 1
}

.comp-header.bg-black .comp-header__menus .comp-header__info .search a img.icon-black {
    opacity: 0
}

.comp-header.bg-black .comp-header__menus .comp-header__info .comp-header__btn-mobile a img.icon-white {
    opacity: 1
}

.comp-header.bg-black .comp-header__menus .comp-header__info .comp-header__btn-mobile a img.icon-black {
    opacity: 0
}

.comp-header .comp-header__bx {
    display: flex;
    margin-top: 15px
}

.comp-header .comp-header__bx .comp-header__logo {
    margin-right: 39px
}

.comp-header .comp-header__bx .comp-header__logo a {
    display: inline-block;
    width: 84px;
    position: relative
}

.comp-header .comp-header__bx .comp-header__logo a img {
    width: 100%
}

.comp-header .comp-header__bx .comp-header__logo a img.icon-white {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.comp-header .comp-header__bx .comp-header__depth {
    margin-top: 10px
}

.comp-header .comp-header__bx .comp-header__depth ul {
    display: flex;
    justify-content: flex-start
}

.comp-header .comp-header__bx .comp-header__depth ul li {
    display: inline-block
}

.comp-header .comp-header__bx .comp-header__depth ul li a {
    display: block;
    background-color: #393939;
    transition: background-color 0.1s
}

.comp-header .comp-header__bx .comp-header__depth ul li a span {
    transition: opacity 0.1s;
    font-size: 14px;
    color: #fff;
    opacity: 0.5
}

.comp-header .comp-header__bx .comp-header__depth ul li:nth-child(1) a {
    padding: 10px 20px 10px 24px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.comp-header .comp-header__bx .comp-header__depth ul li:nth-child(1):hover a, .comp-header .comp-header__bx .comp-header__depth ul li:nth-child(1).on a {
    background-color: #00a66c
}

.comp-header .comp-header__bx .comp-header__depth ul li:nth-child(1):hover a span, .comp-header .comp-header__bx .comp-header__depth ul li:nth-child(1).on a span {
    opacity: 1
}

.comp-header .comp-header__bx .comp-header__depth ul li:nth-child(2) a {
    padding: 10px 24px 10px 20px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
}

.comp-header .comp-header__bx .comp-header__depth ul li:nth-child(2):hover a, .comp-header .comp-header__bx .comp-header__depth ul li:nth-child(2).on a {
    background-color: #403a36
}

.comp-header .comp-header__bx .comp-header__depth ul li:nth-child(2):hover a span, .comp-header .comp-header__bx .comp-header__depth ul li:nth-child(2).on a span {
    opacity: 1
}

.comp-header .comp-header__menus {
    display: flex;
    align-items: center;
    margin-top: 26px
}

.comp-header .comp-header__menus .comp-header__gnb {
    margin-right: 32px
}

.comp-header .comp-header__menus .comp-header__gnb ul {
    display: flex;
    justify-content: flex-start
}

.comp-header .comp-header__menus .comp-header__gnb ul li {
    margin-right: 36px
}

.comp-header .comp-header__menus .comp-header__gnb ul li a {
    font-size: 14px;
    color: #444444;
    transition: color 0.1s
}

.comp-header .comp-header__menus .comp-header__gnb ul li a:hover {
    color: #eeeeee
}

.comp-header .comp-header__menus .comp-header__gnb ul li.on a {
    color: #29947c
}

.comp-header .comp-header__menus .comp-header__gnb ul li:last-child {
    margin-right: 0
}

.comp-header .comp-header__menus .comp-header__info {
    margin-top: 5px;
    position: relative
}

.comp-header .comp-header__menus .comp-header__info .search {
    display: flex
}

.comp-header .comp-header__menus .comp-header__info .search .search-input {
    position: absolute;
    width: 200px;
    top: 0;
    transform: translateX(-100%);
    display: flex;
    background-color: #fff;
    align-items: center;
    overflow: hidden;
    border: 1px solid #444444;
    display: none
}

.comp-header .comp-header__menus .comp-header__info .search .search-input input {
    width: 100%;
    height: 28px;
    border: none;
    padding: 0 10px;
    border-right: 0
}

.comp-header .comp-header__menus .comp-header__info .search .search-input a {
    font-size: 12px;
    white-space: nowrap;
    color: #000;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    border-left: 1px solid #444444
}

.comp-header .comp-header__menus .comp-header__info .search > a {
    position: relative;
    display: inline-block;
    width: 32px
}

.comp-header .comp-header__menus .comp-header__info .search > a img {
    width: 100%
}

.comp-header .comp-header__menus .comp-header__info .search > a img.icon-white {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.comp-header .comp-header__menus .comp-header__info .search .search-btn__close {
    display: none
}

.comp-header .comp-header__menus .comp-header__info .comp-header__btn-mobile {
    display: none
}

.comp-header .comp-header__menus .comp-header__info .comp-header__btn-mobile a {
    position: relative
}

.comp-header .comp-header__menus .comp-header__info .comp-header__btn-mobile a img {
    width: 100%
}

.comp-header .comp-header__menus .comp-header__info .comp-header__btn-mobile a img.icon-white {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.comp-header-gnb__mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    display: none;
    transition: background-color 0.3s
}

.comp-header-gnb__mobile.on {
    pointer-events: auto;
    display: block;
    background-color: rgba(0, 0, 0, 0.8)
}

.comp-header-gnb__mobile.on > div {
    transition: transform 0.5s;
    transform: translateX(-100%)
}

.comp-header-gnb__mobile > div {
    position: relative;
    left: 100%;
    transition: transform 0.5s;
    transform: translateX(0%);
    background-color: #fff;
    width: 295px;
    height: 100%
}

.comp-header-gnb__mobile > div .comp-header-gnb__login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 24px 32px
}

.comp-header-gnb__mobile > div .comp-header-gnb__login ul {
    display: flex;
    position: relative;
    top: -1px
}

.comp-header-gnb__mobile > div .comp-header-gnb__login ul li {
    display: inline-block;
    font-size: 0
}

.comp-header-gnb__mobile > div .comp-header-gnb__login ul li a {
    font-size: 14px;
    color: #666666
}

.comp-header-gnb__mobile > div .comp-header-gnb__login ul li a.on {
    color: #29947c
}

.comp-header-gnb__mobile > div .comp-header-gnb__login ul li:first-child a {
    padding-right: 14px;
    margin-right: 14px;
    position: relative
}

.comp-header-gnb__mobile > div .comp-header-gnb__login ul li:first-child a::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 12px;
    background-color: #a3a3a3
}

.comp-header-gnb__mobile > div .comp-header-gnb__login > a {
    display: inline-block;
    width: 24px
}

.comp-header-gnb__mobile > div .comp-header-gnb__login > a img {
    width: 100%
}

.comp-header-gnb__mobile > div .comp-header-gnb__main ul {
    display: flex;
    font-size: 0
}

.comp-header-gnb__mobile > div .comp-header-gnb__main ul li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #393939
}

.comp-header-gnb__mobile > div .comp-header-gnb__main ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 57px;
    font-size: 16px;
    color: #fff;
    opacity: 0.5
}

.comp-header-gnb__mobile > div .comp-header-gnb__main ul li:first-child.on {
    background-color: #00a66c
}

.comp-header-gnb__mobile > div .comp-header-gnb__main ul li:first-child.on a {
    opacity: 1
}

.comp-header-gnb__mobile > div .comp-header-gnb__main ul li:last-child.on {
    background-color: #403a36
}

.comp-header-gnb__mobile > div .comp-header-gnb__main ul li:last-child.on a {
    opacity: 1
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx {
    padding: 0 32px
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx > ul > li {
    border-bottom: 1px solid #e4e4e4
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx > ul > li > a {
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 61px;
    flex-wrap: nowrap
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx > ul > li > a.on {
    color: #29947c
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx > ul > li > a img {
    display: inline-block;
    width: 12px
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx > ul > li:last-child {
    border-bottom: 0
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx > ul > li .header-gnb__sub-menu {
    padding-left: 16px;
    box-sizing: border-box;
    display: none
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx > ul > li .header-gnb__sub-menu.on {
    display: block
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx > ul > li .header-gnb__sub-menu ul li {
    border-bottom: 1px solid #e4e4e4
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx > ul > li .header-gnb__sub-menu ul li a {
    font-size: 16px;
    color: #444444;
    height: 51px;
    display: flex;
    align-items: center
}

.comp-header-gnb__mobile > div .comp-header-gnb__sub-bx > ul > li .header-gnb__sub-menu ul li:last-child {
    border-bottom: none
}

.comp-path__bx {
    padding-top: 40px;
    margin-bottom: 40px
}

.comp-path__bx .comp-path {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.comp-path__bx .comp-path h2 {
    font-size: 24px;
    color: #000;
    font-weight: bold
}

.comp-path__bx .comp-path ul {
    display: flex
}

.comp-path__bx .comp-path ul li {
    margin-right: 3px
}

.comp-path__bx .comp-path ul li:last-child {
    margin-right: 0
}

.comp-path__bx .comp-path ul li a {
    font-size: 12px;
    color: #5d5d5d
}

.comp-check__bx input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: solid 1px #444444 !important;
    background-color: #ffffff;
    margin-right: 4px
}

.comp-check__bx label {
    font-size: 14px;
    color: #444444;
    position: relative;
    top: -5px;
    line-height: 18px
}

.comp-check__bx.comp-check__bx-bold label {
    font-weight: bold
}

.comp-radio__bx {
    display: flex;
    align-items: center
}

.comp-radio__bx input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.comp-radio__bx label {
    font-size: 14px;
    color: #444444
}

.comp-select__bx {
    display: flex;
    align-items: center
}

.comp-select__bx select {
    width: 72px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c4c4c4;
    font-size: 12px;
    color: #444444;
    box-sizing: border-box;
    padding: 0 8px;
    margin-right: 8px
}

.comp-select__bx span {
    font-size: 14px;
    color: #444444
}

.comp-date ul li {
    margin-bottom: 8px
}

.comp-date ul li:last-child {
    margin-bottom: 0
}

.comp-date ul li > img {
    width: 12px;
    margin-right: 6px;
    position: relative;
    top: 1px
}

.comp-date ul li span {
    position: relative;
    font-size: 14px;
    color: #303033
}

.comp-over__show-green {
    transition: background-color 0.25s
}

.comp-over__show-green:hover {
    background-color: #25997f !important;
    color: #fff !important
}

.comp-over__show-blue {
    transition: background-color 0.25s
}

.comp-over__show-blue:hover {
    color: #fff !important;
    background-color: #403a36 !important
}

.comp-over__show-gray {
    transition: background-color 0.25s
}

.comp-over__show-gray:hover {
    background-color: #e4e4e4 !important
}

.comp-over__show-black {
    transition: background-color 0.25s
}

.comp-over__show-black:hover {
    background-color: #000 !important
}

.comp-over__show-black-2 {
    transition: background-color 0.25s
}

.comp-over__show-black-2:hover {
    color: #fff !important;
    background-color: #283139 !important
}

.comp-over__show-text__white:hover {
    color: #fff;
    opacity: 1
}

.comp-text-overflow-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    margin-top: 1px;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.comp-text-overflow-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    margin-top: 1px;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.comp-use-guide__popup .use-guide__popup {
    padding: 40px 40px 50px;
    box-sizing: border-box
}

.comp-use-guide__popup .use-guide__popup .use-guide__title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px
}

.comp-use-guide__popup .use-guide__popup .use-guide__content {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px
}

.comp-use-guide__popup .use-guide__popup .use-guide__content p {
    margin-bottom: 20px
}

.comp-use-guide__popup .use-guide__popup .use-guide__content p:last-child {
    margin-bottom: 0px
}

.comp-use-guide__popup .use-guide__popup .use-guide__btn-bx {
    display: flex;
    justify-content: center
}

.comp-use-guide__popup .use-guide__popup .use-guide__btn-bx a {
    border: 1px solid #f6f6f6;
    margin: 0 10px
}

.comp-replay__popup {
    padding: 40px 32px 40px
}

.comp-replay__popup .replay-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    color: #000
}

.comp-replay__popup .replay-title .comp-btn {
    display: none
}

.comp-replay__popup .replay-title .comp-btn a {
    font-size: 14px;
    width: 110px;
    height: 35px;
    font-weight: initial
}

.comp-replay__popup .replay-title .comp-btn a.js-replay-popup__close-btn {
    display: none
}

.comp-replay__popup .replay-title .comp-btn.on a.js-replay-popup__close-btn {
    display: flex
}

.comp-replay__popup .replay-title .comp-btn.on a.js-replay-popup__btn {
    display: none
}

.comp-replay__popup .replay-wrap__container {
    width: 100%
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx {
    width: 100%;
    display: flex;
    flex-direction: row
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .replay-wrap__video {
    width: 70%;
    margin-right: 20px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .replay-wrap__video video {
    width: 100%;
    height: 100%
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper {
    width: 30%
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul {
    width: 100%;
    height: 350px;
    overflow-y: scroll
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li {
    margin-bottom: 10px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li:last-child {
    margin-bottom: 0px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    color: #1d1d1d;
    height: 40px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a .num-box {
    width: 60px;
    height: 40px;
    background-color: #403a36;
    color: #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a .num-box span {
    margin-top: -3px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a img {
    height: 100%
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a p {
    margin-left: 15px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li.active a p {
    font-weight: bold
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value {
    margin-top: 30px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-input .replay-wrap__value-input__title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 16px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-input .replay-wrap__value-input__star {
    position: relative;
    display: inline-block
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-input .replay-wrap__value-input__star ul {
    display: flex
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-input .replay-wrap__value-input__star ul li img {
    width: 36px;
    height: 36px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-input .replay-wrap__value-input__star ul.replay-wrap__value-input__star-yellow {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    overflow: hidden
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-input .replay-wrap__value-input__btn {
    margin-left: 20px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-input .replay-wrap__value-input__btn .comp-btn a {
    width: 180px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete {
    display: flex;
    padding: 19px 24px;
    border-radius: 16px;
    background-color: #f6f6f6;
    margin-bottom: 49px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-complete__total {
    margin-right: 32px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-complete__total .replay-wrap__value-complete__total-value {
    font-size: 40px;
    font-weight: bold;
    color: #1d1d1d;
    margin-bottom: 5px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-complete__total .replay-wrap__value-complete__total-star {
    position: relative;
    margin-bottom: 8px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-complete__total .replay-wrap__value-complete__total-star ul {
    display: flex
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-complete__total .replay-wrap__value-complete__total-star ul li {
    width: 20px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-complete__total .replay-wrap__value-complete__total-star ul li img {
    width: 20px;
    height: 20px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-complete__total .replay-wrap__value-complete__total-star ul.replay-wrap__value-complete__total-star__yellow {
    width: 0%;
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-complete__total .replay-wrap__value-complete__total-txt {
    font-size: 12px;
    color: #000
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 6px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-list ul li:last-child {
    margin-bottom: 0
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-list ul li .replay-wrap__value-list__icon {
    display: flex;
    margin-right: 8px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-list ul li .replay-wrap__value-list__icon img {
    width: 12px;
    height: 12px;
    margin-right: 5px
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-list ul li .replay-wrap__value-list__icon > span {
    font-size: 12px;
    color: #1d1d1d
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-list ul li .replay-wrap__value-list__graph {
    width: 72px;
    height: 6px;
    font-size: 0;
    position: relative
}

.comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-complete .replay-wrap__value-list ul li .replay-wrap__value-list__graph span {
    left: 0;
    top: 0;
    position: absolute;
    display: inline-block;
    width: 0%;
    height: 6px;
    background-color: #29947c
}

.comp-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 162px;
    height: 48px;
    border: 1px solid;
    border-radius: 4px;
    border: solid 1px #e4e4e4;
    background-color: #fff;
    font-size: 14px;
    color: #444444
}

.comp-btn.comp-btn__confirm a {
    background-color: #29947c;
    color: #fff;
    border: solid 1px #29947c
}

.comp-btn.comp-btn__black a {
    background-color: #283139;
    color: #fff;
    border: solid 1px #283139
}

.comp-btn.comp-btn__red a {
    background-color: #c14545;
    color: #fff;
    border: solid 1px #c14545
}

.comp-btn.comp-btn__red a:hover {
    background-color: #b91414 !important
}

.comp-btn.comp-btn__non-active {
    pointer-events: none
}

.comp-btn.comp-btn__non-active a {
    background-color: #cfcfcf;
    color: #fff;
    border: solid 1px #cfcfcf;
    pointer-events: none
}

.comp-btn.comp-btn__full a {
    width: 100%
}

.comp-tab ul {
    display: flex;
    flex-wrap: wrap
}

.comp-tab ul li {
    border: 1px solid #e4e4e4;
    border-right: none
}

.comp-tab ul li a {
    width: 168px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #444444;
    background-color: #fff
}

.comp-tab ul li:last-child {
    border-right: 1px solid #e4e4e4
}

.comp-tab ul li:nth-child(4n+0) {
    border-right: 1px solid #e4e4e4
}

.comp-tab ul li.on a {
    background-color: #283139;
    color: #fff
}

.comp-tab.comp-tab-line ul {
    border-bottom: 1px solid #283139
}

.comp-tab.comp-tab-line ul li {
    border: none;
    text-align: center;
    line-height: 1.2
}

.comp-tab.comp-tab-line ul li.on {
    position: relative;
    top: 1px;
    border: 1px solid #283139;
    border-bottom: none;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.comp-tab.comp-tab-line ul li.on a {
    background-color: #fff;
    color: #000;
    font-weight: bold
}

.comp-tab.comp-tab-type2 ul {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4)
}

.comp-tab.comp-tab-type2 ul li {
    border: none;
    text-align: center;
    line-height: 1.2
}

.comp-tab.comp-tab-type2 ul li a {
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400
}

.comp-tab.comp-tab-type2 ul li.on {
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
    top: 0;
    border: 0;
    border-radius: 0
}

.comp-tab.comp-tab-type2 ul li.on a {
    color: #fff
}

.comp-table {
    width: 100%;
    border: solid 1px #e4e4e4;
    border-collapse: collapse
}

.comp-table tr th {
    border: solid 1px #e4e4e4;
    border-collapse: collapse;
    width: 33.3333%;
    text-align: center;
    padding: 30px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #606971
}

.comp-table tr td {
    border: solid 1px #e4e4e4;
    border-collapse: collapse;
    text-align: center;
    font-size: 16px;
    color: #000;
    height: 50px;
    vertical-align: middle;
    padding: 5px;
    box-sizing: border-box
}

.comp-table tr td.gray {
    background-color: #f4f4f4
}

.comp-table-list {
    width: 100%;
    border: solid 1px #e4e4e4;
    border-collapse: collapse
}

.comp-table-list tr th {
    border: solid 1px #e4e4e4;
    border-collapse: collapse;
    width: 10%;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #606971
}

.comp-table-list tr th:nth-child(2) {
    width: 70%
}

.comp-table-list tr td {
    border: solid 1px #e4e4e4;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    padding: 10px 15px;
    box-sizing: border-box
}

.comp-table-list tr td .title {
    font-weight: bold;
    margin-bottom: 5px
}

.comp-table-list tr td.gray {
    background-color: #f4f4f4
}

.comp-table-list tr td:nth-child(2) {
    width: 70%;
    text-align: left;
    line-height: 1.4;
    box-sizing: border-box
}

.comp-table-list .icon-check img {
    width: 20px;
    opacity: 0.7
}

.comp-table-list .icon-check.unable {
    opacity: 0.1
}

.comp-replay {
    display: none;
    padding: 0
}

.comp-replay.on {
    display: block;
    animation-duration: 0.8s;
    animation-name: alpha-in
}

.comp-replay .comp-swiper-bx {
    width: 100%;
    position: relative
}

.comp-replay .comp-swiper-bx h2 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 56px
}

.comp-replay .comp-swiper-bx .reply-swiper {
    width: 100%
}

.comp-replay .comp-swiper-bx .reply-swiper.schedule-swiper > ul > li .comp-swiper-bx__swiper-item {
    box-shadow: 0px 46px 33px -24px rgba(0, 0, 0, 0.2)
}

.comp-replay .comp-swiper-bx .reply-swiper > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    align-items: stretch
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li {
    width: 326px;
    margin-left: 11px;
    margin-bottom: 40px
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item {
    background-color: #fff
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-img img {
    width: 100%
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info {
    padding: 20px;
    box-sizing: border-box
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info.wide {
    padding: 20px 0px
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info.wide dl {
    padding-right: 40px
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl {
    min-height: 158px;
    margin-bottom: 0
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl dt {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.4em;
    overflow: hidden
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl dd {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.4em;
    height: 5.6em;
    overflow: hidden;
    margin-bottom: 0
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date {
    margin-bottom: 20px
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date > ul > li {
    margin-bottom: 4px
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date > ul > li img {
    width: 12px;
    height: 12px;
    margin-right: 6px
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date > ul > li span {
    font-size: 12px;
    color: #000;
    opacity: 0.8
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__btn.btn-non-active a {
    background-color: #cfcfcf;
    pointer-events: none
}

.comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__btn a {
    font-size: 14px;
    color: #fff;
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #29947c;
    justify-content: center;
    align-items: center
}

.comp-replay .comp-swiper-bx .comp-swiper-bx__swiper-control {
    position: absolute;
    left: 0;
    top: 300px;
    width: 100%;
    height: 0
}

.comp-replay .comp-swiper-bx .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__left {
    width: 20px;
    display: inline-block
}

.comp-replay .comp-swiper-bx .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__left img {
    width: 100%
}

.comp-replay .comp-swiper-bx .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__right {
    width: 20px;
    display: inline-block;
    position: absolute;
    right: 0
}

.comp-replay .comp-swiper-bx .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__right img {
    width: 100%
}

.comp-notice__count .comp-notice__count-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.comp-notice__count .comp-notice__count-container > a {
    display: inline-block;
    width: 6px
}

.comp-notice__count .comp-notice__count-container > a img {
    width: 100%;
    position: relative;
    top: 2px
}

.comp-notice__count .comp-notice__count-container ul {
    display: flex;
    margin: 0 20px
}

.comp-notice__count .comp-notice__count-container ul li a {
    display: inline-block;
    font-size: 12px;
    color: #444444;
    padding: 0 10px
}

.comp-notice__count .comp-notice__count-container ul li a.on {
    text-decoration: underline;
    font-size: 13px
}

.comp-notice__count .comp-notice__count-container ul li a:hover {
    text-decoration: underline
}

.comp-input input {
    width: 303px;
    border: solid 1px #c4c4c4;
    background-color: #f4f4f4;
    padding: 13px;
    box-sizing: border-box
}

.comp-input input::placeholder {
    font-size: 12px;
    color: #5d5d5d
}

.comp-input input.off {
    display: none
}

.comp-input.comp-input__white {
    margin-bottom: 5px
}

.comp-input.comp-input__white input {
    background-color: #ffffff
}

.comp-input.comp-input__btn-type {
    display: flex
}

.comp-input.comp-input__btn-type input {
    border: solid 1px #c4c4c4;
    border-right: none
}

.comp-input.comp-input__btn-type a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E2730F;
    padding: 0 10px
}

.comp-input.comp-input__btn-type a span {
    display: block;
    font-size: 12px;
    color: #fff;
    white-space: nowrap
}

.comp-footer {
    position: absolute;
    margin-top: 50px;
    bottom: 0;
    width: 100%
}

.comp-footer .comp-footer__bx {
    padding: 27px 32px;
    background-color: #ffffff;
    display: flex
}

.comp-footer .comp-footer__bx .comp-footer__logo {
    margin-right: 40px
}

.comp-footer .comp-footer__bx .comp-footer__logo a {
    display: inline-block;
    width: 184px;
    height: 49px;
    opacity: 1
}

.comp-footer .comp-footer__bx .comp-footer__logo a img {
    width: 100%
}

.comp-footer .comp-footer__bx .comp-footer__nav ul {
    margin-bottom: 20px;
    display: flex
}

.comp-footer .comp-footer__bx .comp-footer__nav ul li {
    margin-right: 40px
}

.comp-footer .comp-footer__bx .comp-footer__nav ul li:last-child {
    margin-right: 0
}

.comp-footer .comp-footer__bx .comp-footer__nav ul li a {
    font-size: 12px;
    color: #fff;
    opacity: 1;
    transition: opacity 0.1s
}

.comp-footer .comp-footer__bx .comp-footer__nav ul li a:hover {
    opacity: 1
}

.comp-footer .comp-footer__bx .comp-footer__nav .comp-footer__address {
    font-size: 11px;
    color: #fff;
    opacity: 1;
    line-height: 15px
}

html.show-popup {
    overflow: -moz-scrollbars-vertical;
    overflow-y: hidden;
    height: 100vh
}

html.show-popup body {
    overflow: hidden
}

html.show-popup .popup-overlay {
    visibility: visible;
    pointer-events: auto
}

.popup-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    pointer-events: none;
    z-index: 10000
}

.popup-overlay.on {
    visibility: visible;
    pointer-events: auto
}

.popup-overlay .popup-wrap {
    width: 1024px;
    height: 600px;
    background-color: #fff
}

.popup-overlay .popup-wrap.size-sm {
    width: 600px;
    height: auto
}

.popup-overlay .popup-wrap.size-m {
    width: 960px;
    height: auto
}

.popup-overlay .popup-wrap.size-l {
    width: 600px;
    height: auto
}

.popup-overlay .popup-wrap.size-video-player {
    width: 960px;
    height: auto
}

.popup-overlay .popup-wrap .pdf-wrap {
    height: 100%
}

.popup-overlay .popup-wrap .video-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    height: 100%
}

.popup-overlay .popup-wrap .video-wrap video {
    width: 100%
}

.btn-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 50px;
    height: 50px
}

.btn-close:hover {
    opacity: 1
}

.btn-close:before, .btn-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 50px;
    width: 2px;
    background-color: #fff
}

.btn-close:before {
    transform: rotate(45deg)
}

.btn-close:after {
    transform: rotate(-45deg)
}

html.show-popup {
    overflow: -moz-scrollbars-vertical;
    overflow-y: hidden;
    height: 100vh
}

html.show-popup body {
    overflow: hidden
}

html.show-popup .popup-overlay {
    visibility: visible;
    pointer-events: auto
}

.mb-5 {
    margin-bottom: 5px
}

@media screen and (max-width: 1000px) {
    .popup-overlay .popup-wrap.size-m {
        width: 640px
    }

    .popup-overlay .popup-wrap.size-video-player {
        width: 640px
    }

    .comp-replay__popup .replay-title .comp-btn {
        display: inline-block
    }

    .comp-replay__popup .replay-wrap__container {
        position: relative
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx {
        width: 100%;
        margin-right: 0
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .replay-wrap__video {
        margin-right: 10px
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul {
        height: 220px;
        overflow-y: scroll
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a {
        height: 30px
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a img {
        height: 100%
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a p {
        margin-left: 15px
    }

    .comp-footer .comp-footer__bx .comp-footer__nav {
        display: block
    }

    .comp-footer .comp-footer__bx .comp-footer__nav ul {
        display: block;
        overflow: hidden
    }

    .comp-footer .comp-footer__bx .comp-footer__nav ul li {
        float: left;
        margin-bottom: 15px
    }

    .comp-replay .comp-swiper-bx .reply-swiper > ul > li {
        width: 100% !important
    }

    .comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl dt {
        height: 100%
    }

    .comp-replay .comp-swiper-bx .reply-swiper > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl dd {
        height: 100%
    }

    .comp-tab ul li a {
        width: 158px
    }

    .comp-tab.comp-tab-line ul {
        flex-wrap: wrap;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-bottom: none
    }

    .comp-tab.comp-tab-line ul li {
        border: none;
        border-bottom: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4
    }

    .comp-tab.comp-tab-line ul li a {
        width: 212px
    }

    .comp-tab.comp-tab-line ul li.on {
        border-radius: 0px;
        top: 0;
        border: none
    }

    .comp-tab.comp-tab-line ul li.on a {
        background-color: #283139;
        color: #fff;
        font-weight: normal
    }
}

@media screen and (max-width: 1000px) {
    .header.header-sm {
        height: 80px
    }

    .header.header-sm .comp-header {
        height: 80px
    }

    .header.header-sm .comp-header .comp-header__bx {
        margin: 0px 0px
    }

    .header.header-sm .comp-header .comp-header__bx .comp-header__logo a {
        width: 72px
    }

    .header.header-sm .comp-header-etc {
        top: 10px;
        margin: 10px 10px
    }

    .header .comp-header-etc {
        display: none
    }

    .comp-header {
        width: 100%;
        min-width: 100%;
        display: flex;
        padding: 10px 10px;
        height: auto
    }

    .comp-header.comp-header__black-type .comp-header__bx {
        margin-top: 0
    }

    .comp-header.comp-header__black-type .comp-header__bx .comp-header__logo a {
        width: 72px
    }

    .comp-header .comp-header__bx {
        margin-top: 0
    }

    .comp-header .comp-header__bx .comp-header__depth {
        display: none
    }

    .comp-header .comp-header__menus {
        justify-content: flex-end;
        margin-top: 0
    }

    .comp-header .comp-header__menus .comp-header__gnb {
        display: none
    }

    .comp-header .comp-header__menus .comp-header__gnb ul li {
        margin-right: 25px
    }

    .comp-header .comp-header__menus .comp-header__info {
        display: flex
    }

    .comp-header .comp-header__menus .comp-header__info .search {
        margin-right: 15px
    }

    .comp-header .comp-header__menus .comp-header__info .comp-header__btn-mobile {
        display: block
    }

    .comp-header .comp-header__menus .comp-header__info .comp-header__btn-mobile a {
        display: inline-block;
        width: 32px
    }

    .comp-header .comp-header__menus .comp-header__info .comp-header__btn-mobile a img {
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .comp-header-gnb__mobile {
        display: block
    }

    .popup-overlay .popup-wrap.size-sm {
        width: 90%
    }

    .popup-overlay .popup-wrap.size-m {
        width: 336px;
        height: 340px
    }

    .popup-overlay .popup-wrap.size-l {
        width: 336px;
        height: auto
    }

    .popup-overlay .popup-wrap.size-video-player {
        width: 336px;
        height: auto
    }

    .comp-replay__popup {
        padding: 15px
    }

    .comp-replay__popup .replay-title {
        font-size: 16px;
        align-items: center
    }

    .comp-replay__popup .replay-title .comp-btn a {
        width: 75px;
        height: 30px
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx {
        flex-direction: column
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .replay-wrap__video {
        width: 100%
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper {
        margin-top: 10px;
        width: 100%
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul {
        width: 100%;
        height: 110px;
        overflow-y: scroll
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a {
        height: 30px
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a img {
        height: 100%
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__bx .video-list-wrapper ul li a p {
        margin-left: 15px
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__value {
        margin-bottom: 15px
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-input {
        width: 100%;
        flex-direction: column
    }

    .comp-replay__popup .replay-wrap__container .replay-wrap__value .replay-wrap__value-input .replay-wrap__value-input__btn {
        margin-left: 0;
        margin-top: 15px
    }

    .comp-replay .comp-swiper-bx .reply-swiper > ul > li {
        width: 325px
    }

    .comp-path__bx {
        padding-top: 16px
    }

    .comp-path__bx .comp-path {
        flex-direction: column-reverse;
        flex-wrap: wrap
    }

    .comp-path__bx .comp-path h2 {
        width: 100%
    }

    .comp-path__bx .comp-path ul {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 9px;
        display: none
    }

    .comp-check__bx {
        width: 100%
    }

    .comp-check__bx label {
        font-size: 14px;
        color: #444444;
        position: relative;
        top: -5px
    }

    .comp-check__bx.comp-check__bx-bold label {
        font-weight: bold
    }

    .comp-tab ul {
        flex-wrap: wrap;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4
    }

    .comp-tab ul li {
        border: none;
        border-bottom: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4
    }

    .comp-tab ul li a {
        width: 166px
    }

    .comp-tab.comp-tab-line ul {
        flex-wrap: wrap;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-bottom: none
    }

    .comp-tab.comp-tab-line ul li {
        border: none;
        border-bottom: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4
    }

    .comp-tab.comp-tab-line ul li a {
        width: 166px
    }

    .comp-tab.comp-tab-line ul li.on {
        border-radius: 0px;
        border-right: none;
        top: 0
    }

    .comp-tab.comp-tab-line ul li.on a {
        background-color: #283139;
        color: #fff;
        font-weight: normal
    }

    .comp-footer {
        margin-top: 50px;
        position: relative
    }

    .comp-footer .comp-footer__bx {
        display: block
    }

    .comp-footer .comp-footer__bx .comp-footer__logo {
        margin-bottom: 30px
    }

    .comp-use-guide__popup .use-guide__popup {
        padding-left: 20px;
        padding-right: 20px
    }

    .comp-use-guide__popup .use-guide__popup .use-guide__btn-bx {
        display: block
    }

    .comp-use-guide__popup .use-guide__popup .use-guide__btn-bx a {
        display: block;
        margin-bottom: 10px
    }

    .btn-close {
        top: 10px
    }
}

.comp-input__find {
    margin-bottom: 24px
}

.comp-input__find dl {
    margin-bottom: 16px
}

.comp-input__find dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}

.comp-input__find dl dd {
    font-size: 15px;
    color: #444444
}

.comp-input__find .comp-input__find-bx {
    padding: 32px 0;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius: 4px
}

.comp-input__white {
    width: 100%;
    margin: 0 auto
}

.comp-input__white .comp-input__white-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px
}

.comp-input__white .comp-input__white-input {
    margin-bottom: 24px
}

.comp-input__white .comp-input__white-input input {
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    color: #444444;
    padding: 12px 24px 12px 16px;
    border: 1px solid #c4c4c4
}

.my-calendar {
    padding: 0px 0px;
    background-color: rgba(0, 0, 0, 0.03)
}

.my-calendar__message {
    font-size: 12px;
    margin-top: 15px;
    line-height: 16px;
    opacity: 0.7
}

.my-calendar .clicked-date {
    border-radius: 25px;
    margin-top: 36px;
    float: left;
    width: 42%;
    padding: 46px 0 26px;
    background: #ddd
}

.my-calendar .calendar-box {
    width: 100%
}

.clicked-date .cal-day {
    font-size: 24px
}

.clicked-date .cal-date {
    font-size: 130px
}

.ctr-box {
    padding: 15px 16px 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05)
}

.ctr-box .btn-cal {
    position: relative;
    float: left;
    width: 25px;
    height: 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background: none
}

.ctr-box .btn-cal:after {
    content: '<';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 20px;
    font-weight: bold;
    font-size: 20px
}

.ctr-box .btn-cal.next {
    float: right
}

.ctr-box .btn-cal.next:after {
    content: '>'
}

.cal-table {
    width: 100%
}

.cal-table th {
    width: 14.2857%;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 900
}

.cal-table td {
    padding: 3px 0;
    height: 50px;
    font-size: 15px;
    vertical-align: middle
}

.cal-table td.day {
    position: relative;
    cursor: pointer;
    text-align: center
}

.cal-table td.day span {
    display: block;
    position: relative;
    pointer-events: none
}

.cal-table td.today {
    color: #fff
}

.cal-table td.today:before {
    pointer-events: none;
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    background: #29947c;
    border-radius: 50%;
    margin-top: 3px;
    z-index: 0;
    left: 20%;
    top: 18%
}

.cal-table td.day-active {
    color: #fff
}

.cal-table td.day-active:before {
    pointer-events: none;
    content: "";
    position: absolute;
    width: 60%;
    height: 60%;
    background: #403a36;
    border-radius: 50%;
    margin-top: 3px;
    z-index: 0;
    left: 20%;
    top: 18%
}

.cal-table td.has-event:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FFC107
}

.js-tab-contents.on {
    animation-duration: 0.8s;
    animation-name: alpha-in
}

.js-tab-section-contents {
    display: none
}

.js-tab-section-contents.on {
    display: block;
    animation-duration: 0.8s;
    animation-name: alpha-in
}

@keyframes alpha-in {
    from {
        opacity: 0;
        transform: translate3d(0, 0px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0px, 0)
    }
}

.login-offect .sections .academic-kv {
    width: 100%
}

.login-offect .sections .academic-kv .inner-wrap {
    width: 100%;
    min-width: 1440px;
    margin: 0 auto;
    padding: 80px 0 220px;
    position: relative
}

.login-offect .sections .academic-kv .inner-wrap .content {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx {
    position: relative
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-info {
    padding-bottom: 16px;
    border-bottom: 1px solid #1d1d1d;
    margin-bottom: 16px;
    width: 398px
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-info dt {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-info dd {
    font-size: 32px;
    color: #000;
    line-height: 1.2;
    opacity: 0.8;
    font-weight: bold
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-date {
    margin-bottom: 40px
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-login__bx {
    margin-bottom: 10px
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-login__bx .menual-login__title {
    margin-bottom: 25px
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-login__bx .menual-login__title span {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 2px solid #403a36
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-login__bx .comp-input__white > div {
    margin-bottom: 10px
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-login__bx .comp-input__white > div input {
    padding: 6px 24px 6px 16px;
    background-color: #f7f7f7
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-reservation {
    margin-bottom: 10px
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-reservation a {
    font-size: 14px;
    color: #fff;
    display: flex;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background-color: #29947c;
    justify-content: center;
    align-items: center
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__description {
    font-size: 12px;
    color: #000
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__list {
    position: absolute;
    bottom: 0;
    width: 100%
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__list ul li {
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__list ul li:last-child {
    margin-bottom: 0
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__list ul li a {
    display: block;
    background-image: url("../images/common/icon-btn-arrow-black.png");
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: right center
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__list ul li a dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__list ul li a dl dd {
    font-size: 14px;
    color: #444444
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__view {
    width: 539px;
    font-size: 0;
    /*min-height: 700px*/
}

.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__view img {
    width: 100%
}

.login-offect .sections .academic-kv .inner-wrap .academic-arrow__bottom {
    position: absolute;
    width: 100%;
    min-width: 1440px;
    bottom: 29px;
    left: 0;
    text-align: center
}

.login-offect .sections .academic-kv .inner-wrap .academic-arrow__bottom img {
    width: 48px
}

.login-offect .sections .menual-content {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 250px
}

.login-offect .sections .menual-content .menual-tab {
    margin-bottom: 36px
}

.login-offect .sections .menual-content .online-information {
    display: none
}

.login-offect .sections .menual-content .online-information.on {
    display: block
}

.login-offect .sections .menual-content .online-information .menu-list {
    width: 100%;
    position: relative
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx {
    width: 100%
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li {
    margin-left: 11px;
    width: 326px
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item {
    background-color: #fff
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-img img {
    width: 100%
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info {
    padding-top: 20px;
    box-sizing: border-box
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info.wide {
    padding: 20px 0px
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info.wide dl {
    padding-right: 40px
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl {
    margin-bottom: 34px
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl dt {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl dd {
    font-size: 14px;
    line-height: 1.57;
    color: #000
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date {
    margin-bottom: 20px
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date > ul > li {
    margin-bottom: 4px
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date > ul > li img {
    width: 12px;
    height: 12px;
    margin-right: 6px
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date > ul > li span {
    font-size: 12px;
    color: #000;
    opacity: 0.8
}

.login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__btn a {
    font-size: 14px;
    color: #fff;
    display: flex;
    height: 40px;
    border-radius: 4px;
    background-color: #29947c;
    justify-content: center;
    align-items: center
}

.login-offect .sections .menual-content .online-information .menu-list .comp-swiper-bx__swiper-control {
    position: absolute;
    left: 0;
    top: 300px;
    width: 100%;
    height: 0
}

.login-offect .sections .menual-content .online-information .menu-list .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__left {
    width: 20px;
    display: inline-block
}

.login-offect .sections .menual-content .online-information .menu-list .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__left img {
    width: 100%
}

.login-offect .sections .menual-content .online-information .menu-list .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__right {
    width: 20px;
    display: inline-block;
    position: absolute;
    right: 0
}

.login-offect .sections .menual-content .online-information .menu-list .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__right img {
    width: 100%
}

.login-offect .sections .menual-content .online-register {
    display: none
}

.login-offect .sections .menual-content .online-register.on {
    display: block
}

.login-offect .sections .menual-content .online-register .online-register__bx {
    display: flex
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__calendar {
    width: 416px;
    margin-right: 64px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__calendar h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 24px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list {
    width: 520px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-select {
    margin-bottom: 36px;
    text-align: right
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-select .comp-input {
    display: inline-block
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-select .comp-input select {
    margin-right: 0;
    width: 150px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li {
    margin-bottom: 40px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx {
    display: flex
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-photo {
    margin-right: 24px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-photo > div {
    overflow: hidden;
    border-radius: 100%;
    width: 64px;
    height: 64px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-photo > div img {
    width: 100%
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-content {
    padding: 8px 0 0px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-content h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin-bottom: 16px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-content .comp-date {
    margin-bottom: 16px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx {
    box-sizing: border-box;
    padding-left: 88px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 24px;
    display: flex
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div {
    margin-right: 10px
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div:last-child {
    margin-right: 0
}

.login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div a {
    width: 211px;
    height: 48px
}

.login-offect .sections .menual-content .online-participation {
    display: none
}

.login-offect .sections .menual-content .online-participation.on {
    display: block
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-select {
    margin-bottom: 36px;
    text-align: right
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-select .comp-input {
    display: inline-block
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-select .comp-input select {
    margin-right: 0;
    width: 150px
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li {
    margin-bottom: 30px;
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid #c4c4c4
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx {
    width: 710px;
    margin-right: 40px;
    display: flex
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-photo {
    margin-right: 24px
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-photo > div {
    overflow: hidden;
    border-radius: 100%;
    width: 64px;
    height: 64px
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-photo > div img {
    width: 100%
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-content .online-participation__list-title {
    min-height: 64px;
    display: flex;
    align-content: center;
    margin-bottom: 16px
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-content .online-participation__list-title h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin: auto;
    height: auto;
    max-height: 50px
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-content .comp-date {
    margin-bottom: 16px
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx {
    padding-top: 26px;
    width: 254px
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn {
    display: flex;
    justify-content: flex-end
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div {
    margin-right: 10px
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div:last-child {
    margin-right: 0
}

.login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div a {
    width: 120px;
    height: 48px
}

.login-offect .sections .menual-content .online-replay {
    display: none
}

.login-offect .sections .menual-content .online-replay.on {
    display: block
}

.menual-popup .popup-wrap .registration-wrap {
    padding: 50px 20px 50px;
    box-sizing: border-box
}

.menual-popup .popup-wrap .registration-wrap .title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px
}

.menual-popup .popup-wrap .registration-wrap .description {
    font-size: 20px;
    margin-bottom: 20px
}

.menual-popup .popup-wrap .registration-wrap .comp-text-overflow-2 {
    font-size: 20px;
    margin-bottom: 14px
}

.menual-popup .popup-wrap .registration-wrap .comp-date {
    margin-bottom: 30px
}

.menual-popup .popup-wrap .registration-wrap .registration-wrap__description {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center
}

.menual-popup .popup-wrap .registration-wrap .registration__btn {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 1440px) {
    .login-offect .sections .academic-kv .inner-wrap {
        min-width: 100%
    }

    .login-offect .sections .academic-kv .inner-wrap .content {
        width: 1000px
    }

    .login-offect .sections .academic-kv .inner-wrap .academic-arrow__bottom {
        min-width: 100%
    }
}

@media screen and (max-width: 1000px) {
    .login-offect .sections .academic-kv .inner-wrap .content {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx {
        width: 100%;
        padding-top: 0;
        margin-right: 0px
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-info {
        width: 100%
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-info dt {
        font-size: 2vw
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-info dd {
        font-size: 3vw
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__description {
        margin-bottom: 50px
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__list {
        position: relative;
        left: 0;
        top: 0
    }
.login-offect .sections .academic-kv .inner-wrap .content .academic-kv__view {
        width: 100%;
        height: auto;
        background-color: transparent;
        margin-bottom: 25px;
        
        /*display: none;*/
        
        align-items: center;
        box-shadow: none
    }


    .login-offect .sections .academic-kv .inner-wrap .academic-arrow__bottom {
        min-width: 100%
    }

    .login-offect .sections .menual-content {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box
    }

    .login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li {
        width: 100%;
        margin-bottom: 30px
    }

    .login-offect .sections .menual-content .online-register .online-register__bx {
        display: block
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__calendar {
        margin-bottom: 8px
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list {
        width: 100%
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-photo {
        margin-right: 16px
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx {
        padding: 0
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div {
        margin-right: 10px
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div:last-child {
        margin-right: 0
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div a {
        width: 160px
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li {
        display: block
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx {
        width: 100%
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-photo {
        margin-right: 16px
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx {
        padding-top: 0;
        width: 100%
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div {
        margin-right: 10px
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div:last-child {
        margin-right: 0
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div a {
        width: 160px
    }
}

@media screen and (max-width: 640px) {
    .login-offect .sections {
        padding-bottom: 0
    }

    .login-offect .sections .academic-kv .inner-wrap {
        padding: 30px 0
    }

    .login-offect .sections .academic-kv .inner-wrap .content {
        width: 335px;
        flex-wrap: wrap;
        padding-right: 0;
        padding-left: 0
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx {
        margin: 0;
        margin-bottom: 32px
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-info {
        width: 100%
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-info dt {
        font-size: 16px;
        margin-bottom: 10px
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-info dd {
        font-size: 18px
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .academic-reservation a {
        width: 100%
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__description {
        margin-bottom: 30px
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__list ul li a dl dt {
        font-size: 14px
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__bx .menual-kv__list ul li a dl dd {
        font-size: 12px
    }

    .login-offect .sections .academic-kv .inner-wrap .content .academic-kv__view {
        width: 100%
    }

    .login-offect .sections .academic-kv .inner-wrap .academic-arrow__bottom {
        display: none
    }

    .login-offect .sections .menual-content {
        width: 335px;
        padding-bottom: 50px;
        padding: 0 0 50px
    }

    .login-offect .sections .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__btn a {
        width: 100%
    }

    .login-offect .sections .menual-content .online-register .online-register__bx {
        display: block
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__calendar {
        width: 100%;
        margin-bottom: 8px
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list {
        width: 100%
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-photo {
        margin-right: 16px
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx {
        padding: 0
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div {
        margin-right: 10px
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div:last-child {
        margin-right: 0
    }

    .login-offect .sections .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div a {
        width: 160px
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li {
        display: block
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx {
        width: 100%
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-photo {
        margin-right: 16px
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx {
        padding-top: 0;
        width: 100%
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div {
        margin-right: 10px
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div:last-child {
        margin-right: 0
    }

    .login-offect .sections .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div a {
        width: 160px
    }

    .menual-popup .btn-close {
        right: 0px
    }
}

.webina-list .sections {
    color: #ffffff;
    background-color: #204f6d
}

.webina-list .sections .webina-contents {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 30px 40px;
    box-sizing: border-box
}

.webina-list .sections .webina-contents .title {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0 50px;
    text-align: center;
    line-height: 1.4
}

.webina-list .sections .webina-contents .list-wrap {
    line-height: 1.5
}

.webina-list .sections .webina-contents .list-wrap ul li {
    font-size: 14px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 14px 0;
    box-sizing: border-box
}

.webina-list .sections .webina-contents .list-wrap ul li dl {
    display: flex;
    flex-direction: row
}

.webina-list .sections .webina-contents .list-wrap ul li dl dd {
    word-break: keep-all;
    padding: 0 5px
}

.webina-list .sections .webina-contents .list-wrap ul li dl dd:nth-child(1) {
    width: 17%
}

.webina-list .sections .webina-contents .list-wrap ul li dl dd:nth-child(2) {
    width: 60%
}

.webina-list .sections .webina-contents .enter-wrap {
    margin-top: 40px
}

.webina-list .sections .webina-contents .enter-wrap .comp-btn a {
    width: 240px;
    margin: 0 auto
}

.webina-list .sections .webina-contents .enter-wrap .desc-text {
    margin-top: 15px;
    text-align: center;
    font-size: 12px
}

.webina-list .etc-btn .etc-btn-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box
}

.webina-list .etc-btn .etc-btn-wrap ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.webina-list .etc-btn .etc-btn-wrap ul li {
    width: 49.5%;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px
}

.webina-list .etc-btn .etc-btn-wrap ul li a {
    display: block;
    background-image: url("../images/common/icon-btn-arrow-black.png");
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: right center
}

.webina-list .etc-btn .etc-btn-wrap ul li a dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px
}

.webina-list .etc-btn .etc-btn-wrap ul li a dl dd {
    font-size: 14px;
    color: #444444
}

.webina-list .menual-content {
    width: 1000px;
    margin: 0 auto;
    padding: 0 30px 250px;
    box-sizing: border-box
}

.webina-list .menual-content .menual-tab {
    margin-bottom: 36px
}

.webina-list .menual-content .online-information {
    display: none
}

.webina-list .menual-content .online-information.on {
    display: block
}

.webina-list .menual-content .online-information .menu-list {
    width: 100%;
    position: relative
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx {
    width: 100%
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li {
    margin-left: 11px;
    width: 306px
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item {
    background-color: #fff
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-img img {
    width: 100%
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info {
    padding-top: 20px;
    box-sizing: border-box
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info.wide {
    padding: 20px 0px
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info.wide dl {
    padding-right: 40px
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl {
    margin-bottom: 34px
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl dt {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info dl dd {
    font-size: 14px;
    line-height: 1.57;
    color: #000
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date {
    margin-bottom: 20px
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date > ul > li {
    margin-bottom: 4px
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date > ul > li img {
    width: 12px;
    height: 12px;
    margin-right: 6px
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__date > ul > li span {
    font-size: 12px;
    color: #000;
    opacity: 0.8
}

.webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__btn a {
    font-size: 14px;
    color: #fff;
    display: flex;
    height: 40px;
    border-radius: 4px;
    background-color: #29947c;
    justify-content: center;
    align-items: center
}

.webina-list .menual-content .online-information .menu-list .comp-swiper-bx__swiper-control {
    position: absolute;
    left: 0;
    top: 300px;
    width: 100%;
    height: 0
}

.webina-list .menual-content .online-information .menu-list .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__left {
    width: 20px;
    display: inline-block
}

.webina-list .menual-content .online-information .menu-list .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__left img {
    width: 100%
}

.webina-list .menual-content .online-information .menu-list .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__right {
    width: 20px;
    display: inline-block;
    position: absolute;
    right: 0
}

.webina-list .menual-content .online-information .menu-list .comp-swiper-bx__swiper-control .comp-swiper-bx__swiper-control__right img {
    width: 100%
}

.webina-list .menual-content .online-register {
    display: none
}

.webina-list .menual-content .online-register.on {
    display: block
}

.webina-list .menual-content .online-register .online-register__bx {
    display: flex
}

.webina-list .menual-content .online-register .online-register__bx .online-register__calendar {
    width: 416px;
    margin-right: 64px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__calendar h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 24px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list {
    width: 520px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-select {
    margin-bottom: 36px;
    text-align: right
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-select .comp-input {
    display: inline-block
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-select .comp-input select {
    margin-right: 0;
    width: 150px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li {
    margin-bottom: 40px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx {
    display: flex
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-photo {
    margin-right: 24px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-photo > div {
    overflow: hidden;
    border-radius: 100%;
    width: 64px;
    height: 64px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-photo > div img {
    width: 100%
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-content {
    padding: 8px 0 0px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-content h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin-bottom: 16px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-content .comp-date {
    margin-bottom: 16px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx {
    box-sizing: border-box;
    padding-left: 88px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 24px;
    display: flex
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div {
    margin-right: 10px
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div:last-child {
    margin-right: 0
}

.webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div a {
    width: 211px;
    height: 48px
}

.webina-list .menual-content .online-participation {
    display: none
}

.webina-list .menual-content .online-participation.on {
    display: block
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-select {
    margin-bottom: 36px;
    text-align: right
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-select .comp-input {
    display: inline-block
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-select .comp-input select {
    margin-right: 0;
    width: 150px
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li {
    margin-bottom: 30px;
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid #c4c4c4
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx {
    width: 710px;
    margin-right: 40px;
    display: flex
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-photo {
    margin-right: 24px
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-photo > div {
    overflow: hidden;
    border-radius: 100%;
    width: 64px;
    height: 64px
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-photo > div img {
    width: 100%
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-content .online-participation__list-title {
    min-height: 64px;
    display: flex;
    align-content: center;
    margin-bottom: 16px
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-content .online-participation__list-title h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin: auto;
    height: auto;
    max-height: 50px
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-content .comp-date {
    margin-bottom: 16px
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx {
    padding-top: 26px;
    width: 254px
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn {
    display: flex;
    justify-content: flex-end
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div {
    margin-right: 10px
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div:last-child {
    margin-right: 0
}

.webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div a {
    width: 120px;
    height: 48px
}

.webina-list .menual-content .comp-replay .comp-swiper-bx .reply-swiper > ul > li {
    width: 306px
}

.menual-popup .popup-wrap .registration-wrap {
    padding: 50px 20px 50px;
    box-sizing: border-box
}

.menual-popup .popup-wrap .registration-wrap .title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px
}

.menual-popup .popup-wrap .registration-wrap .description {
    font-size: 20px;
    margin-bottom: 20px
}

.menual-popup .popup-wrap .registration-wrap .comp-text-overflow-2 {
    font-size: 20px;
    margin-bottom: 14px
}

.menual-popup .popup-wrap .registration-wrap .comp-date {
    margin-bottom: 30px
}

.menual-popup .popup-wrap .registration-wrap .registration-wrap__description {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center
}

.menual-popup .popup-wrap .registration-wrap .registration__btn {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 1000px) {
    .webina-list {
        padding-bottom: 200px
    }

    .webina-list .etc-btn .etc-btn-wrap {
        padding: 30px
    }

    .webina-list .etc-btn .etc-btn-wrap ul {
        display: flex;
        flex-direction: column
    }

    .webina-list .etc-btn .etc-btn-wrap ul li {
        width: 100%
    }

    .webina-list .menual-content {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box
    }

    .webina-list .menual-content .menual-tab .comp-tab ul {
        border-top: 0
    }

    .webina-list .menual-content .menual-tab .comp-tab ul li {
        border-top: 1px solid #e4e4e4
    }

    .webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li {
        width: 100%;
        margin-bottom: 30px
    }

    .webina-list .menual-content .online-register .online-register__bx {
        display: block
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__calendar {
        margin-bottom: 8px
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list {
        width: 100%
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-photo {
        margin-right: 16px
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx {
        padding: 0
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div {
        margin-right: 10px
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div:last-child {
        margin-right: 0
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div a {
        width: 160px
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li {
        display: block
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx {
        width: 100%
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-photo {
        margin-right: 16px
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx {
        padding-top: 0;
        width: 100%
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div {
        margin-right: 10px
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div:last-child {
        margin-right: 0
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div a {
        width: 160px
    }
}

@media screen and (max-width: 640px) {
    .webina-list .sections .webina-contents {
        padding: 30px 20px 40px
    }

    .webina-list .sections .webina-contents .title {
        margin: 30px 0 40px
    }

    .webina-list .sections .webina-contents .list-wrap ul li {
        font-size: 13px
    }

    .webina-list .sections .webina-contents .list-wrap ul li dl {
        display: block
    }

    .webina-list .sections .webina-contents .list-wrap ul li dl dd {
        margin-bottom: 6px;
        word-break: break-word
    }

    .webina-list .sections .webina-contents .list-wrap ul li dl dd:nth-child(1) {
        width: 100%
    }

    .webina-list .sections .webina-contents .list-wrap ul li dl dd:nth-child(2) {
        width: 100%
    }

    .webina-list .sections .webina-contents .enter-wrap {
        margin-top: 40px
    }

    .webina-list .sections .webina-contents .enter-wrap .comp-btn a {
        width: 100%;
        margin: 0 auto
    }

    .webina-list .sections .webina-contents .enter-wrap .desc-text {
        margin-top: 15px;
        text-align: center;
        font-size: 12px
    }

    .webina-list .etc-btn .etc-btn-wrap {
        padding: 20px
    }

    .webina-list .menual-content {
        width: 335px;
        padding-bottom: 50px;
        padding: 0 0 50px
    }

    .webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li:last-child {
        margin-bottom: 0px
    }

    .webina-list .menual-content .online-information .menu-list .menu-list__bx > ul > li .comp-swiper-bx__swiper-item .comp-swiper-info .comp-swiper-info__btn a {
        width: 100%
    }

    .webina-list .menual-content .online-register .online-register__bx {
        display: block
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__calendar {
        width: 100%;
        margin-bottom: 8px
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list {
        width: 100%
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-bx .online-register__list-photo {
        margin-right: 16px
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx {
        padding: 0
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div {
        margin-right: 10px
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div:last-child {
        margin-right: 0
    }

    .webina-list .menual-content .online-register .online-register__bx .online-register__list .online-register__list-info > li .online-register__list-btn__bx .online-register__list-btn > div a {
        width: 160px
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li {
        display: block
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li:last-child {
        margin-bottom: 0px
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx {
        width: 100%
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-bx .online-participation__list-photo {
        margin-right: 16px
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx {
        padding-top: 0;
        width: 100%
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div {
        margin-right: 10px
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div:last-child {
        margin-right: 0;
        width: 100%
    }

    .webina-list .menual-content .online-participation .online-participation__list .online-participation__list-info > li .online-participation__list-btn__bx .online-participation__list-btn > div a {
        width: 100%
    }

    .menual-popup .btn-close {
        right: 0px
    }
}
