@font-face {
    font-family: 'TmonMonsori';
    src: url('./font/TmonMonsori.woff') format('truetype');
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('./font/GmarketSansMedium.woff') format('truetype');
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
.gamja_pick {
	 font-family: "Noto Sans KR", sans-serif;
}
.pick_main .rn_sub_title .main_title {
font-family: 'TmonMonsori';
    font-size: 95px;
    color: white;
    letter-spacing: -3px;
}
.pick_main .rn_sub_title .main_title span {
    color: #ffe44d;
}
.pick_main p {
	line-height:1.3;
	font-family: "Noto Sans KR", sans-serif;
	letter-spacing: -1px;
}


.pick_main .section1 {
	margin-top:100px;
	background:#ffe44d;
	color:#0bb4d1;
	text-align:center;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 75px 0;
}
.pick_main .title_wrap {
	text-align:center;
}
.pick_main .yellow {
	color:#fde044;
}
.pick_main .title_wrap .main_tit {
	font-family: 'TmonMonsori';
    font-size: 60px;
	letter-spacing: -2px;
}
.pick_main .title_wrap .detail_tit {
	color:#222;
	font-size:20px;
	font-weight:500;
	margin-top:20px;
	line-height:1.4;
}
.pick_main .title_wrap .detail_tit span {
	color:#ffe44d;
	background:#333;

}
.pick_main .title_wrap .color_tit {
	font-size:24px;
	text-decoration: underline;
	text-underline-offset: 5px;
    margin-top: 10px;
}

.pick_main .title_wrap .color_tit span {
	font-weight:bold;
}

.pick_main .section2 {
	padding-top:100px;
}

.pick_main .section2 .flex_wrap .num {
	    font-family: 'GmarketSansMedium';
    font-size: 75px;
    letter-spacing: -5px;
	line-height: 1;
    font-weight: 200;
    margin-top: -10px;
}
.pick_main .section2 .num_wrap {
	display:grid;

	margin-top:100px;
}
.pick_main .section2 .flex_wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.pick_main .section2 .flex_wrap .flex {
    display: flex;
    gap: 40px;
}
.pick_main .section2 .flex_wrap .top_text {
	font-family: 'TmonMonsori';
	font-size:40px;
}
.pick_main .section2 .flex_wrap .btm_text {
	font-size:20px;
    margin-top: 15px;
}

.pick_main .section3 .main_tit {
	position:relative;
}
.pick_main .section3 .main_tit:after {
    content: '';
    position: absolute;
    left: 80px;
    top: -41px;
    background: url(../images/main/crane.png) no-repeat;
    width: 150px;
    height: 230px;
    background-size: 150px;
}
.pick_main .section3 .pick_list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 20px;
	margin-top:80px;
}
.pick_main .section3 .pick_list .num {
    font-size: 26px;
    font-family: 'GmarketSansMedium';
    font-weight: bold;
    letter-spacing: -2px;
	color:white;
	margin-left: 20px;
    margin-top: 10px;
}
.pick_main .section3 .pick_list .img_wrap {
	background: url(../images/main/pick1.jpg) no-repeat;
	background-position:center;
	height:310px;
	display: grid;
	position:relative;
	transition:all 0.3s;
}
.pick_main .section3 .pick_list .img_wrap:after {
	content:'';
	position:absolute;
	top:0;
    right: 200px;
    width: 0;
    height: 0;
    border-top: 50px solid white;
    border-left: 35px solid transparent;
}
.pick_main .section3 .pick_list .img_wrap:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
    width: 200px;
    height: 50px;
	background:white;
}
.pick_main .section3 .pick_list .detail_view {
	color:white;
	border:1px solid white;
	border-radius:100px;
	font-size:14px;
	height: 25px;
    width: 60px;
    text-align: center;
    line-height: 25px;
	justify-self: end;
    align-self: end;
	margin-right:20px;
	margin-bottom:20px;
}
.pick_main .section3 .pick_list .img_wrap img {
	justify-self: center;
    align-self: center;
}


.pick_main .section3 .pick_list .pick_box {
	cursor:pointer;
	transition:all 0.3s;
}
.pick_main .section3 .pick_list .text_wrap {
	background:#ff7900;
    padding: 25px 20px;
}
.pick_main .section3 .pick_list .text_wrap .white_text {
	color:white;
	font-size:22px;
	letter-spacing: -1.5px;
	font-weight:bold;
}
.pick_main .section3 .pick_list .text_wrap .black_text {
	font-size:17px;
	margin-top:8px;
	font-weight: 500;
    line-height: 1.5;
}

