@charset "UTF-8";
/*
 * @file    - style.css
 * @desc    - KISA 
 * @author  - Park inkyung
 * @date    - 2021.07.12 ~ 
 * @contact - ik.park@abydos.co.kr
 *
*/
@import url(reset.css);

.border {
    border: 1px solid red;
}

/* 202309 */
.blind {position:absolute; left:-9999px; display: inline-block; width:0; height:0; overflow:hidden; text-indent: -9999px; opacity: 0;}
.accessibilityWrap dd a {display:block;position:absolute;top:-10000px;left:0;z-index:10000;width:100%;background:#333;color:#fff;font-size:16px;text-align:center;padding:20px 0;}
.accessibilityWrap dd a:focus {top:0;}
/* 202309 */

/* **************************************** *
 * 01. Layout
 * **************************************** */


#headW {
    z-index: 23;
    /*position: fixed; 202310 */
    width: 100%;
    height: 109px;
    background-color: #fff;
    background-color: var(--wh);
    box-shadow: 0 -3px 10px rgba(9, 0, 0, .4);
    box-shadow: 0 -3px 10px var(--bk-hf-3);
}

#headW::after {
    display: block;
    content: attr(data-after);
    width: 100%;
    height: 0;
    background-color: rgba(2, 58, 120, .6);
    background-color: var(--blu-hf);
    position: absolute;
    top: 109px;
    left: 0;
}

#headW.on::after {
    animation: snb .1s forwards
}

@keyframes snb {
    0% {
        height: 0
    }

    100% {
        height: 50px
    }
}

#headW .head-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#headW .head-top .link-menu {
    border-top: 3px solid #023a78;
    border-top: 3px solid var(--nv-3);
    height: 49px;
}

#headW .head-top .link-menu li {
    display: inline-block;
}

#headW .head-top .link-menu li a {
    position: relative;
    font-size: 13px;
    margin-right: 10px;
    padding-right: 10px;
    height: 49px;
    line-height: 49px;
}

#headW .head-top .link-menu a::after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 11px;
    background-color: #000;
    background-color: var(--bk)
}

#headW .head-top .link-menu li:last-child a {
    margin-right: 0;
    padding-right: 0;
}

#headW .head-top .link-menu li:last-child a::after {
    display: none;
}

#headW .head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#headW .head-row .logo {
    width: 230px;
}

#headW .head-row .gnb {
    position: relative;
}

#headW .head-row .gnb>ul>li>a {
    position: relative;
    display: table-cell;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    min-width: 155px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-bottom: 0;
    word-break: keep-all;
}

#headW .head-row .gnb>ul>li:last-child>a {
    border-right: 1px solid #e1e1e1;
    letter-spacing: -2px;
}

#headW .head-row .gnb>ul>li:hover>a {
    background-color: #023a78;
    color: #fff;
}

#headW .head-row .gnb>ul>li:nth-child(3) .snb {
    left: 110px;
}

#headW .head-row .gnb>ul>li:nth-child(4) .snb {
    left: 360px;
}

/* #headW .head-row .gnb>ul>li:nth-child(5) .snb {
    left: 610px;
}
 */
#headW .head-row .gnb>ul>li:nth-child(5) .snb {
    left: auto;
    right: 0
}

#headW .head-row .gnb>ul>li:last-child .snb {
    left: auto;
    right: 0;
}

#headW .head-row .snb {
    display: none;
    z-index: 100;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 17px 0
}

#headW .head-row .snb li {
    float: left;
}

#headW .head-row .snb li a {
    position: relative;
    display: block;
    min-width: 186px;
    text-align: center;
    color: #fff;
    color: var(--wh);
    font-size: 14px;
    letter-spacing: -.6px;
    padding: 0 10px
}

#headW .head-row .snb li:first-child a::before {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #fff;
    background-color: var(--wh)
}

#headW .head-row .snb li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: #fff;
    background-color: var(--wh)
}


#footW {
    width: 100%;
    background-color: #fff;
    ;
    background-color: var(--wh);
}

#footW .foot-top {
    width: 100%;
    height: 47px;
    border-top: 1px solid #e1e1e1;
}

#footW .foot-top ul li {
    float: left;
    width: 20%
}

#footW .foot-top ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    border-right: 1px solid #e1e1e1;
    text-align: center;
    padding: 16px 0;
}

#footW .foot-top ul li a::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%
}

