@charset "utf-8";
@import url("reset.css");

body.is_opened_fullpop {
  overflow: hidden !important;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.scroll_none {
  overflow: hidden;
}

.a11y {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: xx-small;
  color: transparent;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/*========================================================================================================================
	guaid
==========================================================================================================================
*/
.mgb5 {
  margin-bottom: 5px !important
}

.mgb10 {
  margin-bottom: 10px !important
}

.mgb20 {
  margin-bottom: 20px !important
}

.mgb30 {
  margin-bottom: 30px !important
}

.mgb40 {
  margin-bottom: 40px !important
}

.mgb50 {
  margin-bottom: 50px !important
}

.mgb60 {
  margin-bottom: 60px !important
}

.mgb70 {
  margin-bottom: 70px !important
}

.mgb80 {
  margin-bottom: 80px !important
}

.mgb90 {
  margin-bottom: 90px !important
}

.mgt5 {
  margin-top: 5px !important
}

.mgt10 {
  margin-top: 10px !important
}

.mgt20 {
  margin-top: 20px !important
}

.mgt30 {
  margin-top: 30px
}

.mgt40 {
  margin-top: 40px
}

.mgt50 {
  margin-top: 50px
}

.mgt60 {
  margin-top: 60px
}

.mgt70 {
  margin-top: 70px
}

.mgt80 {
  margin-top: 80px
}

.mgt90 {
  margin-top: 90px
}

.mgt100 {
  margin-top: 100px
}

/*margin-left*/
.mgl10 {
  margin-left: 10px
}

.mgl20 {
  margin-left: 20px
}

.mgl40 {
  margin-left: 40px
}

.mgl50 {
  margin-left: 50px
}

.mgl60 {
  margin-left: 60px
}

.mgl70 {
  margin-left: 70px
}

.mgl80 {
  margin-left: 80px
}

.mgl90 {
  margin-left: 90px
}

/*
=======================================================================
common
=======================================================================
*/

input[placeholder] {
  font-size: 14px
}

textarea[readonly] {
  background-color: #f7f7f7;
}

input[readonly] {
  background-color: #f7f7f7;
}

input[disabled] {
  background-color: #f7f7f7;
}

button {
  text-align: center;
}

input[type=checkbox] {
  width: 0;
  height: 0;
  appearance: none;
  position: absolute;
  text-indent: -99999px;
  border: none;
}

input[type=checkbox]+label {
  padding-left: 30px;
  position: relative;
  display: inline-block
}

input[type=checkbox]+label::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #cdcdcd;
  position: absolute;
  left: 0;
  top: 0;
}

input[type=checkbox]:checked+label::after {
  background: url(../img/checkbos.png) no-repeat center;
}

.al_center {
  text-align: center;
}

.al_right {
  text-align: right;
}

.red {
  color: #d8191f;
}

.txt-underline {
  text-decoration: underline !important;
}

.txt-sm {
  font-size: 13px !important;
  font-weight: 200 !important;
}

.tb {
  display: table;
  width: 100%;
}

.tb>div {
  display: table-cell;
  text-align: center;
  width: 50%;
}

.tb>div.right {
  text-align: right;
}

.tb>div.left {
  text-align: left;
}

.tb.type3>div {
  width: 33.333%;
}

.tb.type4>div {
  width: 25%;
}

.tb.type5>div {
  width: 20%;
}

.tb.type6>div {
  width: 16.5%;
}

.form_type {
  width: 100%;
}

.form_type .title {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form_type input[type=text],
.form_type input[type=password],
.form_type input[type=tel] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 13px;
  padding: 12px 0;
  height: 48px;
}

.form_type input[type=text].fail,
.form_type input[type=password].fail,
.form_type input[type=tel].fail {
  border-color: #c9242b;
}

.form_type>div {
  margin-top: 25px;
}

.form_type .form_cmt {
  font-size: 13px;
  margin-top: 10px;
}

.form_type.type1 input[type=text],
.form_type.type1 input[type=password],
.form_type.type1 input[type=tel] {
  border: 1px solid #b4b4b4;
  padding-left: 20px;
  padding-right: 20px;
}

.form_type.type1 input[type=text].fail,
.form_type.type1 input[type=password].fail,
.form_type.type1 input[type=tel].fail {
  border-color: #c9242b;
}

.form_type.type1>div {
  margin-top: 8px;
}

.form_type .required.pw input {
  background: url(../img/icon_show.png) no-repeat right center;
}

.form_type .required.pw input.fail {
  background: url(../img/icon_show_fail.png) no-repeat right center;
}

.form_type .required.pw input.bg-none {
  padding-right: 30px;
  background: none;
}

.form_type .required .title {
  position: relative;
  display: inline-block;
  width: auto;
}

.form_type .required .title::after {
  content: "*";
  color: #c9242b;
  position: absolute;
  right: -12px;
  top: 3px;
}

.form_type .required.type-2 {
  position: relative;
}

.form_type .required.type-2>img {
  position: absolute;
  bottom: 49px;
  right: 0;
}

.tooltip {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_tooltip.svg) 0 0/contain no-repeat;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -2px;
}

.red .tooltip {
  background: url(../img/icon_tooltip_red.svg) 0 0/contain no-repeat;
}

.notice {
  font-size: 14px;
}

.notice li {
  position: relative;
  word-break: keep-all;
  margin-bottom: 10px;
  padding-left: 30px;
}

.notice li .tooltip {
  position: absolute;
  left: 0;
  top: 1px;
  margin: 0;
}

.notice .red li {
  color: #c9242b;
}

.notice.small {
  font-size: 13px;
}

/* .notice.small li {
	padding-left: 25px;
	line-height: 15px;
	margin-bottom: 13px;
} */
.notice.small .tooltip {
  width: 20px;
  height: 20px;
  margin-right: 5px;

}

.accodian {
  position: relative;
}

.accodian label {
  padding-right: 30px;
}

.accodian .acc_btn {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 0;
  background: url(../img/acc_off.png);
}

.accodian .acc_btn.on {
  background: url(../img/acc_on.png);
}

.accodian .acc_conts {
  margin-top: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 200;
  color: #515151;
  display: none;
  /* 230120 공지사항 페이지(웹/모바일 공통) 줄간격 넓게: line-height 추가 */
  line-height: 1.7;
}

/* 2022-06-21 수정사항 반영 */
.table_type.type-2 .accodian .acc_conts {
  font-size: 15px;
  color: #111111;
}

.table_type.type-2 .acc_title {
  font-size: 16px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 0;
  right: 0;
  border-radius: 34px;
  bottom: 2px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: all .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0px;
  bottom: -3px;
  background-color: white;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 50%;
  border: 1px solid #000;
  transform: translateX(0);
}

input:checked+.slider {
  background-color: #c9242b;
}

input:focus+.slider {
  box-shadow: 0 0 1px #c9242b;
}

input:checked+.slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.hide {
  display: none;
}

.textarea_wrap {
  background-color: #f7f7f7;
  height: 100px;
}

.textarea_wrap textarea {
  height: 70px;
  overflow-y: auto;
  border: none;
  background-color: #f7f7f7;
  font-size: 13px;
  font-weight: 200;
}

.textarea_wrap span {
  font-size: 13px;
  font-weight: 200;
  display: inline-block;
  padding: 0px 10px 15px 10px;
}

.radios>div {
  margin-bottom: 10px;
}

.btn_wrap>div:first-child {
  padding-right: 5px;
}

.btn_wrap>div:first-child button {
  background-color: #b9b9b9;
}

.btn_wrap>div:last-child {
  padding-left: 5px;
}

div.intro p.section_title {
  font-size: 30px;
}

.section_title {
  text-align: center;
  font-size: 30px;
  padding-bottom: 70px;
  position: relative;
  margin-top: 50px;
}

.section_title:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #000000;
  bottom: 0;
  left: 50%;
}

.section_title span {
  font-weight: 900;
}

.btn_wrap {
  text-align: center;
}

.btn_type {
  width: 100%;
  max-width: 380px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  color: #fff;
  background: #2f2f2f;
  text-align: center;
}

.btn_type.red {
  background: #d8191f;
}

.pg_title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  padding-top: 50px;
}

.pagenation {
  overflow: hidden;
  margin: 0 auto;
  width: fit-content;
  margin-top: 60px;
}

.pagenation ul {
  overflow: hidden;
  float: left;
}

/* 230120 페이지 이동 버튼 여백 확대: 가로 세로, 여백 값 수정 START */
.pagenation a {
  float: left;
  /* width: 30px;
  height: 30px;
  line-height: 30px; */
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #e3e3e3;
  /* margin-left: 5px; */
  margin-left: 10px;
}

.pagenation ul li {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  /* width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px; */
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}

/* 230120 페이지 이동 버튼 여백 확대: 가로 세로, 여백 값 수정 END */

.pagenation ul li.on a {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-weight: 900;
}

.pagenation .first {
  background: url(../img/ico_first.png) no-repeat center/ auto 7px;
}

.pagenation .prev {
  background: url(../img/ico_prev.png)no-repeat center/ auto 7px;
  margin-left: 0;
}

.pagenation .next {
  background: url(../img/ico_next.png)no-repeat center/ auto 7px;
}

.pagenation .last {
  background: url(../img/ico_last.png)no-repeat center/ auto 7px;
}

.pagenation.type2 li a {
  background-color: #f0f0f0;
  color: #6f6f6f;
}

