@font-face {   
	font-family: 'TMONBlack';
    src: url('../font/TMONBlack.woff') format('woff');
	font-style: normal;
	font-weight: normal;
}
@font-face {   
	font-family: 'SCDream8';
    src: url('../font/SCDream8.otf') format('OpenType');
	font-style: normal;
	font-weight: 800;
}
@font-face {   
	font-family: 'SCDream3';
    src: url('../font/SCDream3.otf') format('OpenType');
	font-style: normal;
	font-weight: 300;
}
@font-face {   
	font-family: 'SCDream6';
    src: url('../font/SCDream6.otf') format('OpenType');
	font-style: normal;
	font-weight: 600;
}
@font-face {   
	font-family: 'TimesNewerRoman-Bold';
    src: url('../font/TimesNewerRoman-Bold.otf') format('OpenType');
	font-style: normal;
	font-weight: 600;
}

/* °ψΕλ */
.usa_pathway_wrap  {
	color:#141a3f;
}
.usa_pathway_wrap p {
	font-family: 'SCDream3';
    line-height: 1.3;
    word-break: keep-all;
}

.usa_pathway_wrap .container {
	padding:70px 40px;
}
.usa_pathway_wrap .line_title {
    font-family: 'TMONBlack';
    font-size: 28px;
    font-style: italic;
	position:relative;
	margin-bottom:15px;
}
.usa_pathway_wrap .line_title:after {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	height:1px;
	background:#141a3f;
}
.usa_pathway_wrap .line_title:before {
	content:'';
	position:absolute;
	top:50%;
	right:0;
	height:1px;
	background:#141a3f;
}
.usa_pathway_wrap .section_title .main_title {
    font-family: 'TMONBlack';
	font-size:48px;
	margin-bottom:40px;
}
.usa_pathway_wrap .color_text {
	color:#60c4ee;
}
/* °ψΕλ END */

/* main section */
.usa_pathway_wrap .main_section {
	background:url('/images/package/usa_pathway/main_back.jpg') no-repeat;
	color:#60c4ee;
	height:700px;
	display: grid;
    justify-content: center;
    align-items: center;
}
.usa_pathway_wrap .main_section .title_wrap {
	display:grid;
	gap:30px;
}
.usa_pathway_wrap .main_section .top_title {
	font-size: 28px;
    text-align: left;
    font-weight: bold;
	line-height: 1.4;
	position:relative;
    width: max-content;
}
.usa_pathway_wrap .main_section .top_title:after {
	content:'"';
	position:absolute;
	top: -5px;
    left: -13px;
}
.usa_pathway_wrap .main_section .top_title:before {
	content:'"';
	position:absolute;
    bottom: 5px;
    right: -12px;
}
.usa_pathway_wrap .main_section .main_title {
	font-size:158px;
	font-family: 'TMONBlack';
	line-height: 1.05;
}
.usa_pathway_wrap .main_section .right_title {
    font-size: 48px;
    text-align: left;
	font-weight:bold;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}
.usa_pathway_wrap .main_section .right_title .white {
	text-decoration-color: #fff;
}
.usa_pathway_wrap .main_section .flex_wrap {
	display:flex;
	gap:30px;
}



/* main section END*/

/* section1 */

.usa_pathway_wrap .section1 {
	background:#60c4ee;
}
.usa_pathway_wrap .section1 .line_title:after,
.usa_pathway_wrap .section1 .line_title:before {
	width:350px;
}
.usa_pathway_wrap .section1  .flex_wrap {
	display:flex;
	gap:30px;
}
.usa_pathway_wrap .section1 .white_box {
	flex:1;
	border:1px solid #141a3f;
	background:white;
	border-radius:100%;
	width:284px;
	height:284px;
	display: grid;
    align-items: center;
    justify-content: center;
}
.usa_pathway_wrap .section1 .white_box .num {
    font-family: 'TMONBlack';
    font-size: 22px;
    border-bottom: 4px solid #60c4ee;
    font-style: italic;
    margin: 0 20px;
    padding-bottom: 3px;
}
.usa_pathway_wrap .section1 .white_box p {
    font-size: 24px;
    color: #141a3f;
    font-family: 'SCDream8';
}
.usa_pathway_wrap .section1 .white_box img {
	margin: 15px 0 10px;
}