#footW .foot-top ul li:first-child a {
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid var(--wh-6)
}

#footW .foot-row {
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
}

#footW .foot-row .disFlex {
    justify-content: space-between;
}

#footW .foot-row p,
#footW .foot-row p span {
    font-size: 11px;
    margin-bottom: 5px;
}

#footW .foot-row img {
    margin-right: 10px;
}

.mo-show {
    display: none;
}

.mo-hide {
    display: block;
}

.modal {
    max-width: inherit;
    padding: 0
}

.blocker {
    z-index: 30
}

.modalW {
    display: none;
}

.mo-btn {
    display: none;
    z-index: 25;
    position: absolute;
    top: 45px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: block;
}

.mo-btn i {
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #023a78;
    background-color: var(--nv-3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mo-btn.open i {
    background-color: #fff;
    background-color: var(--wh)
}

.mo-btn i:nth-child(2) {
    top: 10px
}

.mo-btn i:nth-child(3) {
    top: 20px
}

.mo-btn.open i:nth-child(1) {
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mo-btn.open i:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mo-btn.open i:nth-child(3) {
    display: none;
}

.mo-nav {
    /* display: none; */
    z-index: 23;
    position: absolute;
    top: 0;
    left: 100%;
    display: table;
    width: 100%;
    height: 100vh;
    background: rgba(14, 66, 112, .97);
    text-align: right;
    /* padding: 30px */
}

.mo-nav ul.menu-list {
    height: calc(100vh - 130px);
    margin-top: 130px;
    padding: 0 30px 30px 0;
    overflow-y: auto;
}

.mo-nav ul.menu-list li {
    margin-bottom: 40px;
}

.mo-nav ul.menu-list li:last-child {
    margin-bottom: 0
}

.mo-nav ul.menu-list li a {
    position: relative;
    font-size: 26px;
    color: #fff
}

.mo-nav ul.menu-list li a span {
    display: block;
    position: absolute;
    top: 8px;
    left: -25px;
    width: 20px;
    height: 20px
}

.mo-nav ul.menu-list li a span i {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    background-color: var(--wh);
}

.mo-nav ul.menu-list li a span i:nth-child(1) {
    top: 50%;
    left: 0
}

.mo-nav ul.menu-list li a span i:nth-child(2) {
    top: 0;
    left: 10px;
    width: 1px;
    height: 20px
}

.mo-nav .mo-link-menu {
    position: absolute;
    top: 52px;
    left: 30px
}

.mo-nav .mo-link-menu li {
    float: left;
    margin: 0 10px 5px 0;
    padding-right: 10px;
    border-right: 1px solid #deff00;
    border-right: 1px solid var(--gn-5)
}

.mo-nav .mo-link-menu li:last-child {
    border-right: 0
}

.mo-nav .mo-link-menu li a {
    display: block;
    font-size: 16px;
    color: #deff00;
    color: var(--gn-5);
}

.mo-nav ul.menu-list li .snb {
    margin: 30px 0
}

.mo-nav ul.menu-list li .snb li {
    margin-bottom: 20px
}

.mo-nav ul.menu-list li .snb li a {
    font-size: 19px;
    font-weight: 200;
}

.mo-nav ul.menu-list li a.on .snb-plus i:nth-child(2) {
    display: none;
}

body.on {
    position: fixed
}

.pageNav {
    display: flex;
    justify-content: flex-end;
}

.pageNav li {
    position: relative;
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
}

.pageNav li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.pageNav li::after {
    display: block;
    content: ">";
    position: absolute;
    top: 0;
    right: -5px
}

.pageNav li:last-child::after {
    display: none;
}

/* **************************************** *
 * 02. CONTENTS
 * **************************************** */
#container .innerW {
    width: 100%;
    min-height: calc(100vh - 270px);
    background: url(../img/main_visual_bg.png) 0 0 / cover no-repeat;
    text-align: center;
    padding: 65px 0 0px;
}

#container.mainW .innerW {
    height: calc(100vh - 70px);
    min-height: 850px;
}

#container.mainW .innerW {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0
}

.main-con {
    width: 1200px;
}

.mainW h3 {
    font-size: 70px;
    color: #fff;
    color: var(--wh);
    font-weight: 800;
    font-family: "Gmarket";
    font-weight: 600;
}

