@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --color-brand:#4d413f;
}

/* SIR 지운아빠 */
/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */ 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 
 @font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'noto sans kr','Nanum Gothic';overflow-x:hidden}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'noto sans kr','Nanum Gothic'}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:'noto sans kr','Nanum Gothic';font-size:1em}
button {cursor:pointer}

.color-brand {
    color:#002b82;
}

.visual-line {
    position:relative;
    font-weight: 600;
    z-index:5;
}
.visual-line:before {
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 20px;
    bottom: 4px;
    left: 0;
    z-index: -2;
    background: #b8d3f7;
    height: 5px;
}

textarea, select {font-family:'nanumsquare','Nanum Gothic';font-size:1em}
select {margin:0; min-height:21px;}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:underline}
.center{width:100%;margin:0 auto;}
.clear_fix:after{content:'';display:block;clear:both;}
.blind{position:absolute;top:0;left:-9999em;}

.gall_content .box-content {
    display:none;
}

.m-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 1em 0;
    text-align:center;
}

div.gall_content {
    border:0;
    background:#fff;
    padding:1em;
}

.gall_content .box-tit {
    padding:0!important;
}

.head-title {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
}

.info-ol {
    font-size: 14px;
    font-weight: 300;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
}
.info-ol li {
    margin: 0 0 5px 0;
}

.info-dl {
    color: #adadad;
}
.info-dl dd {
    font-size: 17px;
    margin: 0 0 10px 0;
    word-break: keep-all;
    position: relative;
    padding: 0 0 0 13px;
    color: #505050;
}

.info-dl dd span {
    font-size: 13px;
}


.info-dl dd.dep2 {
    font-size: 14px;
    padding: 0 0 0 24px;
    margin: 13px 0;
    color: #989898;
}

.info-dl dd.dep2:before {
    display:none
}

#bo_list {
    max-width:1140px;
    margin: 1.5em auto;
}

.info-dl dd:before {
    width: 4px;
    height: 4px;
    background: #d7d7d7;
    content: '';
    border-radius: 50%;
    left: 0;
    top: 11px;
    display: inline-block;
    position: absolute;
}

.info-dl dd:last-child {
    margin-bottom:0;
}

.head-title i {
    font-weight: 100;
    color: #9c9c9c;
    margin: 0 0 0 8px;
    font-size: 23px;
}

.ui.divider {
    margin:5em 0!important;
}

.head-title:before {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #bd3838;
    /* border-radius: 50%; */
    content: '';
    left: 0px;
    top: 14px;
}

.mc1 h4 {
    font-size: 29px;
    letter-spacing: -1px;
    font-weight: 800;
    margin: 5px 0 25px 0;
    word-break: keep-all;
    line-height: 46px;
    text-align: center;
}
.mc1 p {
    font-size: 16px;
    word-break: keep-all;
    margin: 0 0 10px 0;
    line-height: 33px;
    text-align: center;
}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1260px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}


/* 상단 레이아웃 */

#hd {z-index:1000;position:relative;width:100%;left:0;min-width:1260px;background:transparent;height: 100px;}
#hd {z-index:1000;position:fixed;top:0px;left:0;width:100%;min-width:1260px;background:transparent;}
.hd_zindex {z-index:10 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd .hd_top_wrap{left:0;width:100%;height:50px;background:#000;}
#hd .hd_top_wrap .hd_top_left{float:left;}
#hd .hd_top_wrap .hd_top_left > li{float:left;}
#hd .hd_top_wrap .hd_top_right{float:right;}
#hd .hd_top_wrap .hd_top_right > li{float:left;}
#hd_wrapper {
    position: relative;
    padding: 0;
    zoom: 1;
    height: 100px;
    width: 1140px;
    margin: 0 auto;
}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

/*#hd:hover{background-color:#1a1a1a !important; transition:0.4s; border-bottom:1px solid #1a1a1a; }
#hd:hover .gnb_1da{color:#fff !important;}
#hd:hover #tnb a{color:#fff !important;}*/

#logo {
    position: absolute;
    left: 0;
}

#logo img {
    height: 56px;
    padding: 23px 0;
}

/* 전체 검색 */
#hd_sch {float:left;margin:0;padding:5px;border-bottom:1px solid #c3c6ca; background:#fff;}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #sch_stx {padding-left:5px;width:170px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #sch_submit {padding:0 5px;height:26px;border:0;font-size:16px;line-height:26px;background:#fff;color:#333;cursor:pointer;}

/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 상단 회원가입 등 링크 */
#tnb {    position: absolute;
    top: 8px;
    right: 25px;
    zoom: 1;
    z-index: 9999;}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left;margin:0 0 0 10px}
#tnb a {display:inline-block;padding:0 10px;height:80px;color:#fff;letter-spacing:-0.1em;line-height:80px;}
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none}
#tnb img {margin-right:3px}
#tnb .search_box_open{padding:0 15px;}

/* 메인메뉴 */
/*  메뉴 시작 */
.hd_wrap{
    position: absolute;
    right: 0;
}
#gnb_sm:after{
	clear:both;
	display:block;
	overflow:hidden;
	content:'';
}
#gnb_sm h2{
	position:absolute;
	color:transparent;
	left:-999px;
	top:-999px;
}
#gnb_sm #gnb_1dul{
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
	z-index:999;
}

.full-width {
    width:100%;
}

#gnb_sm #gnb_1dul:after{
	display:block;
	content:'';
	clear:both;
}
#gnb_sm #gnb_1dul > .gnb_1dli{
	float:left;
	z-index:999;
    padding: 0 15px;
    position:relative;
}
#gnb_sm #gnb_1dul > .gnb_1dli > .gnb_1da{
	position:relative;
	height:100px;
	display:block;
    color:#fff;
    text-transform: uppercase;
    font-family: 'noto sans kr';
	line-height:100px;
	font-size:17px;
	text-align:center;
	text-decoration:none;
	font-weight:500;
}
#gnb_sm #gnb_1dul > .gnb_1dli:first-child i:before{
	display:none;
}

.full-width {
    width:100%;
}

#gnb_sm #gnb_1dul > .gnb_1dli > .gnb_1da:after{
    content:'';display:block;clear:both;width:0%;height:4px;margin:-3px auto 0;background:#99807c;z-index:99;transition:0.3s;
}
#gnb_sm #gnb_1dul > .gnb_1dli:hover > .gnb_1da:after{
    width:60%;
}

