@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, dt, dd {font-family: 'Noto Sans KR', sans-serif; font-size: 16px; letter-spacing: -0.03em; line-height: 1.8; color: #000; word-break: auto-phrase;}
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;}


@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; padding-top: 100px;}
#header {z-index: 1000; background: #fff; 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 {position: relative; width: 100%; max-width: 1760px; height: 100px; padding-left: 100px; padding-right: 100px; 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: 197px; height: 61px; text-indent: -9999px; background: url('/images/kor09r-22-0461/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 {padding-left: 60px; padding-right: 60px;}
}

@media only screen and (max-width: 1280px){
	#wrapper {padding-top: 80px;}
	#header > .header_in {height: 80px; padding-left: 20px; padding-right: 20px;}
	#L_SITE_LOGO h1 a {width: 161px; height: 50px;}
}

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

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

/* Navigation (상단 메뉴) - 메가 메뉴 + 햄버거 + 3뎁스 토글
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 기본 가시성 */
.gnb-bg { display: none; }

/* GNB: 가운데 정렬 (절대 위치로 헤더 중앙 고정) */
#gnb {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
}
.navigation { display: flex; align-items: center; }
.navigation > li {
    position: relative;
    margin: 0 60px;
    height: 100px;
    display: flex;
    align-items: center;
}
.navigation > li > a.menu-link {
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
}
.navigation > li > a br { display: none; }
.navigation > li > .sub-menu { display: none; }

/* 햄버거 (전체 메뉴) */
.all-menu-btn {
    position: relative;
    z-index: 10001;
    background: none;
    border: 0;
    padding: 0;
    width: 36px;
    height: 28px;
	padding: 5px 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.all-menu-btn span {
    display: block;
    width: 28px;
    height: 2px;
    background: #000;
    transition: background .2s ease, transform .2s ease;
}
/* 햄버거 X 변형 (핀 상태) */
#header.mega-pinned .all-menu-btn span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#header.mega-pinned .all-menu-btn span:nth-child(2) { opacity: 0; }
#header.mega-pinned .all-menu-btn span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/* === 메가 메뉴 (PC): 호버 시 모든 sub-menu 동시 노출 === */
@media only screen and (min-width: 981px) {
    /* 배경 패널 (sub-menu 보다 반드시 아래에 위치) */
    #gnbBg {
        display: none;
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid #f1f1f1;
        box-shadow: 0 8px 16px rgba(0,0,0,0.06);
        z-index: 990;
        min-height: 300px;
    }
    #header.mega-open #gnbBg { display: block; }

    /* sub-menu 동시 노출 */
    #header.mega-open .navigation > li > .sub-menu { display: block; }

    /* 1뎁스 sub-menu (2뎁스 리스트) - gnbBg 위에 표시 */
    .navigation > li > .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 20px 0;
        z-index: 9999;
        background: transparent;
		margin: 0 -60px;
		width: calc(100% + 120px);
		padding-left: 60px;
    }
    .navigation > li > .sub-menu > li {padding: 5px 0;}
    .navigation > li > .sub-menu > li > a {
        position: relative;
        display: inline-block;
        white-space: nowrap;
        font-size: 18px;
        color: #868686;
		flex-grow: 1;
    }
    .navigation > li > .sub-menu > li > a:hover { color: #142b7c; }

    /* 3뎁스 토글 (PC) */
    .has-children {
        position: relative;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
    }
    .has-children > .sub-toggle {
        margin-left: 4px;
        width: 18px;
        height: 18px;
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
        position: relative;
		flex-shrink: 0;
    }
    .has-children > .sub-toggle::before {
        content: '';
        position: absolute;
        left: 4px;
        top: 3px;
        width: 9px;
        height: 9px;
        border-right: 2px solid #555;
        border-bottom: 2px solid #555;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: transform .2s ease, top .2s ease;
    }
	.has-children.is-open > a {color: #000 !important; text-decoration: underline;}
    .has-children.is-open > .sub-toggle::before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 7px;
    }
    .has-children > .sub-menu-3 {
        display: none;
        padding: 5px 0;
		width: 100%;
    }
    .has-children.is-open > .sub-menu-3 { display: block; }
    .has-children > .sub-menu-3 > li > a {
        display: block;
        padding: 3px 0;
        font-size: 15px;
        color: #868686;
		white-space: nowrap;
    }
    .has-children > .sub-menu-3 > li > a:hover { color: #000; }
}

@media only screen and (max-width: 1480px) {
    .navigation > li { margin: 0 40px; }
	.navigation > li > .sub-menu {margin: 0 -40px; width: calc(100% + 80px); padding: 15px 0; padding-left: 40px;}
	.navigation > li > .sub-menu > li > a {font-size: 16px;}
	.has-children > .sub-menu-3 > li > a {font-size: 14px;}
	#gnbBg {min-height: 260px;}
}

@media only screen and (max-width: 1280px) {
    .navigation > li {height: 80px; margin: 0 30px;}
    .navigation > li > a.menu-link {font-size: 18px;}
	.navigation > li > .sub-menu {margin: 0 -30px; width: calc(100% + 60px); padding-left: 30px;}
	.navigation > li > .sub-menu > li > a {font-size: 15px;}
	.has-children > .sub-menu-3 > li > a {font-size: 14px;}
	.has-children > .sub-toggle::before {width: 7px; height: 7px;}


    #gnbBg { top: 80px; }
}

/* ===== 모바일 (~980px): 햄버거 없으면 GNB 숨김 (전체 메뉴 패널만) ===== */
@media only screen and (max-width: 980px) {
    #gnb { display: none; }
    #gnbBg { display: none !important; }
    .all-menu-btn { width: 32px; height: 24px; margin-left: 12px; }
    .all-menu-btn span { width: 24px; }

	#header.mega-pinned .all-menu-btn span:first-child {
		-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}
	#header.mega-pinned .all-menu-btn span:last-child {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}
}

