@charset "utf-8";
/* * {-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }*/
.trans-effect1 {
	-moz-transition: all .2s ease-out;-webkit-transition: all .2s ease-out;-o-transition: all .2s ease-out;transition: all .2s ease-out;
}
.last {margin-bottom: 0 !important;}
.first {margin-top: 0 !important;}
.second {margin-top: 45px !important;}
.bradius {border-radius: 8px; overflow: hidden;}
.no-scroll {overflow-x: auto !important;}
.no-scroll table {min-width: auto !important;}
a.youtube {background:#ff0000;color: #fff;line-height: 30px;padding: 0 15px;display: inline-block;border-radius:30px;font-size: 18px;font-weight: 400;}
a.youtube img {
    vertical-align: middle;
    margin-right: 5px;
}
/* MAIN : S */
.blue {color: #47b0f2 !important;}
.red {color: #f2476b !important;}
.purple {color: var(--purple) !important;}
.orange {color: var(--orange) !important;}
#main.content {
}

#main.content .section {
    position: relative;
    padding: 80px 0;
}

#main.content .section.first {
    background-color: var(--main-back-color);
    overflow: hidden;
    /* height: 900px; */
    padding: 0;
    height: 100vh;
    min-height: -webkit-fill-available;
}
#main.content .section.first .img-box {
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
}
#main.content .section.first .img-box img {max-width: none;max-height: calc(100vh - 60px);margin-top: 60px;}

#main.content .section.second {
}
#main.content .section.third {background: #efecff;}
#main.content .section.fourth {
}
#main.content .section .boxs {
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-top: -80px;
}
#main.content .section .boxs .box {
    margin-left: 50px;
    margin-top: 80px;
    width: calc(50% - 50px);
}
#main.content .section .boxs .box.full {
    width: 100%;
}
#main.content .section .boxs .box .head {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
}
#main.content .section .boxs .box .head .title {
    font-size: 32px;
    color: var(--point-color);
    flex: 1;
    font-weight: 500;
}
#main.content .section .boxs .box .head .desc {
    font-size: 14px;
    color: var(--text-color1);
    flex: 1;
    text-align: right;
}
#main.content .section .boxs .box .head .desc strong {
	color: var(--text-color1);
	margin-left: 10px;
	margin-right:5px;
}
#main.content .section .boxs .box .img-box {
    border-radius: 8px;
    overflow: hidden;
}
#main.content .section .boxs .box .img-box img {
    
}
#main.content .section .boxs .box .subject {
    font-size: 24px;
    margin-top: 25px;
    line-height: 140%;
    font-weight: 500;
}
#main.content .section .boxs .box .desc-box {
    color: var(--text-color1);
    line-height: 160%;
    font-weight: 400;
    margin-top: 25px;
}
#main.content .section .button {
    margin-top: 25px;
}
#main.content .section .button a {
    color: var(--button-text-color);
    display: inline-block;
    border: 1px solid var(--button-border-color);
    border-radius: 3px;
    padding: 15px 35px 15px 20px;
    background: url(../../images/ico-arrow.png) no-repeat right 15px center;
    margin-right: 5px;
}
#main.content .section .button a.red {
    background: url(../../images/ico-arrow-red.png) no-repeat right 15px center;
	border-color: #ff372b;
}
#main.content .section .button a:hover {
    background-position: right 10px center;
}

#main.content .section .article {
    display: flex;
}
#main.content .section .article .c1 {
    flex: 1;
    position: relative;
}
#main.content .section .article .c2 {
    flex: 1;
    margin-left: 50px;
}
#main.content .section .article .c1 .tag {
    font-size: 16px;
    color: #7d68fb;
    line-height: 32px;
    background: #fff;
    display: inline-block;
    padding: 0 15px;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: -0.05em;
}
#main.content .section .article .c1 .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 20px;
}
#main.content .section .article .c1 .desc {
    margin-top: 25px;
    line-height: 1.8;
    letter-spacing: -0.05em;
}
#main.content .section .article .c1 .button {
    position: absolute;
    bottom: 0;
}
#main.content .section .article .c1 .button a {}
#main.content .section .article .c2 img {}

