/************ reset *********/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #979696; /*메인색 a13035*/
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #979696;
  color: #fff;
  text-shadow: none;
}
html,
body {
  scroll-behavior: smooth;
}
html,
body,
div,
span,
object,
iframe,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
strong,
sub,
sup,
legend,
caption,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
summary,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
b,
i,
a,
small,
menu,
nav,
section,
time,
mark,
audio,
video,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  color: inherit;
  vertical-align: top;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input,
select,
textarea,
button {
  background: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbb !important;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  transition: 0.3s all ease;
}
blockquote {
  font-size: 1.1em;
  font-style: italic;
  border-left: 5px #000 solid;
  padding-left: 20px;
  margin: 40px 20px;
}
div,
p {
  word-break: keep-all;
}
b,
strong {
  font-weight: bold;
}
html {
  font-size: 16px;
}
body {
  position: relative;
  color: #222;
  font-family: "Noto Sans KR", "Apple SD Gothic NEO", dotum, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  line-height: 1.5rem;
  background: #fff;
}

button {
  cursor: pointer;
}

/************ input ***********/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

/************ design ***********/
.b,
b {
  font-weight: 600;
}
.eb {
  font-weight: 900;
}
.normal {
  font-weight: 400;
}
.u {
  text-decoration: underline;
}
.titillium {
  font-family: "Titillium Web";
}
.nanumsquare {
  font-family: "Nanum Square";
}
.txl {
  text-align: left !important;
}
.txc {
  text-align: center !important;
}
.txr {
  text-align: right !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.white {
  color: #fff;
}
.red {
  color: #f00;
}
.blue {
  color: #1772b6;
}
.green {
  color: #0f8040;
}
.orange {
  color: #ff5400;
}
.emerald {
  color: #00a7cb;
}
.gray333 {
  color: #333;
}
.gray555 {
  color: #555;
}
.bg_gray {
  background-color: #ebeaea;
}
.bg_darkgray {
  background-color: #898989;
}
.bg_ivorine {
  background-color: #f9f4ed;
}
.bdddd {
  border: 1px solid #ddd;
}
.bdtccc {
  border-top: 1px solid #ccc;
}
.bdbccc {
  border-bottom: 1px solid #ccc;
}
.p40 {
  padding: 40px;
}
.posrel {
  position: relative;
}
.underline {
  border-bottom: 1px solid #ccc;
}
.p_style1 {
  width: 70%;
  margin: 0 auto;
  color: #555;
}
.mo_none {
  display: block;
}
.mo_ib_none {
  display: inline-block;
}
.pc_none {
  display: none;
}
.pc_ib_none {
  display: none;
}

.btnBox {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}
.btn_style1 {
  position: absolute;
  left: 21px;
  bottom: 40px;
  font-size: 0.8em;
  color: #333;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ccc;
  padding: 3px 8px;
  background-color: #f1f1f1;
}
.btn_style2 {
  color: #000;
  font-weight: 600;
  padding: 27px 55px 10px;
  border-bottom: 20px solid #da8320;
  background-color: #faaf3b;
}
.btn_style3 {
  color: #fff;
  font-weight: 600;
  border: 1px solid #0a0;
  padding: 16px 55px;
  background-color: #0a0;
  cursor: pointer;
}
.btn_style3:hover {
  color: #0a0;
  background-color: #fff;
}
.btn_style4 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 30px;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  background-color: #1773b6;
  cursor: pointer;
}
.btn_style4:after {
  position: absolute;
  right: 1.1rem;
  top: 0.8rem;
  width: 9px;
  height: 14px;
  background-image: url("/assets/images/common/arrow_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.btn_style5 {
  display: inline-block;
  font-size: 1.1rem;
  border-radius: 30px;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  background-color: #1773b6;
  color: #fff;
  cursor: pointer;
}
.btn_style6 {
  display: inline-block;
  font-weight: bold;
  color: #a1151f;
  border: 1px solid #a1151f;
  padding: 5px;
  cursor: pointer;
}
.btn_style7 {
  color: #fff;
  font-size: 0.95em;
  padding: 7px 15px;
  background: #1773b6;
  cursor: pointer;
}
.btn_style8 {
  color: #fff;
  font-size: 0.95em;
  padding: 7px 15px;
  background: #222222;
  cursor: pointer;
}
.btn_style9 {
  color: #fff;
  font-size: 0.95em;
  padding: 7px 15px;
  background: #b9b9b9;
  cursor: pointer;
}
.btn_style10 {
  cursor: pointer;
  border: 1px solid #ddd;
  /* padding: 12px; */
  width: 50px !important;
  height: 50px !important;
  border-radius: 4px;
}
.btn_write {
  width: 98px;
  height: 50px;
  color: #fff;
  padding: 7px 11px;
  cursor: pointer;
  background: #1773b6;
  border-radius: 4px;
}
.btn_search {
  color: #fff;
  padding: 10px 11px;
  background-color: #777;
  cursor: pointer;
  display: inline-block;
}
.btn_list {
  width: 98px;
  height: 50px;
  color: #fff;
  padding: 7px 11px;
  cursor: pointer;
  background: #222;
  border-radius: 4px;
}
.btn-wrap {
  display: flex;
  justify-content: space-between;
}
.select_style1 {
  width: 100%;
  border: 1px solid #8f8e8e;
  padding: 9px 15px;
  background-color: #fff;
  outline: none;
}
.select_style2 {
  border: 1px solid #8f8e8e;
  padding: 9px 15px;
  background-color: #fff;
  outline: none;
}
.select_style3 {
  border: 1px solid #8f8e8e;
  padding: 5px 7px;
  background-color: #fff;
  outline: none;
}
.textarea_style1 {
  width: 100%;
  height: 250px;
  border: 1px solid #8f8e8e;
  padding: 2%;
  margin-bottom: 10px;
  background-color: #fff;
  overflow-x: hidden;
}
.textarea_style2 {
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
  padding: 2%;
  background-color: #fff;
  overflow-x: hidden;
}
.textarea_style3 {
  /*privacy*/
  width: 98%;
  height: 1600px;
  padding: 1%;
}
.iframe_style2 {
  border: 2px solid #b1b1b1;
}

.input_style1 {
  /*question, apply*/
  width: 100%;
  border: 1px solid #8f8e8e;
  padding: 9px 15px;
}
.input_style2 {
  /*online*/
  width: 100%;
  border: 1px solid #8f8e8e;
  padding: 5px 7px;
}
.input_style3 {
  /*online*/
  width: 60px;
  text-align: right;
  border: 1px solid #8f8e8e;
  padding: 5px 7px;
}
.input_style4 {
  /*online*/
  border: 1px solid #8f8e8e;
  padding: 5px 7px;
}
.input_style5 {
  width: 200px;
  border: 1px solid #8f8e8e;
  padding: 9px 15px;
}

/*************** search-wrap *****************/
.search-wrap {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}
.search-wrap select {
  border: 1px solid #ececec;
  margin-right: 10px;
  padding: 10px 18px;
  border-radius: 4px;
}
.search-wrap input {
  border: 1px solid #ececec;
  margin-right: 10px;
  padding: 10px 18px;
  border-radius: 4px;
}
.search-wrap input::placeholder {
  color: #d4d4d4;
}
.search-wrap button {
  padding: 10px 30px;
  background: #222222;
  color: #fff;
  border-radius: 4px;
}

.search-wrap2 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.personal_agree {
  margin-top: 2%;
  margin-left: 2%;
  margin-bottom: 2%;
}
.agreement textarea {
  height: 150px;
}

.row {
  display: flex;
  width: 1000px;
}
.row2 {
  display: flex;
  width: 1000px;
}

.flex-column {
  flex-direction: column !important;
}
.flex-row {
  flex-direction: row !important;
}
.justify-c-sb {
  justify-content: space-between;
}
.justify-c-sa {
  justify-content: space-around;
}
.col-1,
.col-2,
.col-3,
.col-3m,
.col-4,
.col-4n,
.col-4m,
.col-5,
.col-6,
.col-6n,
.col-7,
.col-8,
.col-8n,
.col-9,
.col-10,
.col-11,
.col-12 {
  box-sizing: border-box;
}
.col-1 {
  width: calc(100% / 12);
}
.col-2 {
  width: calc(100% / 6);
}
.col-3 {
  width: 25%;
}
.col-3m {
  width: 24%;
}
.col-4 {
  width: calc(100% / 3);
}
.col-4n {
  width: 32.333333%;
}
.col-4m {
  width: 32%;
}
.col-5 {
  width: calc(500% / 12);
}
.col-6 {
  width: 50%;
}
.col-6n {
  width: 49%;
}
.col-7 {
  width: calc(700% / 12);
}
.col-8 {
  width: calc(200% / 3);
}
.col-8n {
  width: 65.6667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333%;
}

.margin-auto {
  margin: 0 auto;
}

.in_mobile {
  display: none;
}
.in_pc {
  display: block;
}

/*************** table *****************/
.tbl_basic {
  width: 98%;
  text-align: center;
  border-top: 1px solid #dddcdc;
  border-left: 1px solid #dddcdc;
  border-bottom: 1px solid #dddcdc;
  margin: 10px auto;
}
.tbl_basic th {
  border-right: 1px solid #dddcdc;
  padding: 23px;
  background-color: #eef0ef;
}
.tbl_basic td {
  border-right: 1px solid #dddcdc;
  padding: 23px;
}
.tbl_board {
  width: 100%;
  border-top: 1px solid #cfcdcd;
  margin-top: 10px;
  margin-bottom: 40px;
}
.tbl_board th {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  padding: 1.2rem 1rem;
  font-size: 1.2rem;
  background-color: #f8f8f8;
}
.tbl_board th:first-child {
  width: 12%;
}
.tbl_board th:last-child {
  border-right: 0;
}
.tbl_board td:first-child {
  width: 80%;
}
.tbl_board td {
  border-bottom: 1px solid #ddd;
  padding: 1.2rem 1rem;
  text-align: left;
  font-size: 1.2rem;
}
.tbl_board td:last-child {
  border-right: 0;
}
.tbl_board td.num {
  text-align: center;
}
.tbl_board td.label span {
  display: block;
  margin: 0 auto;
  background: #ff796b;
  color: #fff;
  padding: 5px 0;
  border-radius: 25px;
  font-size: 18px;
  text-align: center;
}

.tbl_origin {
  width: 100%;
  border-top: 2px solid #666;
  margin-top: 40px;
  margin-bottom: 20px;
}
.tbl_origin th {
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 12px;
  background-color: #f8f8f8;
  font-weight: 700;
}
.tbl_origin th:last-child {
  border-right: 0;
}

.tbl_origin td {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 12px;
}
.tbl_origin td:last-child {
  border-right: 0;
}
.tbl_origin td.contentsView {
  text-align: initial;
}

/*************** header *****************/
.wrap {
  position: relative;
  width: 100%;
}
#headerWrap {
  position: absolute;
  top: 0;
  width: 100%;
  font-family: "Pretendard";
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11;
}
#header {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  transition: 0.5s all ease;
  background: #fffa;
}
#logoWrap {
  text-align: center;
  flex: 1;
}
#logoWrap a {
  display: inline-block;
  width: 186px;
}

#gnbWrap {
  flex: 4;
}
#gnb {
  display: flex;
  justify-content: center;
}
#gnb > li {
  position: relative;
  width: 150px;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 7px solid transparent;
  padding: 1.5rem 0rem;
  margin-top: 1.5rem;
  cursor: pointer;
}
#gnb > li.underline {
  color: #297dad;
  border-bottom: 7px solid #297dad;
  -webkit-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
#gnb > li > a {
  display: inline-block;
}

#loginWrap_m {
  flex: 1;
  text-align: center;
  font-family: "Pretendard";
}
#loginWrap_m a {
  margin-left: 1rem;
}

#snbWrap {
  display: none;
  justify-content: center;
  width: 100%;
  font-size: 1.2rem;
  border-top: 1px solid #b3b2b2;
  border-bottom: 1px solid #b3b2b2;
  padding: 2rem;
  background-color: #f9f9f9;
  text-align: center;
}
#snbWrap > ul {
  width: 150px;
  text-align: center;
}
#snbWrap ul li {
  margin-bottom: 1rem;
}
#snbWrap ul li:last-child {
  margin-bottom: 0;
}

.snb {
  display: none;
}
.snb ul {
  display: flex;
}
.snb li {
  font-weight: 400;
  color: #3e3e3e;
  margin-bottom: 5px;
  margin-right: 10px;
}
.snb li:hover {
  color: #5fd247;
}
.snb .tit {
  display: inline-block;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.snb_m {
  display: none;
}

#btn_menu {
  display: none;
  cursor: pointer;
}
#btn_menu img {
  width: 35px;
}

#gnbWrap_m {
  position: absolute;
  display: none;
  top: 6.7rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.3s all ease;
  z-index: 101;
}
#gnbWrap_m.show {
  display: block;
}
#gnbWrap_m_blank {
  display: none;
  position: fixed;
  right: 0;
  top: 6.7rem;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity = 50); /* IE7 & 8 */
  background-color: #000;
  z-index: 99;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.gnb_m {
  float: left;
  width: 100%;
  padding: 0;
}
.gnb_m > li {
  position: relative;
  float: left;
  width: 100%;
  z-index: 10;
}
.gnb_m > li > a {
  display: block;
  position: relative;
  padding: 17px 50px 16px 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  border-top: 1px solid #297dad;
  background: #297dad;
  transition: 0.4s;
}
.gnb_m > li > a:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20.5px;
  height: 11.5px;
  background: url("/assets/images/arrow_menu.png") no-repeat center;
  background-size: 100%;
}
.gnb_m > li:last-child > a:after {
  background: none;
}
.gnb_m .depth2 {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0;
  border-right: 0;
  background: #fff;
}
.gnb_m > li > a.on {
  background: #f2eded;
  color: #000;
}
.gnb_m > li > a.on:after {
  transform: rotate(-180deg);
  transition: 0.3s all ease;
}
.gnb_m .depth2 > ul > li {
  position: relative;
  border-top: 1px solid #ddd;
}
.gnb_m .depth2 > ul > li > a {
  display: block;
  color: #333;
  font-weight: 600;
  text-align: left;
  padding: 18px 32px 17px;
  /* margin-right: 57px; */
  transition: 0.4s;
}
.gnb_m .depth2 > ul > li:hover > a {
  background: #bcbcbc2a;
}
.gnb_m .depth2 > ul > li p {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 53px;
}
.gnb_m .depth2 > ul > li .btnDepth2 {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: url("/assets/images/arrow_menu2.png") no-repeat center;
  background-size: 50%;
  cursor: pointer;
}
.gnb_m .depth2 > ul > li .btnDepth2.on {
  transform: rotate(-180deg);
  transition: 0.3s all ease;
}
.gnb_m .depth3 {
  display: none;
}
.gnb_m .depth3 li a {
  display: block;
  color: #888;
  border-top: 1px solid #ddd;
  padding: 18px 10px 18px 47px;
}
.gnb_m .depth3 li a::before {
  content: "- ";
}

