
/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Common *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.note {text-align: center; font-size: var(--fz-16); line-height: 1.625em; color: #888;}


/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Section *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.section {padding: 140px 0; box-sizing: border-box;}
.section.p-100 {padding: 100px 0; box-sizing: border-box;}
.section.pb-0 {padding-bottom: 0;}
.section.pt-0 {padding-top: 0;}
.section.last {padding-bottom: 200px;}
.section.paper {background: url(/statics/images/img/paper_bg.jpg) no-repeat center center / cover;}
.section.gradient {background: linear-gradient(to bottom, #fff, #e5afa0);}

.section [class^=row] + [class^=row] {margin-top: 80px;}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * btn *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.btn_wrap {display: flex; align-items: center;}
.btn_wrap .btn {display: flex; align-items: center; justify-content: center;}
.btn_wrap .basic {font-weight: 500; font-size: var(--fz-18); height: 60px; border-radius: 30px; transition: 0.25s; padding: 0 40px; box-sizing: border-box;}
.btn_wrap .bd-main {color: #1e2d64; border: 1px solid #1e2d64;}
.btn_wrap .bd-main:hover {background-color: #1e2d64; color: #fff;}
.btn_wrap .bd-white {color: #fff; border: 1px solid #fff;}
.btn_wrap .bd-white:hover {background-color: #fff; color: #1e2d64;}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * tab btn *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.tab_btn {display: flex; align-items: center;}
.tab_btn .btn {display: flex; align-items: center; justify-content: center;}
.tab_con > * {display: none;}
.tab_con .on {display: block;}

/* type01 */
.tab_btn.type01 {gap: 10px 20px; justify-content: center;}
.tab_btn.type01 .btn {width: calc(14.285% - 18px); height: 60px; border-radius: 30px; background-color: #f9f9f9; border: 1px solid #e5e5e5; font-weight: 600; font-size: var(--fz-18); line-height: 1.55em; color: #666; transition: 0.25s; box-sizing: border-box; font-family: var(--kor-eng-font);}
.tab_btn.type01 .btn.on,
.tab_btn.type01 .btn:hover {background-color: #1e2d64; color: #fff; border-color: transparent;}

@media all and (max-width: 1200px) {
    .tab_btn.type01 {max-width: 640px; margin: auto; flex-wrap: wrap;}
    .tab_btn.type01 .btn {width: calc(25% - 15px);}
}

@media all and (max-width: 767px) {
    .tab_btn.type01 {max-width: 475px;}
    .tab_btn.type01 .btn {width: calc(33.3333% - 14px);}
    .tab_btn.type01 .btn.last {width: 100%;}
}

/* type02 */
.tab_btn.type02 {justify-content: center;}
.tab_btn.type02 .btn {width: 16.6666%; font-weight: 600; font-size: var(--fz-18); line-height: 1.55em; color: #888; padding-bottom: 25px; box-sizing: border-box; border-bottom: 1px solid #888; position: relative;}
.tab_btn.type02 .btn.active {color: #1e2d64;}
.tab_btn.type02 .btn.active::before {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background-color: #1e2d64;}

@media all and (max-width: 767px) {
    .tab_btn.type02 {flex-wrap: wrap; row-gap: 25px;}
    .tab_btn.type02 .btn {width: 33.3333%;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * Title *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.main_tit.mb {margin-bottom: 80px;}
/* main tit (h3) */
.main_tit h3 {font-family: var(--kor-eng-font); font-weight: 300; font-size: var(--fz-62); line-height: 1.3em;}
.main_tit h3 span {text-decoration: underline; text-underline-offset: 15px; text-decoration-thickness: 3px;}
.main_tit h3 i {font-style: normal; font-size: var(--fz-42);}
/* main_tit (h4) */
.main_tit h4 {font-family: var(--eng-font); font-weight: 700; font-size: var(--fz-62); line-height: 1.16em; letter-spacing: 0.1em;}
.main_con_tit h5 {font-weight: 700; font-size: var(--fz-42);}
/* sub_main_tit */
.sub_main_tit.mb {margin-bottom: 60px;}
.sub_main_tit.ta-center {text-align: center;}
.sub_main_tit h3 {font-family: var(--kor-eng-font); font-weight: 200; font-size: var(--fz-42); line-height: 1.23em; color: #333;}
.sub_main_tit h3 b {font-weight: 700;}
.sub_main_tit h3 b.fw600 {font-weight: 600;}
/* sub_con_tit */
.sub_con_tit {}

.heading.mb {margin-bottom: 80px;}
.heading .desc.mt {margin-top: 60px;}
.heading .desc p {font-size: var(--fz-18); line-height: 1.55em;}
.heading .desc b {display: block; font-weight: 500; font-size: var(--fz-28); line-height: 1.35em; color: #1e2d64;}
.heading .desc span {font-weight: 200; font-size: var(--fz-18); line-height: 1.55em; color: #1e2d64;}
.heading .desc b.mt {margin-top: 50px;}
.heading .desc b.mb {margin-bottom: 50px;}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * txt_list *
 * 공지사항, 미디어
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.txt_list.type01 li {padding: 50px 0; box-sizing: border-box; display: flex; gap: 30px; justify-content: space-between; align-items: center;}
.txt_list.type01 li > * {flex-shrink: 1;}
.txt_list.type01 li:not(.no-data) {cursor: pointer; border-bottom: 1px solid #c9c9c9;}
.txt_list.type01 li .fx-shrink {width: calc(100% - 1em - 30px); font-size: var(--fz-45); flex-shrink: 1;}
.txt_list.type01 li .txt_box {background-color: #fff; color: #888; box-sizing: border-box; transition: 0.25s;}
.txt_list.type01 li .box_label {display: flex;  font-weight: 300; font-size: var(--fz-16); line-height: 1.625em; flex-wrap: wrap; gap: 0 25px; margin-bottom: 25px;}
.txt_list.type01 li .box_title h5 {font-weight: 500; font-size: var(--fz-26); line-height: 1.38em; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.25s;}
.txt_list.type01 li:not(.no-data):hover .box_title h5 {text-decoration: underline; text-underline-offset: 5px; color: #1e2d64;}
.txt_list.type01 li .box_title p {font-size: var(--fz-18); line-height: 1.55em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 20px;}
.txt_list.type01 li .box_title .dev {display: none;}
.txt_list.type01 li .arrow {font-size: var(--fz-45); width: 1em; height: 1em; background: url(/statics/images/img/arrow_45x45.png) no-repeat center center / contain; filter: brightness(0) saturate(100%) invert(91%) sepia(4%) saturate(992%) hue-rotate(192deg) brightness(86%) contrast(87%); flex-shrink: 0;}
.txt_list.type01 li:hover .arrow {filter: brightness(0) saturate(100%) invert(11%) sepia(58%) saturate(2667%) hue-rotate(218deg) brightness(96%) contrast(90%);}


/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * txt_list(type02) *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.txt_list.type02 li {font-weight: 500; font-size: var(--fz-20); line-height: 1.5em; padding: 15px 30px; box-sizing: border-box; border-radius: 60px;}
.txt_list.type02 li + li {margin-top: 10px;}
.txt_list.type02 li:nth-child(odd) {background-color: #1e2d64; color: #fff;}
.txt_list.type02 li:nth-child(even) {background-color: #fff; color: #1e2d64;}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * check_list *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.check_list {list-style: url(/statics/images/img/check_blue_14x11.png); font-size: var(--fz-20); line-height: 1.5em; color: #666; padding-left: calc(14px + 0.5em); box-sizing: border-box;}
.check_list li b {font-weight: 700; color: #1e2d64;}
.check_list li + li {margin-top: 15px;}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * circle_list *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.circle_list.type01 {display: flex; flex-wrap: wrap;}
.circle_list.type01 li {display: flex; align-items: center; justify-content: center; width: calc(25% + 1.2rem); aspect-ratio: 1/1; border: 2px solid #1e2d64; border-radius: 50%; background-color: rgba(255, 255, 255, 0.5); box-sizing: border-box;}
.circle_list.type01 li + li {margin-left: -1.66rem;}
.circle_list.type01 li .txt_box {width: 70%; text-align: center;}
.circle_list.type01 li i {display: inline-block; background: url(/statics/images/img/check_14x11.png) no-repeat center center / contain; width: 14px; height: 11px; filter: brightness(0) saturate(100%) invert(10%) sepia(75%) saturate(2850%) hue-rotate(223deg) brightness(83%) contrast(87%); margin-bottom: 16px;}
.circle_list.type01 li h6 {font-weight: 700; font-size: var(--fz-24); line-height: 1.25em; color: #1e2d64;}
.circle_list.type01 li p {font-size: var(--fz-16); line-height: 1.625em; color: #666; margin: 15px auto 0;}

@media all and (max-width: 1024px) {
    .circle_list.type01 {gap: 20px; justify-content: center;}
    .circle_list.type01 li {width: calc(50% - 10px); max-width: 300px;}
    .circle_list.type01 li + li {margin-left: 0;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * title_list *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.title_list .tit {font-weight: 600; font-size: var(--fz-22); line-height: 1.36em; color: #333;}
.title_list .line {width: 100%; height: 1px; background-color: #1e2d64; margin: 15px 0 30px;}
.title_list ul {display: flex; flex-wrap: wrap; gap: 20px;}
.title_list ul li {width: calc(50% - 10px);}
.title_list ul li h6 {text-align: center; font-weight: 700; font-size: var(--fz-20); line-height: 1.5em; color: #fff; background-color: #1e2d64; padding: 10px; box-sizing: border-box; border-radius: 50px;}
.title_list ul li p {text-align: center; font-size: var(--fz-16); line-height: 1.625em; color: #666; margin-top: 15px;}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * info_list *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.info_list {display: flex; justify-content: center; gap: 100px;}
.info_list li {width: calc(16.666% - 84px); max-width: 150px;}
.info_list li .icon_box {width: 100%; aspect-ratio: 1/1; border-radius: 50%; background-color: #fff; border: 1px solid #f5e0d9; box-sizing: border-box; position: relative; margin-bottom: 30px;}
.info_list li .icon_box img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: fit-content;}
.info_list li .icon_box::before {content: ''; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); width: 2px; height: 50px; background: linear-gradient(to bottom, #fff, #1e2d64);}
.info_list li .txt_box {text-align: center; }
.info_list li .txt_box h6 {font-weight: 500; font-size: var(--fz-22); line-height: 1.45em; color: #1e2d64;}
.info_list li .txt_box p {font-weight: 500; font-size: var(--fz-18); line-height: 1.55em; color: #333;}

@media all and (max-width: 1300px) {
    .info_list {gap: 50px;}
    .info_list li {width: calc(16.666% - 42px);}
}

@media all and (max-width: 1024px) {
    .info_list {flex-wrap: wrap; max-width: 550px; margin: auto;}
    .info_list.grid-4 {max-width: 350px;}
    .info_list li {width: calc(33.333% - 34px);}
    .info_list.grid-4 li {width: calc(50% - 25px);}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * img_list(type01) *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.img_list.type01 {display: flex; gap: 70px; justify-content: center; flex-wrap: wrap;}
.img_list.type01 li {width: calc(33.3333% - 47px); position: relative;}
.img_list.type01 .img_box {height: 300px; margin-bottom: 10px;}
.img_list.type01 .img_box img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.img_list.type01 li i.arrow {position: absolute; top: 150px; right: -35px; transform: translate(50%, -50%); width: 105px; aspect-ratio: 1/1; border-radius: 50%; background-color: #fff; z-index: 1;}
.img_list.type01 li i::before {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url(/statics/images/img/arrow_16x27.png) center center / contain; width: 16px; height: 27px;}
.img_list.type01 .txt_box {height: calc(100% - 310px); color: #1e2d64; border: 1px solid #e4e4e5; border-top: 2px solid #1e2d64; text-align: center; padding: 40px 20px; box-sizing: border-box;}
.img_list.type01 .txt_box p {font-size: var(--fz-20); line-height: 1.7em; margin: auto;}
.img_list.type01 .txt_box b {font-weight: 700; font-size: var(--fz-24); line-height: 1.42em;}

@media all and (max-width: 1300px) {
    .img_list.type01 {gap: 30px;}
    .img_list.type01 li {width: calc(33.333% - 20px);}
    .img_list.type01 li i.arrow {right: -15px;}
}

@media all and (max-width: 1024px) {
    .img_list.type01 li {width: calc(50% - 15px); max-width: 420px;}
}

@media all and (max-width: 767px) {
    .img_list.type01 li {width: 100%;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * box *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
/* type01 */
.box.type01 {background: url(/statics/images/img/box_bg01.jpg) no-repeat center center / cover; text-align: center; padding: 50px 25px; box-sizing: border-box;}
.box.type01 p {font-weight: 200; font-size: var(--fz-22); line-height: 1.63em; color: #333;}
.box.type01 h5 {font-family: var(--kor-eng-font); font-weight: 600; font-size: var(--fz-26); line-height: 1.38em; color: #1e2d64;}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * layout01 *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.layout01 {background: linear-gradient(to bottom, #fff, #e5afa0);}
.layout01 .txt_list {display: none;}
.layout01 .img_box {text-align: center; position: relative;}
.layout01 .img_box img {width: 100%; max-width: fit-content;}
.layout01 .img_box img.hover {position: absolute; top: 0; left: 50%; transform: translateX(-50%);}

@media all and (max-width: 1400px) {
    .layout01 .img_box img.hover {display: none;}
    .layout01 .txt_list.type02 {display: block; margin: 0 auto 80px;}
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .layout01 .inner {display: flex;}
    .layout01 .img_box {width: 50%; align-self: flex-end;}
    .layout01 .txt_list.type02 {width: 50%;}
}

@media all and (max-width: 1024px) {
    .layout01 .txt_list.type02 {max-width: 550px;}
}


/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * layout02 *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.layout02 {padding: 120px 0;}
.layout02 .flex_wrap {gap: 100px; align-items: center;}
.layout02.gradient {
    /* background: linear-gradient(to bottom, #fff, #f5e0d9); */
}
.layout02 .flex_wrap.reverse .left {order: 1;}
.layout02 .left {width: 50%;}
.layout02 .right {width: calc(50% - 100px);}
.layout02 .img_box img {width: 100%;}
.layout02 .title_list.mt {margin-top: 50px;}

@media all and (max-width: 1200px) {
    .layout02 .flex_wrap {gap: 50px;}
    .layout02 .right {width: calc(50% - 50px);}
}

@media all and (max-width: 1024px) {
    .layout02 .flex_wrap {flex-wrap: wrap;}
    .layout02 .left {width: 100%;}
    .layout02 .right {width: 100%;}
    .layout02 .flex_wrap.reverse .left {order: 0;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * layout03 *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.layout03 .flex_wrap {align-items: center;}
.layout03 .left,
.layout03 .right {width: 50%;}
.layout03 .txt_box {max-width: 700px; padding-left: 150px; box-sizing: border-box;}
.layout03 .txt_box b.mb {margin-bottom: 30px;}
.layout03 .txt_box b.mt {margin-top: 30px;}
.layout03 .txt_box p + p {margin-top: 15px;}
.layout03 .img_box img {width: 100%;}

@media all and (max-width: 1400px) {
    .layout03 .txt_box {padding-left: 100px;}
}

@media all and (max-width: 1200px) {
    .layout03 .txt_box {padding-left: 50px;}
}

@media all and (max-width: 1024px) {
    .layout03 .flex_wrap {flex-wrap: wrap; gap: 60px;}
    .layout03 .left,
    .layout03 .right {width: 100%;}
    .layout03 .txt_box {padding-left: 0;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * layout04 *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.layout04 {background-color: #1e2d64; color: #fff; padding-bottom: 0;}
.layout04 .sub_main_tit h3 {color: #fff;}
.layout04 .img_box {text-align: center;}
.layout04 .img_box img {width: 100%; max-width: fit-content;}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * layout05 *
    
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.layout05 {padding: 60px; box-sizing: border-box;}
.layout05 .box {background-color: #f9f9f9; padding: 100px 0; box-sizing: border-box;}
.layout05 .flex_wrap {gap: 40px;}
.layout05 .check_list {width: calc(50% - 20px);}

@media all and (max-width: 767px) {
    .layout05 .flex_wrap {flex-wrap: wrap; gap: 15px;}
    .layout05 .check_list {width: 100%;}
}

.all_img_box {
    width: 100%;
}

.all_img_box img {
    width: 100% !important;
    display: block;
}