.pick_main .section4 {
	background:#0bb4d1;
	position:relative;
	margin-top:100px;
	margin-bottom:70px;
	padding:70px 0 70px;
}
.pick_main .section4 .ab_tit {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%);
    font-size: 28px;
    color: #ffe44d;
    background: url(../images/main/last_title.png) no-repeat;
    width: 450px;
    height: 70px;
    text-align: center;
    font-weight: 500;
    padding-top: 15px;
}
.pick_main .section4 .flex {
display: flex;
    gap: 20px;
    width: 700px;
    justify-content: center;
	    margin: 0 auto;
    text-align: center;
	
}
.pick_main .section4 .yellow_back {
	flex:1;
	background:#ffe44d;
	color:#0bb4d1;
	font-weight:bold;
	font-size:30px;
	padding:40px 0;
}
.pick_main .section4 .detail_text{
	color:#ffe44d;
	font-size:18px;
	text-align:center;
	margin-top:25px;
}

.pick_main .sub-contents {
margin-bottom:0;
}


/* ÇÐ±³º° css º¯°æ */


.pick_main .section3 .pick_list .pick2 .img_wrap {
    background-image: url(../images/main/pick2.jpg);
}
.pick_main .section3 .pick_list .pick3 .img_wrap {
    background-image: url(../images/main/pick3.jpg);
}
.pick_main .section3 .pick_list .pick4 .img_wrap {
    background-image: url(../images/main/pick4.jpg);
}
.pick_main .section3 .pick_list .pick5 .img_wrap {
    background-image: url(../images/main/pick5.jpg);
}
.pick_main .section3 .pick_list .pick6 .img_wrap {
    background-image: url(../images/main/pick6.jpg);
}
.pick_main .section3 .pick_list .pick7 .img_wrap {
    background-image: url(../images/main/pick7.jpg);
}
.pick_main .section3 .pick_list .pick8 .img_wrap {
    background-image: url(../images/main/pick8.jpg);
}
.pick_main .section3 .pick_list .pick9 .img_wrap {
    background-image: url(../images/main/pick9.jpg);
}

.pick_main .section3 .pick_list .pick2 .text_wrap {
	background:#312b6e;
}
.pick_main .section3 .pick_list .pick3 .text_wrap {
	background:#003f5e;
}
.pick_main .section3 .pick_list .pick4 .text_wrap {
	background:#ff7900;
}
.pick_main .section3 .pick_list .pick5 .text_wrap {
	background:#473f64;
}
.pick_main .section3 .pick_list .pick6 .text_wrap {
	background:#ff7900;
}
.pick_main .section3 .pick_list .pick7 .text_wrap {
	background:#0e549d;
}
.pick_main .section3 .pick_list .pick8 .text_wrap {
	background:#007db1;
}
.pick_main .section3 .pick_list .pick9 .text_wrap {
	background:#55c5bd;
}

.pick_main .section3 .pick_list .pick2 .text_wrap .black_text {
	color:#a79bd1;
}
.pick_main .section3 .pick_list .pick3 .text_wrap .black_text {
	color:#709aaf;
}
.pick_main .section3 .pick_list .pick5 .text_wrap .black_text {
	color:#a79bd1;
}
.pick_main .section3 .pick_list .pick7 .text_wrap .black_text {
	color:#7dccfe;
}
.gamja_pick .rn_sub_title .main_title {
	font-family: 'TmonMonsori';
	font-size:95px;
	color:white;
	letter-spacing: -3px;
}
.gamja_pick .rn_sub_title .main_title span{
	color:#ffe44d;
}

.gamja_pick .school_tab {
background: #333;
}
.gamja_pick .school_tab  ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    font-family: 'TmonMonsori';
    font-size: 22px;
    text-align: center;
    line-height: 70px;
}
.gamja_pick .school_tab  ul li {
	flex:1;
	border-right:1px solid #222;
}
.gamja_pick .school_tab ul li:last-child {
	border-right:none;
}
.gamja_pick .school_tab  ul li a {
	color:#919191;;
    display: block;
}
.gamja_pick .school_tab  ul li.on a {
		background:white;
		color:#333;
}

.gamja_pick .container {
	padding:30px 0;
}
.gamja_pick .container .section_tit {
    font-size: 48px;
    text-align: center;
	font-family: 'TmonMonsori';
    letter-spacing: -3px;
	color:#333;
	margin-bottom:50px;
	margin-top: 50px;
}
.gamja_pick .container .section_tit span{
	color:#ff6c00;
}