.scroll-down {
    position: absolute;
    bottom: 50px;
    color: #fff;
    margin: auto;
    background: url(../../images/scroll-down_ani.png) no-repeat center;
    width: 65px;
    height: 52px;
    text-indent: -1000px;
    overflow: hidden;
    left: calc(50% - 32px);
    background-size: cover;
    /* animation: backtransition 2s 1s infinite alternate; */
    -moz-transition: all .5s ease;
    /* -webkit-transition: all .5s ease; */
    -o-transition: all .5s ease;
    /* transition: all .5s ease; */
    filter: invert(0.9);
    cursor: pointer;
}
.scroll-down a {
	width: 100%;
	height: 100%;
	display: block;
}
/* MAIN : E */

/* 서브 공통 */
.wrap.sub {background: var(--sub-back);}
.wrap.sub header {
}
.wrap.sub header nav {}
#sub.content {
    padding-top: 200px;
    margin-bottom: 110px;
}
#sub.content .sub-head {
    padding-bottom: 80px;
    border-bottom: 1px solid #d4deea;
}
#sub.content .sub-head .tit {
    font-size: 70px;
    color: var(--menu-select-color);
    font-weight: 700;
}
#sub.content .sub-head .desc {
    font-size: 24px;
    margin-top: 25px;
}
/* 게시판 공통 */
#sub.content .board {}
/* 게시판 리스트 */
#sub.content .board .list {
    /* border-top: 1px solid #d4deea; */
    padding-top: 40px;
}
#sub.content .board .list a {
    display: flex;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 35px 0;
    align-items: center;
    margin-bottom: 10px;
}
#sub.content .board .list a:has(.writer) {padding: 25px 0;}
#sub.content .board .list a .col-vol {
    color: #fa3d34;
    font-weight: 500;
    width: 150px;
    text-align: center;
}
#sub.content .board .list a .col-tit {
    font-size: 24px;
    font-weight: 500;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sub.content .board .list a .col-tit .writer {display: block;color: #2b84df;font-size: 16px;margin-top: 10px;font-weight: 400;}
#sub.content .board .list a .col-dt {
    font-size: 14px;
    color: var(--text-color1);
    width: 140px;
    text-align: center;
}

/* 게시판 열람 */
#sub.content .board .view-img {
    max-width: 1920px;
    margin: auto;
    position: relative;
    height: 450px;
    overflow: hidden;
}
#sub.content .board .view-img img {
    /* aspect-ratio: 1920 / 450; */
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
}
#sub.content .board .view {}
#sub.content .board .view .view-head {
    position: absolute;
    top: -23.4vw;
    height: 23.4vw;
    display: flex;
    align-items: center;
    letter-spacing: -0.1em;
    /* top: max(-450px, -23.4vw); */
    /* height: min(450px, 23.4vw); */
    top: -450px;
    height: 450px;
}
#sub.content .board .view .view-head .mdl {}
#sub.content .board .view .view-head .head-vol {
    font-size: 16px;
    background: #fff;
    color: var(--menu-select-color);
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0;
}
#sub.content .board .view .view-head .head-tit {
    font-size: 60px;
    font-weight: 700;
    padding: 25px 0;
    line-height: 1.3;
}
#sub.content .board .view .view-head .head-dt {font-size: 18px;letter-spacing: 0;}
#sub.content .board .view .writer {
    padding: 100px 0;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: wrap;
}
#sub.content .board .view .writer .photo-box {
    width: 265px;
}
#sub.content .board .view .writer .photo-box img {
    max-width: 220px;
}
#sub.content .board .view .writer .desc-box {
    width: calc(100% - 265px);    
}
#sub.content .board .view .writer .desc-box .name {
    font-size: 20px;
    font-weight: 700;
    color: var(--button-text-color);
}
#sub.content .board .view .writer .desc-box .name strong {
    color: var(--menu-select-color);
}
#sub.content .board .view .writer .desc-box .desc {
    font-size: 20px;
    color: var(--button-border-color);
    margin-top: 40px;
    line-height: 1.7;
}
#sub.content .board .view .writer .img {
    width: 100%;
    margin-top: 50px;
}
#sub.content .board .view .para-box {
    line-height: 1.6;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e5e5e5;
}
#sub.content .board .view .para-box .tit {
    color: #202020;
    font-size: 32px;
    text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-thickness: 0.05em;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.03em;
}
#sub.content .board .view .para-box .para .tit {
    padding-top: 100px;
}
#sub.content .board .view .para-box p, #sub.content .board .view .para-box .p {
    color: var(--button-text-color);
    font-size: 20px;
    margin-top: 45px;
}
#sub.content .board .view .para-box p a {
color: #568cc1;
font-weight: 300;
text-decoration: underline;
}