/* ===== 모바일 메가 메뉴 (≤980px): 햄버거로 GNB 자체가 펼쳐짐 ===== */
@media only screen and (max-width: 980px) {
    #header.mega-open #gnb {
        display: block;
        position: fixed;
        top: 60px;
        left: auto;
        right: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        max-width: 420px;
        height: calc(100% - 60px);
        padding: 16px 20px 24px;
        background: #142b7c;
        overflow-y: auto;
        z-index: 998;
        box-shadow: -10px 0 30px rgba(0,0,0,0.2);
    }
    #header.mega-open .navigation { display: block; }
    #header.mega-open .navigation > li {
        display: block;
        position: relative;
        margin: 0;
        height: auto;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }
    #header.mega-open .navigation > li > a.menu-link {
        display: block;
        padding: 16px 4px;
        color: #fff !important;
        font-size: 17px;
        text-align: left;
    }
    #header.mega-open .navigation > li > .sub-menu {
        display: block;
        position: static;
        -webkit-transform: none;
        transform: none;
        min-width: 0;
        padding: 0 0 12px;
        background: transparent;
        border: 0;
        box-shadow: none;
		width: 100%;
		margin: 0;
    }
    #header.mega-open .navigation > li > .sub-menu > li { text-align: left; }
    #header.mega-open .navigation > li > .sub-menu > li > a {
        display: block;
        padding: 8px 12px;
        text-align: left;
        color: #cfd5ee;
        font-size: 15px;
        white-space: normal;
    }
    #header.mega-open .navigation > li > .sub-menu > li > a:hover { color: #fff; }

    /* 모바일 패널 내 3뎁스 */
    #header.mega-open .has-children { display: block; position: relative; }
    #header.mega-open .has-children > a {
        display: inline-block;
        padding-right: 36px;
    }
    #header.mega-open .has-children > .sub-toggle {
        position: absolute;
        right: 4px;
        top: 4px;
        width: 32px;
        height: 32px;
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
    }
    #header.mega-open .has-children > .sub-toggle::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 9px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: transform .2s ease, top .2s ease;
    }
    #header.mega-open .has-children.is-open > .sub-toggle::before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 13px;
    }
    #header.mega-open .has-children > .sub-menu-3 {
        display: none;
        padding: 4px 0 8px 16px;
    }
    #header.mega-open .has-children.is-open > .sub-menu-3 { display: block; }
    #header.mega-open .has-children > .sub-menu-3 > li > a {
        display: block;
        padding: 6px 8px;
        font-size: 14px;
        color: #aab2d4;
    }
    #header.mega-open .has-children > .sub-menu-3 > li > a:hover { color: #fff; }
}

