@charset "utf-8";
html, body {}
html.show-modal { overflow: hidden; }
#wrap { width: 100%; min-width: 1200px; max-width: 1920px; margin: 0 auto; }
body, #wrap { overflow: hidden; }

.wide-wrap { width: 1700px; margin-left: auto !important; margin-right: auto !important; clear: both; }
.inner-wrap{ width: 1200px; margin-left: auto !important; margin-right: auto !important; clear: both; }


#wrap #header { width: 100%; padding: 0 40px; background: #F8F8F8; position: fixed; left: 0; top: 0; z-index: 99; }
#wrap.main #header { background: #fff; }
#wrap #header * { box-sizing: border-box; }
#wrap #header .prepend {}
#wrap #header .prepend > p {}
#wrap #header .prepend > ul { margin-left: 17.1875%; height: 124px; font-family: var(--secondary-font); gap: 0 83px; }
#wrap #header .prepend > ul > li { position: relative; }
#wrap #header .prepend > ul > li > a { font-size: 24px; font-weight: 700; color: var(--primary-text-color); display: block; line-height: 124px; }
#wrap #header .prepend > ul > li > dl { position: absolute; left: 50%; transform: translate(-50%, 0); top: 97px; padding: 20px 0; box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.08); background: #fff; border-radius: 10px; z-index: 2; display: none; min-width: 180px; border: 2px solid #097fc2; }
#wrap #header .prepend > ul > li > dl > dd { display: flex; align-items: center;  flex-direction: column; gap: 15px 0;  padding: 0 10px; }
#wrap #header .prepend > ul > li > dl > dd > a { font-size: 18px; font-family: var(--primary-font); font-weight: 700; color: #2D539C; line-height: 1; word-break: keep-all; letter-spacing: -0.5px; }

#wrap #header .append {}
#wrap #header .append > ul { gap: 0 14px; }
#wrap #header .append > ul > li { width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; }

@media (max-width: 1560px){
	#wrap #header .prepend > ul { margin-left: 0; gap: 0 60px; justify-content: center !important; }
}

#container { padding-top: 124px; }





.imgPop { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.5); left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 10; }
.imgPop > div { border-radius: 20px; overflow: hidden; }
.imgPop > div > p { width: 100%; height: 50px; background: #000; display: flex; font-size: 20px; color: #fff; justify-content: space-between; align-items: center; padding: 0 20px; box-sizing: border-box; }
.imgPop > div > p > span { cursor: pointer; width: 20px; height: 20px; }
.imgPop > div > p > span > img { width: 100%; }

.modal-pop { position: fixed; width: 350px; overflow: hidden; border: 1px solid #ccc; background: #fff; left: 50%; top: 50%; margin: -150px 0 0 -175px; z-index: 99; display: none; }
.modal-pop .title { padding: 12px 20px; border-bottom: 1px solid #ccc; font-size: 14px; text-align: left; }
.modal-pop .title span { float: right; cursor: pointer; }
.modal-pop > div { padding: 20px 20px; text-align: center; }
.modal-pop > div > p:first-child { font-size: 18px; }
.modal-pop > div > p:first-child strong { font-size: 14px; font-weight: normal; color: #333; }
.modal-pop > div > p:nth-child(2) { padding: 15px 0; }
.modal-pop > div > p:nth-child(3) { padding: 15px 0; width: 80%; margin: 0px auto 0; background: #fed829; color: #381e1f; }
.modal-pop > ul { width: 100%; overflow: hidden; border-top: 1px solid #ccc; }
.modal-pop > ul > li { float: left; width: 50%; padding: 12px 0; text-align: center; box-sizing: border-box; }
.modal-pop > ul > li:first-child { border-right: 1px solid #ccc; cursor: pointer; }

.pop-layer .pop-container { padding: 20px 25px; }
.pop-layer p.title {border-bottom: 1px solid #ddd;	font-weight: bold;margin-bottom: 10px;font-size: 14px;text-align: center;}
.pop-layer pre.ctxt { color: #666; line-height: 1.5; height: 200px; white-space: pre-wrap; overflow-x: hidden; padding: 10px; text-align: justify; font-size: 12px;}
.pop-layer .btn-r {  width: 100%; margin: 10px 0 20px; padding-top: 10px; border-top: 1px solid #ddd; text-align: right;}
.pop-layer { display: none; position: absolute; top: 50%; left: 50%; width: 600px; height: auto; background-color: #fff; border: 5px solid #000; z-index: 10;}
.dim-layer { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100;}
.dim-layer .dimBg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50);}
.dim-layer .pop-layer { display: none; }
a.btn-layerClose { display: inline-block; height: 25px; padding: 0 14px 0; border: 1px solid #000; background-color: #000; font-size: 13px; color: #fff; line-height: 27px;}
a.btn-layerClose:hover { border: 1px solid #091940; background-color: #000; color: #fff;}

.custom-radio input[type=radio] { display: none; }
.custom-radio input[type=radio] + label { display: flex; align-items: center; }
.custom-radio input[type=radio] + label > span { width: 24px; height: 24px; border: 1px solid #ccc; display: block; margin-right: 10px; background: #fff; }
.custom-radio input[type=radio]:checked + label > span { background: url('../img/common/icon-check.png') center no-repeat #fff; }

.custom-checkbox input[type=checkbox] { display: none; }
.custom-checkbox input[type=checkbox] + label { display: flex; align-items: flex-start; }
.custom-checkbox input[type=checkbox] + label > span { width: 24px; height: 24px; border: 1px solid #ccc; display: block; margin-right: 10px; background: #fff; margin-top: 6px; }
.custom-checkbox input[type=checkbox]:checked + label > span { background: url('../img/common/icon-check.png') center no-repeat #fff; }