.theking > div {
    padding: 40px 0;
    gap: 20px;
    border-bottom: 1px solid var(--black);
}
.theking > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.theking .img img {
    max-width: 100%;
}
.theking .txt {
    line-height: 1.5;
    margin-bottom: 16px;
}
.theking .btn_box a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    box-sizing: border-box;
}

.theking .sec01 h2 {
    font-size: 40px;
    margin: 10px;
    padding: 5px;
    box-sizing: border-box;
}
.theking .sec01 h3 {
    font-size: 32px;
}

.theking .list {
    text-align: left;
}
.theking .list h3 {
    font-size: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #9da5ae;
}
.theking .list ul li {
    margin-bottom: 20px;
    font-size: 20px;
}
.theking .list ul li span {
    display: inline-block;
    color: var(--key-color);
    margin-right: 5px;
}
.theking .list a {
    text-decoration: underline;
}
.theking .list a:hover {
    color: var(--key-color);
}
.theking .list > ul {
    padding: 30px;
    box-sizing: border-box;
}
.theking .list > ul > li > ul {
    padding-left: 20px;
    margin-top: 20px;
    box-sizing: border-box;
}
.theking .list > ul > li > ul > li > ul {
    padding-left: 20px;
    margin-top: 15px;
    box-sizing: border-box;
}

.theking .sec02 {
    padding: 40px 0;
}
.theking .sec02 h3 {
    font-size: 36px;
    padding: 20px 0;
}
.theking .sec02 .grid_box {
    padding: 30px 0;
}
.theking .sec02 .grid_box > div {
    flex: 1;
    padding: 0 30px;
    gap: 40px;
    box-sizing: border-box;
}
.theking .sec02 .grid_box > div strong {
    font-size: 22px;
}
.theking .sec02 .grid1 > div strong {
    font-size: 30px;
}

.theking .sec03 h3 {
    font-size: 30px;
    padding: 20px 0;
}
.theking .sec03 .add_game {
    gap: 10px;
}
.theking .sec03 .add_game > div {
    max-width: 1040px;
    gap: 30px;
    justify-content: space-between;
    margin: 0 auto;
}
.theking .sec03 .add_game > div > div {
    width: 35%;
    min-height: 244px;
    border: 2px solid var(--key-color);
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}
.theking .sec03 .add_game > div > div h4 {
    font-size: 20px;
    padding: 10px 0;
}
.theking .sec03 .add_game > div > div ul {
    padding: 0 10px 10px;
    box-sizing: border-box;
}
.theking .sec03 .add_game > div > div ul li {
    position: relative;
    text-align: left;
    padding-left: 15px;
    margin: 5px 0;
    box-sizing: border-box;
}
.theking .sec03 .add_game > div > div ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--black);
}
.theking .sec03 .add_game > div .img {
    justify-content: center;
}
.theking .sec03 .txt > div {
    max-width: 1040px;
    margin: 30px auto 0; 
}
.theking .sec03 .txt > div:first-child {
    margin-top: 0;
}

.theking .sec04 h3 {
    font-size: 30px;
    padding: 20px 0;
}
.theking .sec04 .event_box {
    gap: 30px;
    margin-bottom: 20px;
}
.theking .sec04 .event_box > div {
    flex: 1;
    border: 2px solid var(--key-color);
    border-radius: 20px;
    padding: 20px;
    line-height: 1.5;
    box-sizing: border-box;
}
.theking .sec04 .event_box > div h4 {
    font-size: 20px;
    padding: 5px 0 30px;
}


.theking .sec05 {
    gap: 20px;
}
.theking .sec05 h3 {
    font-size: 36px;
    padding: 20px 0;
}
.theking .sec05 h4 {
    font-size: 24px;
    padding-top: 20px;
}
.theking .sec05 .grid3 {
    gap: 30px;
    margin-bottom: 20px;
}
.theking .sec05 .grid3 > div {
    flex: 1;
    border: 2px solid var(--key-color);
    border-radius: 20px;
    padding: 20px;
    line-height: 1.5;
    box-sizing: border-box;
}
.theking .sec05 .grid3 > div h4 {
    font-size: 20px;
    padding: 5px 0 30px;
}
.theking .sec05 .import {
    gap: 20px;
}
.theking .sec05 .import .icon {
    width: 105px;
}
.theking .sec05 .import .icon img {
    width: 100%;
}
.theking .sec05 .import > .flex {
    flex: 1;
    width: 100%;
}

.theking .sec06 h3 {
    font-size: 36px;
    padding: 20px 0;
}
.theking .sec06 ul {
    counter-reset: number 0;
}
.theking .sec06 ul li {
    position: relative;
    line-height: 1.5;
    margin: 5px 0;
    padding-left: 20px;
    box-sizing: border-box;
}
.theking .sec06 ul li::before {
    counter-increment: number 1;
    content: counter(number)'.';
    position: absolute;
    top: 0;
    left: 0;
}

.theking .sec07 h3 {
    font-size: 36px;
    padding: 20px 0;
}
.theking .sec07 h4 {
    font-size: 24px;
    padding: 20px 0;
}
.theking .sec07 ul li {
    position: relative;
    line-height: 1.5;
    padding-left: 20px;
    box-sizing: border-box;
}
.theking .sec07 ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--black);
}


@media screen and (max-width: 1450px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .theking .sec01 h2 {
        font-size: 24px;
    }
    .theking .sec01 h3 {
        font-size: 22px;
    }
    .theking .list ul li {
        font-size: 16px;
    }
    .theking .sec02 h3 {
        font-size: 26px;
    }
    .theking .sec02 .grid_box {
        padding: 0;
    }
    .theking .sec02 .grid_box > div {
        flex: none;
        width: 100%;
        padding: 20px 0;
        gap: 20px;
    }
    .theking .sec02 .grid1 > div strong {
        font-size: 20px;
        text-align: center;
    }
    .theking .sec03 h3 {
        font-size: 24px;
    }
    .theking .sec03 .add_game > div {
        gap: 15px;
    }
    .theking .sec03 .add_game > div > div {
        width: 100%;
    }
    .theking .sec04 h3 {
        font-size: 24px;
    }
    .theking .sec04 .event_box {
        gap: 15px;
    }
    .theking .sec04 .event_box > div {
        flex: none;
        width: 100%;
    }
    .theking .sec04 .event_box > div h4 {
        padding: 0px 0 20px;
    }
    .theking .sec05 h3 {
        font-size: 26px;
    }
    .theking .sec05 .grid3 {
        gap: 15px;
    }
    .theking .sec05 .grid3 > div {
        flex: none;
        width: 100%;
    }
    .theking .sec05 .grid3 > div h4 {
        padding: 0px 0 20px;
    }
    .theking .sec05 .import .icon {
        width: 100%;
    }
    .theking .sec05 .import .icon img {
        max-width: 376px;
    }
    .theking .sec06 h3 {
        font-size: 24px;
    }
    .theking .sec07 h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}