#sub.content .board .view .writer .para-box p, #sub.content .board .view .writer .para-box .p {
    color: var(--button-border-color);
}
#sub.content .board .view .para-box p.from, #sub.content .board .view .para-box .p.from {
	margin-top: 10px;
	font-size: 14px;
}
#sub.content .board .view .para-box ul.p-hyphen {
    color: var(--button-text-color);
    font-size: 20px;
    margin-top: 45px;
	position: relative;
}
#sub.content .board .view .para-box ul.p-hyphen-box {
    /* color: var(--button-text-color); */
    font-size: 18px;
    margin: 15px 0 30px;
	position: relative;
    color: #5f5733 !important;
    background: #fbf4c3;
    padding: 20px 15px 15px;
    /* border-radius: 10px; */
}

#sub.content .board .view .para-box ul.p-hyphen li:before,
#sub.content .board .view .para-box ul.p-hyphen-box li:before {content:'- ';position: absolute;left: -15px;}
#sub.content .board .view .para-box ul.p-hyphen li,
#sub.content .board .view .para-box ul.p-hyphen-box li {margin: 0 0 8px 20px;position: relative;color: #5f5733;}
#sub.content .board .view .para-box ul.p-list {
    font-size: 20px;
    margin-top: 45px;
	position: relative;
}
#sub.content .board .view .para-box ul.p-list li:before {content:'ㆍ ';position: absolute;left: -24px;}
#sub.content .board .view .para-box ul.p-list li {margin-left: 16px;position: relative;color: #545454;}
#sub.content .board .view .para-box figcaption ul.p-list li {text-align: left;}
#sub.content .board .view .para-box figure {
    margin-top: 45px;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}
#sub.content .board .view .para-box figure.white {
    background: #fff;
    padding: 50px 0;
}
#sub.content .board .view .para-box figure img {}
#sub.content .board .view .para-box figure figcaption {
    position: absolute;
    bottom: -32px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #545454;
    font-weight: 300;
}
/* 버튼 */
#sub.content .bt-box {
    text-align: center;
    margin-top: 100px;
}
#sub.content .bt-box a.black {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 15px 50px;
    background: #000;
    border-radius: 100px;
}
#sub.content .bt-box button.red, #sub.content .bt-box a.red {
    display: inline-block;
    font-size: 20px;
    color: #fff !important;
    padding: 15px 50px;
    background: #ff372b;
}

