
/*---------------------< ꕥ KDC메인 페이지 섹션별 css 영역 ꕥ >-----------------------*/
/* 기존 css 파일은 삭제됨, 해당 파일은 기존에서 수정된 파일 */


/* 메인페이지 공통 css */
body{-webkit-text-size-adjust:100%;}
.comWrap{	width: 92%; max-width: 1200px; margin: 0 auto;}


/* 슬라이드 버튼  공통*/
.slidebtnBox {width: 100%; position: absolute; cursor: pointer;}
.slidebtnImg{
	width: 40px; height: 40px;
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
}
.slidebtnImg-L{left: -15px;}
.slidebtnImg-R{right: -15px;}

/* 
!! 과정별로 아래 클래스가 추가되어 있음 !!

무료과정 slidebtnBox_freeC
일반과정 slidebtnBox_generC
kdt환급과정 slidebtnBox_kdtC

*/

/* -----------팝업----------- */
/* Kdt 영상 popup <- 현재 노출 안 되고 있음 */
/* .pop-kdtYtb {
	position: fixed; z-index:10000; top:0; bottom: 0; left: 0; right: 0;
	width: fit-content; height: 100vh;
}
.main_pop-kdtYtb{
	position: absolute;
	width: 200px; display: none;
	bottom: 22px; 
  left:22px;
	background: linear-gradient(to right, #18ABED,  #3500E6); 
	color: #fff; text-align: center; border-radius: 8px;
}
.main_pop-kdtYtb .popup_title {padding: 3px 0; font-weight: 400; font-size: 14px;}
.main_pop-kdtYtb .videoBox iframe{width: 100%; height: 112px; display: block;}
.main_pop-kdtYtb .popup_bottom {display: flex; justify-content: space-between; align-items: center;}
.main_pop-kdtYtb .popup_bottom > a {display: inline-block; font-size: 12px; font-weight: 400; color: #fff; padding-bottom: 5px; margin: 0 10px;} */


/*근로자의 날 휴무 안내 팝업 <- 현재 노출 안 되고 있음*/
/* .layerBox{
	width: 92%;
	max-width: 550px;
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 1px 1px 14px 4px rgb(0 0 0 / 31%), 1px 1px 4px 1px rgb(0 0 0 / 39%);
	border-radius: 2px;
	border: 5px solid #000000;
}
.layerBox_imgB{margin: 15px 15px 20px 15px;	border-radius: 2px;	overflow: hidden;}
.laborDayPop_closeBox{
	position: absolute;
	bottom: 2px;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	padding: 0 4px;
	color: #444;
	display: flex;
	justify-content: space-between;
} */
/* 모바일 가로 Smartphones (landscape)*/
/* @media only screen
and (min-width : 321px)
and (max-width : 915px){.layerBox{max-width:320px;}} */

/* it 사이트 연결 팝업 */
.crsQPop__bg{
	width: 100%; height: 100%;
	position: fixed; top: 0; left: 0;
	background-color: rgba(0,0,0,50%);
	display: flex; align-items: center; justify-content: center;
	z-index: 20000;
	display: none;
}
.crsQPop__cont{
	border-radius: 9px;
	overflow: hidden;
	width: 91.5%;
	max-width: 400px;
	/* width: auto; */
	/* max-width: 650px; */
	position: absolute; top: 50%;left: 50%;
	transform: translate(-50%, -50%);
}
.crsQPop__contDtl{
	display: block;
	width: 100%;
	cursor: pointer;
}
.crsQPop__contDtl img{}
.crsQPop__contBtt{
	background-color: #F7F8FA; border: 1px solid #e6e6e6;
	display: flex; align-items: center; justify-content: flex-start;
	gap: 12px;
	width: 100%; height: 42px;
	padding: 0 12px;
}
.crsQPop__contBtt label{
	display: flex; align-items: center;
	gap: 6px;
	cursor: pointer;
}
.crsQPop__contBtt label input{}
.crsQPop__contBtt label span{
	font-size: 12px; font-weight: 400; color: #888;
}
.crsQPop__contBtt input[type="checkbox"]{
  appearance: none; width: 18px; height: 18px; 
  background-color: #fff; border: 1px solid #d9d9d9; 
  border-radius: 4px; position: relative; cursor: pointer;
}
.crsQPop__contBtt input[type="checkbox"]:checked {
  background-color: var(--clr_blue);
  border: var(--brdr_blue);
  background-image: url('/assets/img/com/check.svg'); /* 원하는 이미지 경로 입력 */
  background-position: center;
  background-repeat: no-repeat;
}
.crsQPop__close{}

