/*sub_common css*/
.page_header_text{
  text-align:center;
  font-weight: bold;
  font-size: 23px;
  line-height:43px;
  color:#003477;
  display:block;
  margin-top:50px;
}
.h5_title{
  margin-top:20px;
  color:#003477;
  font-size: 20px;
}
.ul_box{
  margin-top:20px;
  display:block;
  background-color:#f5f5f5;
  padding:20px;
}
.download_btn{
  margin-top: 23px;
  padding: 5px 28px;
  background-color:#3465b0; 
  border-radius:10px;
  display: block;
  width: 24%;
}

.yellow_line{
border-top:2px solid #f5a846;
border-bottom:1px solid #dbdbdb;
background-color:#fcfcfc;
}
dl{
margin-bottom:0;
}
dd{
margin-bottom:0;
}
#content-title{
  position:relative;
}
#content-title::after{
  content:'';
  position:absolute;
  display: inline-block;
  top:24px;
  margin-left:7px;
  width:11px;
  height:11px;
  background-color: #f5a23a;
  border-radius: 100%;
}

.tit{font-size:18px;}
.tit h3{
  font-size:30px;
  line-height: 40px;
}

.eduInfo_bg{
background-image:url('https://www.asmedia.or.kr/api/files/193/download') ;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
font-size:18px;
}

.eduCon dt{
color:#003477;
padding-top:10px;
}
.tit_text{
font-size: 20px;
margin-top:20px;
margin-bottom: 30px;
}
.eduCon>dl>dd::before{
content:'';
width:7px;
height:7px;
display: inline-block;
margin-right:10px;
margin-bottom:5px;
background-color: #333;
border-radius: 100%;
}
.eduCon_dd{
margin-top:10px;
}
.eduInfo_bg_img{
position: relative;
top:0;
}
.blue_title{
display:inline-block;
color:#003377;
font-size:25px;
line-height:30px;
font-weight: 600;
margin-top:30px;
}
.blue_span{
display:block;
color:#3465b0;
font-size:16px;
text-indent:18px;
margin-bottom:0.5em;
}
.text-indent0{
text-indent:0;
}
.width36{
width:48%;
}
.width_inherit{
width:100%;
}
.as_table{
width:100%;
text-align:center;
margin-top:20px;
}
.as_table thead tr th{
padding:14px 10px 14px 19px;
border-right:1px solid #e5e5e5;
}
.as_table thead{
width:100%;
border-top:2px solid #003477;
background-color: #f2f4f8;
}
.as_table tbody tr td{
padding:14px 10px 14px 19px;
border-bottom:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
}
.as_table thead tr th:last-child{
border-right:0;
}
.as_table tbody tr td:last-child{
border-right:0;
}

/*소개*/

