@charset "UTF-8";
/* 웹폰트 */
/* @font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NanumGothicRegular.woff") format("woff");
}

@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NanumGothicBold.woff") format("woff");
}

@font-face {
  font-family: "NanumBarunGothic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NanumBarunGothicRegular.woff2") format("woff2"), url("../fonts/NanumBarunGothicRegular.woff") format("woff");
}

@font-face {
  font-family: "NanumBarunGothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NanumBarunGothicBold.woff2") format("woff2"), url("../fonts/NanumBarunGothicBold.woff") format("woff");
} */

/* default */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1199.98px) {
	.archvViewMainImage {
		width: 310px;
		height: 260px;
	}
}
		
@media (min-width: 1200px) {
	.archvViewMainImage {
		width: 840px;
	}
}
		
@media (max-width: 1199.98px) {
  * {
    /* outline: 0; */
  }
}

html {
  height: 100%;
}

@media (max-width: 1199.98px) {
  html {
    -webkit-text-size-adjust: none;
    overflow-y: auto;
  }
}

body {
  color: #000;
  font-size: 15px;
  font-family: "NanumBarunGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  letter-spacing: 0;
  line-height: 1.6;
  word-wrap: break-word;
}

@media (min-width: 1200px) {
  body {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    word-break: keep-all;
  }
}

@media (max-width: 1199.98px) {
  body {
    word-break: break-all;
  }
}

header,
section,
article,
aside,
footer,
nav {
  display: block;
}

fieldset {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
}

pre {
  white-space: pre-wrap;
}

img {
  max-width: 100%;
  border: 0;
}

ul,
li,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin: 0;
}

