@charset "utf-8";
/*@import "../../_css/sub_layout.css"; */
@import "contents.css";
/*@import "../../_css/board.css"; */
@import "board.css";


/* ==========================================================================================
common Palette
============================================================================================*/
:root {
    --dark0: #14171f;
    --dark1: #282E3E;
    --dark3: #2a3248;
    --dark4: #3d4968;

    --gray1: hsla(0deg, 0%, 40%, 1);
    --gray2: hsla(0deg, 0%, 60%, 1);
    --gray3: hsla(0deg, 0%, 70%, 1);
    --gray4: hsla(0deg, 0%, 80%, 1);
    --gray5: hsla(0deg, 0%, 95%, 1);

    --bgGray: #f8f9fa;
    --bgYellow: #fffdf7;
    /* --bgBlue: linear-gradient(0deg, rgba(24, 100, 171, 1) 0%, rgba(15, 46, 85, 1) 100%); */

    --primary: hsl(198, 100%, 41%);
    --lightBlue: #339af0;
    --blue: #1864ab;
    --darkBlue: #0f2e55;
    --red: #f03e3e;
    --darkRed: #c92a2a;
    --green: #37b24d;
    --darkGreen: #2b8a3e;
    --orange: #ff9800;
    --darkOrange: #e67700;
    --violet: #7048e8;
    --darkViolet: #5f3dc4;

    --blue-alpha20: hsla(198, 100%, 41%, .2);
    --blue-alpha05: hsla(198, 100%, 41%, .05);
}



/* 서브 레이아웃 */
body {
    height: 100%;
}

#wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.footer {
    margin-top: auto;
}

.subMenu .content .tabs li {
    background: var(--darkblue, hsl(208, 100%, 34%));
}

.tbl .btn~.btn {
    margin-left: 0;
}

/* 여백 */
.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: .5rem !important;
}

.pt10 {
    padding-top: 1rem !important;
}

.pt20 {
    padding-top: 2rem !important;
}

.pb0 {
    padding-bottom: 0rem !important;
}

.pb4 {
    padding-bottom: .4rem !important;
}

.pb8 {
    padding-bottom: .8rem !important;
}

.pl0 {
    padding-left: 0rem !important;
}

.pl4 {
    padding-left: .4rem !important;
}

.pl8 {
    padding-left: .8rem !important;
}

.pr0 {
    padding-right: 0rem !important;
}

.pr4 {
    padding-right: .4rem !important;
}

.pr8 {
    padding-right: .8rem !important;
}

.pr12 {
    padding-right: 1.2rem !important;
}

.myProfile [class*="col-sm"] {
    margin: 2rem 0;
}

/* 서브 비주얼 */
.sub_visual {
    width: 100%;
    padding: 6rem 0;
    background: url(../img/contents/sub_layout_black.png) no-repeat center;
}