/* 퀴즈 */
#sub.content .ox {
    padding-bottom: 100px;
    border-bottom: 1px solid #e5e5e5;
}
#sub.content .ox > .tit {
    font-size: 20px;
    color: var(--menu-select-color);
    border: 1px solid var(--menu-select-color);
    border-radius: 100px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    padding: 12px 30px;
    margin-top: 100px;
    margin-bottom: 40px;
}
#sub.content .ox .questions {
    margin-top: -10px;
}
#sub.content .ox .questions .question {
    background: #fff;
    margin-top: 10px;
    padding: 0 20px;
    border-bottom: 1px solid transparent;
	-moz-transition: height .5s ease-out;-webkit-transition: height .5s ease-out;-o-transition: height .5s ease-out;transition: height .5s ease-out;
}
#sub.content .ox .questions .question .q {
    display: flex;
    padding: 40px 0;
    align-items: center;
}
#sub.content .ox .questions .question .q .n {
    font-size: 36px;
    font-weight: 700;
    width: 100px;
    text-align: center;
    color: #1ecbbd;
}
#sub.content .ox .questions .question .q .tit {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    flex: 1;
    letter-spacing: 0em;
}
#sub.content .ox .questions .question .q .a {
    width: 180px;
    display: flex;
}
#sub.content .ox .questions .question .q .a .check {
	flex: 1;
}
#sub.content .ox .questions .question .q .a .o input[type='radio'] {display: none;}
#sub.content .ox .questions .question .q .a .o input[type='radio'] + label {
    cursor: pointer;
    background: url(../../images/ico-o.png) center no-repeat;
    min-height: 45px;
    text-indent: -1000px;
    overflow: hidden;
	-moz-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
	display: flex;
	width: 100%
	height: 100%;
}
#sub.content .ox .questions .question .q .a .o input[type='radio']:checked + label, #sub.content .ox .questions .question .q .a .o input[type='radio']:hover + label {
    background-image: url(../../images/ico-o-on.png);
}
#sub.content .ox .questions .question .q .a .x input[type='radio'] {display: none;}
#sub.content .ox .questions .question .q .a .x input[type='radio'] + label {
    cursor: pointer;
    background: url(../../images/ico-x.png) center no-repeat;
    min-height: 45px;
    text-indent: -1000px;
    overflow: hidden;
	-moz-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
	display: flex;
	width: 100%
	height: 100%;
    border-left: 1px solid #e5e5e5;
}
#sub.content .ox .questions .question .q .a .x input[type='radio']:checked + label, #sub.content .ox .questions .question .q .a .x input[type='radio']:hover + label {
    background-image: url(../../images/ico-x-on.png);
}