.mainW p {
    font-size: 16px;
    color: #fff;
    color: var(--wh);
    margin-top: 25px;
    font-weight: 200;
    white-space: pre-line;
    line-height: 1.5
}

.mainW .quick-list .disFlex {
    margin-top: 60px;
    justify-content: center
}

.mainW .quick-list li a {
    display: flex;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 30px;
    font-size: 22px;
    font-weight: 600;
    word-break: keep-all;
    align-items: flex-end;
    padding-bottom: 35px;
    justify-content: center;
    padding: 0 20px 35px 20px;
}

.mainW .quick-list li.menu01 a {
    background: url(../img/main_quickmenu_bg_01.png) 47% 33% / 65% #ffe164 no-repeat;
    background: url(../img/main_quickmenu_bg_01.png) 47% 33% / 65% var(--yw-3) no-repeat
}

.mainW .quick-list li.menu02 a {
    background: url(../img/main_quickmenu_bg_02.png) 56% 30% / 65% #bba188 no-repeat;
    background: url(../img/main_quickmenu_bg_02.png) 56% 30% / 65% var(--bw-1) no-repeat;
    color: #664422;
    color: var(--bw);
}

.mainW .quick-list li.menu03 a {
    background: url(../img/main_quickmenu_bg_03.png) 50% 30% / 65% #b6cbd9 no-repeat;
    background: url(../img/main_quickmenu_bg_03.png) 50% 30% / 65% var(--sk-2) no-repeat;
    color: #302c74;
    /* padding: 0 10px 12px 10px; */
}

.mainW .quick-list li.menu04 a {
    background: url(../img/main_quickmenu_bg_04.png) 60% 27% / 55% #a3c1a5 no-repeat;
    background: url(../img/main_quickmenu_bg_04.png) 60% 27% / 55% var(--gn-6) no-repeat;
    color: #007028;
    color: var(--gn-4);
    /* padding-bottom: 12px; */
}

.mainW .quick-list li.menu05 a {
    background: url(../img/main_quickmenu_bg_05.png) 60% 27% / 55% #a3c1a5 no-repeat;
    background: url(../img/main_quickmenu_bg_05.png) 50% 30% / 60% var(--blu-5) no-repeat;
    color: #3928d1;
    color: var(--blu-2);
    /* padding-bottom: 12px; */
}


.mainW .quick-list li a:hover {
    transform: scale(1.2);
    transition: all .2s
}

.contentW {
    width: 1200px;
    min-height: 72vh;
    background-color: #fff;
    background-color: var(--wh);
    margin: auto;
    padding: 50px;
    text-align: left;
}

.contentW h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
	font-family: 'Gmarket'; /*202309*/
	margin:2rem 0; /*202309*/
}

.contentW p {
    font-size: 16px;
	line-height:1.6;
	transform: skew(0.1deg);
	font-family: 'Noto';
	color:#555;
}

.tab-content-wrap h3 {
	font-size:24px;
	margin-top: 2rem;
	color:#444;
	font-weight:600;
	text-align:center;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	padding-top: 2rem;
	transform: skew(0.1deg); /* 202309 */
	font-family: 'Noto'; 
} /* 202309 */
.sub-tit {
    position: relative;
    font-size: 20px; /*202309*/
    color: #023a78;
    font-weight: 600;
    padding-top: 15px;
    margin-top: 40px;
	transform: skew(0.1deg); /* 202309 */
}

.sub-tit::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    width: 19px;
    height: 5px;
    background-color: #023a78;
    border-radius: 5px;
}

.sky-box {
    padding: 20px 50px;
    background-color: #d2ddea;
    margin: 15px 0;
}

.dot-dic span {
    font-size: 14px;
}

.txt-4 {
    letter-spacing: 4.5px;
}

/* 공지사항 */
.noticeW .innerW {
    padding: 100px 0
}

.sub-headline {
    font-size: 35px;
    font-family: "NotoM", sans-serif;
}

.form-schW {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0
}

.form-schW select {
    width: 100px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin-right: 5px;
    padding: 5px;
    font-size: 13px;
    justify-content: flex-end;
}

.form-schW input[type="search"] {
    width: 200px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    border: 1px solid var(--wh-6);
    padding: 10px
}

.form-schW .btn-sch {
    width: 100px;
    height: 38px;
    border-radius: 5px;
    background-color: #01488a;
    background-color: var(--blu-1);
    color: #fff;
    color: var(--wh);
    margin-left: 5px;
    font-family: "NotoL", sans-serif;
}

