@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:'Noto Sans KR', sans-serif;font-size:12pt;letter-spacing:-0.03em;line-height:1.6;font-weight:400;color:#181818;}
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;}


/* 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%; height: 100px; padding-left: 50px; padding-right: 50px; margin: 0 auto; display: flex; align-items: center;}
#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 {flex-shrink: 0; margin-right: 120px;}
#L_SITE_LOGO h1 a {display: block; width: 226px; height: 49px; text-indent: -9999px; background: url('/images/kor09r-22-0461/common/gnb_logo_wh.png')no-repeat center center / 100% auto;}
.inner {width: 100%; max-width: 1320px; padding-left: 20px; padding-right: 20px; margin: 0 auto;}
.container {width: 100%; max-width: 1320px; padding: 0 20px; margin: 0 auto;}


@media only screen and (max-width: 1680px){
	#header > .header_in {padding-left: 40px; padding-right: 40px;}
	#L_SITE_LOGO {margin-right: 100px;}
}

@media only screen and (max-width: 1480px){
	#header > .header_in {height: 80px; padding-left: 30px; padding-right: 30px;}
	#L_SITE_LOGO {margin-right: 80px;}
}

@media only screen and (max-width: 1280px){
	#header > .header_in {height: 60px; padding-left: 20px; padding-right: 20px;}
	#L_SITE_LOGO {margin-right: 60px;}
}

@media only screen and (max-width: 980px){
	#L_SITE_LOGO {margin-right: 0; margin-left: -10px;}
	#L_SITE_LOGO h1 a {width: 170px; height: 48px;}
	#header > .header_in {height: 48px;}
}

@media only screen and (max-width: 768px){
}

/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#menuArea {flex-grow: 1;}
#gnb {display: flex; align-items: center; justify-content: space-between;}
.gnb-bg, .m-menu-close, .m-menu-open {display: none;}
.navigation > li {margin-right: 60px; height: 100px; display: flex; align-items: center;}
.navigation > li > a {font-size: 20px; 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;}

.gnb-right {display: flex; align-items: center;}
.gnb-login {display: flex; align-items: center;}
.gnb-login li {display: flex; align-items: center;}
.gnb-login li:after {content: ''; display: block; width: 1px; height: 12px; background: #fff; margin: 0 15px;}
.gnb-login li:last-child:after {display: none;}
.gnb-login li a {display: block; color: #fff; font-weight: 500;}

.gnb-lang {height: 30px;}
.gnb-lang > div {}
.gnb-lang button {width: 80px; height: 30px; font-size: 16px; padding: 0 15px; color: #fff; background: none; border: none; display: flex; align-items: center; justify-content: space-between;}
.gnb-lang button:after {content: ''; display: block; width: 8px; height: 8px; flex-shrink: 0; margin-top: -4px; margin-left: 15px; border-right: solid 1px #fff; border-bottom: solid 1px #fff; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.gnb-lang button.active:after {transform:rotate(225deg); -webkit-transform:rotate(225deg); margin-top: 4px;}
.gnb-lang ul {padding: 10px; display: none; background: #fff; -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: -1px 3px 23px -10px rgba(0,0,0,0.3); box-shadow: -1px 3px 23px -10px rgba(0,0,0,0.3);}
.gnb-lang ul li {margin-bottom: 3px;}
.gnb-lang ul li:last-child {margin-bottom: 0;}
.gnb-lang ul li a {display: block; font-size: 14px; padding: 0 15px;}

.gnb-spt {width: 140px; height: 50px; margin-left: 35px; font-weight: 500; background: #e9b20f; color: #fff !important; -webkit-border-radius: 50px; border-radius: 50px; display: flex; align-items: center; justify-content: center;}


@media only screen and (max-width: 1480px){
    .navigation > li {margin-right: 50px; height: 80px;}
	.navigation > li > a {font-size: 18px;}
	.gnb-spt {width: 120px;}
}

@media only screen and (max-width: 1280px){
    .navigation > li {height: 60px; margin-right: 40px;}
	.navigation > li > a {font-size: 16px;}
	.navigation > li > ul > li > a {font-size: 14px;}
	.gnb-login li:after {margin: 0 10px;}
	.gnb-login li a {font-size: 14px;}
	.gnb-spt {width: 80px; height: 40px; font-size: 14px; margin-left: 20px;}
}

@media only screen and (min-width: 980px){
	.navigation {display: flex; align-items: center;}
	.navigation > li {margin-right: 25px; 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 #aa2a2c}
    .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: #aa2a2c; 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: #aa2a2c;}
	.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 #8b191b;color:#fff !important;}
    .navigation > li > a br {display: none;}
	.navigation > li.on > a{}
    .navigation > li > ul {width:100%;background:#8b191b; margin:0; min-width:auto;}
    .navigation > li > ul > li {border-bottom:1px solid #aa2a2c}
    .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:15px 10px;width:48px;height:48px;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}
	.gnb-login {position: absolute; left: 24px; top: 16px;}
	.gnb-login li a {color: #fff !important; font-size: 13px;}
	.gnb-spt {position: absolute; left: 24px; top: 10px; width: 74px; height: 30px; font-size: 13px; margin-left: 0;}

	.gnb-lang {position: absolute; left: 100px; top: 10px;}
	.gnb-lang button {font-size: 12px;}
	.gnb-lang ul li a {font-size: 12px;}
}


#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/kor09r-22-0461/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: #aa2a2c;}
#header.scroll:after,
#header.sub-header:after {display: none;}
#header.scroll .gnb-login li a,
#header.sub-header .gnb-login li a {color: #333;}
#header.scroll .gnb-login li:after,
#header.sub-header .gnb-login li:after {background: #ddd;}
#header.scroll .gnb-lang button,
#header.sub-header .gnb-lang button {color: #000;}
#header.scroll .gnb-lang button:after,
#header.sub-header .gnb-lang button:after {border-color: #000;}


@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/kor09r-22-0461/common/gnb_logo.png')no-repeat center center / 100% auto;}
	#header:hover .navigation > li > a {color: #000;}
	#header:hover .gnb-login li a {color: #333;}
	#header:hover .gnb-login li:after {background: #ddd;}
	#header:hover .gnb-lang button {color: #000;}
	#header:hover .gnb-lang button:after {border-color: #000;}
}

@media only screen and (max-width: 768px){
	#header.main {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.main #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo.png')no-repeat center center / 100% auto;}
	#header.main .navigation > li > a {color: #000;}
	#header.main .m-menu-open span {background: #aa2a2c;}
	#header.main:after {display: none;}
	#header.main .gnb-login li a {color: #333;}
	#header.main .gnb-login li:after {background: #ddd;}
	#header.main .gnb-lang button {color: #fff;}
	#header.main .gnb-lang button:after {border-color: #fff;}
}



/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {padding: 30px 0 60px; border-top: solid 1px #ccc;}
.ft-menu {display: flex; align-items: center; flex-wrap: wrap; position: relative; margin-bottom: 30px; padding-bottom: 30px;}
.ft-menu:after {content: ''; display: block; background: #ccc; height: 1px; position: absolute; bottom: 0; left: -100%; right: -100%;}
.ft-menu li {display: flex; align-items: center;}
.ft-menu li:after {content: ''; display: block; width: 1px; height: 14px; background: #ddd; margin: 0 15px;}
.ft-menu li:last-child:after {display: none;}
.ft-menu li a {display: block;}
.ft-top {display: flex; align-items: center; justify-content: flex-end;}
.ft-sns {display: flex; align-items: center;}
.ft-sns li {margin-right: 15px;}
.ft-sns li:last-child {margin-right: 0;}
.ft-sns li a {display: block;}
.ft-sns li a img {display: block;}
.ft-info {margin-top: 10px; display: flex;}
.ft-info dt {flex-shrink: 0;}
.ft-info dt img {display: block;}
.ft-info dd {flex-grow: 1; padding-left: 50px;}
.ft-info dd ul {display: flex; margin-top: 8px;}
.ft-info dd ul:first-child {margin-top: 0;}
.ft-info dd ul li {color: rgba(60,60,60,0.85); display: flex; align-items: center;}
.ft-info dd ul li:after {content: ''; display: block; width: 1px; height: 12px; background: #ddd; margin: 0 10px;}
.ft-info dd ul li:last-child:after {display: none;}
.ft-info dd p {color: rgba(146,146,146,0.85); font-size: 14px; margin-top: 20px;}

@media screen and (max-width:1280px){
	.ft-info {display: block;}
	.ft-info dt {margin-right: 0;}
	.ft-info dd {margin-top: 20px; padding-left: 0; margin-bottom: 20px;}
	.ft-info dd ul li {font-size: 14px;}
}

@media screen and (max-width:768px){
	#footer {padding: 20px 0 30px;}
	.ft-menu {padding-bottom: 20px; margin-bottom: 20px;}
	.ft-top {display: block;}
	.ft-menu {justify-content: center;}
	.ft-menu li:after {margin: 0 10px; height: 10px;}
	.ft-menu li a {font-size: 13px;}
	.ft-sns {justify-content: center; margin-top: 20px;}
	.ft-info dt img {margin: 0 auto;}
	.ft-info dd ul {display: block;}
	.ft-info dd ul li {margin-bottom: 8px; font-size: 12px; text-align: center; display: block;}
	.ft-info dd ul li:last-child {margin-bottom: 0;}
	.ft-info dd ul li:after {display: none;}
	.ft-info dd p {font-size: 12px; text-align: center;}
}



.ft-pop{position:fixed; left: 0; top: 0; width: 100%; height: 100%; padding: 20px; background:rgba(0,0,0,.5); z-index:9999}
.ft-pop[hidden]{display:none}
.ft-pop > div {display: table; width: 100%; height: 100%;}
.ft-pop > div > div {display: table-cell; width: 100%; vertical-align: middle;}
.ft-pop__box{width: 100%; max-width: 1280px; max-height:80vh; margin: 0 auto; background:#fff; border: solid 2px #000; display: flex; flex-direction: column;}
.ft-pop__top{display:flex; align-items:center; padding: 0 20px; height: 80px; background: #000; flex-shrink: 0;}
.ft-pop__top h5{font-size: 22px; font-weight: 600; color: #fff; flex-grow: 1;}
.ft-pop__close {cursor:pointer; display: block; width: 40px; height: 40px; text-indent: -9999px; border: none; background: none; position: relative;}
.ft-pop__close:before,
.ft-pop__close:after {content: ''; display: block; width: 44px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -22px; margin-top: -1px;}
.ft-pop__close:before {transform:rotate(-45deg);}
.ft-pop__close:after {transform:rotate(45deg);}
.ft-pop__cont{padding: 30px; overflow-y: auto; flex-grow: 1;}
.ft-pop__cont .loading{padding:30px; color:#64748b}
.ft-pop__cont .error{padding:30px; color:#ef4444}
.ft-pop__cont h2 {margin-top: 40px; font-size: 20px;}
.ft-pop__cont h3 {margin-top: 20px; font-size: 18px;}
.ft-pop__cont p {margin-top: 10px;}
.ft-pop__cont > ol {margin-top: 10px; padding-left: 20px;}
.ft-pop__cont > ol > li {margin-bottom: 5px; list-style: decimal;}
.ft-pop__cont > ol > li:last-child {margin-bottom: 0;}
.ft-pop__cont > ol > li > ul {margin-top: 10px; padding-left: 20px;}
.ft-pop__cont > ol > li > ul > li {margin-bottom: 5px; list-style: hangul;}
.ft-pop__cont > ol > li > ul > li:last-child {margin-bottom: 0;}
.ft-pop__cont > ul {margin-top: 10px; padding-left: 20px;}
.ft-pop__cont > ul > li {margin-bottom: 5px; list-style: decimal;}
.ft-pop__cont > ul > li:last-child {margin-bottom: 0;}

@media screen and (max-width:768px){
	.ft-pop__top {height: 50px;}
	.ft-pop__top h5 {font-size: 18px;}
	.ft-pop__close {width: 30px; height: 30px; margin-right: -5px;}
	.ft-pop__close:before,
	.ft-pop__close:after {width: 32px; height: 2px; margin-left: -16px;}
	.ft-pop__cont {padding: 15px;}
}




/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-slider {}
.main-slider__item {height: 920px !important; display: flex !important; align-items: center; justify-content: center;}
.main-slider .slick-arrow {display: block; width: 70px; height: 70px; background: none; border: none; text-indent: -9999px; position: absolute; z-index: 1; top: 50%; margin-top: -35px; border: solid 1px #fff; -webkit-border-radius: 50%; border-radius: 50%;}
.main-slider .slick-prev {left: 50px;}
.main-slider .slick-next {right: 50px;}
.main-slider .slick-arrow:after {content: ''; display: block; width: 16px; height: 16px; position: absolute; left: 50%; top: 50%; margin-top: -8px; border-top: solid 3px #fff;}
.main-slider .slick-prev:after {margin-left: -4px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); border-left: solid 3px #fff;}
.main-slider .slick-next:after {margin-left: -10px; transform:rotate(45deg); -webkit-transform:rotate(45deg); border-right: solid 3px #fff;}
.main-slider .slick-dots {position: absolute; bottom: 40px; left: 50%; display: flex; justify-content: center; align-items: center; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.main-slider .slick-dots li {margin-right: 5px;}
.main-slider .slick-dots li:last-child {margin-right: 0;}
.main-slider .slick-dots li button {display: block; width: 40px; height: 3px; text-indent: -9999px; border: none; background: rgba(255,255,255,0.3); -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-slider .slick-dots li.slick-active button {background: #fff;}
.main-slider__text {width: 100%; padding: 0 20px;}
.main-slider__text h4 {font-size: 60px; color: #fff; font-weight: 700; height: 1.2;}
.main-slider__text h5 {font-size: 50px; color: #fff; font-weight: 700; line-height: 1.2;}
.main-slider__text h6 {font-size: 20px; color: #eb8185;}
.main-slider__text p {font-size: 20px; color: #fff;}
.main-slider__text p span {display: block;}
.main-slider__text a {width: 200px; height: 60px; font-size: 18px; color: #e9b20f !important; border: solid 1px #e9b20f; -webkit-border-radius: 50px; border-radius: 50px; display: inline-flex; align-items: center; justify-content: center;}
.main-slider__text.type1 {text-align: center;}
.main-slider__text.type1 p {margin-top: 30px;}
.main-slider__text.type1 a {margin-top: 60px;}
.main-slider__text.type2 {padding-left: 46%;}
.main-slider__text.type2 h5 {margin-top: 20px;}
.main-slider__text.type2 p {margin-top: 20px;}
.main-slider__text.type2 a {margin-top: 40px;}


.main-slider .slick-active .main-slider__txt p {animation: fadeInRight 1s 0s forwards cubic-bezier(0.4, 0, 0.2, 1) alternate;}



@media only screen and (max-width:1480px) {
	.main-slider__item {height: 700px !important;}
	.main-slider .slick-arrow {width: 50px; height: 50px; margin-top: -25px;}
	.main-slider .slick-prev {left: 30px;}
	.main-slider .slick-next {right: 30px;}
	.main-slider .slick-dots li button {width: 30px;}
	.main-slider__text h4 {font-size: 54px;}
	.main-slider__text h5 {font-size: 44px;}
	.main-slider__text h6 {font-size: 18px;}
	.main-slider__text p {font-size: 18px;}
	.main-slider__text a {width: 180px; height: 50px; font-size: 16px;}
	.main-slider__text.type2 {padding-left: 44%;}
	.main-slider__text.type1 a {margin-top: 40px;}
}

@media only screen and (max-width:1280px) {
	.main-slider__item {height: 600px !important;}
	.main-slider .slick-dots li button {width: 20px;}
	.main-slider__text h4 {font-size: 44px;}
	.main-slider__text h5 {font-size: 34px;}
	.main-slider__text h6 {font-size: 16px;}
	.main-slider__text p {font-size: 16px;}
	.main-slider__text a {width: 140px; height: 44px;}
	.main-slider__text.type1 p {margin-top: 20px;}
	.main-slider__text.type1 a {margin-top: 40px;}
	.main-slider__text.type2 {padding-left: 42%;}
	.main-slider__text.type2 a {margin-top: 30px;}
}

@media only screen and (max-width:992px) {
	.main-slider__item {height: 440px !important;}
	.main-slider .slick-arrow {display: none !important;}
	.main-slider__text h4 {font-size: 40px;}
	.main-slider__text h5 {font-size: 30px;}
	.main-slider__text h6 {font-size: 15px;}
	.main-slider__text p {font-size: 15px;}
	.main-slider__text a {width: 140px; height: 44px;}
	.main-slider__text.type1 a {margin-top: 20px;}
	.main-slider__text.type2 {padding-left: 40%;}
	.main-slider__text.type2 a {margin-top: 20px;}
}

@media only screen and (max-width:768px) {
	.main-slider {margin-top: 48px;}
	.main-slider__item {height: 380px !important;}
	.main-slider .slick-dots {bottom: 20px;}
	.main-slider .slick-dots li button {width: 15px; height: 2px;}
	.main-slider__text h4 {font-size: 24px;}
	.main-slider__text h4 span {display: block;}
	.main-slider__text h5 {font-size: 18px;}
	.main-slider__text h6 {font-size: 13px;}
	.main-slider__text p {font-size: 12px;}
	.main-slider__text p span {display: inline;}
	.main-slider__text a {width: 100px; height: 40px; font-size: 14px;}
	.main-slider__text.type1 p {margin-top: 10px;}
	.main-slider__text.type1 a {margin-top: 20px;}
	.main-slider__text.type2 {padding-left: 30%;}
	.main-slider__text.type2 h5 {margin-top: 10px;}
	.main-slider__text.type2 p {margin-top: 10px;}
}

@media only screen and (max-width:640px) {
	.main-slider__item {height: 300px !important;}
}

@media only screen and (max-width:500px) {
	.main-slider__item {height: 240px !important;}
}

@media only screen and (max-width:400px) {
	.main-slider__item {height: 200px !important;}
}

@media only screen and (max-width:320px) {
	.main-slider__item {height: 180px !important;}
}


@keyframes clipPathLeft {
	0% {clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}
	100% {clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}
}
@keyframes clipPathright {
	0% {clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}
	100% {clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}
}
@keyframes fadeInLeft {
	0% {opacity: 0; transform: translateX(-20px);}
	100% {opacity: 1; transform: translateX(0);	}
}
@keyframes fadeInRight {
	0% {opacity: 0; transform: translateX(20px);}
	100% {opacity: 1; transform: translateX(0);	}
}
@keyframes fadeInUp {
	0% {opacity: 0; transform: translateY(20px);}
	100% {opacity: 1; transform: translateY(0);	}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}








.main-title {padding-bottom: 80px;}
.main-title h4 {font-size: 40px; font-weight: 700;}
.main-title p {font-size: 18px; color: #4c4c4c; margin-top: 30px; font-weight: 400;}
.main-title dl {display: flex; justify-content: space-between;}
.main-title dl dt {flex-grow: 1;}
.main-title dl dd {flex-shrink: 0; padding-top: 20px;}

.main-more {display: flex; align-items: center; position: relative;}
.main-more:before,
.main-more:after {content: ''; display: block; background: #000;}
.main-more:before {width: 16px; height: 2px; margin-right: 10px;}
.main-more:after {width: 2px; height: 16px; position: absolute; top: 50%; margin-top: -8px; left: 7px;}

.main-control {width: 100%; max-width: 750px; display: flex; align-items: center; position: relative; z-index: 1;}
.main-progress {background: #d5d5d5; flex-grow: 1;}
.main-progress span {display: block; background: #f4c201; height: 3px; width: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-nav {display: flex; align-items: center; position: relative; flex-shrink: 0; margin-left: 60px;}
.main-nav .slick-arrow {display: block; width: 60px; height: 60px; background: none; text-indent: -9999px; border: solid 1px #eaeaea; position: relative; -webkit-border-radius: 50%; border-radius: 50%;}
.main-nav .slick-prev {margin-right: 15px;}
.main-nav .slick-arrow:after {content: ''; display: block; width: 12px; height: 12px; position: absolute; top: 50%; left: 50%; margin-top: -6px; border-top: solid 1px #000;}
.main-nav .slick-prev:after {border-left: solid 1px #000; margin-left: -2px; transform:rotate(-45deg);}
.main-nav .slick-next:after {border-right: solid 1px #000; margin-left: -8px; transform:rotate(45deg);}

.main-cmnty {padding: 140px 0;}
.main-cmnty__half {display: flex; margin: 0 -30px;}
.main-cmnty__half > div {width: 50%; padding: 0 30px; display: flex; flex-direction: column;}
.main-cmnty__head {padding-bottom: 30px; flex-shrink: 0; display: flex; align-items: center; justify-content: space-between;}
.main-cmnty__head h3 {flex-grow: 1; font-size: 35px; font-weight: 700; height: 40px; line-height: 40px;}
.main-cmnty__head a {flex-shrink: 0; display: none;}
.main-cmnty__head ul {flex-grow: 1; display: flex; align-items: center;}
.main-cmnty__head ul li {display: flex; align-items: center;}
.main-cmnty__head ul li:after {content: ''; display: block; width: 1px; height: 20px; background: #ccc; margin: 0 20px;}
.main-cmnty__head ul li:last-child:after {display: none;}
.main-cmnty__head ul li button {display: block; border: none; background: none; font-size: 35px; height: 40px; line-height: 40px; font-weight: 400; color: #d0d0d0;}
.main-cmnty__head ul li button.active {font-weight: 700; color: #000;}
.main-cmnty__body {flex-grow: 1;}
.main-cmnty__notice {background: #fafafa; display: flex; flex-direction: column; height: 100%;}
.main-cmnty__notice li {padding: 20px;}
.main-cmnty__notice li a {display: block;}
.main-cmnty__notice li a dl {display: flex;}
.main-cmnty__notice li a dl dt {flex-shrink: 0; width: 47%; margin-right: 30px;}
.main-cmnty__notice li a dl dt img {display: block; width: 100%;}
.main-cmnty__notice li a dl dd {width: 53%;}
.main-cmnty__notice li a dl dd span {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-cmnty__notice li a dl dd em {display: block; font-style: normal; color: #7d7d7d; font-size: 14px;}
.main-cmnty__notice li:nth-child(1) {background: #fff; flex-grow: 1; padding: 0 0 30px;}
.main-cmnty__notice li:nth-child(1) dd {display: flex; flex-direction: column;}
.main-cmnty__notice li:nth-child(1) dd h5 {flex-shrink: 0; font-size: 20px; font-weight: 600;}
.main-cmnty__notice li:nth-child(1) dd p {flex-grow: 1; margin-top: 20px; font-size: 14px; color: #8e8e8e;}
.main-cmnty__notice li:nth-child(1) dd em {flex-shrink: 0;}
.main-cmnty__notice li:nth-child(2) {padding-bottom: 0;}
.main-cmnty__notice li:nth-child(2),
.main-cmnty__notice li:nth-child(3) {flex-shrink: 0;}
.main-cmnty__notice li:nth-child(2) dt,
.main-cmnty__notice li:nth-child(3) dt {display: none;}
.main-cmnty__notice li:nth-child(2) dd,
.main-cmnty__notice li:nth-child(3) dd {width: 100%; display: flex; align-items: center;}
.main-cmnty__notice li:nth-child(2) dd h5,
.main-cmnty__notice li:nth-child(3) dd h5 {flex-grow: 1;}
.main-cmnty__notice li:nth-child(2) dd span,
.main-cmnty__notice li:nth-child(3) dd span {height: 1.4em; -webkit-line-clamp: 1;}
.main-cmnty__notice li:nth-child(2) dd p,
.main-cmnty__notice li:nth-child(3) dd p {display: none;}
.main-cmnty__notice li:nth-child(2) dd em,
.main-cmnty__notice li:nth-child(3) dd em {flex-shrink: 0; margin-left: 20px;}
.main-cmnty__cont {display: none;}
.main-cmnty__list {min-height: 340px;}
.main-cmnty__list li {margin-bottom: 30px;}
.main-cmnty__list li:last-child {margin-bottom: 0;}
.main-cmnty__list li a {display: block;}
.main-cmnty__list li a dl {display: flex;}
.main-cmnty__list li a dl dt {flex-shrink: 0; width: 140px; margin-right: 30px;}
.main-cmnty__list li a dl dt img {display: block;}
.main-cmnty__list li a dl dd {flex-grow: 1; display: flex; flex-direction: column;}
.main-cmnty__list li a dl dd h5 {flex-grow: 1;}
.main-cmnty__list li a dl dd h5 span {font-size: 16px; font-weight: 400; 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-cmnty__list li a dl dd em {font-style: normal; display: block; font-size: 14px; color: #7d7d7d; flex-shrink: 0; margin-top: 10px;}

.main-cpgn {display: flex; align-items: center; position: relative;}
.main-cpgn:before {content: ''; display: block; width: 466px; height: 494px; position: absolute; right: 0; top: 0; background: url('/images/kor09r-22-0461/main/main_circle_1.png')no-repeat center center / cover;}
.main-cpgn__left {width: 35%; margin-right: 100px; position: relative; z-index: 1;}
.main-cpgn__left:after {content: ''; display: block; width: 100px; background: #fff; position: absolute; top: 0; bottom: 0; left: 100%;}
.main-cpgn__box {height: 740px; padding: 80px 20px; text-align: center; -webkit-border-radius: 0 15px 15px 0; border-radius: 0 15px 15px 0; background: url('/images/kor09r-22-0461/main/main_campaign_bg.jpg')no-repeat center center / cover; display: flex; flex-direction: column; align-items: center; justify-content: flex-end;}
.main-cpgn__box h4 {font-size: 40px; color: #fff; font-weight: 700;}
.main-cpgn__box p {font-size: 20px; color: #fff; margin-top: 30px; font-weight: 300;}
.main-cpgn__box a {width: 210px; height: 60px; color: #fff; margin-top: 40px; border: solid 1px #fff; -webkit-border-radius: 60px; border-radius: 60px; display: flex; align-items: center; justify-content: center;}
.main-cpgn__right {width: 100%; position: relative;}
.main-cpgn__right:after {content: ''; display: block; position: absolute; top: 0; bottom: 0; right: 100%; width: 100%; background: #fff;}
.main-cpgn__title {}
.main-cpgn__tab {display: flex; margin-bottom: 20px;}
.main-cpgn__tab li {margin-right: 3px;}
.main-cpgn__tab li:last-child {margin-right: 0;}
.main-cpgn__tab li button {width: 190px; height: 40px; background: #f4f5f9; border: solid 1px #f4f5f9; color: rgba(0,0,0,0.6); border-bottom: none; font-size: 16px; display: flex; align-items: center; justify-content: center; border-radius: 15px 15px 0 0;}
.main-cpgn__tab li button.active {color: #cd3739; border-color: #cd3739; font-weight: 600; background: #fff;}
.main-cpgn__tab li button br {display: none;}
.main-cpgn__wrap {position: relative;}
.main-cpgn__group {left: 0; top: 0; width: 100%;}
.main-cpgn__group#cpgn2,
.main-cpgn__group#cpgn3,
.main-cpgn__group#cpgn4 {position: absolute; visibility: hidden;}
.main-cpgn__slider {margin: 0 -20px;}
.main-cpgn__slider .slick-list {overflow: visible;}
.main-cpgn__slider .slick-track {margin-left: 0; margin-right: 0;}
.main-cpgn__item {padding: 0 20px;}
.main-cpgn__item a {display: block; position: relative;}
.main-cpgn__item a em {display: block; padding-bottom: 70%; -webkit-border-radius: 15px; border-radius: 15px;}
.main-cpgn__item a div {padding: 20px 20px 0;}
.main-cpgn__item a h5 {font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main-cpgn__item a p {margin-top: 10px; font-size: 16px; color: #6c6c6c; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.5; height: 3.0em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-cpgn__item a span {display: block; font-size: 16px; color: #6c6c6c; margin-top: 20px;}
.main-cpgn .main-control {margin-top: 50px;}

.main-rvw {padding: 140px 0; position: relative;}
.main-rvw:before {content: ''; display: block; width: 620px; height: 620px; position: absolute; left: 50%; top: 50%; margin-left: 120px; margin-top: -310px; background: url('/images/kor09r-22-0461/main/main_circle_2.png')no-repeat center center / cover;}
.main-rvw__title {}
.main-rvw__slider {margin: 0 -15px;}
.main-rvw__item {padding: 0 15px;}
.main-rvw__item a {display: block; position: relative; -webkit-border-radius: 15px; border-radius: 15px; overflow: hidden; position: relative;}
.main-rvw__item a span {display: block; height: 40px; font-weight: 500; padding: 0 20px; -webkit-border-radius: 0 0 10px 0; border-radius: 0 0 10px 0; position: absolute; left: 0; top: 0; z-index: 1; display: flex; align-items: center; justify-content: center;}
.main-rvw__item a span.cate01 {background: #fed638;}
.main-rvw__item a span.cate02 {background: #cd3739; color: #fff;}
.main-rvw__item a em {display: block; padding-bottom: 100%;}
.main-rvw__item a em:after {content: ''; display: block; position: absolute; left: 0; right: 0; bottom: 0; height: 50%; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);}
.main-rvw__item a h5 {font-size: 20px; color: #fff; position: absolute; left: 0; right: 0; bottom: 30px; padding: 0 30px; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4; max-height: 2.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-rvw .main-control {margin-top: 30px;}

.main-itr {position: relative; z-index: 2;}
.main-itr .main-title {text-align: center;}
.main-itr__list {margin: 0 -12px; display: flex;}
.main-itr__list li {width: 25%; padding: 0 12px;}
.main-itr__list li dl {background: #fff; padding: 30px; height: 100%; display: flex; flex-direction: column; -webkit-border-radius: 20px; border-radius: 20px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);}
.main-itr__list li dl dt {width: 150px; margin: 0 auto; overflow: hidden; flex-shrink: 0; -webkit-border-radius: 50%; border-radius: 50%;}
.main-itr__list li dl dt img {display: block; width: 100%;}
.main-itr__list li dl dd {text-align: center; margin-top: 30px; flex-grow: 1;}
.main-itr__list li dl dd h5 {font-size: 18px;}
.main-itr__list li dl dd p {font-size: 16px; margin-top: 15px;}
.main-slg {padding-top: 320px; margin-top: -220px; padding-bottom: 140px; position: relative; z-index: 1; background: url('/images/kor09r-22-0461/main/main_introduce_bg.jpg')no-repeat center center / cover;}
.main-slg:before {content: ''; display: block; width: 665px; height: 380px; position: absolute; left: 0; bottom: 100%; background: url('/images/kor09r-22-0461/main/main_circle_3.png')no-repeat center center / cover;}
.main-slg h3 {text-align: center; line-height: 1.4; font-size: 40px; font-weight: 700; color: #fff;}
.main-slg h3:before {content: ''; display: block; height: 56px; margin-bottom: 20px; background: url('/images/kor09r-22-0461/main/main_introduce_dot.png')no-repeat center center / auto 100%;}
.main-slg h3 br {display: none;}

.main-spt {padding: 140px 0; position: relative;}
.main-spt:before {content: ''; display: block; width: 666px; height: 470px; position: absolute; left: 0; bottom: 0; background: url('/images/kor09r-22-0461/main/main_circle_4.png')no-repeat center center / cover;}
.main-spt ul {margin: 0 -30px; display: flex;}
.main-spt ul li {width: 50%; padding: 0 30px;}
.main-spt ul li a {display: block; padding: 40px; position: relative;}
.main-spt ul li a h5 {font-size: 30px; font-weight: 700;}
.main-spt ul li a p {font-size: 18px; margin-top: 30px; position: relative;}
.main-spt ul li a p:after {content: ''; display: block; width: 60px; height: 1px; background: #000; margin-top: 40px;}
.main-spt ul li a p:before {content: ''; display: block; width: 1px; height: 13px; margin-bottom: 1px; background: #000; position: absolute; left: 60px; bottom: 0; transform-origin: right bottom; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.main-spt ul li a:after {content: ''; display: block; width: 120px; height: 120px; position: absolute; right: 40px; bottom: 40px;}
.main-spt ul li:nth-child(1) a:after {background: url('/images/kor09r-22-0461/main/	main_support_1.png')no-repeat center center / cover;}
.main-spt ul li:nth-child(2) a:after {background: url('/images/kor09r-22-0461/main/	main_support_2.png')no-repeat center center / cover;}
.main-spt ul li:nth-child(1) a {background: #ffdd58;}
.main-spt ul li:nth-child(2) a {background: #cd3739; color: #fff;}
.main-spt ul li:nth-child(2) a p:before,
.main-spt ul li:nth-child(2) a p:after {background: #fff;}

@media only screen and (max-width:1280px) {

	.main-title {padding-bottom: 40px;}
	.main-title h4 {font-size: 30px;}
	.main-title p {font-size: 16px; margin-top: 20px;}
	.main-nav {margin-left: 30px;}
	.main-nav .slick-arrow {width: 50px; height: 50px;}
	.main-nav .slick-prev {margin-right: 10px;}

	.main-cmnty {padding: 100px 0;}
	.main-cmnty__head h3 {font-size: 26px; height: 40px; line-height: 40px;}
	.main-cmnty__head ul li:after {margin: 0 15px;}
	.main-cmnty__head ul li button {font-size: 26px; height: 40px; line-height: 40px;}

	.main-cpgn__left {width: 40%; margin-right: 60px;}
	.main-cpgn__left:after {width: 60px;}
	.main-cpgn__box {height: 560px;}
	.main-cpgn__box h4 {font-size: 26px;}
	.main-cpgn__box p {font-size: 16px; margin-top: 20px;}
	.main-cpgn__box a {width: 160px; height: 50px; margin-top: 30px;}
	.main-cpgn__slider {margin: 0 -10px;}
	.main-cpgn__item {padding: 0 10px;}
	.main-cpgn__item a h5 {font-size: 16px;}
	.main-cpgn__item a p {font-size: 14px;}
	.main-cpgn__item a span {font-size: 14px;}
	.main-cpgn .main-control {margin-top: 30px;}

	.main-rvw {padding: 100px 0;}
	.main-rvw__slider {margin: 0 -10px;}
	.main-rvw__item {padding: 0 10px;}
	.main-rvw__item a span {height: 32px; padding: 0 10px; font-size: 14px;}
	.main-rvw__item a h5 {font-size: 16px; bottom: 20px; padding: 0 20px;}

	.main-itr__list {margin: 0 -10px;}
	.main-itr__list li {padding: 0 10px;}
	.main-itr__list li dl {padding: 30px 20px;}
	.main-itr__list li dl dt {width: 120px;}
	.main-itr__list li dl dd {margin-top: 20px;}
	.main-itr__list li dl dd p {font-size: 14px;}
	.main-slg {padding-top: 200px; margin-top: -140px; padding-bottom: 100px;}
	.main-slg h3 {font-size: 26px;}
	.main-slg h3:before {height: 40px;}

	.main-spt {padding: 100px 0;}
	.main-spt ul {margin: 0 -10px;}
	.main-spt ul li {padding: 0 10px;}
	.main-spt ul li a {padding: 30px;}
	.main-spt ul li a h5 {font-size: 24px;}
	.main-spt ul li a p {font-size: 16px; margin-top: 20px;}
	.main-spt ul li a p:after {width: 40px; margin-top: 30px;}
	.main-spt ul li a p:before {left: 40px;}
	.main-spt ul li a:after {width: 100px; height: 100px; right: 30px; bottom: 30px;}
}

@media only screen and (max-width:992px) {
	.main-title {padding-bottom: 30px;}
	.main-title h4 {font-size: 26px;}
	.main-title p {font-size: 14px; margin-top: 10px;}
	.main-nav .slick-arrow {width: 40px; height: 40px;}
	.main-nav .slick-arrow:after {width: 8px; height: 8px; margin-top: -4px;}
	.main-nav .slick-next:after {margin-left: -5px;}	
	.main-more {font-size: 14px;}
	.main-more:before {width: 12px; margin-right: 8px;}
	.main-more:after {height: 12px; margin-top: -6px; left: 5px;}

	.main-cmnty {padding: 80px 0;}
	.main-cmnty__half {display: block; margin: 0;}
	.main-cmnty__half > div {width: 100%; padding: 0; margin-bottom: 80px;}
	.main-cmnty__half > div:last-child {margin-bottom: 0;}
	.main-cmnty__list {min-height: auto;}

	.main-cpgn__left {width: 45%; margin-right: 40px;}
	.main-cpgn__left:after {width: 40px;}
	.main-cpgn__box p {font-size: 14px;}
	.main-cpgn__box p br {display: none;}
	.main-cpgn__box a {width: 120px; height: 40px; margin-top: 20px; font-size: 14px;}
	.main-cpgn__right {}

	.main-cpgn__tab {gap: 3px;}
	.main-cpgn__tab li {margin-right: 0; flex: auto;}
	.main-cpgn__tab li button {width: 100%; padding: 0 20px; line-height: 1.2;}
	.main-cpgn__tab li button br {display: block;}
	.main-cpgn__slider {padding-right: 40%;}

	.main-rvw {padding: 80px 0;}

	.main-itr__list {margin: -5px; flex-wrap: wrap;}
	.main-itr__list li {padding: 5px; width: 50%;}
	.main-itr__list li dl dd h5 {font-size: 14px;}
	.main-itr__list li dl dd p {font-size: 12px; margin-top: 5px;}
	.main-slg {padding-bottom: 80px;}
	.main-slg h3 {font-size: 26px;}
	.main-slg h3:before {height: 30px;}

	.main-spt {padding: 80px 0;}
	.main-spt ul {margin: 0; display: block;}
	.main-spt ul li {padding: 0; width: 100%; margin-bottom: 20px;}
	.main-spt ul li:last-child {margin-bottom: 0;}
}

@media only screen and (max-width:768px) {
	.main-title {padding-bottom: 20px;}
	.main-title h4 {font-size: 24px;}
	.main-title p {font-size: 13px;}
	.main-title dl {display: block; position: relative;}
	.main-title dl dd {padding-top: 5px; position: absolute; right: 0; top: 0;}
	.main-nav .slick-arrow {width: 34px; height: 34px;}	
	.main-nav .slick-prev {margin-right: 5px;}
	.main-more {font-size: 13px;}

	.main-cmnty {padding: 60px 0;}
	.main-cmnty__half > div {width: 100%; padding: 0; margin-bottom: 60px;}
	.main-cmnty__head {padding-bottom: 20px;}
	.main-cmnty__head h3 {font-size: 24px; height: 30px; line-height: 30px;}
	.main-cmnty__head ul li:after {height: 14px; margin: 0 10px;}
	.main-cmnty__head ul li button {font-size: 18px; height: 30px; line-height: 30px;}
	.main-cmnty__notice {background: none;}
	.main-cmnty__notice li {padding: 0;}
	.main-cmnty__notice li a dl dt {width: 40%; margin-right: 20px;}
	.main-cmnty__notice li a dl dd {width: 60%;}
	.main-cmnty__notice li a dl dd em {font-size: 12px;}
	.main-cmnty__notice li:nth-child(1) {padding: 0 0 20px;}
	.main-cmnty__notice li:nth-child(1) dd h5 {font-size: 16px;}
	.main-cmnty__notice li:nth-child(1) dd h5 span {-webkit-line-clamp: 1; height: 1.4em;}
	.main-cmnty__notice li:nth-child(1) dd p {margin-top: 10px; font-size: 13px;}
	.main-cmnty__notice li:nth-child(1) dd em {margin-top: 10px;}
	.main-cmnty__notice li:nth-child(2),
	.main-cmnty__notice li:nth-child(3) {border-top: solid 1px #ddd; padding: 10px 0;}
	.main-cmnty__notice li:nth-child(3) {border-bottom: solid 1px #ddd;}
	.main-cmnty__notice li:nth-child(2) dd h5,
	.main-cmnty__notice li:nth-child(3) dd h5 {font-size: 13px;}
	.main-cmnty__list li {margin-bottom: 15px;}
	.main-cmnty__list li a dl dt {width: 120px; margin-right: 15px;}
	.main-cmnty__list li a dl dd h5 span {font-size: 13px;}
	.main-cmnty__list li a dl dd em {font-size: 12px;}

	.main-cpgn {display: block;}
	.main-cpgn:before {display: none;}
	.main-cpgn__left {width: 100%; margin-right: 0;}
	.main-cpgn__left:after {display: none;}
	.main-cpgn__box {padding: 60px 20px; height: auto; -webkit-border-radius: 0; border-radius: 0;}
	.main-cpgn__box h4 {font-size: 24px;}
	.main-cpgn__box p {font-size: 13px;}
	.main-cpgn__box a {width: 110px; height: 34px; margin-top: 15px; font-size: 13px;}
	.main-cpgn__right {padding: 60px 0 0 0;}
	.main-cpgn .main-control {margin-top: 20px;}

	.main-cpgn__tab {gap: 3px;}
	.main-cpgn__tab li button {padding: 0 5px; font-size: 13px;}
	.main-cpgn__slider {padding-right: 30%; margin: 0 -5px;}
	.main-cpgn__item {padding: 0 5px;}
	.main-cpgn__item a div {padding: 15px 0 0;}
	.main-cpgn__item a h5 {font-size: 14px;}	
	.main-cpgn__item a p {font-size: 12px; margin-top: 5px;}
	.main-cpgn__item a span {font-size: 11px; margin-top: 10px;}


	.main-rvw {padding: 60px 0;}
	.main-rvw__slider {margin: 0 -5px;}
	.main-rvw__item {padding: 0 5px;}
	.main-rvw__item a span {height: 26px; font-size: 12px;}
	.main-rvw__item a h5 {font-size: 14px; bottom: 10px; padding: 0 10px;}
	.main-rvw .main-control {margin-top: 20px;}

	.main-itr__list {margin: 0; display: block;}
	.main-itr__list li {padding: 0; width: 100%; margin-bottom: 10px;}
	.main-itr__list li:last-child {margin-bottom: 0;}
	.main-itr__list li dl {padding: 10px 20px; flex-direction: row; align-items: center;}
	.main-itr__list li dl dt {width: 90px; margin-right: 10px;}
	.main-itr__list li dl dd {font-size: 13px; text-align: left; margin-top: 0;}
	.main-slg {padding-top: 60px; margin-top: 60px; padding-bottom: 60px;}
	.main-slg h3 {font-size: 20px;}
	.main-slg h3 br {display: block;}

	.main-spt {padding: 60px 0;}
	.main-spt ul li {margin-bottom: 10px;}
	.main-spt ul li a {padding: 20px;}
	.main-spt ul li a h5 {font-size: 18px;}
	.main-spt ul li a p {font-size: 13px; margin-top: 10px;}
	.main-spt ul li a p:after {width: 30px; margin-top: 20px;}
	.main-spt ul li a p:before {left: 30px; height: 10px;}
	.main-spt ul li a:after {width: 60px; height: 60px; right: 20px; bottom: 20px;}
}