#sub.content .ox .questions .question .correct {
    background: #e2fefd;
	visibility: hidden;
	opacity: 0;
	height: 0;
	-moz-transition: opacity 1.5s ease-out;-webkit-transition: opacity 1.5s ease-out;-o-transition: opacity 1.5s ease-out;transition: opacity 1.5s ease-out;
}
#sub.content .ox .questions .question .correct.on {
    background: #e2fefd;
    padding: 30px;
	visibility: visible;
	opacity: 1;
    margin-bottom: 20px;
	height: auto;
}
#sub.content .ox .questions .question .correct .top {
    font-size: 24px;
    font-weight: 700;
}
#sub.content .ox .questions .question .correct .top strong.o {
    color: #24aaff;
}
#sub.content .ox .questions .question .correct .top strong.x {
    color: #ff402f;
}
#sub.content .ox .questions .question .correct .body {margin-top: 15px;line-height: 1.4;}
#sub.content .ox .form-box {
    margin-top: 100px;
    border-top: 1px solid #e5e5e5;
    padding-top: 100px;
}
#sub.content .ox .head {}
#sub.content .ox .head .tag {
    background: url(../../images/ox-apply.png) no-repeat;
    width: 189px;
    height: 48px;
    margin: auto;
    color: #fc3737;
    font-weight: 500;
    line-height: 58px;
    text-indent: 17px;
    overflow: hidden;
    letter-spacing: -0.05em;
    background-size: 189px;
}
#sub.content .ox .head .tit {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    line-height: 1.4;
}
#sub.content .ox .head .tit strong {
    color: #912ef3;
}
#sub.content .ox .info {
    margin-top: 60px;
    display: flex;
    margin-left: -39px;
}
#sub.content .ox .info strong {
    font-size: 16px;
    font-weight: 400;
    width: 100px;
    margin-left: 39px;
    border-left: 1px solid #cfd9e6;
    border-top: 1px solid #cfd9e6;
    border-bottom: 1px solid #cfd9e6;
    background: #fff;
    text-align: center;
    color: #545454;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sub.content .ox .info input {
    /* width: calc(50% - 100px); */
    border-top: 1px solid #cfd9e6;
    border-right: 1px solid #cfd9e6;
    border-bottom: 1px solid #cfd9e6;
    border-left: 0;
    text-indent: 10px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: 'TheJamsil';
    height: 60px;
    flex: 1;
}
#sub.content .ox .info input::placeholder {
    font-weight: 300;
}
#sub.content .ox .privacy {
    border: 1px solid #cfd9e6;
    background: #fff;
    margin-top: 40px;
    padding: 35px;
    line-height: 1.7;
}
#sub.content .ox .privacy p {
    color: #545454;
    margin-top: 40px;
}
#sub.content .ox .privacy p strong {
    font-size: 24px;
    display: block;
    color: #1c1c1c;
    margin-top: -40px;
}
#sub.content .ox .privacy p u {
    color: #1c1c1c;
    display: block;
    text-decoration: none;
    font-weight: 700;
}
#sub.content .ox .agree {
    margin-top: 30px;
    display: flex;
}
#sub.content .ox .agree .ment {
    flex: 1;
    color: #545454;
}
#sub.content .ox .agree .checkbox {
    line-height: 1.3;
}
#sub.content .ox .agree .checkbox label {
    position: relative;
    color: #1c1c1c;
    font-weight: 700;
}
#sub.content .ox .agree .checkbox input[type='checkbox'] {display: none;}
#sub.content .ox .agree .checkbox input[type='checkbox'] + label:before {content:'';width: 18px;height: 18px;display: block;position: absolute;border: 1px solid #cfd9e6;background: #fff;left: -27px;}
#sub.content .ox .agree .checkbox input[type='checkbox']:checked + label:before {
    background: url(../../images/ico-check.png) no-repeat center #fff;
}
#sub.content .ox .quiz-img {
	margin-top: 40px;
	text-align: center;		
}
/* 생생 교육현장 */
table.purple {
    width: 100%;
    border-collapse: collapse;
}
table.purple thead {
    background: #9a91f1;
}
table.purple tbody {
    background: #fff;
}
table.purple thead th {
    color: #fff;
}
table.purple tbody td {
    border-top: 1px solid #e3e9ef;
    color: #545454;
}
table.purple thead th, #sub.content table.purple tbody td {
    border-right: 1px solid #e3e9ef;
    text-align: center;
    padding: 15px 0;
    line-height: 1.4;
}
table.purple thead th:last-child, table.purple tbody td:last-child {
    border-right: none;
}

/* 감염 공부방 */
#sub.content .board .view .para-box .photo-col {
    display: flex;
    margin-left: -40px;
    flex-wrap: wrap;
    margin-top: 45px;
    justify-content: center;
}
#sub.content .board .view .para-box .photo-col.col6 {
    margin-left: -12px;
}
#sub.content .board .view .para-box .photo-col.col4small {
    margin-left: -20px;
}
#sub.content .board .view .para-box .photo-col figure {
    margin-left: 40px;
    margin-bottom: 0;
}
#sub.content .board .view .para-box .photo-col.col2 figure {
    width: calc(50% - 40px);
}
#sub.content .board .view .para-box .photo-col.col6 figure {
    width: calc(16.66% - 12px);
    font-size: 0;
	margin-left: 12px;
}
#sub.content .board .view .para-box .photo-col.col4 figure {
    width: calc(25% - 40px);
    font-size: 0;
}
#sub.content .board .view .para-box .photo-col.col4small figure {
    width: calc(25% - 20px);
    font-size: 0;
	margin-left: 20px;
}
#sub.content .board .view .para-box .photo-col.col4small figure figcaption {
	font-size: 14px;
}
#sub.content .board .view .para-box .photo-col figure.white {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0;
}
#sub.content .board .view .para-box .photo-col figure img {}
#sub.content .board .view .para-box .photo-col figcaption {
    position: relative;
    bottom: auto;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 300;
    color: #545454;
    text-align: center;
}