/* --------------------------------------------------------
eduInfo
----------------------------------------------------------*/ 
.eduInfo, .map {font-size:0; margin:20px 0px 100px;}
.eduInfo .eduBox{display:flex; width:100%; padding:33px 26px; background:#f9f9f9; margin-bottom:50px; border-radius:20px;}
.eduInfo .eduBox:nth-child(3) {margin-bottom:0;}
.eduInfo .eduBox .eduTit{position:relative; width:30%; padding-right: 124px;}
.eduInfo .eduBox .eduTit h3 { font-size:35px; font-weight:600; margin-bottom:20px;}
.eduInfo .eduBox .eduTit p{font-size:18px; color:#626262;}
.eduInfo .eduBox:first-child .eduTit:after{content:''; display:block;  width:231px; height:311px; position:absolute; bottom:17px; left:65px;}
.eduInfo .eduBox:nth-child(2) .eduTit:after{content:''; display:block; width:209px; height:221px; position:absolute; bottom:17px; left:86px;}
.eduInfo .eduBox:nth-child(3) .eduTit:after{content:''; display:block; width:231px; height:230px; position:absolute; bottom:0; left:65px;}
.eduInfo .eduBox:nth-child(1) {color:#003477;}
.eduInfo .eduBox:nth-child(2) {color:#ed6d10;}
.eduInfo .eduBox:nth-child(3) {color:#1a9c00;}
.eduInfo .eduBox dl { margin-bottom:28px;}
.eduInfo .eduBox dt { font-size:22px; font-weight:600; margin-bottom:18px; }
.eduInfo .eduBox dd { font-size:18px; word-break:keep-all; color:#333; line-height:1.2em; margin-bottom:9px; position:relative; padding-left:17px; }
.eduInfo .eduBox dd:before {content:''; display:inline-block; vertical-align:middle; width:8px; height:8px; background:#003477; border-radius:50%; position:absolute; top:8px; left:0px}
.eduInfo .eduBox:nth-child(2) dd:before {background:#ed6d10;}
.eduInfo .eduBox:nth-child(3) dd:before {background:#1a9c00;}


@media (max-width:1180px) {
.eduInfo .eduBox:first-child .eduTit:after,
.eduInfo .eduBox:nth-child(2) .eduTit:after,
.eduInfo .eduBox:nth-child(3) .eduTit:after
{display:none;}
}


@media (max-width:990px) {
.eduInfo .eduBox{display:block;}
.eduInfo .eduBox .eduTit{width:100%; padding-right:0; text-align:center; margin-bottom:35px;}

}
/*안성미디어센터*/
.yellow_color{
  color:#ed6d10;
}
.dark_blue{
  color:#003377;
}
.title_under_text{
  position:relative;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
.title_under_text::before{
  content:'';
  position:absolute;
  top:40px;
  left:130px;
  display: inline-block;
  width: 16px;
  height: 79px;
  background-image: url('https://www.asmedia.or.kr/api/files/421/download');
  background-repeat: no-repeat;
  background-size: contain;
}
.title_under_text::after{
  content:'';
  position:absolute;
  top:40px;
  right:130px;
  display: inline-block;
  width: 16px;
  height: 79px;
  background-image: url('https://www.asmedia.or.kr/api/files/422/download');
  background-repeat: no-repeat;
  background-size: contain;
}
/*공간소개*/
.space_ul_li{
  align-items: center; 
  border-bottom:1px solid #ccc; 
}
.space_ul_li:first-child{
  border-top:3px solid #000;
}
.space_content_box{
  line-height: 25px; 
  padding-left: 82px; 
  align-items:center;
}
.space_content_title{
  font-size:25px; 
  color:#003477; 
  margin-bottom:22px;
}
.space_content_text{
  font-size:18px;
}
/* 이거 왜 들어감? #contents img{max-width:none !important;} */
.img_box img{
  width:350px !important;
  height:220px !important;
}

/*연혁*/
.history_year{
  position:relative;
}
.history_year_img{
  position:absolute;
  top: 130px;
  left:130px;
  z-index: 1;
}
.history_year_img2{
  position:absolute;
  top: 111px;
  left:135px;
  z-index: 0;
}
.history_contents_wrap{
  width:100%;
  padding-left: 71px;
}
.history_date_ul{
  border: 1px solid #f5a23a;
  padding: 25px 18px 10px 25px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  box-shadow: 2px 8px 10px #ccc;
}
.history_p{
  margin-bottom:10px;
}

/*수강료납부안내*/

.refund_step_div{
  position:relative;
  display:block; 
  width:230px;
  height:88px;
  background-color:#003477; 
  padding:20px; 
  color:#fff;
  text-align:center;
}
.refund_step_div::after{
  content:">";
  position:absolute;
  display:inline-block;
  color:#003477;
  left: 150%;
  font-size: 30px;
  top: 23px;
}
.refund_step_div:last-of-type::after{
  display:none;
}

.download_div{
  width:25%;
  background-color: #003477; 
  padding:5px 20px; 
  border-radius: 20px;
  margin:auto;
}

.download_div a{
  display:inline-block; 
  color:#fff; 
  width:100%; 
  height:100%; 
  font-size:18px; 
  text-align:center;
}


/*미디어교육>안내*/

.eduCon_dd::before{
content:'';
width:7px;
height:7px;
display: inline-block;
margin-right:10px;
margin-bottom:5px;
background-color: #333;
border-radius: 100%;
}
.gray_bordered_box{
  position:relative;
  display:block;
  width:25%;
  text-align: center;
}
.gray_bordered_box span{
  display:block;
  margin-top:20px;
}
.gray_bordered_box2{
  position:relative;
  margin-top:60px;
  display:block;
  width:24%;
  text-align: center;
}
.gray_bordered_box2 span{
  display:block;
  margin-top:20px;
}
.gray_bordered_box::after{
  content:'';
  background-image: url('https://www.asmedia.or.kr/api/files/332/download');
  width: 16px;
  height: 25px;
  background-repeat: no-repeat;
  position:absolute;
  left: 90%;
  top: 48%;
}
.gray_bordered_box2::after{
  content:'';
  background-image: url('https://www.asmedia.or.kr/api/files/404/download');
  display:block;
  width: 16px;
  height: 25px;
  background-repeat: no-repeat;
  position:absolute;
  left: 90%;
  top: 48%;
}
.gray_bordered_box3::before{
  content:'';
  position:absolute;
  background-image: url('https://www.asmedia.or.kr/api/files/405/download');
  display:block;
  width: 25px;
  height: 16px;
  background-repeat: no-repeat;
  left:45%;
  bottom: 122%;
}
.gray_bordered_box:last-child::after{
  display:none;
}
.gray_bordered_box2:last-child::after{
  display:none;
}
.text-left{
  text-align:left;
  margin-left:10px;
}
/* dd::before{
    content:'';
    width:7px;
    height:7px;
    display: inline-block;
    margin-right:10px;
    margin-bottom:5px;
    background-color: #333;
    border-radius: 100%;
} */
.info_title{
  font-size: 22px;
  margin-bottom:10px;
}
.end_border{
border-right:1px solid #e5e5e5 !important;
}
/*연혁*/
.space_ul_li{
width:100%;
}
.img_box h3{
font-size:20px;
}
.date_color{
  width:20%;
}

.space_content_div{
width:20%;
}
.space_content_div2{
width:20%;
}
.space_content_text {
width:80%;
line-height: 30px;
}
.space_content_text2 {
margin-left:20px;
}
.space_content_box{
flex-wrap:wrap;
width:100%;
}
.before_dot{
  width:80%;
}
.before_dot::before{
content:'';
display: inline-block;
width:7px;
height:7px;
border-radius: 100%;
background-color: #333;
margin-right:10px;
}
/*안성미디어센터*/
.eduCon img{
margin: auto;
display: block;
}
.second_div{
margin-top:100px;
}
.title_under_text{
display:block;
margin-top:20px;
}
.eduCon{
width:100%;
}
.text_board{
width:48%;
}
.eduCon {
justify-content: space-between;
}
.eduCon .d-block{
width:100%;
}
.text_board{
border: 1px solid #cccccc;
padding: 36px 60px;
width: 97%;
margin-top: 20px;
height: 280px;
display: flex;
}
.orange_bg{
background-color:#f5a23a;
}
.download_button{
border:1px solid #003377;
width:24%;
}
.download_button a{
display: block;
width: 100%;
height: 100%;
padding: 21px 17px;
font-weight: 700;
font-size: 20px;
color: #003377;
}
.download_button:hover{
outline:3px solid #003377;
}

/*iframe*/
.ql-video{
  width:100%;
  height:300px;
}

/*mediaquery*/

@media (max-width: 800px) {
.refund_step_div::after{
  display:none;
}
.refund_step_div{
  margin:auto;
  margin-top:30px;
}  
  .overflow_scroll{
    overflow-x:scroll;
  }.gray_bordered_box::after
  .download_div{
    width:100%;
  }
  .space_content_box{
    margin-left:0 !important;
  }
  .org_box{
    width:31%;
    padding:10px 10px;
    border:1px solid #bac1d4;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    justify-content:center;
    text-align: center;
    margin-top: 11px;
    font-size: 16px;
  }
  .org_box2{
    margin-top:11px !important;
  }
  .org_box3{
    margin-left:0;
    width:31%;
    font-size: 16px;
    margin-left:10px;
  }
  #contents img {
     max-width: 100% !important;
}
#contents .eduCon .eduCon_visual_img{
    width: 100%;
    margin-top: 30px;
  }
.download_button{
  width:100%;
  margin-top:20px;
}
.download_button a{
  text-align: center;
}

/*사업소개*/
.eduInfo{
  background-image: none !important;
  font-size:16px !important;
}
.eduCon_dd{
  display:inline-block;
  font-size:16px;
  padding-top:15px;
}
/*공간소개*/
.width36{width:100%;}

/*이용안내*/
.gray_bordered_box{
  width:100% !important;
  box-sizing: border-box;
  margin-top:20px;
}
/*조직도*/
.org_box_gradiation_bg {
  padding:20px !important;
}
.org_box{
  width:32% !important;
  font-size:16px !important;
  padding:20px !important;
}
.org_box3{
  margin:0 !important;
  margin-top:20px !important;
  width:116px !important;
  height:116px !important;
}
.line_after5::before {
  content: '';
  display: none;
}
.line_after4::before {
  content: '';
  display: none;
}
.line_after3::before {
  content: '';
  display: none;
}
.line_after2::before {
  content: '';
  display: none;
}
.line_after1::before {
  content: '';
  display: none;
}
.org_box6 {
  position: relative;
  right: 0px!important;
}
.org_box5 {
  position: relative;
  left: 0px!important;
}
/*연혁*/
.space_content_box{
  padding-left: 0;
}
.space_content_text {
  width:100%;
}
/*미디어교육>안내*/
.gray_bordered_box::after{
  content:'';
  display:none;
}
.download_btn {
  width:37%;
  text-align: center;
  margin: auto;
}
.spaceWrap{
  overflow-x:scroll;
}
.media_info_page{
  width:100%;
}
.gray_bordered_box2{
  width:100%;
}
.gray_bordered_box3::before {
  content: '';
  display:none;
}
.gray_bordered_box2::before {
  content: '';
  display:none;
}
.gray_bordered_box2::after{
  content: '';
  display:none;
}
.gray_bordered_box1::before {
  content: '';
  display:none;
}
.gray_bordered_box4::before {
  content: '';
  display:none;
}
.gray_bordered_box5::before {
  content: '';
  display:none;
}
.yellow_line .col-10{
  width:100%;
}
.title_under_text::before{
  display: none;
}
.title_under_text::after{
  display: none;
}
.gray_bordered_box::after{
  display:none !important;
}
.toolBtn{
  justify-content:flex-start !important;
}
.toolBtn>button{
  width:18% !important;
  margin-top:5px;
  margin-left:5px;
}
}

