@charset "UTF-8";

#wrap {margin:0 auto;}
/********************************************************

		header

********************************************************/
#header {position:fixed;top:0;left:0;width:100%;height:100px;background-color:transparent;z-index:999999;-webkit-transition-duration:0.5s;-m-transition-duration: 0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;box-sizing:border-box;}
#header:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:1s;}
#header header {position:relative;max-width:1440px;margin:0 auto;z-index:2}
#header h1 {float:left;padding:30px 0;}
#header.nav-up {top:-100px;}
@media screen and (max-width: 1520px){
	/*header*/
	#header header {margin:0 40px;}
}
@media screen and (max-width: 1230px){
	/*header*/
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1200px){
	#header h1 {padding:32.5px 0;}
	#header h1 img {height:30px;}
}
@media screen and (max-width: 1024px){
	#header {height:60px;}
	#header:before {opacity:1;}
	#header.nav-up {top:0;}
	#header h1 {padding:15px 0;}
	#header h1 img {height:28px;}
}
@media screen and (max-height: 425px){
	#header {height:45px;}
	#header h1 {padding:12px 0;}
	#header h1 img {height:20px;}

}


.head__bnnaer {position:absolute;top:31px;right:110px;}
.head__bnnaer .head__bnnaer_mo {display:none;}
@media screen and (max-width: 1024px){
	.head__bnnaer {top:10px;right:55px;}
}
@media screen and (max-width: 1500px){
	.head__bnnaer {right:80px;}
	.head__bnnaer .head__bnnaer_pc {display:none;}
	.head__bnnaer .head__bnnaer_mo {display:block;}
}
@media screen and (max-width: 375px){
	.head__bnnaer {top:14px;right:50px;}
	.head__bnnaer img {height:30px;}
}
@media screen and (max-height: 425px){
	.head__bnnaer {top:6px;right:48px;}
	.head__bnnaer .head__bnnaer_mo {height:33px;}
}


