@charset "utf-8";

/* ================ 공통 ================ */
/* 페이지 */
.page_footer {
	padding: 20px 0;
	text-align: center;
}
.page_footer button, .page_footer a {
	margin: 0 2px;
}

/* 박스영역 */
.section_area {
	margin-bottom: 5%;
	position: relative;
}
.section_sarea {
	margin-bottom: 2%;
	position: relative;
}
.section_toparea {
	margin-top: 50px;
	position: relative;
}

/* 타이틀 */
.section_tit_lg {
	margin-bottom: 1.3em; padding-left: 35px; 
	color: #071631; font-size: 2rem;  
	background: url(../../images/client/sub/icon_section_tit_lg.png) no-repeat left center;
}
.section_tit_md {
	margin-bottom: 1em; padding-left: 10px; 
	color: #071631; font-size: 2rem;  line-height: 1em;
	border-left: 3px solid #23316e;
}

/* 리스트 스타일 */
.list_dot_sm > li {
	padding-left: 10px;
	font-size: 1.5rem; word-break: keep-all;
}
.list_dot_sm > li > span {
	display: inline-block;
	width: 2px; height: 2px;
	margin-left: -10px; margin-right: 5px;
	background-color: #222222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* 결과 없을시 */
.nopost_box {
	padding: 3em 2em;
	text-align: center; color: #727272; font-size: 1.5rem;
	background-color: #f3f3f3;
}
.nopost_box span {
	display: inline-block;
	width: 30px; height: 37px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(../../images/client/sub/icon_nopost.png) no-repeat center;
	background-size: 30px;
}

/* 로딩박스 */
.boxloading {
	overflow: hidden;
	position: relative; 
	width: 100%; min-height: 200px;
}
.boxloading .loading {
	position: absolute; top: 0; left: 0; z-index: 15;
	width: 100%; height: 100%;
	background: rgba(255,255,255,0.8);
}
.boxloading .loading img {
	width: 60px; max-width: 60%; height: 60px;
	position: absolute; top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 검색박스 */
.search_box {
	margin-bottom: 25px; padding: 20px;
	text-align: center;
	background: #edf2f7;
}

/* 버튼 크기가 103px 일때 : 검색박스 */
.wdfull_1_1 {
	position: relative;
	padding-right: 113px;
}
.wdfull_1_1 .btn_search {
	position: absolute; top: 0; right: 0;
}


/* ================ //공통 ================ */

/* ================ 메인 ================ */
.main_visual .grid_content {
	position: relative;
	overflow: visible;
}
.main_visual_top {
	padding-top: 34px; padding-left: 50px;
	height: 170px;
	background: url(../../images/client/main/bg_main_visual.png) no-repeat left bottom;
}
.main_visual_top h3 {
	margin-bottom: 5px;
	color: #071631; font-size: 3rem; font-weight: 300;
}
.main_visual_top p {
	color: #767676; 
}
.control_wrap {
	position: absolute; bottom: 10px; left: 50px;
	display: inline-block;
}
.swiper-pagination {
	position: static;
	display: inline-block;
}
.swiper-pagination-bullet {
	margin: 0 10px;
	width: 10px; height: 10px;
	background-color: #d7d7d7;
	opacity: 1;
}
.swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.swiper-pagination-bullet-active {
	margin: 0 5px;
	width: auto; height: auto;
	background: none;
}
.swiper-pagination-bullet-active:after {
	color: #23316e; font-weight: 600;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active:nth-child(1):after {
	content: "01";
}
.swiper-pagination-bullets .swiper-pagination-bullet-active:nth-child(2):after {
	content: "02";
}
.swiper-pagination-bullets .swiper-pagination-bullet-active:nth-child(3):after {
	content: "03";
}

.play_control {
	display: inline-block;
}
.play_control button {
	display: inline-block;
	margin: 0 10px;
	width: 10px; height: 10px;
	/*perspective-origin: right;*/
	vertical-align: middle; text-indent: -9999px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 10px;
	opacity: 0.5;
}
.play_control button.on {
	opacity: 1;
}
.slide_start {
	background-image: url(../../images/client/main/btn_slidestart.png);
}
.slide_stop {
	background-image: url(../../images/client/main/btn_slidestop.png);
}

/* 메인 슬라이드 */
.main_slide {
	height: 300px;
}
.main_slide figure {
	height: 100%;
}
.swiper-slide {
	background-repeat: no-repeat; background-size: cover; background-position: center;
}
.main_slide .slide1 {
	background-image: url(../../images/client/main/img_slide01.jpg);
}
.main_slide .slide2 {
	background-image: url(../../images/client/main/img_slide02.jpg);
}
.main_slide .slide3 {
	background-image: url(../../images/client/main/img_slide03.jpg);
}

/* 메인 - 로그인 */
.login_box {
	position: absolute; top: 33px; right: 0; z-index: 10;
	width: 475px;
}
.login_top {
	padding: 20px;
	color: #fff; text-align: right;
	background: #4c82b4;
}
.login_top h4 {
	margin: 3px 10px 10px;
	font-size: 4rem; line-height: 1em; text-align: left;
}
.login_top p {
	display: inline-block;
	text-align: right; word-break: keep-all;
}
.login_bottom {
	position: relative;
	padding: 25px;
	background: #fff;
}
.login_bottom .radio_row {
	margin-bottom: 15px;
}
.login_form {
	position: relative;
	padding-right: 105px;
}
.login_form .submit_login {
	position: absolute; top: 0; right: 0;
	display: inline-block;
	width: 100px; height: 105px;
	font-size: 2rem; color: #fff; line-height: 105px; text-align: center;
	background: #4c82b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.login_form .login_input {
	display: block;
	width: 100%; height: 50px;
	margin-bottom: 5px; padding: 0 10px 0 60px; 
	color: #071631; font-size: 1.4rem; line-height: 50px; 
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 20px center;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.login_form .login_input:focus {
	border-color: #4c82b4; 
}
.login_id {
	background-image: url(../../images/client/formstyle/icon_id.png);
}
.login_pw {
	background-image: url(../../images/client/formstyle/icon_pw.png);
}
.login_bottom .forgot_pw {
	position: absolute; top: 30px; right:25px;
	display: inline-block;
	color: #4c82b4;
}
.login_bottom .forgot_pw:link {
	text-decoration: underline #9eb7d2;
}

/* 메인 - 소개 */
.mainintro_wrap .grid_col > div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mainintro_txt {
	padding: 30px;
	height: 420px;
	background-color: #ebf0e2;  background-repeat: no-repeat; background-position: right bottom, left bottom;
	background-image: url(../../images/client/main/bg_mainintro_txt1.png), url(../../images/client/main/bg_mainintro_txt2.png); 
	background-size: auto, 230px auto; 
}
.mainintro_goal {
	position: relative;
	padding: 35px 30px;
	height: 203px;
	background: #e7ebf3;
	border: 1px solid #d3d8e0;
}
.mainintro_goal h4 {
	display: inline-block;
	padding-top: 100px;
	width: 90px;
	color: #071631; font-size: 2rem; text-align: center;
	background: url(../../images/client/main/icon_mainintro_goal.png) no-repeat center top;
}
.mainintro_work {
	position: relative;
	padding: 35px 30px;
	height: 203px;
	background: #e5f3f2;
	border: 1px solid #c5d4d3;
}
.mainintro_work h4 {
	display: inline-block;
	padding-top: 100px;
	width: 90px;
	color: #071631; font-size: 2rem; text-align: center;
	background: url(../../images/client/main/icon_mainintro_work.png) no-repeat center top;
}
.mainintro_goal ul, .mainintro_work ul {
	position: absolute; left: 145px; top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mainintro_goal ul li, .mainintro_work ul li {
	padding-top: 5px; padding-bottom: 5px;
}

/* 메인 - 나의 현장실습 */
.placement_list {
	text-align: center;
}
.placement_top {
	display: block;
	padding: 20px;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-radius: 5px 5px 0 0;
}
.placement_top h4 {
	font-size: 2rem;
}
.placement_top .data {
	margin-bottom: 20px;
	color: #767676; font-size: 1.4rem;	
}
.placement_top dl div:first-child {
	margin-bottom: 5px;
}
.placement_top dt {
	display: inline-block;
	padding-right: 12px;
	line-height: 1em;
	border-right: 1px solid #b1b1b1;
}
.placement_top dd {
	display: inline-block;
	padding-left: 8px;
}
.placement_list ul li {
	float: left;
	width: 50%;
}
.placement_list ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
}
.placement_list ul {
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}
.placement_list ul li:nth-child(1) a {
	background: #e7ecf4;
	border-right: 1px solid #d7d7d7;
}
.placement_list ul li:nth-child(2) a {
	background: #e3f3f2;
}
.placement_list ul li:nth-child(1) a.disable {
	color: #b7b7b7; background: #f2f2f2;
	cursor: default;
}
.placement_list ul li:nth-child(2) a.disable {
	color: #b7b7b7; background: #f2f2f2;
	cursor: default;
}
.survey_state {
	position: relative;
	height: 40px;
	color: #767676; line-height: 38px; 
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
.survey_state a {
	display: block;
	width: 100%; height: 100%;
	font-size: 1.5rem; 
	background: #fff;
}
.survey_state a.disable {
	cursor: default;
}
.survey_state a span {
	display: inline-block;
	margin-right: 5px;
	width: 22px; height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat; background-position: left center; background-size: auto 20px;
}
.survey_open {
	color: #289dd3;
}
.survey_open span {
	background-image: url(../../images/client/main/icon_surveyopen.png);
}
.survey_done span {
	background-image: url(../../images/client/main/icon_surveydone.png);
}

/* 메인 - 공지사항 */
.mainnotice_wrap {
	position: relative;
	padding-right: 10px;
}
.main_notice li {
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #d7d7d7;
}
.main_notice li a {
	position: relative;
	display: block;
	height: 100%;
	padding-left: 75px; padding-right: 55px;
}
.main_notice .date {
	position: absolute; left: 0; top: 50%;
	width: 75px;
	color: #569c79; text-align: center; 
	-webnkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main_notice .date span {
	display: inline-block;
	font-size: 1.2rem; font-weight: 300; line-height: 1em;
}
.main_notice .date .day {
	display: block;
	font-size: 2rem;
}
.main_notice li h5 {
	color: #071631; font-size: 1.5rem; line-height: 60px;
}
.main_notice .btn_notice {
	position: absolute; top: 50%; right: 20px;
	display: inline-block;
	width: 13px; height: 13px;
	background: url(../../images/client/main/icon_noticelist.png) no-repeat center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
.mainnotice_wrap .btn_readmore {
	position: absolute; top: 0; right: 10px; 
}

/* 메인 - FAQ */
.mainfaq_wrap {
	position: relative;
	padding-left: 10px;
}
.mainfaq_wrap .btn_readmore {
	position: absolute; top: 0; right: 0; 
}
.main_faq dt {
	position: relative;
	padding-left: 55px; padding-right: 45px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #d7d7d7;
	cursor: pointer;
}
.main_faq dt h5 {
	height: 100%;
	font-size: 1.5rem; line-height: 60px;
}
.main_faq .label {
	position: absolute; left: 10px; top: 50%;
	width: 30px; height: 30px;
	color: #569c79; font-size: 2rem; font-weight: 600; text-align: center; line-height: 30px;
	background: #f6f4f0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webnkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main_faq .btn_accordion {
	position: absolute; top: 50%; right: 15px;
	display: inline-block;
	width: 13px; height: 6px;
	background: url(../../images/client/formstyle/btn_accordion.png) no-repeat center;
	-webnkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	
}
.main_faq .btn_accordion.on {
	-webnkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.main_faq dd {
	padding: 10px 15px;
	background: #f6f4f0;
}


/* ================ //메인 ================ */

/* ================ 서브 ================ */
/* 비주얼영역 */
.subpage_visual {
	height: 250px;
	color: #fff;
	background-repeat: no-repeat; background-position: center; background-size: cover;
}
.visual1 {
	background-image: url(../../images/client/sub/bg_visual01.jpg);
}
.visual2 {
	background-image: url(../../images/client/sub/bg_visual02.jpg);
}
.subpage_visual .grid_content {
	position: relative;
	height: 100%;
}
.subpage_visual .grid_content div {
	position: absolute; top: 50%; right: 0;
	display: inline-block;
	width: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.subpage_visual p {
	margin-bottom: 8px;
	font-size: 3rem; font-weight: 300; line-height: 1;
}
.subpage_visual h2 {
	font-size: 4rem; font-weight: 600; line-height: 1;
}

/* 현장실습상세 */
.placementinfo_list {
	padding: 20px;
	border: 1px solid #d7d7d7;
}
.placementinfo_list dt, .placementinfo_list dd {
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}
.placementinfo_list dt {
	position: relative;
	width: 15%;
}
.placementinfo_list dt:after {
	position: absolute; top: 50%; right: 0; 
	content: "|";
	color: #b1b1b1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.placementinfo_list dd {
	width: 34%;
	word-break: break-all;
}
.placementinfo_list dd.wd_lg {
	width: 83%;
}

/* 커뮤니티 - 공지사항, 자료실 */
.community_wrap {
	position: relative;
}
.community_wrap .boxloading {
	position: absolute; top: 0; left: 0;
	min-height: auto; height: 100%;
}
.community_list > li {
	border-bottom: 1px solid #c2cad2;
}
.community_list > li:first-child {
	border-top: 1px solid #c2cad2;
}
.community_list > li a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list_row li {
	display: inline-block;
	padding: 10px;
	text-align: center; vertical-align: top;
}
.list_row li:nth-child(1){
	width: 10%;
}
.list_row li:nth-child(2){
	width: 56%;
}
.list_row li:nth-child(2) p {
	white-space: nowrap;
	text-overflow: ellipsis; overflow: hidden;
}
.list_row li:nth-child(3){
	width: 10%;
	color: #767676;
}
.list_row li:nth-child(4){
	width: 12%;
	color: #767676;
}
.list_row li:nth-child(5){
	width: 10%;
	color: #767676; text-align: left;
}
.fixed_list {
	display: inline-block;
	width: 32px; height: 22px;
	background: url(../../images/client/sub/icon_fixed_list.png) no-repeat center;
	background-size: auto 100%;
}
.file_included {
	display: inline-block;
	margin-left: 6px;
	width: 16px; height: 16px;
	background: url(../../images/client/sub/icon_file_included.png) no-repeat center;
}
.photo_included {
	display: inline-block;
	margin-left: 6px;
	width: 18px; height: 16px;
	background: url(../../images/client/sub/icon_photo_included.png) no-repeat center;
}
.view_count {
	display: inline-block;
	padding-left: 20px;
	background: url(../../images/client/sub/icon_view_count.png) no-repeat left center;
	background-size: auto 18px;
}

/* 커뮤니티 - FAQ */
.faq_list > div {
	border-bottom: 1px solid #c2cad2;
}
.faq_list > div:first-child {
	border-top: 1px solid #c2cad2;
}
.faq_list dt {
	position: relative;
	padding: 20px 60px 20px 100px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.faq_list dt.on {
	color: #005aab; 
	background: #f6f6f6;
}
.faq_list dt.on .label {
	background: #fff;
}
.faq_list .label { 
	display: inline-block;
	width: 40px; height: 40px;
	font-size: 3rem; font-weight: 600; line-height: 40px; text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.faq_list dt .label {
	position: absolute; top: 50%; left: 20px;
	margin-top: -20px;
	color: #005aab;
	background: #f2f2f2;
}
.faq_list .btn_accordion {
	position: absolute; top: 50%; right: 20px;
	display: inline-block;
	margin-top: -6px;
	width: 26px; height: 12px;
	text-indent: -9999px;
	background: url(../../images/client/sub/btn_accordion.png) no-repeat center;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
.faq_list .btn_accordion.on {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq_list dd {
	position: relative;
	padding: 20px 0 20px 150px;
}
.faq_ans {
	position: absolute; left: 20px;
	padding-left: 60px;
	background: url(../../images/client/sub/icon_faq_anw.png) no-repeat 5px 8px;
}
.faq_list dd .label {
	color: #67a60a;
	background: #ebf0e2;
}
.faq_list dd p {
	min-height: 40px;
}

/* 커뮤니티 상세 */
.commucnt_top {
	padding: 20px;
	border-top: 2px solid #23316e;
}
.commucnt_top h4 {
	margin-bottom: 10px;
	color: #071631; font-size: 2rem;
}
.commucnt_top li {
	display: inline-block;
	margin-right: 20px;
	color: #767676;
}
.commucnt_top li:last-child {
	margin-right: 0;
}
.commucnt_bottom {
	padding: 30px;
	min-height: 400px;
	border: 1px solid #d7d7d7;
}
.video_wrap {
	height: 500px;
	overflow: hidden;
}
.video_wrap iframe {
	width: 100%; height: 100%;
}



/* ================ //서브 ================ */

@media only screen and (max-width:1279px){
	/* ================ 공통 1279 ================ */
	/* ================ //공통 1279 ================ */

	/* ================ 메인 1279 ================ */
	/* ================ //메인 1279 ================ */

	/* ================ 서브 1279 ================ */
	/* ================ //서브 1279 ================ */
}
@media only screen and (max-width:1080px){
	/* ================ 공통 1080 ================ */
	/* ================ //공통 1080 ================ */

	/* ================ 메인 1080 ================ */
	/* ================ //메인 1080 ================ */

	/* ================ 서브 1080 ================ */
	/* ================ //서브 1080 ================ */
}
/*================================ hover(pc) ================================ */
@media screen and (min-width:1025px){

	/* ================ 공통 hover ================ */
	/* ================ //공통 hover ================ */

	/* ================ 메인 hover ================ */
	/* 공지사항 hover */
	.main_notice li a:hover .btn_notice {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-moz-transform: translateY(-50%) rotate(180deg);
		-o-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	} 
	
	/* 나의 현장실습 hover */
	.placement_top:hover {
		border-color: #4c82b4; 
	}
	
	/* ================ //메인 hover ================ */

	/* ================ 서브 hover ================ */
	
	/* 커뮤니티 - 공지사항, 자료실 hover */
	.community_list > li a:hover {
		background: #f6f6f6;
	}
	.community_list > li a:hover .list_row li:nth-child(2) {
		color: #005aab; 
	}
	
	/* 커뮤니티 - FAQ hover */
	.faq_list dt:hover {
		color: #005aab; 
		background: #f6f6f6;
	}
	.faq_list dt:hover .label {
		background: #fff;
	}
	
	/* ================ //서브 hover ================ */

}
/*================================ //hover(pc) ================================ */
@media only screen and (max-width:1024px){
	/* ================ 공통 1024 ================ */
	
	/* 타이틀 1024 */
	.section_tit_lg {
		padding-left: 28px;
		font-size: 1.6rem;
		background-size: 20px;
	}
	.section_tit_md {
		font-size: 1.6rem;
	}
	/* ================ //공통 1024 ================ */

	/* ================ 메인 1024 ================ */
	.main_visual_top {
		padding-top: 20px; padding-left: 30px;
		height: 130px;
		background-position: left 33px;
	}
	.main_visual_top h3 {
		font-size: 2.2rem;
	}
	
	/* 슬라이드 1024 */
	.control_wrap {
		left: 32px;
	}
	.main_slide {
		height: 200px;
	}
	
	/* 소개 1024 */
	.mainintro_txt {
		padding: 20px 20px 100px;
		height: auto;
		background-size: 200px auto, 180px auto; background-position: right 103%, left 106%;
	}
	.mainintro_goal, .mainintro_work {
		padding: 20px;
		height: 160px;
	}
	.mainintro_goal h4, .mainintro_work h4 {
		margin-top: 10px; padding-top: 80px;
		width: 70px;
		font-size: 1.6rem;
		background-size: 70px;
	}
	.mainintro_goal ul, .mainintro_work ul {
		left: 120px;
	}
	.mainintro_goal ul li, .mainintro_work ul li {
		padding-top: 0; padding-bottom: 0;
		font-size: 1.4rem;
	}
	
	/* 나의 현장실습 1024 */
	.placement_top {
		padding: 10px;
	}
	.placement_top h4 {
		font-size: 1.6rem;
	}
	.placement_top .data {
		margin-bottom: 10px;
		font-size: 1.35rem;
	}
	.placement_top dt {
		display: block;
		margin-bottom: 5px; padding-right: 0;
		font-size: 1.35rem;
		border-right: 0;
	}
	.placement_list ul li a {
		font-size: 1.4rem;
	}
	
	/* 공지사항 1024 */
	.mainnotice_wrap {
		margin-bottom: 7%; padding-top: 3px;
	}
	.main_notice li {
		height: 45px;
		line-height: 45px;	
	}
	.main_notice li a {
		padding-left: 60px; padding-right: 30px;
	}
	.main_notice .date {
		margin-right: 10px;
		width: 50px;
	}
	.main_notice .date .day {
		font-size: 1.6rem;
	}
	.main_notice li h5 {
		line-height: 45px;
	}
	.main_notice .btn_notice {
		right: 10px;
		width: 10px; height: 10px;
		background-size: 10px;
	}
	
	/* FAQ 1024 */
	.mainfaq_wrap {
		padding-top: 3px;
	}
	.main_faq dt {
		padding-left: 40px; padding-right: 30px;
		height: 45px;
		line-height: 45px;
	}
	.main_faq .label {
		left: 3px;
		width: 25px; height: 25px;
		font-size: 1.8rem; line-height: 25px;
	}
	.main_faq dt h5 {
		line-height: 45px;
	}
	.main_faq .btn_accordion {
		right: 10px;
		width: 10px; height: 5px;
		background-size: 10px;
	}
	.main_faq dd {
		padding: 10px 12px;
	}
	
	/* ================ //메인 1024 ================ */

	/* ================ 서브 1024 ================ */
	
	/* 비주얼영역 1024 */
	.subpage_visual {
		height: 150px;
	}
	.subpage_visual p {
		font-size: 2rem;
	}
	.subpage_visual h2 {
		font-size: 2.6rem;
	}
	
	/* 커뮤니티 - FAQ 1024 */
	.faq_list dt {
		padding: 10px 40px 10px 40px;
	}
	.faq_list .label {
		width: 26px; height: 26px;
		font-size: 2.1rem; line-height: 26px;
	}
	.faq_list dt .label {
		left: 5px;
		margin-top: -13px;
	}
	.faq_list .btn_accordion {
		right: 10px;
		width: 18px; height: 9px;
		background-size: 18px;
	}
	.faq_list dd {
		padding: 10px 0 10px 80px;
	}
	.faq_ans {
		left: 10px;
		padding-left: 30px;
		background-size: 18px; background-position: left 5px;
	}
	.faq_list dd p {
		min-height: 26px; 
	}
	
	/* 커뮤니티 상세 1024 */
	.commucnt_top {
		padding: 10px;
	}
	.commucnt_top h4 {
		font-size: 1.8rem;
	}
	.commucnt_bottom {
		padding: 15px;
	}
	
	
	/* ================ //서브 1024 ================ */
}
@media only screen and (max-width:768px){
	/* ================ 공통 768 ================ */
	
	/* 페이지 */
	.page_footer {
		padding: 15px 0;
	}
	
	/* 검색박스 */
	.search_box {
		margin-bottom: 1.5em; padding: 10px;
	}
	
	/* ================ //공통 768 ================ */

	/* ================ 메인 768 ================ */
	.main_visual_top {
		padding-left: 22px;
		height: 150px;
		background-position: left 28px;
	}
	.main_visual_top h3 {
		font-size: 1.8rem;
	}
	.control_wrap {
		left: 25px;
	}
	.main_slide {
		height: 150px;
	}
	
	/* 소개 768 */
	.mainintro_txt {
		padding: 15px 15px 45px;
		background-image:  url(../../images/client/main/bg_mainintro_txt2.png);
		background-size: 180px auto; background-position: 93% 108%;
	}
	.mainintro_goal, .mainintro_work {
		padding: 10px 15px;
		height: auto;
	}
	.mainintro_goal h4, .mainintro_work h4 {
		margin-top: 0; margin-bottom: 10px; padding: 8px 0 8px 43px;
		width: auto;
		background-size: 35px; background-position: left center;
	}
	.mainintro_goal ul, .mainintro_work ul {
		position: static;
		transform: translate(0);
	}
	
	/* 나의 현장실습 768 */
	.placement_top dt {
		display: inline-block;
		margin-bottom: 0; padding-right: 10px;
		font-size: 1.5rem;
		border-right: 1px solid #b1b1b1;
	}
	
	/* ================ //메인 768 ================ */

	/* ================ 서브 768 ================ */
	
	/* 비주얼영역 768 */
	.subpage_visual {
		height: 100px;
	}
	.subpage_visual p {
		font-size: 1.6rem;
	}
	.subpage_visual h2 {
		font-size: 2rem;
	}
	
	/* 현장실습상세 768 */
	.placementinfo_list {
		padding: 10px;
	}
	.placementinfo_list dt {
		width: 18%;
	}
	.placementinfo_list dd, .placementinfo_list dd.wd_lg {
		width: 80%;
	}
	
	/* 커뮤니티 - 공지사항, 자료실 768 */
	.community_list > li {
		padding: 5px;
	}
	.list_row li {
		padding: 2px;
	}
	.list_row li:nth-child(1) {
		width: 100%;
		color: #767676; font-size: 1.3rem; text-align: left;
	}
	.list_row li:nth-child(2) {
		width: 100%;
	}
	.list_row li:nth-child(2) p {
		white-space: normal;
		overflow: visible;
	}
	.list_row li:nth-child(3), .list_row li:nth-child(4), .list_row li:nth-child(5) {
		margin-right: 5px;
		width: auto;
		font-size: 1.3rem;
	}
	.fixed_list {
		width: 25px; height: 17px;
		background-size: auto 17px;
	}
	.view_count {
		padding-left: 16px;
		background-size: auto 15px;
	}
	
	/* 커뮤니티 - FAQ 768 */
	.faq_list dt {
		padding-right: 32px;
	}
	.faq_list .btn_accordion {
		width: 15px; height: 8px;
		background-size: 15px;
	}
	
	/* 커뮤니티 상세 768 */
	.commucnt_top h4 {
		font-size: 1.7rem;
	}
	.commucnt_top li {
		font-size: 1.4rem;
	}
	
	
	/* ================ //서브 768 ================ */
}
@media only screen and (max-width:480px){
	/* ================ 공통 480 ================ */
	/* 박스영역 481 */
	.section_area {
		margin-bottom: 10%;
	}
	.section_toparea {
		margin-top: 2em;
	}
	
	/* 버튼 크기가 103px 일때 : 검색박스 */
	.wdfull_1_1 {
		position: relative;
		padding-right: 40px;
	}
	.naming_sm_input {
		padding-left: 60px;
	}
	.naming_sm_input label {
		margin-left: -60px;
		width: 60px;
	}
	.wdfull_1_1 .btn_search {
		padding: 0;
		width: 40px;
		text-indent: -9999px; 
		background-position: center;
	}
	/* ================ //공통 480 ================ */

	/* ================ 메인 480 ================ */
	
	.main_visual_top {
		padding-top: 27px;
		height: 170px;
	}
	
	/* 나의 현장실습 480 */
	.placement_wrap .grid_col:last-child {
		margin-bottom: 0;
	}
	
	
	/* ================ //메인 480 ================ */

	/* ================ 서브 480 ================ */
	
	/* 현장실습상세 480 */
	.placementinfo_list dt {
		width: 28%;
	}
	.placementinfo_list dd, .placementinfo_list dd.wd_lg {
		width: 70%;
	}
	
	/* 커뮤니티 - FAQ 480 */
	.faq_list dd {
		padding: 10px 0 10px 40px;
	}
	.faq_ans {
		left: 5px;
		padding-left: 0;
		background: none;
	}
	
	/* 커뮤니티 상세 480 */
	.commucnt_bottom {
		padding: 12px;
		min-height: 220px;
	}
	
	/* ================ //서브 480 ================ */
}