.sub_visual .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.sub_visual .sub_tit {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.sub_visual .sub_tit h2 {
    font-size: 4.5rem;
    margin-bottom: 2rem;
}

.sub_visual .sub_tit .desc {
    font-size: 2.2rem;
}

@media all and (max-width: 1280px) {
    .sub_visual .sub_tit h2 {
        font-size: 4rem;
        margin-bottom: 1.5rem;
    }

    .sub_visual .sub_tit .desc {
        font-size: 1.8rem;
    }

    .sub_visual {
        width: 100%;
        padding: 6rem 0;
        background: url(../img/contents/sub_layout_black.png) 80% no-repeat;
    }
}

@media all and (max-width: 767.98px) {
    .sub_visual .sub_tit h2 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .sub_visual .sub_tit .desc {
        font-size: 1.6rem;
    }

    .sub_visual {
        width: 100%;
        padding: 4rem 0;
        background: url(../img/contents/sub_layout_black.png) 80% no-repeat;
    }
}

@media all and (max-width: 580px) {
    .main {
        margin-top: 11.8rem;
    }

    .sub_visual .sub_tit {
        text-align: center;
    }

    .sub_visual .sub_tit h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .sub_visual .sub_tit .desc {
        font-size: 1.5rem;
    }

    .sub_visual .sub_tit .desc br {
        display: none;
    }
}

.box.wrap {
    flex-wrap: wrap;
}

/* tbl 부트스트랩 버전 테이블 스타일 추가_221018 */
/* tbl_테이블 태그 안에 버튼이 들어가는 경우_추가_221018 */
.tbl .btn {
    padding: 0.4rem 1rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    margin: 2px;
}





/* button */
button.disabled {
    opacity: 0.45 !important;
    pointer-events: none !important;
}

/* 크기 */
.lg {
    font-size: 110%;
}

.mh40 {
    max-height: 40rem !important;
}

/* 색상 */
[class~="red"] {
    color: var(--red, hsla(11, 100%, 34%, 1))
}

[class~="blue"] {
    color: var(--blue, hsla(198, 100%, 41%, 1))
}

[class~="bluegreen"] {
    color: var(--bluegreen, hsl(174, 100%, 34%))
}

[class~="gray6"] {
    color: var(--gray6, hsla(0deg, 0%, 60%, 1))
}

/* 코너 형태 */
.rect {
    border-radius: 0 !important;
}

/* 버튼 스타일 추가*/
/* solid 배경깔릴때 사용, 색상 클래스가 추가작성돼있지 않거나 solid가 없고 btn 클래스만 있는 경우 기본 바탕색은 흰색 */
[class="solid"] {
    color: #333 !important;
    background-color: #fff;
    border-color: currentColor;
}

[class~="solid"] {
    color: var(--white, #f5f5f5) !important;
    background-color: hsla(198, 100%, 41%, 1);
    border-color: currentColor;
}

[class~="solid"]:hover {
    border-color: currentColor;
    filter: contrast(110%) brightness(90%);
    color: var(--white, #fff);
}

.solid.blue, .solid.fcBlue {
    background-color: var(--blue, hsla(198, 100%, 41%, 1));
    border-color: var(--blue, hsla(198, 100%, 41%, 1));
}

.solid.bluegreen, .solid.fcGreen {
    background-color: var(--bluegreen, hsl(174, 100%, 34%));
    border-color: var(--bluegreen, hsl(174, 100%, 34%));
}

.solid.gray, .solid.fcGray {
    background-color: var(--dark3, hsla(0deg, 0%, 80%, 1));
    border-color: var(--dark3, hsla(0deg, 0%, 80%, 1));
    color: #333 !important
}

.solid.dark {
    background-color: var(--dark, hsla(210deg, 8%, 29%, 1));
    border-color: var(--dark, hsla(210deg, 8%, 29%, 1));
    color: #fff !important
}



.btn[data-mobile-icon="true"] i {
    display: block;
}

.btn[data-mobile-icon="true"]:not(i) {
    display: none;
}

@media(min-width:1024px) {
    .btn[data-mobile-icon="true"] i {
        display: none;
    }

    .btn[data-mobile-icon="true"]:not(i) {
        display: initial;
    }
}

/* 상태 라벨 추가_221222 */
.label {
    display: inline-block;
    padding: 4px 12px;
    line-height: normal;
    font-size: .9em;
    border-radius: .4rem;
    color: var(--dark3);
    border: 1px solid currentColor;
}

.label.basic {
    display: inline-block;
    padding: 0.4rem 0.6rem;
    line-height: normal;
    font-size: 1.3rem;
    border-radius: .4rem;
    color: var(--dark3);
    border: none;
}

.label.basic.bcRed {
    color: var(--red);
}

.label.basic.bcTeal {
    color: #12949C;
}

.label.basic.bcBlue {
    color: var(--blue);
}

.label.basic.bcPurple {
    color: #772AC4;
}

.label.basic.bcGray {
    color: #666666;
}

.label.basic.bcDarkBlue {
    color: #fff;
}

.label.basic.bcDarkGreen {
    color: #fff;
}


.infoTag {
    padding: 3rem;
    border-radius: 1rem;
    border: 1px solid #dddddd;
}

.infoTag .box {
    border: 0;
    padding: 1rem;
    border-radius: 0;
}

.infoTag .box~.box {
    padding-top: 3rem;
    margin-top: 2rem;
    border-top: 1px dashed #ddd
}

.infoTag .btn {
    display: inline-block;
    font-size: 90%;
    background-color: var(--gray9, hsla(0deg, 0%, 95%, 1));
    border-radius: 10em;
    border: 0;
    padding: .3em 1em;
    margin: 4px
}

.infoTag .btn.on {
    background-color: var(--bluegreen, hsl(182, 58%, 40%));
    color: #fff
}

.infoTag .box .title {
    flex-basis: 100%;
}

/* video */


.video .thumbnail {
    position: relative;
    display: inline-block;
    padding-top: 56.25% !important;
    width: calc(100% - 1em);
    border: 0;
    background-color: transparent !important;
    cursor: pointer;
}

.video .thumbnail::after {
    content: "\ea3f";
    position: absolute;
    display: inline-block;
    line-height: 1;
    font-family: xeicon, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
}

.video .thumbnail::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: hsla(0deg, 0%, 0%, .4);
    left: 0;
    top: 0;
    z-index: 1;
}

.video .thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    left: 0;
    top: 0;
    z-index: 0;
}

@media(max-width:1280px) {
    .video[data-mobile-icon="true"] {
        position: relative;
        display: block;
        padding: .4rem 1rem !important;
        width: auto;
        margin-left: unset !important;
        margin-right: unset !important;
        border: 1px solid #ddd;
        color: #fff;
        border-color: var(--navy, hsl(208, 100%, 34%));
        background-color: var(--navy, hsl(208, 100%, 34%)) !important;
    }

    .video[data-mobile-icon="true"]::after {
        display: none;
    }

    .video[data-mobile-icon="true"]::before {
        display: none;
    }
}

/* 콘텐츠가 없는 경우_221216 */
.no-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35.75rem;
    font-size: 1.5em;
    color: var(--dark2, #666)
        /* background-color: #f5f5f5; */
}

.no-list::before {
    content: '';
    display: block;
    width: 10rem;
    height: 10rem;
    margin-bottom: 2rem;
    background-image: url(../img/common/icon_medi_exclamation_32x32.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* 색상 */
/* =======================================================================================
반응형을 위해 테이블 대신 ul li 사용,
thead의 하위 span과 tbody > li 내의 dl 개수는 동일하여야 합니다.
======================================================================================= */
/*.like-table { width: 100%; display: table; margin-top: 1rem; } 
.like-table .thead { display: table-header-group; background-color: #f4f4f4; } 
.like-table .thead .th { display: table-cell; text-align: center; position: relative; vertical-align: middle; padding: 13px 0; color: #222; font-weight: 500; border-top: 1px solid #e1e1e1; line-height: 1.5rem; word-break: keep-all; } 
.like-table .thead .th .txt-small { font-size: 1.3rem; } 
.like-table .thead .th + .th:before { content: ''; position: absolute; left: 0; top: 50%; background-color: #d9d9d9; width: 1px; height: 14px; margin-top: -7px; } 
.like-table .tbody { display: table-row-group; } 
.like-table .tbody .tr { display: table-row; } 
.like-table .tbody .tr .td { display: table-cell; text-align: center; padding: 12px 0; border-top: 1px solid #e1e1e1; background: #fff; vertical-align: middle; } 
.like-table .tbody .tr .td.txt-left dd { padding-left: 1rem; } 
.like-table .tbody .tr .td dt { display: none; } 
.like-table .tbody .tr .td .btn, .like-table .tbody .tr .td .btn3 { padding: .4rem 1rem; font-size: 1.4rem; border-radius: .4rem; margin: 2px; } 
.like-table .tbody .tr .td input[type="checkbox"] { width: 1.125em; height: 1.125em; } 
.like-table .tbody.main { min-height: 20rem; display: table; } 
.like-table .no-list { position: absolute; top: 100px; } 
@media screen and (max-width: 1280px) { 
 .like-table { display: block; } 
.like-table .thead { display: none; } 
.like-table .tbody { display: block; } 
.like-table .tbody .tr { display: flex; flex-wrap: wrap; background-color: #fff; margin: 5px; padding: 0 !important; border-top: 1px solid #999; } 
.like-table .tbody .tr::after { display: block; clear: both; content: ""; } 
.like-table .tbody .tr .td { display: flex; align-items: flex-start; float: left; width: 50%; border-bottom: 0 none; } 
 } 
@media screen and (max-width: 1280px) and (max-width: 768px) { 
 .like-table .tbody .tr .td { width: 100%; } 
 } 
@media screen and (max-width: 1280px) { 
 .like-table .tbody .tr .td dt { display: inline-block; text-align: left; width: 30%; position: relative; padding-left: 12px; vertical-align: top; color: #222; font-weight: 500; } 
.like-table .tbody .tr .td dt .txt-small { font-size: 1.4rem; } 
.like-table .tbody .tr .td dt:before { content: ''; width: 3px; height: 3px; top: 50%; margin-top: -1px; left: 0; position: absolute; background-color: #000; } 
.like-table .tbody .tr .td dd { display: inline-block; width: 70%; height: 100%; border-left: 1px solid #e7e7e7; text-align: left !important; padding-left: 10px; padding-right: 10px; } 
.like-table .tbody .tr .td.dt-hidden { clear: both; display: block; width: 100%; } 
.like-table .tbody .tr .td.dt-hidden dt { display: none; } 
.like-table .tbody .tr .td.dt-hidden dd { width: 100%; border-left: 0 none; } 
 } 

@media screen and (max-width: 786px) { 
 .like-table { margin-top: 1rem; } 
.like-table .tbody .tr { border: 1px solid #f0f1f2; margin: 0 0 10px; flex-wrap: wrap; padding: 7px 15px 7px 15px; position: relative; } 
.like-table .tbody .tr .td { padding: 5px 0; } 
.like-table .tbody .tr .td:first-child { border-top: none; } 
.like-table .tbody .tr .td dt:before { width: 2px; height: 2px; background-color: #9ea4a6; } 
.like-table .tbody .tr .td dd { text-align: left !important; padding-left: 10px; } 
 } */

.like-table {
    width: 100%;
    display: table;
    margin-top: 1rem;
}

.like-table .thead {
    display: table-header-group;
}

.like-table .thead .th {
    display: table-cell;
    text-align: center;
    position: relative;
    vertical-align: middle;
    background-color: #f7f7f7;
    padding: 13px 0;
    color: #222;
    font-weight: 500;
    border-top: 1px solid #e0e0e0;
    line-height: 1.5rem;
    word-break: keep-all;
}

.like-table .thead .th .txt-small {
    font-size: 1.3rem;
}

.like-table .thead .th+.th:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #d9d9d9;
    width: 1px;
    height: 14px;
    margin-top: -7px;
}

.like-table .tbody {
    display: table-row-group;
    padding: 0;
}

.like-table .tbody .tr {
    display: table-row;
}

.like-table .tbody .tr .td {
    display: table-cell;
    text-align: center;
    margin-bottom: 0;
    padding: 12px 8px;
    border-bottom: 1px solid #e1e1e1;
    /* e1e1e1 */
    background: #fff;
    vertical-align: middle;
}

/* .like-table .tbody .tr:last-child .td { border-bottom: 1px solid #e1e1e1; } */
.like-table .tbody .tr .td.txt-left dd {
    padding-left: 1rem;
}

.like-table .tbody .tr .td dt {
    display: none;
}

.like-table .tbody .tr .td .btn, .like-table .tbody .tr .td .btn3 {
    padding: .4rem 1rem;
    font-size: 1.4rem;
    border-radius: .4rem;
    margin: 2px;
}


.like-table .tbody .tr .td input[type="checkbox"] {
    width: 1.125em;
    height: 1.125em;
}

.like-table .tbody.main {
    min-height: 20rem;
    display: coltable;
}

.like-table+.no-list {
    position: relative;
    padding: 1em 0;
    text-align: center;
    /* border: 1px solid #e1e1e1; */
}

@media screen and (max-width:1280px) {
    .like-table {
        display: block;
    }

    .like-table .thead {
        display: none;
    }

    .like-table .tbody {
        display: block;
    }

    .like-table .tbody .tr {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        margin: 0 5px;
        padding: 0;
    }

    /* border-top: 1px solid #999; */
    .like-table .tbody .tr:first-child {
        border-top: 1px solid #999;
    }

    .like-table .tbody .tr::after {
        content: "";
        clear: both;
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #999;
    }

    .like-table .tbody .tr .td {
        display: flex;
        align-items: flex-start;
        float: left;
        width: 50%;
    }

    /* .like-table .tbody .tr:last-child .td { border-bottom: 0; } */
}

@media screen and (max-width:1280px) and (max-width:768px) {
    .like-table .tbody .tr .td {
        width: 100%;
    }
}

@media screen and (max-width:1280px) {
    .like-table .tbody .tr .td dt {
        display: inline-block;
        text-align: left;
        width: 30%;
        position: relative;
        padding-left: 12px;
        padding-right: 8px;
        vertical-align: top;
        color: #222;
        font-weight: 500;
    }

    .like-table .tbody .tr .td dt .txt-small {
        font-size: 1.4rem;
    }

    .like-table .tbody .tr .td dt:before {
        content: '';
        width: 3px;
        height: 3px;
        top: .8em;
        margin-top: -1px;
        left: 0;
        position: absolute;
        background-color: #000;
    }

    .like-table .tbody .tr .td dd {
        display: inline-block;
        width: 70%;
        height: 100%;
        border-left: 1px solid #e7e7e7;
        text-align: left !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .like-table .tbody .tr .td.dt-hidden {
        clear: both;
        display: block;
        width: 100%;
    }

    .like-table .tbody .tr .td.dt-hidden dt {
        display: none;
    }

    .like-table .tbody .tr .td.dt-hidden dd {
        width: 100%;
        border-left: 0 none;
    }
}

@media screen and (max-width:786px) {
    .like-table {
        margin-top: 1rem;
    }

    .like-table .tbody .tr {
        border: 1px solid #f0f1f2;
        margin: 0 0 10px;
        /* @include display-flex; */
        flex-wrap: wrap;
        padding: 7px 15px 7px 15px;
        position: relative;
        font-size: 13px
    }

    .like-table .tbody .tr:first-child {
        border-top: 1px solid #f0f1f2;
    }

    .like-table .tbody .tr:last-child {
        border-bottom: 1px solid #f0f1f2;
    }

    .like-table .tbody .tr::after {
        background-color: transparent;
    }

    .like-table .tbody .tr .td {
        padding: 5px 0;
    }

    .like-table .tbody .tr .td:last-child {
        border-bottom: 0
    }

    /* .like-table .tbody .tr .td:nth-child(2) { border-top: 1px solid #e1e1e1; } */
    .like-table .tbody .tr .td dt:before {
        width: 2px;
        height: 2px;
        background-color: #9ea4a6;
    }

    .like-table .tbody .tr .td dd {
        text-align: left !important;
        padding-left: 10px;
    }
}

.like-table .tbody .tr.alert {
    margin: 4em 0 2em;
    display: flex;
}

.like-table .tbody .tr.alert::after {
    bottom: -2em;
}

.like-table .tbody .tr.alert .cnt {
    position: absolute;
    display: block;
    width: calc(100% - 1em);
    padding: 1em;
    margin-top: -3em;
    background-color: hsla(208, 100%, 34%, .1);
    margin-left: .5em;
    text-align: center;
}

.like-table .tbody .tr.alert dt {
    display: block !important;
}

.like-table .tbody .tr.alert dd {
    padding: 1em
}

@media screen and (max-width:1280px) {
    .like-table .tbody .tr.alert {
        border: 0
    }

    .like-table .tbody .tr.alert .cnt {
        position: relative;
    }
}

@media screen and (max-width:786px) {
    .like-table .tbody .tr.alert {
        padding: 0 4px;
    }

    .like-table .tbody .tr.alert .cnt {
        width: 100%;
        margin-left: 0;
    }

    .like-table .tbody .tr.alert .cnt span {
        display: block;
    }
}

/* .table with table atg */
.table.st2 {
    display: block;
}

.table.st2 tbody {
    display: block;
}

.table.st2 tr {
    display: block;
}

.table.st2 tr>* {
    display: block;
    text-align: left;
    padding: 8px
}

.table.st2 tr>th {
    background-color: #f4f4f4;
    background-image: none;
}

@media(min-width:1024px) {
    .table.st2 {
        display: table;
    }

    .table.st2 tbody {
        display: table-row-group;
    }

    .table.st2 tr {
        display: table-row;
        border: 1px solid #ddd;
        border-left: 0;
        border-right: 0;
    }

    .table.st2 tr>* {
        display: table-cell;
    }
}

/* 표 */
.table2 {
    background-color: #fff;
    border-top: 0;
    border-left: 0;
}

.table2>.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: 0;
    margin-left: 0;
}

.table2>.row:last-of-type {
    border-bottom: 1px solid #ddd;
}

.table2>.row .col {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    min-width: 15em;
    /*gap: 1em; */
    border-top: 1px solid #ddd;
}

.table2>.row .col .title {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    min-width: 5em;
    max-width: 7em;
    height: 100%;
    padding: 1em 8px;
    background-color: #f4f4f4;
    
}

.table2>.row .col:first-of-type .title {
    border-left: 0;
}

@media(min-width:1024px) {
    .table.st2>.row .col label, .table.st2>.row .col .title {
        width: 10em;
    }
}

.table2>.row .col>:not(.title) {
    flex: 1;
    margin: auto 1em;
    padding: .75em 0;
}

.table2>.row input, .table.st2>.row textarea {
    margin: 4px 0;
    border-radius: 2px;
}

.table2>.row textarea {
    min-height: 10em;
}

.table2>.row .btn {
    padding: 0.4rem 1rem;
    font-size: 1.4rem;
    border-radius: 2px;
    min-height: 3.7rem;
}

table .alert {
    margin: 4em 0;
    border-right: 0 !important;
}

table .alert .cnt {
    display: block;
    width: calc(100% - 2em);
    padding: 1em;
    background-color: hsla(208, 100%, 34%, .1);
    margin-left: 1em;
    text-align: center;
}

table .alert dt {
    display: block !important;
}

table .alert dd {
    padding: 1em
}

.table-scroll {
    display: flex;
    border: 0;
    background: transparent;
    border-radius: 0;
    overflow-x: auto;
}

.table-scroll .tbl-left td, .table-scroll .tbl-main-wrap {
    flex: 1;
    position: relative;
    min-width: 0;
}

.table-scroll .tbl-left, .table-scroll .tbl-right {
    background: #fff;
}

.table-scroll .tbl-left td, .table-scroll .tbl-right td {
    padding: 8px 20px;
}

.table-scroll .tbl-left .ui.checkbox label, .ui.checkbox+label, .table-scroll .tbl-right .ui.checkbox label {
    padding: 0
}

.table-scroll .tbl-main {
    width: 100%;
}

.table-scroll .tbl-main td {
    min-width: 140px;
}

.table-scroll .tbl-main td.num {
    min-width: 80px;
}





.table-scroll table {
    width: auto;
    margin: 0;
}

.table-scroll table thead th {
    padding: 15px 8px;
}

.table-scroll table td {
    padding: 8px;
    text-align: center;
}

@media(max-width:1024px) {
    .table-scroll .tbl-main {
        cursor: move;
    }
}

/* 디바이스 사이즈별 화면 show-hidden */
.mobile-elem {
    display: none !important;
}

@media all and (max-width:1280px) {
    .mobile-elem {
        display: initial !important;
    }

    .desktop-elem {
        display: none !important;
    }
}

.tbl {
    position: relative;
    overflow: hidden;
}

.tbl:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fbfbfb;
    z-index: 555555;
    top: 0;
    left: 0px;
}

.tbl:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fbfbfb;
    z-index: 555555;
    top: 0;
    right: 0px;
}

