/* div.box01 */
div.box01 {
    width: 100%;
    height: auto;
    padding: 25px;
    background: #F2F2F2;
    text-align: center;
}
div.box01 span {
    display: inline-block;
    width: 100%;
    color: #333333;
}
div.box01 span.txt01 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 27.6px;
}
div.box01 span.txt02 {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
}
div.box01 span.txt03 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
div.box01 span strong {
    color: #235FCE;
}
/* div.box01 */

/* photo-box01 */
div.photo-box01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
div.photo-box01 div.section {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
    height: auto;
    text-align: center;
    position: relative;
}
div.photo-box01.three01 div.section {
    width: 27%;
    margin-right: 9.5%;
    margin-bottom: 3%;
}
div.photo-box01.three01 div.section:nth-child(3n),
div.photo-box01:not(.three01) div.section:nth-child(4n) {
    margin-right: 0;
}
div.photo-box01 div.section .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
}
div.photo-box01 div.section .img.boxRatio75 {
    padding-bottom: 75%;
}
div.photo-box01 div.section .img.boxRatio100 {
    padding-bottom: 100%;
}
div.photo-box01 div.section .img.boxRatio140 {
    padding-bottom: 140%;
}
div.photo-box01 div.section .img.b-radius10 {
    border-radius: 10px;
}
div.photo-box01 div.section .img img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    object-fit: cover;
    image-rendering: auto;
}
div.photo-box01 div.section .img .img-txt {
    width: 100%;
    height: 100%;
    background: #00000099;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s ease-in;
}
div.photo-box01 div.section:hover .img .img-txt {
    opacity: 1;
    transition: 0.6s;
}
div.photo-box01 div.section .img .img-txt .img-txt-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
div.photo-box01 div.section .img .img-txt .img-txt-wrap div.txt {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
div.photo-box01 div.section .img .img-txt .img-txt-wrap div.txt span {
    color: #FFF;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
div.photo-box01 div.section .img .img-txt .img-txt-wrap div.txt span.title {
    font-weight: 700;
    margin-bottom: 10px;
}
/* photo-box01 */

/* photo-box02 */
div.photo-box02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
div.photo-box02 {
    width: auto;
    height: auto;
}
div.photo-box02 div.section {
    width: auto;
    margin-top: 50px;
}
div.photo-box02.four div.section {
    width: 24.625%;
    margin-right: 0.5%;
}
div.photo-box02.three div.section {
    width: 32%;
    margin-right: 2%;
}
div.photo-box02 div.section:last-child,
div.photo-box02.four div.section:nth-child(4n),
div.photo-box02.three div.section:nth-child(3n) {
    margin-right: 0;
}
div.photo-box02.four div.section:nth-child(-n+4),
div.photo-box02.three div.section:nth-child(-n+3) {
    margin-top: 0;
}
div.photo-box02 div.section p.image {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
div.photo-box02 div.section p.image.boxRatio44 {
    padding-bottom: 44%;
}
div.photo-box02 div.section p.image img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    object-fit: cover;
    image-rendering: auto;
}
div.photo-box02 div.section p.txt {
    width: 100%;
    height: auto;
    padding: 20px 0 0;
}
div.photo-box02 div.section p.txt span {
    display: inline-block;
    width: 100%;
    height: auto;
}
div.photo-box02 div.section p.txt span.title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 21.6px;
    text-align: center;
}
div.photo-box02 div.section p.txt span.content {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 21.6px;
    margin-top: 12px;
    text-align: left;
}
/* photo-box02 */

/* photo-box03 */
div.photo-box03 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
div.photo-box03 {
    width: auto;
    height: auto;
}
div.photo-box03 div.section {
    width: 48%;
    margin-right: 4%;
    border-bottom: 5px solid #F2F2F2;
    padding-bottom: 20px;
}
div.photo-box03 div.section:last-child {
    margin-right: 0;
}
div.photo-box03 div.section p.image-title {
    width: 100%;
    height: 50px;
    background: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
div.photo-box03 div.section p.image-title span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
div.photo-box03 div.section .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
}
div.photo-box03 div.section .img.boxRatio58 {
    padding-bottom: 58.5%;
}
div.photo-box03 div.section .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 70px);
    transform: translate(-50%, -50%);
    object-fit: cover;
    image-rendering: auto;
}
/* photo-box03 */