.noticeView .form-scope {
    justify-content: center;
    margin-top: 30px;
}

.noticeView .button-group {
    display: flex;
    justify-content: space-between;
}


th .toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1094px) {
    th .toggle {
        display: block;
    }

    th .toggle p.right {
        margin-top: 20px;
    }
}


th .toggle p.left {}

th .toggle p.right {
    width: 100px;
    padding: 8px;
    background-color: var(--gn-4);
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

/* 법/제도 */
.line-dic li {
    font-weight: 600;
    color: #242424;
}

.line-dic li a {
    position: relative;
    color: #023a78;
    text-decoration: underline;
    font-weight: 400;
    margin-left: 20px
}

.line-dic li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    right: -21px;
    width: 14px;
    height: 14px;
    background: url(../img/ico_link.png) right 50% no-repeat;
    margin-left: 10px
}

.line-dic li.ico-link {
    padding-right: 22px
}

.lawW.line-dic li a {
    margin-right: 30px
}

/* 인정 / 평가제도 */
.reviewW .sky-box p {
    font-size: 14px;
    line-height: normal;
}

.reviewW .disFlex {
    padding: 50px
}

.reviewW .disFlex .step-bg {
    width: 50%;
    height: 382px;
    background: url(../img/review_step_bg_mod.png) 50% / contain no-repeat;
	text-indent: -9999px;
}

.reviewW .disFlex ul {
    width: 50%;
}

.reviewW .disFlex ul li {
    font-size: 14px;
    word-break: keep-all;
    white-space: pre-line;
    margin-bottom: 10px;
    line-height: normal;
    padding: 11px;
}

.reviewW .disFlex ul li::before {
    display: inline-block;
    content: "-";
    margin-left: -10px;
    margin-right: 4px;
}

.reviewW li.payco {
    background: url(../img/logo_payco.png) 50% 25% #e4ebf3 no-repeat
}

.thumnail-list {
    text-align: center;
}

.thumnail-list li {
    display: inline-block;
    width: 260px;
    min-height: 300px;
    margin-right: 13px;
    background-color: #e4ebf3;
    text-align: center;
    /*padding: 10px 30px 30px;*/
    padding: 200px 30px 30px;
}

.thumnail-list li div {
    height: 180px;
    padding: 10px 10px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.thumnail-list li.tta {
    background: url(../img/logo_tta.png) 50% 20% #e4ebf3 no-repeat;
}

.thumnail-list li.fsi {
    background: url(../img/logo_fsi.png) 50% 20% #e4ebf3 no-repeat;
}

.thumnail-list li.deloitte {
    background: url(../img/logo_deloitte.png) 50% 35% #e4ebf3 no-repeat;
}

.thumnail-list li:nth-child(4n) {
    margin-right: 0;
}

.thumnail-list li h4 {
    font-size: 18px;
    color: #242424;
    color: var(--bk-4);
    padding-top: 20px;
    padding-bottom: 5px;
}

.thumnail-list li p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 61px;
    text-indent: -62px;
}

.thumnail-list.col-4 li {
    width: calc(25% - 15px);
    vertical-align: top !important;
    margin-bottom: 12px;
}

.thumnail-list.col-4 li div {
    height: 122px;
    padding: 0px;
}

#committeW .bdr-box.blu {
    position: relative;
    margin-bottom: 32px
}

#committeW .bdr-box.blu::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 4px;
    height: 32px;
    background-color: #8a8077
}

.tab-content-wrap>div {
    display: none;
}

.tab-content-wrap>div.on {
    display: block;
}

.bdr-box {
    display: block;
    margin: auto;
    width: 126px;
    min-height: 39px;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff
}

.bdr-box.blu {
    border: 1px solid #023a78
}

.bdr-box.org {
    border: 1px solid #e56100
}

/* 포럼 */
#forumValue .tab-content-wrap .tab-list-01 .gy-box>p {
    padding: 10px;
    text-align: left;
}

#forumValue .tab-content-wrap .tab-list-03 .forum-content {
    text-align: center;
}

#forumValue .tab-content-wrap .tab-list-03 .forum-content img {
    width: auto
}

#forumValue .tab-content-wrap .tab-list-05 .fl-l,
#forumValue .tab-content-wrap .tab-list-05 .fl-r {
    float: left;
    width: 50%;
}

