@charset "utf-8";

/* intro1 */
.intro1 .inner{display: flex;}
.intro1 .l_cont{width: 50%;}
.intro1 .l_cont img{width: 100%;}
.intro1 .r_cont{width: 50%; padding-left: 80px;}
.intro1 .r_cont h3{font-size: 40px; font-weight: 700; line-height: 1.5em; color:#000; margin-bottom: 50px;}
.intro1 .r_cont h3 span{color:var(--color1);  font-weight: 700;}
.intro1 .r_cont p{font-size: 18px; line-height: 1.8em; color:#555555; margin-top: 40px; font-weight: 500; word-break: keep-all;}
.intro1 .r_cont p b{font-weight: 700; color:#000;}
.intro1 .r_cont .name{margin-top: 70px; font-size: 20px; font-weight: 700; color:#000;}
.intro1 .r_cont .name b{font-size: 40px; font-weight: 400; font-family: 'NohHaeChan'; margin-left: 5px;}

@media  all and (max-width:1280px) {
    .intro1 .r_cont{padding-left: 50px;}
    .intro1 .r_cont h3{font-size: 37px; margin-bottom: 40px; line-height: 1.4em;}
    .intro1 .r_cont p{font-size: 17px; margin-top: 35px;}
    .intro1 .r_cont p br{display: none;}
    .intro1 .r_cont .name{margin-top: 55px; font-size: 19px;}
    .intro1 .r_cont .name b{font-size: 37px;}
}
@media  all and (max-width:1024px) {
    .intro1 .r_cont{padding-left: 40px;}
    .intro1 .r_cont h3{font-size: 35px; margin-bottom: 35px; line-height: 1.3em;}
    .intro1 .r_cont p{font-size: 17px; margin-top: 30px;}
    .intro1 .r_cont .name{margin-top: 50px; font-size: 19px;}
    .intro1 .r_cont .name b{font-size: 35px;}
}
@media  all and (max-width:768px) {
    .intro1 .inner{flex-direction: column;}
    .intro1 .inner .l_cont{width: 100%;}
    .intro1 .inner .r_cont{width: 100%; padding-left: 0; margin-top: -60px;}
    .intro1 .r_cont h3{font-size: 32px; margin-bottom: 30px;}
    .intro1 .r_cont p{font-size: 16px; margin-top: 25px;}
    .intro1 .r_cont .name{margin-top: 40px; font-size: 18px;}
    .intro1 .r_cont .name b{font-size: 32px;}
}
@media  all and (max-width:500px) {
    .intro1 .inner .r_cont{ margin-top: -20px;}
    .intro1 .r_cont h3{font-size: 30px; margin-bottom: 30px;}
}


/* intro2 */
.intro2{}
.intro2 .root_daum_roughmap .wrap_controllers{display: none;}
.intro2 .root_daum_roughmap .cont .section.lst{display: none;}
.intro2 .map_info{margin-top: 35px; display: flex;}
.intro2 .map_info .cont{width: 100%;}
.intro2 .map_info .cont.l_cont{padding-right: 70px;}
.intro2 .map_info .cont.r_cont{padding-left: 70px; border-left: 1px solid #eee;}
.intro2 .map_info .cont .txt{}
.intro2 .map_info .cont .txt h4{font-size: 18px; color:#000; opacity: 0.5; margin-bottom: 15px;}
.intro2 .map_info .cont .txt h3{font-size: 24px; color:#000;}
.intro2 .map_info .cont .btn_box{margin-top: 35px; display: flex; gap:10px; flex-wrap: wrap;}
.intro2 .map_info .cont .btn_box a.btn{line-height: 54px; border: 1px solid #eee; padding: 0 35px 0 25px; display: inline-flex; align-items: center; justify-content: center; gap:5px; font-size: 16px; color:#000; font-weight: 700;}
.intro2 .map_info .cont .btn_box a.btn.naver{}
.intro2 .map_info .cont .btn_box a.btn.tmap{}
.intro2 .map_info .cont .btn_box a.btn.kakao{background-color: #f9e000;}
.intro2 .map_info .cont .info{}
.intro2 .map_info .cont .info dl{display: flex;}
.intro2 .map_info .cont .info dl + dl{margin-top: 20px;}
.intro2 .map_info .cont .info dl dt{width: 90px; font-size: 20px; color:#000; font-weight: 700;}
.intro2 .map_info .cont .info dl dd{width: calc(100% - 90px);}
.intro2 .map_info .cont .info dl dd .subway{}
.intro2 .map_info .cont .info dl dd .subway li{display: inline-flex;}
.intro2 .map_info .cont .info dl dd .subway li + li{margin-left: 20px;}
.intro2 .map_info .cont .info dl dd .subway li span{width: 18px; height: 18px; display: inline-flex; justify-content: center; align-items: center; color:#fff; font-size: 13px; font-weight: 700; border-radius: 50%; background-color: #ce3245; margin-right: 10px;}
.intro2 .map_info .cont .info dl dd .subway li p{font-size: 15px; font-weight: 400; color:#444444;}
.intro2 .map_info .cont .info dl dd .bus{display: flex;}
.intro2 .map_info .cont .info dl dd .bus + .bus{margin-top: 15px;}
.intro2 .map_info .cont .info dl dd .bus .tag{width: 33px; height: 20px; border-radius: 2px; margin-right: 30px; text-align: center; color:#fff; font-size: 13px; font-weight: 700; line-height: 20px;}
.intro2 .map_info .cont .info dl dd .bus .tag.tag1{background: #7482db;}
.intro2 .map_info .cont .info dl dd .bus .tag.tag2{background:#5fb73c;}
.intro2 .map_info .cont .info dl dd .bus p{font-size: 15px; font-weight: 400; color:#444444; word-break: keep-all;}


@media  all and (max-width:1480px) {
    .intro2 .map_info .cont.l_cont{padding-right: 50px;}
    .intro2 .map_info .cont.r_cont{padding-left: 50px;}
}
@media  all and (max-width:1280px) {
    .intro2 .root_daum_roughmap .wrap_map{height: 450px !important}
    .intro2 .map_info .cont .txt h4{font-size: 17px; 
     margin-bottom: 13px;}
    .intro2 .map_info .cont .txt h3{font-size: 22px;}
    .intro2 .map_info .cont .btn_box a.btn{line-height: 50px; padding: 0 30px 0 20px;}
    .intro2 .map_info .cont .btn_box a.btn img{width: 30px;}
    .intro2 .map_info .cont .info dl dt{font-size: 19px; width: 80px;}
    .intro2 .map_info .cont .info dl dd{width: calc(100% - 80px);}
    .intro2 .map_info .cont .info dl dd .bus .tag{margin-right: 25px;}
}
@media  all and (max-width:1024px) {
    .intro2 .root_daum_roughmap .wrap_map{height: 420px !important}
    .intro2 .map_info .cont.l_cont{padding-right: 35px;}
    .intro2 .map_info .cont.r_cont{padding-left: 35px;}
    .intro2 .map_info .cont .btn_box{margin-top: 30px;}
    .intro2 .map_info .cont .btn_box a.btn{line-height: 46px; padding: 0 25px 0 15px; font-size: 15px;}
    .intro2 .map_info .cont .info dl dd .subway li + li{margin-left: 16px;}
    .intro2 .map_info .cont .info dl dd .subway li span{margin-right: 8px;}
    .intro2 .map_info .cont .info dl dt{font-size: 18px; width: 72px;}
    .intro2 .map_info .cont .info dl dd{width: calc(100% - 72px);}
    .intro2 .map_info .cont .info dl dd .bus .tag{margin-right: 16px;}
}
@media  all and (max-width:768px) {
    .intro2 .root_daum_roughmap .wrap_map{height: 370px !important}
    .intro2 .map_info{flex-direction: column;}
    .intro2 .map_info .cont .txt h4{font-size: 16px;}
    .intro2 .map_info .cont .txt h3{font-size: 21px;}
    .intro2 .map_info .cont .btn_box{margin-top: 25px;}
    .intro2 .map_info .cont.l_cont{padding-right: 0px;}
    .intro2 .map_info .cont.r_cont{padding-left: 0px; border-left: 0; margin-top: 40px; padding-top: 40px; border-top: 1px solid #dedede;}
    .intro2 .map_info .cont .info{margin-top: 22px;}
    .intro2 .map_info .cont .info dl dt{font-size: 17px; width: 66px;}
    .intro2 .map_info .cont .info dl dd{width:calc(100% - 66px);}
    .intro2 .map_info .cont .info dl dd .bus .tag{margin-right: 13px;}
}
@media  all and (max-width:500px) {
    .intro2 .root_daum_roughmap .wrap_map{height: 320px !important}
    .intro2 .map_info .cont .txt h3{font-size: 20px;}
}

/* inquiry1 */
.inquiry1{}
.inquiry1 .inner{display: flex; gap:50px; align-items: center;}
.inquiry1 .inner .l_cont{width: 467px; position: relative;}
.inquiry1 .inner .l_cont .img{}
.inquiry1 .inner .l_cont .img img{width: 100%;}
.inquiry1 .inner .l_cont .txt{position: absolute; color:#fff; padding: 70px 50px; width: 100%; top: 0; left: 0;}
.inquiry1 .inner .l_cont .txt h3{font-size: 42px; margin-bottom: 20px;}
.inquiry1 .inner .l_cont .txt p{font-size: 17px; word-break: keep-all; line-height: 1.7em;}
.inquiry1 .inner .r_cont{width: calc(100% - 467px);}
.inquiry1 .inner form{width: 100%;}
.inquiry1 .inner form .box{margin-bottom: 20px;}
.inquiry1 .inner form .box.w2{display: grid; grid-template-columns: repeat(2, 1fr); gap:20px; }
.inquiry1 .inner form .box .input{position: relative;}
.inquiry1 .inner form .box p{font-size: 16px; font-weight: 400; color:#000; margin-bottom: 12px;}
.inquiry1 .inner form .box p span{color:var(--color1);}
.inquiry1 .inner form .box .input input, .inquiry1 .inner form .box .input select{background-color: #fff; border: 1px solid #ddd; height: 54px; border-radius: 5px; padding: 0 20px; width: 100%; font-family: 'Pretendard', sans-serif; font-size: 15px;}
.inquiry1 .inner form .box .input button{position: absolute; top:50%; transform: translateY(-50%); right: 10px; line-height: 34px; background-color: #000; color:#fff; border-radius: 5px; padding: 0 12px;}
.inquiry1 .inner form .box .flex{display: grid; gap:20px; grid-template-columns: repeat(3, 1fr);}
.inquiry1 .inner form .box textarea{background-color: #fff; border: 1px solid #ddd; height: 54px; border-radius: 5px; padding: 20px; width: 100%; resize: none; height: 140px; font-family: 'Pretendard', sans-serif; font-size: 15px;}
.inquiry1 .inner form .inquiry_btn{display: flex; align-items: center; justify-content: flex-end;}
.inquiry1 .inner form .inquiry_btn .agree{display: flex; align-items: center; margin-right: 30px;}
.inquiry1 .inner form .inquiry_btn .agree input{width: 17px; height: 17px; border-radius: 2px; border: 1px solid #dddddd; margin-right: 10px;}
.inquiry1 .inner form .inquiry_btn .agree p{font-size: 15px; color:#555555;}
.inquiry1 .inner form .inquiry_btn .agree p a{font-weight: 600; color:#000000; text-decoration: underline; text-underline-position: under;}
.inquiry1 .inner form .inquiry_btn .m_btn{}

@media all and (max-width:1280px) {
    .inquiry1{padding: 100px 0;}
    .inquiry1 .inner{gap:40px; align-items: flex-start;}
    .inquiry1 .inner .l_cont{width: 40vw;}
    .inquiry1 .inner .l_cont .txt{padding: 60px 40px;}
    .inquiry1 .inner .l_cont .txt h3{font-size: 37px; margin-bottom: 15px;}
    .inquiry1 .inner .l_cont .txt p{font-size: 16px;}
    .inquiry1 .inner .r_cont{width: calc(100% - 40vw);}
    .inquiry1 .inner form .box{margin-bottom: 15px;}
    .inquiry1 .inner form .box.w2{gap:15px;}
    .inquiry1 .inner form .box p{margin-bottom: 10px;}
    .inquiry1 .inner form .box .input input, .inquiry1 .inner form .box .input select{height: 50px;}
    .inquiry1 .inner form .box .flex{gap:15px;}
    .inquiry1 .inner form .box textarea{height: 120px;}
    .inquiry1 .inner form .inquiry_btn .agree{margin-right: 25px;}
}
@media  all and (max-width:1024px) {
    .inquiry1{padding: 90px 0;}
    .inquiry1 .inner form .box .input input, .inquiry1 .inner form .box .input select{height: 46px; padding: 0 10px;}
    .inquiry1 .inner form .box{margin-bottom: 12px;}
    .inquiry1 .inner form .box.w2{gap:12px;}
    .inquiry1 .inner form .box .flex{gap:12px;}
    .inquiry1 .inner form .box p{font-size: 15px; margin-bottom: 8px;}
    .inquiry1 .inner form .box .input button{line-height: 31px; padding: 0 10px; right: 5px;}
    .inquiry1 .inner form .box textarea{height: 100px; padding: 10px;}
    .inquiry1 .inner form .inquiry_btn .agree{margin-right: 20px;}
    .inquiry1 .inner form .inquiry_btn .agree input{width: 15px; height: 15px; margin-right: 6px;}
    .inquiry1 .inner form .inquiry_btn .agree p{font-size: 14px;}
}
@media  all and (max-width:768px) {
    .inquiry1{padding: 80px 0;}
    .inquiry1 .inner{flex-direction: column;}
    .inquiry1 .inner .l_cont{width: 100%;}
    .inquiry1 .inner .l_cont .img{display: none;}
    .inquiry1 .inner .l_cont .txt{ text-align: center; position: relative; padding: 0;}
    .inquiry1 .inner .l_cont .txt h3{color:#000; font-size: 32px;}
    .inquiry1 .inner .l_cont .txt p{color:#000;}
    .inquiry1 .inner .r_cont{width: 100%;}
}
@media  all and (max-width:500px) {
    .inquiry1{padding: 70px 0;}
    .inquiry1 .inner form .box.w2, .inquiry1 .inner form .box .flex{grid-template-columns: repeat(1, 1fr);}
}


.prv_wrap{border: 10px solid #f7f7f7;padding: 5rem; color: #222; font-family: 'suit';}
.prv_wrap h3{font-size: 20px;}
.prv_wrap .st{margin-top: 20px;}
.prv_wrap .st h4{font-size: 18px;}
.prv_wrap .st p{font-size: 16px; margin-top: 1rem; line-height: 2.5rem;}
.prv_wrap .st p + p{margin-top: 0;}
.prv_wrap .line{border: 1px solid #ddd;padding: 2rem;margin: 2rem 0;}
.prv_wrap .line p{margin-top: 0;}

@media screen and (max-width:1280px){
    .prv_wrap{padding: 30px;}
}
@media screen and (max-width:480px){
    .prv_wrap h3{font-size: 18px;}
    .prv_wrap .st h4{font-size: 16px;}
    .prv_wrap .st p{font-size: 15px;}
}


/* product page */
.product {
    padding: 60px 0;
}
.product .inner {
    max-width: 1280px;
    margin: 0 auto;
}
.product .pd_tab {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto 50px auto;
    width: 100%;
}
.product .pd_tab li {
    flex: 1;
    text-align: center;
    padding: 16px 0;
    font-size: 17px;
    font-weight: 600;
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    box-sizing: border-box;
}
.product .pd_tab li + li {
    border-left: none;
}
.product .pd_tab li.on {
    background-color: var(--color1, #a92c28);
    color: #fff;
    border-color: var(--color1, #a92c28);
}
.product .tabcontent {
    display: none;
}
.product .tabcontent.on {
    display: block;
}
.product .box {
    padding: 80px 0;
    border-bottom: 1px solid #eee;
}
.product .box:first-of-type {
    padding-top: 0;
}
.product .box:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.product .pd_tit {
    margin-bottom: 40px;
    text-align: left;
}
.product .pd_tit h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--color1, #a92c28);
    margin-bottom: 8px;
    text-transform: uppercase;
}
.product .pd_tit h3 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px 0;
}
.product .pd_tit p {
    font-size: 17px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    word-break: keep-all;
}
.product .box .img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.product .box .img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.product .pd_txt {
    margin-top: 20px;
    text-align: left;
}
.product .pd_txt p {
    font-size: 15px;
    color: #888;
    line-height: 1.6;
    margin: 0;
}
.product .pd_txt p + p {
    margin-top: 6px;
}
.product .img_flex {
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 50px 0;
}
.product .img_flex li {
    flex: 1;
    max-width: 280px;
    text-align: center;
}
.product .img_flex li .img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product .img_flex li .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product .img_flex li p {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-top: 12px;
}
.product .tb-1 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
}
.product .tb-1 th {
    width: 15%;
    background-color: #f9f9f9;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 15px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: center;
}
.product .tb-1 td {
    width: 35%;
    color: #555;
    font-size: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: left;
    line-height: 1.5;
}
.product .tb-1 tr th:last-of-type {
    border-right: 1px solid #eaeaea;
}
.product .tb-1 tr td:last-of-type {
    border-right: none;
}
.product .character {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
}
.product .character li {
    flex: 1;
    display: flex;
    align-items: center;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    padding: 24px 30px;
    border-radius: 4px;
}
.product .character li .icon {
    width: 71px;
    height: 71px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}
.product .character li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product .character li .txt {
    text-align: left;
}
.product .character li .txt p {
    font-size: 16px;
    color: #777;
    margin: 0 0 6px 0;
}
.product .character li .txt h3 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0;
}
.product .flex_cont {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.product .flex_cont .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.product .flex_cont .cont .img,
.product .flex_cont .cont .txt {
    width: calc(50% - 30px);
    box-sizing: border-box;
}
.product .flex_cont .cont .img img {
    width: 100%;
    height: auto;
    display: block;
}
.product .flex_cont .cont .img > div {
    width: 100%;
}
.product .flex_cont .cont .img > div p {
    font-size: 15px;
    color: #666;
    line-height: 1.4;
    text-align: center;
    margin-top: 12px;
    font-weight: 300;
    word-break: keep-all;
}

/* w1 Style (1 Column) */
.product .flex_cont .cont .img.w1 {
    display: flex;
    width: calc(50% - 30px);
}
.product .flex_cont .cont .img.w1 > div img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

/* w2 Style (2 Columns, Equal Height) */
.product .flex_cont .cont .img.w2 {
    display: flex;
    gap: 20px;
    width: calc(50% - 30px);
}
.product .flex_cont .cont .img.w2 > div {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product .flex_cont .cont .img.w2 > div img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px;
}

/* w5 Style (Grid: Top 2, Bottom 3, Equal Height inside row) */
.product .flex_cont .cont .img.w5 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: calc(50% - 30px);
}
.product .flex_cont .cont .img.w5 > div {
    display: flex;
    flex-direction: column;
}
/* Top 2 items: 2 columns */
.product .flex_cont .cont .img.w5 > div:nth-child(1),
.product .flex_cont .cont .img.w5 > div:nth-child(2) {
    width: calc(50% - 10px);
}
.product .flex_cont .cont .img.w5 > div:nth-child(1) img,
.product .flex_cont .cont .img.w5 > div:nth-child(2) img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
}
/* Bottom 3 items: 3 columns */
.product .flex_cont .cont .img.w5 > div:nth-child(3),
.product .flex_cont .cont .img.w5 > div:nth-child(4),
.product .flex_cont .cont .img.w5 > div:nth-child(5) {
    width: calc(33.333% - 14px);
}
.product .flex_cont .cont .img.w5 > div:nth-child(3) img,
.product .flex_cont .cont .img.w5 > div:nth-child(4) img,
.product .flex_cont .cont .img.w5 > div:nth-child(5) img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}
.product .flex_cont .cont .txt h3 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}
.product .flex_cont .cont .txt p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    word-break: keep-all;
    margin: 0;
}
.product .flex_cont .cont .txt p + p {
    margin-top: 15px;
}
.product .flex_cont .cont .txt p span {
    display: block;
    font-size: 15px;
    color: #888;
    line-height: 1.5;
    margin-top: 10px;
}
.product .flex_cont .cont .txt p span + span {
    margin-top: 5px;
}
.product .flex_cont .cont .txt .list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    border-top: 0px solid #eaeaea;
}
.product .flex_cont .cont .txt .list li {
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
}
.product .flex_cont .cont .txt .list li:last-of-type {
    border-bottom: none;
}
.product .flex_cont .cont .txt .list li .tit {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
    line-height: 1.4;
}
.product .flex_cont .cont .txt .list li .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 12px;
    background-color: var(--color1, #a92c28);
}
.product .flex_cont .cont .txt .list li p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    padding-left: 15px;
    word-break: keep-all;
}

/* Responsive styles */
@media all and (max-width: 1280px) {
    .product .pd_tit h3 {
        font-size: 30px;
    }
    .product .flex_cont .cont .txt h3 {
        font-size: 24px;
    }
    .product .img_flex li .img {
        width: 220px;
        height: 220px;
    }
}

@media all and (max-width: 1024px) {
    .product .box {
        padding: 50px 0;
    }
    .product .pd_tab li {
        font-size: 15px;
        padding: 14px 0;
    }
    .product .pd_tit h3 {
        font-size: 28px;
    }
    .product .pd_tit p {
        font-size: 15px;
    }
    .product .flex_cont .cont .txt h3 {
        font-size: 22px;
    }
    .product .flex_cont .cont .txt p {
        font-size: 15px;
    }
    .product .img_flex {
        gap: 20px;
    }
    .product .character {
        gap: 15px;
    }
    .product .character li {
        padding: 20px;
    }
    .product .character li .icon {
        width: 54px;
        height: 54px;
        margin-right: 15px;
    }
    .product .character li .icon img {
        width: 28px;
        height: 28px;
    }
    .product .character li .txt h3 {
        font-size: 18px;
    }
}

@media all and (max-width: 768px) {
    .product .pd_tab {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .product .pd_tab li + li {
        border-left: 1px solid #ddd;
        border-top: none;
    }
    .product .pd_tit h3 {
        font-size: 24px;
    }
    .product .img_flex {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-top: 30px;
    }
    .product .img_flex li {
        max-width: 100%;
    }
    .product .tb-1,
    .product .tb-1 tbody,
    .product .tb-1 tr,
    .product .tb-1 th,
    .product .tb-1 td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .product .tb-1 th {
        text-align: left;
        background-color: #f9f9f9;
        border-right: none;
        padding: 12px 15px;
    }
    .product .tb-1 td {
        border-right: none;
        padding: 12px 15px 18px 15px;
    }
    .product .tb-1 tr th:last-of-type,
    .product .tb-1 tr td:last-of-type {
        border-right: none;
    }
    .product .character {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }
    .product .character li {
        max-width: 100%;
    }
    .product .flex_cont {
        gap: 60px;
    }
    .product .flex_cont .cont {
        flex-direction: column !important;
        gap: 25px;
    }
    .product .flex_cont .cont .img{order: 2;}
    .product .flex_cont .cont .img,
    .product .flex_cont .cont .txt {
        width: 100%;
    }
    .product .flex_cont .cont .img.w1,
    .product .flex_cont .cont .img.w2,
    .product .flex_cont .cont .img.w5 {
        width: 100%;
    }
    .product .flex_cont .cont .img.w2 {
        flex-direction: column;
        gap: 20px;
    }
    .product .flex_cont .cont .img.w2 > div {
        width: 100%;
    }
    .product .flex_cont .cont .img.w2 > div img {
        height: auto;
    }
    .product .flex_cont .cont .img.w5 {
        flex-direction: column;
        gap: 25px;
    }
    .product .flex_cont .cont .img.w5 > div {
        width: 100% !important;
    }
    .product .flex_cont .cont .img.w5 > div img {
        height: auto !important;
    }
    .product .flex_cont .cont .txt {
        text-align: left;
    }
}