a,
select,
button,
input,
textarea {
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

caption.sr-only {
  position: static;
  width: auto;
  height: 0;
}

/* 간격 */
.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.m-7 {
  margin: 35px !important;
}

.m-8 {
  margin: 40px !important;
}

.m-9 {
  margin: 45px !important;
}

.m-10 {
  margin: 50px !important;
}

.m-11 {
  margin: 55px !important;
}

.m-12 {
  margin: 60px !important;
}

.m-13 {
  margin: 65px !important;
}

.m-14 {
  margin: 70px !important;
}

.m-15 {
  margin: 75px !important;
}

.m-16 {
  margin: 80px !important;
}

.m-17 {
  margin: 85px !important;
}

.m-18 {
  margin: 90px !important;
}

.m-19 {
  margin: 95px !important;
}

.m-20 {
  margin: 100px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.p-6 {
  padding: 30px !important;
}

.p-7 {
  padding: 35px !important;
}

.p-8 {
  padding: 40px !important;
}

.p-9 {
  padding: 45px !important;
}

.p-10 {
  padding: 50px !important;
}

.p-11 {
  padding: 55px !important;
}

.p-12 {
  padding: 60px !important;
}

.p-13 {
  padding: 65px !important;
}

.p-14 {
  padding: 70px !important;
}

.p-15 {
  padding: 75px !important;
}

.p-16 {
  padding: 80px !important;
}

.p-17 {
  padding: 85px !important;
}

.p-18 {
  padding: 90px !important;
}

.p-19 {
  padding: 95px !important;
}

.p-20 {
  padding: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.mt-13 {
  margin-top: 65px !important;
}

.mt-14 {
  margin-top: 70px !important;
}

.mt-15 {
  margin-top: 75px !important;
}

.mt-16 {
  margin-top: 80px !important;
}

.mt-17 {
  margin-top: 85px !important;
}

.mt-18 {
  margin-top: 90px !important;
}

.mt-19 {
  margin-top: 95px !important;
}

.mt-20 {
  margin-top: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.ml-13 {
  margin-left: 65px !important;
}

.ml-14 {
  margin-left: 70px !important;
}

.ml-15 {
  margin-left: 75px !important;
}

.ml-16 {
  margin-left: 80px !important;
}

.ml-17 {
  margin-left: 85px !important;
}

.ml-18 {
  margin-left: 90px !important;
}

.ml-19 {
  margin-left: 95px !important;
}

.ml-20 {
  margin-left: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.mr-13 {
  margin-right: 65px !important;
}

.mr-14 {
  margin-right: 70px !important;
}

.mr-15 {
  margin-right: 75px !important;
}

.mr-16 {
  margin-right: 80px !important;
}

.mr-17 {
  margin-right: 85px !important;
}

.mr-18 {
  margin-right: 90px !important;
}

.mr-19 {
  margin-right: 95px !important;
}

.mr-20 {
  margin-right: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.mb-11 {
  margin-bottom: 55px !important;
}

.mb-12 {
  margin-bottom: 60px !important;
}

.mb-13 {
  margin-bottom: 65px !important;
}

.mb-14 {
  margin-bottom: 70px !important;
}

.mb-15 {
  margin-bottom: 75px !important;
}

.mb-16 {
  margin-bottom: 80px !important;
}

.mb-17 {
  margin-bottom: 85px !important;
}

.mb-18 {
  margin-bottom: 90px !important;
}

.mb-19 {
  margin-bottom: 95px !important;
}

.mb-20 {
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pt-7 {
  padding-top: 35px !important;
}

.pt-8 {
  padding-top: 40px !important;
}

.pt-9 {
  padding-top: 45px !important;
}

.pt-10 {
  padding-top: 50px !important;
}

.pt-11 {
  padding-top: 55px !important;
}

.pt-12 {
  padding-top: 60px !important;
}

.pt-13 {
  padding-top: 65px !important;
}

.pt-14 {
  padding-top: 70px !important;
}

.pt-15 {
  padding-top: 75px !important;
}

.pt-16 {
  padding-top: 80px !important;
}

.pt-17 {
  padding-top: 85px !important;
}

.pt-18 {
  padding-top: 90px !important;
}

.pt-19 {
  padding-top: 95px !important;
}

.pt-20 {
  padding-top: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pl-6 {
  padding-left: 30px !important;
}

.pl-7 {
  padding-left: 35px !important;
}

.pl-8 {
  padding-left: 40px !important;
}

.pl-9 {
  padding-left: 45px !important;
}

.pl-10 {
  padding-left: 50px !important;
}

.pl-11 {
  padding-left: 55px !important;
}

.pl-12 {
  padding-left: 60px !important;
}

.pl-13 {
  padding-left: 65px !important;
}

.pl-14 {
  padding-left: 70px !important;
}

.pl-15 {
  padding-left: 75px !important;
}

.pl-16 {
  padding-left: 80px !important;
}

.pl-17 {
  padding-left: 85px !important;
}

.pl-18 {
  padding-left: 90px !important;
}

.pl-19 {
  padding-left: 95px !important;
}

.pl-20 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pr-6 {
  padding-right: 30px !important;
}

.pr-7 {
  padding-right: 35px !important;
}

.pr-8 {
  padding-right: 40px !important;
}

.pr-9 {
  padding-right: 45px !important;
}

.pr-10 {
  padding-right: 50px !important;
}

.pr-11 {
  padding-right: 55px !important;
}

.pr-12 {
  padding-right: 60px !important;
}

.pr-13 {
  padding-right: 65px !important;
}

.pr-14 {
  padding-right: 70px !important;
}

.pr-15 {
  padding-right: 75px !important;
}

.pr-16 {
  padding-right: 80px !important;
}

.pr-17 {
  padding-right: 85px !important;
}

.pr-18 {
  padding-right: 90px !important;
}

.pr-19 {
  padding-right: 95px !important;
}

.pr-20 {
  padding-right: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.pb-7 {
  padding-bottom: 35px !important;
}

.pb-8 {
  padding-bottom: 40px !important;
}

.pb-9 {
  padding-bottom: 45px !important;
}

.pb-10 {
  padding-bottom: 50px !important;
}

.pb-11 {
  padding-bottom: 55px !important;
}

.pb-12 {
  padding-bottom: 60px !important;
}

.pb-13 {
  padding-bottom: 65px !important;
}

.pb-14 {
  padding-bottom: 70px !important;
}

.pb-15 {
  padding-bottom: 75px !important;
}

.pb-16 {
  padding-bottom: 80px !important;
}

.pb-17 {
  padding-bottom: 85px !important;
}

.pb-18 {
  padding-bottom: 90px !important;
}

.pb-19 {
  padding-bottom: 95px !important;
}

.pb-20 {
  padding-bottom: 100px !important;
}

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .m-lg-1 {
    margin: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .m-lg-4 {
    margin: 20px !important;
  }
  .m-lg-5 {
    margin: 25px !important;
  }
  .m-lg-6 {
    margin: 30px !important;
  }
  .m-lg-7 {
    margin: 35px !important;
  }
  .m-lg-8 {
    margin: 40px !important;
  }
  .m-lg-9 {
    margin: 45px !important;
  }
  .m-lg-10 {
    margin: 50px !important;
  }
  .m-lg-11 {
    margin: 55px !important;
  }
  .m-lg-12 {
    margin: 60px !important;
  }
  .m-lg-13 {
    margin: 65px !important;
  }
  .m-lg-14 {
    margin: 70px !important;
  }
  .m-lg-15 {
    margin: 75px !important;
  }
  .m-lg-16 {
    margin: 80px !important;
  }
  .m-lg-17 {
    margin: 85px !important;
  }
  .m-lg-18 {
    margin: 90px !important;
  }
  .m-lg-19 {
    margin: 95px !important;
  }
  .m-lg-20 {
    margin: 100px !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .p-lg-1 {
    padding: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .p-lg-4 {
    padding: 20px !important;
  }
  .p-lg-5 {
    padding: 25px !important;
  }
  .p-lg-6 {
    padding: 30px !important;
  }
  .p-lg-7 {
    padding: 35px !important;
  }
  .p-lg-8 {
    padding: 40px !important;
  }
  .p-lg-9 {
    padding: 45px !important;
  }
  .p-lg-10 {
    padding: 50px !important;
  }
  .p-lg-11 {
    padding: 55px !important;
  }
  .p-lg-12 {
    padding: 60px !important;
  }
  .p-lg-13 {
    padding: 65px !important;
  }
  .p-lg-14 {
    padding: 70px !important;
  }
  .p-lg-15 {
    padding: 75px !important;
  }
  .p-lg-16 {
    padding: 80px !important;
  }
  .p-lg-17 {
    padding: 85px !important;
  }
  .p-lg-18 {
    padding: 90px !important;
  }
  .p-lg-19 {
    padding: 95px !important;
  }
  .p-lg-20 {
    padding: 100px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mt-lg-1 {
    margin-top: 5px !important;
  }
  .mt-lg-2 {
    margin-top: 10px !important;
  }
  .mt-lg-3 {
    margin-top: 15px !important;
  }
  .mt-lg-4 {
    margin-top: 20px !important;
  }
  .mt-lg-5 {
    margin-top: 25px !important;
  }
  .mt-lg-6 {
    margin-top: 30px !important;
  }
  .mt-lg-7 {
    margin-top: 35px !important;
  }
  .mt-lg-8 {
    margin-top: 40px !important;
  }
  .mt-lg-9 {
    margin-top: 45px !important;
  }
  .mt-lg-10 {
    margin-top: 50px !important;
  }
  .mt-lg-11 {
    margin-top: 55px !important;
  }
  .mt-lg-12 {
    margin-top: 30px !important;
  }
  .mt-lg-13 {
    margin-top: 65px !important;
  }
  .mt-lg-14 {
    margin-top: 70px !important;
  }
  .mt-lg-15 {
    margin-top: 75px !important;
  }
  .mt-lg-16 {
    margin-top: 80px !important;
  }
  .mt-lg-17 {
    margin-top: 85px !important;
  }
  .mt-lg-18 {
    margin-top: 90px !important;
  }
  .mt-lg-19 {
    margin-top: 95px !important;
  }
  .mt-lg-20 {
    margin-top: 100px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .ml-lg-1 {
    margin-left: 5px !important;
  }
  .ml-lg-2 {
    margin-left: 10px !important;
  }
  .ml-lg-3 {
    margin-left: 15px !important;
  }
  .ml-lg-4 {
    margin-left: 20px !important;
  }
  .ml-lg-5 {
    margin-left: 25px !important;
  }
  .ml-lg-6 {
    margin-left: 30px !important;
  }
  .ml-lg-7 {
    margin-left: 35px !important;
  }
  .ml-lg-8 {
    margin-left: 40px !important;
  }
  .ml-lg-9 {
    margin-left: 45px !important;
  }
  .ml-lg-10 {
    margin-left: 50px !important;
  }
  .ml-lg-11 {
    margin-left: 55px !important;
  }
  .ml-lg-12 {
    margin-left: 60px !important;
  }
  .ml-lg-13 {
    margin-left: 65px !important;
  }
  .ml-lg-14 {
    margin-left: 70px !important;
  }
  .ml-lg-15 {
    margin-left: 75px !important;
  }
  .ml-lg-16 {
    margin-left: 80px !important;
  }
  .ml-lg-17 {
    margin-left: 85px !important;
  }
  .ml-lg-18 {
    margin-left: 90px !important;
  }
  .ml-lg-19 {
    margin-left: 95px !important;
  }
  .ml-lg-20 {
    margin-left: 100px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mr-lg-1 {
    margin-right: 5px !important;
  }
  .mr-lg-2 {
    margin-right: 10px !important;
  }
  .mr-lg-3 {
    margin-right: 15px !important;
  }
  .mr-lg-4 {
    margin-right: 20px !important;
  }
  .mr-lg-5 {
    margin-right: 25px !important;
  }
  .mr-lg-6 {
    margin-right: 30px !important;
  }
  .mr-lg-7 {
    margin-right: 35px !important;
  }
  .mr-lg-8 {
    margin-right: 40px !important;
  }
  .mr-lg-9 {
    margin-right: 45px !important;
  }
  .mr-lg-10 {
    margin-right: 50px !important;
  }
  .mr-lg-11 {
    margin-right: 55px !important;
  }
  .mr-lg-12 {
    margin-right: 60px !important;
  }
  .mr-lg-13 {
    margin-right: 65px !important;
  }
  .mr-lg-14 {
    margin-right: 70px !important;
  }
  .mr-lg-15 {
    margin-right: 75px !important;
  }
  .mr-lg-16 {
    margin-right: 80px !important;
  }
  .mr-lg-17 {
    margin-right: 85px !important;
  }
  .mr-lg-18 {
    margin-right: 90px !important;
  }
  .mr-lg-19 {
    margin-right: 95px !important;
  }
  .mr-lg-20 {
    margin-right: 100px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .mb-lg-1 {
    margin-bottom: 5px !important;
  }
  .mb-lg-2 {
    margin-bottom: 10px !important;
  }
  .mb-lg-3 {
    margin-bottom: 15px !important;
  }
  .mb-lg-4 {
    margin-bottom: 20px !important;
  }
  .mb-lg-5 {
    margin-bottom: 25px !important;
  }
  .mb-lg-6 {
    margin-bottom: 30px !important;
  }
  .mb-lg-7 {
    margin-bottom: 35px !important;
  }
  .mb-lg-8 {
    margin-bottom: 40px !important;
  }
  .mb-lg-9 {
    margin-bottom: 45px !important;
  }
  .mb-lg-10 {
    margin-bottom: 50px !important;
  }
  .mb-lg-11 {
    margin-bottom: 55px !important;
  }
  .mb-lg-12 {
    margin-bottom: 60px !important;
  }
  .mb-lg-13 {
    margin-bottom: 65px !important;
  }
  .mb-lg-14 {
    margin-bottom: 70px !important;
  }
  .mb-lg-15 {
    margin-bottom: 75px !important;
  }
  .mb-lg-16 {
    margin-bottom: 80px !important;
  }
  .mb-lg-17 {
    margin-bottom: 85px !important;
  }
  .mb-lg-18 {
    margin-bottom: 90px !important;
  }
  .mb-lg-19 {
    margin-bottom: 95px !important;
  }
  .mb-lg-20 {
    margin-bottom: 100px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pt-lg-1 {
    padding-top: 5px !important;
  }
  .pt-lg-2 {
    padding-top: 10px !important;
  }
  .pt-lg-3 {
    padding-top: 15px !important;
  }
  .pt-lg-4 {
    padding-top: 20px !important;
  }
  .pt-lg-5 {
    padding-top: 25px !important;
  }
  .pt-lg-6 {
    padding-top: 30px !important;
  }
  .pt-lg-7 {
    padding-top: 35px !important;
  }
  .pt-lg-8 {
    padding-top: 40px !important;
  }
  .pt-lg-9 {
    padding-top: 45px !important;
  }
  .pt-lg-10 {
    padding-top: 50px !important;
  }
  .pt-lg-11 {
    padding-top: 55px !important;
  }
  .pt-lg-12 {
    padding-top: 60px !important;
  }
  .pt-lg-13 {
    padding-top: 65px !important;
  }
  .pt-lg-14 {
    padding-top: 70px !important;
  }
  .pt-lg-15 {
    padding-top: 75px !important;
  }
  .pt-lg-16 {
    padding-top: 80px !important;
  }
  .pt-lg-17 {
    padding-top: 85px !important;
  }
  .pt-lg-18 {
    padding-top: 90px !important;
  }
  .pt-lg-19 {
    padding-top: 95px !important;
  }
  .pt-lg-20 {
    padding-top: 100px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pl-lg-1 {
    padding-left: 5px !important;
  }
  .pl-lg-2 {
    padding-left: 10px !important;
  }
  .pl-lg-3 {
    padding-left: 15px !important;
  }
  .pl-lg-4 {
    padding-left: 20px !important;
  }
  .pl-lg-5 {
    padding-left: 25px !important;
  }
  .pl-lg-6 {
    padding-left: 30px !important;
  }
  .pl-lg-7 {
    padding-left: 35px !important;
  }
  .pl-lg-8 {
    padding-left: 40px !important;
  }
  .pl-lg-9 {
    padding-left: 45px !important;
  }
  .pl-lg-10 {
    padding-left: 50px !important;
  }
  .pl-lg-11 {
    padding-left: 55px !important;
  }
  .pl-lg-12 {
    padding-left: 60px !important;
  }
  .pl-lg-13 {
    padding-left: 65px !important;
  }
  .pl-lg-14 {
    padding-left: 70px !important;
  }
  .pl-lg-15 {
    padding-left: 75px !important;
  }
  .pl-lg-16 {
    padding-left: 80px !important;
  }
  .pl-lg-17 {
    padding-left: 85px !important;
  }
  .pl-lg-18 {
    padding-left: 90px !important;
  }
  .pl-lg-19 {
    padding-left: 95px !important;
  }
  .pl-lg-20 {
    padding-left: 100px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pr-lg-1 {
    padding-right: 5px !important;
  }
  .pr-lg-2 {
    padding-right: 10px !important;
  }
  .pr-lg-3 {
    padding-right: 15px !important;
  }
  .pr-lg-4 {
    padding-right: 20px !important;
  }
  .pr-lg-5 {
    padding-right: 25px !important;
  }
  .pr-lg-6 {
    padding-right: 30px !important;
  }
  .pr-lg-7 {
    padding-right: 35px !important;
  }
  .pr-lg-8 {
    padding-right: 40px !important;
  }
  .pr-lg-9 {
    padding-right: 45px !important;
  }
  .pr-lg-10 {
    padding-right: 50px !important;
  }
  .pr-lg-11 {
    padding-right: 55px !important;
  }
  .pr-lg-12 {
    padding-right: 60px !important;
  }
  .pr-lg-13 {
    padding-right: 65px !important;
  }
  .pr-lg-14 {
    padding-right: 70px !important;
  }
  .pr-lg-15 {
    padding-right: 75px !important;
  }
  .pr-lg-16 {
    padding-right: 80px !important;
  }
  .pr-lg-17 {
    padding-right: 85px !important;
  }
  .pr-lg-18 {
    padding-right: 90px !important;
  }
  .pr-lg-19 {
    padding-right: 95px !important;
  }
  .pr-lg-20 {
    padding-right: 100px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pb-lg-1 {
    padding-bottom: 5px !important;
  }
  .pb-lg-2 {
    padding-bottom: 10px !important;
  }
  .pb-lg-3 {
    padding-bottom: 15px !important;
  }
  .pb-lg-4 {
    padding-bottom: 20px !important;
  }
  .pb-lg-5 {
    padding-bottom: 25px !important;
  }
  .pb-lg-6 {
    padding-bottom: 30px !important;
  }
  .pb-lg-7 {
    padding-bottom: 35px !important;
  }
  .pb-lg-8 {
    padding-bottom: 40px !important;
  }
  .pb-lg-9 {
    padding-bottom: 45px !important;
  }
  .pb-lg-10 {
    padding-bottom: 50px !important;
  }
  .pb-lg-11 {
    padding-bottom: 55px !important;
  }
  .pb-lg-12 {
    padding-bottom: 60px !important;
  }
  .pb-lg-13 {
    padding-bottom: 65px !important;
  }
  .pb-lg-14 {
    padding-bottom: 70px !important;
  }
  .pb-lg-15 {
    padding-bottom: 75px !important;
  }
  .pb-lg-16 {
    padding-bottom: 80px !important;
  }
  .pb-lg-17 {
    padding-bottom: 85px !important;
  }
  .pb-lg-18 {
    padding-bottom: 90px !important;
  }
  .pb-lg-19 {
    padding-bottom: 95px !important;
  }
  .pb-lg-20 {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 1199.98px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .m-md-1 {
    margin: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .m-md-4 {
    margin: 20px !important;
  }
  .m-md-5 {
    margin: 25px !important;
  }
  .m-md-6 {
    margin: 30px !important;
  }
  .m-md-7 {
    margin: 35px !important;
  }
  .m-md-8 {
    margin: 40px !important;
  }
  .m-md-9 {
    margin: 45px !important;
  }
  .m-md-10 {
    margin: 50px !important;
  }
  .m-md-11 {
    margin: 55px !important;
  }
  .m-md-12 {
    margin: 60px !important;
  }
  .m-md-13 {
    margin: 65px !important;
  }
  .m-md-14 {
    margin: 70px !important;
  }
  .m-md-15 {
    margin: 75px !important;
  }
  .m-md-16 {
    margin: 80px !important;
  }
  .m-md-17 {
    margin: 85px !important;
  }
  .m-md-18 {
    margin: 90px !important;
  }
  .m-md-19 {
    margin: 95px !important;
  }
  .m-md-20 {
    margin: 100px !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .p-md-1 {
    padding: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .p-md-4 {
    padding: 20px !important;
  }
  .p-md-5 {
    padding: 25px !important;
  }
  .p-md-6 {
    padding: 30px !important;
  }
  .p-md-7 {
    padding: 35px !important;
  }
  .p-md-8 {
    padding: 40px !important;
  }
  .p-md-9 {
    padding: 45px !important;
  }
  .p-md-10 {
    padding: 50px !important;
  }
  .p-md-11 {
    padding: 55px !important;
  }
  .p-md-12 {
    padding: 60px !important;
  }
  .p-md-13 {
    padding: 65px !important;
  }
  .p-md-14 {
    padding: 70px !important;
  }
  .p-md-15 {
    padding: 75px !important;
  }
  .p-md-16 {
    padding: 80px !important;
  }
  .p-md-17 {
    padding: 85px !important;
  }
  .p-md-18 {
    padding: 90px !important;
  }
  .p-md-19 {
    padding: 95px !important;
  }
  .p-md-20 {
    padding: 100px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mt-md-1 {
    margin-top: 5px !important;
  }
  .mt-md-2 {
    margin-top: 10px !important;
  }
  .mt-md-3 {
    margin-top: 15px !important;
  }
  .mt-md-4 {
    margin-top: 20px !important;
  }
  .mt-md-5 {
    margin-top: 25px !important;
  }
  .mt-md-6 {
    margin-top: 30px !important;
  }
  .mt-md-7 {
    margin-top: 35px !important;
  }
  .mt-md-8 {
    margin-top: 40px !important;
  }
  .mt-md-9 {
    margin-top: 45px !important;
  }
  .mt-md-10 {
    margin-top: 50px !important;
  }
  .mt-md-11 {
    margin-top: 55px !important;
  }
  .mt-md-12 {
    margin-top: 60px !important;
  }
  .mt-md-13 {
    margin-top: 65px !important;
  }
  .mt-md-14 {
    margin-top: 70px !important;
  }
  .mt-md-15 {
    margin-top: 75px !important;
  }
  .mt-md-16 {
    margin-top: 80px !important;
  }
  .mt-md-17 {
    margin-top: 85px !important;
  }
  .mt-md-18 {
    margin-top: 90px !important;
  }
  .mt-md-19 {
    margin-top: 95px !important;
  }
  .mt-md-20 {
    margin-top: 100px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .ml-md-1 {
    margin-left: 5px !important;
  }
  .ml-md-2 {
    margin-left: 10px !important;
  }
  .ml-md-3 {
    margin-left: 15px !important;
  }
  .ml-md-4 {
    margin-left: 20px !important;
  }
  .ml-md-5 {
    margin-left: 25px !important;
  }
  .ml-md-6 {
    margin-left: 30px !important;
  }
  .ml-md-7 {
    margin-left: 35px !important;
  }
  .ml-md-8 {
    margin-left: 40px !important;
  }
  .ml-md-9 {
    margin-left: 45px !important;
  }
  .ml-md-10 {
    margin-left: 50px !important;
  }
  .ml-md-11 {
    margin-left: 55px !important;
  }
  .ml-md-12 {
    margin-left: 60px !important;
  }
  .ml-md-13 {
    margin-left: 65px !important;
  }
  .ml-md-14 {
    margin-left: 70px !important;
  }
  .ml-md-15 {
    margin-left: 75px !important;
  }
  .ml-md-16 {
    margin-left: 80px !important;
  }
  .ml-md-17 {
    margin-left: 85px !important;
  }
  .ml-md-18 {
    margin-left: 90px !important;
  }
  .ml-md-19 {
    margin-left: 95px !important;
  }
  .ml-md-20 {
    margin-left: 100px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mr-md-1 {
    margin-right: 5px !important;
  }
  .mr-md-2 {
    margin-right: 10px !important;
  }
  .mr-md-3 {
    margin-right: 15px !important;
  }
  .mr-md-4 {
    margin-right: 20px !important;
  }
  .mr-md-5 {
    margin-right: 25px !important;
  }
  .mr-md-6 {
    margin-right: 30px !important;
  }
  .mr-md-7 {
    margin-right: 35px !important;
  }
  .mr-md-8 {
    margin-right: 40px !important;
  }
  .mr-md-9 {
    margin-right: 45px !important;
  }
  .mr-md-10 {
    margin-right: 50px !important;
  }
  .mr-md-11 {
    margin-right: 55px !important;
  }
  .mr-md-12 {
    margin-right: 60px !important;
  }
  .mr-md-13 {
    margin-right: 65px !important;
  }
  .mr-md-14 {
    margin-right: 70px !important;
  }
  .mr-md-15 {
    margin-right: 75px !important;
  }
  .mr-md-16 {
    margin-right: 80px !important;
  }
  .mr-md-17 {
    margin-right: 85px !important;
  }
  .mr-md-18 {
    margin-right: 90px !important;
  }
  .mr-md-19 {
    margin-right: 95px !important;
  }
  .mr-md-20 {
    margin-right: 100px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-1 {
    margin-bottom: 5px !important;
  }
  .mb-md-2 {
    margin-bottom: 10px !important;
  }
  .mb-md-3 {
    margin-bottom: 15px !important;
  }
  .mb-md-4 {
    margin-bottom: 20px !important;
  }
  .mb-md-5 {
    margin-bottom: 25px !important;
  }
  .mb-md-6 {
    margin-bottom: 30px !important;
  }
  .mb-md-7 {
    margin-bottom: 35px !important;
  }
  .mb-md-8 {
    margin-bottom: 40px !important;
  }
  .mb-md-9 {
    margin-bottom: 45px !important;
  }
  .mb-md-10 {
    margin-bottom: 50px !important;
  }
  .mb-md-11 {
    margin-bottom: 55px !important;
  }
  .mb-md-12 {
    margin-bottom: 60px !important;
  }
  .mb-md-13 {
    margin-bottom: 65px !important;
  }
  .mb-md-14 {
    margin-bottom: 70px !important;
  }
  .mb-md-15 {
    margin-bottom: 75px !important;
  }
  .mb-md-16 {
    margin-bottom: 80px !important;
  }
  .mb-md-17 {
    margin-bottom: 85px !important;
  }
  .mb-md-18 {
    margin-bottom: 90px !important;
  }
  .mb-md-19 {
    margin-bottom: 95px !important;
  }
  .mb-md-20 {
    margin-bottom: 100px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pt-md-1 {
    padding-top: 5px !important;
  }
  .pt-md-2 {
    padding-top: 10px !important;
  }
  .pt-md-3 {
    padding-top: 15px !important;
  }
  .pt-md-4 {
    padding-top: 20px !important;
  }
  .pt-md-5 {
    padding-top: 25px !important;
  }
  .pt-md-6 {
    padding-top: 30px !important;
  }
  .pt-md-7 {
    padding-top: 35px !important;
  }
  .pt-md-8 {
    padding-top: 40px !important;
  }
  .pt-md-9 {
    padding-top: 45px !important;
  }
  .pt-md-10 {
    padding-top: 50px !important;
  }
  .pt-md-11 {
    padding-top: 55px !important;
  }
  .pt-md-12 {
    padding-top: 60px !important;
  }
  .pt-md-13 {
    padding-top: 65px !important;
  }
  .pt-md-14 {
    padding-top: 70px !important;
  }
  .pt-md-15 {
    padding-top: 75px !important;
  }
  .pt-md-16 {
    padding-top: 80px !important;
  }
  .pt-md-17 {
    padding-top: 85px !important;
  }
  .pt-md-18 {
    padding-top: 90px !important;
  }
  .pt-md-19 {
    padding-top: 95px !important;
  }
  .pt-md-20 {
    padding-top: 100px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pl-md-1 {
    padding-left: 5px !important;
  }
  .pl-md-2 {
    padding-left: 10px !important;
  }
  .pl-md-3 {
    padding-left: 15px !important;
  }
  .pl-md-4 {
    padding-left: 20px !important;
  }
  .pl-md-5 {
    padding-left: 25px !important;
  }
  .pl-md-6 {
    padding-left: 30px !important;
  }
  .pl-md-7 {
    padding-left: 35px !important;
  }
  .pl-md-8 {
    padding-left: 40px !important;
  }
  .pl-md-9 {
    padding-left: 45px !important;
  }
  .pl-md-10 {
    padding-left: 50px !important;
  }
  .pl-md-11 {
    padding-left: 55px !important;
  }
  .pl-md-12 {
    padding-left: 60px !important;
  }
  .pl-md-13 {
    padding-left: 65px !important;
  }
  .pl-md-14 {
    padding-left: 70px !important;
  }
  .pl-md-15 {
    padding-left: 75px !important;
  }
  .pl-md-16 {
    padding-left: 80px !important;
  }
  .pl-md-17 {
    padding-left: 85px !important;
  }
  .pl-md-18 {
    padding-left: 90px !important;
  }
  .pl-md-19 {
    padding-left: 95px !important;
  }
  .pl-md-20 {
    padding-left: 100px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pr-md-1 {
    padding-right: 5px !important;
  }
  .pr-md-2 {
    padding-right: 10px !important;
  }
  .pr-md-3 {
    padding-right: 15px !important;
  }
  .pr-md-4 {
    padding-right: 20px !important;
  }
  .pr-md-5 {
    padding-right: 25px !important;
  }
  .pr-md-6 {
    padding-right: 30px !important;
  }
  .pr-md-7 {
    padding-right: 35px !important;
  }
  .pr-md-8 {
    padding-right: 40px !important;
  }
  .pr-md-9 {
    padding-right: 45px !important;
  }
  .pr-md-10 {
    padding-right: 50px !important;
  }
  .pr-md-11 {
    padding-right: 55px !important;
  }
  .pr-md-12 {
    padding-right: 60px !important;
  }
  .pr-md-13 {
    padding-right: 65px !important;
  }
  .pr-md-14 {
    padding-right: 70px !important;
  }
  .pr-md-15 {
    padding-right: 75px !important;
  }
  .pr-md-16 {
    padding-right: 80px !important;
  }
  .pr-md-17 {
    padding-right: 85px !important;
  }
  .pr-md-18 {
    padding-right: 90px !important;
  }
  .pr-md-19 {
    padding-right: 95px !important;
  }
  .pr-md-20 {
    padding-right: 100px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pb-md-1 {
    padding-bottom: 5px !important;
  }
  .pb-md-2 {
    padding-bottom: 10px !important;
  }
  .pb-md-3 {
    padding-bottom: 15px !important;
  }
  .pb-md-4 {
    padding-bottom: 20px !important;
  }
  .pb-md-5 {
    padding-bottom: 25px !important;
  }
  .pb-md-6 {
    padding-bottom: 30px !important;
  }
  .pb-md-7 {
    padding-bottom: 35px !important;
  }
  .pb-md-8 {
    padding-bottom: 40px !important;
  }
  .pb-md-9 {
    padding-bottom: 45px !important;
  }
  .pb-md-10 {
    padding-bottom: 50px !important;
  }
  .pb-md-11 {
    padding-bottom: 55px !important;
  }
  .pb-md-12 {
    padding-bottom: 60px !important;
  }
  .pb-md-13 {
    padding-bottom: 65px !important;
  }
  .pb-md-14 {
    padding-bottom: 70px !important;
  }
  .pb-md-15 {
    padding-bottom: 75px !important;
  }
  .pb-md-16 {
    padding-bottom: 80px !important;
  }
  .pb-md-17 {
    padding-bottom: 85px !important;
  }
  .pb-md-18 {
    padding-bottom: 90px !important;
  }
  .pb-md-19 {
    padding-bottom: 95px !important;
  }
  .pb-md-20 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1200px) {
  .title1 {
    margin: 55px 0 20px;
  }
}

@media (max-width: 1199.98px) {
  .title1 {
    margin: 40px 0 20px;
  }
  .div-contents {
  	width:100%;
  	overflow-x:auto;
  	white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .title1 + .title2 {
    margin-top: -7px;
  }
}

@media (max-width: 1199.98px) {
  .title1 + .title2 {
    margin-top: 21px;
  }
}

@media (min-width: 1200px) {
  .title1 + .indent {
    margin-left: 18px;
  }
}

@media (max-width: 1199.98px) {
  .title1 + .indent {
    margin-left: 16px;
  }
}

.title1.bullet-none + .indent {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .title2 {
    margin: 50px 0 12px;
  }
}

@media (max-width: 1199.98px) {
  .title2 {
    margin: 31px 0 15px;
  }
}

@media (min-width: 1200px) {
  .title2 + .indent {
    margin-left: 37px;
  }
  .title2 + .indent > p:first-child,
  .title2 + .indent > .list:first-child {
    margin-top: -5px;
  }
}

@media (max-width: 1199.98px) {
  .title2 + .indent {
    margin-left: 32px;
  }
  .title2 + .indent > p:first-child,
  .title2 + .indent > .list:first-child {
    margin-top: -4px;
  }
}

@media (min-width: 1200px) {
  .title2.ml-0 + .indent {
    margin-left: 20px;
  }
}

@media (max-width: 1199.98px) {
  .title2.ml-0 + .indent {
    margin-left: 16px;
  }
}

.clearfix {
  position: relative;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (max-width: 1199.98px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .float-left {
    float: none !important;
  }
  .float-right {
    float: none !important;
  }
}

@media (max-width: 767.98px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

@media (min-width: 1200px) {
  .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-row > .col-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .content-row > .col-item + .col-item {
    margin-left: 60px;
  }
}

@media (max-width: 1199.98px) {
  .d-up-lg {
    display: none !important;
  }
  .mobile-mypg-csos-ul {
  	float: left;
  }
  .mobile-mypg-csos-td{
  	margin-left: 20%;
  	margin-right: 20%;
  }
  .btn-mobile-resize1{
  	margin: 5px;
  	width: 125px;
  }
}

@media (max-width: 767.98px) {
  .d-up-md {
    display: none !important;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-down-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-down-sm {
    display: none !important;
  }
}

.text-default {
  color: #000 !important;
}

.text-primary {
  color: #3c5ca8 !important;
}

.text-secondary {
  color: #ffc452 !important;
}

.text-gray {
  color: #666 !important;
}

.text-darkgray {
  color: #333 !important;
}

.text-red {
  color: #f0365d !important;
}

.text-white {
  color: #fff !important;
}

.bg-primary {
  background-color: #3c5ca8 !important;
  color: #fff;
}

.bg-lightgray {
  background-color: #f8f8f8 !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-light {
  font-weight: 300 !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-bold {
  font-weight: bold !important;
}

@media (min-width: 1200px) {
  .text-title {
    font-family: "NanumBarunGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  }
}

.title1 {
  color: #042a59;
  font-size: 28px;
  font-weight: normal;
}

.title1:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 10px 0 0;
  background-color: currentColor;
}

@media (max-width: 1199.98px) {
  .title1 {
    font-size: 22px;
    line-height: 1;
  }
  .title1:after {
    margin-top: 13px;
  }
}

.title2 {
  font-size: 21px;
  font-weight: normal;
  color: #000;
}

@media (max-width: 1199.98px) {
  .title2 {
    font-size: 18px;
  }
}

.link {
  color: #3c5ca8;
  border-bottom: 1px solid #3c5ca8;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 15px;
}

@media (min-width: 1200px) {
  .text-lg {
    font-size: 18px;
    font-family: "NanumBarunGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  }
}

@media (min-width: 1200px) {
  .text-xl {
    font-size: 36px;
    font-family: "NanumBarunGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
    line-height: 44px;
  }
}

@media (max-width: 1199.98px) {
  .text-xl {
    font-size: 24px;
    line-height: 34px;
  }
}

.border {
  border: 1px solid #e6e6e6;
}

.border-left {
  border-left: 1px solid #e6e6e6;
}

.border-right {
  border-right: 1px solid #e6e6e6;
}

.border-top {
  border-top: 1px solid #e6e6e6;
}

.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.round {
  border-radius: 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* .slick-list:focus {
  outline: none;
}
 */
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-control {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.slider-control .btn-slider-ctrl {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  background-size: cover;
  overflow: hidden;
}

.slider-control .btn-slider-ctrl.btn-slider-play {
  display: none;
  background-image: url(../images/ico-slider-play-white.png);
}

.slider-control .btn-slider-ctrl.btn-slider-pause {
  background-image: url(../images/ico-slider-pause-white.png);
}

.slider-control .slick-dots {
  display: inline-block !important;
  vertical-align: middle;
  line-height: 1;
}

.slider-control .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.slider-control .slick-dots li button {
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: transparent;
  vertical-align: top;
}

.slider-control .slick-dots li button:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.slider-control .slick-dots li.slick-active button {
  width: 35px;
}

.slider-control .slick-dots li.slick-active button:before {
  width: 25px;
  margin-left: -12.5px;
  background-color: #3c5ca8;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.container:after {
  display: block;
  clear: both;
  content: '';
}

.ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}

.ico-allmenu {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-image: url("../images/ico-allmenu.png");
}

.ico-allmenu-white {
  width: 15px;
  height: 12px;
  line-height: 12px;
  background-image: url("../images/ico-allmenu-white.png");
}

.ico-search {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-search.png");
}

.ico-search-white-lg {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-search-white-lg.png");
}

.ico-share {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-image: url("../images/ico-share.png");
}

.ico-print {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-image: url("../images/ico-print.png");
}

.ico-movie-white-lg {
  width: 68px;
  height: 68px;
  line-height: 68px;
  background-image: url("../images/ico-movie-white-lg.png");
}

.ico-heart-on {
  width: 12px;
  height: 11px;
  line-height: 11px;
  background-image: url("../images/ico-heart-on.png");
}

.ico-heart-off {
  width: 12px;
  height: 11px;
  line-height: 11px;
  background-image: url("../images/ico-heart-off.png");
}

.ico-file {
  width: 25px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-file.png");
}

.ico-download {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-download.png");
}

.ico-search-white {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/ico-search-white.png");
}

.ico-upload {
  width: 28px;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/ico-upload.png");
}
.ico-home{
  width: 23px;
  height: 18px;
  line-height: 18px;
  background-image: url("../img/ico-home.png");
}

.ico-homepage {
  width: 39px;
  height: 33px;
  line-height: 33px;
  background-image: url("../images/ico-homepage.png");
}

.ico-comment {
  width: 20px;
  height: 18px;
  line-height: 18px;
  background-image: url("../images/ico-comment.png");
}

.ico-member {
  width: 15px;
  height: 18px;
  line-height: 18px;
  background-image: url("../images/ico-member.png");
}

.ico-wastebasket {
  width: 25px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-wastebasket.png");
}

.ico-papers {
  width: 25px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-papers.png");
}

.ico-map {
  width: 25px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-map.png");
}

.ico-nationalinformation1 {
  width: 101px;
  height: 102px;
  line-height: 102px;
  background-image: url("../images/ico-nationalinformation1.png");
}

.ico-nationalinformation2 {
  width: 101px;
  height: 102px;
  line-height: 102px;
  background-image: url("../images/ico-nationalinformation2.png");
}

.ico-nationalinformation3 {
  width: 101px;
  height: 102px;
  line-height: 102px;
  background-image: url("../images/ico-nationalinformation3.png");
}

.ico-nationalinformation4 {
  width: 101px;
  height: 102px;
  line-height: 102px;
  background-image: url("../images/ico-nationalinformation4.png");
}

.ico-nationalinformation5 {
  width: 101px;
  height: 102px;
  line-height: 102px;
  background-image: url("../images/ico-nationalinformation5.png");
}
.ico-download-type02 {
  width: 23px;
  height: 23px;
  line-height:23px;
  background-image: url(../../assets/images/ico-download-type2.png);
}

.ico-member1 {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-image: url("../images/ico-member1.png");
}

.ico-member2 {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-image: url("../images/ico-member2.png");
}

.ico-member3 {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-image: url("../images/ico-member3.png");
}

.ico-member4 {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-image: url("../images/ico-member4.png");
}

.ico-banner01 {
  width: 58px;
  height: 52px;
  line-height: 52px;
  background-image: url("../images/ico-banner01.png");
}

.ico-banner02 {
  width: 58px;
  height: 52px;
  line-height: 52px;
  background-image: url("../images/ico-banner02.png");
}

.ico-banner03 {
  width: 58px;
  height: 52px;
  line-height: 52px;
  background-image: url("../images/ico-banner03.png");
}

.ico-banner04 {
  width: 58px;
  height: 52px;
  line-height: 52px;
  background-image: url("../images/ico-banner04.png");
}

.ico-banner05 {
  width: 58px;
  height: 52px;
  line-height: 52px;
  background-image: url("../images/ico-banner05.png");
}

.ico-banner06 {
  width: 58px;
  height: 52px;
  line-height: 52px;
  background-image: url("../images/ico-banner06.png");
}

.ico-banner07 {
  width: 58px;
  height: 52px;
  line-height: 52px;
  background-image: url("../images/ico-banner07.png");
}

.ico-banner08 {
  width: 58px;
  height: 52px;
  line-height: 52px;
  background-image: url("../images/ico-banner08.png");
}

.ico-banner09 {
  width: 58px;
  height: 52px;
  line-height: 52px;
  background-image: url("../images/ico-banner09.png");
}

.ico-more-bold {
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-image: url("../images/ico-more-bold.png");
}

.ico-nation-mark {
  width: 27px;
  height: 27px;
  line-height: 27px;
  background-image: url("../images/ico-nation-mark.png");
}

/* 불릿 및 목록 */
.list > li {
  position: relative;
}

.list > li:after {
  display: block;
  clear: both;
  content: '';
}

.list > li:before {
  content: '';
  position: absolute;
  left: 0;
}

.list > li.none:before {
  display: none;
}

.list > li.bullet-none {
  font-weight: bold;
  padding: 5px 0 0;
}

.list > li.bullet-none:before {
  display: none;
}

.list1 > li:before,
.list1-gray > li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
}

@media (min-width: 1200px) {
  .list1 > li,
  .list1-gray > li {
    padding-left: 12px;
  }
  .list1 > li:before,
  .list1-gray > li:before {
    top: .7em;
  }
}

@media (max-width: 1199.98px) {
  .list1 > li,
  .list1-gray > li {
    padding-left: 9px;
  }
  .list1 > li:before,
  .list1-gray > li:before {
    top: 10px;
  }
}

.list1 > li:before {
  background-color: #3c5ca8;
}

.list1-gray > li:before {
  background-color: #999;
}

.list2 > li:before {
  top: .7em;
  width: 4px;
  height: 2px;
  background-color: #999;
}

@media (min-width: 1200px) {
  .list2 > li {
    padding-left: 12px;
  }
}

@media (max-width: 1199.98px) {
  .list2 > li {
    padding-left: 9px;
  }
}

.list3 > li:before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #959595;
}

@media (min-width: 1200px) {
  .list3 > li {
    padding-left: 12px;
  }
  .list3 > li:before {
    top: 11px;
  }
}

@media (max-width: 1199.98px) {
  .list3 > li {
    padding-left: 8px;
  }
  .list3 > li:before {
    top: .6em;
  }
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.3;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  cursor: pointer;
}

.btn .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.loading.btn {
  color: transparent;
}

.loading.btn:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}

.loading.btn-outline-default:after, .loading.btn-outline-primary:after, .loading.btn-outline-secondary:after, .loading.btn-secondary:after {
  border-color: rgba(60, 92, 168, 0.4);
  border-top-color: #3c5ca8;
}

.loading.btn-sm:after, .loading.btn-md:after {
  width: 16px;
  height: 16px;
  border-width: 1px;
  margin-top: -8px;
  margin-left: -8px;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.btn-sm:hover, .btn-sm:focus,
.btn-md:hover,
.btn-md:focus,
.btn-lg:hover,
.btn-lg:focus,
.btn-xl:hover,
.btn-xl:focus,
.btn-input:hover,
.btn-input:focus,
.btn-input-lg:hover,
.btn-input-lg:focus,
.btn-more:hover,
.btn-more:focus {
  opacity: .8;
}

.btn-sm {
  border: 1px solid transparent;
  height: 30px;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
}

.btn-md {
  border: 1px solid transparent;
  min-width: 80px;
  height: 40px;
  padding: 0 19px;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  .btn-md {
    height: 34px;
    font-size: 12px;
  }
}

.btn-lg {
  border: 1px solid transparent;
  min-width: 100px;
  height: 50px;
  padding: 0 9px;
  font-size: 14px;
  font-weight: bold;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

@media (max-width: 1199.98px) {
  .btn-lg {
    min-width: 80px;
    height: 40px;
    font-size: 12px;
  }
}

.btn-xl {
  border: 1px solid transparent;
  min-width: 160px;
  height: 60px;
  padding: 0 28px;
  font-size: 18px;
  border-radius: 5px;
}

.btn-xl * + * {
  margin-left: 12px;
}

.btn-icon .ico {
  margin: 0;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn-round {
  border-radius: 30px;
}

.btn-default {
  color: #fff;
  background-color: #818181;
}

.btn-outline-default {
  color: #000;
  border-color: #818181;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #164299;
}

.btn-outline-primary {
  color: #164299;
  border-color: #164299;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #333;
}

.btn-like {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.btn-like:hover {
  border-color: #ccc;
}

.btn-group-default {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.btn-group-default .btn + .btn {
  margin-left: 6px;
}

@media (max-width: 1199.98px) {
  .btn-group-default {
    margin-top: 20px;
  }
  .btn-group-default .btn {
    font-size: 12px;
  }
  .btn-group-default .btn.btn-lg {
    min-width: 70px;
    height: 40px;
  }
}

.btn-group-more {
  margin-top: 70px;
  text-align: center;
}

.btn-group {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .btn-group {
    margin-top: 20px;
  }
  .btn-group .btn {
    font-size: 12px;
  }
  .btn-group .btn.btn-lg {
    min-width: 70px;
    height: 35px;
  }
}

.btn-top-group {
  margin-top: -10px;
  margin-bottom: 20px;
  text-align: right;
}

@media (max-width: 1199.98px) {
  .btn-top-group {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.form-control {
  max-width: 100%;
  height: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 8px 12px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  font-size: 16px;
  line-height: 27px;
  vertical-align: middle;
}

.form-control-round {
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 17px;
  border: 1px solid #6D6D6D;
  color: #c2c2c2;
}

.form-control::-ms-clear {
  display: none;
}

.form-control.full {
  width: 100%;
}

.form-control.inline {
  width: auto !important;
}

.form-control:focus {
  position: relative;
  border-color: #3c5ca8;
}

.form-control::-webkit-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly], .form-control[readonly=readonly], .form-control.readonly {
  color: #c2c2c2;
  background-color: #f8f8f8;
  opacity: 1;
}

.form-control:disabled::-ms-value, .form-control[readonly]::-ms-value, .form-control[readonly=readonly]::-ms-value, .form-control.readonly::-ms-value {
  color: #c2c2c2 !important;
}

.form-control:-moz-read-only:not(select):not(button) {
  color: #c2c2c2;
  background-color: #f8f8f8;
  opacity: 1;
}

.form-control:read-only:not(select):not(button) {
  color: #c2c2c2;
  background-color: #f8f8f8;
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .form-control {
    height: 34px;
    padding: 8px 10px;
    line-height: 22px;
    font-size: 12px;
  }
  .form-control.form-control-round {
    height: 40px;
    padding: 8px 15px;
    line-height: 22px;
  }
}

select.form-control {
  max-width: 100%;
  line-height: normal;
  padding-right: 35px;
  background: #fff url(../images/ico-select-arrow.png) no-repeat right 13px center;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control-round {
  max-width: 100%;
  min-width: 180px;
  line-height: normal;
  background: #fff url(../images/ico-select-arrow2.png) no-repeat right 13px center;
  color: #6d6d6d;
}

select.form-control-round::-ms-expand {
  display: none;
}

@media (min-width: 1200px) {
  select.form-control-round {
    padding-right: 35px;
    margin-right: 10px;
    border-radius: 25px;
  }
}

@media (max-width: 1199.98px) {
  select.form-control-round {
    height: 33px;
    width: 100%;
    border-radius: 20px;
  }
}

textarea.form-control {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: auto;
  line-height: inherit;
  resize: none;
}

.table-form textarea.form-control {
  width: 100%;
  height: 460px;
}

.table-form textarea.form-control.support-control {
  height: 200px;
}

@media (max-width: 1199.98px) {
  .table-form textarea.form-control {
    height: 300px;
  }
}

.upload-area {
  /* height: 100%; */
  padding: 8px 0;
  text-align: center;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ddd' stroke-width='1' stroke-dasharray='2%2c 5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.upload-area > * {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}

.upload-area .upload-info {
  padding-left: 20px;
  background: url(../images/ico-upload-file.png) left center no-repeat;
}

.upload-area .btn-upload {
  position: relative;
  padding: 5px 10px 4px 27px;
  border: 1px solid #d8d9da;
  background-color: #fff;
  font-weight: bold;
}

.upload-area .btn-upload:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 17px;
  width: 8px;
  height: 8px;
  background-image: url(../images/ico-more-sm-bold.png);
  background-size: 8px 8px;
  background-position: center center;
}

.upload-area .form-file {
  display: none;
}

@media (max-width: 1199.98px) {
  .upload-area {
    background-color: #fff;
    background-image: none;
  }
  .upload-area > * {
    color: #2a2a2a;
  }
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

input[type=checkbox] + label, input[type=radio] + label {
  position: relative;
  height: 16px;
}

input[type=checkbox] + label .sr-only, input[type=radio] + label .sr-only {
  position: static;
  margin-right: -6px !important;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  vertical-align: middle;
  border-radius: 0;
  margin: -2px 5px 0 0;
  background-color: #fff;
  content: '';
}

input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
  color: #959595;
}

input[type=checkbox]:disabled + label:before, input[type=radio]:disabled + label:before {
  opacity: .3;
  border-color: #666;
}

input[type=checkbox] + label:before {
  border-radius: 2px;
}

input[type=checkbox]:checked + label:before {
  border-color: transparent;
  background: #333 url(../images/ico-checkbox-checked.png) no-repeat 45% center;
}

input[type=radio] + label:before {
  border-radius: 50%;
}

input[type=radio]:checked + label:before {
  border-color: transparent;
  background: #fff url(../images/ico-radio-checked.png) no-repeat center center;
}

input.custom-control + label:before {
  border: 0;
  border-radius: 50%;
  background: #959595 url(../images/ico-checkbox-checked-white.png) no-repeat 45% center !important;
  background-size: 11px 8px !important;
}

input.custom-control:checked + label:before {
  background-color: #3c5ca8 !important;
}

input.custom-control:disabled + label {
  color: #959595;
}

input.custom-control:disabled + label:before {
  opacity: 1;
  background-color: #dadada !important;
}

input.input-item {
  border-radius: 25px;
  border: 1px solid #eaeaea;
}

input.input-item::-webkit-input-placeholder {
  color: #6d6d6d;
}

input.input-item:-ms-input-placeholder {
  color: #6d6d6d;
}

input.input-item::-ms-input-placeholder {
  color: #6d6d6d;
}

input.input-item::placeholder {
  color: #6d6d6d;
}

@media (max-width: 1199.98px) {
  input.input-item {
    border-radius: 0;
  }
}

.input-group {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.input-group .datepicker,
.input-group .form-control {
  display: table-cell;
  width: 100% !important;
}

.input-group .input-addon {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

.input-group .input-addon + .form-control {
  margin-left: 9px;
  border-right: 1px solid #ddd;
}

.input-group .btn-default {
  background-color: #2a2a2a;
}

@media (max-width: 1199.98px) {
  .input-group {
    max-width: none !important;
  }
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-row .text-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 10px;
}

.form-row .input-item + .input-item {
  margin-left: 10px;
}

.form-row .input-item .form-control {
  width: 100%;
}

@media (min-width: 1200px) {
  .form-row .input-item {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 1199.98px) {
  .form-row {
    max-width: none !important;
  }
  .form-row .text-item {
    padding: 0 5px;
  }
  .form-row .input-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
  }
  .form-row .input-item.md-full {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 15px 0 0 !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.input-group-file {
  display: block;
  max-width: 500px;
}

.input-group-file label {
  display: inline-block;
}

.input-group-file .form-file {
  display: none;
}

.input-group-file .btn-md {
  min-width: auto;
  padding-left: 0.10rem;
  padding-right: 0.10rem;
}

.input-group-file .form-control {
  display: inline-block;
  margin: 0 .05rem;
  max-width: calc(100% - 1.64rem);
}

.ckeck-item {
  vertical-align: middle;
  line-height: 20px;
}

.ckeck-item + .ckeck-item {
  margin-left: 26px;
}

@media (max-width: 1199.98px) {
  .ckeck-item + .ckeck-item {
    margin-left: 11px;
  }
}

.text-guide {
  font-size: 14px;
  margin: 10px 0 3px;
  line-height: 16px;
}

.text-invalid,
.text-valid {
  font-size: 14px;
}

.text-invalid {
  color: #5d7acd;
}

.text-valid {
  color: #3c5ca8;
}

.req {
  color: #5d7acd;
  vertical-align: middle;
}

.form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 30px 0 10px;
  line-height: 1;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

.form-header .title-form {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}

@media (max-width: 1199.98px) {
  .form-header {
    display: none;
  }
  .form-header.block {
    display: block !important;
  }
  .form-header.block .left + .right {
    margin-top: 5px;
  }
  .form-header.block .title-form {
    font-size: 18px;
    line-height: 22px;
  }
}

.search-form-detail-1 {
  position: relative;
}

.search-form-detail-1 .check-item {
  padding-left: 95px;
}

.search-form-detail-1 .btn-group-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 458px;
}

.search-form-detail-1 .btn-group-box .btn-left {
  margin-left: 5px;
}

.search-form-detail-1 .btn-group-box .btn-left .ico {
  margin-right: 10px;
}

.search-form-detail-1 .btn-group-box .btn-4 {
  margin-top: 20px;
}

.search-form-detail-1 .bbs-header-1 {
  margin-top: -60px;
}

@media (min-width: 1200px) {
  .search-form-detail-1 .btn-group-box {
    position: absolute;
    top: 104px;
    right: 0;
  }
}

@media (max-width: 1199.98px) {
  .search-form-detail-1 .check-item {
    padding-left: 80px;
    padding-top: 10px;
  }
  .search-form-detail-1 .btn-group-box {
    width: 265px;
    margin: 20px auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-form-detail-1 .btn-group-box .btn-left {
    margin-left: 0;
    width: 120px;
    height: 40px;
  }
  .search-form-detail-1 .btn-group-box .btn-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 140px;
    margin-right: 5px;
  }
  .search-form-detail-1 .btn-group-box .btn-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .search-form-detail-1 .btn-group-box .btn-3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 5px;
  }
  .search-form-detail-1 .btn-group-box .btn-4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 140px;
    margin-top: 5px;
    margin-right: 5px;
  }
  .search-form-detail-1 .bbs-header-1 {
    margin-top: 120px;
  }
  .search-form-detail-1 .bbs-date-1 {
    width: 100%;
  }
  .search-form-detail-1 .bbs-date-1 .bbs-1 {
    margin-bottom: -10px;
  }
  .search-form-detail-1 .bbs-date-1 .bbs-top {
    margin-top: 5px;
  }
}

/* 탭메뉴 */
/* 월 선택 탭 */
.category-list {
  margin: -2px;
  margin-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

.category-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 68px;
  padding: 0 10px;
  height: 30px;
  margin: 2px;
  border-radius: 15px;
  background-color: #eee;
}

.category-list li.on a {
  color: #fff;
  background-color: #8e8e8e;
}

.category-list.category-year {
  margin: -4px;
  margin-bottom: 36px;
}

.category-list.category-year a {
  margin: 4px;
  padding: 0 20px;
}

.category-list.category-year li.on a {
  background-color: #2a7cec;
}

@media (max-width: 1199.98px) {
  .category-list {
    display: -ms-grid;
    display: grid;
    font-size: 11px;
        grid-template-columns: repeat(4, auto);
    row-gap: 6px;
    -webkit-column-gap: 9px;
            column-gap: 9px;
    margin: 0 !important;
    margin-top: 30px !important;
  }
  .category-list a {
    margin: 0 !important;
    padding: 0 !important;
    height: 25px;
  }
}

@media (min-width: 1200px) {
  .tab-menu .select-area {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .tab-menu {
    margin-bottom: 10px;
  }
  .tab-menu .select-area {
    display: block;
  }
}

.tab-menu1 li {
  position: relative;
}

.tab-menu1 li a {
  color: #656d78;
}

.tab-menu1 li a:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
}

.tab-menu1 li.on {
  border-color: #3c5ca8;
}

.tab-menu1 li.on a {
  position: relative;
  /* outline: 0; */
  background-color: #3c5ca8;
  color: #fff;
}

@media (min-width: 1200px) {
  .tab-menu1 {
    margin: 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .tab-menu1 .select-area {
    display: none;
  }
  .tab-menu1 > .tab-list {
    display: block !important;
    text-align: center;
    line-height: 1.2;
  }
  .tab-menu1 > .tab-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    border-left: 1px solid #e8e8e8;
    font-size: 17px;
  }
  .tab-menu1 > .tab-list li a .ico {
    margin-top: -2px;
  }
  .tab-menu1 > .tab-list li:last-child:not(.on) a {
    border-right: 1px solid #e8e8e8;
  }
  .tab-menu1 > .tab-list:not(.slick-slider) li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
  }
}

@media (max-width: 1199.98px) {
  .tab-menu1 {
    position: relative;
    margin-bottom: 30px;
  }
  .tab-menu1 .select-area {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 30px 0 20px;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 25px;
  }
  .tab-menu1 .select-area:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    width: 8px;
    height: 10px;
    background: #fff url(../images/ico-select-arrow2.png) no-repeat 0 0;
  }
  .tab-menu1 > .tab-list {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    z-index: 200;
  }
  .tab-menu1 > .tab-list li {
    padding: 7px 20px 6px;
    font-size: 14px;
    background-color: #fff;
  }
  .tab-menu1 > .tab-list li.on a {
    background-color: transparent;
  }
  .tab-menu1 > .tab-list li a {
    display: block;
    color: #767676;
  }
  .tab-menu1 > .tab-list li:first-child {
    border-radius: 5px 5px 0 0;
  }
  .tab-menu1 > .tab-list li:last-child {
    border-radius: 0 0 5px 5px;
  }
  .tab-menu1 > .tab-list li:hover {
    background-color: #efefef;
  }
  .tab-menu1 > .tab-list li + li {
    border-top: 1px solid #e8e8e8;
  }
}

.tab-content {
  display: none;
}

.box {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 10px 12px;
}

/* 모달 팝업 */
.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-popup.hide {
  opacity: 0;
  visibility: hidden;
}

.modal-popup.hide .popup-inner {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.modal-popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modal-popup.show .popup-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal-popup .dimed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-popup .dimed + .popup-inner {
  border: 0;
}

.modal-popup .popup-inner {
  position: relative;
  z-index: 1100;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border: 1px solid #3c5ca8;
}

.modal-popup .popup-header {
  background-color: #305aa6;
  text-align: center;
  color: #fff;
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
}

.modal-popup .popup-title {
  font-size: 18px;
}

.modal-popup .popup-body {
  padding: 30px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.modal-popup .popup-footer {
  border-top: 1px solid #e1e1e1;
  padding: 16px 30px;
}

.modal-popup .popup-footer .btn {
  padding: 0 30px;
}

.modal-popup .popup-footer .btn + .btn {
  margin-left: 6px;
}

.modal-popup .btn-close-popup {
  height: 50px;
  padding: 0 20px;
  position: absolute;
  right: 25px;
  top: 8px;
  width: 36px;
  height: 36px;
  background: url(../images/ico-popup-close.png) 0 0 no-repeat;
  background-size: 36px 36px;
  text-indent: -9999px;
  overflow: hidden;
}

.modal-popup.modal-full .popup-inner {
  width: 100%;
  height: 100%;
}

.modal-popup.modal-sm .popup-inner {
  width: 480px;
}

.modal-popup.modal-sm .popup-body {
  padding: 20px;
}

.modal-popup.modal-md .popup-inner {
  width: 950px;
}

@media (max-width: 1199.98px) {
  .modal-popup.alert .popup-inner {
    width: calc(100vw - 40px);
  }
}

table {
  width: 100%;
  border-spacing: 0;
}

.table {
  overflow: hidden;
}

.table table {
  border-collapse: collapse;
  border-top: hidden;
  border-left: hidden;
  border-right: hidden;
}

.table thead {
  word-break: keep-all;
}

.table thead ~ tbody,
.table thead ~ tfoot {
  text-align: center;
}

.table thead {
  text-align: center;
}

.table thead tr:first-child th,
.table thead tr:first-child td {
  border-top: 0;
}

@media (max-width: 1199.98px) {
  .table.table-scroll-x {
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
  }
  .table.table-scroll-x .scroll-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 24px;
  }
  .table.table-scroll-x .scroll-track .table {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .table.table-scroll-x .scroll-track:after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    content: '';
    width: 0;
    height: 0;
  }
}

.table-data table {
  border-top: 1px double #000;
}

.table-data th,
.table-data td {
  height: 45px;
  border: 1px solid #ddd;
  padding: 13px 20px;
}

.table-data th {
  background-color: #f1f2f7;
  font-weight: normal;
  font-size: 16px;
}

.table-data td {
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

@media (max-width: 1199.98px) {
  .table-data {
    font-size: 12px;
  }
  .table-data table {
    border-top: 2px solid #000;
  }
  .table-data th,
  .table-data td {
    height: 35px;
    padding: 5px 20px;
  }
}

.table-form {
  border-top: 1px solid #000;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  color: #666;
}

.table-form tbody th {
  background-color: #f8f8f8;
}

.table-form th,
.table-form td {
  border: 1px solid #e8e8e8;
}

.table-form th {
  font-weight: normal;
  font-size: 16px;
  vertical-align: top;
  padding-top: 13px;
}

.table-form td {
  height: 50px;
  padding: 4px 11px;
}

.table-form td.upload-wrap {
  padding: 2px;
}

.table-form .row + .row {
  margin-top: 4px;
}

.table-form .input-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-form .input-form-group .form-control {
  margin: 0 3px;
  width: 144px;
}

.table-form .input-form-group .form-bar {
  display: inline-block;
  width: 17px;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.table-form .input-date {
  position: relative;
  margin-right: 20px;
}

.table-form .input-date:after {
  content: '~';
  display: inline-block;
  position: absolute;
  right: -13px;
  top: 0px;
}

.table-form .input-date.input-email:after {
  content: '@';
}

.table-form .input-type1 {
  width: 144px;
}

@media (min-width: 768px) {
  .table-form .check-item-group .check-item {
    display: inline-block;
    width: 16%;
    line-height: 28px;
  }
  .table-form .check-item-group .check-item:nth-child(3n) {
    width: 52%;
  }
  .table-form .check-item-group .check-item:nth-child(9) {
    width: 17%;
  }
  .table-form .check-item-group .check-item:last-child {
    width: 49%;
    margin-top: -3px;
  }
  .table-form .check-item-group .check-item:last-child label {
    display: inline-block;
    width: 80px;
  }
  .table-form .check-item-group .check-item:last-child .form-control {
    width: calc(100% - 85px);
    
  }
}

@media (max-width: 1199.98px) {
  .table-form {
    border-color: #e8e8e8;
  }
  .table-form colgroup {
    display: none;
  }
  .table-form th {
    width: 76px;
    color: #666;
    font-size: 12px;
    border-right: 0;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .table-form td {
    height: 46px;
    width: calc(100% - 76px);
    font-size: 12px;
    border-left: 0;
  }
  .table-form td .check-item-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-form td .check-item-group .check-item {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    line-height: 24px;
  }
  .table-form td .check-item-group .check-item:nth-child(3n) {
    width: 50%;
  }
  .table-form td .check-item-group .check-item:nth-child(9) {
    width: 50%;
  }
  .table-form td .check-item-group .check-item:last-child label {
    display: inline-block;
    width: 75px;
  }
  .table-form td .check-item-group .check-item:last-child .form-control {
    width: calc(100% - 85px);
    
  }
  .table-form td .input-form-group .form-control {
    width: calc((100% - 15px) / 3);
    margin: 0 2px;
  }
  .table-form td .input-form-group .form-bar {
    width: 10px;
    font-size: 10px;
  }
}

@media (max-width: 767.98px) {
  .table-form .input-date {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .table-form .input-date:after {
    top: 5px;
    right: 0;
  }
  .table-form td .check-item-group .check-item {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    line-height: 24px;
  }
  .table-form td .check-item-group .check-item:last-child label {
    display: inline-block;
    width: 75px;
  }
  .table-form td .check-item-group .check-item:last-child .form-control {
    width: calc(100% - 85px);
    
  }
  .table-form .input-type1 {
    width: calc(100% - 10px);
  }
  .table-form .input-type1 + .input-type1 {
    margin-top: 5px;
  }
}

.table-form2 {
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  color: #666;
}

.table-form2 table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #aaa;
  width: calc(100% + 8px);
  margin: 0 -4px;
}

.table-form2 tr:first-child td {
  padding-top: 10px;
}

.table-form2 tr:last-child td {
  padding-bottom: 10px;
}

.table-form2 th {
  height: 52px;
  padding-top: 0;
  font-weight: normal;
  font-size: 16px;
  vertical-align: middle;
  color: #222;
  border-bottom: 1px solid #aaa;
}

.table-form2 td {
  height: 50px;
  padding: 5px 4px;
}

.table-form2 td .datepicker-group .form-control {
  width: calc((100% - 25px) / 2);
}

.table-form2 td .datepicker-group .form-bar {
  display: inline-block;
  width: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .table-form2 .check-item-group .check-item {
    float: left;
    width: 30%;
  }
  .table-form2 .check-item-group .check-item:nth-child(3n) {
    width: 40%;
  }
  .table-form2 .input-form-row span {
    display: inline-block;
    width: 96px;
    padding-left: 10px;
    text-align: left;
  }
  .table-form2 .input-form-row .form-control {
    width: calc(100% - 101px);
  }
}

@media (max-width: 1199.98px) {
  .table-form2 table {
    width: 100%;
    margin: 0;
  }
  .table-form2 th {
    width: 76px;
    height: 40px;
    color: #666;
    font-size: 12px;
    border-right: 0;
  }
  .table-form2 td {
    height: 46px;
    width: calc(100% - 76px);
    font-size: 12px;
    border-left: 0;
  }
  .table-form2 td .check-item-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .table-form2 td .check-item-group .check-item {
    width: 30%;
  }
  .table-form2 td .check-item-group .check-item:nth-child(3n) {
    width: 40%;
  }
  .table-form2 td .input-form-row span {
    display: inline-block;
    width: 37px;
    padding-left: 0;
    vertical-align: middle;
  }
  .table-form2 td .input-form-row .form-control {
    width: calc(100% - 42px);
  }
}

.table-list {
  border-top: 2px solid #555;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

.table-list tr {
  border-bottom: 1px solid #aaa;
}

.table-list th {
  height: 56px;
  padding: 14px 20px 15px;
  color: #222;
}

.table-list td {
  height: 80px;
  padding: 28px 15px 28px;
  font-size: 14px;
  color: #4e4e4e;
}

.table-list td.title {
  max-width: 100%;
  white-space: nowrap;
  max-height: 16px;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-list td.title-notice {
  color: #3e427d;
  font-weight: bold;
}

.table-list td .lab {
  display: inline-block;
  min-width: 60px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
}

.table-list td .lab.bg-blue {
	background-color: #3e427d;
}

.table-list td .lab.bg-line1 {
	border: 1px solid #0076cb;
    color: #0076cb;
}
.table-list td .lab.bg-line2 {
	border: 1px solid #a66702;
	color: #a66702;
}
.table-list td .lab.bg-line3 {
	border: 1px solid #883ebc;
	color: #883ebc;
}
.table-list td .lab.bg-line4 {
	border: 1px solid #71777d;
	color: #71777d;
}
.table-list td .lab.bg-line5 {
	border: 1px solid #E97011;
	color: #E97011;
}
.table-list td .lab.bg-line6 {
	border: 1px solid #00A74E;
	color: #00A74E;
}

@media (min-width: 768px) {
  .table-list table {
    table-layout: fixed;
  }
}

@media (max-width: 1199.98px) {
  .table-list colgroup,
  .table-list thead {
    display: none;
  }
  .table-list tr {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-list td {
    height: auto;
    padding: 3px 0;
    text-align: left;
    color: #111;
    border: 0;
  }
  .table-list td.title {
    width: 100%;
    margin-bottom: 2px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-list td.bbs-date, .table-list td.bbs-review {
    font-size: 12px;
    color: #666;
  }
  .table-list td.bbs-date span:after, .table-list td.bbs-review span:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    margin: 0 4px;
    background-color: #989898;
    vertical-align: middle;
  }
  .table-list td.bbs-review {
    margin-left: 10px;
  }
  .table-list .no-data {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #666;
  }
}

.table-detail {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

.table-detail th,
.table-detail td {
  height: 45px;
  border: 1px solid #ddd;
  padding: 13px 20px;
}

.table-detail th {
  background-color: #f8f8f8;
  font-weight: normal;
  font-size: 16px;
}

.table-detail td {
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

.table-detail td .download-list li {
  position: relative;
}

.table-detail td .download-list li .btn-download {
  position: absolute;
  top: -3px;
  right: -10px;
  border: 1px solid #999;
  padding: 2px 15px 3px;
  color: #39333d;
  font-weight: bold;
  font-size: 15px;
}

@media (max-width: 1199.98px) {
  .table-detail {
    margin-top: 10px;
  }
  .table-detail tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    font-size: 12px;
  }
  .table-detail th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
  }
  .table-detail td {
    width: calc(100% - 70px);
    height: auto;
    padding: 13px 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
  }
}

.table-list-col td.text-title-wave {
  font-weight: bold;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .table-list-col tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-list-col tr .bbs-review {
    margin-left: 0;
  }
}

.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination a,
.pagination strong {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: 3px;
  padding: 0 5px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: top;
}

.pagination strong {
  color: #fff;
  border-color: transparent;
  background-color: #333;
}

.pagination .direction {
  padding: 0;
  border: 1px solid #e0e0e0;
  background: #fff url(../../assets/images/ico-paging-first.png) no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pagination .direction.next {
  background: #fff url(../../assets/images/ico-paging-next.png) no-repeat center center;
  margin-left: 10px;
  margin-right: 4px;
}

.pagination .direction.last {
  background: #fff url(../../assets/images/ico-paging-last.png) no-repeat center center;
}

.pagination .direction.prev {
  background: #fff url(../../assets/images/ico-paging-prev.png) no-repeat center center;
  margin-right: 10px;
  margin-left: 7px;
}

@media (max-width: 1199.98px) {
  .pagination {
    margin-top: 20px;
  }
  .pagination a,
  .pagination strong {
    width: 24px;
    height: 24px;
    padding: 0;
    margin-left: -2px;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
    border: 1px solid #e0e0e0;
  }
  .pagination strong {
    border-color: transparent;
  }
  .pagination .direction.prev {
    margin-right: 2px;
    margin-left: -2px;
  }
  .pagination .direction.next {
    margin-left: 0px;
    margin-right: 0;
  }
}

.form-datepicker {
  width: 170px;
  background: url(../images/ico-datepicker.png) right 7px center no-repeat;
  padding-right: 30px;
}

#ui-datepicker-div {
  display: none;
  position: absolute;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  z-index: 1500 !important;
  width: 300px;
  border: 1px solid #e6e6e6;
  padding: 20px 20px 15px;
}

#ui-datepicker-div caption {
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#ui-datepicker-div table {
  table-layout: auto;
  width: 100%;
  border: 0px solid #000;
  text-align: center;
  color: #000;
}

#ui-datepicker-div table th {
  height: 30px;
  background: none;
  text-align: center;
  font-weight: normal;
}

#ui-datepicker-div table td {
  height: 35px;
  padding: 0 !important;
  margin: 0;
  text-align: center;
  border: 0;
}

#ui-datepicker-div .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-title a {
  font-size: inherit;
}

#ui-datepicker-div .ui-datepicker-title select {
  font-size: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: inherit;
  border: 0;
}

#ui-datepicker-div .ui-datepicker-title select::-ms-expand {
  display: none;
}

#ui-datepicker-div .ui-datepicker-title select option {
  font-size: 14px;
}

#ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
  margin-left: 4px;
}

#ui-datepicker-div .ui-datepicker-calendar {
  table-layout: fixed;
}

#ui-datepicker-div .ui-datepicker-calendar th:first-child a,
#ui-datepicker-div .ui-datepicker-calendar td:first-child a {
  color: #D70000;
}

#ui-datepicker-div .ui-datepicker-calendar th:last-child a,
#ui-datepicker-div .ui-datepicker-calendar td:last-child a {
  color: #0069e1;
}

#ui-datepicker-div .ui-datepicker-calendar th {
  font-size: 16px;
}

#ui-datepicker-div .ui-datepicker-calendar td {
  font-size: 14px;
  color: #999;
}

#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #000;
  width: 29px;
  height: 29px;
  line-height: 29px;
  border-radius: 50%;
  display: block;
  margin: auto;
  text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background-color: #f8f8f8;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active {
  background-color: #3c5ca8 !important;
  color: #fff !important;
  font-weight: bold;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  background-color: #666;
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-header {
  overflow: hidden;
  height: 28px;
  margin-bottom: 10px;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  width: 28px;
  height: 28px;
  background: url(../images/ico-cal-arr-left.png) no-repeat center center;
  text-indent: -9999px;
  margin: 0;
  text-align: left;
  overflow: hidden;
}

#ui-datepicker-div .ui-datepicker-prev {
  float: left;
  margin-left: 25px;
}

#ui-datepicker-div .ui-datepicker-next {
  float: right;
  margin-right: 25px;
  background-image: url(../images/ico-cal-arr-right.png);
}

.top-guide {
  text-align: center;
}

.top-guide .text-lg {
  display: inline-block;
  padding: 2px 50px 0;
  line-height: 33px;
  background-color: #fff;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#3e427c), to(#3b61b1));
  background: linear-gradient(to right, #3e427c 0%, #3b61b1 100%);
}

.top-guide .text-sr {
  display: inline-block;
  line-height: 33px;
  background-color: #fff;
  color: #fff;
/*   background: -webkit-gradient(linear, left top, right top, from(#3e427c), to(#3b61b1));
  background: linear-gradient(to right, #3e427c 0%, #3b61b1 100%); */
}

.top-guide .text-xl {
  margin-top: 15px;
  font-weight: normal;
}

@media (max-width: 1199.98px) {
  .top-guide {
    display: none;
  }
}

.total-page {
  margin-bottom: 6px;
}

.total-page span {
  padding: 0 .937rem;
  font-size: 14px;
  color: #666;
  line-height: 1;
}

.total-page span + span {
  border-left: 1px solid #ddd;
}

.total-page strong {
  color: #333;
  padding-left: .3125rem;
}

@media (max-width: 1199.98px) {
  .total-page {
    margin-bottom: 2px;
  }
  .total-page span {
    font-size: 12px;
    padding: 0 4px;
  }
  .total-page strong {
    padding-left: 3px;
  }
}

/* 검색폼 - 상세형 */
.search-form-detail .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #009ace;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 19px;
  border-radius: 17px;
  font-size: 14px;
  width: 79px;
  height: 34px;
}

.search-form-detail .form-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.search-form-detail .form-items .bar {
  padding: 0 5px;
}

.search-form-detail .form-items .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-color: #c9c9c9;
}

.search-form-detail .form-items .form-datepicker {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  width: 163px;
}

.search-form-detail .form-items select {
  background-image: url(../images/ico-select-arrow-black.png);
}

.search-form-detail .form-control {
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  font-size: 14px;
  color: #777;
}

.search-form-detail .check-item {
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  font-size: 15px;
  color: #666;
  white-space: nowrap;
  margin-right: 10px;
}

.search-form-detail .form-control-keyword {
  margin-left: -1px;
}

.search-form-detail .btn-group-search {
  text-align: center;
  margin-top: 20px;
}

.search-form-detail .btn-group-search .btn-search {
  width: 130px;
  height: 40px;
  background-color: #009ace;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

@media (min-width: 1200px) {
  .search-form-detail {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .search-form-detail .form-container3 {
    display: -ms-grid;
    display: grid;
    gap: 5px;
    -ms-grid-columns: 400px;
        grid-template-columns: repeat(3, 400px);
  }
  
  .search-form-detail .form-container {
    display: -ms-grid;
    display: grid;
    gap: 5px;
    -ms-grid-columns: 500px;
        grid-template-columns: repeat(2, 500px);
  }
  .search-form-detail .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 42px 0 14px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .search-form-detail .form-container {
    display: -ms-grid;
    display: grid;
    gap: 5px;
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(2, 1fr);
  }
  .search-form-detail .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
}

@media (max-width: 1199.98px) {
  .search-form-detail .form-items .bar {
    font-size: 0;
    padding: 0 2px;
  }
  .search-form-detail .form-items .form-control {
    font-size: 12px;
  }
  .search-form-detail .form-items .form-datepicker {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
  }
  .search-form-detail .form-items .check-item {
    font-size: 12px;
  }
  .search-form-detail .label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
    width: 65px;
    height: 28px;
    font-size: 12px;
    margin-right: 15px;
  }
  .search-form-detail .btn-group-search .btn-search {
    width: 109px;
    height: 34px;
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .search-form-detail .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  .search-form-detail .form-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: calc(100% - 80px);
  }
  .search-form-detail .form-items .form-datepicker {
    width: 40%;
  }
  .search-form-detail .check-item {
    margin-right: 20px;
  }
  .search-form-detail .form-control-keyword {
    width: 100px;
  }
}

/* 게시판 타이틀 */
.list-title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 1199.98px) {
  .list-title {
    margin-top: 30px;
    font-size: 36px;
    margin-bottom: 20px;
  }
}

/* 카드 컨테이너 */
.card-list {
  display: -ms-grid;
  display: grid;
}

.card-list-photo {
  border-top: 2px solid #000;
}

@media (min-width: 1200px) {
  .card-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .card-list-photo {
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(3, 1fr);
    padding: 40px;
    border-top: 2px solid #000;
  }
  .card-list-xl {
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 1199.98px) {
  .card-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 30px 20px 20px;
  }
  .card-list-photo {
    padding-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .card-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
  }
}

/* 카드 구성요소 */
.card-item {
  position: relative;
}

.card-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 7px 0 35px rgba(0, 0, 0, 0.10);
          box-shadow: 7px 0 35px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.card-item a.inner {
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.card-item a.inner:hover, .card-item a.inner:focus {
  -webkit-box-shadow: 7px 0 35px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 0 35px rgba(0, 0, 0, 0.1);
}

.card-item .item-header {
  -webkit-box-flex: 0;
 
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.card-item .item-header .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 63px;
  padding: 0 10px;
  line-height: 24px;
  border-radius: 12px;
  font-size: 12px;
}

.card-item .item-header .label-red {
  color: #fff;
  /* background-color: #009ace; */
  background-color: #245888;
  
}

.card-item .item-header .label-gray {
  color: #fff;
  background-color: #8e8e8e;
}

.card-item .item-header .label-lightgray {
  background-color: #eee;
}

.card-item .item-header .label-red2 {
  color: #fff;
  background-color: #ed174f;
}

.card-item .item-body {
  overflow: hidden;
}

.card-item .author {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #777;
}

.card-item .author .profile-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-item .author .date:before {
  content: '|';
  margin: 0 5px;
  font-size: 10px;
}

.card-item .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: fit-content(70px) auto;
      grid-template-columns: fit-content(70px) auto;
  font-size: 12px;
  line-height: 15px;
}

.card-item .info dt,
.card-item .info dd {
  padding: 5px 0 4px;
}

.card-item .info dt {
  position: relative;
  color: #777;
  white-space: nowrap;
  padding-right: 10px;
}

.card-item .info dt:after {
  position: absolute;
  content: '|';
  right: 3px;
  top: 4px;
  color: #9b9b9b;
  font-size: 10px;
}

.card-item .info dd {
  color: #222;
}

.card-item .program-info {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 10px;
}

.card-item .program-info dt {
  color: #222;
}

.card-item .program-info dd {
  color: #777;
}

.card-item .btn-like {
  position: absolute;
  top: 20px;
  right: 19px;
}

.card-item-info .inner {
  min-height: 309px;
}

.card-item-info .item-header {
  padding: 30px 20px;
}

.card-item-info .item-body {
  padding: 0 20px 30px;
}

.card-item-info .btn-download {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 79px;
  padding: 0 16px;
  height: 34px;
  border-radius: 17px;
  color: #fff;
  font-size: 14px;
  top: 26px;
  right: 18px;
  background-color: #009ace;
}

.card-item-info .subject {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 72px;
  max-height: none;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-list-xl .card-item-info .item-header {
  padding-bottom: 0;
}

.card-list-xl .card-item-info .item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-list-xl .card-item-info .item-title {
  margin-top: 20px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-list-xl .card-item-info .btn-view {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 79px;
  padding: 0 16px;
  height: 34px;
  border-radius: 17px;
  color: #fff;
  font-size: 12px;
  background-color: #5d6cc9;
}

@media (min-width: 1200px) {
  .card-list-xl .card-item-info .subject {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
    max-width: 100%;
    white-space: nowrap;
    height: 24px;
    max-height: none;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .card-list-xl .card-item-info .subject {
    margin: 0;
    display: block;
    height: auto;
  }
  .card-list-xl .card-item-info .program-info {
    margin-top: 5px;
  }
  .card-list-xl .card-item-info .program-info dd {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 45px;
    line-height: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
  }
  .card-list-xl .card-item-info .btn-view {
    position: absolute;
    top: 28px;
    right: 20px;
    width: 84px;
    height: 27px;
    font-size: 11px;
  }
}

.card-item-thumb .inner {
  height: 361px;
}

.card-item-thumb .item-header {
  padding: 20px;
}

.card-item-thumb .item-header .subject {
  display: block;
  margin-top: 20px;
  font-size: 19px;
  font-weight: normal;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 48px;
  max-height: none;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-item-thumb .item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}

.card-item-thumb .thumb {
  position: relative;
  width: 100%;
  height: 100%;
}

.card-item-thumb .thumb img {
  width: 100%;
  height:160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-item-thumb .thumb .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -34px 0 0 -34px;
}
.thumb-area .ico {
  position: absolute;
  left: 35%;
  top: 35%;
  margin: -34px 0 0 -34px;
}

.card-item-photo .item-header {
  padding: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.card-item-photo .item-body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 199px;
}

.card-item-photo .subject {
  display: block;
  margin-right: 30px;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  font-size: 19px;
  max-width: 100%;
  white-space: nowrap;
  height: 26px;
  max-height: none;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-item-photo .content {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #4e4e4e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 36px;
  max-height: none;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-item-photo .btn-like {
  position: absolute;
  right: 10px;
  top: 209px;
}

@media (min-width: 768px) {
  .card-item-photo {
    max-width: 350px;
  }
}

@media (max-width: 1199.98px) {
  .card-item-photo {
    height: 241px;
  }
  /* .card-item-photo .item-header {
    height: 96px;
  } */
  .card-item-photo .subject {
    font-size: 14px;
    max-width: 100%;
    white-space: nowrap;
    height: 20px;
    max-height: none;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .card-item-photo .content {
    margin-top: 5px;
    font-size: 9px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 26px;
    max-height: none;
    line-height: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .card-item-photo .author {
    margin-top: 8px;
    font-size: 9px;
  }
  .card-item-photo .btn-like {
    top: 155px;
    width: 20px;
    height: 20px;
  }
  .card-item-photo .btn-like .ico {
    width: 9px;
    height: 8px;
    background-size: cover;
  }
  
  .thumb-area .ico {
  	position: absolute;
  	left: 50%;
  	top: 20%;
  	margin: -34px 0 0 -34px;
  }
}

/* 상단 검색 */
.bbs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bbs-header .total-page {
  margin-top: 40px;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

@media (min-width: 1200px) {
  .bbs-header {
    margin-top: 60px;
  }
}

@media (max-width: 1199.98px) {
  .bbs-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bbs-header .total-page {
    margin-top: 15px;
  }
}

.bbs-search .category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bbs-search .dropdown-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.bbs-search .keyword-control {
  position: relative;
}

.bbs-search .input-addon-search {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
}

.bbs-search .input-addon .btn {
  height: 50px;
  padding: 0 10px;
  background-color: #212121;
}

@media (min-width: 1200px) {
  .bbs-search {
    margin-bottom: 0;
  }
  .bbs-search .input-addon-search .btn-input {
    padding: 0 19px;
    font-size: 18px;
  }
  .bbs-search .input-addon-search .btn-search {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #009ace url(../images/ico-search-white.png) center center no-repeat;
    background-size: 22px 22px;
  }
  .bbs-search .bbs-search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bbs-search .category-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .bbs-search .dropdown-control,
  .bbs-search .btn-dropdown {
    width: 300px;
    max-width: 300px;
    margin-right: 10px;
  }
  .bbs-search .keyword-control {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 400px;
    max-width: 400px;
  }
}

.bbs-search + .bbs-list,
.bbs-search + .thumb-list {
  margin-top: -7.5px;
}

.bbs-search + .faq-list {
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  .bbs-search {
    margin-bottom: 15px;
  }
  .bbs-search .category-container {
    position: relative;
    margin-bottom: 5px;
  }
  .bbs-search .category-container .dropdown-control:last-child .dropdown-list {
    right: 0;
    left: auto;
  }
  .bbs-search .category-container > * + * {
    margin-left: 10px;
  }
  .bbs-search .category-container.col2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .bbs-search .category-container.col3 > * {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
  .bbs-search .category-container.col3 > * + * {
    margin-left: 2px;
  }
  .bbs-search .category-container.col3 .dropdown-control .dropdown-list {
    width: calc(150% + 2px);
  }
  .bbs-search + .bbs-list,
  .bbs-search + .thumb-list {
    margin-top: 5px;
  }
  .bbs-search + .faq-list {
    margin-top: 20px;
  }
  .bbs-search .btn-search {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #009ace url(../images/ico-search-white.png) center center no-repeat;
    background-size: 18px 18px;
  }
}

@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  .bbs-search .input-group + .input-addon {
    display: block;
    margin-top: 20px;
    margin-bottom: -8px;
    text-align: center;
  }
  .bbs-search .input-group + .input-addon .btn {
    height: 36px;
    font-size: 12px;
  }
}

/* 게시판 상세*/
.article-container {
  position: relative;
  margin-top: 130px;
  border-top: 2px solid #555;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

.article-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aaa;
}

.article-container .subject-area {
  position: relative;
  color: #2a2a2a;
  text-align: center;
  border-bottom: 1px solid #cbcfd4;
}

.article-container .subject-area + .attach-files {
  border-top: 0;
}

.article-container .subject-area .subject {
  font-size: 30px;
  max-width: 100%;
  white-space: nowrap;
  max-height: 32px;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-container .subject-area a {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.article-container .subject-area .article-info {
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
  text-align: left;
  font-weight: bold;
}

.article-container .subject-area .article-info dl {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #ddd;
  color: #222626;
}

.article-container .subject-area .article-info dl dt,
.article-container .subject-area .article-info dl dd {
  display: inline-block;
  line-height: 1;
}

.article-container .subject-area .article-info dl:first-child {
  padding-left: 10px;
  border-left: 0;
}

.article-container .subject-area .article-info dd {
  color: #767676;
}

.article-container .subject-area.subject-etc .subject {
  padding-right: 120px;
}

.article-container .article-body {
  color: #555;
  /*min-height: 610px;*/
}

.article-container .article-body.body-type01 {
  position: relative;
  padding: 55px 0 0;
}

.article-container .extend-field {
  border-top: 1px solid #e1e1e1;
}

.article-container .extend-field .extend-item {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.article-container .extend-field .extend-item dt {
  display: table-cell;
  width: 178px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background-color: #f8f8f8;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

.article-container .extend-field .extend-item dd {
  display: table-cell;
  width: calc(100% - 178px);
  padding: 15px 15px 14px;
  border-bottom: 1px solid #e1e1e1;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

.article-container .extend-field .extend-item dd span {
  display: inline-block;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.article-container .attach-files {
  border-top: 1px solid #cbcfd4;
  border-bottom: 1px solid #cbcfd4;
}

.article-container .attach-files + .attach-files {
  border-top: 0;
}

.article-container .attach-files .attach-list {
  display: table;
  width: 100%;
}

.article-container .attach-files .attach-list dt {
  display: table-cell;
  vertical-align: middle;
  color: #222626;
  font-weight: bold;
}

.article-container .attach-files .attach-list dd {
  display: table-cell;
  width: auto;
}

.article-container .attach-files .attach-list dd .list {
  padding: 0;
}

.article-container .attach-files .file-list li {
  position: relative;
  font-size: 14px;
  width: 100%;
}

.article-container .attach-files .file-list li + li {
  margin-top: 5px;
}

.article-container .attach-files .file-list li a {
  min-height: 30px;
}

.article-container .attach-files .file-list li a.btn-download {
  position: absolute;
  top: 0;
  right: 10px;
}

.article-container .attach-files .file-list li a:not(.btn-download) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  font-weight: bold;
  color: #767676;
}

.article-container .attach-files .file-list.top-file-list {
  padding: 8px 10px;
}

.article-container .attach-files .ico {
  position: absolute;
  left: 0;
}

.article-container .view-btn-area {
  margin-top: 10px;
  text-align: center;
}

.article-container .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-container .section-thumb {
  width: 70.166%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-container .section-thumb-row {
  width: 70.166%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.article-container .section .info-area {
  margin-top: 14px;
}

.article-container .section .info-area .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 63px;
  padding: 0 10px;
  margin-right: 12px;
  line-height: 24px;
  border-radius: 12px;
  font-size: 12px;
}

.article-container .section .info-area .label-lightgray {
  background-color: #eee;
}

.article-container .section .info-area strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
}

.article-container .section-content {
  margin-top: 60px;
}

.article-container .section-content dt {
  padding-bottom: 7px;
  font-weight: bold;
}

.article-container .section-content dd {
  padding: 25px 15px 28px;
}

.article-container .section-photo-nav {
  position: absolute;
  top: 46px;
  right: 0;
  width: 26.083%;
}

.article-container .section-photo-nav.photo-nav2 {
  width: 17.666%;
}

.article-container .section-photo-nav .photo-slider-container {
  position: relative;
}

.article-container .section-photo-nav .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-container .section-photo-nav .section-title {
  padding-bottom: 7px;
  margin-top: 0;
  margin-bottom: 9px;
}

.article-container .section-photo-nav .slider-item {
  width: 100%;
  padding-left: 10px;
  margin-left: -10px;
}

.article-container .section-photo-nav .slider-item .slider-header {
  width: 100%;
  height: 175px;
  overflow: hidden;
}

.article-container .section-photo-nav .slider-item .slider-header img {
  -o-object-fit: cover;
     object-fit: cover;
}

.article-container .section-photo-nav .slider-item .slider-content {
  margin-top: 7px;
  margin-bottom: 11px;
}

.article-container .section-photo-nav .slider-item .slider-content .author {
  margin-top: 13px;
}

.article-container .section-photo-nav .slider-item a:last-child .slider-content {
  margin-bottom: 0;
}

.article-container .section-photo-nav .slick-btn-group {
  display: none;
}

.article-container .section-photo-nav .slick-btn-group.on {
  display: block;
}

.article-container .section-photo-nav .slick-arrow {
  position: absolute;
  top: -36px;
  width: 17px;
  height: 16px;
  background-image: url(../images/ico-chevron-left.png);
  background-size: 8px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}

.article-container .section-photo-nav .slick-arrow.slick-prev {
  right: 36px;
}

.article-container .section-photo-nav .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article-container .section-photo-nav .slick-arrow.slick-pause {
  right: 18px;
  background-image: url(../images/ico-slider-stop.png);
  background-size: 7px 12px;
}

.article-container .section-photo-nav .slick-arrow.slick-play {
  right: 18px;
  background-image: url(../images/ico-slider-play.png);
  background-size: 7px 12px;
}

.article-container .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.article-container .author .profile-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-container .author > span {
  font-size: 12px;
  color: #777;
}

.article-container .author > span + span:before {
  content: '|';
  margin: 0 5px;
  font-size: 10px;
}

.article-container .border-bottom {
  border-bottom: 1px solid #b8b8b8;
}

@media (min-width: 768px) {
  .article-container .subject-area {
    padding: 29px 0 24px;
  }
  .article-container .subject-area .subject {
    padding: 0 15px;
  }
  .article-container .subject-area .article-info {
    margin: 25px 0 -24px;
    padding: 9px 0 10px;
    font-size: 14px;
  }
  .article-container .subject-area .article-info dd {
    padding-right: 120px;
  }
  .article-container .article-body {
    padding: 26px 20px;
  }
  .article-container .article-body p + p,
  .article-container .article-body p + ul {
    margin-top: 21px;
  }
  .article-container .article-body ul li {
    margin-top: 20px;
  }
  .article-container .article-body ul li:first-child {
    margin-top: 0;
  }
  .article-container .article-body ul + p {
    margin-top: 25px;
  }
  .article-container .extend-field {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(2, 1fr);
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin: 15px 0 0;
  }
  .article-container .extend-field .extend-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article-container .extend-field .extend-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .article-container .extend-field .extend-item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .article-container .extend-field .extend-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: 1px solid #e1e1e1;
  }
  .article-container .extend-field .extend-item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border-left: 1px solid #e1e1e1;
  }
  .article-container .extend-field .extend-item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    border-left: 1px solid #e1e1e1;
  }
  .article-container .attach-files {
    font-size: 14px;
  }
  .article-container .attach-files dt {
    width: 90px;
    padding-left: 20px;
  }
  .article-container .attach-files dd {
    padding: 22px 0 21px;
  }
  .article-container .attach-files .file-list .btn-download {
    border: 1px solid #999;
    padding: 2px 15px 3px !important;
    color: #39333d;
    font-weight: bold;
    font-size: 15px;
  }
  .article-container .attach-files.top-file-list {
    padding: 8px 10px;
  }
  .article-container .attach-files.top-file-list a {
    height: 30px;
  }
  .article-container .attach-files .ico {
    position: absolute;
    left: 0;
  }
}

@media (max-width: 1199.98px) {
  .article-container {
    margin-top: 3px;
  }
  .article-container .subject-area {
    padding: 17px 0;
  }
  .article-container .subject-area .subject {
    padding: 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 78px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
  }
  .article-container .subject-area .article-info {
    margin-top: 17px;
    margin-bottom: -17px;
    padding: 11px 0 10px;
    font-size: 12px;
  }
  .article-container .subject-area .article-info .block {
    width: 100%;
    margin-bottom: 3px;
  }
  .article-container .subject-area .article-info .block + dl {
    border-left: 0;
  }
  .article-container .subject-area .article-info dd {
    padding-right: 5px;
  }
  .article-container .head-type01 .subject-area .subject {
    position: relative;
    padding: 0 30px 0 30px;
    max-height: 90px;
  }
  .article-container .article-body {
    padding: 16px 0;
    font-size: 15px;
  }
  .article-container .article-body p + p,
  .article-container .article-body p + ul {
    margin-top: 21px;
  }
  .article-container .article-body ul li {
    margin-top: 20px;
  }
  .article-container .article-body ul li:first-child {
    margin-top: 0;
  }
  .article-container .article-body ul + p {
    margin-top: 25px;
  }
  .article-container .article-body.body-type01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
  }
  .article-container .section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article-container .section-thumb {
    width: 100%;
  }
  .article-container .section-thumb .thumb-area img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article-container .section-thumb-row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-container .section .info-area {
    position: relative;
  }
  .article-container .section .info-area .label {
    position: absolute;
    top: 0;
    left: 0;
  }
  .article-container .section .info-area strong {
    padding-left: 70px;
    font-size: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 46px;
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .article-container .section-title {
    font-size: 12px;
  }
  .article-container .section-content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .article-container .section-content dd {
    padding: 3px 0 28px;
  }
  .article-container .section-photo-nav {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .article-container .section-photo-nav .photo-slider {
    padding: 0 25px;
  }
  .article-container .section-photo-nav .photo-slider .slider-item .slider-header {
    height: 150px;
  }
  .article-container .section-photo-nav .photo-slider .slider-item .slider-content {
    margin-top: 4px;
  }
  .article-container .section-photo-nav .photo-slider .slider-item .slider-content strong {
    font-size: 14px;
  }
  .article-container .section-photo-nav .photo-slider .slider-item .slider-content .author {
    margin-top: 10px;
  }
  .article-container .extend-field {
    margin-top: 10px;
  }
  .article-container .extend-field .extend-item {
    display: table-row;
  }
  .article-container .extend-field .extend-item dt {
    width: 70px;
    font-size: 12px;
    border-right: 0;
  }
  .article-container .extend-field .extend-item dd {
    width: calc(100% - 70px);
    padding: 15px 10px 14px;
    font-size: 12px;
  }
  .article-container .attach-files {
    font-size: 12px;
  }
  .article-container .attach-files dt {
    width: 57px;
    padding-left: 0;
  }
  .article-container .attach-files dd {
    padding: 6px 0;
  }
  .article-container .attach-files .file-list li {
    font-size: 12px;
    line-height: 14px;
  }
  .article-container .attach-files .file-list li .btn-download {
    display: none !important;
  }
  .article-container .attach-files .file-list li a {
    font-weight: normal !important;
  }
}

.article-nav {
  border-bottom: 1px solid #aaa;
}

.article-nav li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: 1px solid #cbcfd4;
  color: #39333d;
  font-size: 14px;
}

.article-nav li.prev strong:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article-nav strong {
  position: relative;
  color: #767676;
}

.article-nav strong:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4.5px;
  width: 15px;
  height: 9px;
  background: url(../images/ico-chevron-down-gray.png) no-repeat;
  background-size: cover;
}

.article-nav .ico {
  margin-top: -2px;
  margin-left: 1px;
}

@media (min-width: 768px) {
  .article-nav {
    margin-top: 40px;
  }
  .article-nav li {
    padding: 19px 25px 20px;
  }
  .article-nav strong {
    padding: 0 35px 0 37px;
  }
}

@media (max-width: 1199.98px) {
  .article-nav {
    margin-top: 20px;
  }
  .article-nav li {
    padding: 13px 0;
    font-size: 12px;
  }
  .article-nav strong {
    padding: 0 5px 0 40px;
  }
  .article-nav strong:before {
    left: 10px;
  }
}

/* 댓글 */
.comment-area {
  margin-top: 35px;
}

.comment-area legend {
  line-height: 1;
}

.comment-area .input-area {
  position: relative;
  margin-top: 20px;
}

.comment-area .form-control {
  width: calc(100% - 140px);
  height: 100px;
  border-right: 0;
}

.comment-area .btn {
  position: absolute;
  top: 0%;
  right: 0;
  width: 140px;
  height: 100px;
  background: #333;
}

.comment-area .count {
  color: #999;
}

.comment-area .count em {
  font-style: normal;
}

@media (max-width: 1199.98px) {
  .comment-area {
    font-size: 13px;
  }
  .comment-area .input-area {
    margin-top: 15px;
  }
  .comment-area .form-control {
    width: calc(100% - 54px);
    height: 86px;
    border-width: 3px;
    border-right: 3px solid #e8e8e8;
  }
  .comment-area .count {
    margin-top: 4px;
  }
  .comment-area .btn {
    width: 54px;
    height: 86px;
  }
}

.comment-list .comment-item {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.comment-list dt {
  padding-left: 30px;
  margin-bottom: 18px;
  font-size: 13px;
  color: #696969;
  background: url(../images/ico-comment.png) 0 0 no-repeat;
}

.comment-list dt span {
  position: relative;
  padding: 0 5px 0 9px;
}

.comment-list dt span:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 7px;
  background-color: #888;
}

.comment-list dt span:first-child {
  padding-left: 0;
}

.comment-list dt span:first-child:before {
  content: none;
}

.comment-list dd {
  padding-right: 200px;
}

.comment-list dd p {
  color: #333;
}

.comment-list dd.btn-group {
  position: absolute;
  right: 7px;
  top: calc(50% - 14px);
  margin-top: 0;
  padding-right: 0;
}

.comment-list dd.btn-group .btn {
  padding: 0 20px;
  color: #797979;
  border-color: #ccc;
}

.comment-list dd.btn-group .btn + .btn {
  margin-left: -2px;
}

.comment-list + .btn-group {
  margin-top: 120px;
}

@media (max-width: 1199.98px) {
  .comment-list {
    margin-top: -5px;
    font-size: 13px;
  }
  .comment-list .comment-item {
    padding: 25px 0 23px;
  }
  .comment-list dt {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .comment-list dt span:before {
    width: 2px;
  }
  .comment-list dd {
    padding-right: 100px;
  }
  .comment-list dd.btn-group {
    width: 80px;
    top: calc(50% - 27px);
  }
  .comment-list dd.btn-group .btn {
    padding: 5px 15px 3px;
    height: 26px;
    font-weight: normal;
  }
  .comment-list dd.btn-group .btn + .btn {
    margin-top: 2px;
    margin-left: 0;
  }
  .comment-list + .btn-group {
    margin-top: 20px;
  }
}

/* 캘린더 */
/* 캘린더 상세 */
.schedule-list {
  font-size: .18rem;
}

.schedule-list li {
  position: relative;
  line-height: .22rem;
  padding-left: .34rem;
}

.schedule-list li + li {
  margin-top: .15rem;
}

.schedule-list li .legend-category {
  position: absolute;
  top: -.01rem;
  left: 0;
  width: .28rem;
  height: .28rem;
  line-height: .28rem;
  border-radius: 50%;
  font-size: .14rem;
}

.schedule-list li .text {
  vertical-align: middle;
}

.schedule-list a:hover .text, .schedule-list a:focus .text {
  text-decoration: underline;
}

/* 온라인 활동지원 */
.calendar-wrap .calendar-header {
  position: relative;
  margin-top: 60px;
  margin-bottom: 15px;
}

.calendar-wrap .calendar-header .carlendar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar-wrap .calendar-header .carlendar-title .carlendar-year {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #76838f;
  background-color: #fff;
  z-index: 100;
}

.calendar-wrap .calendar-header .carlendar-title:before {
  content: '';
  position: absolute;
  top: 14px;
  left: calc(50% - 94px);
  width: 188px;
  height: 1px;
  background-color: #76838f;
  z-index: 50;
}

.calendar-wrap .calendar-header .carlendar-title strong {
  font-size: 52px;
  line-height: 60px;
}

.calendar-wrap .calendar-header .btn-cal-group {
  position: absolute;
  top: 43px;
  left: calc(50% - 96px);
}

.calendar-wrap .calendar-header .btn-cal-group .btn {
  width: 35px;
  height: 35px;
  border: 1px solid #d8d9da;
  background-image: url(../images/ico-chevron-right-bold.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 13px;
  border-radius: 5px;
}

.calendar-wrap .calendar-header .btn-cal-group .btn.btn-cal-left {
  margin-right: 117px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.calendar-wrap .calendar-header .btn-right {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.calendar-wrap table {
  border-collapse: collapse;
  table-layout: fixed;
}

.calendar-wrap table th {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ddd;
}

.calendar-wrap table td {
  position: relative;
  height: 105px;
  font-size: 14px;
  border: 1px solid #ddd;
  vertical-align: top;
  z-index: 100;
}

.calendar-wrap table td.date-other {
  opacity: .3;
}

.calendar-wrap table td.active:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #e5f5fd;
  z-index: -1;
}

.calendar-wrap table td .date {
  display: block;
  padding: 7% 9% 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.calendar-wrap table td .date.other-date {
  opacity: 0.3;
}

.calendar-wrap table td .schedule {
  display: block;
  padding: 1px 8px;
  margin: 3px 2px;
  max-width: 100%;
  white-space: nowrap;
  max-height: 26px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 5px;
  background-color: #658cd9;
  color: #fff;
}

.calendar-wrap table td.text-red {
  color: #ff0000;
}

.calendar-wrap table td .schedule-more {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  padding-right: 5px;
}

@media (max-width: 1199.98px) {
  .calendar-wrap .calendar-header {
    margin-top: 0;
  }
  .calendar-wrap .calendar-header .btn-right {
    position: relative;
    margin-top: 20px;
    text-align: right;
  }
  .calendar-wrap .calendar-body .schedule {
    padding: 1px 2px;
    font-size: 10px;
    max-width: 100%;
    white-space: nowrap;
    max-height: 18px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

html {
  overflow-y: scroll;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
}

#header {
  position: relative;
  z-index: 500;
  background-color: #245888;
  font-family: "NanumBarunGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

#header .skip-nav {
  display: block;
  position: absolute;
  top: 0;
  margin-bottom: -1px;
  width: 100%;
  height: 1px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  overflow: hidden;
  z-index: 600;
}

#header .skip-nav:focus, #header .skip-nav:active {
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #666;
}

#header .top-bar {
  position: relative;
}

#header .top-bar:after {
  display: none;
}

#header #logo {
  font-size: 10px;
  line-height: 1;
}

#header #logo a {
  display: block;
}

#header #logo img {
  vertical-align: top;
}

@media (min-width: 1200px) {
  #header {
    height: 152px;
  }
  #header .top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 96px;
    padding-top: 10px;
	justify-content: flex-end;
  }
  #header .top-bar .util-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .top-bar .util-menu .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    font-size: 12px;
    color: #fff;
    margin-right: 20px;
	padding-top: 20px;
  }
  #header .top-bar .util-menu .btn:before {
    margin: auto;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
  #header .top-bar .util-menu .btn-login:before {
    background: url(../images/ico-login-white.png) no-repeat center center;
  }
  #header .top-bar .util-menu .btn-join:before {
    background: url(../images/ico-join-white.png) no-repeat center center;
  }
  #header .top-bar .util-menu .btn-logout:before {
    background: url(../images/ico-logout-white.png) no-repeat center center;
  }
  #header .top-bar .util-menu .btn-edit:before {
    background: url(../images/ico-edit-white.png) no-repeat center 7px;
  }
  #header .top-bar .util-menu .btn-mypage:before {
    background: url(../images/ico-mypage-white.png) no-repeat center center;
  }
  #header .top-bar .util-menu .btn-eyouth:before {
    background: url(../images/ico-home-white.png) no-repeat center center;
  }
  #header #logo {
    position: absolute;
    left: 15%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    margin-top: 5px;
  }
}

@media (max-width: 1199.98px) {
  #header {
    background-color: #042a59;
    color: #9bb9dd;
    font-size: 12px;
  }
  #header .top-bar {
    height: 73px;
  }
  #header .top-bar .util-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #254a74;
  }
  #header .top-bar .util-menu .btn {
    position: relative;
    height: 32px;
  }
  #header .top-bar .util-menu .left {
    padding: 0 5px;
  }
  #header .top-bar .util-menu .left .btn {
    padding: 0 5px 0 10px;
  }
  #header .top-bar .util-menu .left .btn + .btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: #4b6b94;
  }
  #header .top-bar .util-menu .left .btn:before {
    content: '';
    display: inline-block;
    height: 14px;
    margin-right: 5px;
  }
  #header .top-bar .util-menu .btn-login:before {
    width: 12px;
    background: url(../images/ico-login@2x.png) no-repeat center center;
    background-size: auto 14px;
  }
  #header .top-bar .util-menu .btn-join:before {
    width: 15px;
    background: url(../images/ico-join@2x.png) no-repeat center center;
    background-size: auto 14px;
  }
  #header .top-bar .util-menu .btn-mypage:before {
    width: 20px;
    background: url(../images/ico-mypage@2x.png) no-repeat center center;
    background-size: auto 14px;
  }
  #header .top-bar .util-menu .btn-logout:before {
    width: 15px;
    background: url(../images/ico-logout@2x.png) no-repeat center center;
    background-size: auto 14px;
  }
  #header .top-bar .util-menu .btn-eyouth {
    background-color: #977649;
    color: #fff;
  }
  #header .top-bar .btn {
    height: 27px;
    padding: 0 8px;
  }
  #header #logo {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #header #logo img {
    height: 30px;
  }
}

#nav-area {
  background-color: #fff;
}

@media (min-width: 1200px) {
  #nav-area {
    height: 56px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    color: #222;
  }
  #nav-area .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav-area .btn-allmenu-open {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 165px;
    height: 54px;
    font-size: 16px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 0 17px;
    color: #222;
  }
  #nav-area .btn-allmenu-open .ico {
    margin-left: 8px;
  }
  #nav-area .gnb-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  #nav-area .gnb-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #nav-area .gnb-list > li > a {
    position: relative;
    z-index: 510;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 54px;
    padding: 0 25px;
    white-space: nowrap;
  }
  #nav-area .gnb-list > li > a span {
    position: relative;
  }
  #nav-area .gnb-list > li > a:before {
    position: absolute;
    top: 16px;
    content: '';
    left: 50%;
    right: 50%;
    height: 20px;
    opacity: 0;
    background-color: #023376;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  }
  
  #nav-area .gnb-list > li > a span.active{
  	font-weight: bold;
  	text-decoration: underline;
  }
  #nav-area .gnb-list > li:hover {
    z-index: 100;
  }
  #nav-area .gnb-list > li:hover > a {
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    padding-top: 36px;
    color: #fff;
  }
  #nav-area .gnb-list > li:hover > a:before {
    background-color: #046fd9;
    left: 10px;
    right: 10px;
    height: 56px;
    opacity: 1;
  }
  #nav-area .lnb-area {
    position: absolute;
    margin-top: 1px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    display: none;
    height: 330px;
  }
  #nav-area .lnb-area:before {
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: #f4f5f9; */
    background-color: #ffffff;
  }
  #nav-area .lnb-area a:hover {
    border-color: #ccc;
  }
  #nav-area .lnb-area a:hover .icon {
    border-color: #ccc;
  }
  #nav-area .lnb-area > ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding: 35px 0 35px 210px;
    max-width: 1200px;
    margin: auto;
    /* background-color: #f4f5f9; */
    background-color: #ffffff;
    
  }

  #nav-area .lnb-area > ul > li {
  	width: 200px;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* text-align: center; */
  }
  #nav-area .lnb-area > ul > li > a {
    width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
    font-size: 14px;
    font-weight: bold;
    padding:6px 0;
    line-height: 18px;
    white-space: nowrap;
    color: #565656;
  }
  #nav-area .lnb-area > ul > li > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 34px;
        grid-template-rows: repeat(3, 34px);
    grid-auto-flow: column;
    padding: 0 5px;
    row-gap: 6px;
    -webkit-column-gap: 4px;
            column-gap: 4px;
    text-align: left;
  }
    
  #nav-area .lnb-area > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 190px;
    height: 25px;
    padding: 0 30px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    /* border-radius: 10px; */
    /* border: 1px solid #e5e5e5; */
  }
  #nav-area .lnb-area .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    width: 85px;
    height: 69px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
  }
}