/* -------------------------------------------------------------------- */



/* -------메인배너 section---------- */
.mainBannerSec{width:100%; margin-bottom:40px; padding-bottom: 40%;}
/* .mainBannerSec{width:100%; height:225px; margin-bottom:40px;} */
.mainBswiper-slide a{
	display:flex; align-items: center; justify-content: center;
	width:100%; height:100%; text-align: center;
}
.mainBswiper-slide img{width:100%; height:75%; object-fit:cover; max-width: 2000px;}
.mainBannerSec .swiper-wrapper{
	position: absolute; top: 0; left: 0;
}
.mainBannerSec .swiper-pagination{bottom:-2px;}
.mainBannerSec .swiper-pagination-bullet{width: 9px; height: 9px; border: 1px solid #ffffff; border-radius: 100%; display: inline-block; vertical-align: top; color: #ffffff; font-size: 16px; text-indent: -9999px; background: transparent; cursor: pointer; transition: all .5s; opacity: 1;}
.mainBannerSec .swiper-pagination-bullet-active {width: 35px; border-radius: 40px; border-color: #1C7DEC; background-color: #1C7DEC}
/* -------------------------------------------------------------------- */

/* ----------K-digital 과정 section / 무료강의 section [공통]---------- */
/* !! 변경할 때는 IT main.css 파일도 동일하게 !! */
.comCourSec {width: 100%; margin-bottom: 80px;}
.comCourSec .titleH5 {display: inline-block; color: #FF6913; font-size: 16px; font-weight: bold; border-bottom: 2px solid #FF6913; padding: 6px 0;}
.comCourSec .titleA {display: flex; align-items: center; padding: 10px 0; width: fit-content; column-gap: 6px;}
.comCourSec .titleA_p {color: #000; font-size: 18px; font-weight: 500; line-height: 20px;}
.comCourSec .titleA_img {height: 20px; margin-bottom: 1px;}
.comCourSec .titleA_img img {
	width: 100%; height: 100%; object-fit: cover; transform: scale(0.8);
}
.comCourSec .courSlideBox {
  width:97.4%; margin: 0px auto; margin-top: 15px;
  display: flex; justify-content: center; align-items: center;
  overflow: hidden;
}
.courSec-kdt .course-grid{
	width:97.4%; margin: 0px auto; margin-top: 15px;
  display: flex; justify-content: center; align-items: center;
}
/* -------------------------------------------------------------------- */

/* --------------- K-digital 과정 section -------------- */
.courSec-kdt .comWrap{width: 100%;}
.courSec-kdt .comWrap>div:has(.titleH5){width: 92%; margin: 0 auto;}
.courSec-kdt .course-grid{
	width: 92%; padding-bottom: 4px; margin: 0 auto; margin-top: 0;
	display: grid; grid-template-columns: repeat(1,1fr); row-gap:20px; padding:20px 0;
}
.courSec-kdt .coureItem { 
  width: 100%; max-width:230px; 
  border-radius: 10px; border: 1px solid #ededed; overflow: hidden;
  box-shadow: 0 1px 18px rgba(0,0,0,0.1), 0 4px 12px rgba(0,0,0,0.1); 
  margin: 0 auto; background-color: #fff;
}
.courSec-kdt .coureItemImgbox {position: relative; width: 100%; height: 140px;}
.courSec-kdt .coureItemImgbox img{width: 100%; height: 100%; object-fit: cover;}
.courSec-kdt .coureItemTextBox{
  padding: 5px 10px; box-sizing: border-box;
  text-align: left; line-height: 1.5;
}
.courSec-kdt .coureItemTextBox .kdtH4{
  display: inline-block; color: #fff;
  background: linear-gradient(to right, #18ABED,  #3500E6); border-radius: 3px;
  font-weight: 600; text-align: left; font-size: 12px; line-height: 14px;
  margin: 4px 0 8px 0; padding: 6px 8px 4px;
}
.courSec-kdt .coureItemTextBox .skill{
  display: flex; justify-content: end;
  margin-top: 5px; overflow: hidden;
}
.courSec-kdt .coureItemTextBox .skill span{
  font-size: 11px; font-weight: 500; white-space: nowrap;
  margin-right: 5px; color: #333;
}
.courSec-kdt .coureItemTextBox .skill span:last-child{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.courSec-kdt .coureItemTextBox .textbox{
  overflow: hidden; text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-line-clamp: 1; -webkit-box-orient: vertical;
  font-size: 13px;  font-weight: 600; word-wrap: break-word;
  color: #474747;
}
.courSec-kdt .coureItemTextBox .preCost {
  font-size: 15px; text-align: right; color: #828282;
  margin-top: 3px; margin-bottom: 2px;
  padding-top: 3px;
  border-top: 2px solid #CBCBCB;
}
.courSec-kdt .coureItemTextBox .cost{ display: flex;  justify-content: right; align-items: center;}
.courSec-kdt .coureItemTextBox .cost_h5{
  font-size: 15px; font-weight: 500;
  color: #2EA2FF; padding: 0 7px;
}
.courSec-kdt .coureItemTextBox .cost_h4{ font-size: 17px; font-weight: 500; color: #000;}
/* -------------------------------------------------------------------- */

/* ------------------- 무료강의 css ----------------  */
.courSec-free .comWrap-fee{position:relative;}
.courSec-free .imgbox {
  width: 100%; height: auto;
  border-radius: 15px; overflow: hidden; margin: 0 ;
}
.courSec-free .textbox {
  margin-top: 10px;	text-align: center;	letter-spacing: -1px;
  font-size: 13px; color: #333; word-break: keep-all; display: block;
	overflow: hidden;	text-overflow: ellipsis; white-space: nowrap;
}
.courSec-free .textbox:hover {color: #2297F4;}

/* 무료강의 슬라이드 버튼 */
.slidebtnBox_freeC {height: calc(100% - 114px); top:89px;}
/* 다른 요소들 height 변경되면 slidebtnBox_freeC박스도 height 같이 변경해야 함*/
/* 다른 버튼들도 동일한 구조로 수정해야함 */

/* 클래스 'slidebtnBox'가 상위 클래스로 감싸져야 함 */
/* -------------------------------------------------------------------- */

/* --------- 작은배너---------- */
.smallbannerSec {width: 100%; background: linear-gradient(#18ABED, #3500E6); color: #fff; padding: 30px 0; margin-bottom: 40px;}
.smallbannerSec .comWrap-smallB {display: flex; justify-content: center; align-items: center;}
.smallbannerSec .txtH2 { font-size: 18px; font-weight: bold; text-align: center; line-height: 1.5;}
.smallbannerSec .icon {display: none;}
/* -------------------------------------------------------------------- */

/* --------------그린채널--------------- */
.greenchannel {width: 100%; padding-top: 50px; padding-bottom: 100px; background-color: #f4f5f8;}
/* 그린채널 타이틀 */
.gchTitle {
	margin: 0px auto 16px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 8px;
	display: flex; align-items: center; justify-content: space-between;
}
.gchTitle_h2 {
	font-weight: bold; font-size: 22px; line-height: 22px;
	color: #333;	margin-bottom: 10px;
}
.gchTitle .plus-solid{fill: #595959; width:20px;}
/* --- */

.swiper-container-gch {width: 100%;}
.swiper-container-gch:last-child{margin-top: 40px;}
.swiper-container-gch .swiper-wrapper{height:fit-content;}

/* 그린채널 슬라이드 타이틀 */
.gchSortTit {
	width: auto;
	margin-bottom: 4px;
	display: inline-block;
	color: #fff;
	border-radius: 50px;
	padding: 0 8px;
	margin-bottom: 8px;
}
.gchSortTit-yt{background-color: #f00;}
.gchSortTit-sns {background-color: #2196F3;}
/* --- */

/* 슬라이드 리스트 */
.gchListA {display: block;}

.gchListA_imgBox{
	width: 100%;
	display: flex; align-items: center; justify-content: center;
}
.gchListA_imgBox img {width: 100%; height: 100%; object-fit: contain;}
.gchListTxtBox{margin-top: 6px;}
.gchListTxtBox_cate--wrap{
	display: flex !important; align-items: center; margin-bottom: 5px; gap: 8px;
}
.gchListTxtBox_cate{
	color: #5c5c5c; font-size: 13px; font-weight: 500;
	line-height: 16px;
}
.gchListTxtBox_cate span{padding-right: 10px; position: relative; font-size: inherit;}

.gchListTxtBox_cate span::after{
	content: ""; width: 1px; height: 12px;
	background-color: #a1a1a1;
	position: absolute; top: 4.5px;	right: 4px;
}
.gchListTxtBox_cate span:last-child{padding-right: unset;}
.gchListTxtBox_cate span:last-child::after{content: none;}
.gchListTxtBox_tit{
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gchListTxtBox_new{
		font-family: 'Noto Sans KR';
    background-color: #feeff1;
    color: #f3314e;
    padding: 0px 4px 0 3px;
    border-radius: 3px;
    font-size: 13px;
    width: fit-content; height: 18px; line-height: 16px;
    display: flex; align-items: center; justify-content: center;
}
/* 그린채널 미디어쿼리 */

@media all and (min-width:768px){
	/* it 사이트 연결 팝업 */
	.crsQPop__contBtt{height: 54px;}
	.crsQPop__contBtt label span{font-size: 14px;}

	.gchListTxtBox{margin-top: 8px;}
	.gchListTxtBox_cate--wrap{margin-bottom: 7px;}
	.gchListTxtBox_cate{font-size: 14px; line-height: 18px;}
	.gchListTxtBox_cate span{ padding-right: 12px;}
	.gchListTxtBox_cate span::after{top: 2px; right: 5px;}
	.gchListTxtBox_tit{font-size: 15px; line-height: 19px;}
	/* .gchListTxtBox_new{font-size: 14px; height: 19px; line-height:17px;} */


}
@media all and (min-width:1024px){
	/* it 사이트 연결 팝업 */
	.crsQPop__cont{max-width: 500px; border-radius: 18px;}
	.crsQPop__contBtt{height: 60px; gap: 20px; padding: 0 20px;}
	.crsQPop__contBtt label{gap: 12px;}
	.crsQPop__contBtt label span{font-size: 16px;}
	.crsQPop__contBtt input[type="checkbox"]{width: 20px; height: 20px;}
	

	.gchListTxtBox_tit{font-size: 16px; line-height: 21px;}
}

/* ------- */


/* 유튜브 버튼 이미지 */
.ytp-button {
	position: absolute;	left: 50%; top: 50%;
  transform: translate(-50%, -50%); z-index: 50;
	width: 55px; height: 39px;
	-webkit-transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
	transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
	background-color: transparent;
  cursor: pointer;
}
.ytp-button-bg {
	-webkit-transition: fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1);
	transition: fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1);
	fill: #212121; fill-opacity: .8;
  cursor: pointer;
}
.gchListA-yt:hover .ytp-button-bg, .ytp-button-bg:hover {fill: #f00;fill-opacity: 1;}
/* --- */

/* 그린채널 슬라이드 버튼 */
.gchBtnBox{
	width: 98%;	
	position: absolute; left: 50%; bottom:50%;
	transform: translateX(-50%); z-index: 1;
}
.gchBtn {
	width: 32px; height: 32px;
	background-color: rgba(0, 0, 0, .3);	border-radius: 40px;
  position: absolute; cursor: pointer;
}
.gchBtn-prev{left: 0;}
.gchBtn-next{right: 0;}
.gchBtn:before, .gchBtn:after{
	content: '';
	position: absolute; top: calc(50% - 6px);
	width: 2px;	height: 12px;
	display: block;	background-color: #fff;
}
.gchBtn-next:before{transform: translate(0, -4px) rotate(-45deg); left: calc(50%);}
.gchBtn-next:after {transform: translate(0, 4px)  rotate(45deg);  left: calc(50%);}
.gchBtn-prev:before{transform: translate(0, -4px) rotate(45deg); left: calc(50% - 2px);}
.gchBtn-prev:after {transform: translate(0, 4px)  rotate(-45deg); left: calc(50% - 2px);}
/* -------------------------------------------------------------------- */


@media all and (min-width:380px) {
	/* -------- k-Digital 과정 section -------- */
	.courSec-kdt .course-grid{max-width: 415px; grid-template-columns: repeat(2,1fr); column-gap: 10px;}
	.courSec-kdt .coureItem{box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.1);}
	.courSec-kdt .coureItemImgbox{height: 115px;}
	.courSec-kdt .coureItemTextBox{padding: 2px 6px;}
	.courSec-kdt .coureItemTextBox .kdtH4{margin: 4px 0 7px 0;}
	.courSec-kdt .coureItemTextBox .preCost{
		margin-top: 2px; margin-bottom: 0px; padding-top: 3px; 
		font-size: 14px; border-top: 1px solid #CBCBCB;
	}
	.courSec-kdt .coureItemTextBox .cost{margin-bottom: 3px;}
	.courSec-kdt .coureItemTextBox .cost_h5{font-size: 14px;}
	.courSec-kdt .coureItemTextBox .cost_h4{font-size: 15px;}

}

@media all and (min-width:480px) {
	/* .mainBannerSec{height: 250px;} */
	.mainBswiper-slide img{height: 85%;}

   /* -------- k-Digital 과정 section -------- */
  .courSec-kdt .course-grid{max-width: 500px; row-gap: 30px; column-gap: 20px;}
	.courSec-kdt .coureItem{ box-shadow: 0 8px 13px rgb(0 0 0 / 1%), 0 6px 10px rgb(0 0 0 / 10%); border-radius: 12px;}
  .courSec-kdt .coureItemImgbox{height: 140px;}
  /* ----------------------------------------- */

	/* ----------- 무료강의 secetion ------------ */
	.courSec-free .textbox {font-size: 16px;}
  .slidebtnBox_freeC {height: calc(100% - 118px);}
  /* ----------------------------------------- */
}

@media all and (min-width:640px){
	.courSec-kdt .course-grid{max-width: unset; grid-template-columns: repeat(3, 1fr); column-gap: 12px;}
	.courSec-kdt .coureItemImgbox{height: 135px;}
	.courSec-kdt .coureItemTextBox .textbox{font-size: 14px;}
}

@media all and (min-width:768px){
	/* 메인페이지 공통 css */
	.comWrap{width: 95%;}
	/* ----------------------------------------- */

	/* --- K-digital 과정 section / 무료강의 section [공통] ---- */
	.comCourSec .titleA_p{font-size: 20px;}

  /* 슬라이드 버튼  공통*/
  .slidebtnImg{width: 48px;	height: 48px;}
  /* ----------------------------------------- */

  /* -------------- 메인배너 section -------------- */
  /* .mainBannerSec{height:280px;} */
	.mainBswiper-slide img{height: 90%;}
	/* ----------------------------------------- */

	/* ----------- 무료강의 secetion ------------ */
	.slidebtnBox_freeC {height: calc(100% - 120px); top:91px;}
	/* ----------------------------------------- */

  /* ----------- K-digital 과정 section ----------- */
	.courSec-kdt .comWrap{width: 95%;}
	.courSec-kdt .comWrap>div:has(.titleH5){width: 100%;}
	.courSec-kdt .courSlideBox {width: 100%;}
	.courSec-kdt .course-grid {max-width: 750px; width: fit-content; grid-template-columns: repeat(3,1fr); column-gap: 20px; row-gap: 35px;}
	.courSec-kdt .coureItem{border-radius: 15px;}
  .courSec-kdt .coureItemImgbox {height: 150px;}
	.courSec-kdt .coureItemTextBox{padding: 5px 10px;}
	.courSec-kdt .coureItemTextBox .kdtH4{font-size: 13px; padding: 7px 10px 5px;}
	.courSec-kdt .coureItemTextBox .preCost{
		font-size: 16px;
		margin-top: 5px; margin-bottom: 2px; padding-top: 5px;
	}
	.courSec-kdt .coureItemTextBox .cost_h5{font-size: 15px;}
	.courSec-kdt .coureItemTextBox .cost_h4{font-size: 18px;}
	/* ----------------------------------------- */

  /* -----------작은배너---------- */
	.smallbannerSec{margin-bottom:80px;}
	.smallbannerSec .comWrap-smallB{column-gap: 30px;}
	.smallbannerSec .txtH2 {font-size: 20px; padding-left: 3
		0px;}
	.smallbannerSec .icon {display: block;}
  /* ----------------------------------------- */

  /* -----------그린채널---------- */
	.greenchannel{padding-bottom: 150px;}
  .gchTitle {margin: 0px auto 40px;}
  .gchTitle_h2{font-size: 24px; line-height: 24px;}
  .swiper-container-gch:last-child{margin-top: 60px;}
	.gchSortTit {margin-bottom: 16px;}

  /* 그린채널 유튜브 이미지 */
  .ytp-button {width: 60px; height: 44px;}

  /* 그린채널 슬라이드 버튼 */
	.gchBtn {width: 40px; height: 40px;}
	.gchBtn:before, .gchBtn:after {height: 15px;	top: calc(50% - 7px);}
	.gchBtn-next:before{transform: translate(0, -5px) rotate(-45deg);}
	.gchBtn-next:after {transform: translate(0, 5px)  rotate(45deg);}
	.gchBtn-prev:before{transform: translate(0, -5px) rotate(45deg);}
	.gchBtn-prev:after {transform: translate(0, 5px)  rotate(-45deg);}
	/* .gchListA-sns .appearTxt{padding: 10px 14px;}
	.gchListA-sns .appearTxt_h4{font-size: 14px; line-height: 1.4; -webkit-line-clamp: 8;} */
  /* ----------------------------------------- */
}


@media all and (min-width:960px){
	.courSec-kdt .course-grid{grid-template-columns: repeat(4, 1fr); max-width: unset;}
}

@media all and (min-width:1080px){
  /* -------------- 메인배너 section -------------- */
	/* .mainBannerSec{height: 350px;}  */
	.mainBannerSec {padding-bottom: 0; height: 450px;}
	.mainBswiper-slide img{height: 100%;}
  /* ----------------------------------------- */

 	/* --- K-digital 과정 section / 무료강의 section [공통] ---- */
  .comCourSec .titleH5 {font-size: 20px; padding: 8px 0;}
	.comCourSec .titleA{column-gap: 8px;}
  .comCourSec .titleA_p {font-size: 26px; line-height: 26px;}
	.comCourSec .titleA_img {height: 26px; margin-bottom: unset;}
	.comCourSec .titleA_img img {transform: scale(0.9);}
  /* ----------------------------------------- */

  
  /* -------- K-digital 과정 section --------- */
  .courSec-kdt .coureItemImgbox { height: 160px;}
	.courSec-kdt .coureItemTextBox .kdtH4{margin: 4px 0 9px 0;}
	.courSec-kdt .coureItemTextBox .skill span{font-size: 12px;}
	.courSec-kdt .coureItemTextBox .textbox{font-size: 15px;}
	.courSec-kdt .coureItemTextBox .cost{margin-bottom: 6px;}
  .courSec-kdt .coureItemTextBox .cost_h5{ font-size: 18px; }
	.courSec-kdt .coureItemTextBox .cost_h4{ font-size: 20px; }
  /* ----------------------------------------- */

  /* ---------- 무료강의 section ---------- */
  .comCourSec-free .courSlideBox{margin-top: 20px;}
  .slidebtnBox_freeC{height: calc(100% - 132px); top: 103px;}
  /* ----------------------------------------- */

  /* ------------그린채널----------- */
  .gchTitle_h2{font-size: 28px; line-height: 28px;}
	/* .gchListA-sns .appearTxt{padding: 10px 16px;}
	.gchListA-sns .appearTxt_h4{font-size: 15px; line-height: 1.3; -webkit-line-clamp: 7;
	} */

  /* 그린채널 유튜브 이미지 */
  .ytp-button { width: 68px; height: 48px; }
  /* ----------------------------------------- */
}

@media all and (min-width:1200px){
	/* 메인페이지 공통 css */.comWrap{width: 100%;}
	.courSec-kdt .course-grid {
		grid-template-columns: repeat(5,1fr); column-gap: 20px; max-width: unset;
	}
}
@media all and (min-width:1400px){/*메인배너 section*/.mainBannerSec .swiper-pagination{bottom:5px;}}
@media all and (min-width:1600px){
	/* it 사이트 연결 팝업 */
	.crsQPop__cont{max-width: 650px;}

	/*메인배너 section*/
	/* .mainBannerSec{height:fit-content;}} */

/* --------------------------------------------------------- */
/* 모바일 가로 화면 css 설정 */
}

@media (min-width:480px) and (orientation: landscape) {
	/* Kdt 영상 popup <- 현재 노출 안 되고 있음 */
	/* .main_pop-kdtYtb{width: 200px; left: 35px; transform: unset;  border-radius: 8px;}
	.main_pop-kdtYtb .popup_title{font-size: 14px; font-weight: 400; padding: 3px 0;}
	.main_pop-kdtYtb .popup_bottom > a{padding-bottom: 4px; padding-top: 2px; margin: 0 12px; font-weight: 400; font-size: 12px; }
	.main_pop-kdtYtb .videoBox {width: 100%;}
	.main_pop-kdtYtb .videoBox iframe{width: 100%; height: 112px; display:block;} */
}


@media (min-width: 1024px) and (orientation: landscape) {
	/* Kdt 영상 popup <- 현재 노출 안 되고 있음 */
	/* .main_pop-kdtYtb{width: 280px; bottom: 35px; left: 45px; border-radius: 15px; }
	.main_pop-kdtYtb .popup_title{font-size: 16px; font-weight: 500; padding: 5px 0;}
	.main_pop-kdtYtb .popup_bottom > a{padding-bottom: 5px; margin: 0 10px; font-weight: 500; font-size: 14px; }
	.main_pop-kdtYtb .videoBox iframe{height: 138px !important; } */
}