/* 이미지 슬라이드 */
.slider {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #f9f9f9;
}


.slider>button {
    position: absolute;
    display: block;
    width: 3em;
    height: 3em;
    top: calc(50% - 1.5em);
    z-index: 3;
    overflow: hidden;
    color: transparent;
    background-color: rgba(255, 255, 255, .9);
}

.slider>button::before {
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    height: 40%;
    border-top: 2px solid;
    border-left: 2px solid;
    border-color: #333;
    transform-origin: center;
    top: 30%;
}

.slider>button.slick-next {
    right: 0px
}

.slider>button.slick-prev {
    left: 0px;
}

.slider>button.slick-next::before {
    right: calc(50% - 8px);
    transform: rotate(135deg);
}

.slider>button.slick-prev::before {
    left: calc(50% - 8px);
    transform: rotate(-45deg);
}

.slider .slideitem {
    width: 100%;
    height: 300px;
}

/* .slider .slick-list { height: 100%; } */
/* .slider .slick-list .slick-track { height: 100%; } */
.slider img {
    margin: unset;
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* role 사용한 ui 스타일 추가_230201 */
[role="tablist"] {
    position: relative;
    display: flex;
    z-index: 1;
}

[role="tablist"]::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--dark3);
    top: calc(100% - 1px);
    left: 0;
    z-index: 2;
}

