@charset"utf-8";

/* Font */
@import url(./font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1280px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.
*/
/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;font-size:100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
html{box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
body,th,td,input,select,textarea,button{font-family:'NotoSansKR', sans-serif;font-size:12pt;letter-spacing:-0.03em;line-height:1.475;font-weight:300;color:#555;}
dl,ul,ol,menu,li {list-style:none;}
*, *:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{color:inherit;text-decoration:none;-webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
a:hover, a:focus ,a:active{text-decoration:none;color:#000;}
img{max-width:100%;}
textarea{max-width:100%;resize:none;}

.hidden{font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
::selection{background:#333;color:#fff;text-shadow:none;}
::-moz-selection{background:#333;color:#fff;text-shadow:none;}
::-webkit-selection{background:#333;color:#fff;text-shadow:none;}

.ff_cont{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.fi_cont{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;}
.ff_object{margin:-15px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.ff_object .obj{padding:15px;}
.ff_object.middle{margin:-10px;}
.ff_object.middle .obj{padding:10px;}
.ff_obj{margin-left:-15px;margin-right:-15px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.ff_obj .obj{padding-left:15px;padding-right:15px;}
.f_two .obj{flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;}
.f_three .obj{flex:0 0 33.33%;-ms-flex:0 0 33.33%;max-width:33.33%;}
.f_four .obj{flex:0 0 25%;-ms-flex:0 0 25%;max-width:25%;}
.f_wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;}
.f_center{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}
.f_middle{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.f_end{-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;-webkit-align-items:end;align-items:end;}
.f_between{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.f_reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}

h1{font-size:2.500em;}/* 40px */
h2{font-size:2.188em;}/* 35px */
h3{font-size:1.875em;}/* 30px */
h4{font-size:1.500em;}/* 24px */
h5{font-size:1.250em;}/* 20px */
h6{font-size:1.125em;}/* 18px */
p{font-size:1em;}/* 16px */
h1,h2,h3,h4,h5,h6,p{font-weight:normal;line-height:1.5;word-break:keep-all;}
.en{font-family:'Montserrat', sans-serif;}
.strong{font-weight:600;}

@media screen and (max-width:990px){
	body, input, select, textarea{font-size:11pt;}
}

@media screen and (max-width:767px){
	body, input, select, textarea{font-size:10.5pt;}
}

@media screen and (max-width:480px){
	html, body{min-width:320px;}
	body, input, select, textarea{font-size:10pt;}
} 

@media only screen and (min-width:320px){
	body{overflow-x:hidden;}
}

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0;background-repeat:no-repeat;background-size:100% auto;width:100%;background-size:cover;background-attachment:fixed}

/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:999999}
.loader{width:200px;height:200px;font-size:24px;text-align:center;position:absolute;left:50%;top:50%;background-image:url("/images/basic_resp/img/preloader.gif");background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px}

/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top{width:40px;height:40px;position:fixed;bottom:40px;right:20px;display:none;text-align:center;z-index:10000;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#ea2828;box-shadow:0 8px 13px rgba(0,0,0,.4)}
.back-to-top i{color:#fff;font-size:15px;display:block;line-height:33px}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{width: 100%; overflow: hidden;}
#header {z-index: 1000; width: 100%; position: fixed; left: 0; right: 0; top: 0; z-index:999; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
#header > .header_in {width: 100%; max-width: 1760px; height: 110px; padding-left: 20px; padding-right: 20px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
/* #header:after {content: ''; display: block; height: 1px; position: absolute; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.2);} */
 #L_SITE_LOGO h1 a {display: block; width: 137px; height: 60px; text-indent: -9999px; background: url('/images/kor06r-22-0459/common/gnb_logo.png')no-repeat center center / 100% auto;}
.container {width: 100%; max-width: 1240px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto;}


@media only screen and (max-width: 1480px){
	#header > .header_in {height: 100px;}
}

@media only screen and (max-width: 1280px){
	#header > .header_in {height: 80px;}
}

@media only screen and (max-width: 980px){
	#L_SITE_LOGO {margin-left: -10px;}
	#L_SITE_LOGO h1 a {width: 91px; height: 40px;}
	#header > .header_in {height: 60px;}
}

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

/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb {display: flex; align-items: center;}
.gnb-bg, .m-menu-close, .m-menu-open {display: none;}
.navigation {margin-right: 80px;}
.navigation > li {margin-right: 110px; height: 110px; display: flex; align-items: center;}
.navigation > li > a {font-size: 18px; display: block; text-align: center; font-weight: 500;}
.navigation > li > a br {display: none;}
.navigation > li > ul {display: none;}
.navigation > li > ul > li > a {font-size: 16px;}

@media only screen and (max-width: 1480px){
	.navigation {margin-right: 60px;}
    .navigation > li {margin-right: 80px; height: 100px;}
	.navigation > li > a {font-size: 16px;}
}

@media only screen and (max-width: 1280px){
    .navigation > li {height: 80px;}
	.navigation > li > a {font-size: 15px;}
}

@media only screen and (max-width: 1120px){
	.navigation > li > a br {display: block;}
	.navigation > li > ul > li > a {font-size: 14px;}
}

@media only screen and (min-width: 980px){
	.navigation {display: flex; align-items: center;}
	.navigation > li {position: relative; display: flex; align-items: center;}
	.navigation > li:last-child {margin-right: 0;}
	.navigation > li > a {color: #fff;}
    .navigation > li > ul {z-index: 999; position: absolute; top: 50%; top: 100%; left:50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); min-width:200px; border: 1px solid #f1f1f1; border-top: 4px solid #97342e}
    .navigation > li > ul > li{text-align:center;}
    .navigation > li > ul > li + li {border-top:1px solid #e2e2e2;}
    .navigation > li > ul > li:first-child{border-top:0}
    .navigation > li > ul > li > a {position: relative; display: block; padding:12px 30px; text-align:center; white-space: nowrap; color:#666; background:#fff;}
    .navigation > li > ul > li > a:active,
    .navigation > li > ul > li > a:hover {color: #97342e; background: #fbfbfb;}
}

@media only screen and (max-width: 980px){
    #gnb {display: none; position: fixed; top: 0; right: 0; padding: 64px 24px 0; width: 100%; height:100%; box-sizing: border-box; background: #97342e;}
	.navigation {margin-right: 0;}
    .navigation > li {position: relative; display: block; margin-right: 0; text-align: left; height: auto;}
    .navigation > li > a {display: block; text-align: left; white-space: nowrap; font-size:16px; padding: 15px 0; border-bottom:1px solid #97342e;color:#fff !important;}
    .navigation > li > a br {display: none;}
	.navigation > li.on > a{}
    .navigation > li > ul {width:100%;background:#68221e; margin:0; min-width:auto;}
    .navigation > li > ul > li {border-bottom:1px solid #97342e}
    .navigation > li > ul > li > a{display:block;padding:0 20px;line-height:40px;font-size:14px;color:#fff}
    .navigation > li > ul > li > a:before{display:inline-block;content:"";position:relative;top:-4px;margin-right:7px;width:5px;height:1px;background:#fff}
    .gnb-bg {display: none;}
	.m-menu-open{display:block;position:absolute;top:0;right:0;padding:21px 16px;width:60px;height:60px;cursor:pointer}
	.m-menu-open span{display:block;margin-top:6px;width:100%;height:2px;background:#fff;}
	.m-menu-open span:first-child{margin-top:0}
	.m-menu-close{z-index:1000;display:block;position:absolute;top:0;right:0;width:48px;height:48px;cursor:pointer;padding:15px 11px}
	.m-menu-close span{position:relative;top:7px;left:0;display:block;width:25px;height:2px;background:#fff;transform:rotate(45deg)}
	.m-menu-close span:first-child{transform:rotate(-45deg);top:9px}
}


#header.scroll,
#header.sub-header {background: #fff; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);}
#header.scroll #L_SITE_LOGO h1 a,
#header.sub-header #L_SITE_LOGO h1 a {background: url('/images/kor06r-22-0459/common/gnb_logo.png')no-repeat center center / 100% auto;}
#header.scroll .navigation > li > a,
#header.sub-header .navigation > li > a {color: #000;}
#header.scroll .m-menu-open span,
#header.sub-header .m-menu-open span {background: #97342e;}
#header.scroll:after,
#header.sub-header:after {display: none;}
#header.scroll .util-menu li{border:1px solid rgba(0,0,0,0.33);}
#header.scroll .util-menu li a{color:#555;}
#header:hover .util-menu li{border:1px solid rgba(0,0,0,0.33);}
#header:hover .util-menu li a{color:#555;}




@media only screen and (min-width: 980px){
	#header:hover {background: #fff; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);}
	#header:hover #L_SITE_LOGO h1 a {background: url('/images/kor06r-22-0459/common/gnb_logo.png')no-repeat center center / 100% auto;}
	#header:hover .navigation > li > a {color: #000;}
}




.util-menu{z-index:300; /* margin-top:30px;  */}
.util-menu ul{display:block;}
.util-menu li{display:table;float:left;height:50px;border:1px solid rgba(255,255,255,0.33);border-radius:5px;text-align:center;margin-left:10px;}
.util-menu li:first-child{border-color:rgba(255,255,255,0.33);margin-left:0;}
.util-menu li a{display:table-cell;vertical-align:middle;font-weight:400;color:#fff;padding:0 20px;}

@media only screen and (max-width: 980px){
#header:hover .util-menu li{border:1px solid rgba(255,255,255,0.33);}
#header:hover .util-menu li a{color:#fff;}

.util-menu li{height:40px;}
.util-menu li a{padding:0 15px;}
}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.ft {background: #111; padding-top: 40px; padding-bottom: 60px;}
.ft-menu {display: flex; align-items: center;}
.ft-menu li {display: flex; align-items: center;}
.ft-menu li:after {content: ''; display: block; width: 1px; height: 12px; background: #595959; margin: 0 15px;}
.ft-menu li:last-child:after {display: none;}
.ft-menu li a {display: block; color: #fff;}
.ft-info {margin-top: 30px; display: flex; align-items: center; justify-content: space-between;}
.ft-info dt {}
.ft-info dt img {display: block;}
.ft-info dt p {margin-top: 30px; font-size: 14px; color: #fff;}
.ft-info dd {}
.ft-info dd ul {}
.ft-info dd ul li {margin-bottom: 5px; display: flex;}
.ft-info dd ul li:last-child {margin-bottom: 0;}
.ft-info dd ul li h5 {width: 180px; font-size: 14px; color: #fff;}
.ft-info dd ul li p {font-size: 14px; color: #fff;}
.ft-info dd ul li p br {display: none;}

@media screen and (max-width:980px){
	.ft-menu li:after {height: 12px; margin: 0 10px;}
	.ft-menu li a {font-size: 13px;}
	.ft-info {margin-top: 30px; flex-direction: column; align-items: flex-start;}
	.ft-info dt {order: 1; margin-top: 30px;}
	.ft-info dt img {width: 100px;}
	.ft-info dt p {margin-top: 10px; font-size: 12px;}
	.ft-info dd ul li:last-child {margin-bottom: 0;}
	.ft-info dd ul li h5 {width: 120px; font-size: 13px;}
	.ft-info dd ul li p {font-size: 13px;}
	.ft-info dd ul li p br {display: block;}
}





/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-slider {}
.main-slider .slick-slide {text-align: center; color: #fff; height: 100vh !important; position: relative; display: flex !important; align-items: center; justify-content: center;}
.main-slider .slick-slide h5 {font-size: 80px; font-weight: 700; line-height: 1.2;}
.main-slider .slick-slide h5 br {display: none;}
.main-slider .slick-slide p {font-size: 30px; font-weight: 500; margin-top: 30px;}
.main-slider .slick-arrow {position: absolute; width: 60px; height: 60px; top: 50%; margin-top: -30px; border: none; background: none; z-index: 1; text-indent: -9999px;}
.main-slider .slick-prev {left: 20px;}
.main-slider .slick-next {right: 20px;}
.main-slider .slick-arrow:after {content: ''; display: block; width: 40px; height: 40px; border-top: solid 1px #fff; position: absolute; left: 50%; top: 50%; margin-top: -20px;}
.main-slider .slick-prev:after {margin-left: -10px; border-left: solid 1px #fff; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.main-slider .slick-next:after {margin-left: -30px; border-right: solid 1px #fff; transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.main-slider .slick-dots {position: absolute; bottom: 20px; left: 50%; display: flex; align-items: center; justify-content: center; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.main-slider .slick-dots li {margin: 0 4px;}
.main-slider .slick-dots li button {display: block; width: 10px; height: 10px; text-indent: -9999px; border: none; background: rgba(255,255,255,0.5); -webkit-border-radius: 50%; border-radius: 50%;}
.main-slider .slick-dots li.slick-active button {background: #fff;}

@media only screen and (max-width:1280px) {
	.main-slider .slick-slide h5 {font-size: 70px;}
	.main-slider .slick-slide p {font-size: 26px; margin-top: 20px;}
}

@media only screen and (max-width:980px) {
	.main-slider .slick-slide h5 {font-size: 60px;}
	.main-slider .slick-slide p {font-size: 20px; margin-top: 10px;}
}

@media only screen and (max-width:768px) {
	.main-slider .slick-slide h5 {font-size: 50px;}
	.main-slider .slick-slide h5 br {display: block;}
	.main-slider .slick-slide p {font-size: 16px;}
	.main-slider .slick-arrow {display: none;}
	.main-slider .slick-dots li button {width: 8px; height: 8px;}
}




.main-title {}
.main-title span {display: block; font-size: 18px; color: #b54540; font-weight: 700;}
.main-title h3 {font-size: 35px; color: #000; font-weight: 700; line-height: 1.4; margin-top: 10px;}

.main-more {font-size: 14px; color: #000; text-transform: uppercase; letter-spacing: 0.025rem; display: inline-flex; align-items: center; position: relative;}
.main-more:after {content: ''; display: block; width: 14px; height: 1px; background: #000; margin-left: 12px;}
.main-more:before {content: ''; width: 6px; height: 6px; display: block; position: absolute; right: 0; top: 50%; margin-top: -3px; border-top: solid 1px #000; border-right: solid 1px #000; transform:rotate(45deg);-webkit-transform:rotate(45deg);}

.main-cpny {padding: 120px 0;}
.main-cpny__cont {margin-top: 120px; display: flex; position: relative;}
.main-cpny__cont:before {content: ''; display: block; background: #f2f3f5; position: absolute; left: -100%; right: -100%; top: 120px; bottom: -120px; z-index: -1;}
.main-cpny__cont:after {content: ''; display: block; height: 229px; position: absolute; top: calc(-229px + 120px); left: 50%; margin-left: 160px; right: -100%; background: url('/images/kor06r-22-0459/main/main_compnay_rb.png')no-repeat left center / auto 100%;}
.main-cpny__cont dt {width: 50%;}
.main-cpny__cont dt img {display: block; width: 100%;}
.main-cpny__cont dd {width: 50%; padding-top: 170px; padding-left: 80px;}
.main-cpny__cont dd h5 {font-size: 25px; font-weight: 700; color: #b54540;}
.main-cpny__cont dd p {font-size: 18px; color: #565656; margin-top: 30px;}
.main-cpny__cont dd a {margin-top: 50px;}

.main-biz {padding-bottom: 120px; position: relative; background: url('/images/kor06r-22-0459/main/main_biz_bg.jpg')no-repeat center top / cover;}
.main-biz__wrap {position: relative; padding-left: 30%; padding-top: 70px;}
.main-biz .main-title {position: absolute; left: 0; top: 0;}
.main-biz .main-more {margin-top: 80px;}
.main-biz__list {margin: -15px;}
.main-biz__list:after {content: ''; display: table; clear: both;}
.main-biz__list li {width: 50%; padding: 15px; float: left;}
.main-biz__list li:nth-child(1) {padding-top: 135px;}
.main-biz__list li a {display: block; position: relative; padding-bottom: 100%;}
.main-biz__list li:nth-child(1) a {background: url('/images/kor06r-22-0459/main/main_biz_01.jpg')no-repeat center center / cover;}
.main-biz__list li:nth-child(2) a {background: url('/images/kor06r-22-0459/main/main_biz_02.jpg')no-repeat center center / cover;}
.main-biz__list li:nth-child(3) a {background: url('/images/kor06r-22-0459/main/main_biz_03.jpg')no-repeat center center / cover;}
.main-biz__list li a span {font-size: 25px; color: #fff; font-weight: 700; text-transform: uppercase; text-align: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center;}

.main-notice {padding-top: 120px; padding-bottom: 140px;}
.main-notice__title {padding-bottom: 20px; display: flex; align-items: center; justify-content: space-between;}
.main-notice__title h3 {font-size: 40px; color: #000; font-weight: 700;}
.main-notice__title a {}
.main-notice__list {margin: 0 -15px;}
.main-notice__item {padding: 0 15px;}
.main-notice__item a,
.main-notice__item a * {-webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-notice__item a {display: block; padding: 50px 30px; background: #f9f9f9; -webkit-border-radius: 0 0 35px 0; border-radius: 0 0 35px 0; }
.main-notice__item a em {height: 25px; padding: 0 15px; line-height: 25px; font-weight: 500; background: #333; color: #fff; font-size: 14px; font-style: normal; display: inline-flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.main-notice__item a h5 {margin-top: 20px; font-size: 20px; font-weight: 500; color: #000; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4; height: 2.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-notice__item a p {font-size: 14px; margin-top: 30px;  color: #6d6d6d; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.6; height: 4.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.main-notice__item a span {display: block; font-size: 14px; margin-top: 30px;  color: #6d6d6d; letter-spacing: 0.025rem;}
.main-notice__item a u {font-size: 12px; color: rgba(0,0,0,0.5); margin-top: 65px; text-decoration: none; display: flex; align-items: center; letter-spacing: 0.025rem;}
.main-notice__item a u:before {content: ''; display: block; width: 10px; height: 10px; margin-right: 5px; background: #7f7f7f; -webkit-border-radius: 50%; border-radius: 50%;}
.main-notice__item.slick-current a {background: #97342e;}
.main-notice__item.slick-current a h5,
.main-notice__item.slick-current a p,
.main-notice__item.slick-current a span,
.main-notice__item.slick-current a u {color: #fff;}
.main-notice__item.slick-current a u:before {background: #fff;}
.main-notice__progress {background: #e5e5e5; height: 2px; margin-top: 30px;}
.main-notice__progress span {display: block; background: #000; height: 3px; width: 0; position: relative; top: -1px; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}


@media only screen and (max-width:1280px) {
	.main-title span {font-size: 16px;}
	.main-title h3 {font-size: 32px;}
	.main-notice__title h3 {font-size: 32px;}
	.main-biz .main-more {margin-top: 50px;}
}

@media only screen and (max-width:980px) {
	.main-title h3 {font-size: 28px;}
	.main-more {font-size: 13px;}
	.main-cpny {padding: 100px 0;}
	.main-cpny__cont {margin-top: 60px;}
	.main-cpny__cont:before {top: 100px; bottom: 100px;}
	.main-cpny__cont:after {height: 120px; top: calc(-120px + 100px); margin-left: 40px;}
	.main-cpny__cont dd {padding-left: 40px;}
	.main-cpny__cont dd h5 {font-size: 22px;}
	.main-cpny__cont dd p {font-size: 16px; margin-top: 20px;}
	.main-cpny__cont dd a {margin-top: 30px;}
	.main-biz {padding-bottom: 100px;}
	.main-biz .main-more {margin-top: 30px;}
	.main-biz__list {margin: -10px;}
	.main-biz__list li {padding: 10px;}
	.main-biz__list li a span {font-size: 20px;}
	.main-notice {padding-top: 100px; padding-bottom: 100px;}
	.main-notice__title h3 {font-size: 28px;}
	.main-notice__item a p {margin-top: 20px;}
	.main-notice__item a span {margin-top: 20px;}
	.main-notice__item a u {margin-top: 40px;}

}

@media only screen and (max-width:768px) {
	.main-title span {font-size: 14px;}
	.main-title h3 {font-size: 24px;}
	.main-title h3 br {display: none;}
	.main-more {font-size: 12px;}
	.main-cpny {padding: 80px 0;}
	.main-cpny__cont {margin-top: 40px; display: block;}
	.main-cpny__cont:before {top: 80px; bottom: -80px;}
	.main-cpny__cont:after {height: 60px; top: calc(-60px + 80px); margin-left: 30%;}
	.main-cpny__cont dt {width: 100%; padding-right: 30%;}
	.main-cpny__cont dd {padding-left: 0; width: 100%; padding-top: 30px;}
	.main-cpny__cont dd h5 {font-size: 18px;}
	.main-cpny__cont dd p {font-size: 14px; margin-top: 10px;}
	.main-cpny__cont dd a {margin-top: 20px;}
	.main-biz {padding-bottom: 80px;}
	.main-biz__wrap {padding-left: 0; padding-top: 0;}
	.main-biz .main-title {position: static;}
	.main-biz .main-more {margin-top: 20px;}
	.main-biz__list {margin: -5px; padding-left: 10%;}
	.main-biz__list li {padding: 5px;}
	.main-biz__list li:nth-child(1) {padding-top: 28%;}
	.main-biz__list li a span {font-size: 16px;}
	.main-notice {padding-top: 80px; padding-bottom: 80px;}
	.main-notice__list {padding-right: 20%;}
	.main-notice__list .slick-list {overflow: visible;}
	.main-notice__title h3 {font-size: 28px;}
	.main-notice__item a {padding: 30px 20px;}
	.main-notice__item a em {font-size: 13px; padding: 0 10px;}
	.main-notice__item a h5 {font-size: 18px; margin-top: 10px;}
	.main-notice__item a p {margin-top: 10px; font-size: 13px;}
	.main-notice__item a span {margin-top: 10px; font-size: 12px;}
	.main-notice__item a u {margin-top: 20px; font-size: 11px;}
	.main-notice__item a u:before {width: 6px; height: 6px; margin-top: 1px;}
}