#forumValue .tab-content-wrap .tab-list-05 .fl-r {
    padding-left: 50px
}

.forum-content {
    width: 100%;
    border-left: 5px solid #eee;
    padding: 20px;
    margin-top: 50px
}

.forum-content h4 {
    font-size: 17px;
    margin: 50px 0 20px
}

.forum-content h4:first-child {
    margin-top: 0;
}

.forum-content ul li {
    margin-bottom: 30px;
}

.forum-content ul li:last-child {
    margin-bottom: 0;
}

.forum-content ul li p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.forum-content strong {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

/* 갤러리 */
.thumbnail-list li {
    float: left;
    width: calc(25% - 20px);
    max-height: 260px;
    margin: 40px 10px 0 10px;
}

.thumbnail-list li:nth-child(-n+4) {
    margin-top: 0
}

.thumbnail-list li:nth-child(n+4) {
    margin-right: 0;
}

.thumbnail-list li .thumbnail-img {
    width: 100%;
    height: 207px;
    border: 1px solid #eee
}

.thumbnail-list li .gallery-tit {
    margin-top: 20px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}






.video-list-container-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.video-list-container {
    flex: none;
    width: 25%;
    display: block;
    padding: 0px 6px;
    padding-bottom: 24px;
}

@media screen and (max-width: 1094px) {
    .video-list-container {
        width: 33.333%;
    }
}

@media screen and (max-width: 750px) {
    .video-list-container-wrap {
        /* padding: -30px !important; */
    }

    .video-list-container {
        width: 50%;
    }
}



.video-list-container .view-start {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin: 0 auto;
    font-size: 14px;
    padding: 8px;
    background-color: var(--gn-2);
    width: 100px;
}

.video-list-container span.view-end {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin: 0 auto;
    font-size: 14px;
    padding: 8px;
    background-color: var(--gy-4);
    width: 100px;
}

.video-list-container span.view-before {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin: 0 auto;
    font-size: 14px;
    padding: 8px;
    background-color: var(--blu-5);
    width: 100px;
}

.video-list {
    background-color: #242424;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.video-content {
    background-color: #fff;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
}

.video-list .video-item-wrap {
    display: block;
    position: relative;
}

.video-list .video-item {
    padding-top: 56.25%;
    display: block;
    position: relative;
}

.video-list .video-item .play-btn {
    background: url(../img/play-ico.png) no-repeat;
    background-position: center;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: block;
    z-index: 20;

}

.video-list .chapter_video {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.video-list-container p.chapter {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    display: block;
    text-align: center;
    padding-top: 12px;
    background-color: var(--blu-4);
}

.video-list-container p.title {
    font-size: 16px;
    font-weight: 600;
    color: var(--blu-2);
    letter-spacing: 0;
    padding: 16px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
}




.video-code {
    margin: 0 auto;
    max-width: 100%;
}

.inner {
    padding-top: 56.25%;
    position: relative;
}

.inner>video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}





/*  modal-video */
.modal-video {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 10099;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.modal-video-bg {
    background-color: rgba(10, 10, 10, .86);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-video-content {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 100%;
    overflow-y: hidden;
    position: relative;
    display: block;
}



button.modal-close {
    background: url("../img/modal-close.png");
    background-size: 30px;
    background-position: center;
    width: 30px;
    height: 30px;

    position: absolute;
    top: 0%;
    left: 50%;
    right: 50%;
    z-index: 100088;
}

.modal-video-content iframe {
    width: 100%;
    height: 600px;
}




/* **************************************** *
 * 0. MOBILE
 * **************************************** */
@media screen and (max-width: 1200px) {

    .link-menu,
    .gnb,
    .mo-hide,
    #headW::after {
        display: none;
    }

    .mo-show {
        display: block;
    }

    #headW .head-row {
        height: 109px
    }

    #headW .head-row .logo {
        margin-left: 20px;
    }

    .innerW,
    .contentW,
    .main-con {
        width: 100%;
    }

    .contentW {
        padding: 20px
    }

    .mo-nav {
        width: 50%;
        right: 50%
    }

    .thumnail-list li {
        display: block;
        margin: 0 auto 30px !important
    }

    .thumnail-list.col-4 li {
        width: 100%
    }

    .mainW .quick-list li.menu03 a {
        padding: 0 30px 13px 30px;
    }

    .mainW .quick-list li.menu04 a {
        padding: 0 30px 13px 30px
    }
}