[role="tablist"] [role="tab"] {
    flex: 1;
    position: relative;
    max-width: 20%;
    color: var(--dark2);
    padding: 8px 1em;
    border-bottom: 2px solid transparent;
    background-color: #fff;
    z-index: 1;
}

[role="tablist"] [role="tab"]:hover {
    background-color: hsla(205, 100%, 40%, .1);
}

[role="tablist"] [role="tab"][aria-selected="true"] {
    font-weight: bold;
    color: var(--brandcolor);
    border-bottom-color: var(--brandcolor);
    z-index: 3;
}

[role="tabpanel"] {
    display: none;
}

[role="tabpanel"].on {
    display: block;
}

.ui.horizontal.divider {
    margin-top: 35px;
    margin-bottom: 30px;
    display: table;
    white-space: nowrap;
    height: auto;
    line-height: 1;
    text-align: center;
}

.ui.horizontal.divider:before, .ui.horizontal.divider:after {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/common/divider_line.png);
}

.ui.horizontal.divider:before {
    background-position: right 1em top 50%;
}

.ui.horizontal.divider:after {
    background-position: left 1em top 50%;
}





/* No Content */
.no_content .no_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.no_content .no_text i {
    width: 100%;
    display: inline-block;
    font-size: 3.5rem;
    color: hsl(198, 100%, 41%);
    margin-bottom: 1rem;
}

.no_content {
    padding: 5rem 0 6rem;
    position: relative;
    display: flex;
    width: 100%;
    min-height: 32rem;
    margin-bottom: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    background-color: #f3f5f9;
}

.no_text .ico.icon-cont-none:before {
    -webkit-mask-image: url('../img/common/icon-cont-none.svg');
    mask-image: url('../img/common/icon-cont-none.svg');
}

.no_text .ico {
    display: inline-block;
    width: 2em;
    height: 2em;
    color: currentColor;
}

.no_text .ico:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: currentColor;
    background-color: currentColor;
}

.no_text .ico[class*="icon-"]:before {
    -webkit-mask-size: contain;
    -webkit-mask-position-x: 50%;
    -webkit-mask-position-y: calc(50% - 0px);
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    mask-position-x: 50%;
    mask-position-y: 50%;
    mask-repeat: no-repeat;
}

/* =======================================================================================
sub - member
======================================================================================= */
.member .flex-container {
    padding: 5rem 0 6rem;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 50rem;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    background-color: #f3f5f9;
}