/* div.design-box01 */
div.design-box01 {
    width: 300px;
    background: #F6F6F6;
    padding: 20px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.design-box01 p.img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.design-box01 span {
    display: inline-block;
    font-weight: 500;
}
div.design-box01 span.txt01 {
    font-size: 18px;
    color: #707070;
    margin-top: 18px;
}
div.design-box01 span.txt02 {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}
/* div.design-box01 */

/* div.design-box02 */
div.design-box02 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
div.design-box02 ul li {
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
}
div.design-box02 ul li:nth-child(1) {
    width: 180px;
    border-radius: 500px 0 0 500px;
    background: #235FCE;
    justify-content: center;
    color: #FFF;
}
div.design-box02 ul li:nth-child(2) {
    width: 950px;
    background: #F6F6F6;
    border-radius: 0 500px 500px 0;
    padding-left: 25px;
    padding-right: 35px;
    color: #333;
}
div.design-box02 ul:nth-child(2) li:nth-child(1) {
    background: #427CEB;
}
div.design-box02 ul:nth-child(3) li:nth-child(1) {
    background: #6899F4;
}
div.design-box02 ul:nth-child(4) li:nth-child(1) {
    background: #81ACFC;
}
div.design-box02 ul:nth-child(5) li:nth-child(1) {
    background: #A0C1FF;
}
/* div.design-box02 */

div.flexbox01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
div.flexbox01.gap25 {
    gap: 25px;
}
div.flexbox02 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
div.flexbox02 p {
    margin-bottom: 60px;
}

/* div.title01 */
div.title01 {
    width: 100%;
    text-align: center;
}
div.title01 p {
    width: 322px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}
div.title01 p::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Covers half the width */
    height: 26px;
    /* Full height of the parent */
    background-color: #A0C1FF33;
    z-index: -1;
    /* Places it behind the text */
}
div.title01 p img {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
}
/* div.title01 */

/* table */
table.tbl1 {
    display: block;
    width: max-content;
    border-collapse: collapse;
}
table.tbl1 thead tr th {
    width: auto;
    height: 60px;
    background: #EEE;
    border-left: 1px solid #FFF;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
table.tbl1 tbody tr td {
    padding: 24px 0;
    border: 1px solid #E7E7E7;
    /* border-bottom: 1px solid #E7E7E7; */
}
table.tbl1 tbody tr td:first-child {
    border-left: 0;
}
table.tbl1 tbody tr td:last-child {
    border-right: 0;
}
table.tbl1 tbody tr td div {
    width: 100%;
    text-align: center;
}
table.tbl1 tbody tr td div span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #444;
}
table.tbl1 tbody tr td div.l {
    text-align: left;
    padding: 0 23px;
}
table.tbl1 tbody tr td div ul li {
    width: 100%;
    position: relative;
    padding-left: 10px;
    line-height: 23.4px;
}
table.tbl1 tbody tr td div ul li:before {
    content: "·";
    position: absolute;
    top: 0;
    left: 0;
}
table.tbl1 tbody tr td div ul.type02 li:before {
    content: "-";
}
/* table */

/* div.sub__header */
div.sub__header {
    width: 100%;
    height: auto;
}
div.sub__header div.sub__header-wrap {
    width: 1500px;
    height: auto;
    padding: 55px 0 60px;
    text-align: left;
    margin: 0 auto;
}
div.sub__header div.sub__header-wrap h2 {
    font-family: "Wanted Sans";
    font-size: 45px;
    font-weight: 700;
    color: #101010;
    line-height: 63px;
}
div.sub__header div.sub__header-wrap span {
    font-family: "Wanted Sans";
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    margin-top: 15px;
    color: #3A3A3A;
}
/* div.sub__header */

/* div.sub__menu */
div.sub__menu {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E3E3E3;
    background: #FFFFFF;
}
div.sub__menu.fixed {
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 10;
}
div.sub__menu div.sub__menu-wrap {
    width: 1500px;
    height: auto;
    margin: 0 auto;
}
div.sub__menu div.sub__menu-wrap ul {
    width: 100%;
    height: 46px;
}
div.sub__menu div.sub__menu-wrap ul li {
    width: auto;
    float: left;
    margin-right: 47px;
    height: 100%;
}
div.sub__menu div.sub__menu-wrap ul li a {
    font-family: "Wanted Sans";
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #888888;
    display: flex;
    justify-content: center;
}
div.sub__menu div.sub__menu-wrap ul li.on a {
    font-weight: 700;
    color: #101010;
    border-bottom: 3px solid #017BC8;
}
div.sub__menu div.sub__menu-wrap div.sub__menu-mo {
    display: none;
}
/* div.sub__menu */

/* div.sub__menu-title */
div.sub__menu-title {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
div.sub__menu-title div.sub__menu-title-wrap {
    width: 1400px;
    height: 174px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
}
div.sub__menu-title div.sub__menu-title-wrap h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 33.6px;
    margin-bottom: 40px;
}
/* div.sub__menu-title */

/* div.sub__content */
div.sub__content {
    width: 100%;
    height: auto;
}
div.sub__content div.sub__content-wrap {
    width: 1500px;
    height: auto;
    margin: 0 auto;
}
div.sub__content div.sub__content-wrap.type02 {
    width: 100%;
}
div.sub__content-section {
    width: 100%;
    height: auto;
    margin-top: 90px;
}
div.sub__content-section h2.type02 {
    flex-direction: row;
}
div.sub__content-section h2 strong {
    display: inline;
    color: #235FCE;
}
div.sub__content-section h2 span:not(.title) {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 21.6px;
    text-align: center;
    margin-top: 15px;
}
div.sub__content-section div.content {
    width: 100%;
}

