@charset "utf-8";
html{
	/* Prevent font scaling in landscape */
	-webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
	-moz-text-size-adjust: none; /*Firefox*/
	-ms-text-size-adjust: none;  /*Ie*/
	-o-text-size-adjust: none; /*old versions of Opera*/
}

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

#wrap { width: min(100%, 1920px); min-width: 1300px; margin: 0 auto; overflow: hidden; position: relative; }
#header { width: 100%; position: absolute; background: #fff; top: 0; z-index: 2; }
#header .inner-wrap { height: 110px; }
#header .inner-wrap > div:nth-of-type(1) { gap: 102px; }
#header .inner-wrap > div:nth-of-type(1) #nav { gap: 107px; }
#header .inner-wrap > div:nth-of-type(1) #nav > p {}
#header .inner-wrap > div:nth-of-type(1) #nav > p > a { font-size: 23px; font-weight: 700; color: #90437B; }

#header .inner-wrap > div:nth-of-type(2) { gap: 25px; }
#header .inner-wrap > div:nth-of-type(2) > ul { gap: 10px; }
#header .inner-wrap > div:nth-of-type(2) > dl { gap: 10px; }


#container { position: relative; }
#footer { width: 100%; }

















.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; }