@charset "utf-8";
@font-face {
  font-family: "Pretendard";
  src: url('fonts/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('fonts/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('fonts/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('fonts/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('fonts/Pretendard-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('fonts/Pretendard-SemiBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('fonts/Pretendard-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('fonts/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('fonts/Pretendard-Black.woff') format('woff');
  font-weight: 1000;
  font-style: normal;
}
@font-face {
  font-family: "play";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Play-Regular.woff) format("woff");
}

@font-face {
  font-family: "play";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Play-Bold.woff) format("woff");
}

@font-face {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  src: url(fonts/Sofia-Pro-Bold-Az.woff) format("woff");
}




* {
  word-break: keep-all;
  font-family: "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.open {
  overflow: hidden;
}
pre {
  white-space: pre-wrap;
  line-height: 1.7;
}
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!important;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  text-decoration: none!important;
}

del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.flex {
  display: flex;
}
.flex__l {
  display: flex;
  justify-content: flex-start;
}
.flex__lc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex__lr {
  display: flex;
  justify-content: space-between;
}
.flex__lrc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex__lrb {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.flex__r {
  display: flex;
  justify-content: flex-end;
}
.flex__rc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex__c {
  display: flex;
  justify-content: center;
}
.flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
:root {
  --w: #fff;
  /* CSS 전역 변수 선언 */
  --active: #0CB2D6;
}
.com__board1 {
  width: 100%;
  box-sizing: border-box;
}
.com__board1.mt1 {
  margin-top: 230px;
}
.com__board1.p__type1,
.com__board1.p__type2 {
  padding-left: 25px;
  padding-right: 25px;
}
.com__board1 table {
  width: 100%;
}
.com__board1 table th {
  padding: 15px 10px;
  color: #222;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.80);
  border-top: 2px solid #FF792E;
  background: rgba(255, 121, 46, 0.02);
}
.com__board1 table td {
  vertical-align: middle;
  text-align: center;
  padding: 25px 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.com__board1 table tr:nth-child(odd) td {
  background: #fff;
}
.com__board1 table tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.80);
}
.com__board1 table td:nth-child(1) {
  color: #BFBFBF;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.com__board1 table td:nth-child(2) {
  color: #444;
  font-family: 'Pretendard';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  padding: 25px 0;
}
.com__board1 table td.link {
  padding: 0;
}
.com__board1 table td.link a {
  display: block;
  width: 100%;
  padding: 25px 0;
  box-sizing: border-box;
}
.com__board1 table td:nth-child(3) {
  color: rgba(0, 0, 0, 0.50);
  text-align: center;
  /* font-family: Graphik; */
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.45px;
  text-transform: uppercase;
}
.com__board1.p__type2 table td:nth-child(1) {
  padding: 25px 33px;
  width: 20px;
}
.com__board1.p__type2 table td.link a {
  padding: 25px 65px;
}
.com__board1.p__type2 table td:nth-child(3) {
  padding: 25px 35px;
  width: 90px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 33;
  transition: all 0.5s;
}
header.hide {
  transform: translateY(-100%);
}
header.reverse {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
header.top {
  background: #fff;
  box-shadow: none;
}
header.hover {
  background: #333;
  padding-bottom: 170px;
}
.header__top .logo {
  position: relative;
  z-index: 1;
}
.search__wrap {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.common__select {
  display: inline-block;
  max-width: 180px;
  height: 42px;
  width: 100%;
  margin-right: 8px;
}
.common__select select {
  height: 42px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F9F9F9;
  box-sizing: border-box;
  padding: 0 35px 0 20px;
  -webkit-appearance: none;
  /* 크롬 화살표 없애기 */
  -moz-appearance: none;
  /* 파이어폭스 화살표 없애기 */
  appearance: none;
  /* 화살표 없애기 */
  background: #F5FCFE url( "../../images/esangsang_main/select_arr1.svg") no-repeat;
  background-size: 15px 9px;
  background-position: calc(100% - 24px) 50%;
  color: rgba(0, 0, 0, 0.50);
  font-family: 'Pretendard';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
  outline: none;
}
.common__search {
  max-width: 435px;
  height: 42px;
  width: 100%;
  position: relative;
}
.common__search input {
  padding: 0 35px 0 20px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F9F9F9;
  outline: none;
}
.common__search button {
  position: absolute;
  background: url(../../images/esangsang_main/select_search.svg) no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  outline: none;
  z-index: 3;
  cursor: pointer;
}
/* paging */
.paging {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.paging>* {
  margin-right: 5px;
}
.paging>*:last-child {
  margin-right: 0;
}
.paging .number {
  color: rgba(88, 88, 96, 1);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 9px 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: transparent;
  box-sizing: border-box;
}
.paging .number.current {
  border-radius: 40px;
  width: 34px;
  height: 34px;
  background: rgba(23, 119, 201, 1);
  color: #fff;
  box-sizing: border-box;
}
.paging span {
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.paging span a {
  width: 100%;
  height: 100%;
  display: block;
}
.paging span.first {
  font-size: 0;
  background: url(../../images/esangsang_main/paging_first.svg) no-repeat;
  background-position: 50% 50%;
  filter: brightness(0.5);
}
.paging span.prev {
  font-size: 0;
  background: url(../../images/esangsang_main/prev_arr1.png) no-repeat;
  background-position: 50% 50%;
}
.paging span.prev.disible {
  opacity: 0.5;
}
.paging span.next {
  font-size: 0;
  background: url(../../images/esangsang_main/next_arr1.png) no-repeat;
  background-position: 50% 50%;
}
.paging span.next.disible {
  opacity: 0.5;
}
.paging span.last {
  font-size: 0;
  background: url(../../images/esangsang_main/paging_last.svg) no-repeat;
  background-position: 50% 50%;
  filter: brightness(0.5);
}
.paging a.number:first-child {
  /* 여기에 스타일을 적용하세요 */
  margin-left: 15px;
}
.paging>div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a.number:last-child {
  margin-right: 15px;
}
.ani__tb {
  transform: translateY(-100px);
  opacity: 0;
}
.ani__rl {
  transform: translateX(100px);
  opacity: 0;
}
.ani__bt {
  transform: translateY(100px);
  opacity: 0;
}
.ani__lr {
  transform: translateX(-100px);
  opacity: 0;
}
.ani__opa {
  opacity: 0;
}
.ani__blur {
  filter: blur(15px);
  opacity: 0;
}
.ani_height1 {
  height: 100%;
}
footer {
  background: #292929;  
  padding: 100px 0;
}
header .inner,
footer .inner {
  padding: 0 100px;
  max-width: 100%;
  box-sizing: border-box;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top .flex__c {
  display: flex;
}
.header__top .flex__c>li {
  position: relative;
}
.header__top .flex__c>li>a {
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0%;
  color: rgba(34, 34, 34, 1);
  padding: 56px 25px;
  display: block;
  transition: color 0.5s ease;
}
.header__top .flex__c>li.active>a,
.header__top .flex__c>li:hover>a {
  color: rgba(39, 118, 187, 1);
}
.header__top .flex__c>li>.depth2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  padding: 30px 50px;
  text-align: center;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 0px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, top 0.5s ease;
}
.header__top .flex__c>li:hover>.depth2 {
  top: calc(100% - 20px);
  opacity: 1;
  pointer-events: initial;
}
.header__top .flex__c>li>.depth2 li {
  width: max-content;
  text-align: center;
}
.header__top .flex__c>li>.depth2 li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  transition: color 0.5s ease;
}
.header__top .flex__c>li>.depth2 li.active a {
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 5px;
  color: rgba(39, 118, 187, 1);
}
.header__top .flex__c>li>.depth2 li:hover a {
  color: rgba(39, 118, 187, 1);
}
header .ham {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 6px;
  flex-direction: column;
  cursor: pointer;
}
header .ham span {
  display: block;
  width: 42px;
  height: 2px;
  background: rgba(34, 34, 34, 1);
  position: relative;
  transition: transform 0.5s ease;
}
header .ham.active span:first-child {
  transform: rotate(45deg);
}
header .ham.active span:last-child {
  transform: rotate(-45deg);
  top: -8px;
  position: relative;
}
.header__bottom {
  opacity: 0;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #fff url("../../images/esangsang_main/bg1.png") no-repeat;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: left calc(50% + 130px);
  background-size: contain;
  padding: 0 20px;
  padding-top: 90px;
  box-sizing: border-box;
}
body.open .header__bottom {
  opacity: 1;
  pointer-events: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__bottom>ul {
  padding: 50px 0;
  flex-direction: column;
  gap: 30px;
}
.header__bottom>ul>li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.header__bottom>ul>li>a {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  font-size: 160px;
  line-height: 130px;
  letter-spacing: -5%;
  transition: color 0.5s ease;
}
.header__bottom>ul>li.active>a,
.header__bottom>ul>li:hover>a {
  color: rgba(39, 118, 187, 1);
}
.header__bottom>ul>li>.depth2 {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
}
.header__bottom>ul>li>.depth2 li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: -5%;
  color: rgba(29, 29, 31, 1);
  transition: color 0.5s ease;
}
.header__bottom>ul>li>.depth2 li.active a,
.header__bottom>ul>li>.depth2 li:hover a {
  color: rgba(39, 118, 187, 1);
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;  
}

.footer__top .box1 ul li {
  
}

.footer__top .box1 ul li a {
  font-size: 20px;
  font-family: "Pretendard";
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.8;
  text-align: left;
}

.footer__top .box2 .info1 {

}

.footer__top .box2 .info1 p {  
  font-size: 16px;
  font-family: "Pretendard";
  color: #8d8d8d;
  font-weight: 400;
  line-height: 1.75;
}

.footer__top .box2 .info1 p span {  
  font-size: 16px;
  font-family: "Pretendard";
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1.75;  
}

.footer__top .box2 .info2 {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.footer__top .box2 .info2 h3 {
  font-size: 50px;
  font-family: "Pretendard";
  color: rgb(255, 255, 255);  
  font-weight: 400;
}

.footer__top .box2 .info2 div span {
  font-size: 40px;
  font-family: "Pretendard";
  color: rgb(12, 110, 254);
  font-weight: 800;
}

.footer__top .box2 .info2 div p {
  font-size: 13px;
  font-family: "Pretendard";
  color: rgb(255, 255, 255);
}

.footer__top .box3 ul {
  margin-top: 35px;
  display: flex;
  gap: 22px;
  flex-direction: row-reverse;
}

.footer__bottom {
  margin-top: 80px;
  display: flex;
  align-items: center; 
  justify-content: space-between;
}

.footer__bottom .text1 {
  text-align: right;
}

.footer__bottom .text1 p,
.footer__bottom .text1 p a {
  font-size: 13px;
  font-family: "Pretendard";
  color: rgba(255, 255, 255, 0.302);
  line-height: 1.583;
}

.family-site {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: transparent url(../../images/esangsang_main/footer_arr1.png) no-repeat;
  background-position: calc(100% - 25px) 50%;
  font-size: 15px;
  font-family: "Pretendard";
  color: #fff;
  border: 1px solid #fff;
  width: 250px;
  height: 50px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}

.family-site > span {
  padding: 10px 20px;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: 50px;
  box-sizing: border-box;
  align-items: center;
}

.dropdown {
  position: absolute!important;
  bottom: 100%;
  left: 0;  
  width: 100%;
  background: #292929;
  border: 1px solid #fff;
  display: none;
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.dropdown a {
  display: block;
  padding: 15px 5px;
  text-decoration: none;
  color: #fff;
  text-align: left;
}

.dropdown a:hover {
  color: #0c6efe;
}

@media screen and (max-width: 1600px) {
  footer {
    padding: 80px 0;
  }
  header .inner,
  footer .inner {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 60px 0;
  }
  header .inner,
  footer .inner {
    padding: 0 40px;
  }
  .header__bottom>ul>li>a {
    font-size: 9vw;
    line-height: 1;
  }
  .header__bottom>ul>li>.depth2 li a {
    font-size: 17px;
  }
  .header__bottom>ul>li>.depth2 {
    gap: 20px;
  }
}
@media screen and (max-width: 1280px) {

  .footer__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .footer__top .box1 ul {
    gap: 20px;
    display: flex;
  }

  .footer__top .box2 {
    margin-top: 50px;
  }

  .footer__top .box3 {
    position: absolute;
    right: 40px;
  }

  .footer__top .box1 ul li a {
    font-size: 15px;    
  }
  
  .footer__top .box2 .info1 p,
  .footer__top .box2 .info1 p span {
    font-size: 13px;
  }

  .footer__top .box2 .info2 h3 {
    font-size: 50px;
  }

  .footer__top .box2 .info2 div span {
    font-size: 40px;
  }
  


}
@media screen and (max-width: 1024px) {
  footer {
    padding: 50px 0 100px;
  }
  header .inner,
  footer .inner {
    padding: 0 20px;
  }
  .footer__top__info p {
    font-size: 40px;
    line-height: 2.5;
  }
  .footer__bottom__info div span,
  .footer__bottom__info div p {
    font-size: 13px;
    line-height: 1.7;
  }
  .header__top .flex__c {
    display: none;
  }
  header .inner {
    padding: 30px 20px;
  }
  header .logo img {
    width: 120px;
  }


  .footer__top .box3 {
    position: relative;
    right: 0;
    margin-top: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

}
@media screen and (max-width: 780px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
  }
  .footer__top__info {
    text-align: center;
    margin-top: 30px;
  }
  .footer__top__logo img {
    width: 100px;
  }
  .footer__top__info span {
    font-size: 13px;
    line-height: 1.5;
  }
  .footer__top__info p {
    font-size: 30px;
    line-height: 2.5;
  }
  .footer__bottom {
    margin-top: 0;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .footer__bottom__info {
    text-align: center;
  }
  .footer__bottom__row {
    display: inline-flex;
    gap: 3px;
  }
  .footer__bottom__copy {
    text-align: center;
  }
  .header__bottom>ul>li {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
  }

  .footer__top .box2 .info2 {
    display: flex;
    gap: 20px;
    margin-top: 60px;
    flex-direction: row;
    justify-content: center;
  }

  .footer__top .box3 {         
      margin-top: 40px;
      margin-bottom: 60px;      
      flex-direction: column;
  }

  .footer__bottom .text1 p, .footer__bottom .text1 p a {    
    text-align: center;
  }
}
@media screen and (max-width: 640px) {

  .footer__top .box1 ul {
      gap: 10px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
  }

  .footer__top .box1 ul li a {
      font-size: 13px;
  }

  .footer__top .box2 .info1 p, .footer__top .box2 .info1 p span {
      font-size: 12px;
  }


  .footer__top .box2 .info2 {
      display: flex;
      gap: 20px;
      margin-top: 30px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .footer__top .box2 .info2 h3 {
      font-size: 30px;
  }

  .footer__top .box2 .info2 div {
      text-align: center;
      display: flex;
      gap: 5px;
      flex-direction: column;
  }

  .footer__top .box2 .info2 div span {
      font-size: 25px;
  }


  
  

}