#sub.content .board .view .para-box p.add-desc {
    color: #435f97;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin-top: 20px;
}
#sub.content .board .view .para-box p.add-desc-none-t {
    color: #435f97;
    position: relative;
    font-size: 15px;
    margin-top: 20px;
}
#sub.content .board .view .para-box span.add-desc-none-t {
    color: #435f97;
    position: relative;
    font-size: 16px;
}
#sub.content .board .view .para-box p.add-desc:before {content:'※';position: absolute;left: 0px;}
#sub.content .board .view .para-box p.add-desc a {
    color: #435f97;
}
#sub.content .board .view .para-box p.youtube {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55.9%;
    /* max-width: 1000px;
    padding-bottom: 46.8%; */
    width: 100%;
    position: relative;
}
#sub.content .board .view .para-box p.youtube iframe {
    width: 100%;
    position: absolute;
    height: 100%;
}
#sub.content .board .view .para-box .ic1 {
    display: flex;
    margin-top: 50px;
    align-items: center;
}
#sub.content .board .view .para-box .ic1 > div {
}
#sub.content .board .view .para-box .ic1 .ico {
    width: 200px;
}
#sub.content .board .view .para-box .ic1 .ico img {}
#sub.content .board .view .para-box .ic1 .cont {flex: 1;}
#sub.content .board .view .para-box .ic1 .cont .circle-num {
    margin-top: -10px;
    counter-reset: item;
}
#sub.content .board .view .para-box .ic1 .cont .icon-ol {
    margin-top: -10px;
    counter-reset: item;
}
#sub.content .board .view .para-box .ic1 .cont .circle-num li {
    background: #fff;
    margin-top: 10px;
    font-size: 20px;
    color: #545454;
    padding: 15px 15px 15px 53px;
    line-height: 1.4;
    position: relative;
    counter-increment: item;
    list-style: none inside;
    border-radius: 7px;
}
#sub.content .board .view .para-box .ic1 .cont .icon-ol li {
    background: #fff;
    margin-top: 10px;
    font-size: 20px;
    color: #545454;
    padding: 25px 15px 25px 82px;
    line-height: 1.4;
    position: relative;
    counter-increment: item;
    list-style: none inside;
    border-radius: 7px;
    position: relative
}
#sub.content .board .view .para-box .ic1 .cont .icon-ol li img {
    vertical-align: middle;
    margin-right:10px;
    position:absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
#sub.content .board .view .para-box .ic1 .cont .circle-num li:before {
	content: "" counter(item) "";
	background: var(--menu-select-color);
	border-radius: 27px;
	position: absolute;
	left: 14px;
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
}