.quicknaver {position: absolute;top:50%;right:-15%;transform: translateY(-50%);width:50px;}
.quicknaver a {background:#009345;border-radius: 10px;width:100%;display: block;}
.quicknaver a img {width:100%;}

.quicknaver_m {display: block;position: absolute;top: 50%;right: 12px;transform: translateY(-50%);width: 50px;}
.quicknaver_m a {background:#009345;border-radius: 10px;width:100%;display: block;}
.quicknaver_m a img {width:100%;}

.sub-top {
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;       
    background-position: center right 23em;
    background-size: 42%;
    background-repeat:no-repeat;
}

/* #gnb_sm #gnb_1dul > .gnb_1dli:last-child i:after{
	content:'|';
	font-style:normal;
	top:22px;
	color:#ccc;
	float:right;
	margin-top:22px;
}
#gnb_sm #gnb_1dul > .gnb_1dli i:before{
	content:'|';
	font-style:normal;
	top:22px;
	color:#ccc;
	float:left;
	margin-top:22px;
}
 */
#gnb_sm .sm_searchbox {
    float: right;
    width: 40px;
    height: 40px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
}
#gnb_sm .sm_searchbox:after, #gnb_sm .sm_searchbox:before{
	display:block;
	overflow:hidden;
	content:'';
	clear:both;
}
#gnb_sm .sm_searchbox .search_bt{
	cursor:pointer;
	position:relative;
	font-size:1.5em;
	color:#666;
}
#gnb_sm .sm_searchbox:hover .search_command{
	display:block;
	background:#eee;
}
#gnb_sm .sm_searchbox .search_command{
	background:#eee;
	width:309px;
	height:41px;
	position:absolute;
	right:38px;
	display:none;
}
#gnb_sm .sm_searchbox .search_command input{
	border:0px;
	background:inherit;
	outline:none;
	width:90%;
	padding:0px 5%;
	height:40px;
	font-size:15px;
	background:#eee;
}

#gnb_sm .gnb_2dul{
 display:none;
 position: absolute;
 top: 100px;
 z-index: 999;
 text-align: center;
 background: #fff;
 border: 1px solid #ddd;
 box-sizing: border-box;
 width: 180px;
 left: 50%;
 transform: translate(-50%,0);

}

/*
#gnb_sm .gnb_1dli .gnb_2dul:after{
    content:'';
    display:block;
    clear:both;
    position:absolute;
    top:0;
    right:0;
    width:340px;
    height:340px;
}
#gnb_sm .gnb_1dli:nth-child(1) .gnb_2dul:after{
    background:url(/theme/tobo/img/gnb_2dul_bg1.jpg) no-repeat 100% center;
}
#gnb_sm .gnb_1dli:nth-child(2) .gnb_2dul:after{
    background:url(/theme/tobo/img/gnb_2dul_bg2.jpg) no-repeat 100% center;
}
#gnb_sm .gnb_1dli:nth-child(3) .gnb_2dul:after{
    background:url(/theme/tobo/img/gnb_2dul_bg3.jpg) no-repeat 100% center;
}
#gnb_sm .gnb_1dli:nth-child(4) .gnb_2dul:after{
    background:url(/theme/tobo/img/gnb_2dul_bg4.jpg) no-repeat 100% center;
}
#gnb_sm .gnb_1dli:nth-child(5) .gnb_2dul:after{
    background:url(/theme/tobo/img/gnb_2dul_bg4.jpg) no-repeat 100% center;
}
*/
.gnb_2dli_last{position:absolute;top:0;right:0;width:340px;height:340px;}
.gnb_2dli_first{position:absolute;top:0;left:0;width:340px;height:339px; background-color:#f4f4f4; font-size:1.9em; padding-top:35px; box-sizing:border-box; text-align:center; z-index:9999; display:block;}
.gnb_2dli_first span{position:absolute; left:-999em;}

#bo_v,#bo_w {max-width:1140px;margin: 2em auto}

.gnb_bg_text_con{font-size:18px; color:#555; font-weight:400; margin:20px 0; }

#gnb_sm .gnb_1dli_over .gnb_1da,#gnb_sm .gnb_1dli_on .gnb_1da{
	color:#fff !important;	
} 

#hd.scroll #gnb_sm .gnb_1dli_over .gnb_1da {
    color:#333!important;
}




#gnb_sm .gnb_1dli_over .gnb_2dul,#gnb_sm .gnb_1dli_on .gnb_2dul {

	display:block;
}
#gnb_sm .gnb_2dul .gnb_2dli{
    /* width:580px; */
	padding:12px 20px;
}

#gnb_sm .gnb_2dul .gnb_2dli .gnb_2da{
    font-size:17px;
	color:#333;
	text-decoration:none;
}
#gnb_sm .gnb_2dul .gnb_2dli:hover .gnb_2da{
	color:#99807c;
}
#gnb_sm .gnb_3dul{margin-top:12px;}
#gnb_sm .gnb_3dli{margin: 5px 0;}
#gnb_sm .gnb_3da{padding:5px 10px;font-size:16px;color:#888;}
#gnb_sm .gnb_3da:hover{color:#333;}



#gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em}
#gnb_empty a {text-decoration:underline}

.bg_sub_menu{
    display:none;
	position:absolute;
    left:0;
	z-index:99;
	width:100%;
    height:341px;
    text-align:left;
    background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #aaa;
    box-sizing:border-box;
}
#gnb_sm:hover .bg_sub_menu{display:block !important;}

.search_box{display:none;position:fixed;top:-10px;left:50%;width:250px;margin-left:380px;padding:10px;background:#fff;box-sizing: border-box;z-index:99;}
.search_box .search_box_close_wrap{text-align:right;}
.search_box .search_box_close{font-size:16px;font-weight:bold;}
.search_box .search_box_close img{width:15px;}

/* 중간 레이아웃 */
#wrapper {z-index:5;zoom:1; margin: 0 auto;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#aside {margin:15px 0;width:100%; background:#fff}

#container {position:relative;padding: 0;width:100%;min-height:500px;font-size:1em;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold; display:none;}

/* 하단 레이아웃 */

.ft_sitemap{left:0;width:100%;padding:35px 0;background:#f6f6f6;border-top:1px solid #ddd;}
.ft_sitemap #ft_gnb_sm a{display:block;text-decoration:none;}
.ft_sitemap #ft_gnb_sm a:hover{color:#4376c6;}
.ft_sitemap #ft_gnb_sm .ft_gnb_1dli{float:left;width:25%;padding-left:8px;border-left:1px solid #aaa;box-sizing:border-box;}
.ft_sitemap #ft_gnb_sm .ft_gnb_1da{display:inline-block;margin-bottom:10px;padding-bottom:5px;font-size:16px;font-weight:bold;border-bottom:1px solid #aaa;}
.ft_sitemap #ft_gnb_sm .ft_gnb_2dli{margin-bottom:5px;}
.ft_sitemap #ft_gnb_sm .ft_gnb_2da{font-size:14px;}

#ft2{
    left: 0;
    width: 100%;
    background: #ffffff;
    text-align: left;
    position: relative;
    text-align: center;
    border-top: 1px solid #e4e4e4;
}
#ft2 .ft2_1{}
#ft2 .ft2_1:after{display:block; content:''; clear:both;}
#ft2 .f_logo{ padding:15px 0 0 0;}
#ft2 .f_mark{ position: absolute; bottom: 20px; right: 20px;}
#ft2 .ft_wrap{ padding:50px 20px;}
#ft_btn{padding-bottom:10px;}
#ft_btn a{padding:0px 40px 0 0; color:#fff; font-family:'Nanum Gothic','Dotum',sans-serif; font-weight:bolder;}
#ft2 .ft_link{margin-bottom:15px;}
#ft2 .ft_link > li{float:left;margin-right:15px;}
#ft2 .ft_link > li > a{font-size:14px;color:#fff;}
#ft2 .ft_link > li > a:hover{color:#4376c6;}
#ft2 .f_info{line-height:2; color:#7e7e7e; font-size: 14px;}
#ft2 .f_info a{color:#eee;}
#ft2 address{font-style:normal;}
#ft2 .adm{display:inline-block; background:#666; color:#fff; padding:0px 7px; border-radius:5px;}
#ft2 .adm a {color:#fff; font-size:10px;}
#ft2 .btn_chk_businessnum{color:#ffa5a5;text-decoration:underline;}
#ft2 .btn_chk_businessnum:hover{color:#5246ff;}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin:5px auto;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#ff3061;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {
    padding: 12px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #ededed;
    background: #fcfcfc;
    color: #383838;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {
    padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all;
    font-size:14px;
}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 .frm_input[type="text"]{width:100%;}
.tbl_frm01 .frm_input[type="file"]{width:100%;}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:32px}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:'Noto Sans KR','Nanum Gothic';font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/*메일인증*/
.rg_em{margin-top:5px}
.rg_em caption{padding:0;font-size:0;line-height:0;overflow:hidden}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio{display:block;margin:5px 0 10px;}
#captcha.m_captcha #captcha_key{margin-left:3px }
#captcha.m_captcha #captcha_reload span{background:none;display:inline}
#captcha.m_captcha  #captcha_reload {position:relative ;width:auto;top:0;left:0;margin:0;padding:0 10px;height:29px;border:0;background:#e4eaec url(/img/captcha.png) no-repeat 0 -30px;;vertical-align:middle;overflow:hidden;cursor:pointer}