/* sub__page-introduce */
div.sub__page-introduce {
    width: 100%;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
div.sub__page-introduce h2 {
    font-family: Wanted Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.2px;
    letter-spacing: -0.02em;
    /* text-align: left; */
    color: #017BC8;
}
div.sub__page-introduce span {
    font-family: Wanted Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.03em;
    /* text-align: left; */
}
div.sub__page-introduce span strong {
    color: #017BC8;
}
/* sub__page-introduce */

/* sub__page-product */
div.sub__page-product,
div.sub__page-product div.pre {
    width: 100%;
}
div.sub__page-product div.pre div.pre-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 110px;
    padding-bottom: 80px;
}
div.sub__page-product div.pre div.pre-wrap div.photo {
    width: 652px;
}
div.sub__page-product div.pre div.pre-wrap div.summary {
    width: 518px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div.sub__page-product div.pre div.pre-wrap div.photo div.photo-select {
    width: 100%;
    height: 438px;
    margin-bottom: 10px;
    /* background: #F5F5F5; */
    position: relative;
    border-radius: 30px;
}
div.sub__page-product div.pre div.pre-wrap div.photo div.photo-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
div.sub__page-product div.pre div.pre-wrap div.photo div.photo-list p {
    width: 150px;
    height: 100px;
    cursor: pointer;
    border-radius: 7px;
    /* background: #F5F5F5; */
    position: relative;
    border: 1px solid #ccc;
}
div.sub__page-product div.pre div.pre-wrap div.photo div.photo-list p img,
div.sub__page-product div.pre div.pre-wrap div.photo div.photo-select img {
    width: auto;
    max-width: 80%;
    max-height: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div.sub__page-product div.pre div.pre-wrap div.photo div.photo-list p.on:after,
div.sub__page-product div.pre div.pre-wrap div.photo div.photo-list p:hover:after {
    border: 2px solid #017BC8;
    position: absolute;
    content: "";
    width: 146px;
    height: 96px;
    border-radius: 7px;
}
div.sub__page-product div.pre div.pre-wrap div.summary h2 {
    font-family: Wanted Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    color: #017BC8;
}
div.sub__page-product div.pre div.pre-wrap div.summary span.title {
    font-family: Wanted Sans;
    font-size: 42px;
    font-weight: 700;
    line-height: 58.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #222;
}
div.sub__page-product div.pre div.pre-wrap div.line {
    margin: 28px 0;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}
div.sub__page-product div.pre div.pre-wrap div.description {
    font-family: Wanted Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #101010;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
div.sub__page-product div.pre div.pre-wrap div.btn {
    margin-top: 63px;
    display: flex;
    align-items: center;
    gap: 20px;
}
div.sub__page-product div.pre div.pre-wrap div.btn a.btn {
    color: #017BC8;
    border: 1px solid #017BC8;
}

div.sub__page-product div.character {
    width: 100%;
    padding: 100px 0;
    background: #FAFAFA;
}
div.sub__page-product div.character div.character-wrap {
    width: 1280px;
    margin: 0 auto;
}
div.sub__page-product div.character div.character-wrap h2 {
    font-family: Wanted Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    color: #00081D;
}
div.sub__page-product div.character div.character-wrap div.detail {
    width: 100%;
    border-radius: 30px;
    background: #FFFFFF;
    padding: 25px 40px;
    border: 1px solid #E5E5E5;
    margin-top: 50px;
}
div.sub__page-product div.character div.character-wrap div.detail ul li {
    width: 100%;
    padding: 15px 0;
}
div.sub__page-product div.character div.character-wrap div.detail ul li span {
    font-family: Wanted Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #101010;
    position: relative;
    margin-right: 30px;
    padding-left: 18px;
}
div.sub__page-product div.character div.character-wrap div.detail.eng ul li span {
    width: 100%;
    display: inline-block;
}
div.sub__page-product div.character div.character-wrap div.detail ul li span:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: url("../img/icon/dot_blue01.png") 0/100% no-repeat;
}
div.sub__page-product div.specification {
    width: 100%;
    padding: 100px 0 140px;
    background: #FFFFFF;
}
div.sub__page-product div.specification div.specification-wrap {
    width: 1280px;
    margin: 0 auto;
}
div.sub__page-product div.specification div.specification-wrap h2 {
    font-family: Wanted Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    color: #00081D;
}
div.sub__page-product div.specification div.specification-wrap div.detail {
    width: 100%;
    border-top: 2px solid #101010;
    margin-top: 50px;
}
div.sub__page-product div.specification div.specification-wrap div.detail ul {
    display: flex;
}
div.sub__page-product div.specification div.specification-wrap div.detail ul li {
    padding: 17.5px 3px;
    border: 1px solid #E6E6E6;
    text-align: center;
    float: left;
}
div.sub__page-product div.specification div.specification-wrap div.detail ul li.th {
    width: 15%;
    background: #F4F7F9;
}
div.sub__page-product div.specification div.specification-wrap div.detail ul li.td {
    width: 35%;
}
div.sub__page-product div.specification div.specification-wrap div.detail ul li.td.type02 {
    width: 85%;
}
div.sub__page-product div.specification div.specification-wrap div.detail ul li.th span {
    font-family: Wanted Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    color: #101010;
}
div.sub__page-product div.specification div.specification-wrap div.detail ul li.td span {
    font-family: Wanted Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    color: #101010;
}
div.sub__page-product div.specification div.specification-wrap div.detail ul li span.dot {
    padding-left: 18px;
    position: relative;
    margin: 0 15px;
}
div.sub__page-product div.specification div.specification-wrap div.detail ul li span.dot:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background: url("../img/icon/dot_blue01.png") 0/100% no-repeat;
}
div.sub__page-product div.specification div.specification-wrap div.choice {
    margin-top: 50px;
}
div.sub__page-product div.specification div.specification-wrap div.choice h2 {
    font-family: Wanted Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.4px;
    text-align: left;
    color: #00081D;
}
div.sub__page-product div.specification div.specification-wrap div.choice div {
    margin-top: 14px;
}
div.sub__page-product div.specification div.specification-wrap div.choice ul {
    width: 100%;
}
div.sub__page-product div.specification div.specification-wrap div.choice ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
}
div.sub__page-product div.specification div.specification-wrap div.choice ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: url("../img/icon/dot_blue01.png") 0/100% no-repeat;
}
div.sub__page-product div.specification div.specification-wrap div.choice ul li span {
    font-family: Wanted Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #101010;
}
/* sub__page-product */

