

#idx_wrapper{height:100vh;}
/* 메인슬라이더 */
#visual{position:relative; width:100%; height:100vh; margin:0 auto; position:relative; overflow:hidden; visibility:hidden;}
a{cursor:pointer}

#visual .sliderbx{ z-index:10;width:100% !important; height:100vh; position:absolute;}
#visual .sliderbx li{ 
	width:100% !important; 
	height:100%; 
	animation: imagescale 9s ease-in-out infinite alternate;
    -webkit-animation: imagescale 9s ease-in-out infinite alternate;
    -moz-animation: imagescale 9s ease-in-out infinite alternate;
    -o-webkit-animation: imagescale 9s ease-in-out infinite alternate;
    }
#visual .sliderbx li.mv01{ background:url(../img/main/mvisual02.jpg); background-repeat:no-repeat; background-position: center; background-size:cover; }
#visual .sliderbx li.mv02{ background:url(../img/main/mvisual01.jpg); background-repeat:no-repeat; background-position: center; background-size:cover;}
#visual .sliderbx li.mv03{ background:url(../img/main/mvisual03.jpg); background-repeat:no-repeat; background-position: center; background-size:cover; }
#visual .sliderbx li.mv04{ background:url(../img/main/mvisual04.jpg); background-repeat:no-repeat; background-position: center; background-size:cover; }
#visual .sliderbx li.mv05{ background:url(../img/main/mvisual05.jpg); background-repeat:no-repeat; background-position: center; background-size:cover;}
#visual .sliderbx li.mv06{ background:url(../img/main/mvisual06.jpg); background-repeat:no-repeat; background-position: center; background-size:cover; }
#visual .txt{position:absolute; top:50%; left:50%; z-index:11; transform:translate(-50%, -50%); color:#fff; text-align: center}
#visual .txt > h3{font-size:1.3em; font-weight:400; line-height:1em; color: rgba(255,255,255,.85); margin: 15px 0 0; transition: all 3s;}
#visual .txt > h2{font-size:4em; font-weight:600; padding: 20px 0 0; font-family: 'Gmarket Sans'; transition: all 1.3s;}
#visual .txt > p{display:block; padding:40px 0 0; font-size:20px; font-weight:400; font-family: 'GmarketSansMedium', 'GmarketSansBold', 'GmarketSansLight'}
#visual .txt > p > span{ position: relative; z-index: 1; font-family: 'GmarketSansMedium', 'GmarketSansBold', 'GmarketSansLight'}
/*#visual .txt > p > span::after{ position: absolute; content: ''; top: -5px; left: -15px; width: calc(100% + 30px); height: calc(20px + 10px); background: #1b2d5a; z-index: -1; padding: 5px; border-radius: 30px;}*/

#visual .area_bn_wrap{position:absolute; width:1400px; height:100%; left: 50%; transform: translateX(-50%); z-index: 14;}
#visual .area_bn_wrap .area_bn{position:absolute; top:50%; right:0; transform:translateY(-50%); box-shadow: 4.589px 6.553px 22.75px 12.25px rgba(0, 0, 0, 0.3); z-index: 13; width: 560px;}
#visual .area_bn_wrap .area_bn .area_img{width:100%; height:auto;}
#visual .area_bn_wrap .area_bn .area_img img{width:100%; height:100%;}
#visual .area_bn_wrap .area_bn a{position:relative; display:block; padding:27px 25px; box-sizing:border-box; background:#fff; font-size:15px; font-weight:400; color:#333;}
#visual .area_bn_wrap .area_bn a > i{position:absolute; right:0; bottom:0; display:block; width:75px; height:75px; background:#1C2D5A url(../img/main/icon_arrow.svg)no-repeat center; background-size:7px 12px;}

#visual .bx-controls{}
#visual div.bx-pager{z-index:50; position:absolute; top:50%; left:50px; transform:translateY(-50%);}
#visual div.bx-pager div{margin:0 0 30px;}
#visual div.bx-pager div:last-child{margin:0;}
#visual div.bx-pager div a{position:relative; font-size:12px; font-weight:400; color:#fff; transition:all 0.3s ease; opacity:0.4; font-family: 'GmarketSansMedium', 'GmarketSansBold', 'GmarketSansLight'}
#visual div.bx-pager div a.active{opacity:1; font-weight:600;}
/*#visual div.bx-pager div a:after{content:''; position:absolute; left:50%; bottom:-25px; width:5px; height:5px; background:#fff; border-radius:50%; transform:translateX(-50%); opacity:0.4;}*/
#visual div.bx-pager div a:before{content:'0'; display:inline; width:auto; height:auto;}
#visual div.bx-pager div:last-child a:after{display:none;}