.pagenation.type2 li.on a {
  color: #000;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}

.pagenation.type2 .next {
  background: url(../img/ico_next.png)no-repeat center/ auto 7px;
}

.for_m {
  display: none;
}

.for_pc {
  display: block;
}

.swiper {
  overflow: hidden;
}

.swiper_wrap {
  overflow-x: hidden;
}

.datepicker_wrap {
  position: relative;
  padding-right: 30px;
}

.datepicker_wrap::after {
  content: "";
  width: 17px;
  height: 15px;
  background: url(../img/icon_datepicker.png) no-repeat center / contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
}

.intro .swiper-button-prev {
  background: url(../img/arr_prev.png) no-repeat center / contain;
  width: 20px;
}

.intro .swiper-button-next {
  background: url(../img/arr_next.png) no-repeat center / contain;
  width: 20px;
}

/*.intro .photo{*/
/*	width: 100%;*/
/*	overflow: hidden;*/
/*}*/
/*.intro .photo > div {*/
/*	overflow: hidden;*/
/*	width: 114%;*/
/*	margin-left: -7%;*/
/*}*/
/*.intro .photo > div .swiper-slide{
	width: calc( 12.5% - 8.8px );
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.intro .photo > div .swiper-slide:last-child{
	margin-right: 0;
}*/
.img {
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
}

.img img {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

/*3:2*/
.img.type1 {
  width: 100%;
  padding-top: 66.66%;
}

/*1:1*/
.img.type2 {
  width: 100%;
  padding-top: 100%;
}

/*4:3*/
.img.type3 {
  width: 100%;
  padding-top: 75%;
}

.img_list li a {
  font-size: 20px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.img_list li a>div p,
.img_list li a>div .subject {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

.img_list.type_rank li a .rank_cont {
  position: relative;
  padding-left: 0;
}

.img_list.type_rank li a>.img_div,
.daul_inner>div .img_list li a>.img_div:last-child {
  padding: 0;
}

.img_list li a>div {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}

.img_list li a>div.img_div {
  overflow: hidden;
  width: 160px;
  padding-left: 0;
}

.img_list li a>div.img_div>div {
  float: left;
}

.img_list li.point a {
  display: block;
  overflow: hidden;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.img_list li.point a>div:nth-of-type(1) {
  float: left;
  display: block;
  width: calc(33% - 10px);
  margin: -1px 0;
}

.img_list li.point a>div:nth-of-type(2) {
  float: left;
  display: block;
  width: calc(67% + 10px);
  padding-left: 20px;
  padding-top: 25px;
}

.img_list.type3 li {
  display: inline-block;
  float: left;
  width: 100%;

}

.img_list.type3 li a {
  font-size: 18px;
  display: block;
  width: 100%;
}

.img_list.type3 li a>div {
  display: block;
  width: 100%;
}

.img_list.type3 {
  overflow: hidden;
}

.img_list.type3.part5 li p {
  margin-top: 8px;
}

.img_list.type3.part5 li {
  width: calc(17% - 46px);
  margin-right: 50px;
  font-size: 16px;
  font-weight: 200;
}

.img_list.type3.part3 li {
  width: calc(33.33% - 27px);
  margin-right: 40px;
}

.img_list.type3.part3 li a {}

.img_list.type3.part3 li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

/* .main .img_list.type3.part3 li p {
	height: 4.8em;
} */
.img_list.type3 li:last-child {
  margin-right: 0;
}

.conts_width {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* 2022-06-22 수정사항 반영 */
.img_list.img_list li a>div {
  position: relative;
}

.img_list.img_list li a>div>span {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 300;
}

@media(min-width: 1200px) {
  .img_list.img_list li a>div>span {
    left: 20px;
  }
}

header {
  border-bottom: 1px solid #d4d4d4;
}

header.fixed {

  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9;
  top: 0;
  left: 0
}

.nav_wrap {
  display: inline-block;
  width: 100%;
  height: 70px;
}

nav {
  border-bottom: 1px solid #d4d4d4;
}

nav.fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9;
  top: 0;
  left: 0
}

/* 230120 GNB 간격 조정 START */

/* nav .gnb {
  display: flex;
}

nav .gnb>div {
  flex: 1;
  padding: 20px 0;
  font-size: 19px;
}

nav .gnb>div:nth-of-type(10) {
  flex: 1.3;
}

nav .gnb>div:nth-of-type(11) {
  flex: 0.5;
  text-align: right;
}

nav .gnb>div:nth-of-type(12) {
  flex: 0.5;
  text-align: right;
} */

nav .gnb {
  display: flex;
}

nav .gnb>div {
  padding: 20px 0;
  font-size: 19px;
}

nav .gnb .gnb_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 880px;
  margin-right: 80px;
}

nav .gnb .keyword_now {
  width: 138px;
}

nav .gnb .search,
nav .gnb .hamberger_b {
  width: 53px;
  text-align: right;
}

nav .search a {
  font-size: 0;
  text-indent: -999999999px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(../img/main_search.svg) no-repeat center / contain;
}

header .search a {
  font-size: 0;
  text-indent: -999999999px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/main_search.svg) no-repeat center / contain;
}

nav .keyword_now {
  position: relative;
}

/* 230120 GNB 간격 조정 END */

/* nav .hide_area li:first-child{
	position: relative;
} */
/* nav .hide_area li:first-child::after{
	content: "";
	background: url(../img/arr_main.png) no-repeat center;
	width: 10px;
	height: 10px;
	right: 0;
	top: 7px;
	position: absolute;
	transform: rotate(180deg);
} */
nav .hide_area {
  display: none;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 2;
  padding: 20px 17px;
  width: 110%;
  font-size: 16px;
  right: 0;
  border: 1px solid #d6d6d6;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
}

nav .hide_area a strong {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

nav .hide_area a {
  font-size: 14px;
  font-weight: 200;
}

nav .real_time_wrap {
  overflow: hidden;
  width: 100%;
  min-width: 150px;
  height: 26px;
  position: relative;
  background: url(../img/arr_main.png) no-repeat right 10px;
}

nav .real_time {
  position: absolute;
  top: 0;
  font-weight: 200;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
  padding-right: 20px;

  cursor: pointer;
}

nav .real_time li {
  width: 100%;
  max-width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
}

header .logo span {
  text-indent: -999999px;
  font-size: 0;
  overflow: hidden;
  display: none;
}

header .for_m li {
  display: inline-block;
}

header .conts_width.header_conts {
  padding-bottom: 15px;
}

nav .hamberger_b button,
header .hamberger_b button {
  font-size: 0;
  text-indent: -999999999px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 25px;
  background: url(../img/css_sprites.png) no-repeat;
  /* background-position: -212px -60px; */
  background-position: 31% 43.1%;
  background-size: 230% 2500%;
  ;
}

.header_conts {
  display: table;
  width: 100%;
  padding: 50px 0 15px;
}

.header_conts>div {
  display: table-cell;
  width: 25%;
  vertical-align: bottom;
}

.header_conts>div:nth-of-type(1) {
  color: #666666;
  font-size: 12px;
  font-weight: 200;
}

.header_conts>div:nth-of-type(3) {
  text-align: right;
}

.header_conts>div:nth-of-type(2) {
  text-align: center;
  width: 50%;
}

.header_conts .user {
  font-weight: 200;

}

.header_conts .user a {
  padding-right: 30px;
  background: url(../img/ico_user.png) no-repeat right 5px center;
}

.header_conts .sns,
.lnb .sns {
  margin-top: 15px;
}

.header_conts .sns li,
.lnb .sns li {
  width: 33px;
  height: 33px;
  background: #2f2f2f;
  border-radius: 50%;
  display: inline-block;
  margin-left: 3px;
  background: url('../img/css_sprites.png') no-repeat #2f2f2f;
  background-size: 160% 1900%;
}

.header_conts .sns li a,
.lnb .sns li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.header_conts .sns li:nth-of-type(1),
.lnb .sns li:nth-of-type(1) {
  /* background-position: -106px -10px; */
  background-position: -1% 30%;
}

.header_conts .sns li:nth-of-type(2),
.lnb .sns li:nth-of-type(2) {
  /* background-position: -10px -74px; */
  background-position: 10% 5.5%;
}

.header_conts .sns li:nth-of-type(3),
.lnb .sns li:nth-of-type(3) {
  /* background-position: -159px -63px; */
  background-position: 10% 0%;
}

.header_conts .sns li:nth-of-type(4),
.lnb .sns li:nth-of-type(4) {
  /* background-position: -159px -10px; */
  background-position: 9% 36.5%;
}

.header_conts .sns li:nth-of-type(5),
.lnb .sns li:nth-of-type(5) {
  /* background-position: -63px -74px; */
  background-position: -8% 23.5%;
}

footer {
  border-top: 1px solid #d4d4d4;
}

footer .footer1 {
  background-color: #2f3338;
  padding: 80px 0;
}

footer .footer1 * {
  color: #b8b8b8;
}

footer .footer1 .row>div {
  display: inline-block;
  margin-bottom: 30px;
}

footer .footer1 .row>div:last-child {
  margin-bottom: 0;
}

footer .footer1 .row:last-child>div {
  margin-bottom: 0;
}

footer .footer1 .row>div:first-child {
  width: 135px;
  font-weight: 900;
  font-size: 20px;
  border-right: 1px solid #5f6266
}

footer .footer1 .row>div ul {
  padding-left: 35px;
}

footer .footer1 .row>div li {
  margin-left: 15px;
  display: inline-block;
  font-size: 16px;
}

/* 230120 하단 메뉴 주변 여백 확대 START */
footer .footer1 .row>div li>a {
  display: block;
  padding: 10px 5px 10px 0;
}

/* 230120 하단 메뉴 주변 여백 확대 END */

footer .footer2 .footer_nav {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 150px;
  border-bottom: 2px solid #494949;
  position: relative;
}

footer .footer2 .footer_nav>div {
  display: inline-block;
  margin-right: 60px;
}

footer .footer2 .footer_nav .logo {
  position: absolute;
  top: 30px;
  right: 0;
  margin-right: 0;
}

footer .footer2 .info {
  padding: 45px 150px 80px 0;
  font-weight: 350;
  position: relative;
  word-break: keep-all;

}

footer .footer2 .info .logo {
  /* margin-top: 20px; */
  margin-left: -23px;
}

footer .footer2 .info .footer_img {
  position: absolute;
  right: -7px;
  top: 30px;
}

footer .footer2 .info span {
  position: relative;
  display: inline-block;
}

/* footer .footer2 .info span::after{
	content: " ";
	position: absolute;
	right: 0;
	width: 1px;
	height: 10px;
	background-color: rgba(0,0,0,0.4);
	top: 7px;
} */
footer .footer2 .info span:last-child:after {
  width: 0
}

.lnb {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow-y: auto;
  background-color: #fff;
  z-index: 99;
}

.lnb .lnb_conts .al_center img {
  width: 140px;
}

.lnb .lnb_conts>div {
  padding-left: 30px;
  padding-right: 30px;
}

.lnb .lnb_head {
  padding-top: 18px;
  padding-bottom: 15px;
}

.lnb .user a {
  padding-left: 25px;
  background: url(../img/ico_user.png) no-repeat left center / contain;
}

.lnb .member {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  display: table;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;

}

.lnb .member * {
  font-size: 15px;
}

.lnb .member>div {
  display: table-cell;
}

.lnb .member>div button.login {
  margin-right: 10px;
  padding-left: 15px;
  background: url(../img/ico_login.png) no-repeat left center / 9px;
}

.lnb .member>div button.logout {
  margin-right: 10px;
  padding-left: 20px;
  background: url(../img/ico_logout.png) no-repeat left center/ 15px;
}

.lnb .member>div:last-child {
  text-align: right;
}

.lnb .lnb_list {
  overflow: hidden;
}

.lnb .lnb_list>div {
  width: 33.3333%;
  float: left;
  padding: 10px 0;
}

.lnb .lnb_list.part1 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.lnb .lnb_list.part1 a {
  font-size: 18px;
  font-weight: 900;
}

.lnb .lnb_list.part2 p {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
}

.lnb .lnb_list.part2 li {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.lnb .lnb_list.part2 {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lnb .lnb_fotter {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.lnb .lnb_fotter {
  padding-top: 20px;
  padding-bottom: 20px;
}

.lnb button.close {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 15px;
  height: 15px;
  /* background: url(../img/btn_close.png) no-repeat center; */
  background: url(../img/css_sprites.png) no-repeat;
  /* background-position: -212px -139px; */
  background-position: 26% 12.4%;
  background-size: 300% 3200%;
}

.lnb .lnb_fotter div {
  display: inline-block;
  text-align: center;
  margin: 5px 15px;
}

.lnb .lnb_fotter a {
  font-size: 13px;
}

.lnb .sns {
  padding-bottom: 35px;
  text-align: center;
}

.lnb .sns li {
  width: 25px;
  height: 25px;

}

/*
=======================================================================
popup
=======================================================================
*/

.layer_popup {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layer_popup.on {
  display: block;
}

.layer_popup .popup {
  position: absolute;
  width: 100%;
  max-width: 480px;
  background: #fff;
  top: 50%;
  left: 50%;
}

.layer_popup .bt-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
  overflow: hidden;
}

.layer_popup button {
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  outline: 0;
  text-align: center;
  cursor: pointer;
}

.layer_popup .pop_header {
  padding-left: 30px;
  padding-right: 30px;
}

.layer_popup .pop_header .header_conts {
  position: relative;
  border-bottom: 2px solid #000;
  padding: 25px 0 20px 0;
}

.layer_popup .pop_header .header_conts a {
  display: inline-block;
  width: 117px;
  width: 120px;
  height: 35px;
  background: url('../img/logo.svg') left bottom/contain no-repeat;
}

.layer_popup .pop_header .header_conts a img {
  display: none;
}

.layer_popup .cont_title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-top: 30px;
}

.layer_popup .cont_title.border_b {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}

.layer_popup .pop_btn {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  color: #fff;
  background: #2f2f2f;
  text-align: center;
}

.layer_popup .pop_btn.dark {
  background: #2f2f2f;
}

.layer_popup .pop_close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/css_sprites.png) no-repeat;
  /* background-position: -212px -139px; */
  background-position: 27% 12.4%;
  background-size: 300% 3300%;
  position: absolute;
  right: 0;
  top: calc(50% - 8px)
}

.layer_popup .conts {
  padding-bottom: 60px;
}

.layer_popup .conts .cont_sub_tit {
  text-align: center;
  margin: 15px 0 35px 0;
}

.layer_popup .basic_wrap {
  padding-left: 25px;
  padding-right: 25px;
}

.layer_popup .deep_wrap {
  padding: 0 60px;
}

.layer_popup.h_full .popup {
  top: 10px;
  height: calc(100vh - 20px);
  overflow-y: auto;
}

.layer_popup .scroll_area {
  padding-right: 30px;
  padding-left: 30px;
}

.layer_popup.h_full .scroll_area {}

.layer_popup .btm_box {
  padding-top: 15px;
  border-top: 1px solid #000;
  font-size: 14px;
}

.layer_popup .btm_box .left {
  line-height: 21px;
}

.layer_popup .btm_box a {
  padding-right: 20px;
  line-height: 22px;
  background: url(../img/arrow.png) no-repeat right 4px;
}

.layer_popup .btn_small {
  background-color: #2f2f2f;
  border-radius: 30px;
  padding: 2px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 200;
}

.layer_popup .btn_small.gray {
  background-color: #b9b9b9;
}

/*
=======================================================================
default-layer 본페이지 수정 css 추가
=======================================================================
*/
.layer_popup.default-layer {
  position: static;
  display: block !important;
  height: auto;
  padding: 80px 0 120px;
  background: none;
}

.layer_popup.default-layer .popup {
  position: static;
  top: 0;
  left: 0;
  height: auto;
  transform: none !important;
  margin: 0 auto !important;
}

.default-layer.h_full .popup {
  overflow: visible;
  max-height: 100% !important;
  height: auto !important;
}

/*
=======================================================================
intro
=======================================================================
*/
.gray_box {
  background-color: #f6f7f7;
}

/* .intro .pg_title {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	padding-top: 50px;
} */
.intro .gray_box span {
  vertical-align: middle;
}

.intro .gray_box span.acc_btn {
  top: 3px
}

.intro .intro_cmt {
  font-size: 32px;
  text-align: center;
  background: url(../img/bg_txt.png) no-repeat center / contain;
  padding: 20px 70px;
  margin: 25px 0 50px 0;
}

.intro .lang button.on span {
  border-bottom: 1px solid #969696;
}

.intro .lang button {
  position: relative;
  padding: 0 10px;
  font-size: 18px;
  /*padding-left: 40px;*/
  /*background: url(../img/lang_ko.png) no-repeat 10% center;*/
}

.intro .lang button:nth-of-type(2):after,
.intro .lang button:nth-of-type(3):after {
  content: "";
  width: 1px;
  height: 15px;
  top: 5px;
  position: absolute;
  background-color: #969696;
  left: 0;
}

.intro .lang button:nth-of-type(2) {
  /*background: url(../img/lang_eng.png) no-repeat 10% center;*/
}

.intro .lang button:nth-of-type(3) {
  /*background: url(../img/lang_jp.png) no-repeat 10% center;*/
}

.intro>.gray_box {
  padding: 50px 0;
}

.intro>.gray_box>.red {
  font-size: 30px;
  margin-bottom: 20px;
}

.intro .redir_tab {
  margin-top: 25px;
  margin-bottom: 90px;
}

.intro .redir_tab>div {
  padding: 0 4px;
}

.intro .redir_tab a {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  border-bottom: 1px solid #5a5a5a;
  color: #5a5a5a;
}

.intro .redir_tab .on a {
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: 600;
}

.intro .part1 .imgs {
  max-width: 780px;
  margin: 15px auto 0 auto;
}

.intro .part1 .imgs>div {
  vertical-align: bottom;
  font-size: 0;

}

.intro .part1 .imgs>div>img {
  height: 30px;
}

.intro .part2 .keywords {
  margin-top: 20px;
  margin-bottom: 45px;
}

.intro .part2 .keywords>span {
  display: inline-block;
  padding: 15px 0;
  width: 205px;
  text-align: center;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.intro .part2 .keywords>span:nth-of-type(2),
.intro .part2 .keywords>span:nth-of-type(3) {
  margin-left: -30px;
}

.intro .part2 .gray_box {
  padding: 50px 0;
}

.intro .part2 .gray_box .red {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url(../img/arrow_red.png) no-repeat center bottom;
}

.intro .part2 .gray_box img {
  max-width: 992px;
  margin: 50px auto 0 auto;
}

.intro .part3 .gray_box {
  padding: 50px 0;
}

.intro .part3 .gray_box .accodian label {
  font-size: 15px;
  font-weight: 200;
  line-height: 19px;
}

.intro .part3 .context_box {
  max-width: 500px;
  padding: 50px 60px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.intro .part3 .context_box .tit {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.intro .part3 .context_box .sub {
  text-align: center;
  margin-top: 10px;
}

.intro .part3 .info {
  margin-top: 30px;
  margin-bottom: 40px;
}

.intro .top_box {
  padding: 50px 0;
}

.intro .map {
  width: 100%;
  height: 400px;
  background-color: #f1f1f1;
}

.intro .acc_conts {
  border: none;
  font-size: 12px;
}

.intro .acc_conts P,
.intro.ko .acc_conts P,
.intro.en .acc_conts P {
  font-size: 12px;
  word-break: break-all;
}

.intro .part3 .acc_conts .tit {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
}

.intro .part3 .acc_conts table th {
  border-top: 1px solid #000;

}

.intro .acc_conts table {
  margin-top: 10px;
}

.intro .acc_conts table td,
.intro .acc_conts table th {
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  padding: 5px 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #e3e3e3;
  word-break: break-all;
}

.intro .acc_conts table td:first-child,
.intro .acc_conts table th:first-child {
  border-left: none
}

.intro .acc_conts table td {
  background-color: #f7f7f7;
}

.intro .swiper_wrap {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 68px;
  border-bottom: 1px solid #e3e3e3;
}

.intro .swiper_wrap .swiper-button-prev {
  top: auto;
  bottom: 30px;
  left: calc(50% - 40px);
}

.intro .swiper_wrap .swiper-button-next {
  top: auto;
  bottom: 30px;
  right: calc(50% - 40px);

}

.intro * {
  word-break: keep-all;
}

.intro .container {
  padding-bottom: 60px;
}

.intro .swiper .swiper-wrapper {
  /*margin-left: 7%;*/
}

.intro .swiper {
  width: 100%;
}

.intro .swiper {
  width: 100%;
}

.intro.jp .redir_tab a,
.intro.en .redir_tab a {
  font-size: 18px;
}

.intro.jp .part2 .keywords>span,
.intro.en .part2 .keywords>span {
  font-size: 16px;
}

.intro .part3 .btn_wrap {
  text-align: center;
}

.intro.ko p,
.intro.en p {
  font-size: 16px;
}

.intro.ko .gray_box div,
.intro.en .gray_box div {
  font-size: 16px;
}

.intro .part4 p {
  font-size: 15px;
}

.intro .top_box p.red {
  font-size: 30px;
  margin-bottom: 20px;
}

/*
=======================================================================
login
=======================================================================
*/
.login .login_box {}

.login .kakao {
  background: url(../img/kakao.svg) 20px center/auto 17px no-repeat #fee500;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.login .naver {
  border: 1px solid #04cf5c;
  color: #04cf5c;
  background: url(../img/naver.png) 20px center/auto 15px no-repeat, #fff;
  font-size: 15px;
  font-weight: 400;
}

.login p.email {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
}

.login p.email>span {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  z-index: 5;
  top: 6px;
  left: calc(50% - 60px);
  position: absolute;
}

.login p.email::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ededed;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 0;
}

.login .remem_id {
  margin-top: 20px;
  font-size: 13px;
}

.login .find_area {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 35px;
}

.login .find_area a {
  font-size: 13px;
}

.login .find_area>div:first-child {
  position: relative;
}

.login .find_area>div:first-child:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background-color: #ededed;
  right: 3px;
  top: 5px;
}

/*
=======================================================================
email_none
=======================================================================
*/


.email_none .gray_box {
  padding: 25px 0;
  background-color: #f0f0f0;
  border: 1px solid #e1e1e1;
  margin-bottom: 45px;
}

.email_send .btm_box.tb div.right {
  width: 35%;
}

/*
=======================================================================
이메일 발송안내
=======================================================================
*/
.send_mail .mail_icon {
  position: relative;
  height: 60px;
  width: 100%;
  margin-bottom: 20px;
}

.send_mail .mail_icon>.img_wrap {
  position: absolute;
  left: calc(50% - 60px);
  padding: 0 30px;
  background-color: #fff;
  z-index: 9;
}

.send_mail .mail_icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ededed;
  left: 0;
  top: 50%;
  z-index: 1;
}

/*
=======================================================================
회원가입
=======================================================================
*/
.join .btm_box {
  margin-top: 45px;
}

.join .btm_box.tb>div:first-child {
  width: 60%;
}

.join .kakao {
  position: relative;
}

.join .kakao .add_cmt {
  position: absolute;
  top: -45px;
  right: 0;
  display: inline-block;
  padding: 10px 15px 20px 15px;
  background: url(../img/bg_word.png) no-repeat center / contain;
  color: #fee500;
  font-size: 12px;
  font-weight: 200;
}

.join_step .term,
.user_info .term {
  font-size: 14px;
  font-weight: 200;
  border-top: 1px solid #000;
  padding-top: 20px;
}

.join_step .all_check,
.user_info .all_check {
  margin-bottom: 25px;
  border-top: 1px solid #000;
  padding-top: 15px;
}

.join_step .check_item,
.user_info .check_item {
  position: relative;
  margin-bottom: 12px;
  font-size: 14px;
}

.join_step .acc_conts,
.user_info .acc_conts {
  max-height: 110px;
  overflow-y: auto;
  font-size: 12px;
}

.email_send .btm_wrap {
  margin-top: 45px;
}


/*
=======================================================================
계정정보
=======================================================================
*/
.user_info .sns_login {
  border-radius: 50px;
  padding: 10px 20px 10px 66px;
  font-size: 15px;
  font-weight: 400;
  position: relative;

}

.user_info .sns_login.email {
  background-color: #2f2f2f;
  padding: 10px 20px;
}

.user_info .sns_login.email span {
  color: #fff !important;
  font-size: 13px;
  font-weight: 200;
}

.user_info .sns_login.kakao {
  background: url(../img/kakao.svg) no-repeat 20px center/auto 17px, #fee500;
  color: #000;
}

.user_info .sns_login.naver {
  border: 1px solid #04cf5c;
  color: #04cf5c;
  background: url(../img/naver.png) no-repeat 20px center/auto 15px, #fff;
}

.user_info .sns_login .btn_tg {
  position: absolute;
  right: 11px;
  top: 9px;
  font-size: 13px;
  font-weight: 200;

}

.user_info .btn_tg {}

.user_info button.btn_small {}

.user_info button.cnt {}

.user_info button.rl {}

.user_info .btn_tg>span {
  color: #000;
  font-size: 13px;
  font-weight: 200;
  line-height: 20px;
  display: inline-block;
  margin-left: 5px;
}

.user_info .sec_tit {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}

.user_info .gray_box {
  padding: 10px 20px;
  background-color: #f7f7f7;
  margin-top: 10px;
  font-weight: 200;
}

.user_info .terms .gray_box {
  position: relative;
}

.user_info .terms .gray_box {
  font-size: 13px;
  /* padding-bottom: 25px; */
}

.user_info .terms .gray_box .switch {
  position: absolute;
  right: 20px;
  top: 12px;
}

.user_info .pw_change {
  /*border-bottom: 2px solid #000;*/
  position: relative;
  padding-bottom: 10px;
}

.user_info .pw_change>button {
  position: absolute;
  right: 0;
  top: 2px;
}

.user_info .redir_area {
  text-align: center;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #e3e3e3;
}

.user_info .redir_area a {
  padding-right: 15px;
  background: url(../img/arrow.png) no-repeat right center;
}

.user_info.user_info2 .sns_login {
  padding-left: 47px;
}

.user_info.user_info2 .sns_login.email {
  padding-left: 20px;
  margin-top: 30px;
}

.user_info.user_info2 .sns_login>span {
  font-weight: 200;
  color: #000;
}

.user_info.user_info2 .section.email1>p.add {
  font-size: 13px;
  font-weight: 200;
}

.user_info.user_info2 .section.bor {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

.user_info.user_info2 .pw_info {
  overflow: hidden;
  margin-top: 15px;
}

.user_info.user_info2 .pw_info>span {
  font-size: 13px;
  font-weight: 200;
  color: #ababab;
}

.user_info.user_info2 .pw_info .btn_tg {
  float: right;
}

.user_info .sns_login .btn_small,
.user_info .toggle_b .btn_small {
  font-size: 12px;
  border: 1px solid #36363640;
  padding: 2px 10px;
  background-color: #fff;
  color: #000;
}

.user_info .sns_login .btn_small.on,
.user_info .toggle_b .btn_small.on {
  background-color: #fff;
  color: #a4a4a4;
}

.pw_change_noti .cont_sub_tit {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
}

.user_info .email2 .sec_tit {
  margin-top: 20px
}

/*
=======================================================================
탈퇴
=======================================================================
*/
.join_out .tit {
  margin-bottom: 20px;
  margin-top: 35px;
  font-size: 20px;
}

/*
=======================================================================
채용
=======================================================================
*/

.incruit .cmt {
  background: url(../img/bg_txt2.png) no-repeat center / contain;
  padding: 20px 25px;
  margin: 15px 0 85px 0;
  position: relative;
  word-break: keep-all;
  font-size: 16px;
}

.incruit .cmt::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/img_arrow.png) no-repeat center;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 15px);
}

.incruit .gray_box {
  padding: 50px 0;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
}

.incruit .gray_box::after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  background: url(../img/icon01.png) no-repeat center / contain;
  top: -27px;
  left: calc(50% - 27px);
}

.incruit .img_wrap {
  width: 100%;
  overflow: hidden;
}

.incruit .img_wrap img {
  min-width: 760px;
}

.incruit .btn_wrap {
  padding-bottom: 60px;
}

/*
=======================================================================
공지사항
=======================================================================
*/
.search_top {
  width: 100%;
  overflow: hidden;
}

.search_top>div {
  width: 50%;
  float: left;
}

.search_top .left button {
  width: 100px;
  padding: 10px 0;
  border-radius: 50px;
  border: 1px solid #e8e8e8;
}

.search_top .left button.on {
  background-color: #d8191f;
  color: #fff;
  border-color: transparent;
}

.search_top input {
  border: none;
}

.search_top input:read-only {
  background-color: #fff;
}

.search_top .right .input_wrap {
  border: 1px solid #cdcdcd;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.search_top .right .input_wrap button.search {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 27px;
  height: 30px;
  background: url(../img/btn_search.png) no-repeat center;
}

.search_top .right .input_wrap>div {
  border-left: 1px solid #cdcdcd;
}

.search_top .right .input_wrap>div:first-child {
  border-left: none
}

.search_top .right .input_wrap>div:nth-of-type(1),
.search_top .right .input_wrap>div:nth-of-type(2) {
  width: 18%;
}

.search_top .right .input_wrap input {
  width: 100%;
  padding-left: 15px;
  padding-right: 0;
}

.table_type {
  border-top: 1px solid #000;
}

.table_type .flex_type {
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3
}

.table_type .flex_type span {
  display: inline-block;
}

.table_type .flex_type span:nth-of-type(1) {
  width: 10%;
  text-align: left;
}

.table_type .flex_type span:nth-of-type(2) {
  /* 230120 조회수 삭제: width: 50% -> 60%; */
  width: 60%;
  font-weight: 600;
}

.table_type .flex_type span:nth-of-type(3) {
  width: 20%;
  font-weight: 200;
  color: #878787;
  text-align: center;
}

/* 230120 조회수 삭제: pan:nth-of-type(4) 주석 처리 */
/* .table_type .flex_type span:nth-of-type(4) {
  width: 10%;
  font-weight: 200;
  color: #878787;
  text-align: center;
} */

.table_type .flex_type span:nth-of-type(5) {}

.table_type .accodian .acc_btn {
  padding-top: 5px;
  transform: rotateX(180deg);
  background: url(../img/acc_off2.png) no-repeat center / contain;
}

.table_type .accodian .acc_btn.on {
  background: url(../img/acc_on2.png) no-repeat center / contain;
}

.table_type .accodian .acc_conts {
  margin-top: 0;
  background-color: #fafbfb;
  padding: 30px 80px;
  border: none;
  border-bottom: 1px solid #e3e3e3
}

.layer_popup .terms .cont_title {
  margin-bottom: 30px;
}

/* 2022-06-21 수정사항 반영 */
.table_type.type-2 .accodian .acc_conts {
  background-color: #fff;
}

/*
=======================================================================
메인
=======================================================================
*/
.main .main_part1 {
  display: table;
  width: 100%;
  margin-bottom: 45px;
}

.main a {
  display: block;
}

.main .main_part1>div {
  display: table-cell;
  width: 24.2%;
  vertical-align: top;
}

.main .main_part1>div:nth-of-type(2) {
  width: 51%;
  padding: 0 20px;
}

.main .main_part1>div .txt {
  font-size: 18px;
  margin-top: 38px;
}

.main .main_part1>div .txt>div>p,
.main .main_part1>div .txt>div>.subject {
  border-top: 2px solid #000;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .main_part1>div .txt>div:last-child {
  padding-left: 10px;
}

.main .main_part1>div .txt>div:first-child {
  padding-right: 10px;
}

.main .main_part1 .txt_list li {
  font-size: 18px;
  min-height: 75px;
  padding: 8px 0;
}

.main .main_part1 .txt_list li:nth-of-type(3) {
  border-bottom: none;
}

.main .main_part1 .txt_list li:last-child {
  display: none;
}

.main .main_part1.type-2 .txt_list li:last-child {
  display: block;
}

.main .main_part1.type-2 .txt_list li:nth-of-type(2) {
  border-bottom: 1px solid #e0e0e0;
}

.main .main_part2 {
  margin-bottom: 50px;
}

.main .main_part2 .tb>div:first-child {
  padding-right: 30px;
}

.main .main_part2 .tb>div:last-child {
  padding-left: 30px;
}

.main .main_tit {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 25px;
}

.main .main_tit .txt_subject {
  font: inherit;
  margin: 0;
  display: inline;
}

.main .bor {
  padding-top: 50px;
  border-top: 2px solid #c9242b
}

.main .main_part1 .img_area a>div:nth-of-type(2) {
  font-size: 18px;
  font-size: 18px;
  padding-top: 4px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
}

.main .main_part1 .img_area a>div:nth-of-type(2) .subject {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font: inherit;
}

.txt_list li {
  font-size: 20px;
  padding: 12px 0;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  word-break: keep-all;

}

.main_part1 .txt_list li p,
.main_part1 .txt_list li .subject {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.txt_list.pd_w li {
  padding: 14px 0;
}

.txt_list li p,
.txt_list li .subject {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .txt_list li p,
.main .txt_list li .subject {
  height: 3.2em;
}

.txt_list li:last-child {
  border-bottom: none;
}

.main .tb>div {
  text-align: left;
  vertical-align: top;
}

.main .main_part4 {
  /* margin-bottom: 45px; */
}

.main .main_part5 {
  margin-bottom: 53px;
}

.main .tb>div .main_tit {
  position: relative;
}

.main .tb>div .btn_more {
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 16px;
  font-weight: 200;
  color: #d8191f;
}

.main .main_part4 .tb>div:first-child {
  padding-right: 30px;
}

.main .main_part4 .tb>div:last-child {
  padding-left: 30px;
}

.main .main_part4 .pt2 .img_list {
  margin-bottom: 40px;
}

.main .main_part5 .tb>div {
  position: relative;
  padding-bottom: 50px;
}

.main .main_part5 .tb>div::after {
  content: "";
  height: 2px;
  width: calc(100% - 30px);
  background-color: #c9242b;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main .main_part5 .tb>div:last-child::after {
  left: auto;
  right: 0;
}

.main .main_part6 {
  margin-bottom: 45px;
}

.main .main_part1 .center .main_img {
  position: relative;
}

.main .main_part1 .center .main_img:after {
  content: "";
  width: 100%;
  height: calc(100%*0.5);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main .main_part1 .center .main_img p,
.main .main_part1 .center .main_img .subject {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  padding: 25px;
}

/* 2022-11-02 by phil */
.main {
  margin-top: 60px;
}

.mobile_more {
  display: none;
  text-align: center;
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 20px;
}

.mobile_more:after {
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  position: absolute;
  z-index: 1;
}

.mobile_more button {
  background-color: #fff;
  width: 200px;
  font-size: 14px;
  font-weight: 600;
  color: #9c9c9c;
  padding: 8px 0;
  border: 1px solid #d4d4d4;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  z-index: 2;
}

.btn_totop {
  width: 50px;
  height: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  position: fixed;
  z-index: 2;
  bottom: 50px;
  border-radius: 50px;
  padding: 0;
  background: url(../img/btn_totop.png) no-repeat center/ 17px, #515a66a3;
  right: calc(50% - 600px);
}

/*
=======================================================================
댓글
=======================================================================
*/
.comment_view {
  z-index: 20;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 545px;
  overflow-y: auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}

.comment_view.hide {
  display: none !important;
}

.comment_view .conts_wrapper {
  padding: 55px 40px
}

.comment_view .write_zone>p {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 12px;
}

.comment_view .write_zone .txt_count {
  font-size: 14px;
  color: #9c9c9c;
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.comment_view .write_zone {
  border: 1px solid #e8e8e8;
  padding: 15px;
  position: relative;
}

.comment_view .write_zone textarea {
  padding: 0;
  font-size: 14px;
  height: 110px;
  border: none;
}

.comment_view .write_zone button {
  font-weight: 600;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 0 20px;
  height: 28px;
  line-height: 28px;
}

.comment_view .list .conts {
  font-size: 16px;
  margin-bottom: 25px;
}

.comment_view .list .item:last-child {
  border-bottom: 0px solid #e8e8e8;
}

.comment_view .list .item {
  padding: 25px 0 15px 0;
  border-top: 1px solid #e8e8e8;
}

.comment_view .list .item .top {
  margin-bottom: 20px;
  font-size: 16px;
}

.comment_view .list .item .info_area .left {
  font-weight: 600;
}

.comment_view .list .item .info_area .right {
  font-weight: 200;
}

.comment_view .write_zone .btn_wrap {
  text-align: right;
}

.comment_view .list .item.ch {
  display: none !important;
  /* 기능 삭제 */
  padding-left: 30px;
  background: url(../img/icon_re.png) no-repeat left top 30px;
}

.comment_view .list .item.ch .right {
  text-align: right;
}

/* .comment_view .list .item.ch.show {
	display: block !important;
} */
.comment_view .list .item .info_area {
  margin-bottom: 20px;
}

.comment_view .list .item .left {
  width: 60%;
}

.comment_view .view_tit {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.comment_view .cmt_list .top {
  margin-top: 30px;
  margin-bottom: 10px;
}

.comment_view .cmt_list .top button {
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  margin-right: 1px;
}

.comment_view .cmt_list .top select {
  border: none;
  width: 90px;
  padding-right: 15px;
}

.comment_view .cmt_list .re_write,
.comment_view .cmt_list .review_txt {
  display: none !important;
  line-height: 25px;
  height: 26px;
  border-radius: 30px;
  padding: 0 20px 0 15px;
  position: relative;
  border: 1px solid #e8e8e8;
}

.comment_view .cmt_list .re_write:disabled,
.comment_view .cmt_list .review_txt:disabled {
  color: #a1a1a1;
  cursor: default;
}

.comment_view .cmt_list .re_write:disabled:after,
.comment_view .cmt_list .review_txt:disabled:after {
  opacity: 0.3;
}

.comment_view .cmt_list .re_write:after,
.comment_view .cmt_list .review_txt:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/arr_small.png) no-repeat center;
  right: 5px;
  top: 5px;
  position: absolute;
  transform: rotate(-90deg);
}

.comment_view .cmt_list .re_write.on:after,
.comment_view .cmt_list .review_txt.on:after {
  display: none;
}

.comment_view .cmt_list .review_txt.on,
.comment_view .cmt_list .re_write.on {
  border: 1px solid #c9242b;
  color: #c9242b;
  padding: 0 20px 0 15px;
  background: url(../img/arr_small_red.png) no-repeat right 10px center;
}

.comment_view .good,
.comment_view .bed {
  line-height: 25px;
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  padding-left: 30px;
  color: #9c9c9c;
  min-height: 21px;
  background: url(../img/ico-good-gray.svg) no-repeat left center / 20px auto;
  cursor: pointer;
}

.comment_view .good.active,
.comment_view .bed.active {
  color: #000;
}

.comment_view .bed {
  background: url(../img/ico-bad-gray.svg) no-repeat left center/ 20px auto;
  margin-left: 15px;
}

.comment_view .good.active {
  background-image: url('../img/ico-good-dark.svg');
}

.comment_view .bed.active {
  background-image: url('../img/ico-bad-dark.svg');
}

.comment_view .cmt_list .item.ch.re_my {
  border-top: none;
  padding-top: 0;
  background: url(../img/icon_re.png) no-repeat left top;
}

.comment_view .bor {
  padding-bottom: 30px;
  /* border-bottom: 1px solid #000; */
}

.comment_view .btn_wrap.btm {
  text-align: center;
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 20px;
}

.comment_view .btn_wrap.btm:after {
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  position: absolute;
  z-index: 1;
}

.comment_view .more_btn {
  left: calc(50% - 100px);
  z-index: 2;
  position: absolute;
  background-color: #fff;
  max-width: 200px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 8px 0;
  border: 1px solid #d4d4d4;
  border-radius: 50px;
}

.comment_view .view_close {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/css_sprites.png) no-repeat;
  /* background-position: -212px -139px; */
  background-position: 18% 12.4%;
  background-size: 200% 2800%;
  position: absolute;
  right: 32px;
  top: 32px
}

.comment_view .reload {
  width: 26px;
  height: 36px;
  background: url(../img/btn_reload.png) no-repeat center top 7px;
  vertical-align: top;
}

.btn-more-view {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('../img/ico-more-dot.svg') center/15px auto no-repeat;
}

.comment-more-area {
  z-index: 2;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -8px 0 0 5px;
}

.comment-layer {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  border: 1px solid #bebebe;
  background-color: #fff;
}

.comment-layer.show {
  display: block;
}

.comment-btn-item {
  display: block;
}

.btn-comment-more {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  color: #8b8b8b;
  white-space: nowrap;
}

.main.news_stand .main_part1 .img_area a>div:nth-of-type(2) {
  padding-bottom: 0;
}

.main.news_stand .main_part1>div .txt {
  font-size: 16px;
}

.main.news_stand .main_part1>div {
  width: 23.5%;
}

.main.news_stand .main_part1>div:nth-of-type(2) {
  width: 53%;
}

.main.news_stand .main_part1 .txt_list li {
  min-height: 60px;
}

.main.news_stand .main_part1>div .txt>div>p {
  font-size: 13px;
}

.container.news_stand {
  padding: 0;
  margin: 0;
  width: 840px;
  height: 380px;
  overflow: hidden;
}

.main.news_stand .main_part1 .center .main_img p {
  font-size: 22px
}

.main.news_stand .main_part1 .txt_list li {
  font-size: 13px;
}

.main.news_stand .main_part1 .img_area a>div:nth-of-type(2) p {
  font-size: 13px;
  padding-bottom: 13px;
}

.total_search {
  position: relative;
}

.total_search .pg_title {
  padding-top: 90px;
  font-size: 36px;
}

.total_search .full_close {
  position: absolute;
  right: 0;
  top: 90px;
}

.total_search .sch_zone {
  width: 100%;
  max-width: 620px;
  margin: 32px auto 55px auto;
}

.total_search .ip {
  border: 10px solid #e0e0e0;
  overflow: hidden;
}

.total_search .ip input {
  border: none;
  height: 65px;
  float: left;
  width: calc(100% - 67px);
  padding-left: 20px;
  font-size: 20px;
}

.total_search .ip input::placeholder {
  color: #000;
  font-weight: 200;
}

.total_search .ip button {
  height: 65px;
  width: 67px;
  float: left;
  background: url(../img/search_big.png) no-repeat center;
}

.keyword_zone {
  overflow: hidden;
}

.keyword_zone>div {
  float: left;
  width: calc(100% - 180px);
  line-height: 34px;
}

.keyword_zone>div span.on {
  color: #fff;
  background: #c9242b;
}

.keyword_zone>div span {
  border: 1px solid #c9242b;
  color: #c9242b;
  margin-right: 5px;
  padding: 0 17px;
  line-height: 34px;
  height: 34px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
}

.total_search .keyword_zone>div:first-child {
  width: 180px;
  font-size: 20px;
  font-weight: 600;

}

.total_search .keyword_zone {
  border-top: 2px solid #c9242b;
  padding-top: 60px;
}

.dual_conts::after {
  content: "";
  clear: both;
  display: block;
}

.dual_conts>div {
  float: left;
  width: 28%;
  padding-left: 30px;

}

.dual_conts>div:first-child {
  width: 72%;
  padding-left: 0;
  padding-right: 60px;
  border-right: 1px solid #e0e0e0;
}

.search_result.dual_conts>div:first-child {
  padding-bottom: 40px;
}

.search_result .sch_zone {
  width: 100%;
  max-width: none;
  margin: 0 0 30px 0;

}

.search_result {
  padding-top: 60px;
}

.search_result .list_top {
  border-top: 1px solid #c9242b;
  padding: 30px 0;
}

.search_result .img_list li a {
  margin-bottom: 20px;
}

.search_result .big_area .img_list li a>div {
  padding-left: 30px;
}

.search_result .big_area .img_list li a>div.img_div {
  padding-left: 0
}

.search_result .big_area .keyword {
  font-size: 28px;
  color: #c9242b;
  font-weight: 600;
}

.search_result .big_area .right {
  white-space: nowrap;
}

.search_result .big_area .right input {
  width: 0;
  height: 0;
  appearance: none;
}

.search_result .big_area .right label,
.search_result .big_area .right a {
  padding: 0 15px;
  position: relative;
  font-size: 20px;
  font-weight: 200;
}

.search_result .big_area .right label:last-child,
.search_result .big_area .right a:last-child {
  padding-right: 0;
}

.search_result .big_area .right label:last-child::after,
.search_result .big_area .right a:last-child::after {
  width: 0;
}

.search_result .big_area .right input:checked+label,
.search_result .big_area .right a.active {
  font-weight: 400;
}

.search_result .big_area .right label::after,
.search_result .big_area .right a::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #e7e7e7;
  right: 0;
  top: 7px;
  position: absolute;
}

.small_area li a>div.img_div {
  width: 110px;
}

.small_area .img_list li a {
  font-size: 16px;
}

.small_area {
  position: relative;
}

.small_area p.title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

.small_area .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 200;
  color: #d8191f;
}

.daul_inner {
  overflow: hidden;
}

.daul_inner>div {
  float: left;
  width: 50%;
}

.daul_inner>div .img_list li a>div:last-child {
  padding-left: 15px;
}

.list_page.dual_conts>div:first-child {
  padding-right: 40px;
}

.list_page .list_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}