@media (max-width: 1199.98px) {
  #nav-area .gnb-list {
    display: none;
  }
  #nav-area .btn-allmenu-open {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
  }
}

#global-search .form-control {
  background-color: transparent;
}

@media (min-width: 1200px) {
  #global-search {
    position: relative;
  }
  #global-search .form-control {
    width: 370px;
    height: 38px;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #9bb9dd;
    padding: 0 40px 0 20px;
  }
  #global-search .form-control::-webkit-input-placeholder {
    color: #9bb9dd;
    opacity: 1;
  }
  #global-search .form-control:-ms-input-placeholder {
    color: #9bb9dd;
    opacity: 1;
  }
  #global-search .btn-search {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    padding: 6px;
  }
}

@media (max-width: 1199.98px) {
  #global-search {
    display: none;
  }
}

#allmenu:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media (min-width: 1200px) {
  #allmenu .allmenu-inner {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1180px;
    height: 750px;
    margin-left: -590px;
    margin-top: -375px;
    z-index: 2000;
    background-color: #fff;
  }
  #allmenu .btn-allmenu-close {
    position: absolute;
    right: 32px;
    top: 0;
    background: #333 url(../images/btn-close-allmenu-gray.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1199.98px) {
  #allmenu .allmenu-inner {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-240px);
            transform: translateX(-240px);
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    position: fixed;
    z-index: 1100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #allmenu .btn-allmenu-close {
    position: fixed;
    left: 240px;
    top: 0;
    width: 43px;
    height: 43px !important;
    z-index: 1100;
    border-radius: 0 !important;
    background: #00367c url(../images/btn-close-allmenu.png) no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-240px);
            transform: translateX(-240px);
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
}

