<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer{ max-width: 1276px;   background: url(/img/line_h.jpg) repeat-y top left,url(/img/line_h.jpg) repeat-y top right; margin:235px auto 0;/* padding: 20px;*/}
#subContainer.scroll_on{ margin: 185px auto 0;}
	.sub-tab{height:50px; border-bottom:1px solid #ddd; text-align:center;}
	.sub-tab &gt; ul:after{content:""; display:block; clear:both;}
	.sub-tab li a{display:inline-block; width: 100%; height:50px; text-align:center; line-height:50px; font-size:18px; color:#555; font-weight:400; border-left:1px solid #ddd;}
	.sub-tab li.active a{ color:#e40c1a; border-bottom:3px solid #e40c1a;}
	.sub-tab.fixed{z-index:555;position:fixed;top:0px;left:0;width:100%;background:#fff;}
	.sub-tab.fixed ul{margin:0 auto;width:auto;}
	.sub-tab.fixed a{ border-bottom:0;border-top:0;}
	.sub-tab &gt; ul li {position: relative; display: inline-block; float: left; width: 300px; height: 50px;}
	
	.title-divider { text-align: left; margin:0.5em 0 1em; background: #ffffff url(/images/basic_resp/img/bg_divider.png) left center repeat-x; padding: 0; }
	.title-divider span { background: #ffffff; padding-right: 0.5em; font-weight: 500; }
	.title-divider small { display: block; color: rgba(51, 51, 51, 0.6); }
	
	/* 서브상단 페이지네비 */
	.whois-sub-page-guide { background-color:#fafafa; overflow: hidden; }
	.whois-sub-page-guide .whois-sub-page-guide-navi { padding:14px 0 14px 0; font-size:12px; text-align:right; color:#888888; }
	.whois-sub-page-guide .whois-sub-page-guide-navi b { color:#333; }

    .sub_menu{ position: absolute;margin: -70px auto 0; text-align: center; transform: translateX(-50%); left: 50%;}
    .sub_menu ul{display: table; width: 100%;}
    .sub_menu li{display: table-cell;}
	.sub_menu li a{display:inline-block;height:50px; text-align:center; line-height:50px; font-size:18px; color:#fff; font-weight:400;background: rgba(000, 000, 000, 0.8);width: 180px; border-right: 1px solid #333;}
    .sub_menu li:last-child a{border-right:none;}
	.sub_menu li.active a{ color:#fff; background: rgba(70, 120, 191, 0.99)}
    .sub_menu li a:hover{ color:#fff; background: rgba(70, 120, 191, 0.99)}


    .sub_menu_brand{ position: absolute;margin: -70px auto 0; text-align: center; transform: translateX(-50%); left: 50%;}
    .sub_menu_brand ul{display: table; width: 100%;}
    .sub_menu_brand li{display: table-cell;}
	.sub_menu_brand li a{display:inline-block;height:50px; text-align:center; line-height:50px; font-size:18px; color:#fff; font-weight:400;background: rgba(000, 000, 000, 0.8);width: 180px; border-right: 1px solid #333;}
    .sub_menu_brand li:last-child a{border-right:none;}
	.sub_menu_brand li.act a{ color:#fff; background: rgba(70, 120, 191, 0.99)}



	@media only screen and (min-width:1201px) {
		.sub-tab &gt; ul{margin:0 auto; display: inline-block;}
		.sub-tab li:last-child a{border-right:1px solid #ddd;}
	}
	@media only screen and (max-width:1200px) {
        #subContainer{margin: 0; background: none; padding:150px 0px 0px;}
        #subContainer.scroll_on{ margin: 0px auto 0;}
		.sub-tab.fixed {top: 65px;}
		.sub-tab li:first-child a{border-left:0;}

		.sub-tab .col-1 li{width:100%;}
		.sub-tab .col-2 li{width:50%;}
		.sub-tab .col-3 li{width:33.33%;}

        .sub_menu{ position: relative;margin: 0px auto 0}
        .sub_menu li{ margin-left: 0px; margin-bottom: 0px;display:inline-block; }
        .sub_menu li a{ border-right: 1px solid #707070; border-bottom: 1px solid #707070;}

        .sub_menu_brand{ position: relative;margin: 0px auto 0}
        .sub_menu_brand li{ margin-left: 0px; margin-bottom: 0px;display:inline-block; }
        .sub_menu_brand li a{ border-right: 1px solid #707070; border-bottom: 1px solid #707070;}

        

	}
	@media only screen and (max-width:980px) {
		h2.title-divider { font-size: 2rem; }
	}
	@media only screen and (max-width:768px) {
        
		.sub-tab{height:50px;}
		.sub-tab li a{height:50px; line-height:50px; font-size:16px;}

        .sub_menu{width: 100%}
        .sub_menu li{}
        .sub_menu li a{height:inherit; line-height:inherit; font-size:14px;width:inherit; padding: 12px 10px 10px; }

        .sub_menu_brand{width: 100%}
        .sub_menu_brand li{}
        .sub_menu_brand li a{height:inherit; line-height:inherit; font-size:14px;width:inherit; padding: 12px 10px 10px; }


		.whois-sub-page-guide .whois-sub-page-guide-navi { width:100%; padding:14px 0 14px 0; float:right; }
	}
	@media only screen and (max-width:520px) {
        
		#subContainer{ padding:140px 0px 0px;}
	}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents{padding:100px 0px 0; width:100%/*94%*/; margin: 0 auto;   }
	.sub-contents p{white-space:pre-line; word-break:break-all;}
	.sub-contents p:last-child{margin-bottom:0;}
	
    .sub-v-wrap{width:100%;max-width: 1276px;   background: url(/img/line_w.jpg) repeat-x bottom left;margin: auto; padding: 20px 0;}
	.sub-visual {width:100%; max-width: 1236px; margin: auto; height:300px; }
	.sub-visual.board_visual {height:300px;}
	.sub-visual.sub-visual01{ background:url('/img/sub/subtop_image01.jpg') no-repeat center top;background-attachment:fixed}
    .sub-visual.sub-visual02{ background:url('/img/sub/subtop_image02.jpg') no-repeat center top;background-attachment:fixed}
    .sub-visual.sub-visual03{ background:url('/img/sub/subtop_image03.jpg') no-repeat center top ;background-attachment:fixed}
    .sub-visual.sub-visual04{ background:url('/img/sub/subtop_image04.jpg') no-repeat center top;background-attachment:fixed}
    .sub-visual.sub-visual05{ background:url('/img/sub/subtop_image05.jpg') no-repeat center top/*/cover*/;background-attachment:fixed}
	
	.sub_title {display: table; text-align: center; width: 100%; height: auto; position: absolute; top: 100px; left:0;}
	.sub_title.board_title {height:300px;}
	.sub_title &gt; div {display: table-cell; vertical-align: middle;}
	.sub_title &gt; div &gt; h1 { color: #fff; font-size: 42px; font-weight: 700; line-height: 1; margin:35px auto 10px;text-shadow: 2px 2px 2px #000;}
    .sub_title &gt; div &gt; h2 { color: #fff; font-size: 20px; font-weight: 600; line-height: 1; margin-bottom:20px;text-shadow: 2px 2px 2px #000;}
	.sub_title &gt; div &gt; h2:after {content:''; display:block;/* width:1px; height:35px; margin:0 auto; margin-top:20px; background:#fff;*/}
	.sub_title.board_title &gt; div{padding-top: 80px;}	
	.sub_title.board_title &gt; div &gt; h1 {font-size: 48px; margin-bottom: 0px;}
	.sub_title.board_title &gt; div &gt; h1:after { margin-top: 30px;}
	.sub_title.board_title &gt; div &gt; a {display:none;}

	.sub-contents .area_inner { width:100%; margin:0 auto;}

	@media only screen and (max-width:1200px) {
		.sub-contents .area_inner {width:100%;}
        .sub-v-wrap{ padding:10px 0px 0;}
        .sub_title {top: 240px;}
        .sub-visual.sub-visual01{ background:url('/img/sub/subtop_image01_m.jpg') no-repeat center center/cover ;background-attachment:inherit}
        .sub-visual.sub-visual02{ background:url('/img/sub/subtop_image02_m.jpg') no-repeat center center/cover ;background-attachment:inherit}
        .sub-visual.sub-visual03{ background:url('/img/sub/subtop_image03_m.jpg') no-repeat center left/cover ;background-attachment:inherit}
        .sub-visual.sub-visual04{ background:url('/img/sub/subtop_image04_m.jpg') no-repeat center center/cover ;background-attachment:inherit}
        .sub-visual.sub-visual05{ background:url('/img/sub/subtop_image05_m.jpg') no-repeat center left/cover ;background-attachment:inherit}

        
	}
	@media only screen and (max-width:980px) {
		#subContents{padding:50px 0px; width:100%;}

        .sub-visual {height:180px; margin: 0px 0 0;}
		.sub-visual.board_visual {height:180px;} 
        .sub_title {top: 190px;}       
        .sub_title &gt; div &gt; h1 { font-size: 30px;}
        .sub_title &gt; div &gt; h2 { font-size: 14px;}
	
	}
	@media only screen and (max-width:768px) {
		#subContents{padding:30px 0px 0;}
		/* .sub-contents p{font-size:14px; white-space:normal; word-break:break-word;} */

        /*
		
		.sub_title.board_title {height:250px;}
		.sub_title &gt; div &gt; h1 { font-size: 30px; margin-bottom: 0px;}
		.sub_title &gt; div &gt; h1:after { width: 40px; margin-top: 20px;}
		.sub_title &gt; div &gt; a {display:none;}
        .sub_title.board_title &gt; div &gt; h1 {font-size: 30px; }
        .sub_title.board_title &gt; div &gt; h1:after { margin-top: 20px;}*/
	}



/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	/* 일반게시판 List */
	.whois-board-list { display:inline-block; padding:0; font-size:13px; }
	.whois-board-list .whois-board-row { width:100%; margin:0 0 0 0; padding:15px 0 15px 0; float:left; border-bottom:1px solid #eee; color:#000000; font-size: 15px; }
	.whois-board-list .whois-board-row:first-child { border-top:1px solid #e40c1a; } /* Line 색상 */
	.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:16px; font-weight:600; }
	.whois-board-list .whois-board-row .whois-board-row-info { color:#acacac; }
	.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author { max-width: 33vw; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align: middle; }

	/* 일반게시판 view */
	.whois-board-view { display:inline-block; border-top:1px solid #e40c1a; } /* Line 색상 */
	.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 10px 0; float:left; border-bottom:1px solid #eee; }
	.whois-board-view .whois-board-view-row .whois-board-view-subject { width:100%; margin:0 0 15px 0; padding:0; float:left; font-size:18px; font-weight:600; }
	.whois-board-view .whois-board-view-row .whois-board-view-author { width:100%; margin:0 0 5px 0; padding:0; float:left; font-size:13px; font-weight:600; }
	.whois-board-view .whois-board-view-row .whois-board-view-info { width:100%; margin:0; padding:0 0 10px 0; float:left; color:#acacac; }
	.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 10px 0; float:left; font-size:16px; line-height: 26px;}
	.whois-board-list .whois-board-row.view .whois-board-row-content {font-size:16px; line-height: 26px;}

	.whois-board-view .whois-board-view-files { width:100%; margin:0; padding:0; float:left; }
	.whois-board-view .whois-board-view-files .whois-board-view-file { width:100%; margin:0; padding:5px 0; float:left; font-size:12px; }
	.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count { font-size:11px; color:#c4c4c4; }

	/* 게시판 버튼 */
	.btn-search, .whois-button-submit, .btn-sub { color:#fff; background-color: #1178bf; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
	.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus { color:#fff; background-color: #232323; }

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #e40c1a;  border: 0; color:#ffffff; display: inline-block;}
	.sub-box.sm { font-size: 12px; padding: 2px 5px;}
	.sub-box.m { font-size: 14px; padding: 4px 8px;}
	.sub-box.lg { font-size: 16px; padding: 6px 12px;}
	 
	.sub-border { border: 1px solid #e40c1a; }
	.sub-border-t { border-top: 1px solid #e40c1a; }
	.sub-border-r { border-right: 1px solid #e40c1a; }
	.sub-border-b { border-bottom: 1px solid #e40c1a; }
	.sub-border-l { border-left: 1px solid #e40c1a; }

	.sub-bg { background-color: #e40c1a; }
	.sub-bg-hover:hover { background-color: #e64600; }
	
	.sub-content {width:100%; margin:0 auto;}
	.paginate_regular {margin-top:30px;}
	
    @media only screen and (max-width: 1200px) {
            .sub-content {width:100%;}
        }

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.material-form{margin:0 auto; background:#fff;}
	.material-form .header{padding:50px 10px; background:#6498fe; font-size:16px; color:#fff;}
	.material-form .header h3{font-size:30px;}
	.material-form .header p,
	.material-form .header span{margin-top:15px; font-size:16px; color:#fff;}

	.material-form .sub-header h4{font-weight:bold;	height:34px; line-height:34px; font-size:16px;}
	.material-form .sub-content .form-group:last-child{margin:0;}

	.material-form .input-group{position:relative; border:0;}
	.material-form .input-group .input-group-addon{padding-right:6px; padding-left:6px; background:#fff; border:0;}

	.material-form .form-control,
	input[type='text'].whois,
	input[type='password'].whois,
	select.whois{border:1px solid #ccc; transition:0.3s all ease;}

	/*.material-form .btn:first-child,*/
	.material-form .input-group .form-control:first-child,
	.material-form .input-group .form-control.first,
	.material-form .input-group .th + .form-control,
	.th + input[type='text'].whois,
	.th + input[type='password'].whois,
	.th + select.whois{border-bottom-left-radius:4px; border-top-left-radius:4px;}

	/*.material-form .btn:last-child,*/
	.material-form .input-group .form-control:last-child,
	.material-form .input-group .form-control.last,
	.material-form .input-group .input-group-btn:last-child,
	.material-form .input-group .input-group-btn:last-child button,
	.material-form .input-group .input-group-btn:last-child .btn{border-bottom-right-radius:4px; border-top-right-radius:4px;}

	.material-form .form-group{margin-bottom:15px; overflow:visible;}

	.material-form .form-group.success .form-control{color:#5cb85c;}
	.material-form .form-group.failed .form-control{color:#d9534f;}
	.material-form .form-control[readonly]{background:#fff;}
	.material-form .btn {height:38px;}
	.material-form .btn-default{-webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}

	.material-form .input-group input,
	.material-form .input-group select,
	input[type='text'].whois,
	input[type='password'].whois,
	select.whois{z-index:10;}

	.input-group label.th{z-index:9; display:none; position:absolute; top:50%; left:10px; margin-top:-10px; height:20px; color:#ccc;}

	.input-group label.th.ie9{z-index:11; display:block;}
	.material-form .desc{padding:10px 0;}

	.chkbox{display:inline-block; margin:0; padding:0;}
	.chk-block,
	.chk-block span{display:block; text-align:center; width:100%;}

	.chkbox input[type='radio'],
	.chkbox input[type='checkbox']{display:none;}
	.chkbox input[type='radio']~.rbtn{padding: 6px 12px; line-height:27px; border:1px solid #ccc; border-radius:3px; cursor:pointer;}
	.chkbox input[type='radio']:checked~.rbtn{background:#ccc; color:#fff;}
	.chkbox input[type='radio']~.box,
	.chkbox input[type='checkbox']~.box{display:block; color:#bbb; cursor:pointer; transition:0.5s all ease;}
	.chkbox input[type='radio']~.box:before,
	.chkbox input[type='checkbox']~.box:before{display:inline-block; margin-right:5px; padding:2px; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;font-family: 'Glyphicons Halflings'}
	.chkbox input[type='radio']~.box:before{content:"\e165";}
	.chkbox input[type='checkbox']~.box:before{content:"\e013";}
	.chkbox input[type='radio']:checked~.box,
	.chkbox input[type='checkbox']:checked~.box{color:#666;}
	.chkbox input[type='radio']:checked~.box:before,
	.chkbox input[type='checkbox']:checked~.box:before{color:#666;}


/* sub contents
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.under_line{/*background: url(/img/line_w.jpg) repeat-x bottom left;*/ background-position: 0 23px; padding-bottom: 5px; color: #000;font-weight: 400; border-bottom: 1px solid #000;}
.fc_pointer {color:#e40c1a; }
.bar{display:block; width:1px; margin:0 auto 50px;background: #333;height: 50px; text-align: center;}
.sub_page_title{width:100%; position: relative;}
.sub_page_title h1{width:100%; margin:0 auto; text-align:center; font-size:36px; font-weight:600; letter-spacing: -0.05em; word-break:keep-all; line-height: 130%; }
.sub_page_title h1:after {content:""; clear:both; display:block; }
.sub_page_title h2{width:100%; margin:0 auto; text-align:center; font-size:24px; color:#666; margin-top:5px; font-weight: 400;word-break:keep-all; line-height: 1.4;}
.sub_txt_list { position: relative; margin-bottom: 25px}
.sub_txt_list &gt; li{padding:0;}
.sub_txt_list &gt; li &gt; p:before{display:block; content:""; position:absolute; left:0; top:6px; margin-right:8px;width:6px; height:11px; background:url(/img/icon_list_ul2.png) left center no-repeat; line-height:11px;}
.sub_txt_list &gt; li &gt; p{padding-left:15px;position:relative; line-height: 150%;font-size: 18px; color:#555; font-weight: 500;}
.sub_tit_bg1{background: url(/img/sub/sub_tit_bg1.png) no-repeat bottom center; background-size: contain;height: 288px; position: relative;}
.sub_tit_bg2{background: url(/img/sub/sub_tit_bg2.png) no-repeat top center; height: 288px; width: 100%; position: relative;}
.sub_tit_bg3{background: url(/img/sub/sub_tit_bg3.png) no-repeat top center; height: 288px; width: 100%; position: relative;}
.sub_tit_bg4{background: url(/img/sub/sub_tit_bg4.png) no-repeat top center; height: 288px; width: 100%; position: relative;}
.sub_tit_bg5{background: url(/img/sub/sub_tit_bg5.png) no-repeat top center; height: 288px; width: 100%; position: relative;}


.sub_s_tit{position: relative; margin: 0 auto 30px; text-align: center; background: url(/img/line_w.jpg) repeat-x top left; padding: 40px 0 0;}
.sub_s_tit span{padding-left:33px; font-size:30px; font-weight:600; line-height:1.3em;  background:url("/img/sub/bul1.png") 0 4px no-repeat; margin: 0 auto 15px;}




.tbla{width:100%; border-collapse: collapse; margin:0 auto; border:1px solid #ddd;border-bottom:0px;}
.tbla tr th{padding:15px; text-align:center;  border-right:1px solid #ddd;font-size:1em; font-weight: 600;background: #e40c1a; color: #fff;} 
.tbla tr td{font-weight: 500;border-bottom:1px solid #ddd;  border-right:1px solid #ddd;padding:15px;text-align:left;}
    
@media screen and (max-width:992px){
    .sub_page_title{margin-bottom:30px; margin-top: 30px;}	
    .sub_page_title h1{font-size:30px;}
    .sub_page_title h2{font-size:16px;}

    .tbla tr th{font-size:14px;}
    .tbla tr td{ font-size:14px;}
}

@media screen and (max-width:768px){
    .bar{margin:0 auto 30px;height: 30px; }
.sub_page_title{width:100%; position: relative;}
    .sub_page_title h1{font-size:22px;}
    .sub_txt_list &gt; li &gt; p{font-size: 14px;}  
    .sub_s_tit{ margin: 0 auto 20px; padding: 30px 0 0;}
    .sub_s_tit span{ font-size:24px; margin: 0 auto 15px;}
}



/*맛의 경쟁력*/
.taste_wrap {width:100%;  margin:0 auto;}
.taste_wrap:after{ content:""; display:block; clear:both;}
.taste_wrap .set1{margin:0 auto;padding:0; text-align: center;}
.taste_wrap .mset1{display: none;}


.taste_area {width:100%;  margin:0 auto;}
.taste_area:after{ content:""; display:block; clear:both;}

/*
.taste_area .info { position:relative; width:100%; height:450px; margin:200px auto}
.taste_area .info:after{ content:""; display:block; clear:both;}
.taste_area .info:nth-child(2) {margin-top:100px;}
.taste_area .info:last-child {margin-bottom:50px;}
.taste_area .info .img_left { position:absolute; left:0; top:0; width:690px; height:450px;  background: url(/img/line_w.jpg) repeat-x top left,url(/img/line_w.jpg) repeat-x bottom left; padding: 30px 0;}
.taste_area .info .img_left img{ width:100%; height:100%;}
.taste_area .info .img_right { position:absolute; right:0; top:0; width:690px; height:450px;background: url(/img/line_w.jpg) repeat-x top left,url(/img/line_w.jpg) repeat-x bottom left; padding: 30px 0; }
.taste_area .info .img_right img{ width:100%; height:100%;}
.taste_area .info .con_box { position: absolute; right:0; top:25%; width:58%; height:420px; background:rgba(255,255,255,1); border: 1px solid #000; }
.taste_area .info .con_box .txt_area {padding:8%; }
.taste_area .info .con_box .txt_area:before { display: block; content: ''; position: absolute; left: -80px; top:18%;  width:20%; height:1px; background:#000;}
.taste_area .info .con_box .txt_area em { position:relative; display:block; vertical-align:middle; color:#ddd;  font-size:55px; line-height: 55px;}
.taste_area .info .con_box .txt_area strong {display:block; color:#333;  font-size:1.5em; font-weight: 600;  line-height:1.5em; margin:20px 0 20px 0;}
.taste_area .info .con_box .txt_area &gt; p{font-size: 18px; font-style: italic; padding: 10px 20px;color: #fff; background: #e40c1a;line-height: 150%; font-weight: 500;}
.taste_area .info .con_box .txt_area .ico{position: absolute; top: 30px;right: 30px;}
.taste_area .info .con_box .txt_area .ico2{position: absolute; top: 30px;right: 70px;}
.taste_area .info .type_other { position: absolute; left: 0; top:25%; width:55%; height:420px; background:rgba(255,255,255,1);border: 1px solid #000; }
.taste_area .info .type_other .txt_area:before {display:none;}
.taste_area .info .type_other .txt_area:after { display: block; content: ''; position: absolute; right:-80px; top:23%; width:20%; height:1px; background:#000; }
*/

@media screen and (max-width:768px){
    .taste_wrap .set1{display: none;}
    .taste_wrap .mset1{display: block;margin:0 auto;padding:0; text-align: center;}


    /*
    .taste_area .info { height:auto; margin:50px auto;}
    .taste_area .info .img_left { position:relative; width:100%; height:auto;  background:#000; }
    .taste_area .info .img_left img{ height:auto;}
    .taste_area .info .img_right { position:relative; width:100%; height:auto;  background:#000; }
    .taste_area .info .img_right img{ height:auto;}
    .taste_area .info .con_box { position:relative; width:90%; left:50%; top:-50px; margin-left:-45%; height:auto; }
    .taste_area .info .con_box .txt_area:before { display: none;}
    .taste_area .info .type_other .txt_area:after {display:none;}
    .taste_area .info .con_box .txt_area{padding:15px;}
    .taste_area .info .con_box .txt_area strong{font-size:1.2em;}
    .taste_area .info .con_box .txt_area &gt; p{font-size: 14px; }
    */
}

/*혜화동의 경쟁력*/
.hyehwa_wrap {width:100%;  margin:0 auto;}
.hyehwa_wrap:after{ content:""; display:block; clear:both;}
.hyehwa_wrap .set1{margin:0 auto;padding:0; text-align: center;}
.hyehwa_wrap .mset1{display: none;}
@media screen and (max-width:768px){
    .hyehwa_wrap .set1{display: none;}
    .hyehwa_wrap .mset1{display: block;margin:0 auto;padding:0; text-align: center;}

}

/*
.hyehwa_area{ width:100%;margin:0 auto;}
.hyehwa_area:after{content:""; display:block; clear:both;}
.hyehwa_area .info{ width:100%;  }
.hyehwa_area .info .box{ width: 100%; position: relative;background:url(/img/line_w.jpg) repeat-x top left,url(/img/line_w.jpg) repeat-x bottom left; padding: 20px 0 0;  }
.hyehwa_area .info .box{content:""; display:block; clear:both;}
.hyehwa_area .info .box .bar{margin-bottom: 20px;}
.hyehwa_area .info .box:nth-child(7) {background:url(/img/line_w.jpg) repeat-x top left}
.hyehwa_area .info .backImg{position: relative;;width:100%; margin-top:0;padding-top:450px;}
.hyehwa_area .info .box:nth-child(1) .backImg{background:url('/img/sub/hyehwa_img1.jpg') no-repeat center top #000; }
.hyehwa_area .info .box:nth-child(3) .backImg{background:url('/img/sub/hyehwa_img2.jpg') no-repeat center top; }
.hyehwa_area .info .box:nth-child(5) .backImg{background:url('/img/sub/hyehwa_img3.jpg') no-repeat center top; }
.hyehwa_area .info .box:nth-child(7) .backImg{background:url('/img/sub/hyehwa_img4.jpg') no-repeat center top; }

.hyehwa_area .info .txt_point{margin: 0px auto 50px;font-style: italic; text-align: center;font-weight: 600; font-size: 26px; padding: 30px 0;}
.hyehwa_area .info .txt_point i{font-size: 30px; display: block; text-align: center; margin-bottom: 15px; color: #000;}
.hyehwa_area .info .box:nth-child(7) .txt_point{margin: 0px;}
.hyehwa_area .info .txt_area{position: absolute; padding:30px; text-align:left; box-sizing:border-box;background-color: #fff; border: 1px solid #000; top: 50px; right: 30px; text-align: center;}
.hyehwa_area .info .box:nth-child(1) .txt_area{width:50%;}
.hyehwa_area .info .box:nth-child(3) .txt_area{width:53%;}
.hyehwa_area .info .box:nth-child(5) .txt_area{width:54%;}
.hyehwa_area .info .box:nth-child(7) .txt_area{width:50%;}
.hyehwa_area .info  .txt_area .tit{display: block;font-size:30px; line-height:1.6; text-align: left;font-weight: 600; position: relative; padding: 0 0 0 100px;}

.hyehwa_area .info  .txt_area .tit span{display: block; position:absolute; left: 0; top: 10px;  border-radius:70px; width: 70px; height: 70px; text-align: center; line-height: 70px; background: #f1f1f1;}
.hyehwa_area .info  .txt_area .tit span img{width:70px;}
.hyehwa_area .info .box:nth-child(1) .txt_area .tit{margin: 0 70px 0;}
.hyehwa_area .info .box:nth-child(3) .txt_area .tit{margin: 0 90px 0;}
.hyehwa_area .info .box:nth-child(5) .txt_area .tit{margin: 0 60px 0;}
.hyehwa_area .info .box:nth-child(7) .txt_area .tit{margin: 0 70px 0;}
.hyehwa_area .info  .txt_area .stit{font-size:14px; line-height:1.4em; background: #fff; color: #e40c1a; letter-spacing: 0; text-transform: uppercase; text-align: center;padding: 10px;  border-bottom: 1px solid #e40c1a;border-top: 1px solid #e40c1a; margin: 0 0 20px; display: inline-block;}

.hyehwa_area .info  .txt_area ul{ margin-top:20px; padding:20px;  background: #e40c1a;}
.hyehwa_area .info  .txt_area ul li{color: #fff!important; }

.hyehwa_area .info  .txt_area .sub_txt_list &gt; li &gt; p{color: #fff; letter-spacing: -0.07em; text-align: left;}
.hyehwa_area .info  .txt_area .sub_txt_list &gt; li &gt; p:before{ background:url(/img/icon_list_ul2_w.png) left center no-repeat;}


.hyehwa_area .info .left .txt_area{ left: 30px;}


@media screen and (max-width:992px){		
    .hyehwa_area .info .backImg{float:none; margin:0 auto; text-align:center;  }
    .hyehwa_area .info .backImg:nth-child(2n-1){ margin:0 auto;}
}

@media screen and (max-width:480px){
    .hyehwa_area .info .backImg {width:100%;}
    .hyehwa_area .info .backImg .txt_area .tit{font-size:1.2em;}
    .hyehwa_area .info .backImg .txt_area{ height:auto; padding:15px;}
}
*/



/*창업비용*/
.cost_wrap {width:100%;  margin:0 auto;}
.cost_wrap:after{ content:""; display:block; clear:both;}
.cost_wrap .set1{margin:0 auto;padding:0; text-align: center;}
.cost_wrap .mset1{display: none;}


/*
.cost_area{ width:100%;margin:0 auto;}
.cost_area .sub_s_tit {padding: 50px 0 0;}
.cost_area .sub_s_tit i{font-size: 20px;position: absolute; top: 2px;margin-left: 20px;}
.cost_area:after{content:""; display:block; clear:both;}
.cost_area .info{ width:100%; margin: 100px auto 0;background: url(/img/line_w.jpg) repeat-x top left}
.cost_area .info:after{ content:""; display:block; clear:both;}
.cost_area .info .left,
.cost_area .info .right{ width:calc(50%);float:left;  position: relative; }
.cost_area .info .right{background: url(/img/line_h.jpg) repeat-y top left }
.cost_area .info .backImg{ margin:50px 50px 80px;position: relative;  background:url(/img/sub/cost_img1.jpg) center center; padding: 30px 0 50px;}
.cost_area .info .backImg .list{font-size:14px;color: #fff;line-height: 160%; text-align: center;}
.cost_area .info .backImg .list h1{font-size: 20px;display: block; font-weight: 500; margin-top: 5px;}
.cost_area .info .backImg .list h2{font-size: 40px;display: block; font-weight: 600; margin:10px 0px 20px;}
.cost_area .info .backImg .txt_area{width:80%; margin:0px auto 0; padding:30px; text-align:center; box-sizing:border-box; background: #fff; }
.cost_area .info .backImg .txt_area .tit{font-size:1.5em; line-height:1.4em; color:#1178bf;  }
.cost_area .info .backImg .txt_area ul{ padding:0; }
.cost_area .info .backImg .txt_area ul li{text-align:center; font-size:18px; line-height:1.4em;padding: 10px; font-weight: 400; border-bottom: 1px solid #ddd;}
.cost_area .info .backImg .txt_area ul li span{font-weight:600; color: #000;}
.cost_area .info .backImg .arrow{width:100%; margin:0px auto 0;text-align: center;  }
.cost_area .info .stit{width: 100%; position: absolute;text-align: center; bottom: 50px;;}
.cost_area .info .stit img{display: block;text-align: center;margin: 0 auto 10px;}
.cost_area .info .stit span{background: #fff;padding: 20px 30px; border-radius: 50px;font-size: 28px; margin:0px auto 0; display: inline-block; font-weight: 600;}

.cost_area .info .left .stit span{border: 1px solid #e40c1a; color: #e40c1a;}
.cost_area .info .right .stit span{border: 1px solid #e40c1a; color: #fff; background: #e40c1a;}
.cost_area .info .right .backImg{ background:url(/img/sub/cost_img2.jpg) center center; border: 1px solid #ddd;}
.cost_area .info .right .backImg .txt_area { background: #e40c1a; color: #fff;}
.cost_area .info .right .backImg .list {color: #e40c1a;}
.cost_area .info .right .backImg .txt_area ul li span{ color: #fff;}
*/



.cost_wrap .cost_tbla .tbla{width:100%; border-collapse: collapse; margin:0 auto; border-bottom:0px; border: none;}
.cost_wrap .cost_tbla .tbla tr th{padding:15px; text-align:center;  font-size:25px; font-weight: 600; color: #fff100; border-right: none;background: url(/img/line_w.jpg) repeat-x bottom left , url(/img/line_w.jpg) repeat-x top left #e40c1a;} 
.cost_wrap .cost_tbla .tbla tr th:last-child{background: url(/img/line_h.jpg) repeat-y center right,url(/img/line_w.jpg) repeat-x bottom left,url(/img/line_w.jpg) repeat-x top left #e40c1a;; }
.cost_wrap .cost_tbla .tbla tr td{font-weight: 500; font-size: 19px; padding:15px;text-align:left; border-right: none; border-bottom: none;background: url(/img/line_h.jpg) repeat-y center right;}


.cost_wrap .cost_tbla {width: 92%; margin: auto; padding: 0 1px 0;background: url(/img/line_h.jpg) repeat-y center left}
.cost_wrap .cost_tbla .tbla tr th.bgblue{background: #0078bd !important; ;}

.cost_wrap .cost_tbla .tbla tr td:first-child{text-align: center;}
.cost_wrap .cost_tbla .tbla tr td:last-child{text-align: center; font-size: 28px; color: #000; font-weight: 900;}
.cost_wrap .cost_tbla .tbla tr td.bg{color:#000;background: url(/img/line_h.jpg) repeat-y center right; font-size: 22px;}

.cost_wrap .set2 {width: 92%; margin: auto;;}
.cost_wrap .set2 .sub_txt_list{margin:20px 0 10px; }
.cost_wrap .set2 .sub_txt_list &gt; li &gt; p{font-size: 16px;}
@media screen and (max-width:992px){	
    /*	
    .cost_area .info .backImg{float:none; margin:0 auto; text-align:center;  }
    .cost_area .info .backImg:nth-child(2n-1){ margin:0 auto;}
    */
}

@media screen and (max-width:786px){
    .cost_wrap .set1{display: none;}
    .cost_wrap .mset1{display: block;margin:0 auto;padding:0; text-align: center;}
    .cost_wrap .cost_tbla .tbla tr th{ font-size:18px; } 
    .cost_wrap .cost_tbla .tbla tr td{font-size: 16px;}

    .cost_wrap .cost_tbla .tbla tr td:last-child{font-size:20px;}
    .cost_wrap .cost_tbla .tbla tr td.bg{font-size:16px;}
    .cost_wrap .set2 .sub_txt_list &gt; li &gt; p{font-size: 14px;}

}


/*  브랜드 - 스토리  */

a.anchor {     display: block;     position: relative;     top: -100px;     visibility: hidden; } 
.story_wrap {width:100%;  margin:0 auto;}
.story_wrap:after{ content:""; display:block; clear:both;}
.story_wrap .set1{margin:0 auto;padding:0; text-align: center;}
.story_wrap .mset1{display: none;}

.story_area{ width:100%;margin:0 auto;}
.story_area .bar{margin-top: 50px;}
.counsel_bar{margin-top: 50px;}
.story_area .story_line{margin: 70px 0; clear: both;}
.story_area {width:100%; min-width:320px; max-width:1200px; margin:0 auto; }
.story_area:after{content:""; clear:both; display:block;}
.story_area .story_img {width:100%; background: url(/img/line_w.jpg) repeat-x top left,url(/img/line_w.jpg) repeat-x bottom left; }
.story_area .story_img img {width:100%; height:auto; }
.story_area .story_img2 {width:100%; background: url(/img/line_w.jpg) repeat-x top left,url(/img/line_w.jpg) repeat-x bottom left; padding: 30px 0; margin: 100px 0;}
.story_area .story_img2 img {width:100%; height:auto; }


.story_area .story_con{ position:relative; left:0; bottom:0; width:94%;  padding-top:50px; z-index:1; margin:0 auto; clear: both;} 
.story_area  .CI_img {width:100%; background: url(/img/line_w.jpg) repeat-x top left,url(/img/line_w.jpg) repeat-x bottom left; padding: 1px 0; margin: 70px 0;}
.story_area  .CI_img img {width:100%; height:auto; }

.story_area .story_con .story_tit { position:relative; float:left; width:30%; font-size:2em; text-align:center; line-height:1.4em; letter-spacing:-0.05em; padding-bottom:530px; font-weight: 600;}
.story_area .story_con .story_tit:after {content:''; position:absolute; width:1px; height:500px; background-color:#000; bottom:0; left:50%; }

.story_area .story_con .story_tit2 { position:relative; float:left; width:30%; font-size:2em; text-align:center; line-height:1.4em; letter-spacing:-0.05em; padding-bottom:330px; font-weight: 600;}
.story_area .story_con .story_tit2:after {content:''; position:absolute; width:1px; height:300px; background-color:#000; bottom:0; left:50%; }

.story_area .story_con .story_tit3 { position:relative; float:left; width:30%; font-size:2em; text-align:center; line-height:1.4em; letter-spacing:-0.05em; padding-bottom:670px; font-weight: 600;}
.story_area .story_con .story_tit3:after {content:''; position:absolute; width:1px; height:640px; background-color:#000; bottom:0; left:50%; }

.story_area .story_con .story_txt { position:relative; float:right; width:65%; height:auto;}
.story_area .story_con .story_txt h4 {font-size:1.5em;  line-height:1.5em;  color: #000; }
.story_area .story_con .story_txt p {margin-top:20px; line-height:1.5em; color: #333; word-break: keep-all;}


@media screen and (max-width: 992px){
    .story_area .story_con .story_tit { width:100%; font-size:1.8em; padding-bottom:50px; }
    .story_area .story_con .story_tit:after {height:40px; }
    .story_area .story_con .story_tit2 { width:100%; font-size:1.8em; padding-bottom:50px; }
    .story_area .story_con .story_tit2:after {height:40px; }
    .story_area .story_con .story_tit3 { width:100%; font-size:1.8em; padding-bottom:50px; }
    .story_area .story_con .story_tit3:after {height:40px; }
    .story_area .story_con .story_txt { width:100%; }
    .story_area .story_con .story_txt h4 {margin-top:40px; font-size:18px;}

}
@media screen and (max-width:768px){
    .story_area .bar{margin: 30px auto; height: 30px;}   
    .counsel_bar{margin: 30px auto; height: 30px;} 
    .story_wrap .set1{display: none;}
    .story_wrap .mset1{display: block;margin:0 auto;padding:0; text-align: center;}
    .story_area .story_con{   padding-top:30px;} 
    .story_area .story_line{margin: 30px 0 0; clear: both;}
    .story_area  .CI_img {margin:30px 0;}
    .story_area .story_con .story_tit { font-size:1.6em; padding-bottom:50px; }
    .story_area .story_con .story_tit2 { font-size:1.6em; padding-bottom:50px; }
    .story_area .story_con .story_tit3 { font-size:1.6em; padding-bottom:50px; }
    .story_area .story_con .story_txt p {font-size: 14px;}
    .story_area .story_img2 { padding: 10px 0; margin: 50px 0;}
}


/*브랜드 - 아이덴티티*/
.brand_area{ width:100%;margin:0 auto; padding-bottom: 30px;}
.brand_area:after{content:""; display:block; clear:both;}
.brand_area .bi{margin: auto; text-align: center;}
.brand_area .bi .tit{font-size:26px; text-align: center;font-weight: bold;letter-spacing: 0; border-bottom: 1px solid #000; display: inline-block; margin: 0 auto 20px;text-align: center;width: 230px; padding: 15px 0 ;font-family: 'Noto Sans KR';}
.brand_area .bi .tit span{color: #e40c1a;}
.brand_area .bi .img{width: 100%;  }
.brand_area .bi .img img{width: 100%;  }
.brand_area .bi .txt{width:100%; margin:0 auto; padding:0; text-align:center; box-sizing:border-box; word-break: keep-all; margin-bottom: 20px; font-size: 18px; line-height: 1.5;}
.brand_area .info{ width:100%; position: relative;clear: both; margin: 70px 0 30px;}


.brand_area .info .list{width:calc(33.3333% - 14px); float:left; margin: 0 20px;background: url(/img/line_h.jpg) repeat-y top left,url(/img/line_h.jpg) repeat-y top right,url(/img/line_w.jpg) repeat-x bottom left,url(/img/line_w.jpg) repeat-x top left; padding:20px;}
.brand_area .info .list:nth-child(1){margin-left:0;margin-right:0;}
.brand_area .info .list:nth-child(3){margin-left:0;margin-right:0;}
.brand_area .info .list .tit{font-size:26px; text-align: center;font-weight: bold;margin-bottom: 0px; letter-spacing: 0; padding: 10px 0; font-family: 'Noto Sans KR';}
.brand_area .info .list .tit span{color: #e40c1a; font-family: Open Sans;}
.brand_area .info .list .img{width: 100%; }
.brand_area .info .list .img img{width: 100%;  }
.brand_area .info .list .txt{width:100%; margin:0 auto; padding:30px 0 0px; text-align:left; box-sizing:border-box; word-break: keep-all; font-size: 18px; line-height: 1.5;}

@media screen and (max-width:1200px){	
    .brand_area .info{ padding: 0 20px;}
    
}

@media screen and (max-width:768px){	
    .brand_area{padding-bottom: 0px;}	
    .brand_area .info .list{width:100%;margin-left:0; margin-bottom: 30px; }
    .brand_area .info .list:nth-child(3){margin-bottom: 0px;}
    .brand_area .info{  margin: 30px 0 0;}
    .brand_area .info .list .tit{font-size:20px;}
    .brand_area .info .list .txt{ padding:10px; font-size: 14px;}
    
}




/*사람과 기업 - 기업소개*/
.company_wrap .ceo_top {width:100%; margin:0 auto; background: url(/img/sub/company_bg_top.jpg) no-repeat top center; height: 250px; padding: 0;}
.company_wrap .ceo_bottom {width:100%; margin:0 auto; background: url(/img/sub/company_bg_bottom.jpg) no-repeat top center; height:94px; padding: 0;}
.company_wrap .ceo_message {width:100%; margin:0 auto; background: url(/img/sub/company_bg_body.jpg) repeat-y  top center; height: auto; padding: 0 110px 0;}
.company_wrap .ceo_message:after{content:""; clear:both; display:block;}
.company_wrap .ceo_message .tit{text-align: center; margin: 0 auto 60px; font-size: 30px; font-weight: 500;}
.company_wrap .ceo_message .left{float:left; width:48%; font-size:16px; line-height:1.5em;  text-align:justify; font-weight: 400;color: #555;}
.company_wrap .ceo_message .right{float:right; width:48%; font-size:16px;  line-height:1.5em; text-align:justify;font-weight: 400; color: #555;}
.company_wrap .ceo_message .right span{padding-bottom:5px;line-height:2.0;text-align: left; border-bottom: 1px solid #000;}
.company_wrap .ceo_message .right div{text-align: right;vertical-align: bottom;}
.company_wrap .ceo_message .right div img{width: 80px;vertical-align: bottom;margin-left: 20px;}
.company_wrap .set1{margin:0 auto;padding:0; text-align: center;}
.company_wrap .mset1{display: none;}

    @media screen and (max-width: 992px) {

    }
    @media screen and (max-width: 768px) {

        .company_wrap .ceo_message {width:95%; word-break: keep-all;}
		.company_wrap .ceo_message .left{width:100%; text-align:left; font-size:14px; }
		.company_wrap .ceo_message .right{width:100%; text-align:left; margin-top:20px; font-size:14px; }
        .company_wrap .ceo_message .right div{text-align: center; margin: 30px auto 0;}
        .company_wrap .ceo_message .right div img{width: 100px;}

        .company_wrap .set1{display: none;}
        .company_wrap .mset1{display: block;margin:0 auto;padding:0; text-align: center;}
    }

/*  혜화동 사람들  */
.people_wrap {width:100%;  margin:0 auto;}
.people_wrap:after{ content:""; display:block; clear:both;}
.people_wrap .set1{margin:0 auto;padding:0; text-align: center;}
.people_wrap .mset1{display: none;}


/*
.people_wrap .txt{margin: auto; text-align: center;}
.people_wrap .txt p{text-align: center; font-size: 18px; line-height: 1.5;}
.people_wrap .txt i{font-size:30px; margin: 30px 0 0;; line-height: 30px; te}
.vision_type4{ width:100%; padding:0px 0 70px;  text-align: center; background:url(/img/line_w.jpg) repeat-x top left,url(/img/line_w.jpg) repeat-x bottom left; position: relative;}
.vision_type4 .tit{font-size: 26px;background: #fff;color: #333;padding: 10px 40px;text-align: center;display: block; letter-spacing: 0.1em; font-family:'Noto Sans KR'; position: absolute; left: 50%; width: 57%;transform: translateX(-50%);margin-top: -25px; font-weight: 500;}
.vision_type4 .vision_area4 { width:100%; padding:70px 0 0;  text-align: center; overflow:hidden;}
.vision_type4 .vision_area4::after {content:'';display:table; clear:both;}
.vision_type4 .vision_area4 li {display:inline-block; padding:0; margin-left:-20px;}
.vision_type4 .vision_area4 li:first-child {margin-left: 0;} 
.vision_type4 .vision_area4 .i_box {position:relative; display:inline-block; padding-top:30%; width:200px; height:200px; text-align:center; border-radius:100%; box-sizing: border-box;}
.vision_type4 .vision_area4 li:nth-child(1) .i_box {background: rgba(228,14,26,1);}
.vision_type4 .vision_area4 li:nth-child(2) .i_box {background: rgba(18,119,191,1);}
.vision_type4 .vision_area4 li:nth-child(3) .i_storeinfo_wrap; padding:0; margin:0; font-size:20px; color:#fff;}
.vision_type4 .vision_area4 .i_box strong {display:block; margin-top:5%; font-size:20px; color:#fff; font-weight:500; letter-spacing:-0.03em;}	
*/
@media screen and (max-width: 768px){
    .people_wrap .set1{display: none;}
    .people_wrap .mset1{display: block;margin:0 auto;padding:0; text-align: center;}
/*
	.vision_type4 .vision_area4 li {float:left; width:50%; padding:0; margin:0; margin-bottom:5%; }
	.vision_type4 .vision_area4 li:nth-child(even) {margin-left: 0;} 
	.vision_type4 .vision_area4 li:last-child {margin-bottom:0;}
	.vision_type4 .vision_area4 .i_box {  padding-top:25%; }
	.vision_type4 .vision_area4 .i_box strong { font-size:2em;}
    */
}

@media screen and (max-width: 480px) {		
    /*
	.vision_type4 .vision_area4 li { width:100%; }
	.vision_type4 .vision_area4 .i_box {padding-top:12%; width:12rem; height:12rem; }
	.vision_type4 .vision_area4 .i_box strong { font-size:1.5em;}
    */

}




/*  연혁  */
.sub5_3{ width: 94%; margin:0 auto;}
.sub5_3 .bar{margin: 50px auto; }
.history_wrap {width:100%;  margin:0 auto;}
.history_wrap:after{ content:""; display:block; clear:both;}
.history_wrap .set1{margin:0 auto;padding:0; text-align: center;}
.history_wrap .mset1{display: none;}

.sub5_3 .sub_s_tit{text-align: left;background: url(/img/line_w.jpg) repeat-x top left; padding: 50px 0 0;}
.sub5_3 .sub_s_tit i{font-size: 20px;position: absolute; top: 2px;margin-left: 20px;}

.history_area{ width:100%;margin:0 auto; clear: both;}
.history_area:after{content:""; display:block; clear:both;}

.history_type1 .sub_s_tit{text-align: left;}
.history_type1 .sub_s_tit i{font-size: 20px;position: absolute; top: 2px;margin-left: 20px;}


.history_type1 {width:100%; margin:0 auto 50px; }
.history_type1:after{content:""; clear:both; display:block;}
.history_type1 .ceo_img {position: relative; float:right; width:60%; text-align:right; padding-left:30px;}
.history_type1 .ceo_img img {width:100%; height:auto; }
.history_type1 .ceo_area{ float:right; width:40%;} 
.history_type1 .ceo_area .ceo_txt { float:left; width:100%; padding-top:50px;vertical-align: top;}
.history_type1 .ceo_area .ceo_txt p {margin-top:0px; line-height:1.7;font-size: 24px; color: #000; word-break: keep-all;vertical-align: top; }
.history_type1 .ceo_area .ceo_txt span.ceo_sign{ display:block; font-size:1.1em; color:#000; margin-top:50px; font-family: 'Satisfy', 'Noto Sans KR', sans-serif;}

		
	@media screen and (max-width:992px){		
    .history_type1 .ceo_img {width:100%; text-align:center; margin-bottom:30px; padding-left:0; }
    .history_type1 .ceo_img img{width:100%;}
    .history_type1 .ceo_area{ float:none; width:95%; margin:0 auto; } 
    .history_type1 .ceo_area .ceo_tit { font-size:24px; text-align:center;}
    .history_type1 .ceo_area .ceo_txt{padding-top:10px;font-size: 14px;}
    .history_type1 .ceo_area .ceo_txt p {font-size: 16px;  }
    .history_type1 .ceo_area .ceo_txt h4{ font-size:18px;  }

	}
    @media screen and (max-width:767px){		
        .history_type1 .ceo_img { margin-bottom:20px;  }
    
        }

    .history_area .info{margin: 0 0 50px;}
.history li:before {content: "";display: table;}
.history li:after {content: "";display: table;clear:both;}
.history li .year {float:left;width: 25.642%;position: relative;}
.history li .year:before {z-index: 1;content: "";display: block;width: 100%;height: 1px;background-color: #000;position: absolute;right: 0;top: 50%;}
/*
.history li .year:after {z-index: 1;background-color: #1178bf;width: 9px;height: 9px;content: "";display: block;position: absolute;top: 50%;margin-top: -4px;right: -4px; border-radius: 5px;}*/
.history li .year span.year_tb {position: relative;z-index: 2;text-align: center;background-color: #fff;width:200px;height: 80px;display: table;border: 1px solid #e40c1a; }
.history li .year span.year_tb span {font-size: 24px; color: #e40c1a;font-weight:500; line-height: 80px}
.history li .month_cont {float:left;width: 74.358%;position: relative;padding-top:40px;}
.month_cont ul.month_list {position: relative;}
.month_cont ul.month_list:before {width: 1px;height:580px;background: url(/img/line_h.jpg) repeat-y top left/*background-color: #dddddd*/;display: block;content: "";position: absolute;left: -1px;top: 9px;z-index: 0;}

.month_cont ul.month1:before {height:570px;}
.month_cont ul.month2:before {height:705px;}
.month_cont ul.month3:before {height:540px;}

.history li.last .month_cont ul.month_list:before {height: 0;background-color:red;}
.month_cont ul.month_list li.month_cont_list:before {content: "";display: table;}
.month_cont ul.month_list li.month_cont_list:after {content: "";display: table;clear:both;}
.month_cont ul.month_list li.month_cont_list {padding-left:30px;position: relative; margin-top: -7px;}
.month_cont ul.month_list li.month_cont_list .month {position: absolute;left: 30px;top: 0;font-size: 16px;font-weight: bold;}
.month_detail li {font-size: 18px;margin-bottom:5px;display: table; }
.month_detail li span{margin-right: 30px;letter-spacing:-0.05em; display: table-cell; padding: 0; width: 160px;}

.vc {display: table;width: 100%;height:80%;}
.vm {display: table-cell;height: 100%;width: 100%;vertical-align: middle;}
.img-center {margin: 0 auto;}


.month_cc { position:relative;  padding-left:30px; margin-bottom:20px; margin-left: -31px;}
.month_cc:before { content:''; display:block; position:absolute; top:13px; left:0px; width:15px; height:1px; /*border-radius:50%; */background:#000;z-index: 9;} /* 라인포인트색상 */
.month_cc .year { position:absolute; top:0; left:20px; font-size:18px; color:#555; padding:0 10px; margin-bottom:15px; display:inline-block; border:1px solid #ddd;}
.month_cc ul {padding:0; margin:-5px 0 0; }
.month_cc ul li { padding:0; margin:0;font-size: 18px;margin-bottom:0;display: table; line-height: 1.7;}
.month_cc ul li span{margin-right: 30px;letter-spacing:-0.05em; display: table-cell; padding: 0; width: 170px;}/*
.month_cc ul li p strong { width:15%; display:inline-block; vertical-align:top; font-size:16px; text-align:center; }
.month_cc ul li p span {width:85%; display:inline-block; font-size:16px;  }*/

@media (max-width: 1200px) {
    .history li .year {width:100%;}
    .history li .month_cont {width:100%;padding-top:10px;}
    .history li .year span.year_tb {width:130px;height:auto;padding:5px 0; margin-bottom: 0px;}
	.history li .year:before {display:none;}
	.history li .year:after {display:none;}
    .month_cont ul.month_list li.month_cont_list .month {left:0;font-size:14px;}
	.month_cont ul.month_list:before {display:none;}
	.month_cont ul.month_list li.month_cont_list {padding-left:5px;margin-bottom:0;}
    .month_cc:before {  top:13px; left:0px; width:0px;}
    .history li .year span.year_tb span {font-size:20px;line-height: 20px}
	.month_detail li {font-size:14px;margin-bottom:10px;}
    .month_detail li span{margin-right:15px; padding: 0 15px 0 0;}
    .history li .year span.year_tb {width:130px;height:50px;}
    .history li .month_cont {padding-top:40px;}
}


@media (max-width: 991px) {
	
	
	.month_cont ul.month_list:before {height:350px;}
	.month_detail li {font-size: 14px;margin-bottom:10px;}
	
}
@media (max-width: 767px) {
    .sub5_3 .bar{margin: 30px auto; height: 30px; }
	.history li {margin-bottom:15px;}





    .history_wrap .set1{display: none;}
    .history_wrap .mset1{display: block;margin:0 auto;padding:0; text-align: center;}

    .month_cc .year { font-size:14px;}
    .month_cc ul li { font-size: 14px;}
    .month_cc ul li span{margin-right: 10px;width: 110px;}


}





.year_txt &gt; li {margin-bottom: 10px; position: relative; padding-left: 15px; display:inline-block; font-weight: 400; line-height: 24px;}
.year_txt &gt; li:last-child {margin-bottom: 20px;}
.year_txt &gt; li:before {content:''; display:inline-block; width:6px; height:1px; background:#333; position:absolute; left:0; top:10px;}
.history_wrap &gt; li:nth-child(even) .year_txt &gt; li:before {position:relative; top:-5px; margin-right:10px;}

@media only screen and (max-width:980px) {

	.history_wrap {padding-bottom: 10px;}	

	.year_txt &gt; li {display:block; }
	.history_wrap &gt; li:nth-child(even) .year_txt &gt; li:before {position:absolute; left:0; top:9px; margin-right:0px;}
}




/*  오시는 길  */

.map_wrap {width:100%;  margin:-50px auto 50px; position: relative; background: url(/img/sub/paper.svg) repeat-y top center/contain;}
.map_wrap:after{ content:""; display:block; clear:both;}
.map_wrap .set1{margin:0 auto;padding:0; text-align: center;}
.map_wrap .mset1{display: none;}
.map_area{padding: 56px 0 100px; width: 913px; margin: 0px auto 0;}
@media screen and (max-width:1200px){
    .map_wrap {margin:0px auto 50px; }
    .map_area{width: 80%; }
}
@media screen and (max-width:768px){
    .map_wrap { background: url(/img/sub/paper_m.svg) repeat-y top center/contain}
    .map_area{padding: 50px 0 50px }
    .map_wrap .set1{display: none;}
    .map_wrap .mset1{display: block;margin:0 auto;padding:0; text-align: center;}

}

/*
.map_logo{position: relative;width: 100%; text-align: center;margin: auto;}
.map_logo img{width: 170px;}
.map_area {float: left; width:58%; padding-right: 30px;overflow: hidden; background: url(/img/line_h.jpg) repeat-y top right }


.map_info {float: left; width:42%;overflow: hidden;}
.map_info .img{width: 100%;background: url(/img/line_w.jpg) repeat-x bottom left; padding: 0 0 30px; }
.map_info .img img{width: 100%;padding-left: 30px; }
.map_info .map_txt img {margin-right:13px; vertical-align: text-top;}
.map_info .tit {font-size: 26px; font-weight: 500; margin-bottom: 15px; padding: 20px 0 0 0px; border-bottom:1px solid #000 ; display: inline-block; margin-left: 30px;}
.map_txt {display: inline-block; padding: 0 0 0 30px;}
.map_txt:after {content:''; display:inline-block; clear:both;}
.map_txt &gt; li {margin-bottom: 5px; }
.map_txt &gt; li .ico {border-radius: 100%;width: 30px; height: 30px; line-height: 30px;display: inline-block;overflow: hidden; border: 1px solid #000; position: relative; padding: 20px 0 0 ; vertical-align: bottom;}
.map_txt &gt; li .ico img{width:auto; overflow: hidden;position: absolute; transform: translate(-50%,-50%);top: 50%; left: 50%;}
.map_txt &gt; li .txt{font-size: 18px;display: inline-block; vertical-align: bottom; margin: 0 0 0 15px;}
.trans_info {margin-top: 40px;}
.trans_info:after {content:''; display:block; clear:both;}
.trans_info &gt; li {float: left; margin-right: 30px; width: calc(100%/3 - 21px); text-align: center;}
.trans_info &gt; li:last-child {margin-right: 0px;}
.trans_info &gt; li h3 {font-size: 20px; color: #e40c1a; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #e40c1a;}*/
.root_daum_roughmap {width:100% !important; margin: auto!important; border: none!important;}
@media only screen and (max-width:1200px) {
	.root_daum_roughmap {width:100% !important;}
}

@media only screen and (max-width:768px) {
    /*
    .map_logo img{width:80px;}
	.map_info &gt; h2 {font-size: 18px; line-height: 26px;}
	.map_txt:after {display:none;}
	.map_txt &gt; li {float: none; padding-right:0px; margin-right:0px; border-right: none; margin-bottom:15px; font-size: 16px; }
	.map_txt &gt; li:last-child {margin-bottom: 0px;}
	.trans_info &gt; li {float: none; width: 100%; margin-right: 0px; margin-bottom: 30px;}
	.trans_info &gt; li:last-child {margin-bottom: 0px;}
    .trans_info &gt; li h3 {font-size:16px;}
    */
}

/*매장*/
.storeinfo_wrap {width:100%;  margin:0 auto 50px; padding: 0;}
.storeinfo_wrap .set1{margin:0 auto;padding:0; text-align: center;}
.storeinfo_wrap .mset1{display: none;}
.storeinfo_wrap .bar{margin-top: 50px;}

.store_list{width: 100%; position: relative; display: table; border-top: 1px solid #ddd;background:url(/img/line_w.jpg) repeat-x top left,url(/img/line_h.jpg) repeat-y top left,url(/img/line_h.jpg) repeat-y top right; }
.store_wrap{margin: 20px 0; }
.store_wrap .store_list:last-child{background:url(/img/line_w.jpg) repeat-x bottom left,url(/img/line_w.jpg) repeat-x top left,url(/img/line_h.jpg) repeat-y top left,url(/img/line_h.jpg) repeat-y top right}
.store_list .store{width: 60%; display:block;float: left;vertical-align: top; padding: 20px}
.store_list .store .name{font-size: 20px; font-weight: 500;margin-bottom: 10px}
.store_list .store .add{font-size: 18px;line-height: 1.5; margin-bottom: 5px;}
.store_list .store .tel{font-size: 18px; line-height: 18px;}
.store_list .store_btn{width: 40%; display:block;text-align: right; position: absolute; transform: translateY(-50%); top: 50%; right: 20px}
.store_list .store_btn span{text-align: right; display: inline-block; }
.store_list .store_btn span a{  border-radius: 80px; width: 80px; height: 80px;line-height:1.5;display:block; text-align: right;font-size: 14px; text-align: center; background: #f5f5f5;border: 1px solid #1178bf; padding: 20px 0 0;font-weight: 400;}
.store_list .store_btn span a:hover{  background: #fff;border: 1px solid #1178bf;color: #000;}
.store_list .store_btn span a i{display:block;margin-top: 5px;}
.store_list .store_btn span:nth-child(1) a{ background: #fff;border: 1px solid #000; margin-right: 10px;}
.store_list .store_btn span:nth-child(2) a{ background: #fff;border: 1px solid #000;  }
.store_list .store_btn span:nth-child(1) a:hover{ background: #fff;border: 1px solid #1178bf;color: #000;}
.store_list .store_btn span:nth-child(2) a:hover{ background: #fff;border: 1px solid #e40c1a;color: #000;}

.store-search {width:94%; margin:0 auto 0; padding: 0 0 50px;}
.store-search .wrap {display:table; table-layout:fixed; width:100%; box-sizing:border-box; padding:40px;border-radius:10px;}
.store-search .map-area {display:inline-block; vertical-align:top; width:45%;}
.store-search .map-area .txt {position:relative; margin-left:-15px; margin-top:4px; padding-left:8px; color:#878787; font-size:12px; font-weight:400; line-height:1.3em; letter-spacing:-.04em;}
.store-search .map-area .txt:before {content:"*"; position:absolute; top:3px; left:0; }
.store-search .map-area .map {position:relative; max-width:394px; margin:20px auto 0;}
.store-search .map-area .area {position:absolute; z-index:2; width:70px; height:70px; transform:translate(-50%,-50%); background:rgba(83,83,83,0.8) ;text-decoration:none !important; text-align:center; border-radius:50px; color:#fff; font-size:16px; font-weight:500; line-height:70px;}
.store-search .map-area .area:hover,
.store-search .map-area .area.active {background:#ffcd2d;color:#2c2c2c;}
.store-search .map-area .area.seoul {top:20%; left:37%;}
.store-search .map-area .area.gangwon {top:17%; left:64%;}
.store-search .map-area .area.chung {top:38%; left:38%;}
.store-search .map-area .area.jeon {top:60%; left:30%;}
.store-search .map-area .area.gyeong {top:50%; left:69%;}
.store-search .map-area .area.jeju {bottom:-2%; left:17.5%;}


.store-search .search-area {display:inline-block; vertical-align:top; padding-left:40px;width:50%;}
.store-search .search-area dl {padding:10px 0; margin-bottom:12px; max-width:490px;}
.store-search .search-area dl dt {padding-left:33px; font-size:24px; font-weight:500; line-height:1.3em;  background:url("/img/sub/bul1.png") 0 4px no-repeat; margin: 0 auto 15px;}
.store-search .search-area dl dt label{font-weight: 600!important;}
.store-form .sub_s_tit{background: none;}
/*
.store-search .search-area dl dt:before {content:""; position:absolute; top:9px; left:3px; width:6px; height:6px; background:#3c3b76; border-radius:50%;}*/
.store-search .search-area dl dd {position:relative; vertical-align:top; display:inline-block; width:100%; padding-right:100px; box-sizing:border-box;}


.store-search .submit {position:absolute; top:0; right:0; border:0; cursor:pointer; color:#fff; font-size:18px; font-weight:400; background:#505050; width:100px; height:40px; -webkit-appearance:none; border-radius:20px; -webkit-border-radius:20px;}
.store-search .submit.focus {background:#ababab;}
.store-search .input {width:calc(100% - 6px); height:40px; border:1px solid #000;/*border:1px solid #ababab;*//* border-radius:5px; -webkit-border-radius:5px;*/padding:8px 18px; font-size:18px; font-weight:400; line-height:22px; color:#505050; box-sizing:border-box;}
.store-search .select {float:left; width:calc(50% - 6px); margin-right:6px; height:40px; border:1px solid #000;/* border-radius:5px;*/ padding:8px 18px; box-sizing:border-box;
font-size:18px; font-weight:400; line-height:22px; color:#505050;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color:#fff;
background-position:91% 50%;
background-repeat:no-repeat;
background-image:url("/img/arr2.png");
}
.store-search .select::-ms-expand {display:none;}
.store-search .total {font-size:18px; font-weight:200; line-height:1.3em; margin-bottom:10px;}

.board_pagetab{margin: auto; text-align: center;}
.board_pagetab a{margin: auto; text-align: center;}




.board_pagetab { text-align:center; }
.board_pagetab a{text-decoration:none; font-size: 14px!important; color:#000!important; padding:0px!important; border: 1px solid #ddd; margin-right: 3px; width: 35px!important; line-height: 35px!important; display:inline-block!important;}
.board_pagetab a:hover {text-decoration:none; background-color:#fff; border: 1px solid #000;}
.board_pagetab .on a{border: 1px solid #000; font-weight: bold; }
		



.store-table { width:100%; margin:0 auto;}
.store-table thead th{padding: 1.5% 1%;text-align:center; font-weight: normal;background:#efefef; border-right:1px solid #fff;    color:#000;}
.store-table thead th:last-child{border-right:0;}
.store-table tbody tr:hover {background: #fafafa;}
.store-table tbody td{ padding: 1%; text-align:center; border-right:1px solid #eee; border-bottom:1px solid #eee;
}
.store-table tbody td.aa{text-align: left;}
.store-table tbody td:last-child{ border-right:0;}
.store-search .sub_s_tit{text-align: left;}



@media screen and (max-width:1200px){
    .store-search .map-area {width:100%;}
    .store-search .search-area {display:block;  padding-left:0px; width: 100%; padding-bottom: 30px;}
}

@media screen and (max-width:768px){
    .storeinfo_wrap {margin:0 auto 0px;}
    .store-search .map-area .area{font-size: 14px; width: 70px; height: 70px; line-height: 70px;}

    .storeinfo_wrap .bar{margin: 30px auto; height: 30px;}
    .storeinfo_wrap .set1{display: none;}
    .storeinfo_wrap .mset1{display: block;margin:0 auto;padding:0; text-align: center;}

    .store-search .wrap{padding: 10px;}
    .store_list .store{width: 100%; padding: 20px}
    .store_list .store_btn{width: 100%;  padding:10px; position: relative; top: inherit; right: inherit; text-align: center; transform: inherit;}
    .store_list .store_btn span:nth-child(1) a{ margin: 0 auto 10px;}
    .store_list .store_btn span:nth-child(2) a{ margin: auto;  }
    .store_list .store_btn span{width: 45%; }
    .store_list .store_btn span:nth-child(2) a:hover{margin: 0 auto;}
    .store_list .store .name{font-size: 18px;}
    .store_list .store .add{font-size: 14px;}
    .store_list .store_btn span a{  width: 90%; height: auto; padding:7px 0 ;}
    .store_list .store_btn span a i{display: inline-block; padding-left: 10px;}

    .store-search .input{font-size: 14px; padding: 10px;}
    .store-search .select {font-size: 14px; padding: 10px;  width:calc(50% - 10px);}
    .store-search .submit {font-size: 16px; padding: 10px;width: 60px;}
    .store-search .search-area dl dd{padding-right: 70px;}
    .gugun{width: 110px !important;}
}</pre></body></html>