@font-face {
	font-family:'NotoSansKR-B';
	src:url('../fonts/NotoSansKR-Bold.woff') format('woff');
}
@font-face {
	font-family:'NotoSansKR-M';
	src:url('../fonts/NotoSansKR-Medium.woff') format('woff');
}
@font-face {
	font-family:'NotoSansKR-L';
	src:url('../fonts/NotoSansKR-Light.woff') format('woff');
}

* {padding:0; border:0; margin:0;}
ul li {list-style: none;}

.pageOutWrap {width:100%; max-width:1920px; margin:0 auto; }
.topArea .contentWrap {display: flex; align-items: center; width: 100%; max-width: 1920px; height: 250px; padding: 0; background: #202020; }
.topArea .wrap {text-align: center; margin: 0 auto;}
.topArea .titleTxt {text-align: center; letter-spacing: -2px; margin: 0 auto; }
.topArea .titleTxt { font-family:'NotoSansKR-B'; font-size: 60px; color: #fff;}
.topArea .titleTxt span {color: #a0c5d5;}
.topArea .bottomContentWrap {width: 100%; margin: 0 auto;}
.topArea .bottomContentWrap .wrap {padding: 100px 0;}
.topArea .bottomContentWrap .topTxt {text-align: center; font-family:'NotoSansKR-B'; font-size: 50px; color: #333; margin: 0 auto; margin-bottom: 50px; }
.topArea .bottomContentWrap .topTxt span {display: block; font-family:'NotoSansKR-L'; font-size: 25px; color: #9b9b9b; letter-spacing: 10px;}
.topArea .logo img {width:100%; max-width:250px;}
.topArea .bottomContentWrap .middleTxt {font-family:'NotoSansKR-L'; font-size: 30px; color: #303030; line-height: 40px; letter-spacing: -2px; margin-bottom: 50px;}
.topArea .bottomContentWrap .middleTxt span {font-family:'NotoSansKR-M';}
.topArea .contact {margin-bottom: 25px;}
.topArea .contact ul {display: flex; justify-content: center;}
.topArea .contact li {display: flex;
	align-items: center;
	justify-content: center; width: 300px; }
.topArea .contact li:first-child {margin-right: 20px; background-image: url("../images/caution/numBg.png"); background-repeat: no-repeat; background-size: contain; background-position: center center;}
.topArea .contact li:last-child {background: url("../images/caution/talkBg.png") no-repeat; background-size: contain; background-position: center center; }
.topArea .contact li a {display: block; font-family:'NotoSansKR-M'; font-size: 35px; color: white;  text-decoration: none; padding: 22px 25px 25px 90px; }
.topArea .bottomContentWrap .bottomTxt {font-family:'NotoSansKR-L'; font-size: 25px; color: #303030; }

.listArea .contentWrap {max-width: 1920px;}
.listArea .accordionList {overflow: hidden;}
.listArea .accordionList:last-child {margin-bottom: 0;}
.listArea .accordionList .listTitle {display: flex; justify-content: space-between; align-items: center; height: 80px; cursor: pointer; padding: 0 30px;
	box-sizing: border-box; }
.listArea .accordionList:nth-child(odd) .listTitle {background: #89d0f0;}
.listArea .accordionList:nth-child(even) .listTitle {background: #fff;}
.listArea .accordionList .listTitle span {width: 95%; font-family:'NotoSansKR-B'; font-size: 30px; font-weight: bold; }
.listArea .accordionList:nth-child(odd) .listTitle span { color: #fff; }
.listArea .accordionList:nth-child(even) .listTitle span { color: #89d0f0; }
.listArea .accordionList:nth-child(odd) .arrow {width: 36px; height: 36px; background: url("../images/caution/arrowDownWhite.png") no-repeat; background-size: cover;}
.listArea .accordionList:nth-child(even) .arrow {width: 36px; height: 36px; background: url("../images/caution/arrowDownGray.png") no-repeat; background-size: cover;}
.listArea .accordionList:nth-child(odd).on .arrow {background: url("../images/caution/arrowUpWhite.png") no-repeat; background-size: 80%; background-position: center center;}
.listArea .accordionList:nth-child(even).on .arrow {background: url("../images/caution/arrowUpGray.png") no-repeat; background-size: 80%; background-position: center center;}

.listArea .accordionList .listContent {display: none; padding: 25px 70px; border-bottom: 1px solid #c1c1c1; background: #f7f7f7; }
.listArea .accordionList .listContent .cautionTxt {margin-top: 20px;}
.listArea .accordionList .listContent .cautionTxt .caution {display: block; font-family:'SCDream3'; font-size: 22px; margin-bottom: 5px;}
.listArea .accordionList .listContent li {position: relative; font-family:'NotoSansKR-L'; font-size: 25px; margin-bottom: 10px; }
.listArea .accordionList .listContent li::before {content: ""; position: absolute; left: -35px; top: 7px; text-align: center; vertical-align: middle; line-height: 26px; font-family:'NotoSansKR-L'; width: 26px; height: 26px; font-size: 20px; color: white; background: #89d0f0; border-radius: 50%; }
.listArea .accordionList .listContent li:nth-child(1)::before {content: "1"; }
.listArea .accordionList .listContent li:nth-child(2)::before {content: "2"; }
.listArea .accordionList .listContent li:nth-child(3)::before {content: "3"; }
.listArea .accordionList .listContent li:nth-child(4)::before {content: "4"; }
.listArea .accordionList .listContent li:nth-child(5)::before {content: "5"; }
.listArea .accordionList .listContent li:nth-child(6)::before {content: "6"; }
.listArea .accordionList .listContent li:nth-child(7)::before {content: "7"; }
.listArea .accordionList .listContent li:nth-child(8)::before {content: "8"; }
.listArea .accordionList .listContent li:nth-child(9)::before {content: "9"; }
.listArea .accordionList .listContent li:nth-child(10)::before {content: "10"; }
.listArea .accordionList .listContent li:nth-child(11)::before {content: "11"; }
.listArea .accordionList .listContent li:nth-child(12)::before {content: "12"; }
.listArea .accordionList .listContent li:nth-child(13)::before {content: "13"; }
.listArea .accordionList .listContent li:nth-child(14)::before {content: "14"; }
.listArea .accordionList .listContent li:nth-child(15)::before {content: "15"; }
.listArea .accordionList .listContent li:last-child {margin-bottom: 0px; }
.listArea .accordionList .listContent li span.bold {display: block; font-weight: bold; }
.listArea .accordionList .listContent li span.small {font-size: 18px; }



@media screen and (max-width: 1024px) {
	.topArea .titleTxt {font-size: 40px;}
	.topArea .bottomContentWrap .topTxt {font-size: 30px;}
	.topArea .bottomContentWrap .topTxt span {font-size: 20px;}
	.topArea .bottomContentWrap .middleTxt {font-size: 25px; line-height: 1.6;}
	.topArea .contact li a {font-size: 25px; padding: 22px 25px 25px 65px;}
	/*.topArea .contact li:first-child, .topArea .contact li:last-child {background-size: 90%;}*/
	.topArea .bottomContentWrap .bottomTxt {font-size: 20px;}
	
	.listArea .accordionList .listContent li {font-size: 20px;}
	.listArea .accordionList .listTitle span {font-size: 25px;}
	.listArea .accordionList .listContent li br {display: none;}
	
}
@media screen and (max-width: 768px) {
	.topArea .contentWrap {height: 100px;}
	.topArea .bottomContentWrap .wrap {padding: 30px 15px;}
	.topArea .titleTxt {font-size: 18px; letter-spacing: -1px; white-space: nowrap;}
	.topArea .logo img {width:100%; max-width:150px;}
	.topArea .bottomContentWrap .topTxt {font-size: 20px; margin-bottom: 30px;}
	.topArea .bottomContentWrap .topTxt span {font-size: 15px;}
	.listArea .accordionList .listTitle {height: 60px; padding: 0 15px;}
	.listArea .accordionList .listTitle span {font-size: 16px;}
	.listArea .accordionList .listContent {padding: 20px 35px; padding-right: 25px;}
	.listArea .accordionList .listContent li {font-size: 14px;}
	.listArea .accordionList .listContent li::before {left: -25px; top: 2px; width: 20px; height: 20px; font-size: 14px; line-height: 20px;}
	.listArea .accordionList .listContent .cautionTxt .caution {font-size: 14px;}
	.listArea .accordionList .listContent li span.small {font-size: 12px;}
	.topArea .contact {margin-bottom: 15px;}
	.topArea .contact li {width: 100%; max-width: 300px; height: 50px;}
	.topArea .contact li:first-child, .topArea .contact li:last-child {background-position: center center; }
	.topArea .contact li:first-child {margin-right: 5px; }
	.topArea .bottomContentWrap .middleTxt {font-size: 13px; line-height: 1.5; letter-spacing: -1.5px; margin-bottom: 15px; }
	.topArea .contact li a {font-size: 15px; padding: 14px 0 14px 40px; }
	.topArea .bottomContentWrap .bottomTxt {font-size: 13px;}
	.listArea .accordionList:nth-child(odd) .arrow {background-size: 80%; background-position: center center;}
	.listArea .accordionList:nth-child(even) .arrow {background-size: 80%; background-position: center center;}
}