@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.6;
	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:focus{outline:none;}

iframe{border:none; vertical-align:top;}

select{background-color:#ffffff;}

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;}
.swiper-wrapper{box-sizing:border-box;}

/***layout***/
.wrap{width:100%; height:100%; font-family:'Noto Sans KR',NanumGothic,'나눔고딕','돋움',dotum, sans-serif; min-width:1200px;}
header{width:100%;}
main{width:100%;}
footer{width:100%; padding:25px 0 80px; position:relative; background-color:#222222; }

/***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:1200px; padding:0 15px; margin:0 auto;}
.main_container{padding:25px 0 80px; min-height:500px;}

/*header_wrap01 PC / 가로 1321px 이상 common*/
.header_wrap01{width:100%; 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; }
/*top_menu*/
.top_menu{padding:8px 0; background-color:#fafafa;}
.top_menu ul{float:right;}
.top_menu ul>li{float:left; position:relative; padding:0 10px;}
.top_menu ul>li:last-child{padding-right:0;}
.top_menu ul>li:before{content:''; width:4px; height:4px; position:absolute; left:-2px; top:10px; display:block; background-color:#0040bf;}
.top_menu ul>li>a{display:block; padding:0 2px; color:#777777;}
.top_menu ul>li>a:hover{color:#000000;}
.top_menu .lang_link{background-color:#010053; display:inline-block; color:#fafafa; padding:0 10px; border-radius:30px;}
.top_menu .lang_link:hover{background-color:#0040bf;}

/*middle*/
.middle{ padding:17px 0;}
.middle h1{width:180px; margin:0 auto;}
.middle h1>a{display:block; width:100%; height:100%;}
.middle h1>a>img{width:100%;}

/*total_category_wrap 통합카테고리*/
.total_category_wrap{float:right; margin-left:35px; margin-top:9px;}
/*통합카테고리 메뉴열기 버튼*/
.btn_total_nav_open{height:32px; width:32px; position:relative; cursor:pointer;} 
.btn_total_nav_open .total_icon01{display:block; width:20px; height:16px; overflow:hidden; font-size:0; position:absolute; left:12px; top:8px; }
.btn_total_nav_open .total_icon01:before{content: ''; width:20px; height:2px; display:block; background-color:#010053; 
		box-shadow:4px 7px #010053, 0px 14px #010053; }
/*통합카테고리 메뉴닫기 버튼*/
.header_wrap01 .btn_close{ height:40px; width:40px; cursor:pointer; position:absolute; left:50%; top:0; margin-left:-20px;}
.header_wrap01 .btn_close .close_icon{font-size:0; overflow:hidden; display:block; height:100%; width:100%; position:relative;}
.header_wrap01 .btn_close .close_icon:before,.header_wrap01 .btn_close .close_icon:after{content:''; height:2px; width:40px; 
		display:block; background-color:#010053; position:absolute; top:18px; left:0px; transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg); -o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.header_wrap01 .btn_close .close_icon:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
/* 통합카테고리메뉴를 열었을때 전체 배경에 검은 투명막 깔기*/
.page_cover01{width:100%; height:100%; position:fixed; top:0px; left:0px; background-color: rgba(255,255,255,0.7); z-index:110; display:none;}
.page_cover01.open{display: block;}
/* 통합카테고리메뉴를 열었을때 화면*/
html.open {overflow: hidden;}
#total_category{display:none; width:1160px; height:60%; position:fixed; top:20%; left:50%; margin-left:-580px;  overflow-y:auto;
		z-index:500; padding:60px 20px 20px;}
#total_category.open{display:block;}
/*통합카테고리메뉴 리스트*/
.total_category_inner{text-align:center; box-shadow:4px 2px 6px rgba(0,0,0,0.4); border-radius:5px; padding:30px 10px; background-color:#010053;}
.total_category_inner>div{float:left; width:25%; font-size:15px; min-height:310px;}
.total_category_inner>div+div{border-left:1px solid rgba(255,255,255,0.2);}
.total_category_inner>div h3{font-size:17px; padding:10px 0; color:#ffffff;}
.total_category_inner .total_2depth{ padding:5px 0 15px; }
.total_category_inner .total_2depth>li+li{margin-top:5px; }
.total_category_inner .total_2depth>li>a{display:block; color:#8aafe4; padding:1px 0; }
.total_category_inner .total_2depth>li>a:hover{color:#ffffff;}
/*.bottom*/
.bottom{position:relative; border-top:1px solid #dedede; border-bottom:1px solid #dedede;}
/*gnb 1차,2차 카테고리*/
.gnb_wrap{float:left; width:calc(100% - 67px);}
.gnb>li{float:left; width:25%; text-align:center; position:relative;}
.gnb>li:before{content:''; width:1px; height:100%; display:block; background-color:#dedede;position:absolute; left:0; top:0;}
.gnb>li:last-child:after{content:''; width:1px; height:100%; display:block; background-color:#dedede;position:absolute; right:-1px; top:0;}
.gnb>li>a{display:block; color:#333333; font-size:18px; padding:15px 2px 17px; position:relative; line-height:1.0;}
.gnb>li>a:hover{color:#010053;}
.gnb>li>a:after{content:''; width:0; height:3px; background-color:#010053; display:block; position:absolute;left:50%; bottom:0;
		border-radius:5px; opacity:0; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
.gnb>li>a:hover:after{opacity:1; width:100%; left:0;}
/*gnb_2depth*/
.gnb_2depth_wrap{width:100%; background-color:#f8f8f8; z-index:350; position:absolute; left:0; top:50px; right:0; border-top:1px solid #dedede;
		border-bottom:1px solid #dedede; text-align:center; font-weight:500;}
.gnb_2depth_wrap h3{font-size:0; text-indent:-999999px;}
.gnb_2depth_wrap>.inner>div{float:left; width:calc(100% - 67px);}
.gnb_2depth{float:left; width:25%; min-height:230px; padding:15px 0 15px; position:relative;}
.gnb_2depth:before{content:''; width:1px; height:100%; display:block; position:absolute; left:0; top:0; bottom:0; background-color:#dedede;}
.gnb_2depth:after{content:''; width:1px; height:100%; display:block; position:absolute; right:-1px; top:0; bottom:0; background-color:#dedede; }
.gnb_2depth>ul>li+li{margin-top:5px;}
.gnb_2depth>ul>li>a{display:block; padding:1px 0; color:#666666; font-size:16px;}
.gnb_2depth>ul>li>a:hover{color:#010053;}
/*스크롤 내렸을때 */
.header_wrap01.header_up{position:fixed; top:-140px; left:0;  z-index:340; box-shadow:1px 1px 5px rgba(0,0,0,0.2);}

/*header_wrap02 모바일/태블릿 가로 1320px 이하 */
.header_wrap02{display:none; width:100%; padding:15px 15px; 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; }
/*logo*/
.header_wrap02 h1{width:140px; float:left;}
.header_wrap02 h1>a{display:block; width:100%;}
.header_wrap02 h1>a>img{width:100%;} 
/*header_wrap02 전화연결 메뉴/ 모바일 메뉴 commom*/
.header_wrap02 .util_menu{float:right; margin-top:10px;}
.header_wrap02 .util_menu>div{float:left;}
.header_wrap02 .util_menu>div+div{margin-left:5px;}
/*영문사이트 연결*/
.tm_lang_link{ width:32px; height:32px;  border-radius:50%; overflow:hidden; text-align:center;}
.tm_lang_link>a{width:100%; height:100%; color:#ffffff; background-color:#010053; display:block; padding-top:3px;}
.tm_lang_link>a:hover{background-color:#0040bf;}

/*전화연결*/
.phone_link{width:32px; height:32px;}
.phone_link>a{display:block; width:100%; height:100%;}
.phone_link>a>img{width:100%;}
/*모바일 메뉴 열기 버튼*/
.btn_tm_nav_open{width:32px; height:32px; position:relative; cursor:pointer; padding-top:10px;
		-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{display:block; width:23px; 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:4px;}		
/*모바일 메뉴 열렸을때 버튼 모양 x로 변경*/
.btn_tm_nav_open.on{z-index:600; position:fixed; left:15px; top:15px;}
.btn_tm_nav_open.on span{background-color:#ffffff;}
.btn_tm_nav_open.on span:nth-child(1){-webkit-transform: translateY(6px) rotate(-45deg); -ms-transform: translateY(6px) rotate(-45deg); 
		transform: translateY(6px) rotate(-45deg);}
.btn_tm_nav_open.on span:nth-child(2){opacity: 0;}
.btn_tm_nav_open.on span:nth-child(3){transform: translateY(-6px) rotate(45deg); -webkit-transform: translateY(-6px) rotate(45deg);
		-ms-transform: translateY(-6px) rotate(45deg);}
/*모바일 메뉴 배경 바탕막*/
.page_cover02{display:none; position:fixed; width:100%; height:100%; top:0px; left:0; background-color:rgba(0,0,0,0.6); z-index:499; min-height:999999px;}
/*모바일,태블릿/1차 2차 카테고리  메뉴 common*/
.tm_gnb_wrap{display:block; width:85%; height:100%; position:fixed; top:0px;  right:-100%; z-index:500; background-color:#010053; overflow-y:auto;
		box-shadow:1px 1px 5px rgba(0,0,0,0.6);}
/*회원 로그인 메뉴*/
.tm_member_menu{border-bottom:1px solid rgba(255,255,255,0.2);}
.tm_member_menu>li{float:left; width:50%; font-size:16px; position:relative; text-align:center;}
.tm_member_menu>li>*{display:block;  color:#ffffff; padding:12px 0; }
.tm_member_menu>li+li:before{content:''; width:1px; height:100%; display:block;  position:absolute; top:0; left:0; background-color:rgba(255,255,255,0.2);}
/*1차 카테고리  메뉴*/
.tm_gnb{width:100%; overflow-x:hidden; }
.tm_gnb>li>a{display:block;}
.tm_gnb>li strong{display:block; font-size:16px; color:#ffffff; padding:11px 10px 11px 35px; 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:#ffffff;}
.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:35px; }
.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:#ffffff; 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 #ffffff; 
		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+li{margin-top:2px;}
.tm_gnb_2depth>li>a{display:block; padding:3px 0; font-size:15px; color:#333333; padding:0 10px 0 40px;}
.tm_gnb_2depth>li>a:hover{color:#4072f2;}
/*고객센터*/
.tm_cs_center{padding:15px 35px 20px ; border-top:1px solid rgba(255,255,255,0.2);}
.tm_cs_center h4{color:#ffffff;  font-size:16px; margin-bottom:3px;}
.tm_cs_center dt,.tm_cs_center dd{display:inline-block; font-size:18px; color:#ffffff; vertical-align:middle; }
.tm_cs_center dl dt{margin-right:5px;}
/*header_wrap02 태블릿, 모바일 / 가로 1200px 이하 스크롤 내렸을때 */
.header_wrap02.header_up02{padding:10px 15px; position:fixed; top:0; left:0; z-index:500; box-shadow:1px 1px 3px rgba(0,0,0,0.2); }

/***메인 비쥬얼 슬라이드***/
.main_visual{width:100%; height:700px; position:relative;}
.main_visual_img{	
    width: 100%;
    height:700px;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display: table;	
}
.main_visual_img>div{
	width: 100%;
	background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
    animation-name: zoom;
    animation-duration: 2s;
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    display: table-cell;
    vertical-align: middle;
    transform: scale(1.05, 1.05);
}
.main_visual_img>div:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.0);/* overlay */
    width: 100%;
    height:550px;
}
.main_visual_img01>div{background-image:url("../images/main/main_visual_slide01.jpg");}
.main_visual_img02>div{background-image:url("../images/main/main_visual_slide02.jpg");}
.main_visual_img03>div{background-image:url("../images/main/main_visual_slide03.jpg");}
.main_visual_img04>div{background-image:url("../images/main/main_visual_slide04.jpg");}
@keyframes zoom {
    from {
        transform: scale(1.05, 1.05);
    }
    to {
        transform: scale(1.0, 1.0) rotate(.001deg);
    }
}
.main_visual_txt{position:absolute; left:0; top:0; width:100%; height:100%;  text-align:center; animation-duration:5s;
	animation-name:main_visual_txt;}
@keyframes main_visual_txt {
  from {   
	 opacity:0;
    width:100%
  }

  to {
    opacity:1.0;
	width: 100%;
  }
}
.main_visual_txt>div{display:table; width:100%; height:100%;}
.main_visual_txt>div>p{display:table-cell;  vertical-align:middle; color:#ffffff; text-shadow:1px 1px 3px rgba(0,0,0,0.8);  font-size:24px; font-weight:500; 
		padding:0 15px; letter-spacing:-1px; line-height:1.7;}
.main_visual_txt>div>p>span{display:block;}
.main_visual_txt>div>p>span i{ font-weight:700; font-size:30px; display:inline-block; position:relative;}
.main_visual_txt>div>p>span i:before{content:''; width:6px; height:6px; border-radius:50%; background-color:#cf0000; display:block;
		position:absolute; left:50%; top:0; margin-left:-3px; box-shadow:1px 1px 3px rgba(0,0,0,0.8);}
/*메인 비쥬얼 슬라이드 prev next arrow*/
.main_visual .bx-controls-direction{display:none;}
/*메인 비쥬얼 슬라이드  롤링*/
.main_visual .bx-pager{font-size:0; z-index:100; position:absolute; bottom:20px; left:0; width:100%; text-align:center;}
.main_visual .bx-pager>div{display:inline-block; -webkit-transition:all 0.3s ease; 	-ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
.main_visual .bx-pager div+div{margin-left:8px;}
.main_visual .bx-pager a{ width:8px; height:8px; border-radius:20px; display:block; background-color:rgba(0,0,0,0.4);
		 -webkit-transition:all 0.3s ease; 	-ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
.main_visual .bx-pager a.active{background-color:#010053; width:30px;}

/*메인 동영상*/
.introduce-video-wrapper{position:relative;width:100%;}
.introduce-video-wrapper:before{content:''; display:block; padding-bottom:48.5%;}
.video-wrapper{position:absolute; left:0; top:0; height:0; bottom:0; width:100%; min-height:100%; margin:rem-calc(0 0 54.5);overflow:hidden;}
.video-overlay{position:absolute;z-index:2;width:100%;height:100%;opacity:.8;}
.video-expand{position:absolute;z-index:3;top:0.9375rem;right:0.9375rem;opacity:.4;color:white;font-size:1.125rem;line-height:1em;}
.video-expand:hover{transition:all 400ms ease-in-out;-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;}
.tv{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden;}
.tv .screen{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;margin:auto;opacity:0;transition:opacity .5s;}
.tv .screen.active{opacity:1;}
#player{width:100%; left:0 !important;}

/*main_preface*/
.main_preface{letter-spacing:-1px; font-size:17px;  text-align:center;  font-weight:500; color:#333333;}
.main_preface strong{font-size:26px; font-weight:700; color:#010053; margin-bottom:5px; display:block;}
.main_preface span{display:block;}

/*main_service_list*/
.main_service_list{margin-top:50px; background-color:#f8f8f8; padding:40px 0;}
.main_service{float:left; width:23.5%; }
.main_service+div{margin-left:2%;}
.main_service>a{display:block;}
.main_service>a>img{width:100%;}
.main_service>a:hover img{opacity:0.8;}
.main_service_txt{padding:15px 20px; color:#333333; height:150px; font-weight:500;}
.main_service_txt>em{font-size:20px; display:block; text-align:center; }
.main_service_txt>p{margin-top:8px;}
.main_service:nth-child(1){background-color:#f1f8dd;}
.main_service:nth-child(1) em{color:#ca300e;}
.main_service:nth-child(2){background-color:#fbf4e0;}
.main_service:nth-child(2) em{color:#159fa3;}
.main_service:nth-child(3){background-color:#f2ebe4;}
.main_service:nth-child(3) em{color:#111111;}
.main_service:nth-child(4){background-color:#e0f2fb;}
.main_service:nth-child(4) em{color:#255aa7;}

/***공지사항/고객센터***/
.community_wrap{margin-top:50px;}
.community_wrap h4{font-size:18px; color:#000000;}
.community_wrap>div>div+div{margin-left:5%;}
/*.community_wrap>div>p,.main_cs_center>span{color:#000000;}*/
/*공지사항*/
.notice_wrap{float:left; width:36%; position:relative;}
.notice_wrap>div{padding-left:50px; background:url("../images/main/icon_notice.png")no-repeat -6px 8px;}
.notice_wrap ul{margin-top:11px; height:105px;}
.notice_wrap ul>li+li{margin-top:5px;}
.notice_wrap ul>li>a{display:block; padding:0 10px 0 12px; position:relative; width:100%; white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.notice_wrap ul>li>a:before{content:''; border:1px solid #555555; display:block; width:3px; height:3px; position:absolute; left:0; top:8px;}
.notice_wrap ul>li>a:hover{color:#000000; text-decoration:underline;}
.notice_wrap>a{position:absolute; right:20px; top:5px; font-weight:500; color:#999999;}
.notice_wrap>a:hover{color:#000000;}
/*고객센터*/
.main_cs_center{float:left;  width:27%; padding-left:60px; background:url("../images/main/icon_cs.png")no-repeat 0 10px;}
.main_cs_center>p{margin-top:8px; color:#333333;}
.main_cs_center strong{display:block; font-size:26px; color:#000000; letter-spacing:-1px; margin-top:2px; }
/*입회안내 및 회원사 소개*/
.member_company_wrap{float:left; width:27%; background:url("../images/main/join.jpg")no-repeat center center; background-size:cover; height:170px;}
.member_company_wrap>div{display:table; width:100%; height:100%;}
.member_company_wrap>div>a{display:table-cell; width:100%; height:100%; vertical-align:middle; padding:0 15px 20px; text-align:center;}
.member_company_wrap>div>a:hover{box-shadow:1px 1px 3px rgba(0,0,0,0.4);}
.member_company_wrap>div>a>*{display:block;text-shadow:1px 1px 2px rgba(0,0,0,0.6); }
.member_company_wrap strong{ color:#ffffff; font-size:25px; letter-spacing:-1.5px; }/*text-shadow:1px 1px 2px rgba(0,0,0,0.6); */
.member_company_wrap span{font-size:15px; margin-top:5px; letter-spacing:-1px; color:#ffffff;}

/*포토갤러리*/
.main_gallery_wrap{margin-top:50px;}
.main_gallery_wrap>div{position:relative;}
.main_gallery_wrap h4{font-size:22px; color:#000000;}
.main_gallery_wrap ul{margin-top:5px;}
.main_gallery_wrap li{margin:10px 0; float:left; width:23.5%;}
.main_gallery_wrap li+li{margin-left:2%;}
.main_gallery_wrap li>a{display:block; }
.main_gallery_wrap li>a>img{width:100%;}
.main_gallery_wrap li>a>span{display:block; width:100%; color:#333333;  white-space:nowrap; overflow:hidden; text-overflow: ellipsis; margin-top:10px;
		font-weight:500;}
.main_gallery_wrap li>a:hover{opacity:0.8;}
.main_gallery_more{position:absolute; right:15px; top:8px;}
.main_gallery_more:hover{color:#000000;}


/*사이트 링크 */
.site_link_wrap{background-color:#f5f5f5; padding:12px 0 12px;}
.site_link_wrap h4{float:left; color:#111111; font-size:21px; width:15%; padding-top:7px; }
.site_link_wrap_inner{float:right; width:80%;} 
.site_link_list li>a{display:block; padding:5px 10px; border:1px solid #e6e6e6; background-color:#ffffff;}

/***.etc_menu***/
.etc_menu{background-color:#838384; padding:10px 0;}
.etc_menu ul{font-size:0;}
.etc_menu li{display:inline-block; font-size:14px; font-weight:500;}
.etc_menu li>a{display:block; padding:2px 8px; color:#eeeeee;}
.etc_menu li:first-child>a{padding-left:0;}
.etc_menu li>a:hover{color:#ffffff;}

/***footer***/
/*footer .inner>*{float:left;}
.f_logo{width:161px; display:block; margin-top:5px;}
.f_logo>img{width:100%;}*/
.company_info02{ color:#bbbbbb;}
.company_info02 dl dt,.company_info02 dl dd{display:inline-block; vertical-align:middle;}
.company_info02 dl dt{padding-right:10px; margin-right:3px; position:relative; }
.company_info02 dl dt:after{content:':'; display:block; position:absolute; right:0; top:2px;}
.company_info02 dl dd, .company_info02 span{color:#ffffff;}
.company_info02 dl{display:inline-block; vertical-align:middle; position:relative;}
.company_info02 dl+dl{padding-left:8px; margin-left:5px;}
.company_info02 dl+dl:before{content:''; width:1px; height:10px; display:block; position:absolute; left:0; top:8px; background-color:#eeeeee;}

/*.top_btn*/
.top_btn{position:fixed; bottom:15px; right:15px; border:1px solid #bbbbbb; padding:15px 0 8px; cursor:pointer; width:40px; height:40px; 
		text-align:center; font-size:13px; color:#bbbbbb;  z-index:300;}
.top_btn:before{content:''; width:4px; height:4px; display:block; border:2px solid #bbbbbb; 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:15px; border:1px solid #bbbbbb;}
footer .back_btn>img{display:block; width:100%; vertical-align:top;}


/*1200이하 */
@media screen and (max-width:1200px){

/***layout***/
.wrap{min-width:350px;}

/*common*/
.inner{width:100%; }

/*header*/
.header_wrap01{display:none;} 
.header_wrap02{display:block;}

/*main_service_list*/
.main_service_txt{padding:15px;}

/***공지사항/고객센터***/
.community_wrap>div>div+div{margin-left:3%;}
/*공지사항*/
.notice_wrap{width:32%;}
/*고객센터*/
.main_cs_center{width:31%;} 
/*입회안내 및 회원사 소개*/
.member_company_wrap{width:31%;}

/*뒤로 돌아가기 back_btn*/
footer .back_btn{display:block;}

}/*1200이하 끝*/

/*1024이하 */
@media screen and (max-width:1024px){

/***메인 비쥬얼 슬라이드***/
.main_visual{height:500px;}
.main_visual_img{height:500px;}
.main_visual_img>div:before{height:500px;}

/*main_service_list*/
.main_service{width:48.5%; }
.main_service+div{margin-left:3%; margin-top:20px;}
.main_service:nth-child(2){margin-top:0;}
.main_service:nth-child(3){margin-left:0;}

/***공지사항/고객센터***/
/*공지사항*/
.notice_wrap{width:48.5%;}
/*고객센터*/
.main_cs_center{width:48.5%;} 
/*입회안내 및 회원사 소개*/
.community_wrap>div>div.member_company_wrap{clear:both; width:100%; margin-left:0; margin-top:40px;}

/*사이트 링크 */
.site_link_wrap h4{float:none; width:100%;  padding-top:0; padding-bottom:10px;} 
.site_link_wrap_inner{float:none; width:100%;} 


}/*1024이하 끝*/

/*768이하 */
@media screen and (max-width:768px){

/***메인 비쥬얼 슬라이드***/
.main_visual_txt>div>p{font-size:18px;}
.main_visual_txt>div>p>span{display:inline;}
.main_visual_txt>div>p>span i{ font-size:26px;}


/*main_preface*/
.main_preface span{display:inline;}

/*main_service_list*/
.main_service_list{margin-top:40px; padding:30px 0;}
.main_service_txt{padding:12px 15px;} 
.main_service_txt>em{font-size:18px;} 
.main_service_txt>p{margin-top:5px;} 

/***공지사항/고객센터***/
.community_wrap{margin-top:30px;}
.community_wrap>div>div{float:none; width:100%;}
.community_wrap>div>div+div{margin-left:0; }
.main_cs_center{margin-top:30px; padding-top:25px; border-top: 1px dotted #dddddd; background-position: 0 25px;}
.community_wrap>div>div.member_company_wrap{margin-top:30px;}

/*포토갤러리*/
.main_gallery_wrap{margin-top:40px;}
.main_gallery_wrap h4{font-size:20px;}
.main_gallery_wrap li{width:49%;}
.main_gallery_wrap li:nth-child(2n+1){margin-left:0; clear:both;}
.main_gallery_wrap li>a>span{margin-top:8px;}
.main_gallery_more{top:6px;}

/***.etc_menu***/
.etc_menu{text-align:center;}
.etc_menu li{font-weight:400;}

/***footer***/
footer .inner>*{float:none;}
.f_logo{margin:0 auto;}
.company_info02{margin-left:0; margin-top:12px; text-align:center;}


}/*768이하 끝*/

/*600이하 */
@media screen and (max-width:600px){

/*main_preface*/
.main_preface{font-size:15px;} 
.main_preface strong{font-size:22px;} 

/***.etc_menu***/
.etc_menu li:first-child>a{padding-left:8px;}

/***footer***/
.company_info02 dl{display:block;}
.company_info02 dl+dl{padding-left:0; margin-left:0;}
.company_info02 dl+dl:before{display:none;}

}/*600이하 끝*/

/*420이하 */
@media screen and (max-width:420px){
/*common*/
.main_container{padding:20px 0 50px;}

/*logo*/
.header_wrap02 h1{width:121px;}
.header_wrap02 .util_menu{margin-top:6px;}

/*main_service_list*/
.main_service_list{margin-top:30px;}
.main_service_txt{letter-spacing:-1px; padding: 10px 10px;}

/***공지사항/고객센터***/
.community_wrap h4{font-size:17px;}
.member_company_wrap strong{font-size:20px;}
.notice_wrap>div{padding-left:55px;}
.notice_wrap>a{top:3px;}
.main_cs_center{padding-left:55px;}

/*사이트 링크 */
.site_link_wrap h4{font-size:17px; padding-bottom:8px;}

/***footer***/
.company_info02{font-size:13px;} 

}/*420이하 끝*/
