  @charset "utf-8";

/*
프로젝트 : 개인정보보호 포털
작성자 : 김민식
최종 업데이트일자 : 2022.09.22
*/


/* common */
.col-blue{
  color: #00AEE0;
}



/* style */
.camp-2022{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;  
}
.camp-2022 .camp-main{
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 240px;  
}
.camp-2022 .camp-main .poster-big{
  width:778px;
  height: 1097px;
  background: url("/images/common/img-poster-big.png")no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top:50%;
  left:50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.camp-2022 .camp-main .bg01{
  width: 100%;
  height: 505.5px;
  background: url("/images/common/bg-01.png")no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right:0;
  margin: auto;
}
.camp-2022 .camp-main .bg02{
  width: 100%;
  height: 505.5px;
  background: url("/images/common/bg-02.png")no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top:  239px;
  left: 0;
  right:0;
  margin: auto;
}
.camp-2022 .camp-main .camp-img{
  width: 100%;
  text-align: center;
  padding-top:220px;
}
.camp-2022 .camp-main .camp-img img{
  width: 82px;
  object-fit: cover;
}
.camp-2022 .camp-main .main-content{
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;  
}
.camp-2022 .camp-main .main-content .poster-small{
  width:148.5px;
  height: 209.5px;
  background: url("/images/common/img-poster-small.png")no-repeat;
  background-size: cover;
  background-position: center;  
  position: absolute;
  top:44%;
  left:50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
a.main-btn:focus-visible{
	outline : 2px solid #000;
}
.camp-2022 .camp-main .main-content .top a.main-btn.me{
  width:254.5px;
  height: 254.5px;
  background: url("/images/common/btn-to-me.png")no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: relative;
}
.camp-2022 .camp-main .main-content .top a.main-btn.game{
  width:254.5px;
  height: 254.5px;
  background: url("/images/common/btn-to-game.png")no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: relative;
}
.camp-2022 .camp-main .main-content .btm a.main-btn.trade{
  width:254.5px;
  height: 254.5px;
  background: url("/images/common/btn-to-trade.png")no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: relative;
}
.camp-2022 .camp-main .main-content .btm a.main-btn.phone{
  width:254.5px;
  height: 254.5px;
  background: url("/images/common/btn-to-phone.png")no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: relative;
}
.camp-2022 .camp-main .main-content .btm a.main-btn.support{
  width:339px;
  height: 120px;
  background: url("/images/common/btn-to-support.png")no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: relative;
}
/* 220922(s) */
.camp-2022 .camp-main .main-content .btm a.main-btn.support.btn-ep{
  width:339px;
  height: 120px;
  background: url("../images/common/btn-to-ep.png")no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  position: relative;
}
.camp-2022 .camp-main .main-content a.main-btn:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
.camp-2022 .camp-main .main-content a.main-btn.on::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
}
/* //220922(e) */
.camp-2022 .camp-main .main-content .top,.camp-2022 .camp-main .main-content .btm{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.camp-2022 .camp-main .main-content .top a:first-child,.camp-2022 .camp-main .main-content .btm a:first-child{
  margin-right: 20px;
}
.camp-2022 .camp-main .main-content .btm{
  margin-top:20px;
}
.camp-2022 .gnb{
  width: 320px;
  height: 100%;  
  position: absolute;
  z-index: 1;
}
.camp-2022 .gnb.me{ 
  background-color: #00719D;  
}
.camp-2022 .gnb.game{ 
  background-color: #C00B0A;  
}
.camp-2022 .gnb.trade{ 
  background-color: #13712A;  
}
.camp-2022 .gnb.phone{ 
  background-color: #8B4DB3;  
}
.camp-2022 .gnb.ep{ 
  background-color: #B35E00;  
}

.camp-2022 .gnb .btn.close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: none;
}
.camp-2022 .gnb-inner .title{
  width: 100%;
  box-sizing: border-box;
  padding-left:167px;
  margin-top: 83px;
}
.camp-2022 .gnb-inner .title img{
  width: 82px;  
}
.camp-2022 .gnb-inner .gnb-menu{
  width: 100%;
  box-sizing: border-box;
  margin-top: 87.5px;  
}
.camp-2022 .gnb-inner .gnb-menu ul{
  width: 100%;
}
.camp-2022 .gnb-inner .gnb-menu ul li a{
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding:7.5px 0 7.5px 98px;
  transition: .1s;
}
.camp-2022 .gnb-inner .gnb-menu ul li a:hover{
  background:rgba(0,0,0,0.1);
}
.camp-2022 .gnb-inner .gnb-menu ul li:first-child{
  margin-bottom:30px;
}
.camp-2022 .gnb-inner .gnb-menu ul li:last-child{
  margin-top:30px;
}
.camp-2022 .container{
  width: calc(100% - 320px);
  height:100%;
  float: right;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding-top:53px;
}
.camp-2022 .container .title-area{
  width: 100%;
  position: relative;
}
.camp-2022 .btn{
  background:none;
  border:0;
}
.camp-2022 .btn.menu{
  position: absolute;
  bottom: 0;
  display: none;
}
.camp-2022 .container .title{
    margin-left:48px;
}
/* 220922(s) */
.camp-2022 .container .title.me{
  width:265px;
  height:54.5px;    
  background: url("/images/me/img-me-title-2022.png")no-repeat;  
  background-size: cover;
  background-position: center;  
}
/* //220922(e) */
.camp-2022 .container .title.game{
  width:261px;
  height:54px;    
  background: url("/images/game/img-game-title-2022.png")no-repeat;  
  background-size: cover;
  background-position: center;  
}
.camp-2022 .container .title.trade{
  width:333px;
  height:54.5px;    
  background: url("/images/trade/img-trade-title-2022.png")no-repeat;  
  background-size: cover;
  background-position: center;  
}
.camp-2022 .container .title.phone{
  width: 333.5px;
  height: 54px;   
  background: url("/images/phone/img-phone-title-2022.png")no-repeat;  
  background-size: cover;
  background-position: center;  
}
.camp-2022 .container .title.ep{
  width:137.5px;
  height:33.5px;    
  background: url("/images/ep/img-ep-title-2022.png")no-repeat;  
  background-size: cover;
  background-position: center;  
}
.camp-2022 .content .content-title{
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0px;  
}
.camp-2022 .content .content-title.me{  
  background-color:#D8F3FB;
  border-top:3px solid #00719D;  
}
.camp-2022 .content .content-title.game{  
  background-color:#FFF1F0;
  border-top:3px solid #C00B0A;  
}
.camp-2022 .content .content-title.trade{  
  background-color:#ECF5E0;
  border-top:3px solid #13712A;  
}
.camp-2022 .content .content-title.phone{  
  background-color:#EFE9F2;
  border-top:3px solid #8B4DB3;  
}
.camp-2022 .content .content-title.ep{  
  background-color:#FFFEF7;
  border-top:3px solid #B35E00;  
}
.camp-2022 .content .content-inner{
  width: 100%;
  box-sizing: border-box;
  padding:20px 0px;
  padding-left: 53px;
}
.camp-2022 .content .content-inner .inner-txt{
  font-size:15px;
  font-weight: 300;
}
.camp-2022 .content .content-inner .content-box{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content:flex-start;  
}
.mission-cover{
  transition: .2s;
}
.mission-cover:hover{
  opacity: 0.9;
}
/* 220923(s) */
.mission-content{  
  box-sizing: border-box;
  padding: 10px 10px 20px;
  margin-top: 10px;
  display: none;
}
.mission-content ul li{
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;  
  font-size: 14px;
  font-weight: 300;
  color: #222;
  margin-top:10px;
}
.mission-content ul li:first-child{
  margin-top: 0;
}
.mission-content.me{
  width: 455px;
  border: 10px solid #BFEDFB;
  background-color: #fff;
}
.mission-content.me ul li:after{
  content:"";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  box-sizing: border-box;
  border: 3px solid #BFEDFB;
  top:5px;
  left: 0;  
}
.mission-content.game{
  width: 455px;
  border: 10px solid #FADBD6;
  background-color: #fff;
}
.mission-content.game ul li:after{
  content:"";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  box-sizing: border-box;
  border: 3px solid #FADBD6;
  top:5px;
  left: 0;  
}
.mission-content.phone{
  width: 455px;
  border: 10px solid #E3D8E9;
  background-color: #fff;
}
.mission-content.phone ul li:after{
  content:"";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  box-sizing: border-box;
  border: 3px solid #E3D8E9;
  top:5px;
  left: 0;  
}
.mission-content.trade{
  width: 455px;
  border: 10px solid #DDEEC9;
  background-color: #fff;
}
.mission-content.trade ul li:after{
  content:"";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  box-sizing: border-box;
  border: 3px solid #DDEEC9;
  top:5px;
  left: 0;  
}
/* //220923(e) */
.camp-2022 .content .content-inner .content-box.col{
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content:flex-start;  
}
.camp-2022 .content .content-inner .content-box .btn-part{  
  border: none;  
  margin-left: 167px;
  transition: .2s;
}
.camp-2022 .content .content-inner .content-box .btn-part.me{
  width: 107.5px;
  height: 40.5px;
  border: none;
  background: url("/images/me/btn-part-2022.png")no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .content .content-inner .content-box .btn-part.game{
  width: 107.5px;
  height: 40.5px;
  border: none;
  background: url("/images/game/btn-game-part-2022.png")no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .content .content-inner .content-box .btn-part.trade{
  width: 107.5px;
  height: 40.5px;
  border: none;
  background: url("/images/trade/btn-trade-part-2022.png")no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .content .content-inner .content-box .btn-part.phone{
  width: 107.5px;
  height: 40.5px;
  border: none;
  background: url("/images/phone/btn-phone-part-2022.png")no-repeat;
  background-size: cover;
  background-position: center;  
}

.camp-2022 .content .content-inner .content-box .btn-part.blue{
  width: 107.5px;
  height: 40.5px;
  border: none;
  background: url("/images/ep/btn-ep-part01-2022.png")no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .content .content-inner .content-box .btn-part.pink{
  width: 107.5px;
  height: 40.5px;
  border: none;
  background: url("/images/ep/btn-ep-part02-2022.png")no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .content .content-inner .content-box .btn-part.purple{
  width: 107.5px;
  height: 40.5px;
  border: none;
  background: url("/images/ep/btn-ep-part03-2022.png")no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .content .content-inner .content-box .btn-part:hover{
  opacity: 0.8;
  
}
.camp-2022 .content .content-inner .content-box .bg.mail{
  width: 144.5px;
  height: 144.5px;
  background:url("/images/me/img-circle-blue-2022.png")no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-left: 145px;
}
.camp-2022 .content .content-inner .content-box .img.mail{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.camp-2022 .content .content-inner .content-box .floating{
  animation: motion .7s linear 0s infinite alternate;
}
@keyframes motion {
	0% {margin-top: -5px;}
	100% {margin-top: 10px;}
}

.fam-box .content-img{
  width: calc(98% / 3);
  margin-right:1%;
}
.fam-box .content-img:last-child{
  margin-right: 0;
}
.fam-box .content-img .clip{
  width: 100%;
}

/* norm-sup-list */
.supporter-wrap .title{position: relative; margin-top:20px;text-align: center;}
.supporter-wrap .title img{position: relative; z-index: 1;}
.supporter-wrap .event-content{overflow: hidden;}
.special-sup,.norm-sup{position: relative; margin-top:30px;padding:20px;}
.special-sup{background:#edf6f7;}
.norm-sup{background:url('/images/norm-list-bg.png')repeat-y 0 100px #f8f1ee;}
.special-sup:before,.norm-sup:before{content:"";position: absolute;left:50%;transform:translateX(-50%);width:990px;height:990px;background:#f1d5c3;border-radius: 50%;z-index: 0;}
.special-sup:before{bottom:30%;background:#d3ecef;}
.norm-sup:before{top:-20%;background:#f1d5c3;}
.special-sup .title:before,.special-sup .title:after,
.norm-sup .title:before,.norm-sup .title:after{content:"";position: absolute;z-index: 0;}
.special-sup .title:before,.norm-sup .title:before{top:-26px;left:20px;width:192px;height:100px;background:url('https://www.privacy.go.kr/images/event2021/camp8_2_1.png')no-repeat 0 0;}
.special-sup .title:after,.norm-sup .title:after{top:-20px;right:10px;width:230px;height:93px;background:url('https://www.privacy.go.kr/images/event2021/camp8_2_2.png')no-repeat 0 0;}

.supporter-wrap .support_list{display:flex;flex-wrap: wrap;position: relative; margin-top:25px;z-index: 1;}
.supporter-wrap .support_list li{display: flex; margin:10px;width:calc(25% - 20px);padding:10px 20px; background:#fff;border-radius:40px 0 40px 0;justify-content: center;align-items: center;box-shadow: 3px 3px 8px rgba(0,0,0,0.15);box-sizing: border-box; transition: all .2s;}
.supporter-wrap .support_list li img{max-width: 100%;}
.supporter-wrap .support_list li span{font-size:16px;font-weight:200;word-break: break-all;}
.supporter-wrap .support_list li:hover{border:6px solid #2fb8ff;}
.special-sup .support_list li{height:130px;}
.norm-sup .support_list li{height:85px;}


.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.popup-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%; 
  max-width: 500px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;  
  min-height: 300px;
  max-height: 700px;
  overflow-y: scroll;  
}
.popup-container .popup-inner{
  width: 100%;
  box-sizing: border-box;
  padding:0px 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.popup-container::-webkit-scrollbar {
  width: 8px;
}
.popup-container::-webkit-scrollbar-thumb {
  height: 30%; /* 스크롤바의 길이 */
  background: #a1a1a1; /* 스크롤바의 색상 */  
  border-radius: 10px;
}

.popup-container::-webkit-scrollbar-track {
  background: rgba(33, 122, 244, .1);  /*스크롤바 뒷 배경 색상*/
  border-radius: 10px;
}
.camp-2022 .popup-container .btn {  
  position: absolute;
  top:10px;
  right: 10px;
  z-index: 1;
}
.camp-2022 .popup-container .popup-content{
   width: 100%; 
   height: 100%;
   box-sizing: border-box;
   padding-bottom: 20px;
}
.camp-2022 .popup-container .popup-content .content-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.camp-2022 .popup-container .popup-content .btn-answer.game{
  width: 144.5px;
    height: 41px;
    border: none;
    background: url("/images/game/btn-answer-game-2022.png")no-repeat;
    background-size: cover;
    background-position: center;
}
.camp-2022 .popup-container .popup-content .btn-answer.trade{
  width: 144.5px;
    height: 41px;
    border: none;
    background: url("/images/trade/btn-answer-trade-2022.png")no-repeat;
    background-size: cover;
    background-position: center;
}
.camp-2022 .popup-container .popup-content .btn-answer.phone{
  width: 144.5px;
    height: 41px;
    border: none;
    background: url("/images/phone/btn-answer-phone-2022.png")no-repeat;
    background-size: cover;
    background-position: center;
}
.camp-2022 .popup-container .popup-content .btn-answer:hover{
  opacity: 0.9;
}
.camp-2022 .check-box-container{
  width: 100%;
  box-sizing: border-box;  
  margin-top:10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.camp-2022 .check-box-container .form-checkbox-label.agree.game{
  width: 25.5px;
  height: 12.5px;
  background: url("/images/game/img-agree-game.png")no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
}
.camp-2022 .check-box-container .form-checkbox-label.disagree.game{
  width: 39px;
  height: 12.5px;
  background: url("/images/game/img-disagree-game.png")no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;  
}
.camp-2022 .check-box-container .form-checkbox-label.agree.trade{
  width: 25.5px;
  height: 12.5px;
  background: url("/images/trade/img-agree-trade.png")no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
}
.camp-2022 .check-box-container .form-checkbox-label.disagree.trade{
  width: 39px;
  height: 12.5px;
  background: url("/images/trade/img-disagree-trade.png")no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;  
}
.camp-2022 .check-box-container .form-checkbox-label.agree.phone{
  width: 25.5px;
  height: 12.5px;
  background: url("/images/phone/img-agree-phone.png")no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
}
.camp-2022 .check-box-container .form-checkbox-label.disagree.phone{
  width: 39px;
  height: 12.5px;
  background: url("/images/phone/img-disagree-phone.png")no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;  
}
.camp-2022 input[type="checkbox"], .camp-2022 input[type="radio"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.camp-2022 .form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #111;
  font-weight: 200;
}
.camp-2022 .form-checkbox .form-checkbox-input+.camp-2022 .form-checkbox-btn,
.camp-2022 .form-checkbox .form-checkbox-input+.camp-2022 .form-checkbox-all .form-checkbox-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 17px;
  height: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.camp-2022 .form-checkbox .form-checkbox-input + .form-checkbox-btn span.game{
  display: block;
  width: 17px;
  height: 17px;
  background: url("/images/game/img-uncheck-game.png") no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .form-checkbox .form-checkbox-input:checked + .form-checkbox-btn span.game{
  width: 17px;
  height: 17px;
  background: url("/images/game/img-checked-game.png") no-repeat;
  background-position: center;
  -webkit-animation: scale .1s;
  animation: scale .1s;
  background-size: cover;    
}
.camp-2022 .form-checkbox .form-checkbox-input + .form-checkbox-btn span.trade{
  display: block;
  width: 17px;
  height: 17px;
  background: url("/images/trade/img-uncheck-trade.png") no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .form-checkbox .form-checkbox-input:checked + .form-checkbox-btn span.trade{
  width: 17px;
  height: 17px;
  background: url("/images/trade/img-checked-trade.png") no-repeat;
  background-position: center;
  -webkit-animation: scale .1s;
  animation: scale .1s;
  background-size: cover;    
}
.camp-2022 .form-checkbox .form-checkbox-input + .form-checkbox-btn span.phone{
  display: block;
  width: 17px;
  height: 17px;
  background: url("/images/phone/img-uncheck-phone.png") no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .form-checkbox .form-checkbox-input:checked + .form-checkbox-btn span.phone{
  width: 17px;
  height: 17px;
  background: url("/images/phone/img-checked-phone.png") no-repeat;
  background-position: center;
  -webkit-animation: scale .1s;
  animation: scale .1s;
  background-size: cover;    
}
.camp-2022 .form-checkbox .form-checkbox-input+.form-checkbox-btn+.form-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}



.camp-2022 .o-checkbox {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.camp-2022 .o-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #111;
  font-weight: 200;
}
.camp-2022 .o-checkbox .o-checkbox-input+.camp-2022 .o-checkbox-btn,
.camp-2022 .o-checkbox .o-checkbox-input+.camp-2022 .o-checkbox-all .form-checkbox-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 24.5px;
  height: 23.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.camp-2022 .o-checkbox .o-checkbox-input + .o-checkbox-btn span{
  display: block;
  width: 24.5px;
  height: 23.5px;
  background: url("/images/common/img-o.png") no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .o-checkbox .o-checkbox-input+.o-checkbox-btn+.o-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.camp-2022 .o-checkbox .o-checkbox-input:checked + .o-checkbox-btn span{
  width: 24.5px;
  height: 23.5px;
  background: url("/images/common/img-o-checked.png") no-repeat;
  background-position: center;
  -webkit-animation: scale .1s;
  animation: scale .1s;
  background-size: cover;    
}

.camp-2022 .x-checkbox {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.camp-2022 .x-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #111;
  font-weight: 200;
}
.camp-2022 .x-checkbox .x-checkbox-input+.camp-2022 .x-checkbox-btn,
.camp-2022 .x-checkbox .x-checkbox-input+.camp-2022 .x-checkbox-all .form-checkbox-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 24.5px;
  height: 23.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.camp-2022 .x-checkbox .x-checkbox-input + .x-checkbox-btn span{
  display: block;
  width: 24.5px;
  height: 23.5px;
  background: url("/images/common/img-x.png") no-repeat;
  background-size: cover;
  background-position: center;  
}
.camp-2022 .x-checkbox .x-checkbox-input+.x-checkbox-btn+.x-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.camp-2022 .x-checkbox .x-checkbox-input:checked + .x-checkbox-btn span{
  width: 24.5px;
  height: 23.5px;
  background: url("/images/common/img-x-checked.png") no-repeat;
  background-position: center;
  -webkit-animation: scale .1s;
  animation: scale .1s;
  background-size: cover;    
}

table.popup-table{
  width: 100%;  
  box-sizing: border-box;  
  margin:0 auto;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;  
  margin-top:20px
}
table.popup-table th{ 
 box-sizing: border-box;
 padding: 10px 5px;
border-right:2px solid #111;
font-weight: 700;
}
table.popup-table td{ 
  box-sizing: border-box;
  padding: 10px;
 border-right:2px solid #111;
 font-weight: 700;
 }
 table.popup-table td:last-child{   
 border-right:0; 
 }
table.popup-table th.game{
  background-color: #FADBD6;  
 }
 table.popup-table th.trade{
  background-color:  #DDEEC9;
 }
 table.popup-table th.phone{
  background-color:  #E3D8E9;
 }

table.popup-table tr{
    border-bottom: 2px solid #111;
}
table.popup-table .tb-txt{
    padding-left: 20px;
    text-indent: -20px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    font-size: 17px;
}
table.popup-table .tb-txt .check.game{  
  padding-left: 51px;
  text-indent: 0px;
  font-weight: 700;
  text-align: left;
  font-size: 15px!important;
  color: #EC6F5B;
  position: relative;
  display: block;
  margin-top: 5px;
}
table.popup-table .tb-txt .check.game::before{
  content: "check";
  position: absolute;
  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
  padding: 0px 5px;
  color: #fff;
  background-color:#EC6F5B;
  top:0;
  left: 0;  
}
table.popup-table .tb-txt .check.trade{  
  padding-left: 51px;
  text-indent: 0px;
  font-weight: 700;
  text-align: left;
  font-size: 15px!important;
  color: #77BC29;
  position: relative;
  display: block;
  margin-top: 5px;
}
table.popup-table .tb-txt .check.trade::before{
  content: "check";
  position: absolute;
  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
  padding: 0px 5px;
  color: #fff;
  background-color:#77BC29;
  top:0;
  left: 0;  
}
table.popup-table .tb-txt .check.phone{  
  padding-left: 51px;
  text-indent: 0px;
  font-weight: 700;
  text-align: left;
  font-size: 15px!important;
  color: #8E65A8;
  position: relative;
  display: block;
  margin-top: 5px;
}
table.popup-table .tb-txt .check.phone::before{
  content: "check";
  position: absolute;
  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
  padding: 0px 5px;
  color: #fff;
  background-color:#8E65A8;
  top:0;
  left: 0;  
}
.camp-2022 input[type="text"]{
  width: 100%;
  height: 100%;
    padding: 0 10px;
    border: 0;
    cursor: text;
    box-sizing: border-box;
    vertical-align: middle;
}
.popup-answer{
display: none;
}
.popup-answer .answer-title.game{
  width: 100%;
  box-sizing: border-box;
  padding:28px 0px;
  background-color:#EC6F5B;
  margin-top:20px
}
.popup-answer .answer-title.trade{
  width: 100%;
  box-sizing: border-box;
  padding:28px 0px;
  background-color:#77BC29;
  margin-top:20px
}
.popup-answer .answer-title.phone{
  width: 100%;
  box-sizing: border-box;
  padding:28px 0px;
  background-color:#8E65A8;
  margin-top:20px
}

.gnb-01.menu-name{
  width: 61px;
}
/* 220922(s) */
.gnb-02.menu-name{
  width: 153.5px;
}
/* //220922(e) */
.gnb-03.menu-name{
  width: 151px;
}
.gnb-04.menu-name{
  width: 191px;
}
.gnb-05.menu-name{
  width: 191.5px;
}
.gnb-06.menu-name{
  width: 79.5px;
}


.title-img{
  margin-left: 53px;
}
.me1.title-img{
  width:461px;  
}
/* 220922(s) */
.me2.title-img{
  width:261.5px;  
}
.me3.title-img{
  width:304px;
}
/* //220922(e) */
.me4.title-img{
  width:458px;  
}
.game1.title-img{
  width:329px;  
}
.game2.title-img{
  width:258.5px;  
}
.game3.title-img{
  width:300.5px;
}
.game4.title-img{
  width:431.5px;  
}
.trade1.title-img{
  width:368px;  
}
.trade2.title-img{
  width:296.5px;  
}
.trade3.title-img{
  width:339px;
}
.trade4.title-img{
  width:472px;  
}
.phone1.title-img{
  width:368px;  
}
.phone2.title-img{
  width:296.5px;  
}
.phone3.title-img{
  width:339px;
}
.phone4.title-img{
  width:467px;  
}
.ep1.title-img{
  width:349.5px;  
}
.ep2.title-img{
  width:240.5px;  
}
.ep3.title-img{
  width:264.5px;
}



.me1-1.content-img{
  width: 223px;
  height: 160px;
}
.me1-2.content-img{
  width: 223px;
  height: 160px;
}
/* 220922(s) */
.me2-1.content-img{
  width: 455.5px;
}
/* //220922(e) */
.me2-2.content-img{
  width: 448.5px;
}
/* 220922(s) */
.me3-1.content-img{
  width: 454px;
}
/* //220922(e) */
.me4-1.content-img{
  width: 156.5px;
}

.game1-1.content-img{
  width: 223px;
  height: 160px;
}
.game1-2.content-img{
  width: 223px;
  height: 160px;
}
.game2-1.content-img{
  width: 451.5px;
}
.game2-2.content-img{
  width: 448.5px;
}
.game3-1.content-img{
  width: 448.5px;
}
.game4-1.content-img{
  width: 451.5px;
}

.trade1-1.content-img{
  width: 223px;
  height: 160px;
}
.trade1-2.content-img{
  width: 223px;
  height: 160px;
}
.trade2-1.content-img{
  width: 451.5px;
}
.trade2-2.content-img{
  width: 448.5px;
}
.trade3-1.content-img{
  width: 448.5px;
}
.trade4-1.content-img{
  width: 451.5px;
}

.phone1-1.content-img{
  width: 223px;
  height: 160px;
}
.phone1-2.content-img{
  width: 223px;
  height: 160px;
}
.phone2-1.content-img{
  width: 451.5px;
}
.phone2-2.content-img{
  width: 448.5px;
}
.phone3-1.content-img{
  width: 448.5px;
}
.phone4-1.content-img{
  width: 451.5px;
}

.ep1.content-img{
  width: 482.5px;
}
.ep2.content-img{
  width: 482.5px;
}
.ep3.content-img{
  width: 482.5px;
}

.quiz-answer{
  width: 90%;
}

.title-score img{
  width: 202.5px;
}

@media all and (max-width:1224px){
.camp-2022 .gnb {
    margin-left:-100%;
}
.camp-2022 .gnb .btn.close, .camp-2022 .btn.menu{
  display: block;
}
.camp-2022 .container {
  width: 100%;
}
.camp-2022 .content .content-title { 
  text-align: center;
}
.camp-2022 .content .content-inner {
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.camp-2022 .content .content-inner .content-box {
  justify-content: center;
  align-items: center;
}
.camp-2022 .content .content-inner .content-box .bg.mail { 
  margin-left: 0;
}
.camp-2022 .content .content-inner .content-box .btn-part { 
  margin-left:0;
}
.title-img {
  margin-left:0;
}
}

@media all and (max-width:830px) {
.supporter-wrap  .event-content li {width: calc(33.33% - 20px);}
.special-sup:before, .norm-sup:before{width:700px;height:700px;top:-450px;}
.special-sup .title:before,.norm-sup .title:after,
.special-sup .title:before,.norm-sup .title:after{background-size:100%;}
.special-sup .title:before,.norm-sup .title:before{top:-5px;width:150px;}
.special-sup .title:after,.norm-sup .title:after{top:-3px;width:190px;}
}
  
@media all and (max-width:768px) {
.camp-2022 .camp-main {
  padding-bottom: 0;
}
}

@media all and (max-width:768px) {
  .camp-2022 .camp-main .poster-big {
    width: 100%;    
    background-size: contain;    
}
.camp-2022 .camp-main .main-content .poster-small {  
  top: 54%;
}
@media all and (max-width:550px) {
  .camp-2022 .camp-main .main-content .poster-small {
    display: none
}
}

@media all and (max-width:540px) {
  .camp-2022 .camp-main .main-content .top, .camp-2022 .camp-main .main-content .btm {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.camp-2022 .camp-main .main-content .top a:first-child, .camp-2022 .camp-main .main-content .btm a:first-child {
  margin-right: 0;
  margin-bottom: 20px;
}
.supporter-wrap .support_list{margin-top:100px;}
.special-sup .title:before, .norm-sup .title:before{top:70px;width:150px;background-size: 100%;}
.special-sup .title:after, .norm-sup .title:after{top:70px;width:180px;background-size: 100%;}
.supporter-wrap  .event-content li{margin:5px;padding:10px;width:calc(50% - 10px);border-radius: 20px 0 20px 0;}
.supporter-wrap  .event-content li span{font-size:15px}
.norm-sup .support_list li{height:70px} 
}

@media all and (max-width:520px) {
  .camp-2022 .content .content-inner .content-box a {
    text-align: center;
  }
  .camp-2022 .content .content-title .title-img {
    width: 90%;
}
  .camp-2022 .content .content-inner .content-box .content-img {
    width: 90%;
  }  
  .camp-2022 .content .content-inner .content-box .content-img.mgr10{
    margin-right: 0!important;
    margin-bottom: 10px;
}
/* 220923(s) */
.mission-content{
  width: 90%!important;
}
/* //220923(e) */
.fam-box .content-img{  
  margin-right:0;
  margin-bottom: 10px;
}
}

@media all and (max-width:414px) {
.camp-2022 .container .title {
  width: 70%!important;
  background-size: contain!important;
}
.special-sup .title:before, .norm-sup .title:before {  
  left: 50%;  
  transform: translate(-50%, 0);
}
.special-sup .title:after, .norm-sup .title:after{
  background: none;
}
}

@media all and (max-width:360px) {
  .camp-2022 .camp-main .main-content .btm a.main-btn.support,.camp-2022 .camp-main .main-content .btm a.main-btn.support.btn-ep {
    width: 90%;   
    background-size: contain;    
    margin-bottom: 0;
}
.supporter-wrap  .event-content li{width:100%}
.supporter-wrap .title img {
  width: 100%; 
}
}

@media all and (max-width:340px) {
  .camp-2022 .gnb {
    margin-left: -330px;
}
}