@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.6; font-weight: 400; 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 {display: none; position: fixed; bottom: 40px; right: 20px; z-index: 10000;}
.back-to-top span {width: 70px; height: 70px; border: solid 1px #c0c0c0; background: #fff; font-size: 14px; font-weight: 500; display: flex; flex-direction: column; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.back-to-top span:before {content: ''; display: block; width: 8px; height: 8px; margin-bottom: 2px; border-top: solid 2px #000; border-left: solid 2px #000; transform:rotate(45deg);}

@media only screen and (max-width: 1280px){
	.back-to-top {right: 10px; bottom: 20px;}
}

@media only screen and (max-width: 980px){
	.back-to-top span {width: 40px; height: 40px;}
	.back-to-top span {font-size: 10px;}
	.back-to-top span:before {width: 6px; height: 6px; border-top-width: 1px; border-left-width: 1px; margin-bottom: 0;}
}

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

}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {width: 100%; overflow: hidden; padding-top: 100px;}
#header {z-index: 1000; width: 100%; background: #fff; 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: 1740px; height: 100px; 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: 300px; height: 42px; text-indent: -9999px; background: url('/images/kor05r-18-0411/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: 1280px){
	#wrapper {padding-top: 80px;}
	#header > .header_in {height: 80px;}
	#L_SITE_LOGO h1 a {width: 200px; height: 28px;}
}

@media only screen and (max-width: 980px){
	#wrapper {padding-top: 60px;}
	#L_SITE_LOGO {margin-left: -10px;}
	#L_SITE_LOGO h1 a {width: 140px; height: 20px;}
	#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: 60px;}
.navigation > li {margin-right: 100px; height: 100px; display: flex; align-items: center;}
.navigation > li:last-child {margin-right: 0;}
.navigation > li > a {font-size: 20px; display: block; text-align: center;}
.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: 1680px){
    .navigation > li {margin-right: 80px;}
}

@media only screen and (max-width: 1480px){
    .navigation > li {margin-right: 60px;}
}

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

@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 {}
    .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 #13426b}
    .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: #13426b; 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: #13426b;}
	.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 #13426b;color:#fff !important;}
    .navigation > li > a br {display: none;}
	.navigation > li.on > a{}
    .navigation > li > ul {width:100%;background:#0b3255; margin:0; min-width:auto;}
    .navigation > li > ul > li {border-bottom:1px solid #13426b}
    .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:#000;}
	.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}
}