/* section1 */

.gamja_pick .section1 .flex_wrap {
	display:flex;
	height:400px;
}
.gamja_pick .section1 .flex_wrap .img_box {
	width:280px;
	background:url('../images/EC/section1_img.jpg') no-repeat;
	background-size:cover;
    border-bottom-left-radius: 100px
}
.gamja_pick .section1 .flex_wrap .img_box img {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.gamja_pick .section1 .flex_wrap .color_box {
	background-color:#ff6c00;
	background-image:url('../images/EC/graf.png');
	background-repeat:no-repeat;
	background-position: center;
	position:relative;
	flex:1;
    border-top-right-radius: 100px;
}
.gamja_pick .section1 .flex_wrap .color_box p {
	line-height: 1.3;
	position:absolute;
	font-size:20px;
    font-weight: bold;
    color: #333;
	text-align: center;
	letter-spacing: -2px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
top: 82px;
    left: 81px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
bottom: 96px;
    left: 218px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
bottom: 168px;
    right: 221px;
    font-size: 22px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text3 span {
	font-size:32px;
	font-weight:900;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
bottom: 79px;
    right: 79px;
}

.gamja_pick .section1 .flex_wrap .color_box .small_text  {
	font-size:17px;
	color:white;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
    bottom: 70px;
    left: 66px;
}

.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
    left: 272px;
    top: 102px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
    right: 70px;
    top: 70px;
}


.gamja_pick .section2 .top_rv_box {
	display:flex;
	border: 1px solid #333;
	overflow: hidden;
    border-top-right-radius: 100px;
}
.gamja_pick .section2 .top_rv_box .back_box {
	background:#333333;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
	width:199px;
	color:#f7c62b;
}
.gamja_pick .section2 .top_rv_box .back_box .text_wrap {
    display: grid;
    gap: 5px;
}
.gamja_pick .section2 .top_rv_box .back_box .white_text {
	font-size:20px;
	color:white;
	letter-spacing: -2px;
    font-weight: bold;
}

.gamja_pick .section2 .top_rv_box .back_box .star  {
	font-size:26px;
	line-height:1;
	margin-bottom:5px;
}
.gamja_pick .section2 .top_rv_box .right_box {
	flex:1;
    display: grid;
    grid-template-columns: 1fr 1fr;
	text-align: center;
}
.gamja_pick .section2 .top_rv_box .right_box .text_box {
	font-size:19px;
	font-weight:bold;
}
.gamja_pick .section2 .top_rv_box .right_box .text_box .detail_text {
	font-size:16px;
	color:#888;
	font-weight:300;
}
.gamja_pick .section2 .top_rv_box .right_box > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
	align-items: center;
	height:80px;
}
.gamja_pick .section2 .top_rv_box .right_box > div > div {
    height: 100%;
    display: grid;
    align-items: center;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.gamja_pick .section2 .top_rv_box .right_box  .star_box {
	font-size:24px;
	color:#ffc200;
}
.gamja_pick .section2 .top_rv_box .right_box .box_2 .star_box,
.gamja_pick .section2 .top_rv_box .right_box .box_4 .star_box{
	border-right:none;
}
.gamja_pick .section2 .top_rv_box .right_box .box_3 > div,
.gamja_pick .section2 .top_rv_box .right_box .box_4 > div {
	border-bottom:none;
}
.gamja_pick .section2 .rv_box {
	display:grid;
	gap:60px;
}
.gamja_pick .gray {
	color:#cccccc;
}

.gamja_pick .section3 .color_back {
	background:#ff6c00;
	    display: flex;
    justify-content: space-between;
}
.gamja_pick .section3 .color_back img {
    padding: 0 0 40px 40px;
    align-self: end;
}
.gamja_pick .section3 .black_back {
	    background: #333;
    color: white;
    padding: 40px;
}
.gamja_pick .text_wrap  .tit_text {
	font-size:30px;
	font-weight:bold;
	letter-spacing: -3px;
}
.gamja_pick .text_wrap  .detail_text {
    font-size: 18px;
    word-break: keep-all;
    letter-spacing: -1.5px;
    line-height: 1.5;
    margin-top: 10px;
}

.gamja_pick .section4 .grid_wrap {
	border:1px solid #ccc;
	display:grid;
}
.gamja_pick .section4 .grid_wrap .grid_box {
	display:flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
.gamja_pick .section4  .text_wrap {
padding: 40px 120px 40px 40px;
}
.gamja_pick .section4  .order2 .text_wrap {
padding: 40px 80px 40px 40px;
}
.gamja_pick .section4  .text_wrap .detail_text {
	margin-top:15px;
}



.gamja_pick .section4 .grid_box > img {
    height: 325px;
    width: 350px;
    object-fit: cover;
}

.gamja_pick .section4 .grid_box > img.long_img {
    width: 350px;
    object-fit: cover;
	height:auto;
}
.gamja_pick .section4 .grid_wrap .grid_box.order2 .text_wrap {
	order:2;
}

 
.gamja_pick .section5 .accordion {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.gamja_pick .section5 .accordion-item {
    border-bottom: 1px solid #ddd;
}

.gamja_pick .section5 .accordion-header {
    cursor: pointer;
    padding: 23px 40px;
    text-align: left;
    border: none;
    outline: none;
    width: 100%;
	font-size: 20px;
	display: flex;
    justify-content: space-between;
    background: #333;
	color: white;
    font-weight: bold;
	align-items: center;
}
.gamja_pick .section5 .accordion-header span {
	font-weight:400;
	color:#b9b9b9;
}

.gamja_pick .section5 .accordion-header:hover {
    background: #222;
}

.gamja_pick .section5 .accordion-content {
	padding: 27px 40px;
    line-height: 1.4;
    display: none;
    overflow: hidden;
    background: #fafafa;
}


.gamja_pick .section5 .accordion-header .detail_view {
    font-size: 14px;
    border: 1px solid white;
    border-radius: 100px;
    padding: 7px 17px;
}


.gamja_pick .section6 .center_list_table {
    width: 100%;
    text-align: center;
	 border-spacing: 0px;
    border-style: none;
    padding: 0px;
    table-layout: fixed;
}
.gamja_pick .section6 .center_list_table thead {
    background: #f5f5f5;
    font-weight: bold;
    color: #333;
}
.gamja_pick .section6 .center_list_table thead td {
	border:1px solid #ccc;
	border-left:none;
	height:60px;
}
.gamja_pick .section6 .center_list_table thead td:last-child {
	border-right:none;
}

.gamja_pick .section6 .center_list_table tbody td:last-child {
	border-right:none;
}
.gamja_pick .section6 .center_list_table tbody td {
	padding:5px; 
    border-right: 1px solid #ccc;
	border-spacing: 0px;
    padding: 0px;
}
.gamja_pick .section6 .center_list_table tbody td {
    padding: 10px 5px;
    vertical-align: top;
	line-height: 1.7;
}
.gamja_pick .section6 .map_wrap {
	border:1px solid #ccc;
}
.gamja_pick .section6 .map_wrap img{
    padding: 50px 0;
    display: block;
    margin: 0 auto;
}
.gamja_pick .section7 {
	background:#ff6c00;
	text-align: center;
    color: white;
}
.gamja_pick .section7 .top_title {
	font-size:36px;
	font-weight:900;
}
.gamja_pick .section7 .btm_title {
	font-size:24px;
	font-weight:300;
}

.gamja_pick .section7 .go_btn {
    font-size: 24px;
    color: #ff6c00;
    border: none;
    background: white;
    padding: 11px 30px;
    font-weight: 500;
    font-family: "Noto Sans KR", sans-serif;
    margin-top: 20px;
	cursor:pointer;
}

.gamja_pick .section7 .container {
    padding: 50px 0;
}

.italic {
font-style: italic;
}



/* KAPLAN*/
.kaplan_wrap.gamja_pick .container .section_tit span {
	color:#312b6e;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box {
	background-color:#312b6e;
	background-image: url(../images/KAPLAN/graf.png);
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .img_box {
	background: url(../images/KAPLAN/section1_img.jpg) no-repeat;
}
.kaplan_wrap.gamja_pick .section3 .color_back {
background-color:#312b6e;
}
.kaplan_wrap.gamja_pick .section7 {
background-color:#312b6e;
}
.kaplan_wrap.gamja_pick .section7 .go_btn {
color:#312b6e;
}

.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
	top: 81px;
    left: 81px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
    bottom: 68px;
    left: 67px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
    bottom: 95px;
    left: 219px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
left: 278px;
    top: 103px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
right: 71px;
    top: 71px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
    bottom: 170px;
    right: 218px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
    bottom: 78px;
    right: 79px;
}

.kaplan_wrap.gamja_pick .section2 .top_rv_box .right_box .box_3 > div, .kaplan_wrap.gamja_pick .section2 .top_rv_box .right_box .box_4 > div {
	border-bottom:1px solid #ccc;
}
.kaplan_wrap.gamja_pick .section2 .top_rv_box .right_box .box_5 > div, .kaplan_wrap.gamja_pick .section2 .top_rv_box .right_box .box_6 > div {
    border-bottom: none;
}
.kaplan_wrap.gamja_pick .section2 .rv_wrap2 .top_rv_box .right_box > div {
	height:60px;
}



/* EF */
.ef_wrap.gamja_pick .container .section_tit span {
	color:#003f5e;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box {
	background-color:#003f5e;
	background-image: url(../images/EF/graf.png);
}
.ef_wrap.gamja_pick .section1 .flex_wrap .img_box {
	background: url(../images/EF/section1_img.jpg) no-repeat;
}
.ef_wrap.gamja_pick .section3 .color_back {
background-color:#003f5e;
}
.ef_wrap.gamja_pick .section7 {
background-color:#003f5e;
}
.ef_wrap.gamja_pick .section7 .go_btn {
color:#003f5e;
}

.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
	top: 85px;
    left: 66px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
    bottom: 58px;
    left: 67px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
	bottom: 85px;
    left: 208px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
    left: 257px;
    top: 107px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
    right: 69px;
    top: 66px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
    bottom: 162px;
    right: 213px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
    bottom: 69px;
    right: 72px;
}

/* ILAC */


.ilac_wrap.gamja_pick .section1 .flex_wrap .img_box {
	background: url(../images/ILAC/section1_img.jpg) no-repeat;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
    top: 87px;
    left: 88px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
	bottom: 70px;
    left: 73px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
bottom: 98px;
    left: 226px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
	left: 271px;
    top: 106px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
    right: 71px;
    top: 73px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
    bottom: 177px;
    right: 213px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
	bottom: 81px;
    right: 80px;
}


/* SGIC*/
.sgic_wrap.gamja_pick .container .section_tit span {
	color:#473f64;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box {
	background-color:#473f64;
	background-image: url(../images/SGIC/graf.png);
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .img_box {
	background: url(../images/SGIC/section1_img.png) no-repeat;
}
.sgic_wrap.gamja_pick .section3 .black_back {
background-color:#473f64;
}
.sgic_wrap.gamja_pick .section3 .color_back {
	height: 400px;
    background: none;
    background-image: url(../images/SGIC/intro_back.png);
}

.sgic_wrap.gamja_pick .section7 {
background-color:#473f64;
}
.sgic_wrap.gamja_pick .section7 .go_btn {
color:#473f64;
}

.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
	top: 78px;
    left: 65px;
    font-size: 19px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
      bottom: 69px;
    left: 59px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
    bottom: 87px;
    left: 192px;
    font-size: 19px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
    left: 272px;
    top: 107px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
    right: 69px;
    top: 66px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
    bottom: 162px;
    right: 202px;
    font-size: 21px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
    bottom: 80px;
    right: 69px;
}


/* ILSC */

.ilsc_wrap.gamja_pick .section1 .flex_wrap .img_box {
	background: url(../images/ILSC/section1_img.jpg) no-repeat;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
    top: 87px;
    left: 88px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
	bottom: 70px;
    left: 73px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
bottom: 98px;
    left: 226px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
	left: 271px;
    top: 106px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
    right: 71px;
    top: 73px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
    bottom: 177px;
    right: 213px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
	bottom: 81px;
    right: 80px;
}



/* IMS */
.ims_wrap.gamja_pick .container .section_tit span {
	color:#0f559d;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box {
	background-color:#0f559d;
	background-image: url(../images/IMS/graf.png);
}
.ims_wrap.gamja_pick .section1 .flex_wrap .img_box {
	background: url(../images/IMS/section1_img.jpg) no-repeat;
}
.ims_wrap.gamja_pick .section3 .black_back {
background-color:#0f559d;
}
.ims_wrap.gamja_pick .section3 .color_back {
	height: 400px;
    background: none;
    background-image: url(../images/IMS/intro_back.jpg);
}

.ims_wrap.gamja_pick .section7 {
background-color:#0f559d;
}
.ims_wrap.gamja_pick .section7 .go_btn {
color:#0f559d;
}

.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
	top: 86px;
    left: 81px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
    bottom: 68px;
    left: 72px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
    bottom: 94px;
    left: 217px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
    left: 272px;
    top: 107px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
    right: 71px;
    top: 75px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
    bottom: 182px;
    right: 213px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
    bottom: 78px;
    right: 70px;
}



/* AEA */
.aea_wrap.gamja_pick .container .section_tit span {
	color:#007db1;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box {
	background-color:#007db1;
	background-image: url(../images/AEA/graf.png);
}
.aea_wrap.gamja_pick .section1 .flex_wrap .img_box {
	background: url(../images/AEA/section1_img.jpg) no-repeat;
}
.aea_wrap.gamja_pick .section3 .black_back {
background-color:#007db1;
}
.aea_wrap.gamja_pick .section3 .color_back {
	height: 400px;
    background: none;
    background-image: url(../images/AEA/intro_back.jpg);
}

.aea_wrap.gamja_pick .section7 {
background-color:#007db1;
}
.aea_wrap.gamja_pick .section7 .go_btn {
color:#007db1;
}

.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
    top: 78px;
    left: 71px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
    bottom: 97px;
    left: 204px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
    bottom: 69px;
    left: 68px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
    left: 274px;
    top: 106px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
        right: 83px;
    top: 75px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
    bottom: 166px;
    right: 227px;
    font-size: 24px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
    bottom: 69px;
    right: 80px;
}



