@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; }  
.bg_01 {background-image: url("../images/main_2023_cmyk.jpg")}

.slider_text{display: flex; height: 250px;  flex-direction: column; align-items:flex-end; justify-content: center;}

.main-img-big {width: 315px;}

.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;}
.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: 100%;
    width: 100%;
    height: 0;
}

/* 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;}

/* 탭 전체 스타일 */
.tabs {
  margin-top: 50px;  
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/* 탭 스타일 */
.tab_item {
  width: calc(100%/2);
  height: 40px;
  border-bottom: 3px solid #2267bb;
  background-color: #f8f8f8;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  display: block;  
    float: left;      
    font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/* 라디오 버튼 UI삭제*/
input[name="tab_item"] {
  display: none;
}

/* 탭 컨텐츠 스타일 */
.tab_content {
  display: none;
  padding: 40px 40px;
  clear: both;
  overflow: hidden;
}


/* 선택 된 탭 콘텐츠를 표시 */
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#design:checked ~ #design_content {
  display: block;
}

/* 선택된 탭 스타일 */
.tabs input:checked + .tab_item {
  background: #2267bb;
  color: #fff;
}


.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: #050505;  background-image: url("../images/head-notice-img.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}

/* 로그인 */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.body-bg {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

/* //로그인 */


.groupChartTit-mod {padding: 6px 6px; background:#3d70b5; color: #ffffff; width: 100%; text-align: center;}

/* 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: 576px) {
    .slider_text {height: 250px;} 
    .sign{display: flex; flex-direction: row; justify-content: flex-end; align-items:center;}    
    .main-img-big {width:380px;}
    .modal-dialog {max-width: 90%;}
    .header-img{height: 100px;  background: #000000;  background-image: url("../images/head-notice-img.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:480px;}
}
@media (min-width: 992px) {
    .slider_text {height: 450px;}   
    .main-img-big{width: 650px;}
    .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;}
    .main-img-big{width: 810px;}
    .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:350px) 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:700px) {    
    .intro_img {width: 130px;} 
    .map-font{font-size: 18px;}
}
@media (max-width:550px) {
    .spon img {width: 110px;}
    .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;}
*/
}
@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}
}
/* -- // 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
}


@media (max-width:500px){
    .sec-slide{padding-top:68px;}
}
@media (max-width:360px){
    .sec-slide{padding-top:139px;}
}
@media(min-width:501px){
.sec-slide{padding-top:93px;}
}


.mt-15 {
  margin-top: 5rem !important;
}

.form-label { 
    font-weight: 600;
}