/* section1 END*/

/* section2 */

.usa_pathway_wrap .section2 {
	background:url('/images/package/usa_pathway/section2_back.jpg') no-repeat;
	background-size:cover;
	background-position:center;
	color:white;
}
.usa_pathway_wrap .section2 .line_title:after,
.usa_pathway_wrap .section2 .line_title:before {
	width:270px;
	background:white;
}
.usa_pathway_wrap .section2 .main_title {
	font-family: 'TimesNewerRoman-Bold';
	font-size:68px;
	margin-bottom:10px;
}
.usa_pathway_wrap .section2 .color_text {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: bold;
}
.usa_pathway_wrap .section2 .detail_text {
	line-height: 1.5;
}

/* section2 END*/




/* section3 */

.usa_pathway_wrap .section3 .flex_wrap {
	display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    gap: 90px;
}
.usa_pathway_wrap .section3 .flex_wrap .text_wrap p {
	font-size:24px;
}
.usa_pathway_wrap .section3 .flex_wrap .text_wrap {
    display: grid;
    gap: 25px;
    text-align: left;
	font-weight:bold;
}
.usa_pathway_wrap .section3 .flex_wrap .text_wrap .color_text {
	font-size: 30px;
	font-family: 'SCDream8';
	text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
    line-height: 1.4;
}
.usa_pathway_wrap .section3 .section_title2 {
	margin-top:70px;
}
.usa_pathway_wrap .section3 .btm_text {
    display: flex;
    align-items: center;
	gap:20px;
	margin-top:60px;
}

.usa_pathway_wrap .section3 .btm_text p {
	font-size: 24px;
    text-align: left;
    letter-spacing: -2px;
    font-weight: bold;
    line-height: 1.4;
}
.usa_pathway_wrap .section3 .btm_text p .bold {
font-family: 'SCDream8';
}
.usa_pathway_wrap .section3 .btm_text img {
	width:18px;
	height:34px;
}
.usa_pathway_wrap .section3 .main_title {
	font-size:38px;
}
/* section3  END */

/* section4  */
.usa_pathway_wrap .section4 {
	background:#f5f5f5;
}
.usa_pathway_wrap .section4  .top_text {
	font-size:28px;
	font-weight:bold;
	font-family: 'SCDream8';
    letter-spacing: -2px;
}
.usa_pathway_wrap .section4  .mid_text {
	font-family: 'TMONBlack';
	font-size:54px;
	margin: 20px 0;
}

.usa_pathway_wrap .section4  .btm_text {
	font-size:24px;
	font-weight:bold;
}

/* section4  END */

/* section5 */

.usa_pathway_wrap .section5 {
	background:#60c4ee;
	position:relative;
}
.usa_pathway_wrap .section5:after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 175px;
    background: #60c4ee;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}
.usa_pathway_wrap .section5  .grid {
	display:grid;
	gap:40px;
}
.usa_pathway_wrap .section5 .flex_wrap {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
.usa_pathway_wrap .section5 .border_box {
	width:315px;
	color:white;
	border:2px solid white;
	border-radius:20px;
    padding: 40px 25px;
	text-align:left;
}
.usa_pathway_wrap .section5 .border_box .title_text {
	font-family: 'TMONBlack';
	font-size:34px;
	margin-bottom:10px;
}
.usa_pathway_wrap .section5 .border_box .cont_text {
	font-size:20px;
}
.usa_pathway_wrap .section5 .grid_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
	gap:20px;
    justify-content: center;

}
.usa_pathway_wrap .section5 .white_back {
	background:white;
	border:1px solid #141a3f;
	border-radius:20px;
   height: 120px;
    padding: 0 30px;
	display: grid;
    align-items: center;
}
.usa_pathway_wrap .section5 .white_back p {
	font-size:18px;
	font-weight:bold;
}
.usa_pathway_wrap .section5 .white_back .color_text {
	font-family: 'TMONBlack';
	font-size:28px;
	    margin-top: 10px;
    display: inline-block;
}
.usa_pathway_wrap .section5 .grid_wrap > img {
	margin: 0 auto;
}

.usa_pathway_wrap .section5  .first_cont {
	display:flex;
	gap:15px;
}
.usa_pathway_wrap .section5  .first_cont  p {
	font-size:28px;
	font-weight:bold;
}

