

.visual .swiper01{
    overflow-x:hidden;
    max-width:1400px;
    
}
.visual .swiper01 .swiper-wrapper{
    width:100%;
    
    
}
.visual .swiper01 .swiper-slide {
    width:100%;
    border-radius:30px;
    overflow:hidden;
    background-color:#eee; 
}
.visual .swiper01 .swiper-slide div.web, .visual .swiper01 .swiper-slide div.mob{
    position: relative;
}
.visual .swiper01 .swiper-slide div.web{
    display:inline-block;
}
.visual .swiper01 .swiper-slide div.mob{
    display:none;
}
.visual .swiper01 .swiper-slide .bg{

}
.visual .swiper01 .swiper-slide .cont{
    position:absolute;
    bottom:10%;
    left:5%;
    width:100%;
}
.visual .swiper01 .swiper-slide .cont>span, .visual .swiper01 .swiper-slide .cont>strong, .visual .swiper01 .swiper-slide .cont>p{
    display:inline-block;
    width:100%;
    color:#fff;
    text-align: left;
}
.visual .swiper01 .swiper-slide .cont>span>font, .visual .swiper01 .swiper-slide .cont>strong>font, .visual .swiper01 .swiper-slide .cont>p>font{
    display:inline-block;
    width:100%;
    font-size: inherit;
}
.visual .swiper01 .swiper-slide .cont>span{
    font-size:2.25rem;
    line-height:2.5rem;
}
.visual .swiper01 .swiper-slide .cont>strong{
    padding-top:15px;
    font-size:3.563rem;
    line-height:3.563rem;
}
.visual .swiper01 .swiper-slide .cont>p{
    padding-top:25px;
    font-size:1rem;
    line-height:1.25rem;
}
.visual .swiper-pagination{
    position: relative;
    bottom:auto;
    left:auto;
    padding-top:30px;
    z-index:2;
    
}