.menu-sch {position: relative;}
.menu-sch button {display: block; width: 40px; height: 40px; background: #ddd; text-indent: -9999px; border: none; -webkit-appearance: none;  appearance: none; background: none;}
.menu-sch button:before {content: ''; display: block; width: 20px; height: 20px; border: solid 2px #000; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; -webkit-border-radius: 50%; border-radius: 50%;}
.menu-sch button:after {content: ''; display: block; width: 6px; height: 2px; margin-top: 8px; margin-left: 6px; background: #000; position: absolute; left: 50%; top: 50%; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
#schTgl {position: relative;}
#schFrm {display: none; position: absolute; right: 100%; top: 50%; padding-right: 5px; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
#schFrm > div {display: flex;}
#schFrm input[type="text"] {width: 200px; display: block; height: 40px; flex-grow: 1; font-size: 13px; border: solid 1px #dcdcdc; padding: 0 10px;}
#schFrm button {display: none; position: absolute; left: 100%;}
.m-menu-sch {display: none;}

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

}

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

}

@media only screen and (max-width: 980px){
	.menu-sch {display: none;}
	.m-menu-sch {position: absolute; right: 60px; top: 0; display: block; width: 40px; height: 60px; background: #ddd; text-indent: -9999px; border: none; -webkit-appearance: none;  appearance: none; background: none;}
	.m-menu-sch:before {content: ''; display: block; width: 20px; height: 20px; border: solid 2px #000; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -12px; -webkit-border-radius: 50%; border-radius: 50%;}
	.m-menu-sch:after {content: ''; display: block; width: 6px; height: 2px; margin-top: 6px; margin-left: 6px; background: #000; position: absolute; left: 50%; top: 50%; -webkit-transform:rotate(45deg); transform:rotate(45deg);}

}

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


/* #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/kor05r-18-0411/common/gnb_logo_on.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: #13426b;}
#header.scroll:after,
#header.sub-header:after {display: none;}

@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/kor05r-18-0411/common/gnb_logo_on.png')no-repeat center center / 100% auto;}
	#header:hover .navigation > li > a {color: #000;}
} */




/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.ft {padding-top: 30px; padding-bottom: 60px; border-top: solid 1px #e5e5e5; font-family: 'Godo', sans-serif;}
.ft-logo {display: block;}
.ft-menu {margin-top: 30px; display: flex;}
.ft-menu li {display: flex; align-items: center;}
.ft-menu li:after {content: ''; display: block; width: 3px; height: 3px; background: #000; margin: 0 20px; border-radius: 50%;}
.ft-menu li:last-child:after {display: none;}
.ft-menu li a {display: block; font-weight: 500;}
.ft-wrap {margin-top: 40px; display: flex; justify-content: space-between;}
.ft-cs {order: 2; flex-shrink: 0;}
.ft-cs h6 {font-size: 16px;}
.ft-cs h3 {font-size: 50px; font-weight: 700; margin: 20px 0;}
.ft-info {color: #666452;}
.ft-info ul {display: flex; margin-top: 5px; flex-wrap: wrap;}
.ft-info ul:first-child {margin-top: 0;}
.ft-info ul li {display: flex; align-items: center;}
.ft-info ul li:after {content: ''; display: block; width: 1px; height: 10px; background: #b2b2b2; margin: 0 20px;}
.ft-info ul li:last-child:after {display: none;}
.ft-info p {color: #b1b1b1; margin-top: 30px;}

@media screen and (max-width:1280px){
	.ft-logo {width: 160px;}
	.ft-menu {margin-top: 20px;}
	.ft-menu li a {font-size: 14px;}
	.ft-wrap {margin-top: 30px;}
	.ft-cs h3 {font-size: 40px; margin: 10px 0;}
	.ft-info {font-size: 14px;}
	.ft-info ul li:after {margin: 0 10px;}
	.ft-info p {margin-top: 20px;}
}


@media screen and (max-width:980px){
	.ft-logo {width: 140px;}
	.ft-menu li:after {margin: 0 15px;}
	.ft-menu li a {font-size: 13px;}
	.ft-wrap {margin-top: 20px;}
	.ft-cs h6 {font-size: 14px;}
	.ft-cs h3 {font-size: 30px;}
	.ft-cs p {font-size: 13px;}
	.ft-info {font-size: 13px;}
}

@media screen and (max-width:768px){
	.ft-logo {width: 120px;}
	.ft-wrap {display: block; margin-top: 30px;}
	.ft-cs h6 {font-size: 14px;}
	.ft-cs h3 {font-size: 30px;}
	.ft-cs p {font-size: 13px;}
	.ft-info {margin-top: 30px;}
	.ft-info ul {display: block; margin-top: 2px;}
	.ft-info ul li {display: block; margin-bottom: 2px;}
	.ft-info ul li:last-child {margin-bottom: 0;}
	.ft-info ul li:after {display: none;}

}





/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-slider__wrap {position: relative;}
.main-slider .slick-slide {text-align: center; color: #fff; height: 560px !important; position: relative; display: flex !important; align-items: center; justify-content: center;}
.main-slider .slick-slide h3 {font-size: 70px; line-height: 1.2; font-family: 'Domine', sans-serif; letter-spacing: 0.025rem;}
.main-slider .slick-dots {display: flex; justify-content: center; position: absolute; bottom: 70px; left: 50%; -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: 10px; height: 10px; background: #fff; border: none; text-indent: -9999px; -webkit-border-radius: 10px; border-radius: 10px; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.main-slider .slick-dots li.slick-active button {width: 30px;}


@media only screen and (max-width:1280px) {
	.main-slider .slick-slide {height: 520px !important;}
	.main-slider .slick-slide h3 {font-size: 50px;}
	.main-slider .slick-dots {bottom: 40px;}
}

@media only screen and (max-width:980px) {
	.main-slider .slick-slide {height: 400px !important;}
	.main-slider .slick-slide h3 {font-size: 40px;}
	.main-slider .slick-dots {bottom: 30px;}
	.main-slider .slick-dots li button {width: 6px; height: 6px;}
	.main-slider .slick-dots li.slick-active button {width: 20px;}
}

@media only screen and (max-width:768px) {
	.main-slider .slick-slide {height: 320px !important;}
	.main-slider .slick-slide h3 {font-size: 26px;}
	.main-slider .slick-dots {bottom: 20px;}
}



#wrapper.main .container {max-width: 1740px !important;}

.main-prdt {margin-top: 120px;}
.main-prdt__wrap {display: flex;}
.main-prdt__left {width: 25%; position: relative;}
.main-prdt__left h3 {font-size: 35px; font-family: 'Godo', sans-serif;}
.main-prdt__left p {color: #a5a5a5; font-weight: 500; margin-top: 15px;}
.main-prdt__left a {margin-top: 60px; width: 120px; height: 40px; border: solid 1px #bdbdbd; border-radius: 10px; display: flex; align-items: center; justify-content: center;}
.main-prdt__arrow {display: flex; position: absolute; left: 0; bottom: 0;}
.main-prdt__arrow:after {content: ''; display: block; width: 1px; height: 20px; background: #ccc; position: absolute; left: 40px; top: 5px;}
.main-prdt__arrow .slick-arrow {display: block; width: 30px; height: 30px; position: relative; background: none; border: none; text-indent: -9999px; background: none;}
.main-prdt__arrow .slick-prev {margin-right: 20px;}
.main-prdt__arrow .slick-arrow:after {content: ''; display: block; border-top: solid 1px #a4a4a4; width: 20px; height: 20px; position: absolute; left: 50%; top: 50%; margin-top: -10px;}
.main-prdt__arrow .slick-prev:after {border-left: solid 1px #a4a4a4; margin-left: -5px; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.main-prdt__arrow .slick-next:after {border-right: solid 1px #a4a4a4; margin-left: -15px; transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.main-prdt__right {width: 75%;}
.main-prdt__slider {margin: 0 -10px;}
.main-prdt__slider .slick-slide {padding: 0 10px;}
.main-prdt__slider a {display: block;}
.main-prdt__slider a em {display: block; padding-bottom: 137.5%; border-radius: 20px;}
.main-prdt__slider a h5 {margin-top: 15px; font-size: 18px; font-weight: 300;}
.main-prdt__slider a h5 strong {font-weight: 700;}
.main-prdt__slider a h5 span {}
.main-prdt__slider a h5 span:before {content: '[';}
.main-prdt__slider a h5 span:after {content: ']';}

.main-quick {padding-bottom: 100px; margin-top: 120px;}
.main-quick ul {display: flex; gap: 40px;}
.main-quick ul li {width: calc(100% / 3);}
.main-quick ul li a {height: 310px; text-align: center; border-radius: 30px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.main-quick ul li a:before {content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.main-quick ul li:nth-child(1) a:before {background: url('/images/kor05r-18-0411/main/main_product_1.jpg')no-repeat center center / cover;}
.main-quick ul li:nth-child(2) a:before {background: url('/images/kor05r-18-0411/main/main_product_2.jpg')no-repeat center center / cover;}
.main-quick ul li:nth-child(3) a:before {background: url('/images/kor05r-18-0411/main/main_product_3.jpg')no-repeat center center / cover;}
.main-quick ul li a:hover:before {left: -20px; right: -20px; top: -20px; bottom: -20px;}
.main-quick ul li a h5 {font-size: 30px; color: #fff; font-family: 'Godo', sans-serif; font-weight: 700; position: relative;}

@media only screen and (max-width:1480px) {
	.main-prdt__slider a h5 {font-size: 16px;}
	.main-quick ul li a {height: 280px;}
}

@media only screen and (max-width:1280px) {
	.main-prdt__left h3 {font-size: 30px;}
	.main-prdt__left p {font-size: 14px;}
	.main-prdt__left a {margin-top: 30px;}
	.main-quick ul {gap: 20px;}
	.main-quick ul li a {height: 240px;}
	.main-quick ul li a h5 {font-size: 26px;}
}

@media only screen and (max-width:980px) {
	.main-prdt__left {padding-right: 20px; width: 35%;}
	.main-prdt__left h3 {font-size: 28px;}
	.main-prdt__left p {font-size: 14px;}
	.main-prdt__left a {margin-top: 30px;}
	.main-prdt__right {width: 65%;}
	.main-prdt__slider a h5 {font-size: 14px;}
	.main-quick ul {gap: 10px;}
	.main-quick ul li a {height: 180px; border-radius: 20px;}
	.main-quick ul li a h5 {font-size: 22px;}
}

@media only screen and (max-width:768px) {
	.main-prdt {margin-top: 60px;}
	.main-prdt__wrap {display: block;}
	.main-prdt__left {padding-right: 0; width: 100%;}
	.main-prdt__left h3 {font-size: 24px;}
	.main-prdt__left p {font-size: 13px; margin-top: 10px;}
	.main-prdt__left a {margin-top: 0; width: 80px; height: 30px; font-size: 13px; border-radius: 6px; position: absolute; right: 0; top: -5px;}
	.main-prdt__arrow {left: auto; right: 0; bottom: 5px;}
	.main-prdt__arrow:after {left: 25px; height: 10px;}
	.main-prdt__arrow .slick-arrow {width: 20px; height: 20px;}
	.main-prdt__arrow .slick-prev {margin-right: 10px;}
	.main-prdt__arrow .slick-arrow:after {width: 14px; height: 14px; margin-top: -7px;}
	.main-prdt__arrow .slick-prev:after {margin-left: -3px;}
	.main-prdt__arrow .slick-next:after {margin-left: -11px;}
	.main-prdt__right {width: 100%; margin-top: 20px;}
	.main-prdt__slider {margin: 0 -5px;}
	.main-prdt__slider .slick-slide {padding: 0 5px;}
	
	.main-quick {padding-bottom: 60px; margin-top: 60px;}
	.main-quick ul {display: block;}
	.main-quick ul li {margin-bottom: 10px; width: 100%;}
	.main-quick ul li:last-child {margin-bottom: 0;}
	.main-quick ul li a {height: 120px;}
	.main-quick ul li a h5 {font-size: 18px;}
}


