@charset "utf-8";
html, body {}
html.show-modal { overflow: hidden; }
#wrap { width: 100%; 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; }

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

.area-custom-select { position: relative; width: 100%; height: 100%; }
.custom-select { width: 100%; height: 100%; cursor: pointer; display: flex; padding: 0 20px 0 20px; box-sizing: border-box; align-items: center; justify-content: space-between; font-size: 18px; letter-spacing: -0.54px; color: #181818; }
.custom-select.selected .custom-select-arrow { transform: rotate(180deg); }

.custom-select-list { width: calc(100% + 2px); border: 1px solid #cecece; box-sizing: border-box; position: absolute; left: -1px; top: 53px; display:  none; background: #fff; padding: 20px 0 20px 20px; font-size: 18px; font-weight: 400; letter-spacing: -0.48px; color: #181818; }
.custom-select-list > li { cursor: pointer; }
.custom-select-list > li~li { margin-top: 20px; }
.custom-select-list > li:hover { color: #ff6c1a; }
.select-origin { display: none; }



#header { width: 100%; height: 95px; position: absolute; left: 0; top: 0; padding: 0 0; box-sizing: border-box; z-index: 5; }
#header:hover { background: #181818; }
#header > .inner-wrap { display: flex; justify-content: space-between; height: 95px; }
#header > .inner-wrap > .logo { height: 100%; display: flex; align-items: center; }
#header > .inner-wrap > div { display: flex; align-items: center; }
#header > .inner-wrap > div > dl { position: relative; height: 95px; font-size: 18px; font-weight: 500; letter-spacing: -0.54px; }
#header > .inner-wrap > div > dl~dl { margin-left: 50px; }
#header > .inner-wrap > div > dl > dt { height: 100%; }
#header > .inner-wrap > div > dl > dt > a { color: #fff; display: block; height: 100%; display: flex; align-items: center; }
#header > .inner-wrap > div > dl > dt.active > a { color: #ffee51; }
#header > .inner-wrap > div > dl > dd { position: absolute; left: 0; top: 95px; width: 110px; background: #fff; font-size: 18px; font-weight: 500; letter-spacing: -0.54px; display: none; }

#header > .inner-wrap > div > dl > dd > p { height: 45px; width: 100%; padding-left: 20px; box-sizing: border-box; }
#header > .inner-wrap > div > dl > dd > p:hover { background: #ffee51; }
#header > .inner-wrap > div > dl > dd > p > a { color: #181818; display: flex; height: 100%; align-items: center; }
#header > .inner-wrap > div > div { margin-left: 50px; font-size: 18px; font-weight: 600; letter-spacing: -0.54px; color: #ffee51; line-height: 1.2; height: 100%; display: flex; align-items: center; }
#header > .inner-wrap > div > div > p { margin-left: 4px; }


