/*************** pagination *****************/
.pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
}
#border-pagination li {
  margin-right: 5px;
}
#border-pagination li:last-child {
  margin-right: 0;
}
#border-pagination li a {
  width: 48px;
  height: 48px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-top: 12px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#border-pagination li a.arrow {
  background: #f4f4f4;
}
#border-pagination li a img {
  padding-top: 5px;
}
#border-pagination li a.active {
  background-color: #222;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}

#articleWrap {
  font-family: "Noto Sans KR", sans-serif;
}

/*************** index *****************/
.section {
  position: relative;
}

#index .swiper-container {
  width: 100%;
  height: 770px;
}
#index .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
#index .swiper-container .swiper-slide .layer {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 3vw;
}
#index .swiper-container .swiper-slide .layer.right-bottom {
  text-align: center;
  /* margin-right: 30vw; */
  /* margin-top: 10vw; */
}
#index .swiper-container .swiper-slide .layer h1 {
  display: inline-block;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: -2px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 2rem 0;
  margin-bottom: 1rem;
}
#index .swiper-container .swiper-slide .layer h2 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
}
#index .swiper-container .swiper-slide .layer h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: 4vw;
}
#index .swiper-container .swiper-pagination {
  bottom: 20px !important;
}

#index .swiper-container {
  margin-left: auto;
  margin-right: auto;
}

#index .swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  top: 35%;
  width: 54px;
  height: 88px;
  background-size: 54px 88px;
  background-image: url("/assets/images/arrow_slider.png");
}
#index .swiper-container .swiper-button-prev {
  left: 80px;
}
#index .swiper-container .swiper-button-next {
  right: 80px;
  transform: rotate(180deg);
}
#index .swiper-container .swiper-pagination-bullet {
  opacity: 1;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  background: transparent;
}
#index .swiper-container .swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: #fff;
}
#index .section2 h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
#index .section2 h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
#index .section3 {
  height: 520px;
  background-image: url("/assets/images/index/main_mdbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#index .section3 .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#index .section3 h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#index .section3 h5 {
  color: #fff;
}

#index .section3 .program-block {
  width: 46%;
  padding: 3rem 2rem 12rem;
  border-radius: 1.5rem 1.5rem 0 1.5rem;
  box-shadow: 10px 10px 8px #06070680;
  background: #fff;
  background-repeat: no-repeat;
  background-position: bottom;
}
#index .section3 .block1 {
  background-image: url("/assets/images/index/main02.png");
}
#index .section3 .block2 {
  background-image: url("/assets/images/index/main03.png");
}
#index .section3 .program-block h1 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Sans KR";
  letter-spacing: 0px;
  margin-bottom: 1.5rem;
}
#index .section3 .program-block p {
  line-height: 1.3rem;
  margin-bottom: 1.5rem;
  font-size: 13px;
  font-weight: 500;
}
#index .section3 .program-block.block2 span {
  margin-top: 40px;
}
#index .section4 h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#index .section4 .news-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 2%;
}
#index .section4 .new-block {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 32%;
  background-color: #f3f3f3;
}
#index .section4 .new-block.new-block:nth-child(1),
#index .section4 .new-block.new-block:nth-child(2),
#index .section4 .new-block.new-block:nth-child(3) {
  margin-top: 0;
}
#index .section4 .new-block:nth-child(3n) {
  margin-right: 0;
}
#index .section4 .new-block img {
  width: 100%;
}
#index .section4 .new-block .txt-bx {
  cursor: pointer;
}
#index .section4 .new-block h4 {
  font-weight: 500;
  margin-bottom: 1rem;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index .section4 .new-block p {
  color: #999999;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index .section5 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
}
#index .section5 > div {
  width: 50%;
}
#index .section5 > div.notice {
  margin-right: 65px;
}
#index .section5 > div .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #000;
}
#index .section5 > div .title h3 {
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 24px;
  padding-left: 14px;
}
#index .section5 > div .title a {
  padding-left: 14px;
  padding-right: 14px;
}
#index .section5 ul {
  padding-left: 14px;
  padding-top: 20px;
}
#index .section5 ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 15px;
}
#index .section5 ul li a {
  display: block;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 10px;
}
#index .section5 ul li span {
  color: #999999;
}

/*************** intro/index *****************/
#introIndex .section1 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  margin-top: 45px;
}
#introIndex .section1 .left {
  width: 50%;
}
#introIndex .section1 .right {
  width: 50%;
  padding-left: 25px;
  box-sizing: border-box;
  font-size: 35px;
  font-weight: bold;
  line-height: 2.75rem;
}

#introIndex .section1 .right span {
  color: #297dad;
}
#introIndex .section2 {
  padding-top: 60px;
  box-sizing: border-box;
}
#introIndex .section2 p {
  font-size: 18px;
  margin-top: 45px;
}
#introIndex .section2 p:first-child {
  margin-top: 0;
}
#introIndex .intro_back {
  height: 33rem;
  margin: 0 -20px;
  background-image: url("/assets/images/intro_back.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

/*************** intro/history *****************/
#introHistory #articleWrap .section1 {
  position: relative;
  margin-top: 125px;
  width: 100%;
  height: 246px;
}
#introHistory #articleWrap .section1 .history {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: none;
  align-items: center;
  width: 100%;
  height: 246px;
}
#introHistory #articleWrap .section1 .history.active {
  display: flex;
}
#introHistory #articleWrap .section1 .history1 {
  background-image: url("../../assets/images/img1_sub2_1.jpg");
}
#introHistory #articleWrap .section1 .history1 .text {
  color: #fff;
  padding-left: 8%;
}
#introHistory #articleWrap .section1 .history2 {
  background-image: url("../../assets/images/img1_sub2_2.jpg");
}
#introHistory #articleWrap .section1 .history2 .text {
  color: #fff;
  padding-left: 8%;
}
#introHistory #articleWrap .section1 .history3 {
  background-image: url("../../assets/images/img1_sub2_3.jpg");
}
#introHistory #articleWrap .section1 .history3 .text {
  width: 100%;
  text-align: right;
  padding-right: 8%;
}
#introHistory #articleWrap .section1 .history4 {
  background-image: url("../../assets/images/img1_sub2_4.jpg");
}
#introHistory #articleWrap .section1 .history4 .text {
  color: #fff;
  padding-left: 8%;
}
#introHistory #articleWrap .section1 .history5 {
  background-image: url("../../assets/images/img1_sub2_5.jpg");
}
#introHistory #articleWrap .section1 .history5 .text {
  padding-left: 8%;
}
/* #introHistory #articleWrap .section1 .text { padding-left: 9.7%; } */
#introHistory #articleWrap .section1 .text h2 {
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 20px;
}
#introHistory #articleWrap .section1 .text p {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 30px;
}
#introHistory #articleWrap .section1 .text span {
  font-size: 28px;
  font-weight: 600;
}
#introHistory #articleWrap .tab-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
#introHistory #articleWrap .tab-wrap li {
  width: 100%;
  margin-left: -1px;
}
#introHistory #articleWrap .tab-wrap li:first-child {
  margin-left: 0;
}
#introHistory #articleWrap .tab-wrap li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 60px 20px 25px;
  /* background-color: #0782C1; */
  border: 1px solid #cccccc;
  font-size: 18px;
  background-image: url("../../assets/images/arrow_down2.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 13px;
}
#introHistory #articleWrap .tab-wrap li a.active {
  background-color: #2f3b3f;
  background-image: url("../../assets/images/arrow_down3.png");
  color: #fff;
}

/* #introHistory #articleWrap .section1 .left {
    margin-left: -80px;
} */
/* #introHistory #articleWrap .section1 .right {
    position: absolute;
    top: 50%;
    right: 228px;
    transform: translate(0, -50%);
    font-weight: 500;
} */
#introHistory #articleWrap .section1 .right h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}
#introHistory #articleWrap .section1 .right p {
  font-size: 30px;
}
#introHistory #articleWrap .section1 .right ul {
  margin-top: 30px;
}
#introHistory #articleWrap .section1 .right ul li {
  margin-bottom: 9px;
}
#introHistory #articleWrap .section1 .right ul li a {
  display: block;
  text-align: center;
  width: 158px;
  background: #5d5150;
  border-radius: 25px;
  padding: 8px 20px;
  color: #fff;
  font-size: 23px;
  font-weight: 200;
}

#introHistory #articleWrap .section2 {
  margin-top: 55px;
  /* display: flex; */
  /* flex-wrap: nowrap; */
  padding: 0 20px;
}
#introHistory #articleWrap .section2::after {
  display: block;
  content: "";
  clear: both;
}
#introHistory #articleWrap .section2 .left {
  width: 35%;
  float: left;
  padding-right: 45px;
  box-sizing: border-box;
}
#introHistory #articleWrap .section2 .left h3 {
  font-size: 40px;
  width: 228px;
}
#introHistory #articleWrap .section2 .right {
  float: left;
  width: 65%;
}
#introHistory #articleWrap .section2 .right h4 {
  font-size: 22px;
  padding-bottom: 20px;
}
#introHistory #articleWrap .section2 .right ul li {
  position: relative;
  padding-left: 55px;
  padding-bottom: 45px;
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
}
#introHistory #articleWrap .section2 .right p {
  font-size: 18px;
  box-sizing: border-box;
}
#introHistory #articleWrap .section2 .right ul li:first-child {
  padding-top: 20px;
}
#introHistory #articleWrap .section2 .right ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: -6px;
  width: 12px;
  height: 12px;
  background: #e3e3e3;
  border-radius: 100%;
}
#introHistory #articleWrap .section2 .right ul li:first-child::after {
  top: 26px;
}

/*************** intro/charter *****************/
#introCharter #articleWrap .section1 {
  position: relative;
  margin-top: 125px;
  display: flex;
}
#introCharter #articleWrap .section1 .left {
  margin-left: -80px;
}
#introCharter #articleWrap .section1 .left .img-mo {
  display: none;
}
#introCharter #articleWrap .section1 .right {
  width: 100%;
  max-width: 590px;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(0, -50%);
  font-weight: 500;
}
#introCharter #articleWrap .section1 .right h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
#introCharter #articleWrap .section1 .right p {
  font-size: 18px;
  margin-bottom: 45px;
  font-weight: 400;
}
#introCharter #articleWrap .section1 .right h3 {
  font-size: 18px;
  font-weight: 400;
}
#introCharter #articleWrap .section1 .right ul {
  margin-top: 20px;
  font-size: 18px;
}
#introCharter #articleWrap .section1 .right ul li {
  margin-bottom: 9px;
  /* line-height: 140%; */
  display: flex;
  /* justify-content: space-between; */
}
#introCharter #articleWrap .section1 .right ul li .dot-wrap {
  margin-right: 8px;
}
#introCharter #articleWrap .section1 .right ul li .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 100%;
  margin-top: 10px;
  margin-right: 8px;
}
#introCharter #articleWrap .section1 .right ul li div {
  display: inline-block;
  font-weight: 400;
}

#introCharter #articleWrap .section2 {
  margin-top: 90px;
}
#introCharter #articleWrap .section2 h3 {
  font-size: 30px;
  padding-top: 65px;
  padding-bottom: 30px;
}
#introCharter #articleWrap .section2 h3:first-child {
  padding-top: 0;
}
#introCharter #articleWrap .section2 ul {
  border-bottom: 1px solid #ccc;
  padding-bottom: 65px;
}
#introCharter #articleWrap .section2 ul li {
  font-size: 18px;
  line-height: 180%;
}

.plus {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 41px;
  height: 41px;
  background-color: #c4c4c4;
  cursor: pointer;
  z-index: 1;
}
.plus:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin: -1px 0 0 -11px;
  background: #fff;
  content: "";
}
.plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  margin: -11px 0 0 -1px;
  background: #fff;
  content: "";
}
.plus a {
  display: block;
  width: 100%;
  height: 100%;
}

/*************** intro/rules *****************/
.text-wrap .content {
  margin-top: 115px;
}
.text-wrap h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
.text-wrap .row_1 {
  padding-bottom: 70px;
  border-bottom: 1px solid #cccccc;
}
.text-wrap .row_2 {
  padding-top: 70px;
}

.text-wrap ul {
  margin-top: 45px;
}
.text-wrap p,
#introRules #articleWrap li {
  font-size: 18px;
  padding-bottom: 15px;
}
.text-wrap p,
#introRules #articleWrap li:last-child {
  margin-bottom: 0;
}
.text-wrap .row_2 p {
  padding-bottom: 48px;
}
#introRules #articleWrap {
  padding: 0 20px;
}
#introRules #articleWrap .faq-wrap {
  margin-top: 30px;
  margin-bottom: 45px;
  /* border-top: 1px solid #222;  */
}
#introRules #articleWrap .faq-wrap li.list {
  /* padding: 0 30px;  */
  border-bottom: 1px solid #666;
  padding-bottom: 0;
}
#introRules #articleWrap .faq-wrap li.list .title-bx {
  display: flex;
  font-weight: 700;
  font-size: 24px;
  /* padding: 0 30px;  */
  /* border-bottom: 1px solid #ddd; */
}
#introRules .faq-wrap li.list .cat {
  display: flex;
  align-items: center;
}
#introRules .faq-wrap li.list .cat i {
  display: block;
  color: #fff;
  border-radius: 100%;
  background: #297dad;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
