@charset "utf-8";
@import url('font.css'); /* 사이트 세부설정, 공통 클래스 설정, 기타 설정 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

/* reset */
body {
	font-family:'Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif;	
	font-weight:400;
	font-size:14px;
	line-height:1.7;
	color:#666666;	
	margin:0;
	padding:0;	
	letter-spacing:-0.5px;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;
}/*overflow-x: hidden;*/

button{cursor:pointer;}
button:focus{outline:none;}

textarea:focus{outline:none;}

input{font-family:inherit; border:1px solid #aaaaaa; background-color:#ffffff;}
input:focus{outline:none;}

fieldset{border:none;}
legend{font-size:0; height:0; width:0;}

iframe{border:none; vertical-align:top;}

select{font-family:inherit; background-color:#ffffff; border:1px solid #aaaaaa;}

img{border:none;}

br{letter-spacing:0; font-family:NanumGothic,'나눔고딕', sans-serif;}

h1, h2, h3, h4, h5, h6 {font-size:1em;}

h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, form, fieldset, blockquote, address, table, thead, tbody, tfoot, tr, td, caption
{
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
strong, b, h1, h2, h3, h4, h5, h6{font-weight:500;}
em,i,address{font-style:normal;}
a{text-decoration:none; color:#666666;}
table{word-break:break-all; word-wrap:break-word;}
*{box-sizing:border-box; word-break:break-all; word-wrap:break-word;}/* word-break:break-all; word-wrap:break-word;*/

/***layout***/
.wrap{width:100%; height:100%; font-family:'Noto Sans KR', sans-serif; min-width:1400px;}
header{width:100%;}
main{width:100%;}
footer{width:100%; padding:40px 0 90px; position:relative; background-color:#393939; color:#eeeeee;}

/***common***/
.wrap img{display:block; max-width:100%; vertical-align:top; margin:0 auto;}
#content_go{width:0; height:0; font-size:0; text-indent:-999999px; overflow:hidden;}
.clearfix:after{content: ''; zoom:1; display:block; clear:both;}
.inner{width:1400px; padding:0 15px; margin:0 auto;}
.inner02{width:1400px; margin:0 auto;}
.en_txt{font-family:'Lato'; font-weight:normal;}
.swiper-wrapper{box-sizing:border-box;}

/*header_wrap01 PC / 가로 1201px 이상 common*/
.header_wrap01{width:100%; padding-top:20px; background-color:rgba(255,255,255,1); -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease;  z-index:240; }
/*top_menu*/
.top_menu>div{position:relative;}
/*언어선택*/
.language_select{margin-left:20px; float:right;}
.language_select>a{padding:3px 12px 3px; display:block; color:#ffffff; background-color:#35933f;  border-radius:50px; line-height:1.0;} 
.language_select>a:hover{background-color:#6dae4e;}
/*sns list*/
.top_sns_list{float:right;}
.top_sns_list>li{float:left;}
.top_sns_list>li+li{margin-left:5px;}
.top_sns_list>li>a{display:block; border-radius:2px; overflow:hidden;}
.top_sns_list>li>a img{width:100%;}
/*작품검색*/
.animation_search_wrap{position:absolute; left:50%; top:0; letter-spacing:-1px; margin-left:-139px;}
.animation_search_wrap dl,.animation_search_wrap dt,.animation_search_wrap dd,.animation_search_wrap a{display:inline-block; vertical-align:top;}
.animation_search_wrap dt{color:#333333; font-weight:500; padding-top:5px;}
.animation_search_wrap input[type=search]{border:none; width:155px; height:30px; padding:2px 5px 2px 12px;}
.animation_search_wrap dd{ border:1px solid #666666; border-radius:50px; overflow:hidden; width:190px; margin-left:9px;}
.animation_search_wrap dd>*{vertical-align:top;}
.top_btn_search{border:none; font-size:0; text-indent:-999999px; padding:0; background-color:#ffffff;}
.top_btn_search>span{display:block; width:30px; height:30px; position:relative;}
.top_btn_search>span:before{content:''; width:12px; height:12px; display:block; border-radius:50%; border:2px solid #666666; position:absolute; left:0; top:5px;}
.top_btn_search>span:after{content:''; width:6px; height:2px; display:block; border-radius:2px; background-color:#666666; position:absolute; left:13px; top:20px;
		transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.top_detail_search{border-radius:50px; line-height:1.0; background-color:#6dae4e; color:#ffffff; padding:8px 25px 10px; margin-left:10px;}
/*h1*/
.header_wrap01 h1{position:absolute; left:15px; top:0; font-size:0; text-indent:-999999px; overflow:hidden; width:238px; height:96px; z-index:100;}
.header_wrap01 h1>a{display:block; width:100%; height:100%; background:url("../images/common/logo.png")no-repeat 0 0;}
/*bottom*/
.bottom{ position:relative;}
/*gnb*/
.gnb{float:right; margin-top:35px; }
.gnb>li{float:left;}
.gnb>li+li{margin-left:70px;}
.gnb>li>a{display:block; font-size:21px; color:#222222; padding:0 0 25px 10px}
.gnb>li:hover>a{color:#35933f;}
/* gnb_2depth메뉴 */
.gnb_2depth_wrap{display:none; width:100%; position:absolute; left:0; top:95px; z-index:300;  border-bottom:1px solid #dedede; 
		border-top:1px solid #dedede; background-color:#ffffff;  }
.gnb_2depth_wrap>div{background:url("../images/common/logo04.png")no-repeat 65px 95px; padding:25px 0; min-height:240px;} 
.gnb_2depth_wrap h3{float:left; font-size:32px; color:#333333; width:200px; text-align:center; line-height:1.2;}
.gnb_2depth{float:right; width:990px; }
.gnb_2depth li{float:left; width:25%; font-size:17px; padding:5px 0; }
.gnb_2depth li:nth-child(4n+1){clear:both;}
.gnb_2depth li>a:hover{color:#35933f;}
/*header_wrap01 스크롤 내렸을때 */
.header_wrap01.header_up{position:fixed; left:0; top:-56px; box-shadow:1px 1px 5px rgba(0,0,0,0.2); }
.header_wrap01.header_up h1{top:47px; width:302px; height:58px;}
.header_wrap01.header_up h1>a{background-image:url("../images/common/logo03.png");}

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02{display:none; width:100%; padding:20px 15px; background-color:#ffffff; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease; min-width:300px; position:relative; height:86px;}
/*header_wrap02 h1 logo*/
.header_wrap02 h1{width:240px; height:46px; position:absolute; left:50%; top:20px; margin-left:-120px; font-size:0; }
.header_wrap02 h1>a{display:block; width:100%; height:100%; background:url("../images/common/logo03.png")no-repeat 0 0; background-size:100% auto; }
/*언어선택*/
.tm_language_select{float:left; margin-top:8px;}
.tm_language_select>a{padding:2px 12px; display:block; font-weight:bold; color:#333333; border:1px solid #aaaaaa; border-radius:2px; text-align:center;}
.tm_language_select>a:hover{background-color:#35933f; color:#ffffff; border-color:#35933f; }
/*header_wrap02 전화연결 메뉴/ 모바일 메뉴 common*/
.header_wrap02 .util_menu{float:right; margin-top:8px;}
.header_wrap02 .util_menu>div{float:left; }
.header_wrap02 .util_menu>div+div{margin-left:8px;}
/* 모바일 search box */
.tm_btn_search_open{width:24px; height:30px; position:relative; border:none; background-color:transparent; text-indent:-999999px; 
		overflow:hidden;}/*font-size:0; */
.tm_btn_search_open>span{display:block;}
.tm_btn_search_open>span:before{content:''; width:16px; height:16px; display:block; border-radius:50%; border:2px solid #666666; position:absolute; left:0; 
		top:2px;}
.tm_btn_search_open>span:after{content:''; width:10px; height:2px; display:block; border-radius:2px; background-color:#666666; position:absolute; left:13px; 
		top:22px; transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);}
.tm_animation_search{display:none; position:absolute; left:0; top:86px; z-index:500; background-color:rgba(255,255,255,0.98); width:100%; 
		border-top:1px solid #e6e6e6; padding:20px 15px; letter-spacing:-1px; text-align:center; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease; border-bottom:1px solid #e6e6e6; }
.tm_animation_search>*{display:inline-block; vertical-align:top;}
.tm_animation_search dl>*{display:inline-block; vertical-align:top;}
.tm_animation_search dt{color:#333333; font-weight:500; padding-top:4px; font-size:15px;}
.tm_animation_search dd{ border:1px solid #aaaaaa; border-radius:50px; overflow:hidden; width:190px; margin-left:8px;}
.tm_animation_search dd>*{vertical-align:top;}
.tm_animation_search dd input[type=search]{border:none; width:155px; height:30px; padding:2px 5px 2px 12px; background-color:transparent;}
.tm_btn_search{border:none; font-size:0; text-indent:-999999px; padding:0; background-color:transparent;}
.tm_btn_search>span{display:block; width:30px; height:30px; position:relative;}
.tm_btn_search>span:before{content:''; width:12px; height:12px; display:block; border-radius:50%; border:2px solid #999999; position:absolute; left:0; top:5px;}
.tm_btn_search>span:after{content:''; width:6px; height:2px; display:block; border-radius:2px; background-color:#999999; position:absolute; left:13px; top:19px;
		transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.tm_detail_search{border-radius:50px; line-height:1.0; background-color:#6dae4e; color:#ffffff; padding:8px 12px 10px; margin-left:10px;}
/*전화연결*/
.phone_link{width:30px; height:30px; }
.phone_link>a{display:block; width:100%;}
.phone_link>a>img{width:100%;}
/*모바일 메뉴 열기 버튼*/
.btn_tm_nav_open{width:24px; height:30px; position:relative; cursor:pointer; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; 
		-o-transition:all 0.3s ease;  transition:all 0.3s ease; padding-top:7px;}
.btn_tm_nav_open span{display:block; width:100%; height:2px; overflow:hidden; font-size:0;  background-color:#666666; margin:0 auto;
		-webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  transition:all 0.3s ease; }
.btn_tm_nav_open span+span{margin-top:5px;}
/*모바일 메뉴 열렸을때 버튼 모양 x로 변경*/
.btn_tm_nav_open.on{z-index:600; position:fixed; left:25px; top:20px;}
.btn_tm_nav_open.on span:nth-child(1){-webkit-transform: translateY(7px) rotate(-45deg); -ms-transform: translateY(7px) rotate(-45deg); 
		transform: translateY(7px) rotate(-45deg);}
.btn_tm_nav_open.on span:nth-child(2){opacity: 0;}
.btn_tm_nav_open.on span:nth-child(3){transform: translateY(-7px) rotate(45deg); -webkit-transform: translateY(-7px) rotate(45deg);
		-ms-transform: translateY(-7px) rotate(45deg);}
/*모바일 메뉴 배경 바탕막*/
.page_cover02{display:none; position:fixed; width:100%; height:100%; top:0px; left:0; background-color:rgba(255,255,255,0.6); z-index:499; 
		min-height:999999px;}
/*모바일,태블릿/1차 2차 카테고리  메뉴 common*/
.tm_gnb_wrap{display:block; width:100%; height:100%; position:fixed; top:0px; right:-100%; z-index:500; background-color:rgba(53,147,63,1); 
		overflow-y:auto;}
/*1차 카테고리  메뉴*/
.tm_gnb{width:100%; overflow-x:hidden; background-color:#ffffff; padding-top:55px; padding-bottom:30px;}
.tm_gnb>li>a{display:block; color:#222222;}
.tm_gnb>li strong{display:block; font-size:17px; color:#222222; padding:11px 10px 11px 25px; cursor:pointer; position:relative; font-weight:400;}
.tm_gnb>li .m_more{width:9px; height:9px; display:block; position:absolute; right:20px; top:19px; overflow:hidden; }
.tm_gnb>li .m_more:before,.tm_gnb>li .m_more:after{content:''; width:9px; height:1px; position:absolute; left:0; top:4px; display:block; 
		background-color:#999999;}
.tm_gnb>li .m_more:after{width:1px; height:9px; left:4px; top:0; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;  
		transition:all 0.3s ease;}
.tm_gnb>li.active .m_more:after{display:none;}
/*home link*/
.tm_gnb .tm_home{width:54px; height:14px; display:inline-block; position:relative;  font-size:0; text-indent:-999999px; overflow:hidden; margin-left:25px; 
		margin-top:15px;}
.tm_gnb .tm_home:before{content:''; width:0; height:0px; display:block; position:absolute; left:20px; top:0px; border:7px solid transparent; 
		border-bottom-color:#222222; border-top:0; transform:scale(1,0.8);-webkit-transform:scale(1,0.8); -moz-transform:scale(1,0.8); -o-transform:scale(1,0.8);
		-ms-transform:scale(1,0.8);}
.tm_gnb .tm_home:after{content:''; width:4px; height:4px; display:block; position:absolute; left:22px; top:6px; border:3px solid #222222; 
		border-top-width:3px; border-bottom:0;}
.tm_home_link{padding-top:18px;}
/*2차 카테고리*/
.tm_gnb_2depth{display:none; background-color:rgba(255,255,255,1); padding:10px 0 10px 0;}
.tm_gnb_2depth>li{line-height:1.5;}
.tm_gnb_2depth>li+li{margin-top:5px;}
.tm_gnb_2depth>li>a{display:block; font-size:15px; padding:0 10px 0 35px; position:relative;}
.tm_gnb_2depth>li>a:before{content:'-'; display:block; position:absolute; left:25px; top:0;}
.tm_gnb_2depth>li>a:hover{color:#35933f;}
/*고객센터*/
.tm_cs_center{padding:20px 25px 20px;}
.tm_cs_center h4{color:#ffffff; font-size:16px; font-weight:400;}
.tm_cs_center dt,.tm_cs_center dd{display:inline-block; font-size:17px; color:#ffffff; vertical-align:middle; }
.tm_cs_center dd{margin-left:6px;}

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하 스크롤 내렸을때 */
.header_wrap02.header_up02{padding:12px 15px; position:fixed; top:0; left:0; z-index:500; box-shadow:1px 1px 3px rgba(0,0,0,0.2); 
		background-color:rgba(255,255,255,0.98); height:70px;}
.header_wrap02.header_up02 h1{top:12px;}
.header_wrap02.header_up02 .tm_animation_search{top:70px;}

/*pc 메인 비주얼*/
.main_visual{width:100%;}
.main_slide_list{height:650px; }
.main_slide_list>li{width:100%; height:100%;}
.main_slide_list>li>a{display:block; width:100%; height:100%; background-size:cover; background-position:center center; background-repeat:no-repeat; 
		font-size:0; }
.main_slide_list .slide01>a{background-image:url("../images/main/main_visual_slide01.jpg");}
.main_slide_list .slide02>a{background-image:url("../images/main/main_visual_slide02.jpg");}
.main_slide_list .slide03>a{background-image:url("../images/main/main_visual_slide03.jpg");}
.main_slide_list .slide04>a{background-image:url("../images/main/main_visual_slide04.jpg");}
/*메인 비쥬얼 control_box*/
.main_visual.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background-color:#37ff60; 	
		box-shadow:1px 1px 3px rgba(0,0,0,0.2);}

/*모바일 비주얼*/
.tm_main_visual{display:none; width:100%;}
.tm_main_visual .tm_main_slide_list{height:auto;}
.tm_main_slide_list>li>a{display:block; width:100%;}
/*모바일 비쥬얼 control_box*/
.tm_main_visual.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background-color:#37ff60; 	
		box-shadow:1px 1px 3px rgba(0,0,0,0.2);}

/*main_title_wrap*/
.main_title_wrap{padding:50px 0; background-color:#f8f8f8;}
.main_title_wrap>div{font-size:0; text-align:center;}
.main_title_wrap>div>*{display:inline-block; vertical-align:middle; font-size:16px; color:#333333;}
.main_title_contents{width:660px; text-align:left; margin-left:45px;}
.main_title_contents>p:first-child{font-size:28px; color:#35933f; line-height:1.2; }
.main_title_contents>p:last-child{letter-spacing:-1px; line-height:1.5; margin-top:6px;}

/*main_animation_title common*/
.main_animation_title>*{display:inline-block; vertical-align:middle; letter-spacing:-1.5px; line-height:1.2;}
.main_animation_title h3{font-size:28px; color:#000000; }
.main_animation_title h3>span{color:#35933f;}
.main_animation_title h4{font-size:20px; color:#666666; margin-left:15px;}

/*main_animation_more common*/
.main_animation_more{font-size:16px; display:block; position:absolute; right:15px; top:3px;}
.main_animation_more:hover{color:#35933f;}

/*main_animation_list_wrap*/
.main_animation_list_wrap{padding:50px 0;}
.main_animation_list_wrap>div{position:relative;}
.main_animation_list>li{float:left; width:22%; margin-top:30px;}
.main_animation_list>li+li{margin-left:4%;}
.main_animation_img>a{display:block; width:100%;}
.main_animation_info{margin-top:15px; font-size:16px; letter-spacing:-1px;}
.main_animation_info *{line-height:1.4; font-weight:300;}
.main_animation_info>*+*{margin-top:5px;}
.main_animation_info>dl{position:relative; padding-left:50px;}
.main_animation_info dt{position:absolute; left:0; top:0;}
.main_animation_info dd{color:#333333;}
.main_animation_info dd strong{font-weight:400;}
.main_animation_info dd>a{display:block; color:#6dae4e;}
.main_animation_info dd>a:hover{text-decoration:underline; color:#35933f;}
.main_animation_info p,.main_animation_info p>a{color:#333333;}
.main_animation_info p>a:hover{text-decoration:underline; color:#35933f;}

/*main_lately_animation_list_wrap*/
.main_lately_animation_list_wrap{padding:50px 0; background:#f1f5f3 url("../images/main/bg_main02.png")no-repeat 110% center;}
.main_lately_animation_list_wrap>div{position:relative;}
.main_lately_animation_list>li{float:left; width:22%; margin-top:30px;}
.main_lately_animation_list>li+li{margin-left:4%;}
.main_lately_animation_img>a{display:block;}
.main_lately_animation_img>a img{width:100%;}
.main_lately_animation_info{line-height:1.4; color:#333333; font-size:16px; letter-spacing:-1px; display:block; margin-top:15px;}
.main_lately_animation_info>strong{font-weight:400;}
.main_lately_animation_info:hover{text-decoration:underline; color:#35933f;}

/*main_community_wrap common*/
.main_community_wrap{padding:50px 0;}
.main_community_wrap02{background:#f1f5f3 url("../images/main/bg_main01.png")no-repeat -100px center;}
.main_community_wrap>div{font-size:0; text-align:center;}
.main_board_wrap{display:inline-block; vertical-align:top; width:560px; font-size:15px; background-color:#ffffff; border:1px solid #dedede;
		padding:22px 35px; text-align:left; position:relative;}
.main_board_wrap+div{margin-left:40px;}
.main_board_wrap h4{color:#222222; font-size:21px;}
.main_board_wrap h4>span{color:#35933f;}
.main_board_wrap ul{margin-top:10px; height:177px;}
.main_board_wrap ul>li{padding:5px 0;}
.main_board_wrap ul>li+li{border-top:1px dashed #e6e6e6;}
.main_board_wrap ul>li>a{display:block; font-size:15px; width:100%; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; padding:4px 0;}
.main_board_wrap ul>li>a:hover{color:#000000;}
.main_board_more{position:absolute; right:35px; top:28px;}
.main_board_more:hover{color:#35933f;}

/*main_banner_slide_wrap*/
.main_banner_slide_wrap{padding:30px 0; border-top:1px solid #aaaaaa;}
.main_banner_slide_wrap ul{font-size:0; text-align:center;}
.main_banner_slide_wrap ul>li{display:inline-block; vertical-align:top; font-size:14px; width:280px;}
.main_banner_slide_wrap ul>li+li{margin-left:20px;}
.main_banner_slide_wrap ul>li>a{display:block; border:1px solid #e6e6e6;}

/*etc_menu*/
.etc_menu{padding:10px 0; background-color:#777777;}
.etc_menu ul{font-size:0;}
.etc_menu ul li{display:inline-block; vertical-align:top; font-size:15px; position:relative;}
.etc_menu ul li+li{margin-left:10px; padding-left:10px;}
.etc_menu ul li+li:before{content:''; width:1px; height:12px; display:block; background-color:#eeeeee; position:absolute; left:0; top:7px;}
.etc_menu ul li>a{ display:block; color:rgba(255,255,255,0.8);}
.etc_menu ul li>a:hover{color:rgba(255,255,255,1);}

/*footer*/
.f_logo{float:left; width:166px; display:block;}
.f_logo>img{width:100%;}
.company_info02{float:left; margin-left:40px; font-size:15px; color:#eeeeee; margin-top:5px; line-height:1.5; margin-bottom:20px; }
.company_info02>*+*{margin-top:5px;}
.company_info02 dl dt,.company_info02 dl dd{display:inline-block; vertical-align:top;}
.company_info02 dl dd{margin-left:3px; color:#ffffff;}
.company_info02 span{ color:#ffffff;}

/*.f_sns_list*/
.f_sns_list{display:none; clear:both; margin-left:206px;}
.f_sns_list>li{display:inline-block; vertical-align:top; width:30px; border-radius:2px; overflow:hidden;}
.f_sns_list>li+li{margin-left:3px;}
.f_sns_list>li>a{display:block;}
.f_sns_list>li>a img{width:100%;}

/*.top_btn*/
.top_btn{position:fixed; bottom:20px; right:15px; border:1px solid #aaaaaa; padding:15px 0 8px; cursor:pointer; width:40px; height:40px; 
		text-align:center; font-size:13px; color:#aaaaaa; z-index:300; background-color:rgba(255,255,255,0.05);}
.top_btn:before{content:''; width:4px; height:4px; display:block; border:2px solid #aaaaaa; border-left-width:0; border-bottom-width:0; 
		transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg); -o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);
		position:absolute; left:16px; top:9px;}

/*뒤로 돌아가기 back_btn*/
footer .back_btn{display:none; width:40px; height:40px; position:absolute; left:15px; bottom:20px; border:1px solid #aaaaaa;}
footer .back_btn>img{width:100%;}



/*1400이하 */
@media screen and (max-width:1400px){

/***layout***/
.wrap{min-width:1200px;}

/*common*/
.inner{width:100%; }
.inner02{width:100%; }

}/*1400이하 끝*/


/*1200이하 */
@media screen and (max-width:1200px){

/***layout***/
.wrap{min-width:300px;}

/*header*/
.header_wrap01{display:none;} 
.header_wrap02{display:block;}

/*뒤로 돌아가기 back_btn*/
footer .back_btn{display:block;}

/*main_animation_list_wrap*/
.main_animation_list>li{width:22.75%;}
.main_animation_list>li+li{margin-left:3%;}

/*main_lately_animation_list_wrap*/
.main_lately_animation_list_wrap{background-position:120% center;}
.main_lately_animation_list>li{width:22.75%;}
.main_lately_animation_list>li+li{margin-left:3%;}

/*main_community_wrap common*/
.main_community_wrap02{background-position:-150px center;}
.main_board_wrap{width:48.5%;}
.main_board_wrap+div{margin-left:3%;}

/*.f_sns_list*/
.f_sns_list{display:block;}



}/*1200이하 끝*/

/*1024이하 */
@media screen and (max-width:1024px){

/*pc 메인 비주얼*/
.main_slide_list{height:540px; }

/*main_title_wrap*/
.main_title_wrap{padding:40px 0;}
.main_title_wrap>div>*{display:block;} 
.main_title_wrap h1{max-width:220px; margin:0 auto;}
.main_title_contents{max-width:660px; width:100%; text-align:center; margin-left:0; margin:15px auto 0;}

/*main_animation_list_wrap*/
.main_animation_list>li{width:48.5%;}
.main_animation_list>li:nth-child(2n+1){margin-left:0; clear:both;}

/*main_lately_animation_list_wrap*/
.main_lately_animation_list_wrap{background-position:140% -50px; background-size:500px auto;}
.main_lately_animation_list>li{width:48.5%;}
.main_lately_animation_list>li:nth-child(2n+1){margin-left:0; clear:both;}

/*main_community_wrap common*/
.main_community_wrap02{background-position:-150px -50px; background-size:500px auto}

/*footer*/
.company_info02{margin-left:25px; font-size:14px;}
/*.f_sns_list*/
.f_sns_list{margin-left:191px;}

}/*1024이하 끝*/

/*768이하 */
@media screen and (max-width:768px){

/*pc 메인 비주얼*/
.main_visual{display:none;}
/*모바일 비주얼*/
.tm_main_visual{display:block;}

/*main_title_wrap*/
.main_title_wrap h1{max-width:210px;}
.main_title_contents>p:first-child{font-size:24px;}

/*main_community_wrap common*/
.main_board_wrap{padding:20px 25px;}
.main_board_more{right:25px; top:25px;}

/*main_banner_slide_wrap*/
.main_banner_slide_wrap ul>li{width:49%;}
.main_banner_slide_wrap ul>li+li{margin-left:2%;}

/*etc_menu*/
.etc_menu ul{text-align:center;}

/*footer*/
.f_logo{margin:0 auto; width:150px; float:none;}
.company_info02{float:none; margin-left:0; margin-top:20px; text-align:center;}
/*.f_sns_list*/
.f_sns_list{margin-left:0; text-align:center;}

}/*768이하 끝*/

/*600이하 */
@media screen and (max-width:600px){

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02{height:82px;}
.header_wrap02 h1{width:220px; height:42px;}
.tm_language_select{margin-top:6px;}
.header_wrap02 .util_menu{margin-top:6px;}
.header_wrap02 .util_menu>div+div{margin-left:5px;}
.tm_animation_search{top:82px;}
.tm_animation_search dd{margin-left:5px;}
.tm_detail_search{margin-left:5px;}
/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02.header_up02{height:66px;}
.header_wrap02.header_up02 .tm_animation_search{top:66px;}

/*main_title_wrap*/
.main_title_wrap>div>*{font-size:15px;}
.main_title_wrap h1{max-width:190px;}
.main_title_contents>p:first-child{font-size:22px;}

/*main_animation_title common*/
.main_animation_title>*{display:block;} 
.main_animation_title h3{font-size:24px;}
.main_animation_title h4{margin-left:0; margin-top:6px;} 

/*main_animation_more common*/
.main_animation_more{font-size:15px; top:34px;}

/*main_animation_list_wrap*/
.main_animation_list_wrap{padding:40px 0;}
.main_animation_info{font-size:15px;}
.main_animation_info>dl{padding-left:40px;}

/*main_lately_animation_list_wrap*/
.main_lately_animation_list_wrap{padding:40px 0; background-position:150% -50px; background-size:300px auto;}
.main_lately_animation_info{font-size:15px;}

/*main_community_wrap common*/
.main_community_wrap{padding:40px 0;}
.main_community_wrap02{background-size:300px auto;}
.main_board_wrap{display:block; width:100%;}
.main_board_wrap+div{margin-left:0; margin-top:40px;}
.main_board_wrap h4{font-size:19px;}
.main_board_wrap ul{height:153px;}
.main_board_wrap ul>li>a{padding:1px 0;}

/*main_banner_slide_wrap*/
.main_banner_slide_wrap{padding:20px 0;}

/*etc_menu*/
.etc_menu{padding:8px 0;}
.etc_menu ul li{font-size:14px; letter-spacing:-1px; padding:2px 0;} 
.etc_menu ul li+li{margin-left:6px; padding-left:6px;}
.etc_menu ul li+li:before{height:10px; top:10px;}

}/*600이하 끝*/

/*420이하 */
@media screen and (max-width:420px){

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02{padding:15px; height:auto;}
.tm_language_select{float:none; margin:0 auto 8px; width:66px;}
.tm_language_select>a{padding:0; font-size:13px;}
.header_wrap02 h1{position:static; margin-left:0; float:left;}
.header_wrap02 .util_menu{margin-top:8px;}
.tm_btn_search_open{height:26px;}
.tm_btn_search_open>span:before{width:14px; height:14px; top:2px;}
.tm_btn_search_open>span:after{top:19px; width:8px;}
.tm_animation_search{top:104px;}
.tm_animation_search>*{display:block;}
.tm_animation_search dl>*{display:block;}
.tm_animation_search dt{padding-top:0;}
.tm_animation_search dd{width:100%; margin-left:0; margin-top:5px;}
.tm_animation_search dd input[type=search]{width:calc(100% - 40px);}
.tm_detail_search{margin-left:0; margin-top:10px;}
.phone_link{width:26px; height:26px; }
.btn_tm_nav_open{width:22px; height:26px; padding-top:5px;} 
.btn_tm_nav_open.on{left:20px;}
/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하 스크롤 내렸을때 */
.header_wrap02.header_up02{top:-37px; height:auto;}
.header_wrap02.header_up02 .tm_language_select{margin-bottom:13px;}
.header_wrap02.header_up02 .tm_animation_search{top:103px;}

/*main_title_wrap*/
.main_title_wrap{padding:25px 0;}
.main_title_wrap>div>*{font-size:13px;}
.main_title_wrap h1{max-width:160px;}
.main_title_contents>p:first-child{font-size:20px;}

/*main_animation_title common*/
.main_animation_title h3{font-size:22px;}
.main_animation_title h4{font-size:18px;}

/*main_animation_more common*/
.main_animation_more{top:30px;}

/*main_animation_list_wrap*/
.main_animation_list{margin-top:20px;}
.main_animation_list>li{width:100%; float:none; margin:0;}
.main_animation_list>li+li{margin-top:30px; margin-left:0;}
.main_animation_info{margin-top:12px;}
.main_animation_info>*+*{margin-top:3px;}

/*main_lately_animation_list_wrap*/
.main_lately_animation_list_wrap{background-position:170% -100px; background-size:250px auto;}
.main_lately_animation_list{margin-top:20px;}
.main_lately_animation_list>li{width:100%; float:none; margin:0;}
.main_lately_animation_list>li+li{margin-top:30px; margin-left:0;}
.main_lately_animation_info{margin-top:12px;}

/*main_community_wrap common*/
.main_community_wrap02{background-size:250px auto; background-position:-100px -50px; }
.main_board_wrap{padding:15px 20px;}
.main_board_wrap+div{margin-top:30px;}
.main_board_wrap ul{margin-top:5px; height:129px;}
.main_board_wrap ul>li{padding:3px 0;}
.main_board_wrap ul>li>a{padding:0;}
.main_board_more{ right:20px; top:20px; font-size:14px;}

/*main_banner_slide_wrap*/
.main_banner_slide_wrap{padding:15px 0;}

/*footer*/
.f_logo{width:140px;}
.company_info02{font-size:13px; margin-top:15px; }

}/*420이하 끝*/		

/*340이하 */
@media screen and (max-width:340px){

/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하*/
.header_wrap02 h1{width:190px; height:36px; }
.header_wrap02 .util_menu{margin-top:6px;}
.tm_btn_search_open{height:24px; width:22px;}
.tm_btn_search_open>span:before{width:13px; height:13px; top:3px;} 
.tm_animation_search{top:98px;}
.phone_link{width:24px; height:24px; }
.btn_tm_nav_open{height:24px; padding-top:4px;} 
/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하 스크롤 내렸을때 */
.header_wrap02.header_up02 .tm_animation_search{top:97px;}

/*main_animation_title common*/
.main_animation_title h3{font-size:20px;}
.main_animation_title h4{font-size:16px;}

/*main_animation_more common*/
.main_animation_more{top:27px;}

/*main_lately_animation_list_wrap*/
.main_lately_animation_list_wrap{background-position:220% -100px;}




}/*340이하 끝*/