#visual .bx-controls-direction{display:none;}
.scrolldown{position:absolute; bottom:30px; left:50%; transform: translate(-50%, 20px); z-index:52; width:calc(50% - 600px); width:-webkit-calc(50% - 600px); font-weight:500; color:#fff; text-align:center;
    font-family: 'GmarketSansMedium', 'GmarketSansBold', 'GmarketSansLight';
    -webkit-animation: floating 5s -1s ease-out infinite;
    animation: floating 5s -1s ease-out infinite;
}

@-webkit-keyframes floating {
	50%{
		transform:translate(-50%, -40px);
        opacity: 0.5
	}
	0, 100%{
		transform:translate(-50%, 20px);
        opacity: 0.6;
	}
}
@keyframes floating {
	50%{
		transform:translate(-50%, -40px);
        opacity: 0.5
	}
	0, 100%{
		transform:translate(-50%, 20px);
        opacity: 0.6;
	}
}

.scrolldown a{position:relative; display:block; position:relative; padding:39px 5px; box-sizing:border-box;}
.scrolldown a > i{position:relative; font-style:normal; font-weight:200; font-size:13px; color:#fff;}
.scrolldown a > i:before{content:""; position:absolute; top:50%; left:-22px; width:14px; height:9px; margin-top:-4.5px; background:url(../img/main/icon_b_arrow.svg) no-repeat 50% 50%; background-size:cover;}
.scrolldown a:before{display:none; content:""; position:absolute; top:50%; left:35px; width:14px; height:9px; margin-top:-4.5px; background:url(../img/main/icon_b_arrow.svg) no-repeat 50% 50%; background-size:cover;}



@media (max-width: 1600px) {
	.inr{width:1050px;}
	#visual .area_bn_wrap{width:1050px;}
    #visual .area_bn_wrap .area_bn{width:560px; left:50%; transform:translate(-50%, -10%); margin: 0 auto;}
	#visual .bx-controls{left:calc(50% - 500px); left:-webkit-calc(50% - 500px);}
	.scrolldown{width:calc(50% - 500px); width:-webkit-calc(50% - 500px);}
	.line .left{left:calc(50% - 500px); left:-webkit-calc(50% - 500px);}
	.line .right{right:calc(50% - 500px); right:-webkit-calc(50% - 500px);}

	#visual .txt{min-width:1050px;}
/*	#visual .txt{top:43%; text-align:center; transform:translate(-50%, -100%);}*/
	#visual .txt > h3{font-size:1.25em; line-height: 1.3em;}
	#visual .txt > h2{font-size:4.6em;}
}

@media (max-width: 1500px) {
	.inr{width:90%;}
	#visual .area_bn_wrap{width:90%;}
	#visual .bx-controls{left:calc(50% - 40%); left:-webkit-calc(50% - 40%);}
	.scrolldown{width:calc(50% - 40%); width:-webkit-calc(50% - 40%);}
	.line .left{left:calc(50% - 40%); left:-webkit-calc(50% - 40%);}
	.line .right{right:calc(50% - 40%); right:-webkit-calc(50% - 40%);}

	#visual .txt{min-width:80%; transition: all .5s;}
}

@media (max-width: 1400px) {
	.inr{width:100%;}
	#visual .line{display:none;}
	.scrolldown{width:200px;}
	#visual .bx-controls{left:200px;}
	#visual .txt{/*min-width:50%; left: 5%; transform: translate(0,-50%);*/}
	#visual .txt > h2{font-size:3.6em;}
    #visual div.bx-pager{
        top: 15%;
        left: 50%;
        transform: unset;
		transform:translate(-50%, -50%);
		display: none
    }
    #visual div.bx-pager div {
        margin: 0 25px 0 0;
        display: inline-block;
    }
    
}

