@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css');


@font-face {
     font-family: 'SUIT';
     src: url('../fonts/SUIT-Light.woff2') format('woff2'),
          url('../fonts/SUIT-Light.otf') format('opentype'),
          url('../fonts/SUIT-Light.ttf') format('truetype');
     font-weight: 300;
     font-style: normal;
 
 }
 @font-face {
     font-family: 'SUIT';
     src: url('../fonts/SUIT-Regular.woff2') format('woff2'),
          url('../fonts/SUIT-Regular.otf') format('opentype'),
          url('../fonts/SUIT-Regular.ttf') format('truetype');
     font-weight: 400;
     font-style: normal;
 
 }
 @font-face {
     font-family: 'SUIT';
     src: url('../fonts/SUIT-Medium.woff2') format('woff2'),
          url('../fonts/SUIT-Medium.otf') format('opentype'),
          url('../fonts/SUIT-Medium.ttf') format('truetype');
     font-weight: 500;
     font-style: normal;
 
 }
 @font-face {
     font-family: 'SUIT';
     src: url('../fonts/SUIT-SemiBold.woff2') format('woff2'),
          url('../fonts/SUIT-SemiBold.otf') format('opentype'),
          url('../fonts/SUIT-SemiBold.ttf') format('truetype');
     font-weight: 600;
     font-style: normal;
 
 }
 @font-face {
     font-family: 'SUIT';
     src: url('../fonts/SUIT-Bold.woff2') format('woff2'),
          url('../fonts/SUIT-Bold.otf') format('opentype'),
          url('../fonts/SUIT-Bold.ttf') format('truetype');
     font-weight: 700;
     font-style: normal;
 }

 @font-face {
     font-family: 'ggl';
     src: url('../fonts/GongGothicLight.ttf') format('truetype');
     font-style: normal;
 }

@font-face {
     font-family: 'OneShinhan';
     src: url('../fonts/OneShinhanLight.otf') format('opentype');
     font-weight: 300;
     font-style: normal;

}
@font-face {
     font-family: 'OneShinhan';
     src: url('../fonts/OneShinhanMedium.otf') format('opentype');
     font-weight: 400;
     font-style: normal;

}
@font-face {
     font-family: 'OneShinhan';
     src: url('../fonts/OneShinhanBold.otf') format('opentype');
     font-weight: 500;
     font-style: normal;

}

* {margin:0;padding:0;}
body {font-family: "OneShinhan", "SUIT"; font-weight: 400; word-break: keep-all;}

.neo1 {
     font-family: 'NanumSquareNeoLight';
}
.neo2 {
     font-family: 'NanumSquareNeo';
}
.neo3 {
     font-family: 'NanumSquareNeoBold';
}
.neo4 {
     font-family: 'NanumSquareNeoExtraBold';
}
.neo5 {
     font-family: 'NanumSquareNeoHeavy';
}

.bt_font {font-family: 'ggl';}


.box_sh {box-shadow:0 0 30px rgb(0, 0, 0, 0.15);}

.time_icon {transform: rotate(20deg);}

@media (max-width: 900px) {
     
     .color_style .swiper-slide{
          width:450px;
     }
}