
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

span {
	font-family: 'GmarketSansMedium', 'GmarketSansBold';
}

.sub_box {
    width: 100%;
	display: flex;
    margin: 15% auto 10%;
    justify-content: space-around;
}

.s_gnb_con {
	width: 15%;
    height: 100%;
}

.s_gnb_tit {
	margin: 0 0 15% 0;
    font-size:1.625em;
}

.s_gnb {}
.s_gnb li {
	padding: 3% 0;
}
.s_gnb li a { 
    font-size:1.125em;
    text-decoration: none;
}

.s_imgbox { width: 85%;}
.s_imgbox > img { /*width:700px!important;*/ position: relative; transform: translateX(-50%); left: 50%; }





/*1_1*/

.p1_1_ul { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 50px; }

.p1_1_ul > li:nth-child(1) > img { width: 500px; border-radius: 20px; }

.p1_1_ul > li:nth-child(2) h2 { font-size: 26px; }

.p1_1_ul > li:nth-child(2) p { font-size: 16px; }

.p1_1_ul > li:nth-child(2) h3 { font-size: 20px; color: brown; text-align: right; }

.p1_1_ul2 { display: grid; grid-template-columns: repeat(2,auto); padding-top: 50px; }

.p1_1_ul2 { width: 70%; }

.p1_1_ul2 p { font-size: 16px; }

.p1_1_ul2 > li { padding: 15px 0; width: 100%; border-top: 2px solid #ddd; }

.p1_1_ul2 > li:nth-child(odd) { padding-left: 15px; font-weight: bold; }

.p1_1_ul2 > li:nth-child(1),
.p1_1_ul2 > li:nth-child(2) { border-top: 3px solid yellow; }

.p1_1_ul2 > li:nth-child(13),
.p1_1_ul2 > li:nth-child(14) { border-bottom: 2px solid #ddd; }

/*1_1*/

/*1_2*/

.p_name { font-size: 30px; font-weight: bold; text-align: center; }

.p1_2_div_1 > p { background-color: #000; color: #fff; position: relative; transform: translateX(-50%); left: 50%; width: 20%; padding: 15px; border-radius: 10px; }

.p1_2_div_2 { display: grid; grid-template-columns: repeat(5, 1fr); padding-top: 100px; grid-gap: 15px; }

.p1_2_div_2 > li > p { background-color: #6667ab; color: #fff; position: relative; transform: translateX(-50%); left: 50%; padding: 15px; border-radius: 10px; }


.p1_2_div_sub_ul { text-align: center; font-size: 16px; }

.p1_2_div_sub_ul > li { padding-top: 15px; }

.p1_2_div_sub_ul > li:nth-child(1) { padding-top: 30px; }

.p1_2_div2 { padding-top: 250px; }

.p1_2_div2_ul1 { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 10px; background-color: #333;  padding: 20px 0; }

.p1_2_div2_ul1 > li { color: #fff; text-align: center;  font-size: 20px; font-weight: bold;}

.p1_2_div2_ul2 { display: grid; grid-template-columns: repeat(4, 1fr);  font-size: 20px; font-weight: bold; }

.p1_2_div2_ul2 > li { position: relative; border-radius: 50%; border: 3px solid #333; width: 26px; height: 26px; top: -20px; background-color: #fff; padding: 5px; left: 40px;}

.p1_2_div2_ul2 > li > p { position: absolute; transform: translate(-50%,-50%); left: 50%; top: 60%; }

.p1_2_div2_ul3 { display: grid; grid-template-columns: repeat(4, 1fr);  }

.p1_2_div2_ul3 > li { position: relative;  left: 40px; font-size: 16px;}

.p1_2_div2_ul4 { display: grid; grid-template-columns: repeat(4, 1fr);  font-size: 20px; font-weight: bold; margin: 20px 0; }

.p1_2_div2_ul4 > li { position: relative; border-radius: 50%; border: 3px solid #333; width: 26px; height: 26px; background-color: #fff; padding: 5px; left: 40px;}

.p1_2_div2_ul4 > li > p { position: absolute; transform: translate(-50%,-50%); left: 50%; top: 55%; }

/*1_2*/

/*1_3*/

.p1_3_ul { display: grid; grid-template-columns: repeat(2,1fr); }

/*1_3*/



/*3_2*/

.p3_2_blog {
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom:80px;
}

.p3_2_blog > img {
    width:80px;
}


/*3_2*/


@media all and (max-width:1200px) {}


@media all and (max-width:600px) {}