@media (max-width: 1400px) {
/*
	#visual .txt > h3{font-size:3.4em;}
	#visual .txt > h2{font-size:5.8em;}
*/
/*	#visual .txt > p{font-size:16px;}*/
    
}
@media (max-width: 1024px){
	#visual .txt{min-width: 70%;}
	#visual .txt > h3{font-size:1.2em; line-height: 1.3em; transition: all .5s;}
	#visual .txt > h2{font-size:3em; transition: all .5s;}
/*	#visual .txt > p{font-size:15px;}*/
}

@media (max-width:900px){
	#visual .txt{min-width:90%; padding:0}
	#visual .area_bn_wrap .area_bn a{padding:22px 20px;}
	#visual .area_bn_wrap .area_bn a > i{width:67px; height:67px;}
	.scrolldown a{padding:32px 5px;}
	#visual .bx-controls{width:150px; height:86px;}
	#visual div.bx-pager div{margin:0 27px 0 0; display: inline;}
}

@media (max-width:768px){
	#visual .area_bn_wrap .area_bn{width:560px; left:50%; transform:translate(-50%, -10%); margin: 0 auto;}
	.scrolldown{width:70px; height:70px;}
	.scrolldown a > i{display:none;}
	.scrolldown a{height:100%; padding:5px;}
	.scrolldown a:before{display:block; left:50%; margin-left:-7px;}
	#visual .bx-controls{left:70px; height:70px;}
	#visual div.bx-pager div a{width:6px; height:6px;}
	#visual div.bx-pager div a:after{width:26px; height:26px; margin-top:-10px; margin-left:-10px;}
    
    #visual .sliderbx li::after{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #333;
        opacity: 0.4;
        content: '';
        transition: all 3s;
    }
    #visual .sliderbx li.mv01,
    #visual .sliderbx li.mv02,
    #visual .sliderbx li.mv03{
        background-position: 80% top;
    }
}

@media (max-width:500px){
	#visual .txt{min-width:90%; left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
	#visual .txt > h3{font-size:1.2em; transition: all 3s;}
	#visual .txt > h2{font-size:2.6em; transition: all 3s;}
	#visual .txt > p{word-break:keep-all;}
	#visual .area_bn_wrap .area_bn{width:90%;}
	#visual .area_bn_wrap .area_bn a{padding:19px;}
	#visual .area_bn_wrap .area_bn a > i{width:59px; height:59px;}
	.scrolldown{width:60px; height:60px;}
	#visual .bx-controls{left:60px; width:100px; height:60px;}
    #visual div.bx-pager{
        left: 50%;
        transform: translate(-50%,-50%);
    }
	#visual div.bx-pager div{margin:0 20px 0 0;}
	#visual div.bx-pager div a{width:5px; height:5px;}
	#visual div.bx-pager div a:after{width:24px; height:24px; margin-top:-9px;}
    
    
}

