/* BASIC css start */
/*--------------------------------------------------------------------------------
//
//            공통
//
--------------------------------------------------------------------------------*/
body header{
    border-bottom:none;
}

body header.fixed{
    border-bottom:1px solid #e9e9e9;;
}

section{
    margin-bottom: 140px;
}

section h2.secTit,
section h2.secTit a{
    display:block;
    margin-bottom:40px;
    font-size:34px;
    font-weight:600;
    line-height:50px;
}

section h2.secTit span.icon{
    display: inline-block;
    margin-top: -7px;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}

section .tit_box {

}	

section .tit_box .tit1 {
    font-size: 40px;
    font-weight: 700;
}	

section .tit_box .tit1 > a {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    padding-right: 45px;
    background: url(/design/jykim260/common/ico_arrow_01.png) no-repeat center right;
}	

section .tit_box .tit2 {
    font-size: 18px;
    color: #666666;
    padding-top: 14px;
}	

/*--------------------------------------------------------------------------------
//
//            section01
//
--------------------------------------------------------------------------------*/
.mainSec01{
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 0px;
    background: linear-gradient(#e6f1f8, #ffffff);
    padding: 40px 0 0;
}

.mainSec01 .secWrap {
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.mainSec01 .txt_box {
    text-align: center;
    font-size: 32px;
    color: #222222;
    line-height: calc(43 / 32);
}

.mainSec01 .txt_box > span {
    display: block;
    font-weight: 700;
}

.mainSec01 .swiper{
    padding-bottom: 73px;
    overflow:visible;
    padding-top: 40px;
}

.mainSec01 .swiper .swiper-slide {
    border-radius: 30px;
    overflow: hidden;
}

.mainSec01 .swiper .swiper-slide img {
    max-width: 100%;
}

.mainSec01 .swiper-button-next,
.mainSec01 .swiper-button-prev{
    color:#fff;
}

.mainSec01 .swiper-button-prev,
.mainSec01 .swiper-rtl .swiper-button-next{
    left:50px;
}

.mainSec01 .swiper-button-next,
.mainSec01 .swiper-rtl .swiper-button-prev{
    right:50px;
}

.mainSec01 .swiper-horizontal>.swiper-pagination-progressbar,
.mainSec01 .swiper-pagination-progressbar.swiper-pagination-horizontal,
.mainSec01 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.mainSec01 .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width:100%;
    height:2px;
    top:auto;
    bottom:0;
}

.mainSec01 .swiper-pagination-progressbar{
    background:#ccc;
}

.mainSec01 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#000;
}

.mainSec01 .swiper-pagination-bullet-active {
    background: #000;
}

.mainSec01 ul li a{
    display:block;
    position:relative;
}

.mainSec01 ul li .textBox{
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    color: #fff;
    width: 95%;
    text-align: center;
    text-shadow: 1px 1px 4px rgb(0, 0, 0, 0.5);
}



/*--------------------------------------------------------------------------------
//
//            section02
//
--------------------------------------------------------------------------------*/
.mainSec02 {
    margin-top: 95px;
    margin-bottom: 120px;
}

.mainSec02 .box1{
    width: 1280px;
    text-align: center;
    margin: 0 auto;
}

.mainSec02 .box1 > ul {
    display: flex;
}

.mainSec02 .box1 > ul > li {
    width: calc((100% - 270px) / 7);
    margin-right: 45px;
}

.mainSec02 .box1 > ul > li:last-child {
    margin-right: 0px;
}

.mainSec02 .box1 > ul > li > a {
    
}

.mainSec02 .box1 > ul > li .img {
    border-radius: 100%;
    overflow: hidden;    
}

.mainSec02 .box1 > ul > li .img > img {
    transition: 0.8s;
    transform: scale(1.0);  
}

.mainSec02 .box1 > ul > li .txt {
    font-size: 20px;
    color: #666666;
    font-weight: 700;
    margin-top: 30px;    
}

.mainSec02 .box1 .text01{
    width:300px;
}

.mainSec02 .box1 .text01{
    display:block;
    font-size:24px;
    font-weight:500;
    line-height:32px;
}

.mainSec02 .box1 .text02{
    display:block;
    margin-bottom:20px;
    font-size:50px;
    font-weight:500;
    line-height:57px;
    font-family:'Georgia';
}

.mainSec02 .box1 .text03{
    display:block;
    margin-bottom:55px;
    font-size:13px;
    line-height:19px;
}

.mainSec02 .box1 .text04{
    display:block;
    font-size:13px;
    font-weight:500;
    line-height:17px;
}

.mainSec02 .box2{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 115px;
}

.mainSec02 .box2 .sub {
    border-radius: 20px;
    overflow: hidden;
}

.mainSec02 .box2 ul li{
    width:225px;
    margin-right:20px;
}

.mainSec02 .box2 ul li:last-child{
    margin-right:0;
}

.mainSec02 .box2 ul li span{
    display:block;
    padding-top:12px;
    text-align:center;
    line-height:19px;
    font-size:14px;
    font-weight:500;
}

.mainSec02 .box1 > ul > li:hover .img > img {
    transform: scale(1.08);  
}

/*--------------------------------------------------------------------------------
//
//            section03
//
--------------------------------------------------------------------------------*/
.mainSec03 {
    background: #e6f1f8;
}

.mainSec03 .secWrap {
    width: 1280px;
    margin: 0 auto;
    padding: 93px 0 100px;
}


.mainSec03 .cont_box {
    padding-top: 45px;
    position: relative;
}

.mainSec03 .pre_swiper {
    overflow: hidden;
}

.mainSec03 .pre_swiper .swiper-slide {

}	

