@charset "utf-8";
/* style.css */
@import url("animate.css");
@import url("css.css");
@import url("board.css");
@import url("main.css");
@import url("sub.css");
@import url("table.css");

.itt::before {  content: url("/img/dot.png");  color:#F5532D; font-family: "Font Awesome 6 Free"; font-size:0.4em;   font-weight: 900;  padding-left:0px; margin-right: 5px;}


/*************************** select ********************************************/
.sm_select {text-align:center; width:100%;}
.sm_select select { -webkit-appearance: none;  /* 크롬 화살표 없애기 */
    -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
    appearance: none;  /* 화살표 없애기 */
    width:50%; height: 60px; border:1px solid #CECECE;  padding:0 0 0 20px;   font-size: 1.3rem;  font-weight:800;}
.select_renewal{  background: url('/img/down.png') no-repeat 95% 50%;   border-radius: 6px;}

.tab-contents {text-align:left;  font-family: 'Nanum Gothic', sans-serif; line-height: 180%; line-height:23px; border:1px solid #eee; box-shadow:2px 2px 10px rgba(0,0,0,0.05);  padding:30px; overflow:hidden; height:auto; overflow-y:auto; line-height:23px;}
.tab-contents > p {font-family: 'Nanum Gothic', sans-serif; line-height: 180%;  font-size: 1.5rem;  font-weight:800; padding-bottom:10px;}
.tab-contents > span {font-family: 'Nanum Gothic', sans-serif; line-height: 200%;  font-size: 1.1rem;  font-weight:200; }
.tab-contents  .text {font-family: 'Nanum Gothic', sans-serif; line-height: 200%;  font-size: 1.2rem;  font-weight:600;}
.tab-contents  .text2 {font-family: 'Nanum Gothic', sans-serif; line-height: 200%;  font-size: 1.1rem;  font-weight:200; padding:10px;}
.tab-contents  .text3 {font-family: 'Nanum Gothic', sans-serif; line-height: 200%;  font-size: 1.2rem;  font-weight:600; padding:10px; border-bottom:1px solid #eee; }

@media (max-width:768px){
.sm_select {text-align:center; width:100%;}
.sm_select select { -webkit-appearance: none;  /* 크롬 화살표 없애기 */
    -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
    appearance: none;  /* 화살표 없애기 */
    width:90%; height: 60px; border:1px solid #CECECE;  padding:0 0 0 20px;   font-size: 1.1rem;  font-weight:600;}
.select_renewal{  background: url('/img/down.png') no-repeat 95% 50%;   border-radius: 6px;}

.tab-con {width:100%; margin-right:auto;margin-left:auto; }	
    .tab-contents { box-shadow:2px 2px 10px rgba(0,0,0,0.05); margin-right:auto;margin-left:auto; width:90%; line-height:23px; border:1px solid #eee; font-size: 13px; padding:10px; overflow:hidden; height:300px; overflow-y:auto;}
	.tab-contents td {line-height:23px; font-size: 13px; }
 }


@media (max-width:768px){
.img_file {width:100%;}
}

@media  (min-width: 768px) and (max-width:1198px){
.img_file {width:100%; }
}

@media (min-width:1198px){
.img_file {min-width:830px;}
.mov_size2 {width:100%; height:600px; object-fit: fill;}
}






.container{
  width:100%;
}
.modal-btn-box{
  width:100%;
  text-align:center;
}
.modal-btn-box button{
  display:inline-block;
  width:150px;
  height:50px;
  background-color:#ffffff;
  border:1px solid #e1e1e1;
  cursor:pointer;
  padding-top:8px;
}
.popup-wrap{
  background-color:rgba(0,0,0,.3);
  justify-content:center;
  align-items:center;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:none;
  padding:15px;z-index:999999999999;
}

.popup-head{
  width:100%;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.head-title {
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
	color:#ffffff;
}
.popup-body{
  width:100%;
  background-color:#ffffff;
}
.body-content{
  width:100%;
  padding:30px;
}
.body-titlebox{
  text-align:center;
  width:100%;
  height:40px;
  margin-bottom:10px;
}

.popup-foot{
  width:100%;
  height:50px;
}
.pop-btn{
  display:inline-flex;
  width:100%;
  height:100%;
  float:left;
  justify-content:center;
  align-items:center;
  color:#ffffff;
  cursor:pointer;
}
.pop-btn.confirm{
  border-right:1px solid #3b5fbf;
}


@media (max-width:768px){
.popup{
  width:100%;
  max-width:1000px;
  background-color:#ffffff;
  border-radius:10px;
  overflow:hidden;
  background-color:#8DC63E;
  box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
  z-index:999999999999;
}

.body-contentbox{
  word-break:break-word;
  overflow-y:auto;
  min-height:100px;  max-height:300px;
}
}

@media  (min-width: 768px) and (max-width:1198px){
.popup{
  width:100%;
  max-width:1000px;
  background-color:#ffffff;
  border-radius:10px;
  overflow:hidden;
  background-color:#8DC63E;
  box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
  z-index:999999999999;
}

.body-contentbox{
  word-break:break-word;
  overflow-y:auto;
  min-height:100px;  max-height:300px;
}
}

@media (min-width:1198px){
.popup{
  width:100%;
  max-width:800px;
  background-color:#ffffff;
  border-radius:10px;
  overflow:hidden;
  background-color:#8DC63E;
  box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
  z-index:999999999999;
}

.body-contentbox{
  word-break:break-word;
  overflow-y:auto;
  min-height:100px;  max-height:400px;
}
}



@media (max-width:768px){
.privacy .pt{font-size:1.1em; font-weight:600;line-height: 180%;}
.privacy .pt1{font-size:0.95em;line-height: 180%;}
.privacy .pt2{font-size:0.9em;  font-weight:500; line-height: 180%;}
.privacy .pt3 {font-size:0.9em; line-height: 180%; display:block;}
.privacy .pt3 a{color:#000000;}
.privacy .pt3::before {   content: url("/img/dot.png");	margin-right: 0px;}
.privacy span{font-size:0.8em;  font-weight:300;line-height: 180%;}
}
@media  (min-width: 768px) and (max-width:1198px){
.privacy .pt{font-size:1.1em; font-weight:600;line-height: 180%;}
.privacy .pt1{font-size:0.95em;line-height: 180%;}
.privacy .pt2{font-size:0.9em;  font-weight:500; line-height: 180%;}
.privacy .pt3 {font-size:0.9em; line-height: 180%; display:block;}
.privacy .pt3 a{color:#000000;}
.privacy .pt3::before {   content: url("/img/dot.png");	margin-right: 0px;}
.privacy span{font-size:0.8em;  font-weight:300;line-height: 180%;}
}
@media (min-width:1198px){
.privacy .pt{font-size:1.1em; font-weight:600;line-height: 180%; display:block;}
.privacy .pt1{font-size:0.95em;line-height: 180%; display:block;}
.privacy .pt2{font-size:0.9em;  font-weight:500; line-height: 180%; display:block;}
.privacy .pt3 {font-size:0.9em; line-height: 180%; display:block;}
.privacy .pt3 a{color:#000000;}
.privacy .pt3::before {   content: url("/img/dot.png");	margin-right: 0px;}
.privacy span{font-size:0.8em;  font-weight:300;line-height: 180%;}
}