.allmenu-open #allmenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1500;
}

.allmenu-open #allmenu:before {
  opacity: 1;
  visibility: visible;
}

.allmenu-open #allmenu .allmenu-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.allmenu-open #allmenu .btn-allmenu-close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 1199.98px) {
  .allmenu-open {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .allmenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 110px;
    color: #606060;
    font-size: 15px;
  }
  .allmenu-list:after {
    display: block;
    clear: both;
    content: '';
  }
  .allmenu-list ul {
    display: block !important;
  }
  .allmenu-list a {
    display: block;
  }
  .allmenu-list > li {
    position: relative;
    padding: 0 30px 40px;
    width: 220px;
  }
  .allmenu-list > li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 4px;
    width: 1px;
    height: 20px;
    background-color: #d4d4d7;
  }
  .allmenu-list > li:nth-child(5n+1) {
    width: 235px;
  }
  .allmenu-list > li:nth-child(5n+2) {
    width: 198px;
  }
  .allmenu-list > li > a {
    color: #222;
    font-size: 21px;
  }
  .allmenu-list > li > ul {
    margin-top: 20px;
    font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  }
  .allmenu-list > li li a {
    padding: 6px 0;
    line-height: 18px;
  }
  .allmenu-list > li li li {
    position: relative;
  }
  .allmenu-list > li li li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #c5c9d6;
  }
  .allmenu-list > li li li a {
    padding: 6px 0 6px 16px;
    color: #0e1938;
  }
}

