@charset "utf-8";
/**************************************************

	Global.css

**************************************************/
/**************************************************
	Variables (공통색상 지정)
**************************************************/
:root {

	/* layout */
    --point-color: #3e160c;
	--search-submit-bg-color : #444c62; /* 헤더 검색창 검색버튼 배경색 */
	--search-submit-txt-color : #ffffff; /* 헤더 검색창 검색버튼 글자색 */
	--search-close-bg-color : #545c73; /* 헤더 검색창 닫기버튼 배경색 */
	--search-close-txt-color : #ffffff; /* 헤더 검색창 닫기버튼 글자색 */
	--lnb-bg-color : #444c62; /* lnb 메뉴바 배경색 */
	--slidebar-bg-color : #545c73; /* 햄버거 메뉴 타이틀 배경색 */

	/* buttons 공통 (스킨에도 적용됨) */
	--btn1-bg-color : #444c62; /* 강조 버튼 배경색 */
	--btn1-border-color : #444c62; /* 강조 버튼 테두리색 */
	--btn1-txt-color : #ffffff; /* 강조 버튼 글자색 */

	--btn2-bg-color : #ffffff; /* 일반형 버튼 배경색 */
	--btn2-border-color : #333333; /* 일반형 버튼 테두리색 */
	--btn2-txt-color : #333333; /* 일반형 버튼 글자색 */

	--btn3-bg-color : #f7f7f7; /* 배경흐린 버튼 배경색 */
	--btn3-border-color : #dddddd; /* 배경흐린 버튼 테두리색 */
	--btn3-txt-color : #000000; /* 배경흐린 버튼 글자색 */

	/* skins 공통 (게시판, 제품관리, 연혁 등등) */
	--skin-search-btn-bg-color : #444c62; /* 각종 스킨 검색창 버튼 배경색 */
	--skin-search-btn-txt-color : #ffffff; /* 각종 스킨 검색창 버튼 글자색 */

}

/**************************************************
	Public
**************************************************/
html{min-width: 1300px;overflow-x: hidden;}
html * {font-family: 'SUIT'}
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}