@media screen and (max-width: 1094px) {
    .mainW .quick-list li a {
        width: 164px;
        height: 164px;
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 25px;
        word-break: keep-all;
        white-space: pre-line;
    }

    .mainW .quick-list {
        width: 360px;
        margin: auto
    }

    .mainW .quick-list .disFlex {
        display: block;
        margin-top: 30px
    }

    .mainW .quick-list .disFlex li {
        float: left;
    }

    .mainW .quick-list li:nth-child(2n) a {
        margin-right: 0;
    }

    .mainW .quick-list li a:hover {
        transform: scale(1)
    }

    #footW .foot-top ul li:nth-child(3) a {
        padding: 8px 0
    }

    .tab-tit {
        width: 100%;
        margin: 20px 0
    }

    .tab-tit::before,
    .tab-tit::after {
        display: none;
    }
}

@media screen and (max-width: 750px) and (min-width: 320px) {
    .mainW h3 {
        font-size: 36px;
    }

    .mainW p,
    .mainW strong {
        font-size: 14px;
    }

    .form-schW select {
        display: none;
    }

    #footW .foot-top {
        height: auto
    }

    #footW .foot-top ul li:nth-child(1) a {
        border-left: 0
    }

    #footW .foot-top ul li:nth-child(1),
    #footW .foot-top ul li:nth-child(2) {
        border-bottom: 1px solid var(--wh-6);
        border-bottom: 1px solid #e1e1e1
    }

    #footW .foot-top ul li:nth-child(1),
    #footW .foot-top ul li:nth-child(2),
    #footW .foot-top ul li:nth-child(4),
    #footW .foot-top ul li:nth-child(5) {
        width: 50%;
    }

    #footW .foot-top ul li:nth-child(3) {
        width: 100%;
        border-bottom: 1px solid var(--wh-6);
        border-bottom: 1px solid #e1e1e1
    }

    #footW .foot-row .disFlex {
        display: block;
        padding: 0 30px
    }

    #footW .foot-row .disFlex .fl-r {
        text-align: center;
    }

    .line-dic li {
        display: inline-block;
    }

    .line-dic li a {
        display: block;
        margin: 5px 0 0
    }

    .sky-box {
        padding: 20px !important;
        flex-wrap: wrap;
    }

    .reviewW .disFlex .step-bg {
        width: 100%;
    }

    .reviewW .disFlex ul {
        width: 100%
    }

    .thumnail-list.col-4 li {
        width: 100%
    }

    .form-schW {
        justify-content: center;
    }

    #container.mainW .innerW {
        padding: 50px 0
    }

    #footW .foot-top ul li:nth-child(3) a {
        padding: 16px 0
    }

    .tab-tit {
        padding: 0
    }

    .tab-tit ul {
        display: block;
    }

    .tab-tit li {
        float: none;
        display: block;
        margin: 0;
        padding: 10px 0;
        border-bottom: 5px solid #fff
    }

    .tab-tit li:last-child {
        margin-bottom: 0;
    }

    .tab-tit li::after {
        display: none;
    }

    #forumValue .tab-content-wrap .tab-list-02 .forum-content img {
        width: 100%
    }

    #forumValue .tab-content-wrap .tab-list-04 .fl-l,
    #forumValue .tab-content-wrap .tab-list-04 .fl-r {
        width: 100%;
    }

    #forumValue .tab-content-wrap .tab-list-04 .fl-r {
        padding-left: 0;
        margin-top: 30px
    }

    #forumNoticeW .thumbnail-list li {
        width: 100%;
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0
    }

    #forumNoticeW .thumbnail-list li:first-child {
        margin-top: 0
    }
}

#container>.innerW .reviewW .more {
    position: absolute;
    left: 50%;
    margin-left: -2.5rem;
    bottom: 6.5rem;
    width: 5rem;
    height: 5rem;
    background: #e5e5e5;
    color: #7f7f7f;
    text-align: center;
    line-height: 5rem;
    font-size: 2.2rem;
    border-radius: 100%;
}

