@charset "UTF-8";

 .sumo_sumoSelectName{
 	/* flex: right; */
 	margin-left: auto;
 }
 
 ::placeholder  {
        font-size: 10px;
  }
  
@media all and (min-width:1024px) { 
	.oa_use_openapi_div {
			    display: flex;
			    justify-content: space-between;
			    align-items: center;
			    width: 35%;
			}
} 

@media (max-width:991px) {
	.oa_use_openapi_div {
			 	display: flex;
			    justify-content: space-between;
			    align-items: center;
			    width: 35%;
			}
	
}


 .oa_board_th {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    height: 36px;
    text-align: center;
    border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #cacaca;
    min-width: 95px;
}

.oa_board_tb {
    font-size: 12px;
    color: #000;
    height: 36px;
    text-align: left;
    border-bottom: 1px solid #cacaca;
}

.oa_board_bb {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    height: 36px;
    text-align: center;
    border-bottom: 1px solid #cacaca;
}
 
 

      /* 모달 스타일 */
  .modalInfo {
   /*  display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .modal-content {
  	background-color: #6789c9;
    padding: 20px;
    border-radius: 22px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 80%; /* 모달 창의 너비 조정 */
    max-width: 1200px; /* 최대 너비 지정 */
    height: 80%;
    margin-bottom: 3%;
    border-color: white;
  }

  /* 닫기 버튼 스타일 */
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  
  /* 테마 갤러리 모달 */
  .oa_modal {
    display: inline-block;
    min-width: 100%;
    height: 30%;
   /*  background-color: #fff; */
  }
  
  .oa_modal_info {
    width: 1002px;
    margin: 0 auto;
    padding: 22px 0 15px;
}


.oa_modal_info .modal_tit {
    margin: 0 6px;
    padding-bottom: 14px;
    font-size: 18px;
    color: white;
    letter-spacing: -1px;
    word-spacing: -0.5px;
}


.oa_modal_info .board {
	width: 985px;
    margin: 0 6px;
    padding: 15px 16px 16px;
    border-top: 1px solid #6789ca;
    background-color: #ededed;
    letter-spacing: -0.5px;
}



.oa_modal_info .board div > .txt {
    float: left;
    width: 100px;
    padding-top: 5px;
    font-size: 14px;
    color: #676767;
}

.oa_modal_info .board ul {
    float: left;
    width: calc(100% - 100px);
}

.oa_modal_info .board .age li.clicked a {
    border: 1px solid #357ebd;
    background-color: #428bca;
    color: #fff;
}

.oa_modal_info .board .themeMlCate li.clicked a {
    border: 1px solid #499872;
    background-color: #3ba74f;
    color: #fff;
}

.oa_modal_info .board ul > li.txt2 a {
    float: left;
    margin: 1px;
    padding: 4px 10px 5px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #777;
}


.oa_modal_info .board .keyword div > label {
    display: none;
}

.oa_modal_info .board .keyword div > input[type="text"] {
    width: 50%;
    margin-left: 1px;
    padding: 3px 0 7px 3px;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 12px;
    color: #777;
}


.oa_modal_info .board .keyword div > input[type="text"], .oa_modal_info .board .keyword div > input[type="image"] {
    float: left;
}


.oa_modal_info .board .age, .oa_modal_info .board .target, .oa_modal_info .board .when, .oa_modal_info .board .what, .oa_modal_info .board .category {
    margin-bottom: 6px;
}
        
/* 확인 취소 버튼 */   
.btn-white-default {
    color: #fff;
    background-color: #6789ca;
    border: 1px solid rgba(255,255,255,0.5);
}

/* 전체 선택 */
.oa_multiModalWrap {
    max-width: 1014px;
    margin: auto;
    padding: 15px 15px 5px 15px;
    margin-top: 15px;
}

.oa_multiModalWrap div {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 5px 0px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    padding: 5px;
    font-size: 15px;
}

.oa_multiModalWrap div:hover {
    background-color: #3d527a;
}



.oa_modal_info .board .category li.clicked a {
    border: 1px solid #ba7d27;
    background-color: #c7862a;
    color: #fff;
}



.oa_scroll{
	overflow-y:scroll; height:390px; margin-left: 36px;  width: 1107px;
}