/* Table */
.table1{width: 100%;border-top: 2px solid #333;border-bottom: 1px solid #ccc;}
.table1 tr > *{padding: 12px 20px;border-top: 1px solid #dddddd;font-size: 15px;line-height: 18px;}
.table1 tr:first-child > *{border-top: none;}
.table1 thead th{background: #f7f7f7;font-weight: normal;color: #000;border-bottom: 1px solid #dddddd;padding: 20px 10px;}
.table1 tbody th{font-weight: normal;color: #000;text-align: left;}
.table1 tbody th em{font-style: normal;margin-right: 5px;color: #999;}
.table1 tbody.memo td{padding: 0 !important;border: none !important;}
.table1 tbody.fileWrap th em{font-style: normal;margin-left: 3px;}
.table1 .w100p{width: 100%;}
.table1 .w50p{width: 500px;}
.table1 .w33p{width: 200px;}
.table1 input[type=text],
.table1 input[type=password],
.table1 input[type=search],
.table1 input[type=email],
.table1 input[type=url],
.table1 input[type=number]{outline: none;height: 40px;line-height: 40px;margin: 2px 0;padding: 0 15px;background: #f9f9f9;border: 1px solid #ddd;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;vertical-align: middle;font-size: 15px;}
.table1 select{height: 40px;line-height: 40px;margin: 2px 0;padding: 0 0 0 10px;background: #ffffff;border: 1px solid #ccc;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;font-size: 15px;}
.table1 textarea{outline: none;width: 100%;height: 300px;font-size: 14px;line-height: 18px;margin: 2px 0;padding: 15px;background: #f9f9f9;border: 1px solid #ddd;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;font-size: 15px;}
.table1 label{font-size: 15px;letter-spacing: -1px;}
.table1 em.tbl_sment{display: block;margin: 5px 0;font-size: 14px;color: #999;font-style: normal;letter-spacing: -1px;}
.table1 .many-inputs .hipen{font-style: normal;display: inline-block;vertical-align: middle;width: 30px;display: inline-block;vertical-align: baseline;text-align: center;font-size: 13px;color: #999;}
.table1 .many-inputs > *{vertical-align: middle;}
.table1.borderAll tr > *{border: 1px solid #ddd;}

/* Tab */
.tab1{margin-bottom: 50px;border-bottom: 1px solid #000;display: flex;justify-content: space-between;flex-wrap: wrap;}
.tab1 li{display: inline-block;vertical-align: top;flex-basis: 0;flex-grow: 1;}
.tab1 li a{display: block;font-size: 18px;color: #666;display: block;line-height: 60px;text-decoration: none;text-align: center;}
.tab1 li.active{margin-bottom: -1px;}
.tab1 li.active a{border: 1px solid #000;border-bottom: none;background: #fff;color: #000;}

/* Button */
.btnWrap{ margin-top: 30px; }
.btnWrap > *{margin: 0 2px;}
.btn1{background: none;padding: 0 30px;display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 48px;text-align: center;font-size: 16px;background: var(--btn1-bg-color);border: 1px solid var(--btn1-border-color);color: var(--btn1-txt-color) !important;text-decoration: none !important;}
.btn2{background: none;padding: 0 30px;display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 48px;text-align: center;font-size: 16px;background: var(--btn2-bg-color);border: 1px solid var(--btn2-border-color);color: var(--btn2-txt-color) !important;text-decoration: none !important;}
.btn3{background: none;padding: 0 30px;display: inline-block;vertical-align: top;box-sizing: border-box;height: 50px;line-height: 48px;text-align: center;font-size: 16px;background: var(--btn3-bg-color);border: 1px solid var(--btn3-border-color);color: var(--btn3-txt-color) !important;text-decoration: none !important;}
.btn1.small,
.btn2.small,
.btn3.small{padding: 0 20px;height: 40px;line-height: 40px;font-size: 14px;}

/**************************
	Site Layer Popup
**************************/
.sp-pop{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);border-radius: 3px;overflow: hidden;}
.sp-pop:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);}
.sp-pop .img{position: relative;min-height: 100px;}
.sp-pop .img img{max-width:100%;}
.sp-pop .btns{position: absolute;bottom: 0;left: 0;width: 100%;white-space: nowrap;background: #f7f7f7;}
.sp-pop .btns li{position: relative;display: inline-block;vertical-align: top;width: 50%;}
.sp-pop .btns li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);border-width: 1px 1px 1px 0;}
.sp-pop .btns li:first-child:before{border-left-width: 1px;}
.sp-pop .btns li a,
.sp-pop .btns li label{position: relative;display: block;text-align: center;line-height: 32px;text-align: center;font-size: 11px;color: #666;letter-spacing: -1px;z-index: 3;text-decoration: none;font-family: dotum;}
.sp-pop .btns li label input{display: none;}
.sp-pop .btns.len3 li{width: 33.33%;}

/**************************
	Paging
**************************/
.paging{text-align: center !important;margin-top: 50px !important;font-family: empty !important;font-size: 0 !important;}
.paging a{display: inline-block !important;vertical-align: top !important;margin: 0 !important;margin-right: -1px !important;position: relative !important;margin: 0 10px !important;height: 35px !important;line-height: 35px !important;text-align: center !important;color: #ccc !important;font-size: 16px !important;font-weight: bold !important;text-decoration: none !important;box-sizing: border-box !important;font-family: tahoma, arial, axicon !important;}
.paging a:hover{color: #000 !important;}
.paging a:after{position: absolute !important;top: 0 !important;left: 0 !important;width: 100% !important;height: 100% !important;line-height: 35px !important;text-align: center !important;font-size: 15px !important;text-indent: 0 !important;}
.paging a.active{background: #ffffff !important;color: #333333 !important;font-weight: 600 !important;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: #f7f7f7 !important;width: 35px !important;line-height: 35px !important;text-align: center !important;border-radius: 50% !important;color: #666666 !important;text-indent: -999em !important;margin: 0 2px !important;}
.paging a.first:hover,
.paging a.prev:hover,
.paging a.next:hover,
.paging a.last:hover{background: #333 !important;}
.paging a:hover:after{color: #fff !important;}
.paging a.first{margin-right: 15px !important;margin-left: -10px !important;}
.paging a.prev{margin-right: 15px !important;margin-left: -10px !important;}
.paging a.next{margin-left: 15px !important;margin-right: -10px !important;}
.paging a.last{margin-left: 15px !important;margin-right: -10px !important;}
.paging a.first:after{content: '\f100' !important;font-size: 18px !important;color: #999 !important;}
.paging a.prev:after{content: '\f104' !important;font-size: 18px !important;color: #999 !important;}
.paging a.next:after{content: '\f105' !important;font-size: 18px !important;color: #999 !important;}
.paging a.last:after{content: '\f101' !important;font-size: 18px !important;color: #999 !important;}

/**************************************************
	Layout
**************************************************/
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 90;background: rgba(164,152,116,0.95)}
#header .inner{position: relative;width: 1400px;height: 100px;margin: 0 auto;}
#header .logo{position: absolute;top: 0;left: 0; width: 110px; height: 130px;line-height: 130px; background: #6e3025; text-align: center}
#header .logo img{width: auto;max-height: calc(100% - 20px);vertical-align: middle;}

#gnb{position: absolute;top: 0;left: 50%;transform: translate(-50%, 0);z-index: 2; min-width: 750px}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 40px;line-height: 100px; font-weight: 700; font-size: 20px;color: #382b30;text-decoration: none;}
#gnb > li > ul{position: absolute;top: 90px;left: 50%;width: 240px;transform: translate(-50%, 0);background: #fff;box-sizing: border-box;visibility: hidden;box-shadow: 3px 3px 10px rgba(0,0,0,0.1);box-shadow: inset 0 2px 2px rgba(0,0,0,0.04);}
#gnb > li > ul li{border-top: 1px solid rgba(0,0,0,0.08);}
#gnb > li > ul li:first-child{border-top-color: rgba(0,0,0,0.15);}
#gnb > li > ul li:first-child a{padding-top: 5px;}
#gnb > li > ul li:last-child a{padding-bottom: 5px;}
#gnb > li > ul li a{display: block;font-size: 15px;color: #666;line-height: 45px;text-align: center;text-decoration: none;}
#gnb > li > ul li:hover a,
#gnb > li > ul li.active a{background: #f7f7f7;color: #000;}
#gnb > li:hover > ul,
#gnb > li:focus-within > ul{visibility: visible;opacity: 1;}
#gnb > li.hidden-gnb{display: none;}

#drdw{position: absolute;top: 100px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;z-index: 89;display: none;box-shadow: 3px 10px 10px rgba(0,0,0,0.1);}
#drdw .inner{position: relative;width: 1300px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner > li{display: inline-block;padding: 40px 0;vertical-align: top;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;margin-bottom: 15px;font-size: 18px;color: #000;text-align: center;font-weight: bold;}
#drdw .inner > li ul li a{display: block;font-size: 15px;line-height: 35px;color: #555555;text-align: center;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li.hidden-gnb{display: none;}
#drdw .close{width: 0;height: 0;border: none;background: #333;font-size: 16px;color: #fff;letter-spacing: -1px;overflow: hidden;margin: 0;display: block;}
#drdw .close:focus-within{width: 100%;height: 55px;}

#tnb{position: absolute;top: 15px;right: 0;z-index: 2;}
#tnb > li{display: inline-block;margin-left: 15px;box-sizing: border-box;}
#tnb > li a{font-size: 14px;color: #666;}

#hd-lan{position: absolute;top: 45px;right: 110px;z-index: 92;}
#hd-lan > a{display: block;line-height: 40px;padding: 0 22px 0 28px;font-size: 14px;color: #2e3144;text-decoration: none;text-transform: uppercase;background: url('/images/layout/hd-lan-ico.png') no-repeat 0 center, url('/images/layout/hd-lan-spr.png') no-repeat right center;}
#hd-lan > ul{position: absolute;top: 45px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
#hd-lan > ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('/images/layout/hd-lanbox-spr.png');}
#hd-lan > ul li a{display: block;font-size: 14px;line-height: 26px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
#hd-lan.on > ul,
#hd-lan:focus-within > ul{display: block;}

#hd-sch{position: absolute;top: 55px;right: 50px;z-index: 91;}
#hd-sch .btn{display: block;width: 21px;height: 21px;background: url('/images/layout/hd-sch-btn.png');text-indent: -999em;border: none;}
#hd-sch-pop{position: absolute;top: 100px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;z-index: 91;display: none;box-shadow: 3px 10px 10px rgba(0,0,0,0.1);padding: 30px 0;}
#hd-sch-pop.on{display: block !important;}
#hd-sch-pop form{width: 1300px;position: relative;margin: 0 auto;zoom: 1;}
#hd-sch-pop form fieldset > *{float: left;}
#hd-sch-pop legend{display: none;}
#hd-sch-pop .inp{width: calc(100% - 110px);height: 55px;line-height: 55px;text-indent: 20px;font-size: 16px;background: none;border: none;background: #f7f7f7;}
#hd-sch-pop .sbm{position: relative;width: 55px;height: 55px;background: var(--search-submit-bg-color);border: none;text-indent: -999em;}
#hd-sch-pop .sbm:after{position: absolute;top: 0;left: 0;width: 100%;line-height: 55px;display: block;content: '\e036';font-family: axicon;color: var(--search-submit-txt-color);font-size: 18px;text-indent: 0;}
#hd-sch-pop .close{position: relative;width: 55px;height: 55px;background: var(--search-close-bg-color);border: none;text-indent: -999em;}
#hd-sch-pop .close:after{position: absolute;top: 0;left: 0;width: 100%;line-height: 55px;display: block;content: '\f1b5';font-family: axicon;color: var(--search-close-txt-color);font-size: 18px;text-indent: 0;}

#hd-sns {position: absolute;top: 50%; right: 0; transform: translateY(-50%); font-size: 0}
#hd-sns a {margin-left: 10px}

#footer {background: #9a8d65; padding: 80px 0 110px}
#footer > .inner {position: relative;display: flex; flex-flow: row wrap; width: 1400px;margin: 0 auto}
#footer > .inner > div {width: 50%}
#footer > .inner .left {position: relative; padding-left: 200px; box-sizing: border-box}
#footer > .inner .left .f_logo {position: absolute; top: 0; left: 0}
#footer > .inner .left h6 {font-weight: 800; font-size: 23px; line-height: 30px; color: #382b30; letter-spacing: -0.5px}
#footer .fnbWrap{border-bottom: 1px solid #3d3d3d;}
#footer .fnbWrap .inner{position: relative;width: 1300px;margin: 0 auto;}
#footer .ftWrap{position: relative;width: 1300px;margin: 0 auto;padding: 50px 0;}
#footer address{margin-top: 20px; font-size: 17px;line-height: 26px;color: #382b30;font-style: normal;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer .copyright{display: block;margin-top: 20px;font-size: 15px;color: #382b30;}

#sns-ico{margin-top: 20px;}
#sns-ico li{display: inline-block;margin-right: 5px;}

#gotop{position: absolute;top: 10px;right: 0;display: block;background: url('/images/layout/ft-top-btn.jpg') no-repeat center center;width: 50px;height: 50px;text-indent: -999em;}

#fnb > li{position: relative; display: inline-block;padding-right: 15px; margin-right: 15px}
#fnb > li:not(:last-child):before {content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 13px; background: rgba(62,22,12,0.2); margin-top: -6px}
#fnb > li a{font-weight: 700; font-size: 20px; line-height: 30px; color: #382b30;letter-spacing: -1px}

#ft-fam{position: absolute;top: 35px;right: 0;width: 230px;height: 40px;}
#ft-fam > a{display: block;line-height: 40px;padding: 0 15px;border: 1px solid #444444;font-size: 15px;color: #aaaaaa;text-decoration: none;background: url('/images/layout/ft-family-spr.png') no-repeat 92% center;}
#ft-fam ul{position: absolute;bottom: 40px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #444444;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam.on ul,
#ft-fam:focus-within ul{display: block;}

#slide-btn{display: none; text-indent: -999em;width: 50px;height: 50px;position: absolute;top: 50%;right: 0; transform: translateY(-50%); background: url('../images/layout/hd_drdw_btn.png') no-repeat center / contain}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{display: none !important; border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 2px;background: #282828;}
#slide-btn button span{display: block;top: 50%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

#slide-bg{display: none;}
#slide-menu{display: none;}

/**************************************************
	Ajax Popup
**************************************************/
.layer-ajaxpop{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding-top: 60px;z-index: 301;background: #fff;overflow: hidden;box-sizing: border-box;opacity: 0;box-shadow: 0 0 10px rgba(0,0,0,0.1);max-height: calc(100% - 40px);}
.layer-ajaxpop .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 60px;background: #fff;padding: 0 20px;border-bottom: 1px solid #ddd;box-sizing: border-box;box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.layer-ajaxpop .pop-tit h3{font-size: 16px;color: #000;font-weight: bold;line-height: 60px;}
.layer-ajaxpop .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 60px;height: 60px;line-height: 60px;text-align: center;color: #666;border-left: 1px solid #ddd;text-indent: -999em;}
.layer-ajaxpop .pop-tit .close:after{content: '\f1b5';display: block;position: absolute;top: 0;left: 0;width: 100%;line-height: 60px;text-align: center;font-size: 16px;color: #333;font-family: axicon;text-indent: 0;}

.layer-ajaxpop .pop-wrap{height: 100%;overflow-y: auto;padding: 20px;box-sizing: border-box;}
.layer-ajaxpop.on{opacity: 1;}
.layer-ajaxpopBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;}
.layer-ajaxpopBG.on{opacity: 1;}

/* sitemap */
.layer-ajaxpop .sitemap{text-align: center;display: flex;justify-content: space-between;flex-wrap: wrap;}
.layer-ajaxpop .sitemap > li{display: inline-block;width: 32.5%;}
.layer-ajaxpop .sitemap > li > a{display: block;text-align: center;font-size: 15px;letter-spacing: -1px;background: #f7f7f7;line-height: 45px;color: #000;text-decoration: none;}
.layer-ajaxpop .sitemap > li ul{padding: 15px 0;}
.layer-ajaxpop .sitemap > li ul li{margin-bottom: 5px;}
.layer-ajaxpop .sitemap > li ul li a{display: block;font-size: 14px;color: #333;line-height: 18px;text-align: center;text-decoration: none;color: #666;}

/**************************************************
	Main
**************************************************/
#main{overflow: hidden}
#main #content{  }
#main #mainWrap{position: relative;width: 1400px;margin: 0 auto;}

#main .visual{position: relative;}
#main .visual .roll .item{position: relative;overflow: hidden; }
#main .visual .roll .item img{position: relative; margin:0 auto;}
#main .visual .slick-arrow {position: absolute; top: 50%; transform: translateY(-50%); width: 80px; height: 80px; border: 0; text-indent: -999em; z-index: 10}
#main .visual .slick-prev {left: 60px; background: url('../images/main/vis_prev_arrow.png') no-repeat center / contain}
#main .visual .slick-next {right: 60px; background: url('../images/main/vis_next_arrow.png') no-repeat center / contain}
#main .visual .slick-dots{position: absolute;bottom: 70px;left: 0;width: 100%;z-index: 81;text-align: center;}
#main .visual .slick-dots li{display: inline-block;margin: 0 8px;}
#main .visual .slick-dots li button{display: block;width: 20px;height: 20px;background: rgba(255,255,255,0.2);text-indent: -999em;overflow: hidden;border: none;border-radius: 50%;transition: all 0.1s;}
#main .visual .slick-dots li.slick-active button{background: var(--point-color)}

#main section {position: relative; padding: 120px 0}

#main section .title {margin-bottom: 70px; text-align: center}
#main section .title > * {text-align: center}
#main section .title h5 {position: relative; display: inline-block; padding: 0 35px; font-weight: 900; font-size: 62px; line-height: 70px}
#main section .title h5:before,
#main section .title h5:after {content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%}
#main section .title h5:before {left: 0}
#main section .title h5:after {right: 0}
#main section .title.bn h5:before,
#main section .title.bn h5:after {background: #3e160c}
#main section .title.be h5:before,
#main section .title.be h5:after {background: #f1e2c2}
#main section .title.bn h5 {color: #3e160c}
#main section .title.be h5 {color: #f1e2c2}
#main section .title p {margin-top: 20px; font-weight: 700; font-size: 23px; line-height: 33px; letter-spacing: -0.5px}
#main section .title.bn p {color: #382b30}
#main section .title.be p {color: #faf4e6}


#main .section01 {}
#main .section01:before {content: ''; content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: url('../images/main/main_sec01_bg.jpg') no-repeat center / cover; z-index: -1}
#main .section01:after {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: url('../images/main/main_sec01_txt_bg01.png') no-repeat left 40px top 40px, url('../images/main/main_sec01_txt_bg02.png') no-repeat right 40px bottom 40px; z-index: -1}
#main .section01 ul {display: flex; flex-flow: row wrap; }
#main .section01 ul li {width: calc(100% / 3); text-align: center}
#main .section01 ul li img {display: block; margin: 0 auto}
#main .section01 ul li h6 {margin: 60px 0 35px; display: inline-block; padding-right: 55px; font-weight: 800; font-size: 36px; line-height: 44px; color: #382b30; background: url('../images/main/main_sec01_arrow.png') no-repeat right center}
#main .section01 ul li h6 a {font-weight: inherit; font-size: inherit; color: inherit; text-decoration: none}
#main .section01 ul li p {font-size: 18px; line-height: 30px; color: #382b30; letter-spacing: -0.5px}

#main .section02 {}
#main .section02:before {content: ''; content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: url('../images/main/main_sec02_bg.jpg') no-repeat center / cover; z-index: -1}
#main .section02 .roll {position: relative}
#main .section02 .roll .slick-arrow {position: absolute; top: 50%; transform: translateY(-50%); margin-top: -40px; width: 80px; height: 80px; border: 0; text-indent: -999em}
#main .section02 .roll .slick-prev {left: -80px; background: url('../images/main/main_sec02_prev_arrow.png') no-repeat center / contain}
#main .section02 .roll .slick-next {right: -80px; background: url('../images/main/main_sec02_next_arrow.png') no-repeat center / contain}
#main .section02 .roll .item {position: relative; width: 25%; padding: 0 45px; text-align: center; box-sizing: border-box}
#main .section02 .roll .item a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10}
#main .section02 .roll .item .thumb {position: relative; padding-bottom: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 50%}
#main .section02 .roll .item .thumb:after {content: ''; position: absolute; bottom: -11px; left: 50%; transform: translateX(-50%); width: 24px; height: 24px; background: url('../images/main/main_sec02_more_ico.png') no-repeat center / contain; z-index: 1}
#main .section02 .roll .item h6 {margin-top: 45px; font-weight: 700; font-size: 24px; line-height: 34px; color: #f1e2c2; letter-spacing: -0.5px; text-align: center}

#main .section03 {}
#main .section03:before {content: ''; content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #f1e2c2; z-index: -1}
#main .section03 .rollWrap {position: relative; padding-right: 350px}
#main .section03 .rollWrap .bigRoll {}
#main .section03 .rollWrap .bigRoll .item {}
#main .section03 .rollWrap .bigRoll .item .youtube {}
#main .section03 .rollWrap .tmbRoll {position: absolute; top: 0; right: 0; width: 330px}
#main .section03 .rollWrap .tmbRoll .item {position: relative;}
#main .section03 .rollWrap .tmbRoll .item:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 5px solid #3e160c; box-sizing: border-box; background: rgba(0,0,0,0.5) url('../images/main/main_sec03_more_ico.png') no-repeat center; z-index: 10; opacity: 0; visibility: hidden; transition: all .3s ease}
#main .section03 .rollWrap .tmbRoll .item:hover:before {opacity: 1; visibility: visible}
#main .section03 .rollWrap .tmbRoll .item:not(:last-child) {margin-bottom: 20px}
#main .section03 .rollWrap .tmbRoll .item .thumb {padding-bottom: 56.03%; background-size: cover; background-repeat: no-repeat; background-position: center}

/**************************************************
	Sub
**************************************************/
#sub{  }
#sub #content{ position: relative;width: 1400px;margin: 0 auto;padding: 0; }

#sub #content > *{}

#sub .sub-vis{position: relative;height: 240px;overflow: hidden;text-align: center;background-position: center center;background-size: cover;}
#sub .sub-vis:before{position: relative;content: '';display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#sub .sub-vis h2{display: inline-block;vertical-align: middle;text-align: center;font-size: 35px;color: #fff;letter-spacing: -1px;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: normal;}

#sub .sub-tit{position: relative;padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid #eee;}
#sub .sub-tit h3{margin-top: 10px;font-size: 32px;color: #000;}

.lnbWrap{background: var(--lnb-bg-color);}
#lnb{width: 1300px;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
#lnb > li{display: inline-block;vertical-align: top;flex-basis: 0;flex-grow: 1;}
#lnb > li a{position: relative;display: block;line-height: 50px;font-size: 15px;text-decoration: none;text-align: center;color: #fff;}
#lnb > li a:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 1px;height: 100%;background: rgba(255,255,255,0.1);}
#lnb > li:last-child a:after{content: '';display: block;position: absolute;top: 0;right: 0;width: 1px;height: 100%;background: rgba(255,255,255,0.1);}
#lnb > li.active a{background: #fff;color: #000;}
#lnb > li.active a:before,
#lnb > li.active a:after{display: none;}

#status{position: absolute;bottom: 20px;right: 0;}
#status > ul > li{display: inline-block;}
#status > ul > li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 14px;line-height: 11px;margin-top: -2px;}
#status > ul > li a{font-size: 15px;color: #999;text-decoration: none;letter-spacing: -1px;}
#status > ul > li:last-child a{color: #000;}
#status > ul > li > ul{display: none;}

#navigator{position: relative;border: 1px solid #ddd;border-width: 0 0 1px 0;}
#navigator:before{content: '';display: block;position: absolute;top: -1px;left: 0;width: 100%;height: 1px;background: rgba(0,0,0,0.1);}
#navigator > ul{width: 1300px;position: relative;margin: 0 auto;border-left: 1px solid rgba(0,0,0,0.1);box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid rgba(0,0,0,0.1);vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 198px;font-size: 15px;font-weight: 500;color: #333;text-decoration: none;padding: 0 60px 0 15px;line-height: 50px;background: url('/images/layout/ft-family-spr.png') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #888;font-size: 20px;}
#navigator > ul > li:first-child a i{vertical-align: middle;display: inline-block;margin-top: -2px;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;box-shadow: 3px 3px 10px rgba(0,0,0,0.03);}
#navigator > ul > li > ul li a{display: block;padding: 14px 15px;font-size: 15px;border-top: 1px solid #eee;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:first-child a{border-top: none;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;}

/* 통합검색 */
#total_search dl{margin-bottom: 40px;}
#total_search dl dt{position: relative;margin-bottom: 10px;padding-bottom: 25px;border-bottom: 1px solid #ccc;}
#total_search dl dt h4{display: block;font-size: 22px;color: #000000;font-weight: bold;letter-spacing: -1px;}
#total_search dl dt .more{position: absolute;bottom: 20px;right: 0;font-size: 15px;color: #999;}
#total_search dl dd{position: relative;padding: 25px 300px 25px 0;border-bottom: 1px solid #eee;}
#total_search dl dd > a{}
#total_search dl dd .sbj{display: block;margin-bottom: 15px;font-size: 18px;color: #000;font-weight: bold;}
#total_search dl dd .txt{display: block;font-size: 15px;color: #999;letter-spacing: -1px;line-height: 24px;}
#total_search dl dd ul.inf{position: absolute;top: 50%;transform: translate(0, -50%);right: 0;}
#total_search dl dd ul.inf li{display: inline-block;vertical-align: top;margin-left: 5px;color: #666;line-height: 30px;padding: 0 15px;background: #f7f7f7;border-radius: 3px;}
#total_search dl dd ul.inf li strong{font-weight: normal;color: #000;margin-right: 5px;}
#total_search dl dd.gallery{padding-right: 0;}
#total_search dl dd.gallery > ul{margin: -20px -10px;}
#total_search dl dd.gallery > ul > li{margin: 20px 10px;display: inline-block;vertical-align: top;width: calc(20% - 20px);}
#total_search dl dd.gallery > ul > li a{text-decoration: none;}
#total_search dl dd.gallery .g-tmb{padding-bottom: 80%;background-position: center center;background-size: cover;}
#total_search dl dd.gallery .g-sbj{display: block;font-size: 16px;line-height: 20px;color: #000;font-weight: bold;margin-top: 15px;}
#total_search dl dd.gallery .g-txt{display: block;font-size: 14px;line-height: 18px;color: #999;margin-top: 10px;}
#total_search dl dd.gallery .g-inf{margin-top: 15px;}
#total_search dl dd.gallery .g-inf li{font-size: 13px;color: #999;display: inline-block;vertical-align: top;margin-right: 10px;}
#total_search_no_data{display: block;margin: 30px 0;padding: 60px 30px;text-align: center;font-size: 15px;color: #666;background: #f7f7f7;letter-spacing: -1px;}

/* shop */
#shopCart{display: flex;justify-content: space-between;flex-wrap: wrap;}
#shopCart > *{box-sizing: border-box;}
#shopCart .lef{width: calc(100% - 350px);}
#shopCart .lef .btnWrap > *{margin-left: 0;}
#shopCart .rig{width: 300px;}
#shopCart .rig .btnWrap{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 15px;}
#shopCart .rig .btnWrap > *{width: calc(50% - 5px);margin: 0;padding: 0;}
#shopCart .rig .btnWrap.len1 > *{width: 100%;}
#shopCart .cartbox{display: flex;flex-wrap: wrap;align-items: center;}
#shopCart .cartbox > *{box-sizing: border-box;}
#shopCart .cartbox dt{width: 100px;}
#shopCart .cartbox dt img{width: 100px;height: 100px;object-fit: cover;object-position: center center;}
#shopCart .cartbox dd{width: calc(100% - 130px);margin-left: 30px;padding-top: 5px;}
#shopCart .cartbox dd .tit{display: block;margin-bottom: 10px;font-weight: bold;letter-spacing: -1px;}
#shopCart .cartbox dd .tit label{color: #000;font-size: 15px;line-height: 20px;}
#shopCart .cartbox dd .opt{display: block;font-size: 13px;color: #666;margin-bottom: 10px;}
#shopCart .cartbox dd .opt-modify-btn{height: 30px;line-height: 30px;padding: 0 10px;font-size: 14px;}
#shopCart .cartinfo li{position: relative;padding-left: 80px;font-size: 14px;line-height: 22px;}
#shopCart .cartinfo li > strong{position: absolute;top: 0;left: 0;color: #000;font-weight: normal;}
#shopCart .cartinfo li > p{color: #666;}
#shopCart .cartinfo li.total-price > p{font-weight: bold;color: #000;}
#shopCart .carttotal{border: 1px solid #333;padding: 30px 20px;}
#shopCart .carttotal dd{border-bottom: 1px dashed #ddd;padding-bottom: 20px;}
#shopCart .carttotal dt{padding-top: 20px;}
#shopCart .carttotal ul li{position: relative;padding-left: 80px;font-size: 15px;line-height: 22px;}
#shopCart .carttotal ul li > strong{position: absolute;top: 0;left: 0;color: #000;font-weight: normal;}
#shopCart .carttotal ul li > p{font-size: 15px;text-align: right;}
#shopCart .carttotal ul li > p strong{font-size: 18px;color: #000;}
#shopCart legend{display: block;margin-bottom: 20px;font-size: 22px;color: #000000;font-weight: bold;letter-spacing: -1px;}

#shopCart.order_detail .cartbox dt{width: 60px;}
#shopCart.order_detail .cartbox dt img{width: 60px;height: 60px;}
#shopCart.order_detail .cartbox dd{width: calc(100% - 75px);margin-left: 15px;padding-top: 5px;}

#shopOrderList .order-ico{display: inline-block;padding: 0 6px;line-height: 23px;min-width: 50px;text-align: center;border-radius: 2px;font-size: 12px;letter-spacing: -1px;}
#shopOrderList .order-ico.step0{background: #e44066;color: #fff;border: 1px solid #e44066;}
#shopOrderList .order-ico.step1{background: #c8123c;color: #fff;border: 1px solid #c8123c;}
#shopOrderList .order-ico.step2{background: #11913c;color: #fff;border: 1px solid #11913c;}
#shopOrderList .order-ico.step3{background: #a61ac8;color: #fff;border: 1px solid #a61ac8;}
#shopOrderList .order-ico.step4{background: #d4760b;color: #fff;border: 1px solid #d4760b;}
#shopOrderList .order-ico.step5{background: #0b5bd4;color: #fff;border: 1px solid #0b5bd4;}


/* 약관 내용 출력 박스 */
.policybox{color: #666;font-size: 13px;line-height: 20px;}



.sub-visual {position: relative; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px}
.sub-visual.visual02 {display: flex; flex-flow: row wrap}
.sub-visual.visual02 > div {}
.sub-visual.visual02 .left {width: calc(50% - 140px);}
.sub-visual.visual02 .left .thumb {padding-bottom: 122%; background-size: cover; background-repeat: no-repeat; background-position: center}
.sub-visual.visual02 .right {position: relative; width: calc(50% + 140px); background: url('../images/sub/sub02_vis_bg.jpg') no-repeat center / cover}
.sub-visual.visual02 .right .text {position: absolute; bottom: 120px; left: 120px;}
.sub-visual.visual02 .right .text h5 {position: relative; padding-top: 40px; font-weight: 900; font-size: 70px; line-height: 80px; color: #58352c}
.sub-visual.visual02 .right .text h5:before {content: ''; position: absolute; top: 0; left: 0; width: 140px; height: 8px; background: #58352c}
.sub-visual.visual02 .right .text h5 strong {font-weight: inherit; color: #3e160c}
.sub-visual.visual02 .right .text p {margin-top: 45px; font-weight: 500; font-size: 22px; line-height: 32px; color: #382b30; letter-spacing: -0.5px}

.sub-visual.visual03 {position: relative; height: 1000px; background: url('../images/sub/sub03_vis_bg.jpg') no-repeat center / cover}
.sub-visual.visual03 .text {position: absolute; top: 280px; left: 50%; transform: translateX(-50%); width: 1400px; margin: 0 auto; padding-top: 80px}
.sub-visual.visual03 .text:before {content: ''; position: absolute; top: 0; left: 0; width: 140px; height: 8px; background: rgba(255,255,255,0.85)}
.sub-visual.visual03 .text img {display: block; opacity: 0.9}
.sub-visual.visual03 .text img:last-child {margin-top: 35px}

.sub-visual.visual04 {height: 1000px; background: #ebe3d1}
.sub-visual.visual04 .text {position: absolute; top: 280px; left: 50%; width: 1400px; margin-left: -700px; padding-top: 40px}
.sub-visual.visual04 .text:before {content: ''; position: absolute; top: 0; left: 0; width: 140px; height: 8px; background: #58352c}
.sub-visual.visual04 .text h5 {font-weight: 900; font-size: 70px; line-height: 80px; color: #58352c; letter-spacing: -0.5px}

.sub-visual.visual05 {padding: 270px 0 170px; background: url('../images/sub/sub05_vis_bg.jpg') no-repeat center / cover}
.sub-visual.visual05 .text {max-width: 1400px; margin: 0 auto}
.sub-visual.visual05 .text > * {color: #ebe3d1; letter-spacing: -0.5px}
.sub-visual.visual05 .text h6 {font-weight: 900; font-size: 44px; line-height: 54px}
.sub-visual.visual05 .text h5 {margin: 25px 0 45px; font-weight: 500; font-size: 64px; line-height: 74px}
.sub-visual.visual05 .text h5 strong {font-weight: 900}
.sub-visual.visual05 .text p {margin-top: 25px; font-weight: 500; font-size: 20px; line-height: 30px}


.menuWrap {}
.menuWrap > div {position: relative; padding: 120px 0}
.menuWrap .title {margin-bottom: 100px}
.menuWrap .title h6 {position: relative; padding-top: 40px; font-weight: 900; font-size: 62px; line-height: 70px; color: #f2eada}
.menuWrap .title h6:before {content: ''; position: absolute; top: 0; left: 0; width: 140px; height: 8px; background: #f2eada}
.menuWrap .title p {margin-top: 50px; font-size: 20px; line-height: 34px; color: #f2eada; letter-spacing: -0.5px}
.menuWrap .sec01 {}
.menuWrap .sec01:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #3e160c; z-index: -1}
.menuWrap .sec01 .title {}
.menuWrap .sec01 figure {margin-top: 80px; font-family: empty; font-size: 0}
.menuWrap .sec01 figure img {}
.menuWrap .sec02 {}
.menuWrap .sec02:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #65453d; z-index: -1}
.menuWrap .sec02 .title {}
.menuWrap .sec02 figure {font-family: empty; font-size: 0}
.menuWrap .sec02 figure img {}
.menuWrap .sec03 {}
.menuWrap .sec03:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #1d0906; z-index: -1}
.menuWrap .sec03 .title {margin-bottom: 0}
.menuWrap .sec03 figure {}
.menuWrap .sec03 figure img {margin-top: 80px}


.strWrap {}
.strWrap > div {position: relative; padding: 120px 0}
.strWrap > div:nth-child(odd):before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #ebe3d1; z-index: -1}
.strWrap > div dl {display: flex;}
.strWrap > div:nth-child(odd) dl {flex-flow: row-reverse wrap} 
.strWrap > div:nth-child(even) dl {flex-flow: row wrap} 
.strWrap > div dl dt {width: calc(50% + 160px);}
.strWrap > div dl dt .thumb {padding-bottom: 116.3%; background-size: cover; background-repeat: no-repeat; background-position: center}
.strWrap > div dl dd {width: calc(50% - 160px); box-sizing: border-box}
.strWrap > div:nth-child(odd) dl dd {padding-right: 80px} 
.strWrap > div:nth-child(even) dl dd {padding-left: 80px} 
.strWrap > div dl dd .title {position: relative; padding-top: 40px; margin-bottom: 110px}
.strWrap > div dl dd .title:before {content: ''; position: absolute; top: 0; left: 0; width: 130px; height: 8px; background: #3e160c}
.strWrap > div dl dd .title h5 {margin-bottom: 30px; font-weight: 800; font-size: 50px; line-height: 62px; color: #3e160c}
.strWrap > div dl dd .title strong {display: block; margin-bottom: 80px; font-weight: 800; font-size: 25px; line-height: 40px; color: #433935}
.strWrap > div dl dd h6 {position: relative; padding-bottom: 80px; font-weight: 900; font-size: 26px; line-height: 34px; color: #433935}
.strWrap > div dl dd h6:after {content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 4px; background: #3e160c}
.strWrap > div dl dd .txt {}
.strWrap > div dl dd .txt p {margin-top: 35px; font-weight: 500; font-size: 18px; line-height: 32px; color: #433935; letter-spacing: -1px}
.strWrap > div ul {display: flex; flex-flow: row wrap; margin: 0 -20px; margin-top: 40px}
.strWrap > div ul li {width: calc(100% / 3 - 40px); margin: 0 20px}
.strWrap > div ul li img {}


.franWrap {position: relative}
.franWrap:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #3e160c; z-index: -1}
.franWrap > div {position: relative; padding: 120px 0}
.franWrap > div:not(:last-child):after {content: ''; position: absolute; bottom: 0; left: 50%; width: 1720px; height: 1px; margin-left: -860px; background: #c1b5ae}
.franWrap .title {margin-bottom: 75px; text-align: center} 
.franWrap .title h5 {position: relative; display: inline-block; padding: 0 40px; font-weight: 800; font-size: 50px; line-height: 60px; color: #ebe3d1}
.franWrap .title h5:before,
.franWrap .title h5:after {content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #ebe3d1}
.franWrap .title h5:before {left: 0}
.franWrap .title h5:after {right: 0}
.franWrap .info {margin-top: 35px; font-size: 18px; line-height: 32px; color: #d2cec5; letter-spacing: -0.5px}
.franWrap .tbl {position: relative}
.franWrap .tbl > p {font-size: 18px; line-height: 30px; color: #ebe3d1; letter-spacing: -0.5px}
.franWrap .tbl > .tal {}
.franWrap .tbl > .tar {position: absolute; top: 0; right: 0}
.franWrap .tbl table {width: 100%; margin-top: 25px}
.franWrap .tbl table tr > * {text-align: center; color: #ebe3d1; border-right: 1px solid #ece9e3; letter-spacing: -0.5px}
.franWrap .tbl table tr > *:last-child {border-right: 0}
.franWrap .tbl table thead tr th {background: rgba(236,233,227,0.2); font-weight: 800; font-size: 22px; line-height: 100px; border: 2px solid #ece9e3; border-width: 2px 1px 2px 0}
.franWrap .tbl table tbody tr td {font-weight: 800; font-size: 20px; line-height: 80px; border-bottom: 1px solid #ece9e3}
.franWrap .tbl table tbody tr td p {display: inline-block; font-weight: inherit; font-size: inherit; color: #f4d722}
.franWrap .tbl table tbody tr td p del {padding: 0 15px 0 10px; margin-right: 10px; color: #ebe3d1; text-decoration: none; background: url('../images/sub/fran_tbl_arrow_sht.png') no-repeat center}
.franWrap .tbl table tbody tr td p del.lng {padding: 0 25px 0 15px; background: url('../images/sub/fran_tbl_arrow_lng.png') no-repeat center}
.franWrap .tbl table tbody tr td b {color: #f4d722}
.franWrap .tbl table tfoot tr td {background: rgba(236,233,227,0.2); line-height: 100px; border: 2px solid #ece9e3; border-width: 2px 1px 2px 0}
.franWrap .sec01 .tbl table tfoot tr td {font-weight: 800; font-size: 32px}
.franWrap .sec03 .tbl table tfoot tr td {font-weight: 900; font-size: 34px}
.franWrap .tbl table tfoot tr td span {font-weight: 800; font-size: 24px; color: #ebe3d1; margin-right: 20px}
.franWrap .tbl table tfoot tr td b {font-weight: inherit; color: #f4d722}

.franWrap .sec01 {}
.franWrap .sec02 {}
.franWrap .sec02 ul {display: flex; flex-flow: row wrap; margin: 0 -18px}
.franWrap .sec02 ul li {width: calc(25% - 36px); margin: 0 18px}
.franWrap .sec02 ul li img {}

.franWrap .sec04 {}
.franWrap .sec04 ul {display: flex; flex-flow: row wrap; margin: -10px}
.franWrap .sec04 ul li {width: calc(25% - 20px); margin: 10px}
.franWrap .sec04 ul li .box {display: flex; flex-flow: row wrap; align-items: center; width: 100%; height: 335px; border: 3px solid #ebe3d1; border-radius: 20px; box-sizing: border-box}
.franWrap .sec04 ul li .box .mid {width: 100%; text-align: center}
.franWrap .sec04 ul li .box .mid img {}
.franWrap .sec04 ul li .box .mid span {display: block; margin: 25px 0 10px; font-weight: 800; font-size: 16px; line-height: 24px; color: #c08452; letter-spacing: -0.5px}
.franWrap .sec04 ul li .box .mid h6 {font-weight: 800; font-size: 26px; line-height: 36px; color: #ffffff; text-align: center}
.franWrap .sec04 ul li .box .mid p {margin-top: 10px; font-size: 17px; line-height: 26px; color: #e1dede; letter-spacing: -0.5px}
.franWrap .sec04 ul li:nth-child(1) .box .mid p,
.franWrap .sec04 ul li:nth-child(3) .box .mid p,
.franWrap .sec04 ul li:nth-child(5) .box .mid p {margin-top: 30px}
.franWrap .sec04 ul li em {display: block; margin-top: 25px; text-align: center; font-style: normal; font-weight: 500; font-size: 18px; line-height: 30px; color: #e1dede}

.inqWrap {position: relative; padding: 120px 0 140px}
.inqWrap:before {content: ''; position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; margin-left: -960px; background: #ebe3d1; z-index: -1}
.inqWrap .title {margin-bottom: 75px; text-align: center} 
.inqWrap .title h5 {position: relative; display: inline-block; padding: 0 40px; font-weight: 800; font-size: 50px; line-height: 60px; color: #3e160c}
.inqWrap .title h5:before,
.inqWrap .title h5:after {content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #3e160c}
.inqWrap .title h5:before {left: 0}
.inqWrap .title h5:after {right: 0}
.inqWrap form {}
.inqWrap form fieldset {}
.inqWrap form fieldset.list {position: relative; padding-top: 80px; margin-top: 80px}
.inqWrap form fieldset.list:before {content: ''; position: absolute; top: 0; left: 50%; width: 1720px; height: 1px; margin-left: -860px; background: #c1b5ae}
.inqWrap form fieldset legend {font-weight: 800; font-size: 28px; line-height: 36px; color: #433935}
.inqWrap form fieldset .scroll {height: 240px; overflow-y: scroll; margin-top: 25px; padding: 25px 30px; border: 1px solid #ddd; background: #fff; box-sizing: border-box}
.inqWrap form fieldset .chk {margin-top: 25px; text-align: right}
.inqWrap form fieldset .chk input {width: 18px; height: 18px; vertical-align: middle; margin-top: 6px}
.inqWrap form fieldset .chk label {font-weight: 700; font-size: 18px; line-height: 30px; color: #433935}
.inqWrap form fieldset ul {display: flex; flex-flow: row wrap; margin: -10px}
.inqWrap form fieldset ul li {width: calc(25% - 20px); margin: 10px}
.inqWrap form fieldset ul li:last-child {width: calc(100% - 20px)}
.inqWrap form fieldset ul li > * {width: 100%; border: 1px solid #c1b5ae; box-sizing: border-box; font-size: 17px; color: #666}
.inqWrap form fieldset ul li > *::placeholder {color: #99847b}
.inqWrap form fieldset ul li .inp {height: 65px; padding: 0 25px; line-height: 65px}
.inqWrap form fieldset ul li textarea {height: 200px; padding: 20px 25px; line-height: 30px; box-sizing: border-box}
.inqWrap form .btns {margin-top: 70px; text-align: center}
.inqWrap form .btns button {width: 335px; font-weight: 800; font-size: 22px; line-height: 70px; border: 0; background: #3e160c; color: #ebe3d1}