@media (max-width:450px){
	#visual .txt{min-width:90%; }
    #visual .txt > p > span{ display: table; margin: 15px auto 0;}
/*
	#visual .txt > h3{font-size:1.2em;}
	#visual .txt > h2{font-size:2.5em;}
	#visual .txt > p{font-size:14px; padding:5px 0 0;}
*/
/*	#visual .area_bn_wrap .area_bn{width:190px;}*/
	#visual .area_bn_wrap .area_bn a{padding:15px; font-size:14px;}
	#visual .area_bn_wrap .area_bn a > i{width:51px; height:51px;}

}
/* 제품소개 */
#area_product{position:relative;}
#area_product .inr{z-index:1;}
#area_product .list{}
#area_product .list li{float:left; width:calc(100% / 3);  width:-webkit-calc(100% / 3); height:390px; background:transparent; box-sizing:border-box; transition:all 0.3s ease;}
#area_product .list li > a{display:block; padding:70px 50px; box-sizing:border-box;}
#area_product .list li > a > em{font-style:normal; font-size:14px; font-weight:bold; color:#1C2D5A; line-height:1.5em; transition:all 0.3s ease;}
#area_product .list li > a > h2{display:block; padding:1px 0 6px; font-size:19px; font-weight:500; color:#333; line-height:1.5em; transition:all 0.3s ease;}
#area_product .list li > a > .area_icon{width:31px; height:31px; transition:all 0.3s ease;}
#area_product .list li:nth-child(1) > a > .area_icon{width:31px; height:31px; background:url(../img/main/icon_product01.svg)no-repeat center; background-size:cover;}
#area_product .list li:nth-child(2) > a > .area_icon{width:32px; height:31px; background:url(../img/main/icon_product02.svg)no-repeat center; background-size:cover;}
#area_product .list li:nth-child(3) > a > .area_icon{width:39px; height:29px; background:url(../img/main/icon_product03.svg)no-repeat center; background-size:cover;}
#area_product .list li > a > span{display:block; padding:120px 0 0; font-style:normal; font-size:15px; font-weight:400; color:#999; line-height:1.5em; transition:all 0.3s ease;}
#area_product .list li:hover{background:url(../img/main/product_on01.jpg)no-repeat center; background-size:cover;}
#area_product .list li:hover > a > em{color:#fff;}
#area_product .list li:hover > a > h2{color:#fff;}
#area_product .list li:hover > a > span{color:#fff;}
#area_product .list li:hover:nth-child(1) > a > .area_icon{width:31px; height:31px; background:url(../img/main/icon_product01_on.svg)no-repeat center; background-size:cover;}
#area_product .list li:hover:nth-child(2) > a > .area_icon{width:32px; height:31px; background:url(../img/main/icon_product02_on.svg)no-repeat center; background-size:cover;}
#area_product .list li:hover:nth-child(3) > a > .area_icon{width:39px; height:29px; background:url(../img/main/icon_product03_on.svg)no-repeat center; background-size:cover;}


@media (max-width: 1024px) {
	#area_product .list li{height:320px;}
	#area_product .list li > a{padding:50px;}
	#area_product .list li > a > span{padding:80px 0 0;}
}
@media (max-width: 900px) {
	#area_product .list li > a{padding:40px;}
}
@media (max-width: 768px) {
	#area_product .list li{width:100%; height:auto; background:#fff; border-bottom:1px solid rgba(0,0,0,0.05);}
}
@media (max-width: 550px) {
	#area_product .list li > a{padding:30px;}
	#area_product .list li > a > span{padding:40px 0 0;}
}
@media (max-width: 400px) {
	#area_product .list li > a{padding:20px;}
}

/*회사소개*/
#area_company{position:relative; width:100%; padding: 100px 0;}
#area_company .area_txt{padding:100px 65px; box-sizing:border-box; width:1400px; color:#333; background: #fff; margin: 0 auto;}
#area_company .area_txt>span{display:block; font-size:20px; font-weight:500; color:#333; text-align: center;}
#area_company .area_txt>h3{display:block; padding:10px 0 25px; font-size:40px; font-weight:bold; color:#333; text-align: center;}

#area_company .area_txt p{font-size:16px; font-weight:400; color:#333; line-height:1.7em; word-break:keep-all;}
#area_company .area_btn{display:inline-block; padding:27px 0px; box-sizing:border-box; font-size:15px; font-weight:400; color:#333; }
#area_company .area_btn > i{position:absolute; right:0; bottom:0; display:block; width:75px; height:75px; background:#1C2D5A url(../img/main/icon_arrow.svg)no-repeat center; background-size:7px 12px;}