/* CEL */
.cel_wrap.gamja_pick .container .section_tit span {
	color:#55c5bd;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box {
	background-color:#55c5bd;
	background-image: url(../images/CEL/graf.png);
}
.cel_wrap.gamja_pick .section1 .flex_wrap .img_box {
	background: url(../images/CEL/section1_img.jpg) no-repeat;
}

.cel_wrap.gamja_pick .section3 .color_back {
	height: 400px;
    background: none;
    background-image: url(../images/CEL/intro_back.jpg);
}

.cel_wrap.gamja_pick .section7 {
background-color:#55c5bd;
}
.cel_wrap.gamja_pick .section7 .go_btn {
color:#55c5bd;
}

.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
    top: 58px;
    left: 63px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
    bottom: 98px;
    left: 211px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
    bottom: 74px;
    left: 74px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
	left: 239px;
    top: 98px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
    right: 72px;
    top: 72px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
	bottom: 159px;
    right: 218px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
    bottom: 79px;
    right: 73px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text8 {
bottom: 40px;
    right: 275px;
}

.gamja_pick p {
	margin:0;
	line-height:1.4;
}
.gamja_pick a {
	line-height:1.4;
}
.gamja_pick .school_tab ul li a {
	line-height:60px;
}
/* Å×ºí¸´ (ÇØ»óµµ 768px ~ 1199px)*/ 
@media all and (max-width:1400px) {
.gamja_pick .school_tab ul li {
        border: none;
        float: none;
        width: auto;
        flex: none;
}
.gamja_pick .school_tab ul li a {
	line-height:50px;
}
.gamja_pick .school_tab ul {
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	font-size:14px;
	line-height: 40px
}
.gamja_pick .section1 .flex_wrap .img_box img {
	width:200px;
}
  .gamja_pick .section3 .color_back img {
	width:200px;
  }


} 
@media (max-width: 1000px) {



.gamja_pick .container .section_tit {
	font-size:26px;
    letter-spacing: -2px;
        margin-bottom: 20px;
        margin-top: 15px;
}
.gamja_pick .section1 .flex_wrap {
        height: 230px;
        justify-content: center;
        background-color: #ff6c00;
}
.gamja_pick .section1 .flex_wrap .img_box {
    width: 115px;
	display:none;
    border-bottom-left-radius: 40px;
}
.gamja_pick .section1 .flex_wrap .img_box img {
	width:100px;
}
.gamja_pick .section1 .flex_wrap .color_box {
	border-top-right-radius: 40px;
        background-size: 370px;
		width:370px;
		flex:none;
}

.gamja_pick .section1 .flex_wrap .color_box p {
	font-size:14px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
	font-size:16px;
        bottom: 97px;
        right: 98px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text3 span {
	font-size:16px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
        top: 43px;
        left: 18px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
        bottom: 51px;
        left: 98px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
        bottom: 41px;
        right: 17px;
}
.gamja_pick .section1 .flex_wrap .color_box .small_text {
	font-size:12px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
        bottom: 36px;
        left: 9px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
        right: 203px;
        top: 53px;
}
.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
        left: 322px;
        top: 36px;
}

.gamja_pick .section2 .top_rv_box .back_box {
    width: 108px;
}
.gamja_pick .section2 .top_rv_box .back_box .white_text {
	font-size:14px;
    letter-spacing: -1px;
}
.gamja_pick .section2 .top_rv_box .back_box .star {
	font-size:15px;
}
.gamja_pick .section2 .top_rv_box .back_box .text_wrap {
	font-size:14px;
	display: block;
}
.gamja_pick .section2 .top_rv_box .right_box .text_box {
	font-size:12px;
}
.gamja_pick .section2 .top_rv_box .right_box .star_box {
	font-size:14px;
}
.gamja_pick .section2 .top_rv_box .right_box .text_box .detail_text {
	font-size:12px;
}
.gamja_pick .section2 .top_rv_box .right_box .text_box p {
	margin:0;
    letter-spacing: -1.2px;
}
.gamja_pick .section2 .top_rv_box {
    border-top-right-radius: 0px;
    border-right: none;
	border-bottom: none;
}

.gamja_pick .school_rating table th {
        height: 60px;
        font-size: 12px;
        color: #222;
        line-height: 1.4em;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background: #f5f5f5;
}

.gamja_pick .school_rating table .bolder {
	font-size:12px;
}
.gamja_pick .school_rating table td {
	padding:0 16px;
        line-height: 1.4;
}
.gamja_pick .school_rating {
    border-radius: 0;
}

.gamja_pick .section3 .color_back img {
	display:none;
}
.gamja_pick .section3 .color_back iframe {
        width: 100% !important;
        height: 220px;
}

.gamja_pick .section3 .black_back {
	padding:16px;
}
.gamja_pick .text_wrap .tit_text {
	font-size:18px;
	word-break: keep-all;
}
.gamja_pick .text_wrap .detail_text {
	font-size:14px;
	margin-top:5px;
}
.gamja_pick .section4 .text_wrap {
        padding: 16px;
	}
.gamja_pick .section4 .order2 .text_wrap {
        padding: 16px;
}

.gamja_pick .section4 .grid_box > img {
    height: 230px;
    width: 200px;
}
.gamja_pick .section4 .grid_box > img.long_img {
    height: auto;
    width: 200px;
}
.gamja_pick .section4 .text_wrap .detail_text {
	font-size:12px;
	margin-top: 5px;
}

.gamja_pick .section4 .grid_wrap {
	border-left:none;
	border-right:none;
}
.gamja_pick .section5 .accordion-header {
    padding: 8px 14px;
    font-size: 13px;
}
.gamja_pick .section5 .accordion-header span {
	font-size:12px;
}
.gamja_pick .section5 .accordion-header .detail_view {
    font-size: 12px;
    padding: 5px 10px;
    width: 70px;
    text-align: center;
}
.gamja_pick .section5 .accordion-content {
	padding:16px;
	font-size:12px;
}
.gamja_pick .section6 .center_list_table thead td {
	font-size: 13px;
    line-height: 1.2;
	height: 45px;
}
.gamja_pick .section6 .center_list_table tbody td {
font-size: 12px;
        line-height: 1.2;
        padding: 10px 2px;
}

.gamja_pick .section7 .top_title {
	font-size:20px;
}
.gamja_pick .section7 .btm_title {
    font-size: 18px;
}

.gamja_pick .section7 .go_btn {
	font-size:18px;
    padding: 8px 20px;
}
.gamja_pick .section7 .container {
	padding:35px 0;
}
.gamja_pick .section6 .map_wrap {
	border-right:none;
	border-left:none;
}

.gamja_pick .section6 .map_wrap img {
    padding: 20px 0px;
}






.gamja_pick.kaplan_wrap .section1 .flex_wrap {
	background:#312b6e
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
	top: 48px;
    left: 18px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
        bottom: 52px;
        left: 99px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
        bottom: 100px;
        right: 97px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
    bottom: 42px;
    right: 17px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
        bottom: 40px;
    left: 9px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
    left: 136px;
    top: 58px;
}
.kaplan_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
    right: 12px;
    top: 40px;
}