#introRules .faq-wrap li.list .cat span {
  font-size: 18px;
  padding-left: 20px;
}
#introRules .faq-wrap li.list a.btn-title {
  width: 100%;
  padding: 20px 0 20px 0;
  background-image: url("../images/arrow_down4.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
#introRules .faq-wrap .cont {
  display: none;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#introRules .faq-wrap .cont i {
  float: left;
  display: block;
  color: #fff;
  border-radius: 100%;
  background: #222;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 14px;
}
#introRules .faq-wrap .cont .answer {
  display: block;
  float: left;
  width: 100%;
}
#introRules .faq-wrap .cont .answer h5 {
  padding: 0;
}
#introRules .faq-wrap .cont .answer p {
  color: #666666;
}
#introRules .faq-wrap .cont .answer table tr {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#introRules .faq-wrap .cont .answer table tr:last-child {
  border-bottom: none;
}
#introRules .faq-wrap .cont .answer table {
  font-size: 18px;
}
#introRules .faq-wrap .cont .answer table th {
  width: 140px;
  background: #f8f8f8;
  padding: 20px;
  font-weight: 600;
}
#introRules .faq-wrap .cont .answer table td {
  padding: 20px;
}
#introRules .faq-wrap .cont .answer table td h5 {
  color: #297dad;
  margin-bottom: 0;
  padding-bottom: 13px;
  padding-top: 60px;
}
#introRules .faq-wrap .cont .answer table td h5:nth-child(1) {
  padding-top: 0;
}
#introRules .faq-wrap .cont .answer table td p {
  color: #222;
  padding-bottom: 0;
}
#introRules .faq-wrap .cont .answer table td ul {
  margin-top: 0;
  color: #222;
  padding-left: 20px;
  padding-top: 10px;
}
#introRules .faq-wrap .cont .answer table td ul .sub-list {
  padding-left: 35px;
  padding-top: 10px;
}

/*************** BITT/index *****************/

#bittIndex .row {
  padding: 60px 0;
  border-bottom: 1px solid #ccc;
}
#bittIndex .row:last-child {
  border-bottom: 0;
}
#bittIndex .row.row_1 {
  padding-top: 50px;
}
#bittIndex .row.row .cont p {
  font-size: 16px; /* 18px */
}
#bittIndex .row.row_1 .cont p {
  font-size: 16px; /* 18px */
}
#bittIndex .row .title h3 {
  color: #297dad;
  font-size: 2.5rem;
  line-height: 140%;
  width: 200px;
}
#bittIndex .row .cont h4 {
  display: block;
  font-size: 24px; /* 30px */
  line-height: 140%;
  padding-bottom: 10px;
}
#bittIndex .row .cont h4.mtp {
  margin-top: 64px;
}
#bittIndex .row .cont h4 strong {
  font-weight: 700;
}
#bittIndex .row .cont h4 span {
  font-weight: 400;
}

#bittIndex .row.row_2 .cont h4 {
  font-size: 24px;
}
#bittIndex .row.row_2 .cont p {
  font-size: 18px;
  margin-bottom: 5px;
}
#bittIndex .row.row_2 .cont p:last-child {
  margin-bottom: 0;
}
#bittIndex .row ul.cont li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}
#bittIndex .row ul.cont li span {
  margin-left: 10px;
}
#bittIndex .row ul.cont li img {
  display: block;
  width: 5px;
  height: 5px;
  margin-top: 7px;
}
#bittIndex .row ul.cont2 {
  display: flex;
}
#bittIndex .row ul.cont2 li {
  background: #f4f4f4;
  border-radius: 15px;
  margin-right: 15px;
  width: 25%;
  text-align: center;
  padding-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 20px;
}
#bittIndex .row ul.cont2 li:last-child {
  margin-right: 0;
}
#bittIndex .row ul.cont2:nth-child(2) {
  margin-top: 40px;
}
#bittIndex .row ul.cont2 li h4 {
  text-align: left;
  font-size: 24px;
  line-height: 140%;
  margin-top: 55px;
}
#bittIndex .row ul.cont2 li p {
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
}
.docuguide ul.cont {
  margin-top: 10px;
}
.docuguide .btn-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 200px auto;
}
.docuguide .btn-wrap button {
  margin: 0 auto;
  width: 220px;
  padding: 24px 0;
  font-size: 24px;
  background-color: #222222;
  color: #fff;
  border-radius: 4px;
}
.certiguide .row {
  display: block;
}
.certiguide .row .title h3 {
  width: 100% !important;
}
.certiguide .row .cont {
  margin-top: 30px;
}
.certiguide .row .cont .table img {
  display: block;
  margin: 0 auto;
}
.certiguide .row_2 .cont .table:nth-child(2) {
  margin-top: 100px;
}
.certiguide .row_4 .table,
.certiguide .row_5 .table,
.certiguide .row_6 .table {
  margin-top: 47px;
}
.certiguide .row_4 .table img,
.certiguide .row_5 .table img,
.certiguide .row_6 .table img {
  display: block;
  margin: 0 auto;
}

/*************** intro/organization *****************/
#introOrganization #articleWrap {
  padding: 0 20px;
}
#introOrganization .section1 {
  margin-top: 60px;
}
#introOrganization .section1 .img-pc {
  display: block;
}
#introOrganization .section1 .img-pc .img1 {
  margin-bottom: 60px;
}
#introOrganization .section1 .img-mo {
  display: none;
}
#introOrganization .section2 {
  margin-top: 70px;
}
#introOrganization .section2 ul.cont-wrap {
  margin-top: 30px;
}
#introOrganization .section2 ul.cont-wrap li {
  margin-bottom: 55px;
}
#introOrganization .section2 h3 {
  font-size: 36px;
  font-weight: 700px;
}
#introOrganization .section2 .title {
  border-top: 2px solid #444444;
  border-bottom: 1px solid #cccccc;
  background-color: #f4f4f4;
  padding: 10px 0;
  display: flex;
}

#introOrganization .section2 .title .left {
  width: 180px;
}
#introOrganization .section2 .title h4 {
  font-size: 20px;
}
#introOrganization .section2 .cont {
  display: flex;
  border-bottom: 1px solid #cccccc;
}
#introOrganization .section2 .cont .img-wrap {
  width: 180px;
  display: flex;
  align-items: center;
}
#introOrganization .section2 .cont .img-wrap img {
  margin: 0 auto;
  display: block;
}
#introOrganization .section2 .cont .info-wrap {
  padding: 20px 0;
}
#introOrganization .section2 .cont .info-wrap ul li {
  display: flex;
  font-size: 18px;
  margin-bottom: 15px;
}
#introOrganization .section2 .cont .info-wrap ul li:last-child {
  margin-bottom: 0;
}
#introOrganization .section2 .cont .info-wrap ul li h4 {
  width: 90px;
  display: flex;
  justify-content: space-between;
  color: #222;
}
#introOrganization .section2 .cont .info-wrap ul li p {
  width: 100%;
  padding-left: 13px;
  color: #777777;
}

#introOrganization .section2 .record {
  /* display: flex; */
  margin-top: 80px;
}
#introOrganization .section2 .record:after {
  content: "";
  clear: both;
  /* display: block; */
}
#introOrganization .section2 .record .left {
  color: #297dad;
}
#introOrganization .section2 .record .left h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 43px;
}
#introOrganization .section2 .record .left p {
  font-size: 24px;
}
#introOrganization .section2 .record .right {
  width: 100%;
}
#introOrganization .executive2-table {
  border-top: 2px solid #666666;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#introOrganization .executive2-table tr {
  border-bottom: 1px solid #dddddd;
  display: block;
  text-align: left;
  font-size: 18px;
}
#introOrganization .executive2-table th {
  width: 140px;
  background: #f8f8f8;
  padding: 20px 20px;
  font-weight: 700;
}
#introOrganization .executive2-table td {
  padding: 20px 20px;
}
#introOrganization .section2 .record .right h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
#introOrganization .section2 .record .right p {
  font-size: 18px;
}
#introOrganization .section2 .record .right ul li {
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
#introOrganization .section2 .record .right ul li:first-child {
  padding-top: 0;
}
#introOrganization .section2 .record .right ul li .img-wrap {
  position: relative;
  width: 120px;
  height: 144px;
  margin-right: 35px;
  background: #bababa;
  float: left;
}
#introOrganization .section2 .record .right ul li .img-wrap p {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 18px;
  /* padding-top: 50%; */
}
#introOrganization .section2 .record .right ul li .img-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 120px;
  height: 144px;
  object-fit: cover;
  /* width: 120px;
    height: 140px; */
  /* object-fit: cover; */
}
#introOrganization .section2 .record .right ul li div:nth-child(2) {
  float: left;
  width: calc(100% - 130px);
}

#excutive #articleWrap {
  padding: 0 20px;
}
#excutive .section1 {
  margin-top: 60px;
}
#excutive .section1 h3 {
  color: #297dad;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 35px;
}
#excutive .section1 h5 {
  padding: 0;
  font-size: 1.2rem;
}
#excutive .section1 .flex {
  display: flex;
}
#excutive .section1 .dl1 {
  display: flex;
}
#excutive .section1 .dl2 {
  display: flex;
}
#excutive .section1 .dl1 dt {
  width: 12%;
}
#excutive .section1 .dl2 dt {
  width: 36%;
}
#excutive .section2 {
  margin-top: 70px;
}
#excutive .section2 ul.cont-wrap {
  margin-top: 30px;
}
#excutive .section2 ul.cont-wrap li {
  margin-bottom: 55px;
}
#excutive .section2 h3 {
  font-size: 36px;
  font-weight: 700px;
}
#excutive .section2 .title {
  border-top: 2px solid #444444;
  border-bottom: 1px solid #cccccc;
  background-color: #f4f4f4;
  padding: 10px 0;
  display: flex;
}
#excutive .section2 .title .left {
  width: 180px;
}
#excutive .section2 .title h4 {
  font-size: 20px;
}
#excutive .section2 .cont {
  display: flex;
  border-bottom: 1px solid #cccccc;
}
#excutive .section2 .cont .img-wrap {
  width: 180px;
  display: flex;
  align-items: center;
}
#excutive .section2 .cont .img-wrap img {
  margin: 0 auto;
  display: block;
}
#excutive .section2 .cont .info-wrap {
  padding: 20px 0;
}
#excutive .section2 .cont .info-wrap ul li {
  display: flex;
  font-size: 18px;
  margin-bottom: 15px;
}
#excutive .section2 .cont .info-wrap ul li:last-child {
  margin-bottom: 0;
}
#excutive .section2 .cont .info-wrap ul li h4 {
  width: 90px;
  display: flex;
  justify-content: space-between;
  color: #222;
}
#excutive .section2 .cont .info-wrap ul li p {
  padding-left: 13px;
  color: #777777;
}

#excutive #articleWrap {
  padding: 0 20px;
}
#excutive .section2 .record {
  /* display: flex; */
  margin-top: 80px;
}
#excutive .section2 .record:after {
  content: "";
  clear: both;
  display: block;
}
#excutive .record .left {
  width: 280px;
  float: left;
  color: #297dad;
}
#excutive .record .right {
  width: calc(100% - 280px);
  float: left;
}
#excutive .section2 .record .left h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 43px;
}
#excutive .section2 .record .left p {
  font-size: 24px;
}
#excutive .section2 .record .right h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
#excutive .section2 .record .right p {
  font-size: 18px;
}
#excutive .section2 .record .right ul li {
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
#excutive .section2 .record .right ul li:first-child {
  padding-top: 0;
}
#excutive .section2 .record .right ul li .img-wrap {
  position: relative;
  width: 120px;
  height: 144px;
  margin-right: 35px;
  background: #bababa;
  float: left;
}
#excutive .section2 .record .right ul li .img-wrap p {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 18px;
  /* padding-top: 50%; */
}
#excutive .section2 .record .right ul li .img-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 120px;
  height: 144px;
  object-fit: cover;
  /* width: 120px;
    height: 140px; */
  /* object-fit: cover; */
}
#excutive .section2 .record .right ul li div:nth-child(2) {
  float: left;
  width: calc(100% - 130px);
}
.corporoffice #articleWrap .row {
  display: flex;
}
.corporoffice #articleWrap .title {
  width: 100%;
  min-width: 160px;
}
.corporoffice #articleWrap .title img {
  display: block;
  width: 160px;
  margin-bottom: 5px;
}
.corporoffice #articleWrap .main-title {
  margin-top: 115px;
}
.corporoffice #articleWrap p a {
  display: inline-block;
  background-color: #e6e6e6;
  margin-top: 30px;
  padding: 6px 10px;
}
.corporoffice #articleWrap .cont {
  padding-left: 40px;
}

.excutive2 #organ-tab2 .menu .cont {
  border-right: 0;
}
.excutive2 #articleWrap .cont {
  display: flex;
  justify-content: space-between;
}
.excutive2 #articleWrap .cont li {
  width: 100%;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
}
.excutive2 #articleWrap .record {
  margin-top: 50px;
}
.excutive2 #articleWrap .record h3 {
  font-size: 36px;
  color: #297dad;
  font-weight: 700;
}

.excutive2 #articleWrap .record table {
  width: 100%;
  border-top: 2px solid #666;
  margin-top: 50px;
}
.excutive2 #articleWrap .record table tr {
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.excutive2 #articleWrap .record table tr th {
  width: 140px;
  background-color: #f8f8f8;
  padding: 20px;
  color: #222;
}
.excutive2 #articleWrap .record table tr td {
  padding: 20px;
  color: #8f8f8f;
}

#organ-tab .menu .cont {
  max-width: 1000px;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  /* padding: 20px 0; */
}
#organ-tab .menu .cont li {
  width: 100%;
  /* height: 100px; */
  font-size: 18px;
  font-weight: 400;
  padding: 18px 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  border-right: 1px solid #cccccc;
}
#excutive #organ-tab .menu .cont li {
  height: 100px;
}

/* #organ-tab .menu .cont li.active {
    color: #297dad;
} */
#organ-tab .menu .cont li:last-child {
  border-right: 0;
}
#organ-tab .menu .cont li a {
  margin: 0 auto;
}
#organ-tab .menu .cont li a.active {
  color: #297dad;
}
#organ-tab .menu .cont li a span {
  display: block;
  line-height: 1.2em;
}

/*************** archive/sites *********************/
#archiveSites #articleWrap {
  padding: 0 20px;
}
#archiveSites #articleWrap .tbl_origin {
  margin-top: 30px;
}
#archiveSites #articleWrap .tbl_origin td {
  text-align: left;
}
#archiveSites #organ-tab2 .menu .cont a {
  padding: 18px 0;
  font-weight: 700;
}
#archiveSites #organ-tab2 .menu .cont a br {
  display: none;
}