/* tab  */
.tabs{margin:40px auto 0; width:auto; display: table;}
.tabs:after{content:''; display:block; clear:both;}
.tabs li{float:left; margin:0 10px 0 0; padding:0 11px; height: 40px; line-height: 40px;  background:#ddd; box-sizing:border-box; border-radius:50px; transition:all 0.3s ease 0s; cursor:pointer; text-align:center;}
.tabs li span{font-size:14px; font-weight:300; line-height:1.3em;}
.tabs li.active{background:#EA5A4F; color:#fff; box-shadow: 0px 3px 7.36px 0.64px rgba(25, 36, 72, 0.32);}
.tabs li.active span{color: #fff;}
.tabs li:hover{background:#EA5A4F; color:#fff;}

.tab_content:after{content:''; display:block; clear:both;}

@media (max-width: 1600px) {
	#area_company .area_img{width:calc(50% + 500px); width:-webkit-calc(50% + 500px);}
	#area_company .area_txt{width:calc(100% - 166px); width:-webkit-calc(100% - 166px);}
	#area_company .area_btn{width:calc(50% - 500px); width:-webkit-calc(50% - 500px);}
}
@media (max-width: 1500px) {
	#area_company .area_img{width:95%;}
	#area_company .area_txt{width:calc(100% - 15%); width:-webkit-calc(100% - 15%); min-height:355px; padding:66px 50px;}
	#area_company .area_txt p br{display:none;}
	#area_company .area_btn{width:240px; border-top:none;}
}
@media (max-width: 1400px) {
    
    #area_company{
        padding: 53px 50px;
    }
	#area_company .area_img{width:100%;}
	#area_company .area_txt{padding:66px 50px;}
}
@media (max-width: 1400px) {
    #area_company .area_tit{ width: 90%;}
	#area_company .area_txt{width:100%; padding:53px 50px; position: relative;}
}
@media (max-width: 1024px) {
	#area_company .area_txt{padding:50px 40px;}
	#area_company .area_btn{width:22%; padding:27px 20px; padding-left: 0;}
}
@media (max-width: 850px) {
	#area_company .area_txt{padding:40px;}
	#area_company .area_txt h3{font-size:35px;}
	#area_company .area_btn{width:33.33%;}
}

@media (max-width: 768px) {
    #area_company{
        padding: 50px 40px;
    }
	#area_company .area_img{height:0; padding-bottom:50%;}
	#area_company .area_txt{position:relative; width:100%; padding:50px 40px;min-height:auto;}
	#area_company .area_txt p {margin:0 0 0;}
	#area_company .area_btn{width:33.33%; top:unset; border-bottom:1px solid rgba(0,0,0,0.05);}
	#area_company .area_txt p br{display:block;}
	#area_company .area_btn > i{bottom:-1px; height:76px; border-bottom:1px solid #1f2756;}
}
@media (max-width: 650px){
	#area_company .area_btn{width:200px; padding:21px 20px 40px 0;}
	#area_company .area_btn > i{width:64px; height:64px;}
    #area_company .area_tit h3{
        font-size: 33px;
    }
}
@media (max-width: 550px){
    #area_company{
        padding: 53px 20px;
    }
	#area_company .area_txt{padding:40px 30px;}
	#area_company .area_txt h3{padding:10px 0 15px; font-size:30px;}
	#area_company .area_txt p{font-size:15px;}
	#area_company .area_txt p br{display:none;}
    
    .tabs{
        width: 51%;
    }
    .tabs li{
        margin: 0 10px 20px 0;
    }
    .tabs li:nth-child(3n){
        margin-right: 0;
    }
}
@media (max-width: 450px){
	#area_company .area_txt h3{font-size:28px;}
}
@media (max-width: 400px){
	#area_company .area_txt{padding:30px 20px;}
	#area_company .area_txt h3{font-size:25px;}
    
    .tabs{
        width: 61%;
    }
    .tabs li{
        margin: 0 8px 20px 0;
    }
}


.fa-angle-right{
    margin-left: 10px;
    font-size: 18px;
}


/* 제품소개 */
.tab_content .list{ overflow: hidden; width: 100%; margin: 40px auto 0;}
.tab_content .list li{float:left; 
    width: calc(100%/3 - 13.34px);
    margin: 0 20px 20px 0;
    background:transparent; box-sizing:border-box; transition:all 0.3s ease; }
.tab_content .list li:nth-child(3n){
    margin-right: 0;
}
.tab_content .list li:last-child{margin-right: 0;}
.tab_content .list li > a{display:block; box-sizing:border-box; transform: translateY(0); transition: all 1s;}
.tab_content .list li:hover > a{
    transform: translateY(-15px); transition: all 1s;
}


.tab_content .list li .img_wrap{
    height: auto;
    overflow: hidden;
}
.tab_content .list li img {
    width: 100%;
    height: auto;
    margin: 2.5px;
    transform: scale(1);
    opacity: 0.6;
    transition: all 1s;
}

