@charset "utf-8";

/* 공통 */
.pgcm{position:relative;padding-bottom:100px;font-size:16px;letter-spacing:-.3px;line-height:1.5;color:#777}
.pgcm .pl{white-space:pre-line}
.pgcm *{word-break:keep-all}
.pgcm .tit_area{margin-bottom:47px;text-align:center}
.pgcm .tit_area span{color:var(--primary);font-size:13px;font-weight:700;font-family:var(--e-font)}
.pgcm .tit_area b{display:block;margin:26px 0 13px;color:#222;font-size:34px;font-family:'notokr-bold'}
.pgcm .tit_area p{color:#888;font-size:16px}

.pagecommon{position:relative;padding-bottom:50px;font-size:15px;letter-spacing:-.3px;line-height:1.8;color:#777;font-family:'notokr-regular'}
.pagecommon .pl{white-space:pre-line}
.pagecommon *{word-break:keep-all}
.pagecommon b{font-weight:normal;font-family:'notokr-bold'}

/* .purchase 매입품목 공통 내용 */
.purchase .tit_Area{display:flex;align-items:center;justify-content:center;width:100%;height:300px;color:#fff;text-align:center}
.purchase .tit_Area span{display:block;margin-bottom:20px;font-size:34px;font-family:'notokr-light'}
.purchase .tit_Area span b{font-weight:600}
.purchase .tit_Area p{font-size:17px;font-weight:500}
.purchase .cont_area{margin-bottom:50px}
.purchase .cont_area ul li{display:flex;align-items:center;padding-left:40px;height:119px}
.purchase .cont_area ul li:nth-child(2n-1){background-color:#fff}
.purchase .cont_area ul li .icon img{margin-right:54px;}
.purchase .cont_area ul li span{display:inline-block;width:167px;color:#222;font-size:18px;font-family:'notokr-bold'}
.purchase .cont_area ul li p{color:#666;font-size:15px;line-height:25px;font-family:'notokr-light'}
.purchase .bottom_banner{padding:63px;color:#fff;font-size:30px;text-align:center}
.purchase .bottom_banner p{font-family:'notokr-light'}
.purchase .bottom_banner span{font-family:'notokr-bold'}

/* p33 골드바 금제품매입 */
#p33 .tit_Area{background:url(/sh_page/img/p33_back_img.jpg) center no-repeat}
#p33 .cont_area ul li:nth-child(2n){background-color:#f9efd6}
#p33 .bottom_banner{background-color:#e1b130}

/* p35 실버바 은제품매입 */
#p35 .tit_Area{background:url(/sh_page/img/p35_back_img.jpg) center no-repeat}
#p35 .cont_area ul li:nth-child(2n){background-color:#eee}
#p35 .bottom_banner{background-color:#eee;color:#666}

/* p37 매입절차 */
#p37 .cont_area ul{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
#p37 .cont_area ul li .step{padding:11px 0;background-color:var(--primary);border-radius:10px 10px 0 0}
#p37 .cont_area ul li .step p{display:flex;align-items:center;justify-content:center;margin:0 auto;width:73px;height:25px;background-color:#fff;color:var(--primary);font-size:14px;font-weight:700;border-radius:12.5px;font-family:var(--e-font)}
#p37 .cont_area ul li .txt{display:flex;gap:30px;padding:31px;height:140px;border:1px solid #e1e1e1;border-radius:0 0 10px 10px}
#p37 .cont_area ul li .txt .icon_box{background-color:#f7f7f7;border-radius:10px}
#p37 .cont_area ul li .txt b{display:block;margin-bottom:10px;color:#222;font-size:20px;font-family:'notokr-bold'}
#p37 .cont_area ul li .txt p{color:#777;font-size:16px;font-family:'notokr-'}
#p37 .cont_area ul li .txt p span{color:#777;font-size:14px;font-weight:500}
#p37 .bottom_banner{margin-top:67px;color:#111;font-size:30px;text-align:center;line-height:40px;font-family:'notokr-light'}
#p37 .bottom_banner p b{font-family:'notokr-bold'} 

#p39 .inner{display:flex}
#p39 .e_tit{width:280px;font-size:15px;font-weight:700;color:#111;font-family:var(--e-font)}
#p39 .r_cont{width:calc(100% - 280px)}
#p39 .r_cont dd{font-size:15px}
#p39 .tit p{margin-bottom:100px;font-size:35px;font-weight:600;color:#111;line-height:1.3;text-transform:uppercase;font-family:var(--e-font)}

#p39 .cont01{margin:150px 0;padding:100px 0;background:url(../img/sub/about1013_img.jpg) fixed}
#p39 .cont01 .inner{padding:60px;background:#fff}
#p39 .cont01 ul{display:grid;grid-template-columns:repeat(2,1fr)}
#p39 .cont01 li:nth-child(n+3){border-top:1px solid #e1e1e1}
#p39 .cont01 li:nth-child(even){border-left:1px solid #e1e1e1}
#p39 .cont01 li:nth-child(even) a{padding:70px 30px 50px 50px}
#p39 .cont01 li:nth-child(odd) a{padding:70px 50px 50px 30px}
#p39 .cont01 li a{display:flex;flex-direction:column;color:#777}
#p39 .cont01 li a div{margin-bottom:70px}
#p39 .cont01 li a div span{font-size:13px;font-weight:700;color:#111;opacity:.5;font-family:var(--e-font)}
#p39 .cont01 li a p{margin:5px 0 20px;font-size:22px;font-weight:700;color:#111}
#p39 .cont01 li a > span{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin-left:auto;border:1px solid #111;border-radius:50px;color:#111;background:#fff;transition:all .3s}

#p39 .cont02 ul{border-top:2px solid #111}
#p39 .cont02 ul li{display:flex;align-items:center;justify-content:space-between;padding:40px 50px;transition:all .3s}
#p39 .cont02 ul li+li{border-top:1px solid #e1e1e1}
#p39 .cont02 dl dt{margin-bottom:10px;font-size:18px;font-weight:700;color:#111}

#p39 .cont03{margin-top:70px;padding:130px 0;background:#f2f2f2}
#p39 .cont03 .slider_area{padding-bottom:30px}
#p39 .cont03 .slider_area img{width:100%}
#p39 .cont03 .bar{top:unset;bottom:0;z-index:10;width:100%;height:4px}
#p39 .cont03 .bar .swiper-pagination-progressbar-fill{background:#111}
#p39 .btm_img{margin-top:40px;text-align:center}




/* 골드바,실버바,금제품 판매 */

.call{display:flex;justify-content:space-between}
.call .txt{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:50%;padding:30px 0;border-radius:10px 0 0 10px;text-align:center;background:#f9efd6}
.call .tit p{font-size:30px;color:#111;font-family:'notokr-bold'}
.call ul{width:100%}
.call ul li{display:flex;align-items:center;justify-content:center;font-size:25px;font-weight:700;color:#e1b130;letter-spacing:0;font-family:'play'}
.call ul li i{display:flex;align-items:center;justify-content:center;width:35px;height:35px;margin-right:10px;border-radius:50%;font-size:18px;color:#fff;background:#e1b130}
.call>img{border-radius:0 10px 10px 0}

#p42 .txt{background:#f2f2f2}
#p42 li{color:#111}
#p42 li i{color:#fff;background:#333}

.list .img_area{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:50px;margin-top:50px}
.list .img_area img{border:1px solid #e1e1e1;border-radius:30px}
.list .img_area div{margin-top:10px;text-align:center;font-family:'notokr-medium'}
.list .img_area div p{font-size:18px;color:#111;font-family:'notokr-bold'}

