.visual .swiper-pagination .swiper-pagination-bullet{
    width:16px;
    height:16px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.visual .swiper-pagination .swiper-pagination-bullet-active{
    
    width:34px;
    border-radius:10px;
    background-color:#314b99;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (max-width : 1024px) {
    .visual{
        padding-top:40px;
        padding-left:10px;
        padding-right:10px;
    }
    .visual .swiper-pagination{
        padding-top:15px;
    }
    .visual .swiper01 .swiper-slide div.web{
        display:none;
        
    }
    .visual .swiper01 .swiper-slide div.mob{
        display:inline-block;
    }
    .visual .swiper01 .swiper-slide .cont>span{
        font-size:1.5rem;
        line-height:1.75rem;
    }
    .visual .swiper01 .swiper-slide .cont>strong{
        font-size:2.5rem;
        line-height:2.5rem;
    }
    .visual .swiper01 .swiper-slide .cont>p{
        
        font-size:0.875rem;
        line-height:1.125rem;
    }

}
@media only screen and (max-width : 465px) {
    .visual .swiper01 .swiper-slide .cont>span{
        font-size:1.125rem;
        line-height:1.313rem;
    }
    .visual .swiper01 .swiper-slide .cont>strong{
        font-size:2.25rem;
        line-height:2.25rem;
    }
    .visual .swiper01 .swiper-slide .cont>p{
        
        font-size:0.688rem;
        line-height:1rem;
    }

}
@media only screen and (max-width : 365px) {
    .visual .swiper01 .swiper-slide .cont{
        left:-1rem;
        bottom:1rem;
        transform: scale(0.8);
    }
}


.multiple{
    padding-top:140px;
    padding-bottom:140px;
}
.multiple .container{
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-width:1400px;
    height:450px;
}
.multiple .notice{
    width:680px;
    height:100%;
    padding:35px;
    border-radius:30px;
    background-color:#f5f3f2;
}
.multiple .notice>i{
    display:block;
    width:100px;
    padding:10px 0 ;
    margin-bottom:15px;
    border-radius:30px;
    font-size:1rem;
    line-height:1rem;
    color:#fff;
    font-style:normal;
    background-color:#928178;
}
.multiple .notice>ul, .multiple .notice>ul>li{
    width:100%;
    text-align:left;
    overflow: hidden;
}
.multiple .notice>ul>li a{
    display:inline-block;
    width:100%;
}
.multiple .notice>ul>li{
    margin: 7px 0;
}
.multiple .notice>ul>li strong{
    display:inline-block;
    
    color:#3a3a3a;
}
.multiple .notice>ul>li strong{
    position: relative;
    max-width: 100%;
    padding-right:70px;
    font-weight:500;;
    font-size:1.125rem;
    line-height:1.125rem;
    white-space: nowrap;        
    overflow: hidden;            
    text-overflow: ellipsis;     
}
.multiple .notice>ul>li span.date{
    display:inline-block;
    position:absolute;
    top:0;
    right:0;
    font-size:0.75rem;
    line-height:1.125rem;
    color:#6c6d6d;
}
.multiple .notice>ul>li.first{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #dcdad9;

}
.multiple .notice>ul>li.first strong{
    font-size:1.75rem;
    line-height:1.75rem;

}
.multiple .notice>ul>li p{
    position: relative;
    max-width: 100%;
    padding-top:12px;
    font-weight:400;;
    font-size:1.125rem;
    line-height:1.125rem;
    white-space: nowrap;        
    overflow: hidden;            
    text-overflow: ellipsis;    

}
.multiple .notice>ul>li.first span{
    display: block;
    margin-top:25px;
    font-size:1rem;
    line-height:1rem;
    font-weight:500;
}
.multiple .notice>a.add{
    position: relative;
    display:block;
    margin: 0 auto;
    margin-top:25px;
    width:50px;
    height:50px;
    border-radius:50px;
    background-color:#fff;
    border:1px solid #dcdad9;

}
.multiple .notice>a.add font{
    position:absolute;
    display:inline-block;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-color:#333;
}
.multiple .notice>a.add font:nth-child(1){
    width:20px;
    height:1px;
}
.multiple .notice>a.add font:nth-child(2){
    width:1px;
    height:20px;
}


.multiple .icon{
    width:calc(100% - 680px);
    height:100%;
    padding-left:40px;
}
.multiple .icon>a{
    display:inline-block;
    width:32%;
    height:49%;
    padding:25px 20px;
    border-radius:30px;
    margin-top:2%;
    margin-left:2%;
    border:1px solid #cccccc;
    box-sizing: border-box;
    vertical-align:top;
    transition: all 0.5s ease-out;
}
.multiple .icon>a:nth-child(1), .multiple .icon>a:nth-child(2), .multiple .icon>a:nth-child(3){
    margin-top:0;
}
.multiple .icon>a:nth-child(3n-2){
    margin-left:0;
}

.multiple .icon>a i, .multiple .icon>a strong, .multiple .icon>a span{
    display:inline-block;
    width:100%;
    
}
.multiple .icon>a strong{
    padding-top:20px;
    font-size:1.375rem;
    line-height:1.375rem;
    font-weight:400;
}
.multiple .icon>a strong>font{
    display:inline-block;
    width:100%;
    font-size:inherit;
    font-weight:600;
}
.multiple .icon>a span{
    position: relative;
    margin-top:20px;
    width:30px;
    height:30px;
    border-radius:30px;
    background-color:#4c4c4c;
}
.multiple .icon>a span>font{
    position:absolute;
    display:inline-block;
    background-color:#fff;
    width:1px;
    height:8px;
}
.multiple .icon>a span>font:nth-child(1){
    top:25%;
    left:50%;
    transform: rotate(-45deg);
}
.multiple .icon>a span>font:nth-child(2){
    top:45%;
    left:50%;
    transform: rotate(45deg);
}

.multiple .icon>a.firstLine{
    padding:40px 20px;
    border:none;
}

.multiple .icon>a.firstLine:nth-child(1){
    background-color:#314b99;
}
.multiple .icon>a.firstLine:nth-child(2){
    background-color:#ed6d1f;
}
.multiple .icon>a.firstLine:nth-child(3){
    background-color:#00a4b4;
}
.multiple .icon>a.firstLine strong{
    color:#fff;
}
.multiple .icon>a.firstLine span{
    background-color:#fff;
}
.multiple .icon>a.firstLine:nth-child(1) span>font{
    background-color:#314b99;
}
.multiple .icon>a.firstLine:nth-child(2) span>font{
    background-color:#ed6d1f;
}
.multiple .icon>a.firstLine:nth-child(3) span>font{
    background-color:#00a4b4;
}

.multiple .icon>a:hover i{
    animation: multipleAni1 0.8s infinite;
}
.multiple .icon>a:hover{
    background-color:#f5f3f2;
}
.multiple .icon>a.firstLine:hover:nth-child(1){
    background-color:#273c79;
}
.multiple .icon>a.firstLine:nth-child(2):hover{
    background-color:#d8641d;
}
.multiple .icon>a.firstLine:nth-child(3):hover{
    background-color:#008e9c;
}

@keyframes multipleAni1 {
    50%{
    transform: translate(0,10%);
  }
  100%{
    transform: translate(0,0);
  }
    
    
}
@media only screen and (max-width : 1024px) {
    .multiple .container{
        flex-flow: column;
        min-width:auto;
        max-width:680px;
        height:auto;;
        padding-left:10px;
        padding-right:10px;
    }
    .multiple .notice{
        width:100%;
    }
    .multiple .icon{
        width:100%;
        padding-left:0;
        margin-top:40px;
    }
}
@media only screen and (max-width : 680px) {
    .multiple .icon>a{
        height:180px;
        padding:15px 10px !important;
    }
    .multiple .icon>a.firstLine{
        height:180px;
        padding-top:25px !important;
    }
    .multiple .icon>a i>img{
        width:10vw;
    }
    .multiple .icon>a strong{
        padding-top:10px;
        font-size:1.125rem;
        line-height:1.313rem;
    }
    .multiple .icon>a span{
        margin-top:10px;
    }
}
@media only screen and (max-width : 540px) {
    .multiple .notice>ul>li.first strong{
        font-size:1.5rem;
        line-height:1.5rem;

    }
    .multiple .notice>ul>li p, .multiple .notice>ul>li strong{
        font-size:1rem;
        line-height:1rem;
    }
    .multiple .icon>a i, .multiple .icon>a strong, .multiple .icon>a span{
        width:auto;
        vertical-align:middle;
    }
    .multiple .notice>a.add{
        transform:scale(0.8);
    }
    .multiple .icon>a{
       width:100%;
       margin-left:0;
       height:20vw !important;
       padding-top:3.7vw !important;
       border-radius:20px;
    }
    .multiple .icon>a strong{
        width:150px;
        padding-top:2px;
        padding-left:5px;
    }
    .multiple .icon>a span{
        width:20px;
        height:20px;
        margin-top:2px;
        margin-left:10px;
    }
   .multiple .icon>a.firstLine{
        padding-top:4.5vw !important;
   }
   .multiple .icon>a:nth-child(2), .multiple .icon>a:nth-child(3){
        margin-top:2%;
    }
    .multiple .icon>a:hover i{
        animation: multipleAni1 0s infinite;
    }
    .multiple .icon>a span>font{
        height:5px;
    }
    
    
}

.press{
    
    padding-bottom:140px;
}
.press .container{
    width:1400px;
   
}
.press strong.title{
    display:block;
    margin-bottom:40px;
    font-size:2rem;
    line-height:2rem;
    text-align:center;
}
.press ul{
    width:100%;
}
.press ul, .press ul>li{
    display:inline-block;
}
.press ul>li{
    width:23%;
    margin-left:2.666%;
    vertical-align:top;
}
.press ul>li:nth-child(4n-3){
    margin-left:0;
}
.press ul>li span.img, .press ul>li strong, .press ul>li i{
    display:block;
    width:100%;
    text-align: left;
}
.press ul>li span.img{
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius:30px;
    overflow:hidden;
    object-fit: cover;
    background-color:#000;
}
.press ul>li span.img>img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
    max-width:none;
    opacity:0.5;
    transition: all 0.3s ease-out;
}
.press ul>li:hover span.img>img{
    transform: translate(-50%,-50%) scale(1.1);
    opacity:1;
}
.press ul>li strong{
    width:100%;
    margin-top:20px;
    font-size:1.25rem;
    line-height:1.5rem;
    color:#3b3b3b;
    font-weight:400;
    word-break: keep-all;
    display: -webkit-box;                
    -webkit-box-orient: vertical;        
    -webkit-line-clamp: 2;               
    overflow: hidden;   
}
.press ul>li i{
    padding-top:25px;
    font-size:0.875rem;
    line-height:0.875rem;
    font-weight:500;
    font-style: normal;
    color:#3b3b3b;

    
}
@media only screen and (max-width : 1024px) {
    .press .container{
        width:100%;
        max-width:680px;
        padding-left:10px;
        padding-right:10px;
    }
    .press ul>li{
        width:49%;
        margin-top:5vw;
        margin-left:2%;
    }
    .press ul>li:nth-child(1), .press ul>li:nth-child(2){
        margin-top:0;
    }
    .press ul>li:nth-child(4n-3){
        margin-left:2%;
    }
    .press ul>li:nth-child(2n-1){
        margin-left:0;
    }
}
@media only screen and (max-width : 680px) {
    .press ul>li{

        margin-top:9vw;
        
    }
    .press ul>li i{
        padding-top:2vw;
    }
    .press strong.title{
        font-size:1.75rem;
        line-height:1.75rem;
    }
    .press ul>li strong{
        font-size: 1rem;
        line-height: 1.313rem;
    }
}
@media only screen and (max-width : 375px) {
   
    .press ul>li strong{
        font-size: 1.125rem;
        line-height: 1.313rem;
    }
}



