* {margin:0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; word-break: keep-all;}
html,body{max-width: 100%; min-height: 100%;}
html{overflow-x: hidden; -webkit-text-size-adjust: none;}
body{-webkit-print-color-adjust:exact; background: #fff; font-family: 'Pretendard', sans-serif; font-style: normal; font-size: 16px; font-weight: 300; color: #0f0f0f; line-height: 1.2; -ms-overflow-style:none; width: 100%; overflow-x: hidden;}
body::-webkit-scrollbar { display:none; }
ul, li, dl,dt,dd {margin:0; padding:0; list-style:none;}
a{color:#0f0f0f; text-decoration:none;}
img {border: 0; font-size: 0; max-width: 100%; vertical-align: middle;}
h1, h2, h3, h4, h5, h6{font-size:1em; font-family: 'Pretendard', sans-serif;}
textarea, select{font-family: 'Pretendard', sans-serif; font-size:1em}
input, button{margin:0; padding:0; font-family: 'Pretendard', sans-serif; font-size:1em}
input[type="submit"], button{cursor:pointer}
table, tr, td {border-collapse: collapse;}
p{word-break: keep-all;}
input{border-radius: 0;}
/* select{appearance: none; border-radius: 0; outline: none;}
select::-ms-expand {display: none;} */

/* guide line */
.container {width: 100%; padding-left: 40px; padding-right: 40px;}
.wrapper {width: 1280px; max-width: 100%; margin: 0 auto;}

/* color */
:root {
  --main: #005FD0;
  --sky: #6BAFFF;
  --navy: #00316B;

  --black: #000000;
  --white: #FFFFFF;

  --purple: #46009E;
  --purple2: #7405FF;
  --teal: #00829E;
  --teal2: #00ABD0;

  --d9: #d9d9d9;

  --999: #999999;
  --eee: #EEEEEE;
}

/* text cut */
.text_row1{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.text_row2{white-space: normal; overflow: hidden; line-height: 1.5; max-height: 3em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.text_row3{white-space: normal; overflow: hidden; line-height: 1.2; max-height: 3.6em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/* sound only */
.sound_only{display: inline-block !important; position: absolute; top: 0; left: 0; width: 0; height: 0; margin: 0 !important; padding: 0 !important; font-size: 0; line-height: 0; border: 0 !important; overflow: hidden !important;}

/* clearfix */
.cf:before,
.cf:after{content: " "; display: table;}
.cf:after{clear: both;}
.cf{*zoom: 1;}

/* column */
.i-col-0{font-size: 0;}
.i-col-1{font-size: 0;}
.i-col-2{font-size: 0;}
.i-col-3{font-size: 0;}
.i-col-4{font-size: 0;}
.i-col-5{font-size: 0;}
.i-col-6{font-size: 0;}
.i-col-7{font-size: 0;}
.i-col-8{font-size: 0;}
.i-col-9{font-size: 0;}
.i-col-10{font-size: 0;}
.i-col-11{font-size: 0;}
.i-col-12{font-size: 0;}

.i-col-0 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: auto;}
.i-col-1 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 100%;}
.i-col-2 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 50%;}
.i-col-3 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 33.333%;}
.i-col-4 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 25%;}
.i-col-5 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 20%;}
.i-col-6 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 16.666%;}
.i-col-7 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 14.285%;}
.i-col-8 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 12.5%;}
.i-col-9 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 11.111%;}
.i-col-10 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 10%;}
.i-col-11 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 9.09%;}
.i-col-12 > *{display: inline-block; font-size: 16px; vertical-align: middle; width: 8.333%;}

/* button */
.i-btn {display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px; transition: .5s; border: none; background-color: transparent;}

.i-btn.type01 {min-width: 240px; height: 64px; border: 1px solid var(--black); border-radius: 16px;}
.i-btn.type01:hover {background-color: var(--main); color: var(--white); border-color: var(--main);}

.i-btn.type02 {min-width: 240px; height: 64px; border: 1px solid var(--d9); border-radius: 16px; font-weight: 500; color: var(--999);}
.i-btn.type02:hover {background-color: var(--main); color: var(--white); border-color: var(--main); font-weight: 700;}

.i-btn.baro-btn {gap: 14px; font-weight: 500; font-size: 16px; color: var(--main);}
.i-btn.baro-btn .arr-icon {display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; background-color: var(--main); border-radius: 50%;}