.member .flex-container .con {
    width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

.member .tit-header {
    padding: 0rem 0 2rem 0;
}

.member .tit-header .title {
    margin: 0px;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 1rem;
    text-align: center;
}

.member .tit-header .desc {
    font-size: 1.6rem;
    text-align: center;
}

.member .flex-container .entry_btn button {
    padding: 1.5rem 2rem;
    background: linear-gradient(145deg, rgba(86, 174, 214, 1) 0%, rgba(0, 144, 208, 1) 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    border-radius: .6rem;
    display: block;
}

.member .flex-container .btns-join {
    display: flex;
    flex-direction: column;
}

.member .flex-container .btns-join .btn {
    padding: 1.2rem 2rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: .6rem;
    text-align: center;
}

.member .flex-container .btns-join .btn~.btn {
    margin-top: 1rem;
    margin-left: 0rem;
}

.member .flex-container .btns-join .btn.kakao {
    color: #333;
    background: #fae100 url(../img/common/sns_kakao.png) no-repeat 15px 12px;
    background-size: 22px;
}

.member .flex-container .btns-join .btn.naver {
    background: #00C73C url(../img/common/sns_naver.png) no-repeat 15px 13px;
    background-size: 22px;
}

@media (max-width:1023.98px) {
    .member {
        margin-top: 3rem;
    }
}

/* =======================================================================================
sub - myClass 
======================================================================================= */
h5.subtitle {
    font-size: 2.2rem;
    margin-bottom: 1.3rem;
}

.box.terms.txt_small {
    padding: 2rem;
    font-size: 1.4rem;
    word-break: keep-all;
}

.btn.list {
    margin-left: 2rem;
}

/* 4개씩 출력 
.myCourseList2 .list_ul { display: flex; flex-wrap:wrap; margin:0 -1rem; } 
.myCourseList2 .list_ul .list_li { padding:0 1rem; position: relative; } 
.myCourseList2 .list_ul .list_li .item { display: block; position: relative; border-radius: 1.2rem; background: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13); } 
.myCourseList2 .list_ul .list_li .thumb { display: block; overflow: hidden; position: relative; border-radius: 1.4rem 1.4rem 0 0; width: 100%; height: 14.5rem; margin: 0 auto 0; text-align: center; background-color: #000; background-size: cover; background-repeat: no-repeat; border: 1px solid #ddd; } 
.myCourseList2 .list_ul .list_li .thumb::after { content: ' 자세히 보기'; color: #fff; position: absolute; left: 50%; top: 55%; opacity: 0; visibility: hidden; transform: translate(-50%, 20%); } 
.myCourseList2 .list_ul .list_li .thumb img { width: 100%; transition: .25s; position: relative; top: 55%; } 
.myCourseList2 .list_ul .list_li .card_label { position: absolute; top:1.5rem; left: 2rem; } 
.myCourseList2 .list_ul .list_li .card_label .label.basic.bcBlue { color: #fff !important; background-color: #0090D0 !important; } 
.myCourseList2 .list_ul .list_li .title { display: inline-block; font-size: 1.8rem; line-height: 2.2rem; font-weight: 600; display: block; width: 100%; transition: all .4s; } 
.myCourseList2 .list_ul .list_li .date, .myCourseList2 .list_ul .list_li .s_num { display: inline-block; font-size: 1.4rem; margin: .6rem 0 0 0; color: #80848A; } 
.myCourseList2 .list_ul .list_li .date b, .myCourseList2 .list_ul .list_li .s_num b { font-weight: normal; color: #000; display: inline-block; margin-right: .4rem; } 
.myCourseList2 .list_ul .list_li .desc { display: block; display: -webkit-box; -webkit-line-clamp: 2; max-height: 4.8rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; margin-bottom: 2rem; } 
.myCourseList2 .list_ul .list_li .date { position: relative; padding-left: 0.6rem; margin-left: 0.6rem; } 
.myCourseList2 .list_ul .list_li .date::before { content: ''; display: block; background-color: #ddd; width: 1px; height: 1.4rem; position: absolute; transform: translate(0, -50%); left: -2px; top: 50%; } 
.myCourseList2.col3 > .list_ul .list_li { flex: 0 0 33.333333%; max-width: 33.333333%; } 
.myCourseList2.col4 > .list_ul .list_li { flex: 0 0 25%; max-width: 25%; } 
.myCourseList2 .list_ul .list_li .thumb:hover { opacity: .9; background-size:; transform: scale(1) translateZ(0); transition: all .5s; } 
.myCourseList2 .list_ul .list_li:hover img, .myCourseList2 .list_ul .list_li:focus img { opacity: 1; transform: scale(1) translateZ(0); transition: all .5s; } 
.myCourseList2 .item_txt { padding: 2rem 1.6rem 1.6rem 1.6rem; } 
*/

/* 3개씩 출력 */
.myCourseList .list_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.myCourseList .list_ul .list_li {
    padding: 0 1.2rem 3rem 1.2rem;
    position: relative;
    transition: all 0.2s ease;
}

/* myCourseList 리스트 요소 호버애니메이션 */
.myCourseList .list_ul .list_li:hover {
    transform: translateY(-5px);
}

.myCourseList .list_ul .list_li .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.myCourseList .list_ul .list_li .thumb_img {
    overflow: hidden;
    position: relative;
    border-radius: 1.4rem 1.4rem 0 0;
    width: 100%;
    padding-top: 53%;
}

.myCourseList .list_ul .list_li .thumb {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.myCourseList .list_ul .list_li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    image-rendering: optimize-contrast;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1 !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.myCourseList .list_ul .list_li .thumb_img:hover img {
    -webkit-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}

.myCourseList .list_ul .list_li .card_label {
    margin-bottom: 0.4rem;
}

.myCourseList .list_ul .list_li a {
    display: block;
}

.myCourseList .list_ul .list_li .card_tit_wrap {
    padding: 1.25rem 2.5rem;
    background-color: var(--darkBlue);
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
}



.myCourseList .list_ul .list_li .card_tit_wrap.no_label {
    display: flex;
    flex-direction: column;
    padding: 2rem 2.5rem;
}

.myCourseList .list_ul .list_li .card_tit_wrap.no_label .btn.del {
    margin-left: auto;
    margin-bottom: 0.5rem;
}

.myCourseList .list_ul .list_li .card_title {
    align-items: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
    word-break: keep-all;
    font-weight: 600;
    width: 100%;
    /* min-height: 4.5rem; */
    transition: all .4s;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0.5rem;
    color: #fff;
}


.myCourseList .list_ul .list_li .card_tit_wrap .card_title {
    margin-bottom: 0;
}


.accordion .myCourseList .list_ul .list_li .card_title {
    padding: 0;
    border-top: none;
    cursor: initial;
}

.myCourseList .list_ul .list_li .date, .myCourseList .list_ul .list_li2 .s_num {
    display: inline-block;
    font-size: 1.4rem;
    margin: .6rem 0 0 0;
    color: #80848A;
}

.myCourseList .list_ul .list_li .date b, .myCourseList .list_ul .list_li2 .s_num b {
    font-weight: normal;
    color: #000;
    display: inline-block;
    margin-right: .4rem;
}

.myCourseList .list_ul .list_li .desc {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 4.8rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    margin-bottom: 2rem;
}

.myCourseList .list_ul .list_li .date {
    position: relative;
    padding-left: 0.6rem;
    margin-left: 0.6rem;
}

.myCourseList .list_ul .list_li .date::before {
    content: '';
    display: block;
    background-color: #ddd;
    width: 1px;
    height: 1.4rem;
    position: absolute;
    transform: translate(0, -50%);
    left: -2px;
    top: 50%;
}

.myCourseList.col3>.list_ul .list_li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.myCourseList.col4>.list_ul .list_li {
    flex: 0 0 25%;
    max-width: 25%;
}

.myCourseList .list_ul .list_li .thumb:hover {
    opacity: .9;
    transform: scale(1) translateZ(0);
    transition: all .5s;
}

.myCourseList .list_ul .list_li:hover img, .myCourseList .list_ul .list_li2:focus img {
    opacity: 1;
    transform: scale(1) translateZ(0);
    transition: all .5s;
}

.myCourseList .list_ul .list_li .item_txt {
    display: flex;
    flex-direction: column;
    padding: 1rem 2.5rem;
}

.my_prog_rate .progress {
    margin-top: 1.5rem;
    height: 1.25rem;
    border-radius: 5rem;
    background: #D2D6DA;
    flex: 1;
    overflow: hidden;
}

.my_prog_rate .progress .bar {
    float: left;
    height: 100%;
    border-radius: 5rem;
}

.my_prog_rate .progress .bar.red_type {
    background: linear-gradient(90deg, rgba(245, 171, 225, 1) 0%, rgba(239, 105, 217, 1) 100%);
}

.my_prog_rate .progress .bar.rainbow_type {
    background: linear-gradient(90deg, rgb(218, 70, 37) 0%, rgb(221, 115, 58) 20%, rgba(207, 194, 13, 0.884) 45%, rgb(84, 182, 19) 65%, rgb(71, 132, 190) 85%);
}

.my_prog_rate .prog_num {
    font-size: 1.4rem;
    margin-right: 1rem;
    color: #80848A;
}

.my_prog_rate .meta {
    font-size: 1.4rem;
    font-weight: 700;
}

.myCourseList .item_txt .item_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.myCourseList .item_txt .item_bottom .myState {
    font-weight: bold;
    color: var(--gray2);
}

.myCourseList .item_txt .item_bottom .myState.ing {
    color: var(--green);
}

.myCourseList .item_txt .item_bottom .myState.done {
    color: var(--blue);
}

.myCourseList .bottom_button {
    display: flex;
    flex-direction: row;
    padding: 0 !important;
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    margin-top: auto;
    flex-grow: initial;
}

.myCourseList .bottom_button .go, .myCourseList .bottom_button .review {
    display: block;
    padding: 0.75em 1em;
    font-size: 1.7rem;
    font-weight: 600;
    flex: 1;
    color: var(--blue);
    text-align: center;
    transition: all .4s;
    border-radius: 0 0 1.4rem 1.4rem;
}

.myCourseList .bottom_button button+button {
    flex: 0 0 50%;
    max-width: 50%;
    border-left: 1px solid rgba(34, 36, 38, 0.1);
    border-bottom-left-radius: 0 !important;
}

.myCourseList .bottom_button .go:hover, .myCourseList .bottom_button .review:hover {
    background-color: #edfaff;
}

.myCourseList .grade_info {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
}

.myCourseList .grade_info li {
    display: flex;
    padding: 0.15rem 0 0.15rem 0.8rem;
    font-weight: 500;
    font-size: 1.5rem;
}

.myCourseList .grade_info li span {
    width: 70px;
    font-weight: 400;
    flex: 0 0 auto;
    margin-right: 1.5rem;
    color: #80848A;
}

.myCourseList .grade_info li.total {
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #f7f7f7;
    border-radius: 1rem;
}

.myCourseList .grade_info li.total,
.myCourseList .grade_info li.total span {
    color: #0090D0;
    font-weight: 600;
}

.myCourseList .grade_info li.cer_info {
    font-weight: 600 !important;
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #f7f7f7;
    border-radius: 1rem;
}




.myCourseList .bottom_button .go.disabled {
    color: #c0c0c0;
}

.myCourseList.finish.col4>.list_ul .list_li {
    display: inline-flex;
}

.myCourseList.finish.col4 .list_ul .list_li .item {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.myCourseList.finish.col4 .list_ul .list_li .item_txt {
    flex-grow: 1;
}


/* =======================================================================================
ctf_competition 카드 타이틀 이미지 랜덤 삽입
======================================================================================= */
.ctf_competition .myCourseList .list_ul .list_li .item a {
    position: relative;
    display: block;
    min-height: 8.5rem;
    background-color: #fafafa;
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.ctf_competition .myCourseList .list_ul .list_li .item a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
}

.ctf_competition .myCourseList .list_ul .list_li .card_tit_wrap {
    background-color: transparent;
}

.ctf_competition .myCourseList .list_ul .list_li .item_txt {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2.5rem 1rem;
}

.ctf_competition .myCourseList .list_ul .list_li .card_tit_wrap.no_label {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: calc(100% + 2rem);
    padding: 1.5rem 2rem 0rem;
}

.ctf_competition .myCourseList .list_ul .list_li .card_label {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    z-index: 10;
}

.ctf_competition .myCourseList .list_ul .list_li .card_tit_wrap.no_label .btn.del {
    margin-left: auto;
    margin-bottom: 0.5rem;
    z-index: 10;
}

.ctf_competition .myCourseList .list_ul .list_li .card_title {
    font-size: 1.6rem;
    line-height: 3rem;
    word-break: keep-all;
    font-weight: 500;
    transition: all .4s;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0.5rem;
    color: #fff;
    z-index: 10;
    margin-top: auto;
    background-color: #000;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.ctf_competition .myCourseList .list_ul .list_li .card_tit_wrap .card_title {
    margin-bottom: 0;
}



/* =======================================================================================
table_list
======================================================================================= */
.table_list {
    color: #666;
    border-top: 2px solid #222;
}

.table_list ul.list {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
}

.table_list ul.list>li {
    display: flex;
    align-items: center;
    padding: 2rem 1.5rem;
    border-right: 1px solid #e8e8e8;
}

.table_list ul.list>li.head {
    width: 20%;
}

.table_list ul.list>li label {
    font-weight: 500;
    color: #111;
}

.table_list ul.list>li:nth-child(odd) {
    background: #f7f7f7;
}

.table_list ul.list>li:nth-child(even) {
    flex: 1;
}

.table_list ul.list>li:last-child {
    border-right: 0;
}

.table_list ul.list>li .btn-line {
    flex: none;
}

.table_list ul.list>li ul.add_file {
    flex: 1;
}

.survey_area {
    padding: 3rem 4rem 4rem 4rem;
    display: block;
    border-radius: 1rem;
    border: 1px solid #dddddd;
}

.survey_list {
    display: flex;
    flex-direction: column;
}

.survey_list+.survey_list {
    margin-top: 2.8rem;
    padding-top: 2.8rem;
    border-top: 1px solid #e8e8e8;
}

.survey_list .title {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.survey_list .title small {
    display: inline-block;
    margin-left: 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
}

.survey_list ol {
    display: flex;
    padding: 1rem;
    border-radius: 1rem;
    background: #f7f7f7;
}

.survey_list ol li {
    flex: 1;
    text-align: center;
}

.survey_list label {
	overflow-wrap: anywhere;
}

.survey_list .HEIGHT {
	flex-direction: column;
	align-items: flex-start;
}


/* =======================================================================================
sub - 수강신청
======================================================================================= */
.course_list ul.courseList {
    border-top: 2px solid #555;
}

.course_list ul.courseList>li {
    border-bottom: 1px solid #e5e5e5;
}

.course_list .course_con {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    background-color: #fff;
}

.course_list .course_con .course_img {
    flex: 0 0 22rem;
    width: 22rem;
    height: 14rem;
    margin: 0 3.8rem 0 0;
    background-image: url(../img/common/logo.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.course_list .course_con .course_img img {
    border-radius: 1.5rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_list .course_con .course_info {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 .8rem;
    margin-right: auto;
}





.course_list .course_con .course_info .item {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.course_list .course_con .course_info .item h2 {
    color: #222;
    font-size: 1.9rem;
    transition: all .5s;
}

.course_list .course_con .course_info .item h2:hover {
    text-decoration: underline;
}

.course_list .course_con .course_info .item ul {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.course_list .course_con .course_info .item ul li {
    display: flex;
    margin-top: .25rem;
    font-weight: 500;
    font-size: 1.5rem;
}

.course_list .course_con .course_info .item ul li span {
    width: 120px;
    font-weight: 400;
    flex: 0 0 auto;
    margin-right: 1.5rem;
    color: #80848A;
}

.course_list .course_con .course_info .item ul li strong {
    color: #0090D0;
    font-weight: 800;
}

.course_list .course_con .btn_apply {
    display: flex;
}

.course_list .course_con .btn_apply .btn {
    padding: 1.2rem 2.5rem;
    border-radius: 3.5rem;
    font-size: 1.6rem;
}



.course_header {
    padding: 32px;
    background-color: #25262b;
}

.course_header .course_detail_info {
    max-width: 1280px;
}

.course_detail .detail_top {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 2.5rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.course_detail .detail_top .course_img {
    flex: 0 0 30rem;
    max-width: 30rem;
    min-height: 12rem;
    margin: 2.8rem 3.8rem;
    background-image: url(../img/common/logo.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.course_detail .detail_top .course_img img {
    border-radius: 1.5rem;
}

.course_detail .detail_top .course_info {
    display: flex;
    flex-direction: column;
    margin: 2.8rem 2.8rem 2.8rem .8rem;
    margin-right: auto;
}





.course_detail .detail_top .course_info .item {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.course_detail .detail_top .course_info .item h2 {
    color: #222;
}

.course_detail .detail_top .course_info .item ul {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
}

.course_detail .detail_top .course_info .item ul li {
    display: flex;
    margin-top: .25rem;
    font-weight: 500;
}

.course_detail .detail_top .course_info .item ul li span {
    width: 120px;
    font-weight: 400;
    flex: 0 0 auto;
    margin-right: 1.5rem;
    color: #80848A;
}

.course_detail .detail_top .course_info .item ul li strong {
    color: #0090D0;
    font-weight: 800;
}

.course_detail .detail_con {
    margin-top: 3rem;
    border-radius: 1.5rem;
    border: 1px solid #E9EBF2;
    padding: 3rem;
}

.course_detail .detail_con p {
    font-size: 1.7rem;
    line-height: 1.8;
}

.course_pay {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 3rem;
    background-color: #fff;
    border-radius: 2.5rem;
    border: 1px solid #E9EBF2;
}

.course_pay h4.seg_title {
    padding-bottom: 1.3rem;
}

.course_pay .terms {
    overflow-y: auto;
    line-height: 1.6;
}

.course_pay .terms_agree {
    margin: 1.5rem 0 2rem;
}

.course_pay .agree_course .terms.box {
    padding: 0 1.5rem 0 0;
    border: none;
    flex-wrap: wrap;
    max-height: 35rem !important;
}

.course_pay .agree_course .terms.box .table.st2 {
    margin-top: 0;
}

.course_pay .agree_course .terms.box .table_list {
    width: 100%;
}

.course_pay .agree_pay {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.course_pay .agree_pay .terms {
    overflow-y: auto;
    line-height: 1.6;
}

.course_pay .agree_pay .terms.box {
    padding: 2rem 1.5rem 2rem 2rem;
    color: #666;
    flex-wrap: wrap;
    border-radius: 2rem;
    max-height: 25rem !important;
}

.total_price {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.total_price .price {
    width: 25%;
    text-align: center;
    font-size: 1.8rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 0px rgba(73, 171, 201, 0.5);
    margin: 1rem;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
}

/* =======================================================================================
sub - 마이페이지
======================================================================================= */
/* 장바구니 */
.basket-total-price {
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 0px rgba(73, 171, 201, 0.5) !important;
    margin-top: 4rem;
}

.basket-total-price>div {
    display: table-cell;
    padding: 2rem 3rem;
}

.basket-total-price>div:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin: -15px -15px 0 0;
    width: 30px;
    height: 30px;
    border-radius: 50% 50%;
}

.basket-total-price>div:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin: -4px -7px 0 0;
    width: 13px;
    height: 9px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.basket-total-price .order_price_area {
    width: 33.333333%;
    border-right: 1px solid #ebe8e8;
    box-sizing: border-box;
}

.basket-total-price .order_price_area:before, .basket-total-price .order_price_area:after {
    display: none;
}

.basket-total-price .estimated_price_area {
    width: 33.333333%;
    border-right: 1px solid #ebe8e8;
    box-sizing: border-box;
}

.basket-total-price .estimated_price_area:before {
    right: 66.666666%;
    background-color: #616161;
}





.basket-total-price .total_price_area {
    width: 33.333333%;
    background-color: #fafafa;
    box-sizing: border-box;
}

.basket-total-price .total_price_area:before {
    right: 33.333333%;
    background: linear-gradient(145deg, rgb(241, 111, 207) 0%, rgb(241, 74, 214) 100%);
}





.basket-total-price .total_price_area:after {
    right: 33.333333%;
    display: block;
    position: absolute;
    top: 50%;
    margin: -15px -15px 0 0;
    line-height: 32px;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 2.4rem;
    font-family: xeicon, sans-serif;
    content: "\e960";
}

.basket-total-price .estimated_price_area:after {
    right: 66.666666%;
	display: block;
    position: absolute;
    top: 50%;
    margin: -15px -15px 0 0;
    line-height: 32px;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 2rem;
    font-family: xeicon, sans-serif;
    content: "\e91a";
}

.basket-total-price .tit_area {
    position: relative;
    padding-bottom: 6px;
    font-size: 1em;
    color: #222;
}

.basket-total-price .price_area {
    font-size: 2.4rem;
    font-weight: 600;
}

.btn_pay {
    margin-top: .8rem;
}

.btn_pay .btn {
    padding: 0.4rem 1rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    margin: 2px;
}

.btn_pay .btn~.btn {
    margin-left: 0;
}

/* 환불안내 */
.list-dot {
    line-height: 1.6;
}

.list-dot li {
    padding: 4px 12px;
}

.list-dot li:before {
    content: '·';
    font-weight: bold;
    font-size: 1.8rem;
    margin-right: 4px;
    margin-left: -8px;
}

.btn.pad-sm {
    padding: 0.4rem 1rem;
    margin: 2px;
}

/* 아바타편집 */
.con_avatar {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.con_avatar .title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: .8rem;
}

.avatar_area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29rem;
    min-height: 33rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.avatar_area i {
    font-size: 11rem;
    color: #e8e8e8;
}

.member .flex-container .con_avatar .entry_btn {
    width: 60%;
    margin-top: -2rem;
}

.member .flex-container .con_avatar .entry_btn button {
    font-size: 1.6rem;
    border-radius: 4rem;
}

@media (max-width:980px) {
    .course_detail .detail_top .course_img {
        flex: 0 0 28rem;
        max-width: 28rem;
    }

    .myCourseList.col4 .list_ul {
        margin: 0 -0.8rem;
    }

    .myCourseList.col4 .list_ul .list_li {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0 1rem 3rem 1rem;
    }

    .total_price .price {
        width: 100%;
        margin: .7rem;
    }
}

@media (max-width:767.98px) {
    .myCourseList.col3 .list_ul .list_li {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 1rem 3rem 1rem;
    }

    .course_list .course_con .course_img {
        flex: 0 0 18rem;
        max-width: 18rem;
        margin-right: 2rem;
    }

    .course_list .course_con .course_info .item ul {
        margin-top: 1rem;
    }

    .course_list .course_con .course_info .item ul li span {
        width: 70px;
    }

    .course_detail .detail_top .course_img {
        flex: 0 0 24rem;
        max-width: 24rem;
    }

    .course_detail .detail_top .course_info .item ul li span {
        width: 80px;
    }

    .content .course_pay .tabs li {
        flex-basis: calc(33.333333% - 0.8rem);
        max-width: calc(33.333333% - 0.8rem);
    }

    .survey_area {
        padding: 2rem;
    }

    .survey_list ol {
        flex-wrap: wrap;
    }

    .survey_list ol li {
        flex: 50%;
        text-align: left;
    }

}

@media (max-width:670px) {
    .myCourseList.col4 .list_ul {
        margin: 0 -0.8rem;
    }

    .myCourseList.col4 .list_ul .list_li {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 1rem 3rem 1rem;
    }

    .course_list .course_con .btn_apply {
        margin-left: 21rem;
        margin-top: 1rem;
    }

    .course_list .course_con .btn_apply .btn {
        padding: .8rem 1.8rem;
    }

    .course_list .course_con {
        flex-wrap: wrap;
    }

    .course_detail .detail_top {
        flex-direction: column;
    }

    .course_detail .detail_top .course_img {
        margin: 2rem 0 0 0;
        flex: auto;
    }

    .course_detail .detail_top .course_info {
        margin: 2rem;
    }

    .course_detail .detail_con {
        padding: 2rem;
    }
}

@media (max-width:550px) {
    .course_list .course_con {
        flex-direction: column;
        justify-content: center;
    }

    .course_list .course_con .course_img {
        flex: auto;
        max-width: 26rem;
        margin-bottom: 1rem;
    }

    .course_list .course_con .course_info {
        margin-right: inherit;
    }

    .course_list .course_con .btn_apply {
        margin-left: inherit;
        width: 100%;
    }

    .course_list .course_con .btn_apply .btn {
        width: 100%;
    }

    .basket-total-price>div {
        padding: 2rem;
    }

    .basket-total-price>div:before {
        width: 20px;
        height: 20px;
        margin: -10px -10px 0 0;
    }

    .basket-total-price .estimated_price_area:after,
    .basket-total-price .total_price_area:after {
        width: 20px;
        height: 20px;
        margin: -10px -10px 0 0;
        line-height: 20px;
    }

    .basket-total-price .price_area {
        font-size: 2rem;
    }

    .content .course_pay .tabs li {
        align-items: stretch;
        flex-basis: calc(50% - 0.8rem);
    }
}

@media (max-width:480px) {
    .course_list .course_con {
        justify-content: center;
    }

    .myCourseList .list_ul .list_li .item_txt {
        padding: 2rem 1.5rem;
    }

    .table_list ul.list {
        flex-direction: column;
        border-bottom: 0;
    }

    .table_list ul.list li.head {
        width: 100%;
    }

    .table_list ul.list li {
        padding: .75rem;
        border-right: 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .course_pay {
        padding: 1.5rem;
    }

    .content .course_pay .tabs li {
        max-width: calc(50% - 0.8rem);
    }
}

@media (max-width:400px) {

    .myCourseList.col3 .list_ul .list_li,
    .myCourseList.col4 .list_ul .list_li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .myCourseList .list_ul .list_li .thumb_img {
        padding: 1.5rem 1rem 0rem 1rem;
    }

    .myCourseList .list_ul .list_li .thumb {
        position: relative !important;
        display: flex;
        justify-content: center;
    }

    .myCourseList .list_ul .list_li .thumb img {
        position: relative;
        object-fit: contain;
        width: auto;
        border-radius: 1rem;
        max-height: 16rem;
    }

    .basket-total-price {
        padding: 1.5rem 2rem;
    }

    .basket-total-price .order_price_area,
    .basket-total-price .estimated_price_area,
    .basket-total-price .total_price_area {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .basket-total-price .order_price_area,
    .basket-total-price .estimated_price_area {
        border-right: none;
        border-bottom: 1px solid #ebe8e8;
    }

    .basket-total-price .estimated_price_area:before,
    .basket-total-price .estimated_price_area:after,
    .basket-total-price .total_price_area:before,
    .basket-total-price .total_price_area::after {
        display: none;
    }

    .basket-total-price>div {
        padding: 1rem;
    }

    .basket-total-price .price_area {
        font-size: 1.8rem;
    }
}

.modal__btn {
    width: 100%;
    padding: 1.5rem 1rem;
    color: #fff;
    border-top: 1px solid #ccc;
    background: var(--darkOrange);
}



/* =======================================================================================
나의 프로필
======================================================================================= */
.flex_tit {
    display: flex;
    align-items: center;
}

.myProfile .myInfo {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.myProfile .myInfo .myPhoto {
    display: flex;
    align-items: center;
    width: 15rem;
    height: 15rem;
    border-radius: 15rem;
    background-color: var(--bgYellow);
    border: 4px solid;
    overflow:hidden;
}

.myProfile .myInfo .myPhoto img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myProfile .myInfo .infoList {
    height: 100%;
    /* padding: 1rem 0; */
    display: flex;
    flex-direction: column;
    align-items: stretch;

}

.myProfile .myInfo .infoList li {
    margin-bottom: 1rem;
}

.myProfile .myInfo .infoList li:last-child {
    margin-bottom: 0;
}

.myProfile .myInfo .infoList li.name {
    font-size: 2rem;
    font-weight: 600;
}

.myProfile .myInfo .infoList li.nickName span {
    margin-right: 1.5rem;
}

.myProfile .stateBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.myProfile .stateBox [class*=Desp] {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
}

.myProfile .stateBox [class*=Detail] {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0 1rem;
}

.myProfile .myPoint .pointState {
    font-size: 3.5rem;
    font-weight: bold;
    margin: 1rem 0;
}

.myProfile .myPoint p {
    font-size: 1.8rem;
    font-weight: 600;
}

.myProfile .courseState {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 3rem;
    font-weight: 600;
}

.myProfile .courseState span {
    display: inline-block;
    padding: 0 1rem;
    font-weight: bold;
}

.myProfile .courseList {
    margin-top: 1.5rem;
}

.myProfile .courseList li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.myProfile .courseList li [class*="xi-"] {
    font-size: 2.25rem;
    color: var(--orange);
    margin-right: 1rem;
}

.myProfile .courseList li:first-child {
    border-top: 2px solid #ddd;
}

/* 뱃지리스트 */
.myProfile .badgeList {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.myProfile .badgeList li img {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    background-color: var(--lightBlue);
    border-radius: 50%;
    object-fit: contain;
    padding: 0.5rem;
}

/* 테두리 변경 */
.chg_boader [class*="sample"] {
    min-height: 12rem;
    border-radius: 12rem;
    aspect-ratio: auto 1 / 1;
    text-align:center;
}

.chg_boader ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    gap: 2rem;
}

.chg_boader ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chg_boader ul li.noChange div[class*="sample"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 1200px) {
    .myProfile .myPoint .pointState {
        font-size: 3rem;
    }

    .myProfile .courseState {
        font-size: 2.5rem;
    }
}

@media all and (max-width: 910px) {
    .myProfile .stateBox [class*=Desp] br {
        display: block;
    }

    .myProfile .myPoint .pointState {
        font-size: 2.5rem;
        margin: 0.5rem 0;
    }

    .myProfile .courseState {
        font-size: 2rem;
    }


}


@media all and (max-width: 600px) {
    .myProfile .myInfo .myPhoto {
        width: 13rem;
        height: 13rem;
        border-radius: 13rem;
        background-color: var(--bgYellow);

    }

    .myProfile .myInfo .infoList li {
        margin-bottom: .5rem;
    }

    .myProfile .myInfo .infoList li.name {
        font-size: 1.8rem;
    }

    .row+.divider {
        margin: 1.5rem 0;
        height: 2px;
    }

    /* 테두리 변경 */
    .chg_boader {
        overflow-x: auto;
        padding-bottom: 3rem;
    }

    .chg_boader ul {
        gap: 1.5rem;
    }

    .chg_boader ul li {
        min-width: 80px;
    }
    
    .chg_boader [class*="sample"] {
	    min-height: 9rem;
	}
}

/* iframe_buy_experience */
.buyEx li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    white-space: nowrap;
}

.buyEx li span {
    display: inline-block;
}

.buyEx li .input_btn {
    margin-right: 1rem;
}

.buyEx li .desc {
    margin-left: auto;
}

/* =======================================================================================
랭크 상세
======================================================================================= */
.rankDetail .rank_select_btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}


/* =======================================================================================
CTF참여자 리스트
======================================================================================= */
.ctf_competition .join_member {
    position: relative;
}

.accordion>.title {
    display: flex;
    align-items: center;
}

.accordion>.title .acco_tit {
    font-size: 1.8rem;
}

.accordion>.title .acco_tit span {
    background-color: var(--blue);
    color: #fff;
    font-weight: 500;
}

/* =======================================================================================
CTF 문제풀이
======================================================================================= */
.ctf_solveProblem_box {
    padding: 3rem 4rem 4rem 4rem;
    display: block;
    border-radius: 1rem;
    border: 1px solid #dddddd;
    background-color: var(--bgGray);
}

.ctf_solveProblem_box .list_view_box:first-child, .ctf_solveProblem_box .list_view_box:first-child .list_title {
    margin-top: 0;
}

.ctf_solveProblem_box .list_view_box:first-child .list_title .score {
    font-size: 1.8rem;
    font-weight: 600;
}

.ctf_solveProblem_box .list_view_box .list_item {
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 1rem;
    background-color: transparent;
}

@media all and (max-width: 767.99px) {
    .ctf_solveProblem_box {
        padding: 2rem;
    }
}

/* =======================================================================================
sub - 포인트샵
======================================================================================= */
.point_shop {
    padding: 6rem;
    border-radius: 2rem;
    background: #fafafa;
}

.point_shop_item {
    margin-bottom: 4rem;
}

.point_shop_item:last-child {
    margin-bottom: 0;
}

.point_shop_item h5 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

@media all and (max-width: 767px) {
    .point_shop {
        padding: 3rem;
        border-radius: 2rem;
        background: #fafafa;
    }

    .point_shop_item {
        margin-bottom: 3rem;
    }
}

@media all and (max-width: 500px) {
    .point_shop {
        padding: 0rem;
        border-radius: none;
        background: #fff;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        -ms-border-radius: none;
        -o-border-radius: none;
    }
}

/* =======================================================================================
sub -  커뮤니티 New
======================================================================================= */
.board_typeB .board_list { margin-bottom: 1.6rem; padding: 2.4rem 3rem; border-radius: 1rem; background: #fafafa; border: 1px solid #d2d2d2; }
.board_typeB .txt_info {display: flex; justify-content: space-between; align-items: center;}
.board_typeB .txt_info .head {flex: 1;}
.board_typeB .txt_info .category {margin-bottom: .8rem;display: inline-block; min-width: 7rem; padding: .3rem .5rem; font-size: 1.3rem; font-weight: 500; color: var(--blue); text-align: center; border-radius: .4rem; background: #D4EAFF;}
.board_typeB .txt_info .date {color: rgb(128, 132, 138, .8); font-size: 1.6rem;}
.board_typeB .txt_info h4 {margin-bottom: .3rem; font-size: 1.8rem; display: flex; justify-content: space-between;}
.board_typeB .txt_info h4 .tit {font-size: 1.8rem;}
.board_typeB .txt_info h4 .tit .state {color: var(--blue); font-weight: 600;}
.board_typeB .txt_info h4.off {color: #80848A; font-weight: 500;}
.board_typeB .txt_info h4 .date {font-weight: 500;}
.board_typeB .txt_info h5 {margin-bottom: .3rem; font-size: 1.6rem;}
.board_typeB .txt_info h5 span {margin-left: 15px; font-size: 1.4rem; font-weight: 500; padding: .3rem .8rem .3rem .5rem;  border: 1px solid rgba(34, 36, 38, 0.1); border-radius: 100em;}
.board_typeB .item { position: relative; display: flex; justify-content: space-between; align-items: center; }
.board_typeB .txt_desc .item ul.info_disc {flex: 1; font-size: 1.4rem; margin-top: 1.5rem; }
.board_typeB .txt_desc .item ul.info_disc li {display: inline-block; margin-right: 2rem; color: var(--blue); font-weight: 500;}
.board_typeB .txt_desc .item ul.info_disc li strong {margin-right: .6rem;  color: #80848A; font-weight: 500;}

/*
랜섬웨어 대응센터
*/
ul.cCom00001 {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 2em .2em ;
	font-size: 1.8rem;
}
ul.cCom00001 > li{ flex: 0 1 250px; }

ul.cCom00001 > li .cTitle{
	display: block;
	background-color: #33a2ff;
	color: #fff;
	font-size: 1.2em;
	white-space: nowrap;
    font-weight: 600;
	text-align: center;
	margin-bottom: 2em;
	padding: .8em 1em;
	clip-path: polygon(0% 0%, 87% 0%, 100% 50%, 87% 100%, 0% 100%);
}
ul.cCom00001 > li:not(:first-of-type) .cTitle{
	clip-path: polygon(87% 0%, 100% 50%, 87% 100%, 0% 100%, 13% 50%, 0% 0%);
}
ul.cCom00001 > li:nth-of-type(2) .cTitle{background-color: #1864ab;}
ul.cCom00001 > li:nth-of-type(3) .cTitle{background-color: #0f2e55;}

ul.cCom00001 > li dl div {
    min-height: 80px;
}
ul.cCom00001 > li dl div + div{ margin-top : 1.5em }
ul.cCom00001 > li dl div:before{
	content: '';
	float: left;
	display: block;
	width: 2em;
	height: 3em;
	background-image: url(/tpl/001/img/shield_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
	
}
ul.cCom00001 > li dl div dt{
	font-weight: bold;
	font-size: 1.1em;
	margin-left: calc(30px + 16px);
	
}
ul.cCom00001 > li dl div dd{
	font-size: .85em;
	margin-left: calc(30px + 16px);
	max-width: 250px;
}

.info_story:has(img[src*="_en.png"]) ul.cCom00001 { font-size: 1.5rem; }
.info_story:has(img[src*="_en.png"])  ul.cCom00001 > li{ flex: 0 1 300px; }
@media(max-width: 768px){
    ul.cCom00001 { flex-direction: column; align-items: center;  }
    ul.cCom00001 > li{ width: 90% }

    ul.cCom00001 > li .cTitle{ font-size: 1em; margin-bottom: 1em; clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%); }
    ul.cCom00001 > li:not(:first-of-type) .cTitle{ clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%); }
    ul.cCom00001 > li dl div {  min-height: auto; }
}
@media(max-width: 970px){
    ul.cCom00001 > li dl div dd{min-width: unset; }
}