/* 게시판 상세화면 */
.tbl_basic_view    {background:#fff; border-top:2px solid #4d4d4d; border-bottom:0 !important; width:100%; font-size:16px; color:#333; line-height:160%;}
.tbl_basic_view th {background:#fafafa; border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px;  vertical-align: middle;}
.tbl_basic_view th:first-child, .tbl_basic_view td:first-child{border-left:none;  }	

.tbl_basic_view td {border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px 15px; text-align:left; vertical-align: middle; }

.tbl_basic_view td.content_box {padding:30px; text-align:center;}

.tbl_basic_view td .line_none{border-left:none;}
.tbl_basic_view td.center {text-align:center;}
.tbl_basic_view.left {text-align:left;}
.tbl_basic_view input.style_no{ border:none;}
.tbl_basic_view td img{ vertical-align:middle;}
.tbl_basic_view td.content_box img{ margin:3px 0 !important;}



.tbl_basic_view02    {border-top:2px solid #556fb5; border-bottom:0 !important; width:100%; font-size:14px; line-height:140%;}
.tbl_basic_view02 th {background:#f2f5fc; border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px; color:#26479d;}
.tbl_basic_view02 th:first-child, .tbl_basic_view02 td:first-child{border-left:none;  }	
.tbl_basic_view02 td {border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px 15px; text-align:left;}


.tbl_basic_view02.type01 th, .tbl_basic_view02.type01 td  {padding:10px !important}
	  
		  
		  
.tbl_basic_view03    {border-top:2px solid #db2950; border-bottom:0 !important; width:100%; font-size:16px; line-height:140%;}
.tbl_basic_view03 th {background:#f3f5fa; border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px; color:#000; text-align:center !important;}
.tbl_basic_view03 th:first-child, .tbl_basic_view03 td:first-child{border-left:none;}	


.tbl_basic_view03 td.line {border-left-color: rgb(204, 204, 204) !important; border-left-width:1px !important; border-left-style: solid !important;}
.tbl_basic_view03 td.left   {text-align:left !important;}


.tbl_basic_view03 td {border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px 15px; text-align:center;}


input[type="text"],input[type="password"],input[type="file"], input[type="search"]{
	padding:7px; margin:0; border:1px solid #999; font-size:15px; line-height:normal;
	}
	
	
input.w5p[type="text"]  {width:5%; min-width:5%;}
input.w10p[type="text"] {width:10%; min-width:10%;}
input.w20p[type="text"] {width:20%; min-width:20%;}
input.w30p[type="text"] {width:30%; min-width:30%;}
input.w40p[type="text"] {width:40%; min-width:30%;}
input.w50p[type="text"] {width:50%; min-width:50%;}



.w100 {width:100px;}
.w150 {width:150px;}
.w400 {width:400px;}


.w50p {width:50%;}
.w100p {width:100%;}

.price001 { font-size:24px; font-family:S-CoreDream-6Bold; color:#F00;}



/* 게시판 상세화면 끝 */