.mainSec03 .pre_swiper .swiper-slide > a {

}	

.mainSec03 .pre_swiper .swiper-slide .slide_wrap {
    display: flex;
    background: #fff;
    border-radius: 20px;
    padding: 45px;
}	

.mainSec03 .pre_swiper .swiper-slide .slide_wrap .thumb {

}	
	
.mainSec03 .pre_swiper .swiper-slide .slide_wrap .thumb > img {

}	

.mainSec03 .pre_swiper .swiper-slide .slide_wrap .content {
    padding: 40px 0 0 45px;
    word-break: keep-all;
}		
	
.mainSec03 .pre_swiper .swiper-slide .slide_wrap .content .txt1 {
    font-size: 24px;
    font-weight: 700;
}

.mainSec03 .pre_swiper .swiper-slide .slide_wrap .content .txt1 > span {
    color: #a3024e;
}

.mainSec03 .pre_swiper .swiper-slide .slide_wrap .content .txt2 {
    font-size: 18px;
    color: #666666;
    line-height: calc(28 / 18);
    padding-top: 12px;
}


.mainSec03 .cont_box .swiper-pagination {
    width: auto;
    bottom: 0;
    left: auto;
    right: 0;
    top: -20px;
}
.mainSec03 .cont_box .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
}

.mainSec03 .cont_box .swiper-button-prev,
.mainSec03 .cont_box .swiper-button-next {
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    top: 55%;
    background: #fff;
    border: solid 1px #eeeeee;
    border-radius: 100%;
    box-shadow: 0px 2px 5px 5px rgba(238, 238, 238, 0.1);
}

.mainSec03 .cont_box .swiper-button-prev:after,
.mainSec03 .cont_box .swiper-button-next:after {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

.mainSec03 .cont_box .swiper-button-prev {
    left: -28px;
}

.mainSec03 .cont_box .swiper-button-next {
    right: -28px;
}


.proSec {
    margin-bottom: 150px;
}	

.proSec .secWrap {
    width: 1280px;
    margin: 0 auto;
}


.proSec .cont_box {
    display: flex;
    margin-top: 45px;
}	

.proSec .cont_box .tabMenu {
    width: 250px;
    background: #e6f1f8;
    border-radius: 20px;
    padding: 50px 40px;
}	

.proSec .cont_box .tabMenu .tabBtn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.proSec .cont_box .tabMenu .tabBtn > li {
    font-size: 18px;
    color: #666666;
    font-weight: 700;
    padding: 13px 0;
    cursor: pointer;
}	

.proSec .cont_box .tabMenu .tabBtn > li.active {
    color: #034da2;
}

.proSec .cont_box .tabMenu .tabBtn > li > a {

}	

.proSec .cont_box .tabCon {
    width: calc(100% - 250px);
}	

.proSec .cont_box .tabCon .proTab {
    display:none;
    padding-left: 80px;
    position: relative;
}

.proSec .cont_box .tabCon .proTab:first-child {
    display:block;
}

.proSec .cont_box .tabCon .proTab .swiper {

}

.proSec .cont_box .tabCon .proTab .swiper .swiper-slide {

}

.proSec .cont_box .tabCon .proTab .swiper a {

}

.goodsList.proTab .swiper-button-prev {
    left: 50px;
}

/*--------------------------------------------------------------------------------
//
//            mainSec04
//
--------------------------------------------------------------------------------*/
.mainSec04 {

}	

.mainSec04 .secWrap {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.mainSec04 .secWrap .sub {
    border-radius: 20px;
    overflow: hidden;
}

.mainSec04 .secWrap .sub img {

}





/*--------------------------------------------------------------------------------
//
//            mainSec05
//
--------------------------------------------------------------------------------*/
.mainSec05 {
    margin-bottom: 0px;
}

.mainSec05 .secWrap {
    width: 1280px;
    margin: 0 auto;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 80px;
}

.mainSec05 .secWrap .cont_box {
    padding-top: 45px;
}



/*--------------------------------------------------------------------------------
//
//            mainSec06
//
--------------------------------------------------------------------------------*/
.mainSec06 {
    margin-top: 90px;
}

.mainSec06 .secWrap {
    width: 1280px;
    margin: 0 auto;
}

.mainSec06 .secWrap .cont_box {
    padding-top: 45px;
}

/*--------------------------------------------------------------------------------
//
//            mainSec07
//
--------------------------------------------------------------------------------*/
.mainSec07 {
    margin-bottom: 0;
}	

.mainSec07 .secWrap {
    width: 1280px;
    margin: 0 auto;
    display: flex;
}

.mainSec07 .secWrap .sub {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    border-radius: 20px;
}

.mainSec07 .secWrap .sub1 {
    background: #029da2;
}

.mainSec07 .secWrap .sub2 {
    background: #034da2;
}

.mainSec07 .secWrap .sub > a {

}

.mainSec07 .secWrap .sub .sub_wrap {
    padding: 42px 50px;
    position: relative;
}

.mainSec07 .secWrap .sub .sub_wrap .txt1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.mainSec07 .secWrap .sub .sub_wrap .txt1 > span {
    position: relative;
}

.mainSec07 .secWrap .sub .sub_wrap .txt1 > span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: 0.5s;
}

.mainSec07 .secWrap .sub:hover .sub_wrap .txt1 > span:before {
    width: 100%;
}

.mainSec07 .secWrap .sub .sub_wrap .txt2 {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    line-height: calc(28 / 18);
    padding-top: 7px;
}

.mainSec07 .secWrap .sub .sub_wrap .ico {
    position: absolute;
    top: 50%;
    right: 73px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
}


















/* BASIC css end */