.list_page.type1,
.list_page.type2 {
  padding-top: 50px;
}

.list_page.type2 .img_list li a>div:last-child {
  position: relative;
}

.list_page.type2 .big_area .img_list li a>div p,
.list_page.type2 .big_area .img_list li a>div .subject {
  padding-left: 32px;
  padding-right: 10px;
}

.list_page.type2 .img_list li a>div .lank {
  position: absolute;
  color: #c9242b;
  font-size: 24px;
  font-weight: 600;
  top: -3px;
  left: 13;
  letter-spacing: -2px;
}

.list_page .img_list li a {
  margin-bottom: 20px;
}

.img_list.type3.part3 li {
  width: calc(33.333% - 10px);
  margin: 0;
  margin-right: 15px;
  margin-bottom: 5px;
}

.img_list.type3.part3 li a {
  margin-bottom: 0;
}

.img_list.type3.part3 li:nth-of-type(3n) {
  margin-right: 0;
}

.list_page .img_list.type3.part3 li {
  width: calc(33.333% - 20px);
  margin: 0;
  margin-right: 30px;
  margin-bottom: 35px;
  text-align: center;
}

.list_page .img_list.type3.part3 li p {
  margin-top: 15px;
}

.list_page .img_list.type3.part3 li a {
  margin-bottom: 0;
}