/*대메뉴 서브메뉴 레이아웃*/
.header-inner {float:right;}
.lnb-menu {font-size:0}
.lnb-menu > li > a {display:block;padding:38.5px 0;font-weight:700;font-size:18px;color:#fff;letter-spacing:-0.5px;-webkit-transform:perspective(1px) translateZ(0);-moz-transform:perspective(1px) translateZ(0);-ms-transform:perspective(1px) translateZ(0);-o-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);}
.lnb-menu > li.on > a {color:#fdb811;}
@media screen and (min-width: 1025px){
	.header-inner {margin-right:320px;}
	.lnb-menu > li {position:relative;display:inline-block;}
	.lnb-menu > li > a {padding:38.5px 44px;}
}
@media screen and (max-width: 1440px) and (min-width: 1025px){
	.lnb-menu > li > a {padding:38.5px 30px;}
}
@media screen and (max-width: 1500px) and (min-width: 1025px){
	.header-inner {margin-right:190px;}
	.lnb-menu > li > a {padding:38.5px 25px;}
}

/* header sub */
.lnb_sub_menu {display:none;position:absolute;top:82px;left:0;width:100%;padding:10px;box-sizing:border-box;}
.lnb_sub_menu ol {max-width:1170px;margin:0 auto;text-align:center;box-sizing:border-box;}
.lnb_sub_menu ol {position:relative;}
.lnb_sub_menu li {display:block;margin:8px 0;}
.lnb_sub_menu li a {position:relative;display:inline-block;padding:2px 0;border-bottom:2px solid #4e3931;font-weight:300;font-size:15px;color:#b09f98;letter-spacing:-0.5px;text-transform:uppercase;}
.header__menu-list li:hover a {color:#333;}
.header__menu-list li.on a {color:#333;}
.lnb_sub_menu li a:before {content:'';display:inline-block;position:relative;top:-2px;left:0;width:7px;height:7px;background-color:#fdb811;border-radius:7px;opacity:0;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;}
.lnb_sub_menu li a:after {content:'';position:absolute;left:50%;right:50%;bottom:0;height:2px;background-color:#fdb811;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}
.lnb_sub_menu li.on a:before {opacity:1;left:-6px;}
.lnb_sub_menu li.on a:after {left:0;right:0;}
@media screen and (min-width: 1025px){
	.lnb_sub_menu {z-index:999;padding-left:3px;}
	.lnb_sub_menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#4e3931;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}
	.lnb_sub_menu:after {content:'';position:absolute;left:0;right:0;top:-10px;width:23px;height:20px;margin:0 auto;background-image:url(images/common/lng_icon.png);background-repeat:no-repeat;background-position:center;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;opacity:0}
	.lnb_sub_menu li a {}
	.lnb_sub_menu li a:hover {font-weight:600;color:#fff;}
	.lnb_sub_menu li a:hover:before {opacity:1;left:-6px;}
	.lnb_sub_menu li a:hover:after {left:8px;right:0;}
	.lnb-menu > li:hover .lnb_sub_menu:after {opacity:1}
}


/* header nav-top */
@media screen and (min-width: 1025px){
#header.nav-top.nav-down,
#header.nav-top {background-color:transparent;border-bottom:none;}
#header.nav-top.nav-down:before,
#header.nav-top:before {opacity:0;}
#header.nav-top.nav-down #header__lnb .lnb-menu > li > a,
#header.nav-top #header__lnb .lnb-menu > li > a {color:#fff;}
#header.nav-top.nav-down #header__lnb .lnb-menu > li.on > a,
#header.nav-top #header__lnb .lnb-menu > li.on > a {color:#fdb811;}
}
@media screen and (max-width: 1024px){
	#header.nav-up {border-bottom:1px solid #eee;}
}

/* header nav-down */
#header.nav-down {top:0;border-bottom:1px solid #eee;}
#header.nav-down:before {opacity:0.7;}
#header.nav-down h1 span {background:url(images/common/logo.png) no-repeat 0;}
#header.nav-down #header__lnb .lnb-menu > li > a {color:#333;}
#header.nav-down #header__language select {background:url(/images/board/select_bg.png) no-repeat 90% center !important;background-color:#fff !important;border:none;color:#333;}
@media screen and (max-width: 1024px){
	#header.nav-down:before {opacity:0.9;}
	#header.nav-down #header__lnb .lnb-menu > li > a {color:#fff;}
}

/*Header 반응형*/
@media screen and (max-width: 1024px){
	/*#header.nav-top.nav-down:before,
	#header.nav-top:before {opacity:0.8;}*/
	.header-inner {display:none;float:none;overflow-y:auto;position:fixed;top:0;left:-1px;width:101%;height:1024px;height:100%;margin:0 !important;background-color:transparent;text-align:center;}
	.header-inner:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.9;}
	#header__lnb {display:table;width:100%;height:100%;}
	#header__lnb .nav {display:table-cell;position:relative;top:0;height:auto;padding:50px 0;background-color:transparent;vertical-align:middle;}
	.lnb-menu > li {margin-bottom:10px;}
	.lnb-menu > li:last-child {margin-bottom:0;}
	#header.fixed #header__lnb .lnb-menu > li > a,
	.lnb-menu > li > a {display:inline-block;padding:10px 0;font-size:20px;color:#bbb;}
	.lnb-menu > li > a:after {content:none;margin-bottom:0;}
	.lnb-menu > li.ov > a {color:#fff;}
	.lnb-menu > li.ov.on > a {color:#fdb811;}
	.lnb-menu > li.ov > a:after {content:none;margin-bottom:0;}
	.lnb-menu > li.on > a {font-weight:600;}
	.lnb_sub_menu {position:static;padding:0 0 20px;background-color:transparent;border:none;text-align:center;}
	.lnb_sub_menu li {display:block;margin:8px 0;}
	.lnb_sub_menu li a {padding:2px 0;font-size:16px;color:#fff;}
	.lnb_sub_menu li a:before {display:none;}
	.lnb_sub_menu li.ov a:before {display:block;opacity:1;left:-6px;}
}
@media screen and (max-height: 425px){
	#header.fixed #header__lnb .lnb-menu > li > a, .lnb-menu > li > a {font-size:16px;}
	.lnb-menu > li {margin-bottom:0;}
	.lnb_sub_menu li a {font-size:14px;padding:0;}
}



/*검색 바*/
#header__search {position:relative;margin:22.5px 0;}
#header__search input {width:100%;height:35px;padding-right:15px;background-color:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;box-shadow:none;font-size:14px;color:#fff;box-sizing:border-box;-webkit-box-shadow: none;-webkit-appearance: none;}
#header__search input::-webkit-input-placeholder {color:#fff !important;}
#header__search button {position:absolute;top:14px;right:0;width:11px;height:14px;background:url(images/common/btn_search_on.png) no-repeat 0;border:none;text-indent:-9999px;cursor:pointer;}
#header.fixed #header__search input {color:#666;border-bottom:1px solid #999;}
#header.fixed #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.fixed #header__search input::-webkit-input-placeholder {color:#666 !important;}
#header.fixed_store #header__search input {color:#666;border-bottom:1px solid #999;}
#header.fixed_store #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.fixed_store #header__search input::-webkit-input-placeholder {color:#666 !important;}
#header.hover #header__search input {color:#666;border-bottom:1px solid #999;}
#header.hover #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.hover #header__search input::-webkit-input-placeholder {color:#666 !important;}
@media screen and (max-width: 1024px){
	#header__search {width:205px;margin:0 auto;color:#fff !important;}
	#header__search input {border-bottom-color:#333;}
	#header #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.hover #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.fixed #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.hover #header__search input::-webkit-input-placeholder,
	#header.fixed #header__search input::-webkit-input-placeholder {color:#fff !important;}
}



/*언어*/
#header__language {position:absolute;top:0;right:0;padding:36.5px 0;vertical-align:top;}
#header__language select {width:80px;height:27px;line-height:30px;padding:0 5px;background:url(/images/board/select_bg.png) no-repeat 90% center !important;background-color:#fff !important;border:none;font-family:'Josefin Sans', sans-serif;font-size:13px;color:#000;box-sizing:border-box;}
#header__language select option {padding: 2px !important;}
@media screen and (max-width: 1024px){
	#header__language {position:static;margin-bottom:25px;padding:0;}
	#header__language select {background:url(/images/board/select_bg2.png) no-repeat 90% center !important;background-color:transparent !important;border:1px solid #fff;color:#fff;}
	#header__language option {color:#333;}
}
@media screen and (max-width: 1500px){
	#header__language select {width:71px;font-size:12px;}
}



/*모바일 버튼*/
#header__mobile {display:none;position:absolute;top:18px;right:0;background-color:transparent;box-sizing:border-box;z-index:999999}
#header__mobile span {display:block;width:30px;height:2px;margin:0 auto;background-color:#fff;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#header.nav-down #header__mobile span {background-color:#333;}
#header.fixed_store #header__mobile span {background-color:#333;}
#header__mobile .mid2 {margin:8px 0;}
#header__mobile.active{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#header__mobile.active span {background-color:#fff !important;}
#header__mobile.active span.mid2{width: 0px;}
#header__mobile.active span.mid1,
#header__mobile.active span.mid3 {-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
#header__mobile.active span.mid1{-webkit-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px);}
#header__mobile.active span.mid3 {-webkit-transform: translateY(-10px) rotate(90deg);-ms-transform: translateY(-10px) rotate(90deg);-o-transform: translateY(-10px) rotate(90deg);transform: translateY(-10px) rotate(90deg);}
@media screen and (max-width: 1024px){
	#header #header__mobile {display:block;}
	#header__mobile span {background-color:#333;}
}
@media screen and (max-height: 425px){
	#header__mobile {top:14px;}
	#header__mobile span {width:22px;}
	#header__mobile span.mid2 {margin:5px 0;}
	#header__mobile.active span.mid1 {transform:translateY(4px);-webkit-transform:translateY(4px);-ms-transform:translateY(4px);-o-transform:translateY(4px);}
}







/********************************************************

		Quick

********************************************************/
#quick__menu {position:fixed;top:220px;right:0;z-index:99}
#quick__menu li {position:relative;list-style:none;}
#quick__menu li > a {position:relative;display:block;width:80px;height:80px;padding:15px 10px;text-align:center;box-sizing:border-box;font-weight:400;font-size:11px;color:#fff;z-index:9}
#quick__menu li > a:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#4e3931;opacity:1;z-index:-1;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#quick__menu li > a i {display:block;line-height:25px;margin-bottom:7px;}
#quick__menu li > a i img {vertical-align:middle;}
#quick__menu .quick_menu_con {position:absolute;top:0;right:-180px;width:180px;height:80px;background-color:#faf6f7;text-align:center;opacity:0;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#quick__menu .quick_menu_con > a {display:block;height:100%;}
#quick__menu .quick_menu_con b {display:block;margin-bottom:6px;font-family:"Raleway","Noto Sans KR","Noto Sans","맑은 고딕","malgun gothic","나눔 고딕","Nanum Gothic","nanumgothic","AppleSDGothcNeo","AppleGothic", sans-serif;font-weight:700;font-size:20px;color:#333;}
#quick__menu .quick_menu_con .desc {display:block;font-weight:400;font-size:10px;color:#333;}
#quick__menu .quick_menu_con em {display:block;margin-top:0;font-style:normal;font-weight:500;font-size:14px;color:#333;}
#quick__menu .mobile_link {cursor:default;}
@media screen and (min-width: 1025px){
	#quick__menu li:hover a:before {background-color:#190d08;opacity:1}
	#quick__menu li:hover .quick_menu_con {opacity:1;right:80px;}
}
@media screen and (max-width: 1385px){
	#quick__menu {bottom:0;top:auto;left:0;width:100%;}
	#quick__menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#4e3931;opacity:1;z-index:-1;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
	#quick__menu ul {position:relative;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;}
	#quick__menu li {width:16.66666666666667%;}
	#quick__menu li > a {width:100%;height:auto;background-color:#4e3931;vertical-align:middle;font-size:14px;position:relative;z-index:2}
	#quick__menu li > a:before {content:none;}
	#quick__menu li > a i {display:inline-block;margin-right:5px;margin-bottom:0;}

	#quick__menu .quick_menu_con {width:100%;top:auto;right:0;left:0;bottom:-80px;}
	#quick__menu li:hover .quick_menu_con {width:100%;top:auto;right:0;left:0;bottom:55px;}
}
@media screen and (max-width: 1280px){
}
@media screen and (max-width: 640px){
	#quick__menu li > a {padding:10px 5px !important;font-size:12px !important;}
	#quick__menu li > a i {display:block !important;height:26px !important;margin-right:0 !important;margin-bottom:5px !important;}
}
@media screen and (max-width: 480px){
	#quick__menu ul {padding-right:0 !important;}
}
@media screen and (max-width: 374px){
	#quick__menu li > a {font-size:11px !important;}
}
@media screen and (max-height: 425px){
	#quick__menu li > a {padding:7px 5px !important;}
	#quick__menu li > a i {display:inline-block !important;margin-right:3px !important;margin-bottom:0 !important;}
}





/********************************************************

		footer

********************************************************/
#footer {position:relative;padding:80px 0;background:#fff;border-top:1px solid #ddd;}
#footer footer {position:relative;}
#footer .clear {clear:both}
#footer legend {display:none;}
#footer #layer-file-footer {display:none;position:absolute;padding:20px;border:1px solid #333;background:#fff;z-index:30;top:-250px !important;left:160px !important;}
#footer .btnTop {display:none;position:fixed;right:10px;bottom:15px;width:60px;height:60px;background:url(images/common/btn_top.png) no-repeat center;background-size:cover !important;text-indent:-9999px;z-index:99999;cursor:pointer;}

#footer .foot__wrap {display:flex;max-width:1440px;margin:0 auto;justify-content:space-between;}
#footer .foot__wrap h2 {width:12.5%;}
#footer .foot__menu {width:50%;}
#footer .foot_menu_list {display:flex;} 
#footer .foot_menu_list > li {width:20%;padding-left:20px;list-style:none;box-sizing:border-box;}
#footer .foot_menu_list > li > a {display:block;margin-bottom:15px;font-weight:600;font-size:18px;color:#111;}
#footer .foot_menu_sub > li {list-style:none;margin-top:10px;}
#footer .foot_menu_sub > li > a {font-weight:300;font-size:16px;color:#333;}
#footer .foot_menu_sub > li.on > a {font-weight:500;}
#footer .foot__contact {width:26%;}
#footer .foot__contact a {color:#333;}
#footer .foot__contact_info p strong {font-size:16px;}
#footer .foot__contact_info p {margin-bottom:5px;font-size:14px;color:#333;}
#footer .foot__contact_info p {font-size:14px;color:#333;}
#footer .foot__contact_info * {color:#333;}
#footer .foot__contact_sns {margin-top:30px;display:flex;align-items:center;}
#footer .familySite {width:170px;height:40px;padding:0 12px;border:1px solid #111;font-size:15px;color:#111;box-sizing:border-box;}
#footer .foot_sns {display:flex;margin-left:15px;}
#footer .foot_sns > a {display:block;width:40px;height:40px;margin-left:7px;border:1px solid #111;background-color:#111;background-repeat:no-repeat;background-position:center;}
#footer .foot_sns > a.foot_sns_b {background-image:url(images/common/foot_sns_b.png);}
#footer .foot_sns > a.foot_sns_f {background-image:url(images/common/foot_sns_f.png);}
#footer .foot_sns > a.foot_sns_i {background-image:url(images/common/foot_sns_i.png);}
#footer .foot_copyright {margin-top:25px;font-size:15px;color:#999;}
@media screen and (min-width: 1025px){
	#footer .foot_sns > a:hover {opacity:0.5;}
}
@media screen and (max-width: 1024px){
	#footer {padding-top:50px;padding-bottom:100px;}
}
@media screen and (max-width: 1520px){
	#footer .foot__wrap {margin:0 40px;}
}
@media screen and (max-width: 1230px){
	#footer .foot__wrap {margin:0 15px;}
}
@media screen and (max-width: 1200px){
	#footer {padding-top:50px;}
	#footer .foot__wrap h2 {display:none;}
	#footer .foot_menu_list > li:first-child {padding-left:0 !important;}
	#footer .foot__menu {width:61%;}
	#footer .foot__contact {width:33%;}
}
@media screen and (max-width: 1024px){
	#footer .btnTop {bottom:65px;right:15px;}
	#footer .foot__contact {width:36%;}
	#footer .foot_menu_list > li > a {font-size:17px;}
	#footer .foot_menu_sub > li > a {font-size:15px;}
}
@media screen and (max-width: 920px){
	#footer .foot__contact_sns {display:block;}
	#footer .foot_sns {margin-left:0;margin-top:10px;}
	#footer .foot_sns > a {width:30px;height:30px;}
	#footer .foot_sns > a:first-child {margin-left:0;}
}
@media screen and (max-width: 768px){
	#footer {padding:25px 0 70px;}
	#footer .familySite {height:35px;}
	#footer .foot_menu_list > li {margin-left:15px;}
	#footer .foot_menu_list > li > a {font-size:16px;}
	#footer .foot_menu_sub > li > a {font-size:14px;}
	#footer .foot_copyright {margin-top:15px;font-size:13px;}
	#footer .foot__contact_info p {font-size:13px;}
	#footer .foot__contact_info p:first-child {margin-bottom:10px;}
	#footer .btnTop {width:50px;height:50px;background-size:100% !important;}
	#footer .foot__wrap {display:block;}
	#footer .foot__menu {width:100%;}
	#footer .foot__contact {width:100%;margin-top:20px;}
	#footer .foot__contact_sns {display:flex;}
	#footer .familySite {height:32px;}
	#footer .foot_sns {margin-left:20px;margin-top:0;}
}
@media screen and (max-width: 700px){
	#footer {padding:20px 0 90px;}
}
@media screen and (max-width: 640px){
	#footer .btnTop {bottom:80px;}
	#footer .foot_menu_list {display:block;}
	#footer .foot_menu_list > li {display:flex;width:auto;margin:10px 0;padding-left:0;}
	#footer .foot_menu_list > li > a {width:70px;margin-bottom:0;font-size:15px;}
	#footer .foot_menu_list > li .foot_sub_menu {width:calc(100% - 67px);}
	#footer .foot_menu_list > li .foot_menu_sub {font-size:0;}
	#footer .foot_menu_sub > li {display:inline-block;margin-top:0;margin-left:12px;margin-bottom:5px;white-space:nowrap;}
	#footer .btnTop {width:40px;height:40px;}
}


body {background-color:#fff;}




/********************************************************

		sub

********************************************************/
#sub {padding-bottom:100px;}

/*#sub {padding-top:100px;}*/
/*#sub {padding-top:135px;padding-bottom:70px;}*/
.sub__menu {position:fixed;top:100px;left:0;width:100%;background-color:#b80b35;z-index:99;}
.sub__menu .menu-inner {max-width:1200px;margin:0 auto;}
.sub__menu h2 {float:left;width:170px;height:55px;background-color:#333;font-weight:800;font-size:15px;color:#fff;text-align:center;line-height:55px;letter-spacing:-0.5px;box-sizing:border-box;}
.sub__menu ul {float:right;}
.about-menu {margin-left:118px;}
.artist-menu {margin-left:412px;}
.irpr-menu {margin-left:526px;}
.partner-menu {float:right !important;}
.sub__menu li {display:inline-block;margin-left:35px;}
.sub__menu a {display:block;padding:19px 0;font-weight:800;font-size:14px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase;}
.sub__menu li.on a {color:#333;}
@media screen and (max-width: 1200px){
	.sub__menu ul {float:right;margin-left:0;margin-right:15px;}
}
@media screen and (max-width: 768px){
	#sub {padding-bottom:50px;}
}





/********************************************************

		sub__spot

********************************************************/
.sub__spot {position:relative;width:100%;height:210px;text-align:center;}
.sub__spot:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;font-family:'Open Sans';font-weight:bold;font-size:200px;color:#f4f4f4;line-height:200px;}
.sub__spot .l-table {position:relative;}
.sub__spot .h-spot {font-family:'Open Sans';font-weight:800;font-size:16px;color:#111;line-height:24px;letter-spacing:3px;text-transform:uppercase;}
@media screen and (max-width: 1200px){
	.sub__spot:before {font-size:130px;}
}