@media (max-width: 1199.98px) {
  .allmenu-list {
    width: 240px;
    min-height: 100%;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 50px;
    font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  }
  .allmenu-list > li > a {
    position: relative;
    padding: 10px 25px 11px 15px;
    display: block;
    color: #fff;
    background-color: #484e4e;
    border-bottom: 1px solid #6d7172;
    font-weight: bold;
  }
  .allmenu-list > li.collapse > a {
    position: relative;
    display: block;
    padding-right: 20px;
  }
  .allmenu-list > li.collapse > a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 19px;
    right: 16px;
    top: 50%;
    border-radius: 2px;
    margin-top: -9px;
    background: url(../images/ico-chevron-right-white@2x.png) no-repeat;
    background-size: cover;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
  .allmenu-list > li.collapse.on > a {
    border-color: #cbcbcb;
    background-color: #1398a1;
  }
  .allmenu-list > li.collapse.on > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .allmenu-list > li > ul {
    display: none;
  }
  .allmenu-list > li > ul > li > a {
    position: relative;
    font-weight: 500;
    display: block;
    padding: 10px 25px 9px 15px;
    border-bottom: 1px solid #cbcbcb;
    color: #1a1311;
  }
  .allmenu-list > li > ul > li.collapse > a {
    position: relative;
    display: block;
    padding-right: 50px;
  }
  .allmenu-list > li > ul > li.collapse.on > a {
    font-weight: bold;
  }
  .allmenu-list > li > ul > li.on {
    border-top: 0;
  }
  .allmenu-list > li > ul > li.on > a {
    font-weight: bold;
  }
  .allmenu-list > li > ul > li.on > a:before {
    background-color: #fff;
  }
  .allmenu-list > li > ul > li > ul {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid #cbcbcb;
    background-color: #f8f8f8;
    overflow: hidden;
  }
  .allmenu-list > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    color: #666;
    padding: 5px 10px 5px 25px;
  }
  .allmenu-list > li > ul > li > ul > li.on > a {
    color: #2a2a2a;
  }
  .allmenu-list > li > ul > li > ul > li.on > a:before {
    content: '';
    position: absolute;
    left: 51px;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #2a2a2a;
  }
}

#breadcrumb {
  color: #777;
}

#breadcrumb .visual-image {
  padding: 30px 0 0 45px;
  color: #000;
  background-color: #f0f4ff;
  background-position: right top;
  background-repeat: no-repeat;
}

#breadcrumb .visual-image .content-title {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 15px;
}

#breadcrumb .visual-image .content-title span {
  color: #3d4c8d;
}

#breadcrumb .visual-image .menu-desc {
  color: #222;
}

#breadcrumb .online-activity-top {
  position: relative;
}

#breadcrumb .online-activity-top .detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 63px auto;
      grid-template-columns: 63px auto;
  row-gap: 5px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 450px;
}

#breadcrumb .online-activity-top dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 23px;
  background-color: #009ace;
  font-size: 12px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
}

#breadcrumb .online-activity-top dd {
  font-size: 13px;
}

#breadcrumb .online-activity-top .flag {
  position: absolute;
  top: 0;
  left: 460px;
  width: 197px;
  height: 197px;
  /* border-radius: 50%; */
  overflow: hidden;
}

#breadcrumb .online-activity-top .flag img {
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

#breadcrumb .online-activity-top .btn-area {
  margin-top: 45px;
}

@media (min-width: 1200px) {
  #breadcrumb {
    margin: 30px 0 70px;
  }
  #breadcrumb .container {
    position: relative;
  }
  #breadcrumb .breadcrumb-list {
    display: none;
  }
  #breadcrumb .visual-image {
    position: absolute;
    top: 0;
    left: 306px;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #breadcrumb .visual-image .content-desc {
    font-size: 13px;
    line-height: 21px;
  }
  #breadcrumb .page-toolbar {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    bottom: -50px;
  }
  #breadcrumb .page-toolbar .btn + .btn {
    margin-left: 10px;
  }
  
  .act-breadcrumb-list {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  #breadcrumb .visual-image {
    background-size: auto 110%;
  }
  #breadcrumb .breadcrumb-list {
    font-size: 12px;
  }
  #breadcrumb .breadcrumb-list .item {
    position: relative;
  }
  #breadcrumb .breadcrumb-list .item > a {
    display: block;
    border-radius: 0;
    text-align: left;
    color: #fff;
    background: #000f1f url(../images/ico-chevron-down-white@2x.png) no-repeat right 12px center;
    background-size: 15px auto;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: color, border-color, -webkit-box-shadow;
    transition-property: color, border-color, -webkit-box-shadow;
    transition-property: color, border-color, box-shadow;
    transition-property: color, border-color, box-shadow, -webkit-box-shadow;
    max-width: 100%;
    white-space: nowrap;
    max-height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 40px;
  }
  #breadcrumb .breadcrumb-list .item.on > a {
    background-image: url(../images/ico-chevron-up-white@2x.png);
  }
  #breadcrumb .breadcrumb-list .item.on .sub-list-wrap {
    display: block;
  }
  #breadcrumb .sub-list-wrap {
    display: none;
    position: absolute;
    z-index: 10;
    max-height: 400px;
    overflow-y: auto;
    background-color: rgba(0, 15, 31, 0.8);
    border-top: 0;
    left: -1px;
    right: -1px;
    border: 1px solid #000f1f;
  }
  #breadcrumb .sub-list-wrap li + li {
    margin-top: 5px;
  }
  #breadcrumb .sub-list-wrap a {
    position: relative;
    display: block;
    color: #fff;
  }
}

@media (max-width: 1199.98px) and (min-width: 1200px) {
  #breadcrumb .sub-list-wrap ul {
    padding: 15px 19px;
    font-size: 16px;
  }
  #breadcrumb .sub-list-wrap a {
    padding: 3px 0;
  }
}

@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  #breadcrumb .sub-list-wrap ul {
    padding: 9px 0;
  }
  #breadcrumb .sub-list-wrap a {
    padding: 3px 12px;
  }
}

@media (max-width: 1199.98px) {
  #breadcrumb .visual-image {
    height: 186px;
    padding: 15px 15px 15px 20px;
    background-position: right -20px top;
  }
  #breadcrumb .visual-image .content-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #breadcrumb .visual-image .menu-desc {
    font-size: 12px;
    line-height: 1.33;
  }
  #breadcrumb .visual-image .menu-desc .text-lg {
    font-size: 16px;
  }
  #breadcrumb .page-toolbar {
    display: none;
  }
  #breadcrumb .online-activity-top .btn-area {
    margin-top: 20px;
  }
}

#lnb {
  width: 306px;
  min-height: 360px;
  color: #fff;
  background: #3c5ca8 url(../images/bg-lnb.png) no-repeat;
  padding: 15px 30px 8px;
  position: relative;
  z-index: 10;
}

#lnb .lnb-header:after {
  content: '';
  display: block;
  margin-top: 20px;
  height: 1px;
  width: 50px;
  background-color: #aab8d9;
}

#lnb .lnb-desc {
  font-size: 16px;
}

#lnb .lnb-title {
  margin-top: 3px;
  line-height: 1;
}

#lnb .lnb-list {
  margin-top: 15px;
}

#lnb .lnb-list a {
  min-width: 200px;
  display: inline-block;
  padding: 4px 15px;
}

#lnb .lnb-list > li > a {
  font-size: 14px;
}

#lnb .lnb-list > li.on > a {
  background-color: #6982bd;
}

#lnb .lnb-list > li > ul > li a {
  padding: 4px 15px 4px 25px;
}

#lnb .lnb-list > li > ul > li a:before {
  content: '- ';
}

#lnb .lnb-list > li > ul > li.on > a {
  background-color: #6982bd;
}

#lnb .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 25px;
}

#lnb .location li + li:before {
  content: '/';
  margin: 0 5px;
}

@media (max-width: 1199.98px) {
  #lnb {
    display: none;
  }
  #roomTab {
    display: none;
  }
}

.breadcrumb-mypage #lnb {
  background-color: #1795be;
}

.breadcrumb-mypage #lnb .lnb-list .on > a {
  background-color: #8b9ecc !important;
}

@media (max-width: 1199.98px) {
  #content {
    min-height: calc(100vh - 411px);
  }
}

.content-body {
  margin: auto;
  max-width: 1200px;
}

.content-body {
  max-width: 1200px;
  margin: auto;
}

.content-body:after {
  display: block;
  clear: both;
  content: '';
}

@media (min-width: 1200px) {
  .content-body {
    padding-bottom: 100px;
  }
}

@media (max-width: 1199.98px) {
  .content-body {
    padding: 24px 24px 80px;
  }
}

#footer {
  background-color: #1b1d29;
}

#footer .address {
  font-style: normal;
}

@media (min-width: 1200px) {
  #footer {
    min-height: 218px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
  #footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .policy-area {
    border-bottom: 1px solid #676871;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .policy-area .policy-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  
  #footer .policy-area .policy-list .privacy{
   	text-decoration : underline; 
   	font-size: 16px;
    color: #0393EA;
  }
  
  #footer .policy-area a {
    padding: 0 10px;
  }
  #footer .site-info {
    padding: 35px 0;
  }
  #footer .site-info .logo-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 16px;
    margin-right: 35px;
  }
  #footer .site-info .logo-area a + a {
    position: relative;
    margin-left: 11px;
    padding-left: 11px;
  }
  #footer .site-info .logo-area a + a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 15px;
    margin-top: 7px;
    background-color: #383a46;
  }
}

@media (max-width: 1199.98px) {
  #footer {
    min-height: 118px;
    background-color: #151515;
    color: #898989;
    text-align: center;
  }
  #footer .policy-area,
  #footer .logo-area {
    display: none;
  }
  #footer .site-info {
    padding: 13px 20px 0 0;
  }
  #footer .site-info .logo-bottom {
    padding: 3px 10px 0 14px;
  }
  #footer .site-info .logo-bottom img {
    height: 22px;
  }
  #footer .site-info .address {
    font-size: 12px;
    line-height: 16px;
  }
}

/* 메인 */
@font-face {
  font-family: 'DWImpactamin';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/DWImpactamin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1200px) {
  .main-page {
    min-height: calc(100vh - 370px);
  }
}