/* 이달의 감염병 동향 */
#sub.content .board .view .tit .info {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    transform: translateY(-50%);
    text-decoration-line: none !important;
    text-decoration-thickness: 0;
    text-underline-position: under;
}
#sub.content .board .view .tit .info strong {
    color: #545454;
    margin-left: 20px;
    margin-right: 5px;
}
#sub.content .board .view .para-flex {
	display: flex;
	margin-left: -60px;
}
#sub.content .board .view .para-flex .para-flex-box {
	flex: 1;
	margin-left : 60px;
}
#sub.content .board .view .para .htit {
    font-size: 24px;
    color: var(--menu-select-color);
    font-weight: 500;
    position: relative;
}
#sub.content .board .view .para .htit span.unit {
    position: absolute;
    font-size: 14px;
    color: #545454;
    bottom: 0;
    right: 0;
    font-weight: 300;
}
#sub.content .board .view .para .htit span.unit-1 {
    position: absolute;
    font-size: 14px;
    color: #545454;
    bottom: 0;
    right: 0;
    font-weight: 300;
}
#sub.content .board .view .para .htit span.unit strong {margin-right:10px;}
.table-grp {
    margin-top: 20px;
}
.table-grp.small-table table {
	min-width: 500px;
}
.table-grp table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    background: #fff;
}
.table-grp table .th-back1 {background:#ffedf4;color: #003665;}
.table-grp table .th-back2 {background:#faf9f3;color: #003665;}
.table-grp table .th-title1 {font-size: 24px;}
.table-grp table .th-title2 {font-size: 20px;}
.table-grp table caption {}
.table-grp table colgroup {}
.table-grp table colgroup col {}
.table-grp table thead {}
.table-grp table thead th {
    background: var(--table-thead);
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.table-grp table tbody {}
.table-grp table tbody th {
    background: var(--table-tbody-th);
    color: #fff;
    font-weight: 400;
}
.table-grp table tbody td {
    text-align: center;
    font-weight: 300;
}
.table-grp table tbody th.purple-back {
    background: var(--table-thead) !important;
}
.table-grp table tfoot {}
.table-grp table tfoot th {
    background: var(--table-tbody-th);
    color: #fff !important;
    font-weight: 400;
}
.table-grp table tfoot td {font-weight: 500;}
.table-grp table .red * {color: #ca5959;}
.table-grp table td.red,
.table-grp table td.red * {color: #ca5959 !important;}
.table-grp table .purple * {color: #7269c7;}
.table-grp .h {background: var(--table-high);}
.table-grp th, .table-grp td {
    border-top: 1px solid var(--table-border);
    border-right: 1px solid var(--table-border);
    vertical-align: middle;
    padding: 12px 0;
    line-height: 1.4;
    text-align: center;
}
#main.content .table-grp td {background-color: #f7f9fb;}
#main.content .table-grp td:last-child {border-right: 0;}
#sub.content .board .view .border-box {color: #5f5733 !important;background: #fbf4c3;padding: 15px 20px;border-radius: 10px;}
/* 개인정보취급방침 */
#sub.content .personal {
    border-top: 1px solid #d4deea;
    padding-top: 100px;
}
#sub.content .personal p {
    line-height: 1.8;
    margin-top: 40px;
    color: #545454;
}
#sub.content .personal p:first-of-type {margin-top:0;}
#sub.content .personal p strong {
    display: block;
    font-size: 24px;
}
#sub.content .personal p u {
    display: block;
    text-decoration: none;
    font-weight: 500;
}

/* 게시물 없음 */
.no-data {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
}
.no-data.main {
	min-height: 400px;
}
.board-title-hidden {display: none;}
/* 지난호보기 */
.no-head {
    border-top: 1px solid #d4deea;
    border-bottom: 1px solid #d4deea;
    padding: 100px 0;
	text-align: center;
}


p.alert {background-color: #fff; text-align:center; color: #003665 !important;padding: 25px; font-weight: 700;}
p.alert .imp {color: #f06000;}
p.alert img {vertical-align: middle; margin-right:10px;}


.select-year {
    text-align: right;
    margin-top: 100px;
}
.select-year select {
    border: none;
    border-radius: 15px;
    font-family: 'TheJamsil';
    height: 50px;
    width: 160px;
    padding: 0 20px;
    font-size: 18px;
    color: #4f4e4e;
    font-weight: 500;
    background: url(../../images/icon-search-arrow.png) no-repeat center right 5% #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 25px;
}
.select-year select::-ms-expand {display:none;}
.select-year option {
}