.list_page .img_list.type3.part3 li:nth-of-type(3n) {
  margin-right: 0;
}

.list_page .ct_item:first-child {
  margin-top: 0;
}

.list_page .ct_item {
  margin-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.list_page .ct_item .img_list.type3.part3 {
  margin-bottom: -20px;
}

.list_page .part_last .gray_box {
  background: #f3f5f8;
  padding: 30px 35px;
  overflow: hidden;
}

.list_page .part_last .gray_box>div {
  width: calc(50% - 15px);
  float: left;
  margin-right: 30px;
}

.list_page .part_last .gray_box>div:nth-of-type(2n) {
  margin-right: 0;
}

.list_page .part_last .gray_box>div li {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
}

.list_page .part_last .gray_box>div li.on {
  border: 1px solid #c9242b;
}

.list_page .part_last .gray_box>div li.on span {
  color: #c9242b;
}

.list_page .part_last .gray_box>div li span {
  position: absolute;
  left: 20px;
}

.list_page .part_last {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.list_page .part_last .gray_box>div li a {
  display: inline-block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  text-align: left;
  padding-left: 43px;
}

.list_page .part_last .gray_box>div li:last-child {
  margin-bottom: 0;
}

.article_main .keyword_zone>div {
  width: 100%;
  font-size: 16px;
}

.article_main .img_list.type3.part3 li p {
  height: 77px;
}

.article_main .img_list.type3.part3 li {
  margin-bottom: 20px;
}

.article_main .comment_view {
  box-shadow: none;
  position: static;
  width: 100%;
  max-width: none;
}

.article_main .at_header {
  display: flex;
}

.article_main .at_header>div:first-child {
  width: 100px;
  color: #c9242b;
  padding-top: 12px;
}

.article_main .at_header {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 17px;
  /* 230120 기사 본문(웹) 영역 줄간격 수정: 제목상단 간격 축소 */
  /* margin-top: 30px; */
}

.article_main .at_header>div:last-child p {
  color: #6f6f6f;
  font-weight: 200;
  font-size: 16px;
  margin-top: 8px;
}

.article_main .at_header>div:last-child p .for_pc {
  display: inline;
}

.article_main .at_header>div:last-child .at_title {
  color: #000;
  font-size: 30px;
  font-weight: 400;
}

/*20220506*/
.article_main .news_contents {
  position: relative;
  font-size: 18px;
  /* 230120 기사 본문(모바일) 영역 줄간격 수정: margin-top 추가 */
  margin-top: -15px;
}

/* 230120 기사 본문 사진 가로 비율 START */
.article_main .news_contents img {
  width: 100%;
}

/* 230120 기사 본문 사진 가로 비율 END */

/* 
  230120 기사 본문(모바일) 영역 줄간격 수정 START 
  230207 기사 상단 사진과, 첫 문장 겹침 수정 START
*/
.article_main .news_contents img:first-of-type {
  /* margin-bottom: -15px; */
}

/* 
  230120 기사 본문(모바일) 영역 줄간격 수정 END 
  230207 기사 상단 사진과, 첫 문장 겹침 수정 END
*/

.article_main .keyword_zone {
  /* 230120 기사 본문(웹) 영역 줄간격 수정: margin-top: 25px -> margin: -15px 0 15px; */
  /* margin-top: 25px; */
  margin: -15px 0 15px;
}

.article_main .another_ats {
  /* 230120 기사 본문(모바일) 영역 줄간격 수정: 55px 0 40px 0 -> 20px 0 40px */
  margin: 20px 0 40px;
}

.article_main .another_ats li a {
  line-height: 30px;
}

.article_main button.rec_at {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: 600;
  /* 230120 기사 본문(모바일) 영역 줄간격 수정: margin-bottom: 60px -> 20px */
  margin: 10px 0 20px;
}

.article_main button.rec_at.off .count {
  background: url(../img/ico-good-gray.svg) no-repeat left 5px center / 20px auto;
  color: #9c9c9c;
}

.article_main button.rec_at .count {
  color: #c9242b;
  display: inline-block;
  padding-left: 30px;
  background: url(../img/ico-good-red.svg) no-repeat left 5px center / 20px auto;
}

.article_main .txt_list li p,
.article_main .txt_list li .subject {
  -webkit-line-clamp: 1;
}

.article_main .comment_view .btn_wrap.btm {
  border-bottom: none;
}

.article_main .dual_conts {
  margin-top: 30px;
}

.article_main .detail_tit {
  /* 230120 기사 본문(웹) 영역 줄간격 수정: margin-top: 30px 주석 */
  /* margin-top: 30px; */
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  color: #c9242b;
}

/* 230120 기사 본문(웹) 영역 줄간격 수정 START */
.article_main p.detail_tit~div {
  margin-bottom: 10px;
}

iframe[width='1'] {
  display: none;
}

/* 230120 기사 본문(웹) 영역 줄간격 수정 END */

.article_main .another_ats li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* 230303 기사 본문 하단 기사목록 여백 수정 START */
  height: 30px;
  /* 230303 기사 본문 하단 기사목록 여백 수정 END */

}

.article_main .txt_list li {
  font-size: 18px;
}

.article_main .img_list.type3 li a {
  font-size: 15px;
}

.article_main .comment_view .more_btn {
  max-width: 304px;
  left: calc(50% - 157px);
}

.article_main .mobile_swiper {
  padding-bottom: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

.article_main .swiper-horizontal>.swiper-pagination-bullets,
.article_main .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.article_main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.article_main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #000;
}

.article_main .mobile_swiper a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.tab .tab_items>div {
  display: none;
}

.tab .tab_items>div.on {
  display: block;
}

.tab .tab_list {
  display: flex;
}

.tab .tab_list>div {
  cursor: pointer;
  flex: 1;
  text-align: center;
  color: #6f6f6f;
  background-color: #f0f0f0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  font-weight: 200;
  font-size: 16px;
  padding: 10px 0;
}

.tab .tab_list>div:last-child {
  border-right: 1px solid #e0e0e0;
  ;
}

.tab .tab_list>div.on {
  background-color: #fff;
  color: #000;
  border-bottom: none;
}

.real_lank .tab_items>div ul {
  padding-top: 15px;
}

.real_lank .tab_items>div ul li {
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.real_lank .tab_items>div ul li a>span {
  display: inline-block;
  width: 20px;
  color: #c9242b;
  font-weight: 600;

}


/* !!!!!!!!!!!!!!!!!! */
.focuson-area {
  margin-top: 40px;
}

.grid-list {
  /* 230120 우측 시선집중 영역 레이아웃 틀어짐 수정 START */
  display: table;
  /* 230120 우측 시선집중 영역 레이아웃 틀어짐 수정 END */
  overflow: hidden;
  margin: 0 -10px -25px;
}

.grid-list .grid-item {
  /* 230120 우측 시선집중 영역 레이아웃 틀어짐 수정 START */
  /* float: left; */
  display: inline-table;
  /* 230120 우측 시선집중 영역 레이아웃 틀어짐 수정 END */
  width: 50%;
  padding: 0 10px;
  margin-bottom: 25px;
}

.grid-list .grid-item a {
  display: block;
}

.grid-list .grid-item .img {
  display: block;
  padding-top: 92px;
  width: 100%;
  margin-bottom: 12px;
}

.grid-list .grid-item .list-cont {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  max-height: 4.8em;
}

.photo-slider {
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
}

.photo-slider .photo_wrap {
  border: 1px solid #e6e6e6;
  padding: 40px 50px;
  position: relative;
}

.photo-slider .swiper-slide p {
  word-break: keep-all;
  margin-top: 67px;
  text-align: center;
}

.photo-slider .swiper-button-prev,
.photo-slider .swiper-button-next {
  background-color: #000;
}

.photo-slider .swiper-horizontal>.swiper-scrollbar {
  width: 50%;
  margin-left: 25%;
}

.photo-slider .swiper-button-next {
  background: url(../img/css_sprites.png) no-repeat;
  /* background-position: -10px -10px; */
  background-position: 40% 87.3%;
  background-size: 185% 1400%;
}

.photo-slider .swiper-button-prev {
  background: url(../img/css_sprites.png) no-repeat;
  /* background-position: -58px -10px; */
  background-position: 40% 98.3%;
  background-size: 185% 1400%;
}

.photo-slider .swiper-button-next:after {
  content: "";
}

.photo-slider .swiper-button-prev:after {
  content: "";
}






.article_main .small_area .add_item {
  position: relative;
  /* 230120 기사 본문(웹) 영역 줄간격 수정: margin-bottom: 30px; -> margin: 20px 0; */
  margin: 20px 0;
}

.article_main .swiper-wrap {
  width: 100%;
}

.article_main .small_area .photo_wrap {
  border: 1px solid #e6e6e6;
  padding: 40px 50px;
  position: relative;
}

.photo_wrap .swiper-slide p {
  word-break: keep-all;
  margin-top: 67px;
  text-align: center;
}

.photo_wrap .swiper-button-prev,
.photo_wrap .swiper-rtl .swiper-button-next {
  left: 0;
}

.photo_wrap .swiper-button-next,
.photo_wrap .swiper-rtl .swiper-button-prev {
  right: 0;
}

.photo_wrap .swiper-horizontal>.swiper-scrollbar {
  bottom: 87px;
}

.article_main .dual_conts .big_area {
  padding-left: 100px;
  position: relative;
}

.article_main .dual_conts .big_area .share {
  position: absolute;
  left: 8px;
  top: 25px;
}

.article_main .dual_conts .big_area .review {
  position: absolute;
  left: 8px;
  top: 120px;
}

.article_main .dual_conts .big_area .share button {
  padding-top: 23px;
  /* background: url(../img/css_sprites.png) no-repeat -212px -98px; */
  background: url(../img/css_sprites.png) no-repeat 26% 19%;
  font-size: 12px;
  font-weight: 200;
}

.article_main .dual_conts .big_area .review a {
  padding-top: 23px;
  background: url(../img/review.png) no-repeat center top / 20px;
  font-size: 12px;
  font-weight: 200;
}

.article_main .dual_conts .big_area .review span {
  position: absolute;
  right: -17px;
  top: -28px;
  font-size: 11px;
  font-weight: 200;
  padding: 0 8px;
  background-color: #f33408;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
}

.article_main .dual_conts .big_area .share .share_pop>div a {
  display: inline-block;
  padding-top: 35px;
  font-size: 12px;
  font-weight: 200;
  width: 52px;
  text-align: center;
  background: url(../img/css_sprites.png) no-repeat;
  /* background-size: 300% 1600%; */
  background-position: 0% 51%;
}

.article_main .dual_conts .big_area .share .share_pop {
  background-color: #fff;
  padding: 25px 20px 15px 20px;
  border-radius: 20px;
  box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  display: none;
  z-index: 1;
}

.article_main .dual_conts .big_area .share .share_pop .btn_close {
  width: 10px;
  height: 10px;
  background: url(../img/css_sprites.png) no-repeat;
  /* background-position: -212px -139px; */
  background-position: 27% 11%;
  background-size: 300% 1600%;
  position: absolute;
  right: 12px;
  top: 5px;
}

/*20220506*/
.article_main .sns_area {
  text-align: center;
}

.article_main .sns_area a {
  display: inline-block;
  font-size: 12px;
  font-weight: 200;
  width: 38px;
  height: 42px;
  text-align: center;
  margin-left: 5px;
  background: url(../img/css_sprites.png) no-repeat center top;
}

.article_main .sns_area a:first-child {
  margin-left: 0;
}

.article_main .dual_conts .big_area .share>div a:nth-of-type(1),
.article_main .sns_area a:nth-of-type(1) {
  /* background-position: -212px -10px; */
  background-position: 45% 50.9%;
  ;
}

.article_main .dual_conts .big_area .share>div a:nth-of-type(2),
.article_main .sns_area a:nth-of-type(2) {
  /* background-position: -62px -127px; */
  background-position: 45% 59.7%;
}

.article_main .dual_conts .big_area .share>div a:nth-of-type(3),
.article_main .sns_area a:nth-of-type(3) {
  /* background-position: -10px -127px; */
  background-position: 45% 68.4%;
}

.article_main .dual_conts .big_area .share>div a:nth-of-type(4),
.article_main .sns_area a:nth-of-type(4) {
  /* background-position: -114px -127px; */
  background-position: 45% 77.2%;
}

.article_main .news_contents .top .left {
  font-size: 16px;
  font-weight: 600;
}

.article_main .news_contents .top>div {
  vertical-align: middle;
  padding-bottom: 0px;
}

.article_main .news_contents .top .select_wrap {
  height: 35px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  padding: 0 10px 0 30px;
  width: 131px;
  display: inline-block;
  overflow: hidden;
  background: url(../img/lang_select.png) no-repeat left 10px center;
}

.article_main .news_contents .top select {
  height: 34px;
  border: none;
  width: 100%;
  padding: 0;
}

.article_main .sw_conts .mobile_swiper {
  display: none;
}

.article_main .news_contents .top {
  border-bottom: 0px solid #c9242b;
  /* 230120 기사 본문(모바일) 영역 줄간격 수정: margin-bottom: 5px; -> 15px; */
  margin-bottom: 15px;
}

.full_pop {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  padding: 0 !important;
  display: none;
  background: #fff;
  max-width: 100%;
}

.full_pop.on {
  display: block;
}

.full_pop_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
}

.article_main .photo_wrap .swiper-button-prev,
.article_main .photo_wrap .swiper-button-next {
  background-color: #000;
}

.article_main .swiper-horizontal>.swiper-scrollbar {
  width: 50%;
  margin-left: 25%;
}

.article_main .swiper-button-next {
  /* background: url(../img/swiper_next.png)no-repeat center/ contain; */
  background: url(../img/css_sprites.png) no-repeat;
  /* background-position: -10px -10px; */
  background-position: 40% 87.3%;
  background-size: 185% 1400%;
}

.article_main .swiper-button-prev {
  background: url(../img/css_sprites.png) no-repeat;
  /* background-position: -58px -10px; */
  background-position: 40% 98.3%;
  background-size: 185% 1400%;
}

.article_main .swiper-button-next:after {
  content: "";
}

.article_main .swiper-button-prev:after {
  content: "";
}

.ad {
  position: relative;
  /* 230120 n뷰 기사 본문(모바일) 광고 영역 회색 제거: background: #f1f1f1; -> transparant; */
  background-color: transparent;
}

.ad button {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
}

.ad.mobile {
  display: none;
}

.article_main {
  position: relative;
}

.ad.pc.type_a,
.ad.pc.type_b {
  position: absolute;
  top: 180px;
}

.ad.pc.type_a {
  left: -180px;
}

.ad.pc.type_b {
  right: -180px;
}

.ad.mobile.type1 {
  float: right;
  margin-top: 20px;
}

/*20220506*/
.ad.mobile.scroll {
  display: none;
}

.article_main.container {
  padding-top: 15px;
}

.article_main .img_list.type3 li a {
  font-size: 16px;
  overflow: hidden;
}

.article_main .another_ats li a {
  font-size: 18px;
}

.article_main .small_area .img_list li a>div {
  font-size: 15px;
}

/* 230120 기자페이지 추가 START */
.journalist_zone {
  /* 230207 기자페이지 기자 소개 모바일 라인 수 수정 START */
  height: fit-content;
  /* 230207 기자페이지 기자 소개 모바일 라인 수 수정 END */
}

.journalist_zone.list_top {
  /* 230207 기자페이지 기자 소개 정렬 추가 START */
  display: flex;
  align-items: center;
  /* 230207 기자페이지 기자 소개 정렬 추가 END */
  padding: 15px;
  /* 230207 기자페이지 라인 수정 및 추가 START */
  border-top: 3px solid #c9242b;
  border-bottom: 2px solid #c9242b;
  /* 230207 기자페이지 라인 수정 및 추가 END */
}

.journalist_zone .journalist_img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
}