.section-nav {
  position: fixed;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.section-nav li + li {
  margin-top: 15px;
}

.section-nav li a {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 2px solid #000;
  text-indent: -9999px;
  overflow: hidden;
}

.section-nav li.on a {
  background-color: #000;
}

@media (max-width: 1199.98px) {
  .section-nav {
    display: none;
  }
}

.section .container > .subject {
  font-family: "DWImpactamin";
  font-size: 64px;
  line-height: 68px;
}

.section .container > .subject span {
  color: #e01571;
}

.section .container > .subject-slogan {
  font-family: "DWImpactamin";
  font-size: 24.8px;
}

.section .container > .subject-thumb {
  font-family: "NanumBarunGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  font-size: 14px;
}

.section-visual {
  padding: 0;
}

.section-notice {
  background-color: #f1f1fa;
}

.section-archive {
  height: 747px;
  border-top: 1px solid #e9e8ed;
  background: #eafeff url(../images/bg-section-main03.jpg) center top no-repeat;
}

.section-archive .container {
  position: relative;
}

.section-archive .subject {
  padding-top: 70px;
}

.section-online {
  height: 745px;
  border-top: 1px solid #e9e8ed;
  background: #f0f4ff url(../images/bg-section-main04.jpg) center top no-repeat;
}

.section-online .container > .subject {
  padding-top: 30px;
}

.section-online .container > .subject-slogan {
  padding-top: 15px;
}

.section-news {
  height: 864px;
  background: #f3f6fb url(../images/bg-section-main05.jpg) center top no-repeat;
}

.section-news .container > .subject {
  padding-top: 30px;
}

.section-news .container > .subject-slogan {
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-visual {
    padding: 0;
  }
  .section-news {
  height: 650px;
  background: #f3f6fb url(../images/bg-section-main05.jpg) center top no-repeat;
}
}

@media (max-width: 1199.98px) {
  .nuri {
		text-align: center;
		display: block;
		background: #fff;
  }
	
  .nuri span {
		display: inline-block;
		line-height: 30px;
		padding-left: 42px;
		background: url('../images/nuri-logo.png') no-repeat 0 50%;
		color: #111;
		font-size: 12px;
  }
  
  .section {
    padding: 0 25px 40px;
  }
  .section .container > .subject {
    font-size: 32px;
    line-height: 34px;
  }
  .section .container > .subject-slogan {
    font-size: 13px;
    line-height: 14px;
  }
  .section .container > .subject-thumb {
    display: none;
  }
  .section .container > .subject br.d-up-lg {
    display: none;
  }
  .section-archive .container {
    text-align: center;
  }
  .section-archive .container .subject {
    padding-top: 20px;
  }
  .section-archive .container .subject-slogan {
    padding-top: 10px;
  }
  .section-visual {
    padding: 0;
  }
  .section-news {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .section-news {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.visual-area {
  position: relative;
}

.visual-area .visual-slide {
  position: relative;
}

.visual-area .visual-slide .visual-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.visual-area .visual-slide .nation-map {
  position: relative;
  background-color: #f3f6fb;
  text-align: center;
}

.visual-area .visual-slide .nation-map img {
  display: inline-block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}

.visual-area .visual-slide .nation-map .modal-nation-popup {
  z-index: 50;
}

.visual-area .visual-slide .nation-map .modal-nation-popup .popup-body {
  max-width: 1200px;
  margin: 0 auto;
}

.visual-area .visual-slide .nation-map .modal-nation-popup .pop-nation-header .img-wrap {
  width: 110px;
  height: 72px;
  margin: 0 auto;
}

.visual-area .visual-slide .nation-map .modal-nation-popup .pop-nation-header .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}

.visual-area .visual-slide .nation-map .modal-nation-popup .pop-nation-body {
  padding: 0 20px;
}

.visual-area .visual-slide .nation-map .modal-nation-popup .pop-nation-body .nation-info {
  padding-left: 213px;
}

.visual-area .visual-slide .nation-map .tooltip-area {
  position: absolute;
  right: 700px;
  bottom: 20px;
}

.visual-area .visual-slide .nation-map .tooltip-area .ico-tooltip {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/ico-tooltip.png) 0 0 no-repeat;
  background-size: 48px 48px;
  text-indent: -9999px;
}

.visual-area .visual-slide .nation-map .tooltip-area .tooltip {
  /* display: none; */
  position: absolute;
  top: -90px;
  left: 50%;
  width: 270px;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #297534;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.visual-area .visual-slide .nation-map2 {
  position: relative;
  background-color: #ffe200;
  text-align: center;
}

.visual-area .visual-slide .nation-map2 img {
  display: inline-block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}

.visual-area .visual-slide .nation-map2 .modal-nation-popup {
  z-index: 50;
}

.visual-area .visual-slide .nation-map2 .modal-nation-popup .popup-body {
  max-width: 1200px;
  margin: 0 auto;
}

.visual-area .visual-slide .nation-map2 .modal-nation-popup .pop-nation-header .img-wrap {
  width: 110px;
  height: 72px;
  margin: 0 auto;
}

.visual-area .visual-slide .nation-map2 .modal-nation-popup .pop-nation-header .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}

.visual-area .visual-slide .nation-map2 .modal-nation-popup .pop-nation-body {
  padding: 0 20px;
}

.visual-area .visual-slide .nation-map2 .modal-nation-popup .pop-nation-body .nation-info {
  padding-left: 213px;
}

.visual-area .visual-slide .nation-map2 .tooltip-area {
  position: absolute;
  right: 230px;
  bottom: 20px;
}

.visual-area .visual-slide .nation-map2 .tooltip-area .ico-tooltip {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/ico-tooltip.png) 0 0 no-repeat;
  background-size: 48px 48px;
}

.visual-area .visual-slide .nation-map2 .tooltip-area .tooltip {
  /* display: none; */
  position: absolute;
  top: -90px;
  left: 50%;
  width: 270px;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #297534;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.visual-area .visual-slide .item {
  position: relative;
}

.visual-area .modal-nation-popup .popup-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.visual-area .modal-nation-popup .nation-info {
  width: 52%;
  padding-left: 150px;
}

.visual-area .modal-nation-popup .link-area {
  width: 48%;
}

.visual-area .slick-arrow {
  position: absolute;
  bottom: 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-indent: -999px;
  overflow: hidden;
  z-index: 30;
  background-image: url(../images/ico-arrow-prev.png);
  background-size: 5px 9px;
  background-position: center;
  background-repeat: no-repeat;
}

.visual-area .slick-arrow.slick-prev {
  left: calc(50% - 45px);
}

.visual-area .slick-arrow.slick-next {
  left: calc(50% + 15px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.visual-area .btn-control {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 15px);
}

.visual-area .btn-control button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-indent: -9999px;
  background-image: url(../images/ico-stop.png);
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.visual-area .btn-control button.btn-play {
  background-image: url(../images/ico-play.png);
  background-size: 5px 9px;
}

.webzine-area .btn-control_national {
  position: absolute;
  top: 4px;
  left: calc(50% + 140px);
}

.webzine-area .btn-control_national button {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(../images/ico-stop.png);
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.webzine-area .btn-control_national button.btn-play {
  background-image: url(../images/ico-play.png);
  background-size: 5px 9px;
}

.visual-slide .slick-dots {
	position: absolute;
	bottom: 35px;
	left: calc(30%);
}

@media (max-width: 767.98px) {
	.visual-slide .slick-dots {
		left: calc(10%);
	}
	
	.popupDiv {
		max-width: calc(90%) !important;
		max-height: calc(90% + 60px) !important;
		left: calc(5%) !important;
		top: calc(30%) !important;
	}
	.noticePopup {
		max-height: calc(90%) !important;
	}
	.noticePopup table {
		max-width: calc(98%) !important;
		max-height: calc(80%) !important;
	}
	 
}

.visual-slide .slick-dots li {
    cursor: pointer;
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	margin-right: 5px;
	text-indent: -9999px;
	border-radius: 50%
}

.visual-slide .slick-dots .slick-active {
	background-color: papayawhip;
}



@media (max-width: 1199.98px) {
  .visual-area .visual-slide {
    height: auto;
  }
  .visual-area .visual-slide .nation-map {
    height: auto;
  }
  
  .visual-area .visual-slide .nation-map2 {
    height: auto;
  }
  
	.popupDiv {
		max-width: calc(90%) !important;
		max-height: calc(90% + 60px) !important;
		left: calc(5%) !important;
		top: calc(30%) !important;
	}
	.noticePopup {
		max-height: calc(90%) !important;
	}
	.noticePopup table {
		max-width: calc(98%) !important;
		max-height: calc(80%) !important;
	}
}

@media (min-width: 768px) {
  .visual-area .visual-area .nation-map {
    position: relative;
    height: 0;
    padding-top: 0;
  }
  
  .visual-area .visual-area .nation-map2 {
    position: relative;
    height: 0;
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .visual-area .visual-slide {
    height: auto;
    overflow: hidden;
  }
  .visual-area .visual-slide .slick-slide {
    line-height: 0;
  }
  .visual-area .visual-slide .item {
    height: auto;
  }
  .visual-area .visual-slide .visual-img {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: none;
            transform: none;
  }
  .visual-area .btn-control {
    display: block !important;
  }
  .visual-area .modal-nation-popup .nation-info {
    padding-left: 0 !important;
  }
  .visual-area .d-up-sm {
    display: none;
  }
}

.content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.content-top .cont-left {
  position: relative;
  width: 70%;
  margin-right: 30px;
}

.content-top .cont-left .tab-menu01 {
  margin-bottom: 20px;
}

.content-top .cont-left .tab-menu01 .tab-list:after {
  content: '';
  display: block;
  clear: both;
}

.content-top .cont-left .tab-menu01 .tab-list li {
  position: relative;
  float: left;
  padding: 0 6px;
  font-family: "DWImpactamin";
  font-size: 24px;
  color: #7a7d96;
}

.content-top .cont-left .tab-menu01 .tab-list li:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #c5c9d6;
}

.content-top .cont-left .tab-menu01 .tab-list li:first-child:before {
  display: none;
}

.content-top .cont-left .tab-menu01 .tab-list li.on {
  color: #111d68;
}

.content-top .cont-left .card-list .item-body {
  padding-bottom: 0;
}

.content-top .cont-left .card-list .item-body > * {
  color: #777;
}

.content-top .cont-left .card-list .item-body p:not(.date) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 72px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content-top .cont-left .card-list .item-body .date {
  margin-top: 20px;
  font-size: 13px;
}

.content-top .cont-left .btn-more {
  position: absolute;
  top: 0;
  right: 50px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 14px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05);
}

.content-top .cont-right {
  position: relative;
  width: 30%;
  padding-right: 20px;
}

.content-top .cont-right .subject-sm {
  font-size: 24px;
  padding-left: 15px;
}

.content-top .cont-right .subject-sm span {
  color: #e01571;
}

.content-top .cont-right .webzine-area {
  margin-top: 6px;
}

.content-top .cont-right .webzine-area .slide-area .slick-list {
  overflow: hidden;
  margin: 0 auto;
}

.content-top .cont-right .webzine-area .slide-area .slick-arrow {
  position: absolute;
  top: -30px;
  right: 20px;
  width: 10px;
  height: 10px;
  z-index: 200;
  border: 2px solid #838287;
  border-right-color: transparent;
  border-bottom-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}

.content-top .cont-right .webzine-area .slide-area .slick-arrow.slick-prev {
  right: 116px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.content-top .cont-right .webzine-area .slide-area .slick-arrow.slick-next {
  right: 32px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.content-top .cont-right .webzine-area .slide-area .slide-item {
  display: block;
  margin-left: 10px;
  height: 335px;
  border-radius: 30px;
  overflow: hidden;
}

.content-top .cont-right .webzine-area .slide-area .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-top .cont-right .webzine-area .slide-control {
  position: absolute;
  top: 10px;
  right: 84px;
}

.content-top .cont-right .webzine-area .slide-control .nums {
  font-size: 14px;
  color: #999896;
}

.content-top .cont-right .webzine-area .slide-control .nums strong {
  color: #000;
}

@media (min-width: 1200px) {
  .content-top .card-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 1199.98px) {
  .content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .content-top .card-list {
    gap: 20px;
  }
  .content-top .cont-left {
    width: 100%;
  }
  .content-top .cont-left .tab-menu01 {
    margin: 10px 0 0 20px;
  }
  .content-top .cont-left .btn-more {
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
  .content-top .cont-left .card-list {
    padding-top: 20px;
  }
  .content-top .cont-right {
    width: 100%;
    margin-top: 50px;
    padding-right: 0;
  }
  .content-top .cont-right .subject-sm {
    margin-left: 20px;
  }
  .content-top .cont-right .webzine-area .slide-control {
    right: 35px;
  }
}

@media (max-width: 767.98px) {
  .content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-top .cont-left {
    margin-right: 0;
  }
  .content-top .cont-left .tab-menu01 {
    margin-top: 10px;
  }
  .content-top .cont-right {
    margin-top: 35px !important;
  }
  .content-top .cont-right .subject-sm {
    margin-left: 0 !important;
  }
  .content-top .cont-right .webzine-area .slide-area .slick-list {
    width: 100%;
    height: 278px;
  }
  .content-top .cont-right .webzine-area .slide-area .slide-item {
    margin-left: 10px;
    height: 278px;
  }
  .content-top .cont-right .webzine-area .slide-area .slick-arrow.slick-prev {
    right: 40px;
  }
  .content-top .cont-right .webzine-area .slide-control {
    right: 15px;
  }
}

.short-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.short-link ul li {
  width: calc(100% / 8);
  position: relative;
  text-align: center;
}

.short-link ul li span {
  display: block;
  font-size: 16px;
  margin-top: 15px;
}

.short-link ul li:before {
  position: absolute;
  top: 10px;
  right: 0;
  content: '';
  width: 1px;
  height: 30px;
  background: url(../images/img-dot-bar.png) 0 0 no-repeat;
  background-size: 1px 30px;
}

@media (max-width: 1199.98px) {
  .short-link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .short-link ul li {
    width: 33.333%;
  }
  .short-link ul li:nth-child(3n):before {
    display: none;
  }
  .short-link ul li span {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .short-link ul li {
    width: 50%;
  }
  .short-link ul li:before {
    display: none;
  }
  .short-link ul li:nth-child(2n):before {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: url(../images/img-dot-bar.png) 0 0 no-repeat;
    background-size: 1px 30px;
  }
}

.archive-area {
  position: absolute;
  top: 90px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 852px;
}

.archive-area a {
  margin: 10px;
}

.archive-area a .video-item {
  position: relative;
}

.archive-area a .thumb {
  display: block;
  position: relative;
  height: 0;
  padding-top: 66.206%;
  overflow: hidden;
  background-color: #ececec;
}

.archive-area a .thumb img {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.archive-area a .thumb .ico {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.archive-area .item-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}

.archive-area .item-header > * {
  color: #fff;
}

.archive-area .item-header .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
}

.archive-area .item-header .author {
  margin-top: 2px;
  line-height: 1;
}

.archive-area .item-header .author .nation:before {
  content: '|';
  padding: 0 5px;
}

.archive-area .item-header .author > * {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .archive-area a:first-child {
    margin-left: 130px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .archive-area a:nth-child(2) .video-item {
    width: 258px;
    height: 259px;
  }
  .archive-area a:nth-child(2) .video-item .thumb {
    border-radius: 0 30px 0 0;
    padding-top: 100.778%;
  }
  .archive-area a:nth-child(3) {
    margin-top: -10px;
  }
  .archive-area a:nth-child(3) .video-item .thumb {
    border-radius: 0 0 0 30px;
    padding-top: 77.6%;
  }
  .archive-area a:nth-child(3) .video-item .item-header {
    padding-left: 25px;
    border-radius: 0 0 0 30px;
  }
  .archive-area a .thumb {
    display: block;
    position: relative;
    height: 0;
    padding-top: 61.983%;
    overflow: hidden;
    background-color: #ececec;
  }
  .archive-area a .thumb img {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
  .archive-area a .thumb .ico {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .archive-area .vertical .video-item {
    width: 315px;
    height: 209px;
  }
  .archive-area .vertical .video-item .thumb {
    padding-top: 66.349%;
  }
  .archive-area .vertical-sm .video-item {
    width: 270px;
  }
  .archive-area .horizen .video-item {
    width: 207px;
    height: 281px;
  }
  .archive-area .horizen .video-item .thumb {
    padding-top: 135.748%;
  }
  .archive-area .horizen-horizen-sm .video-item {
    width: 200px;
  }
}

@media (max-width: 1199.98px) {
  .archive-area {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .archive-area .item-header {
    height: 53px;
    bottom: -2px;
    text-align: left;
  }
  .archive-area .item-header .subject {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    max-height: 18px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .archive-area a {
    margin: 10px 0 !important;
  }
  .archive-area a:nth-child(4) {
    display: none;
  }
  .archive-area a:nth-child(5) {
    display: none;
  }
  .archive-area a .video-item {
    width: 290px;
    height: 190px;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.news-list .card-list-photo .item-header .subject {
  font-size: 16px;
}

.news-list .card-list-photo .item-header .author {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 11px;
}

.news-list .card-list-photo .item-body .thumb {
  display: block;
  position: relative;
  height: 0;
  padding-top: 61.983%;
  overflow: hidden;
}

.news-list .card-list-photo .item-body .thumb img {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.news-list .cont-left {
  width: 572px;
  height: 400px;
  text-align: center;
}


.news-list .cont-left .card-list-photo {
  -ms-grid-columns: 1fr;
      grid-template-columns: repeat(1, 1fr);
  gap: 0;
  padding: 0px 10px 0px;
  border-top: 0;
  text-align: center;
}
.news-list .cont-left img {
  margin-bottom: 20px;
}

/* card-item card-item-photo */
.news-list .cont-left .card-list-photo .card-item-photo {
  max-width: 482px;
  height: 90%;
}

.news-list .cont-left .card-list-photo .item-body {
  height: 100%;
} 

 .card-item-photo {
    height: 241px;
  }
  /* .card-item-photo .item-header {
    height: 96px;
  } */
  



.news-list .cont-right {
  width: 572px;
  height: 400px;
  text-align: center;
}

.news-list .cont-right .card-list-photo {
  -ms-grid-columns: 1fr;
      grid-template-columns: repeat(1, 1fr);
  gap: 0;
  padding: 0px 10px 0px;
  border-top: 0;
  text-align: center;
}

.news-list .cont-right img {
  margin-bottom: 20px;
}

.news-list .cont-right .card-list-photo .card-item-photo {
  max-width: 284px;
}

.news-list .cont-right .card-list-photo .item-header .subject {
  font-size: 16px;
}

.news-list .cont-right .card-list-photo .item-header .author {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 11px;
}

.news-list .cont-right .card-list-photo .item-body {
  height: 181px;
}

@media (max-width: 1199.98px) {
  .news-list .cont-left {
   	height: auto;
  }
  .news-list .cont-right {
    height: auto;
  }
  .news-list .cont-right .card-list-photo {
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    height: auto;
  }
  .news-list .cont-right .card-list-photo .card-item-photo {
    max-width: 100%;
  }
  /* .news-list .cont-right .card-list-photo .card-item-photo:last-child {
    display: none;
  } */
}

@media (max-width: 767.98px) {
  .news-list {
    margin-top: 20px;
  }
  .news-list .cont-left {
  	height: auto;
  }
  
  .news-list .cont-right {
    height: auto;
  }
  
  /* .news-list .cont-right .card-list-photo {
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
  }
  .news-list .cont-right .card-list-photo .card-item-photo {
    height: 200px;
    margin: 0 auto;
  }
  .news-list .cont-right .card-list-photo .card-item-photo .item-header {
    height: 55px;
  }
  .news-list .cont-right .card-list-photo .card-item-photo .item-header .subject {
    font-size: 12px;
  }
  .news-list .cont-right .card-list-photo .card-item-photo .item-header .author {
    margin-top: 4px;
  }
  .news-list .cont-right .card-list-photo .card-item-photo .item-header .author .name {
    max-width: 100%;
    white-space: nowrap;
    max-height: 17px;
    line-height: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
  }
  .news-list .cont-right .card-list-photo .card-item-photo .item-body {
    height: 140px;
  } */
}

.section-online .card-list-wrap {
  margin-top: 60px;
}

@media (max-width: 1199.98px) {
  .section-online {
    height: auto;
    background-position: left bottom;
  }
  .section-online .subject {
    text-align: center;
  }
  .section-online .subject-slogan {
    text-align: center;
  }
  .section-online .card-list-wrap {
    margin-top: 20px;
  }
  .section-online .card-list-wrap .card-list {
    -ms-grid-columns: 2fr;
        grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
    padding: 0;
  }
  .section-online .card-list-wrap .card-item-info .inner {
    min-height: auto;
  }
  .section-online .card-list-wrap .card-item-info .item-header {
    padding: 15px 10px 20px;
  }
  .section-online .card-list-wrap .card-item-info .item-body {
    display: none;
  }
  .section-online .card-list-wrap .card-item-info .subject {
    font-size: 13px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 45px;
    line-height: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.banner-area {
  text-align: center;
  background-color: #fff;
  height: 70px;
}

.banner-area ul {
  display: inline-block;
}

.banner-area ul:after {
  content: '';
  clear: both;
  display: block;
}

.banner-area ul li {
  float: left;
  height: 70px;
  padding: 11px 19px;
}

.banner-area ul li a {
  display: inline-block;
}

.banner-area ul li img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767.98px) {
  .banner-area {
    height: 50px;
  }
  .banner-area ul li {
    height: 50px;
    padding: 8px 5px;
  }
  .banner-area ul li img {
    max-height: 33px;
  }
}

.bd-top-none {
  border-top: 0 !important;
}

.accordion-area {
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  border-top: 2px solid #555;
}

.accordion-area .accordion-header {
  position: relative;
  border-bottom: 1px solid #aaa;
}

.accordion-area .accordion-header button {
  width: 100%;
  padding: 26px 20px 27px 60px;
  font-size: 14px;
  color: #4e4e4e;
  font-weight: normal;
  text-align: left;
}

.accordion-area .accordion-header:before {
  content: 'Q';
  position: absolute;
  top: calc(50% - 16px);
  left: 8px;
  width: 32px;
  height: 32px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  border-radius: 16px;
  background-color: #727285;
  text-align: center;
}

.accordion-area .accordion-header:after {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 23px;
  height: 12px;
  background: url(../images/ico-chevron-down-gray-bold.png) 0 0 no-repeat;
}

.accordion-area .accodian-pannel {
  position: relative;
  display: none;
  padding: 26px 20px 27px 60px;
  border-bottom: 1px solid #aaa;
  background-color: #e8e8e8;
  font-size: 14px;
  color: #4e4e4e;
}

.accordion-area .accodian-pannel:before {
  content: 'A';
  position: absolute;
  top: calc(50% - 16px);
  left: 8px;
  width: 32px;
  height: 32px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  border-radius: 16px;
  background-color: #3b3786;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .accordion-area .accordion-header button {
    font-size: 12px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .accordion-area .accordion-header:before {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }
  .accordion-area .accordion-header:after {
    width: 18px;
    background-size: 18px auto;
  }
  .accordion-area .accodian-pannel {
    font-size: 12px;
    padding-left: 50px;
  }
  .accordion-area .accodian-pannel:before {
    width: 25px;
    height: 25px;
    top: 20px;
    font-size: 14px;
    line-height: 25px;
  }
}

.btn-black-d1 {
  margin: 0 0 10px 20px;
}

@media (max-width: 1199.98px) {
  .table-list td.text-left-title1 {
    width: auto;
    padding: 3px 0;
    font-weight: bold;
  }
  .btn-mb1 {
    width: 113px;
    height: 37px;
    margin: 0;
  }
}

.agency-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7.5px;
}

.agency-list > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 15px);
          flex: 0 0 calc(33.333% - 15px);
  margin: 7.5px;
  border: 1px solid #c8cdd0;
}

.agency-list .box-item {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 120px;
  padding: 17px 10px 18px;
}

.agency-list .box-item strong {
  position: relative;
  padding-bottom: 6px;
  font-size: 17px;
  z-index: 100;
}

.agency-list .box-item strong.text-set-title {
  padding-left: 5px;
  display: inline-block;
}

.agency-list .box-item .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.agency-list .box-item .box-content > ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 120px);
          flex: 0 0 calc(100% - 120px);
}

.agency-list .box-item .box-content > ul.text-set {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 100px);
          flex: 0 0 calc(100% - 100px);
}

.agency-list .box-item .box-content > ul.text-set-overseas {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 0px);
          flex: 0 0 calc(100% - 0px);
}

.agency-list .box-item .box-content > ul.text-set-overseas li:before {
  content: "";
  width: 0px;
  height: 0px;
}

.agency-list .box-item .box-content > ul.text-set-overseas li span {
  margin-left: -80px;
}

@media (max-width: 1199.98px) {
  .agency-list .box-item .box-content > ul.text-set-overseas li span {
    margin-left: -55px;
  }
}

.agency-list .box-item .box-content > ul li {
  position: relative;
  padding-left: 80px;
  font-size: 14px;
  line-height: 21px;
  color: #767676;
}

.agency-list .box-item .box-content > ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #828282;
}

.agency-list .box-item .box-content > ul li span {
  text-indent: 80px;
  margin-left: -70px;
}

.agency-list .box-item .box-content .img-area {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 120px;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
  text-align: right;
}

.agency-list .box-item .box-content .img-area img {
  -o-object-fit: contain;
     object-fit: contain;
}

.agency-list .box-item .box-content .img-area.img-area-set {
  top: 60%;
}

.agency-list .box-item .box-content .img-area.area1 {
  padding-right: 12px;
}

@media (max-width: 1199.98px) {
  .agency-list .box-item .box-content .img-area.img-area-set {
    top: 55%;
  }
  .agency-list .box-item .box-content .img-area.area1 {
    padding-right: 0px;
  }
}

@media (max-width: 1199.98px) {
  .agency-list > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: -2.5px 0;
  }
  .agency-list > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 2.5px 0;
  }
  .agency-list .box-item {
    padding: 12px 8px 11px;
    min-height: auto;
  }
  .agency-list .box-item strong {
    font-size: 14px;
  }
  .agency-list .box-item .box-content > ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 25%);
            flex: 0 0 calc(100% - 25%);
    padding-right: 10px;
  }
  .agency-list .box-item .box-content > ul li {
    position: relative;
    padding-left: 62px;
    font-size: 11px;
    line-height: 16px;
    color: #767676;
  }
  .agency-list .box-item .box-content > ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #828282;
  }
  .agency-list .box-item .box-content > ul li span {
    text-indent: 70px;
    margin-left: -57px;
  }
  .agency-list .box-item .box-content .img-area {
    width: 25%;
  }
  .agency-list .box-item .box-content .img-area img {
    width: 100px;
    height: 70px;
  }
}

.content-container .tab-menu {
  margin-top: 130px;
}

.content-container .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-container .content-box div {
  width: 50%;
}

.content-container .content-box .right-box {
  padding-left: 30px;
}

.content-container .content-box .right-box .right-container {
  width: 480px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-container .content-box .right-box .right-container .right-box-img {
  width: 130px;
  background: white;
  padding: 15px 15px 7px;
}

.content-container .content-box .right-box .right-container .right-box-img img {
  width: 100%;
}

.content-container .content-box .right-box .right-container .right-box-text {
  width: 70%;
}

.content-container .content-box .right-box .right-container .right-box-text p {
  line-height: 17px;
  font-size: 17px;
}

.content-container .content-box .right-box .right-container .right-box-text .text-margin-top {
  margin-top: 8px;
}

.content-container .content-box .right-box .right-container .right-box-text .font-base {
  font-size: 15px;
  line-height: 20px;
}

.content-container .content-box .right-box .right-container .right-box-text .font-sm {
  font-size: 14px;
}

.content-container .content-box .right-box .right-container .right-box-text:nth-child(2) {
  margin-left: 20px;
}

.content-container .content-box .right-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 480px;
  margin-top: 30px;
}

.content-container .content-box .right-box .btn-box li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 5px;
}

