@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&display=swap');
* {
  font-family: "Poppins", "Pretendard";
}
/* 여백 초기화 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-break: keep-all;
}
html,
body {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*-------------------------------------------------------------------
    @input style
-------------------------------------------------------------------*/
button {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type=button],
input[type=reset],
input[type=text],
input[type=password],
input[type=submit],
input[type=search],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
/*-------------------------------------------------------------------
    @select
-------------------------------------------------------------------*/
select {
  font-family: 'Noto Sans KR';
  font-size: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/sl_btn.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-size: 15px;
  background-color: #fff;
  border: none;
  width: 100%;
}
/*-------------------------------------------------------------------
    @select IE10,11의 네이티브 화살표 숨기기
-------------------------------------------------------------------*/
select::-ms-expand {
  display: none;
}
/*-------------------------------------------------------------------
    @clearfix
-------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: flex;
}
.flex-jcs {
  display: flex;
  justify-content: space-between;
}
.item-center {
  align-items: center;
}
.inline-flex {
  display: inline-flex;
}
.item-center {
  align-items: center;
}
.flex-start {
  align-items: flex-start;
}
/*-------------------------------------------------------------------
    @공통서브
-------------------------------------------------------------------*/
section {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1;
}
.inner {
  width: 100%;
  max-width: 1280px;
  padding: 0px 40px;
  box-sizing: border-box;
}
.wrap1 {
  width: 100%;
  max-width: 1800px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.wrap2 {
  width: 100%;
  max-width: 1533px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.wrap-1280 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrap-wide1 {
  position: relative;
  width: 100%;
  max-width: 1740px;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrap-wide2 {
  position: relative;
  width: 100%;
  max-width: 1640px;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrap-wide3 {
  position: relative;
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}


.mw100 {
  max-width: 100%;
}
.mt0 {
  margin-top: 0 !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.hide {
  display: none !important;
}
.txtc {
  text-align: center;
}
.txtr {
  text-align: right;
}
.w25 {
  width: 25% !important;
}
.w50 {
  width: 50% !important;
}
.w100 {
  width: 100% !important;
}
.overflow-inherit {
  overflow: inherit;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: height 1s ease;
  height: 90px;
  z-index: 111;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header.reverse {
  transform: translateY(-100%);
  box-shadow: inherit;
}
#header.show {
  transform: inherit;
}
header.white {
  background: #fff;
}
header.transparent {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  height: 90px;
}
header.bg-no {
  background: transparent !important;
  backdrop-filter: inherit;
}

header.black {
  background: rgba(0,0,0,1);
  backdrop-filter: blur(15px);
  height: 90px;
}

header.transparent .wrap1>a>img {
  filter: invert(1);
}
header .wrap1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  height: 100%;
  z-index: 111;
}
header .wrap1>a {
  position: relative;
  z-index: 333;
}
header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 90px;
  background: #fff;
  width: 100%;
  height: 0;
  z-index: 1;
  transition: height 0.5s ease;
}
header.transparent::before {
  content: '';
  position: absolute;
  left: 0;
  top: 90px;
  background: #fff;
  width: 100%;
  height: 0;
  z-index: 1;
  transition: height 0.5s ease;
}
header.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 90px;
  background: #fff;
  width: 100%;
  height: 200px;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(100, 100, 100, 0.15);
  -moz-box-shadow: 0px 8px 8px 0px rgba(100, 100, 100, 0.15);
  box-shadow: 0px 8px 8px 0px rgba(100, 100, 100, 0.15);
}
header.active.transparent::before {
  content: '';
  position: absolute;
  left: 0;
  top: 90px;
  background: #fff;
  width: 100%;
  height: 200px;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
header.main:after {
  content: '';
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  height: 0px;
  background: #ff936d;
  z-index: 2;
  transition: width 0.5s ease;
}
header.transparent:after {
  content: '';
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  height: 0px;
  background: #ff936d;
  z-index: 2;
  transition: width 0.5s ease;
}
header.main.active:after,
header.transparent.active:after {
  width: 100%;
  height: 1px;
}
header.sub:after {
  content: '';
  position: absolute;
  left: 0;
  top: 116px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
ul.gnb {
  position: relative;
  z-index: 222;
  display: flex;
}
.active ul.gnb::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 342px;
  z-index: 11;
}
ul.gnb>li {
  position: relative;
  z-index: 222;
  margin-right: 35px;
  position: relative;
}
ul.gnb>li:last-child {
  margin-right: 0px;
}
ul.gnb>li>a {
  transition: color 0.5s ease;
  padding: 35px 15px;
}
.transparent ul.gnb>li>a {
  transition: color 0.5s ease;
  padding: 35px 15px;
  color: rgba(255, 255, 255, 0.33);
}
.transparent ul.gnb>li.active>a {
  color: #fff;
}
ul.gnb li a {
  display: block;
  font-family: 'Poppins', 'Open Sans';
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #8D8D8D;
  text-transform: uppercase;
}

ul.gnb li a {
  font-family: 'Barlow', sans-serif;
}
ul.gnb>li:hover>a {
  color: #000000;
}
ul.gnb>li ul li:hover>a {
  color: #EB4B13
}
.transparent ul.gnb>li:hover>a {
  color: #fff;
}
.transparent ul.gnb>li ul li:hover>a {
  color: #EB4B13
}
ul.gnb li>ul {
  position: relative;
  padding-top: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.1s ease;
  transition-delay: 0s;
  left: 0;
  visibility: hidden;
  height: 0;
  padding-left: 20px;
  transition: height 0.5s ease;
}
header.active ul.gnb li>ul {
  z-index: 111;
  opacity: 1;
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
  visibility: visible;
  top: 20px;
}
ul.gnb li>ul li a {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #919191;
}
ul.gnb li.active>ul li.active a {
  color: #EB4B13;
}
section.contents {
  position: relative;
  padding-bottom: 50px;
}
section.contents:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 343px;
  background: #F1F0EF;
  z-index: -1;
}
section.contents h4 {
  margin-top: 110px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #9E9E9E;
}
section.contents ul {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap:20px;
}
section.contents ul li {
  max-width: 471px;
}
section.contents ul li .img-box {
  font-size: 0;
  filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.1));
}
section.contents ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}
section.contents ul li .text-box {
  padding: 32px 22px;
  box-sizing: border-box;
}
section.contents ul li .text-box h5 {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #383838;
  mix-blend-mode: normal;
}
section.contents ul li .text-box p {
  margin-top: 11px;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #686868;
}
.fixed-box-wrap {
  display: flex;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px -20px 55px rgb(0 0 0 / 15%);
  width: 100vw;
  height: 100px;
  background: #fff;
  position: relative;
  z-index: 111;
  position: fixed;
  bottom: 0;
  transform: translateY(100px);
  transition: transform 0.5s ease;
}
.fixed-box-wrap.active {
  transform: translateY(0px);
}
.fixed-box {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: 1800px;
  margin: 0 auto;
  bottom: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 45px;
  box-sizing: border-box;
  z-index: 11;
  opacity: 1;
}
.fixed-box>div,
.fixed-box>div>div {
  display: flex;
  align-items: center;
}
.fixed-box>div p {
  margin-left: 23px;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #000000;
}
.fixed-box>div span {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #9A9A9A;
}
.fixed-box>div span.br1 {
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
}
.fixed-box>div span.br1:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  width: 2px;
  height: 22px;
  background: #D9D9D9;
}
.fixed-box>div span a {
  margin-right: 55px;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -1px;
  color: #000000;
}
.fixed-box>div>div>a {
  padding: 12px 45px;
  background: #EB4B13;
  border-radius: 5px;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -1px;
  color: #FFFFFF;
}
footer {
  background: #101010;
  padding-bottom: 100px;
  padding-top: 105px;
}
footer .top {
  position: absolute;
  width: 100%;
  top: -12px;
}
footer .top h4 {
  position: absolute;
  left: 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  text-align: left;
}
footer .top div {
  position: absolute;
  right: unset;
  width: 100%;
  text-align: right;
  margin-top: 0px;
}
footer .top div p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #EB4B13;
  padding-right: 4px;
  padding-bottom: 3px;
}
footer .top div>div {
  margin-top: 19px;
}
footer .top div p:after {
  content: '';
  position: absolute;
  right: 0;
  width: 110px;
  height: 1px;
  background: rgba(255, 255, 255, 0.33);
  bottom: 0;
}
footer .top div a {
  margin-right: 18px;
}
footer .top div a:last-child {
  margin-right: 0;
}
footer .top div img {
  width: 22px;
}
footer .middle {
  max-width: 650px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
footer .middle .left ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
footer .middle .left ul li span {
  width: 115px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.3);
}
footer .middle .left ul li p {
  margin-left: 21px;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #FFFFFF;
}
footer .middle .right {
  width: 250px;
}
footer .middle .right p {
  margin-top: -4px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.3);
}
footer .middle .right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 7px;
}
footer .middle .right ul li {
  display: flex;
  align-items: center;
  width: 50%;
}
footer .middle .right ul li.txt-r {
  text-align: right;
  justify-content: flex-start;
  width: 120px;
}
footer .middle .right ul li.txt-r a {
  width: max-content;
  display: block;
  text-align: left;
}
footer .middle .right ul li a {
  position: relative;
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 1;
}
footer .middle .right ul li.active a::before {
  content: '';
  position: absolute;
  left: -10%;
  bottom: 6px;
  width: 120%;
  height: 11px;
  background: #EB4B13;
  z-index: -1;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 50px;
  flex-direction: row;
  align-items: flex-start;
}
footer .bottom>div:first-child a {
  position: relative;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-right: 25px;
  padding-right: 25px;
}