.journalist_zone .journalist_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.journalist_zone .journalist_info {
  display: inline-flex;
  flex-direction: column;
  vertical-align: bottom;
  justify-content: space-between;
  margin-left: 20px;
  /* 230207 기자페이지 기자 소개 너비 수정 START */
  width: calc(100% - 125px);
  /* 230207 기자페이지 기자 소개 너비 수정 END */
  /* 230207 기자페이지 기자 소개 모바일 라인 수 수정 START */
  height: auto;
  /* 230207 기자페이지 기자 소개 모바일 라인 수 수정 END */
  overflow: hidden;
}

.journalist_zone .journalist_info .journalist_name {
  /* 230207 기자페이지 이름 영역 수정 START */
  font-size: 24px;
  /* color: #c9242b; */
  /* 230207 기자페이지 이름 영역 수정 END */
  font-weight: 600;
  line-height: 110%;
  /* 230207 기자명 내어쓰기 START */
  text-indent: -1px;
  /* 230207 기자명 내어쓰기 END */
}

.journalist_zone .journalist_info .journalist_email {
  font-size: 12px;
  /* 230207 기자이메일 들여쓰기 START */
  text-indent: 1px;
  /* 230207 기자이메일 들여쓰기 END */
}

.journalist_zone .journalist_info .journalist_content {
  display: -webkit-box;
  color: #666;
  margin: auto 0;
  /* 230207 기자페이지 기자 소개 모바일 라인 수 수정 START */
  max-height: 75px;
  /* 230207 기자페이지 기자 소개 모바일 라인 수 수정 START */
  line-height: 19px;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  /* 230207 기자페이지 기자 소개 모바일 라인 수 수정 및 추가 START */
  -webkit-line-clamp: 4;
  margin-top: 7px;
  /* 230207 기자페이지 기자 소개 모바일 라인 수 수정 및 추가 START */
}