/*************** archive/examl-library *********************/
#organ-tab2 {
  margin-top: 35px;
}
#organ-tab2 .menu .cont {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: start;
  align-items: center;
  box-sizing: border-box;
}
#organ-tab2 .menu .cont a {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  padding: 9px 0;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #cccccc;
}
#organ-tab2 .menu .cont a:last-child {
  border-right: 0;
}
#organ-tab2 .menu .cont a.active {
  background: #297dad;
  color: #fff;
}
#archiveSites #organ-tab2 .menu .cont a.active {
  background: #297dad;
  color: #fff;
}

#archiveExamLibrary #articleWrap {
  padding: 0 20px;
}
#archiveExamLibrary #articleWrap .tbl_origin {
  text-align: left;
  border-top: 2px solid #297dad;
}
#archiveExamLibrary #articleWrap .tbl_origin h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 140%;
}
#archiveExamLibrary #articleWrap .tbl_origin th {
  border-right: 0;
  border-bottom: 2px solid #297dad;
}
#archiveExamLibrary #articleWrap .tbl_origin .info p {
  display: inline-block;
  font-weight: 600;
}
#archiveExamLibrary #articleWrap .tbl_origin .info span {
  margin-left: 10px;
  margin-right: 15px;
  color: #777777;
}
#archiveExamLibrary #articleWrap .tbl_origin td {
  text-align: left;
  border-right: 0;
}
#archiveExamLibrary .btn-wrap {
  display: flex;
  justify-content: space-between;
}
#archiveExamLibrary .btn-wrap button {
  width: 98px;
  height: 48px;
  border-radius: 4px;
}

/* #archiveExamLibrary .tbl_origin {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-top: 2px solid #666;
    margin-top: 30px;
    margin-bottom: 20px;
}
#archiveExamLibrary .articleWrap2 .tbl_origin {
    text-align: left;
    border-top: 2px solid #297dad;
}
#archiveExamLibrary .articleWrap2 .tbl_origin td {
    text-align: left;
}
#archiveExamLibrary .articleWrap2 .tbl_origin th {
    border-bottom: 2px solid #297dad;
} */
#archiveExamLibrary #articleWrap .cont {
  margin-top: 35px;
}
#archiveExamLibrary #articleWrap .cont .lab {
  border-bottom: 4px solid #297dad;
}
#archiveExamLibrary #articleWrap .cont .lab span {
  display: inline-block;
  background: #297dad;
  color: #fff;
  padding: 18px 65px;
  font-size: 18px;
}
#archiveExamLibrary #articleWrap .cont ul.list {
  margin-bottom: 50px;
}
#archiveExamLibrary #articleWrap .cont ul.list li {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 180%;
}
#archiveExamLibrary #articleWrap .cont ul.list li .title a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
#archiveExamLibrary #articleWrap .cont ul.list li .title p {
  font-size: 14px;
  color: #999999;
}
#archiveExamLibrary #articleWrap .cont ul.list li .btn-bx {
  margin-left: 80px;
}
#archiveExamLibrary #articleWrap .cont ul.list li .btn-bx button {
  cursor: pointer;
  border-radius: 25px;
  padding: 15px 20px 15px 45px;
  background: #f5f5f5 url("/assets/images/arrw_down.png") no-repeat 18px 50%;
}

/*************** community/notice *********************/
#communityNotice #articleWrap {
  padding: 0 20px;
}
#communityNotice #articleWrap .tbl_origin td a {
  display: block;
  width: 100%;
}

/*************** community/notice-view *********************/
#communityNoticeView .tbl_origin {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 2px solid #666;
  margin-top: 30px;
  margin-bottom: 20px;
}
#communityNoticeView #articleWrap {
  padding: 0 20px;
}
#communityNoticeView .articleWrap2 .tbl_origin {
  text-align: left;
  border-top: 2px solid #297dad;
}
#communityNoticeView .articleWrap2 .tbl_origin td {
  text-align: left;
}
#communityNoticeView .articleWrap2 .tbl_origin th {
  border-bottom: 2px solid #297dad;
}
#communityNoticeView #articleWrap .tbl_origin h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 140%;
}
#communityNoticeView #articleWrap .tbl_origin th {
  border-right: 0;
  border-bottom: 2px solid #297dad;
}
#communityNoticeView #articleWrap .tbl_origin .info p {
  display: inline-block;
  font-weight: 600;
}
#communityNoticeView #articleWrap .tbl_origin .info span {
  margin-left: 10px;
  margin-right: 15px;
  color: #777777;
}
#communityNoticeView #articleWrap .tbl_origin td {
  text-align: left;
  border-right: 0;
  font-size: 18px;
  line-height: 160%;
}

/*************** community/news *********************/
/* #communityNews .search-wrap { margin-top: 40px; } */
#communityNews #articleWrap {
  padding: 0 20px;
}
#communityNews ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 2%;
  margin-bottom: 60px;
}
#communityNews ul.list li {
  width: 32%;
  /* margin-top: 30px;
  margin-right: 2%; */
}
#communityNews ul.list li:nth-child(3n) {
  margin-right: 0;
}
#communityNews ul.list li .img-bx {
  overflow: hidden;
}
#communityNews ul.list li .img-bx a {
  display: block;
  transform: scale(1);
  transition: all 0.3s;
}
#communityNews ul.list li .img-bx a:hover {
  transform: scale(1.2);
}
#communityNews ul.list li .img-bx img {
  display: block;
  width: 100%;
  /* height: 185px;
    object-fit: cover; */
}
#communityNews ul.list li .txt-bx {
  background: #f3f3f3;
  padding: 20px 25px;
  height: 143.96px;
  cursor: pointer;
}
#communityNews ul.list li .txt-bx h3 {
  font-size: 18px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#communityNews ul.list li .txt-bx p {
  padding-top: 20px;
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*************** community/news-view *********************/

.tbl_view {
  margin-top: 50px;
}
.tbl_view th {
  text-align: left;
  border-bottom: 2px solid #297dad;
  border-top: 2px solid #297dad;
  border-right: 0;
  padding: 25px 20px;
}
.tbl_view th h4 {
  font-size: 1.5rem;
  padding-bottom: 20px;
  line-height: 140%;
}
.tbl_view th span {
  font-size: 14px;
  margin-right: 20px;
  color: #777777;
}
.tbl_view th span strong {
  color: #222222;
}
.tbl_view td {
  border-right: 0;
  padding-top: 30px;
}
.tbl_view td .txt {
  margin-top: 65px;
}
.tbl_view td .txt li {
  margin-bottom: 50px;
}
.tbl_view td .txt p {
  font-size: 18px;
  text-align: left;
}

/*************** community/board *********************/
/* #communityBoard .search-wrap { margin-top: 40px; } */
#communityBoard #articleWrap {
  padding: 0 20px;
}
#communityBoardView #articleWrap {
  padding: 0 20px;
}

/*************** community/qna *********************/
#communityQna #articleWrap {
  padding: 0 20px;
}
#communityQnaView .answer {
  padding: 30px;
  background-color: #f2f2f2;
}
#communityQnaView .answer h4 {
  font-size: 1.5rem;
}

/*************** community/faq *********************/
#communityFaq #articleWrap {
  padding: 0 20px;
}
#communityFaq #articleWrap .faq-wrap {
  margin-top: 30px;
  margin-bottom: 45px;
  border-top: 1px solid #222;
}
#communityFaq #articleWrap .faq-wrap li {
  border-bottom: 1px solid #ddd;
}
#communityFaq #articleWrap .faq-wrap li .title-bx {
  display: flex;
  padding: 0 2rem;
}
#communityFaq .faq-wrap li .cat {
  display: flex;
  align-items: center;
}
#communityFaq .faq-wrap li .cat i {
  display: block;
  color: #fff;
  border-radius: 100%;
  background: #297dad;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
#communityFaq .faq-wrap li .cat span {
  font-size: 18px;
  padding-left: 20px;
}
#communityFaq .faq-wrap li a.btn-title {
  padding: 2rem 0 2rem 2rem;
}
#communityFaq .faq-wrap .cont {
  display: none;
  background: #f5f5f5;
  padding: 2rem 2rem 3rem;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#communityFaq .faq-wrap .cont i {
  float: left;
  display: block;
  color: #fff;
  border-radius: 100%;
  background: #222;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 14px;
}
#communityFaq .faq-wrap .cont .answer {
  display: block;
  float: left;
  width: calc(100% - 50px);
}
#communityFaq .faq-wrap .cont .answer p {
  color: #666666;
  padding-left: 2rem;
}

/*************** support/membership *********************/
#supportMembership #articleWrap {
  padding: 0 20px;
}
#supportMembership #articleWrap h3 {
  line-height: 140%;
}

/*************** member/join *********************/
#memberJoin #articleWrap {
  padding: 0 20px;
}
.bg-gray {
  background: #f4f4f4;
  padding: 95px 55px;
  border-radius: 15px;
  margin-top: 45px;
}
.bg-gray h2 {
  text-align: center;
  font-size: 36px;
  color: #297dad;
  font-weight: 700;
  margin-bottom: 35px;
}
.bg-gray p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.mypage .join-wrap {
  margin-top: 50px;
}
.mypage .join-wrap p {
  color: #ed1c24;
  font-size: 18px;
  font-weight: 400;
}
.mypage .join-wrap ul {
  margin-top: 35px;
}
.mypage .join-wrap ul li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.mypage .join-wrap ul li.radio-wrap {
  /* align-items: stretch; */
}
.mypage .join-wrap ul li.radio-wrap .input-wrap {
  padding-top: 3px;
}

.mypage .join-wrap ul li:first-child {
  margin-top: 0;
}
.mypage .join-wrap ul li span {
  width: 150px;
}
.mypage .join-wrap ul li span strong {
  color: #ed1c24;
  font-weight: 400;
}
.mypage .join-wrap .input-wrap {
  display: flex;
  width: calc(100% - 280px);
}
.mypage .join-wrap .input-wrap.flex {
  display: flex;
}
.mypage .join-wrap .input-wrap input {
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 50px;
  width: 70%;
  padding: 0 16px;
}
.mypage .join-wrap .radio-wrap .input-wrap .row {
  display: flex;
  flex-wrap: wrap;
}
.mypage .join-wrap .radio-wrap .input-wrap .row > div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.mypage .join-wrap .radio-wrap .input-wrap input[type="radio"] {
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc !important;
  margin-top: 5px;
}
.mypage .join-wrap .input-wrap label {
  display: inline-block;
  margin-right: 1.2rem;
  padding-left: 0.7rem;
}
.mypage .join-wrap .input-wrap input.input-address {
  background: #f4f4f4;
}
.mypage .join-wrap .input-wrap button {
  width: 120px;
  height: 50px;
  border-radius: 4px;
  margin-left: 10px;
}
.mypage .join-wrap .input-wrap textarea {
  border: 1px solid #dddddd;
  border-radius: 4px;
  resize: none;
}
.mypage .join-wrap ul li.address .input-wrap input {
  width: 40%;
}
.mypage .join-wrap ul li.address2 input {
  width: calc(100% + 130px);
}
.mypage .join-wrap ul li.birthday .input-wrap {
  display: flex;
  width: 40%;
}
.mypage .join-wrap ul li.birthday .input-wrap input {
  margin-left: 10px;
}
.mypage .join-wrap ul li.birthday .input-wrap input:first-child {
  margin-left: 0;
}
.mypage .join-wrap ul li.edu .input-wrap {
  display: flex;
  width: 40%;
}
.mypage .join-wrap ul li.edu .input-wrap input {
  margin-left: 10px;
}
.mypage .join-wrap ul li.edu .input-wrap input:first-child {
  margin-left: 0;
}
.mypage .join-wrap ul li .input-wrap textarea {
  width: calc(100% + 130px);
  padding: 30px;
  height: 135px;
}
.mypage .join-wrap .button-wrap {
  text-align: center;
  margin-top: 95px;
  width: 100%;
  max-width: 665px;
  margin: 120px auto 0 auto;
  display: flex;
  justify-content: center;
}
.mypage .join-wrap .button-wrap button {
  width: 32%;
  max-width: 215px;
  height: 60px;
  margin-right: 2%;
  border-radius: 4px;
  font-size: 18px;
}
.mypage .join-wrap .button-wrap button:last-child {
  margin-right: 0;
}

.mypage .join-wrap .cont h2 {
  font-size: 30px;
  padding: 25px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-weight: 700;
  margin-top: 75px;
}

/*************** member/login *********************/
#memberLogin #articleWrap {
  padding: 0 20px;
}

/*************** member/password *********************/
.article-login .login-cont {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.article-login .login-cont h2 {
  font-size: 45px;
  color: #222222;
}
.article-login .login-wrap input {
  display: block;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ececec;
  padding: 20px;
  margin-top: 10px;
  font-size: 18px;
}

.article-login .login-wrap input:nth-child(1) {
  margin-top: 0;
}
.article-login .login-wrap input:nth-child(2) {
  display: block;
  margin-top: 10px;
}
.article-login .login-wrap input::placeholder {
  color: #d3d3d3;
}
.article-login .login-wrap button {
  background: #297dad;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
}
.article-login .button-wrap {
  margin-top: 55px;
}
.article-login .button-wrap button {
  width: 100%;
  font-size: 18px;
  border: 1px solid #bebebe;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.article-login .button-wrap button:nth-child(2) {
  margin-top: 10px;
}
.article-login .button-wrap button i {
  margin-right: 10px;
}

/*************** mypage/membership-card *********************/
#mypageMembershipCard .card {
  width: 500px;
  display: flex;
  margin: 105px auto 0 auto;
  border-radius: 20px;
  border: 1px solid #cccccc;
  overflow: hidden;
}
#mypageMembershipCard .card .left {
  width: 35%;
  background: #297dad;
  color: #fff;
  padding: 65px 30px;
  font-size: 14px;
}
#mypageMembershipCard .card .left h4 {
  margin-bottom: 5px;
}
#mypageMembershipCard .card .right {
  width: 65%;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  font-size: 18px;
}
#mypageMembershipCard .card .right img {
  display: block;
  width: 39%;
}
#mypageMembershipCard .certif {
  margin-top: 10rem;
  position: relative;
}
#mypageMembershipCard .certif img {
  display: block;
  margin: 0 auto;
}
#mypageMembershipCard .certif p {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  font-size: 2rem;
}
#mypageMembershipCard .certif p.name {
  top: 49%;
}
#mypageMembershipCard .certif p.type {
  top: 56%;
}
#mypageMembershipCard .certif p.date {
  top: 63%;
}

