@charset "utf-8";

.faq-wrap--fc {border-left:none;border-right:none;border-top:3px solid #333;border-bottom:3px solid #333;}
.faq-wrap--fc .f-wrap--fc a:after {font-size:30px;top:50%;margin-top:-0.5em;line-height:1em;}
.faq-wrap--fc .f-wrap--fc.on a:after {color:#ff8f17;}
.faq-wrap--fc .f-wrap--fc a {background:#fff;padding:15px 40px 15px 100px;}
.faq-wrap--fc .q-wrap--fc p {background:#fff5eb;}
.faq-wrap--fc .f-wrap--fc a:before {width:36px;height:36px;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #1d2088;color:#1d2088;font-size:20px;text-align:center;line-height:34px;left:30px;top:10px;}
.faq-wrap--fc .q-wrap--fc p:before {content:"A";width:36px;height:36px;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #1d2088;background:#1d2088;color:#fff;font-size:20px;text-align:center;line-height:34px;left:30px;top:10px;}
.faq-wrap--fc .q-wrap--fc p {padding:15px 15px 15px 100px;}
@media screen and (max-width:1024px){
	.faq-wrap--fc {border-top:2px solid #333;border-bottom:2px solid #333;}
	.faq-wrap--fc .f-wrap--fc a:after {font-size:20px;}
	.faq-wrap--fc .f-wrap--fc a {padding:10px 30px 10px 40px;}
	.faq-wrap--fc .f-wrap--fc a:before {width:24px;height:24px;font-size:14px;line-height:20px;left:10px;top:7px;}
	.faq-wrap--fc .q-wrap--fc p:before {width:24px;height:24px;font-size:14px;line-height:21px;left:10px;top:7px;}
	.faq-wrap--fc .q-wrap--fc p {padding:10px 10px 10px 40px;}
}

.__layout {padding:0 15px;}
/* .__layout.pt {padding-top:110px;}
.__layout.pb {padding-bottom:110px;} */
.__layout > .wrap {max-width:1330px;margin:110px auto;}

@media screen and (max-width:768px){
	/* .__layout.pt {padding-top:110px;}
	.__layout.pb {padding-bottom:110px;} */
.__layout > .wrap {margin:2vh auto 4vh auto !important;}
}

.__tit {margin-bottom:70px;}
.__tit h3 {font-size:40px;font-weight:bold;color:#2a2f3b;line-height:1em;letter-spacing:-0.05em;}
.__tit p {font-size:18px;color:#797b80;line-height:1.35em;font-weight:300;letter-spacing:-0.05em;margin-top:25px;}
.__tit p.__contact {font-size:23px; font-weight: 400;}
.__tit p.__contact strong {display: inline-block; font-size:26px; margin-bottom: 10px; color: #000;}

@media screen and (max-width:1024px){
	.__tit {margin-bottom:20px;}
	.__tit h3 {font-size:24px;}
	.__tit p {font-size:14px;margin-top:10px;}
	.__tit p.__contact {font-size:14px;}
	.__tit p.__contact strong {font-size:18px;}

}
.__branch img {
  width: auto;
}
.__branch {display:table;width:100%;border:1px solid #ddd;table-layout:fixed;height:500px;}
.__branch > div {display:table-cell;vertical-align:middle;}
.__branch .map {text-align:center;background:#f2f2f2;}
.__branch .info {border-left:1px solid #ddd;padding:0 20px;}
.__branch .info .sch {max-width:500px;margin:0 auto;}
.__branch .info .sch dl ~ dl {margin-top:20px;}
.__branch .info .sch dl dt {font-size:18px;color:#333;}
.__branch .info .sch dl dd {margin-top:7px;position:relative;}
.__branch .info .sch dl dd select,
.__branch .info .sch dl dd input[type="text"] {display:block;width:100%;height:50px;padding-left:15px;}
.__branch .info .sch dl dd button {position:absolute;right:0;top:0;height:100%;background:none;border:none;color:#333;font-size:24px;width:60px; display: flex; align-items: center; justify-content: center; }

.__tblBranch caption {height:0;text-indent:-9999px;overflow:hidden;font-size:0;}
.__tblBranch {width:100%;table-layout:auto;border-top:1px solid #474b53;}

@media screen and (min-width:1025px){
	.__tblBranch tr > * {border-bottom:1px solid #ddd;padding:15px 10px;text-align:center;}
	.__tblBranch tr th {font-size:16px;font-weight:500;color:#333;letter-spacing:-0.05em;}
	.__tblBranch tr td {font-size:14px;}
	.__tblBranch tr td i {font-style:normal;}
	.__tblBranch .detail {display:inline-block;border:1px solid #b2b2b2;height:40px;line-height:38px;padding:0 12px;}
	.__tblBranch .detail i {display:inline-block;vertical-align:middle;margin-right:3px;}
	.__tblBranch .detail span {display:inline-block;vertical-align:baseline;font-size:14px;color:#5c5b5b;letter-spacing:-0.05em;}
}

@media screen and (max-width:1024px){
	.__branch {display:block;height:auto;}
	.__branch > div {display:block;}
	.__branch .map {padding:20px 0;}
	.__branch .map span {display:block;}
	.__branch .info {border-left:none;padding:20px;}
	.__branch .info .sch dl ~ dl {margin-top:15px;}
	.__branch .info .sch dl dt {font-size:16px;}
	.__branch .info .sch dl dd {margin-top:5px;}
	.__branch .info .sch dl dd select,
	.__branch .info .sch dl dd input[type="text"] {height:40px;padding-left:10px;}
	.__branch .info .sch dl dd button {width:50px;font-size:20px;}


	.__tblBranch {display:block;font-size:0;}
	.__tblBranch:after {content:'';display:block;clear:both;}
	.__tblBranch colgroup {display:none;}
	.__tblBranch thead,
	.__tblBranch tbody {display:block;float:left;}
	.__tblBranch thead {width:90px;background:#eee;border-right:1px solid #ddd;}
	.__tblBranch tbody {overflow:auto;width:calc(100% - 90px);white-space:nowrap;}
	.__tblBranch tr {display:block;}
	.__tblBranch tr > * {font-size:13px;padding:5px;letter-spacing:-0.05em;}
	.__tblBranch thead tr th {display:block;border-bottom:1px solid #ddd;text-align:left;}
	.__tblBranch tbody tr {display:inline-block;vertical-align:top;border-right:1px solid #ddd;}
	.__tblBranch tbody tr td {display:block;border-bottom:1px solid #ddd;}
	.__tblBranch tbody tr td i {font-style:normal;}
	.__tblBranch tbody tr td[colspan="7"] {height:210px;line-height:210px;width:calc(100vw - 130px);margin-right:-1px;border-right:1px solid #fff;text-align:center;}
}

.__popBranch {position:fixed;left:0;top:0;width:100%;height:100%;z-index:1000;text-align:center;font-size:0;white-space:nowrap;padding:15px;overflow:auto;display:none;}
.__popBranch:after {content:'';display:inline-block;width:0;height:100%;vertical-align:middle;}
.__popBranch > .inner {display:inline-block;vertical-align:middle;white-space:normal;max-width:100%;width:1100px;background:#fff;position:relative;padding:30px 20px;text-align:left;z-index:10;}
.__popBranch > .inner:after {content:'';display:block;clear:both;}
.__popBranch .close {position:absolute;right:20px;top:15px;font-size:30px;color:#333;border:none;background:none;}
.__popBranch .bg {position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.6);}
.__popBranch #map {float:left;width:53%;height:450px;background:#eee;}
.__popBranch .info {float:left;width:47%;padding:20px 0 0 30px;}
.__popBranch .info h3 {font-size:36px;font-weight:normal;color:#222;border-bottom:1px solid #ddd;padding-bottom:15px;line-height:1.2em;margin-bottom:20px;letter-spacing:-0.05em;}
.__popBranch .info .area {display:table;width:100%;table-layout:fixed;}
.__popBranch .info .area dl {display:table-row;}
.__popBranch .info .area dl > * {display:table-cell;vertical-align:top;padding:8px 0;font-size:16px;line-height:1.4em;letter-spacing:-0.025em;}
.__popBranch .info .area dl dt {width:115px;color:#333;font-weight:500;}
.__popBranch .info .area dl dd {color:#626161;}

@media screen and (max-width:1024px){
	.__popBranch > .inner {padding:15px;}
	.__popBranch .close {right:-5px;top:-40px;font-size:30px;color:#000;}
	.__popBranch #map {float:none;width:100%;height:200px;}
	.__popBranch .info {float:none;width:100%;padding:15px 0 0 0;}
	.__popBranch .info h3 {font-size:18px;padding-bottom:5px;margin-bottom:10px;}
	.__popBranch .info .area dl > * {padding:3px 0;font-size:13px;line-height:1.3em;letter-spacing:-0.05em;}
	.__popBranch .info .area dl dt {width:85px;}
}

.__brand1 {padding:110px 15px;background:url(../images/brand-one-bg.jpg) no-repeat 0 80px;}
.__brand1 .tit {color:#000;}
.__brand1 .tit dl {font-family:'Poppins',sans-serif;font-weight:bold;letter-spacing:-0.025em;}
.__brand1 .tit dl dt {font-size:180px;line-height:1em;}
.__brand1 .tit dl dd {font-size:120px;line-height:1em;}
.__brand1 .tit p {font-size:60px;line-height:1em;margin-top:10px;font-weight:300;letter-spacing:-0.1em;}
.__brand1 .area {position:relative;height:1200px;margin-top:110px;}
.__brand1 .area > div {position:absolute;width:50%;}
.__brand1 .area .lef {left:0;top:0;padding-right:30px;}
.__brand1 .area .rig {right:0;top:290px;}
.__brand1 .area .info dl {margin-top:50px;}
.__brand1 .area .info dl dt {font-size:30px;line-height:1.2em;color:#000;letter-spacing:-0.05em;font-weight:bold;}
.__brand1 .area .info dl dd {font-size:16px;line-height:1.85em;margin-top:20px;letter-spacing:-0.05em;}

.__brand2 {padding:0 15px 35px;}
.__brand2 .txt {font-size:36px;line-height:1.3em;color:#000;letter-spacing:-0.05em;font-weight:bold;}

.__brand3 {background:url(../images/brand2-1.jpg) no-repeat 50% 0;background-attachment:fixed;overflow:hidden;}
.__brand3 .wrap {height:670px;position:relative;}
.__brand3 .wrap:before {content:"";display:block;width:100%;left:100%;top:0;height:100%;background:#fff;position:absolute;}

.__brand4 {margin-top:120px;}
.__brand4 .tit h3 {font-size:30px;font-weight:bold;color:#000;letter-spacing:-0.05em;}
.__brand4 .tit p {font-size:24px;font-weight:300;color:#333;letter-spacing:-0.05em;}
.__brand4 .area {position:relative;padding:50px 580px 50px 50px;background:#eee;margin-top:20px;}
.__brand4 .area .img {position:absolute;right:0;top:0;}
.__brand4 .area .txt dt {font-size:24px;line-height:1.25em;letter-spacing:-0.05em;color:#222;}
.__brand4 .area .txt dd {font-size:16px;line-height:1.63em;letter-spacing:-0.05em;color:#666;margin-top:25px;}
.__brand4 .area .sign {position:absolute;right:70px;bottom:30px;white-space:nowrap;font-family:'Poppins','Noto Sans KR',sans-serif;color:#000;}
.__brand4 .area .sign dt {font-size:36px;font-weight:bold;letter-spacing:-0.05em;line-height:1em;}
.__brand4 .area .sign dd {font-size:20px;letter-spacing:-0.05em;}

.__brand5 {margin:130px 0 170px;}
.__brand5 .area {display:table;width:100%;table-layout:fixed;}
.__brand5 .area > div {display:table-cell;vertical-align:middle;}
.__brand5 .area .info {padding-right:30px;}
.__brand5 .area .info dl {font-family:'Poppins','Noto Sans KR',sans-serif;color:#000;}
.__brand5 .area .info dl dt {font-size:90px;font-weight:bold;line-height:1em;letter-spacing:-0.025em;}
.__brand5 .area .info dl dd {font-size:48px;font-weight:bold;line-height:1em;letter-spacing:-0.025em;}
.__brand5 .area .info p {font-size:16px;line-height:1.8em;color:#666;margin-top:25px;letter-spacing:-0.05em ;}


.__brand6 {position:relative;margin-bottom:100px;}
.__brand6 .info {width:610px;height:670px;background:#002c23;padding:75px 20px 0;}
.__brand6 .info .area {max-width:474px;margin:0 auto;color:#fff;}
.__brand6 .info .tel {font-size:36px;font-weight:300;letter-spacing:-0.05em;line-height:1.33em;}
.__brand6 .info .add {margin-top:100px;}
.__brand6 .info .add dt {font-size:60px;font-weight:100;line-height:1em;}
.__brand6 .info .add dd {font-size:24px;font-weight:300;line-height:1.17em;margin-top:15px;}
.__brand6 .info .mail {margin-top:38px;}
.__brand6 .info .mail dt {font-size:24px;font-weight:300;}
.__brand6 .info .mail dd {font-size:14px;font-weight:300;color:rgba(255,255,255,0.3);margin-top:5px;}
.__brand6 .info .btn {margin:40px -2px 0;}
.__brand6 .info .btn:after {content:'';display:block;clear:both;}
.__brand6 .info .btn li {float:left;width:50%;padding:0 2px;}
.__brand6 .info .btn li > * {display:block;background:#fff;height:60px;line-height:60px;text-align:center;font-size:20px;color:#222;border:none;width:100%;}
.__brand6 .info .btn li > * span {display:inline-block;vertical-align:baseline;letter-spacing:-0.05em;}
.__brand6 .info .btn li > * img {display:inline-block;vertical-align:middle;margin-right:10px;}
.__brand6 .info .btn li:first-child > * {background:#f9e000;}

.__brand6 .loc {position:absolute;left:calc(50% - 55px);width:calc(50% + 55px);top:0;height:100%;}
.__brand6 .loc .root_daum_roughmap {width:100% !important;}
.__brand6 .loc .root_daum_roughmap .wrap_map {height:670px !important;}
.__brand6 .loc .wrap_controllers {display:none !important;}
.__brand6 .loc .map_border {display:none !important;}

@media screen and (max-width:1340px){
	.__brand6 .info {width:calc(50% - 55px);}
}

@media screen and (max-width:1024px){
	.__brand1 {padding:30px 15px;background-size:150px auto;}
	.__brand1 .tit dl dt {font-size:50px;}
	.__brand1 .tit dl dd {font-size:34px;}
	.__brand1 .tit p {font-size:24px;}
	.__brand1 .area {height:auto;margin-top:30px;}
	.__brand1 .area > div {position:relative;width:auto;}
	.__brand1 .area img {display:block;width:100%;}
	.__brand1 .area .lef {padding:0;}
	.__brand1 .area .rig {top:auto;margin-top:20px;}
	.__brand1 .area .info dl {margin-top:15px;}
	.__brand1 .area .info dl dt {font-size:20px;}
	.__brand1 .area .info dl dd {font-size:14px;line-height:1.4em;margin-top:10px;}

	.__brand2 {padding:0 15px 20px;}
	.__brand2 .txt {font-size:24px;line-height:1.3em;}

	.__brand3 {background:url(../images/brand2-1.jpg) no-repeat 50% 50;background-attachment:scroll;background-size:cover;}
	.__brand3 .wrap {height:0;padding-top:34%;}

	.__brand4 {margin-top:30px;}
	.__brand4 .tit h3 {font-size:20px;}
	.__brand4 .tit p {font-size:16px;}
	.__brand4 .area {padding:20px 15px;margin-top:10px;}
	.__brand4 .area .img {position:relative;margin:-20px -15px 20px;}
	.__brand4 .area .img img {width:100%;}
	.__brand4 .area .txt dt {font-size:18px;}
	.__brand4 .area .txt dd {font-size:14px;line-height:1.4em;margin-top:15px;}
	.__brand4 .area .sign {position:relative;right:0;bottom:0;margin-top:30px;}
	.__brand4 .area .sign dt {font-size:24px;}
	.__brand4 .area .sign dd {font-size:18px;}

	.__brand5 {margin:30px 0;}
	.__brand5 .area {display:block;}
	.__brand5 .area > div {display:block;}
	.__brand5 .area .info {padding:0;}
	.__brand5 .area .info dl dt {font-size:40px;}
	.__brand5 .area .info dl dd {font-size:24px;}
	.__brand5 .area .info p {font-size:14px;line-height:1.5em;margin-top:15px;}
	.__brand5 .area .img {margin-top:20px;}
	.__brand5 .area .img img {display:block;width:100%;}


	.__brand6 {display:block;margin-bottom:30px;}
	.__brand6 .wrap {display:block;}
	.__brand6 .info {width:auto;height:auto;padding:20px 15px;}
	.__brand6 .info .area {max-width:100%;}
	.__brand6 .info .tel {font-size:24px;}
	.__brand6 .info .add {margin-top:20px;}
	.__brand6 .info .add dt {font-size:28px;}
	.__brand6 .info .add dd {font-size:16px;line-height:1.3em;}
	.__brand6 .info .mail {margin-top:15px;}
	.__brand6 .info .mail dt {font-size:16px;}
	.__brand6 .info .mail dd {font-size:14px;line-height:1.2em;}
	.__brand6 .info .btn {margin:15px -2px 0;}
	.__brand6 .info .btn li > * {height:40px;line-height:40px;font-size:16px;}
	.__brand6 .info .btn li > * img {height:20px;margin-right:5px;}

	.__brand6 .loc {position:relative;left:0;width:100%;height:auto;}
	.__brand6 .loc .root_daum_roughmap .wrap_map {height:250px !important;}
}

.__pdt {max-width:1600px;margin:0 auto;}

.__pdt1 {padding-top:190px;text-align:center;}
.__pdt1 .tit {text-align:center;color:#000;}
.__pdt1 .tit .sum {font-size:32px;font-weight:300;letter-spacing:-0.075em;line-height:1em;letter-spacing:-0.025em;}
.__pdt1 .tit .subject {font-size:54px;font-weight:bold;font-family:'Poppins','Noto Sans KR',sans-serif;line-height:1em;letter-spacing:-0.025em;margin-top:5px;}
.__pdt1 .tit .subject span {font-size:0.9em;}
.__pdt1 .img {margin-top:35px;}
.__pdt1 .fea {text-align:left;margin-top:55px;padding-bottom:20px;display:inline-block;font-size:0;border-bottom:1px solid #bbb;}
.__pdt1 .fea dt {font-size:24px;font-weight:bold;letter-spacing:-0.05em;color:#000;}
.__pdt1 .fea dd {margin-top:15px;}
.__pdt1 .fea dd ul li {font-size:18px;letter-spacing:-0.075em;margin-right:9px;padding-right:10px;display:inline-block;vertical-align:top;position:relative;}
.__pdt1 .fea dd ul li:before {content:"";display:block;width:1px;height:16px;top:50%;right:0;margin-top:-8px;background:#bbb;position:absolute;}
.__pdt1 .fea dd ul li:last-child {margin-right:0;padding-right:0;}
.__pdt1 .fea dd ul li:last-child:before {display:none;}

.__pdt2 {margin-top:100px;}

.__pdt3 .wrap {padding:90px 15px;text-align:center;}
.__pdt3 h3 {font-size:68px;font-weight:bold;color:#111;letter-spacing:-0.1em;line-height:1em;}
.__pdt3 h3 > * {display:inline-block;vertical-align:middle;}
.__pdt3 h3 span {font-weight:500;}
.__pdt3 h3 strong {color:#ec9b30;}
.__pdt3 p {font-size:30px;letter-spacing:-0.05em;font-weight:300;line-height:1.2em;margin-top:25px;}

.__pdt4 {background:url(../images/sub31-2.jpg) no-repeat;padding-top:250px;}
.__pdt4 .wrap:after {content:'';display:block;clear:both;}
.__pdt4 .wrap > div {float:left;width:50%;}
.__pdt4 .lef .img {font-size:0;margin-right:-35px;}
.__pdt4 .lef .img span {display:inline-block;}
.__pdt4 .lef .txt {text-align:center;margin-top:55px;}
.__pdt4 .lef .txt dt {font-size:68px;font-weight:500;color:#111;letter-spacing:-0.1em;line-height:1em;}
.__pdt4 .lef .txt dt > * {display:inline-block;vertical-align:middle;}
.__pdt4 .lef .txt dd {color:#df2626;font-size:60px;font-weight:500;letter-spacing:-0.1em;line-height:1em;margin-top:10px;}
.__pdt4 .rig {padding-top:415px;}
.__pdt4 .rig .txt {padding-left:60px;font-size:24px;font-weight:300;line-height:1.5em;color:#666;letter-spacing:-0.05em;}
.__pdt4 .rig .img {margin-top:55px;}

.__pdt5 {margin-top:90px;}
.__pdt5 .wrap:after {content:'';display:block;clear:both;}
.__pdt5 .wrap > div {float:left;width:50%;}
.__pdt5 .lef .img {margin:0 -60px;}
.__pdt5 .rig {padding:55px 0 0 85px;}
.__pdt5 .rig .box dl dt {font-size:56px;font-weight:bold;color:#000;letter-spacing:-0.05em;line-height:1.1em;}
.__pdt5 .rig .box dl dd {margin-top:25px;font-size:22px;line-height:1.55em;color:#777;letter-spacing:-0.05em;}
.__pdt5 .rig .box p {margin-top:75px;}
.__pdt5 .rig .box ~ .box {margin-top:220px;}

.__pdt6 {margin-top:100px;}
.__pdt6 .area {margin:0 -20px;}
.__pdt6 .area:after {content:'';display:block;clear:both;}
.__pdt6 .area > div {float:left;width:50%;padding:0 20px;}
.__pdt6 .box {overflow:hidden;}
.__pdt6 .box > * {float:left;}
.__pdt6 .box .img {width:280px;}
.__pdt6 .box dl {width:calc(100% - 280px);padding:25px 0 0 30px;}
.__pdt6 .box dl dt {font-size:48px;font-weight:bold;color:#111;letter-spacing:-0.05em;line-height:1.05em;}
.__pdt6 .box dl dd {font-size:20px;line-height:1.7em;color:#666;margin-top:20px;letter-spacing:-0.05em;}

.__pdt7 {background:url(../images/sub31-8.jpg);height:885px;margin-top:70px;}
.__pdt7 dl {padding-top:240px;}
.__pdt7 dl dt {color:#fff;font-size:90px;line-height:1.05em;letter-spacing:-0.05em;font-weight:bold;}
.__pdt7 dl dt span {color:#76c8c7;}
.__pdt7 dl dd {margin-top:70px;font-size:22px;line-height:1.55em;letter-spacing:-0.05em;color:#fff;}

.__pdt8 {text-align:center;margin-top:130px;max-width:100%;}
.__pdt8 .wrap {max-width:100%;}
.__pdt8 .tit h3 {font-size:68px;font-weight:bold;color:#000;letter-spacing:-0.1em;line-height:1.2em;}
.__pdt8 .tit p {font-size:30px;line-height:1.2em;font-weight:300;letter-spacing:-0.05em;margin-top:20px;}
.__pdt8 .img {margin-top:30px;}


.__pdt9 {margin-top:100px;background:url(../images/sub31-10.jpg) no-repeat 50% 50%;background-size:cover;}
.__pdt9 .wrap {height:840px;}
.__pdt9 .area {padding-top:135px;}
.__pdt9 .area dl dt {font-size:72px;font-weight:bold;color:#000;letter-spacing:-0.075em;line-height:1em;}
.__pdt9 .area dl dd {font-size:90px;font-family:'Poppins',sans-serif;font-weight:100;line-height:1em;}
.__pdt9 .area p {font-size:20px;font-weight:300;line-height:1.7em;letter-spacing:-0.05em;margin-top:30px;color:#222;}

.__pdt10 {font-size:0;margin-top:130px;text-align:center;}
.__pdt10 .tit h3 {font-size:68px;font-weight:bold;color:#000;letter-spacing:-0.1em;}
.__pdt10 .area {margin:90px -10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.__pdt10 .area .box {width:407px;}
.__pdt10 .area .box dl {margin-top:35px;}
.__pdt10 .area .box dl dt {font-size:30px;letter-spacing:-0.05em;font-weight:bold;color:#000;line-height:1.2em;}
.__pdt10 .area .box dl dd {font-size:20px;line-height:1.2em;color:#666;margin-top:15px;letter-spacing:-0.05em;}
.__pdt10.type2 {background:#ececec;padding-top:70px;padding-bottom:70px;margin-top:70px;}
.__pdt10.type2 ~ .__pdt11 {margin-top:70px;}


.__pdt11 {background:url(../images/sub31-14.jpg);margin-top:150px;}
.__pdt11 .wrap {height:840px;}
.__pdt11 dl {padding-top:220px;color:#fff;font-size:90px;font-weight:bold;letter-spacing:-0.05em;line-height:1.07em;}
.__pdt11 dl dd {color:#f52f2f;}


.__pdt12 {margin-top:120px;font-size:0;}
.__pdt12 .area:after {content:'';display:block;clear:both;}
.__pdt12 .area .img {float:left;width:700px;}
.__pdt12 .area .info {float:left;width:570px;float:right;padding:120px 0 0 30px;max-width:calc(100% - 700px);}
.__pdt12 .area .info dl dt {font-size:56px;font-weight:bold;color:#000;line-height:1.07em;letter-spacing:-0.05em;}
.__pdt12 .area .info dl dd {font-size:22px;line-height:1.55em;color:#7a7a7a;margin-top:25px;letter-spacing:-0.05em;}

.__pdt12 .slick-dots {font-size:0;margin-top:30px;text-align:center;position:relative;bottom:auto;}
.__pdt12 .slick-dots li {display:inline-block;vertical-align:top;margin:0 4px;width:auto;height:auto;}
.__pdt12 .slick-dots li button {-webkit-box-sizing:border-box;box-sizing:border-box;width:15px;height:15px;border-radius:7.5px;background:#c3c3c5;border:none;text-indent:-9999px;}
.__pdt12 .slick-dots .slick-active button {background:#ec9b30;width:30px;}

.__pdt13 {margin-top:120px;padding-top:120px;padding-bottom:100px;font-size:0;border-top:1px solid #ababab;}
.__pdt13 .area:after {content:'';display:block;clear:both;}
.__pdt13 .area > div {float:left;}
.__pdt13 .area .img {width:calc(100% - 670px);padding-right:30px;}
.__pdt13 .area .img .tit {margin-bottom:65px;}
.__pdt13 .area .img .tit h3 {font-size:48px;font-weight:bold;color:#000;letter-spacing:-0.1em;}
.__pdt13 .area .img .box ~ .box {margin-top:100px;}
.__pdt13 .area .info {width:670px;}

@media screen and (max-width:1024px){
	.__pdt1 {padding-top:100px;}
	.__pdt1 .tit .sum {font-size:20px;}
	.__pdt1 .tit .subject {font-size:28px;line-height:1em;margin-top:10px;}
	.__pdt1 .img {margin-top:20px;}
	.__pdt1 .fea {margin-top:20px;padding-bottom:15px;}
	.__pdt1 .fea dt {font-size:18px;}
	.__pdt1 .fea dd {margin-top:10px;}
	.__pdt1 .fea dd ul li {font-size:14px;margin-right:5px;padding-right:6px;}
	.__pdt1 .fea dd ul li:before {height:12px;margin-top:-6px;}

	.__pdt2 {margin-top:30px;}

	.__pdt3 .wrap {padding:30px 15px;}
	.__pdt3 h3 {font-size:30px;}
	.__pdt3 h3 img {width:60px;}
	.__pdt3 p {font-size:18px;margin-top:15px;}

	.__pdt4 {padding-top:50px;background-size:100% auto;background-position:50% 0;overflow:hidden;}
	.__pdt4 .wrap > div {float:none;width:auto;}
	.__pdt4 .lef .img {margin-right:-40px;}
	.__pdt4 .lef .img img {width:100%;}
	.__pdt4 .lef .txt {margin-top:10px;}
	.__pdt4 .lef .txt img {width:60px;}
	.__pdt4 .lef .txt dt {font-size:30px;}
	.__pdt4 .lef .txt dd {font-size:30px;}
	.__pdt4 .rig {padding-top:30px;}
	.__pdt4 .rig .txt {padding-left:0;font-size:14px;}
	.__pdt4 .rig .img {margin-top:20px;}
	.__pdt4 .rig .img img {display:block;width:100%;}

	.__pdt5 {margin-top:70px;}
	.__pdt5 .wrap > div {float:none;width:auto;}
	.__pdt5 .lef .img {margin:0 -30px;}
	.__pdt5 .lef .img img {display:block;width:100%;}
	.__pdt5 .rig {padding:0;margin-top:20px;}
	.__pdt5 .rig .box dl dt {font-size:30px;}
	.__pdt5 .rig .box dl dd {margin-top:15px;font-size:16px;line-height:1.4em;}
	.__pdt5 .rig .box p {margin-top:15px;}
	.__pdt5 .rig .box ~ .box {margin-top:30px;}

	.__pdt6 {margin-top:50px;}
	.__pdt6 .area {margin:0 -5px;}
	.__pdt6 .area > div {padding:0 5px;}
	.__pdt6 .box > * {float:none;}
	.__pdt6 .box .img {width:auto}
	.__pdt6 .box dl {width:auto;padding:0;margin-top:10px;}
	.__pdt6 .box dl dt {font-size:16px;}
	.__pdt6 .box dl dd {font-size:14px;line-height:1.3em;margin-top:10px;}

	.__pdt7 {background-size:cover;background-position:50% 50%;height:auto;margin-top:30px;}
	.__pdt7 dl {padding:80px 0 30px;text-shadow:0 0 10px #000,0 0 15px #000;}
	.__pdt7 dl dt {font-size:34px;}
	.__pdt7 dl dd {margin-top:20px;font-size:16px;line-height:1.4em;}

	.__pdt8 {margin-top:50px;}
	.__pdt8 .tit h3 {font-size:26px;line-height:1em;}
	.__pdt8 .tit p {font-size:16px;margin-top:10px;}
	.__pdt8 .img {margin-top:15px;}
	.__pdt8 .img img {display:block;width:100%;}

	.__pdt9 {margin-top:30px;}
	.__pdt9 .wrap {height:auto;}
	.__pdt9 .area {padding:30px 0;text-shadow:0 0 10px #fff,0 0 15px #fff;}
	.__pdt9 .area dl dt {font-size:24px;}
	.__pdt9 .area dl dd {font-size:30px;font-weight:300;margin-top:5px;}
	.__pdt9 .area p {font-size:16px;line-height:1.4em;margin-top:15px;}

	.__pdt10 {margin-top:50px;}
	.__pdt10 .tit h3 {font-size:24px;line-height:1.1em;}
	.__pdt10 .area {margin:20px 0 0;display:block;}
	.__pdt10 .area .box {width:100%;}
	.__pdt10 .area .box ~ .box {margin-top:20px;}
	.__pdt10 .area .box img {display:block;width:100%;}
	.__pdt10 .area .box dl {margin-top:15px;}
	.__pdt10 .area .box dl dt {font-size:18px;}
	.__pdt10 .area .box dl dd {font-size:14px;line-height:1.4em;margin-top:10px;}
	.__pdt10.type2 {padding-top:30px;padding-bottom:30px;margin-top:30px;}
	.__pdt10.type2 ~ .__pdt11 {margin-top:0;}

	.__pdt11 {background-position:50% 50%;background-size:cover;margin-top:50px;}
	.__pdt11 .wrap {height:auto;}
	.__pdt11 dl {padding:30px 0;font-size:40px;}

	.__pdt12 {margin-top:50px;}
	.__pdt12 .area .img {float:none;width:auto;}
	.__pdt12 .area .info {float:none;width:auto;padding:0;max-width:100%;margin-top:20px;}
	.__pdt12 .area .info dl dt {font-size:24px;}
	.__pdt12 .area .info dl dt br {display:none;}
	.__pdt12 .area .info dl dd {font-size:16px;line-height:1.4em;margin-top:15px;}

	.__pdt12 .slick-dots {margin-top:15px;}

	.__pdt13 {margin-top:50px;padding-top:50px;padding-bottom:30px;}
	.__pdt13 .area > div {float:none;}
	.__pdt13 .area img {width:100%;display:block;}
	.__pdt13 .area .img {width:auto;padding-right:0;}
	.__pdt13 .area .img .tit {margin-bottom:15px;}
	.__pdt13 .area .img .tit h3 {font-size:24px;}
	.__pdt13 .area .img .box ~ .box {margin-top:20px;}
	.__pdt13 .area .info {width:auto;margin-top:30px;}
}

.__faq .box ~ .box {margin-top:25px;}
.__faq .box button {background:#eee;width:100%;padding:25px 80px 25px 100px;text-align:left;position:relative;border:2px solid transparent;outline:none;position: relative;padding-right: 40px;}
.__faq .box button::after {content: '+';position: absolute;right: 15px;top: 50%;transform: translateY(-50%);font-size: 30px;}
.__faq .box button .num {width:24px;height:24px;position:absolute;left:38px;background:#f55a17;text-align:center;line-height:24px;color:#fff;}
.__faq .box button strong {display:block;font-size:18px;font-weight:300;color:#333;line-height:1.4em;letter-spacing:-0.025em;}
.__faq .box .area {font-size:18px;line-height:1.7em;color:#333;padding:30px 30px 60px 100px;letter-spacing:-0.025em;display:none;}
.__faq .box.active button {border-color:#f55a17;background:#fff;}
.__faq .box.active button::after {content: '-';}
.__faq .box.active .area {display:block;}

@media all and (max-width:1024px){
	.__faq .box ~ .box {margin-top:10px;}
	.__faq .box button {padding:10px 40px 10px 10px;}
	.__faq .box button .num {display:none;}
	.__faq .box button strong {font-size:14px;}
	.__faq .box button:before {right:10px;top:10px;font-size:16px;}
	.__faq .box .area {font-size:14px;line-height:1.5em;padding:10px;}
}

.__cs .tit h3 {font-size:40px;font-weight:bold;color:#2a2f3b;letter-spacing:-0.05em;}
.__cs .tit p {font-size:18px;font-weight:300;letter-spacing:-0.05em;line-height:1.33em;margin-top:25px;}
.__cs .tab {margin-top:70px;padding:1px 0 0 1px;margin-bottom:80px;}
.__cs .tab:after {content:'';display:block;clear:both;}
.__cs .tab a {float:left;width:25%;border:1px solid #e3e3e3;height:66px;text-align:center;margin:-1px 0 0 -1px;font-size:0;white-space:nowrap;color:#777;}
.__cs .tab a:after {content:'';display:inline-block;width:0;height:100%;vertical-align:middle;}
.__cs .tab a span {display:inline-block;vertical-align:middle;font-size:18px;font-weight:300;letter-spacing:-0.05em;white-space:normal;line-height:1.2em;}
.__cs .tab .active {background:#2a2f3b;border-color:#2a2f3b;color:#fff;}
.__cs .area {background:url(../img/support/cs1.png) no-repeat 0 0;padding-left:395px;min-height:481px;}
.__cs .area .box {}
.__cs .area .box ~ .box {margin-top:25px;}
.__cs .area .box h4 {font-size:16px;font-weight:500;color:#333;line-height:1.3em;letter-spacing:-0.05em;}
.__cs .area .box ul {font-size:15px;font-weight:300;line-height:1.5em;margin-top:10px;}
.__cs .area .box ul li {letter-spacing:-0.05em;}
.__cs .area .box span {color:#fdab1c;}
.__cs .foot {border:1px solid #ddd;background:#f8f8f8;margin-top:90px;padding:40px 0;font-size:0;}
.__cs .foot .box {display:inline-block;vertical-align:top;width:33.33333%;text-align:center;position:relative;}
.__cs .foot .box ~ .box:before {content:"";display:block;width:1px;height:46px;top:50%;margin-top:-23px;background:#ddd;position:absolute;left:0;}
.__cs .foot .box .in {display:inline-block;text-align:left;}
.__cs .foot .box .in > div {vertical-align:middle;display:inline-block;}
.__cs .foot .box .img {width:65px;}
.__cs .foot .box .info {width:calc(100% - 65px);white-space:nowrap;}
.__cs .foot .box .info dl dt {font-size:16px;color:#444;font-weight:500;letter-spacing:-0.05em;line-height:1em;}
.__cs .foot .box .info dl dd {font-size:24px;color:#777;font-weight:500;letter-spacing:-0.05em;font-family:'Poppins',sans-serif;line-height:1em;margin-top:5px;}
.__cs .foot .box:first-child dl > * {display:inline-block;vertical-align:middle;}
.__cs .foot .box:first-child dl ~ dl {margin-top:10px;}
.__cs .foot .box:first-child dl dt {width:70px;font-size:14px;}
.__cs .foot .box:first-child dl dd {color:#f0ad08;font-weight:bold;margin-top:0;}

._tabBox {display:none;}
._tabBox.active {display:block;}

@media screen and (max-width:1024px){
	.__cs .tit h3 {font-size:30px;}
	.__cs .tit p {font-size:14px;margin-top:15px;line-height:1.5em;}
	.__cs .tab {margin-top:20px;margin-bottom:30px;}
	.__cs .tab a {height:45px;}
	.__cs .tab a span {font-size:14px;line-height:1.1em;padding:0 5px;max-width:100%;;}
	.__cs .area {background:none;padding:0;min-height:0;}
	.__cs .area .box ~ .box {margin-top:15px;}
	.__cs .area .box h4 {font-size:15px;}
	.__cs .area .box ul {font-size:14px;}

	.__cs .foot {margin-top:40px;padding:20px;}
	.__cs .foot .box {display:block;width:auto;}
	.__cs .foot .box ~ .box {margin-top:20px;}
	.__cs .foot .box ~ .box:before {display:none;}
	.__cs .foot .box .in {display:block;}
	.__cs .foot .box .in > div {vertical-align:middle;display:inline-block;}
	.__cs .foot .box .img {width:45px;}
	.__cs .foot .box .img img {width:30px;}
	.__cs .foot .box .info {width:calc(100% - 45px);}
	.__cs .foot .box .info dl dt {font-size:14px;}
	.__cs .foot .box .info dl dd {font-size:18px;}
	.__cs .foot .box:first-child dl dt {width:70px;font-size:14px;}
	.__cs .foot .box:first-child dl ~ dl {margin-top:5px;}
	.__cs .foot .box:first-child dl dd {color:#f0ad08;font-weight:bold;margin-top:0;}

}
/* FAST CSS */
.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.lh17 {
    line-height: 1.7em !important;
}

.lh16 {
    line-height: 1.6em !important;
}

.lh15 {
    line-height: 1.5em !important;
}

.lh14 {
    line-height: 1.4em !important;
}

.lh13 {
    line-height: 1.3em !important;
}

.lh12 {
    line-height: 1.2em !important;
}

.lh11 {
    line-height: 1.1em !important;
}

.lh10 {
    line-height: 1.0em !important;
}

.fwb {
    font-weight: bold !important;
}

.fwm {
    font-weight: 500 !important;
}

.fwn {
    font-weight: normal !important;
}

.fwl {
    font-weight: 300 !important;
}

.tdu {
    text-decoration: underline;
}

.__w10p {
    width: 10% !important;
}

.__w20p {
    width: 20% !important;
}

.__w30p {
    width: 30% !important;
}

.__w40p {
    width: 40% !important;
}

.__w50p {
    width: 50% !important;
}

.__w60p {
    width: 60% !important;
}

.__w70p {
    width: 70% !important;
}

.__w80p {
    width: 80% !important;
}

.__w90p {
    width: 90% !important;
}

.__w100p {
    width: 100% !important;
}

@media screen and (min-width: 1025px) {
    .__m {
        display:none !important;
    }

    .__mt5 {
        margin-top: 5px !important;
    }

    .__mt10 {
        margin-top: 10px !important;
    }

    .__mt15 {
        margin-top: 15px !important;
    }

    .__mt20 {
        margin-top: 20px !important;
    }

    .__mt30 {
        margin-top: 30px !important;
    }

    .__mt40 {
        margin-top: 40px !important;
    }

    .__mt50 {
        margin-top: 50px !important;
    }

    .__mt60 {
        margin-top: 60px !important;
    }

    .__mt70 {
        margin-top: 70px !important;
    }

    .__mt80 {
        margin-top: 80px !important;
    }

    .__mt90 {
        margin-top: 90px !important;
    }

    .__mt100 {
        margin-top: 100px !important;
    }

    .__mb5 {
        margin-bottom: 5px !important;
    }

    .__mb10 {
        margin-bottom: 10px !important;
    }

    .__mb15 {
        margin-bottom: 15px !important;
    }

    .__mb20 {
        margin-bottom: 20px !important;
    }

    .__mb30 {
        margin-bottom: 30px !important;
    }

    .__mb40 {
        margin-bottom: 40px !important;
    }

    .__mb50 {
        margin-bottom: 50px !important;
    }

    .__mb60 {
        margin-bottom: 60px !important;
    }

    .__mb70 {
        margin-bottom: 70px !important;
    }

    .__mb80 {
        margin-bottom: 80px !important;
    }

    .__mb90 {
        margin-bottom: 90px !important;
    }

    .__mb100 {
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 1024px) {
    .__p {
        display:none !important;
    }

    .__mt5 {
        margin-top: 3px !important;
    }

    .__mt10 {
        margin-top: 5px !important;
    }

    .__mt15 {
        margin-top: 7px !important;
    }

    .__mt20 {
        margin-top: 10px !important;
    }

    .__mt30 {
        margin-top: 15px !important;
    }

    .__mt40 {
        margin-top: 20px !important;
    }

    .__mt50 {
        margin-top: 25px !important;
    }

    .__mt60 {
        margin-top: 30px !important;
    }

    .__mt70 {
        margin-top: 35px !important;
    }

    .__mt80 {
        margin-top: 40px !important;
    }

    .__mt90 {
        margin-top: 45px !important;
    }

    .__mt100 {
        margin-top: 50px !important;
    }

    .__mb5 {
        margin-bottom: 3px !important;
    }

    .__mb10 {
        margin-bottom: 5px !important;
    }

    .__mb15 {
        margin-bottom: 7px !important;
    }

    .__mb20 {
        margin-bottom: 10px !important;
    }

    .__mb30 {
        margin-bottom: 15px !important;
    }

    .__mb40 {
        margin-bottom: 20px !important;
    }

    .__mb50 {
        margin-bottom: 25px !important;
    }

    .__mb60 {
        margin-bottom: 30px !important;
    }

    .__mb70 {
        margin-bottom: 35px !important;
    }

    .__mb80 {
        margin-bottom: 40px !important;
    }

    .__mb90 {
        margin-bottom: 45px !important;
    }

    .__mb100 {
        margin-bottom: 50px !important;
    }

    .__m-w10 {
        width: 10px !important;
    }

    .__m-w20 {
        width: 20px !important;
    }

    .__m-w30 {
        width: 30px !important;
    }

    .__m-w40 {
        width: 40px !important;
    }

    .__m-w50 {
        width: 50px !important;
    }

    .__m-w60 {
        width: 60px !important;
    }

    .__m-w70 {
        width: 70px !important;
    }

    .__m-w80 {
        width: 80px !important;
    }

    .__m-w90 {
        width: 90px !important;
    }

    .__m-w100 {
        width: 100px !important;
    }

    .__m-w10p {
        width: 10% !important;
    }

    .__m-w20p {
        width: 20% !important;
    }

    .__m-w30p {
        width: 30% !important;
    }

    .__m-w40p {
        width: 40% !important;
    }

    .__m-w50p {
        width: 50% !important;
    }

    .__m-w60p {
        width: 60% !important;
    }

    .__m-w70p {
        width: 70% !important;
    }

    .__m-w80p {
        width: 80% !important;
    }

    .__m-w90p {
        width: 90% !important;
    }

    .__m-w100p {
        width: 100% !important;
    }
}

.__pop-basic {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.__pop-basic:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.__pop-basic .bg {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.__pop-basic .inner {
    vertical-align: middle;
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 500px;
    text-align: left;
}

.__pop-basic .title {
    padding: 20px;
    position: relative;
    background: #333;
}

.__pop-basic .title h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.075em;
    color: #fff;
}

.__pop-basic .title .pop-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #fff;
    background: none;
    border: none;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 0;
}

.__pop-basic .desc {
    padding: 20px;
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 1.6em;
    max-height: 60vh;
    overflow: auto;
}

.__pop-sitemap .inner {
    width: 700px;
}

.__pop-sitemap .gnb:after {
    content: '';
    display: block;
    clear: both;
}

.__pop-sitemap .gnb > li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

.__pop-sitemap .gnb > li:nth-child(4n+1) {
    clear: both;
}

.__pop-sitemap .gnb a {
    letter-spacing: -0.05em;
    display: block;
}

.__pop-sitemap .gnb > li > a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-decoration: underline;
}

.__pop-sitemap .gnb > li > ul {
    margin-top: 10px;
}

.__pop-sitemap .gnb > li > ul > li {
    margin-top: 5px;
}

.__pop-sitemap .gnb > li > ul > li:first-child {
    margin-top: 0;
}

.__pop-sitemap .gnb > li > ul > li > a {
    font-size: 13px;
    font-weight: 600;
}

.__pop-sitemap .gnb li ul li ul a {
    font-size: 12px;
    padding-left: 10px;
    color: #888;
}

.__pop-sitemap .gnb li ul li ul a:before {
    content: '-';
}

.__dotlist > li {
    position: relative;
    padding-left: 1em;
}

.__dotlist > li:before {
    content: '・';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.__dotlist > li ~ li {
    margin-top: 0.15em;
}

.__dotlist.dash > li:before {
    content: '-';
}

.__dotlist.star > li:before {
    content: '*';
}

.__dtbl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.__dtbl.auto {
    table-layout: auto;
}

.__dtbl .tr {
    display: table-row;
}

.__dtbl .td {
    display: table-cell;
}

/* reset */

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }


.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

form {
  min-width: auto; }

input[type="image"] {
  border: 0 none; }

button, input[type="submit"] {
  cursor: pointer;
  border: 0 none; }

button::-moz-focus-inner {
  border: 0 none;
  padding: 0; }

* {
  -webkit-tap-highlight-color: transparent; }

th, td, input, select, textarea, button {
  font: inherit;
  color: inherit; }

a {
  font: inherit;
  text-decoration: none;
  color: inherit; }

input[type="text"], input[type="password"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

textarea, input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

select {
  padding: 0 25px 0 10px;
  background-image: url(/img/common/icon_select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select:focus {
  border-color: #e00f20; }

select::-ms-expand {
  display: none; }

address {
  font-style: normal; }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

* {
  box-sizing: border-box; }

textarea {
  overflow: auto;
  resize: vertical; }



@media (max-width: 767px) {
  .board-wrap--fc {
    padding: 0;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: #606060; } }

@media (max-width: 575px) {
  .board-wrap--fc input, .board-wrap--fc select, .board-wrap--fc textarea {
    font-size: 0.75rem; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-title {
    margin-bottom: 1.25rem;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1;
    color: #303030;
    text-align: center; } }

@media (max-width: 767px) {
  .board-wrap--fc .btn-write-wrap--fc {
    margin: 20px 0 0; } }

@media (max-width: 767px) {
  .board-wrap--fc .btn-write-wrap--fc .btn-write--fc {
    float: none; } }

@media (max-width: 767px) {
  .board-wrap--fc .category-tab--fc ul li a {
    display: block;
    font-size: 0.92rem;
    color: #606060;
    text-decoration: none;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .board-wrap--fc .category-tab--fc ul li a:hover {
      color: #111; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc header {
    padding: 15px 10px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc header h1 {
    float: none; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc header address {
    float: left;
    font-style: normal;
    color: #414141; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc header address p {
    float: left;
    margin: 7px 0 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc header address p:first-child {
    padding-left: 0; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .board-conts--fc {
    padding: 15px 10px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .board-view-file--fc {
    padding: 15px 10px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .comment-write--fc {
    padding: 13px 20px; } }

@media (max-width: 575px) {
  .board-wrap--fc .board-view--fc .comment-write--fc {
    padding: 13px 10px; } }

@media (min-width: 768px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p:first-child {
    padding-right: 10px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p:first-child label {
    display: inline-block;
    width: 14%;
    margin-right: 0;
    vertical-align: middle; } }

@media (max-width: 575px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p:first-child label {
    width: 20%; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p:first-child input {
    display: inline-block;
    width: 35%;
    margin-right: 2%; }
    .board-wrap--fc .board-view--fc .comment-write--fc p:first-child input[type="password"] {
      margin-right: 0; } }

@media (max-width: 575px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p:first-child input {
    width: 29%; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .comment-write--fc p textarea {
    height: 70px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .comment-write--fc a {
    width: 100%;
    height: 70px;
    line-height: 70px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc {
    text-align: center; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc p {
    float: none;
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-del--fc, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-modify--fc, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-reply--fc {
    padding: 0;
    width: 30%;
    min-width: auto; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .post-navi--fc li {
    padding-left: 50px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .post-navi--fc li a {
    max-width: 95%; }
  .board-wrap--fc .board-view--fc .post-navi--fc li strong {
    display: none; }
  .board-wrap--fc .board-view--fc .post-navi--fc li span {
    position: relative;
    bottom: -5px;
    float: left;
    clear: both;
    width: 100%;
    font-size: 0.75rem; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .post-navi--fc .prev-post--fc {
    background-position: 15px 23px; } }

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .post-navi--fc .next-post--fc {
    background-position: 15px 23px; } }

@media (max-width: 767px) {
  .board-wrap--fc .gallery-list--fc figure {
    width: 100%;
    padding: 0; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc {
    table-layout: auto; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc thead th {
    display: none; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr {
    display: inline-block;
    width: 100%;
    min-height: 101px; }
    .board-wrap--fc .webzine-board-list--fc tbody tr:first-child {
      border-top: 1px solid #303030; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td {
    float: left;
    width: 100%;
    padding: 0 10px 0 130px;
    text-align: left; }
    .board-wrap--fc .webzine-board-list--fc tbody tr td.board-num--fc {
      display: none; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc {
    text-align: left; } }

@media (min-width: 768px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a {
    display: table; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc a {
    display: block;
    position: relative;
    overflow: visible; } }

@media (min-width: 768px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div {
    display: table-cell; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div img.thumb--fc {
    height: 100%; } }

@media (min-width: 768px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div img.thumb--fc {
    max-width: 150px; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div:first-child {
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: -120px;
    width: 110px;
    height: 80px; } }

@media (min-width: 768px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div:last-child {
    padding-left: 23px; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div strong {
    margin: 10px 0 5px; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-subject--fc div span {
    margin: 0 0 5px; } }

@media (max-width: 767px) {
  .board-wrap--fc .webzine-board-list--fc tbody tr td.board-date--fc {
    margin: 5px 0 5px; } }

/* // Board Wrap */
.board-paging {
  margin: 15px 0 0;
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .board-paging li, .board-paging ol {
    display: inline-block;
    vertical-align: top; }
  .board-paging li {
    overflow: hidden;
    position: relative;
    margin-left: -1px; }
    .board-paging li > a {
      display: inline-block;
      width: 35px;
      height: 35px;
      border: 0;
      font-size: 16px;
      line-height: 33px;
      color: #414141; }
    .board-paging li.on, .board-paging li:hover {
      z-index: 111; }
    .board-paging li.on > a, .board-paging li:hover > a {
      background-color: #e00f20;
      border: 1px solid #e00f20;
      color: #fff; }
  .board-paging ol {
    margin: 0 13px; }

.board-search-wrap--fc {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  background: none;
  text-align: right;
  font-size: 0;
  line-height: 0; }
  .board-search-wrap--fc > form {
    float: right; }
  .board-search-wrap--fc > .board_list_total--fc {
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 38px; }
  .board-search-wrap--fc legend {
    display: none; }
  .board-search-wrap--fc p {
    display: inline-block;
    vertical-align: middle; }
    .board-search-wrap--fc p:nth-of-type(1) {
      width: 100px; }
    .board-search-wrap--fc p:nth-of-type(2) {
      width: 190px; }
    .board-search-wrap--fc p:nth-of-type(3) {
      width: 70px; }
  .board-search-wrap--fc select {
    min-width: auto;
    width: 100%;
    height: 38px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/support/icon_select_arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;}
  .board-search-wrap--fc input[type="text"] {
    width: 100%;
    height: 38px; }
  .board-search-wrap--fc .search-btn-wrap--fc a {
    padding: 0 12px;
    width: 100%;
    background: #e00f20;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    text-align: center; }
    .board-search-wrap--fc .search-btn-wrap--fc a:hover {
      color: #fff; }
      .board-search-wrap--fc img {
        width: auto;
      }
@media (min-width: 768px) {
  .board-search-wrap--fc p {
    margin: 0 3px; } }

@media (min-width: 768px) {
  .board-search-wrap--fc .search-btn-wrap--fc a {
    margin-left: 5px; } }

.basic-board-list--fc, .webzine-board-list--fc {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #e00f20;
  border-bottom: 1px solid #e9e9e9; }

@media (min-width: 768px) {
  .basic-board-list--fc, .webzine-board-list--fc {
    margin-bottom: 50px; } }

.basic-board-list--fc legend, .webzine-board-list--fc legend {
  display: none; }

.basic-board-list--fc thead th, .webzine-board-list--fc thead th {
  position: relative;
  padding: 16px 0 13px;
  background-color: #f4f5f7;
  font-weight: bold;
  font-size: 1.07rem;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle; }

.basic-board-list--fc tbody tr, .webzine-board-list--fc tbody tr {
  border-top: 1px solid #e9e9e9; }

.basic-board-list--fc tbody tr:first-child, .webzine-board-list--fc tbody tr:first-child {
  border-top: 1px solid #c7c7c7; }

.basic-board-list--fc tbody tr.no-data--fc, .webzine-board-list--fc tbody tr.no-data--fc {
  padding: 15px 0; }

.basic-board-list--fc td, .webzine-board-list--fc td {
  font-size: 1.07rem;
  line-height: 17px;
  color: #444;
  text-align: center;
  vertical-align: middle;
  background-color: #fff; }

.basic-board-list--fc thead th:before, .webzine-board-list--fc thead th:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #b1b1b1;
  top: 18px;
  left: 0; }

.basic-board-list--fc thead th:first-child:before, .webzine-board-list--fc thead th:first-child:before {
  display: none; }

.board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-list--fc, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-del--fc, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-modify--fc, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-reply--fc {
  font-weight: 400; }

.board-search-wrap--fc .search-btn-wrap--fc a {
  font-weight: 400; }

.search-input-wrap--fc {
  position: relative; }

.search-input-wrap--fc input[type="text"] {
  padding-right: 38px; }

.search-input-wrap--fc a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  display: block;
  background: url(/img/icon/ico_search_btn.png) no-repeat center;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden; 
  display: flex;
align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
  .basic-board-list--fc td, .webzine-board-list--fc td {
    padding: 17px 0 15px; } }

@media (max-width: 767px) {
  .basic-board-list--fc,
  .webzine-board-list--fc {
    table-layout: auto; } }

@media (max-width: 767px) {
  .basic-board-list--fc thead th,
  .webzine-board-list--fc thead th {
    display: none; } }

@media (max-width: 767px) {
  .basic-board-list--fc tbody tr,
  .webzine-board-list--fc tbody tr {
    display: inline-block;
    padding: 10px 20px 15px;
    width: 100%;
    border-top: 1px solid #e1e1e1; }
    .basic-board-list--fc tbody tr:first-child,
    .webzine-board-list--fc tbody tr:first-child {
      border-color: #e00f20; } }

@media (max-width: 767px) {
  .basic-board-list--fc tbody td,
  .webzine-board-list--fc tbody td {
    float: left;
    margin: 10px 0 0;
    padding-right: 15px;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    background-color: #fff;
    vertical-align: middle; }
    .basic-board-list--fc tbody td.board-subject--fc,
    .webzine-board-list--fc tbody td.board-subject--fc {
      margin: 0;
      width: 100%; }
    .basic-board-list--fc tbody td.board-name--fc,
    .webzine-board-list--fc tbody td.board-name--fc {
      font-size: 12px; }
    .basic-board-list--fc tbody td.board-date--fc,
    .webzine-board-list--fc tbody td.board-date--fc {
      clear: both;
      font-size: 12px; }
    .basic-board-list--fc tbody td.board-date,
    .webzine-board-list--fc tbody td.board-date {
      font-size: 12px; }
    .basic-board-list--fc tbody td.board-hit--fc, .basic-board-list--fc tbody td.board-num--fc, .basic-board-list--fc tbody td.board-category--fc,
    .webzine-board-list--fc tbody td.board-hit--fc,
    .webzine-board-list--fc tbody td.board-num--fc,
    .webzine-board-list--fc tbody td.board-category--fc {
      display: none; } }

.basic-board-list--fc tbody td.board-subject--fc a,
.webzine-board-list--fc tbody td.board-subject--fc a {
  display: inline-block;
  font-size: 1.07rem;
  line-height: 17px;
  color: #444;
  vertical-align: middle;
  overflow: hidden;
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap; }
    .basic-board-list--fc tbody td.board-subject--fc a img.list-file2--fc,
    .webzine-board-list--fc tbody td.board-subject--fc a img.list-file2--fc {
      display: none; }
    .basic-board-list--fc tbody td.board-subject--fc a:hover,
    .webzine-board-list--fc tbody td.board-subject--fc a:hover {
      color: #000; }
  .basic-board-list--fc tbody td.board-subject--fc img,
  .webzine-board-list--fc tbody td.board-subject--fc img {
    display: inline;
    padding-left: 5px;
    vertical-align: middle; }

.board-wrap--fc .board-hit--fc a {
  font-size: inherit; }

@media (min-width: 768px) {
  .basic-board-list--fc tbody td.board-subject--fc a,
  .webzine-board-list--fc tbody td.board-subject--fc a {
    padding-left: 10px; } }

@media (max-width: 767px) {
  .basic-board-list--fc tbody td.board-subject--fc a,
  .webzine-board-list--fc tbody td.board-subject--fc a {
    display: inline;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px; } }

/* fqp */
.faq-wrap--fc {
  border: 1px solid #d7d7d7;
  text-align: left;
  margin-bottom: 0;
  margin-bottom: 2rem; }
  .faq-wrap--fc .faq-list--fc {
    border-bottom: 1px solid #d7d7d7; }
    .faq-wrap--fc .faq-list--fc:last-of-type {
      border-bottom: 0; }
  .faq-wrap--fc .f-wrap--fc a {
    position: relative;
    padding: 15px 40px 15px 70px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7;
    color: #333; }
    .faq-wrap--fc .f-wrap--fc a:before {
      content: 'Q';
      display: inline-block;
      position: absolute;
      top: 16px;
      left: 30px;
      border-radius: 50%;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      width: auto;
      height: auto;
      background: none;
      color: #818181;
      font-size: 1.3rem; }
    .faq-wrap--fc .f-wrap--fc a:after {
      content: '\f106';
      display: inline-block;
      position: absolute;
      top: 15px;
      right: 20px;
      font-family: 'FontAwesome';
      font-size: 20px;
      line-height: 1;
      color: #999; }
    @media (min-width: 1200px) {
      .faq-wrap--fc .f-wrap--fc a:hover {
        background-color: #efefef; } }
    @media (max-width: 767px) {
      .faq-wrap--fc .f-wrap--fc a {
        padding: 15px 40px; }
        .faq-wrap--fc .f-wrap--fc a:before {
          top: 15px;
          left: 10px; } }
  .faq-wrap--fc .f-wrap--fc.on a:before {
    content: 'Q.';
    color: #e00f20; }
  .faq-wrap--fc .f-wrap--fc.on a:after {
    content: "\f107";
    color: #111; }
  .faq-wrap--fc .q-wrap--fc {
    display: none; }
    .faq-wrap--fc .q-wrap--fc p {
      position: relative;
      padding: 20px 40px 20px 70px;
      border-top: 1px solid #d7d7d7;
      background: #fff;
      font-size: 0.875rem;
      line-height: 1.7;
      color: #444; }
      .faq-wrap--fc .q-wrap--fc p:before {
        content: 'A.';
        display: inline-block;
        position: absolute;
        top: 20px;
        left: 30px;
        margin-right: 20px;
        border-radius: 50%;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        width: auto;
        height: auto;
        background: none;
        color: #fec600;
        font-size: 1.3rem; }
      @media (max-width: 767px) {
        .faq-wrap--fc .q-wrap--fc p {
          padding: 15px 40px; }
          .faq-wrap--fc .q-wrap--fc p:before {
            top: 15px;
            left: 10px; } }

strong.date_on--fc {
  margin: 0 0 0 10px;
  display: inline-block;
  width: 55px;
  height: 26px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: #091520; }

strong.date_off--fc {
  margin: 0 0 0 10px;
  display: inline-block;
  width: 55px;
  height: 26px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: #c4c7c9; }

/* Mobile Board Style */
@media (max-width: 575px) {
  .board-search-wrap--fc .search-btn-wrap--fc a, .board-wrap--fc .btn-write-wrap--fc .btn-write--fc {
    font-size: 0.75rem; } }

@media (max-width: 767px) {
  .board-wrap--fc input, .board-wrap--fc select {
    display: inline-block; }
  .post-navi--fc li a {
    max-width: 60%; }
  .board-search-wrap--fc {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-bottom: 0; }
    .board-search-wrap--fc p:first-of-type {
      margin-right: 3%;
      width: 30%; }
    .board-search-wrap--fc p:nth-of-type(2) {
      margin-right: 0;
      width: 67%; }
    .board-search-wrap--fc p:nth-of-type(3) {
      margin-top: 3%;
      width: 100%; }
    .board-search-wrap--fc > form {
      float: none; }
    .board-search-wrap--fc > .board_list_total--fc {
      font-size: 12px;
      float: none;
      text-align: left;
      line-height: 1;
      margin: 20px 0 10px; }
  .basic-board-list--fc tbody td,
  .webzine-board-list--fc tbody td {
    padding-right: 0; }
    .basic-board-list--fc tbody td.board-subject--fc a,
    .webzine-board-list--fc tbody td.board-subject--fc a {
      white-space: normal;
      float: none !important; }
  .board-paging li > a {
    font-size: 13px; }
  .board-wrap--fc select, .board-search-wrap--fc .search-btn-wrap--fc a {
    font-size: 12px; } }

@media (min-width: 768px) {
  .post-navi--fc li a {
    max-width: 65%; } }

@media (min-width: 1200px) {
  .basic-board-list--fc tbody td.board-subject--fc a:hover, .webzine-board-list--fc tbody td.board-subject--fc a:hover, .board-wrap--fc .board-view--fc .post-navi--fc .next-post--fc a:hover {
    text-decoration: underline; }
  .basic-board-list--fc tbody td.board-subject--fc a:hover img.list-file--fc,
  .webzine-board-list--fc tbody td.board-subject--fc a:hover img.list-file--fc {
    display: none; }
  .basic-board-list--fc tbody td.board-subject--fc a:hover img.list-file2--fc,
  .webzine-board-list--fc tbody td.board-subject--fc a:hover img.list-file2--fc {
    display: inline; }
  .board-wrap--fc .btn-write-wrap--fc .btn-write--fc:hover, .board-search-wrap--fc .search-btn-wrap--fc a:hover {
    opacity: .8; }
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-list--fc:hover, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-del--fc:hover, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-modify--fc:hover, .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-reply--fc:hover {
    opacity: .8; }
  .board-write-btn-wrap--fc .btn-confirm--fc:hover, .board-write-btn-wrap--fc .btn-cancel--fc:hover {
    opacity: .8; } }

/* ==========================================================================
  gallery
   ========================================================================== */
.board-wrap--fc .gallery-list--fc {
  display: flex;
  font-size: 0;
  flex-wrap: wrap; }
  .board-wrap--fc .gallery-list--fc figure {
    width: 25%;
    padding: 0 7px;
    vertical-align: top;
    margin-top: 40px; }
    .board-wrap--fc .gallery-list--fc figure a {
      display: block;
      border-bottom: 1px solid #dadada;
      height: 100%; }
      .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc {
        border: 1px solid #dadada; }
        .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc iframe {
          width: 100%;
          /* min-height: 238px; */ }
      .board-wrap--fc .gallery-list--fc figure a figcaption {
        padding: 20px 10px;
        background: none; }
      @media (min-width: 1200px) {
        .board-wrap--fc .gallery-list--fc figure a:hover .gallery-title--fc {
          text-decoration: underline;
          color: #000; } }

.gallery-title--fc {
  font-size: 17px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.gallery-date--fc {
  font-size: 12px;
  color: #444;
  text-align: right;
  margin-top: 10px; }

@media (max-width: 991px) {
  .board-wrap--fc .gallery-list--fc figure {
    width: 33.333333%; } }

@media (max-width: 767px) {
  .bg_sub_exhibition {
    padding-bottom: 50px; }
  .board-wrap--fc .gallery-list--fc figure {
    width: 50%;
    margin-top: 30px; }
    .board-wrap--fc .gallery-list--fc figure a figcaption {
      padding: 10px; }
  .gallery-title--fc {
    font-size: 14px; }
  .gallery-date--fc {
    margin-top: 5px; } }

@media (max-width: 575px) {
  .board-wrap--fc .gallery-list--fc {
    display: block;
    margin: 0; }
    .board-wrap--fc .gallery-list--fc figure {
      width: 100%;
      padding: 0; } }

/* form */
.form_table {
  font-size: 0; }

.form_table__col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 33px; }
  .form_table__col + .form_table__col {
    padding-right: 0;
    padding-left: 33px; }
  .form_table__col table {
    width: 100%; }
    .form_table__col table td input {
      font-size: 16px;
      font-weight: 350;
      width: 100%;
      height: auto;
      padding: 10px 0;
      border-width: 0 0 1px 0;
      margin-top: 20px;
      margin-right: 0;
      outline: none; }
    .form_table__col table td textarea {
      width: 100%;
      margin-top: 63px;
      height: 262px;
      padding: 20px;
      resize: none;
      overflow-y: auto;
      outline: none;
      line-height: 1.7;
      font-size: 16px; }

.captcha_box--fc {
  font-size: 0;
  margin-top: 20px; }

.captcha__num--fc {
  display: inline-block;
  vertical-align: middle;
  width: 170px; }

.captcha_box--fc a {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  padding: 12px;
  border: 1px solid #8993a0;
  margin: 0 20px; }

.captcha_box--fc input {
  display: inline-block;
  width: calc(100% - 255px) !important;
  margin-top: 0 !important;
  vertical-align: middle; }

.sub_privacy_wrap {
  margin-top: 70px; }
  .sub_privacy_wrap > p {
    font-size: 16px;
    font-weight: 350;
    color: #222; }

.privacy_box--fc {
  border: 1px solid #d9d9d9;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  color: #6c6b6b;
  line-height: 1.7;
  max-height: 244px;
  overflow-y: auto; }
  .privacy_box--fc pre {
    white-space: pre-wrap; }

.sub_privacy_wrap > p.privacy_txt--fc {
  text-align: center;
  margin-top: 50px; }

.board-write-btn-wrap--fc .btn-cancel--fc {
  background: #9a9a9a;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 17px 70px; }

.board-write-btn-wrap--fc .btn-confirm--fc {
  color: #fff !important;
  font-size: 1rem;
  font-weight: 500;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 17px 70px; }
  .board-write-btn-wrap--fc .btn-confirm--fc.btn-confirm--qna {
    background-color: #464646;
    font-size: 14px;
    padding: 15px 45px;
    margin-top: -20px; }

@media (min-width: 1200px) {
  .board-write-btn-wrap--fc .btn-confirm--fc.btn-confirm--qna:hover {
    background-color: #525252; } }

@media (max-width: 991px) {
  .form_table__col {
    padding-right: 15px; }
    .form_table__col + .form_table__col {
      padding-left: 15px; } }

@media (max-width: 767px) {
  .form_table__col {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important; }
    .form_table__col table td input {
      font-size: 14px;
      margin-top: 10px; }
  .captcha_box--fc input {
    display: block;
    width: 100% !important;
    margin-top: 10px !important; }
  .form_table__col table td textarea {
    margin-top: 20px;
    height: 160px;
    font-size: 14px; }
  .sub_privacy_wrap {
    margin-top: 40px; }
    .sub_privacy_wrap > p {
      font-size: 14px; }
  .privacy_box--fc {
    max-height: 160px;
    padding: 15px 20px;
    font-size: 14px; }
  .sub_privacy_wrap > p.privacy_txt--fc {
    margin-top: 25px; }
  .board-write-btn-wrap--fc {
    font-size: 0; }
  .board-write-btn-wrap--fc .btn-cancel--fc {
    width: calc(50% - 0.6250rem);
    height: 3.75rem;
    line-height: 3.75rem;
    margin: 0.3125rem; }
 

@media (max-width: 767px) {
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc {
    font-size: 0; }
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc p {
    display: flex;
    width: auto;
    vertical-align: top; }
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-del--fc,
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-modify--fc,
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-reply--fc {
    width: 100%;
    flex: 1;
    margin: 0 3.5px; }
  .board-wrap--fc .board-view--fc .btn-view-wrap--fc .btn-list--fc {
    display: block;
    width: auto;
    margin: 0 3.5px;
    min-width: auto;
    vertical-align: top; } }


/* common */
[data-tooltip-text] {
  position: relative;
  font-size: 1rem; }
  [data-tooltip-text]:hover:before {
    content: attr(data-tooltip-text);
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #333132;
    -webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    width: auto;
    min-width: 50px;
    max-width: 300px;
    word-wrap: break-word;
    z-index: 10001;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 11px;
    white-space: nowrap;
    line-height: 1; }
  [data-tooltip-text]:hover:after {
    content: "";
    position: absolute;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #333132;
    border-left: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10001; }

.t_c {
  text-align: center !important; }

.t_l {
  text-align: left !important; }

.t_r {
  text-align: right !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.color_666 {
  color: #666 !important; }

@media (min-width: 1200px) {
  .pc_none {
    display: none !important; } }

@media (max-width: 1199px) {
  .pc_only {
    display: none !important; } }

@media (min-width: 768px) {
  .mb_only {
    display: none !important; } }

@media (max-width: 767px) {
  .mb_none {
    display: none !important; } }

    @media (max-width: 395px) {
      .board-write-btn-wrap--fc {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
    }

#wrapper {
  background: #fff; }

.inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto; }

/* --- placeholder */
input::placeholder,
textarea::placeholder {
  color: #b1b1b1; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b1b1b1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b1b1b1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b1b1b1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b1b1b1; }

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent; }

input[type="text"],
input[type="password"],
input[type="tel"],
select,
textarea {
  border: 1px solid #ccd0d7;
  padding: 0 10px;
  border-radius: 0;
  background-color: #fff;
  color: #414141; }

input[type="text"],
input[type="password"],
input[type="tel"],
select {
  height: 2.1875rem; }

textarea {
  padding: 10px; }

input:focus,
textarea:focus,
select:focus {
  border-color: #e00f20;
  outline: none; }

/* select box 스타일 수정 */
.__branch .sch select {
    width: 100%;
    height: 45px;
    padding: 0 35px 0 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/support/icon_select_arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
}

.__branch .sch select::-ms-expand {
    display: none;
}