/* 230120 기자페이지 추가 END */

/* 230120 기자페이지 날짜 추가 START */
.journalist_list li a>div p,
.journalist_list li a>div .subject {
  -webkit-line-clamp: 2;
  height: 3em;
  line-height: 1.5em;
}

.journalist_list .write_date {
  position: absolute;
  bottom: 0;
  color: #6f6f6f;
  font-weight: 200;
  font-size: 16px;
  /* 230207 기사작성일 들여쓰기 START */
  text-indent: 1px;
  /* 230207 기사작성일 들여쓰기 END */
}

/* 230120 기자페이지 날짜 추가 END */

/* 230120 이용약관, 개인정보 처리방침 줄간격, 자간 변경 START */
.layer_popup .terms {
  line-height: 1.7em;
  letter-spacing: 0.02em;
}

/* 230120 이용약관, 개인정보 처리방침 줄간격, 자간 변경 END */

/* 230207 기사 본문(웹) 영역 줄간격 수정 START */
.big_area .sw_conts {
  margin-top: 13px;
}

/* 230207 기사 본문(웹) 영역 줄간격 수정 END */

/**********************
 *  PC
 * *******************/
@media (min-width: 1201px) {
  .layer_popup.h_full .popup {
    top: 50%;
    transform: translateY(-50%);
    max-height: 70vh;
  }

  .dual_conts>div:last-child {
    border-left: 1px solid #e0e0e0;
    margin-left: -1px;
  }

  .daul_inner>div {
    padding-left: 10px;
  }

  .daul_inner>div:first-of-type {
    padding-left: 0;
    padding-right: 10px;
  }

  .notice_page .container {
    padding-bottom: 60px;
  }

  .dual_conts>div:first-child {
    padding-bottom: 60px;
  }

  .table_type .flex_type span:nth-of-type(2) {
    font-size: 16px;
  }

  .lnb .lnb_list>div {
    padding: 5px 0
  }

  .lnb .lnb_list.part1 a {
    font-size: 20px;
  }

  .lnb .lnb_fotter a {
    font-size: 15px;
  }

  nav {
    position: relative;
  }

  .lnb {
    display: inline-block !important;
  }

  .lnb .lnb_head {
    padding: 0
  }

  .lnb .lnb_head * {
    display: none;
  }

  .lnb .lnb_head button.close {
    display: none
  }

  /* .lnb .member > div:last-child{
		padding-right: 32px;
	} */
  .lnb>div {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  /* .lnb .user{
		display: none
	}
	.lnb .member{
		border-top: none;
	} */
  .lnb .sns {
    display: none;
  }

  .lnb .lnb_conts {
    display: none;
    border: 1px solid #d4d4d4;
    border-top: none;
  }

  .lnb .lnb_fotter * {
    font-size: 16px;
  }

  .lnb {
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    position: absolute;
    width: 100%;
    height: auto;
    left: calc(50% - 600px);
    max-width: 1200px;
    right: auto;
    top: 70px;
    bottom: auto;
  }

  .lnb .lnb_fotter {
    display: block;
    text-align: center;
  }

  .lnb .lnb_fotter div {
    display: inline-block;
    /* 230120 gnb 레이아웃 틀어짐 수정: 110px -> 90px */
    margin-right: 90px;
  }

  .lnb .lnb_fotter div:last-child {
    margin-right: 0;
  }

  .lnb .member {
    text-align: right;
  }

  .lnb .member>div {
    display: inline-block;
  }

  .lnb .member>div:first-child {
    margin-right: 15px;
  }
}

/* ************************
  mobile, tablet
************************ */
@media (max-width: 1200px) {
  .tab_items {
    min-height: 152.5px;
  }

  .img_list li.point a>div:nth-of-type(2) {
    padding-top: 10px;
    padding-left: 10px;
  }

  .article_main .at_header>div:last-child p .for_pc {
    display: none;
  }

  .header_conts>div:nth-of-type(2) {
    text-align: left;
  }

  .full_pop_inner {
    padding: 40px 30px;
  }

  .main .main_part1>div .txt>div>p,
  .main .main_part1>div .txt>div>.subject {
    font-size: 16px;
    font-weight: 400;
  }

  .incruit .btn_wrap {
    padding-bottom: 0;
  }

  .intro .container {
    padding-bottom: 40px;
  }

  .article_main.container {
    padding-top: 15px
  }

  .intro .intro_cmt {
    margin-bottom: 30px;
  }

  .pg_title {
    padding-top: 0;
    margin-top: -10px;
  }

  .incruit .pg_title {
    margin-top: 30px;
  }

  .search_result.dual_conts>div:first-child {
    padding-bottom: 20px;
  }

  .dual_conts>div.small_area {
    margin-bottom: -20px;
  }

  .article_main .at_header {
    margin-top: 0;
  }

  /* .ad.mobile.scroll {
			top: 79px !important;
		} */
  .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list_page.type1,
  .list_page.type2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list_page .part_last .gray_box>div li a {
    font-size: 16px;
  }

  .list_page .ct_item {
    margin-top: 20px;
    padding-bottom: 5px;
  }

  .list_page .ct_item.part_last {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .lnb .sns li {
    width: 40px;
    height: 40px;
  }

  .img_list li a>div p,
  .img_list li a>div .subject {
    font-size: 16px;
  }

  .ad.mobile {
    display: inline-block;
  }

  .ad.pc {
    display: none !important;
  }

  /* main */
  .main .main_part4 .pt2 .img_list:first-of-type {
    margin-bottom: 15px
  }

  .article_main .dual_conts .big_area .share,
  .article_main .dual_conts .big_area .review {
    display: none;
  }

  .article_main .comment_view .more_btn {
    max-width: none;
    width: 80%;
    left: 10%;
  }

  .article_main .detail_tit {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    padding-top: 0px;
  }

  /* 230120 n뷰 기사 본문(모바일) 영역 줄간격 수정 START */
  .sw_conts .detail_tit.mo_bor {
    margin-top: 20px;
  }

  /* 230120 n뷰 기사 본문(모바일) 영역 줄간격 수정 END */

  .article_main .detail_tit.mo_bor {
    border-top: 1px solid #000;
    /* 230213 기사본문(시선집중) 타이틀여백 추가 START */
    padding-top: 20px;
    /* 230213 기사본문(시선집중) 타이틀여백 추가 END */
  }

  .small_area p.title.mo_no {
    border-top: none
  }

  .article_main button.rec_at {
    height: 50px;
    line-height: 50px;
  }

  .article_main .comment_view .list .conts {
    font-size: 14px;
  }

  .article_main .at_header>div:last-child p {
    font-size: 14px;
  }

  .article_main .another_ats li a {
    font-size: 16px;
  }

  .article_main .tab .tab_list {
    display: none;
  }

  .article_main .tab .tab_items>div.on {
    display: none;
  }

  .real_lank .tab_items>div ul {
    padding-top: 0;
  }

  /* //.article_main .tab .tab_items>div:first-child {
  //	display: block;
  //} */
  /* 2022-06-21 수정사항 반영 */
  /* //.article_main .tab .tab_items.type-2 > div:nth-of-type(1) {
  //	display: none;
  //}
  //.article_main .tab .tab_items.type-2 > div:nth-of-type(2) {
  //	display: block;
  //} */
  /* 2022-06-22 수정사항 반영 */
  /* //.article_main .tab .tab_items.type-3 > div:nth-of-type(1) {
  //	display: none;
  //}
  //.article_main .tab .tab_items.type-3 > div:nth-of-type(3) {
  //	display: block;
  //} */

  .article_main .small_area .add_item {
    /* 230120 기사 본문(모바일) 영역 줄간격 수정: margin-bottom: 20px -> margin: 20px 0 0; */
    /* margin-bottom: 20px; */
    margin: 20px 0 0;
  }

  .article_main .tab .tab_items ul li:nth-of-type(6),
  .article_main .tab .tab_items ul li:nth-of-type(7),
  .article_main .tab .tab_items ul li:nth-of-type(8),
  .article_main .tab .tab_items ul li:nth-of-type(9),
  .article_main .tab .tab_items ul li:nth-of-type(10) {
    display: none;
  }

  .article_main .add_item.for_pc,
  .article_main .add_item.for_pc {
    display: none;
  }

  .article_main .small_area .img_list li:nth-of-type(4),
  .article_main .small_area .img_list li:nth-of-type(5) {
    display: none;
  }

  .article_main .news_contents .top .left,
  .article_main .news_contents .top .select_wrap select {
    font-size: 14px;
  }

  .article_main .dual_conts {
    margin-top: 15px;
  }

  .article_main .news_contents .top .select_wrap select {
    height: 32px;
  }

  .article_main .txt_list li {
    font-size: 16px;
  }

  .article_main .img_list.type3 li a {
    font-size: 15px;
  }

  .comment_view .good,
  .comment_view .bed {
    line-height: 20px;
    padding-left: 25px;
  }

  .real_lank .tab_items>div ul li a>span {
    width: 17px
  }

  .article_main .small_area .img_list li a>div {
    font-size: 16px;
  }

  .small_area .img_list li a>div {
    font-size: 14px;
  }

  .real_lank .tab_items>div ul li a {
    font-size: 16px;
  }

  .comment_view .list .conts {}

  .article_main .keyword_zone>div span {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
  }

  .article_main .dual_conts .big_area {
    padding-left: 0;
  }

  .article_main .at_header>div:last-child .at_title {
    font-size: 24px;
    font-weight: 600;
  }

  .article_main .at_header>div:first-child {
    display: none;
  }

  .list_page .part_last .gray_box>div li:last-child {
    margin-bottom: 10px;
  }

  .list_page .list_title {
    font-size: 18px;
    font-weight: 600;
  }

  .total_search .pg_title {
    padding-top: 60px;
  }

  .total_search .full_close {
    right: 30px;
    top: 40px;
  }

  .list_page .part_last .gray_box>div {
    width: 100%;
    margin-right: 0;
  }

  .daul_inner>div {
    width: 100%;
  }

  .list_page.dual_conts>div:first-child {
    padding-right: 0;
    padding-bottom: 25px;
  }

  .search_result .big_area .img_list li a>div {
    padding-left: 20px;
  }

  .small_area p.title {
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-bottom: 15px;
  }

  .small_area p.title .more {
    top: 23px;
  }

  .search_result .big_area .right label,
  .search_result .big_area .right a {
    font-size: 16px;
    padding: 0 10px;
  }

  .dual_conts {
    display: block;
  }

  .dual_conts>div:first-child {
    margin-right: 0;
    border: none;
    padding-right: 0;
  }

  .dual_conts>div.big_area {
    width: 100%;
    padding-right: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .dual_conts>div {
    width: 100%;
    padding-left: 0;
  }

  .total_search .keyword_zone {
    padding-top: 20px;
  }

  .keyword_zone>div {
    width: 100%;
    margin-bottom: 12px;
  }

  .keyword_zone>div span {
    margin-bottom: 10px;
  }

  .total_search .ip input {
    height: 45px;
    width: calc(100% - 45px);
    font-size: 18px;
  }

  .total_search .ip button {
    width: 45px;
    height: 45px;
    background: url(../img/search_big.png) no-repeat center / 25px;
  }

  .main .main_part6 {
    margin-bottom: -15px;
  }

  .btn_totop {
    right: auto;
    left: calc(100% - 60px);
  }

  .main {
    margin-top: 0;
  }

  .main .tb>div .btn_more {
    top: 50px;
  }

  .nav_wrap {
    height: 0;
    float: left;
  }

  .main .main_part1 {
    margin-bottom: 43px;
  }

  .main .main_part1 .center .main_img p,
  .main .main_part1 .center .main_img .subject {
    font-size: 19px;
  }

  .conts_width {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .layer_popup .scroll_area {
    padding-bottom: 170px;
  }

  .intro .top_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  header .conts_width.header_conts {
    padding-top: 0;
  }

  nav {
    border-bottom: none;
  }

  nav .gnb.for_pc {
    display: none;
  }

  .header_conts .user {
    background: url(../img/ico_user.png) no-repeat right 0 center / 18px;
    padding-right: 30px;
    margin-bottom: 10px;
    font-size: 13px;
    display: none;
  }

  header .hamberger_b {
    margin-left: 15px;

  }

  header .hamberger_b button {
    width: 18px;
    height: 18px;
  }

  header {
    padding-top: 12px;
    min-height: 73.3px;
  }

  header .logo * {
    text-align: left;
  }

  header .logo img {
    width: 140px;
  }

  .for_m {
    display: block;
  }

  .for_pc {
    display: none;
  }

  .lnb {
    display: none;
  }

  .lnb .lnb_conts {
    display: inline-block !important;
    width: 100%;
  }

  .header_conts div.for_pc {
    display: none
  }

  .txt_list li,
  .img_list li a>div,
  .main .main_part1 .txt_list li {
    font-size: 16px;
  }

  .img_list.type3 li {
    font-size: 14px;
  }

  .img_list.type3 li a {
    font-size: 14px;
  }

  footer .footer1 .row>div:first-child {
    width: 100%;
    display: block;
    border: none;
    font-size: 18px;
  }

  footer .footer1 .row {
    margin-bottom: 23px;
  }

  footer .footer1 .row:last-child {
    margin-bottom: 0;
  }

  footer .footer1 .row>div {
    margin-bottom: 2px;
  }

  footer .footer1 .row>div ul {
    padding: 0
  }

  footer .footer1 .row>div li {
    margin: 0;
    margin-right: 10px;
    font-size: 14px;
  }

  footer .footer1 {
    padding: 30px 0;
  }

  footer .footer2 .footer_nav .logo {
    top: auto;
    bottom: 40px;
    right: 30px;
  }

  footer .footer2 .footer_nav .logo img {
    width: 80px;
  }

  footer .footer2 .footer_nav>div {
    line-height: 30px;
    margin-right: 15px;
    font-size: 14px;
  }

  footer .footer2 .info {
    text-align: left;
    padding: 65px 0 95px 0;
    font-size: 11px;
    margin: 0 auto;
  }

  footer .footer2 .info .logo img {
    width: 140px;
    margin-bottom: 20px;
  }

  footer .footer2 .info .logo {
    left: calc(50% - 70px);
    top: 15px;
  }

  footer .footer2 .info .footer_img {
    left: 0;
    right: auto;
    top: auto;
    bottom: 25px;
  }

  footer .footer2 .info .footer_img img {
    width: 80px
  }

  .pagenation.type2 {
    margin-top: 20px;
  }

  .big_area .pagenation.type2 {
    margin-bottom: 5px;
  }

  /* 230120 기사 본문(모바일) 영역 줄간격 수정 START */
  .article_main .news_contents {
    margin-top: -5px;
  }

  .article_main .news_contents .top {
    margin-bottom: 10px;
    ;
  }

  /* 230120 기사 본문(모바일) 영역 줄간격 수정 END */

  /* 230120 n뷰 기사 본문(모바일) 영역 줄간격 수정 START */
  .article_main .keyword_zone {
    margin: -25px 0 0;
  }

  /* 230120 n뷰 기사 본문(모바일) 영역 줄간격 수정 END */
}

/* 240115 기사 이미지 캡션 추가 START */
.news_contents_image-area {
  display: block;
  text-align: center;
}

.news_contents_image-area .image_caption {
  text-align: center;
  font-size: 13px;
  color: #bbbbbb;
}

/* 240115 기사 이미지 캡션 추가 END */


/* *******************************
  over mobile
******************************* */
@media (min-width: 761px) {
  .only_mo {
    display: none !important;
  }
}

/* *******************************
  mobile
******************************* */
@media (max-width: 760px) {
  .hide_mo {
    display: none !important;
  }

  .main .txt_list li p,
  .main .txt_list li .subject {
    height: auto;
  }

  .join_out .tit {
    font-size: 16px;
  }

  footer .footer2 .info .logo img {
    margin-left: 5px;
  }

  .txt_list li p,
  .txt_list li .subject {
    height: auto;
  }

  .img_list.type3.part3 li p,
  .img_list.type3.part3 li .subject {
    height: auto;
  }

  .main .main_part1 .txt_list li {
    min-height: auto;
  }

  .main .main_part1 .txt_list li:nth-of-type(3) {
    border-bottom: 0px solid #e0e0e0;
  }

  .main .main_part1 .txt_list li:last-child {
    display: block;
  }

  .article_main .sw_conts .img_list {
    display: none;
  }

  .article_main .sw_conts .mobile_swiper {
    display: block;
  }

  .article_main .sw_conts .mobile_swiper .swiper-wrapper {
    flex: 0 1 auto;
  }

  .article_main .sw_conts .mobile_swiper .swiper-wrapper .swiper-slide {
    max-width: 49%;
  }

  .article_main .sw_conts .mobile_focus-attention .swiper-wrapper {
    /* 240215/240219 모바일 시선집중 슬라이드 수정 START */
    justify-content: space-between;
    /* 240215/240219 모바일 시선집중 슬라이드 수정 END */
  }

  .article_main .sw_conts .mobile_focus-attention .swiper-wrapper .swiper-slide {
    max-width: 48%;
  }

  .article_main .sw_conts .mobile_swiper p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
  }

  .total_search .full_close {
    right: 20px;
  }

  .notice li {
    padding-left: 25px;
  }

  /* 230120 페이지 이동 버튼 여백 확대: 가로 세로 수정 START */
  .list_page .pagenation.type2 li {
    /* width: 25px;
    height: 25px; */
    width: 34px;
    height: 34px;
  }

  .list_page .pagenation.type2 li a {
    /* width: 25px;
    height: 25px;
    line-height: 25px; */
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }

  .pagenation.type2 .next,
  .pagenation.type2 a {
    /* width: 25px;
    height: 25px;
    line-height: 25px; */
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .pagenation ul li {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  /* 230120 페이지 이동 버튼 여백 확대: 가로 세로 수정 END */

  .lnb .lnb_conts>div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lnb .lnb_fotter a {
    font-size: 12px;
  }

  .lnb .lnb_fotter {
    display: block;
    overflow: hidden;
  }

  .lnb .lnb_list .lnb_fotter {
    padding-left: 0;
    padding-right: 0;
  }

  .lnb .lnb_fotter>div {
    float: left;
    display: block;
    width: 33%;
    margin: 0 0 10px;
  }

  .comment_view {
    max-width: none;

  }

  .comment_view .conts_wrapper {
    padding: 30px 20px;
  }

  .comment_view .view_close {
    right: 16px;
  }

  footer .footer2 .info {
    padding: 45px 0px 95px 0px;
    line-height: 20px;
  }

  .intro .swiper .swiper-wrapper {
    margin-left: 0;
  }

  .main .main_part3.bor {
    border-top: none;
    padding-top: 0;
    margin-bottom: 40px;
  }

  .mobile_more {
    display: inline-block;
  }

  /* 230213 메인페이지(스포츠인기기사) 타이틀여백 추가 START */
  .main_part2 .mobile_more {
    height: 25px;
    margin-bottom: -10px;
  }

  /* 230213 메인페이지(스포츠인기기사) 타이틀여백 추가 END */

  .intro .part3 .context_box .acc_conts p,
  .intro .part3 .context_box .acc_conts div,
  .intro .part3 .context_box .acc_conts table td,
  .intro .part3 .context_box .acc_conts table th {
    font-size: 12px;
  }

  .main {
    margin-top: 0;
  }

  .main .main_part1 .center .main_img p,
  .main .main_part1 .center .main_img .subject {
    font-size: 21px;
    color: #000;
    padding: 0;
    border-bottom: 1px solid #000;
    bottom: -91px;
    padding-bottom: 15px;
  }

  .main_part6 .main_tit {
    border-top: 1px solid #c9242b;
    margin-top: 25px;
    padding-top: 35px;
  }

  .main .main_part1 .left {
    border-bottom: 0px solid #e0e0e0;
    /* padding-bottom: 15px; */
    margin-bottom: 15px;
  }

  .main .main_part1 .img_area a {
    display: block;
    width: 100%;
  }

  .main .main_part1 .img_area a>div {
    display: block;
  }

  .main .main_part1 .img_area a>div:first-child {
    width: 100%;
    padding-left: 0
  }

  .main .main_part1 .img_area a>div:nth-of-type(2) {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 7px;
    padding-bottom: 15px;
  }

  .main .main_part1 .img_area a>div:nth-of-type(2) .subject {
    font-size: 21px;
    color: #000;
  }


  .img_list.type3 li {
    font-size: 14px;
  }

  .img_list.type3 li a>div.img_div {
    width: 100%;
  }

  .img_list li a>div.img_div {
    width: 110px;
  }

  .img_list li a>div {
    padding-left: 15px;
  }

  .img_list.type3.part5 li,
  .img_list.type3.part3 li {
    width: calc(33.333% - 10px);
    margin: 0;
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .main_part6 .img_list.type3 {
    text-align: center;
    font-size: 14px;
  }

  .img_list.type3.part5 li:nth-of-type(3n),
  .img_list.type3.part3 li:nth-of-type(3n) {
    margin-right: 0;
  }

  .main .main_part5 .tb>div::after {
    width: 0;
  }

  .main .main_part2>.tb,
  .main .main_part3>.tb,
  .main .main_part4>.tb,
  .main .main_part5>.tb {
    width: 100%;
    display: block;
  }

  .main .main_part2 .tb>div:first-child,
  .main .main_part4 .tb>div:first-child,
  .main .main_part2 .tb>div:last-child,
  .main .main_part4 .tb>div:last-child {
    padding: 0;
  }

  .main .main_part2>.tb>div,
  .main .main_part3>.tb>div,
  .main .main_part4>.tb>div,
  .main .main_part5>.tb>div {
    width: 100%;
    padding: 0;
    display: block;
  }

  .main .main_part4 .tb>div:first-child {
    padding-bottom: 25px;
  }

  /* 230120 더보기 버튼 삭제 START */
  /* .main .main_part2  .tb > div:last-child{
		display: none;
	} */
  /* 230120 더보기 버튼 삭제 END */

  /* .main .main_part1>div:nth-of-type(2) {
    width: 100%;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
  } */

  .main .main_part1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    /* display: block; */
    /* padding-top: calc( 100%*0.73 + 91px ); */
    margin-bottom: 27px;
  }

  .main .main_part1>div {
    display: block;
    width: 100%;
  }

  .main .main_part1 .center .main_img p,
  .main .main_part1 .center .main_img .subject {
    position: static;
    margin-top: 7px;
  }

  .main .main_part1 .center .main_img:after {
    display: none;
  }

  .main .main_part1 .center .main_img .img {
    position: relative;
  }

  .main .main_part1 .center .main_img .img:after {
    content: "";
    width: 100%;
    height: calc(100%*0.5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .main .main_part1>div.center {
    order: -1;
    padding: 0;
    width: 100%;
  }

  .main .main_tit {
    font-size: 18px;
    margin-bottom: 15px;
  }

  footer .footer2 .footer_nav .logo {
    bottom: 17px;
    right: auto;
    left: 15px;
  }

  footer .footer2 .footer_nav {
    padding-top: 15px;
    padding-bottom: 60px;
    padding-right: 0
  }

  .main .main_part4 {
    margin-bottom: 0;
  }

  .main .main_part4 .pt2 .img_list {
    margin-bottom: 0;
  }

  .main .main_part4 .pt2 .img_list a {
    display: block;
  }

  .img_list li.point a>div:nth-of-type(1) {
    padding-right: 0;
  }

  .img_list li.point a>div:nth-of-type(2) {
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 600;
  }

  .main .bor {
    border-top: 1px solid #c9242b;
    padding-top: 35px;
    margin-bottom: 25px;
  }

  .main .main_part4 .pt2 .img_list:first-of-type {
    margin-bottom: 15px;
  }

  .main .tb>div .btn_more {
    top: 40px;
    font-size: 12px;
  }

  .pg_title {
    font-size: 30px;
  }

  .intro.jp .redir_tab a,
  .intro.en .redir_tab a {
    font-size: 14px;
  }

  .search_top .right .input_wrap input {
    font-size: 13px;
  }

  .table_type .flex_type {
    padding: 20px 0;
  }

  .table_type .accodian .acc_conts {
    font-size: 14px;
    padding: 30px 10px;
  }

  .conts_width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layer_popup .popup {
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    max-width: none;
    background-color: #fff;
    top: 0;
    left: 0;
  }

  .layer_popup .popup,
  .layer_popup.h_full .popup {
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    max-width: 100%;
    margin: 0 !important;
  }

  .layer_popup .scroll_area {
    padding: 0 25px;
    padding-bottom: 170px;
  }

  .layer_popup .pop_header {
    padding-left: 25px;
    padding-right: 25px;
  }

  .layer_popup .deep_wrap {
    padding: 0;
  }

  .layer_popup .basic_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .notice {
    font-size: 13px;
  }

  /* .tooltip {
		width:20px;
		height:20px;
	} */

  .intro.jp p,
  .intro.jp div {
    font-size: 15px;
    word-break: break-all;
  }

  .intro.jp .intro_cmt {
    word-break: keep-all;
  }

  .notice_page .search_top {
    margin-top: 50px;
  }

  .intro.en p,
  .intro.ko p,
  .intro.en div,
  .intro.ko div {
    font-size: 16px;
    word-break: keep-all;
  }

  .intro .top_box p.red {
    font-size: 20px;
  }

  .intro .part2 .keywords>span {
    width: 34%;
    font-size: 13px;
    vertical-align: middle;
  }

  .intro .part2 .keywords>span:nth-of-type(2),
  .intro .part2 .keywords>span:nth-of-type(3) {
    margin-left: -23px;
  }

  .intro div.intro_cmt {
    font-size: 20px;
    background: none;
  }

  .intro .top_box .red {
    font-size: 20px;
  }

  .intro .top_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro .part3 .context_box {
    padding-left: 0;
    padding-right: 0;
  }

  .intro .redir_tab>div {
    display: inline-block;
    width: 50%;
  }

  .intro.jp .redir_tab>div:nth-of-type(3),
  .intro.en .redir_tab>div:nth-of-type(3) {
    display: inline-block;
    width: 100%;
  }

  .intro .redir_tab a {
    font-size: 14px;
    padding: 15px 0;
  }

  div.intro p.section_title {
    font-size: 20px;
    padding-bottom: 60px;
  }

  .intro .part3 .gray_box {
    padding: 0;
    background-color: #fff;
  }

  .intro .part3 .gray_box .context_box {
    padding-bottom: 0;
    padding-top: 0;
  }

  .intro .part2 .gray_box .red {
    font-size: 20px;
  }

  .intro .part2 .gray_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro .part3 .context_box .tit {
    font-size: 20px;
  }

  .intro .part3 .context_box .sub {
    font-size: 12px;
  }

  .incruit .gray_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tooltip {
    width: 20px;
    height: 20px;
  }

  .main .main_part6 {
    margin-bottom: -45px;
  }

  /* .container {
		padding-top: 40px;
		padding-bottom: 50px;
	} */

  .layer_popup .scroll_area {
    padding-bottom: 130px;
  }

  .layer_popup .conts {
    padding-bottom: 0;
  }

  .notice_page .table_type span {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .table_type .flex_type span:nth-of-type(3) {
    font-size: 12px;
  }

  .notice_page .table_type span:nth-of-type(1) {
    display: none;
  }

  /* .notice_page .table_type span:nth-of-type(4) {
  display: none;
} */

  .table_type .flex_type span:nth-of-type(2) {
    width: 70%;
  }

  .table_type .accodian .acc_btn {
    width: 15px;
    height: 15px;
  }

  .search_top .left {
    width: 100%;
    margin-bottom: 10px;
  }

  .search_top .left .select_wrap {
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .search_top .left select {
    width: 100%;
    border: none;
    border-radius: 20px;
  }

  .search_top .right {
    width: 100%;
  }

  .main .main_part1,
  .main .main_part1 .txt_list li p {
    font-size: 16px;
    font-weight: 400;
  }

  .main .main_part1>div .txt {
    /* display: none; */
    display: block;
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
  }

  .main .main_part1>div .txt>div>p,
  .main .main_part1>div .txt>div>.subject {
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .main .main_part1>div .txt>div a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 400;
  }

  .main .main_part1>div .txt>div:last-child {
    padding: 0;
  }

  .main .main_part1>div .txt>div {
    display: block;
    font-size: 16px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .main .main_part1 {}

  .lnb .lnb_conts>div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .conts_width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .user_info.user_info2 .section.email1>p.add {
    font-size: 12px;
  }

  .incruit .img_wrap img {
    margin-left: -100px;
  }

  .incruit .cmt {
    background: none;
  }

  .intro .part1 .imgs {
    display: inline-block;
    text-align: center;
  }

  .intro .part1 .imgs>div {
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
  }

  .datepicker_wrap {
    padding-right: 20px;
  }

  .datepicker_wrap::after {
    right: 5px;
  }

  .search_top .right .input_wrap input {
    padding-left: 10px;
    font-size: 12px;
  }

  .search_top .right .input_wrap button.search {
    width: 15px;
    background: url(../img/btn_search.png) no-repeat center / contain;
  }

  .search_top .right .input_wrap>div:nth-of-type(1),
  .search_top .right .input_wrap>div:nth-of-type(2) {
    width: 22%;
  }

  .intro.jp .part2 .keywords>span,
  .intro.en .part2 .keywords>span {
    font-size: 10px;
    width: 34%;
  }

  .intro.en .part2 .keywords>span {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 500px) {
  .main .main_part1 {}
}

@media (max-width: 380px) {

  .list_page .pagenation.type2 li:nth-of-type(6),
  .list_page .pagenation.type2 li:nth-of-type(7),
  .list_page .pagenation.type2 li:nth-of-type(8),
  .list_page .pagenation.type2 li:nth-of-type(9),
  .list_page .pagenation.type2 li:nth-of-type(10) {
    display: none;
  }

  .incruit .img_wrap img {
    margin-left: -150px;
  }

  .layer_popup .conts .cont_sub_tit {
    font-size: 14px;
  }
}

@-webkit-keyframes scaling-dots {

  0%,
  100% {

    opacity: 1;
  }

  35%,
  75% {
    opacity: 0.3;
  }
}

@keyframes scaling-dots {

  0%,
  100% {
    opacity: 1;

  }

  35%,
  75% {
    opacity: 0.3;
  }
}

.scaling-dots {
  display: block;
  text-align: center;
  height: 10px;
  grid-gap: 5px;
  grid-template-columns: repeat(5, 10px);
  top: 49%;
  left: calc(50% - 43px);
  position: fixed;
}

.scaling-dots div {
  -webkit-animation: scaling-dots 1s infinite ease backwards;
  animation: scaling-dots 1s infinite ease backwards;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  background-color: #c9242b;
  display: inline-block;
}

.scaling-dots div:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.scaling-dots div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.scaling-dots div:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.scaling-dots div:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.scaling-dots div:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}


.loading-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
}

.loading-area.hide {
  display: none;
}


/* 2022-06-21 수정사항 반영 */
.section-area {
  position: relative;
}

.section-area .space {
  display: block;
  position: absolute;
  top: -78px;
  left: 0;
}

@media(min-width: 1201px) {
  .section-area .space {
    top: -142px;
  }
}
