@charset "utf-8";

.subWrap {word-break: keep-all;}
.subWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.subWrap p {margin: 0;}
.subWrap .desc {
    font-size: 16px;
    line-height: 1.9;
}
@media all and (max-width: 767px) {
    .at-content {padding: 50px 0;}
    .subWrap .desc {
        font-size: 14px;
        line-height: 1.5;
    }
}

#brand #intro {
    text-align: center;
    padding-bottom: 150px;
}
#brand #intro .logoImg::after {
    content: "";
    background: #ddd;
    width: 1px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
#brand #intro .logoImg img {
    width: 323px;
    height: 70px;
    margin-bottom: 15px;
}
#brand #intro .boxWrap {position: relative;}
#brand #intro .boxWrap::before {
    content: "";
    background: #ddd;
    width: 37%;
    display: block;
    height: 1px;
    margin: 0 auto 40px;
}
#brand #intro .boxWrap::after {
    content: "";
    background: url(/img/custom/plus.svg) no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#brand #intro .boxWrap > div {
    max-width: 500px;
    width: 100%;
    border-radius: 200px;
    padding: 10px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -30px;
    position: relative;
}
#brand #intro .boxWrap > div::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 40px;
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
#brand #intro .boxWrap > div .inner {
    border: 1px dashed rgba(255,255,255,0.5);
    padding: 30px;
    border-radius: 200px;
}
#brand #intro .boxWrap > div h3 {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 10px;
}
#brand #intro .boxWrap > div p {
    font-size: 20px;
    font-weight: 600;
}
#brand #intro .boxWrap .left {background: rgba(69,151,206,0.8);}
#brand #intro .boxWrap .right {background: rgba(84,182,151,0.8);}

#brand #info > div {
    margin-bottom: 120px;
    padding: 0 100px;
}
#brand #info > div:last-child {margin-bottom: 0;}
#brand #info > div:first-child .left {order: 1;}
#brand #info > div:first-child .right {order: 2;}
#brand #info > div:last-child .left {order: 1;}
#brand #info > div:last-child .right {order: 2;}
#brand #info > div {display: flex;}
#brand #info > div .left {
    flex: 1;
    float: left;
    width: 50%;
}
#brand #info > div .right {
    flex: 1;
    float: right;
    width: 50%;
}
#brand #info > div .img {
    border-radius: 20px;
    overflow: hidden;
}
#brand #info > div .txt {position: relative;}
#brand #info > div .txt .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 100px);
    text-align: center;
}
#brand #info > div .txt h3 {
    font-size: 40px;
    font-weight: 800;
    margin: 40px 0 50px;
}
@media all and (max-width: 1200px) {
    #brand #info > div {padding: 0 15px;}
}
@media all and (max-width: 820px) {
    #brand #intro .boxWrap::before {width: calc(50% - 30px);}
    #brand #intro .boxWrap > div {width: calc(50% + 30px);}
    #brand #intro .boxWrap > div h3 {font-size: 26px;}
    #brand #info > div {
        display: block;
        margin: 0;
    }
    #brand #info > div .left {
        float: none;
        width: 100%;
    }
    #brand #info > div .right {
        float: none;
        width: 100%;
    }
    #brand #info > div .txt .inner {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        width: 100%;
        padding: 80px 0 120px;
    }
    #brand #info > div:last-child .txt .inner {padding-bottom: 0;}
}
@media all and (max-width: 767px) {
    #brand #intro {padding-bottom: 50px;}
    #brand #intro .logoImg::after {height: 20px;}
    #brand #intro .logoImg img {
        width: 220px;
        height: 47px;
    }
    #brand #intro .boxWrap::before {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    #brand #intro .boxWrap::after {
        width: 14px;
        height: 14px;
        top: 62%;
    }
    #brand #intro .boxWrap > div::before {
        height: 20px;
        top: -20px;
    }
    #brand #intro .boxWrap > div {
        padding: 5px;
        margin: 0 -20px;
        width: calc(50% + 20px);
    }
    #brand #intro .boxWrap > div .inner {padding: 20px;}
    #brand #intro .boxWrap > div h3 {font-size: 16px;}
    #brand #intro .boxWrap > div p {font-size: 14px;}
    #brand #info > div .img {border-radius: 10px;}
    #brand #info > div .txt .inner {padding: 30px 0 50px;}
    #brand #info > div .txt .quote img {width: 25px; height: 22px;}
    #brand #info > div .txt h3 {
        font-size: 24px;
        margin: 20px 0;
    }
}

.productWrap {
    max-width: 1000px;
    margin: 0 auto;
}
.productWrap .title {margin-bottom: 50px;}
.productWrap .title h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 30px;
}
.productWrap .title p {font-size: 16px;}
.productWrap .information ul {border-top: 1px solid #e3e3e3;}
.productWrap .information ul li {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
}
.productWrap .information ul li .subject {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
}
.productWrap .information ul li .subject a {
    display: block;
    padding: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position: relative;
}
.productWrap .information ul li .subject a span {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.productWrap .information ul li .subject a span::after {
    content: "";
    background: url(/img/custom/arrow.svg) no-repeat center;
    background-size: cover;
    width: 12px;
    height: 10px;
    transform: rotate(270deg);
    display: inline-block;
    transition: all 0.3s;
}
.productWrap .information ul li .subject a.active span {
    background: #153275;
    border: 1px solid #153275;
}
.productWrap .information ul li .subject a.active span::after {
    background: url(/img/custom/arrow_w.svg) no-repeat center;
    background-size: cover;
    transform: rotate(90deg);
}
.productWrap .information ul li .desc .inner {
    background: #f8f8f8;
    padding: 30px;
    border-top: 1px solid #e3e3e3;
    border-left: 3px solid #153275;
}
.productWrap .detail {
    padding: 80px 0 0;
    text-align: center;
}
@media all and (max-width: 767px) {
    .productWrap .title {margin-bottom: 30px;}
    .productWrap .title h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .productWrap .title p {font-size: 14px;}
    .productWrap .information ul li .subject a {
        font-size: 14px;
        padding: 15px 0;
    }
    .productWrap .information ul li .subject a span {right: 0;}
    .productWrap .information ul li .desc .inner {padding: 15px;}
    .productWrap .detail {padding: 30px 0 0;}
}