/* location */
div.location {
    width: 100%;
}
div.location div.location-wrap {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}
div.location div.location-wrap div.right div.location-info {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div.location div.location-wrap div.right div.location-info div.section {
    display: flex;
    gap: 40px;
}

div.location div.location-wrap div.right div.location-info ul {
    width: 80%;
}
div.location div.location-wrap div.right div.location-info div.section ul li {
    margin-bottom: 10px;
}
div.location div.location-wrap div.right div.location-info div.section ul li:nth-child(1) span {
    font-family: Wanted Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #017BC8;
}
div.location div.location-wrap div.right div.location-info div.section ul li:nth-child(2) span {
    font-family: Wanted Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #101010;
}
/* location */

/* hisstory */
div.history-wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
div.history-wrap div.list {
    width: 100%;
    height: auto;
    display: flex;
}
div.history-wrap div.list div.section {
    width: 50%;
    padding-bottom: 80px;
    float: left;
}
div.history-wrap div.list div.section.year {
    position: relative;
}
div.history-wrap div.list div.section.year:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: #EEEEEE;
}
div.history-wrap div.list:last-child div.section.year:after {
    height: 70px;
}
div.history-wrap div.list div.section.year span {
    display: inline-block;
    width: 100%;
    font-size: 80px;
    font-weight: 700;
    color: #0680AF;
    text-align: right;
    padding-right: 72px;
}
div.history-wrap div.list div.section.content {
    padding-left: 72px;
    padding-top: 35px;
    position: relative;
}
div.history-wrap div.list div.section.content span.dot {
    position: absolute;
    top: 35px;
    left: -7.5px;
    width: 10px;
    height: 10px;
    background: #707070;
    border-radius: 50%;
}
div.history-wrap div.list div.section.content ul {
    width: 100%;
    float: left;
}
div.history-wrap div.list div.section.content ul li {
    float: left;
    margin-bottom: 35px;
}
div.history-wrap div.list div.section.content ul li:nth-child(1) {
    width: 113px;
}
div.history-wrap div.list div.section.content ul li:nth-child(1) span {
    font-size: 22px;
    font-weight: 500;
    color: #707070;
    line-height: 21.6px;
}
div.history-wrap div.list div.section.content ul li:nth-child(2) {
    width: calc(100% - 113px);
}
div.history-wrap div.list div.section.content ul li:nth-child(2) span {
    font-family: Wanted Sans;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #101010;
    line-height: 21.6px;
    padding-left: 15px;
    position: relative;
}
div.history-wrap div.list div.section.content ul li:nth-child(2) span:before {
    content: "";
    position: absolute;
    top: 8.5px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #D9D9D9;
}
div.history-wrap div.list div.section.content ul li:nth-child(2) span:not(:first-child) {
    margin-top: 25px;
}
/* hisstory */
/* div.sub__content */