footer .bottom>div p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.33);
}
footer .bottom>div p a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.25);
  text-align: right;
  display: block;
  position: relative;
  top: -5px;
}
.ham-btn {
  display: none;
}
section.contents ul li:nth-child(2) {
  /* margin: 0 40px; */
}
.paging {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging>a {
  padding: 0 17px;
}
.paging>a:last-child {
  margin-right: 0;
}
.paging svg {
  width: auto;
}
.paging .next svg {
  transform: rotate(180deg);
}
.paging span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #7C8897;
}
.paging .prev,
.paging .next {
  margin-right: 17px;
  padding: 0;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EB4B13;
  border-radius: 10px;
  transition: background 0.5s ease;
}

.paging .prev > span {
  background: url(../images/sub/page_arr1.svg) no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50% 50%;    
}

.paging .next > span {
  background: url(../images/sub/page_arr1.svg) no-repeat;
  width: 44px;
  height: 44px;
  background-position: 50% 50%;
  transform: rotate(-180deg);    
}

.paging .prev:hover,
.paging .next:hover {
  background: #EB4B13;
}

.paging .prev:hover > span {
  background: url(../images/sub/page_arr2.svg) no-repeat;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  transform: rotate(-180deg);
}

.paging .next:hover > span {
  background: url(../images/sub/page_arr2.svg) no-repeat;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  transform: rotate(0deg);
}