.content-container .content-box .right-box .btn-box li:nth-child(5) {
  margin-right: 0;
}

.content-container .content-box .left-box {
  font-size: 14px;
}

.content-container .content-box .left-box .text-box {
  width: 97%;
  padding-bottom: 30px;
}

.content-container .content-box .left-box .text-box .sub-title {
  color: #5b97e2;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

.content-container .content-box .left-box .text-box .text-margin-top {
  margin-top: 5px;
}

.content-container .content-box .left-box .text-box .text-margin-top2 {
  margin-top: 10px;
}

.content-container .content-box .left-box .text-box .font-sm {
  font-size: 13px;
}

@media (max-width: 1199.98px) {
  .content-container {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .content-container .tab-menu {
    margin-top: 0;
  }
  .content-container .content-box {
    margin-top: -15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-container .content-box div {
    width: 100%;
  }
  .content-container .content-box .right-box {
    padding: 8px;
  }
  .content-container .content-box .right-box .right-container {
    width: 100%;
    max-width: 300px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-container .content-box .right-box .right-container .right-box-img {
    width: 70px;
    height: 50px;
    background: white;
    padding: 10px;
  }
  .content-container .content-box .right-box .right-container .right-box-img img {
    width: 100%;
  }
  .content-container .content-box .right-box .right-container .right-box-text {
    width: 70%;
  }
  .content-container .content-box .right-box .right-container .right-box-text p {
    line-height: 12px;
    font-size: 12px;
  }
  .content-container .content-box .right-box .right-container .right-box-text .text-margin-top {
    margin-top: 5px;
  }
  .content-container .content-box .right-box .right-container .right-box-text .font-sm,
  .content-container .content-box .right-box .right-container .right-box-text .font-base {
    font-size: 10px;
    line-height: 12px;
  }
  .content-container .content-box .right-box .right-container .right-box-text:nth-child(2) {
    margin-left: 8px;
  }
  .content-container .content-box .right-box .btn-box {
    margin-top: 25px;
  }
  .content-container .content-box .left-box {
    margin-top: 20px;
    font-size: 14px;
  }
  .content-container .content-box .left-box h4 {
    font-size: 16px;
  }
  .content-container .content-box .left-box .text-box {
    padding-bottom: 10px;
  }
  .content-container .content-box .left-box .text-box .text-margin-top2 {
    margin-top: 6px;
  }
  .content-container .content-box .left-box .text-size-up {
    font-size: 16px;
  }
}

.network-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 490px;
  margin-top: 50px;
}

.network-wrap .network-header {
  width: 306px;
  padding: 30px 30px;
  background-color: #05548f;
}

.network-wrap .network-header .title {
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.network-wrap .network-header .nation-tab {
  width: 150px;
  margin: 0 auto;
}

.network-wrap .network-header .tab-nation-list li {
  float: left;
  padding: 2px 7px;
}

.network-wrap .network-header .tab-nation-list li a {
  color: #BCC9DD;
  font-weight: bold;
}

.network-wrap .network-header .tab-nation-list li.on a {
  color: #fff;
}

.network-wrap .network-header .tab-nation-list:after {
  content: '';
  clear: both;
  display: block;
}

.network-wrap .network-header .tab-content {
  margin: -2.5px -.5px;
}

.network-wrap .network-header .tab-content .btn {
  width: calc(50% - 5px);
  font-size: 13px;
  height: 40px;
  color: #bcc9dd;
  border: 1px solid #757f9f;
  margin: 2.5px 0.5px;
}

.network-wrap .network-body {
  position: relative;
  width: calc(100% - 306px);
  background-color: #f3f6fb;
}

.network-wrap .network-body > ul > li {
  display: none;
}

.network-wrap .btn-control {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 15px);
  display: none;
}

.network-wrap .btn-control button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-indent: -9999px;
  background-image: url(../images/ico-stop.png);
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.network-wrap .btn-control button.btn-play {
  background-image: url(../images/ico-play.png);
  background-size: 5px 9px;
}

@media (max-width: 1199.98px) {
  .network-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .network-wrap .tab-menu {
    margin-top: 0;
  }
  .network-wrap .content-box {
    margin-top: -15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .network-wrap .content-box div {
    width: 100%;
  }
  .network-wrap .content-box .right-box {
    padding: 8px;
  }
  .network-wrap .content-box .right-box .right-container {
    width: 100%;
    max-width: 300px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .network-wrap .content-box .right-box .right-container .right-box-img {
    width: 70px;
    height: 50px;
    background: white;
    padding: 10px;
  }
  .network-wrap .content-box .right-box .right-container .right-box-img img {
    width: 100%;
  }
  .network-wrap .content-box .right-box .right-container .right-box-text {
    width: 70%;
  }
  .network-wrap .content-box .right-box .right-container .right-box-text p {
    line-height: 12px;
    font-size: 12px;
  }
  .network-wrap .content-box .right-box .right-container .right-box-text .text-margin-top {
    margin-top: 5px;
  }
  .network-wrap .content-box .right-box .right-container .right-box-text .font-sm,
  .network-wrap .content-box .right-box .right-container .right-box-text .font-base {
    font-size: 10px;
    line-height: 12px;
  }
  .network-wrap .content-box .right-box .right-container .right-box-text:nth-child(2) {
    margin-left: 8px;
  }
  .network-wrap .content-box .left-box {
    margin-top: 20px;
    font-size: 14px;
  }
  .network-wrap .content-box .left-box h4 {
    font-size: 16px;
  }
  .network-wrap .content-box .left-box .text-box {
    padding-bottom: 10px;
  }
  .network-wrap .content-box .left-box .text-box .text-margin-top2 {
    margin-top: 6px;
  }
  .network-wrap .content-box .left-box .text-size-up {
    font-size: 16px;
  }
  .network-wrap .content-box .left-box .ico-box {
    width: 100%;
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .network-wrap .content-box .left-box .ico-box li {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .network-wrap .content-box .left-box .ico-box li .ico-text {
    float: left;
    margin-top: -10px;
    font-size: smaller;
    width: 50px;
    text-align: center;
  }
  .network-wrap .network-body {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .network-wrap .network-body .nation-info {
    width: 55%;
  }
  .network-wrap .network-body .link-area {
    width: 45%;
  }
}

@media (max-width: 767.98px) {
  .network-wrap {
    height: auto;
  }
  .network-wrap .network-header {
    display: none;
  }
  .network-wrap .network-body {
    padding: 0;
    height: auto;
  }
  .network-wrap .network-body > ul {
    display: none;
  }
  .network-wrap .btn-control {
    display: block;
  }
}

.nation-group .nation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px -13px 45px;
}

.nation-group .nation-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 208px) / 8);
          flex: 0 0 calc((100% - 208px) / 8);
  margin: 15px 13px;
  width: calc((100% - 208px) / 8);
}

.nation-group .nation-list li .img-area {
  display: block;
  line-height: 1;
  text-align: center;
}

.nation-group .nation-list li strong {
  display: block;
  font-size: 20px;
  text-align: center;
}

.nation-group .nation-list li strong small {
  display: block;
  margin-top: -4px;
  font-size: 13px;
  color: #8b8e8f;
  font-weight: normal;
}

@media (max-width: 1199.98px) {
  .nation-group {
    display: none;
  }
}

.nation-group-list .nation-group-header {
  padding: 18px 0 16px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

.nation-group-list .nation-group-header:after {
  content: '';
  clear: both;
  display: block;
}

.nation-group-list .nation-group-header .nation-title {
  float: left;
  font-size: 18px;
}

.nation-group-list .nation-group-header .nation-e-title {
  float: right;
}

.nation-group-list .nation-group-body {
  padding: 20px 80px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nation-group-list .nation-group-body ul {
  width: calc(100% / 3);
  padding: 0 30px;
}

.nation-group-list .nation-group-body ul li {
  display: block;
  padding: 3px 0;
  font-size: 13px;
  color: #333;
  font-weight: normal;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

.nation-group-list .nation-group-body .img-area {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-top: 1px;
  margin-right: 10px;
  vertical-align: top;
  outline: 1px solid #ccc;
}

.nation-group-list .nation-group-body .img-area img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.nation-group-list .nation-group-body .inline-block {
  display: inline-block;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .nation-group-list .nation-group-header {
    padding: 14px 0 12px;
  }
  .nation-group-list .nation-group-header .nation-title {
    font-size: 16px;
  }
  .nation-group-list .nation-group-body {
    padding: 20px 10px 30px;
  }
  .nation-group-list .nation-group-body ul {
    width: 50%;
    padding: 0;
  }
  .nation-group-list .nation-group-body ul:last-child {
    width: 100%;
  }
  .nation-group-list .nation-group-body ul:last-child li {
    display: inline-block;
    width: calc(50% - 4px);
  }
}

@media (max-width: 767.98px) {
  .nation-group-list .nation-group-body {
    padding: 20px 10px 30px;
  }
  .nation-group-list .nation-group-body ul {
    width: 100%;
    padding: 0;
  }
  .nation-group-list .nation-group-body ul:last-child {
    width: 100%;
  }
  .nation-group-list .nation-group-body ul:last-child li {
    display: inline-block;
    width: 100%;
  }
}

.modal-nation-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 50;
}

.modal-nation-popup.hide {
  opacity: 0;
  visibility: hidden;
}

.modal-nation-popup.hide .popup-inner {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.modal-nation-popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modal-nation-popup.show .popup-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal-nation-popup .dimed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 59, 100, 0.7);
}

.modal-nation-popup .dimed + .popup-inner {
  border: 0;
}

.modal-nation-popup .popup-inner {
  position: relative;
  z-index: 1100;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border: 1px solid #3c5ca8;
}

.modal-nation-popup .popup-body .pop-nation-header {
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.modal-nation-popup .popup-body .pop-nation-header .img-wrap {
  display: block;
  width: 100%;
  height: 71px;
}

.modal-nation-popup .popup-body .pop-nation-header .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-nation-popup .popup-body .pop-nation-header strong {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 36px;
}

.modal-nation-popup .popup-body .pop-nation-header strong:after {
  content: '';
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
}

.modal-nation-popup .popup-body .pop-nation-header span {
  display: block;
  font-size: 21px;
}

.modal-nation-popup .popup-body .pop-nation-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}

.modal-nation-popup .popup-body .pop-nation-body .nation-info {
  width: 59%;
}

.modal-nation-popup .popup-body .pop-nation-body .nation-info strong {
  font-size: 21px;
}

.modal-nation-popup .popup-body .pop-nation-body .nation-info-list li {
  font-size: 14px;
}

.modal-nation-popup .popup-body .pop-nation-body .nation-info-list li em {
  display: inline-block;
  font-style: normal;
  vertical-align: top;
}

.modal-nation-popup .popup-body .pop-nation-body .nation-info-list li > ul {
  display: inline-block;
}

.modal-nation-popup .popup-body .pop-nation-body .link-area {
  width: 41%;
  margin: -3px;
}

.modal-nation-popup .popup-body .pop-nation-body .link-area li {
  display: inline-block;
  margin: 3px;
  text-align: center;
}

.modal-nation-popup .popup-body .pop-nation-body .link-area li span {
  display: block;
  width: 68px;
  height: 68px;
  margin-bottom: 3px;
  border-radius: 34px;
  line-height: 68px;
  text-align: center;
  background-color: #efeaea;
}

.modal-nation-popup .popup-footer {
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal-nation-popup .popup-footer .btn-close:after {
  content: '\00d7';
  font-size: 30px;
}

@media (max-width: 1199.98px) {
  .modal-nation-popup .popup-body .pop-nation-header {
    padding-top: 30px;
  }
  .modal-nation-popup .popup-body .pop-nation-header strong {
    font-size: 21px;
    margin-top: 10px;
  }
  .modal-nation-popup .popup-body .pop-nation-header span {
    font-size: 15px;
    line-height: 17px;
  }
  .modal-nation-popup .popup-body .pop-nation-body .nation-info {
    width: 55%;
    padding-left: 0;
    max-height: 143px;
    overflow: hidden;
  }
  .modal-nation-popup .popup-body .pop-nation-body .link-area {
    width: 45%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .modal-nation-popup .popup-body .pop-nation-body .link-area li i {
    width: 71px;
    height: 72px;
    line-height: 72px;
    background-size: 71px 72px;
  }
}

@media (max-width: 767.98px) {
  .modal-nation-popup .popup-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-nation-popup .popup-body .pop-nation-header {
    padding: 0 5px;
    margin-bottom: 0;
    width: 100%;
  }
  .modal-nation-popup .popup-body .pop-nation-header .img-wrap {
    height: 38px;
    margin-top: 0;
  }
  .modal-nation-popup .popup-body .pop-nation-header strong {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }
  .modal-nation-popup .popup-body .pop-nation-header strong:after {
    width: 30px;
    left: calc(50% - 15px);
  }
  .modal-nation-popup .popup-body .pop-nation-header span {
    font-size: 11px;
    line-height: 14px;
  }
  .modal-nation-popup .popup-body .pop-nation-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 10px;
  }
  .modal-nation-popup .popup-body .pop-nation-body .nation-info {
    width: 100%;
    max-height: 190px;
    overflow: hidden;
  }
  .modal-nation-popup .popup-body .pop-nation-body .nation-info strong {
    font-size: 14px;
  }
  .modal-nation-popup .popup-body .pop-nation-body .nation-info .nation-info-list li {
    font-size: 11px;
  }
  .modal-nation-popup .popup-body .pop-nation-body .link-area {
    width: 100%;
    margin: 10px -1.5px -1.5px;
  }
  .modal-nation-popup .popup-body .pop-nation-body .link-area li {
    margin: 1.5px;
  }
  .modal-nation-popup .popup-body .pop-nation-body .link-area li i {
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-size: 52px 52px;
  }
  .modal-nation-popup .popup-body.nation-body .pop-nation-header {
    width: 50%;
  }
  .modal-nation-popup .popup-body.nation-body .pop-nation-body {
    width: 50%;
  }
  .modal-nation-popup .popup-footer {
    top: -18px;
    right: 5px;
  }
  .modal-nation-popup .popup-footer .btn-close:after {
    font-size: 20px;
  }
}

.photo-type1 .subject-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 38px;
  line-height: 19px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.photo-type1 .item-set {
  height: auto;
}

.photo-type1 .author.author-mt {
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  .photo-type1 .subject-text {
    font-size: 14px;
  }
  .photo-type1 .author.author-mt {
    margin-top: 10px;
  }
}

.table-form .input-date {
  position: relative;
  margin-right: 20px;
}

.table-form .input-date:after {
  content: '~';
  display: inline-block;
  position: absolute;
  right: -13px;
  top: 0px;
}

.agency-type2 > ul > li .box-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.agency-type2 > ul > li .box-item .sub-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
}

.agency-type2 > ul > li .box-item .sub-area.sub-wave2 {
  font-size: 14px;
  line-height: 26px;
  padding-right: 85px;
}

.agency-type2 > ul > li .box-item .sub-area.sub-wave3 {
  font-size: 14px;
  line-height: 14px;
  width: 100%;
}

.agency-type2 > ul > li .box-item .box-content > ul > li {
  padding-left: 70px;
}

.agency-type2 > ul > li .box-item .box-content > ul > li:before {
  content: none;
}

.agency-type2 > ul > li .box-item .box-content .img-area {
  top: 55%;
}

@media (max-width: 1199.98px) {
  .agency-type2 > ul > li .box-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .agency-type2 > ul > li .box-item strong {
    line-height: 12px;
  }
  .agency-type2 > ul > li .box-item strong .sub-area.sub-wave2 {
    font-size: 12px;
    line-height: 12px;
  }
  .agency-type2 > ul > li .box-item strong .sub-area.sub-wave3 {
    font-size: 12px;
    line-height: 14px;
  }
  .agency-type2 > ul > li .box-item .box-content > ul > li {
    padding-left: 58px;
  }
  .agency-type2 > ul > li .box-item .box-content > ul > li:before {
    content: none;
  }
  .agency-type2 > ul > li .box-item .box-content .img-area {
    top: 55%;
  }
}

.bbs-header.header-left-info {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}

.tab-menu1-top {
  margin: 130px 0 0;
}

@media (max-width: 1199.98px) {
  .tab-menu1-top {
    margin: 0 0 20px;
  }
}

.table-detail .attach-list-top {
  width: 100%;
}

.table-detail .attach-list-top .file-list li {
  position: relative;
  font-size: 14px;
  width: 100%;
}

.table-detail .attach-list-top .file-list li a {
  min-height: 30px;
}

.table-detail .attach-list-top .file-list li a.btn-download {
  position: absolute;
  top: 0;
  right: -10px;
  border: 1px solid #999;
  padding: 2px 15px 3px;
  color: #39333d;
  font-weight: bold;
  font-size: 15px;
}

.table-detail .attach-list-top .file-list li a:not(.btn-download) {
  font-weight: bold;
  color: #767676;
}

@media (max-width: 1199.98px) {
  .table-detail .attach-list-top .attach-list-top {
    width: 77%;
  }
  .table-detail .attach-list-top .file-list li {
    position: relative;
    font-size: 12px;
    width: 100%;
  }
  .table-detail .attach-list-top a.btn-download {
    display: none;
  }
}

.content-body-1 .article-container {
  margin-top: 70px;
}

.content-body-1 .btn-like-1 .ico {
  margin-left: 5px;
}

@media (max-width: 1199.98px) {
  .content-body-1 .article-container {
    margin-top: 25px;
  }
  .content-body-1 .btn-like-1 .ico {
    margin-left: 0;
  }
}

.content-body-1 .content-body-2 fieldset {
  margin-top: 25px;
}

.content-body .list-title2 {
  margin-bottom: 20px;
}

.content-body .bbs-header2 {
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.content-body .bbs-header2 .total-page {
  margin-left: 15px;
}

.content-body .card-list-photo2 {
  border: none;
  padding-top: 10px;
}

@media (max-width: 1199.98px) {
  .content-body .list-title2 {
    margin-bottom: 0px;
  }
  .content-body .bbs-header2 .total-page {
    margin-left: -20px;
  }
}

.article-body.body-type02 {
  position: relative;
  padding: 55px 0 0;
}

.article-body.body-type02 .section-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 77.5%;
}

.article-body.body-type02 .section-thumb .info-area {
  width: 35.5%;
  margin: 0;
  padding: 0 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-body.body-type02 .section-thumb .info-area .btn-download-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.article-body.body-type02 .section-thumb .info-area .btn-download-area .btn-download {
  margin-top: 20px;
  border: 1px solid #999;
  padding: 2px 15px 3px;
  color: #39333d;
  font-weight: bold;
  font-size: 15px;
}

.article-body.body-type02 .section-photo-nav {
  width: 18.25%;
}

.article-body.body-type02 .section-photo-nav .slick-list {
  height: 730px;
}

.article-body.body-type02 .section-photo-nav .slider-item .slider-header {
  width: 220px;
  height: 170px;
}

.article-body.body-type02 .section-photo-nav .slider-item .slider-header img {
  width: 100%;
}

.article-body.body-type02 .section-photo-nav .slider-item .slider-content strong {
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  .article-body.body-type02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
  }
  .article-body.body-type02 .section-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .article-body.body-type02 .section-thumb .info-area {
    width: 100%;
    padding: 0;
  }
  .article-body.body-type02 .section-thumb .info-area .file-list {
    position: absolute;
    top: 60%;
    right: 0;
  }
  .article-body.body-type02 .section-photo-nav {
    width: 100%;
  }
  .article-body.body-type02 .section-photo-nav .photo-slider-container {
    height: 100%;
  }
  .article-body.body-type02 .section-photo-nav .photo-slider {
    padding: 0 25px;
    height: 100%;
  }
  .article-body.body-type02 .section-photo-nav .photo-slider .slick-list {
    height: 100%;
  }
  .article-body.body-type02 .section-photo-nav .photo-slider .slider-item .slider-header {
    width: 100%;
    height: 298px;
  }
}

.article-body .section-thumb {
  padding-top: 0;
}

.bbs-note {
  max-width: 200px;
  white-space: nowrap;
  max-height: 16px;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.totle-page-card {
  padding-left: 40px;
  margin-bottom: -20px;
}

.list-photo-type {
  border: none;
}

@media (max-width: 1199.98px) {
  .totle-page-card {
    padding-left: 20px;
    margin-top: 15px;
  }
}

.content-body-list03 .article-container {
  border: none;
  margin-top: 100px;
}

.content-body-list03 .article-container:after {
  height: 0;
}

.content-body-list03 .article-container .subject-area {
  padding: 0;
  text-align: left;
  border: none;
  color: #000;
}

.content-body-list03 .article-container .subject-area .subject {
  font-size: 24px;
  padding-left: 5px;
}

.content-body-list03 .article-container .subject-area .btn-group.btn-top a {
  top: 40%;
}

.content-body-list03 .article-container .article-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-body-list03 .article-container .article-body .content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-body-list03 .article-container .article-body .content-group .result {
  width: 338px;
  padding: 5px;
  font-size: 18px;
  text-align: center;
}

.content-body-list03 .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}

.content-body-list03 .btn-group .btn-black {
  height: 40px;
  width: 100px;
}

.content-body-list03 .table-form {
  border-top: 1px solid #000;
}

.content-body-list03 .table-form table th {
  padding: 13px;
}

.content-body-list03 .table-form table td {
  width: auto;
}

@media (max-width: 1199.98px) {
  .content-body-list03 .article-container {
    border: none;
    margin-top: 0px;
  }
  .content-body-list03 .article-container .subject-area .subject {
    font-size: 19px;
  }
  .content-body-list03 .article-container .article-body .content-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .content-body-list03 .article-container .article-body .content-group .result {
    font-size: 16px;
  }
  .content-body-list03 .article-container .table-form {
    border-top: 1px solid #000;
  }
  .content-body-list03 .article-container .table-form table th {
    width: auto;
    padding: 11px;
  }
  .content-body-list03 .article-container .table-form table td .ckeck-item.single input[type=radio] + label:before {
    margin: 0px;
  }
  .content-body-list03 .article-container .table-form table td .ckeck-item.single input[type=radio] + label .sr-only {
    margin: 0px !important;
  }
  .content-body-list03 .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-body-list03 .btn-group .btn-black {
    width: 70px;
    height: 35px;
  }
}

.table-list-white table {
  border-top: 1px double #000;
}

.table-list-white table.table-list-type02 colgroup col:nth-child(2) {
  width: 20%;
}

.table-list-white table .thead,
.table-list-white table .tbody {
  text-align: center;
}

.table-list-white table tr {
  border: 1px solid #ddd;
}

.table-list-white table tr th {
  color: #222;
  border-top: 2px solid #555;
  border-left: none;
  border-right: none;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 13px 20px;
}

.table-list-white table tr td {
  height: 80px;
  color: #4e4e4e;
  border-left: none;
  border-right: none;
  font-size: 14px;
  padding: 20px 13px;
}

.table-list-white table .bbs-review.review-type1 {
  margin-left: 5px;
}

.table-list-white .btn-area .btn-group {
  margin-top: 0;
}

.table-list-white .btn-area .btn-group .btn-lg {
  height: 40px;
  width: 100px;
}

@media (max-width: 1199.98px) {
  .table-list-white table tr th {
    padding: 13px 20px;
    font-size: 12px;
  }
  .table-list-white table tr td {
    height: 60px;
    padding: 13px;
    font-size: 12px;
  }
  .table-list-white table.table-md-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-list-white table.table-md-col tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-list-white table.table-md-col tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: none;
    border-right: none;
  }
  .table-list-white table.table-md-col tbody tr td {
    width: 100%;
    height: auto;
    padding: 7px 3px 0px 3px;
    text-align: left;
  }
  .table-list-white table.table-md-col tbody tr td.bbs-date-2 {
    font-size: 12px;
    color: #666;
  }
  .table-list-white table.table-md-col tbody tr td.bbs-date-2 span:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 9px;
    margin: 0 6px;
    background-color: #989898;
    vertical-align: middle;
  }
  .table-list-white table.table-md-col tbody tr td.bbs-date-2 span:last-child:after {
    content: none;
  }
  .table-list-white table.table-md-col tbody tr td.title {
    font-size: 16px;
    color: #111;
    font-weight: 400;
    padding-top: 0px;
    line-height: 20px;
  }
  .table-list-white table.table-md-col tbody tr td.btn-area {
    width: 50%;
    padding: 18px 2px 8px 2px;
  }
  .table-list-white table.table-md-col tbody tr td.btn-area .btn-group.btn-right {
    float: right;
  }
  .table-list-white table.table-md-col tbody tr td.btn-area .btn-group.btn-left {
    float: left;
  }
  .table-list-white table.table-md-col tbody tr td.btn-area .btn-group .btn-md {
    width: 91px;
    height: 28px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
  }
  .table-list-white table.table-list-type02 {
    border-top: 2px solid #5d5d5d;
  }
  .table-list-white table.table-list-type02 colgroup col:nth-child(2) {
    width: 55%;
  }
  .table-list-white table.table-list-type02 tr th {
    padding: 19px 5px 11px 5px;
    font-size: 12px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    color: #666;
    font-size: 12px;
    font-weight: 400;
  }
  .table-list-white table.table-list-type02 tr td {
    height: 50px;
    padding: 5px 3px 0px 3px;
    font-size: 12px;
    line-height: 13px;
    border: 1px solid #e8e8e8;
  }
  .table-list-white table.table-list-type02 tr td .lh_15 {
    line-height: 15px;
  }
}

.title.title-wave {
  padding-top: 20px;
  padding-bottom: 20px;
}

.title.title-wave .title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .title.title-wave {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 65px;
    padding: 0px;
  }
  .title.title-wave .title-head {
    margin-bottom: 2px;
    text-overflow: ellipsis;
  }
  .title.title-wave .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .title.title-wave .btn-group .btn-type1.type1-1 {
    width: 70px;
    height: 35px;
  }
  .title.title-wave .btn-group .btn-type1.type1-2 {
    width: 70px;
    height: 35px;
  }
  .title.title-wave .bbs-review.review-type1 {
    margin-left: 5px;
  }
}



.table-data.table-type1 table tr,
.table-data.table-type1 table th,
.table-data.table-type1 table td {
  border: none;
}

.table-data.table-type1 table th {
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  padding: 20px;
}

.table-data.table-type1 table td {
  border-bottom: 1px solid #aaa;
  padding-top: 30px;
  padding-bottom: 30px;
}

.table-data.table-type1 .btn-area {
  padding: 0;
}

.table-data.table-type1 .btn-area .btn-group {
  margin-top: 0;
}

.table-data.table-type1 .btn-area .btn-group .btn-type1 {
  height: 40px;
  width: 100px;
}

.table-data.table-type1 .btn-area.type1 {
  width: 50%;
  height: 50px;
}

@media (max-width: 1199.98px) {

  .table-data.table-type1 table tr,
  .table-data.table-type1 table th,
  .table-data.table-type1 table td {
    border: none;
  }
  .table-data.table-type1 table th {
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    padding: 10px;
  }
  .table-data.table-type1 table td {
    border-bottom: 1px solid #aaa;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .table-data.table-type1 .btn-area .btn-group .btn-type1 {
    height: 40px;
    width: 100px;
  }
}

.table-data.table-type1 .btn-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-data.table-type1 .btn-group .btn-black {
  width: 70px;
  height: 35px;
}

.table-data.table-type1 .table-form {
  border-top: 1px solid #000;
}

.table-data.table-type1 .table-form table {
  border-top: 1px solid #000;
}

.table-data.table-type1 .table-form table th {
  width: auto;
  padding: 11px;
}

.table-data.table-type1 .table-form table td .ckeck-item.single input[type=radio] + label:before {
  margin: 0px;
}

.table-data.table-type1 .table-form table td .ckeck-item.single input[type=radio] + label .sr-only {
  margin: 0px !important;
}

.table-data .btn-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-data .btn-group .btn-black {
  width: 70px;
  height: 35px;
}

.table-list-white table {
  border-top: 1px double #000;
}

.table-list-white table .thead,
.table-list-white table .tbody {
  text-align: center;
}

.table-list-white table tr {
  border: 1px solid #ddd;
}

.table-list-white table tr th {
  color: #222;
  border-top: 2px solid #555;
  border-left: none;
  border-right: none;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 13px 20px;
}

.table-list-white table tr td {
  height: 80px;
  color: #4e4e4e;
  border-left: none;
  border-right: none;
  font-size: 14px;
  padding: 20px 13px;
}

.table-list-white .btn-area .btn-group {
  margin-top: 0;
}

.table-list-white .btn-area .btn-group .btn-lg {
  height: 40px;
  width: 100px;
}

@media (max-width: 1199.98px) {
  .table-list-white table tr th {
    padding: 13px 20px;
    font-size: 12px;
  }
  .table-list-white table tr td {
    height: 60px;
    padding: 13px;
    font-size: 12px;
  }
}

.title.title-wave {
  padding-top: 20px;
  padding-bottom: 20px;
}

.title.title-wave .title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .title.title-wave {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 65px;
    padding: 0px;
  }
  .title.title-wave .title-head {
    margin-bottom: 2px;
    text-overflow: ellipsis;
  }
}

.table-list .list-pd {
  padding: 7px 0px 16px 0px;
}

.table-list .title.text-md02 {
  font-size: 16px;
  margin-bottom: 0px;
  max-height: 45px;
}

.table-list .text-md02 {
  font-size: 16px;
  margin-bottom: 0px;
  max-height: 45px;
}

.table-list .btn-area.btn-center {
  display: inline-block;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-list .btn-area.btn-center .btn-group {
  margin-top: 10px;
}

.table-list .btn-area.btn-center .btn-group .btn-lg {
  width: 91px;
  height: 28px;
  line-height: 20px;
}

.content-body-online .btn-area {
  margin-bottom: 19px;
}

.content-body-online .btn-area .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-body-online .btn-area .btn-group .btn-outline-gray02 {
  width: auto;
  height: 43px;
  margin: 2px;
  border-color: #b8b8b8;
}

.content-body-online .btn-area .btn-group .btn-outline-gray02 .ico-download-online01 {
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/ico-download-type2.png);
  margin-right: 10px;
}

.content-body-online .btn-area .btn-group .btn-outline-gray02 .ico-download-online02 {
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/ico-download-type3.png);
  margin-right: 10px;
}