/* ef */
.gamja_pick.ef_wrap .section1 .flex_wrap {
	background:#003f5e
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
        top: 47px;
        left: 6px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
        bottom: 49px;
        left: 91px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
        bottom: 89px;
        right: 95px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
        bottom: 38px;
        right: 13px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
        bottom: 30px;
        left: 9px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
        left: 121px;
        top: 60px;
}
.ef_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
        right: 12px;
        top: 36px;
}
.gamja_pick .section1 .flex_wrap .color_box p {
        line-height: 1.1;
}

/* ilac */

.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
        top: 49px;
        left: 22px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
        bottom: 53px;
        left: 103px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
        bottom: 103px;
        right: 105px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
        bottom: 42px;
        right: 17px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
	bottom: 38px;
        left: 13px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
        left: 130px;
        top: 59px;
}
.ilac_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
        right: 12px;
        top: 40px;
}
.ilac_wrap .section1 .flex_wrap .color_box p {
        line-height: 1.1;
}

.gamja_pick .section3 .color_back  {
	background:none;
}
.gamja_pick .section2 .rv_box {
	gap:30px;
}
.gamja_pick .section5 .accordion {
	border-left:none;
	border-right:none;
}



/* sgic */
.gamja_pick.sgic_wrap .section1 .flex_wrap {
    background-color: #473f64;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
        top: 42px;
        left: 8px;
        font-size: 13px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
        bottom: 49px;
        left: 84px;
        font-size: 13px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
        bottom: 96px;
        right: 94px;
        font-size: 13px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
        bottom: 45px;
        right: 11px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
        bottom: 38px;
        left: 3px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
        left: 130px;
        top: 59px;
}
.sgic_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
        right: 11px;
        top: 36px;
}
.sgic_wrap .section1 .flex_wrap .color_box p {
        line-height: 1.1;
}
.sgic_wrap.gamja_pick .section3 .color_back {
    height: 190px;
    background-repeat: no-repeat;
}

