@font-face {
    font-family: 'BlackHanSans-Regular';
    src: url('../font/BlackHanSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareB';
    src: url('../font/NanumSquareB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareR';
    src: url('../font/NanumSquareR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareL';
    src: url('../font/NanumSquareL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareacEB';
    src: url('../font/NanumSquareacEB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cafe24Shiningstar-v2.0';
    src: url('../font/Cafe24Shiningstar-v2.0.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.boarding_pen_wrap {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	text-align:left;
	font-family: 'NanumSquareR';
}

.boarding_pen_wrap .main_section {
	height:830px;
	background:url('../images/package/boarding_pen/main_back1.jpg') no-repeat;
	padding:50px;
}
.boarding_pen_wrap .main_section .main_title {
	background:url('../images/package/boarding_pen/main_back2.jpg') no-repeat;
	border-radius: 10px;
    text-align: center;
	background-size:cover;
	height:740px;
	padding-top:90px;
	position:relative;
}
.boarding_pen_wrap .main_section .main_title:after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
    transform: translate(-50%);
	background:url('../images/package/boarding_pen/main_icon.png') no-repeat;
	width:150px;
    height: 55px;
    margin-left: -1px;
}
.boarding_pen_wrap .main_section .main_title:before {
content: '';
    position: absolute;
    background: url(../images/package/boarding_pen/pen.png) no-repeat;
    width: 246px;
    height: 320px;
    bottom: -50px;
    right: 50px;
}
.boarding_pen_wrap .main_section .main_title > img {
	margin-bottom:40px;
}
.boarding_pen_wrap .detail_title {
	font-size: 16px;
    font-family: 'NanumSquareL';
    letter-spacing: 4px;
	color:#000e35;
	opacity:0.7;
}
.boarding_pen_wrap .detail_title  span {
 font-family: 'NanumSquareB';
 font-weight:900;
}
.boarding_pen_wrap .main_section .border_title {
    display: flex;
    font-size: 38px;
    gap: 80px;
    justify-content: center;
    border: 2px solid #000e35;
    width: max-content;
    margin: 0 auto;
    padding: 5px 10px 0;
	font-family: 'NanumSquareacEB';
	color:#000e35;
  position:relative;
  margin:40px auto 30px;
}
.boarding_pen_wrap .main_section .border_title span {
  font-family: 'NanumSquareR';
}
.boarding_pen_wrap .main_section .border_title:after {
content: '';
    position: absolute;
    top: 25px;
    left: 123px;
    height: 2px;
    width: 55px;
    background: #000e35;
}
.boarding_pen_wrap .italic {
	font-style: italic;
}

.boarding_pen_wrap .container {
	padding:100px 75px;
	text-align:center;
}
.boarding_pen_wrap .sec_tit .top_tit{
	font-size:38px;
	color:#000e35;
	margin-bottom:10px;
	position:relative;
  font-family: 'NanumSquareL';
    display: inline-block;
}
.boarding_pen_wrap .sec_tit .top_tit span {
	font-family: 'NanumSquareacEB';
}
.boarding_pen_wrap .sec_tit .top_tit:after {
	content:'';
	position:absolute;
	top: 8px;
    left: -63px;
	width:54px;
	height:31px;
	background: url(../images/package/boarding_pen/arrow_1.png) no-repeat;
	background-size:54px;
}

.boarding_pen_wrap .sec_tit .main_tit {
    color: #000e35;
    font-family: 'BlackHanSans-Regular';
    font-size: 120px;
    line-height: 0.95;
    letter-spacing: -11px;
}
.boarding_pen_wrap .blue {
	color:#00aae3;
}
.boarding_pen_wrap .section1,
.boarding_pen_wrap .section4,
.boarding_pen_wrap .section6,
.boarding_pen_wrap .section8 {
	background:#ededed;
}

/* section 1 */
.boarding_pen_wrap .section1 .grid_wrap {
    display: grid;
    grid-template-columns: 260px 296px 296px;
    justify-content: center;
    gap: 40px 0;
	margin-top:50px;
}
.boarding_pen_wrap .section1 .grid_wrap .grid_box {
	background: url(../images/package/boarding_pen/section1_back2.png) no-repeat;
	background-position:center;
	height:208px;

}
.boarding_pen_wrap .section1 .grid_wrap .grid_box.first_box {
background: url(../images/package/boarding_pen/section1_back1.png) no-repeat;
background-position:center;
    padding-right: 35px;
}


.boarding_pen_wrap .section1 .grid_wrap .grid_box .top_tit {
	font-size:20px;
	font-family: 'NanumSquareacEB';
	color:#000e35;
    padding-top: 16px;
}

.boarding_pen_wrap .section1 .grid_wrap  .detail_text {
font-size: 30px;
    color: white;
    padding-top: 7px;
    letter-spacing: -3px;
    line-height: 1.3;
}
.boarding_pen_wrap .section1 .grid_wrap  .detail_text span {
color:#00aae3;
text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset : 5px;
}


.boarding_pen_wrap .section2  .sec_tit .main_tit {
	font-size:55px;
	letter-spacing: -3px;
	line-height: 1.15;
	margin-top:40px;
}
.boarding_pen_wrap .section2  .map_wrap {
    background: url(../images/package/boarding_pen/section2_back.jpg) no-repeat;
    border-top: 5px solid #000e35;
    margin-top: 50px;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 480px;
    align-items: center;
    gap: 20px 280px;
}
.boarding_pen_wrap .section2  .text_wrap .num {
	color:#00aae3;
	font-size:34px;
    font-family: 'Cafe24Shiningstar-v2.0';
}
.boarding_pen_wrap .section2  .text_wrap .detail_text {
	font-size:26px;
	font-family: 'NanumSquareacEB';
		color:#000e35;
}
.boarding_pen_wrap .section2  .text_wrap .detail_text span {
    position: relative;
    z-index: 1;
}
.boarding_pen_wrap .section2  .text_wrap .detail_text span:before {
content: '';
    position: absolute;
    bottom: -6px;
    width: 100%;
    background: #b5ddef;
    height: 20px;
    z-index: -1;
    left: -3px;
    padding: 0 5px;
}
.boarding_pen_wrap .section2  .text_wrap.arrow {
	position:relative;
}
.boarding_pen_wrap .section2  .text_wrap.arrow:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 40px;
    background: url(../images/package/boarding_pen/arrow_2.png) no-repeat;
    width: 40px;
    height: 45px;
    background-size: 40px;
    transform: rotate(12deg);
}
.boarding_pen_wrap .section2  .text_wrap.border {
	position:relative;
}
.boarding_pen_wrap .section2  .text_wrap.border:after {
content: '';
    position: absolute;
    top: -108px;
    right: -280px;
    width: 380px;
    height: 156px;
    border: 3px dotted #000e35;
    border-top: 0;
    border-left: 0;
}
.boarding_pen_wrap .section2 .color_back {
	background:#000e35;
	color:white;
	display:flex;
    padding: 30px;
	position:relative;
	z-index:1;
	    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.boarding_pen_wrap .section2 .color_back:after {
	content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 128px;
    width: 600px;
    height: 1px;
    border-bottom: 3px dotted white;
    z-index: -1;
} 
.boarding_pen_wrap .section2 .color_back  .flex_box {
	flex:1;
	font-size:24px;
}
.boarding_pen_wrap .section2 .color_back  .flex_box p {
	line-height:1.5;
}
.boarding_pen_wrap .section2 .color_back  .flex_box span{
	font-family: 'NanumSquareacEB';
}
.boarding_pen_wrap .section2 .color_back  .flex_box img {
	width:45px;
	background:#000e35;
	padding: 5px 0 5px 10px;
}
.boarding_pen_wrap .section3 {
	background:#000e35;
}
.boarding_pen_wrap .section3 .sec_tit .top_tit {
	color:white;
}
.boarding_pen_wrap .section3 .sec_tit .main_tit {
	color:white;
}
.boarding_pen_wrap .section3 .sec_tit .top_tit:after {
-webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1);
}
.boarding_pen_wrap .section3 .grid_wrap {
	display:grid;
	gap:30px;
    grid-template-columns: 1fr 1fr;
	margin-top:40px;
}
.boarding_pen_wrap .section3 .grid_wrap  .grid_box {
	background:white;
	color:#000e35;
	font-size:30px;
	padding: 44px 0px;
    border-radius: 10px;
}
.boarding_pen_wrap .section3 .grid_wrap  .grid_box  p {
 font-family: 'NanumSquareacEB';
     line-height: 1.3;
}
.boarding_pen_wrap .section3 .grid_wrap  .grid_box  p span {
  font-family: 'NanumSquareR';
}
.boarding_pen_wrap .span2 {
grid-column:  span 2;

}
.boarding_pen_wrap .section3 .grid_wrap .class_flex {
	display:grid;
	gap:30px;
	border-top:2px solid #000e35;
	padding:20px;
	margin: 20px 50px 0;
}
.boarding_pen_wrap .section3 .grid_wrap .class_flex p{
	font-family: 'NanumSquareR';
}

.boarding_pen_wrap .section4 .border_wrap {
	border:2px dashed #000e35;
	margin-top:80px;
}
.boarding_pen_wrap .section4  .text_wrap {
    display: grid;
    gap: 30px;
    padding: 0 50px;
    position: relative;
    height: 450px;
    top: -32px;
}
.boarding_pen_wrap .section4  .text_wrap .ab_text {
background: white;
    font-size: 30px;
    color: #000e35;
    letter-spacing: -2px;
    border-radius: 100px;
    padding: 10px 0;
    box-shadow: 0px 3px 2px #00000038;
}
.boarding_pen_wrap .section4  .text_wrap .ab_text  span {
font-family: 'NanumSquareacEB';
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
	    position: relative;
    top: -2px;
}
.boarding_pen_wrap .section4 .detail_text {
margin-top: 70px;
    font-size: 28px;
    color: #000e35;
}
.boarding_pen_wrap .section5 .main_tit .font_nanum {
font-family: 'NanumSquareacEB';
    font-weight: 900;
    position: relative;
    top: -4px;
    margin: 0 7px;
}
.boarding_pen_wrap .section5 .top_text {
	font-size:30px;
    color: #000e35;
	margin:50px 0;
}
.boarding_pen_wrap .section5 .top_text span{
	font-family: 'NanumSquareacEB';
}
.boarding_pen_wrap .section5 .grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.boarding_pen_wrap .section5 .grid_box img {
	width:100%;
	border-radius:10px;
    border: 1px dashed #000e35;
}
.boarding_pen_wrap .section6 .grid_wrap {
    display: grid;
	gap: 30px;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box {
background: white;
    color: #000e35;
    font-size: 30px;
    padding: 44px 0px;
    border-radius: 10px;
	border:2px dashed #9d9d9d;
	overflow: hidden;
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box p {
    font-family: 'NanumSquareacEB';
    line-height: 1.3;
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box.span2 {
    padding: 0;
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box.span2 img {
	width:100%;
}

.boarding_pen_wrap .section6 .grid_wrap .grid_box.span2 .check_icon {
width: 45px;
    background: white;
    padding: 5px 0 5px 10px;
}
.boarding_pen_wrap .section6 .grid_wrap .color_back {
	background:#000e35;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.boarding_pen_wrap .section6 .grid_wrap .color_back .top_tit {
    color: white;
    font-family: 'BlackHanSans-Regular';
    font-size: 55px;
    padding: 10px 0px 3px;
	position:relative;
}
.boarding_pen_wrap .section6 .grid_wrap .color_back .top_tit:after {
	content:'';
	position:absolute;
	left:40px;
	top:50%;
	width:12px;
	height:12px;
	background:white;
	border-radius:100px;
	margin-top:-6px;
}
.boarding_pen_wrap .section6 .grid_wrap .color_back .top_tit:before {
	content:'';
	position:absolute;
	right:40px;
	top:50%;
	width:12px;
	height:12px;
	background:white;
	border-radius:100px;
	margin-top:-6px;
}
.boarding_pen_wrap .section6 .flex_wrap {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 30px 0;
	position:relative;
	z-index:1;
}
.boarding_pen_wrap .section6 .flex_wrap:after  {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 128px;
    width: 596px;
    height: 1px;
    border-bottom: 3px dotted #000e35;
    z-index: -1;
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box .flex_wrap p {
	font-size:24px;
		font-family: 'NanumSquareR';
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box .flex_wrap p span {
font-family: 'NanumSquareacEB';
}
.boarding_pen_wrap .section7 td{
	line-height:1.3;
}
.boarding_pen_wrap .section7 table {
    width: 100%;
	table-layout: fixed;
    text-align: center;
	margin-top:40px;
}
.boarding_pen_wrap .section7 table thead {
	color:white;
	font-size:18px;
}
.boarding_pen_wrap .section7 table thead td {
	line-height:55px;
	border-left:1px solid white;
	background:#000e35;
}
.boarding_pen_wrap .section7 table tbody td:first-child {
	background:#ededed;
}
.boarding_pen_wrap .section7 table tbody td {
height: 100px;
    font-size: 18px;
    vertical-align: middle;
    border: 1px solid #ccc;
    letter-spacing: -1.3px;
}
.boarding_pen_wrap .section7 table thead td:first-child {
    border-top-left-radius: 10px;
}
.boarding_pen_wrap .section7 table thead td:last-child {
    border-top-right-radius: 10px;
}

.boarding_pen_wrap .section8 .grid_wrap {
    display: grid;
    gap: 30px;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
}
.boarding_pen_wrap .section8 .grid_wrap .grid_box {
    background: white;
    color: #000e35;
    font-size: 30px;
    padding: 44px 0px;
    border-radius: 10px;
    border: 2px dashed #9d9d9d;
    overflow: hidden;
}
.boarding_pen_wrap .section8 .grid_wrap .grid_box p {
     letter-spacing: -2px;
    line-height: 1.3;
}
.boarding_pen_wrap .section8 .grid_wrap .grid_box p span {
  font-family: 'NanumSquareacEB';
      letter-spacing: -1.5px;
}

.boarding_pen_wrap .last_section .go_btn{
    background: #00aae3;
    font-size: 44px;
    font-family: 'NanumSquareacEB';
    border: none;
    color: white;
	border-radius: 15px;
    padding: 16px 50px;
    margin: 5px;
	cursor:pointer;
	z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.boarding_pen_wrap .last_section .go_btn span{
    color: #000e35;
}
.boarding_pen_wrap .last_section .main_title:after {
	display:none;
}
.boarding_pen_wrap .last_section .main_title {
    padding-top: 50px;
    padding-bottom: 40px;
}
.boarding_pen_wrap .last_section .border_btn {
    border: 4px dotted #00a9e3;
    display: inline-block;
    border-radius: 20px;
}

.boarding_pen_wrap .mobi_title {
	display:none;
}
.boarding_pen_wrap .main_section .main_title .tit_wrap .go_btn img  {
	width:40px;
} 
.boarding_pen_wrap .main_section .main_title .tit_wrap .go_btn .white_check {
-webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1);
}
.boarding_pen_wrap .last_section  .pc_title {
	margin-bottom:32px
}


@media (max-width: 1000px) {
.boarding_pen_wrap .mobi_title {
		display: block;
        font-family: 'BlackHanSans-Regular';
        font-size: 60px;
        line-height: 0.6;
        color: #000e35;
        letter-spacing: -4px;
        margin-top: 30px;
        margin-bottom: 25px;
}
.boarding_pen_wrap .mobi_title span {
 letter-spacing: -4px;
}
.boarding_pen_wrap .pc_title {
	display:none;
}
.boarding_pen_wrap .main_section {
    height: 100vw;
        padding: 0;
	background-size:cover;
}
.boarding_pen_wrap .main_section .main_title {
    height: calc(100vw - 32px);
	width:calc(100% - 32px);
	padding-top:0px;
        transform: translate(16px, 16px);
	        display: grid;
        justify-content: center;
        align-items: center;
}
.boarding_pen_wrap .detail_title {
	font-size:11px;
	    letter-spacing: 5px;
}
.boarding_pen_wrap .main_section .border_title {
	font-size:18px;
	gap:40px;
        margin: 20px auto 0px;
}
.boarding_pen_wrap .main_section .border_title:after {
	top: 13px;
    left: 61px;
    width: 25px;
}

.boarding_pen_wrap .main_section .main_title:before {
        background-size: 123px;
        width: 123px;
        height: 140px;
		    bottom: -16px;
    right: 25px;
}
.boarding_pen_wrap .main_section .main_title:after {
	background-size:75px;
	width:75px;
    height: 25px;
}
.boarding_pen_wrap .main_section .main_title .tit_wrap img {
    width: calc(100% - 35px);
	margin-bottom: 15px;
}

.boarding_pen_wrap .container {
	padding:40px 16px;
}
.boarding_pen_wrap .sec_tit .top_tit {
	font-size:22px;
	margin-bottom:3px;
}
.boarding_pen_wrap .sec_tit .main_tit {
	font-size:50px;
	letter-spacing: -4px;
    line-height: 0.7;
}
.boarding_pen_wrap .sec_tit .main_tit .blue {
letter-spacing: -4px;
}
.boarding_pen_wrap .sec_tit .top_tit:after {
	background-size:30px;
	width:30px;
	height:20px;
	top: 5px;
    left: -40px;
}
.boarding_pen_wrap .section1 .grid_wrap .grid_box .top_tit {
	font-size:14px;
    font-weight: bold;
    font-family: 'NanumSquareR';
	padding-top:19px;
}
.boarding_pen_wrap .section1 .grid_wrap .detail_text {
	font-size:16px;
        padding-top: 0px;
}
.boarding_pen_wrap .section1 .grid_wrap {
	grid-template-columns: 1fr 1fr ;
    gap: 10px 0;
      margin-top: 30px
}
.boarding_pen_wrap .section1 .grid_wrap .grid_box {
	height:150px;
	background-size:180px;
}
.boarding_pen_wrap .section1 .grid_wrap .grid_box.first_box {
    background: url(../images/package/boarding_pen/section1_back2.png) no-repeat;
	background-size:180px;
    padding-right: 0px;
	background-position: center;
}

.boarding_pen_wrap .section1 .grid_wrap .grid_box:nth-child(odd) {
  transform: translate(10px);
}
.boarding_pen_wrap .section1 .grid_wrap .grid_box:nth-child(even) {
  transform: translate(-10px);
}
.boarding_pen_wrap .section2 .sec_tit .main_tit {
	font-size:38px;
	margin-top:15px;
}
.boarding_pen_wrap .section2 .map_wrap {
gap: 10px 90px;
        height: 250px;
}
.boarding_pen_wrap .section2 .text_wrap .num {
	font-size:28px;
}
.boarding_pen_wrap .section2 .text_wrap .detail_text {
	font-size:18px;
    font-weight: bold;
    font-family: 'NanumSquareR';
}
.boarding_pen_wrap .section2 .text_wrap.border:after {
    top: -58px;
    right: -80px;
    width: 165px;
    height: 100px;
}
.boarding_pen_wrap .section2 .color_back {
        padding: 20px 10px;
	border-radius:0;
}
.boarding_pen_wrap .section2 .container {
	padding:40px 0;
}
.boarding_pen_wrap .section2 .color_back .flex_box {
	font-size:14px;
}
.boarding_pen_wrap .section2 .color_back .flex_box img {
	width:35px;
    padding: 5px 0 5px 7px;
}
.boarding_pen_wrap p {
font-family: 'NanumSquareR';
} 
.boarding_pen_wrap .section2 .color_back .flex_box span {
font-family: 'NanumSquareR';
font-weight:bold;
}
.boarding_pen_wrap .section2 .color_back:after {
        width: calc(100% - 80px);
        left: 50%;
        transform: translate(-50%);
}
.boarding_pen_wrap .section3 .grid_wrap .grid_box {
    font-size: 16px;
    padding: 20px 0px;
}
.boarding_pen_wrap .section3 .grid_wrap {
	margin-top:30px;
gap: 16px;
}

.boarding_pen_wrap .section3 .grid_wrap .class_flex {
	padding-bottom:0;
	gap:16px;
}
.boarding_pen_wrap .section4 .text_wrap .ab_text {
	font-size:18px;
}
.boarding_pen_wrap .section4 .text_wrap {
      gap: 16px;
     height: 285px;
	top: -25px;
	padding: 0 30px;
}
.boarding_pen_wrap .section4 .border_wrap {
	margin-top: 45px;
}
.boarding_pen_wrap .section4 .detail_text {
    margin-top: 45px;
    font-size: 14px;
}
.boarding_pen_wrap .section4 .text_wrap .ab_text span {
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
    top: 0px;
}
.boarding_pen_wrap .section5 .top_text {
	font-size:18px;
    margin: 30px 0 30px 0;
}

.boarding_pen_wrap .section5 .main_tit .font_nanum {
    line-height: 0;
    margin: 0 3px 0 6px;
}

.boarding_pen_wrap .section5 .grid_box {
	gap:10px;
}
.boarding_pen_wrap .section5 .grid_box img {
        height: 140px;
        object-fit: cover;
}

.boarding_pen_wrap .section6 .grid_wrap {
	gap:16px;
        margin-top: 20px;
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box {
	font-size:16px;
	padding:20px 0;
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box.span2 img {
    height: 85px;
    object-fit: cover;
}
.boarding_pen_wrap .section6 .grid_wrap .color_back .top_tit {
	font-size:30px;
}
.boarding_pen_wrap .section6 .grid_wrap .color_back .top_tit:after {
	width: 7px;
    height: 7px;
    left: 20px;
	margin-top:-3px;
}
.boarding_pen_wrap .section6 .grid_wrap .color_back .top_tit:before {
	width: 7px;
    height: 7px;
    right: 20px;
	margin-top:-3px;
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box.span2 .check_icon {
	width:35px;
    padding: 2px 0 5px 4px;
    height: 30px;
}
.boarding_pen_wrap .section6 .flex_wrap {
	gap:10px;
    padding: 20px 0;
        justify-content: space-evenly;
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box .flex_wrap p {
	font-size:14px;
}

.boarding_pen_wrap .section6 .flex_wrap:after {
width: calc(100% - 80px);
        left: 50%;
        transform: translate(-50%);
        margin-top: -20px;
}
.boarding_pen_wrap .section6 .grid_wrap .grid_box.span2 .map_img {
	height:180px;
}

.boarding_pen_wrap .section7 table thead  {
	font-size:12px;
}
.boarding_pen_wrap .section7 table  {
	border-spacing: 0px;
    border-style: none;
        border-collapse: collapse;
    padding: 0px;
    margin-top: 30px;
}
.boarding_pen_wrap .section7 table  td {
	border-spacing: 0px;
    border-style: none;
    padding: 0px;
}
.boarding_pen_wrap .section7 table tbody td {
	font-size:12px;
	border-collapse : collapse;
    height: 65px;
    line-height: 1.1;
}
.boarding_pen_wrap .section7 table thead td {
	line-height: 45px;
}
.boarding_pen_wrap .section8 .grid_wrap {
	gap:16px;
	margin-top:30px;
}
.boarding_pen_wrap .section8 .grid_wrap .grid_box {
	font-size:16px;
	padding:20px 0;
}
.boarding_pen_wrap .last_section .go_btn {
	font-size:20px;
    padding: 12px 35px;
	margin:3px;
}
.boarding_pen_wrap .last_section .border_btn {
    width: fit-content;
    margin: 0 auto;
        border: 2px dotted #00a9e3;
}
.boarding_pen_wrap .last_section .main_title {
	padding-bottom:0;
}
.boarding_pen_wrap .last_section .main_title > img {
	margin-bottom:0px;
}
.boarding_pen_wrap .last_section .border_title {
        margin: 10px auto 10px;
}
.boarding_pen_wrap .last_section .go_btn {
        gap: 5px;
}
.boarding_pen_wrap .main_section .main_title .tit_wrap .go_btn img  {
    width: 25px;
    margin-bottom: 0;
        transform: translate(0, -3px);
}

.boarding_pen_wrap .main_section .main_title:before {
	display:none;
}

.boarding_pen_wrap .section2 .text_wrap.arrow:after {
	display:none;
}
.boarding_pen_wrap .section2 .text_wrap.border:after {
	display:none;
}










}
