/* 전 php 공통으로 쓰이는 body header footer만 들어있습니다. */

html {letter-spacing: -0.5px; max-width:100%; margin:0 auto !important; position: relative;  font-size:62.5%; scroll-behavior: smooth; width:100%;  }

body {
      font-family:'Pretendard','Open Sans', 'Spoqa Han Sans Neo', 'sans-serif';
      font-weight:400;
      color:#fff;
      line-height:1.6;
      position:relative;
	    padding-top:0;
      width:100%;
      height:100%;
      max-width:100%;
      margin:0 auto;
      word-break: keep-all;
      white-space: normal;
}

h1,h2,h3,h4,h5,h6 {line-height: 1.3;}


@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}


/*지도 색상*/








/*드래그 색상*/
.design-line {display: none;}
::selection {color:#fff; background: #febd1a;}
input, select {vertical-align:middle;  border-radius: 0; border:none;}
.inquiry .inquiry_inner .inquiry_info .inquiry_form #mail_form .formbox .input_box textarea {font-family:'S-Core','Noto Sans KR', sans-serif;}
p {word-break: keep-all;}
img{display: block; border:0;}
a{display: block;}
.gray-wrap {background-color:#f8f8f8; margin-top:50px;}
.gray-wrap .title-container {background-color:#f8f8f8; max-width: 100%;}
.red {color:#e61200;}
.orange {color:#f78c15;}
.yellow {color:#FFC000;}
.fabric-blue {color:#2EA7E0;}
.black {color:#00001a;}
.skyblue {color:#00bffe;}
.white {color:#fff;}
.bg-red {background-color:#e61200; color:#fff; padding:3px;}
.monst {font-family: "Montserrat", sans-serif;}
.play {font-family: "Pretendard", sans-serif;}
.pret {font-family: "Pretendard", sans-serif;}
.bg-gray {background-color:#f8f8f8;}
.gray {color:rgba(255,255,255,0.8);}
.white-shadow {text-shadow: 4px 4px 13px rgba(255, 255, 255, 0.3);}

.pad-100 {padding-top:10rem; padding-bottom:10rem;}
.pad-200 {padding-top:20rem; padding-bottom:20rem;}





.boundary1{width:100%; max-width:1200px; margin:0 auto; position: relative;}
.boundary2{width:100%; max-width:1200px; margin:0 auto; position: relative;}

.allPt{padding-top:120px;}
.allPt2{padding-top:200px;}

.clearfix::before, .clearfix::after{display:block; content:''; clear: both;}

section{width:100%; position: relative; padding-top:0; padding-left: 1rem; padding-right: 1rem;}


.adminlock {position: absolute; bottom:15px; right:5px; cursor: pointer; z-index: 100; padding:10px; opacity: 0.5;}






/* 체크박스 */
.check_label .checkmark:after {left: 6px; top:3px; width: 6px; height: 10px; border: solid white; border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

/* 라디오 */
.check_label .checkmark.radio:after{ top: 4px; left: 4px; width: 8px; height: 8px; border-radius: 50%; background: white;}

/* btn class명을 가진 태그 */
/* .btn{padding-left:16px; padding-right:16px; height:44px; font-size:1.5rem;} */
.btn-primary{background-color:#fdab16; color:#fff; border:1px solid transparent;}
.btn-secondary{background-color:#333; color:#fff;}
.btn-default{background-color:#fff; border:1px solid #ccc;}

.dot-p {position: relative; margin-left:10px;}
.dot-p::before {content:''; position: absolute; top:10px; left:-10px; width:3px; height:3px; background-color:#333333; }
.bungee {font-family: "Bungee" !important;}

.box_shadow { box-shadow:0 5px 14px 0 rgba(61,82,96,0.15) }
  input:focus, textarea:focus, select:focus, option:focus {

	outline:none!important;
  }
.center {text-align: center;}


  *:focus { outline:none; }
  .center-img {margin:0 auto;}


.flex {display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.flex_start {display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;} 
.flex_end {display: flex; justify-content:flex-end; align-items: center; flex-wrap: wrap;} 
.flex_space-between {display: flex; justify-content:space-between; align-items: center; flex-wrap: wrap;} 
.flex_column {display: flex; justify-content: center; align-items: center; flex-direction: column; width:100%;}
.flex {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; width:100%;}
/* .flex .content {flex-basis: 100%; max-width:100%; margin:0%;} */


b {font-weight: bold;}

.flex_2ea {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.flex_2ea .content {
  width: calc((100% - 2rem) / 2);
  box-sizing: border-box;
}

.flex_3ea {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.flex_3ea .content {
  /* 전체 너비(100%)에서 간격 2개(4rem)를 뺀 값을 3으로 나눕니다. */
  width: calc((100% - 4rem) / 3);
  box-sizing: border-box;
}

.flex_4ea {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; 
  width: 100%;
}

.flex_4ea .content {
  width: calc((100% - 6rem) / 4);
  box-sizing: border-box;
}


.flex_5ea {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.flex_5ea .content {
  width: calc((100% - 8rem) / 5);
  box-sizing: border-box; /* 포함하는 것을 추천합니다. */
}



.flex_6ea {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.flex_6ea .content {
  /* 전체 너비(100%)에서 간격 5개(2rem * 5)를 뺀 값을 6으로 나눕니다. */
  width: calc((100% - 10rem) / 6);
  box-sizing: border-box; /* 포함하는 것을 추천합니다. */
}





.strench {align-items: stretch;}
.bold {font-weight: bold;}
.black-bg {position: fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); z-index: 997; display: none;}

.border-div {width:50px; height:3px; background-color:#E60013; margin-top:10px; margin-bottom:10px;}

.cont_1200 {width:100%; max-width:1200px; margin:0 auto;}
.tab-wraps {width:100%; margin-top:40px; overflow: hidden; padding-left:16px; padding-right:16px; display:flex; justify-content: flex-start; align-items: stretch;}
.tab-wraps .tab {width:50%; color:#333333; border-top:3px solid transparent; background-color:#fafafa; font-size:18px; padding:10px; cursor: pointer; box-shadow:0 8px 16px 0 rgba(61,82,96,0.1); border-bottom:1px solid #ddd; border-left:1px solid transparent; border-right:1px solid transparent;}
.tab-wraps .tab_3ea {width:33.3333%;}
.tab-wraps .tab_7ea {width:14.2857%; font-size:1.6rem;}
.tab-wraps .active-tab { color:#333333; border-top:3px solid #E60013; background-color:#fff; color:#E60013; border-bottom:1px solid #fff; border-left:1px solid #ddd; border-right:1px solid #ddd;}



.cont-1366 {width:100%; max-width: 1600px; margin: 0 auto; z-index: 1; padding-left:1rem; padding-right: 1rem;}
.cont-1780 {width:100%; max-width: 1780px; margin: 0 auto; z-index: 1;}
.itda-title {width:100%; max-width: 960px; margin: 0 auto; display:flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom:80px;}
.itda-title>li {flex-basis: 50%; max-width:50%; border-right:1px solid rgba(0,0,0,0.1); text-align: center; font-size:3rem; padding:10px; line-height: 1.2;}
.itda-title>li:first-child {flex-basis: 100%; max-width: 100%;}
.itda-title>li:last-child {width:100%; max-width: 100%; flex-basis: 100%; margin-top:10px;}
.itda-title>li:last-child>p {font-family: "Pretendard"; color:rgba(255,255,255,0.5); font-weight: 300;}
.itda-title>li>h3 {font-weight: 300; letter-spacing: 1rem;}
.itda-title>li>.yellow {font-weight: bold;}
.itda-title>li>p {font-size:2rem; color:rgba(255,255,255,0.5);}
.itda-title>li>h2 {font-size:11rem;  position: relative;}
/* .dongatg-title>li>h1.num {position: relative; left:-20px;} */
/* .dongatg-title>li>h1.num::after {content:'+'; position:absolute; top:0; right:0; } */
.itda-title>li:nth-child(3),.dongatg-title>li:nth-child(4) {border:none;}






/* 로딩바 */
.preloader {
    display: inline;
    z-index: 2000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    transition: opacity 0.65s ease;
}
.loading-bar {
    width: 12%;
    height: 4px;
    background-color: #00aacb;
    transition: width 2000ms cubic-bezier(.25, 0, 0, 1);
}


.actionBtn15 {
  display: inline-block;
  position: relative;
  margin: auto;
   text-transform: uppercase;
  text-decoration: none;
}
.actionBtn15 .lb-box {
  display: block;
  padding: 11px 15px;
}
.actionBtn15 .lb-box:after {
 content: '';
  display: block;
  clear: both;
}
.actionBtn15 .lb {
  display: block;
  position: relative;
  z-index: 1;
  float: left;
  color:#222;
  font-size: 14px;
  font-weight: bold;
  font-family: 'S-Core', sans-serif;
}
.actionBtn15 .cir-lt, .actionBtn15 .cir-rt {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: 0;
  background: #ffe1e2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.actionBtn15 .cir-lt {
  width: 40px;
  opacity: 1;
  transition: width .3s ease .3s, opacity 0s ease .3s;
  -webkit-transition: width .3s ease .3s, opacity 0s ease .3s;
  -moz-transition: width .3s ease .3s, opacity 0s ease .3s;
}
.actionBtn15 .cir-rt {
  width: 100%;
  opacity: 0;
  transition: width .3s ease 0s, opacity 0s ease .3s, left .3s ease 0s, margin-left .3s ease;
  -webkit-transition: width .3s ease 0s, opacity 0s ease .3s, left .3s ease 0s, margin-left .3s ease;
  -moz-transition: width .3s ease 0s, opacity 0s ease .3s, left .3s ease 0s, margin-left .3s ease;
}
.actionBtn15:hover .cir-lt {
  width: 100%;
  opacity: 0;
  transition: width .3s ease 0s, opacity 0s ease .3s;
  -webkit-transition: width .3s ease 0s, opacity 0s ease .3s;
  -moz-transition: width .3s ease 0s, opacity 0s ease .3s;
}
.actionBtn15:hover .cir-rt {
  left: 100%;
  margin-left: -40px;
  width: 40px;
  opacity: 1;
  transition: width .3s ease .3s, opacity 0s ease .3s, left .3s ease .3s, margin-left .3s ease .3s;
  -webkit-transition: width .3s ease .3s, opacity 0s ease .3s, left .3s ease .3s, margin-left .3s ease .3s;
  -moz-transition: width .3s ease .3s, opacity 0s ease .3s, left .3s ease .3s, margin-left .3s ease .3s;
}
.actionBtn15 .ico-plus {
  display: block;
  position: relative;
  z-index: 1;
  float: right;
  width: 9px;
  height: 9px;
  margin: 4px 0 0 25px;
  background: url('../images/effect_ex/ico_cross_1.png') no-repeat;
  transition: transform .3s ease .15s;
  -webkit-transition: transform .3s ease .15s;
  -moz-transition: transform .3s ease .15s;
}
.actionBtn15:hover .ico-plus {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}




/* 스크롤 커스텀 */
::-webkit-scrollbar { -webkit-appearance: none; } 
::-webkit-scrollbar:vertical { width: 12px; } 
::-webkit-scrollbar:horizontal { height: 8px; } 
::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 10px; border: 2px solid #ffffff; } 
::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; }

/* 스크롤 다운 커스텀*/
#scroll-wrap {width:100%; position: absolute; bottom:20px; left:50%; transform: translateX(-50%);}
#scroll-wrap .container {width:100%; position: relative;}
#scroll-wrap .scroll {
  position: absolute; bottom: 20px; left: 50%; 
  transform: translatex(-50%);
  z-index: 2;
  display: inline-block;
  color: #fff;
  transition: opacity .3s;
  font-size:1.6rem;
}

#scroll-wrap div span {
  background: rgba(255,255,255,0.3);
  border-radius: 2px;
  bottom: 5px;
  height: 40px;
 top: -50px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 4px;    

}

#scroll-wrap div span::before {
animation: pill 3.5s linear infinite;
background-image: linear-gradient(to top, #fff 30%, rgba(255,255,255,0.3) 70%);
border-radius: 2px;
content: '';
display: block;
height: 40px;
left: 0;
position: absolute;
width: 4px;  

}

/* 드래그 */
.drag-container {width:100%; height:100%; position: relative; padding:30px; margin-top:30px; display: none;}
#drag-wrap {width:100%; height:100%; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); display: none;}
#drag-wrap .container {width:100%; height:100%; position: relative;}
#drag-wrap .scroll {
  position: absolute; bottom: 20px; left: 50%; 
  transform: translatex(-50%);
  z-index: 2;
  display: inline-block;
  color: #333333;
  transition: opacity .3s;
  font-size:1.6rem;
  font-family: "Play";
}

#drag-wrap a span {
  background: rgba(255,255,255,0);
  border-radius: 2px;
  bottom: 5px;
  height: 4px;
  top: -20px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;    

}

#drag-wrap a span::before {
animation: pill-drag 3.5s linear infinite;
background-image: linear-gradient(to right, #ffff 30%, rgba(0,0,0,0.2) 70%);
border-radius: 2px;
content: '';
display: block;
height: 4px;
left: 0;
position: absolute;
width: 50px;  

}


@keyframes line {
  0% {
      height: 0;
      top: 16px;
  }
  50% {
      height: 0;
      top: 16px;
  }
  55% {
      height: 5px;
      top: 16px;
  }
  100% {
      height: 30px;
      top: 66px
  }
}

@keyframes circle {
  0% {
      height: 0;
      top: 0;
      width: 0;
  }
  50% {
      height: 16px;
      top: 0;
      width: 16px;
  }
  55% {
      height: 16px;
      top: 0;
      width: 16px;
  }
  100% {
      height: 0;
      top: 66px;
      width: 0;
  }
}

@keyframes pill {
  0% { top: -40px; }
  50% { top: 0; }
  100% { top: 50px }
}

@keyframes pill-drag {
  0% { left: -40px; }
  50% { left: 0; }
  100% { left: 50px }
}

/* .animated {opacity: 0;} */


.bounce {
  animation: bounce 3s ease;
}
@keyframes bounce {
    20% { transform:translateY(0%); }
    30% { transform:translateY(-15%); }
    40% { transform:translateY(0%); }
    47% { transform:translateY(-7%); }
    48% { transform:translateY(0%); }
    49% { transform:translateY(-3%); }
    50% { transform:translateY(0); }
    
    /* 70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); } */
}



.glass {overflow: hidden;  bottom:0; z-index: 1; background-color: rgba(255,255,255,0.1); backdrop-filter: blur(10px);   -webkit-backdrop-filter: blur(10px);  -webkit-backdrop-filter: blur(10px);  /* Safari 지원용 */   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);}
.glass::before {content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* 테두리 두께 */
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.01));
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  pointer-events: none;
}

.glass-black {overflow: hidden;  bottom:0; z-index: 1; background-color: rgba(0,0,0,0.3); backdrop-filter: blur(10px);   -webkit-backdrop-filter: blur(10px);  -webkit-backdrop-filter: blur(10px);  /* Safari 지원용 */   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);}
.glass-black::before {content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* 테두리 두께 */
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.01));
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  pointer-events: none;
}


.cursor-mouse {
  position: fixed;
  top: -25rem;
  left: -25rem;
  width: 50rem;
  height: 50rem;
  background: rgba(255, 192, 0, 0.2);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(50%, 50%);
  transition: transform 0.1s ease-out;
  filter: blur(200px);
  z-index : -1;
}



