@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
body{font-family: 'Noto Sans KR', sans-serif;}

.slider_area {background-size: cover; background-repeat: no-repeat; background-position: center center; height:100vh; } 
.slider_area2 {background-size: cover; background-repeat: no-repeat; background-position: center center; }  
.bg_01 {background-image: url("../images/slider_main_01.jpg")}
.bg_02 {background-image: url("../images/slider_main_02.jpg")}
.bg_03 {background-image: url("../images/slider_main_03.jpg")}


.mySlides {position:absolute; width:100%;top:0px;/*display: none;*/}
/* Slideshow container */


/* Caption text */




/* The dots/bullets/indicators */
.dot {
  
  
  background-color: #bbb;
  border-radius: 50%;
  
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 5s;
}

@keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}





.bg_contest {background-image: url("../images/bg_contest.jpg")}

.slider_text{display: flex; height: 100vh;  flex-direction: column; align-items:center; justify-content: center;}


.main-img-big {width: 250px;}
.main-img-txt {width: 220px;}


.swiper {
        width: 100%;
        height: 100%;
      }

.swiper-slide {
text-align: center;
font-size: 18px;


/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}


.swiper-button-next, .swiper-button-prev { 
    color: #ffffff!important;
}

.btn-contest{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
}
.btn-contest img{width: 200px; margin-bottom: 10px;}

.txt-tb dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.txt-tb dt{ 
    display: table-cell;    
    vertical-align: top;
    width: 120px;
}