@media (max-width:991px) {
	
.oa_modal_info .board {
	width: 700px;
    margin: 0 6px;
    padding: 15px 16px 16px;
    border-top: 1px solid #6789ca;
    background-color: #ededed;
    letter-spacing: -0.5px;
}

.oa_multiModalWrap {
    max-width: 710px;
    margin-left: 2px;
    padding: 15px 15px 5px 15px;
    margin-top: 15px;
}

.oa_scroll{
	overflow-y: scroll;
    height: 400px;
    margin-left: 0px;
    width: 685px;
    width: 731px;
}



}



/* 테마 상세보기 */
  .themeDetail_content {
  	background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 80%; /* 모달 창의 너비 조정 */
    max-width: 1200px; /* 최대 너비 지정 */
    height: 80%;
    margin-bottom: 3%;
    border-color: white;
  }
  
.theme_modal_detail.blank {
  padding-top:3px !important;
  }
  
.theme_modal_detail {width:1002px; margin:0 auto; padding-top:18px;}
.theme_modal_detail.blank {padding-top:5px !important;}
.theme_modal_detail .tit {margin:0 6px; padding-bottom:14px; font-size:18px; color:#516c9e; letter-spacing:-1px; word-spacing:-0.5px;}
.theme_modal_detail .tit span {display:inline-block; padding-top:1px !important;}
.theme_modal_detail .board {margin:0 6px; border-top:2px solid #6789ca; background-color:#ededed;}
.theme_modal_detail .board table {width:100%;}
.theme_modal_detail .board table th {padding:5px 16px 6px; border-top:1px solid #fff; border-right:1px solid #fff; background-color:#6789ca; font-weight:normal; font-size:13px; color:#fff; text-align:left;}
.theme_modal_detail .board table th:last-child {border-right:none;}
.theme_modal_detail .board table td {padding:5px 16px 6px; border-top:1px solid #fff; border-right:1px solid #fff; font-size:12px; color:#777; word-spacing:-0.5px;}
@media (max-width:991px) {
.theme_modal_detail {width:100%; margin:0 auto; padding-top:14px;}
.theme_modal_detail.blank {padding-top:99px !important;}
.theme_modal_detail .tit {margin:0 10px; padding-bottom:9px; font-size:15px; color:#516c9e; letter-spacing:-1px; word-spacing:-0.5px;}
.theme_modal_detail .tit span {display:inline-block; padding-top:2px !important;}
.theme_modal_detail .board {margin:0 10px; border-top:2px solid #6789ca; background-color:#ededed;}
.theme_modal_detail .board table {width:100%;}
.theme_modal_detail .board table th {padding:3px 5px 4px; border-right:1px solid #fff; background-color:#839fd4; font-weight:normal; font-size:13px; color:#fff; word-spacing:-0.5px; text-align:left;}
.theme_modal_detail .board table th:last-child {border-right:none;}
.theme_modal_detail .board table td {padding:3px 5px 4px; border-top:1px solid #fff; border-right:1px solid #fff; font-size:12px; color:#777; letter-spacing:-0.5px; word-spacing:-0.5px;}
}
.theme_modal_detail .board table td a {color:#3462bb;}
.theme_modal_detail .board table td a:hover {text-decoration:underline;}
.theme_modal_detail .board table td span {float:left; color:#575757;}
.theme_modal_detail .board table td:last-child {border-right:none;}
.theme_modal_detail .board table td > table td {border:none; padding:0 !important;}
.theme_modal_detail .map {width:988px; height:798px; margin:0 6px; border:1px solid #6789ca;}
.theme_modal_detail .buttons {float:right; letter-spacing:0 !important;}
.theme_modal_detail .buttons button {height:25px; margin-left:4px; padding:1px 10px 0; border:1px solid #5976ae; border-radius:3px; background-color:#6789ca; font-size:12px; color:#fff; transition:all 0.3s ease 0s !important; cursor:pointer;}
@media (max-width:991px) {
.theme_modal_detail .map {width:calc(100% - 22px); height:250px; margin:0 10px; border:1px solid #6789ca;}
.theme_modal_detail .buttons button {height:22px; margin-left:2px; padding:1px 5px 0; border:1px solid #5976ae; border-radius:3px; background-color:#6789ca; font-size:11px; color:#fff; transition:all 0.3s ease 0s !important; cursor:pointer;}
}
.theme_modal_detail .buttons button:hover {background-color:#5976ae;}

.themeDetail_map_info {
    width: 1002px;
    margin: 0 auto;
    padding-top: 18px;
}
.themeDetail_map_info .tit {
    margin: 0 6px;
    padding-bottom: 14px;
    font-size: 18px;
    color: #516c9e;
    letter-spacing: -1px;
    word-spacing: -0.5px;
}

.themeDetail_map_info .tit span {
    display: inline-block;
    padding-top: 1px !important;
}

.oa_map_pic {width:1002px; margin:0 auto;}
.oa_map_pic li {
	position: relative;
    float: left;
    width: 237px;
    height: 198px;
    margin: 12px 6px 0;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.05);
    cursor: pointer;
}
.oa_map_pic li:hover {background-color:#5975aa;}
.oa_map_pic li .tit {position:absolute; top:10px; left:0; padding:0 11px; font-size:20px; color:#fff; line-height:24px; letter-spacing:-1px; word-spacing:-0.5px; width: 80%; z-index: 1;}
.oa_map_pic li .stit {position:absolute; top:163px; left:271px;}
.oa_map_pic li .stit p {padding-bottom:5px; font-size:13px; color:#d9e4fa; letter-spacing:-1px; word-spacing:-0.5px;}
.oa_map_pic li .stit p span {float:left; width:4px; height:4px; margin:6px 7px 0 0; background-color:#d9e4fa;}
.oa_map_pic li img {
	position: absolute;
    right: 53px;
    bottom: 10px;
    width: 199px;
    height: 114px;
    opacity: 70%;
}





.domain_chekDiv{
	display: inline-block;
	/* margin-left: 3px; */
}

.domain_btn{
	width: 23px;
}


/* 상세보기 버튼 class 명 바꾸기 */
.oa_detailBtnWrap {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 114px;
    height: 30px;
   /*  opacity: 0.6; */
}


.oa_detailBtnWrap .oa_detailBtn {
	color:#fff;border:1px solid rgba(255,255,255,0.5);margin:5px 0px;height:20px;line-height:20px;text-align:center;
}

.oa_theme_pic {
    width: 1002px;
    margin: 0 auto;
}

.oa_theme_pic .oa_theme {
    position: relative;
    float: left;
    width: 130px;
    height: 145px;
    margin: 12px 6px 0;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.05);
    cursor: pointer;
}


.oa_theme_pic .oa_theme .tit {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 11px;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    letter-spacing: -1px;
    word-spacing: -0.5px;
    width: 100px;
}


.oa_theme_pic .oa_theme .stit {
    position: absolute;
    top: 73px;
    left: 13px;
    width: 170px;
}

.oa_theme_pic .oa_theme img {
	position: absolute;
    right: 15px;
    bottom: 32px;
    width: 56px;
    height: 56px;
    opacity: 0.6;
}

.oa_detailBtnWrap .oa_detailBtn {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 14px 0px;
    height: 21px;
    line-height: 20px;
    text-align: center;
    width: 106px;
}
.themeDetail_map{
	height: 500px;
}


@media (max-width:991px) {
.oa_map_pic {width:calc(100% - 12px); padding:0 6px;}
.oa_map_pic li { position: relative; float: left;width: calc(50% - 8px);  height: 143px; margin: 10px 4px 0;border: 1px solid rgba(255,255,255,0.5);    background-color: rgba(0,0,0,0.05);    cursor: pointer;}
.oa_map_pic li:hover {background-color:#5975aa;}
.oa_map_pic li .tit {position:absolute; top:5px; left:0; padding:0 7px; font-size:14px; color:#fff; line-height:16px; letter-spacing:-1px; word-spacing:-0.5px;}
.oa_map_pic li .stit {position:absolute; top:111px; left:282px;}
.oa_map_pic li .stit p {padding-bottom:5px; font-size:11px; color:#d9e4fa; letter-spacing:-0.5px; word-spacing:-0.5px;}
.oa_map_pic li .stit p span {float:left; width:3px; height:3px; margin:5px 5px 0 0; background-color:#d9e4fa;}
.oa_map_pic li img {position: absolute; right: 5px; bottom: 5px; width: 99px; height: 62px;}

.oa_theme_pic {    width: 690px;     margin: 0 auto;}
.oa_theme_pic .oa_theme{position: relative; float: left;width: calc(50% - 8px);  height: 143px; margin: 10px 4px 0;border: 1px solid rgba(255,255,255,0.5);    background-color: rgba(0,0,0,0.05);    cursor: pointer;}
.oa_theme_pic .oa_theme .tit {position:absolute; top:5px; left:0; padding:0 7px; font-size:14px; color:#fff; line-height:16px; letter-spacing:-1px; word-spacing:-0.5px;}
.oa_theme_pic .oa_theme .stit {position:absolute; top:26px; left:17px;}
.oa_theme_pic .oa_theme .stit p {padding-bottom:5px; font-size:11px; color:#d9e4fa; letter-spacing:-0.5px; word-spacing:-0.5px;}
.oa_theme_pic .oa_theme .stit p span {float:left; width:3px; height:3px; margin:5px 5px 0 0; background-color:#d9e4fa;}
.oa_theme_pic .oa_theme img {position: absolute; right: 5px; bottom: 5px; width: 99px; height: 93px;}
}



/* page-loading */
  
.loading_div {
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	position: fixed;
  	display: block;
  	opacity: 0.6;
  	background: #e4e4e4;
  	z-index: 99;
  	text-align: center;
} 
 
 
 .loading {
  width: 100vw;
  margin-top: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 50%;
  animation: loading 1s linear infinite;
  background-color: black;
}

.loading span:nth-child(1) {
  animation-delay: 0s;
}

.loading span:nth-child(2) {
  animation-delay: 0.2s;
  margin: 0px 10px
}

.loading span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loading {
  0%, 100% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
} 


.oa_versionBtn{
	  padding: 6px 3px;
    float: right;
    margin-bottom: 3px;
    background: white;
    border-radius: 12px;
    color: #6789ca;
    border: 3px solid #6789ca;
}
 .oa_versionBtn:hover {
  padding: 6px 3px;
    float: right;
    margin-bottom: 3px;
    background: #6789ca;
    border-radius: 12px;
    color: white;
    border: 3px solid #6789ca;
 }
 
.oa_date_add{
	border: 2px solid #6789ca;
    border-radius: 25px;
    background-color: white;
} 

#oaMapModal{
	height: 500px;
}
  
/**
	팝업 선택 보기 
*/  
.oaSelectView_contest {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 80%; /* 모달 창의 너비 조정 */
  max-width: 1200px; /* 최대 너비 지정 */
  height: 80%;
  margin-bottom: 3%;
  border-color: white;
}

.oaSelectView_contest{
	width: 50%;
}

.oaSelect-table {
    margin: auto;
    width: 95%;
    border-collapse: collapse;
}

.oaSelect-table thead tr{
    background: #5B86EF;
    color: #fff;
}

.oaSelect-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: white;
    height: 50px;
    font-size: 20px;
}

/*.oaSelect-table tr:nth-child(odd):not(:first-child) {*/
/*    background-color: #ebf3f9;*/
/*}*/

.oaSelect-table th {
    display: none;
}

.oaSelect-table td {
    display: block;
}

.oaSelect-table td:first-child {
    margin-top: .5em;
}

.oaSelect-table td:last-child {
    margin-bottom: .5em;
}

.oaSelect-table td:before {
    /*content: attr(data-th) ": ";*/
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
}

.oaSelect-table th,
.oaSelect-table td {
    text-align: left;
}

.oaSelect-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

.oaSelect-table tr {
   /*  border-color: #5B86EF; */
   border: 1px solid #5B86EF;
}

.oaSelect-table th,
.oaSelect-table td {
    padding: .5em 1em;
    border: 1px solid #5B86EF;
}
@media screen and (max-width: 601px) {
    .oaSelect-table tr:nth-child(2) {
        border-top: none;
    }
    .oaSelect-table th:first-child,
    .oaSelect-table td{
        font-weight : bold;
        color: black;
    }
    .oaSelect-table td a {
        text-decoration: none;
        color: black;
    }
}
@media screen and (min-width: 600px) {
    .oaSelect-table tr:hover:not(:first-child) {
        background-color: rgba(131, 244, 180, 0.9);
        /*background-color: #83F4B4;과 동일 opacity*/
    }
    .oaSelect-table td:before {
        display: none;
    }
    .oaSelect-table td a {
        text-decoration: none;
        color: black;
    }
    .oaSelect-table th,
    .oaSelect-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .oaSelect-table th:first-child,
    .oaSelect-table td{
   		font-size: 15px;
        font-weight : bold;
        padding-left: 0;
    }
    .oaSelect-table th:last-child,
    .oaSelect-table td:last-child {
        padding-right: 0;
    }
    .oaSelect-table th,
    .oaSelect-table td {
        padding: 1em !important;
    }
}

.oaSelect-cnt{
	font-size: 15px;
    font-weight: 600;
}



   .mapDetail_content {
  	background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 80%; /* 모달 창의 너비 조정 */
    max-width: 1200px; /* 최대 너비 지정 */
    height: 80%;
    margin-bottom: 3%;
    border-color: white;
  }
  
.map_modal_detail.blank {
  padding-top:3px !important;
  }
  
.map_modal_detail {width:1002px; margin:0 auto; padding-top:18px;}
.map_modal_detail.blank {padding-top:5px !important;}
.map_modal_detail .tit {margin:0 6px; padding-bottom:14px; font-size:18px; color:#516c9e; letter-spacing:-1px; word-spacing:-0.5px;}
.map_modal_detail .tit span {display:inline-block; padding-top:1px !important;}
.map_modal_detail .board {margin:0 6px; border-top:2px solid #6789ca; background-color:#ededed;}
.map_modal_detail .board table {width:100%;}
.map_modal_detail .board table th {padding:5px 16px 6px; border-top:1px solid #fff; border-right:1px solid #fff; background-color:#6789ca; font-weight:normal; font-size:13px; color:#fff; text-align:left;}
.map_modal_detail .board table th:last-child {border-right:none;}
.map_modal_detail .board table td {padding:5px 16px 6px; border-top:1px solid #fff; border-right:1px solid #fff; font-size:12px; color:#777; word-spacing:-0.5px;}
@media (max-width:991px) {
.map_modal_detail {width:100%; margin:0 auto; padding-top:14px;}
.map_modal_detail.blank {padding-top:99px !important;}
.map_modal_detail .tit {margin:0 10px; padding-bottom:9px; font-size:15px; color:#516c9e; letter-spacing:-1px; word-spacing:-0.5px;}
.map_modal_detail .tit span {display:inline-block; padding-top:2px !important;}
.map_modal_detail .board {margin:0 10px; border-top:2px solid #6789ca; background-color:#ededed;}
.map_modal_detail .board table {width:100%;}
.map_modal_detail .board table th {padding:3px 5px 4px; border-right:1px solid #fff; background-color:#839fd4; font-weight:normal; font-size:13px; color:#fff; word-spacing:-0.5px; text-align:left;}
.map_modal_detail .board table th:last-child {border-right:none;}
.map_modal_detail .board table td {padding:3px 5px 4px; border-top:1px solid #fff; border-right:1px solid #fff; font-size:12px; color:#777; letter-spacing:-0.5px; word-spacing:-0.5px;}
}
.map_modal_detail .board table td a {color:#3462bb;}
.map_modal_detail .board table td a:hover {text-decoration:underline;}
.map_modal_detail .board table td span {float:left; color:#575757;}
.map_modal_detail .board table td:last-child {border-right:none;}
.map_modal_detail .board table td > table td {border:none; padding:0 !important;}
.map_modal_detail .map {width:988px; height:798px; margin:0 6px; border:1px solid #6789ca;}
.map_modal_detail .buttons {float:right; letter-spacing:0 !important;}
.map_modal_detail .buttons button {height:25px; margin-left:4px; padding:1px 10px 0; border:1px solid #5976ae; border-radius:3px; background-color:#6789ca; font-size:12px; color:#fff; transition:all 0.3s ease 0s !important; cursor:pointer;}
@media (max-width:991px) {
.map_modal_detail .map {width:calc(100% - 22px); height:250px; margin:0 10px; border:1px solid #6789ca;}
.map_modal_detail .buttons button {height:22px; margin-left:2px; padding:1px 5px 0; border:1px solid #5976ae; border-radius:3px; background-color:#6789ca; font-size:11px; color:#fff; transition:all 0.3s ease 0s !important; cursor:pointer;}
}
.map_modal_detail .buttons button:hover {background-color:#5976ae;}

.mapDetail_map_info {
    width: 1002px;
    margin: 0 auto;
    padding-top: 18px;
}
.mapDetail_map_info .tit {
    margin: 0 6px;
    padding-bottom: 14px;
    font-size: 18px;
    color: #516c9e;
    letter-spacing: -1px;
    word-spacing: -0.5px;
}

.mapDetail_map_info .tit span {
    display: inline-block;
    padding-top: 1px !important;
}

.oa_domainInput{
	color:black;
}

.oa_mapSelectView{
    border: 2px solid #6789ca;
    border-radius: 2px;
    font-size: 12px;
    color: #6789ca;
    background: white;
}

.oa_themeSelectView{
    border: 2px solid #6789ca;
    border-radius: 2px;
    font-size: 12px;
    color: #6789ca;
    background: white;
}

.themeMlCate {
	margin-bottom: 6px;
}


.map_modal_btn,
.theme_modal_btn{
	float: right;
}


