@charset "utf-8";

/* 공통 inner */
.com-inner-1780 {width: 100%; max-width: 1780px; margin: 0 auto;}
.com-inner-1500 {width: 100%; max-width: 1500px; margin: 0 auto;}

/* PADDING */
.com-pdlr-20 {padding: 0 20px;}

/* COLOR */
.com-color-red {color: #FF0000 !important;}
.com-color-blue {color: #3A89FF !important;}
.com-color-main-01 {color: #004386 !important;}
.com-color-main-02 {color: #A6165F !important;}
.com-color-white {color: #fff !important;}


/* BUTTON */
.com-btn-more-01 {min-width: 175px; height: 58px; font-size: 20px; color: #fff; display: inline-flex; justify-content: space-between; align-items: center; border-radius: 50px; border: 1px solid #d9d9d9; padding: 0 20px; background-color: transparent; font-weight: 500; gap: 10px;}
.com-btn-more-01:where(:hover,:focus) {background-color: #fff; color: #000;}
.com-btn-more-01 i {font-weight: 800; font-size: 16px;}

.com-btn-01 {min-width: 100px; height: 40px; display: flex; justify-content: center; align-items: center; font-size: 16px; border: 1px solid #aaa; padding: 0 10px; background-color: var(--bg--bg-primary);}justify-content: center; align-items: center;}
.com-btn-01:where(:hover,:focus) {background-color: #fff; color: #000;}
.com-btn-01 i:where(.xi-angle-left-min, .xi-angle-right-min) {font-size: 24px; font-weight: 800;}
.com-btn-01.type-02 {border-color: #333; color: #333;}

.com-btn-02 {font-size: 17px; color: #fff; padding: 10px 25px; background-color: #333; border-radius: 5px;}
.com-btn-02:where(:hover,:focus) {filter: brightness(0.8);}

.com-btn-download-01 {min-width: 110px; height: 40px; display: flex; justify-content: center; align-items: center; color: #fff; background-color: var(--btn--btn-color02); gap: 5px; padding: 0 10px;}
.com-btn-download-01:where(:hover,:focus) {filter: brightness(0.8);}
.com-btn-download-01.type-02 {background-color: #888; color: #fff;}
html[data-mode="dark"] .com-btn-download-01.type-02 {background-color: #434343;}
.com-btn-download-02 {display: inline-flex; justify-content: center; align-items: center; text-align: center; padding: 5px; background-color: var(--btn--btn444); color: var(--white); font-size: 12px; border-radius: 3px; font-weight: 300; gap: 3px;}
html[data-mode="dark"] .com-btn-download-02 {background-color: #444;}
.com-btn-download-02:where(:hover,:focus) {filter: brightness(0.8);}
.com-btn-download-03 {min-width: 275px; height: 60px; font-size: 15px; display: flex; justify-content: center; align-items: center; padding: 10px; background-color: var(--btn--btn-color02); color: #fff; font-weight: 600; gap: 5px;}
.com-btn-download-03.type-02 {color: var(--contents--accent-color); border: 1px solid var(--btn--btn-color02); background-color: var(--bg--bg-primary);}
.com-btn-download-03:where(:hover,:focus) {filter: brightness(0.8);}

.com-btn-kakaomap {font-size: 18px; color: #fff; background-color: #004286; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 12px 20px; font-weight: 600;}
.com-btn-kakaomap:where(:hover,:focus) {filter: brightness(0.8);}

.com-btn-shortcut-01 {width: fit-content; padding: 10px 12px; font-size: 15px; color: var(--btn--btn-color03); border: 1px solid #A0A0A1; display: flex; justify-content: center; align-items: center; gap: 5px; font-weight: 600;}
.com-btn-shortcut-01:where(:hover,:focus) {background-color: #f1f1f1;}
.com-btn-shortcut-01 .arrow {transform: rotate(-45deg);}
.com-btn-shortcut-01.type-01 {background-color: var(--main03); color: var(--white); border: none;}
.com-btn-shortcut-01.type-01:where(:hover,:focus) {filter: brightness(0.8);}
.com-btn-shortcut-01.type-02 {color: var(--btn--btn-color02); border-color: var(--btn--btn-color02);}
.com-btn-shortcut-01.type-02:where(:hover,:focus) {color: #fff; background-color: var(--btn--btn-color02);}


@media screen and (max-width: 1080px) {
    .com-btn-more-01 {font-size: 18px; min-width: 160px; height: 47px; padding: 0 17px;}
    .com-btn-more-01 i {font-size: 14px;}

    .com-btn-02 {font-size: 15px; padding: 8px 17px;}

    .com-btn-kakaomap {font-size: 16px; padding: 10px 15px;}
}

@media screen and (max-width: 768px) {
    .com-btn-more-01 {font-size: 16px; min-width: 135px; height: 40px; padding: 0 14px;}
    .com-btn-more-01 i {font-size: 12px;}

    .com-btn-01 {width: 40px; height: 40px; font-size: 18px;}

    .com-btn-02 {font-size: 14px; padding: 10px 15px;}

    .com-btn-kakaomap {font-size: 14px; padding: 10px 12px;}
    .com-btn-kakaomap img {width: 18px;}
}

@media screen and (max-width: 480px) {
    
}

/* BUTTON BOX */
.com-btn-box-01 {display: flex; gap: 5px;}
.com-btn-box-02 {display: flex; flex-wrap: wrap; gap: 5px 10px; background-color: #f9f9f9; border: 1px solid #ddd; padding: 20px 30px;}
.com-btn-box-03 {display: flex; flex-wrap: wrap; gap: 5px 10px; padding: 5px 0;}
.com-btn-box-04 {display: flex; flex-wrap: wrap; justify-content: flex-end; padding: 15px 0; gap: 5px 10px;}
.com-btn-box-05 {display: flex; justify-content: center; margin-top: 30px; gap: 5px 10px;}
.com-btn-box-06 {display: flex; justify-content: center; row-gap: 5px; column-gap: 25px;}
.com-btn-box-07 {display: flex; justify-content: flex-end; margin-top: 15px; flex-wrap: wrap;}

@media screen and (max-width: 1080px) {
    .com-btn-box-02 {padding: 12px 15px;}

    .com-btn-box-06 {column-gap: 10px;}
}

@media screen and (max-width: 480px) {
    .com-btn-box-01 {gap: 3px 5px;}
    .com-btn-box-02 {gap: 3px 5px;}
}


/* TITLE */
.com-title-01 {font-size: 50px; color: #000; font-weight: 800; text-align:center; margin:90px 0;}
.com-title-01 .small {font-size: 20px; color: #004386; font-weight: 600; margin-bottom: 5px;}

.com-title-02 {font-weight: 800; font-size: 40px; color: #000; text-align: center; margin: 90px 0;}
.com-title-02.type-02 {border-bottom: 1px solid var(--border--content-box); padding-bottom: 30px; margin-bottom: 20px;}
.com-title-02.type-03 {font-size: 20px;}
.com-title-02.type-03 .icon {top: 6px;}
.com-title-02.type-03 .title {padding-left: 18px; font-weight: 800;}
.com-title-02.type-04 {justify-content: space-between; font-size: 17px;}
.com-title-02.type-04 .srch-box {display: flex; height: 45px; gap: 10px; font-weight: 400;}
.com-title-02.type-04 .srch-box select {width: 135px; background-color: var(--bg--bg-primary); border: none; border-bottom: 1px solid #d9d9d9;}
.com-title-02.type-04 .input-box {position: relative;}
.com-title-02.type-04 .input-box input {width: 260px; height: 100%; border: none; border-bottom: 1px solid #d9d9d9; padding-left: 10px; padding-right: 40px; color: var(--contents--placeholder);}
.com-title-02.type-04 .input-box input::placeholder {color: var(--contents--placeholder);}
.com-title-02.type-04 .input-box .btn-srch {position: absolute; top: 50%; right: 10px; transform: translateY(-50%);}

.com-title-02.dg01 {display: flex; flex-wrap: wrap; align-items: center; font-size: 22px; font-weight: 600; gap: 7px 20px; margin-bottom: 18px;}
.com-title-02.dg01 .title {margin-top:0;}

.com-title-02 .title {position: relative; padding-left:30px; word-break: break-all; font-size:22px; margin-top:-80px;}
.com-title-02 .wd100 {width:100%;}
.com-title-02 .icon {position: absolute; top: 3px; left: 0;}
.com-title-02 .icon.dark {display: none;}
html[data-mode="dark"] .com-title-02 .icon.light {display: none;}
html[data-mode="dark"] .com-title-02 .icon.dark {display: block;}
.com-title-02 .info-txt {font-size: 15px; color: #888; font-weight: 400;}
.com-title-02 .com-btn-shortcut-01 {margin-left: auto;}

.com-title-03 {font-size: 25px; font-weight: 800; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 20px;}
.com-title-03 .btn-list {display: flex; flex-wrap: wrap; align-items: center; gap: 5px; font-size: 15px; font-weight: 600;}
.com-title-03 .btn-list a {display: block; padding: 13px 23px; border: 1px solid #888; color: #888;}
.com-title-03 .btn-list a.active {background-color: #555; color: var(--contents---secondary);}
.com-title-03 .btn-list a:where(:hover,:focus) {background-color: #f1f1f1;}
.com-title-03 .btn-list a.active:where(:hover,:focus) {filter: brightness(0.8);}

.com-title-04 {font-size: 20px; font-weight: 800; color: #000; text-align: center; margin-bottom: 10px;}

@media screen and (max-width: 1080px) {
    .com-title-01 {font-size: 40px;}
    .com-title-01 .small {font-size: 18px;}

    .com-title-02 {font-size: 30px; margin: 60px 0;}
    .com-title-02 .icon {height: 18px;}
    .com-title-02 .info-txt {font-size: 14px;}
    .com-title-02.type-02 {padding-bottom: 15px; margin-bottom: 15px;}
    .com-title-02.type-03 {font-size: 18px;}
    .com-title-02.type-03 .icon {height: 9px;}
    .com-title-02.type-03 .title {padding-left: 15px;}
    .com-title-02.type-04 .srch-box {height: 38px; gap: 7px; font-size: 14px;}
    .com-title-02.type-04 .srch-box select {width: 85px;}
    .com-title-02.type-04 .input-box input {width: 200px;}
    .com-title-02.type-04 .input-box .btn-srch {width: 18px;}

    .com-title-03 {font-size: 22px; margin-bottom: 12px;}
    .com-title-03 .btn-list {font-size: 14px;}
    .com-title-03 .btn-list a {padding: 10px 15px;}

    .com-title-04 {font-size: 17px;}
}

@media screen and (max-width: 768px) {
    .com-title-01 {font-size: 30px;}
    .com-title-01 .small {font-size: 16px; margin-bottom: 2px;}

    .com-title-02 {font-size: 25px; margin: 40px 0;}
    .com-title-02 .title {padding-left: 25px;}
    .com-title-02 .icon {height: 16px;}
    .com-title-02.type-03 {font-size: 16px;}
    .com-title-02.type-03 .icon {height: 8px; top: 5px}
    .com-title-02.type-04 {}
    .com-title-02.type-04 .srch-box {width: 100%;}
    .com-title-02.type-04 .srch-box select {flex-shrink: 0;}
    .com-title-02.type-04 .input-box {width: 100%;}
    .com-title-02.type-04 .input-box input {width: 100%;}
}

@media screen and (max-width: 480px) {
    .com-title-02 .info-txt {font-size: 13px;}
}


/* TAB */
.com-tab-list-01 {display: flex; flex-wrap: wrap; color: var(--contents--text-color555); background-color: var(--bg--bg-content_01); border: 1px solid var(--border--content-box); font-weight: 500; margin-bottom: 37px; font-size: 18px;}
.com-tab-list-01 a {display: block; padding: 20px 30px;}
.com-tab-list-01 a.active {background-color: var(--btn--btn-color02); color: #fff;}
.com-tab-list-01 a:not(.active):where(:hover,:focus) {background-color: #e8e8e8;}
html[data-mode="dark"] .com-tab-list-01 a:not(.active):where(:hover,:focus) {background-color: #111;}
.com-tab-list-02 {display: grid; background-color: var(--bg--bg-content_01); font-size: 18px; color: var(--contents--text-color555); text-align: center; font-weight: 600; margin-bottom: 90px; border: 1px solid var(--border--table-td); border-bottom: none; position: relative;}
.com-tab-list-02::before {content: ""; width: 100%; height: 1px; background-color: var(--border--table-td); position: absolute; bottom: 0; left: 0;}
.com-tab-list-02 li {border-right: 1px solid var(--border--table-td); border-bottom: 1px solid var(--border--table-td);}
.com-tab-list-02 a {display: flex; justify-content: center; align-items: center; background-color: var(--bg--bg-primary); padding: 10px; min-height: 63px; height: 100%;}
.com-tab-list-02 a:not(.active):where(:hover,:focus) {background-color: #f1f1f1;}
html[data-mode="dark"] .com-tab-list-02 a:not(.active):where(:hover,:focus) {background-color: #000;}
.com-tab-list-02 a.active {background-color: var(--btn--btn-color02); color: var(--white);}
.com-tab-list-02.col-5 {grid-template-columns: repeat(5,minmax(0,1fr));}
.com-tab-list-02.col-5 li:nth-of-type(5n) {border-right: none;}
.com-tab-list-02.col-4 {grid-template-columns: repeat(4,minmax(0,1fr));}
.com-tab-list-02.col-4 li:nth-of-type(4n) {border-right: none;}
.com-tab-list-02.col-3 {grid-template-columns: repeat(3,minmax(0,1fr));}
.com-tab-list-02.col-3 li:nth-of-type(3n) {border-right: none;}
.com-tab-list-02.col-2 {grid-template-columns: repeat(2,minmax(0,1fr));}
.com-tab-list-02.col-2 li:nth-of-type(2n) {border-right: none;}

.com-tab-list-03 {display: grid; color: var(--contents--text-color555); font-size: 17px; font-weight: 500; border: 1px solid var(--border--content-box); background-color: var(--bg--list-box-bg); padding: 25px 30px; gap: 25px 15px; margin-bottom: 55px;}
.com-tab-list-03 a {width: fit-content; display: block; padding-left: 13px; transition: none; position: relative;}
.com-tab-list-03 a::before {content: ""; width: 3px; height: 3px; background-color: var(--contents--text-color555); border-radius: 50%; position: absolute; top: 8px; left: 0;}
.com-tab-list-03 a.active {color: var(--contents--primary); font-weight: 800; text-decoration: underline; text-underline-position: under;}
.com-tab-list-03 a.active::before {background-color: var(--contents--primary);}
.com-tab-list-03 a:where(:hover,:focus) {text-decoration: underline; text-underline-position: under;}

.com-tab-list-03.col-6 {grid-template-columns: repeat(6, minmax(0,1fr));}
.com-tab-list-03.col-6-eng {grid-template-columns: repeat(4, minmax(0,1fr));}

.com-tab-list-03.col-space-between {display: flex; justify-content: space-between; gap: 10px 20px;}

.com-tab-list-04 {display: flex; flex-wrap: wrap; gap: 8px 15px; justify-content: center; font-weight: 500; font-size: 18px; margin-bottom: 40px;}
.com-tab-list-04 > li {}
.com-tab-list-04 a {width: 220px; min-height: 60px; height: 100%; display: flex; justify-content: center; align-items: center; padding: 10px; border: 1px solid #ddd; color: var(--contents--text-color888); text-align: center; background-color: #fff;}
html[data-mode="dark"] .com-tab-list-04 a {border-color: var(--border--btn-a-a-a); background-color: var(--bg--bg-primary);}
.com-tab-list-04 a.active {background-color: var(--btn--btn-color02); color: #fff; border: none;}
html[data-mode="dark"] .com-tab-list-04 a.active {background-color: var(--btn--btn-color02);}
.com-tab-list-04 a:not(.active):where(:hover,:focus) {filter: brightness(0.9);}

.com-tab-list-05 {display: flex; flex-wrap: wrap; justify-content: center; font-size: 17px; font-weight: 600; color: var(--contents--tab-default); border-bottom: 1px solid var(--border--content-box); gap: 0 85px; margin-bottom: 50px;}
.com-tab-list-05 a {display: flex; height: 100%; justify-content: center; align-items: center; padding: 15px; position: relative;}
.com-tab-list-05 a::before {content: ""; display: none; width: 100%; height: 5px; background-color: #A61660; position: absolute; left: 0; bottom: 0;}
.com-tab-list-05 a.active {color: var(--contents--tab-active);}
.com-tab-list-05 a.active::before {display: block;}
.com-tab-list-05 a:not(.active):where(:hover,:focus) {background-color: #f1f1f1;}
html[data-mode="dark"] .com-tab-list-05 a:not(.active):where(:hover,:focus) {background-color: #222;}
.com-tab-list-05.type-02 {gap: 0 20px;}

.com-tab-list-06 {display: flex; border-top: 1px solid #ddd; border-left: 1px solid #ddd; font-size: 18px; font-weight: 500; margin-bottom: 30px;}
.com-tab-list-06 li {width: 100%; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.com-tab-list-06 a {height: 100%; display: flex; justify-content: center; align-items: center; background-color: var(--bg--bg-primary); color: var(--contents--text-color888); text-align: center; padding: 15px 10px;}
.com-tab-list-06 a.active {color: var(--white); background-color: #888;}
.com-tab-list-06 a:not(.active):where(:hover,:focus) {background-color: #f1f1f1;}
html[data-mode="dark"] .com-tab-list-06 a:not(.active):where(:hover,:focus) {background-color: #000;}

.com-tab-list-07 {display: flex; border-top: 1px solid #ddd; border-left: 1px solid #ddd; font-size: 18px; font-weight: 500; margin-bottom: 30px; gap: 8px;}
.com-tab-list-07 li {width: 100%; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.com-tab-list-07 a {height: 100%; display: flex; justify-content: center; align-items: center; background-color: var(--bg--bg-primary); color: var(--contents--text-color555); text-align: center; padding: 15px 10px;}
.com-tab-list-07 a.active {color: var(--white); background-color: var(--btn--btn-color02);}
.com-tab-list-07 a:not(.active):where(:hover,:focus) {background-color: #f1f1f1;}
html[data-mode="dark"] .com-tab-list-07 a:not(.active):where(:hover,:focus) {background-color: #000;}

.com-tab-list-08 {display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-left: 1px solid #ddd; border-top: 1px solid #ddd; font-size: 18px; font-weight: 400; text-align: center; margin-bottom: 30px;}
.com-tab-list-08 li {border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.com-tab-list-08 a {height: 100%; display: flex; justify-content: center; align-items: center; background-color: var(--bg--bg-primary); color: var(--contents--text-color888); padding: 15px 10px;}
.com-tab-list-08 a.active {color: var(--white); background-color: #888;}
.com-tab-list-08 a:not(.active):where(:hover,:focus) {background-color: #f1f1f1;}
html[data-mode="dark"] .com-tab-list-08 a:not(.active):where(:hover,:focus) {background-color: #000;}

.com-tab-list-09 {display: flex; justify-content: center; flex-wrap: wrap; font-size: 21px; gap: 5px 30px; color: #000; margin-bottom: 40px;}
.com-tab-list-09 a {padding: 7px; display: block; position: relative;}
.com-tab-list-09 a::before {content: ""; display: none; width: 100%; height: 3px; background-color: #A61660; position: absolute; top: 0; left: 0;}
.com-tab-list-09 a:not(.active):where(:hover,:focus) {text-decoration: underline; text-underline-position: under;}
.com-tab-list-09 a.active {font-weight: 600;}
.com-tab-list-09 a.active::before {display: block;}

.com-tab-list-10 {display: flex; color: var(--contents--text-color555); border-top: 1px solid var(--border--table-td); border-left: 1px solid var(--border--table-td); font-size: 18px; font-weight: 600; text-align: center; margin-bottom: 60px;}
.com-tab-list-10 li {width: 100%; border-bottom: 1px solid var(--border--table-td); border-right: 1px solid var(--border--table-td);}
.com-tab-list-10 a {height: 100%; min-height: 63px; padding: 10px; background-color: var(--bg--bg-primary); display: flex; justify-content: center; align-items: center;}
.com-tab-list-10 a.active {background-color: var(--btn--btn-color02); color: var(--white);}
.com-tab-list-10 a:not(.active):where(:hover,:focus) {filter: brightness(0.9);}

@media screen and (max-width: 1080px) { 
    .com-tab-list-01 {font-size: 15px;}
    .com-tab-list-01 a {padding: 15px 25px;}

    .com-tab-list-02 {font-size: 16px; margin-bottom: 60px;}
    .com-tab-list-02 a {min-height: 55px;}

    .com-tab-list-03 {font-size: 15px; padding: 20px; gap: 15px;}
    .com-tab-list-03 a {padding-left: 10px;}
    .com-tab-list-03 a::before {top: 7px;}

    .com-tab-list-04 {font-size: 16px; gap: 5px 10px; margin-bottom: 20px;}
    .com-tab-list-04 a {width: 180px; min-height: 50px;}

    .com-tab-list-05 {font-size: 15px; gap: 0 20px; margin-bottom: 30px;}
    .com-tab-list-05 a {padding: 12px 15px;}
    .com-tab-list-05 a::before {height: 3px;}
    .com-tab-list-05.type-02 {gap: 0 10px;}

    .com-tab-list-06 {font-size: 14px; margin-bottom: 20px;}
    .com-tab-list-06 a {padding: 12px 10px;}

    .com-tab-list-07 {font-size: 14px; margin-bottom: 20px;}
    .com-tab-list-07 a {padding: 12px 10px;}

    .com-tab-list-08 {font-size: 16px;}
    .com-tab-list-08 a {padding: 12px 10px;}

    .com-tab-list-09 {font-size: 18px; gap: 5px 20px;}

    .com-tab-list-10 {font-size: 16px; margin-bottom: 40px;}
    .com-tab-list-10 a {min-height: 50px;}

    .com-tab-list-03.col-6.dg01 {grid-template-columns: repeat(5, minmax(0,1fr));}
}

@media screen and (max-width: 768px) {  
    .com-tab-list-01 {font-size: 14px;}
    .com-tab-list-01 a {padding: 12px 20px;} 

    .com-tab-list-02 {font-size: 14px;}
    .com-tab-list-02 a {min-height: 50px;}
    .com-tab-list-02.col-5 {grid-template-columns: repeat(3,minmax(0,1fr));}
    .com-tab-list-02.col-5 li:nth-of-type(5n) {border-right: inherit;}
    .com-tab-list-02.col-5 li:nth-of-type(3n) {border-right: none;}

    .com-tab-list-03 {margin-bottom: 40px;}
    .com-tab-list-03.col-6 {grid-template-columns: repeat(4, minmax(0,1fr));}
    .com-tab-list-03.col-space-between {display: grid; grid-template-columns: repeat(2, minmax(0,1fr));}

    .com-tab-list-04 {flex-wrap: nowrap; font-size: 15px; gap: 5px;}
    .com-tab-list-04 > li {width: 100%;}
    .com-tab-list-04 a {width: 100%; min-height: 45px;}

    .com-tab-list-05 {font-size: 14px;}
    .com-tab-list-05 a {padding: 10px;}
    .com-tab-list-05.type-02 {gap: 0;}

    .com-tab-list-08 {grid-template-columns: repeat(4,minmax(0,1fr)); font-size: 14px;}
    .com-tab-list-08 a {padding: 10px;}

    .com-tab-list-09 {font-size: 16px; gap: 5px;}
    
    .com-tab-list-10 {font-size: 14px;}
    .com-tab-list-10 a {min-height: 45px;}
    .com-tab-list-10.col-2 {display: grid; grid-template-columns: repeat(2,minmax(0,1fr));}
    .com-tab-list-10.col-3 {display: grid; grid-template-columns: repeat(3,minmax(0,1fr));}

    .com-tab-list-03.col-6.dg01 {grid-template-columns: repeat(3, minmax(0,1fr));}
    .com-tab-list-03.col-6-eng {grid-template-columns: repeat(3, minmax(0,1fr));}
}

@media screen and (max-width: 480px) {
    .com-tab-list-03.col-6 {grid-template-columns: repeat(3, minmax(0,1fr));}

    .com-tab-list-05 {font-size: 13px;}

    .com-tab-list-08 {grid-template-columns: repeat(3,minmax(0,1fr));}

    .com-tab-list-03.col-6.dg01 {grid-template-columns: repeat(2, minmax(0,1fr));}
    .com-tab-list-03.col-6-eng {grid-template-columns: repeat(2, minmax(0,1fr));}
}


/* SHAPE TEXT */
.com-with-shape-01 {text-align: left; font-size: 16px; line-height: 1.5;}
.com-with-shape-01 .com-with-shape-01 {margin-top: 4px;}
.com-with-shape-01 .com-with-shape-01.normal {padding-left: 12px; color: var(--contents--text-color555); font-weight: 400;}
.com-with-shape-01 .com-list-02 {margin-top: 4px; font-size: 15px;}
.com-with-shape-01 .com-list-04 {font-size: 15px;}
.com-with-shape-01 > li {position: relative;}
.com-with-shape-01 > li.no-shape {padding-left: 0 !important;}
.com-with-shape-01 > li.no-shape::before {display: none;}
.com-with-shape-01 > li:not(:last-of-type) {margin-bottom: 5px;}
.com-with-shape-01 .txt-add-01 {font-size: 15px; color: var(--contents--text-color888); padding-left: 10px; font-weight: 400;}
.com-with-shape-01 .txt-add-01 i {color: #0069D1; font-weight: 800; font-size: 14px;}
.com-with-shape-01 .txt-add-01.no-pdl {padding-left: 0;}
.com-with-shape-01 .com-tbl-wrap {margin-top: 15px;}

.com-with-shape-01.no-pdl {padding-left: 0 !important;}
.com-with-shape-01.gap-long-01 > li:not(:last-of-type) {margin-bottom: 30px;}
.com-with-shape-01.circle {font-weight: 600;}
.com-with-shape-01.circle > li {padding-left: 12px;}
.com-with-shape-01.circle > li::before {content: ""; width: 3px; height: 3px; background-color: #000; border-radius: 50%; position: absolute; top: 10px; left: 0; }
.com-with-shape-01.dash {color: var(--contents--text-color555); font-weight: 400;}
.com-with-shape-01.dash > li {padding-left: 12px;}
.com-with-shape-01.dash > li::before {content: ""; width: 5px; height: 1px; background-color: var(--contents--text-color555); position: absolute; top: 11px; left: 0; }
.com-with-shape-01.normal {font-weight: 600;}

.txt_dg01 {display:flex; flex-direction:column; font-size:16px; font-weight:500; margin:30px 0 40px; padding-top:15px; border-top:1px solid #ddd;}
.txt_dg01 span {margin-top:15px; padding-left:20px;}
.txt_dg01 span:first-child {margin-top:0;}
.txt_dg01 span::before {display:block; content: ""; position:relative; background:#000; width:3px; height:3px; border-radius:50%; top:10.5px; left:-20px;}

.txt_dg01.line_Sty01 {border-top:none; margin-top:30px; margin-bottom:20px;}

.txt_dg02 {font-size:16px; font-weight:500; margin-top:15px; display:flex; flex-direction:column;}

.txt_dg03 {display:flex; flex-direction:column; font-size:16px; font-weight:600; margin-top:15px;}
.txt_dg03 span {margin-top:15px; padding-left:20px;}
.txt_dg03 span:first-child {margin-top:0;}
.txt_dg03 span::before {display:block; content: ""; position:relative; background:#000; width:3px; height:3px; border-radius:50%; top:10.5px; left:-20px;}

.txt_dg04 {color:#fff; font-size:24px; font-weight:600; padding:10px; text-align:center;}

.txt_dg05 {font-size:16px; color:#000; font-weight:500; text-align:left; padding:30px; background:#F9F8F7; border-top:3px solid #aaa; border-bottom:1px solid #aaa;}


@media screen and (max-width: 1080px) { 
    .com-with-shape-01 {font-size: 14px;}
    .com-with-shape-01 .txt-add-01 {font-size: 13px;}
    .com-with-shape-01 .txt-add-01 i {font-size: 12px;}
    .com-with-shape-01 .com-list-02 {font-size: 13px;}
    .com-with-shape-01 .com-with-shape-01.normal {padding-left: 10px;}
    .com-with-shape-01 .com-list-04 {font-size: 14px;}

    .com-with-shape-01.circle > li {padding-left: 10px;}
    .com-with-shape-01.circle > li::before {top: 9px;}
    .com-with-shape-01.dash > li {padding-left: 10px;}
    .com-with-shape-01.dash > li::before {top: 10px;}
    .com-with-shape-01.gap-long-01 > li:not(:last-of-type) {margin-bottom: 20px;}

    .com-tab-list-10 {font-size: 16px; margin-bottom: 40px;}
    .com-tab-list-10 a {min-height: 50px;}

    .txt_dg01 {font-size:15px; margin:20px 0 30px; padding-top:12px;}
    .txt_dg01 span {padding-left:18px;}
    .txt_dg01 span::before {top:10px; left:-12px;}

    .txt_dg02 {font-size:15px;}

    .txt_dg03 {font-size:15px;}
    .txt_dg03 span {margin-top:10px;}
    .txt_dg03 span::before {top:10px; left:-12px;}

    .txt_dg04 {font-size:20px; padding:15px 10px;}

    .txt_dg05 {font-size:15px; padding:20px;}
}

@media screen and (max-width: 768px) {
    .com-tab-list-02.col-5 {grid-template-columns: repeat(3,minmax(0,1fr));}
    .com-tab-list-02.col-5 li:nth-of-type(3n) {border-right: none;}
    .com-tab-list-02.col-5 li:nth-of-type(5n) {border-right:1px solid #ddd;}

    .com-tab-list-10 {font-size: 14px;}
    .com-tab-list-10 a {min-height: 45px;}
    .com-tab-list-10.col-2 {display: grid; grid-template-columns: repeat(2,minmax(0,1fr));}
    .com-tab-list-10.col-3 {display: grid; grid-template-columns: repeat(3,minmax(0,1fr));}

    .txt_dg01 {font-size:14px;}
    .txt_dg01 span {padding-left:14px;}

    .txt_dg02 {font-size:15px;}

    .txt_dg03 {font-size:15px;}
    .txt_dg03 span {margin-top:7px;}

    .txt_dg04 {font-size:16px; padding:12px 10px;}

    .txt_dg05 {font-size:14px; padding:20px;}
    
}

@media screen and (max-width: 360px) {
    .com-tab-list-02.col-5 {grid-template-columns: repeat(2,minmax(0,1fr));}
    .com-tab-list-02.col-5 li:nth-of-type(2n) {border-right: none;}
    .com-tab-list-02.col-5 li:nth-of-type(3n) {border-right:1px solid #ddd;}
    .com-tab-list-02.col-5 li:nth-of-type(5n) {border-right:1px solid #ddd;}
    
}







@media screen and (max-width: 1560px) {
    
}
@media screen and (max-width: 1400px) {
    
}
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1080px) {
    
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 480px) {
    
}

/* Loading box */
.loading_box {width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 20000;/* display: none; */background-color: rgba(0, 0, 0, .6);}
.loading_box .wrapper {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.loading_box .wrapper span {position: absolute; top: 75px; font-family: 'Lato';font-size: 20px; letter-spacing: 8px;color: #fff;left: 50%; transform: translateX(-48%); }

.loading_box .cube {
    -webkit-animation: loading_cube 2s infinite ease;
            animation: loading_cube 2s infinite ease;
    height: 40px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    width: 40px; }
    .loading_box .cube div {
    background-color: rgba(255, 255, 255, 0.25);
    height: 100%;
    position: absolute;
    width: 100%;
    border: 2px solid white; }

    .loading_box .cube div:nth-of-type(1) {
-webkit-transform: translateZ(-20px) rotateY(180deg);
        transform: translateZ(-20px) rotateY(180deg); }

        .loading_box .cube div:nth-of-type(2) {
-webkit-transform: rotateY(-270deg) translateX(50%);
        transform: rotateY(-270deg) translateX(50%);
-webkit-transform-origin: top right;
        transform-origin: top right; }

        .loading_box .cube div:nth-of-type(3) {
-webkit-transform: rotateY(270deg) translateX(-50%);
        transform: rotateY(270deg) translateX(-50%);
-webkit-transform-origin: center left;
        transform-origin: center left; }

        .loading_box .cube div:nth-of-type(4) {
-webkit-transform: rotateX(90deg) translateY(-50%);
        transform: rotateX(90deg) translateY(-50%);
-webkit-transform-origin: top center;
        transform-origin: top center; }

        .loading_box .cube div:nth-of-type(5) {
-webkit-transform: rotateX(-90deg) translateY(50%);
        transform: rotateX(-90deg) translateY(50%);
-webkit-transform-origin: bottom center;
        transform-origin: bottom center; }

        .loading_box .cube div:nth-of-type(6) {
-webkit-transform: translateZ(20px);
        transform: translateZ(20px); }

@-webkit-keyframes loading_cube {
    0% {
      -webkit-transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
              transform: rotate(45deg) rotateX(-25deg) rotateY(25deg); }
    50% {
      -webkit-transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
              transform: rotate(45deg) rotateX(-385deg) rotateY(25deg); }
    100% {
      -webkit-transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
              transform: rotate(45deg) rotateX(-385deg) rotateY(385deg); } }
  @keyframes loading_cube {
    0% {
      -webkit-transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
              transform: rotate(45deg) rotateX(-25deg) rotateY(25deg); }
    50% {
      -webkit-transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
              transform: rotate(45deg) rotateX(-385deg) rotateY(25deg); }
    100% {
      -webkit-transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
              transform: rotate(45deg) rotateX(-385deg) rotateY(385deg); } }