.txt-tb dd {
    display: table-cell;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.txt-tb-bold {color: #0867dc; font-size: 1.2rem; font-weight: 900;}


.dt-title {color: #2c3d8f; font-size: 1.2rem; display: block; line-height: 1.5rem;}

.txt-box {background: #e6e6e6; padding: 20px; border-radius: 10px; margin-bottom: 20px;}


.t-s2{text-shadow: 1px 1px 2px black, 0 0 1em gray;}
.fw900 {font-weight: 900;}
.info-color{color: #4caf50; list-style: square url("../images/str.jpg")}
.info-color-red{color: #4caf50;}

.text-right{text-align: right!important;}
.text-left{text-align: left!important;}
.intro_img{float:left; margin-right: 20px;}

img {max-width: 100%;}

.sign{margin-top:30px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end;}
.sign img {margin-left: 10px;}


.teach{margin-top: 20px;}
.teach-name{margin-top: 20px;  line-height: 17px; letter-spacing: -1.5px;}
.teach-name small{color: #555454;}
.bg-teach-01{background: #e9e9e9;}
.bg-teach-02{background: #dbdbdb;}

.gift {text-align: center; margin-top: 20px;}
.spon img {margin-bottom: 5px;}


/* 푸터 */
.footer-img{width: 153px;}
.bg-footer {background: #282f39;}
.p-footer{color: #838181; margin-top: 12px; font-size:14px;}
/* // 푸터 */

.br-m{display: block;}
.br-pc{display: none;}
.col-6.mod {width: 100%;}
.c-blue{color:#3f69b8;}
.c-green{color: #7be303;}
.c-white{color: #ffffff;}
.show-pc {display: none;}

dl, ol, ul { margin-top: 0;  margin-bottom: 0;}
ol, ul {padding-left:1.5rem;}

hr{margin: 0;}

/* 신청 */
.h1-apply {letter-spacing: -2.5px;}
.bg-apply {background: #eff2fa;}
.notice{background: #5283db; border-radius: 5px; padding: 20px; color: #ffffff;}
.notice.dark{background: #4d545f;}
.notice.light{border:1px solid #d7d3d3; background: #ffffff; color: #595b5d;}
.bg-border {border: 10px solid #6694e1;}
/* //신청 */


.btn-primary {background-color: #2267bb; border-color:#2267bb;}

.map-pc {display: none; margin: 0 auto;}

.form-check.mod{margin: 10px 0;}
.hr-mod {margin-bottom: 10px;}

.badge {font-size: 0.9em; font-weight: 100;}

.mov {
    position: relative;
    /*padding-top: 56%;*/
    width: 100%;
    height: 0;
	padding-bottom: 177.25%; 
	overflow: hidden; 
	max-width: 100%;
}

/* iframe */
.mov > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.tdmod {border-style: none; padding: 0!important;}
.nav-link.active {
    color: #0d6efd!important;;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-link {color: #000000;}

.alert-primary {text-align: left!important;}
.alert {padding: 3rem 3rem;}

.form-check.hs {display: inline-flex;}

.nav-link {color: #6a7fa3; padding: 0.8rem 3rem; font-size: 1.1rem; font-weight: bold;}   
.nav-link.active {color: #0958dd!important; border-color: #5283db #5283db #5283db!important;}
.nav-tabs { border-bottom: 2px solid #dee2e6;}
.nav-tabs .nav-link {border: 2px solid transparent; margin-bottom: 0; background: #f5f5f5;}

.hr-color {color: #2267bb; margin: 20px 0;}

.pagination {    justify-content: center;}

.alert-primary {
    color: #1e1e1d;
    background-color: #ffffff;
    border-color: #ffffff;
}
.c-red {color: #5283db;}

.hs-list{margin-top:20px;  list-style:none; padding-left: 0;}



/* 라디오 버튼 UI삭제*/
input[name="tab_item"] {
  display: none;
}


.serch-mod{display: flex; justify-content: center; padding-top: 30px;}

.gr-pc{display: none; margin: 0 auto;}
.gr-m {display: block; margin: 0 auto;}

.map-font {font-size: 29px;}

.file-s {text-decoration: none!important;}

.list-group-item.active, .page-item.active .page-link {
    background-color: #2267bb;
    border-color: #2267bb;
}
.page-link {color:#2267bb;}
.notice-p {padding:18px 5px;}

.btn-danger {
    color: #fff;
    background-color: #933476;
    border-color: #933476;
}

.btn-danger:hover {
    color: #fff;
    background-color: #a54888;
    border-color: #a54888;
}

.header-img{height: 100px;  background: #2d3c8e;  background-image: url("../images/notice-title-mo.jpg"); background-size: auto; background-repeat: no-repeat; background-position: center center; }

.notice-top {width: 90%; margin: 0 auto;}

.menu-bar{position: fixed; z-index: 999; width:100%; 
 box-shadow: 0 80px 80px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);

}
.button-top-fix {display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.button-top-fix img {padding: 5px;}
.top-po{top:7.5rem}



.groupChartTit-mod {padding: 6px 6px; background:#3d70b5; color: #ffffff; width: 100%; text-align: center;}

.logo-img {width: 150px;}


/* result */

.bg_result {background-image: url("../images/bg_result.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center;}
.bg_result2 {background-image: url("../images/bg_result2.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center;}

.award {margin: 30px 0;}


.bg_view {background-image: url("../images/bg_view.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center;}
.view_img {border-radius: 10px; }

.btn-close { 
    background: url(https://tv.sarang.org/contest/images/btn_close.jpg); opacity: 1;
}
.btn-close.mod{    width: 1.8em;    height: 1.7em;}


/* //result */

/* media */

@media (min-width:250px) and (max-width:767px){
    .tmod .t-after{width: 50%; display: inline-block; margin-right: 5px; height: 26px}
    .tmod td, .tmod th{width: 20%; text-align: center; font-size: 12px;} 
    .tmod .fth{width: 40%; text-align: center; font-size: 12px;} 
	.tmod input.t-after {font-size:12px;padding-left:2px;padding-right:2px;}

}
@media (min-width: 400px) {
    .main-img-big {width:470px;}
}

@media (min-width: 576px) {
    /*.slider_text {height: 250px;} */
    .sign{display: flex; flex-direction: row; justify-content: flex-end; align-items:center;}    
    .main-img-big {width:500px;}
    .modal-dialog {max-width: 90%;}
    .header-img{height: 100px;  background: #2d3c8e;  background-image: url("../images/notice-title.jpg"); background-size: auto; background-repeat: no-repeat; background-position: center center; }
    
    
    
}
@media (min-width: 768px) {
    /*.slider_text {height: 350px;} */
    .bg-teach {background-image: url("../images/bg-teach.jpg"); background-size:contain;}
    .br-m{display: none;}
    .show-pc{display: block;}
    .map-pc {display: block;}
    .map-mo {display: none;}
    .tmod .t-after{width: 50%; display: inline-block; margin-right: 5px; height: 26px}
    .tmod td, .tmod th{width: 25%; text-align: center; } 
    .tmod .fth{width: 25%; text-align: center; }     
    .main-img-big {width:650px;}
    .btn-contest{flex-direction: row; justify-content: space-evenly; align-content: stretch; align-items: center; width: 650px;}
    .btn-contest img{width: 300px; margin-bottom: 10px;}
    .award_01{padding: 0 5%;}
}
@media (min-width: 992px) {
    /*.slider_text {height: 450px;}   */
    .main-img-big{width: 772px;}
    .gr-pc{display: block;}
    .gr-m{display: none;}
    
    
}
@media(min-width:1000px){
    .br-pc{display: block;}
    .teach-name.mod {letter-spacing: -2.5px;}
    .teach-name.mod small {letter-spacing: -1px;}
    .gap-2.mod {display: inline-block!important;}
    
}
@media (min-width: 1200px){
    .h1-t {font-size: 4rem;}
    .h2-t {font-size: 3rem;}
    .h3-t {font-size: 2.3rem;}
    /*.slider_text{height: 716px;}*/    
    .map-font {padding: 30px;}
    .groupChartTit-mod {padding: 6px 6px; background:#3d70b5; color: #ffffff;  width: 200px; text-align: center;}
    
    
    
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;        
    }
    
    
}

@media (min-width:376px) and (max-width:767px) {
    .col-sm-6-mod {flex: 0 0 auto; width: 50%;}
}


.pc-view {display: block;}
.mo-view {display: none;}

/* -- max로 시작 --*/
@media (max-width:990px){
    .map-font{font-size: 21px;}
}
@media (max-width:767px) {    
    .txt-tb dt{ display: block;    width: auto;    margin-bottom: 5px; }
    .txt-tb dd{ display: block;}
    
    
    .intro_img {width: 130px;} 
    .map-font{font-size: 18px;}
    .award {width: 90px;}
}
@media (max-width:550px) {
    .spon img {max-width: 30%;}
    .intro_img {width: 110px;}
    .alert {padding: 1rem 1rem;}
    .nav-link {color: #6a7fa3; padding: 0.5rem 2rem; font-weight: bold;}  
    .map-font{font-size: 16px;}
    .py-5 {
        padding-top: 1rem!important;}
    .award {width: 80px;}
    
}
@media(max-width:500px){
    .button-top-fix img {padding: 2px; width: 160px;}
}
@media(max-width:450px) {.top-po{top:5.5rem}}
@media (max-width:350px) {   
    .intro_img {width: 90px;}
    .nav-link {color: #6a7fa3; padding: 0.3rem 1rem; font-weight: bold;}
    .pc-view{display: none;}
    .mo-view{display: block;}
    .button-top-fix img {padding: 2px; width: 100%; } 
    .top-po{top:10.5rem}
    .award {width: 60px;}
    .award_01{}
}
/* -- // max로 시작 --*/





/* //media */

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.divide90 {
    width: 100%;
    height: 90px;
}
.divide100 {
    width: 100%;
    height: 100px;
}
.divide150 {
    width: 100%;
    height: 150px;
}
.rm0 {
    margin-right: 0px
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.rm50 {
    margin-right: 50px
}
.lm0 {
    margin-left: 0px
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp30 {
    padding-right: 30px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0px
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp30 {
    padding-left: 30px
}
.tp0 {
    padding-top: 0 !important
}
.tp3 {
    padding-top: 3px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp30 {
    padding-top: 30px
}
.tp70 {
    padding-top: 70px !important
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {    
    margin-top: 20px
}
.tm30 {
    margin-top: 30px
}
.mbm1 {
    margin-bottom: -1px
}
.bp0 {
    padding-bottom: 0 !important
}
.bp10 {
    padding-bottom: 10px !important
}
.bm0 {
    margin-bottom: 0 !important
}
.bm5 {
    margin-bottom: 5px !important
}
.bm10 {
    margin-bottom: 10px !important
}
.bm15 {
    margin-bottom: 15px !important
}
.bm20 {
    margin-bottom: 20px !important
}
.bm25 {
    margin-bottom: 25px !important
}
.bm30 {
    margin-bottom: 30px !important
}
.bm50 {
    margin-bottom: 50px !important
}
.bp50 {
    padding-bottom: 50px !important
}
.bp70 {
    padding-bottom: 70px !important
}

.modal-fullscreen {   
    max-width: 100%!important;
}

.fade_m {
    animation-name: fade;
    animation-duration: 0.5s;
}