@media only screen and (max-width: 480px) {
    #header.mega-open #gnb { max-width: 100%; }
}


/* #header.scroll {-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);} */




/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {padding: 0 20px;}
.ft-inner {background: #030913; width: 100%; max-width: 1760px; position: relative; padding-top: 60px; padding-bottom: 40px; padding-left: 80px; padding-right: 80px; margin: 0 auto; border-radius: 30px 30px 0 0;}
.ft-logo {display: block;}
.ft-menu {position: absolute; top: 60px; right: 80px; padding-left: 60px; border-left: solid 1px rgba(255,255,255,0.1);}
.ft-menu li {margin-bottom: 10px; display: flex; align-items: center;}
.ft-menu li:last-child {margin-bottom: 0;}
.ft-menu li:before {content: ''; display: block; width: 20px; height: 1px; background: #fff; margin-right: 10px; opacity: 0; transition: all .3s ease-out;}
.ft-menu li a {color: #7a7a7a; transition: all .3s ease-out;}
.ft-menu li:hover:before {opacity: 1;}
.ft-menu li:hover a {color: #fff;}
.ft-addr {margin-top: 40px;}
.ft-addr ul {color: #fff; margin-bottom: 5px; display: flex; align-items: center;}
.ft-addr ul:last-child {margin-bottom: 0;}
.ft-addr ul li {margin-right: 50px;}
.ft-addr ul li:last-child {margin-right: 0;}
.ft-addr ul li span {margin-right: 20px;}
.ft-copy {margin-top: 40px; font-size: 14px; color: rgba(255,255,255,0.5);}

@media only screen and (max-width: 1480px){
	.ft-inner {padding-left: 60px; padding-right: 60px;}
	.ft-menu {right: 60px;}
}

@media only screen and (max-width: 1280px){
	.ft-inner {padding-left: 40px; padding-right: 40px;}
	.ft-menu {right: 40px; padding-left: 20px;}
	.ft-addr {margin-top: 30px;}
	.ft-copy {margin-top: 10px;}
}

@media screen and (max-width:980px){
	.ft-inner {padding-top: 40px;}
	.ft-menu {top: 40px;}
	.ft-menu li {margin-bottom: 5px;}
	.ft-menu li:before {display: none;}
	.ft-menu li a {font-size: 14px;}
	.ft-addr {margin-top: 20px;}
	.ft-addr ul {font-size: 14px; margin-bottom: 0;}
	.ft-addr ul li {margin-right: 30px;}
	.ft-addr ul li span {margin-right: 10px;}
	.ft-copy {font-size: 14px;}
}

@media screen and (max-width:768px){
	.ft-inner {padding-left: 20px; padding-right: 20px; padding-top: 30px; border-radius: 15px 15px 0 0;}
	.ft-menu {position: static; margin-top: 20px; display: flex; gap: 5px 20px; padding-left: 0; border-left: none; flex-wrap: wrap;}
	.ft-menu li {margin-bottom: 0;}
	.ft-menu li a {font-size: 13px;}
	.ft-addr ul {display: block; font-size: 13px;}
	.ft-addr ul li {display: flex;}
	.ft-addr ul li span {margin-right: 0; flex-shrink: 0; width: 60px;}
	.ft-copy {font-size: 12px;}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-slider__wrap {position: relative; padding: 0 20px;}
.main-slider {overflow: hidden; border-radius: 25px;}
.main-slider .slick-slide {height: 960px !important; color: #fff; position: relative; display: flex !important; align-items: center; justify-content: center;}
.main-slider .slick-slide p {font-size: 25px; font-weight: 400; opacity: 0;}
.main-slider .slick-slide h3 {opacity: 0; margin-top: 30px;}
.main-slider .slick-active p {animation: fadeInUp 1s 0.5s forwards cubic-bezier(0.4, 0, 0.2, 1) alternate;}
.main-slider .slick-active h3 {animation: fadeInUp 1s 1s forwards cubic-bezier(0.4, 0, 0.2, 1) alternate;}
.main-slider__control {position: relative;}
.main-slider__dots {position: absolute; left: 20px; bottom: 60px;}
.main-slider__dots ul {display: flex; align-items: center; gap: 5px;}
.main-slider__dots ul li button {display: block; width: 6px; height: 6px; background: #fff; border: none; text-indent: -9999px; border-radius: 10px; transition:all .3s ease-in-out;}
.main-slider__dots ul li.slick-active button {width: 60px;}
.main-slider__scr {opacity: 0.8; width: 100px; height: 100px; border: solid 1px #fff; color: #fff; text-align: center; line-height: 1.0; font-size: 12px; position: absolute; right: 20px; bottom: 60px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; animation: scrDown 2s infinite;}
.main-slider__scr:after {content: ''; display: block; margin-top: 10px; width: 12px; height: 17px; background: url('/images/kor09r-22-0461/main/main_visual_scroll.png')no-repeat center center / cover;}

.video-slide {background: #000; position: relative;}
.video-slide video {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.8;}





@keyframes fadeInUp {
	0% {opacity: 0; transform: translateY(20px);}
	100% {opacity: 1; transform: translateY(0);	}
}

@keyframes scrDown {
  50% {
    transform: translateY(10px);
  }
}

@media only screen and (max-width:1480px) {
	.main-slider .slick-slide {height: 800px !important; padding-left: 40px; padding-right: 40px;}
	.main-slider__dots {left: 40px;}
	.main-slider__scr {right: 40px;}
}

@media only screen and (max-width:1280px) {
	.main-slider .slick-slide {height: 700px !important;}
	.main-slider .slick-slide p {font-size: 20px;}
}

@media only screen and (max-width:980px) {
	.main-slider .slick-slide {height: 600px !important;}
	.main-slider .slick-slide p {font-size: 18px;}
	.main-slider .slick-slide h3 {margin-top: 20px;}
	.main-slider .slick-slide h3 img {height: 48px; width: auto;}
	.main-slider__dots {bottom: 30px; left: 20px;}
	.main-slider__dots ul li.slick-active button {width: 30px;}
	.main-slider__scr {bottom: 30px; right: 20px; width: 60px; height: 60px; font-size: 10px; padding: 0 10px;}
	.main-slider__scr:after {width: 10px; height: 14px; margin-top: 5px;}
}

@media only screen and (max-width:768px) {
	.main-slider {border-radius: 15px;}
	.main-slider .slick-slide {height: 360px !important; text-align: center; padding-left: 0; padding-right: 0;}
	.main-slider .slick-slide p {font-size: 14px;}
	.main-slider .slick-slide h3 {margin-top: 10px;}
	.main-slider .slick-slide h3 img {height: 30px; margin: 0 auto;}
}





.main-intro {padding: 200px 0; background: url('/images/kor09r-22-0461/main/main_intro_bg.jpg')no-repeat center center / cover;}
.main-intro h3 {text-align: center; font-size: 40px; font-weight: 600; line-height: 1.4;}
.main-intro h3 strong {font-size: 60px; color: #142b7c;}

.main-biz {padding-top: 120px;}
.main-biz ul {margin: -70px -50px; display: flex; flex-wrap: wrap;}
.main-biz ul li {width: 50%; padding: 70px 50px;}
.main-biz ul li:nth-child(even) {margin-top: 100px;}
.main-biz ul li a {display: block;}
.main-biz ul li a dl dt img {display: block;}
.main-biz ul li a dl dd {margin-top: 30px; display: flex; align-items: center;}
.main-biz ul li a dl dd h5 {flex-grow: 1;}
.main-biz ul li a dl dd h5 strong {font-size: 30px; display: block;}
.main-biz ul li a dl dd h5 span {color: #838383; display: block; font-weight: 400; margin-top: 10px;}
.main-biz ul li a dl dd:after {content: ''; flex-shrink: 0; display: block; width: 40px; height: 40px; border-radius: 50%; background: #224d9b url('/images/kor09r-22-0461/main/main_arrow.png')no-repeat center center / 10px auto;}

.main-notice {padding: 120px 0;}
.main-notice__top {display: flex; align-items: flex-end;}
.main-notice__top dt {flex-grow: 1;}
.main-notice__top dt span {display: block; color: #59a5db; font-weight: 400;}
.main-notice__top dt h3 {font-size: 25px; font-weight: 700; line-height: 1.4; margin-top: 10px;}
.main-notice__top dd {flex-shrink: 0;}
.main-notice__top dd a {font-weight: 500; display: flex; align-items: center;}
.main-notice__top dd a:after {content: ''; display: block; flex-shrink: 0; margin-left: 10px; width: 30px; height: 30px; border: solid 1px #000; border-radius: 50%;  background: url('/images/kor09r-22-0461/main/main_notice_more.png')no-repeat center center / 18px auto;}
.main-notice__list {margin-top: 60px; display: flex; gap: 40px;}
.main-notice__list li {flex: 1;}
.main-notice__list li.none {width: 100%; text-align: center; padding: 20px;}
.main-notice__list li a {display: block;}
.main-notice__list li a h5 {font-size: 16px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.6; height: 3.2em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-notice__list li a p {margin-top: 20px; font-size: 14px; color: #a2a2a2; padding-bottom: 15px; margin-bottom: 15px; border-bottom: solid 1px #e5e5e5;}
.main-notice__list li a span {font-size: 14px; display: flex; align-items: center;}
.main-notice__list li a span:after {content: ''; display: block; flex-shrink: 0; margin-left: 10px; width: 25px; height: 25px; border: solid 1px #000; border-radius: 50%;  background: url('/images/kor09r-22-0461/main/main_notice_more.png')no-repeat center center / 12px auto;}

.main-bot {background: url('/images/kor09r-22-0461/main/main_quick_bg.jpg')no-repeat center center / cover;}
.main-quick {padding: 160px 0;}
.main-quick ul {display: flex; gap: 40px;}
.main-quick ul li {flex: 1;}
.main-quick ul li a {background: rgba(255,255,255,0.08); padding: 100px 20px; height: 100%; overflow: hidden; position: relative; border-radius: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all .3s ease-out;}
.main-quick ul li a img {flex-shrink: 0; display: block; width: 61px; opacity: 0.5; position: relative; transition: all .3s ease-out;}
.main-quick ul li a h5 {flex-grow: 1; font-size: 22px; text-align: center; color: #fff; opacity: 0.5; margin-top: 20px; position: relative; transition: all .3s ease-out;}
.main-quick ul li a:after {content: ''; display: block; width: 50px; height: 50px; position: absolute; right: 40px; top: 40px; border-radius: 50%; opacity: 0.5; background: rgba(255,255,255,0.4) url('/images/kor09r-22-0461/main/main_arrow.png')no-repeat center center / 10px auto; transition: all .3s ease-out;}
.main-quick ul li a:before {content: ''; display: block; width: 100%; height: 100%; opacity: 0; position: absolute; left: 0; top: 0; background: #2D73A5; background: linear-gradient(to bottom right, #2D73A5 0%, #224D9B 28%, #0A1F46 89%); transition: all .3s ease-out;}
.main-quick ul li a:hover:before {opacity: 1;}
.main-quick ul li a:hover:after {opacity: 1; background: #224d9b url('/images/kor09r-22-0461/main/main_arrow.png')no-repeat center center / 10px auto; transition: all .3s ease-out;}
.main-quick ul li a:hover h5 {opacity: 1;}
.main-quick ul li a:hover img {opacity: 1;}

@media only screen and (max-width:1280px) {
	.main-intro {padding: 160px 0;}
	.main-intro h3 {font-size: 34px;}
	.main-intro h3 strong {font-size: 50px;}
	.main-biz {padding-top: 100px;}
	.main-biz ul {margin: -30px;}
	.main-biz ul li {padding: 30px;}
	.main-biz ul li a dl dd {margin-top: 20px;}
	.main-biz ul li a dl dd h5 strong {font-size: 26px;}
	.main-biz ul li a dl dd h5 span {margin-top: 5px;}
	.main-quick {padding: 120px 0;}
	.main-quick ul {gap: 20px;}
	.main-quick ul li a {padding: 80px 20px;}
	.main-quick ul li a img {width: 54px;}
	.main-quick ul li a h5 {font-size: 18px;}
	.main-quick ul li a:after {width: 40px; height: 40px; right: 20px; top: 20px;}
}

@media only screen and (max-width:980px) {	
	.main-intro {padding: 120px 0;}
	.main-intro h3 {font-size: 30px;}
	.main-intro h3 strong {font-size: 40px;}
	.main-biz ul {margin: -20px;}
	.main-biz ul li {padding: 20px;}
	.main-biz ul li:nth-child(even) {margin-top: 60px;}
	.main-biz ul li a dl dd {margin-top: 15px;}
	.main-biz ul li a dl dd h5 strong {font-size: 22px;}
	.main-biz ul li a dl dd h5 span {font-size: 14px;}
	.main-notice__top dd a {font-size: 14px;}
	.main-quick ul li a {padding: 60px 20px;}
	.main-quick ul li a img {width: 50px;}
	.main-quick ul li a h5 {font-size: 16px;}
	.main-quick ul li a:after {width: 30px; height: 30px; background-size: 8px auto;}
}

@media only screen and (max-width:768px) {
	.main-intro {padding: 80px 0;}
	.main-intro h3 {font-size: 18px;}
	.main-intro h3 strong {font-size: 26px;}
	.main-biz {padding-top: 80px;}
	.main-biz ul {margin: -8px;}
	.main-biz ul li {padding: 8px;}
	.main-biz ul li:nth-child(even) {margin-top: 30px;}
	.main-biz ul li a dl dd {margin-top: 10px;}
	.main-biz ul li a dl dd h5 strong {font-size: 18px;}
	.main-biz ul li a dl dd h5 span {font-size: 13px;}
	.main-biz ul li a dl dd:after {display: none;}

	.main-notice {padding: 80px 0;}
	.main-notice__top {display: block;}
	.main-notice__top dt h3 {font-size: 20px;  margin-top: 5px;}
	.main-notice__top dd {margin-top: 10px;}
	.main-notice__top dd a:after {width: 24px; height: 24px; background-size: 12px auto;}
	.main-notice__list {margin-top: 20px; display: block; border-top: solid 1px #e5e5e5;}
	.main-notice__list li {border-bottom: solid 1px #e5e5e5; padding: 15px 0;}
	.main-notice__list li a h5 {font-size: 14px; height: 1.6em; -webkit-line-clamp: 1;}
	.main-notice__list li a p {margin-top: 5px; font-size: 13px; padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
	.main-notice__list li a span {display: none;}
	
	.main-quick {padding: 80px 0;}
	.main-quick ul {gap: 10px;}
	.main-quick ul li a {padding: 30px 10px; border-radius: 20px;}
	.main-quick ul li a img {width: 40px;}
	.main-quick ul li a h5 {font-size: 14px;}
	.main-quick ul li a:after {display: none;}


}