.tab_content .list li:hover img {
    transform: scale(1.05);
    opacity: 1;
    transition: all 1s;
}
.tab_content .list li em{
        display: block;
    padding: 15px 0 0;
    line-height: 1em;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    color: #5654A2;
}
.tab_content .list li h2{
    color: #444;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0;
    
}

.tab_content .list li > a > .area_icon{font-size:31px; transition:all 0.3s ease;}
/*
.tab_content .list li:nth-child(1) > a > .area_icon{width:31px; height:31px; background:url(../img/main/icon_product01.svg)no-repeat center; background-size:cover;}
.tab_content .list li:nth-child(2) > a > .area_icon{width:32px; height:31px; background:url(../img/main/icon_product02.svg)no-repeat center; background-size:cover;}
.tab_content .list li:nth-child(3) > a > .area_icon{width:39px; height:29px; background:url(../img/main/icon_product03.svg)no-repeat center; background-size:cover;}
*/
.tab_content .list li > a > img{
    width: 100%;
    opacity: 0.6;
    transition: all 2s;
}
.tab_content .list li:hover > a > img{
    opacity: 1;
    transition: all 2s;
}
.tab_content .list li > a > span{display:block; padding:11.5px 0 0; font-style:normal; font-size:15px; font-weight:400; color:#999; line-height:1.5em; transition:all 0.3s ease;}
/*.tab_content .list li:hover{background:url(../img/main/product_on01.jpg)no-repeat center; background-size:cover;}*/
/*
.tab_content .list li:hover > a > em{color:#fff;padding:40px 0 0;}
.tab_content .list li:hover > a > h2{color:#fff;}
.tab_content .list li:hover > a > span{color:#fff;}
*/
/*
.tab_content .list li:hover:nth-child(1) > a > .area_icon{width:31px; height:31px; background:url(../img/main/icon_product01_on.svg)no-repeat center; background-size:cover;}
.tab_content .list li:hover:nth-child(2) > a > .area_icon{width:32px; height:31px; background:url(../img/main/icon_product02_on.svg)no-repeat center; background-size:cover;}
.tab_content .list li:hover:nth-child(3) > a > .area_icon{width:39px; height:29px; background:url(../img/main/icon_product03_on.svg)no-repeat center; background-size:cover;}
*/


@media (max-width: 1024px) {
	.tab_content .list li{}
	.tab_content .list li > a{padding:30px 30px 0 0;}
	.tab_content .list li > a > span{padding:30px 0 0;}
    
    .tab_content .list li > a > img{
        opacity: 1;
    }
}
@media (max-width: 900px) {
	.tab_content .list li > a{padding:0 0 20px;}
}
@media (max-width: 768px) {
	.tab_content .list li{width:100%; height:auto; background:#fff; border-bottom:1px solid rgba(0,0,0,0.05);}
    .tab_content .list li > a > span{
        padding: 30px 0;
    }
}
@media (max-width: 550px) {
    .tab_content .list li{
        margin: 0 0 0 0;
    }
	.tab_content .list li > a{padding:0;}
	.tab_content .list li > a > span{padding:20px 0 30px;}
    
}
@media (max-width: 400px) {
    .tab_content .list{
/*        margin: 0 auto;*/
    }
    .tab_content .list li{
        margin: 0 auto 20px;
    }
	.tab_content .list li > a{padding:0;}
}


#gall_board{width:100%; padding: 100px 0; background: #ebebed; overflow: hidden;}
.area_gall{width: 100%;}

#area_board{width:100%; padding: 100px 0; background:#fff;}
#area_board .line.gray{z-index:0;}
#area_board .line.gray i:first-child{border-right:none;}
.area_board:after{content:''; display:block; clear:both; }
#area_board .area_btn{ border: 1px solid #eee; padding: 15px 30px; border-radius: 30px; margin: 40px 0 0; display: inline-block; color: #999;
}

#area_board .area_btn:hover{
    font-weight: 600;
    color: #444
}
#area_board .img_wrap img{
    width:100%;
    height: auto;
}

.area_location {
    color: #fff;
}

.greet {
    text-align: center;
}
.greet > em {
    color: #aaa;
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
}

.greet > h2 {
    color: #444;
    padding: 0;
    display: block;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.5em;
}
.greet > .img_wrap{
    margin: 40px 0 0;
}
.greet > .area_icon {
    color: #444;
}