.paging .prev:hover svg path,
.paging .next:hover svg path {
  stroke: #fff;
  transition: all 0.5s ease;
}
.paging .next {
  margin-left: 17px;
}
/* media=>press */
section.sub .board1 {}
section.sub .board1 .board1-top p {
  font-family: 'Pretndard';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -1px;
  color: #000000;
}
section.sub .board1 .board1-top p span {
  margin-left: 5px;
  color: #EB4B13;
  font-weight: 400;
}
section.sub .board1 .board1-top-input>div {
  position: relative;
  width: 400px;
}
section.sub .board1 .board1-top-input input {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #919191;
  color: rgba(0, 0, 0, 0.85);
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  outline: none;
  padding: 15px 3px;
}
section.sub .board1 .board1-top-input input:focus {
  box-shadow:  0px -1px 0px 0px #000 inset;
  border-bottom: 1px solid #000;
}
section.sub .board1 .board1-top-input img {
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
section.sub .board1 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.sub .board1 ul li {
  margin-right: 3.5%;
  display: inline-block;
  width: 31%;
  margin-top: 75px;
}
section.sub .board1 ul li:nth-child(1),
section.sub .board1 ul li:nth-child(2),
section.sub .board1 ul li:nth-child(3) {
  margin-top: 45px;
}
section.sub .board1 ul li:nth-child(3n) {
  margin-right: 0;
}
section.sub .board1 ul li .img-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
section.sub .board1 ul li .text-box-title {
  display: block;
  margin-top: 24px;  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #EB4B13;
}
section.sub .board1 ul li .text-box-title.colorgray {
  color: #9E9E9E;
  font-weight:bold;
}

section.sub .board1 ul li .text-box-contents {
  margin-top: 10px;
  height: 62px;
  max-height: 62px;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: -0.025em;
  color: rgba(0, 0, 0, 0.85);
}
section.sub .board1 ul li .text-box-date {
  display: block;
  margin-top: 10px;
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1300px) {
  footer {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  footer .wrap-1280 {
    max-width: 100%;
    padding: 0 20px;
  }
  footer .top {
    position: relative;
    display: flex;
    justify-content: center;
    top: 0;
    max-width: 740px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
  }
  footer .top h4,
  footer .top>div,
  footer .top div {
    position: relative;
  }
  footer .top div p:after {
    content: '';
    position: absolute;
    left: unset;
    width: 110px;
    height: 1px;
    background: rgba(255, 255, 255, 0.33);
    bottom: unset;
    top: 35px;
    transform: unset;
    right: 0;
  }
  footer .middle {
    margin-top: 30px;
    max-width: 740px;
  }
  footer .bottom {
    max-width: 740px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .wrap-1280 {
    max-width: 100%;
    padding: 0 20px;
  }
  section.sub .board1 ul li:nth-child(1),
  section.sub .board1 ul li:nth-child(2) {
    margin-top: 30px;
  }
  section.sub .board1 ul li:nth-child(3) {
    margin-top: 45px;
  }
  section.sub .board1 ul li {
    margin-top: 45px;
    width: 48%;
    margin-right: 4%;
  }
  section.sub .board1 ul li:nth-child(3n) {
    margin-right: 0;
  }
  section.sub .board1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  section.sub .board1 ul li:nth-child(2n+1) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 1024px) {
  body.active {
    overflow: hidden;
  }
  header.on.main:after {
    height: 2px;
    top: 90px;
    width: 100%;
  }
  .ham-btn {
    width: 40px;
    height: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ham-btn span {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #262626;
    display: block;
    transform-origin: center center;
    /* transition: transform 0.5s ease;                   */
  }
  .transparent .ham-btn span {
    background-color: #fff;
  }
  .ham-btn span:last-child {
    top: 0px;
    margin-top: 12px;
  }
  .on .ham-btn span {
    transform: rotate(-45deg);
    top: 6px;
    /* transition: transform 0.5s ease;         */
  }
  .on .ham-btn span:last-child {
    top: -7px;
    transform: rotate(45deg);
  }
  ul.gnb {
    position: fixed;
    width: 0%;
    height: 100vh;
    opacity: 1;
    z-index: 111;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 90px;
    background: #fff;
    transition: width 0.5s ease;
    top: 0;
    right: 0;
    left: unset;
  }
  header.transparent ul.gnb {
    margin-top: 90px;
  }
  ul.gnb>li {
    opacity: 0;
    transition: opacity 0.1s ease;
    transition-delay: 0s;
    visibility: hidden;
  }
  .on ul.gnb>li {
    opacity: 1;
    transition: opacity 0.5s ease;
    transition-delay: 0.5s;
    visibility: visible;
  }
  ul.gnb>li>a {
    pointer-events: none;
  }
  ul.gnb>li {
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
  }
  ul.gnb>li i {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 16px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul.gnb>li i:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: rgba(0, 0, 0, 0.3);
  }
  ul.gnb>li i:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background: rgba(0, 0, 0, 0.3);
  }
  ul.gnb>li.active i {
    background: #EB4B13;
    border: 2px solid #EB4B13;
  }
  ul.gnb>li.active i:before,
  ul.gnb>li.active i:after {
    background: #fff;
  }
  ul.gnb>li.active i:before {
    width: 0;
  }
  ul.gnb li a {
    opacity: 0;
    transition-delay: 0.5s;
    transition: opacity 0.5s ease;
  }
  .on ul.gnb li a {
    opacity: 1;
    transition-delay: 0.5s;
    transition: opacity 1s ease;
  }
  .on ul.gnb {
    position: fixed;
    width: 50%;
    height: 100vh;
    opacity: 1;
    z-index: 111;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 90px;
    background: #fff;
    transition: width 0.5s ease;
    top: 0;
    right: 0;
    left: unset;
  }
  .transparent.on ul.gnb {
    margin-top: 90px;
  }
  .on ul.gnb>li>a {
    padding: 20px 0;
  }
  ul.gnb>li:last-child {
    margin-right: 35px;
  }
  .on ul.gnb::before {
    top: 0;
    left: 0;
    width: 0%;
    height: 100vh;
  }
  header::before {
    transition: none;
    transition: width 0.5s ease;
    width: 0%;
    height: 100vh;
    background: rgba(62, 62, 62, 0.8);
    backdrop-filter: blur(15px);
  }
  header.on::before {
    content: '';
    position: fixed;
    left: 0;
    top: 90px;
    width: 50%;
    height: 100vh;
    background: rgba(62, 62, 62, 0.8);
    backdrop-filter: blur(15px);
    z-index: 11;
    transition: width 0.5s ease;
  }
  ul.gnb>li>ul {
    padding-left: 17px;
    margin-left: 1px;
  }
  ul.gnb>li.active>ul {
    height: auto;
    opacity: 1;
    visibility: visible;
    border-left: 1px solid #000C7C;
  }
  .fixed-box {
    padding: 0 20px;
  }
  .fixed-car {
    width: 100px;
  }
  .fixed-box>div p {
    margin-left: 13px;
    font-size: 14px;
  }
  .fixed-box>div span a {
    font-size: 20px;
    margin-right: 10px;
  }
  .fixed-box>div>div>a {
    padding: 12px 20px;
  }
  .fixed-box>div span.br1 {
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
  }
  .transparent ul.gnb>li>a {
    color: #8D8D8D;
  }
  .transparent ul.gnb>li:hover>a {
    color: #000;
  }
  .transparent ul.gnb>li.active>a {
    color: #000;
  }
  .on ul.gnb>li:first-child {
    margin-top: 35px;
  }
  header.transparent .on ul.gnb {
    margin-top: 90px;
  }
  header.transparent::before {
    width: 100%;
    height: 100vh;
    transition: opacity 0.3s ease;
    background: rgba(62, 62, 62, 0.8);
    backdrop-filter: blur(15px);
    opacity:0;
  }
  header.transparent.on::before {
    top: 90px;    
    transition: opacity 0.3s ease;
    background: rgba(62, 62, 62, 0.8);
    backdrop-filter: blur(15px);
    opacity:1;
  }
}
@media only screen and (max-width: 640px) {
  header,
  header.transparent {
    height: 60px;
  }
  header>.wrap1>a img {
    width: 157px;
  }
  header.main:after {
    top: 60px;
  }
  header.on.main:after {
    height: 2px;
    top: 60px;
    width: 100%;
  }
  .on ul.gnb {
    width: 100%;
    margin-top: 60px;
  }
  .transparent.on ul.gnb {
    width: 100%;
    margin-top: 60px;
  }
  header.on::before {
    top: 60px;
  }
  .ham-btn {
    width: 30px;
    height: 25px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header::before {
    display: none;
  }
  ul.gnb {
    margin-top: 60px;
    padding-top: 30px;
  }
  .on ul.gnb>li:first-child {
    margin-top: 0;
  }
  ul.gnb>li {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  ul.gnb>li>a {
    padding: 15px 0;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  footer .top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  footer .top h4 {
    width: 100%;
    text-align: center;
  }
  footer .top div {
    position: relative;
    right: unset;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  footer .top div p {
    padding-right: 0px;
    padding-bottom: 3px;
  }
  footer .top div>div {
    margin-top: 19px;
  }
  footer .top div p:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 110px;
    height: 1px;
    background: rgba(255, 255, 255, 0.33);
    bottom: unset;
    top: 35px;
    transform: translateX(-50%);
  }
  footer .middle {
    display: none;
  }
  footer .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }

  footer .bottom>div p a {
    text-align: center;
  }
  
  footer .bottom>div:first-child a {
    margin-right: 25px;
    padding-right: 25px;
  }
  footer .bottom>div:first-child a:last-child {
    margin-right: 0px;
    padding-right: 0px;
  }
  .fixed-box-wrap {
    height: 70px;
  }
  .fixed-box {
    height: 70px;
  }
  .fixed-box>div p {
    display: none;
  }
  .fixed-box>div:last-child>div:first-child {
    display: none;
  }
  .fixed-box>div {
    width: 50%;
  }
  .fixed-car {
    max-width: 108px;
    width: 100%;
  }
  .fixed-box>div>div>a {
    width: 100%;
  }
  .fixed-box>div, .fixed-box>div>div {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: center;
  }
  section.contents h4 {
    margin-top: 50px;
  }
  section.contents ul {
    margin-top: 30px;
  }
  section.contents .flex-jcs {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  section.contents ul li:nth-child(2) {
    margin: 20px 0px;
  }
  section.contents ul li .text-box {
    padding: 20px 0;
    box-sizing: border-box;
  }
  section.contents ul li .text-box p {
    word-break: keep-all;
  }
  section.contents ul li .text-box p br {
    display: none;
  }
  section.contents:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #F1F0EF;
    z-index: -1;
  }
  .paging {
    margin-top: 20px;
  }
  .paging>a {
    padding: 0 7px;
  }
  .paging .prev, .paging .next {
    margin-right: 7px;
    padding: 0;
    width: 30px;
    height: 30px;
  }
  .paging .prev svg,
  .paging .next svg {
    width: 6px;
  }
  .paging .next {
    margin-left: 7px;
  }
  section.sub .board1-top {
    margin-top: 30px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  section.sub .board1 ul li {
    margin-top: 30px !important;
  }
  section.sub .board1 .board1-top p {
    font-size: 14px;
    line-height: 1.5;
  }
  section.sub .board1-top>div {
    width: 100%;
  }
  section.sub .board1 .board1-top-input>div {
    position: relative;
    width: 100%;
  }
  section.sub .board1 .board1-top-input>div {
    margin-top: 10px;
  }
  section.sub .board1 .board1-top-input input {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -1px;
    padding: 5px 3px;
  }
  section.sub .board1 .board1-top-input img {
    width: 15px;
  }
  section.sub .board1 ul li .text-box-title {
    font-size: 13px;
    line-height: 1;
    margin-top: 15px;
  }
  section.sub .board1 ul li .text-box-contents {
    margin-top: 5px;
    height: 45px;
    max-height: 45px;
    font-size: 15px;
    line-height: 1.5;
  }
  section.sub .board1 ul li .text-box-date {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1;
  }

  footer .bottom>div p {
    text-align: center;
  }
}



/* 2024-02-15 footer 문의하기 */
#frmInbound .col-input {min-width: 188px;}
#frmInbound input {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #222;
    font-weight: 500;
    top: 2px;
    position: relative;
    font-size: 14px;
    height: 35px !important;
    padding: 0 10px;
}
#frmInbound input.inbound_tel {
    margin-left:10px;
}
#frmInbound button.inbound_btn {
    height: 40px;
    min-width: 141px;
    border-radius: 7px;
    background-color: #070707;
    text-align: center;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-left: 10px;
	cursor:pointer;
}

#frmInbound .inbound-privacy{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
	font-size: 15px;
}
#frmInbound .inbound-chk{vertical-align: middle;height: inherit !important;}


/* 모바일 상담/문의 팝업레이어 */
#frmInbound_mo input {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #222;
    font-weight: 500;
    position: relative;
    font-size: 14px;
    padding: 5px 10px;
	width: 70%;
}
#frmInbound_mo .inbound-privacy{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	gap: 20px;
}
#frmInbound_mo .inbound-chk{vertical-align: middle;height: inherit !important; width:unset;}