.arr-btn {display: flex; align-items: center; justify-content: center; background-color: transparent; border: none; transition: .5s; border-radius: 50%; border: 1px solid var(--white);}
.arr-btn svg, .arr-btn path {transition: .3s;}

.arr-btn.sizeM {width: 72px; height: 72px;}
.arr-btn.sizeM:hover {background-color: var(--main); border-color: var(--main);}

.arr-btn.sizeS {width: 40px; height: 40px; border-color: var(--black);}
.arr-btn.sizeS:hover {background-color: var(--main); border-color: var(--main);}
.arr-btn.sizeS:hover path {stroke: var(--white);}

.arr-btn.top-btn {width: 60px; height: 60px; background-color: var(--navy);}
.arr-btn.top-btn:hover {background-color: #001A38;}

.arr-btn.menu-btn {width: 72px; height: 72px; background-color: var(--white);}
.arr-btn.menu-btn span {width: 22px; height: 3px; background-color: var(--main); position: relative; transition: .3s;}
.arr-btn.menu-btn span::before {content: ''; width: 22px; height: 3px; background-color: var(--main); position: absolute; top: -7px; left: 0; transition: .3s;}
.arr-btn.menu-btn span::after {content: ''; width: 22px; height: 3px; background-color: var(--main); position: absolute; top: 7px; left: 0; transition: .3s;}

.arr-btn.menu-btn:hover {background-color: var(--main);}
.arr-btn.menu-btn:hover span, .arr-btn.menu-btn:hover span::before, .arr-btn.menu-btn:hover span::after {background-color: var(--white);}

/* tab */
.tab-wrap {height: 80px;}
.tab-wrap .tab-list {height: 100%;}
.tab-item {height: 100%; vertical-align: top;}
.i-btn.tab-btn {height: 100%; position: relative; font-weight: 500; font-size: 22px; background-color: var(--white);}
.i-btn.tab-btn::before {content: ''; width: 0; height: 2px; background-color: var(--main); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: .5s;}
.i-btn.tab-btn:hover::before {width: 100%;}
.i-btn.tab-btn.on::before {width: 100%;}

/* textarea */ 
.textarea{width: 100%; height: 140px; border-radius: 5px; border: 1px solid #e2e2e2; padding: 15px 18px; font-size: 16px; font-weight: 400; color: #666;}

/* input radio */
.radio_wrap input[type=radio]{display: none;}
.radio_wrap input[type=radio] + label{display: inline-block; cursor: pointer; position: relative; padding-left: 28px; font-size: 16px; font-weight: 400; color: #666;}
.radio_wrap input[type=radio] + label:before{content: ""; display: inline-block; width: 20px; height: 20px; position: absolute; left: 0; bottom: 0; z-index: 1; border: 1px solid #bbbbbb; border-radius: 50%; background-color: #fff;}
.radio_wrap input[type=radio]:checked + label:before{border-color: #0078f5;}
.radio_wrap input[type=radio]:checked + label:after{content: ""; display: inline-block; position: absolute; left: 5px; bottom: 5px; width: 10px; height: 10px; border-radius: 50%; background-color: #0078f5; z-index: 2;}

/* input checkbox */
.check_wrap input[type=checkbox]{display: none;}
.check_wrap input[type=checkbox] + label{display: inline-block; cursor: pointer; position: relative; padding-left: 26px; font-size: 16px; font-weight: 300; color: #444444;}
.check_wrap input[type=checkbox]+ label:before{content: ""; display: inline-block; width: 20px; height: 20px; position: absolute; left: 0; bottom: 0; z-index: 1; border: 1px solid #e6e6e6; border-radius: 3px; background-color: none;}
.check_wrap input[type=checkbox] + label:after{content: ""; display: inline-block; position: absolute; left: 4px; bottom: 6px; width: 11px; height: 7px; background: url("/source/img/check_icon.png") no-repeat center center; z-index: 2;}
.check_wrap input[type=checkbox]:checked + label:before{border-color: #0078f5;}
.check_wrap input[type=checkbox]:checked + label:after{background: url("/source/img/check_icon_act.png") no-repeat center center;}

/* select */
.select_wrap select{width: 100%; height: 50px; border: 1px solid #ddd; border-radius: 10px; padding: 0 20px; font-size: 16px; font-weight: 300; color: #666; background: #fff url("/source/img/icon_arr_bt_01.png") no-repeat center right 20px;}

/* search */
.sch_wrap{}
.sch_wrap .sch_box{font-size: 0; border: 1px solid #ddd; border-radius: 10px;}
.sch_wrap .sch_txt{display: inline-block; vertical-align: middle; width: calc(100% - 60px); height: 48px; font-size: 16px; border: none; border-radius: 10px 0 0 10px; padding-left: 22px;}
.sch_wrap .sch_txt::placeholder{font-size: 16px; font-weight: 300; color: #999;}
.sch_wrap .sch_btn{display: inline-block; vertical-align: middle; width: 60px; height: 48px; background: #fff url("/source/img/icon_sch.png") no-repeat center center; border: none; border-radius: 0 10px 10px 0;}

/* animate */
.obj-animated{opacity:0;}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes fadeIn{
  from{opacity:0}
  100%{opacity:1}
}
@keyframes fadeInUp{
  from{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}
  100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{
  from{opacity:0;transform:translate3d(0,-100px,0);-webkit-transform:translate3d(0,-100px,0);}
  100%{opacity:1;transform:none;-webkit-transform:none;}
}
@keyframes fadeInLeft{
  /*from{opacity:0;transform:translate3d(100px,0,0);-webkit-transform:translate3d(100px,0,0);}*/
  from{opacity:0;transform:translate3d(50px,0,0);-webkit-transform:translate3d(50px,0,0);}
  100%{opacity:1;transform:none;-webkit-transform:none;}
}
@keyframes fadeInRight{
  from{opacity:0;transform:translate3d(-100px,0,0);-webkit-transform:translate3d(-100px,0,0);}
  100%{opacity:1;transform:none;-webkit-transform:none;}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}

/* board */
.board {border-top: 1px solid var(--eee);}
.board-item {display: flex; align-items: center; padding: 38px 40px; border-bottom: 1px solid var(--eee); gap: 40px; position: relative;}
.board-item .date {font-weight: 700; font-size: 40px; color: #C5C5C5; transition: .3s;}
.board-item .content {width: calc(100% - 440px);}
.board-item .content .title {display: flex; align-items: center; gap: 16px;}
.board-item .content .title .tag {display: flex; align-items: center; justify-content: center; width: 70px; height: 33px; border-radius: 5px; font-weight: 400; font-size: 15px;}
.board-item .content .title .tag.notice {background-color: rgba(0,95,208,0.2); color: var(--main);}
.board-item .content .title .tag.data {background-color: rgba(0,171,208,0.2); color: var(--teal2);}
.board-item .content .title .t {font-weight: 500; font-size: 20px; color: var(--black); width: calc(100% - 86px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: .3s;}
.board-item .content .text {margin-top: 8px; font-weight: 300; font-size: 16px; color: #666666; line-height: 1.5; white-space: normal; overflow: hidden; max-height: 3em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: .3s;}
.board-item .button {position: absolute; top: 50%; right: 40px; transform: translateY(-50%); opacity: 0; transition: .3s;}

.board-item:hover .date {color: var(--black);}
.board-item:hover .content .title .t {color: var(--main);}
.board-item:hover .content .text {color: #333333;}
.board-item:hover .button {opacity: 1;}

/* rolling banner */
.rolling-banner {width: 100%; height: 816px; display: flex; align-items: center; justify-content: center; transition: .5s;}
.rolling-banner.bg0 {background: url('/source/img/rolling-banner-bg01.png') no-repeat center/cover;}
.rolling-banner.bg1 {background: url('/source/img/rolling-banner-bg02.png') no-repeat center/cover;}
.rolling-banner.bg2 {background: url('/source/img/rolling-banner-bg03.png') no-repeat center/cover;}
.rolling-banner.bg3 {background: url('/source/img/rolling-banner-bg04.png') no-repeat center/cover;}
.banner-btn-list {width: 1000px; max-width: 100%; margin: 0 auto;}
.banner-btn {display: flex; align-items: center; justify-content: space-between; padding: 32px 0; border-bottom: 1px solid var(--white); transition: .5s;}
.banner-btn .t {font-weight: 600; font-size: 30px; line-height: 1.5; color: var(--white); transition: .5s;}
.banner-btn .button {}
.banner-btn .button .arr-btn.sizeS {border-color: var(--white);}

.banner-btn.on {border-color: var(--sky);}
.banner-btn.on .t {color: var(--sky);}
.banner-btn.on .arr-btn.sizeS {border-color: var(--sky);}
.banner-btn.on .arr-btn.sizeS path {stroke: var(--sky);}

/* card */
.card {}
.card.type01 {}
.card.type01 .card-in {}
.card.type01 .card-img {position: relative;}
.card.type01 .card-img::before {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--black); opacity: 0; transition: .3s;}
.card.type01 .card-content {margin-top: -180px; position: relative; z-index: 1; padding: 0 30px;display: flex; align-items: flex-start; justify-content: space-between;}
.card.type01 .card-content .text {color: var(--white); line-height: 1.5; text-shadow: 0 4px 4px rgba(0,0,0,0.25);}
.card.type01 .card-content .text .t1 {font-weight: 700; font-size: 24px; margin-bottom: 16px;}
.card.type01 .card-content .text .t2 { line-height: 1.35; font-weight: 800; font-size: 64px; margin-bottom: 16px; transition: .3s; -webkit-text-stroke: 1px var(--white);}
.card.type01 .card-content .text .t3 {text-shadow: none; font-weight: 500; font-size: 24px; color: var(--black);}
.card.type01 .card-content .button {margin-top: 55px;}

.card.type01:hover .card-img::before {opacity: .3;}
.card.type01:hover .card-content .text .t2 {-webkit-text-stroke: 1px var(--black);}
.card.type01:hover .arr-btn.sizeM {background-color: var(--main); border-color: var(--main);}

.card.type02 {}
.card.type02 .card-in {border-radius: 16px; border: 1px solid var(--main); background-color: rgba(255,255,255,0.15); display: flex; flex-direction: column; padding: 40px; height: 297px; transition: .3s; position: relative;}
/* .card.type02 .card-in::before {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; filter: blur(3px); background-color: rgba(255,255,255,0.15); border-radius: 16px;} */
.card.type02 .card-in .t1 {font-weight: 700; font-size: 25px; line-height: 1.35; margin-bottom: 16px; color: var(--white); transition: .3s;}
.card.type02 .card-in .t2 {font-weight: 500; font-size: 18px; line-height: 1.5; color: var(--white); margin-bottom: 16px; transition: .3s;}
.card.type02 .card-in .button {}
.card.type02 .card-in .arr-btn.sizeS {border-color: var(--white);}

.card.type02:hover .card-in {background-color: var(--white);}
.card.type02:hover .card-in .t1 {color: var(--main);}
.card.type02:hover .card-in .t2 {color: var(--main);}
.card.type02:hover .arr-btn.sizeS {background-color: var(--main); border-color: var(--main);}
.card.type02:hover .arr-btn.sizeS path {stroke: var(--white);}

.card.type03 {}
.card.type03 .card-in {}
.card.type03 .card-in .card-img {border-radius: 16px;}
.card.type03 .card-in .card-content {margin-top: 24px;}
.card.type03 .card-in .card-content .t1 {font-weight: 600; font-size: 20px; color: var(--black); line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.card.type03 .card-in .card-content .t1 span {display: inline-block; position: relative;}
.card.type03 .card-in .card-content .t1 span::before {content: ''; width: 0; height: 2px; background-color: var(--black); position: absolute; bottom: 0; left: 0; transition: .5s;}
.card.type03 .card-in .card-content .t2 {margin-top: 8px; font-weight: 500; font-size: 16px; color: #666666; line-height: 1.5;}

.card.type03:hover .card-in .card-content .t1 span::before {width: 100%;}

/* breadcrumb */
.breadcrumb {}
.breadcrumb-ul {display: flex; align-items: flex-start;}
.breadcrumb-ul li {font-weight: 600; font-size: 16px; line-height: 1.35; color: var(--white); position: relative;}
.breadcrumb-ul li ~ li {margin-left: 32px;}
.breadcrumb-ul li::after {content: ''; width: 24px; height: 24px; background: url('/source/img/icon-arr-right01.png') no-repeat center; position: absolute; top: -2px; right: -28px;}
.breadcrumb-ul li:last-child::after {display: none;}
.breadcrumb-ul li.home {font-size: 0; line-height: 1;}
.breadcrumb-ul li.home img:last-child {display: none;}
.breadcrumb-ul li a {font-size: 0;}

.black .breadcrumb-ul li {color: var(--black);}
.black .breadcrumb-ul li.home img:last-child {display: block;}
.black .breadcrumb-ul li.home img:first-child {display: none;}
.black .breadcrumb-ul li::after {background: url('/source/img/icon-arr-right01-b.png') no-repeat center;}