/*************** mypage/payment-details *********************/
#mypagePaymentDetails .tbl_origin {
  margin-top: 65px;
}
#mypagePaymentDetails .tbl_origin th:nth-child(4) {
  width: 175px;
}
#mypagePaymentDetails .tbl_origin th:nth-child(1) {
  width: 40%;
  text-align: left;
}
#mypagePaymentDetails .tbl_origin td:nth-child(1) {
  text-align: left;
}
#mypagePaymentDetails .tbl_origin td:nth-child(2) {
  text-align: right;
}
#mypagePaymentDetails .tbl_origin .btn-down {
  background: #f5f5f5;
  border-radius: 25px;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
}
#mypagePaymentDetails .tbl_origin .btn-down img {
  padding-top: 2px;
}
#mypagePaymentDetails .tbl_origin .btn-down span {
  padding-left: 10px;
  /* font-size: 0.8vw; */
}

/*************** mypage/withdrawal *********************/
#mypageWithdrawal #articleWrap {
  padding: 0 20px;
}
#mypageWithdrawal .bg-gray {
  padding: 40px 40px;
}
#mypageWithdrawal .bg-gray .btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

#mypageWithdrawal .bg-gray .btn-wrap button {
  padding: 15px 25px 15px 55px;
  font-size: 20px;
  background-image: url("/assets/images/arrow_down.png");
  background-position: 25px 50%;
  background-repeat: no-repeat;
}
#mypageWithdrawal .join-wrap li:last-child .input-wrap {
  width: calc(100% - 243px);
}
#mypageWithdrawal .join-wrap .input-wrap select {
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 50px;
  width: 70%;
  padding: 0 16px;
}

/*************** support/membership *********************/
.text-wrap2 .content {
  margin-top: 45px;
}
.text-wrap2 .content .row_1 {
  padding-top: 15px;
}
.text-wrap2 .content h2 {
  font-size: 36px;
  color: #297dad;
  font-weight: 700;
  margin-bottom: 35px;
}
.text-wrap2 .content p {
  padding-left: 20px;
}
.text-wrap2 h3 {
  margin-top: 70px;
  margin-bottom: 15px;
}
.text-wrap2 h3:nth-child(1) {
  margin-top: 0;
}
.text-wrap2 ul {
  padding-left: 70px;
  margin-top: 2px;
  font-size: 18px;
}
.text-wrap2 ul li {
  list-style: disc;
  margin-bottom: 15px;
}

/*************** support/membership *********************/
#supportApply .mypage .join-wrap .button-wrap button {
  width: 150px;
}
#supportApply #articleWrap {
  padding: 0 20px;
}
.mypage .bg-gray2 {
  padding: 55px;
}
.mypage .bg-gray2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.mypage .bg-gray2 ul p {
  text-align: center;
  margin-top: 20px;
}

/*************** support/judgement *********************/
#supportJudgement #articleWrap {
  padding: 0 20px;
}
#supportJudgement .cont ul.procedure {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 35px;
}
#supportJudgement .cont ul.procedure li {
  width: 25%;
  background: #f1f1f1;
  border-radius: 25px 25px 0 25px;
  padding: 35px 0;
  text-align: center;
  margin-right: 10px;
}
#supportJudgement .cont ul.procedure li:last-child {
  margin-right: 0;
}
#supportJudgement .cont ul.procedure li .img-bx {
  height: 72px;
  margin-bottom: 15px;
}
#supportJudgement .cont ul.procedure li img {
  display: block;
  margin: 0 auto 0 auto;
}
#supportJudgement .cont ul.procedure li h5 {
  font-size: 20px;
}
#supportJudgement .cont ul.procedure li p {
  padding: 0 25px;
  font-size: 16px;
  color: #777777;
}
#supportJudgement .cont ul.info {
  margin: 65px 0;
}
#supportJudgement .cont ul.step {
  margin-top: 30px;
  height: 153px;
}
#supportJudgement .cont ul.step:first-child {
  margin-top: 0;
}
#supportJudgement .cont ul.step li {
  border-radius: 25px;
  overflow: hidden;
  display: flex;
}
#supportJudgement .cont ul.step li .left {
  padding: 0 50px;
  display: flex;
  align-items: center;
  /* height: 153px; */
  background: #22507f;
  /* width: 180px; */
  position: relative;
}
#supportJudgement .cont ul.step li .left h2 {
  color: #fff;
  font-size: 28px;
}
#supportJudgement .cont ul.step2 li .left {
  background: #306da0;
}
#supportJudgement .cont ul.step3 li .left {
  background: #377db0;
}
#supportJudgement .cont ul.step4 li .left {
  background: #4089ba;
}
#supportJudgement .cont ul.step5 li .left {
  background: #4497c9;
}
#supportJudgement .cont ul.step6 li .left {
  background: #5aa2ca;
}
#supportJudgement .cont ul.step7 li .left {
  background: #7fbbd7;
}
#supportJudgement .cont ul.step8 li .left {
  background: #a2cadd;
}

#supportJudgement .cont ul li .left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  border-width: 20px 0 0 20px;
  border-style: solid;
  display: block;
  width: 0;
  border-width: 16px 0 16px 25px;
  border-color: transparent #22507f;
}
#supportJudgement .cont ul.step2 li .left::after {
  border-color: transparent #306da0;
}
#supportJudgement .cont ul.step3 li .left::after {
  border-color: transparent #377db0;
}
#supportJudgement .cont ul.step4 li .left::after {
  border-color: transparent #4089ba;
}
#supportJudgement .cont ul.step5 li .left::after {
  border-color: transparent #4497c9;
}
#supportJudgement .cont ul.step6 li .left::after {
  border-color: transparent #5aa2ca;
}
#supportJudgement .cont ul.step7 li .left::after {
  border-color: transparent #7fbbd7;
}
#supportJudgement .cont ul.step8 li .left::after {
  border-color: transparent #a2cadd;
}

#supportJudgement .cont ul.step li .right {
  padding: 35px 35px 35px 45px;
  background: #f1f1f1;
  width: 100%;
  height: 153px;
  display: flex;
  flex-direction: column;
}
#supportJudgement .cont ul.step li .right h3 {
  font-size: 24px;
  color: #297dad;
  margin-bottom: 20px;
}
#supportJudgement .cont ul.step3 li .right h3 {
  margin-bottom: 0;
}
#supportJudgement .cont ul.step li .right h3 span {
  font-size: 18px;
  color: #222;
  font-weight: 400;
}
#supportJudgement .cont ul.step li .right p {
  font-size: 18px;
}
#supportJudgement .cont ul.step2 li .right h3,
#supportJudgement .cont ul.step4 li .right h3 {
  padding-top: 9px;
}
#supportJudgement .cont ul.step3 li .right h3 {
  padding-top: 32px;
}

/*************** support/premium *********************/
#supportPremium #articleWrap {
  padding: 0 20px;
}
#supportPremium #articleWrap p .br2 {
  display: none;
}
#supportPremium #articleWrap .bg-gray ul {
  flex-wrap: wrap;
}
#supportPremium #articleWrap .bg-gray ul li {
  width: 20%;
}
#supportPremium #articleWrap .bg-gray ul li:nth-child(6),
#supportPremium #articleWrap .bg-gray ul li:nth-child(7),
#supportPremium #articleWrap .bg-gray ul li:nth-child(8),
#supportPremium #articleWrap .bg-gray ul li:nth-child(9),
#supportPremium #articleWrap .bg-gray ul li:nth-child(10) {
  margin-top: 50px;
  margin-bottom: 50px;
}
#supportPremium #articleWrap ul li img {
  display: block;
  margin: 0 auto;
}

/*************** support/status *********************/
#supportStatus #articleWrap {
  padding: 0 20px;
}
#supportStatus .table-wrap {
  margin-top: 40px;
}
#supportStatus .table-wrap .tbl_origin {
  margin-top: 25px;
}
#supportStatus .table-wrap h2 {
  color: #297dad;
  font-size: 24px;
  font-weight: 700;
}
#supportStatus .table-wrap .tbl_origin th:first-child {
  width: 55%;
}
#supportStatus .tbl_origin td {
  text-align: center;
}

/*************** support/search *********************/
#supportSearch #articleWrap {
  padding: 0 20px;
}
#supportSearch #articleWrap .select-wrap {
  justify-content: start;
}
#supportSearch #articleWrap .select-wrap select {
  width: 18%;
  /* min-width: 114px;  */
}
#supportSearch #articleWrap .search-wrap input {
  width: 24%;
  min-width: 170px;
}
#supportSearch #articleWrap .tbl_origin th:nth-child(1) {
  width: 20%;
}
#supportSearch #articleWrap .tbl_origin th:nth-child(2) {
  width: 60%;
}
#supportSearch #articleWrap .tbl_origin th:nth-child(3) {
  width: 20%;
}
#supportSearch #articleWrap .tbl_origin td {
  text-align: center;
}

/*************** login,join *********************/
.loginBox {
  width: 100%;
  border-top: 2px solid #1772b6;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}
.joinBox {
  border-top: 2px solid #1772b6;
  padding: 3%;
  background-color: #f8f8f8;
}

/*************** sub *********************/
.banner {
  color: #fff;
  height: 415px;
  padding-top: 3vw;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  /* background-image: url('/assets/images/common/sub-banner.jpg'); */
}
.banner h1 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 40px;
  color: #fff;
  line-height: 140%;
}
.banner p {
  margin-top: 20px;
  letter-spacing: 0.1vw;
}
.banner #menuWrap {
  width: 100%;
  height: 15px;
}

.banner_intro {
  background-image: url("/assets/images/common/sub_visual01.jpg");
}
.banner_bitt {
  background-image: url("/assets/images/common/sub_visual02.jpg");
}
.banner_mtct {
  background-image: url("/assets/images/common/sub_visual03.jpg");
}
.banner_mtct p {
  margin-bottom: 25px;
}
.banner_archive {
  background-image: url("/assets/images/common/sub_visual04.jpg");
}
.banner_support {
  background-image: url("/assets/images/common/sub_visual05.jpg");
}

#tab {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: -50px;
}
#tab .menu {
  background: #297dad;
  width: 65%;
  align-items: center;
}
#tab .menu .cont {
  max-width: 745px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  box-sizing: border-box;
}
#tab.tab2 .menu .cont {
  justify-content: end;
}

#tab .menu a {
  font-size: 18px;
  font-weight: 200;
  padding: 0 1rem;
  color: #fff;
  background: #297dad;
}

#tab .menu a.active {
  font-weight: bold;
}
.tab1 .menu a {
  font-size: 18px;
  font-weight: 200;
  padding: 0 20px;
  color: #fff;
  background: #297dad;
}

.tab1 .menu a.active {
  font-weight: bold;
}

.menu-mobile {
  display: none;
  align-items: center;
  margin-top: 40px;
  padding: 0 20px;
}
.menu-mobile img {
  width: 25px;
}
.menu-mobile h6 {
  font-size: 18px;
  color: #777777;
  padding-left: 20px;
}

#articleWrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 95px auto;
  padding: 0 20px;
}
#articleWrap h3 {
  font-weight: 600;
}
#articleWrap h4 {
  position: relative;
  font-weight: 600;
}

#articleWrap h5 {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0px 21px 0px 18px;
  margin-bottom: 15px;
}
#articleWrap h6 {
  position: relative;
  padding: 0px 21px 0px 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}
#articleWrap h6:after {
  position: absolute;
  left: 0;
  top: 29%;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #000;
  border-radius: 100%;
}
#articleWrap .main-title {
  margin-top: 60px;
}
#articleWrap .main-title h1 {
  font-size: 55px;
  font-weight: bold;
}
#articleWrap .main-title .bar {
  display: block;
  width: 138px;
  height: 2px;
  background: #222;
  margin-top: 35px;
}

#articleWrap .imgBox {
  position: relative;
  margin-bottom: 20px;
}
#articleWrap p {
  line-height: 1.5em;
}
#articleWrap p.padding {
  padding: 10px;
}
#articleWrap p.padding2 {
  padding: 10px 20px;
}
#articleWrap p.checkList {
  position: relative;
  padding-left: 31px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-image: url("/assets/images/btn_check.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 26px 22px;
  background-position: left 1px;
}
#articleWrap p.checkList.noImg {
  padding-left: 21px;
  background: none;
}
#articleWrap p.preparing {
  text-align: center;
  border: 2px solid #ccc;
  padding: 15%;
}
#articleWrap span.detail {
  display: block;
  padding: 15px 20px;
}
#articleWrap span.footnote {
  position: absolute;
  right: 3%;
  top: 10px;
}
#articleWrap .swiper-slide p.tit {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  padding: 6px 0 3px;
  background: rgba(0, 0, 0, 0.4);
}
#articleWrap ul.numbering {
  padding: 20px 10px;
}
#articleWrap ul.numbering li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
}
#articleWrap ul.numbering li:after {
  position: absolute;
  top: -5px;
  left: -6px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: #fbb734;
  z-index: -1;
}
#articleWrap ul.numbering li:nth-child(1):after {
  content: "1";
}
#articleWrap ul.numbering li:nth-child(2):after {
  content: "2";
}
#articleWrap ul.numbering li:nth-child(3):after {
  content: "3";
}
#articleWrap ul.numbering li:nth-child(4):after {
  content: "4";
}
#articleWrap ul.numbering li:nth-child(5):after {
  content: "5";
}
#articleWrap ul.numbering li:nth-child(6):after {
  content: "6";
}
#articleWrap ul.point {
  padding: 20px 0px;
}
#articleWrap ul.point li {
  position: relative;
  height: 100px;
  padding-left: 87px;
}
#articleWrap ul.point li:after {
  position: absolute;
  top: -10px;
  left: 0;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  background-color: #fbb734;
  z-index: -1;
}
#articleWrap ul.point li:before {
  position: absolute;
  top: 28px;
  left: 31px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}