@media(max-width:1199.98px) {

    #container>.innerW .reviewW .more {
        margin-left: -2rem;
        bottom: -2rem;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 2rem;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.paging {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    padding-top: 10px;
}

.paging a {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
}

.paging a span.skip {
    display: inline-block;
    text-indent: -9999em;
}

.paging a.num {
    width: 29px;
    height: 29px;
    margin: 0 1px;
    padding: 0px 0px;
    box-sizing: border-box;
    line-height: 29px;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

.paging a.num:hover,
.paging a.num.current {
    color: #fff;
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
}

.paging a:focus { outline:2px solid tomato !important;} /*202309*/

.paging a.prev,
.paging a.next,
.paging a.first,
.paging a.last {
    position: relative;
    width: 29px;
    height: 29px;
    line-height: 25px;
    box-sizing: border-box;
    color: #606266;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.paging a.first:before,
.paging a.last:before,
.paging a.prev:before,
.paging a.next:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 10px;
}

.paging a.first:before {
    content: "<<";
}

.paging a.last:before {
    content: ">>";
}

.paging a.prev:before {
    content: "<";
}

.paging a.next:before {
    content: ">";
}

.paging a.prev {
    margin-left: -2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.paging a.next {
    margin-right: -2px
}

.paging a.last {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.sub_tabmenu {}

.sub_tabmenu>ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub_tabmenu>ul>li {
    flex-basis: 100%;
    flex-shrink: 1;
}

.sub_tabmenu>ul>li>a {
    display: block;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.8rem;
    color: #555;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.sub_tabmenu>ul>li>a.on {
    color: #094e83;
    font-weight: 500;
}

.sub_tabmenu>ul>li>a.on::after {
    content: "";
    position: absolute;
    lefT: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #094e83
}

@media(max-width:991.98px) {
    .sub_tabmenu>ul {
        flex-wrap: wrap;
    }

    .sub_tabmenu>ul>li {
        flex-basis: auto;
        flex-shrink: unset;
        width: 33.33%;
    }
}

.sub_tabmenu_container {
    display: none;
}

.noticeView .view_file {
    border-top: 1px solid #ddd;
    padding: 2rem 4rem;
    background: #f8f8f8;
}

.noticeView .view_file>div {
    position: relative;
    padding-left: 120px;
}

.noticeView .view_file>div>h4 {
    position: absolute;
    top: 8px;
    left: 0;
}

.noticeView .view_file>div>ul {}

.noticeView .view_file>div>ul>li {
    position: relative;
    background: url(/resource/img/icon_file.png) no-repeat left center / 18px auto;
    padding: 8px 0;
    padding-left: 28px;
}

.noticeView .view_file>div>ul>li>a {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    border: 1px solid #ddd;
    background: #fff;
    color: #666;
    padding: 5px 15px;
    border-radius: 20px;
}

.noticeView .view_file>div>ul>li>a:hover {
    border: 1px solid #333;
}

.btn_logout {
    margin: 0 10px;
}


.poll-list {
    padding: 2rem;
    padding-top: 0rem;
}

.poll-list .poll-inner {
    background-color: var(--sk);
    border: 1px solid var(--blu-3);
    padding: 14px 10px;
    margin-bottom: 20px;
}

.poll-list .poll-inner h1 {
    font-size: 15px;
    font-weight: 400;
}

.poll-list .poll-inner ul {
    margin-top: 10px;
}

.poll-list .poll-inner ul li {
    display: inline-block;
    margin-left: -4px;
    margin-right: 10px;
}

.poll-list .poll-inner ul li input {
    vertical-align: baseline;
}

.poll-list .poll-inner ul li label {
    font-size: 15px;
}

/* **************************************** *
 * POPUP
 * **************************************** */
.lay_pop{overflow-y: auto;overflow-x:hidden;position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,0.68); display: none;}
.area_pop{width:calc(100% - 20px);max-width:450px;margin: 0 auto;position: relative;transform: translateY(-50%);top: 50%;}

.img_pop{width:calc(100% - 20px);max-width:640px;margin: 0 auto;position: relative;transform: translateY(-50%);top: 50%;}
.img_pop-bot{display: flex;padding: 10px 15px;justify-content: space-between;}
.img_pop-bot > a{display: inline-block;font-size: 15px;color: #fff;line-height: 1;}

@media screen and (max-width: 640px){
	.area_pop{transform: translateY(0);top: 10px;}
	.img_pop{transform: translateY(0);top: 240px;}
	.pop_frame{padding: 25px 12px 20px 12px;}
	.pop_frame > .bic{display: none;}
	.pop_frame > p{font-size: 25px;line-height: 1.3;}
}