.greet .info_location span {
    color: #444;
}

.area_location .info_location em,
.area_location .info_location b {
    color: #444;
}
@media (max-width: 1600px) {
	.area_notice{width:calc(100% - 334px); width:-webkit-calc(100% - 334px);}
	.area_location{margin:80px 0 0; height:auto;}
	.area_location > a{padding:34px 40px;}
}
@media (max-width: 1500px) {
	.area_notice{width:calc(100% - 33.33%); width:-webkit-calc(100% - 33.33%);}
	.area_location{margin:80px 0 0;}
	.area_location > a{padding:60px 40px;}
}
@media (max-width: 1400px){
    #gall_board{
        padding: 53px 50px;
    }
}
@media (max-width: 1400px){
    #area_board{
        padding: 53px 0;
    }
    #gall_board{
        margin: 0;
    }

}
@media (max-width:850px){
}
@media (max-width: 768px) {
	.area_notice{width:100%;}
	.area_notice .area_btn > i{width:75px; height:74px;}
	.news_text{width:100%;}
}
@media (max-width: 650px) {
	.area_notice .area_btn > i{width:64px; height:64px;}
}
@media (max-width: 550px) {
    .greet > h2 {
        font-size: 20px;
        padding: 0 0 20px;
    }
    .greet > em{
        font-size: 20px;
        line-height: 1.3em;
    }
    .greet > .img_wrap{
        margin: 40px 0;
    }
}
@media (max-width:500px){
}
@media (max-width: 400px) {
}



/*new 20241216*/
#container_index #content .inr{padding: 140px 0;}
#content .idx_title{display: flex; align-items: baseline; margin-bottom: 60px; max-width: 60%}
#content .idx_title h3{font-size: 2.8em;font-weight: 800;margin-right: 20px; font-family: 'Gmarket Sans', sans-serif; color: #15223b}
#content .idx_title h3:after{content: ""; display: inline-block; width: 10px; height: 10px; background: #92D14F; border-radius: 50%; margin-left: 10px;}
#content .idx_title a.more{display: inline-block; color: #fff;}