#articleWrap ul.point li:nth-child(1):after {
  content: "Point";
}
#articleWrap ul.point li:nth-child(2):after {
  content: "Point";
}
#articleWrap ul.point li:nth-child(3):after {
  content: "Point";
}
#articleWrap ul.point li:nth-child(4):after {
  content: "Point";
}
#articleWrap ul.point li:nth-child(5):after {
  content: "Point";
}
#articleWrap ul.point li:nth-child(6):after {
  content: "Point";
}
#articleWrap ul.point li:nth-child(7):after {
  content: "Point";
}
#articleWrap ul.point li:nth-child(1):before {
  content: "1";
}
#articleWrap ul.point li:nth-child(2):before {
  content: "2";
}
#articleWrap ul.point li:nth-child(3):before {
  content: "3";
}
#articleWrap ul.point li:nth-child(4):before {
  content: "4";
}
#articleWrap ul.point li:nth-child(5):before {
  content: "5";
}
#articleWrap ul.point li:nth-child(6):before {
  content: "6";
}
#articleWrap ul.point li:nth-child(7):before {
  content: "7";
}

.alertBox {
  border-top: 1px solid #b0c8ef;
  background-color: #f6f9ff;
  padding: 20px 10px 20px 80px;
  line-height: 1.5em;
  margin-bottom: 15px;
  background-image: url("/assets/images/btn_alert.png");
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

/*************** layer popup *****************/
#overlay_t {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity = 50); /* IE7 & 8 */
  background-color: #000;
  z-index: 99;
  display: none;
}
#popup_layer {
  position: absolute;
  top: 200px;
  left: 50%;
  display: none;
  width: 1120px;
  border: solid 1px #ccc;
  box-shadow: 0px 1px 20px #333;
  padding-top: 60px;
  margin-bottom: 30px;
  margin-left: -560px;
  background: #fff;
  z-index: 100;
}
#popup_layer .titWrap {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a0+0,ed040e+100 */
  background: rgb(161, 48, 53); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(161, 48, 53, 1) 0%,
    rgba(237, 4, 14, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(161, 48, 53, 1) 0%,
    rgba(237, 4, 14, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(161, 48, 53, 1) 0%,
    rgba(237, 4, 14, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0', endColorstr='#ed040e',GradientType=1 ); /* IE6-9 */
}
#popup_layer .titWrap .tit {
  position: relative;
  color: #fff;
  font-weight: 600;
  padding: 20px 80px 20px 100px;
  background-image: url("/assets/images/bg_poptit.png");
  background-repeat: no-repeat;
  background-position: 40px 0;
}
#popup_layer .cttWrap {
  padding: 60px;
}
#popup_layer .cttWrap h2 {
  position: relative;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 30px;
}
#popup_layer .cttWrap h2:after {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #e64122;
  content: "";
}
#popup_layer .cttWrap p {
  line-height: 1.4em;
}
#popup_layer .imgWrap img {
  width: calc(98% / 3);
  margin-right: 1%;
}
#popup_layer .imgWrap img:nth-child(3) {
  margin-right: 0%;
}
#popup_layer .charWrap {
  margin-top: 1%;
}
#popup_layer .charWrap:after {
  display: block;
  content: "";
  clear: both;
}
#popup_layer .charWrap .char {
  float: left;
  width: 326px;
  line-height: 1.4em;
  border: 1px solid #0a0;
  padding: 21px;
  margin-right: 1%;
}
#popup_layer .charWrap .map {
  float: right;
  width: 662px;
  height: 195px;
  border: 1px solid #0a0;
}

/*************** form *****************/
#formWrap {
  position: relative;
  border: 1px solid #b3b3b3;
  padding: 25px;
}
#formWrap .logo {
  position: absolute;
  right: 7%;
  top: 30px;
}
#formWrap .logo img {
  width: 206px;
}
.tbl_form {
  width: 95%;
}
.tbl_form th {
  width: 25%;
  font-weight: 600;
  word-break: break-all;
  text-align: left;
  padding: 5px 5px 5px 30px;
}
.tbl_form td {
  padding: 5px 0;
}
.tbl_form2 {
  width: 100%;
  border-top: 1px solid #000;
}
.tbl_form2 th {
  width: 15%;
  font-weight: 600;
  text-align: center;
  word-break: break-all;
  border-bottom: 1px solid #8f8e8e;
  padding: 10px;
  background-color: #edebeb;
}
.tbl_form2 td {
  border-bottom: 1px solid #8f8e8e;
  padding: 10px;
}
#faq .ul_question li {
  position: relative;
  border-bottom: 1px solid #cfcdcd;
  padding: 20px 20px 20px 66px;
}
#faq .ul_question li:after {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  z-index: 1;
}
#faq .ul_question li.q {
  cursor: pointer;
}
#faq .ul_question li.a {
  display: none;
  font-size: 0.95em;
  line-height: 1.4em;
  background-color: #f9f9f8;
}
#faq .ul_question li.q:after {
  background-color: #fbb734;
  content: "Q";
}
#faq .ul_question li.a:after {
  top: 18px;
  background-color: #8d5703;
  content: "A";
}
.ul_apply {
  border-top: 1px solid #000;
  margin-top: 10px;
}
.ul_apply li {
  position: relative;
  border-bottom: 1px solid #cfcdcd;
  padding: 12px 0 12px 15px;
  cursor: pointer;
}
.ul_apply .sub {
  color: #636262;
}
.ul_apply .btn_style4 {
  position: absolute;
  right: 30px;
  top: 16px;
}
.ul_disc {
  margin-left: 20px;
  margin-bottom: 20px;
}
.ul_square {
  margin-left: 20px;
  margin-bottom: 20px;
}
.ul_disc li {
  list-style: disc;
}
.ul_square li {
  list-style: square;
}
.ul_board {
  border-top: 2px solid #333;
  margin-top: 10px;
}
.ul_board li {
  position: relative;
  border-bottom: 1px solid #cfcdcd;
  padding: 12px 0 12px 15px;
}
.ul_board li.th {
  display: flex;
  justify-content: space-between;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  font-weight: 600;
}
.ul_board li.tr {
  display: flex;
  justify-content: space-between;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.ul_board li.contentsView {
  display: none;
}
.ul_board .num {
  flex: 1;
}
.ul_board .tit {
  flex: 8;
}
.ul_board .date {
  flex: 2;
}
.ul_board .file {
  flex: 2;
}

.ul_gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ul_gallery li {
  width: calc(100% / 3);
}

.contentsView {
  position: relative;
  text-align: left;
  padding: 30px 30px 130px 30px !important;
  background-color: #fefefe;
}
.contentsView h1 {
  font-size: 19px;
  float: none;
  padding: 5px 0px 10px;
  cursor: text;
}
.contentsView h2 {
  font-size: 17px;
  margin: 15px 0 10px;
}
.contentsView img {
  height: auto !important;
  margin: 5px 0 10px;
}
.contentsView li {
  list-style: outside;
  margin-left: 20px;
}
.contentsView a {
  color: #0782c1;
}
.contentsView p {
  margin: 5px 0;
}
.contentsView table {
  max-width: 100% !important;
}
.contentsView .marker {
  background-color: #6adf5b;
}
/* .contentsView table td {padding:10px;} 시행하면 뉴스레터가 망가짐..*/

.noText {
  text-align: center;
  padding: 2rem 0;
}

.ul_preview {
  border-top: 1px solid #000;
}
.ul_preview:after {
  display: block;
  content: "";
  clear: both;
}
.ul_preview li {
  position: relative;
  float: left;
  width: calc(100% / 3);
  height: 190px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.ul_preview .prev {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 190px;
  line-height: 190px !important;
  background: rgba(0, 0, 0, 0.5);
}
.ul_preview .tit {
  display: none;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.ul_preview .sub {
  display: none;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.ul_preview img {
  filter: brightness(0.6);
}
.ul_preview li:hover .prev {
  display: none;
  transition: 0.3s all ease-out;
}
.ul_preview li:hover .tit,
.ul_preview li:hover .sub {
  display: block;
  transition: 0.3s all ease-out;
}
.ul_preview li:hover img {
  filter: brightness(0.4);
  transition: 0.3s all ease-out;
}
#reviewBox table {
  width: 100%;
  border: 1px solid #c5c0c0;
}
#reviewBox th {
  width: 20%;
  vertical-align: top;
  padding: 40px 20px 20px 20px;
  background-color: #eeecec;
}
#reviewBox td {
  padding: 40px 20px;
}
#reviewBox td div {
  line-height: 1.5em;
  padding: 20px;
}
#reviewBox .profile {
  max-width: 50%;
  border-radius: 100%;
}
#reviewBox .univ_logo {
  max-width: 50%;
}
#download h4 {
  border-bottom: 0;
}
#download .tit {
  margin-top: 20px;
  font-weight: 700;
}
#download .sub {
  margin-top: 10px;
  margin-bottom: 20px;
}

.pageMenu {
  display: flex;
  color: #333;
  border-left: 1px solid #ddd;
  margin-bottom: 38px;
}
.pageMenu li {
  display: flex;
  align-items: center;
  text-align: center;
  border-right: 1px solid #ddd;
}
.pageMenu li.active {
  color: #fff;
  background-color: #1773b6;
}
.pageMenu li:hover {
  color: #fff;
  background-color: #1773b6;
}
.pageMenu li a {
  display: block;
  padding: 10px 20px;
  font-size: 0.9em;
}

/**************** forum ******************/
.tbl_forum_write {
  width: 100%;
  text-align: center;
  border-top: 2px solid #1772b6;
  margin-bottom: 40px;
}
.tbl_forum_write th {
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 6px;
  background-color: #f8f8f8;
}
.tbl_forum_write td {
  border-bottom: 1px solid #ddd;
  padding: 6px;
}

.tbl_forum_cmmt_box {
  display: none;
}
.tbl_forum_cmmt {
  width: 100%;
  border-top: 1px solid #dadada;
  text-align: center;
  font-size: 0.9em;
}
.tbl_forum_cmmt .c_w_td1 {
  width: 13%;
  border-top: 1px solid #ddd;
  padding: 8px !important;
  background: #f9f8fd;
}
.tbl_forum_cmmt .c_w_td2 {
  width: 77%;
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 8px !important;
}
.tbl_forum_cmmt .c_w_td3 {
  width: 10%;
  border-top: 1px solid #ddd;
  padding: 8px !important;
}
.comment_written_box {
  position: relative;
  margin-bottom: 15px;
}
.comment_written_box .tit {
  font-weight: 700;
}
.comment_written_box .del {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 1px 5px 4px 4px;
  line-height: 11px;
  border: 1px solid #dcd8d9;
  color: #8c8c8c;
  cursor: pointer;
}

/*************** pager *****************/
.pager {
  text-align: center;
  margin-top: 66px;
}
.pager li {
  display: inline-block;
  padding: 4px 6px 3px;
  margin-left: -4px;
}
.pager a {
  display: inline-block;
  color: #000;
  font-size: 0.7em;
  border: 1px solid #e2e2e2;
  padding: 7px 9px;
  cursor: pointer;
}
.pager a:hover {
  color: #fff;
  border-color: #006;
  background-color: #444;
}
.pager a.active {
  color: #fff;
  border-color: #006;
  background-color: #444;
}

/*************** popup  *****************/

#popwrap {
  background: url(/assets/images/blackbg.png) repeat;
  width: 200%;
  height: 200%;
  position: fixed;
  top: 0;
  z-index: 10;
}
#popup {
  padding: 80px 0;
  position: fixed;
  left: 50%;
  margin-left: -550px;
}
#popup > img {
  width: 100%;
  height: auto;
}
.exit {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 86px;
}
#popup p {
  background: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

/*************** footer *****************/
#footer {
  width: 100%;
  text-align: center;
  font-size: 16px;
  background: #fff;
  margin-top: 40px;
  padding: 40px 40px;
  color: #fff;
  background-color: #222;
  font-family: "Noto Sans KR", "Apple SD Gothic NEO", dotum, sans-serif;
}
#footer .footerWrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#footer .copyRight ul.mo {
  display: none;
}
#footer .copyRight ul li {
  text-align: left;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 15px;
}
#footer .copyRight ul li.copy_right {
  color: #fff;
  margin-top: 25px;
}
#footer .sns-group img {
  margin-right: 0.5rem;
}

@media (max-width: 1920px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1270px) {
  body {
    font-size: 15px;
  }
  #popup {
    width: 90%;
    left: 5%;
    margin: 0;
  }
  #lnb {
    display: none;
  }
  #gnb li {
    font-size: 16px;
  }
  .row,
  .row3 {
    width: 100%;
  }
  .row4 {
    width: 100%;
  }

  .col-sm {
    width: 100%;
    margin-bottom: 20px;
  }
  .col-st {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .col-4n {
    width: 32.8%;
  }
  .col-6n {
    width: 47%;
  }
  .col-8n {
    width: 63.6667%;
  }
  .tab4 .menu {
    width: 90% !important;
  }

  #lnb {
    width: 100%;
  }
  #header {
    width: 100%;
    padding: 20px;
  }
  #gnb,
  .loginWrap {
    display: none;
  }
  /* #logoWrap {padding: 20px;} */
  #loginWrap_m {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #btn_menu {
    width: 35px;
    display: inline-block;
    margin-left: 1rem;
  }
  #index .swiper-container {
    height: 500px;
  }
  #index .swiper-container .swiper-button-prev,
  #index .swiper-container .swiper-button-next {
    display: none;
  }
  /* #index .swiper-container .swiper-slide .layer {padding-top:10em;} */
  #index .blackBoxWrap {
    width: 80%;
    overflow: hidden;
  }
  #index .blackBox .sub {
    bottom: 12%;
  }

  #index .section4 {
    padding: 0 20px;
  }
  #index .section4 .txt-bx {
    cursor: pointer;
  }

  /* #introHistory #articleWrap .section1 .left {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        background-color: red;
    } */
  /* #introHistory #articleWrap .section1 .right {  } */
  .banner {
    /* height: auto; */
    text-align: center;
    padding-top: 76px;
    background-size: cover;
    background-position: center;
    background-attachment: initial;
  }
  #naviWrap {
    display: none;
  }
  #introIndex #articleWrap {
    float: none;
    width: 100%;
  }

  #popup_layer {
    width: 760px;
    margin-left: -380px;
  }
  #popup_layer .charWrap .char {
    width: 100%;
    text-align: center;
  }
  #popup_layer .charWrap .map {
    width: 100%;
    margin-top: 1%;
  }
  #popup_layer .charWrap .map #ajax4 {
    width: 636px !important;
  }

  /* #footer {font-size:14px;}
	.footerWrap {width: 100%;} */
}