.sgic_wrap.gamja_pick .section3 .color_back img {
    display: block;
    width: 106px;
    padding: 0;
    margin: 0 auto;
	align-self: center;
}










/* ilsc */
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
        top: 49px;
        left: 22px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
        bottom: 53px;
        left: 99px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
bottom: 101px;
        right: 99px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
        bottom: 43px;
        right: 18px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
        bottom: 38px;
        left: 9px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
        left: 130px;
        top: 59px;
}
.ilsc_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
        right: 12px;
        top: 40px;
}
.ilsc_wrap .section1 .flex_wrap .color_box p {
        line-height: 1.1;
}







/* ims */
.gamja_pick.ims_wrap .section1 .flex_wrap {
    background-color: #0f559d;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
        top: 47px;
        left: 16px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
        bottom: 51px;
        left: 98px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
        bottom: 103px;
        right: 94px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
        bottom: 42px;
        right: 11px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
        bottom: 38px;
        left: 13px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
        left: 130px;
        top: 59px;
}
.ims_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
        right: 12px;
        top: 39px;
}
.ims_wrap .section1 .flex_wrap .color_box p {
        line-height: 1.1;
}
.ims_wrap.gamja_pick .section3 .color_back {
    height: 190px;
    background-repeat: no-repeat;
}