.form-pc {display:block;}
.form-mo {display:none !important;}
.form-mo .inbound_btn {display:none !important;}

@media (max-width:1490px) {
	.form-left p {display:none;}
	.form-right .form-right-info .br1{display:none;}
}
@media (max-width:1240px) {
	.form-left img {display:none;}
	.fixed-box>div span a {
		font-size: 20px;
		margin-right: 10px;
	}
}
@media (max-width:1024px) {
	#frmInbound button.inbound_btn {
		min-width: unset;
		padding: 0 20px;
	}
}
@media (max-width:870px) {
	.form-right .form-right-info {display:none !important;}
}
@media (max-width:700px) {
	#frmInbound {display:none !important;}
	.form-left {opacity:0; width:0 !important;}
	.form-pc {display:none !important; opacity:0; width:0;}
	.form-mo {display:flex !important;}
	.form-mo .inbound_btn {display:block !important;}

	.fixed-box {
		justify-content: center;
		gap: 20px;
	}
	.fixed-box>div>div>a {padding: 12px 45px; }
}

/*2024-02-15 privacy 팝업*/
.popup_layer_footer {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.popup_box_footer {
    position: relative;
    top: 50%;
    left: 50%;
    overflow: hidden;
    height: 600px;
    width: 375px;
    transform: translate(-50%, -50%);
    z-index: 1002;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.popup_box_footer .popup_cont_footer {
    padding: 30px;
    line-height: 1.4rem;
    font-size: 14px;
}
.popup_box_footer .popup_cont_footer h2 {
	font-size: 1.5rem;
    padding: 15px 0;
    color: #333;
    margin: 0;
}
.popup_box_footer .popup_cont_footer .cont {
	margin-top: 20px;
    max-height: 380px;
    overflow-y: auto;
}
.popup_box_footer .popup_cont_footer p {
    padding-top: 10px;
}
.popup_box_footer .popup_btn_footer {
    position: absolute;
    text-align: center;
    bottom: 0;
	left:0;
    width: 100%;
    line-height: 70px;
    height: 70px;
    background: #ECECEC;
}
.popup_box_footer .popup_btn_footer a {
    position: relative;
    height: 70px;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background: #ECECEC;
	color: #000;
    font-weight: bold;
}
.popup_box_footer .popup_btn_footer a.close_day {
    background: #5d5d5d;
}
.popup_box_footer .popup_btn_footer a.close_day:before,
.popup_box_footer .popup_btn_footer a.close_day:after {
    display: none;
}
.popup_overlay_footer {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.5);
}


@media screen and (max-width: 700px) {
    .popup_box_footer {
        height: 450px;
        width: 96%;
    }
	.popup_box_footer .popup_cont_footer .cont {
		max-height: 165px;
	}
}