@media screen and (max-width: 960px) {
  #introIndex .section1 .right {
    font-size: 24px;
  }
  #tab .menu {
    width: 90%;
  }
  .tab4 .menu {
    width: 100% !important;
  }
}
@media screen and (max-width: 860px) {
  /* #organ-tab .menu .cont a { font-size: 4vw; } */
}
@media screen and (max-width: 760px) {
  body {
    font-size: 14px;
  }
  .mo_none {
    display: none;
  }
  .mo_ib_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .pc_ib_none {
    display: inline-block;
  }

  #headerwrap #header {
    height: 70px;
  }
  #gnbWrap_m {
    top: 6.7rem;
  }
  .banner h1 {
    font-size: 36px;
  }

  .col-3,
  .col-4,
  .col-4n,
  .col-6n,
  .col-8,
  .col-8n {
    width: 100%;
    float: none;
    margin-top: 0 !important;
  }
  .in_mobile {
    display: block;
  }
  .in_pc {
    display: none;
  }
  #tab {
    display: none;
  }
  /* #organ-tab .menu .cont { display: block; } */
  #organ-tab .menu .cont li {
    width: 100%;
    height: 80px;
  }
  #organ-tab .menu .cont li a {
    width: 100%;
    text-align: center;
  }
  #organ-tab .menu .cont li a span {
    display: none;
  }

  .text-wrap2 .content h2 {
    font-size: 24px;
  }
  .text-wrap2 .content p {
    font-size: 15px;
  }
  #bittIndex .row.row_1 .cont p {
    font-size: 15px;
  }
  #bittIndex .row .cont h4 {
    font-size: 20px;
  }
  #bittIndex .row .title h3 {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
  #bittIndex .row ul.cont li span {
    font-size: 15px;
  }
  #introIndex .section2 p {
    font-size: 15px;
  }

  #logoWrap {
    flex: 2;
  }
  #logoWrap a {
    width: 100%;
    width: 165px;
  }
  #loginWrap_m {
    flex: 2;
  }
  /* #index .section1 {padding-top: 30px} */
  #index .section_links {
    background: #0a0 !important;
  }
  #index .swiper-container {
    height: 100vh;
    border-bottom: 0;
  }
  #index .swiper-container .swiper-slide .layer h2 {
    font-size: 7vw;
  }
  /* #index .swiper-container .swiper-slide .layer {padding-top: 14em;} */
  #index .swiper-container2 .swiper-button-next,
  #index .swiper-container2 .swiper-button-prev {
    display: block;
  }
  #index .section_links {
    background: none;
    bottom: 0;
  }
  #index .blackBoxWrap {
    text-align: center;
  }
  #index .blackBox {
    float: none;
    display: inline-block;
    height: 120px;
    background-color: #0a0;
    background-position: center 20%;
  }
  #index .section5 {
    display: block;
  }
  #index .section5 > div {
    width: 100%;
  }
  #index .section5 > div.notice {
    margin-bottom: 40px;
  }

  .menu-mobile {
    display: flex;
  }

  #introIndex .section1 {
    display: block;
    width: 100%;
    margin-top: 45px;
  }
  #articleWrap {
    padding: 0;
  }
  #articleWrap .main-title {
    margin-top: 0;
  }
  #articleWrap .main-title h1,
  #articleWrap .main-title .bar {
    display: none;
  }

  #mypageIndex #articleWrap {
    padding: 0 20px;
  }
  #mypageMembershipCard #articleWrap {
    padding: 0 20px;
  }
  #mypageMembershipCard .certif p {
    font-size: 1.5rem;
  }
  #mypagePaymentDetails #articleWrap {
    padding: 0 20px;
  }
  #mypageWithdrawal .join-wrap li:last-child .input-wrap {
    width: calc(100%);
  }
  #mypageWithdrawal .join-wrap .input-wrap select {
    width: 100%;
  }
  #mypageWithdrawal .join-wrap li:last-child .input-wrap .btn_style10 {
    width: 80px !important;
  }
  #mypageWithdrawal .join-wrap li:last-child .input-wrap .btn_style10 img {
    width: 15px;
  }
  #introHistory #articleWrap .section1 .left img {
    display: block;
    min-width: 760px;
    height: 431px;
    object-fit: cover;
    object-position: center center;
  }
  #index .swiper-container .swiper-slide .layer h3 {
    font-weight: 500;
    font-size: 3.5vw;
    line-height: 2.5rem;
    padding-bottom: 4vw;
  }
  #introIndex .section1 .left,
  #introIndex .section1 .right {
    width: 100%;
  }
  #introIndex .section1 .right {
    padding-left: 0;
    margin-top: 95px;
    padding: 0 20px;
  }
  #introIndex .section2 {
    padding: 0 20px;
  }
  #introIndex .section2 p:first-child {
    margin-top: 60px;
  }

  #introHistory #articleWrap {
    margin-top: -100px;
  }
  #introHistory #articleWrap .section2 {
    display: block;
  }
  #articleWrap h3 {
    margin-bottom: 40px;
  }
  #introHistory #articleWrap .section1 {
    margin-top: 177px;
  }
  #introHistory #articleWrap .section1 .right {
    top: 140px;
    left: 20px;
  }
  #introHistory #articleWrap .section1 .right p {
    font-size: 4vw;
  }
  #introHistory #articleWrap .section1 .right ul {
    padding-top: 115px;
    box-sizing: border-box;
  }
  #introHistory #articleWrap .tab-wrap {
    padding: 0 20px;
  }
  #introHistory #articleWrap .tab-wrap li a {
    padding: 10px;
    background-size: 13px;
    font-size: 15px;
  }
  #introHistory #articleWrap .section1 .text h2 {
    font-size: 35px;
  }
  #introHistory #articleWrap .section1 .text p {
    font-size: 20px;
  }
  #introHistory #articleWrap .section1 .text span {
    font-size: 20px;
  }
  #introHistory #articleWrap .section2 .left h3 {
    font-size: 30px;
  }
  #introHistory #articleWrap .section2 .right h4 {
    font-size: 18px;
  }
  #introHistory #articleWrap .section2 .right p {
    font-size: 15px;
  }

  #excutive .record .left {
    width: 100%;
    float: none;
  }
  #excutive .record .right {
    width: 100%;
    float: none;
  }
  #excutive .section2 .record .left h3 {
    margin-bottom: 20px;
  }
  #excutive .section2 .record .right ul {
    margin-top: 40px;
  }

  #index .section3 {
    height: 778px;
  }
  #index .section3 .row2 {
    display: block;
  }
  #index .section3 .wrap .cont {
    width: 100%;
    max-width: 665px;
    margin: 0 auto;
  }
  #index .section3 .wrap .cont > div {
    width: 100%;
  }
  #index .section3 .wrap .cont .row2 {
    padding-top: 0 !important;
  }

  #index .section3 .program-block {
    width: 100%;
  }

  #index .section3 .program-block {
    background-size: 100%;
    padding-bottom: 35vw;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #index .section3 .block2 {
    margin-top: 30px;
  }
  #index .section4 .row1 {
    margin-top: 25rem !important;
  }
  #index .section4 .new-block {
    width: 48%;
  }
  #index .section4 .new-block:nth-child(1),
  #index .section4 .new-block:nth-child(2) {
    margin-top: 0;
  }
  #index .section4 .new-block:nth-child(2n) {
    margin-right: 0;
  }
  #index .section4 .new-block:nth-child(3n) {
    margin-right: 2%;
  }
  #index .section4 .new-block:first-child {
    margin-top: 0;
  }
  #index .section4 .new-block.new-block:nth-child(3) {
    margin-top: 2%;
  }

  #bittIndex #articleWrap {
    padding: 0 20px;
  }
  #bittIndex .row {
    display: block;
  }
  #bittIndex .row ul.cont2 {
    flex-wrap: wrap;
  }
  #bittIndex .row ul.cont2 li {
    margin-right: 2%;
    margin-top: 2%;
    width: 49%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  #bittIndex .row ul.cont2 li:nth-child(1),
  #bittIndex .row ul.cont2 li:nth-child(2) {
    margin-top: 0;
  }
  #bittIndex .row ul.cont2 li:nth-child(2n) {
    margin-right: 0;
  }
  #bittIndex .row ul.cont2:nth-child(2) {
    margin-top: 2%;
  }
  #bittIndex .row ul.cont2 li h4 {
    margin-top: 30px;
    font-size: 20px;
  }
  #bittIndex .row ul.cont2 li p {
    font-size: 15px;
  }
  #bittIndex .row_1 .title h3 br {
    display: none;
  }
  .docuguide .btn-wrap {
    margin: 0 auto 50px auto;
  }
  .docuguide .btn-wrap button {
    font-size: 15px;
    padding: 15px 0;
  }
  #bittIndex .cont p br {
    display: none;
  }
  #bittIndex .row.row_2 .cont h4 {
    font-size: 18px;
  }
  #bittIndex .row.row_2 .cont p {
    font-size: 15px;
  }
  .corporoffice #articleWrap .title {
    width: 100%;
    min-width: 80px;
  }
  .corporoffice #articleWrap .main-title {
    margin-top: 0;
  }
  .corporoffice #articleWrap .cont {
    padding-left: 10px;
  }
  .corporoffice #articleWrap .row {
    width: 100%;
  }

  #introHistory #articleWrap .section2 .left {
    width: 100%;
    float: none;
  }
  #introHistory #articleWrap .section2 .right {
    width: 100%;
    float: none;
  }

  #introOrganization .section1 .img-pc {
    display: none;
  }
  #introOrganization .section1 .img-mo {
    display: block;
  }
  #introOrganization .section2 .record {
    display: block;
    margin-top: 40px;
  }
  #introOrganization .section2 .record .left {
    width: 100%;
    margin-bottom: 50px;
  }
  #introOrganization .section2 .record .right ul li {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #introOrganization .section2 .record .right {
    width: 100%;
    float: none;
  }
  #introOrganization .section2 .title {
    display: block;
    padding-left: 20px;
  }
  #introOrganization .section2 .cont {
    display: block;
  }
  #introOrganization .section2 .cont .img-wrap {
    width: 100%;
    padding-top: 20px;
  }
  /* #introOrganization .section2 .cont .img-wrap img { width: 100%; } */
  #introOrganization .section2 h3 {
    font-size: 24px;
  }
  #introOrganization .section2 .title h4 {
    font-size: 18px;
  }
  #introOrganization .section2 .cont .info-wrap ul li h4 {
    font-size: 15px;
  }
  #introOrganization .section2 .cont .info-wrap ul li p {
    font-size: 15px;
  }

  #introCharter #articleWrap .section1 {
    position: relative;
    margin-top: 40px;
    display: block;
  }
  #introCharter #articleWrap .section1 .left .img-mo {
    display: block;
  }
  #introCharter #articleWrap .section1 .left .img-pc {
    display: none;
  }
  #introCharter #articleWrap .section1 .right {
    max-width: none;
    position: relative;
    top: 0;
    right: 0;
    transform: translate(0, 0);
    padding: 0 20px;
    margin-top: 65px;
  }
  #introCharter #articleWrap .section1 .right h2 {
    line-height: 140%;
    font-size: 28px;
  }
  #introCharter #articleWrap .section1 .right h3 {
    margin-bottom: 0;
    font-size: 15px;
  }
  #introCharter #articleWrap .section1 .right ul {
    margin-top: 12px;
  }
  #introCharter #articleWrap .section1 .right p {
    font-size: 15px;
  }
  #introCharter #articleWrap .section2 ul li {
    font-size: 15px;
  }
  #introCharter #articleWrap .section1 .right ul li div {
    font-size: 15px;
  }
  #introCharter #articleWrap .section1 .right p br {
    display: none;
  }
  #introCharter #articleWrap .section2 {
    padding: 0 20px;
  }
  #introCharter #articleWrap .section2 h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
  #introCharter #articleWrap .section2 ul:last-child {
    border-bottom: 0;
  }

  #introRules .faq-wrap li.list a.btn-title {
    font-size: 20px;
  }
  #introRules .faq-wrap .cont .answer table th {
    font-size: 15px;
    width: 120px;
    padding: 10px;
  }
  #introRules .faq-wrap .cont .answer table td p {
    font-size: 15px;
  }
  #introRules .faq-wrap .cont .answer table td ul li {
    font-size: 15px !important;
  }
  #introRules .faq-wrap .cont .answer table td ul .sub-list {
    padding-left: 20px;
  }

  #archiveSites #articleWrap .tbl_origin th:first-child {
    width: 40%;
  }
  #archiveSites #articleWrap .tbl_origin td:first-child {
    width: 40%;
  }
  #archiveSites #organ-tab2 .menu .cont a {
    font-size: 15px;
    text-align: left;
    padding: 10px 2vw;
  }
  #archiveSites #organ-tab2 .menu .cont a br {
    display: block;
  }

  #archiveExamLibrary #articleWrap {
    padding: 0 20px;
  }
  #archiveExamLibrary #articleWrap .search-wrap2 {
    display: block;
  }
  #archiveExamLibrary #articleWrap .search-wrap2 .input-bx {
    margin-top: 10px;
  }
  #archiveExamLibrary #articleWrap .search-wrap2 .input-bx input {
    width: calc(100% - 126px);
  }
  #archiveExamLibrary #articleWrap .cont ul.list li {
    display: block;
  }
  #archiveExamLibrary #articleWrap .cont ul.list li .btn-bx {
    margin-left: 0;
    margin-top: 28px;
  }
  #communityNewsView #articleWrap {
    padding: 0 20px;
  }
  #supportMembership #articleWrap h3 {
    margin-top: 20px;
    font-size: 20px;
  }
  #supportJudgement .cont ul.procedure {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  #supportJudgement .cont ul.procedure li {
    width: calc(50% - 5px);
    background: #f1f1f1;
    border-radius: 25px 25px 0 25px;
    padding: 35px 0;
    text-align: center;
    margin-right: 10px;
    box-sizing: border-box;
  }
  #supportJudgement .cont ul.procedure li:nth-child(2n) {
    margin-right: 0;
  }
  #supportJudgement .cont ul.procedure li:nth-child(3) {
    margin-top: 16px;
  }
  #supportJudgement .cont ul.procedure li:nth-child(4) {
    margin-top: 16px;
  }
  #supportJudgement .cont ul.step li .right {
    padding: 20px 20px 20px 37px;
  }
  #supportJudgement .cont ul.step li .right h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #supportJudgement .cont ul.step li .right h3 span {
    display: block;
    font-size: 15px;
    padding-top: 10px;
  }
  #supportJudgement .cont ul.step li .right p {
    font-size: 15px;
  }
  #supportJudgement .cont ul.step li .left {
    padding: 0 24px;
  }
  #supportJudgement .cont ul.step li .left h2 {
    font-size: 24px;
  }

  .mypage .bg-gray2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    /* width: 33.333%; */
  }
  #supportApply .mypage .bg-gray2 ul li {
    width: 31%;
  }
  #supportApply .mypage .bg-gray2 ul li:nth-child(4) {
    margin-left: 15%;
    margin-top: 25px;
    box-sizing: border-box;
  }
  #supportApply .mypage .bg-gray2 ul li:nth-child(5) {
    margin-right: 15%;
    margin-top: 25px;
    box-sizing: border-box;
  }
  #supportApply .mypage .bg-gray2 ul li img {
    display: block;
    margin: 0 auto;
  }

  /* #supportPremium #articleWrap .bg-gray ul { justify-content: space-between; } */
  #supportPremium #articleWrap .bg-gray ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  #supportPremium #articleWrap .bg-gray ul li:nth-child(4n) {
    margin-right: 0;
  }
  #supportPremium #articleWrap .bg-gray2 ul li:nth-child(5),
  #supportPremium #articleWrap .bg-gray2 ul li:nth-child(6),
  #supportPremium #articleWrap .bg-gray2 ul li:nth-child(7),
  #supportPremium #articleWrap .bg-gray2 ul li:nth-child(8),
  #supportPremium #articleWrap .bg-gray2 ul li:nth-child(9),
  #supportPremium #articleWrap .bg-gray2 ul li:nth-child(10) {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #supportPremium #articleWrap .bg-gray2 ul li:nth-child(9) {
    margin-left: 20%;
  }
  #supportPremium #articleWrap .bg-gray2 ul li:nth-child(10) {
    margin-right: 20%;
  }

  #excutive .section2 .record .left h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #excutive .section2 .record .left p {
    font-size: 24px;
  }
  #excutive .section2 .record .right h4 {
    font-size: 18px;
  }
  #excutive .section2 .record .right p {
    font-size: 15px;
  }

  .excutive2 #articleWrap .cont li span {
    font-size: 1.8vw;
  }
  .excutive2 #articleWrap .record h3 {
    font-size: 24px;
  }
  .excutive2 #articleWrap .record table tr {
    font-size: 15px;
  }
  .excutive2 #articleWrap .record table tr th {
    padding: 10px;
    width: 100px;
  }
  .excutive2 #articleWrap .record table tr td {
    padding: 10px;
  }

  .mypage .bg-gray2 {
    padding: 25px;
  }
  .bg-gray p {
    font-size: 14px;
  }
  .mypage .join-wrap ul li {
    display: block;
  }
  .mypage .join-wrap .input-wrap {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }
  .mypage .join-wrap .input-wrap input {
    width: 100%;
  }
  .mypage .join-wrap ul li.address .input-wrap input {
    width: 123%;
  }
  .mypage .join-wrap ul li.birthday .input-wrap {
    width: 100%;
  }
  .mypage .join-wrap ul li.edu .input-wrap {
    width: 100%;
  }
  #mypagePaymentDetails .tbl_origin th {
    font-size: 15px;
  }
  #mypagePaymentDetails .tbl_origin td {
    font-size: 12px;
  }
  #mypagePaymentDetails .tbl_origin th:nth-child(1) {
    width: auto;
    text-align: left;
  }
  #mypagePaymentDetails .tbl_origin th:nth-child(4) {
    width: 127px;
  }
  #mypagePaymentDetails .tbl_origin .btn-down img {
    width: 10px;
  }
  #mypagePaymentDetails .tbl_origin .btn-down {
    background: #f5f5f5;
    border-radius: 25px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
  }

  #communityNews ul.list li {
    /* width: 48%; */
    flex: 1 1 48%;
    margin-top: 30px;
    margin-right: 2%;
  }
  #communityNews ul.list li:nth-child(2n) {
    margin-right: 0;
  }
  #communityNews ul.list li:nth-child(3n) {
    margin-right: 2%;
  }
  #communityNews ul.list li .txt-bx h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  #communityNews ul.list li .txt-bx p {
    padding-top: 20px;
  }

  #popup_layer {
    width: 570px;
    margin-left: -285px;
  }
  #popup_layer .imgWrap img {
    width: 100%;
    margin-top: 1%;
  }
  #popup_layer .charWrap .map #ajax4 {
    width: 446px !important;
  }
  .tbl_board th {
    padding: 10px;
  }
  .tbl_board td {
    padding: 10px;
  }
  .tbl_origin th {
    padding: 10px;
  }
  .tbl_origin td {
    padding: 10px;
  }
  .contentsView {
    padding: 15px 5px 15px 5px !important;
  }
  #formWrap .logo {
    top: 20px;
  }
  #formWrap .logo img {
    width: 103px;
  }
  .tbl_form {
    width: 100%;
  }
  .tbl_form th {
    padding-left: 0;
  }
  #online .btn_style6 {
    margin-top: 5px;
  }
  #reviewBox th {
    padding: 40px 10px;
  }
  .ul_preview li {
    height: 100px;
  }
  .ul_preview .prev {
    height: 100px;
    line-height: 100px !important;
  }

  #footer {
    font-size: 12px;
  }
  #footer .footerWrap {
    flex-direction: column-reverse;
  }
  #footer .copyRight ul.pc {
    display: none;
  }
  #footer .copyRight ul.mo {
    display: block;
  }
  #footer .sns-group {
    margin-bottom: 35px;
  }

  #footer .copyRight {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .col-6 {
    width: 100%;
    margin-bottom: 2em;
  }
  #popup_layer {
    width: 380px;
    margin-left: -190px;
  }
  #popup_layer .titWrap .tit {
    padding: 10px 20px 10px 100px;
  }
  #popup_layer .cttWrap {
    padding: 30px;
  }
  #popup_layer .charWrap .map #ajax4 {
    width: 318px !important;
  }
  .gnb_m > li > a {
    display: block;
    position: relative;
    padding: 11px 50px 11px 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
    border-top: 1px solid #297dad;
    background: #297dad;
    transition: 0.4s;
  }
  .gnb_m .depth2 > ul > li > a {
    padding: 11px 32px 11px;
  }
  #index .section4 .row1 {
    margin-top: 20rem !important;
  }
  #introIndex .intro_back {
    height: 300px;
  }
  #introHistory #articleWrap .section1 .right {
    width: 100%;
  }
  #introHistory #articleWrap .section1 .right p {
    font-size: 25px;
  }
  .bg-gray p {
    font-size: 12px;
  }
  .mypage .join-wrap .input-wrap input {
    width: 100%;
  }
  #excutive .section1 .flex {
    flex-direction: column;
  }
  #excutive .section1 .flex div {
    width: auto !important;
    margin-bottom: 2rem;
  }
  #mypageWithdrawal .bg-gray .btn-wrap button {
    padding: 8px 16px 8px 35px;
    font-size: 20px;
    background-image: url(/assets/images/arrow_down.png);
    background-position: 16px 50%;
    background-repeat: no-repeat;
    font-size: 15px;
  }
  #supportSearch #articleWrap .tbl_origin th {
    font-size: 15px;
  }
  #supportSearch #articleWrap .tbl_origin th:nth-child(1) {
    width: 85px;
  }
  #supportSearch #articleWrap .tbl_origin th:nth-child(3) {
    width: 85px;
  }
  #supportSearch #articleWrap .tbl_origin td {
    font-size: 15px;
  }
  #organ-tab .menu .cont li a {
    font-size: 15px;
  }
  .tbl_board td.label span {
    font-size: 12px;
    padding: 0;
  }
  .tbl_board th:first-child {
    width: 20%;
  }
  #communityNotice .search-wrap {
    display: block;
  }
  #communityNotice .search-wrap .input-wrap {
    margin-top: 10px;
  }
  #communityNotice .search-wrap .input-wrap input {
    width: calc(100% - 128px);
  }

  #communityNews .search-wrap {
    display: block;
  }
  #communityNews .search-wrap .input-wrap {
    margin-top: 10px;
  }
  #communityNews .search-wrap .input-wrap input {
    width: calc(100% - 128px);
  }

  #communityBoard .search-wrap {
    display: block;
  }
  #communityBoard .search-wrap .input-wrap {
    margin-top: 10px;
  }
  #communityBoard .search-wrap .input-wrap input {
    width: calc(100% - 128px);
  }

  #communityQna .search-wrap {
    display: block;
  }
  #communityQna .search-wrap .input-wrap {
    margin-top: 10px;
  }
  #communityQna .search-wrap .input-wrap input {
    width: calc(100% - 128px);
  }

  #communityFaq .search-wrap {
    display: block;
  }
  #communityFaq .search-wrap .input-wrap {
    margin-top: 10px;
  }
  #communityFaq .search-wrap .input-wrap input {
    width: calc(100% - 128px);
  }

  #introOrganization .section2 .record .right h4 {
    font-size: 20px;
  }
  #introOrganization .section2 .record .right p {
    font-size: 15px;
  }

  #border-pagination li a {
    width: 35px;
    height: 35px;
    padding-top: 6px;
    font-size: 13px;
  }
  #border-pagination li a img {
    width: 10px;
    padding-top: 7px;
  }
  .tbl_board tr th,
  .tbl_board tr td {
    font-size: 15px;
  }

  #supportJudgement .cont ul.procedure li {
    padding: 17px 0;
  }
  #supportJudgement .cont ul.procedure li .img-bx img {
    margin-bottom: 0;
  }
  #supportJudgement .cont ul.procedure li h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #supportJudgement .cont ul.procedure li p {
    font-size: 12px;
  }

  #supportJudgement .cont ul.step {
    margin-top: 15px;
  }
  #supportJudgement .cont ul.step li .right {
    padding: 10px 10px 10px 27px;
  }
  #supportJudgement .cont ul.step li .right h3 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  #supportJudgement .cont ul.step li .right h3 span {
    display: block;
    font-size: 14px;
    padding-top: 10px;
  }
  #supportJudgement .cont ul.step li .right p {
    font-size: 14px;
  }
  #supportJudgement .cont ul.step li .left {
    padding: 0 10px;
  }
  #supportJudgement .cont ul.step li .left h2 {
    font-size: 20px;
  }
  #supportJudgement .cont ul li .left::after {
    right: -10px;
    border-width: 5px 0 5px 10px;
  }
  #supportJudgement .cont ul.step li .right {
    padding: 10px 10px 10px 20px;
  }
  #supportPremium #articleWrap p .br1 {
    display: none;
  }
  #supportPremium #articleWrap p .br2 {
    display: block;
  }

  .mypage .join-wrap .radio-wrap .input-wrap .row2 > div {
    flex-grow: inherit;
  }

  #communityFaq .faq-wrap li .cat span {
    font-size: 15px;
    padding-left: 10px;
  }
  #organ-tab2 .menu .cont a {
    font-size: 15px;
  }
  #memberLogin .bg-gray,
  #memberJoin .bg-gray {
    padding: 95px 20px;
  }
  .article-login .login-wrap button {
    font-size: 15px;
  }
  .article-login .button-wrap button {
    font-size: 15px;
  }
  .mypage .join-wrap .button-wrap button {
    font-size: 15px;
  }
  .article-login .login-cont h2 {
    font-size: 40px;
    line-height: 140%;
  }
  .search-wrap .btn-select {
    display: flex;
    padding: 10px 10px;
    width: 72px !important;
  }
  #supportSearch #articleWrap .select-wrap select {
    width: 25%;
    /* min-width: 114px;  */
  }
  #introHistory #articleWrap .tab-wrap li a {
    background-image: none;
    text-align: center;
    padding: 10px;
    background-size: 13px;
    font-size: 15px;
  }
  #introHistory #articleWrap .tab-wrap li a.active {
    background-image: none;
  }

  #footer {
    padding: 20px 0;
  }
  .copyRight {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .copyRight ul li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  #index .section4 .row1 {
    margin-top: 30rem !important;
  }
  #mypageMembershipCard .card {
    width: 95%;
  }
  #mypageMembershipCard .card .left {
    padding: 4rem 1.3rem;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #mypageMembershipCard .card .right {
    align-items: center;
    font-size: 1.1rem;
    padding: 0 1.3rem;
  }
  #mypageMembershipCard .certif p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 430px) {
  #archiveSites #organ-tab2 .menu .cont a {
    font-size: 3vw;
  }
  #introOrganization .section2 .record .right ul li .img-wrap {
    margin-right: 10px;
  }
  #introOrganization .section2 .record .right h4 {
    font-size: 20px;
  }
  #introOrganization .section2 .record .right p {
    font-size: 15px;
  }
  #introHistory #articleWrap .tab-wrap li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  #archiveExamLibrary #articleWrap .search-wrap2 .input-bx input {
    width: calc(100% - 86px);
  }
  .search-wrap button {
    padding: 10px 10px;
  }

  #communityNotice .search-wrap .input-wrap input {
    width: calc(100% - 86px);
  }
  #communityNews .search-wrap .input-wrap input {
    width: calc(100% - 86px);
  }
  #communityBoard .search-wrap .input-wrap input {
    width: calc(100% - 86px);
  }
  #communityFaq .search-wrap .input-wrap input {
    width: calc(100% - 86px);
  }
  #communityQna .search-wrap .input-wrap input {
    width: calc(100% - 86px);
  }

  /* #index .section4 .row1 { margin-top: 25rem !important; } */
}

/* a 태그 초기화 스타일 */
.news-link-wrapper {
  display: block;
  /* 전체 영역 클릭을 위해 block으로 설정 */
  text-decoration: none;
  /* 기본 링크 밑줄 제거 */
  color: inherit;
  /* 기본 링크 색상(파란색) 방지, 부모 요소 색상 상속 */
}

/* 썸네일 배경 스타일 (이전과 동일) */
.news-thumb-bg {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  /* 썸네일 비율 (필요에 따라 height 값으로 대체 가능) */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}