.usa_pathway_wrap .section5  .first_cont  p .bold {
	font-family: 'SCDream8';
}
.usa_pathway_wrap .section5  .first_cont   img {
	width:90px;
	height:72px;
}
.usa_pathway_wrap .section5  .plus_text {
	font-size:50px;
	font-family: 'TMONBlack';
}
.usa_pathway_wrap .section5  .last_cont {
	display:flex;
	align-items: center;
    gap: 5px;
}
.usa_pathway_wrap .section5  .last_cont p {
	font-size:24px;
	font-weight:bold;
}
.usa_pathway_wrap .section5  .last_cont p .bold {
	font-size:30px;
	font-family: 'SCDream8';
}
.usa_pathway_wrap .section5  .last_cont .bracket2 {
transform: scale(-1, 1);
}

/* section5  END */


/* section6 */

.usa_pathway_wrap .section6 .flex_wrap{
	display:flex;
	gap:30px;
}
.usa_pathway_wrap .section6 .flex_box {
	flex: 1;
    border: 2px solid #141a3f;
    height: 250px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.usa_pathway_wrap .section6 .flex_wrap1 .flex_box p {
	font-size:28px;
	font-family: 'TMONBlack';
    color: #60c4ee;
}
.usa_pathway_wrap .section6 .flex_box.last_box {
	background:#60c4ee;
	border: 2px solid #60c4ee;
}
.usa_pathway_wrap .section6 .flex_wrap1 .flex_box.last_box p {
	color:white;
}
.usa_pathway_wrap .section6 .flex_wrap1 .flex_box {
	position:relative
}
.usa_pathway_wrap .section6 .flex_wrap1 .flex_box:after {
	content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    background: url(/images/package/usa_pathway/right_arrow.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 30px;
    margin-top: -15px;
}
.usa_pathway_wrap .section6 .flex_box.last_box:after {
	display:none;
}
.usa_pathway_wrap .section6  .detail_text {
	text-align:right;
	margin-top:20px;
	font-weight:bold;
}
.usa_pathway_wrap .section6 .section_title2 {
	margin-top:70px;
}

.usa_pathway_wrap .section6 .flex_wrap2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.usa_pathway_wrap .section6 .flex_wrap2 .text_box {
	background:#141a3f;
	height: 100px;
	color:#60c4ee;
    text-align: left;
}
.usa_pathway_wrap .section6 .flex_wrap2 .flex_box {
    justify-content: normal;
	height:280px;
    align-content: space-between;
	font-weight:bold;
}
.usa_pathway_wrap .section6 .flex_wrap2 .text_box  p {
	margin-top:18px;
	margin-left:16px;
}
.usa_pathway_wrap .section6 .flex_wrap2 .text_box  p.white {
	margin-top: 5px;
    margin-right: 10px;
    letter-spacing: 0px;
}

/* section6  END */

/* section7 */

.usa_pathway_wrap .section7 {
	background:#60c4ee;
	position:relative;
}
.usa_pathway_wrap .section7:after {
	content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
	margin-left:-35px;
    background: #60c4ee;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}
.usa_pathway_wrap .section7 .white {
	font-size:40px;
font-family: 'TMONBlack';
}
.usa_pathway_wrap .section7 .cont_text {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}
/* section7  END */

/* section8 */
.usa_pathway_wrap .section8 table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
	margin-top:40px;
}
.usa_pathway_wrap .section8 table td {
	line-height:1.3;
    vertical-align: middle;
		border:1px solid #60c4ee;
	}
.usa_pathway_wrap .section8 table thead {
    background: #60c4ee;
	color:white;
	height:80px;
	font-size:32px;
	font-family: 'TMONBlack';
	position:relative;
}
.usa_pathway_wrap .section8 table thead:after {
	content: 'VS';
    position: absolute;
    left: 50%;
    font-family: 'TMONBlack';
    color: white;
    top: 4px;
    height: 80px;
    margin-left: 11px;
    line-height: 80px;
    font-size: 40px;
    transform: translate(-50%);
}
.usa_pathway_wrap .section8 table thead:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    width: 0;
    height: 0;
    margin-left: -84px;
    border-bottom: 41px solid transparent;
    border-top: 41px solid transparent;
    border-left: 41px solid #141a3f;
    border-right: 41px solid transparent;
    transform: scale(-1, 1);
}
.usa_pathway_wrap .section8 .container {
	padding:70px 90px;
}
.usa_pathway_wrap .section8 table thead td {
vertical-align: top;
padding-top:23px;
}
.usa_pathway_wrap .section8 table thead td.navy {
	background:#141a3f;
	color:#60c4ee;
    border: 4px solid #141a3f;
}


.usa_pathway_wrap .section8 table tbody td {
	padding:30px 0;
}
.usa_pathway_wrap .section8 table tbody td p {
	font-size:18px;
	color:#767676;
}
.usa_pathway_wrap .section8 table tbody td .color_text {
	font-family: 'TMONBlack';
	font-size:24px;
    color: #60c4ee;
    display: inline-block;
}
.usa_pathway_wrap .section8 table tbody td.navy {
	border:1px solid #141a3f;
	border-left:4px solid #141a3f;
	border-right:4px solid  #141a3f;
}
.usa_pathway_wrap .section8 table tbody td.navy  p {
color: #141a3f;
    font-weight: bold;
}
.usa_pathway_wrap .section8 table tbody tr:first-child .navy {
	border-top:4px solid  #141a3f;
}
.usa_pathway_wrap .section8 table tbody tr:last-child .navy {
	border-bottom:4px solid  #141a3f;
}


/* section8  END */


/* section9 */
.usa_pathway_wrap .section9 {
	background:#60c4ee;
}
.usa_pathway_wrap .section9 .section_title {
	color:white;
}
.usa_pathway_wrap .section9 .top_title {
	font-size:26px;
	font-weight:bold;
    margin-bottom: 3px;
}
.usa_pathway_wrap .section9 .flex_wrap {
	display:flex;
	gap:10px;
}

.usa_pathway_wrap .section9 .flex_box {
	flex:1;
}
.usa_pathway_wrap .section9 .flex_box .img_box {
	background:white;
	    height: 200px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.usa_pathway_wrap .section9 .flex_box .text_box {
    background: #141a3f;
    display: grid;
    padding: 16px;
    text-align: left;
    font-size: 18px;
	font-weight:bold;
    height: 250px;
 }
 .usa_pathway_wrap .section9 .flex_box .text_box p {
	color:#60c4ee;
    line-height: 1.4;
 }
  .usa_pathway_wrap .section9 .flex_box .text_box .white {
	color:white;
  }
 .usa_pathway_wrap .section9 .btm_text_wrap {
     margin-top: 60px;
 }
  .usa_pathway_wrap .section9 .btm_text_wrap .top_text {
	font-size:26px;
	font-weight:bold;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
  }
 .usa_pathway_wrap .section9 .btm_text_wrap .mid_text  {
     font-family: 'TMONBlack';
    font-size: 48px;
	margin: 15px 0 5px;
 }
.usa_pathway_wrap .section9 .btm_text_wrap .btm_text  {
	font-size:22px;
	font-weight:bold;
}
/* section9  END */

/* last_section */
.usa_pathway_wrap .last_section {
	background:#111b57;
	color:#60c4ee;
}

.usa_pathway_wrap .last_section .main_tit {
     font-family: 'TMONBlack';
    font-size: 55px;
	line-height: 1.2;
	position:relative;
    z-index: 1;
}
.usa_pathway_wrap .last_section .main_tit:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -37px;
    background: url(/images/package/usa_pathway/shadow.png) no-repeat;
    width: 730px;
    height: 360px;
    background-size: 730px;
    z-index: -1;
}
.usa_pathway_wrap .last_section .sub_tit  {
    font-size: 24px;
    margin-top: 5px;
	position:relative;
	z-index: 1;
}
.usa_pathway_wrap .last_section .go_btn {
width: 350px;
    height: 70px;
    background: #60c4ee;
    color: white;
    border: none;
    font-size: 24px;
    letter-spacing: -1.5px;
    cursor:pointer;
    font-family: 'SCDream3';
	font-weight:bold;
	    margin-top: 40px;
		z-index: 1;
		position:relative;
}
.usa_pathway_wrap .last_section .container {
	padding:90px 40px;
}
/* last_section  END */