.idx_overview{/*background: url("../img/main/overview_bg.jpg") no-repeat center/cover; padding: 50px 0;*/ background: transparent linear-gradient(50deg, #00A69B 0%, #0F79B6 100%) 0% 0% no-repeat padding-box;}
.idx_overview .txt{color: #fff;font-size: 1.4em; text-align: center; word-break: keep-all;}
.idx_overview .txt p{font-size: 2.2em; font-weight: 600; margin-bottom: 40px; line-height: 1.2em; font-family: 'Gmarket Sans', sans-serif; word-break: keep-all;}
.idx_overview .txt span{ line-height: 1.8em;}
.idx_overview .btn_area{ text-align: center; margin: 30px 0 0}
.idx_overview .btn_area a{
	display: inline-block;
    border: 2px solid #ffffff85;
    padding: 10px 25px;
    border-radius: 0px;
    cursor: pointer;
	color: #fff !important;
	font-size: 1.20em;
    }
.idx_overview .btn_area a:hover{
	background: #fff;
	color: #f36f21; 
	border-color: #fff; 
	transition: all 0.5s; 
	font-weight: 600;
	color: #333 !important;
    }

.idx_motto{background: transparent linear-gradient(50deg, #92D14F 0%, #012060 100%) 0% 0% no-repeat padding-box; color: #fff; }
.idx_motto .dl_wrap{display: flex; align-items: ; justify-content: center; }
.idx_motto .dl_wrap > dl{width: 100%; padding: 0 40px;}
.idx_motto .dl_wrap > dl:not(:last-child){border-right: 1px solid #ffffff56;}
.idx_motto .icon{
	width: 120px;
	height: 120px;
	margin: 0 auto 14px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 50%;
	padding: 20px 0;}
.idx_motto .icon img{width: 100%; height: 100%;}

.idx_motto dt{text-align: center; font-size: 1.7em; margin: 10px 0 10px;}
.idx_motto dd{text-align: center; font-size: 1.2em; opacity: 0.8;}


.idx_company{ color: #475467; position: relative;}
.idx_company:after{content: ""; width: 40%; height: 100%; position: absolute; right: 0; top: 0; bottom: 0;
	background: url("../img/main/company_bg.jpg") #F5F5F5 no-repeat right top/cover;}
.idx_company .txt{margin-bottom: 60px; width: 55%;}
.idx_company .txt h4{ font-size: 1.8em; line-height: 1.4em; font-weight: 800; margin-bottom: 24px;font-family: 'Gmarket Sans', sans-serif; }
.idx_company .txt p{font-size: 1.2em; line-height: 1.6em;}

.idx_cs{background: url("../img/main/cs_bg.jpg") no-repeat center/cover;}
.idx_cs .inr{padding-top: 0!important;/* display: flex; */align-items: flex-end;justify-content: space-between;/* gap: 0; */}
.idx_cs .banner{display: grid;grid-template-columns: 220px 220px;gap: 0;margin-top: -50px;/* margin-right: 140px; */float: left;}
.idx_cs .banner div{display: table; width: 220px; height: 220px; transition: all 1s;}
.idx_cs .banner dl{width: 100%; display: table-cell; vertical-align: bottom; aspect-ratio:1/1; padding: 0px 35px 35px 35px; color: #fff; cursor: pointer}
.idx_cs .banner div:nth-of-type(1) dl{background: #012060 ;}
.idx_cs .banner div:nth-of-type(3) dl{background: #0a86ad;}
.idx_cs .banner div:nth-of-type(4) dl{background: #92D14F; color: #475467;}
.idx_cs .banner dl dt{font-size: 1.6em; margin-bottom: 15px; font-weight: 800;}
.idx_cs .banner dl dd{}

.idx_cs .banner div dl:hover{transition: all 0.3s; background: #1a1a1a95; color: #fff;}

.idx_cs .latest{color: #333333;max-width: 600px;width: 600px;float: right;/* display: block; *//* text-align: right; */margin-top: 100px;}

@media (max-width: 1280px) {
	.inr{width: 100%;}
	#idx_company .text-center{padding-left:40px; padding-right:40px; font-size: 0.9em }

	.idx_cs .banner{grid-template-columns:1fr 1fr 1fr; margin-top: 40px; float: none;}
	.idx_cs .banner div{ width:100%; height: auto; transition: all 1s;}
	.idx_cs .banner > div:nth-child(2){display: none;}
	.idx_cs .banner dl{aspect-ratio: auto; padding: 35px}

	.idx_cs .latest{width: 100%; max-width: 100%; float: none; margin-top: 40px;}
}
@media screen and (max-width: 992px) {


	#visual .slogan{font-size: 1.2em;}
	#visual .swiper-slide{font-size: 13px;}
	#visual .swiper-slide img{width: 120%; height: 120%;}
	#visual .mySwiper .swiper-slide{padding: 8px 10px; line-height: 1.2em;}

	#visual .mySwiper2{margin-right: 0%;}

	#hd_wrapper .logo{margin: 13px 0;display: flex;align-items: center;justify-content: space-between;width: calc(100% - 70px);}
	#hd_wrapper .logo > a:first-of-type{margin-right: 10px;}
	#hd_wrapper .logo img{height: 30px;}

	#container_index #content .inr{padding: 100px 20px;}
	.idx_overview .txt{font-size: 1.2em;}

	.idx_motto .dl_wrap{display: block;}
	.idx_motto .dl_wrap dl{position: relative; text-align: left; padding: 20px 0 20px 130px; min-height: 140px;}
	.idx_motto .dl_wrap > dl:not(:last-child){border-right:0; border-bottom: 1px solid #ffffff56;}
	.idx_motto .dl_wrap dl .icon{position: absolute; left: 0; top: 0;}

	.idx_motto dt{text-align: left;}
	.idx_motto dd{text-align: left;}

}
@media (max-width:767px){
	.idx_overview .txt{font-size: 1em; padding: 0 20px;}
	.idx_cs .banner dl{padding: 20px;}
	.idx_cs .banner dl dt{font-size: 1.4em;}
}

@media (max-width:600px){
	.idx_company .txt p{font-size: 1.1em;}
	.idx_cs .banner dl dd br{display: none;}
	.idx_cs .banner{ display: block}


}

@media (max-width:450px){
}


