@charset "utf-8"; @import url('html5_reset.css'); @import url('layout.css'); /********** 애니메이션 **********/
.back-to-position { opacity: 0; transition: 1s; } 

/* animation */
.back-to-position.to-right { transform: translateX(-150px); } 
.back-to-position.to-left { transform: translateX(150px); } 
.back-to-position.to-top { transform: translateY(150px); } 
.back-to-position.to-bottom { transform: translateY(-150px); } 

/* show */
.show .back-to-position { opacity: 1; transform: translateX(0); } 

/* delay */
.show .back-to-position.delay-0 { transition-delay: 0s; } 
.show .back-to-position.delay-1 { transition-delay: 0.3s; } 
.show .back-to-position.delay-2 { transition-delay: 0.6s; } 
.show .back-to-position.delay-3 { transition-delay: 0.9s; } 
.show .back-to-position.delay-4 { transition-delay: 1.2s; } 
.show .back-to-position.delay-5 { transition-delay: 1.5s; } 

/********** skip_nav **********/
.skip_nav { position:relative; z-index:1000; display:block; overflow:hidden; height:0; background:#000; text-align:center; } 
.skip_nav:focus { overflow:auto; height:auto; padding:5px 0; color:#fff; } 

/********** 숨김 **********/
.hide { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0); } 

/********** overflow-hidden **********/
.overflow-hidden { overflow: hidden; } 

/********** height **********/
:root { --header-height: 80px; --header-scroll-height: 80px; } 

/********** font **********/
:root { --point-fc: 'SUITE'; --basic-fc: 'Pretendard'; } 

/********** color **********/
:root { --main-color: #c80726; /* 메인컬러 */
--main-light-color: #faf2f3; --green-color: #6bbc43; --blue-color: #0e5194; --dark-green-color: #3d4738; --gray-33: #444444; --gray-44: #444444; --gray-55: #555555; --gray-66: #666666; --gray-77: #777777; --gray-75: #757575; --gray-aa: #aaaaaa; --gray-dd: #dddddd; --gray-e5: #e5e5e5; --gray-e9: #e9e9e9; --gray-f5: #f5f5f5; --gray-f9: #f9f9f9; --red: #b41212; } 

/* background color */
.bg-main-color { background-color: var(--main-color); color: #fff; } 
.bg-sub-color { color: var(--main-color); border: 1px solid var(--main-color); background-color: #fff; } 
.bg-khaki-color { background-color: var(--khaki-color); color: #fff; } 
.bg-mint-color { background-color: var(--mint-color); color: #fff; } 
.bg-dark-green-color { background-color: var(--dark-green-color); color: #fff; } 
.bg-gray-44 { background-color: var(--gray-44); color: #fff; } 
.bg-gray-55 { background-color: var(--gray-55); color: #fff; } 
.bg-gray-66 { background-color: var(--gray-66); color: #fff; } 
.bg-gray-dd { background-color: var(--gray-dd); color: #fff; } 
.bg-gray-e5 { background-color: var(--gray-e5); color: #666; } 
.bg-gray-e9 { background-color: var(--gray-e9); color: #666; } 
.bg-gray-f5 { background-color: var(--gray-f5); color: #666; } 
.bg-gray-f9 { background-color: var(--gray-f9); color: #666; } 
.bg-white { background-color: #ffffff; } 

/* font color */
.fc-main-color { color: var(--main-color) !important; } 
.fc-sub-color { color: var(--sub-color) !important; } 
.fc-khaki-color { color: var(--khaki-color) !important; } 
.fc-mint-color { color: var(--mint-color) !important; } 
.fc-gray-44 { color: var(--gray-44) !important; } 
.fc-gray-55 { color: var(--gray-55) !important; } 
.fc-gray-66 { color: var(--gray-66) !important; } 
.fc-gray-aa { color: var(--gray-aa) !important; } 
.fc-gray-dd { color: var(--gray-dd) !important; } 
.fc-gray-e5 { color: var(--gray-e5) !important; } 
.fc-gray-e9 { color: var(--gray-e9) !important; } 
.fc-gray-f5 { color: var(--gray-f5) !important; } 
.fc-gray-f9 { color: var(--gray-f9) !important; } 
.fc-red { color: var(--red) !important; } 

/* border color */
.bd-main-color { border: 1px solid var(--main-color); } 
.bd-sub-color { border: 1px solid var(--sub-color); } 
.bd-khaki-color { border: 1px solid var(--khaki-color); } 
.bd-mint-color { border: 1px solid var(--mint-color); } 
.bd-gray-44 { border: 1px solid var(--gray-44); } 
.bd-gray-55 { border: 1px solid var(--gray-55); } 
.bd-gray-66 { border: 1px solid var(--gray-66); } 
.bd-gray-dd { border: 1px solid var(--gray-dd); } 
.bd-gray-e5 { border: 1px solid var(--gray-e5); } 
.bd-gray-e9 { border: 1px solid var(--gray-e9); } 
.bd-gray-f5 { border: 1px solid var(--gray-f5); } 
.bd-gray-f9 { border: 1px solid var(--gray-f9); } 

/********** tith **********/
.tith1 { display: block; font-family: var(--point-fc); font-weight: 600; font-size: 2.4rem; word-break: keep-all; } 
.tith2 { display: block; font-family: var(--point-fc); font-size: 1.8rem; word-break: keep-all; } 
.tith3 { position: relative; display: block; padding-top: 16px; font-family: var(--point-fc); font-size: 2.0rem; } 
.tith3::after { content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 6px; background: var(--main-color); border-radius: 100%; } 
.tith3::before { content: ""; position: absolute; top: 0; left: 10px; width: 6px; height: 6px; background: var(--main-color); border-radius: 100%; opacity: .2; } 

/********** text **********/
.txt1 { display: block; font-size: 15px; color: var(--gray-66); } 

/********** table **********/
.tableA { width: 100%; border-top: 2px solid var(--gray-44); border-collapse: collapse; } 
.tableA thead.txt-center tr th { text-align: center; } 
.tableA thead tr { border-bottom: 1px solid var(--gray-e9); } 
.tableA > thead > tr > th { padding: 15px 5px; font-weight: 600; font-size: 1.5rem; color: #444; text-align: center; background: var(--gray-f9); white-space: nowrap;} 
.tableA > thead > tr > th:last-child {border-right: 0;}
.tableA thead.point tr th { background-color: #868686; color: #fff; } 
.tableA > tbody > tr { border-bottom: 1px solid var(--gray-e5); } 
.tableA > tbody > tr > td { padding: 13px 15px; font-size: 1.5rem; color: #555; word-break: keep-all; } 
.tableA > tbody > tr > th { padding: 13px 15px; font-weight: 600; font-size: 1.5rem; color: #444; text-align: left; background: var(--gray-f9); } 
.tableA.txt-left tbody tr td,
.tableA.txt-left tbody tr th { text-align: left; } 
/* .tableA.txt-center tbody tr td,
.tableA.txt-center tbody tr th { text-align: center; white-space: nowrap;}  */
.tableA.txt-center tbody tr th { text-align: center; white-space: nowrap;} 

.tableA > thead th, .tableA > tbody > tr > td { border-right: 1px solid var(--gray-e9); } 
.tableA > thead > th:last-child, .tableA > tbody > tr > td:last-child { border-right: 0; } 
.tableA > tbody > tr > th.txt-left { text-align: left; text-wrap: wrap;} 
.tableA > tbody > tr > td.txt-left { text-align: left; text-wrap: wrap;} 
.tableA > tbody > tr > td a:hover {text-decoration: underline;
	font-weight: 500;}

.tableB { width: 100%; border-collapse: collapse; border-top: 1px solid var(--gray-e9); text-align: center; table-layout: fixed; } 
.tableB > thead > tr > th { padding: 15px 5px; font-weight: 600; font-size: 1.5rem; color: #444; text-align: center; background: var(--gray-f9); } 
.tableB > thead > tr > th:last-child { border-right: 0; } 
.tableB > tbody > tr > th { padding: 20px 12px; font-weight: 600; font-size: 1.5rem; background: var(--gray-f9); border-right: 1px solid var(--gray-e9); border-bottom: 1px solid var(--gray-e9); word-break: keep-all; } 
.tableB > tbody > tr > td { padding: 10px 12px; font-weight: 300; font-size: 1.5rem; border-right: 1px solid var(--gray-e9); border-bottom: 1px solid var(--gray-e9); }
.tableB.f50 > tbody > tr > td { padding: 20px 15px; font-weight: 300; font-size: 1.5rem; border-right: 0; border-bottom: 1px solid var(--gray-e9); text-align: left; } 
.tableB > tbody > tr > td:last-child { border-right: 0; } 
.tableB > tbody > tr > td a:hover { text-decoration: underline; } 
.tableB.flex > tbody > tr { display: flex; flex-wrap: wrap; } 
.tableB.flex > tbody > tr > td:nth-child(4), .tableB.flex > tbody > tr > td:nth-child(8), .tableB.flex > tbody > tr > td:nth-child(12), .tableB.flex tr > td:nth-child(16), .tableB.flex tr > td:nth-child(20) { border-right: 0; } 
.tableB.flex > tbody > tr > th, .tableB.flex > tbody > tr > td { flex: 1 0 21%; } 
.tableB.flex.f50 > tbody > tr > th, .tableB.flex.f50 > tbody > tr > td { flex: unset !important; } 
@media only screen and (max-width: 767px) {.tableB.flex > tbody >tr > th, .tableB.flex > tbody > tr > td { flex: auto; } 
 }

.tableC { width: 100%; border-collapse: collapse; text-align: center; } 
.tableC thead tr { border-bottom: 1px solid var(--gray-e9); } 
.tableC thead tr th { padding: 15px 5px; font-weight: 600; font-size: 1.5rem; color: #444; text-align: center; background: var(--gray-f9); white-space: nowrap;} 
.tableC tbody tr { border-bottom: 1px solid var(--gray-e5); } 
.tableC tbody tr td { padding: 13px 15px; font-size: 1.4rem; color: #555; word-break: keep-all; } 
/* .tableC tbody tr th { padding: 13px 15px; font-weight: 600; font-size: 1.4rem; color: #444; text-align: left; background: var(--gray-f9); }  */
.tableC tbody tr th { padding: 13px 15px; font-weight: 600; font-size: 1.4rem; color: #444;background: var(--gray-f9); } 
.tableC > tbody > tr > td:last-child { border-right: 0; } 
.tableC > tbody > tr > td.text-lf { text-align: left; } 
.tableC > tbody > tr > td a:hover { text-decoration: underline; font-weight: 500; } 

.table-overflow .table-guide { display: none; position: relative; align-items: center; justify-content: center; margin-bottom: 10px; font-weight: 500; } 
.table-overflow .table-guide .icn { display: block; width: 20px; height: 15px; margin-right: 5px; font-size:0; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.67 28'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23c80726; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M58.71,2l11.95,11.84-11.95,12.16'/%3E%3Cline class='cls-1' x1='42.53' y1='13.84' x2='70.67' y2='13.84'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-1' d='M13.95,26L2,13.84,13.95,2'/%3E%3Cline class='cls-1' x1='30.14' y1='13.84' x2='2' y2='13.84'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left center; background-size: 20px auto; } 
/* .table-overflow .table-scroll-wrap { overflow-x: scroll; -ms-overflow-style: none;}  */
.table-overflow .table-scroll-wrap { overflow-x: scroll; } 
/* .table-overflow .table-scroll-wrap::-webkit-scrollbar {display: none;} */


/* 테이블 반응형 */
@media only screen and (max-width: 767px){
 .form-table-resp { table-layout: unset; } 
.form-table-resp col { width: unset !important; } 
.form-table-resp > tbody > tr { display: flex; flex-wrap: wrap; border-bottom: 0; } 
.form-table-resp > tbody > tr > th { width: 150px; border-bottom: 1px solid var(--gray-e9); } 
.form-table-resp > tbody > tr > td { width: calc(100% - 150px); border-bottom: 1px solid var(--gray-e9); } 

.tableB.table-responsive2 tbody tr td { padding: 40px 10px 10px 10px; border-bottom: 0; } 

 .tableB.table-responsive2 tbody tr td { padding: 40px 10px 10px 10px; border-bottom: 0; } 

.table-responsive1 { border-top: 1px solid var(--gray-44); } 
.table-responsive1 colgroup,
.table-responsive1 thead { display: none; } 
.table-responsive1 tbody tr { border-bottom: 1px solid var(--gray-e5); } 
.table-responsive1 tbody tr:nth-child(even) { background: var(--gray-f9); } 
.table-responsive1 tbody td { display: flex; align-items: center; width: 100%; padding: 8px 10px; text-align: left; border: 0; border-bottom: 1px dashed var(--gray-e9); } 
.table-responsive1 tbody td:last-child { border-bottom: 0; } 
.table-responsive1 tbody td:before { content: attr(data-label); flex-shrink: 0; padding: 0 10px 0 5px; width: 70px; font-weight: 600; text-align: left; } 

.table-responsive2 { border-top: 1px solid var(--gray-44); } 
.table-responsive2 colgroup,
.table-responsive2 thead { display: none; } 
.table-responsive2 tbody tr { border-bottom: 1px solid var(--gray-dd); } 
.table-responsive2 tbody td { position: relative; display: block; width: 100%; padding: 50px 10px 10px 10px; text-align: left; border: 0; border-bottom: 1px dashed var(--gray-e9); } 
.table-responsive2 tbody td:last-child { border-bottom: 0; } 
.table-responsive2 tbody td:before { content: attr(data-label); position: absolute; top: 0; left: 0; width: 100%; padding: 8px 10px; font-weight: 600; background: var(--gray-f5); } 

.table-x-scroll { overflow-x: scroll; } 
.table-x-scroll table { width: 767px; } 

.table-overflow .table-guide { display: flex; } 
.table-overflow .table-scroll-wrap { overflow-x: scroll; } 
.table-overflow .table-scroll-wrap table { width: 767px; } 
 }
/********** popup **********/
.popup-wrap { display: none; position: fixed; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; background: rgba(0,0,0,0.5) } 
.popup-wrap.active { display: block; } 
.popup-wrap .popup-box1 { position: absolute; top: 50%; left: 50%; max-width: 400px; width: 100%; background: #fff; transform: translate(-50%, -50%); } 
.popup-wrap .popup-box1 .popup-top { position: relative; padding: 20px 30px; } 
.popup-wrap .popup-box1 .popup-top .ti { font-weight: 700; font-size: 1.8rem; } 
.popup-wrap .popup-box1 .popup-top .close { position: absolute; top: 24px; right: 30px; display: block; width: 12px; height: 12px; font-size: 0; background-size: 12px; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.06 42.06' width='20px' height='20px'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-linecap: round; stroke-linejoin: round; stroke-width: 6px; %7D %3C/style%3E%3C/defs%3E%3Cg id='icon'%3E%3Cline class='cls-1' x1='3' y1='3' x2='39.06' y2='39.06'/%3E%3Cline class='cls-1' x1='39.06' y1='3' x2='3' y2='39.06'/%3E%3C/g%3E%3C/svg%3E"); } 
.popup-wrap .popup-box1 .popup-cont { margin-top: 10px; padding: 0 30px; } 
.popup-wrap .popup-box1 .popup-btn { margin-top: 30px; } 

.gallery-popup .popup-box { position: absolute; top: 50%; left: 50%; max-width: 600px; width: 100%; background: #fff; transform: translate(-50%, -50%); } 
.gallery-popup .popup-box .popup-top { display: flex; align-items: center; justify-content: space-between; padding: 25px 30px; } 
.gallery-popup .popup-box .popup-top .lf { display: flex; align-items: center; gap: 10px; } 
.gallery-popup .popup-box .popup-top .lf strong { font-family: var(--point-fc); font-size: 1.7rem; } 
.gallery-popup .popup-box .popup-top .lf strong > span { font-family: var(--point-fc); color: var(--main-color); } 
.gallery-popup .popup-box .popup-top .lf .swiper-pagination { position: relative; bottom: inherit; left: inherit; width: auto; padding-bottom: 1px; font-weight: 700; font-size: 14px; letter-spacing: 0; transform: inherit; } 
.gallery-popup .popup-box .popup-top .close { display: block; width: 15px; height: 15px; font-size: 0; background-repeat: no-repeat; background-position: center center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.06 42.06' %3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D %3C/style%3E%3C/defs%3E%3Cg id='icon'%3E%3Cline class='cls-1' x1='3' y1='3' x2='39.06' y2='39.06'/%3E%3Cline class='cls-1' x1='39.06' y1='3' x2='3' y2='39.06'/%3E%3C/g%3E%3C/svg%3E"); } 
.gallery-popup .popup-box .popup-cont { padding: 0 30px 30px; } 
.gallery-popup .popup-box .popup-cont .popup-swiper-wrap { overflow: hidden; } 
.gallery-popup .popup-box .popup-cont .popup-swiper-wrap .swiper-slide .img { display: flex; align-items: center; justify-content: center; width: 100%; height: 405px; background: var(--gray-f5); overflow: hidden; } 
.gallery-popup .popup-box .popup-cont .popup-swiper-wrap .swiper-slide .img img { display: block; width: 100%; } 
.gallery-popup .popup-box .popup-cont .popup-swiper-wrap .swiper-slide .text { margin-top: 15px; } 
.gallery-popup .popup-box .popup-cont .popup-swiper-wrap .swiper-slide .text strong { display: block; font-family: var(--point-fc); font-size: 1.7rem; } 
.gallery-popup .popup-box .popup-cont .popup-thum-swiper-wrap { margin: 25px -30px -30px; padding: 30px; background: var(--gray-f5); overflow: hidden; border-top: 1px dashed var(--gray-e5); } 
.gallery-popup .popup-box .popup-cont .popup-thum-swiper-wrap .swiper-slide { display: flex; align-items: center; height: 80px; overflow: hidden; } 
.gallery-popup .popup-box .popup-cont .popup-thum-swiper-wrap .swiper-slide img { display: block; height: 100%; } 

/********** checkbox & radio **********/
/* inline */
.checkbox-list1 { display: flex; flex-wrap: wrap; gap: 5px 20px; align-items: center; } 
.checkbox-list1 li { position: relative; } 

/* block */
.checkbox-list2 li { display: block; position: relative; margin-bottom: 6px; } 
.checkbox-list2 li:last-child { margin-bottom: 0; } 

/*** checkbox ***/
.chk-st1-box { position: relative; } 
.chk-st1-box input { appearance:none; position: absolute; top: 3px; left: 0; width: 18px; height: 18px; border:none; background:transparent; } 
.chk-st1-box input + label { position: relative; padding-left: 25px; font-size: 1.6rem; color: #444; cursor: pointer; } 
.chk-st1-box input + label:before { content: ""; position: absolute; top: 0; left: 0; width: 18px; height: 18px; border: 1px solid #a6a6a6; border-radius: 2px; } 
.chk-st1-box input:checked + label { font-weight: 600; } 
.chk-st1-box input:checked + label:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.38 37.05' width='11'%3E%3Cg%3E%3Cpolygon fill='%23fff' points='16.53 37.05 0 20.53 6.61 13.91 16.91 24.2 44.17 0 50.38 7 16.53 37.05'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center center; background-color: var(--main-color); border-color: var(--main-color); } 

.chk-st2-box { position: relative; display: flex; height: 18px; gap: 10px; } 
.chk-st2-box input { appearance:none; position: absolute; /*top: 50%; left: 50%; transform: translate(-50%, -50%);*/ z-index: 1; width: 18px; height: 18px; border:none; background:transparent; cursor: pointer; } 
.chk-st2-box input + label { position: relative; padding-left: 25px; line-height: 18px; font-size: 1.4rem; color: #555; cursor: pointer; } 
.chk-st2-box input + label:before { content: ""; position: absolute; top: 0; left: 0; width: 18px; height: 18px; border: 1px solid var(--gray-e5); } 
.chk-st2-box input:checked + label { font-weight: 600; } 
.chk-st2-box input:checked + label:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.38 37.05' width='11'%3E%3Cg%3E%3Cpolygon fill='%23c80726' points='16.53 37.05 0 20.53 6.61 13.91 16.91 24.2 44.17 0 50.38 7 16.53 37.05'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center center; border-color: #9c00004a; } 
.chk-st2-wh-box input:checked + label:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.38 37.05' width='11'%3E%3Cg%3E%3Cpolygon fill='%23c80726' points='16.53 37.05 0 20.53 6.61 13.91 16.91 24.2 44.17 0 50.38 7 16.53 37.05'/%3E%3C/g%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center center; background-color: #fff; border-color: #fff; } 
/*** radio ***/
.rdo-st1-box { position: relative; } 
.rdo-st1-box input { appearance: none; position: absolute; top: 1px; left: 0; width: 18px; height: 18px; margin: 0; border: none; background: transparent; } 
.rdo-st1-box input + label { position: relative; padding-left: 25px; line-height: 18px; font-size: 1.5rem; color: #555; cursor: pointer; } 
.rdo-st1-box input + label:before { content: ""; position: absolute; top: 1px; left: 0; width: 18px; height: 18px; border: 1px solid var(--gray-e5); border-radius: 100%; transition: border .1s; } 
.rdo-st1-box input:checked + label { font-weight: 600; } 
.rdo-st1-box input:checked + label:before { content: ""; position: absolute; top: 1px; left: 0; width: 18px; height: 18px; background: #fff; border: 6px solid var(--main-color); } 


/********** input **********/
.inp-st1 { width: 100%; height: 40px; padding: 0 12px; border: 1px solid #f2f2f2; font-family: var(--basic-fc); background: #fff; } 
.inp-st1.mw100 {min-width: 100px;} 
.inp-st1::placeholder { font-size: 1.4rem; } 
.inp-st2 { width: 100%; height: 35px; padding: 0 12px; font-family: var(--basic-fc); font-size: 1.4rem; background: #fff; border: 1px solid var(--gray-e9); } 
/** select **/
select.inp-st1 { appearance: none; -webkit-appearance: none; font-family: var(--basic-fc); font-size: 14px; color: var(--gray-55); background-repeat: no-repeat; background-position: calc(100% - 12px) center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.28 30.17' width='9px'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23666; stroke-linecap: round; stroke-linejoin: round; stroke-width: 6px; %7D %3C/style%3E%3C/defs%3E%3Cg id='icon'%3E%3Cpolyline class='cls-1' points='54.28 3 28.64 27.17 3 3'/%3E%3C/g%3E%3C/svg%3E"); } 
select.inp-st1.mw100 {min-width: 100px;}
.inp-st3 { width: 100%; height: 43px; padding: 0 12px; background: #fff; border: 1px solid #f2f2f2; } 
.inp-st3::placeholder { font-size: 14px; } 
.notice { display: block; font-size: 14px; color: #666; word-break: keep-all; } 
.form-wrap .form-group .notice.red { display: block; font-size: 13px; color: var(--red); } 
/********** list **********/
.list1 > li { position: relative; line-height: 1.3; margin-bottom: 2px; padding-left: 8px; font-weight: 400; font-size: 1.6rem; color: #555; } 
.list1 > li:last-child { margin-bottom: 0; } 
.list1 > li:before { content: ""; position: absolute; top: 8px; left: 0; width: 3px; height: 3px; background: #555; border-radius: 100%; } 
.list1 .list3 > li { font-size: 1.5rem; } 
.list2 > li { position: relative; margin-bottom: 10px; padding-left: 18px; font-weight: 400; font-size: 1.6rem; color: #444; } 
.list2 > li:last-child { margin-bottom: 0; } 
.list2 > li:before { content: ""; position: absolute; top: 5px; left: 0; width: 9px; height: 9px; border: 1px solid var(--main-color); border-radius: 100%; } 
.list3 > li { position: relative; line-height: 1.4; margin-bottom: 5px; padding-left: 20px; font-size: 1.6rem; color: #666; } 
.list3 > li::before { content:""; position: absolute; top: 11px; left: 0; width: 8px; height: 1px; background: #666; } 
.list3 > li:last-child { margin-bottom: 0; } 
.list4 > li { position: relative; line-height: 1.4; margin-bottom: 8px; padding-left: 30px; font-family: var(--point-fc); font-weight: 500; font-size: 1.8rem; color: #444; } 
.list4 > li::before { content:""; position: absolute; top: 3px; left: 0; width: 20px; height: 20px; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.72 30.72'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %2367ad44; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='8.25 14.04 13.87 19.66 13.87 19.66 13.87 19.66 22.47 11.06'/%3E%3Cpath class='cls-1' d='M27,22.88c-4.15,6.43-12.73,8.27-19.16,4.12-3.03-1.96-5.04-4.89-5.88-8.12-.95-3.63-.43-7.64,1.77-11.04C7.88,1.41,16.45-.43,22.88,3.72c6.43,4.15,8.27,12.73,4.12,19.16Z'/%3E%3C/svg%3E"); } 
.list4 > li:last-child { margin-bottom: 0; } 
.list5 > li { position: relative; line-height: 1.3; margin-bottom: 2px; padding-left: 10px; font-weight: 400; font-size: 1.5rem; color: #555; } 
.list5 > li.ps { line-height: 1.3; margin-bottom: 2px; padding-left: 10px; font-weight: 400; font-size: 1.4rem; color: #555; } 
.list5 > li:last-child { margin-bottom: 0; } 
.list5 > li:before { content: ""; position: absolute; top: 9px; left: 0; width: 5px; height: 1px; background: #555; } 
.list5 > li.ps:before { display: none; } 
.list6 > li { position: relative; line-height: 1.5; margin-bottom: 10px; padding-left: 15px; font-weight: 600; font-size: 1.8rem; color: #555; } 
.list6 > li:last-child { margin-bottom: 0; } 
.list6 > li:before { content: ""; position: absolute; top: 9px; left: 0; width: 4px; height: 4px; background: #555; border-radius: 100%; } 
.list7 > li { list-style: number; text-align: left; } 

/********** btn **********/
/*** 버튼 정렬 ***/
.btn-lf { display: flex; justify-content: flex-start; } 
.btn-ce { display: flex; justify-content: center; gap: 5px; } 
.btn-ce.full .btn { flex: 1; } 
.btn-rg { display: flex; justify-content: flex-end; } 
@media only screen and (max-width: 767px){
 .btn-ce a, .btn-ce button { flex: 1; } 
.btn-rg a, .btn-rg button { flex: 1; } 
 }

/* .btn-icn { display: flex; align-items: center; justify-content: space-between; gap: 5px; flex-wrap: wrap;}  */
.btn-icn { display: flex; align-items: center; justify-content: space-between; gap: 5px;} 
.btn-icn .icn { display: block; width: 20px; height: 20px; background-repeat: no-repeat; background-size: 15px auto; background-position: center; } 
.btn-icn .icn1 { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.47 75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23c80726; stroke-linecap: round; stroke-linejoin: round; stroke-width: 6px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='3 47.65 3 72 69.47 72 69.47 47.65'/%3E%3Cline class='cls-1' x1='36.24' y1='3' x2='36.24' y2='54'/%3E%3Cpolyline class='cls-1' points='57.24 36.08 36.24 54.08 15.24 36.08'/%3E%3C/svg%3E"); background-size: 12px auto; } 
.btn-icn .icn2 { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.47 75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23c80726; stroke-linecap: round; stroke-linejoin: round; stroke-width: 6px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='3 47.65 3 72 69.47 72 69.47 47.65'/%3E%3Cline class='cls-1' x1='36.24' y1='54.08' x2='36.24' y2='3.08'/%3E%3Cpolyline class='cls-1' points='57.24 21 36.24 3 15.24 21'/%3E%3C/svg%3E"); background-size: 12px auto; } 
.btn-icn .icn3 { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.05 38.46'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23c80726; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3px; %7D .cls-2 %7B stroke: %23c80726; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cpath class='cls-1' d='M9.98,29.46v2.42c0,2.69-2.1,4.87-4.75,5.04.11,0,.21.03.32.03h24.93c2.8,0,5.07-2.27,5.07-5.07v-2.42H9.98Z'/%3E%3Cpath class='cls-1' d='M30.35,29.46V1.5H1.5v31.41c0,2.13,1.64,3.85,3.73,4.02'/%3E%3Cpath class='cls-1' d='M4.9,36.96h.64c-.11,0-.21-.02-.32-.03-.11,0-.21.03-.32.03Z'/%3E%3C/g%3E%3Cline class='cls-2' x1='9.1' y1='10.64' x2='13.1' y2='10.64'/%3E%3Cline class='cls-2' x1='9.1' y1='17.14' x2='21.6' y2='17.14'/%3E%3C/g%3E%3C/svg%3E"); background-size: 14px auto; } 
.btn-icn .icn4 { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.4 39.15'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke: %23c80726; %7D .cls-1, .cls-2 %7B fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D .cls-2 %7B stroke: %23c80726; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='m8.09,30.96h-3.06c-.55,0-1.08-.11-1.57-.32-.48-.2-.91-.5-1.28-.86-.36-.37-.66-.8-.86-1.28-.2-.48-.32-1.01-.32-1.57v-9.55c0-.56.11-1.08.32-1.57.2-.48.5-.92.86-1.28.36-.36.8-.66,1.28-.86.48-.2,1.01-.32,1.57-.32h28.35c.55,0,1.08.11,1.57.32.48.2.92.5,1.28.86.36.36.66.8.86,1.28.2.48.32,1.01.32,1.57v9.55c0,.55-.11,1.08-.32,1.57-.2.48-.5.91-.86,1.28-.36.36-.8.66-1.28.86-.48.2-1.01.32-1.57.32h-3.06'/%3E%3Crect class='cls-2' x='10' y='24.56' width='18.4' height='13.6'/%3E%3Cpolyline class='cls-1' points='10 12.18 10 1 28.4 1 28.4 12.18'/%3E%3C/g%3E%3C/svg%3E"); background-size: 14px auto; } 
.btn-icn .icn5 { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_레이어_2' data-name='레이어 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.73 35.21'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23c80726; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M28.35,35.21H5.64c-2.01,0-3.65-1.64-3.65-3.65V8.41c0-.55.45-1,1-1s1,.45,1,1v23.15c0,.91.74,1.65,1.65,1.65h22.7c.91,0,1.65-.74,1.65-1.65V8.63c0-.55.45-1,1-1s1,.45,1,1v22.93c0,2.01-1.64,3.65-3.65,3.65Z'/%3E%3Cpath class='cls-1' d='M32.73,6.2H1c-.55,0-1-.45-1-1s.45-1,1-1h31.73c.55,0,1,.45,1,1s-.45,1-1,1Z'/%3E%3Cpath class='cls-1' d='M16.59,5.87c-.55,0-1-.45-1-1V1c0-.55.45-1,1-1s1,.45,1,1v3.87c0,.55-.45,1-1,1Z'/%3E%3Cpath class='cls-1' d='M9.95,28.09c-.55,0-1-.45-1-1v-14.82c0-.55.45-1,1-1s1,.45,1,1v14.82c0,.55-.45,1-1,1Z'/%3E%3Cpath class='cls-1' d='M17.03,28.09c-.55,0-1-.45-1-1v-14.82c0-.55.45-1,1-1s1,.45,1,1v14.82c0,.55-.45,1-1,1Z'/%3E%3Cpath class='cls-1' d='M24.11,28.09c-.55,0-1-.45-1-1v-14.82c0-.55.45-1,1-1s1,.45,1,1v14.82c0,.55-.45,1-1,1Z'/%3E%3C/svg%3E");background-size: 14px auto; } 


.btn-bace1 { display: block; width: 100%; height: 43px; line-height: 43px; font-weight: 700; font-size: 1.4rem; text-align: center; } 
.btn-bace2 { display: inline-block; padding: 13px 20px; font-weight: 600; font-size: 1.4rem; color: #fff; text-align: center; word-break: keep-all; } 
.btn-bace3 { display: inline-block; min-width: 150px; height: 40px; line-height: 40px; padding: 0 15px; font-weight: 500; font-size: 1.4rem; color: #fff; text-align: center; word-break: keep-all; } 
.btn-bace4 { display: inline-block; height: 40px; line-height: 40px; padding: 0 20px; font-weight: 500; font-size: 1.4rem; text-align: center; word-break: keep-all; } 
.btn-bace5 { display: inline-block; min-width: 150px; height: 43px; line-height: 43px; padding: 0 15px; font-weight: 500; font-size: 1.4rem; text-align: center; word-break: keep-all; } 
.view-btn {display: inline-block; width: 50px; height: 30px; font-weight: 700; font-size: 1.4rem; text-align: center; color: var(--main-color); border: 2px solid var(--main-color); border-radius: 20px; opacity: 0.6;}

/*** 화살표 버튼 ***/
.arro-btn1 { position: relative; display: block; height: 46px; line-height: 44px; padding: 0 15px; font-weight: 500; font-size: 1.5rem; color: var(--main-color); border: 1px solid var(--main-color); background: transparent; transition: color 0.6s; } 
.arro-btn1:before { content: ""; position: absolute; top: 50%; right: 15px; width: 6px; height: 11px; transform: translateY(-50%); background-repeat: no-repeat; background-position: center center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.74 9' width='6'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %2367ad44; stroke-linecap: butt; stroke-linejoin: butt; stroke-width: 1px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='icon'%3E%3Cpolyline class='cls-1' points='.47 .47 4.27 4.5 .47 8.53'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } 
.arro-btn1:after { content: ""; position: absolute; top: 0; left: 0; z-index: -1; width: 0; height: 100%; background: var(--main-color); transition: width 0.4s; } 
/* 버튼 화살표 */
.btn-arrow { position: relative; display: inline-block; width: 8px; height: 10px; margin-left: 20px; } 
.btn-arrow:before { content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 1px; margin-top: -3px; transform: rotate(45deg); background: #444; } 
.btn-arrow:after { content: ""; position: absolute; bottom: 50%; left: 0; width: 6px; height: 1px; margin-bottom: -3px; transform: rotate(-45deg); background: #444; } 
.btn-arrow.wh:before, .btn-arrow.wh:after { background: #fff; } /* White Arrow */
.btn-arrow.main-c:before, .btn-arrow.main-c:after { background: var(--main-color); } /* Main Color Arrow */
.btn-arrow.sub-c:before, .btn-arrow.sub-c:after { background: var(--main-color); } /* Sub Color Arrow */
/* hover */
.arro-btn1:hover, .arro-btn1:focus, .arro-btn1:active { color: #fff; transition: color 0.6s; } 
.arro-btn1:hover:after, .arro-btn1:focus:after, .arro-btn1:active:after { width: 100%; transition: width 0.4s; } 
.arro-btn1:hover:before, .arro-btn1:focus:before, .arro-btn1:active:before { transition: background-image 0.6s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.74 9' width='6'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-linecap: butt; stroke-linejoin: butt; stroke-width: 1px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='icon'%3E%3Cpolyline class='cls-1' points='.47 .47 4.27 4.5 .47 8.53'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } 
/*** 더보기 ***/
.more-btn1 { display: inline-block; padding-right: 13px; font-family: var(--eng-fc); font-weight: 500; font-size: 1.5rem; color: var(--gray-55); background-repeat: no-repeat; background-position: right center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.74 9' width='6'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23555; stroke-linecap: butt; stroke-linejoin: butt; stroke-width: 1px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='icon'%3E%3Cpolyline class='cls-1' points='.47 .47 4.27 4.5 .47 8.53'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } 
@media screen and (max-width: 1023px){
 .btn-bace3 { height: 40px; line-height: 40px; } 
 }
@media screen and (max-width: 767px) { /* .btn-bace3 { min-width: inherit; } */
 .btn-bace3 { min-width: 110px; } 
 }
/********** tab-btn **********/
.tab-btn1 li { margin-bottom: 20px; } 
.tab-btn1 li:last-child { margin-bottom: 0; } 
.tab-btn1 li a { display: flex; align-items: center; gap: 7px; line-height: 1.8rem; font-family: var(--point-fc); font-weight: 600; font-size: 1.8rem; color: #bebebe; } 
.tab-btn1 li a:before { content: ""; display: block; width: 12px; height: 12px; border-radius: 100%; background: #bebebe; } 
.tab-btn1 li.active a { color: var(--main-color); } 
.tab-btn1 li.active a:before { background: var(--main-color); } 
.tab-btn1 li a:hover { color: var(--main-color); transition: all .3s; } 
.tab-btn1 li a:hover:before { background: var(--main-color); transition: all .3s; } 
@media only screen and (max-width: 1023px){
 .tab-btn1 li a::before { width: 11px; height: 11px; margin-top: -3px; } 
 }

/********** category **********/
.cate1 { display: inline-block; padding: 3px 5px; font-weight: 600; font-size: 14px; border-radius: 3px; } 
.cate1.bl { color: #446ead; background: #f0f4f9; } 
.cate1.rd { color: var(--main-color); background: #fcf2f2; } 
.cate1.dgr { color: var(--dark-green-color); background: #ebf3e7; } 

/********** 텍스트 ...처리 **********/
.txt-over1 { display: -webkit-box; display: -ms-flexbox; display: box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } /* 1줄 */
.txt-over2 { display: -webkit-box; display: -ms-flexbox; display: box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } /* 2줄 */
.txt-over3 { display: -webkit-box; display: -ms-flexbox; display: box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } /* 3줄 */

/********** 텍스트 정렬 **********/
.text-lf { text-align: left; } 
.text-ce { text-align: center; } 
.text-rg { text-align: right; } 

/********** font-weight **********/
.fc-300 { font-weight: 300; } 
.fc-400 { font-weight: 400; } 
.fc-500 { font-weight: 500; } 
.fc-600 { font-weight: 600; } 
.fc-700 { font-weight: 700; } 

/********** flex **********/
.flex { display: flex; } 
.flex-shrink { flex-shrink: 0; } 

/* 정렬 */
.flex-align-center { display: flex; align-items: center; } 
.flex-justify-between { display: flex; justify-content: space-between; } 
.flex-justify-between-center { display: flex; justify-content: space-between; align-items: center; } 
.flex-justify-center { display: flex; justify-content: center; } 

/* gap */
.gap5 { gap: 5px; } 
.gap10 { gap: 10px; } 
.gap15 { gap: 15px; } 
.gap20 { gap: 20px; } 
.gap25 { gap: 25px; } 
.gap30 { gap: 30px; } 

/********** width **********/
.wh100p { width: 100%; } 
.wh90p { width: 90%; } 
.wh80p { width: 80%; } 
.wh70p { width: 70%; } 
.wh60p { width: 60%; } 
.wh50p { width: 50%; } 
.wh40p { width: 40%; } 
.wh30p { width: 30%; } 
.wh20p { width: 20%; } 
.wh10p { width: 10%; } 
.wh5p { width: 5%; } 

/********** margin **********/
.mg0 { margin:0; } 
/*** margin_top ***/
.mt-33 { margin-top:-33px; } 
.mt0 { margin-top:0; } 
.mt3 { margin-top:3px; } 
.mt5 { margin-top:5px; } 
.mt10 { margin-top:10px; } 
.mt15 { margin-top:15px; } 
.mt20 { margin-top:20px; } 
.mt25 { margin-top:25px; } 
.mt30 { margin-top:30px; } 
.mt35 { margin-top:35px; } 
.mt40 { margin-top:40px; } 
.mt45 { margin-top:45px; } 
.mt50 { margin-top:50px; } 
.mt55 { margin-top:55px; } 
.mt60 { margin-top:60px; } 
.mt65 { margin-top:65px; } 
.mt70 { margin-top:70px; } 
.mt75 { margin-top:75px; } 
.mt80 { margin-top:80px; } 
.mt85 { margin-top:85px; } 
.mt90 { margin-top:90px; } 
.mt95 { margin-top:95px; } 
.mt100 { margin-top:100px; } 
/*** margin_bottom ***/
.mb0 { margin-bottom:0; } 
.mb5 { margin-bottom:5px; } 
.mb10 { margin-bottom:10px; } 
.mb15 { margin-bottom:15px; } 
.mb20 { margin-bottom:20px; } 
.mb25 { margin-bottom:25px; } 
.mb30 { margin-bottom:30px; } 
.mb35 { margin-bottom:35px; } 
.mb40 { margin-bottom:40px; } 
.mb45 { margin-bottom:45px; } 
.mb50 { margin-bottom:50px; } 
.mb55 { margin-bottom:55px; } 
.mb60 { margin-bottom:60px; } 
.mb65 { margin-bottom:65px; } 
.mb70 { margin-bottom:70px; } 
.mb75 { margin-bottom:75px; } 
.mb80 { margin-bottom:80px; } 
.mb85 { margin-bottom:85px; } 
.mb90 { margin-bottom:90px; } 
.mb95 { margin-bottom:95px; } 
.mb100 { margin-bottom:100px; } 
/*** margin_left ***/
.ml0 { margin-left:0; } 
.ml5 { margin-left:5px; } 
.ml10 { margin-left:10px; } 
.ml15 { margin-left:15px; } 
.ml20 { margin-left:20px; } 
.ml25 { margin-left:25px; } 
.ml30 { margin-left:30px; } 
.ml35 { margin-left:35px; } 
.ml40 { margin-left:40px; } 
.ml45 { margin-left:45px; } 
.ml50 { margin-left:50px; } 
.ml55 { margin-left:55px; } 
.ml60 { margin-left:60px; } 
.ml65 { margin-left:65px; } 
.ml70 { margin-left:70px; } 
.ml75 { margin-left:75px; } 
.ml80 { margin-left:80px; } 
.ml85 { margin-left:85px; } 
.ml90 { margin-left:90px; } 
.ml95 { margin-left:95px; } 
.ml100 { margin-left:100px; } 
/*** margin_right ***/
.mr0 { margin-right:0; } 
.mr5 { margin-right:5px; } 
.mr10 { margin-right:10px; } 
.mr15 { margin-right:15px; } 
.mr20 { margin-right:20px; } 
.mr25 { margin-right:25px; } 
.mr30 { margin-right:30px; } 
.mr35 { margin-right:35px; } 
.mr40 { margin-right:40px; } 
.mr45 { margin-right:45px; } 
.mr50 { margin-right:50px; } 
.mr55 { margin-right:55px; } 
.mr60 { margin-right:60px; } 
.mr65 { margin-right:65px; } 
.mr70 { margin-right:70px; } 
.mr75 { margin-right:75px; } 
.mr80 { margin-right:80px; } 
.mr85 { margin-right:85px; } 
.mr90 { margin-right:90px; } 
.mr95 { margin-right:95px; } 
.mr100 { margin-right:100px; } 

@media only screen and (max-width: 560px){
 .mt60 { margin-top: 30px; } 
 }

/******************** padding ********************/
.pd0 { padding:0; } 
/*** padding_top ***/
.pt0 { padding-top:0; } 
.pt5 { padding-top:5px; } 
.pt10 { padding-top:10px; } 
.pt15 { padding-top:15px; } 
.pt20 { padding-top:20px; } 
.pt25 { padding-top:25px; } 
.pt30 { padding-top:30px; } 
.pt35 { padding-top:35px; } 
.pt40 { padding-top:40px; } 
.pt45 { padding-top:45px; } 
.pt50 { padding-top:50px; } 
.pt55 { padding-top:55px; } 
.pt60 { padding-top:60px; } 
.pt65 { padding-top:65px; } 
.pt70 { padding-top:70px; } 
.pt75 { padding-top:75px; } 
.pt80 { padding-top:80px; } 
.pt85 { padding-top:85px; } 
.pt90 { padding-top:90px; } 
.pt95 { padding-top:95px; } 
.pt100 { padding-top:100px; } 
/*** padding_bottom ***/
.pb0 { padding-bottom:0; } 
.pb5 { padding-bottom:5px; } 
.pb10 { padding-bottom:10px; } 
.pb15 { padding-bottom:15px; } 
.pb20 { padding-bottom:20px; } 
.pb25 { padding-bottom:25px; } 
.pb30 { padding-bottom:30px; } 
.pb35 { padding-bottom:35px; } 
.pb40 { padding-bottom:40px; } 
.pb45 { padding-bottom:45px; } 
.pb50 { padding-bottom:50px; } 
.pb55 { padding-bottom:55px; } 
.pb60 { padding-bottom:60px; } 
.pb65 { padding-bottom:65px; } 
.pb70 { padding-bottom:70px; } 
.pb75 { padding-bottom:75px; } 
.pb80 { padding-bottom:80px; } 
.pb85 { padding-bottom:85px; } 
.pb90 { padding-bottom:90px; } 
.pb95 { padding-bottom:95px; } 
.pb100 { padding-bottom:100px; } 
/*** padding_left ***/
.pl0 { padding-left:0; } 
.pl5 { padding-left:5px; } 
.pl10 { padding-left:10px; } 
.pl15 { padding-left:15px; } 
.pl17 { padding-left:17px; } 
.pl20 { padding-left:20px; } 
.pl25 { padding-left:25px; } 
.pl30 { padding-left:30px; } 
.pl35 { padding-left:35px; } 
.pl40 { padding-left:40px; } 
.pl45 { padding-left:45px; } 
.pl50 { padding-left:50px; } 
.pl55 { padding-left:55px; } 
.pl60 { padding-left:60px; } 
.pl65 { padding-left:65px; } 
.pl70 { padding-left:70px; } 
.pl75 { padding-left:75px; } 
.pl80 { padding-left:80px; } 
.pl85 { padding-left:85px; } 
.pl90 { padding-left:90px; } 
.pl95 { padding-left:95px; } 
.pl100 { padding-left:100px; } 
/*** padding_right ***/
.pr0 { padding-right:0; } 
.pr5 { padding-right:5px; } 
.pr10 { padding-right:10px; } 
.pr15 { padding-right:15px; } 
.pr17 { padding-right:17px; } 
.pr20 { padding-right:20px; } 
.pr25 { padding-right:25px; } 
.pr30 { padding-right:30px; } 
.pr35 { padding-right:35px; } 
.pr40 { padding-right:40px; } 
.pr45 { padding-right:45px; } 
.pr50 { padding-right:50px; } 
.pr55 { padding-right:55px; } 
.pr60 { padding-right:60px; } 
.pr65 { padding-right:65px; } 
.pr70 { padding-right:70px; } 
.pr75 { padding-right:75px; } 
.pr80 { padding-right:80px; } 
.pr85 { padding-right:85px; } 
.pr90 { padding-right:90px; } 
.pr95 { padding-right:95px; } 
.pr100 { padding-right:100px; } 