.ims_wrap.gamja_pick .section3 .color_back img {
    display: block;
    width: 106px;
    padding: 0;
    margin: 0 auto;
	align-self: center;
}


/* aea */
.gamja_pick.aea_wrap .section1 .flex_wrap {
    background-color: #007db1;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
        top: 42px;
        left: 11px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
bottom: 52px;
        left: 90px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
        bottom: 95px;
        right: 105px;
		font-size:16px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
        bottom: 38px;
        right: 17px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
bottom: 38px;
        left: 9px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
        left: 130px;
        top: 59px;
}
.aea_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
        right: 20px;
        top: 39px;
}
.aea_wrap .section1 .flex_wrap .color_box p {
        line-height: 1.1;
}
.aea_wrap.gamja_pick .section3 .color_back {
    height: 190px;
    background-repeat: no-repeat;
}

.aea_wrap.gamja_pick .section3 .color_back img {
    display: block;
    width: 106px;
    padding: 0;
    margin: 0 auto;
	align-self: center;
}



/* aea */
.gamja_pick.cel_wrap .section1 .flex_wrap {
    background-color: #55c5bd;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text1 {
        top: 34px;
        left: 9px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text2 {
bottom: 53px;
        left: 94px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text3 {
        bottom: 87px;
        right: 99px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text4 {
        bottom: 44px;
        right: 17px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text5 {
        bottom: 41px;
        left: 16px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text6 {
	left: 112px;
        top: 55px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text7 {
        right: 18px;
        top: 39px;
}
.cel_wrap.gamja_pick .section1 .flex_wrap .color_box .ab_text8 {
    bottom: 24px;
    right: 136px;
}
.cel_wrap .section1 .flex_wrap .color_box p {
        line-height: 1.1;
}
.cel_wrap.gamja_pick .section3 .color_back {
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
}










}



@media (hover: hover) {
    .gamja_pick .school_tab  ul li a:hover {
		background:white;
		color:#333;
    }    
  }