@charset "UTF-8";

/* 일반문단 */
.con_title{font-size: 1.375em;}
.con_title + .con_p{margin-top: 10px;}
.con_p > p{ color: #393939; line-height: 1.5; font-weight: 300; font-size: 0.938em;}
.con_p > p + p{margin-top: 5px;}
.con_p + .con_p{margin: 20px 0 25px; }
.img_area + .con_p{margin-top: 15px;}
.con_p.type_weight{margin-bottom: 20px; }
.con_p.type_weight > p{font-weight: 400;}

/* <공통>텍스트 색상 */
.red_txt{color: #f00;}
/* .blue_txt{ display: block; font-size: 0.938rem;} */
/* .blue_txt{color: #3349cc;} */
/* .blue_txt > strong{color: #3349cc;} */
.tab_num{display: block;}
.tab_num > strong.blue_txt{font-size: 1rem;}

/* <공통>박스 */
.con_box00{padding: 30px 0; margin-bottom: 30px;}
.con_box00 span{display: block;}

.con_p + .con_box01{margin-top: 20px;}
.con_box01{    padding: 19px 30px;
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  table-layout: fixed;
  display: table;
  width: 100%;
  /* border-radius: 7px; */
}

/* 아이콘 박스 */
.case_icon, .case_list{display: table-cell; vertical-align: middle;}
.case_icon{
  background: url(/_static/crezone/img/sub/box_icon01.png) no-repeat center center;
  width: 90px; height: 90px;
  display: none;
}

.case_icon.type01{
  background: url(/_static/crezone/img/sub/box_icon03.png) no-repeat center center;
}

.case_list{padding-left: 30px; padding-left: 0;}
.case_list div p:first-child{margin-top: 0;}
.case_list div p{position: relative; padding-left: 11px; margin-top: 10px;}
.case_list div p:before{
  content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background: #8d8d8d;
    width: 4px;
    height: 4px;
    border-radius: 4px;
}

/* 다운 및 돋보기 버튼 New */
.btn_box{display: inline-block; vertical-align: middle;}
.btn_box a{
    font-size: 0.813em;
    background: #f5f5f5;
    border: 1px solid #cbcbcb;
    color: #000;
    text-align: left;
    display: inline-block;
    width: 86px;
    height: 25px;
    line-height: 23px;
    padding-left: 26px;
    letter-spacing: -0.05em;
    vertical-align: middle;
    margin-left: 10px;
}

.btn_box a.down{background: #f5f5f5 url(/_static/crezone/img/sub/mi_down.png) no-repeat left 15px center;}
.btn_box a.sear{background: #f5f5f5  url(/_static/crezone/img/sub/mi_search.png) no-repeat left 12px center;}



/* 박스3 _ 창의교육 수업모델 (핑크+레드)*/
.con_box03{padding: 30px; background-color: #f6ebef; border-radius: 5px;  margin-bottom: 30px;}
.con_box03 .list_blt01 >li:before{background-color: #f76b6a;}

/* 박스4 _ 문서자료실 (그레이 + 오렌지)*/
.con_box04{padding: 20px; background-color: #f6f6f6; border-radius: 15px;  }
.con_box04 .list_blt01{font-size: 1em;}

/* 박스5 _ 창의적 체험활동이란 (블루+네이비) */
.con_box05{padding: 30px; background-color: #ebeefa; margin-bottom: 30px;}
.con_box05 .list_blt01 >li:before{background-color: #1385c8;}

/* 박스6 _ 선(라인) 상자*/
.con_box06{padding: 30px; background-color: #fff; border: 1px solid #dedede;}


/* <공통> 블릿리스트 */
.list_blt01 {
    padding-left: 8px;
    /* font-size: 1.125em; */
    color: #141414;
}
.list_blt01 >li:first-child{margin-top: 0;}
.list_blt01 >li{
    position: relative;
    padding-left: 13px;
    line-height: 1.5;
    color: #161616;
    margin-top: 10px;
}
.list_blt01 >li > strong{font-size: 1.125em;}
.list_blt01 >li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background: #bcbcbc;
    width: 5px;
    height: 5px;
    border-radius: 5px;
}
.list_blt02 {
    padding-left: 5px;
    font-size: 1rem;
    color: #3d3c3c;
    margin-top: 5px;
}
.list_blt02.only{margin-top: 0; padding-left: 0;}
.list_blt02 >li:first-child{margin-top: 0;}
.list_blt02 >li{
    position: relative;
    padding-left: 11px;
    margin-top: 4px;
    font-weight: 300;
}
.list_blt02 >li:before{
    content: '-';
    display: block;
    position: absolute;
    left: 0px;
}

/* 문자블릿 (가,나,다,라...) */
.text_blt{margin-top: 7px;}
.text_blt > li{    padding-left: 22px; text-indent: -22px; margin-top: 7px;}
.text_blt > li:first-child{margin-top: 0;}
.text_blt ul{padding: 10px; margin-bottom: 10px;}

/* 동그라미 숫자블릿 (①,②,③...) */
.roundNum_blt{margin-top: 10px;}
.roundNum_blt > li{padding-left: 21px; text-indent: -21px; margin-top: 7px;}
.roundNum_blt > li:first-child{margin-top: 0;}

/* 숫자블릿 1,2,3, */
.ks_Num2{margin-top: 10px;}
.ks_Num2 > li{padding-left: 17px; text-indent: -17px; margin-top: 6px;}
.ks_Num2 > li:first-child{margin-top: 0;}
.ks_Num2 > li:last-child{margin-bottom: 15px;}
.ks_Num2 > li > div:nth-of-type(1){margin-top: 0;}
.ks_Num2 > li > div{margin-top: 5px; text-indent: 0; padding-left: 8px; position: relative;}
.ks_Num2 > li > div:before{    position: absolute;
    left: 0;
    border-radius: 50%;
    display: block;
    content: "-";}
.ks_txt > li > div:last-child{margin-bottom: 15px;}

/* 숫자(제목한줄 내용한줄) */
.ks_Num{margin-top: 12px;}
.ks_Num > li{
    margin-top: 10px;
    text-indent: -15px;
    padding-left: 15px;}
.ks_Num > li:first-child{margin-top: 0;}
.ks_Num > li > strong{display: block; margin-bottom: 3px;}
.ks_Num > li > p{padding-left: 20px; font-size: 0.938em;}
/* .ks_Num > li > div{font-size: 0.938em; text-indent: 0; margin-top: 5px;} */
/* .ks_Num > li > div:nth-of-type(1){margin-top: 0;}
.ks_Num > li > div:last-child{margin-bottom: 15px;} */

/* 괄호 블릿(개인정보보호) */
.ks_sket:first-child{margin-top: 12px;}
.ks_sket{text-indent: 0; margin-top: 20px;}
.ks_sket strong{display: block; margin-bottom: 5px;}
.ks_sket > p{ position: relative; padding-left: 8px; margin-top: 5px;}
.ks_sket > p:nth-of-type(1){margin-top: 0;}
.ks_sket > p:before{position: absolute;/* top: 8px; */left: 0;/* width: 3px; *//* height: 3px; *//* background-color:#006fb7; */border-radius: 50%;display: block;content: "-";}

/* 7. 문자(가,나,다,라) */
.ks_txt{margin-top: 7px;}
.ks_txt > li{    padding-left: 22px; text-indent: -22px; margin-top: 8px;}
.ks_txt > li:first-child{margin-top: 0;}
.ks_txt > li > strong{display: block; margin-bottom: 3px;}
.ks_txt > li > p{padding-left: 23px; font-size: 0.938em;}
.ks_txt > li > div:nth-of-type(1){margin-top: 0;}
.ks_txt > li > div{margin-top: 5px; text-indent: 0; padding-left: 8px; position: relative;}
.ks_txt > li > div:before{    position: absolute;
    left: 0;
    border-radius: 50%;
    display: block;
    content: "-";}
.ks_txt > li > div:last-child{margin-bottom: 15px;}

/* *블릿 */
.star_blt{margin-top: 3px;}
.star_blt li{font-size: 0.938em;
  padding-left: 11px;
  text-indent: -11px;
  line-height: 1.3;
}


/* <공통> 컨텐츠 구분 */
.list_area{margin-top: 40px; position: relative;}
.list_area:first-child{margin-top: 0;}
.sub_tit{font-size: 1.375em;line-height: 1;font-weight: 500;color: #161616;margin-bottom: 15px;position: relative; padding-top: 15px;}
.sub_tit:before
{
  position: absolute;
    content: "";
    display: inline-block;
    width: 32px;
    height: 4px;
    background: #f25574;
    top: 0;
    left: 0;
}
.sub_tit.typeLine{padding-top: 0;}
.sub_tit.typeLine:before{display: none;}

/* <공통> 탭 유형1*/

.tab_list{
    overflow: hidden;
    /* display: table; */
    /* table-layout: fixed; */
    /* width: 100%; */
    margin-bottom: 30px;
    /* background: #f2f2f2; */
    border-spacing: 5px 0;
    margin: 0 -5px 30px;
    display: flex;
    justify-content: space-between;
  }
  /* .tab_list li:first-child{border-left: 1px solid #ccc;} */
  .tab_list li{
    text-align: center;
    /* display: table-cell; */
    /* line-height: 49px; */
    /* height: 54px; */
    vertical-align: middle;
    /* padding: 0 4px; */
    word-break: keep-all;
    /* border: 1px solid #ccc; */
    /* border-width: 1px 1px 1px 0px; */
    border-radius: 30px;
    flex: 1 1 0;
    margin: 0 5px;
  }
  .tab_list li > a{
    display: block;
    color: #0d0d0d;
    /* font-size: 1.063em; */
    /* letter-spacing: -0.08em; */
    padding: 10px 0;
    /* background: #fff; */
    /* border: 1px solid #111; */
    border-radius: 30px;
    background: #f4f4f4;
  }
  /* .tab_list li > a > span{padding: 10.2px 0; display: inline-block;} */

  .tab_list.typeRect li > a{border-radius: 0;}

  /* .tab_list li:last-child > a{border-right: 0;} */
  .tab_list li.on{
    /* border: 1px solid #f25574; */
  }
  .tab_list li.on > a{color: #fff;background: #111;}

/* <공통> 탭 유형2*/
.tab_list.type05{display: block;}
/* .tab_list.type06{display: block;} */
/* .tab_list.type05 li{float: left; width: 20%; line-height: 49px;} */
/* .tab_list.type06 li{float: left; width: 16.66%; line-height: 49px;} */
.tab_list.type06 li a{padding: 6px 0;}
.tab_list.type07 li{float: left; width: 14.2%; line-height: 49px;}

/* <공통> 탭?_해시태그 유형 */
.hash_area{margin-bottom: 24px; margin-top: 10px;}
.hash_area > ul > li{
  display: inline-block;

  margin-right: 5px;
  /* margin-bottom: 8px; */
  /* background: #f8f8f8; */
  border-radius: 40px;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
}
.hash_area > ul > li > a{
  color: #3d3d3d;
  font-weight: 400;
  font-size: 0.875em;
  padding: 5px 14px;
  display: block;
  }
.hash_area > ul > li.on{
  border: 1px solid #f25574;
}
.hash_area > ul > li.on > a{color: #f25574;}
.hash_area > ul > li:hover, .hash_area > ul > li:focus{
  border: 1px solid #f25574;
}
.hash_area > ul > li:hover a, .hash_area > ul > li:focus a{
  color: #f25574;
}


/* 크레존 이야기_블로그 */
.st_list{padding: 30px 0; border-top: 3px solid #000; border-bottom: 1px solid #dedede;}
.st_list > ul{overflow: hidden;}
.st_list > ul > li{float: left; width: 48%; margin-top: 20px; padding-top: 40px; border-top: 1px solid #dedede;}
.st_list > ul > li:nth-child(2n){margin-left: 4%;}
.st_list > ul > li:nth-child(-n+2){margin-top: 0; padding-top: 0; border-top: 0;}
.st_list > ul > li > a{display: block; position: relative; border: 1px solid #dedede; overflow: hidden;}
.st_list > ul > li > a img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.st_list.number2 > ul > li > a{border: 0;}
.st_list.number2 > ul > li > a{
  width: 100%;
  position: relative;
  padding-top: 33.96%;
  display: block;
  height: auto;
}
.st_list.number2>ul>li>a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	display: block;
}


.st_list > ul > li > div{
  padding: 15px 17px;
  min-height: 180px;
}

.st_list.number2 > ul > li > div {
  min-height: 82px;
}
.st_list.number3 > ul > li > div {
  min-height: 120px;
}
.st_list .st_box:has(.hashtag) {
  min-height: 180px;
}
.st_list > ul > li p{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  word-break:keep-all;
  font-size: 1.125em;
  font-weight: 500;
}

.st_btm{margin-top: 10px; overflow: hidden;}
.st_btm dl:nth-child(1){float: left;}
.st_btm dl:nth-child(2){float: right;}

.st_btm dl{overflow: hidden; font-size: 0.875em; color: #7d7d7d;}
.st_btm dl dt{display: inline-block; padding-right: 8px; margin-right: 3px; position: relative;}
.st_btm dl dt:before{
  position: absolute;
  width: 1px;
  height: 12px;
  background: #dedede;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}
.st_btm dl dt img{vertical-align: inherit; padding-right: 4px;}
.st_btm dl dd{display: inline-block;}

/* 창의교육_마이크로사이트 리스트 */
.st_list.number4 > ul > li{
  width: 23.5%;
    margin-right: 2%;
    margin-top: 20px;
    padding-top: 0px;
}
.st_list.number4 > ul > li:nth-child(2n){margin-left: 0%;}
.st_list.number4 > ul > li:nth-child(4n){margin-right: 0%;}
.st_list.number4 > ul > li:nth-child(-n+4){border-top: 0;}

/* 크레존 이야기_카드뉴스 */
.st_list.number3 > ul > li{float: left; width: 32%; margin-right: 2%;
   margin-top: 20px;
   padding-top: 0px;
   border-top: 1px solid transparent;
  }
.st_list.number3 > ul > li:nth-child(2n){margin-left: 0%;}
.st_list.number3 > ul > li:nth-child(3n){margin-right: 0%;}
.st_list.number3 > ul > li:nth-child(-n+3){margin-top: 0; border-top: 0; padding-top: 0;}
/* .st_list.number3 > ul > li a{border-radius: 5px;} */
.st_list.number3 > ul > li > a {
  height: 318px;
}
/* --- 크레존 이야기_뉴스레터 --- */

.st_list.number3.half_fix > ul > li > a {
  height: 180px;
}

/* --- // 크레존 이야기_뉴스레터 --- */

.st_list.number3 > ul > li a em{
  position: absolute;
  top: -1px;
  left: -1px;
  background: #000;
  color: #fff;
  width: auto;
  padding: 0 10px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  font-size: 0.875em;
  z-index: 1;
}

.st_list.number3 > ul > li a em.red{
  background: #000;
  color: #fff;
}

.st_list.number3 > ul > li p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 2.6em;
  white-space: normal;
}

.st_list.number4 > ul > li p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 2.6em;
  white-space: normal;
}


.st_box{
  border: 1px solid #dedede;
  padding: 10px;}
.st_list > ul > li .st_box p{margin-top: 0; }
.st_box .st_btm {padding-top: 10px;/* border-top: 1px solid #dedede; */}
.st_box .st_btm + .st_btm{margin-top: 0; border-top: 0;}
.st_box strong{display: block; margin-bottom: 10px; color: #1385c9;}
.st_box span{display: block; font-size: 0.938em; margin-top: 8px;}
.st_box span.hashtag{
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: keep-all;
}
.st_box span.hashtag > a{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  margin-right: 4px;
  background: #efefef;
  font-size: 0.813rem;
  color: #726f6f;
  border-radius: 5px;
}

.st_box.typeC{text-align: center;}

/* 위치기반 */
.road_sear{padding: 22px;border: 1px solid #dcdcdc;background: #f8f8f8;margin-bottom: 6px;}
.road_sear > div{margin: 0 auto; max-width: 580px;}
.road_sear .sch_box.skin .sch_slt:nth-of-type(1){margin-left: 0;}
.road_sear .sch_box.skin .sch_slt{width: 27.76%; margin-left: 8.2%;}
.road_sear .sch_box.skin .sch_area{width: 27.76%; margin-left: 8.2%;}

.road_one{display: block;}
.road_two{display: none;}
.road_wrap{overflow: hidden; padding: 30px 0; border-top: 3px solid #000; border-bottom: 1px solid #dedede;}
.road_wrap > div{float: left;}
.road_left{width: 42%; margin-right: 2%;}
.road_list{display: flex;     justify-content: flex-end; margin-bottom: 25px;}
.road_list > div:first-child{margin-left: 0;}
.road_list > div{
  border: 1px solid #dedede;
  margin-left: 5px;
  border-radius: 50px;
}
.road_list a{
  color: #3d3d3d;
    font-weight: 400;
    font-size: 0.813em;
    padding: 5px 14px;
    display: block;
}
.road_list > div:hover, .road_list > div:focus{border: 1px solid #f25574;}
.road_list > div:hover a, .road_list > div:focus a{color: #f25574;}

/* .road_left li.on{border: 1px solid #1e86c5;} */
.road_left li{display: table; table-layout: fixed; width: 100%; padding: 15px 0; border-bottom: 1px solid #dedede;}
.road_left li:first-child{padding-top: 0;}
.road_left li > div{display: table-cell;}
.road_img{width: 124px;}
.road_doc{padding-left: 10px;}
.road_doc .road_tit{font-weight: 500; margin-bottom: 10px;}
.road_doc p{font-weight: 300; margin-bottom: 8px; font-size: 0.938em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.road_doc span{color: #aaa; display: block; font-size: 0.875em; margin-bottom: 6px;}
.road_doc .road_btn{text-align: right;}
.road_doc .road_btn> a{
  display: inline-block;
  color: #666;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 0.875em;
}



.road_right{width: 56%; position: relative;}
.road_box{position:absolute; top: 9%; right: 2%;}
.road_pop{
  position: absolute;
  width: 400px;
  top: 0;
  right: 0;
}
.road_pop:after{
  position: absolute;
    left: 50%;
    top: auto;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #1e86c5;
    border-right: 1px solid #1e86c5;
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform: translateX(-50%) rotate(135deg);
    background: #fff;
    bottom: -5px;
}
.rpop_head{
  background-color: #2e2e2e;
  color: #fff;
  padding: 10px;
  position: relative;
}
.rpop_head > p{padding-right: 20px;font-size: 15px;}
.rpop_head > a{position: absolute; right: 20px; top: 10px; color: #fff;}


.rpop_body{display: table; table-layout: fixed; width: 100%;
  background-color: #fff;
    border: 1px solid #1e86c5;
    padding: 10px;
}
.rpop_body > div{display: table-cell; vertical-align: top;}
.rpop_body > div:last-child{padding-left: 15px;}
.rpop_body > div:last-child > div{margin-bottom: 5px;}
.rpop_body > div:last-child > div:last-child{margin-bottom: 0;}

.rpop01 strong{font-size: 0.813em;color: #fff;font-weight: 300;word-break: keep-all;display: inline-block;background: #f76275;padding: 3px 6px;border-radius: 50px;}

.rpop02{/* padding-left: 10px; */}
.rpop02 p{font-size: 0.875em;}
.rpop03{/* padding-left: 10px; */}
.rpop03 span{font-size: 0.938em;color: #797979;font-weight: 300;}
.rpop04 > em{display: inline-block; padding: 3px 6px; border-radius: 50px; font-size: 0.875em; color: #fff;}

.rpop04 .rp_type01{background: #fec555;}
.rpop04 .rp_type02{background: #6fc79e;}
.rpop04 .rp_type03{background: #5cd0e7;}
.rpop04 .rp_type04{background: #fa9294;}

/* 아코디언_창의교육 백문백답 */
.chapter_cont{display: none; padding: 10px 0; border: 1px dotted #dedede; border-width:1px 0;}
.activa_wrap .activation_list > li:first-child{border-top:1px solid #dedede}
.activa_wrap .activation_list > li{ padding: 20px 0 20px 80px;  position: relative;  border-bottom:1px solid #dedede; }
/* .activa_wrap .activation_list > li:before{
    content: "";
    display: block;
    background: url(/_static/crezone/img/extra/q.png) left 0px top 0px no-repeat;
    width: 50px; height: 60px;
    top: 0; left: 0;
    position: absolute;
  } */
.activa_wrap .activation_list > li > img{
  position: absolute; left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.qna_theme:last-child{padding-bottom: 0;}
.qna_theme{padding: 10px 0;}
.qna_theme > a{padding: 3px 6px; background-color: #777; color: #fff; border-radius: 5px; font-size: 0.875em; display: inline-block;}
.qna_btm{overflow: hidden; }
.qna_btm span.blue_txt{display: inline-block; vertical-align: middle; border-right: 1px solid #dedede; padding-right: 10px; color: #1485c9;}
.qna_btm.typeAI{display: flex;     align-items: center;}
.qna_btm.typeAI .btn_box{margin-left: 10px;}
.qna_btm.typeAI .blue_txt{color: #1485c9;}
.qna_btm > dl{float: left; padding-right: 8px; margin-right: 8px; border-right: 1px solid #dedede;
font-size: 15px;}
.qna_btm > dl:last-child{padding-right: 0; margin-right: 0; border-right: 0;}
.qna_btm > dl > dt{display: inline-block;}
.qna_btm > dl > dd{display: inline-block;}

/* 아코디언 자주하는 질문*/
.activa_wrap2{ border-top: 3px solid #000; border-bottom: 1px solid #dedede;}
.activa_wrap2 .activation_list li{border-top: 1px solid #dedede;}
.activa_wrap2 .activation_list li:first-child{border-top: 0;}
.activa_wrap2 .activation_list li > a{display: block; padding: 17px 40px 17px 55px; position: relative;}
.activa_wrap2 .activation_list li > a:before{
  content: "Q";
  position: absolute;
  top: 14px;
  left: 15px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  background: #f25574;
  border-radius: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.activa_wrap2 .activation_list li > a:after{
  content: "";
    position: absolute;
    top: 19px;
    right: 13px;
    width: 17px;
    height: 14px;
    background: url(/_static/crezone/img/sub/ic-faq-plus.png);
}
.activa_wrap2 .activation_list li > a.is_opened:after{
    background: url(/_static/crezone/img/sub/ic-faq-minus.png);
}
.activa_wrap2 .activation_list li > a strong{padding-right: 5px; color: #006fb7;}
.activa_wrap2 .activation_list .chapter_cont{background-color: #f7f7f7; padding: 17px 40px 17px 55px; position: relative;
border: 0; border-top: 1px solid #dedede;}
.activa_wrap2 .activation_list .chapter_cont:before{
  content: "A";
  position: absolute;
  top: 16px;
  left: 15px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  background-color: #888;
  border-radius: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
}


/* 안전요원 구인&구직 스크롤 */
.personal_area{margin-top: 30px;}
.personal_area:first-child{margin-top: 0;}
.personal_area .tit{margin-bottom: 12px; font-weight: 500; font-size: 1.125em;}
.personal_area .tit .red_txt{padding-right: 5px;}

.personal_scroll{
  border: 1px solid #bdd3f1;
  background-color: #fff;
  overflow: hidden;
}
.personal_scroll > div{
  height: 210px;
  padding: 20px;
  overflow-y: scroll;
  line-height: 1.5;
}
.personal_scroll > div.h300{
  height: 300px;
}

.personal_div:first-child{margin-top: 0;}
.personal_div{margin-top: 45px;}
.personal_strong{display: block; text-align: center; font-size: 1.25em; margin-bottom: 10px; line-height: 1;}
.personal_box:nth-of-type(1){margin-top: 0;}
.personal_box{margin-top: 20px;}
.personal_box .perBox_tit{font-weight: 500;  margin-bottom: 4px;}

/* 로그인화면 */
/* 로그인화면 */
.login_wrap{overflow: hidden;}
.login_top{
  margin: 0px 0px;
  background: #f7f7f7;
  border: 1px solid #dedede;
  }
.login_tit {padding: 40px 40px 0;text-align: center;}
.login_tit span{font-weight: 500;font-size: 1.5em;display: block;margin-bottom: 10px;color: #333;}
.login_tit p{font-weight: 300; color: #777;}

.login_box{
  /* display: table; */
  /* width: 100%; */
  /* table-layout: fixed; */
  /* border-spacing: 40px 40px; */
  /* margin: 0 auto; */
  text-align: center;
  max-width: 1058px;
  margin: 0px auto;
  padding: 30px 4% 40px;
}
.login_box.tal > div{min-height: auto;}
.login_box > div{/* display: table-cell; */background: #fff;border: 1px solid #dedede;padding: 3.5%;display: inline-block;width: 47.7%;vertical-align: top;min-height: 390px;margin: 0 auto;text-align: left;/* padding: 30px; */}
.login_area{
    position: relative;
  }
  .login_area .login_cont{position: relative;}
  .login_area .lbl_cont{
    display: block; margin-top: 20px;
  }
  .login_area .lbl_cont:first-child{margin-top: 0;}
  .login_area .lbl_cont .brd_input{
    border-radius: 3px;
    height: 42px;
    margin-top: 10px;
    padding-left: 46px;
    background: url(/_static/crezone/img/sub/login_id.png)left 17px center no-repeat;
  }
  .login_area .lbl_cont:nth-of-type(2) .brd_input{
    background: url(/_static/crezone/img/sub/login_pw.png)left 19px center no-repeat;
  }
  .login_area .lbl_cont > p{margin-top: 5px; font-size: 0.875em; font-weight: 300; color: #777;}
  .login_area .lbl_name{
    width: 80px;
    color: #333333;
    text-align: left;
    font-size: 1.125em;
    font-weight: 500;
  }
  .login_area .login_cont .btn_area.p_a .btn_btm{
    min-width: 130px;
    height: 94px;
    line-height: 94px;
    font-size: 1.063em;
  }
  .p_a{position: absolute !important; right: 0; top: 0;}

  .btn_login{margin-top: 15px; text-align: right;}
  .btn_login .id_pw{color: #006fb7;
    font-size: 0.938em;
  }
  .btn_login .btn_join{position: relative;
    padding-left: 15px;
    margin-left: 12px;
    font-size: 0.938em;
  }
  .btn_login .btn_join:before{
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0px;
    background: #6e6f73;
    margin: -3px 0 0;
  }
  .btn_area > a.long{min-width: 100%;
    font-size: 1.125em;
    font-weight: 500;
  }
  .btn_area > a.long + a.long{margin-top: 10px;}

  .login_area + .han_pin{margin-left: 4%;}
  .han_pin strong{
    color: #333333;
    text-align: left;
    font-size: 1.125em;
    font-weight: 500;
    display: block;
    margin-bottom: 7px;
  }
  .han_pin p{margin-top: 16px;word-break: keep-all;color: #777;}
  .han_pin p:nth-of-type(1){margin-top: 0;}
  .han_pin p a{color: #006fb7;}

  /* 아이디, 비밀번호 찾기 */
  .join_area{
    overflow: hidden;
    text-align: center;
  }
  .join_area .con_p > p + p{
    margin-top: 0;
    color: #4c4b4b;
  }

  .join_area > div{
    float: left;
    width: 48.7%;
    border: 1px solid #dedede;
    padding: 35px;
    background: #ffffff;
    min-height: 300px;
    margin-left: 2.6%;
    position: relative;
    border-radius: 3px;
  }
  .join_area > div .tit{
    font-size: 1.375em;
    font-weight: 600;
    margin-bottom: 17px;
    line-height: 1;
  }
  .join_area .id_find_cont{
    margin-left: 0;
  }
  .join_area .id_find_cont .btn_area{
    position: absolute;
    bottom: 30px;
    /* left: 50%; */
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    /* max-width: 476px; */
    left: 50%;
  }
  .join_area .pw_find_cont .btn_area{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
  }
  .join_area .pw_find_cont .lbl_id{
    margin-top: 20px;
  }
  .join_area .pw_find_cont .lbl_id .brd_input{height: 42px; border-radius: 3px;}


  /* 사이트맵 */
.sitemap_wrap .list_blt > li{padding-left: 6px;margin-top: 6px;position: relative;}
.sitemap_wrap .list_blt > li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    background: #4e4e4e;
    width: 2px;
    height: 2px;
    }
.sitemap_area .list_blt01{padding: 10px 0 0 10px;}
.sitemap_area .list_blt01 > li:before{
  background-color: #c9c7c7;
  width: 3px;
  height: 3px;
  top: 11px;
  left: 4px;
}
.sitemap_area{ overflow: hidden; margin-top: 30px;}
.sitemap_area:first-child{margin-top: 0;}
.sitemap_area > div{float: left;width:23.5%;margin-right:2%;}
.sitemap_area > div:nth-child(4n){margin-right: 0;}
.sitemap_area > div:nth-child(5){clear: both;content: "";display: block;margin-top: 45px;}
.sitemap_area > div:nth-child(6){margin-top: 45px;}
.sitemap_area > div:nth-child(7){margin-top: 45px;}

.sitemap_area p{
    position: relative;
    font-size: 1.375em;
    color: #f25574;
    font-weight: 500;
    padding: 0 0 8px;
    border-bottom: 1px solid rgb(225 114 136 / 50%);
}

.site_list{margin-top: 19px; padding: 0 4%;}
.site_list > li{margin-top: 14px;}
.site_list > li:first-child{margin-top: 0px;}
.site_list > li > a{font-size: 1.063em; color: #1f1f1f;}
.site_list a > img{margin-left: 6px;
  vertical-align: middle;
  margin-bottom: 2px;
}

/* 유관기관 */
.relevant_organizations{margin-top: 10px;}
.relevant_organizations .link_list ul{
  border: 1px solid #ddd;
    font-size: 0;
}
.relevant_organizations .link_list ul li{
  display: inline-block;
    width: 25%;
    height: 70px;
    line-height: 70px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}
.relevant_organizations .link_list ul li img{vertical-align: middle;}

/*팝업*/

.modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.fade.in {
  opacity: 1;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  max-width: 700px;
  margin: 30px auto;
}
.modal-dialog.type02{
  max-width: 1024px;
}

.popupWrap{
  background-color: transparent;
  box-shadow: 3.6px 3.6px 10px rgb(0 0 0 / 47%);
}
.modal.fade .modal-dialog{
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
}
.modal.fade .modal-dialog{
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.popupWrap h2{
  color: #fff;
  height: 60px;
  line-height: 60px;
  background-color: #f25574;
  text-align: center;
  border-radius: 6px 6px 0px 0px;
  font-weight: 500;
  font-size: 1.250em;
}
.popupWrap .popupContents.scroll{
  max-height: 500px;
  overflow-y: auto;
}
.popupWrap .popupContents {
  padding: 30px 30px ;
  background: #fff;
  border-radius: 0px 0px 6px 6px;
}
.pop_img{
  position: relative;
  width: 100%;
  padding-top: 66%;
  border: 1px solid #ddd;
}
.pop_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.dim_layer .dimBg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}
.popup .pop_exit{
  position: absolute;
  right: 30px;
  top: 17px;
}
.popup .pop_exit a{
  display: block;
    width: 25px;
    height: 25px;
    background: url(/_static/crezone/img/sub/pop_close.png) no-repeat center;
}
.popup_cont > p{margin-bottom: 20px;
  color: #2c2c2c;
  text-align: center;
}

.pop_slide .slick-dots{
  position: absolute;
  bottom: -44px;
  left: 50%;
  display: inline-block !important;
  width: auto;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  height: 18px;
}
.pop_slide .slick-dots li button{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  padding: 0;
}
.pop_slide .slick-dots li.slick-active {
  width: 18px;
  height: 18px;
}
.pop_slide li.slick-active button {
  background: #191a1c;
  border-color: #191a1c;
  width: 18px;
  height: 18px;
}
.pop_slide .slick-dots li button:before{display: none;}


.pop_list{margin-top: 20px;}


/* 개인정보처리방침 */
.open_area{margin-top: 30px;}
.open_area:first-child{margin-top: 0;}
.open_area > div:first-child{margin-top: 0;}
.open_area > div{margin-top: 25px;}
.open_area > div > strong{font-size: 1.125em; display: block; position: relative; margin-bottom: 5px; color: #f25574;}
.open_area > div > strong + .ks_sket{margin-top: 10px;}

/* 1:1 문의내역 _ 진행상황 */
.end_txt{ font-weight: 400;}
.wait_txt{color: #c72535; font-weight: 400;}
.completion_txt{color: #aaa; font-weight: 400;}

/*삭제버튼*/
 .ipt_plus_btn{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 1;
}
.ipt_plus_btn .btn_del{
  display: inline-block;
  height: 32px;
  width: 40px;
  border: 1px solid #cccccc;
}


/* AI 서술형 학습지원 프로그램 */
.ai_list{overflow: hidden;}
.ai_list > li{float: left; margin-top: 15px;}

.ai_list.type01 > li{width: 50%; }
.ai_list.type01 > li:nth-child(-n+2){margin-top: 0;}

.ai_list.type02 > li{width: 16.66%; text-align: center;}
.ai_list.type02 > li:nth-child(-n+6){margin-top: 0;}

/* ☆my크레존 에디터★ */
.me_wrap{}
.me_wrap .me_area{display: flex; padding: 20px;}
.me_wrap .me_area > div{background-color: #fff; border-radius: 15px; box-shadow: 4px 4px 8px 0px #ddd;}
.me_left{width: 60%;}
.me_right{margin-left: 5%; width: 35%;}

@media all and (max-width:1200px){
  /* 창의교육_마이크로사이트 리스트 */
  .st_list.number4 .st_btm dl:nth-child(1){float: none;}
  .st_list.number4 .st_btm dl:nth-child(2){float: none;}

}

@media all and (max-width:1024px){
  /* 다운 및 돋보기 버튼 New */
  .btn_box{display: block;}
  .btn_box a{margin-left: 0; margin-top: 3px;}

}

@media all and (max-width:860px){
/* 창의교육_마이크로사이트 리스트 */
.st_list.number4 > ul > li{
  width: 32%;
    margin-right: 2%;
    margin-top: 20px;
    padding-top: 0px;
}
.st_list.number4 > ul > li:nth-child(4n){margin-right: 2%;}
.st_list.number4 > ul > li:nth-child(3n){margin-right: 0%;}
.st_list.number4 > ul > li:nth-child(-n+4){border-top: 20px;}
.st_list.number4 > ul > li:nth-child(-n+3){border-top: 0px;}

/* 카카오지도 */
.root_daum_roughmap .wrap_map {
  height: 350px !important;
}
/* 로그인화면 */
.login_box{/* border-spacing:20px 20px; */padding: 3%;}
.login_tit{padding: 20px 20px 0;}
.login_tit span{font-size: 1.25em;}
.login_box > div{padding: 3%;}
.login_area + .han_pin{margin-left: 3%;}
.login_box > div{width: 48%;}

/* 아이디, 비밀번호 찾기 */
.join_area > div{min-height: 320px;}
.join_area > div .tit{font-size: 1.25em;}

/* 사이트맵 */
.sitemap_area > div{width: 32%;}
.sitemap_area > div:nth-child(4n){clear: both; margin-top: 45px;}
.sitemap_area > div:nth-child(5n){clear:none;}
.sitemap_area > div:nth-child(4n){margin-right: 2%;}
.sitemap_area > div:nth-child(3n){margin-right: 0%;}

/* 유관기관 */
.relevant_organizations .link_list ul li{
    width: 50%;
    padding: 0 5px;
    height: 60px;
    line-height: 58px;
}

/*삭제버튼*/
.add_title dd .ipt_plus_btn .btn_del{
  height: 28px;
}

  /* 통합검색 상단부 탭 */
  .tab_list.typeRect{flex-wrap: wrap;     justify-content: normal;}
  .tab_list.typeRect li{flex: initial; width: 49%; margin: 0; margin-top: 5px; }
  .tab_list.typeRect li:nth-child(2n){margin-left: 2%;}
  .tab_list.typeRect li:nth-child(-n+2){margin-top: 0;}
  .tab_list.typeRect li:last-child{width: 100%;}
  .tab_list.typeRect li > a{font-size: 15px;}
  .tab_num{display: inline-block; padding-left: 3px;}
}


@media all and (max-width:767px){
  /* AI 서술형 학습지원 프로그램 */
  .ai_list > li{margin-top: 12px; font-size: 15px;}

  .ai_list.type01 > li{width: 100%; }
  .ai_list.type01 > li:nth-child(-n+2){margin-top: 12px;}
  .ai_list.type01 > li:nth-child(-n+1){margin-top: 0;}

  .ai_list.type02 > li{width: 33.33%; }
  .ai_list.type02 > li:nth-child(-n+6){margin-top: 12px;}
  .ai_list.type02 > li:nth-child(-n+3){margin-top: 0;}


  /* 크레존 이야기_카드뉴스 */
  .number3 .st_btm{text-align: left;}
  .number3 .st_btm dl:nth-child(1){float: none;}
  .number3 .st_btm dl:nth-child(2){float: none; margin-top: 5px;}

  /* 위치기반 */
  .road_left li:first-child{padding-top: 15px;}
  .road_wrap{display: flex; flex-direction: column-reverse;}
  .road_wrap > div{float: none;}
  .road_left{width: 100%; margin-top: 15px; margin-right: 0;}

  .road_img{margin: 0 auto; width: 120px;}
  .road_doc .road_tit{margin-top: 5px; font-size: 0.938em;}
  .road_doc p{font-size: 0.875em;}
  .road_doc span{font-size: 0.813em; margin-bottom: 4px;}
  .road_right{width: 100%;}
  .road_one{display: none;}
  .road_two{display: block;}

  .road_box{top: 3%;}
  .road_pop{width: 250px;}
  .rpop_head{padding: 7px;}
  .rpop_head > p{font-size: 0.938em;}
  .rpop_body > div{display: block; vertical-align: top;}
  .rpop_body > div:last-child{padding-left: 0px; margin-top: 10px;}
  .rpop_body > div:last-child > div{margin-bottom: 5px;}
  .rpop_body > div:last-child > div:last-child{margin-bottom: 0;}
  .rpop_body .img_area{max-width: 150px; margin: 0 auto;}
  .rpop01 strong{font-size: 0.813em;}
  .rpop02 p{font-size: 0.875em;}
  .rpop03 span{font-size: 0.875em;}
  .rpop04 > em{font-size: 0.813em;}

}

@media all and (max-width:640px){
  /* 창의교육_마이크로사이트 리스트 */
  .st_list.number4 > ul > li{
    width: 49%;
      margin-right: 2%;
      margin-top: 20px;
      padding-top: 0px;
  }
  .st_list.number4 > ul > li:nth-child(4n){margin-right: 2%;}
  .st_list.number4 > ul > li:nth-child(3n){margin-right: 2%;}
  .st_list.number4 > ul > li:nth-child(2n){margin-right: 0%;}
  .st_list.number4 > ul > li:nth-child(-n+4){border-top: 20px;}
  .st_list.number4 > ul > li:nth-child(-n+3){border-top: 20px;}
  .st_list.number4 > ul > li:nth-child(-n+2){border-top: 0px; padding-top: 0; margin-top: 0;}


  /* 크레존 이야기_블로그 */
  .st_list > ul > li p{font-size: 16px;}
  .st_list > ul > li{
    width: 100%;
    margin-right: 2%;
    margin-top: 10px;
    padding-top: 20px;
  }
  .st_list > ul > li:nth-child(2n){margin-left: 0;}
  .st_list > ul > li:nth-child(-n+2){margin-top: 10px; padding-top: 20px; border-top: 1px solid #dedede; }
  .st_list > ul > li:nth-child(1){margin-top: 0; padding-top: 0; border: 0;}

  .st_list > ul > li > div{padding: 12px 10px;}
  .st_btm dl{font-size: 13px;}
  .st_btm dl dt{padding-right: 5px; margin-right: 1px;}

  /* 크레존 이야기_카드뉴스 */
  .st_list.number3 > ul > li a em{height: 21px; line-height: 19px; padding: 0 8px; font-size: 13px;}

  .st_list.number4 > ul > li p{font-size: 15px;}
  .st_list.number3 > ul > li p{font-size: 15px;}
  .st_list.number3 > ul > li{
    width: 49%;
    margin-right: 2%;
    margin-top: 10px;
    padding-top: 20px;
  }

  .st_box strong{ margin-bottom: 9px; font-size: 0.938em;}
  .st_box span{font-size: 0.875em; margin-top: 7px;}

  .st_list.number3 > ul > li:nth-child(-n+3){margin-top: 10px; padding-top: 20px;
    /* border-top: 1px solid #dedede; */
  }
  .st_list.number3 > ul > li:nth-child(-n+2){margin-top: 0px; padding-top: 0; border-top: 0;}
  .st_list.number3 > ul > li:nth-child(3n){margin-right: 2%;}
  .st_list.number3 > ul > li:nth-child(2n){margin-right: 0;}

  /* .st_list > ul > li:nth-child(-n+3){margin-top: 10px; padding-top: 20px; border-top: 1px solid #dedede;}
  .st_list > ul > li:nth-child(-n+2){margin-top: 0px; padding-top: 0;}
  .st_list > ul > li:nth-child(3n){margin-right: 2%;}
  .st_list > ul > li:nth-child(2n){margin-right: 0;} */

  /* 로그인화면 */
  .login_top{padding: 20px 15px;}
  .login_box > div{display: block;margin-top: 15px;padding: 15px;width: 100%;min-height: auto;}
  .login_area + .han_pin{margin-left: 0;}
  .login_tit{padding: 0;}
  .login_tit span{font-size: 1.125em; margin-bottom: 5px;}
  .login_tit p{font-size: 0.938em;}
  .login_box{border-spacing: 0; padding: 0;}

  /* 아이디, 비밀번호 찾기 */
  .join_area > div .tit{font-size: 1.063em; font-weight: 500;}

  .join_area > div{width: 100%; margin-left: 0; margin-top: 20px; min-height:auto; padding: 20px 15px;}
  .join_area .id_find_cont .btn_area{
    position: static;
    transform:none;
    -webkit-transform: none;
    margin-top: 20px;
  }
  .join_area .id_find_cont .btn_area a{width: 100%;}
  .join_area .id_find_cont .btn_area a+a{margin-top: 5px;}

  .join_area .pw_find_cont .btn_area{
    position: static;
    transform:none;
    -webkit-transform: none;
    margin-top: 25px;
  }

  .join_area .pw_find_cont .btn_area a{width: 100%;}
  .join_area .pw_find_cont .btn_area a+a{margin-top: 5px;}

}

@media all and (max-width:580px){
  /*팝업*/
  .popupWrap .popupContents{padding: 15px;}
  .popupWrap h2{font-size: 17px;}
  .popup .pop_exit{top: 20px; right: 10px;}
  .popup .pop_exit a{width: 20px; height: 20px;}


  /* 일반문단 */
  .con_p > p{ font-size: 0.875em;}

  /* <공통> 컨텐츠 구분 */
  .list_area{margin-top: 30px; }
  .sub_tit{font-size: 1.125em; padding-top: 10px; margin-bottom: 12px;}
  .sub_tit:before{width: 20px; height: 3px;}

  /* <공통> 탭?_해시태그 유형 */
  .hash_area{margin-bottom: 18px; margin-top: 8px;}
  .hash_area > ul > li > a{
  font-size: 0.813em;
  padding: 3px 8px;
  }

  /* <공통>박스 */
  .con_box01{padding: 15px; margin-bottom: 20px;}

  /* <공통> 블릿리스트 */
  .list_blt01 >li{font-size: 15px;}
  .list_blt01 >li:before{top: 7px;}
  .list_blt01 >li > strong{font-size: 1em;}
  .list_blt02{font-size: 0.938rem;}

  /* <공통> 탭 유형1*/
  .tab_list{flex-wrap: wrap;}
  .tab_list > li{flex:auto; width: 100%; margin-top: 5px;}
  .tab_list > li:first-child{margin-top: 0;}
  .tab_list > li a{font-size: 0.938em; padding: 6px 0;}
  .tab_num{display: inline-block; padding-left: 5px;}

  /* 아이콘 박스 */
  /* .case_icon, .case_list{display: block; } */
  .case_icon{ margin: 0 auto; background-size: 50px; width: 50px; height: 50px;}
  .case_list{padding-left: 0px; margin-top: 20px;}

  /* 다운 및 돋보기 버튼 New */
  .case_list div p{margin-top: 12px; font-size: 0.938em;}
  .case_list div p:before{top: 7px;}
  .btn_box a{text-align: center; width: 100%; padding-left: 0;}


  /*  */
  .view_file .file_cont{padding: 15px 10px;}
  .file_cont .fileBr{padding-right: 0;}

  .view_file .file_cont .bg_file .lef_area {
    position: static;
    transform: none;
    margin-top: 5px;
    max-width: 100%;
    text-align: center;
  }

/* 카카오지도 */
.root_daum_roughmap .wrap_map {
  height: 220px !important;
}

/* 사이트맵 */
.sitemap_wrap{padding: 0;}
.sitemap_area > div{width: 49%; margin-right: 0;}
.sitemap_area > div:nth-child(2n){margin-left: 2%;}
.sitemap_area > div:nth-child(3n){margin-right: 0;}
.sitemap_area > div:nth-child(4n){margin-right: 0;}
.sitemap_area > div:nth-child(4){clear: none; margin-top: 30px;}
.sitemap_area > div:nth-child(3){margin-top: 30px; clear: both;}
.sitemap_area > div:nth-child(5){clear: both; margin-top: 30px;}
.sitemap_area > div:nth-child(6){margin-top: 30px;}
.sitemap_area > div:nth-child(7){margin-top: 30px; width: 100%;}

.sitemap_wrap .sitemap_area:first-child div:first-child{margin-top: 0px;}
.sitemap_area p::after{background-repeat: repeat;}
.site_list > li > a{ display: block;  width: 90%;  font-size: 1em;}
.site_list .list_blt > li:last-child{margin-bottom: 0;}
.site_list .list_blt > li{margin-top: 5px; font-size: 0.938em;}
.site_list .list_blt{margin-top: 7px;}
.site_list > li{margin-top: 13px;}
.site_list{margin-top: 13px; padding: 0;}

.sitemap_area p{font-size: 1.125em;}

  /* 통합검색 상단부 탭 */
  .tab_list.typeRect li > a{font-size: 14px; letter-spacing: -0.05em;}
}

@media all and (max-width:479px){
  /* 아코디언_창의교육 백문백답 */
  .qna_btm.typeAI{display: block;}
  .qna_btm.typeAI .btn_box{margin-left: 0; margin-top: 3px;}

  /* 위치기반 */
  .road_left li{padding: 10px 0;}
  .road_left li:first-child{padding-top: 10px;}
  .road_pop{width: 220px;}
  .road_left li > div{display: block; }
  .rpop_body .img_area{max-width:120px}
  .rpop01 strong{font-size: 0.750em;}
  .rpop02 p{font-size: 0.813em;}
  .rpop03 span{font-size: 0.813em;}
  .rpop04 > em{font-size: 0.750em;}

  /* 로그인화면 */
  .login_area .lbl_cont .brd_input{
    padding-left: 26px;
    background: url(/_static/crezone/img/sub/login_id.png)left 8px center no-repeat;
    background-size: 13px;
  }

  /* 사이트맵 */
  .sitemap_area > div{width: 100%; margin-top: 22px;}
  .sitemap_area > div:nth-child(2n){margin-left: 0;}
  .sitemap_area > div:nth-child(3){margin-top: 22px;}
  .sitemap_area > div:nth-child(4){margin-top: 22px;}
  .sitemap_area > div:nth-child(5){margin-top: 22px;}
  .sitemap_area > div:nth-child(6){margin-top: 22px;}
  .sitemap_area > div:nth-child(7){margin-top: 22px;}
}

@media all and (min-width: 320px) and (max-width: 339px){

}