/* 게시판 */
div.board {
    width: 100%;
    height: auto;
}
/* div.search */
div.board div.board-wrap div.search {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}
div.board div.board-wrap div.search div.search-wrap {
    width: 700px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
}
div.board div.board-wrap div.search div.search-wrap button.selectbox {
    width: 137px;
    height: 32px;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #CCCCCC;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}
div.board div.board-wrap div.search div.search-wrap button.selectbox ul {
    top: 38px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}
div.board div.board-wrap div.search div.search-wrap button.selectbox ul li {
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
div.board div.board-wrap div.search div.search-wrap div.inputbox {
    width: 100%;
    height: auto;
    position: relative;
}
div.board div.board-wrap div.search div.search-wrap input {
    width: 100%;
    height: 32px;
    border: none;
    padding: 0 50px 0 20px;
}
div.board div.board-wrap div.search div.search-wrap div.inputbox button.search-btn {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
    width: 24px;
    height: 24px;
    background: url("../img/icon/borad_search01.svg") 0/100% no-repeat;
    cursor: pointer;
}
div.board div.board-wrap div.list,
div.board div.board-wrap div.view {
    width: 100%;
    height: auto;
}
/* div.search */

/* div.list-board */
div.board div.board-wrap div.list div.list-board ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
div.board div.board-wrap div.list div.list-board ul li {
    float: left;
}
div.board div.board-wrap div.list div.list-board ul.th {
    height: 40px;
    background: #F2F2F2;
    border-top: 1px solid #333333;
}
div.board div.board-wrap div.list div.list-board ul.th li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.board div.board-wrap div.list div.list-board ul.th li span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
div.board div.board-wrap div.list div.list-board ul.td {
    height: 50px;
}
div.board div.board-wrap div.list div.list-board ul.td li {
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.board div.board-wrap div.list div.list-board ul.td li.title {
    justify-content: flex-start;
}
div.board div.board-wrap div.list div.list-board ul.td li span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
div.board div.board-wrap div.list div.list-board ul.td li.title span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
div.board div.board-wrap div.list div.list-board ul li.no {
    width: 10%;
}
div.board div.board-wrap div.list div.list-board ul li.title {
    width: calc(100% - 30%);
}
div.board div.board-wrap div.list div.list-board ul li.date {
    width: 10%;
}
div.board div.board-wrap div.list div.list-board ul li.writer {
    width: 10%;
}
div.board div.board-wrap div.list div.list-board ul li.views {
    width: 10%;
}
/* div.list-board */

/* div.view-board */
div.board div.board-wrap div.view {
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
}
div.board div.board-wrap div.view div.post-title {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
div.board div.board-wrap div.view div.post-title span {
    font-size: 18px;
    font-weight: 400;
    color: #101010;
}
div.board div.board-wrap div.view div.post-info {
    padding: 8px 10px;
    background: #fafafa;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    text-align: right;
    font-size: 0.9em;
    height: 40px;
    text-align: right;
}
div.board div.board-wrap div.view div.post-info span {
    display: inline-flex;
    height: 100%;
    align-items: center;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
}
div.board div.board-wrap div.view div.post-info span em {
    color: #3A3A3A;
    font-size: 14px;
}
div.board div.board-wrap div.view div.post-view {
    width: 100%;
    height: auto;
    padding: 50px 10px;
}
div.board div.board-wrap div.view div.post-file {
    padding: 20px;
    border-bottom: 1px solid #dcdcdc;
}
div.board div.board-wrap div.view div.post-file ul li {
    width: 100%;
    text-align: right;
    margin: 10px 0;
}
div.board div.board-wrap div.view div.post-file ul li span {
    font-size: 14px;
    font-weight: 400;
    color: #101010;
}
div.board div.board-wrap div.view div.post-file ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #101010;
}
div.board div.board-wrap div.btn {
    margin-top: 10px;
    width: 100%;
    text-align: right;
}
div.board div.board-wrap div.btn a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    background: #101010;
    border: 1px solid #101010;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
/* div.view-board */

/* div.list-photo */
div.board div.board-wrap div.list div.list-photo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 55px;
}
div.board div.board-wrap div.list div.list-photo div.item {
    width: 430px;
    height: auto;
    margin-bottom: 45px;
}
div.board div.board-wrap div.list div.list-photo div.item p.img {
    width: 100%;
    height: 300px;
    background: #F2F2F2;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #E7E7E7;
}
div.board div.board-wrap div.list div.list-photo.type02 div.item p.img {
    height: 400px;
}
div.board div.board-wrap div.list div.list-photo div.item p.img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    image-rendering: auto;
}
div.board div.board-wrap div.list div.list-photo div.item div.content span.title {
    display: inline-block;
    width: 100%;
    height: 22px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.board div.board-wrap div.list div.list-photo.type02 div.item div.content span.title {
    text-align: left;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status span {
    display: inline-block;
    border-radius: 500px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 19.2px;
    padding: 5px 16px;
    margin-right: 10px;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status span.free {
    background: #1CB14D;
    color: #FFF;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status span.ing {
    border: 1px solid #1CB14D;
    background: #FFF;
    color: #1CB14D;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status span.paid {
    background: #BB3E86;
    color: #FFF;
}
div.board div.board-wrap div.list div.list-photo div.item div.content p.status span.end {
    border: 1px solid #CCCCCC;
    background: #FFF;
    color: #CCCCCC;
}
div.board div.board-wrap div.list div.list-photo div.item div.content span.period {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #707070;
    text-align: left;
}
/* div.list-photo */

/* div.paging */
div.board div.board-wrap div.paging {
    width: 100%;
    margin-top: 55px;
}
div.board div.board-wrap div.paging div.paging-wrap {
    width: auto;
    height: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.board div.board-wrap div.paging div.paging-wrap p.num {
    display: flex;
    align-items: center;
    gap: 4px;
}
div.board div.board-wrap div.paging div.paging-wrap a.next,
div.board div.board-wrap div.paging div.paging-wrap a.prev,
div.board div.board-wrap div.paging div.paging-wrap p.num a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    justify-content: center;
    align-items: center;
}
div.board div.board-wrap div.paging div.paging-wrap a.next,
div.board div.board-wrap div.paging div.paging-wrap a.prev {
    margin: 0 20px;
}
div.board div.board-wrap div.paging div.paging-wrap p.num a.on {
    background: #235FCE;
    border: 1px solid #235FCE;
}
div.board div.board-wrap div.paging div.paging-wrap p.num a span {
    font-size: 16px;
    font-weight: 400;
    color: #6D6E71;
}
div.board div.board-wrap div.paging div.paging-wrap p.num a.on span {
    color: #fff;
}
div.board div.board-wrap div.board-btn {
    width: 100%;
    float: left;
    text-align: right;
}
div.board div.board-wrap div.board-btn button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    background: #eaeaea;
    border-radius: 10px;
}
/* div.paging */
/* 게시판 */

div.form {
    width: 100%;
    height: auto;
    border-top: 2px solid #212121;
    border-bottom: 2px solid #212121;
}
div.form dl {
    width: 100%;
    height: 79px;
    border-bottom: 1px solid #BFBEBE;
}
div.form dl dd,
div.form dl dt {
    display: flex;
    align-items: center;
    font-family: 'NotoSans';
    height: 100%;
}
div.form dl dt {
    width: 18%;
    padding-left: 40px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    float: left;
}
div.form dl dd {
    width: 82%;
    float: left;
}
div.form dl dd input {
    width: 100%;
    max-width: 300px;
    border: 1px solid #707070 !important;
    height: 46px;
    line-height: 46px;
    padding: 0 26px;
    font-size: 15px;
}
div.form dl dd input.p120 {
    max-width: 120px;
}
div.form dl.textarea {
    height: 226px;
}
div.form dl dd textarea {
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 15px !important;
    min-height: 190px;
    resize: vertical;
    padding: 19px 26px;
    appearance: none;
    border: none;
    border-radius: 0;
    text-align: left;
    border: 1px solid #707070;
    margin: 18px 0 20px;
}
div.form dl dd button {
    display: inline-flex;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 0;
    padding: 2px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    align-items: center;
    justify-content: center;
}
div.form dl dd button.agreed {
    background: #FFF;
    color: #000;
}
div.form dl dd button.agreed i.check_white {
    display: none;
}
div.form dl dd button.agreed i.check_black {
    display: inline-block;
}
div.form dl dd button.agreed.open {
    background: #000;
    color: #FFF;
}
div.form dl dd button.agreed.open i.check_white {
    display: inline-block;
}
div.form dl dd button.agreed.open i.check_black {
    display: none;
}
div.form-submit {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    float: left;
}
button.submit-inqry {
    font-family: 'NotoSans';
    width: 153px;
    height: 46px;
    background: #00286E;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/**********
* ## layer popup
**********/
.layer-popup{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; transition: all 0.3s;}
.layer-popup.active{display: block; animation: aniFadeIn 0.5s; -moz-animation: aniFadeIn 0.5s; -webkit-animation: aniFadeIn 0.5s; -o-animation: aniFadeIn 0.5s;}
.layer-dim{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; background: #000; opacity: .4; z-index: 1}
.pop-wrap{position: absolute; top: 50%; left: 50%; z-index: 20; width: 90%;}
.pop-header{background-color: #333; position: sticky; top: 0; z-index: 10;}
.pop-header h3{font-size: 1.2rem; font-weight: 600; color: #fff; text-align: center; height: 4.5rem; line-height: 4.5rem;}
.pop-content{background-color: #fff; padding: 10px; min-height: 15rem; }
.pop-content h4{font-size: 2.4rem; margin-bottom: 10px;}
.pop-content .pop-title{font-size: 1.8rem; margin-bottom: 1.5rem; font-weight: 600;}
.pop-content strong{font-weight: 500; margin-bottom: 10px; display: inline-block;}
.pop-content .mt3{margin-top: 3rem; }
.pop-wrap .btn-close{position: absolute; top: -30px; right: 0;}
.pop-footer{background-color: #fff; display: flex;}
.pop-footer button{height: 3.125rem; flex: 1; background-color: #ccc; font-size: 1rem;}
.pop-footer button + button{border-left: 1px solid #d1d1d1;}
.pop-footer .btn-close{position: relative; width: auto; height: auto; top: 0; left: 0; right: 0; text-indent: 0;}
.pop-footer .btn-confirm{color: #fff; background-color: #00286E;}
.btn-close{width: 25px; height: 25px; text-indent: -9999px; cursor: pointer;}
.btn-close.cross:before, .btn-close.cross:after{width: 100%; height: 2px; top: 50%; left: 0; content: ""; background: #121212; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); position: absolute;}
.btn-close.cross:after {transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}
.btn-close.cross.white:before, .btn-close.cross.white:after{background-color: #fff;}

.input {width: 100%; border: 1px solid #707070; height: 46px; line-height: 46px; padding: 0 10px; font-size: 15px;}
.layer-popup.pop-download .pop-wrap{width: 90%; max-width: 500px; box-shadow: 0 0 8.5px 1.5px rgba(9, 9, 9, 0.1);}

/* 모바일 */
@media screen and (max-width: 1200px) {
    /* photo-box01 */
    div.photo-box01 div.section,
    div.photo-box01.three01 div.section {
        width: 31%;
        margin-right: 1%;
        margin-left: 1%;
    }
    /* photo-box01 */

    /* photo-box02 */
    div.photo-box02.four div.section,
    div.photo-box02.three div.section {
        width: 48%;
        margin: 0 1% 2%;
    }
    div.photo-box02.four div.section:nth-child(-n+4),
    div.photo-box02.three div.section:nth-child(-n+3) {
        margin-top: 0;
    }
    div.photo-box02.four div.section:first-child,
    div.photo-box02.three div.section:first-child {
        margin-top: 0;
    }
    div.photo-box02 div.section p.txt {
        padding: 10px 0 0;
    }
    div.photo-box02 div.section p.txt span.title {
        font-size: 16px;
    }
    div.photo-box02 div.section p.txt span.content {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
        text-align: center;
    }
    /* photo-box02 */

    /* photo-box03 */
    div.photo-box03 div.section {
        width: 100%;
        margin-right: 0;
    }
    /* photo-box03 */

    /* div.box01 */
    div.box01 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    div.box01 span.txt01 {
        font-size: 18px;
        line-height: 21.6px;
        margin-bottom: 10px;
    }
    div.box01 span.txt02 {
        font-size: 14px;
        line-height: 15.6px;
    }
    div.box01 span.txt03 {
        font-size: 16px;
        line-height: 21px;
    }
    /* div.box01 */

    /* div.sub__header */
    div.sub__header {
        padding: 0 20px;
    }
    div.sub__header div.sub__header-wrap {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    div.sub__header div.sub__header-wrap h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 42px;
    }
    div.sub__header div.sub__header-wrap span {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
    /* div.sub__header */

    /* div.sub__menu */
    div.sub__menu div.sub__menu-wrap {
        width: 100%;
        padding: 0 20px;
    }
    div.sub__menu div.sub__menu-wrap ul {
        overflow-x: auto;
        white-space: nowrap;
    }
    div.sub__menu div.sub__menu-wrap ul li {
        float: none;
        display: inline-block;
    }
    div.sub__menu div.sub__menu-wrap ul li a {
        font-size: 15px;
    }
    /* div.sub__menu */

    /* div.sub__content */
    div.sub__content div.sub__content-wrap {
        width: 100%;
        padding: 0 10px;
    }
    div.sub__content div.sub__content-wrap.type02 {
        width: 100%;
    }
    div.sub__content-section {
        margin-top: 30px;
    }
    div.sub__content-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    div.sub__content-section h2 span:not(.title) {
        font-size: 16px;
        line-height: 19.2px;
    }
    /* div.sub__content */

    /* sub__page-introduce */
    div.sub__page-introduce {
        gap: 0;
        padding-bottom: 30px;
    }
    div.sub__page-introduce h2 {
        font-size: 12px;
    }
    div.sub__page-introduce span {
        font-size: 22px;
        line-height: 33px;
    }
    /* sub__page-introduce */

    /* hisstory */
    div.history-wrap div.list div.section.year {
        width: 30%;
    }
    div.history-wrap div.list div.section.year img {
        max-width: 80%;
    }
    div.history-wrap div.list div.section.content {
        width: 70%;
        padding-left: 20px;
        padding-top: 10px;
    }
    div.history-wrap div.list div.section.year span {
        font-size: 30px;
        padding-right: 20px;
    }
    div.history-wrap div.history__scroll {
        left: 30%;
        transform: translateX(-30%);
    }
    div.history-wrap div.list div.section.content ul li:nth-child(1) {
        width: 50px;
    }
    div.history-wrap div.list div.section.content ul li:nth-child(2) {
        width: calc(100% - 50px);
    }
    div.history-wrap div.list div.section.content ul li:nth-child(1) span,
    div.history-wrap div.list div.section.content ul li:nth-child(2) span {
        font-size: 16px;
    }
    div.history-wrap div.list div.section.content span.dot {
        top: 15px;
    }
    /* hisstory */

    /* div.design-box02 */
    div.design-box02 ul {
        width: 100%;
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    div.design-box02 ul li {
        height: auto;
        font-size: 16px;
        line-height: 19.2px;
    }
    div.design-box02 ul li span {
        text-align: center;
    }
    div.design-box02 ul li:nth-child(1) {
        width: 30%;
    }
    div.design-box02 ul li:nth-child(2) {
        width: 70%;
        padding: 10px;
    }
    /* div.design-box02 */

    /* location */
    div.location div.location-wrap {
        width: 100%;
        flex-direction: column;
        gap: 40px;
    }
    div.location div.location-wrap iframe {
        width: 100%;
    }
    div.location div.location-wrap div.right div.location-info {
        height: auto;
        gap: 20px;
    }
    div.location div.location-wrap div.right div.location-info ul {
        width: 80%;
    }
    div.location div.location-wrap div.right div.location-info div.section ul li {
        margin-bottom: 0;
    }
    /* location */

    div.sub__page-product div.character {
        padding: 40px 0;
    }
    div.sub__page-product div.character div.character-wrap {
        width: 100%;
        padding: 0 10px;
    }
    div.sub__page-product div.character div.character-wrap div.detail {
        margin-top: 20px;
    }
    div.sub__page-product div.character div.character-wrap div.detail ul li {
        white-space: pre-line;
        padding: 0;
    }
    div.sub__page-product div.character div.character-wrap div.detail ul li span {
        display: inline-block;
    }

    div.sub__page-product div.specification {
        padding: 40px 0;
    }
    div.sub__page-product div.specification div.specification-wrap {
        width: 100%;
    }
    div.sub__page-product div.specification div.specification-wrap div.detail ul {
        flex-wrap: wrap;
    }
    div.sub__page-product div.specification div.specification-wrap div.detail ul li.th {
        width: 30%;
    }
    div.sub__page-product div.specification div.specification-wrap div.detail ul li.td {
        width: 70%;
    }
    div.sub__page-product div.specification div.specification-wrap div.detail ul li.td.type02 {
        width: 70%;
        text-align: left;
    }

    div.sub__page-product div.pre div.pre-wrap {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 40px;
    }
    div.sub__page-product div.pre div.pre-wrap div.photo {
        width: 100%;
    }
    div.sub__page-product div.pre div.pre-wrap div.photo div.photo-list p {
        width: 24%;
        height: 100px;
    }
    div.sub__page-product div.pre div.pre-wrap div.photo div.photo-list p.on:after,
    div.sub__page-product div.pre div.pre-wrap div.photo div.photo-list p:hover:after {
        width: calc(100% - 4px);
        height: 96px;
    }

    div.sub__page-product div.pre div.pre-wrap div.summary {
        width: 100%;
    }

    /* 게시판 */
    div.board div.board-wrap div.search div.search-wrap {
        width: 90%;
    }

    div.board div.board-wrap div.list div.list-board ul li.no,
    div.board div.board-wrap div.list div.list-board ul li.views,
    div.board div.board-wrap div.list div.list-board ul li.writer {
        display: none;
    }
    div.board div.board-wrap div.list div.list-board ul li.title {
        width: calc(100% - 25%);
        padding: 0 10px;
    }
    div.board div.board-wrap div.list div.list-board ul li.date {
        width: 25%;
    }
    div.board div.board-wrap div.list div.list-board ul.td li.title span {
        font-size: 16px;
    }
    div.board div.board-wrap div.list div.list-board ul.td li span {
        font-size: 14px;
    }

    div.board div.board-wrap div.list div.list-photo {
        gap: 4%;
    }
    div.board div.board-wrap div.list div.list-photo div.item {
        width: 48%;
    }
    div.board div.board-wrap div.list div.list-photo div.item p.img,
    div.board div.board-wrap div.list div.list-photo.type02 div.item p.img {
        height: auto;
        padding-top: 93.02%;
        position: relative;
    }
    div.board div.board-wrap div.list div.list-photo div.item p.img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    div.board div.board-wrap div.paging div.paging-wrap a.next,
    div.board div.board-wrap div.paging div.paging-wrap a.prev,
    div.board div.board-wrap div.paging div.paging-wrap p.num a {
        width: 30px;
        height: 30px;
    }
    div.board div.board-wrap div.paging div.paging-wrap p.num a span {
        font-size: 14px;
    }
    div.board div.board-wrap div.paging div.paging-wrap a.next,
    div.board div.board-wrap div.paging div.paging-wrap a.prev {
        margin: 0 10px;
    }
    /* 게시판 */

    div.form {
        float: left;
    }
    div.form dl,
    div.form dl.textarea {
        height: auto;
        float: left;
        padding: 20px 0;
    }
    div.form dl dd,
    div.form dl dt {
        width: 100%;
        padding-left: 10px;
    }
    div.form dl dd {
        margin-top: 10px;
        padding-right: 10px;
    }
    div.form dl dd textarea {
        margin: 0;
    }
}

@media (max-width: 768px) {
    /* photo-box01 */
    div.photo-box01 div.section,
    div.photo-box01.three01 div.section {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }
    /* photo-box01 */

    /* photo-box02 */
    div.photo-box02.four div.section,
    div.photo-box02.three div.section {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    div.photo-box02.four div.section:nth-child(-n+4),
    div.photo-box02.three div.section:nth-child(-n+3) {
        margin-top: 30px;
    }
    div.photo-box02.four div.section:first-child,
    div.photo-box02.three div.section:first-child {
        margin-top: 0;
    }
    div.photo-box02 div.section p.txt {
        padding: 10px 0 0;
    }
    div.photo-box02 div.section p.txt span.title {
        font-size: 16px;
    }
    div.photo-box02 div.section p.txt span.content {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
        text-align: center;
    }
    /* photo-box02 */
}

@media (max-width: 480px) {
    div.photo-box01 div.section {
        width: 100%;
        /* 한 개의 섹션만 한 줄에 배치 */
    }
}