/* Common */
ul,li {list-style:none; padding:0; margin:0;}
a:hover , a:focus {text-decoration:none;}
.f_wrap:after {display:block; content:''; clear:both;}


/* INDEX */
#visual {width:100%; overflow:hidden;position:relative;padding-top:0px; }
#visual .flexslider {border:0; box-shadow:none; margin:0; width:100%;}
#visual .flex-control-nav{z-index:2;}
#visual .flex-direction-nav a {color:rgba(255,255,255,0.7)}
#visual .flex-control-paging li a {width:30px;height:3px;background:#aaa;background:rgba(0,0,0,0.3);transition:5s}
#visual .flex-control-paging li a:hover {background:#000;}
#visual .flex-control-paging li a.flex-active{width:100px;background:#000;}
#visual .slides {width:100%;}
#visual .slides > li {width:100%; height:103vh;}
.banner_wrap{padding:5% 0;}
.banner_wrap2{padding:0 ;}
.banner_wrap3{padding:8% 0; background: #1f2e52;}
.banner_wrap h2{margin-bottom:10px;font-size:40px;color:#000;text-align:center;}
.banner_wrap h3{margin-bottom:10px;font-size:30px;color:#000;text-align:center;}
.banner_wrap h4{font-size:36px;color:#000;text-align:center;}
.banner_wrap .banner{float:left;position:relative;width:615px;height:200px;background:#dfe;overflow:hidden;}
.banner_wrap .banner:nth-of-type(2){margin-left:30px;}
.banner_wrap .banner > a{display:block;position: absolute;top:0;left:0;width:100%;height:100%;padding:130px 50px 0;font-size:22px;color:#222; font-weight:500; box-sizing: border-box;z-index:2;transition: 1s;}


/* mb04 */
.mb04 {/*background: url(/theme/tobo/img/mb04_bg.jpg) no-repeat center; background-size: cover;*/text-align: center;}
.mb04 h2 {color: #fff;}
.mb04 h3 {color: #060821;display: inline-block;background: #e0e0e0;}
.mb04 p {font-size: 18px; color: #fff;}
.mb04 ul {width: 100%;margin: 0 auto;padding:0;overflow: hidden;}
.mb04 li {float: left;width:25%;height:800px;margin:0;padding:0;box-sizing: border-box;background-repeat: no-repeat; background-position: center; background-size: cover; overflow: hidden}

.mb04 li:first-child {background-image: url(/theme/tobo/img/mb04_img_01.jpg);
		-webkit-transition: background-image 0.1s ease-in-out;
		-moz-transition: background-image 0.1s ease-in-out;
		-o-transition: background-image 0.1s ease-in-out;
		transition: background-image 0.1s ease-in-out;
		transition-duration: 0.3s !important;
}
.mb04 li:nth-child(2) {background-image: url(/theme/tobo/img/mb04_img_02.jpg);
		-webkit-transition: background-image 0.1s ease-in-out;
		-moz-transition: background-image 0.1s ease-in-out;
		-o-transition: background-image 0.1s ease-in-out;
		transition: background-image 0.1s ease-in-out;
		transition-duration: 0.3s !important;
}
.mb04 li:nth-child(3) {background-image: url(/theme/tobo/img/mb04_img_03.jpg);
		-webkit-transition: background-image 0.1s ease-in-out;
		-moz-transition: background-image 0.1s ease-in-out;
		-o-transition: background-image 0.1s ease-in-out;
		transition: background-image 0.1s ease-in-out;
		transition-duration: 0.3s !important;
}
.mb04 li:last-child {background-image: url(/theme/tobo/img/mb04_img_04.jpg);
		-webkit-transition: background-image 0.1s ease-in-out;
		-moz-transition: background-image 0.1s ease-in-out;
		-o-transition: background-image 0.1s ease-in-out;
		transition: background-image 0.1s ease-in-out;
		transition-duration: 0.3s !important;
}
.mb04 li:first-child:hover {
		background-image: url(/theme/tobo/img/mb04_img_01_over.jpg);
}
.mb04 li:nth-child(2):hover {
		background-image: url(/theme/tobo/img/mb04_img_02_over.jpg);
}
.mb04 li:nth-child(3):hover {
		background-image: url(/theme/tobo/img/mb04_img_03_over.jpg);
}
.mb04 li:nth-child(4):hover {
		background-image: url(/theme/tobo/img/mb04_img_04_over.jpg);
}
/*.mb04 li {float: left;width: 24%;margin: 1% 0.5%;background: rgba(255,255,255,0.9);padding: 5% 2%;border-radius: 5px;box-sizing: border-box;}*/
.mb04 li p {font-size: 20px;font-weight: bold;color: #060821;}
.mb04 li p:before {content: "";display: block;width: 100%;height: 3px;background: #060821;margin: 40px auto;}
.mb04 img {width: 100px;}

/* mb05 */
.mb05 {background: #fff; text-align: center;}
.mb05 ul {max-width: 1200px;margin: 0 auto;padding: 2%;overflow: hidden;}
.mb05 li {float: left;width: 45%;height: 197px;margin: 1% 2.5%;padding: 2%;box-sizing: border-box; background-repeat: no-repeat; background-position: center; background-size: cover; overflow: hidden; border-bottom:3px solid #000}
/*.mb05 li:nth-child(1) {background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) ),url(/theme/tobo/img/mb05_img1.jpg)}
.mb05 li:nth-child(2) {background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) ),url(/theme/tobo/img/mb05_img2.jpg)}
.mb05 li:nth-child(3) {background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) ),url(/theme/tobo/img/mb05_img3.jpg)}
.mb05 li:nth-child(4) {background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) ),url(/theme/tobo/img/mb05_img4.jpg)}*/
.mb05 li h4 {color: #000;text-align:left;margin-top:5px}
.mb05 li:nth-child(4) h4 {margin-top:0}
.mb05 li p {font-size: 18px;color: #000;text-align:left;word-break:keep-all}
.mb05 .icon_wrap {width:22%;float:left;margin:10px 15px 0 0;padding-right:10px;font-size:72px;height:100px;line-height:100px;border-right:1px solid #000}
/*.mb05 .icon_wrap {width: 120px; height: 120px; border-radius: 50%; padding: 30px; background: rgba(255,255,255,0.9); margin: 0 auto 80px; box-shadow: 2px 2px 6px rgba(0,0,0,0.3); box-sizing: border-box;}*/
.mb05 .icon_wrap img {width: 60px;}
/*.mb05 li:nth-child(1):hover {background-image: url(/theme/tobo/img/mb05_img1.jpg);}
.mb05 li:nth-child(2):hover {background-image: url(/theme/tobo/img/mb05_img2.jpg);}
.mb05 li:nth-child(3):hover {background-image: url(/theme/tobo/img/mb05_img3.jpg);}
.mb05 li:nth-child(4):hover {background-image: url(/theme/tobo/img/mb05_img4.jpg);}*/

/* mb06 */
.mb06 {background: #eee;}
.mb06 .cont_wrap {max-width: 1200px;margin: 0 auto;padding: 2% 0;}

/* mb07 */
.mb07 {max-width:1200px;margin:0 auto}
.mb07 div article {}
.mb07 div article:first-child {float:left;width:50%;height:500px;padding:5%;background:transparent url(/theme/tobo/img/mb07_bg.jpg) no-repeat center;background-size:cover;box-sizing:border-box}
.mb07 div article:first-child img {width:80%}
.mb07 div article:first-child p {margin-top: 50px;font-size:18px;color:#fff;line-height:1.5em}
.mb07 div article:nth-child(2) {position:relative;float:right;width:45%;height:250px}
.mb07 div article:nth-child(2) p {position:absolute;right:0;text-align:right}
.mb07 div article:nth-child(2) p:nth-child(2) {top:0;font-size:20px}
.mb07 div article:nth-child(2) p:nth-child(2) span {font-weight:700}
.mb07 div article:nth-child(2) p:nth-child(3) {top:25px;font-size:100px;color:#436eb3}
.mb07 div article:nth-child(2) p:last-child {top:170px;font-size:14px;line-height:1.5em;font-weight:300}
.mb07 div article:last-child {clear:both;position:relative}
.mb07 div article:last-child a {position:absolute;top:-170px;right:0;padding-bottom:3px;font-size:16px;
	border-bottom:1px solid #000;
}
.mb07 div article:last-child a:hover {border-bottom:0}
.mb07 div article:last-child a span {color:#436eb3}
.underline {
  line-height: 1.2;
  background-image: linear-gradient(transparent calc(100% - 3px), #000 3px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.8s;
  color: #000;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .underline {
    font-size: 5em;
  }
}
.underline.yellow {
  background-image: linear-gradient(transparent 60%, #f8e068 40%);
}
.underline:hover {
  background-size: 100% 100%;
}
.mb07 div article:last-child ul {display:flex;justify-content:space-evenly}
.mb07 div article:last-child ul li {width:20%;margin-top:-10%;text-align:center;font-size:18px}
.mb07 div article:last-child ul li span {display:block;margin-top:10px;font-size:14px;color:#777}
.mb07 div article:last-child ul li img {width:100%;margin-bottom:30px;}

/* mb08 */
.mb08 {background: url(/theme/tobo/img/mb08_bg.jpg) no-repeat center; background-size: cover; text-align: left;}
.mb08 > div {max-width: 1200px;}
.mb08 h2 {color: #051444;}
.mb08 h3 {font-size: 26px; color: #051444; text-align: left; transition: all 0.3s;}
.mb08 ul {padding: 2% 0;text-align: center;}
.mb08 li {display: inline-block;width: 32%; padding: 1% 2%; box-sizing: border-box; margin-right: 2%; background: #fff; border: 2px solid #051444; position: relative; transition: all 0.3s;}
.mb08 li p {font-size: 18px;font-weight: bold;color: #051444;text-align: left; transition: all 0.3s;}
.mb08 li img {position: absolute;top: 12px; right: 12px; width: 80px;}
.mb08 li:hover {background: #051444;}
.mb08 li:hover h3 {color: #fff;}
.mb08 li:hover p {color: #fff;}


@media all and (max-width:1024px) {
		.mb05 .icon_wrap {border-right:0;height:150px}
		.mb05 .icon_wrap {font-size: 60px}
}

@media all and (max-width:767px) {
    .banner_wrap {padding: 10% 10px;}
    .banner_wrap h2{font-size:20px; word-break: keep-all;}
    .banner_wrap h3{font-size:16px;}
    .banner_wrap h4{font-size:24px}
    
    /* mb04 */
    .mb04 p {font-size: 13px; word-break: keep-all;}
    .mb04 ul {padding: 0}
    .mb04 li {float: left;width: 48%;height:400px;margin:1%}
    .mb04 li p {font-size: 12px;}
    .mb04 li p:before {width: 80%;margin: 20px auto;}
    .mb04 img {width: 55px;}
    .mb04 p br {display: none;}
    
    /* mb05 */
    .mb05 li {width: 99%;height: auto;margin:0 1%;padding:0;}
    .mb05 li h4 {margin-top:25px}
    .mb05 li:nth-child(4) h4 {margin-top:25px}
    .mb05 li p {font-size: 18px;}
    .mb05 .icon_wrap {width: 80px; height: auto; padding: 20px; margin: 10px 15px 20px 0}
    .mb05 .icon_wrap img {width: 40px;}
    
    /* mb07 */
	.mb07 div article:first-child {float:none;width:100%;height:300px}
	.mb07 div article:first-child img {width:80%}
	.mb07 div article:first-child p {margin-top: 50px;font-size:18px;color:#fff;line-height:1.5em}
	.mb07 div article:nth-child(2) {float:none;width:100%;height:300px;margin-top:100px}
	.mb07 div article:nth-child(2) p:nth-child(3) {font-size:72px}
	.mb07 div article:nth-child(2) p:last-child {top:130px}
	.mb07 div article:last-child {clear:both}
	.mb07 div article:last-child ul {display:flex;justify-content:space-evenly;flex-wrap:wrap}
	.mb07 div article:last-child ul li {width:100%;margin-top:30px}
	.mb07 div article:last-child ul li img {width:100%;margin-bottom:10px;}
	.mb07 div article:last-child a {top:-50px}
    
    /* mb08 */
    .mb08 li {width: 68%; padding: 1% 2%; margin: 0 0 2%;}
    .mb08 li p {font-size: 14px;}
    .mb08 li img {position: absolute;top: 8px; right: 12px; width: 45px;}
    
}    


.product_wrap{padding:50px 0;text-align:center;}
.product_wrap h2{margin-bottom:30px;font-size:30px;color:#000;text-align:center;}
#product_con {overflow:hidden;position:relative;/*padding-top:100px;*/}
#product_con .flexslider_product {border:0; box-shadow:none; margin:0; width:100%;}
#product_con .flexslider_product .flex-direction-nav a {color:rgba(255,255,255,0.7)}
#product_con .flexslider_product .flex-control-nav{top:0;bottom:auto;z-index:2; display:none;}
#product_con .flexslider_product .flex-control-paging > li{margin:0 20px;}
#product_con .flexslider_product .flex-control-paging > li > a {position:relative;width:120px;height:47px;background:#fff;border-radius:0;border:0;border-bottom:3px solid #fff;box-shadow:none;}
#product_con .flexslider_product .flex-control-paging > li:nth-child(1) > a{}
#product_con .flexslider_product .flex-control-paging > li:nth-child(2) > a{width:80px}
#product_con .flexslider_product .flex-control-paging > li:nth-child(3) > a{width:16ㄴㄴ0px}

#product_con .flexslider_product .flex-control-paging > li > a.flex-active{border-bottom:3px solid #000;}
#product_con .flexslider_product .flex-control-paging > li > a:after{
    display:block;clear:both;position:absolute;top:0;left:0;width:140px;height:47px;font-size:22px;font-weight:bold;color:#949494;line-height:47px;text-indent:0;
}
#product_con .flexslider_product .flex-control-paging > li:nth-child(1) > a:after{width:120px}
#product_con .flexslider_product .flex-control-paging > li:nth-child(2) > a:after{width:80px}
#product_con .flexslider_product .flex-control-paging > li:nth-child(3) > a:after{width:160px}

#product_con .flexslider_product .flex-control-paging > li > a.flex-active:after{color:#000;}
#product_con .flexslider_product .flex-control-paging > li > a:hover:after{color:#000;}

#product_con .flexslider_product .slides {width:100%;}
#product_con .flexslider_product .slides > li {width:100%; height:820px;background:#f8f8f8;}

.searchbar_wrap{width:100%;padding:80px 0 140px;background:#101733 url(/theme/tobo/img/searchbar_wrap_bg.png) no-repeat center;}
.searchbar_wrap h2{text-align:center;margin-bottom:20px;font-size: 22px;color:#fff;}
.searchbar_wrap .search_bar{width:800px;margin:0 auto;}
.searchbar_wrap #hd_sch_bar{margin: 0;padding: 5px;border-bottom:2px solid #fff;background:#2144c1;background:transparent;}
.searchbar_wrap #hd_sch_bar legend {position: absolute;margin: 0;padding: 0;font-size: 0;line-height: 0;text-indent: -9999em;overflow: hidden;}
.searchbar_wrap #hd_sch_bar #sch_stx_bar{padding-left: 5px;width:740px;height:40px;border: 0;background:#2144c1;background:transparent;line-height:40px !important;font-size:16px;color:#fff;}
.searchbar_wrap #hd_sch_bar #sch_stx_bar::placeholder{color:#fff;}
.searchbar_wrap #hd_sch_bar #sch_submit_bar {padding: 0 5px;height: 26px;border: 0;font-size: 16px;line-height: 26px;background: #fff;color: #333;cursor: pointer;}

   .st-title {
        display:inline-block;
        font-size: 26px;
    font-weight: 800;
    }

.adm_btn{
    color: #fff !important;
    background: #0d7eb6;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
}

.bs-shadow {
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 12px;
}

.border-radius-15 {
    border-radius:15px
}

.color-brand {
    color:var(--color-brand)!important;
}

.sub-p {
    margin:6em auto;
    max-width:1140px;
 
    padding: 0 1.5em;
}

.sub-p p {
    font-size: 18px;
    margin: 0 0 1.5em 0;
    word-break: keep-all;
    font-family: 'noto sans kr';
    line-height: 35px;
}

.sub-p p:only-child {
    margin-bottom:0;
}

.sub-p p:last-child {
    margin-bottom:0;
}


.s-header {
    font-size: 31px;
    margin: 1em auto;
    padding: 28px 0;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'noto sans kr';
    max-width: 1140px;
}

/* SUB */
.s_top_wrap {
    position: relative;
    height: 100px;
    width: 100%;
    background: var(--color-brand);
    border-bottom: 1px solid #ececec;
}
.sub_top {     position: absolute;
    top: 66%;
    left: 0;
    max-width: 1280px;
    margin-left: 312px;
    font-size: 44px;
    font-weight: bold;
    color: #fff;}
    .sub_top span:before{    content: "";
        position: absolute;
        color: #fff;
        z-index: 999;
        transform: translate(-50%,-50%);
        top: 17%;
        left: 8%;
        width: 30px;
        background: #fff;
        height: 1px;}
    .sub_top span{     display: block;
        position: relative;
        font-family: 'Noto Sans KR','Nanum Gothic';
        font-size: 20px;
        font-weight: 300;
        padding-top: 18px;
        margin-top: 6px;}
#bo_v_table{display:none;}

/* sub_html 공통디자인 */
.sub_wrap{margin-bottom:40px;}
.sub_wrap p{font-size:15px;color:#666;line-height:1.8;}
.sub_wrap h3{position: relative;font-size: 18px;color: #000;padding: 5px 12px;border-bottom: 1px solid #ddd;margin: 20px 0 5px;}
.sub_wrap h3::before {content: '';display: block;clear: both;position: absolute;top: 10px;left: 0;width: 4px;height: 18px;background: #D02527;}
.sub_wrap .line {position: relative;padding-left: 20px;}
.sub_wrap .line:after {content: '';display: block;clear: both;position: absolute;top: 14px;left: 9px;width: 7px;height: 1px;background: #777;}
.sub_wrap .star {position: relative;margin:0;padding-left:30px;font-size:14px;color:#777;}
.sub_wrap .star:after {content: '*';display: block;clear: both;position: absolute;top:4px;left:21px;width:17px;height:17px;color:#777;}
.sub_wrap .red{color:#D02527;}
.sub_wrap .black{color:#000;}
.sub_wrap .line_list{padding:5px 0 5px 30px;}
.sub_wrap .line_list > li{list-style:none;position:relative;font-size:15px;color:#777;}
.sub_wrap .line_list > li:after{content:'';display:block;clear:both;position:absolute;top:10px;left:-12px;width: 7px;height: 1px;background: #777;}
.sub_wrap .line_list > li > a{color:#777;}
.sub_wrap .line_list > li > a:hover{color:#D02527;}
.sub_wrap .img_list{margin:5px 0 30px;}
.sub_wrap .img_list > li{float:left;margin:0 20px 20px 0;}
.sub_wrap .img_list > li:last-child{margin-right:0px;}

/* 모바일 디자인 */
.pc_hide{display:none;}
#hd_mo{position:fixed;top:0;left:0;z-index: 1000;width:100%;background:#fff;/*border-bottom:1px solid #444;*/}
#hd_mo .hd_top_left_mo{width:100%;height:42px;background:#000;padding:0 10px;box-sizing:border-box; display:none;}
#hd_mo .hd_top_left_mo > li{float:left;}
#hd_mo .hd_top_left_mo > li:nth-child(1){width:21%;}
#hd_mo .hd_top_left_mo > li:nth-child(2){width:18%;}
#hd_mo .hd_top_left_mo > li:nth-child(3){width:7%;}
#hd_mo .hd_top_left_mo > li:nth-child(4){width:8%;}
#hd_mo .hd_top_left_mo > li:nth-child(5){width:4.5%;}
#hd_mo .hd_top_left_mo > li > a{line-height:42px;}
#hd_mo .hd_top_left_mo > li > a > img{width:100%;}
#hd_mo #logo_mo{width:100%;/*padding-left:10px;*/ text-align: center;background: rgba(0,0,0,.8);}
#hd_mo .btn_menu_open{position:absolute;top:50%;margin-top:-23px;left:10px;width:46px;height:46px;line-height:46px;font-size:30px;text-align:center;z-index:1100;}
.mo_menu{display:none;position:fixed;top:0px;left:-100%;z-index:2000;width:100%;height:100%;
    /*height:-webkit-calc(100%-42px);
    height:-moz-calc(100%-42px);
    height:calc(100%-42px);*/
    background:#fff;
    overflow:auto;
}
.mo_menu .btn_menu_close{position:absolute;top:20px;right:20px;width:46px;height:46px;line-height:46px;font-size:30px;text-align:center;z-index:1100;}
#hd_sch_mo{position: relative;margin:80px 0 0;padding:10px; display: none;}
#hd_sch_mo #sch_stx{width:100%;height:40px;padding:0 10px;line-height:40px;color:#fff;background:#000;border:0;border-radius: 15px;box-sizing:border-box;}
#hd_sch_mo #sch_submit{position:absolute;top:15px;right:20px;padding:0 5px;height:30px;border:0;font-size:16px;line-height:30px;color:#333;cursor:pointer;}
#hd_logo_mo {text-align: center;padding: 20px 0;}
#hd_logo_mo img {width: 50px;}

#gnb_sm_mo{border-top:4px solid #252525;}
#gnb_sm_mo #gnb_1dul_mo{padding:0 10px 10px;}
#gnb_sm_mo .gnb_1dli_mo{border-bottom: 1px solid #ddd;}
#gnb_sm_mo .gnb_1da_mo{display:block;padding:15px 0;font-size:20px;text-align: center;color: #252525;font-weight: bold;}
#gnb_sm_mo .gnb_2dul_mo{/*padding-bottom:10px;*/}
#gnb_sm_mo .gnb_2dli_mo{text-align: center;}
#gnb_sm_mo .gnb_2da_mo{display: block;padding:15px 15px;font-size: 15px;color:#333;border-top: 1px solid #ddd;font-weight: 400;}
#gnb_sm_mo .gnb_3da_mo{display: block;padding:10px 30px;font-size: 13px;color:#777;position: relative;}
#gnb_sm_mo .gnb_3da_mo:before {content: "-";position: absolute;top: 10px;transform: translateX(-10px);}
#tnb_mo{padding-bottom:10px;border-bottom: 1px solid #ddd;}
#tnb_mo li{float:left;width:50%;text-align:center;}
#tnb_mo li > a{display:block;padding:10px 0;font-size:16px;border-right:1px solid #ddd;}
#tnb_mo li:last-child > a{border-right:0;}
.hd_top_right_mo{bottom:0;left:0;width:100%;background:#252525;}
.hd_top_right_mo li{float:left;width:20%;text-align:center;height: 53px;}
.hd_top_right_mo li > a{display:block;width:100%;height:100%;color: #fff;font-size: 17px; line-height: 50px;}
.hd_top_right_mo li img {max-width: 100%;}
.hd_top_right_mo li .blog {width: 20px;}

.ani1{animation-duration: 1s;transition-duration: 1s!important;   }

/* .gnb_1dli_mo:last-child {
    margin: 0 0 3.5em 0
} */


.logo2{display:none;}
.flexslider .slides{    background-color: #000;}
/*#visual .slides > li:nth-child(1){background:url(/theme/tobo/img/slide02.png) no-repeat top center;     background-size: cover!important;background-position-y: 0;
    animation: grow 3s linear;opacity: 1;background-size: 105%;}
@keyframes grow {
    0%   { background-size: 100% auto; opacity: 0.5;}
100%   { background-size: 105% auto;opacity: 1; }
}*/

#visual .slides > li:nth-child(1){background:url(/theme/tobo/img/m_01.jpg) no-repeat top center; background-size: cover!important;}
#visual .slides > li:nth-child(2){background:url(/theme/tobo/img/m_02.jpg) no-repeat top center; background-size: cover!important;}

.logo0101 {
    width: 100%;
    padding: 0 0 0 5em;
    box-sizing: border-box;
}


.f-wrap {
    text-align: center;
    background: #fff;
    border-radius: 15px;
    padding: 3em 0;
}

.f-wrap h3 {
    color: #333;
    font-size: 16px;
    word-break: keep-all;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1px;
}

.f-wrap img {
    height: 57px;
    margin: 0 0 2em 0;
}

.btm-txt-wrap {
    background-image:url('../img/mom-2208928_1920.jpg');
    height: 500px;
    margin: 0 0 -2em 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow:column;
}

.btm-txt-wrap p {
    font-size: 27px;
    font-weight: 100;
    color:#fff;
}

.btm-txt-wrap h2 {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    /* text-align: left; */
    line-height: 29px;
    border: 1px solid #fff;
    padding: 20px;
    margin: 0 0 2em 0;
    letter-spacing: -1px;
}

.topvisual-0101 h3 {
    font-size:27px;
    margin: 0 0 .5em 0;
}

.topvisual-0101 .column {
    padding: 0!important;
}

.topvisual-0101 .v-box {
    background: #4d413f;
    color: #fff;
    padding: 4em;
}

.v-img {
    width: 100%; margin: -17px 0 0 -17px;
}

@media(max-width:767px) {
    .topvisual-0101 h3 {
        font-size:20px
    }
    .topvisual-0101 .v-box {
        padding:3em;
    }
    .logo0101 {
        padding: 0
    }
    .v-img {
    margin:0;
    }
    .btm-txt-wrap p {
        font-size: 17px;
        font-weight: 100;
        padding: 0 3em;
        text-align: center;
    }

}

.text_box01{max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    text-align: center;}
#mb01_txt0 {
         width: 100%;
    font-size: 16px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 3%;
}
#mb01_txt2 {
    width: 100%;
    font-weight: 200;
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-family: 'play';
}
#mb01_txt1{    width: 1px;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 5% auto 4%;
    height: 40px;
    font-family:'play';
    overflow: hidden;
}

#responsive-video {
    width:100%;
}

.column {
    box-sizing:border-box;
}

.m-container {
    max-width:1180px;
    margin: 11em auto;
}

.store-block {
    position:relative;
    height: 279px;
    display: flex;
    align-items: self-start;
    justify-content: center;
    flex-flow: column;
    /* border: 1px solid #dedede; */
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 8px;
    margin: 2em 0;
    padding: 0 4em;
    background: #002b82;
}

.bo_fx, #gall_allchk {
    max-width:1140px;
    margin: 0 auto;
}

.store-block .sb1 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px 0;
}
.store-block .sb2 {
    font-size: 20px;
    color:#fff;
}

.store-block .sb-divider {
    display: block;
    background: rgba(255,255,255,.1);
    width: 100%;
    height: 1px;
    margin: 15px 0;
}

.store-block .sb3 {
    color: #a3b5db;
    font-size: 15px;
}

#mb01_txt{
    width: 100%;
    font-weight: 100;
    font-size: 33px;
    /* line-height: 25px; */
    text-align: center;
    letter-spacing: 0px;
    word-break: keep-all;
    color: #fff;
    margin: 4% 0;
    font-family: 'play';
}

    #mb02_txt0 {    width: 100%;
        font-size: 26px;
        text-align: center;
        color: #282828;
        letter-spacing: 2px;
        font-weight: 700;
        margin-bottom: 12px;
        text-transform: uppercase;}
    #mb02_txt {      width: 100%;
        font-weight: 400;
        font-size: 42px;
        text-align: center;
        color: #000;
        font-family: 'Nanum Myeongjo', serif;
        letter-spacing: -0.8px;
        line-height: 1;}

    #mb03_txt0 {    width: 100%;
        font-size: 26px;
        text-align: center;
        color: #fafafa;
        letter-spacing: 2px;
        font-weight: 700;
        margin-bottom: 12px;
        text-transform: uppercase;}


     .cont_box{    max-width: 1450px;
        margin: 0 auto;
        overflow: hidden;
        padding: 2% 0;}
        .cont_box .imgHoverEvent:nth-child(1){ background-image: url(/theme/tobo/img/img_story1.jpg);}
        .cont_box .imgHoverEvent:nth-child(1):hover{  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url(/theme/tobo/img/img_story1.jpg);}
        .cont_box .imgHoverEvent:nth-child(2){background-image: url(/theme/tobo/img/img_story2.jpg);}
        .cont_box .imgHoverEvent:nth-child(2):hover{  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url(/theme/tobo/img/img_story2.jpg);}
        .cont_box .imgHoverEvent:nth-child(3){background-image: url(/theme/tobo/img/img_story3.jpg);}
        .cont_box .imgHoverEvent:nth-child(3):hover{  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url(/theme/tobo/img/img_story3.jpg);}
        .cont_box .imgHoverEvent:nth-child(4){background-image: url(/theme/tobo/img/img_story4.jpg);}
        .cont_box .imgHoverEvent:nth-child(4):hover{  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url(/theme/tobo/img/img_story4.jpg);}
        .imgHoverEvent{ 
            height: 500px;
            margin: 1%;
            position: relative;
            overflow: hidden;
            display: inline-block;
            box-sizing: border-box;
           
            background-repeat: no-repeat;
            background-size: cover;
            float: left;
            width: 23%;}
            .imgHoverEvent:hover{box-shadow: 0 10px 20px 0px rgb(0 0 0 / 30%);transition: all .3s;   }
        .imgHoverEvent .imgBox{width:100%; height:100%; text-align: center;}
        .imgHoverEvent .hoverBox{position: absolute; top:0; left: 0; }
        .hoverBox p.p1{     font-size: 28px;
            color: #fff;
            padding: 104% 8% 7%;
            /*font-family: 'Nanum Myeongjo', serif;*/
            font-weight: 700; letter-spacing: -1px;}
        .hoverBox p.p2{margin-top: 40px;
            color: #fff;
            font-size: 3em;
            font-weight: 300;
            padding: 0 8%;
            margin: 0;}
            .hoverBox p.p2 a{color: #fff;}
        .event1 .hoverBox{    transform: translateY(60%);
            transition: 0.5s;
            width: 100%;
            height: 30%;}
        .event1:hover .hoverBox{    transform: translateY(0);}

/* banner_wrap3 시작 */
.inquiry_box {width: 1280px; margin: 2% auto; background: #fff;}
    
/* h */
label {margin-bottom: 0 !important;}
.f_cus_r{
    padding:50px;
    box-sizing:border-box;
    font-size:12px;
}
.f_cus_r form{
    color:#000;
}
.f_cus_r table{
    width:100%;
    border-collapse: collapse;
    border:none;
    margin-bottom:15px;
}
.f_cus_r table input{
    vertical-align: middle;
    box-sizing: border-box;
}

.f_cus_r .h_1{
/*margin-bottom:40px;*/
}


.head-sub-title {
    font-size: 25px;
    margin: 1em 0 2em 0;
}

.sub-top p {
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0 0 0;
    line-height: 32px;
}

.time-ul {}
.time-ul li {
    margin: 8px 0;
    display: flex;
    align-items: center;
}
.time-ul li .ui.label {
    font-size:12px;
}
.time-ul li strong {
    font-size: 17px;
    padding: 0 0 0 7px;
    font-weight: 300;
}

.f_cus_r .h_1 tr{
    line-height:45px;
}
.f_cus_r .h_1_label{
    text-align:center;
    padding:0 20px;
    font-size:14px;
}
.f_cus_r .h_1_con{
    padding: 10px 0;
}
.f_cus_r .h_1_econ{
    padding: 10px 0;
}
.f_cus_r .h_1_econ textarea{
    width: 100%;
	height:110px;
    line-height:2;
    padding: 8px 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.f_cus_r .h_1 input{
    width: 100%;
	height:50px;
    padding: 0 20px;
    font-size: 14px;
    border: 1px solid #ddd;
}
.f_cus_r .input_phone{
    width:100%;
	height:28px;
}
.f_cus_r .h_3_submit{
    text-align:center;
}
.f_cus_r .h_3_submit input{
    width: 25%;
    height: 60px;
    padding: 0 0;
    font-size:16px;
    background:#1f2e52;
    color:#fff;
    border:none;
    cursor:pointer;
    margin-top: 20px;
}
/* banner_wrap3 끝 */

.mb01_btn0{    margin-top: 10%;}
#mb01_btn{     margin-top: 31.5%;
    left: 47%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-sizing: border-box;
    text-decoration: none;}
#mb01_btn:hover{background-color:#fff; color:#000; transition:0.4s; }
#mb02_btn:hover{background-color:#fff; color:#000; transition:0.4s;}
#mb02_btn {  margin-top: 29%; position: absolute; transform: translate(-50%, -50%); border: 1px solid #444; color: #444; font-size: 14px; padding: 10px 30px; text-transform: uppercase; border-radius: 30px; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}

.goog-te-banner-frame{top:101px !important; z-index: 9 !important;}

#sm_shop_tab{margin:10px 0 60px 0;}
#sm_shop_tab li{margin:0 20px; display:inline-block; }
#sm_shop_tab li a{width:120px; height:47px; font-size:22px; color:#949494; line-height:47px; font-weight:bold; }
#sm_shop_tab .sanchor_on{border-bottom:3px solid #000;}
#sm_shop_tab .sanchor_on a{color:#000;}


.ma_play{}
.ma_play ul{overflow: hidden;}
.ma_play ul li{float: left;width: 50%;position: relative;}
.ma_play ul li img{width: 100%;}

.ma_play ul li .txt_box{    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;}
.ma_play ul li .txt_box p{}
.ma_play ul li .txt_box #mb03_txt{      width: 100%;
    font-size: 16px;
    color: #282828;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6%;}
.ma_play ul li .txt_box #mb03_txt1{    width: 100%;
    font-weight: 400;
    font-size: 44px;
    color: #282828;
    font-family: 'Nanum Myeongjo', serif;
    letter-spacing: -1px;
    line-height: 1.25;}
.ma_play ul li .txt_box p.line{       width: 60px;
    height: 1px;
    background: #282828;
    margin: 15% 5px;}
.ma_play ul li .txt_box p.tt{    font-size: 20px;
    font-weight: 300;
    color: #888;
    line-height: 1.35;}
.ma_play ul li .txt_box p.btn_pl{     margin-top: 18%;}
.ma_play ul li .txt_box p.btn_pl a{font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 12px 60px;}
    .ma_play ul li .txt_box p.btn_pl a:hover{background: #000; color: #fff; transition-duration: 1s;}


/* 반응형 */
/* 1260 이상 */
@media all and (max-width:1920px){

    #visual .slides > li{height: 100vh;}
}
@media all and (max-width:1590px){
    .hd_wrap{
      
    }
    #visual .slides > li {height: 100vh;}
}
@media all and (max-width:1420px){
  
    .sub_top{    transform: translate(-50%,-50%)!important;
        top: 66%;
        left: 50%;
        text-align: center;}
        .sub_top span:before {
            top: 18%;
            left: 50%;
         
        }
    .inquiry_box {width: 90%;}
}
@media all and (min-width:1260px){
    .banner_wrap .banner > img{position: absolute;top: -19px;left: -58px;transform: scale(0.9);transition: 1s;}
    .banner_wrap .banner:hover img{transform: scale(1);}
    .banner_wrap .banner:hover a{text-shadow:0 0 5px #000; color: #fff;}
    .mo_menu{display:none;}
   
}

/* 1024 ~ 1259 */
@media all and (max-width:1259px){ #visual .slides > li {
        height: 100vh;
    }

#logo_mo img {
    height: 43px;
    margin: 15px 0;
}
    
.s_top_wrap {
    height:74px
}

    #hd_mo{background:transparent;}
    .center{width:100%;margin:0 auto;}
    .mo_hide{display:none;}
    .pc_hide{display:block;}
    #hd .hd_top_wrap{width:100%;}
    .mo_menu{display:block;}
    .banner_wrap .banner{width:49%;height:auto;}
    .banner_wrap .banner:nth-of-type(2){margin-left:2%;}
    .banner_wrap .banner > img{width:100%;}
    .banner_wrap .banner > a{padding:50px 0 0 50px}
    #product_con .flexslider_product .slides > li{height:auto;}
    #product_con .flexslider_product .flex-control-paging > li > a:after{font-size:28px;}
    .ft_sitemap{padding:35px 20px;box-sizing:border-box;}
    #ft2 .ft_wrap {padding: 20px;box-sizing:border-box;}
    #container{box-sizing:border-box;}

	#mb01_txt span {
        display:block;
        font-size: 22px;
    }
	#mb01_txt{margin-top: 4%}
	/*#mb01_txt2{ margin-top: 2%;}*/
	#mb01_btn{ padding: 2% 6%; left: 40%; margin-top: 66%;}


	
    #hd_mo .btn_menu_open{    color: #fff;}


}

/* 768 ~ 1023 */
@media all and (max-width:1023px){
    /* .ma_play ul li .txt_box #mb03_txt1{    font-size: 36px;}
    #visual .slides > li{height:100vh;}
    .mb01_btn0{padding-bottom: 5%;}
    .ma_play ul li .txt_box p.tt{font-size: 16px;}
    .hoverBox p.p1{
        padding: 115% 8% 7%;}
    .searchbar_wrap .search_bar{width:500px;}
    .searchbar_wrap #hd_sch_bar #sch_stx_bar{width:440px;}
    .product_wrap{padding:30px 0;}
    .ft_sitemap #ft_gnb_sm .ft_gnb_1dli{width:33.3333%;margin-bottom: 25px;}
    .s_top_wrap{    height: 7vh;background: #fff;}
    .sub_top{width:100%;}
	.text_box01{width:100%; margin:0 auto; overflow:hidden; }

	#mb01_txt span {display:block}
	#mb02_txt{ left: 3%;}
	#mb02_txt2{left: 3%;}
	#mb02_btn{left: 3%;}
} */

/* 481 ~ 767 */
@media all and (max-width:767px){

    div.sub-top-inner {
        padding: 0 2em;
    }

    div.sub-top h2 {
        font-size:20px
    }

    div.sub-top p {
        font-size:18px
    }

    .sub-top {
        background-size: 100%;
        background-position: center right -16em;
    }

    .s-header {
        font-size: 17px;
        padding: 0.7em 1em;
        border-bottom: 1px solid #e4e4e4;
        font-family: 'noto sans kr';
        max-width: 1140px;
        background: #fff;
        margin-top:0;
        margin-bottom:0;
        font-weight: 600;
        text-align: center;
        color: #333;
        letter-spacing: -1px;
    }

  

    .text_box01 {
        width:70%
    }

    #mb01_txt{}
    #visual .slides > li {
        height: 100vh;
    }
    #mb01_txt2 {
        font-size: 19px;
        word-break: keep-all;
        margin: 20px 0 0 0;
        /*line-height: 1.2;*/
    }
    #mb01_txt1 {
        margin: 2% auto;
        height: 10px;}
    /*.text_box01 {
        top: 65%;
    }*/
    .imgHoverEvent{width: 45%;}
    .hoverBox p.p1 {
        padding: 100% 8% 7%;
    }
    .imgHoverEvent:nth-child(3){    width: 96%;}
    .imgHoverEvent:nth-child(3) .p1{ padding: 57% 8% 7%;  }
    .ma_play ul li .txt_box #mb03_txt1 {
        font-size: 26px;
    }
    .banner_wrap2 {
        padding: 0 0 10%;
    }
    .ma_play ul li .txt_box{    width: 60%;}
    .ma_play ul li .txt_box p.tt {
        font-size: 14px;
    }
    /* 폼 */
    .tbl_frm01 th{display:block;width:100% !important;padding:15px 10px 3px;border:0;background:#fff;box-sizing: border-box;}
    .tbl_frm01 td{display:block;width:100% !important;padding:7px 10px 15px;border:0;border-bottom:1px solid #e9e9e9;box-sizing: border-box;}
    .tbl_frm01 .frm_input[type="text"]{width:100%;}
	
    .f_cus_r{padding: 20px;}
    .f_cus_r .h_1_con {padding: 5px 0;}
    .f_cus_r .h_1 input {height: 45px;}
    .f_cus_r .h_3_submit input {width: 50%; height: 45px; margin-top: 0px;}
    
}

/* 320 ~ 480 */
/* @media all and (max-width:480px){
    .sub_top {
        font-size: 24px;
        margin-left: 0;
    }
    .sub_top span{font-size: 16px;
        word-break: keep-all;
        padding-top: 26px;}
    .imgHoverEvent:nth-child(3) .p1 {
        padding: 75% 8% 7%;
    }
    #hd_mo{    background: rgba(0,0,0,0.5);}
    #logo_mo a{display: block; padding: 10px 0;}
    #logo_mo img{width: 48px;}
    .imgHoverEvent {
        width: 96%;
    }
    .hoverBox p.p1 {
        padding: 75% 8% 7%;
    }
    .ma_play ul li {
        float: none;
        width: 100%;
        position: relative;
    }
	#mb01_txt{font-size:27px;}
	

	#mb02_txt{font-size:26px;}
	#mb02_txt2{font-size:13px;}

	#product_con .flexslider_product .flex-control-paging > li{margin:0 0px;}
}

@media all and (max-width:320px){ 
	 #mb01_txt{font-size:20px;}
	 #mb01_txt2{font-size:13px;}
} */