.content-body-online .btn-area .btn-group .btn-outline-gray02 .ico-clip {
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/ico-clip.png);
  margin-right: 10px;
}

.content-body-online .card-outline {
  gap: 24px;
}

.content-body-online .card-outline .inner {
  min-height: 203px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e8e8e8;
}

.content-body-online .card-outline .inner .label-blue {
  background-color: #009ace;
  color: #fff;
}

.content-body-online .card-outline .inner .label-color1 {
  background-color: #fe730c;
  color: #fff;
}
.content-body-online .card-outline .inner .label-color2 {
  background-color: #f13d64;
  color: #fff;
}
.content-body-online .card-outline .inner .label-color3 {
  background-color: #22b1ed;
  color: #fff;
}
.content-body-online .card-outline .inner .label-color4 {
  background-color: #1784d7;
  color: #fff;
}
.content-body-online .card-outline .inner .label-color5 {
  background-color: #09a274;
  color: #fff;
}
.content-body-online .card-outline .inner .label-color6 {
  background-color: #883EBC;
  color: #fff;
}



.content-body-online .card-outline .inner .subject {
  font-weight: bold;
}

.content-body-online .card-outline .btn-area {
  position: absolute;
  width: 60px;
  height: 35px;
  top: 30px;
  right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-body-online .card-outline .btn-area .ckeck-item {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  right: 36px;
}

.content-body-online .card-outline .btn-area .btn-like {
  position: absolute;
  top: 0;
  right: 0;
}

.content-body-online .card-list.card-list-online {
  /* padding: 40px 50px; */
  gap: 20px;
  -ms-grid-columns: 1fr;
      grid-template-columns: repeat(3, 33%);
}

.content-body-online .card-list.card-list-online .card-item-info {
  min-height: 420px;
}

.content-body-online .card-list.card-list-online .card-item-info .inner {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e8e8e8;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-header {
  position: relative;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d9e6ea;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-header .label {
  /* width: 110px; */
  min-height: 30px;
  border-radius: 15px;
  background-color: #ff4c88;
  color: #fff;
  font-size: 16px;
  padding: 0 40px;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-header .subject {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: 160px;
  margin-top: 17px;
  /* margin-bottom: 77px; */
  font-size: 21px;
  text-align: center;
  font-weight: bold;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-header .flag {
  position: absolute;
  top: calc(100% - 82.5px);
  right: calc(50% - 82.5px);
  width: 160px;
  height: 160px;
  /* border-radius: 50%; */
  overflow: hidden;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-header .flag img {
  width: 190px;
  /* height: 190px; */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-header .flag img.img-type02 {
  margin-top: -30px;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 20px;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-body .subject {
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  margin-top: 95px;
  margin-bottom: 5px;
  overflow: hidden;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-body .info {
  font-size: 16px;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-body .info dt {
  padding-right: 3px;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-body .info dt:after {
  content: none;
}

.content-body-online .card-list.card-list-online .card-item-info .inner .item-body .author {
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .content-body-online .card-list.card-list-online .card-item-info .inner .item-header .label {
    width: auto;
    font-size: 12px;
    padding: 0 10px;
  }
  .content-body-online .card-list.card-list-online .card-item-info .inner .item-header .subject {
    font-size: 19px;
  }
  .content-body-online .card-list.card-list-online .card-item-info .inner .item-body {
    padding-bottom: 20px;
  }
  .content-body-online .card-list.card-list-online .card-item-info .inner .item-body .subject {
    height: auto;
    font-size: 15px;
    overflow: auto;
  }
  .content-body-online .card-list.card-list-online .card-item-info .inner .item-body .info dt {
    font-size: 12px;
  }
  .content-body-online .card-list.card-list-online .card-item-info .inner .item-body .info dd {
    font-size: 12px;
  }
  .content-body-online .card-list.card-list-online .card-item-info .inner .item-body .author {
    margin-top: 10px;
  }
}

.content-body-online .info-type1 dl .item.date {
  padding-right: 10px;
}

.content-body-online .info-type1 dl .item.hit {
  padding-right: 10px;
}

@media (max-width: 1199.98px) {
  .content-body-online .tab-menu1 {
    margin-top: 0px;
  }
  .content-body-online .btn-area .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .content-body-online .btn-area .btn-group .btn-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-body-online .btn-area .btn-group .btn-outline-gray02 {
    width: 60%;
  }
  .content-body-online .info-type1 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 120px;
  }
  .content-body-online .info-type1 dl.item-line {
    border-left: none;
  }
  .content-body-online .info-type1 dl .item.date {
    padding-right: 8px;
  }
  .content-body-online .info-type1 dl .item.hit {
    padding-right: 0px;
  }
  .content-body-online .card-list.card-list-online {
    padding: 0px;
    -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
  }
  .content-body-online .card-list.card-list-online .card-item-info .inner .item-header .label {
    padding: 0px;
  }
}

@media (max-width: 1199.98px) {
  .table-list table .cate {
    padding-bottom: 0;
    font-size: 16px;
    font-weight: bold;
  }
  .table-list table .cate:before {
    content: '[';
    display: inline-block;
  }
  .table-list table .cate:after {
    content: ']';
    display: inline-block;
  }
  .table-list table .cate-bbs-title {
    position: relative;
    padding-left: 5px;
  }
  .table-list table .cate-bbs-title:before {
    content: ' ';
    position: absolute;
    top: 3px;
    left: 0;
    width: 2px;
    height: 12px;
    background-color: #000;
  }
  
  .content-body .homepage-data {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: inline-block !important;
	}
	
	.content-body .homepage-data ul {
	  display: inline-block;
	}
	
	.content-body .homepage-data ul li {
	  margin-left: 3.5px;
	  display: inline-block !important;
	}
}

.content-text-black {
  color: #272727;
}

.content-body .title1-type2 {
  margin-top: 50px;
}

.content-body .title-desc {
  font-size: 16px;
}

.content-body .img-wrap {
  margin-top: 15px;
  width: 1200px;
  height: 270px;
}

.content-body .img-wrap img {
  height: 100%;
}

.content-body .img-wrap2 {
  margin-top: 15px;
  width: 1200px;
}

.content-body .img-wrap2 img {
  width: 100%;
}

.content-body .img-wrap3 {
  margin-top: 48px;
  width: 1200px;
}

.content-body .img-wrap3 img {
  width: 100%;
}

.content-body .homepage-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-body .homepage-data ul {
  display: inline-block;
}

.content-body .homepage-data ul li {
  margin-left: 3.5px;
}

.content-body .txt-type {
  font-size: 16px;
  line-height: 30px;
}

.content-body .text-list-style1 {
  margin-left: 13px;
}

.content-body .text-list-style1 li {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1199.98px) {
  .content-body .title1-type2 {
    margin-top: 43px;
  }
  .content-body .title-desc {
    font-size: 12px;
  }
  .content-body .txt-type {
    font-size: 12px;
    line-height: 19px;
  }
  .content-body .text-list-style1 li {
    font-size: 12px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-body .text-list-style1 li .num {
    margin-right: 3px;
  }
  .content-body .img-wrap,
  .content-body .img-wrap2,
  .content-body .img-wrap3 {
    margin-top: 10px;
    width: 100%;
    height: 200px;
  }
  .content-body .img-wrap img,
  .content-body .img-wrap2 img,
  .content-body .img-wrap3 img {
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
  }
}

.infographic-area {
  width: 100%;
}

.infographic-area h4 {
  width: 172px;
  height: 56px;
  margin: 0 auto;
  background-image: url(../images/logo-female.png);
  background-position: 0 0;
  background-size: 172px 56px;
  text-indent: -99999px;
  overflow: hidden;
}

.infographic-area > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.infographic-area > ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 680px;
  height: 38px;
  background-image: url(../images/bg-female.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 680px 38px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.infographic-area > ul li {
  width: 225px;
  text-align: center;
}

.infographic-area > ul li img {
  width: 132px;
}

.infographic-area > ul li img img {
  width: 100%;
}

.infographic-area > ul li span {
  display: block;
  color: #444444;
  width: 80%;
  margin-left: 10%;
  margin-top: 5px;
}

.infographic-area .box-round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  border: 1px solid #cfcfcf;
}

.infographic-area .box-round .ico {
  width: 82px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: 82px 84px;
  background-image: url(../images/ico-female01.png);
}

.infographic-area .box-round .ico-female02 {
  background-image: url(../images/ico-female02.png);
}

.infographic-area .box-round .ico-female03 {
  background-image: url(../images/ico-female03.png);
}

.infographic-area .box-round .ico-female04 {
  background-image: url(../images/ico-female04.png);
}

@media (max-width: 1199.98px) {
  .infographic-area .logo-female {
    display: none;
  }
  .infographic-area > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
    margin-bottom: -20px;
  }
  .infographic-area > ul:before {
    display: none;
  }
  .infographic-area > ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 20px 0;
  }
  .infographic-area > ul li .box-round {
    margin-left: 0;
  }
  .infographic-area > ul li span {
    font-size: 13px;
  }
}

.txt-container3 ul li:nth-child(8) {
  margin-top: -210px;
}

.txt-container3 ul li:nth-child(8), .txt-container3 ul li:nth-child(9), .txt-container3 ul li:nth-child(10), .txt-container3 ul li:nth-child(11), .txt-container3 ul li:nth-child(12), .txt-container3 ul li:nth-child(13), .txt-container3 ul li:nth-child(14) {
  margin-left: 418px;
}

.img-container2 {
  width: 100%;
}

.img-container2 img {
  width: 773px;
  margin-left: 50%;
  margin-top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1199.98px) {
  .txt-container3 ul li {
    font-size: 12px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .txt-container3 ul li .num {
    margin-right: 3px;
  }
  .txt-container3 ul li:nth-child(8) {
    margin-top: 0;
  }
  .txt-container3 ul li:nth-child(8), .txt-container3 ul li:nth-child(9), .txt-container3 ul li:nth-child(10), .txt-container3 ul li:nth-child(11), .txt-container3 ul li:nth-child(12), .txt-container3 ul li:nth-child(13), .txt-container3 ul li:nth-child(14) {
    margin-left: 0;
  }
  .img-container2 {
    width: 100%;
  }
  .img-container2 img {
    width: 100%;
    margin-top: 0;
  }
  .img-container {
    width: 100%;
  }
  .img-container > ul {
    width: 100%;
  }
  .img-container > ul > li > img {
    margin-top: 20px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 75%;
  }
  .img-container > ul > li > img img {
    width: 100%;
  }
  .img-container > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 920px;
    max-width: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .img-container > ul > li > ul li {
    width: 25%;
    text-align: center;
  }
  .img-container > ul > li > ul li img {
    width: 70%;
    max-width: 132px;
  }
  .img-container > ul > li > ul li img img {
    width: 100%;
  }
  .img-container > ul > li > ul li span {
    font-size: 11px;
  }
}

.inst_info {
  font-size: 16px;
}

.inst_info dt,
.inst_info dd {
  float: left;
}

.inst_info dt {
  clear: left;
}

.img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-guide2 .text-lg {
  width: 694px;
  height: 80px;
  font-size: 36px;
  line-height: 80px;
  margin-top: 45px;
  background: -webkit-gradient(linear, right top, left top, from(#3b61b1), to(#3e427c));
  background: linear-gradient(to left, #3b61b1 0%, #3e427c 100%);
}

.bbs-header-column .check-group {
  margin-left: 570px;
}

@media (max-width: 1199.98px) {
  .bbs-header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 20px;
  }
  .bbs-header-column .btn-group {
    margin-top: 5px;
  }
  .bbs-header-column .check-group {
    margin-left: 0;
  }
  .bbs-header-column .total-page {
    margin: 0;
  }
}

.bbs-header-top {
  margin-top: 35px;
}

@media (max-width: 1199.98px) {
  .bbs-header-top {
    margin-top: 0;
  }
  .bbs-header-top .btn-group1 {
    margin: 0;
  }
}

.bbs-header-top2 {
  margin-top: 25px;
  line-height: 0pt;
}

.bbs-header-top2 .btn-group {
  margin-top: 0;
}

.bbs-header-top2 .btn-group .btn-md {
  padding: 0 10px;
}

.bbs-header-top2 .btn-group a {
  width: 120px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border: 1px solid #ddd;
}

.bbs-header-top2 .btn-group a span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
}

.bbs-header-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
}

@media (max-width: 1199.98px) {
  .bbs-header-row {
    margin-top: 24px;
  }
}

.btn-blue {
  background: #0c128a;
  color: white;
}

.table-form-scroll table {
  border-top: 2px solid #555;
  font-family: "NanumGothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

.table-form-scroll tr {
  border-bottom: 1px solid #aaa;
}

.table-form-scroll th {
  height: 56px;
  padding: 14px 20px 15px;
  color: #222;
}

.table-form-scroll td {
  height: 80px;
  padding: 28px 15px 28px;
  font-size: 14px;
  color: #4e4e4e;
}

.table-form-scroll td.title {
  max-width: 100%;
  white-space: nowrap;
  max-height: 16px;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-form-scroll td.title-notice {
  color: #3e427d;
  font-weight: bold;
}

.table-form-scroll td .lab {
  display: inline-block;
  min-width: 60px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
}

.table-form-scroll td .lab.bg-blue {
  background-color: #3e427d;
}

.table-form-scroll .table-form-type2 tr td {
  padding: 0 15px;
  line-height: 80px;
}

.table-form-scroll .note {
  width: 250px;
  height: 80px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

@media (max-width: 1199.98px) {
  .table-form .pt-lg-1 {
    font-size: 12px;
    line-height: 15px;
    padding-top: 5px;
  }
  .table-form th,
  .table-form td {
    height: 35px;
    padding: 5px 15px;
  }
  .bbs-header-top2 {
    margin-top: 10px;
    line-height: 1.6;
  }
  .bbs-header-top2 .btn-group {
    margin-top: -6px;
  }
  .bbs-header-top2 .btn-group .btn-md {
    padding: 0 10px;
    margin-top: 3px;
  }
  .bbs-header-top2 .btn-group .btn-1 {
    width: 120px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    border: 1px solid #ddd;
  }
  .bbs-header-top2 .btn-group .btn-1 span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}

.input-form-group dl {
  display: table;
  width: 100%;
}

.input-form-group dl dt {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
}

.input-form-group dl dd {
  display: table-cell;
  width: calc(100% - 80px);
  vertical-align: middle;
}

.text-search-red {
  color: #ff0000;
}

.title-deco {
  position: relative;
  margin-top: 65px;
  margin-bottom: 20px;
}

.title-deco h2 {
  display: inline-block;
  height: 48px;
  padding: 0 44px;
  line-height: 48px;
  font-size: 14px;
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.title-deco:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .title-deco {
    margin-top: -6px;
    text-align: center;
  }
  .title-deco h2 {
    font-size: 24px;
    border: 0;
    background-color: transparent;
  }
  .title-deco:after {
    background-color: #ddd;
  }
}

.form-search-wrap {
  margin-bottom: 4px;
}

.form-search-wrap > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.form-search-wrap > dl dt {
  width: 100px;
  height: 48px;
  padding: 13px 0;
  background-color: #f9f9f9;
  text-align: center;
  font-weight: bold;
  color: #7c7c7c;
}

.form-search-wrap > dl dd {
  width: calc(100% - 100px);
  padding: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form-search-wrap > dl dd .input-group {
  margin-left: 5px;
  color: #333333;
}

.form-search-wrap > dl dd .input-addon {
  padding-left: 5px;
}

.form-search-wrap > dl dd .input-addon .btn {
  min-width: 60px;
  height: 38px;
}

.form-search-wrap > dl dd .form-control,
.form-search-wrap > dl dd .input-item {
  width: 100%;
  height: 38px;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 0;
}

.form-search-wrap > dl dd .input-group.ml-lg-0 {
  margin-left: -1px;
}

.form-search-wrap > dl dd .input-group.ml-lg-0 .input-item {
  border-left: 0;
}

@media (min-width: 1200px) {
  .form-search-wrap > dl dd .form-control {
    max-width: 147px;
  }
  .form-search-wrap > dl dd .form-control + .input-group {
    max-width: calc(100% - 147px);
  }
  .form-search-wrap > dl dd .keyword-control {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .form-search-wrap > dl dd {
    display: block;
  }
  .form-search-wrap > dl dd .form-control {
    max-width: 100%;
  }
  .form-search-wrap > dl dd .form-control + .form-control {
    margin-top: -2px;
    margin-left: 0;
    border-top: 0;
  }
  .form-search-wrap > dl dd .form-control + .input-group.ml-lg-0 .input-item {
    border-top: none;
    border-left: 1px solid #ccc;
  }
  .form-search-wrap > dl dd .form-control + .input-group.ml-lg-0 .btn {
    border-top: none;
    width: 30px;
  }
  .form-search-wrap > dl dd .keyword-control {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .form-search-wrap {
    margin-bottom: 20px;
  }
  .form-search-wrap > dl {
    border: none;
  }
  .form-search-wrap > dl dt {
    display: none;
  }
  .form-search-wrap > dl dd {
    width: 100%;
    padding: 0;
  }
  .form-search-wrap > dl dd .bbs-search-box .form-control,
  .form-search-wrap > dl dd .bbs-search-box .input-item {
    height: 30px;
    font-size: 12px;
  }
  .form-search-wrap > dl dd .bbs-search-box .input-group {
    position: relative;
    margin-left: 0;
  }
  .form-search-wrap > dl dd .bbs-search-box .input-group .btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 30px;
    height: 30px;
    background: #fff url(../../assets/images/ico-search@2x.png) center center no-repeat;
    background-size: 11px 13px;
  }
}

.search-keyword-result {
  font-size: 19px;
}

@media (max-width: 1199.98px) {
  .search-keyword-result {
    font-size: 13px;
  }
}

.title3 {
  font-size: 19px;
}

.section-result .result-list li {
  padding: 25px 0 20px;
  border-bottom: 1px solid #ededed;
}

.section-result .result-list li .title3 {
  display: block;
}

.section-result .result-list li .text-area {
  margin-top: 17px;
  color: #767676;
}

.section-result .result-list li .date {
  display: inline-block;
  margin-left: 7px;
  font-size: 16px;
}

.section-result .result-list li:first-child {
  padding-top: 20px;
}

.section-result .btn-group {
  display: block;
  text-align: right;
}

.section-result .btn-group .btn-more {
  height: 35px;
  padding: 0 20px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.section-result + .section-result {
  margin-top: 57px;
}

@media (max-width: 1199.98px) {
  .section-result .title3 {
    font-size: 18px;
  }
  .section-result .result-list li {
    padding: 15px 0 10px;
  }
  .section-result .result-list li .title3 {
    font-size: 16px;
    max-width: 100%;
    white-space: nowrap;
    max-height: 18px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section-result .result-list li .text-area {
    margin-top: 7px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 28px;
    line-height: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section-result .result-list li:first-child {
    padding-top: 10px;
  }
  .section-result + .section-result {
    margin-top: 34px;
  }
  .section-result .btn-group {
    margin-top: 5px;
  }
  .section-result .btn-group .btn-more {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1;
  }
}

#nav-area .lnb-area>ul>li {
   display: block;
}

#nav-area .lnb-area>ul>li:first-child {
   min-width: 200px;
}

#nav-area .lnb-area>ul>li ul {
   display: block;
}

#nav-area .lnb-area>ul>li ul>li>a {
   display: block;
   position: relative;
}

#nav-area .lnb-area>ul>li ul>li>a:before {
   position: absolute;
   left: 0;
   top: 12px;
}

div.form-container {justify-content: center;}

.btn-silver {
  color: #fff;
  background-color: #818181;
  cursor: default;
  pointer-events: none; 
}

 .slctdBtn{
 	color:white !important;
 	font-size: 15px !important;
 }

.downloadType02{
	margin-top: 20px;
	border: 1px solid #999;
	padding: 2px 15px 3px;
	color: #39333d;
	font-weight: bold;
	font-size: 15px;
	margin-left: 20px;
}

/* 2022-11-30 팝업수정 */
.news-list .cont-left,.news-list .cont-right{height:200px}
.banner-center{height:200px;padding-left:44px}
.banner-center a{display:block;height:70px;}
.banner-center .mo{display:none}

@media (max-width: 1199.98px) {
	.banner-center .pc{display:none}
	.banner-center .mo{display:inline-block;}
}


@media (max-width: 767.98px) {
	.news-list .cont-left,.news-list .cont-right {
		height: auto;
	}
	.banner-center{height: auto;padding:0px 10px 0px;}
}